@drax/identity-back 1.4.0 → 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.
@@ -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,aAAa,OAAO,KAAW,WAsBtD,CAAA;AAED,eAAe,kBAAkB,CAAA"}
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,aAAa,OAAO,KAAW,aAsBxD,CAAA;AAED,eAAe,oBAAoB,CAAA"}
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,aAAa,OAAO,KAAW,iBAoB5D,CAAA;AAED,eAAe,wBAAwB,CAAA"}
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,aAAY,OAAO,KAAY,oBAoB/D,CAAA;AAEA,eAAe,2BAA2B,CAAA"}
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,aAAY,OAAO,KAAY,WAoBtD,CAAA;AAEA,eAAe,kBAAkB,CAAA"}
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,aAAY,OAAO,KAAY,kBAoB7D,CAAA;AAEA,eAAe,yBAAyB,CAAA"}
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.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<IRole> & Required<{
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.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<ITenant> & Required<{
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.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<IUserApiKey> & Required<{
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.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<IUserGroup> & {
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.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<IUserLoginFail> & Required<{
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.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<IUser> & Required<{
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.ResolveSchemaOptions<mongoose.DefaultSchemaOptions>> & mongoose.FlatRecord<IUserSession> & Required<{
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;