@medusajs/user 2.1.3-snapshot-20241218105855 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
package/dist/models/invite.d.ts
CHANGED
@@ -1,16 +1,9 @@
|
|
1
|
-
export declare const Invite: import("@medusajs/framework/utils").DmlEntity<{
|
1
|
+
export declare const Invite: 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
|
email: import("@medusajs/framework/utils").TextProperty;
|
4
4
|
accepted: import("@medusajs/framework/utils").BooleanProperty;
|
5
5
|
token: import("@medusajs/framework/utils").TextProperty;
|
6
6
|
expires_at: import("@medusajs/framework/utils").DateTimeProperty;
|
7
7
|
metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
8
|
-
}
|
9
|
-
id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
|
10
|
-
email: import("@medusajs/framework/utils").TextProperty;
|
11
|
-
accepted: import("@medusajs/framework/utils").BooleanProperty;
|
12
|
-
token: import("@medusajs/framework/utils").TextProperty;
|
13
|
-
expires_at: import("@medusajs/framework/utils").DateTimeProperty;
|
14
|
-
metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
15
|
-
} & {} & import("@medusajs/framework/utils").DMLSchemaDefaults, "invite">;
|
8
|
+
}>, "invite">;
|
16
9
|
//# sourceMappingURL=invite.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"invite.d.ts","sourceRoot":"","sources":["../../src/models/invite.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
1
|
+
{"version":3,"file":"invite.d.ts","sourceRoot":"","sources":["../../src/models/invite.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;aAmBf,CAAA"}
|
package/dist/models/user.d.ts
CHANGED
@@ -1,16 +1,9 @@
|
|
1
|
-
export declare const User: import("@medusajs/framework/utils").DmlEntity<{
|
1
|
+
export declare const User: 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
|
first_name: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
4
4
|
last_name: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
5
5
|
email: import("@medusajs/framework/utils").TextProperty;
|
6
6
|
avatar_url: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
7
7
|
metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
8
|
-
}
|
9
|
-
id: import("@medusajs/framework/utils").PrimaryKeyModifier<string, import("@medusajs/framework/utils").IdProperty>;
|
10
|
-
first_name: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
11
|
-
last_name: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
12
|
-
email: import("@medusajs/framework/utils").TextProperty;
|
13
|
-
avatar_url: import("@medusajs/framework/utils").NullableModifier<string, import("@medusajs/framework/utils").TextProperty>;
|
14
|
-
metadata: import("@medusajs/framework/utils").NullableModifier<Record<string, unknown>, import("@medusajs/framework/utils").JSONProperty>;
|
15
|
-
} & {} & import("@medusajs/framework/utils").DMLSchemaDefaults, "user">;
|
8
|
+
}>, "user">;
|
16
9
|
//# sourceMappingURL=user.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../src/models/user.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI
|
1
|
+
{"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../src/models/user.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;WAeb,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"root":["../src/index.ts","../src/migrations/
|
1
|
+
{"root":["../src/index.ts","../src/migrations/migration20240214033943.ts","../src/migrations/migration20240703095850.ts","../src/migrations/migration20241202103352.ts","../src/models/index.ts","../src/models/invite.ts","../src/models/user.ts","../src/services/index.ts","../src/services/user-module.ts","../src/types/index.ts","../src/types/services/index.ts","../src/types/services/invite.ts"],"version":"5.6.2"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/user",
|
3
|
-
"version": "2.1.3
|
3
|
+
"version": "2.1.3",
|
4
4
|
"description": "Medusa Users 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.3
|
40
|
-
"@medusajs/test-utils": "2.1.3
|
39
|
+
"@medusajs/framework": "^2.1.3",
|
40
|
+
"@medusajs/test-utils": "^2.1.3",
|
41
41
|
"@mikro-orm/cli": "5.9.7",
|
42
42
|
"@mikro-orm/core": "5.9.7",
|
43
43
|
"@mikro-orm/migrations": "5.9.7",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"jsonwebtoken": "^9.0.2"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|
56
|
-
"@medusajs/framework": "2.
|
56
|
+
"@medusajs/framework": "^2.0.0",
|
57
57
|
"@mikro-orm/core": "5.9.7",
|
58
58
|
"@mikro-orm/migrations": "5.9.7",
|
59
59
|
"@mikro-orm/postgresql": "5.9.7",
|