@medusajs/fulfillment 3.0.0-snapshot-20250410105645 → 3.0.0-snapshot-20251104004624

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (60) hide show
  1. package/dist/loaders/providers.d.ts.map +1 -1
  2. package/dist/loaders/providers.js +1 -1
  3. package/dist/loaders/providers.js.map +1 -1
  4. package/dist/migrations/Migration20240311145700_InitialSetupMigration.d.ts +1 -1
  5. package/dist/migrations/Migration20240311145700_InitialSetupMigration.d.ts.map +1 -1
  6. package/dist/migrations/Migration20240311145700_InitialSetupMigration.js +1 -1
  7. package/dist/migrations/Migration20240311145700_InitialSetupMigration.js.map +1 -1
  8. package/dist/migrations/Migration20240821170957.d.ts +1 -1
  9. package/dist/migrations/Migration20240821170957.d.ts.map +1 -1
  10. package/dist/migrations/Migration20240821170957.js +1 -1
  11. package/dist/migrations/Migration20240821170957.js.map +1 -1
  12. package/dist/migrations/Migration20240917161003.d.ts +1 -1
  13. package/dist/migrations/Migration20240917161003.d.ts.map +1 -1
  14. package/dist/migrations/Migration20240917161003.js +1 -1
  15. package/dist/migrations/Migration20240917161003.js.map +1 -1
  16. package/dist/migrations/Migration20241217110416.d.ts +1 -1
  17. package/dist/migrations/Migration20241217110416.d.ts.map +1 -1
  18. package/dist/migrations/Migration20241217110416.js +1 -1
  19. package/dist/migrations/Migration20241217110416.js.map +1 -1
  20. package/dist/migrations/Migration20250113122235.d.ts +1 -1
  21. package/dist/migrations/Migration20250113122235.d.ts.map +1 -1
  22. package/dist/migrations/Migration20250113122235.js +1 -1
  23. package/dist/migrations/Migration20250113122235.js.map +1 -1
  24. package/dist/migrations/Migration20250120115002.d.ts +1 -1
  25. package/dist/migrations/Migration20250120115002.d.ts.map +1 -1
  26. package/dist/migrations/Migration20250120115002.js +1 -1
  27. package/dist/migrations/Migration20250120115002.js.map +1 -1
  28. package/dist/migrations/Migration20250822130931.d.ts +6 -0
  29. package/dist/migrations/Migration20250822130931.d.ts.map +1 -0
  30. package/dist/migrations/Migration20250822130931.js +12 -0
  31. package/dist/migrations/Migration20250822130931.js.map +1 -0
  32. package/dist/migrations/Migration20250825132614.d.ts +6 -0
  33. package/dist/migrations/Migration20250825132614.d.ts.map +1 -0
  34. package/dist/migrations/Migration20250825132614.js +42 -0
  35. package/dist/migrations/Migration20250825132614.js.map +1 -0
  36. package/dist/models/fulfillment-item.d.ts +12 -12
  37. package/dist/models/fulfillment-label.d.ts +12 -12
  38. package/dist/models/fulfillment.d.ts +12 -12
  39. package/dist/models/shipping-option-rule.d.ts +7 -7
  40. package/dist/models/shipping-option-type.d.ts +7 -7
  41. package/dist/models/shipping-option-type.js +3 -3
  42. package/dist/models/shipping-option-type.js.map +1 -1
  43. package/dist/models/shipping-option.d.ts +7 -7
  44. package/dist/models/shipping-option.js +2 -2
  45. package/dist/models/shipping-option.js.map +1 -1
  46. package/dist/models/shipping-profile.d.ts +6 -6
  47. package/dist/schema/index.d.ts +1 -1
  48. package/dist/schema/index.d.ts.map +1 -1
  49. package/dist/schema/index.js +0 -1
  50. package/dist/schema/index.js.map +1 -1
  51. package/dist/services/fulfillment-module-service.d.ts +10 -3
  52. package/dist/services/fulfillment-module-service.d.ts.map +1 -1
  53. package/dist/services/fulfillment-module-service.js +117 -200
  54. package/dist/services/fulfillment-module-service.js.map +1 -1
  55. package/dist/services/fulfillment-provider.d.ts +5 -1
  56. package/dist/services/fulfillment-provider.d.ts.map +1 -1
  57. package/dist/services/fulfillment-provider.js +2 -0
  58. package/dist/services/fulfillment-provider.js.map +1 -1
  59. package/dist/tsconfig.tsbuildinfo +1 -1
  60. package/package.json +14 -28
