@drax/identity-back 1.4.1 → 2.0.0
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.
- package/package.json +10 -10
- package/tsconfig.tsbuildinfo +1 -1
- package/types/factory/RoleServiceFactory.d.ts.map +1 -1
- package/types/factory/TenantServiceFactory.d.ts.map +1 -1
- package/types/factory/UserApiKeyServiceFactory.d.ts.map +1 -1
- package/types/factory/UserLoginFailServiceFactory.d.ts.map +1 -1
- package/types/factory/UserServiceFactory.d.ts.map +1 -1
- package/types/factory/UserSessionServiceFactory.d.ts.map +1 -1
- package/types/models/RoleModel.d.ts +1 -1
- package/types/models/TenantModel.d.ts +1 -1
- package/types/models/UserApiKeyModel.d.ts +1 -1
- package/types/models/UserGroupModel.d.ts +1 -1
- package/types/models/UserLoginFailModel.d.ts +1 -1
- package/types/models/UserModel.d.ts +1 -1
- package/types/models/UserSessionModel.d.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoleServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/RoleServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,WAAW,MAAM,4BAA4B,CAAC;AAOrD,QAAA,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"RoleServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/RoleServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,WAAW,MAAM,4BAA4B,CAAC;AAOrD,QAAA,MAAM,kBAAkB,GAAI,UAAS,OAAe,KAAG,WAsBtD,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TenantServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/TenantServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAOzD,QAAA,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"TenantServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/TenantServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,MAAM,8BAA8B,CAAC;AAOzD,QAAA,MAAM,oBAAoB,GAAI,UAAS,OAAe,KAAG,aAsBxD,CAAA;AAED,eAAe,oBAAoB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserApiKeyServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/UserApiKeyServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,iBAAiB,MAAM,kCAAkC,CAAC;AAOjE,QAAA,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"UserApiKeyServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/UserApiKeyServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,iBAAiB,MAAM,kCAAkC,CAAC;AAOjE,QAAA,MAAM,wBAAwB,GAAI,UAAS,OAAe,KAAG,iBAoB5D,CAAA;AAED,eAAe,wBAAwB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserLoginFailServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/UserLoginFailServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,oBAAoB,MAAM,qCAAqC,CAAC;AAOvE,QAAA,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"UserLoginFailServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/UserLoginFailServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,oBAAoB,MAAM,qCAAqC,CAAC;AAOvE,QAAA,MAAM,2BAA2B,GAAI,UAAQ,OAAe,KAAI,oBAoB/D,CAAA;AAEA,eAAe,2BAA2B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/UserServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,WAAW,MAAM,4BAA4B,CAAC;AAOrD,QAAA,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"UserServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/UserServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,WAAW,MAAM,4BAA4B,CAAC;AAOrD,QAAA,MAAM,kBAAkB,GAAI,UAAQ,OAAe,KAAI,WAoBtD,CAAA;AAEA,eAAe,kBAAkB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserSessionServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/UserSessionServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,kBAAkB,MAAM,mCAAmC,CAAC;AAOnE,QAAA,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"UserSessionServiceFactory.d.ts","sourceRoot":"","sources":["../../src/factory/UserSessionServiceFactory.ts"],"names":[],"mappings":"AACA,OAAO,kBAAkB,MAAM,mCAAmC,CAAC;AAOnE,QAAA,MAAM,yBAAyB,GAAI,UAAQ,OAAe,KAAI,kBAoB7D,CAAA;AAEA,eAAe,yBAAyB,CAAA"}
|
|
@@ -4,7 +4,7 @@ declare const RoleMongoSchema: mongoose.Schema<IRole, mongoose.Model<IRole, any,
|
|
|
4
4
|
_id: string;
|
|
5
5
|
}> & {
|
|
6
6
|
__v: number;
|
|
7
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IRole, mongoose.Document<unknown, {}, mongoose.FlatRecord<IRole>, {}, mongoose.
|
|
7
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IRole, mongoose.Document<unknown, {}, mongoose.FlatRecord<IRole>, {}, mongoose.DefaultSchemaOptions> & mongoose.FlatRecord<IRole> & Required<{
|
|
8
8
|
_id: string;
|
|
9
9
|
}> & {
|
|
10
10
|
__v: number;
|
|
@@ -4,7 +4,7 @@ declare const TenantMongoSchema: mongoose.Schema<ITenant, mongoose.Model<ITenant
|
|
|
4
4
|
_id: string;
|
|
5
5
|
}> & {
|
|
6
6
|
__v: number;
|
|
7
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, ITenant, mongoose.Document<unknown, {}, mongoose.FlatRecord<ITenant>, {}, mongoose.
|
|
7
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, ITenant, mongoose.Document<unknown, {}, mongoose.FlatRecord<ITenant>, {}, mongoose.DefaultSchemaOptions> & mongoose.FlatRecord<ITenant> & Required<{
|
|
8
8
|
_id: string;
|
|
9
9
|
}> & {
|
|
10
10
|
__v: number;
|
|
@@ -4,7 +4,7 @@ declare const UserApiKeyMongoSchema: mongoose.Schema<IUserApiKey, mongoose.Model
|
|
|
4
4
|
_id: string;
|
|
5
5
|
}> & {
|
|
6
6
|
__v: number;
|
|
7
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUserApiKey, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUserApiKey>, {}, mongoose.
|
|
7
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUserApiKey, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUserApiKey>, {}, mongoose.DefaultSchemaOptions> & mongoose.FlatRecord<IUserApiKey> & Required<{
|
|
8
8
|
_id: string;
|
|
9
9
|
}> & {
|
|
10
10
|
__v: number;
|
|
@@ -4,7 +4,7 @@ declare const UserGroupMongoSchema: mongoose.Schema<IUserGroup, mongoose.Model<I
|
|
|
4
4
|
_id: mongoose.Types.ObjectId;
|
|
5
5
|
} & {
|
|
6
6
|
__v: number;
|
|
7
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUserGroup, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUserGroup>, {}, mongoose.
|
|
7
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUserGroup, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUserGroup>, {}, mongoose.DefaultSchemaOptions> & mongoose.FlatRecord<IUserGroup> & {
|
|
8
8
|
_id: mongoose.Types.ObjectId;
|
|
9
9
|
} & {
|
|
10
10
|
__v: number;
|
|
@@ -4,7 +4,7 @@ declare const UserLoginFailMongoSchema: mongoose.Schema<IUserLoginFail, mongoose
|
|
|
4
4
|
_id: string;
|
|
5
5
|
}> & {
|
|
6
6
|
__v: number;
|
|
7
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUserLoginFail, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUserLoginFail>, {}, mongoose.
|
|
7
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUserLoginFail, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUserLoginFail>, {}, mongoose.DefaultSchemaOptions> & mongoose.FlatRecord<IUserLoginFail> & Required<{
|
|
8
8
|
_id: string;
|
|
9
9
|
}> & {
|
|
10
10
|
__v: number;
|
|
@@ -4,7 +4,7 @@ declare const UserMongoSchema: mongoose.Schema<IUser, mongoose.Model<IUser, any,
|
|
|
4
4
|
_id: string;
|
|
5
5
|
}> & {
|
|
6
6
|
__v: number;
|
|
7
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUser, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUser>, {}, mongoose.
|
|
7
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUser, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUser>, {}, mongoose.DefaultSchemaOptions> & mongoose.FlatRecord<IUser> & Required<{
|
|
8
8
|
_id: string;
|
|
9
9
|
}> & {
|
|
10
10
|
__v: number;
|
|
@@ -4,7 +4,7 @@ declare const UserSessionMongoSchema: mongoose.Schema<IUserSession, mongoose.Mod
|
|
|
4
4
|
_id: string;
|
|
5
5
|
}> & {
|
|
6
6
|
__v: number;
|
|
7
|
-
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUserSession, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUserSession>, {}, mongoose.
|
|
7
|
+
}, any>, {}, {}, {}, {}, mongoose.DefaultSchemaOptions, IUserSession, mongoose.Document<unknown, {}, mongoose.FlatRecord<IUserSession>, {}, mongoose.DefaultSchemaOptions> & mongoose.FlatRecord<IUserSession> & Required<{
|
|
8
8
|
_id: string;
|
|
9
9
|
}> & {
|
|
10
10
|
__v: number;
|