@medusajs/types
Advanced tools
Comparing version 1.8.7-snapshot-20230529080001 to 1.8.7-snapshot-20230529090126
@@ -5,2 +5,3 @@ export * as CacheTypes from "./cache"; | ||
export * as InventoryTypes from "./inventory"; | ||
export * as ProductTypes from "./product"; | ||
export * as ModulesSdkTypes from "./modules-sdk"; | ||
@@ -10,1 +11,2 @@ export * as SearchTypes from "./search"; | ||
export * as TransactionBaseTypes from "./transaction-base"; | ||
export * as DAL from "./dal"; |
@@ -26,3 +26,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0; | ||
exports.DAL = exports.TransactionBaseTypes = exports.StockLocationTypes = exports.SearchTypes = exports.ModulesSdkTypes = exports.ProductTypes = exports.InventoryTypes = exports.EventBusTypes = exports.CommonTypes = exports.CacheTypes = void 0; | ||
exports.CacheTypes = __importStar(require("./cache")); | ||
@@ -32,2 +32,3 @@ exports.CommonTypes = __importStar(require("./common")); | ||
exports.InventoryTypes = __importStar(require("./inventory")); | ||
exports.ProductTypes = __importStar(require("./product")); | ||
exports.ModulesSdkTypes = __importStar(require("./modules-sdk")); | ||
@@ -37,2 +38,3 @@ exports.SearchTypes = __importStar(require("./search")); | ||
exports.TransactionBaseTypes = __importStar(require("./transaction-base")); | ||
exports.DAL = __importStar(require("./dal")); | ||
//# sourceMappingURL=bundles.js.map |
@@ -87,2 +87,4 @@ import { FindManyOptions, FindOneOptions, FindOperator, FindOptionsSelect, FindOptionsWhere, OrderByCondition } from "typeorm"; | ||
} | ||
export interface RepositoryTransformOptions { | ||
} | ||
export interface DateComparisonOperator { | ||
@@ -89,0 +91,0 @@ lt?: Date; |
@@ -7,2 +7,4 @@ export * from "./bundles"; | ||
export * from "./modules-sdk"; | ||
export * from "./product"; | ||
export * from "./product-category"; | ||
export * from "./search"; | ||
@@ -12,1 +14,2 @@ export * from "./shared-context"; | ||
export * from "./transaction-base"; | ||
export * from "./dal"; |
@@ -23,2 +23,4 @@ "use strict"; | ||
__exportStar(require("./modules-sdk"), exports); | ||
__exportStar(require("./product"), exports); | ||
__exportStar(require("./product-category"), exports); | ||
__exportStar(require("./search"), exports); | ||
@@ -28,2 +30,3 @@ __exportStar(require("./shared-context"), exports); | ||
__exportStar(require("./transaction-base"), exports); | ||
__exportStar(require("./dal"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -29,3 +29,3 @@ import { Logger as _Logger } from "winston"; | ||
scope: MODULE_SCOPE.EXTERNAL; | ||
server: { | ||
server?: { | ||
type: "http"; | ||
@@ -42,2 +42,3 @@ url: string; | ||
moduleDeclaration?: InternalModuleDeclaration | ExternalModuleDeclaration; | ||
moduleDefinition?: any; | ||
}; | ||
@@ -44,0 +45,0 @@ export declare type ModuleDefinition = { |
{ | ||
"name": "@medusajs/types", | ||
"version": "1.8.7-snapshot-20230529080001", | ||
"version": "1.8.7-snapshot-20230529090126", | ||
"description": "Medusa Types definition", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68012
106
1598