@@ -1 +1 @@
1
- {"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/loaders/providers.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,cAAc,EACd,eAAe,EAChB,MAAM,2BAA2B,CAAA;kDA+B/B,aAAa,CACd,CACI,eAAe,CAAC,8BAA8B,GAC9C,eAAe,CAAC,6CAA6C,CAChE,GAAG;IAAE,SAAS,EAAE,cAAc,EAAE,CAAA;CAAE,CACpC,KAAG,OAAO,CAAC,IAAI,CAAC;AARjB,wBA0BC"}
1
+ {"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../src/loaders/providers.ts"],"names":[],"mappings":"AACA,OAAO,EACL,aAAa,EACb,cAAc,EACd,eAAe,EAChB,MAAM,2BAA2B,CAAA;yBA4BZ,yBAGnB,aAAa,CACd,CACI,eAAe,CAAC,8BAA8B,GAC9C,eAAe,CAAC,6CAA6C,CAChE,GAAG;IAAE,SAAS,EAAE,cAAc,EAAE,CAAA;CAAE,CACpC,KAAG,OAAO,CAAC,IAAI,CAAC;AARjB,wBA0BC"}
@@ -4,7 +4,7 @@ const modules_sdk_1 = require("@medusajs/framework/modules-sdk");
4
4
  const utils_1 = require("@medusajs/framework/utils");
5
5
  const _services_1 = require("../services");
6
6
  const _types_1 = require("../types");
