grm-shared-library 1.1.80 → 1.1.82
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/dist/cjs/modules/auth/dtos/login-response.dto.js +10 -14
- package/dist/cjs/modules/auth/dtos/login-response.dto.js.map +1 -1
- package/dist/cjs/modules/auth/dtos/login-user-response.dto.js +39 -0
- package/dist/cjs/modules/auth/dtos/login-user-response.dto.js.map +1 -0
- package/dist/cjs/modules/auth/index.js +1 -0
- package/dist/cjs/modules/auth/index.js.map +1 -1
- package/dist/cjs/modules/common/enums/secrets-fetch-strategy.enum.js +10 -0
- package/dist/cjs/modules/common/enums/secrets-fetch-strategy.enum.js.map +1 -0
- package/dist/cjs/modules/common/index.js +1 -0
- package/dist/cjs/modules/common/index.js.map +1 -1
- package/dist/esm/modules/auth/dtos/login-response.dto.js +10 -14
- package/dist/esm/modules/auth/dtos/login-response.dto.js.map +1 -1
- package/dist/esm/modules/auth/dtos/login-user-response.dto.js +35 -0
- package/dist/esm/modules/auth/dtos/login-user-response.dto.js.map +1 -0
- package/dist/esm/modules/auth/index.js +1 -0
- package/dist/esm/modules/auth/index.js.map +1 -1
- package/dist/esm/modules/common/enums/secrets-fetch-strategy.enum.js +7 -0
- package/dist/esm/modules/common/enums/secrets-fetch-strategy.enum.js.map +1 -0
- package/dist/esm/modules/common/index.js +1 -0
- package/dist/esm/modules/common/index.js.map +1 -1
- package/dist/types/modules/auth/dtos/login-response.dto.d.ts +3 -8
- package/dist/types/modules/auth/dtos/login-user-response.dto.d.ts +5 -0
- package/dist/types/modules/auth/index.d.ts +1 -0
- package/dist/types/modules/common/enums/secrets-fetch-strategy.enum.d.ts +5 -0
- package/dist/types/modules/common/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -16,26 +16,22 @@ class LoginResponse {
|
|
|
16
16
|
exports.LoginResponse = LoginResponse;
|
|
17
17
|
__decorate([
|
|
18
18
|
(0, swagger_1.ApiProperty)({
|
|
19
|
-
description: 'Authentication token',
|
|
20
|
-
example: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
|
|
19
|
+
description: 'Authentication token for mobile user login',
|
|
20
|
+
example: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c'
|
|
21
21
|
}),
|
|
22
22
|
__metadata("design:type", String)
|
|
23
|
-
], LoginResponse.prototype, "
|
|
24
|
-
__decorate([
|
|
25
|
-
(0, swagger_1.ApiProperty)({
|
|
26
|
-
description: 'Token expiration timestamp',
|
|
27
|
-
example: '2025-08-20T12:00:00.000Z'
|
|
28
|
-
}),
|
|
29
|
-
__metadata("design:type", String)
|
|
30
|
-
], LoginResponse.prototype, "expiresAt", void 0);
|
|
23
|
+
], LoginResponse.prototype, "accessToken", void 0);
|
|
31
24
|
__decorate([
|
|
32
25
|
(0, swagger_1.ApiProperty)({
|
|
33
26
|
description: 'User information',
|
|
34
27
|
example: {
|
|
35
|
-
id:
|
|
36
|
-
email:
|
|
37
|
-
name: '
|
|
38
|
-
|
|
28
|
+
id: 456,
|
|
29
|
+
email: null,
|
|
30
|
+
name: 'Mobile User',
|
|
31
|
+
phoneNumber: '+1234567890',
|
|
32
|
+
roles: ['MOBILE_USER'],
|
|
33
|
+
status: 'ACTIVE',
|
|
34
|
+
isIdentityVerified: true
|
|
39
35
|
}
|
|
40
36
|
}),
|
|
41
37
|
__metadata("design:type", Object)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login-response.dto.js","sourceRoot":"","sources":["../../../../../src/modules/auth/dtos/login-response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;
|
|
1
|
+
{"version":3,"file":"login-response.dto.js","sourceRoot":"","sources":["../../../../../src/modules/auth/dtos/login-response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAG9C,MAAa,aAAa;CAoBzB;AApBD,sCAoBC;AAfG;IAJC,IAAA,qBAAW,EAAC;QACT,WAAW,EAAE,4CAA4C;QACzD,OAAO,EAAE,6JAA6J;KACzK,CAAC;;kDACmB;AAcrB;IAZC,IAAA,qBAAW,EAAC;QACT,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE;YACL,EAAE,EAAE,GAAG;YACP,KAAK,EAAE,IAAI;YACX,IAAI,EAAE,aAAa;YACnB,WAAW,EAAE,aAAa;YAC1B,KAAK,EAAE,CAAC,aAAa,CAAC;YACtB,MAAM,EAAE,QAAQ;YAChB,kBAAkB,EAAE,IAAI;SAC3B;KACJ,CAAC;;2CACU"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LoginUserResponse = void 0;
|
|
13
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
14
|
+
class LoginUserResponse {
|
|
15
|
+
}
|
|
16
|
+
exports.LoginUserResponse = LoginUserResponse;
|
|
17
|
+
__decorate([
|
|
18
|
+
(0, swagger_1.ApiProperty)({
|
|
19
|
+
description: 'Authentication token for regular user login',
|
|
20
|
+
example: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c'
|
|
21
|
+
}),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], LoginUserResponse.prototype, "token", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, swagger_1.ApiProperty)({
|
|
26
|
+
description: 'User information',
|
|
27
|
+
example: {
|
|
28
|
+
id: 123,
|
|
29
|
+
email: 'john.doe@example.com',
|
|
30
|
+
name: 'John Doe',
|
|
31
|
+
phoneNumber: '+1234567890',
|
|
32
|
+
roles: ['ORGANIZATION_USER'],
|
|
33
|
+
status: 'ACTIVE',
|
|
34
|
+
isIdentityVerified: true
|
|
35
|
+
}
|
|
36
|
+
}),
|
|
37
|
+
__metadata("design:type", Object)
|
|
38
|
+
], LoginUserResponse.prototype, "user", void 0);
|
|
39
|
+
//# sourceMappingURL=login-user-response.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login-user-response.dto.js","sourceRoot":"","sources":["../../../../../src/modules/auth/dtos/login-user-response.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAG9C,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;AAfG;IAJC,IAAA,qBAAW,EAAC;QACT,WAAW,EAAE,6CAA6C;QAC1D,OAAO,EAAE,6JAA6J;KACzK,CAAC;;gDACa;AAcf;IAZC,IAAA,qBAAW,EAAC;QACT,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE;YACL,EAAE,EAAE,GAAG;YACP,KAAK,EAAE,sBAAsB;YAC7B,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,aAAa;YAC1B,KAAK,EAAE,CAAC,mBAAmB,CAAC;YAC5B,MAAM,EAAE,QAAQ;YAChB,kBAAkB,EAAE,IAAI;SAC3B;KACJ,CAAC;;+CACU"}
|
|
@@ -26,6 +26,7 @@ __exportStar(require("./dtos/refresh-token.dto"), exports);
|
|
|
26
26
|
__exportStar(require("./dtos/login-mobile-user.dto"), exports);
|
|
27
27
|
__exportStar(require("./dtos/register-mobile-user.dto"), exports);
|
|
28
28
|
__exportStar(require("./dtos/login-response.dto"), exports);
|
|
29
|
+
__exportStar(require("./dtos/login-user-response.dto"), exports);
|
|
29
30
|
__exportStar(require("./dtos/register-response.dto"), exports);
|
|
30
31
|
// Enums
|
|
31
32
|
__exportStar(require("./enums/otp-action"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,OAAO;AACP,sDAAoC;AACpC,mDAAiC;AACjC,4DAA0C;AAC1C,6DAA2C;AAC3C,6DAA2C;AAC3C,wDAAsC;AACtC,wDAAsC;AACtC,2DAAyC;AACzC,+DAA6C;AAC7C,kEAAgD;AAChD,4DAA0C;AAC1C,+DAA6C;AAE7C,QAAQ;AACR,qDAAmC;AAEnC,QAAQ;AACR,qDAAmC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/auth/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,OAAO;AACP,sDAAoC;AACpC,mDAAiC;AACjC,4DAA0C;AAC1C,6DAA2C;AAC3C,6DAA2C;AAC3C,wDAAsC;AACtC,wDAAsC;AACtC,2DAAyC;AACzC,+DAA6C;AAC7C,kEAAgD;AAChD,4DAA0C;AAC1C,iEAA+C;AAC/C,+DAA6C;AAE7C,QAAQ;AACR,qDAAmC;AAEnC,QAAQ;AACR,qDAAmC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SecretsFetchStrategy = void 0;
|
|
4
|
+
var SecretsFetchStrategy;
|
|
5
|
+
(function (SecretsFetchStrategy) {
|
|
6
|
+
SecretsFetchStrategy["AUTO"] = "auto";
|
|
7
|
+
SecretsFetchStrategy["MANAGER"] = "manager";
|
|
8
|
+
SecretsFetchStrategy["INLINE"] = "inline";
|
|
9
|
+
})(SecretsFetchStrategy || (exports.SecretsFetchStrategy = SecretsFetchStrategy = {}));
|
|
10
|
+
//# sourceMappingURL=secrets-fetch-strategy.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secrets-fetch-strategy.enum.js","sourceRoot":"","sources":["../../../../../src/modules/common/enums/secrets-fetch-strategy.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC5B,qCAAa,CAAA;IACb,2CAAmB,CAAA;IACnB,yCAAiB,CAAA;AACrB,CAAC,EAJW,oBAAoB,oCAApB,oBAAoB,QAI/B"}
|
|
@@ -25,4 +25,5 @@ __exportStar(require("./interfaces/contact-person"), exports);
|
|
|
25
25
|
__exportStar(require("./interfaces/access-validation.interface"), exports);
|
|
26
26
|
__exportStar(require("./constants/service.const"), exports);
|
|
27
27
|
__exportStar(require("./services"), exports);
|
|
28
|
+
__exportStar(require("./enums/secrets-fetch-strategy.enum"), exports);
|
|
28
29
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,yDAAuC;AACvC,4DAA0C;AAC1C,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,2DAAyC;AACzC,8DAA4C;AAC5C,2EAAyD;AACzD,4DAA0C;AAC1C,6CAA2B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,yDAAuC;AACvC,4DAA0C;AAC1C,8DAA4C;AAC5C,4DAA0C;AAC1C,4DAA0C;AAC1C,2DAAyC;AACzC,8DAA4C;AAC5C,2EAAyD;AACzD,4DAA0C;AAC1C,6CAA2B;AAC3B,sEAAoD"}
|
|
@@ -12,26 +12,22 @@ export class LoginResponse {
|
|
|
12
12
|
}
|
|
13
13
|
__decorate([
|
|
14
14
|
ApiProperty({
|
|
15
|
-
description: 'Authentication token',
|
|
16
|
-
example: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9
|
|
15
|
+
description: 'Authentication token for mobile user login',
|
|
16
|
+
example: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c'
|
|
17
17
|
}),
|
|
18
18
|
__metadata("design:type", String)
|
|
19
|
-
], LoginResponse.prototype, "
|
|
20
|
-
__decorate([
|
|
21
|
-
ApiProperty({
|
|
22
|
-
description: 'Token expiration timestamp',
|
|
23
|
-
example: '2025-08-20T12:00:00.000Z'
|
|
24
|
-
}),
|
|
25
|
-
__metadata("design:type", String)
|
|
26
|
-
], LoginResponse.prototype, "expiresAt", void 0);
|
|
19
|
+
], LoginResponse.prototype, "accessToken", void 0);
|
|
27
20
|
__decorate([
|
|
28
21
|
ApiProperty({
|
|
29
22
|
description: 'User information',
|
|
30
23
|
example: {
|
|
31
|
-
id:
|
|
32
|
-
email:
|
|
33
|
-
name: '
|
|
34
|
-
|
|
24
|
+
id: 456,
|
|
25
|
+
email: null,
|
|
26
|
+
name: 'Mobile User',
|
|
27
|
+
phoneNumber: '+1234567890',
|
|
28
|
+
roles: ['MOBILE_USER'],
|
|
29
|
+
status: 'ACTIVE',
|
|
30
|
+
isIdentityVerified: true
|
|
35
31
|
}
|
|
36
32
|
}),
|
|
37
33
|
__metadata("design:type", Object)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login-response.dto.js","sourceRoot":"","sources":["../../../../../src/modules/auth/dtos/login-response.dto.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"login-response.dto.js","sourceRoot":"","sources":["../../../../../src/modules/auth/dtos/login-response.dto.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,MAAM,OAAO,aAAa;CAoBzB;AAfG;IAJC,WAAW,CAAC;QACT,WAAW,EAAE,4CAA4C;QACzD,OAAO,EAAE,6JAA6J;KACzK,CAAC;;kDACmB;AAcrB;IAZC,WAAW,CAAC;QACT,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE;YACL,EAAE,EAAE,GAAG;YACP,KAAK,EAAE,IAAI;YACX,IAAI,EAAE,aAAa;YACnB,WAAW,EAAE,aAAa;YAC1B,KAAK,EAAE,CAAC,aAAa,CAAC;YACtB,MAAM,EAAE,QAAQ;YAChB,kBAAkB,EAAE,IAAI;SAC3B;KACJ,CAAC;;2CACU"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { ApiProperty } from '@nestjs/swagger';
|
|
11
|
+
export class LoginUserResponse {
|
|
12
|
+
}
|
|
13
|
+
__decorate([
|
|
14
|
+
ApiProperty({
|
|
15
|
+
description: 'Authentication token for regular user login',
|
|
16
|
+
example: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c'
|
|
17
|
+
}),
|
|
18
|
+
__metadata("design:type", String)
|
|
19
|
+
], LoginUserResponse.prototype, "token", void 0);
|
|
20
|
+
__decorate([
|
|
21
|
+
ApiProperty({
|
|
22
|
+
description: 'User information',
|
|
23
|
+
example: {
|
|
24
|
+
id: 123,
|
|
25
|
+
email: 'john.doe@example.com',
|
|
26
|
+
name: 'John Doe',
|
|
27
|
+
phoneNumber: '+1234567890',
|
|
28
|
+
roles: ['ORGANIZATION_USER'],
|
|
29
|
+
status: 'ACTIVE',
|
|
30
|
+
isIdentityVerified: true
|
|
31
|
+
}
|
|
32
|
+
}),
|
|
33
|
+
__metadata("design:type", Object)
|
|
34
|
+
], LoginUserResponse.prototype, "user", void 0);
|
|
35
|
+
//# sourceMappingURL=login-user-response.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"login-user-response.dto.js","sourceRoot":"","sources":["../../../../../src/modules/auth/dtos/login-user-response.dto.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAG9C,MAAM,OAAO,iBAAiB;CAoB7B;AAfG;IAJC,WAAW,CAAC;QACT,WAAW,EAAE,6CAA6C;QAC1D,OAAO,EAAE,6JAA6J;KACzK,CAAC;;gDACa;AAcf;IAZC,WAAW,CAAC;QACT,WAAW,EAAE,kBAAkB;QAC/B,OAAO,EAAE;YACL,EAAE,EAAE,GAAG;YACP,KAAK,EAAE,sBAAsB;YAC7B,IAAI,EAAE,UAAU;YAChB,WAAW,EAAE,aAAa;YAC1B,KAAK,EAAE,CAAC,mBAAmB,CAAC;YAC5B,MAAM,EAAE,QAAQ;YAChB,kBAAkB,EAAE,IAAI;SAC3B;KACJ,CAAC;;+CACU"}
|
|
@@ -10,6 +10,7 @@ export * from './dtos/refresh-token.dto';
|
|
|
10
10
|
export * from './dtos/login-mobile-user.dto';
|
|
11
11
|
export * from './dtos/register-mobile-user.dto';
|
|
12
12
|
export * from './dtos/login-response.dto';
|
|
13
|
+
export * from './dtos/login-user-response.dto';
|
|
13
14
|
export * from './dtos/register-response.dto';
|
|
14
15
|
// Enums
|
|
15
16
|
export * from './enums/otp-action';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/auth/index.ts"],"names":[],"mappings":"AAAA,OAAO;AACP,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAE7C,QAAQ;AACR,cAAc,oBAAoB,CAAC;AAEnC,QAAQ;AACR,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/auth/index.ts"],"names":[],"mappings":"AAAA,OAAO;AACP,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,iCAAiC,CAAC;AAChD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAE7C,QAAQ;AACR,cAAc,oBAAoB,CAAC;AAEnC,QAAQ;AACR,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export var SecretsFetchStrategy;
|
|
2
|
+
(function (SecretsFetchStrategy) {
|
|
3
|
+
SecretsFetchStrategy["AUTO"] = "auto";
|
|
4
|
+
SecretsFetchStrategy["MANAGER"] = "manager";
|
|
5
|
+
SecretsFetchStrategy["INLINE"] = "inline";
|
|
6
|
+
})(SecretsFetchStrategy || (SecretsFetchStrategy = {}));
|
|
7
|
+
//# sourceMappingURL=secrets-fetch-strategy.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"secrets-fetch-strategy.enum.js","sourceRoot":"","sources":["../../../../../src/modules/common/enums/secrets-fetch-strategy.enum.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,oBAIX;AAJD,WAAY,oBAAoB;IAC5B,qCAAa,CAAA;IACb,2CAAmB,CAAA;IACnB,yCAAiB,CAAA;AACrB,CAAC,EAJW,oBAAoB,KAApB,oBAAoB,QAI/B"}
|
|
@@ -9,4 +9,5 @@ export * from './interfaces/contact-person';
|
|
|
9
9
|
export * from './interfaces/access-validation.interface';
|
|
10
10
|
export * from './constants/service.const';
|
|
11
11
|
export * from './services';
|
|
12
|
+
export * from './enums/secrets-fetch-strategy.enum';
|
|
12
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0CAA0C,CAAC;AACzD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/common/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0CAA0C,CAAC;AACzD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,qCAAqC,CAAC"}
|
|
@@ -9,6 +9,7 @@ export * from './dtos/refresh-token.dto';
|
|
|
9
9
|
export * from './dtos/login-mobile-user.dto';
|
|
10
10
|
export * from './dtos/register-mobile-user.dto';
|
|
11
11
|
export * from './dtos/login-response.dto';
|
|
12
|
+
export * from './dtos/login-user-response.dto';
|
|
12
13
|
export * from './dtos/register-response.dto';
|
|
13
14
|
export * from './enums/otp-action';
|
|
14
15
|
export * from './enums/otp-action';
|