@vynelix/nestjs-multi-auth 0.1.1 → 0.1.2

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.
@@ -0,0 +1,2 @@
1
+ import { EntityTarget } from "typeorm";
2
+ export declare const AuthEntities: EntityTarget<any>[];
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AuthEntities = void 0;
4
+ const auth_entity_1 = require("./auth.entity");
5
+ const auth_identify_entity_1 = require("./auth-identify.entity");
6
+ const oauth_provider_entity_1 = require("./oauth-provider.entity");
7
+ const otp_token_entity_1 = require("./otp-token.entity");
8
+ const mfa_method_entity_1 = require("./mfa-method.entity");
9
+ const session_entity_1 = require("./session.entity");
10
+ exports.AuthEntities = [
11
+ auth_entity_1.Auth,
12
+ auth_identify_entity_1.AuthIdentifier,
13
+ oauth_provider_entity_1.OAuthProvider,
14
+ otp_token_entity_1.OtpToken,
15
+ session_entity_1.Session,
16
+ mfa_method_entity_1.MfaMethod
17
+ ];
18
+ //# sourceMappingURL=entities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entities.js","sourceRoot":"","sources":["../../../src/auth/entities/entities.ts"],"names":[],"mappings":";;;AAAA,+CAAqC;AACrC,iEAAwD;AACxD,mEAAwD;AACxD,yDAA8C;AAE9C,2DAAgD;AAChD,qDAA2C;AAE9B,QAAA,YAAY,GAAwB;IAC7C,kBAAI;IACJ,qCAAc;IACd,qCAAa;IACb,2BAAQ;IACR,wBAAO;IACP,6BAAS;CACZ,CAAC"}
package/dist/index.d.ts CHANGED
@@ -20,3 +20,4 @@ export * from './auth/guards/optional-auth.guard';
20
20
  export * from './migrations/auth-schema.initializer';
21
21
  export * from './migrations/migration.service';
22
22
  export * from './auth/enums/auth.events';
23
+ export * from './auth/entities/entities';
package/dist/index.js CHANGED
@@ -37,4 +37,5 @@ __exportStar(require("./auth/guards/optional-auth.guard"), exports);
37
37
  __exportStar(require("./migrations/auth-schema.initializer"), exports);
38
38
  __exportStar(require("./migrations/migration.service"), exports);
39
39
  __exportStar(require("./auth/enums/auth.events"), exports);
40
+ __exportStar(require("./auth/entities/entities"), exports);
40
41
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,sDAAoC;AACpC,iGAAyG;AAAhG,oIAAA,mBAAmB,OAAA;AAC5B,0EAAwD;AAExD,oEAAkD;AAClD,sEAAoD;AACpD,8DAA4C;AAC5C,8DAA4C;AAC5C,iEAA+C;AAC/C,oEAAkD;AAClD,wEAAsD;AACtD,mEAAiD;AACjD,8DAA4C;AAC5C,gEAA8C;AAC9C,iEAA+C;AAC/C,wEAAsD;AACtD,+DAA6C;AAC7C,oEAAkD;AAClD,uEAAqD;AACrD,iEAA+C;AAC/C,2DAAyC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,sDAAoC;AACpC,iGAAyG;AAAhG,oIAAA,mBAAmB,OAAA;AAC5B,0EAAwD;AAExD,oEAAkD;AAClD,sEAAoD;AACpD,8DAA4C;AAC5C,8DAA4C;AAC5C,iEAA+C;AAC/C,oEAAkD;AAClD,wEAAsD;AACtD,mEAAiD;AACjD,8DAA4C;AAC5C,gEAA8C;AAC9C,iEAA+C;AAC/C,wEAAsD;AACtD,+DAA6C;AAC7C,oEAAkD;AAClD,uEAAqD;AACrD,iEAA+C;AAC/C,2DAAyC;AACzC,2DAAyC"}