7
- const awilix_1 = require("awilix");
7
+ const awilix_1 = require("@medusajs/framework/awilix");
8
8
  const registrationFn = async (klass, container, pluginOptions) => {
9
9
  const key = _services_1.FulfillmentProviderService.getRegistrationIdentifier(klass, pluginOptions.id);
10
10
  container.register({
@@ -1 +1 @@
1
- {"version":3,"file":"providers.js","sourceRoot":"","sources":["../../src/loaders/providers.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"providers.js","sourceRoot":"","sources":["../../src/loaders/providers.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { Migration } from "@mikro-orm/migrations";
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
2
  export declare class Migration20240311145700_InitialSetupMigration extends Migration {
3
3
  up(): Promise<void>;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20240311145700_InitialSetupMigration.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20240311145700_InitialSetupMigration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,qBAAa,6CAA8C,SAAQ,SAAS;IACpE,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;CAW1B"}
1
+ {"version":3,"file":"Migration20240311145700_InitialSetupMigration.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20240311145700_InitialSetupMigration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,6CAA8C,SAAQ,SAAS;IACpE,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;CAW1B"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20240311145700_InitialSetupMigration = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20240311145700_InitialSetupMigration extends migrations_1.Migration {
6
6
  async up() {
7
7
  const shippingOptionTable = await this.execute(`SELECT * FROM information_schema.tables where table_name = 'shipping_option' and table_schema = 'public';`);
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20240311145700_InitialSetupMigration.js","sourceRoot":"","sources":["../../src/migrations/Migration20240311145700_InitialSetupMigration.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Migration20240311145700_InitialSetupMigration.js","sourceRoot":"","sources":["../../src/migrations/Migration20240311145700_InitialSetupMigration.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { Migration } from "@mikro-orm/migrations";
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
2
  export declare class Migration20240821170957 extends Migration {
3
3
  up(): Promise<void>;
4
4
  down(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20240821170957.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20240821170957.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,qBAAa,uBAAwB,SAAQ,SAAS;IAC9C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAuBnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAoB5B"}
1
+ {"version":3,"file":"Migration20240821170957.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20240821170957.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IAC9C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAuBnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAoB5B"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20240821170957 = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20240821170957 extends migrations_1.Migration {
6
6
  async up() {
7
7
  this.addSql('alter table if exists "shipping_option" drop constraint if exists "shipping_option_price_type_check";');
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20240821170957.js","sourceRoot":"","sources":["../../src/migrations/Migration20240821170957.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,MAAa,uBAAwB,SAAQ,sBAAS;IACpD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,MAAM,CACT,uGAAuG,CACxG,CAAA;QAED,IAAI,CAAC,MAAM,CACT,sHAAsH,CACvH,CAAA;QAED,IAAI,CAAC,MAAM,CACT,yGAAyG,CAC1G,CAAA;QACD,IAAI,CAAC,MAAM,CACT,+IAA+I,CAChJ,CAAA;QACD,IAAI,CAAC,MAAM,CACT,yFAAyF,CAC1F,CAAA;QACD,IAAI,CAAC,MAAM,CACT,8IAA8I,CAC/I,CAAA;IACH,CAAC;IAED,KAAK,CAAC,IAAI;QACR,IAAI,CAAC,MAAM,CACT,uGAAuG,CACxG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,yGAAyG,CAC1G,CAAA;QACD,IAAI,CAAC,MAAM,CACT,+IAA+I,CAChJ,CAAA;QACD,IAAI,CAAC,MAAM,CACT,+FAA+F,CAChG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,gFAAgF,CACjF,CAAA;QACD,IAAI,CAAC,MAAM,CACT,yEAAyE,CAC1E,CAAA;IACH,CAAC;CACF;AA5CD,0DA4CC"}
1
+ {"version":3,"file":"Migration20240821170957.js","sourceRoot":"","sources":["../../src/migrations/Migration20240821170957.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IACpD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,MAAM,CACT,uGAAuG,CACxG,CAAA;QAED,IAAI,CAAC,MAAM,CACT,sHAAsH,CACvH,CAAA;QAED,IAAI,CAAC,MAAM,CACT,yGAAyG,CAC1G,CAAA;QACD,IAAI,CAAC,MAAM,CACT,+IAA+I,CAChJ,CAAA;QACD,IAAI,CAAC,MAAM,CACT,yFAAyF,CAC1F,CAAA;QACD,IAAI,CAAC,MAAM,CACT,8IAA8I,CAC/I,CAAA;IACH,CAAC;IAED,KAAK,CAAC,IAAI;QACR,IAAI,CAAC,MAAM,CACT,uGAAuG,CACxG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,yGAAyG,CAC1G,CAAA;QACD,IAAI,CAAC,MAAM,CACT,+IAA+I,CAChJ,CAAA;QACD,IAAI,CAAC,MAAM,CACT,+FAA+F,CAChG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,gFAAgF,CACjF,CAAA;QACD,IAAI,CAAC,MAAM,CACT,yEAAyE,CAC1E,CAAA;IACH,CAAC;CACF;AA5CD,0DA4CC"}
@@ -1,4 +1,4 @@
1
- import { Migration } from "@mikro-orm/migrations";
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
2
  export declare class Migration20240917161003 extends Migration {
3
3
  up(): Promise<void>;
4
4
  down(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20240917161003.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20240917161003.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,qBAAa,uBAAwB,SAAQ,SAAS;IAC9C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAMnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAK5B"}
1
+ {"version":3,"file":"Migration20240917161003.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20240917161003.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IAC9C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAMnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAK5B"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20240917161003 = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20240917161003 extends migrations_1.Migration {
6
6
  async up() {
7
7
  this.addSql('alter table if exists "fulfillment" add column if not exists "requires_shipping" boolean not null default true;');
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20240917161003.js","sourceRoot":"","sources":["../../src/migrations/Migration20240917161003.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,MAAa,uBAAwB,SAAQ,sBAAS;IACpD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,MAAM,CACT,iHAAiH,CAClH,CAAA;IACH,CAAC;IAED,KAAK,CAAC,IAAI;QACR,IAAI,CAAC,MAAM,CACT,gFAAgF,CACjF,CAAA;IACH,CAAC;CACF;AAZD,0DAYC"}
1
+ {"version":3,"file":"Migration20240917161003.js","sourceRoot":"","sources":["../../src/migrations/Migration20240917161003.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IACpD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,MAAM,CACT,iHAAiH,CAClH,CAAA;IACH,CAAC;IAED,KAAK,CAAC,IAAI;QACR,IAAI,CAAC,MAAM,CACT,gFAAgF,CACjF,CAAA;IACH,CAAC;CACF;AAZD,0DAYC"}
@@ -1,4 +1,4 @@
1
- import { Migration } from "@mikro-orm/migrations";
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
2
  export declare class Migration20241217110416 extends Migration {
3
3
  up(): Promise<void>;
4
4
  down(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20241217110416.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20241217110416.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,qBAAa,uBAAwB,SAAQ,SAAS;IAC9C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAoCnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAyC5B"}
1
+ {"version":3,"file":"Migration20241217110416.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20241217110416.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IAC9C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAoCnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAyC5B"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20241217110416 = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20241217110416 extends migrations_1.Migration {
6
6
  async up() {
7
7
  this.addSql('alter table if exists "shipping_option" drop constraint if exists "shipping_option_provider_id_foreign";');
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20241217110416.js","sourceRoot":"","sources":["../../src/migrations/Migration20241217110416.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,MAAa,uBAAwB,SAAQ,sBAAS;IACpD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,MAAM,CACT,0GAA0G,CAC3G,CAAA;QACD,IAAI,CAAC,MAAM,CACT,sHAAsH,CACvH,CAAA;QAED,IAAI,CAAC,MAAM,CACT,kGAAkG,CACnG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,0GAA0G,CAC3G,CAAA;QAED,IAAI,CAAC,MAAM,CACT,0PAA0P,CAC3P,CAAA;QACD,IAAI,CAAC,MAAM,CACT,mIAAmI,CACpI,CAAA;QAED,IAAI,CAAC,MAAM,CACT,qHAAqH,CACtH,CAAA;QACD,IAAI,CAAC,MAAM,CAAC,yDAAyD,CAAC,CAAA;QACtE,IAAI,CAAC,MAAM,CACT,qEAAqE,CACtE,CAAA;QAED,IAAI,CAAC,MAAM,CACT,yGAAyG,CAC1G,CAAA;QACD,IAAI,CAAC,MAAM,CAAC,qDAAqD,CAAC,CAAA;IACpE,CAAC;IAED,KAAK,CAAC,IAAI;QACR,IAAI,CAAC,MAAM,CAAC,6DAA6D,CAAC,CAAA;QAC1E,IAAI,CAAC,MAAM,CACT,kFAAkF,CACnF,CAAA;QACD,IAAI,CAAC,MAAM,CACT,kFAAkF,CACnF,CAAA;QACD,IAAI,CAAC,MAAM,CACT,kFAAkF,CACnF,CAAA;QAED,IAAI,CAAC,MAAM,CACT,yMAAyM,CAC1M,CAAA;QACD,IAAI,CAAC,MAAM,CACT,gOAAgO,CACjO,CAAA;QACD,IAAI,CAAC,MAAM,CACT,6IAA6I,CAC9I,CAAA;QACD,IAAI,CAAC,MAAM,CACT,2HAA2H,CAC5H,CAAA;QACD,IAAI,CAAC,MAAM,CACT,mJAAmJ,CACpJ,CAAA;QAED,IAAI,CAAC,MAAM,CACT,iMAAiM,CAClM,CAAA;QACD,IAAI,CAAC,MAAM,CACT,+MAA+M,CAChN,CAAA;QACD,IAAI,CAAC,MAAM,CACT,6HAA6H,CAC9H,CAAA;QACD,IAAI,CAAC,MAAM,CACT,mHAAmH,CACpH,CAAA;IACH,CAAC;CACF;AA9ED,0DA8EC"}
1
+ {"version":3,"file":"Migration20241217110416.js","sourceRoot":"","sources":["../../src/migrations/Migration20241217110416.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IACpD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,MAAM,CACT,0GAA0G,CAC3G,CAAA;QACD,IAAI,CAAC,MAAM,CACT,sHAAsH,CACvH,CAAA;QAED,IAAI,CAAC,MAAM,CACT,kGAAkG,CACnG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,0GAA0G,CAC3G,CAAA;QAED,IAAI,CAAC,MAAM,CACT,0PAA0P,CAC3P,CAAA;QACD,IAAI,CAAC,MAAM,CACT,mIAAmI,CACpI,CAAA;QAED,IAAI,CAAC,MAAM,CACT,qHAAqH,CACtH,CAAA;QACD,IAAI,CAAC,MAAM,CAAC,yDAAyD,CAAC,CAAA;QACtE,IAAI,CAAC,MAAM,CACT,qEAAqE,CACtE,CAAA;QAED,IAAI,CAAC,MAAM,CACT,yGAAyG,CAC1G,CAAA;QACD,IAAI,CAAC,MAAM,CAAC,qDAAqD,CAAC,CAAA;IACpE,CAAC;IAED,KAAK,CAAC,IAAI;QACR,IAAI,CAAC,MAAM,CAAC,6DAA6D,CAAC,CAAA;QAC1E,IAAI,CAAC,MAAM,CACT,kFAAkF,CACnF,CAAA;QACD,IAAI,CAAC,MAAM,CACT,kFAAkF,CACnF,CAAA;QACD,IAAI,CAAC,MAAM,CACT,kFAAkF,CACnF,CAAA;QAED,IAAI,CAAC,MAAM,CACT,yMAAyM,CAC1M,CAAA;QACD,IAAI,CAAC,MAAM,CACT,gOAAgO,CACjO,CAAA;QACD,IAAI,CAAC,MAAM,CACT,6IAA6I,CAC9I,CAAA;QACD,IAAI,CAAC,MAAM,CACT,2HAA2H,CAC5H,CAAA;QACD,IAAI,CAAC,MAAM,CACT,mJAAmJ,CACpJ,CAAA;QAED,IAAI,CAAC,MAAM,CACT,iMAAiM,CAClM,CAAA;QACD,IAAI,CAAC,MAAM,CACT,+MAA+M,CAChN,CAAA;QACD,IAAI,CAAC,MAAM,CACT,6HAA6H,CAC9H,CAAA;QACD,IAAI,CAAC,MAAM,CACT,mHAAmH,CACpH,CAAA;IACH,CAAC;CACF;AA9ED,0DA8EC"}
@@ -1,4 +1,4 @@
1
- import { Migration } from "@mikro-orm/migrations";
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
2
  export declare class Migration20250113122235 extends Migration {
3
3
  up(): Promise<void>;
4
4
  down(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20250113122235.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20250113122235.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,qBAAa,uBAAwB,SAAQ,SAAS;IACrC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAanB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAYrC"}
1
+ {"version":3,"file":"Migration20250113122235.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20250113122235.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IACrC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAanB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAYrC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20250113122235 = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20250113122235 extends migrations_1.Migration {
6
6
  async up() {
7
7
  this.addSql(`
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20250113122235.js","sourceRoot":"","sources":["../../src/migrations/Migration20250113122235.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CAAC;;;;KAIX,CAAC,CAAA;QACF,IAAI,CAAC,MAAM,CAAC;;;;KAIX,CAAC,CAAA;IACJ,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CAAC;;;;KAIX,CAAC,CAAA;QACF,IAAI,CAAC,MAAM,CAAC;;;;KAIX,CAAC,CAAA;IACJ,CAAC;CACF;AA1BD,0DA0BC"}
1
+ {"version":3,"file":"Migration20250113122235.js","sourceRoot":"","sources":["../../src/migrations/Migration20250113122235.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,IAAI,CAAC,MAAM,CAAC;;;;KAIX,CAAC,CAAA;QACF,IAAI,CAAC,MAAM,CAAC;;;;KAIX,CAAC,CAAA;IACJ,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,IAAI,CAAC,MAAM,CAAC;;;;KAIX,CAAC,CAAA;QACF,IAAI,CAAC,MAAM,CAAC;;;;KAIX,CAAC,CAAA;IACJ,CAAC;CACF;AA1BD,0DA0BC"}
@@ -1,4 +1,4 @@
1
- import { Migration } from "@mikro-orm/migrations";
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
2
  export declare class Migration20250120115002 extends Migration {
3
3
  up(): Promise<void>;
4
4
  down(): Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20250120115002.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20250120115002.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAA;AAEjD,qBAAa,uBAAwB,SAAQ,SAAS;IAC9C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAmBnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAiB5B"}
1
+ {"version":3,"file":"Migration20250120115002.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20250120115002.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IAC9C,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAmBnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAiB5B"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Migration20250120115002 = void 0;
4
- const migrations_1 = require("@mikro-orm/migrations");
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
5
  class Migration20250120115002 extends migrations_1.Migration {
6
6
  async up() {
7
7
  this.addSql('alter table if exists "shipping_option" add constraint "shipping_option_provider_id_foreign" foreign key ("provider_id") references "fulfillment_provider" ("id") on update cascade on delete set null;');
@@ -1 +1 @@
1
- {"version":3,"file":"Migration20250120115002.js","sourceRoot":"","sources":["../../src/migrations/Migration20250120115002.ts"],"names":[],"mappings":";;;AAAA,sDAAiD;AAEjD,MAAa,uBAAwB,SAAQ,sBAAS;IACpD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,MAAM,CACT,yMAAyM,CAC1M,CAAA;QACD,IAAI,CAAC,MAAM,CACT,8MAA8M,CAC/M,CAAA;QACD,IAAI,CAAC,MAAM,CACT,2HAA2H,CAC5H,CAAA;QAED,IAAI,CAAC,MAAM,CACT,iMAAiM,CAClM,CAAA;QACD,IAAI,CAAC,MAAM,CACT,gNAAgN,CACjN,CAAA;IACH,CAAC;IAED,KAAK,CAAC,IAAI;QACR,IAAI,CAAC,MAAM,CACT,0GAA0G,CAC3G,CAAA;QACD,IAAI,CAAC,MAAM,CACT,sHAAsH,CACvH,CAAA;QAED,IAAI,CAAC,MAAM,CACT,kGAAkG,CACnG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,0GAA0G,CAC3G,CAAA;QAED,IAAI,CAAC,MAAM,CAAC,yDAAyD,CAAC,CAAA;IACxE,CAAC;CACF;AArCD,0DAqCC"}
1
+ {"version":3,"file":"Migration20250120115002.js","sourceRoot":"","sources":["../../src/migrations/Migration20250120115002.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IACpD,KAAK,CAAC,EAAE;QACN,IAAI,CAAC,MAAM,CACT,yMAAyM,CAC1M,CAAA;QACD,IAAI,CAAC,MAAM,CACT,8MAA8M,CAC/M,CAAA;QACD,IAAI,CAAC,MAAM,CACT,2HAA2H,CAC5H,CAAA;QAED,IAAI,CAAC,MAAM,CACT,iMAAiM,CAClM,CAAA;QACD,IAAI,CAAC,MAAM,CACT,gNAAgN,CACjN,CAAA;IACH,CAAC;IAED,KAAK,CAAC,IAAI;QACR,IAAI,CAAC,MAAM,CACT,0GAA0G,CAC3G,CAAA;QACD,IAAI,CAAC,MAAM,CACT,sHAAsH,CACvH,CAAA;QAED,IAAI,CAAC,MAAM,CACT,kGAAkG,CACnG,CAAA;QACD,IAAI,CAAC,MAAM,CACT,0GAA0G,CAC3G,CAAA;QAED,IAAI,CAAC,MAAM,CAAC,yDAAyD,CAAC,CAAA;IACxE,CAAC;CACF;AArCD,0DAqCC"}
@@ -0,0 +1,6 @@
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
+ export declare class Migration20250822130931 extends Migration {
3
+ up(): Promise<void>;
4
+ down(): Promise<void>;
5
+ }
6
+ //# sourceMappingURL=Migration20250822130931.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Migration20250822130931.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20250822130931.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAEpE,qBAAa,uBAAwB,SAAQ,SAAS;IACrC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAInB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CACrC"}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Migration20250822130931 = void 0;
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
+ class Migration20250822130931 extends migrations_1.Migration {
6
+ async up() {
7
+ 'alter table if exists "shipping_option" drop constraint if exists "shipping_option_shipping_option_type_id_foreign", add constraint "shipping_option_shipping_option_type_id_foreign" foreign key ("shipping_option_type_id") references "shipping_option_type" ("id") on update cascade;';
8
+ }
9
+ async down() { }
10
+ }
11
+ exports.Migration20250822130931 = Migration20250822130931;
12
+ //# sourceMappingURL=Migration20250822130931.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Migration20250822130931.js","sourceRoot":"","sources":["../../src/migrations/Migration20250822130931.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AAEpE,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,2RAA2R,CAAA;IAC7R,CAAC;IAEQ,KAAK,CAAC,IAAI,KAAmB,CAAC;CACxC;AAND,0DAMC"}
@@ -0,0 +1,6 @@
1
+ import { Migration } from "@medusajs/framework/mikro-orm/migrations";
2
+ export declare class Migration20250825132614 extends Migration {
3
+ up(): Promise<void>;
4
+ down(): Promise<void>;
5
+ }
6
+ //# sourceMappingURL=Migration20250825132614.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Migration20250825132614.d.ts","sourceRoot":"","sources":["../../src/migrations/Migration20250825132614.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAA;AAGpE,qBAAa,uBAAwB,SAAQ,SAAS;IACrC,EAAE,IAAI,OAAO,CAAC,IAAI,CAAC;IAmCnB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;CAGrC"}
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Migration20250825132614 = void 0;
4
+ const migrations_1 = require("@medusajs/framework/mikro-orm/migrations");
5
+ const ulid_1 = require("ulid");
6
+ class Migration20250825132614 extends migrations_1.Migration {
7
+ async up() {
8
+ // 1. Find all type-code shipping option types
9
+ const typeCodeTypeIds = await this.execute(`
10
+ SELECT id FROM "shipping_option_type"
11
+ WHERE code = 'type-code' AND deleted_at IS NULL
12
+ `);
13
+ if (typeCodeTypeIds.length > 0) {
14
+ const defaultTypeId = `sotype_${(0, ulid_1.ulid)()}`;
15
+ // 2. Create default shipping option type
16
+ await this.execute(`
17
+ INSERT INTO "shipping_option_type" (id, label, description, code)
18
+ VALUES ('${defaultTypeId}', 'Default', 'Default shipping option type', 'default');
19
+ `);
20
+ const typeIdsString = typeCodeTypeIds
21
+ .map((row) => `'${row.id}'`)
22
+ .join(",");
23
+ // 3. Reassign shipping options to the default type
24
+ await this.execute(`
25
+ UPDATE "shipping_option"
26
+ SET shipping_option_type_id = '${defaultTypeId}'
27
+ WHERE shipping_option_type_id IN (${typeIdsString}) AND deleted_at IS NULL;
28
+ `);
29
+ // 4. Soft delete the old type-code types
30
+ await this.execute(`
31
+ UPDATE "shipping_option_type"
32
+ SET deleted_at = now()
33
+ WHERE id IN (${typeIdsString});
34
+ `);
35
+ }
36
+ }
37
+ async down() {
38
+ // Not reversible: would require restoring old type-code types + reassignment
39
+ }
40
+ }
41
+ exports.Migration20250825132614 = Migration20250825132614;
42
+ //# sourceMappingURL=Migration20250825132614.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Migration20250825132614.js","sourceRoot":"","sources":["../../src/migrations/Migration20250825132614.ts"],"names":[],"mappings":";;;AAAA,yEAAoE;AACpE,+BAA2B;AAE3B,MAAa,uBAAwB,SAAQ,sBAAS;IAC3C,KAAK,CAAC,EAAE;QACf,8CAA8C;QAC9C,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC;;;KAG1C,CAAC,CAAA;QAEF,IAAI,eAAe,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC/B,MAAM,aAAa,GAAG,UAAU,IAAA,WAAI,GAAE,EAAE,CAAA;YACxC,yCAAyC;YACzC,MAAM,IAAI,CAAC,OAAO,CAAC;;mBAEN,aAAa;OACzB,CAAC,CAAA;YAEF,MAAM,aAAa,GAAG,eAAe;iBAClC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,IAAI,GAAG,CAAC,EAAE,GAAG,CAAC;iBAC3B,IAAI,CAAC,GAAG,CAAC,CAAA;YAEZ,mDAAmD;YACnD,MAAM,IAAI,CAAC,OAAO,CAAC;;yCAEgB,aAAa;4CACV,aAAa;OAClD,CAAC,CAAA;YAEF,yCAAyC;YACzC,MAAM,IAAI,CAAC,OAAO,CAAC;;;uBAGF,aAAa;OAC7B,CAAC,CAAA;QACJ,CAAC;IACH,CAAC;IAEQ,KAAK,CAAC,IAAI;QACjB,6EAA6E;IAC/E,CAAC;CACF;AAvCD,0DAuCC"}
@@ -17,13 +17,13 @@ export declare const FulfillmentItem: import("@medusajs/framework/utils").DmlEnt
17
17
  canceled_at: import("@medusajs/framework/utils").NullableModifier<Date, import("@medusajs/framework/utils").DateTimeProperty>;
18
18
  data: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
19
19
  requires_shipping: import("@medusajs/framework/utils").BooleanProperty;
20
- items: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "fulfillment_item">>;
20
+ items: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "fulfillment_item">>;
21
21
  labels: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
22
22
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
23
23
  tracking_number: import("@medusajs/framework/utils").TextProperty;
24
24
  tracking_url: import("@medusajs/framework/utils").TextProperty;
25
25
  label_url: import("@medusajs/framework/utils").TextProperty;
26
- fulfillment: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "fulfillment">, undefined>;
26
+ fulfillment: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "fulfillment">, undefined>;
27
27
  }>, "fulfillment_label">>;
28
28
  provider: import("@medusajs/framework/utils").RelationNullableModifier<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
29
29
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
@@ -43,13 +43,13 @@ export declare const FulfillmentItem: import("@medusajs/framework/utils").DmlEnt
43
43
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
44
44
  name: import("@medusajs/framework/utils").TextProperty;
45
45
  type: import("@medusajs/framework/utils").TextProperty;
46
- shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
46
+ shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
47
47
  metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
48
48
  }>, "shipping_profile">, import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
49
49
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
50
50
  name: import("@medusajs/framework/utils").TextProperty;
51
51
  type: import("@medusajs/framework/utils").TextProperty;
52
- shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
52
+ shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
53
53
  metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
54
54
  }>, "shipping_profile">, undefined>, true>;
55
55
  provider: import("@medusajs/framework/utils").RelationNullableModifier<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
@@ -64,16 +64,16 @@ export declare const FulfillmentItem: import("@medusajs/framework/utils").DmlEnt
64
64
  label: import("@medusajs/framework/utils").TextProperty;
65
65
  description: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
66
66
  code: import("@medusajs/framework/utils").TextProperty;
67
- shipping_option: import("@medusajs/framework/utils").HasOne<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
67
+ shipping_option: import("@medusajs/framework/utils").HasOne<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
68
68
  }>, "shipping_option_type">, "shipping_option_type_id">;
69
69
  rules: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
70
70
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
71
71
  attribute: import("@medusajs/framework/utils").TextProperty;
72
72
  operator: import("@medusajs/framework/utils").EnumProperty<typeof import("@medusajs/framework/utils").RuleOperator>;
73
73
  value: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
74
- shipping_option: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">, undefined>;
74
+ shipping_option: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">, undefined>;
75
75
  }>, "shipping_option_rule">>;
76
- fulfillments: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "fulfillment">>;
76
+ fulfillments: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "fulfillment">>;
77
77
  }>, "shipping_option">, import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
78
78
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
79
79
  name: import("@medusajs/framework/utils").TextProperty;
@@ -85,13 +85,13 @@ export declare const FulfillmentItem: import("@medusajs/framework/utils").DmlEnt
85
85
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
86
86
  name: import("@medusajs/framework/utils").TextProperty;
87
87
  type: import("@medusajs/framework/utils").TextProperty;
88
- shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
88
+ shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
89
89
  metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
90
90
  }>, "shipping_profile">, import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
91
91
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
92
92
  name: import("@medusajs/framework/utils").TextProperty;
93
93
  type: import("@medusajs/framework/utils").TextProperty;
94
- shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
94
+ shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
95
95
  metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
96
96
  }>, "shipping_profile">, undefined>, true>;
97
97
  provider: import("@medusajs/framework/utils").RelationNullableModifier<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
@@ -106,16 +106,16 @@ export declare const FulfillmentItem: import("@medusajs/framework/utils").DmlEnt
106
106
  label: import("@medusajs/framework/utils").TextProperty;
107
107
  description: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
108
108
  code: import("@medusajs/framework/utils").TextProperty;
109
- shipping_option: import("@medusajs/framework/utils").HasOne<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
109
+ shipping_option: import("@medusajs/framework/utils").HasOne<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
110
110
  }>, "shipping_option_type">, "shipping_option_type_id">;
111
111
  rules: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
112
112
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
113
113
  attribute: import("@medusajs/framework/utils").TextProperty;
114
114
  operator: import("@medusajs/framework/utils").EnumProperty<typeof import("@medusajs/framework/utils").RuleOperator>;
115
115
  value: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
116
- shipping_option: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">, undefined>;
116
+ shipping_option: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">, undefined>;
117
117
  }>, "shipping_option_rule">>;
118
- fulfillments: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "fulfillment">>;
118
+ fulfillments: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "fulfillment">>;
119
119
  }>, "shipping_option">, undefined>, true>;
120
120
  delivery_address: import("@medusajs/framework/utils").RelationNullableModifier<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
121
121
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
@@ -22,9 +22,9 @@ export declare const FulfillmentLabel: import("@medusajs/framework/utils").DmlEn
22
22
  quantity: import("@medusajs/framework/utils").BigNumberProperty;
23
23
  line_item_id: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
24
24
  inventory_item_id: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
25
- fulfillment: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "fulfillment">, undefined>;
25
+ fulfillment: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "fulfillment">, undefined>;
26
26
  }>, "fulfillment_item">>;
27
- labels: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "fulfillment_label">>;
27
+ labels: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "fulfillment_label">>;
28
28
  provider: import("@medusajs/framework/utils").RelationNullableModifier<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
29
29
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
30
30
  is_enabled: import("@medusajs/framework/utils").BooleanProperty;
@@ -43,13 +43,13 @@ export declare const FulfillmentLabel: import("@medusajs/framework/utils").DmlEn
43
43
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
44
44
  name: import("@medusajs/framework/utils").TextProperty;
45
45
  type: import("@medusajs/framework/utils").TextProperty;
46
- shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
46
+ shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
47
47
  metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
48
48
  }>, "shipping_profile">, import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
49
49
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
50
50
  name: import("@medusajs/framework/utils").TextProperty;
51
51
  type: import("@medusajs/framework/utils").TextProperty;
52
- shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
52
+ shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
53
53
  metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
54
54
  }>, "shipping_profile">, undefined>, true>;
55
55
  provider: import("@medusajs/framework/utils").RelationNullableModifier<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
@@ -64,16 +64,16 @@ export declare const FulfillmentLabel: import("@medusajs/framework/utils").DmlEn
64
64
  label: import("@medusajs/framework/utils").TextProperty;
65
65
  description: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
66
66
  code: import("@medusajs/framework/utils").TextProperty;
67
- shipping_option: import("@medusajs/framework/utils").HasOne<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
67
+ shipping_option: import("@medusajs/framework/utils").HasOne<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
68
68
  }>, "shipping_option_type">, "shipping_option_type_id">;
69
69
  rules: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
70
70
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
71
71
  attribute: import("@medusajs/framework/utils").TextProperty;
72
72
  operator: import("@medusajs/framework/utils").EnumProperty<typeof import("@medusajs/framework/utils").RuleOperator>;
73
73
  value: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
74
- shipping_option: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">, undefined>;
74
+ shipping_option: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">, undefined>;
75
75
  }>, "shipping_option_rule">>;
76
- fulfillments: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "fulfillment">>;
76
+ fulfillments: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "fulfillment">>;
77
77
  }>, "shipping_option">, import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
78
78
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
79
79
  name: import("@medusajs/framework/utils").TextProperty;
@@ -85,13 +85,13 @@ export declare const FulfillmentLabel: import("@medusajs/framework/utils").DmlEn
85
85
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
86
86
  name: import("@medusajs/framework/utils").TextProperty;
87
87
  type: import("@medusajs/framework/utils").TextProperty;
88
- shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
88
+ shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
89
89
  metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
90
90
  }>, "shipping_profile">, import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
91
91
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
92
92
  name: import("@medusajs/framework/utils").TextProperty;
93
93
  type: import("@medusajs/framework/utils").TextProperty;
94
- shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
94
+ shipping_options: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
95
95
  metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
96
96
  }>, "shipping_profile">, undefined>, true>;
97
97
  provider: import("@medusajs/framework/utils").RelationNullableModifier<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
@@ -106,16 +106,16 @@ export declare const FulfillmentLabel: import("@medusajs/framework/utils").DmlEn
106
106
  label: import("@medusajs/framework/utils").TextProperty;
107
107
  description: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
108
108
  code: import("@medusajs/framework/utils").TextProperty;
109
- shipping_option: import("@medusajs/framework/utils").HasOne<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">>;
109
+ shipping_option: import("@medusajs/framework/utils").HasOne<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">>;
110
110
  }>, "shipping_option_type">, "shipping_option_type_id">;
111
111
  rules: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
112
112
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
113
113
  attribute: import("@medusajs/framework/utils").TextProperty;
114
114
  operator: import("@medusajs/framework/utils").EnumProperty<typeof import("@medusajs/framework/utils").RuleOperator>;
115
115
  value: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
116
- shipping_option: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "shipping_option">, undefined>;
116
+ shipping_option: import("@medusajs/framework/utils").BelongsTo<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "shipping_option">, undefined>;
117
117
  }>, "shipping_option_rule">>;
118
- fulfillments: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<any>, "fulfillment">>;
118
+ fulfillments: import("@medusajs/framework/utils").HasMany<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder</*elided*/ any>, "fulfillment">>;
119
119
  }>, "shipping_option">, undefined>, true>;
120
120
  delivery_address: import("@medusajs/framework/utils").RelationNullableModifier<() => import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
121
121
  id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;