@medusajs/sales-channel 2.1.3-snapshot-20241218105855 → 2.1.4-snapshot-20241220130656
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,15 +1,9 @@
|
|
1
|
-
declare const SalesChannel: import("@medusajs/framework/utils").DmlEntity<{
|
1
|
+
declare const SalesChannel: import("@medusajs/framework/utils").DmlEntity<import("@medusajs/framework/utils").DMLEntitySchemaBuilder<{
|
2
2
|
id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
|
3
3
|
name: import("@medusajs/framework/utils").TextProperty;
|
4
4
|
description: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
5
5
|
is_disabled: import("@medusajs/framework/utils").BooleanProperty;
|
6
6
|
metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
7
|
-
}
|
8
|
-
id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
|
9
|
-
name: import("@medusajs/framework/utils").TextProperty;
|
10
|
-
description: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
11
|
-
is_disabled: import("@medusajs/framework/utils").BooleanProperty;
|
12
|
-
metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
13
|
-
} & {} & import("@medusajs/framework/utils").DMLSchemaDefaults, "SalesChannel">;
|
7
|
+
}>, "SalesChannel">;
|
14
8
|
export default SalesChannel;
|
15
9
|
//# sourceMappingURL=sales-channel.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"sales-channel.d.ts","sourceRoot":"","sources":["../../src/models/sales-channel.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY
|
1
|
+
{"version":3,"file":"sales-channel.d.ts","sourceRoot":"","sources":["../../src/models/sales-channel.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;mBAMhB,CAAA;AAEF,eAAe,YAAY,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/sales-channel",
|
3
|
-
"version": "2.1.
|
3
|
+
"version": "2.1.4-snapshot-20241220130656",
|
4
4
|
"description": "Medusa Sales Channel module",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -36,8 +36,8 @@
|
|
36
36
|
"orm:cache:clear": " MIKRO_ORM_CLI=./mikro-orm.config.dev.ts medusa-mikro-orm cache:clear"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@medusajs/framework": "2.1.
|
40
|
-
"@medusajs/test-utils": "2.1.
|
39
|
+
"@medusajs/framework": "2.1.4-snapshot-20241220130656",
|
40
|
+
"@medusajs/test-utils": "2.1.4-snapshot-20241220130656",
|
41
41
|
"@mikro-orm/cli": "5.9.7",
|
42
42
|
"@mikro-orm/core": "5.9.7",
|
43
43
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -50,7 +50,7 @@
|
|
50
50
|
"typescript": "^5.6.2"
|
51
51
|
},
|
52
52
|
"peerDependencies": {
|
53
|
-
"@medusajs/framework": "2.1.
|
53
|
+
"@medusajs/framework": "2.1.4-snapshot-20241220130656",
|
54
54
|
"@mikro-orm/core": "5.9.7",
|
55
55
|
"@mikro-orm/migrations": "5.9.7",
|
56
56
|
"@mikro-orm/postgresql": "5.9.7",
|