@solidstarters/solid-core 1.2.58 → 1.2.59
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/config/iam.config.d.ts +2 -0
- package/dist/config/iam.config.d.ts.map +1 -1
- package/dist/config/iam.config.js +1 -0
- package/dist/config/iam.config.js.map +1 -1
- package/dist/controllers/setting.controller.d.ts +3 -0
- package/dist/controllers/setting.controller.d.ts.map +1 -1
- package/dist/controllers/setting.controller.js +23 -0
- package/dist/controllers/setting.controller.js.map +1 -1
- package/dist/dtos/create-setting.dto.d.ts +2 -15
- package/dist/dtos/create-setting.dto.d.ts.map +1 -1
- package/dist/dtos/create-setting.dto.js +6 -77
- package/dist/dtos/create-setting.dto.js.map +1 -1
- package/dist/dtos/update-setting.dto.d.ts +2 -15
- package/dist/dtos/update-setting.dto.d.ts.map +1 -1
- package/dist/dtos/update-setting.dto.js +6 -77
- package/dist/dtos/update-setting.dto.js.map +1 -1
- package/dist/dtos/update-settings.dto.d.ts +4 -0
- package/dist/dtos/update-settings.dto.d.ts.map +1 -0
- package/dist/dtos/update-settings.dto.js +26 -0
- package/dist/dtos/update-settings.dto.js.map +1 -0
- package/dist/entities/setting.entity.d.ts +2 -15
- package/dist/entities/setting.entity.d.ts.map +1 -1
- package/dist/entities/setting.entity.js +4 -65
- package/dist/entities/setting.entity.js.map +1 -1
- package/dist/seeders/module-metadata-seeder.service.d.ts.map +1 -1
- package/dist/seeders/module-metadata-seeder.service.js +1 -18
- package/dist/seeders/module-metadata-seeder.service.js.map +1 -1
- package/dist/seeders/seed-data/solid-core-metadata.json +7 -174
- package/dist/services/authentication.service.d.ts +3 -1
- package/dist/services/authentication.service.d.ts.map +1 -1
- package/dist/services/authentication.service.js +11 -8
- package/dist/services/authentication.service.js.map +1 -1
- package/dist/services/setting.service.d.ts +4 -0
- package/dist/services/setting.service.d.ts.map +1 -1
- package/dist/services/setting.service.js +139 -7
- package/dist/services/setting.service.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/config/iam.config.ts +1 -0
- package/src/controllers/setting.controller.ts +13 -1
- package/src/dtos/create-setting.dto.ts +10 -59
- package/src/dtos/update-setting.dto.ts +10 -60
- package/src/dtos/update-settings.dto.ts +7 -0
- package/src/entities/setting.entity.ts +8 -46
- package/src/seeders/module-metadata-seeder.service.ts +1 -19
- package/src/seeders/seed-data/solid-core-metadata.json +7 -174
- package/src/services/authentication.service.ts +8 -6
- package/src/services/setting.service.ts +163 -14
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export declare const iamConfig: (() => {
|
|
2
2
|
passwordlessRegistration: boolean;
|
|
3
|
+
iamPasswordRegistrationEnabled: boolean;
|
|
3
4
|
passwordlessRegistrationValidateWhat: string[];
|
|
4
5
|
allowPublicRegistration: boolean;
|
|
5
6
|
activateUserOnRegistration: boolean;
|
|
@@ -16,6 +17,7 @@ export declare const iamConfig: (() => {
|
|
|
16
17
|
};
|
|
17
18
|
}) & import("@nestjs/config").ConfigFactoryKeyHost<{
|
|
18
19
|
passwordlessRegistration: boolean;
|
|
20
|
+
iamPasswordRegistrationEnabled: boolean;
|
|
19
21
|
passwordlessRegistrationValidateWhat: string[];
|
|
20
22
|
allowPublicRegistration: boolean;
|
|
21
23
|
activateUserOnRegistration: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iam.config.d.ts","sourceRoot":"","sources":["../../src/config/iam.config.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"iam.config.d.ts","sourceRoot":"","sources":["../../src/config/iam.config.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBpB,CAAA;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;EAQpB,CAAC"}
|
|
@@ -5,6 +5,7 @@ const config_1 = require("@nestjs/config");
|
|
|
5
5
|
exports.iamConfig = (0, config_1.registerAs)('iam', () => {
|
|
6
6
|
return {
|
|
7
7
|
passwordlessRegistration: (process.env.IAM_PASSWORD_LESS_REGISTRATION ?? 'false') === 'true',
|
|
8
|
+
iamPasswordRegistrationEnabled: (process.env.IAM_PASSWORD_REGISTRATION_ENABLED ?? 'true') === 'true',
|
|
8
9
|
passwordlessRegistrationValidateWhat: (process.env.IAM_PASSWORD_LESS_REGISTRATION_VALIDATE_WHAT ?? 'email').split(',').map((item) => item.trim()),
|
|
9
10
|
allowPublicRegistration: (process.env.IAM_ALLOW_PUBLIC_REGISTRATION ?? 'true') === 'true',
|
|
10
11
|
activateUserOnRegistration: (process.env.IAM_ACTIVATE_USER_ON_REGISTRATION ?? 'true') === 'true',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iam.config.js","sourceRoot":"","sources":["../../src/config/iam.config.ts"],"names":[],"mappings":";;;AAAA,2CAA4C;AAE/B,QAAA,SAAS,GAAG,IAAA,mBAAU,EAAC,KAAK,EAAE,GAAG,EAAE;IAC5C,OAAO;QACH,wBAAwB,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,8BAA8B,IAAI,OAAO,CAAC,KAAK,MAAM;QAC5F,oCAAoC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,4CAA4C,IAAI,OAAO,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;QACjJ,uBAAuB,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,IAAI,MAAM,CAAC,KAAK,MAAM;QACzF,0BAA0B,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,IAAI,MAAM,CAAC,KAAK,MAAM;QAChG,2BAA2B,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,mCAAmC,IAAI,OAAO,CAAC,KAAK,MAAM;QACpG,SAAS,EAAE,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,IAAI,IAAI,CAAC;QACvD,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,gBAAgB,IAAI,QAAQ;QACrD,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,aAAa;QACnC,qCAAqC,EAAE,OAAO,CAAC,GAAG,CAAC,8CAA8C,IAAI,OAAO;QAE5G,WAAW,EAAE;YACT,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,0BAA0B;YAChD,YAAY,EAAE,OAAO,CAAC,GAAG,CAAC,8BAA8B;YACxD,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,6BAA6B;YACtD,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,6BAA6B;SACzD;KACJ,CAAC;AACN,CAAC,CAAC,CAAA;AAEW,QAAA,SAAS,GAAG,IAAA,mBAAU,EAAC,KAAK,EAAE,GAAG,EAAE;IAC5C,OAAO;QACH,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,cAAc;QAClC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,sBAAsB;QAC5C,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,oBAAoB;QACxC,cAAc,EAAE,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,IAAI,MAAM,EAAE,EAAE,CAAC;QAC5E,eAAe,EAAE,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,yBAAyB,IAAI,OAAO,EAAE,EAAE,CAAC;KAClF,CAAC;AACN,CAAC,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"iam.config.js","sourceRoot":"","sources":["../../src/config/iam.config.ts"],"names":[],"mappings":";;;AAAA,2CAA4C;AAE/B,QAAA,SAAS,GAAG,IAAA,mBAAU,EAAC,KAAK,EAAE,GAAG,EAAE;IAC5C,OAAO;QACH,wBAAwB,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,8BAA8B,IAAI,OAAO,CAAC,KAAK,MAAM;QAC5F,8BAA8B,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,IAAI,MAAM,CAAC,KAAK,MAAM;QACpG,oCAAoC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,4CAA4C,IAAI,OAAO,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;QACjJ,uBAAuB,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,6BAA6B,IAAI,MAAM,CAAC,KAAK,MAAM;QACzF,0BAA0B,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,iCAAiC,IAAI,MAAM,CAAC,KAAK,MAAM;QAChG,2BAA2B,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,mCAAmC,IAAI,OAAO,CAAC,KAAK,MAAM;QACpG,SAAS,EAAE,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,cAAc,IAAI,IAAI,CAAC;QACvD,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,gBAAgB,IAAI,QAAQ;QACrD,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,aAAa;QACnC,qCAAqC,EAAE,OAAO,CAAC,GAAG,CAAC,8CAA8C,IAAI,OAAO;QAE5G,WAAW,EAAE;YACT,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,0BAA0B;YAChD,YAAY,EAAE,OAAO,CAAC,GAAG,CAAC,8BAA8B;YACxD,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,6BAA6B;YACtD,WAAW,EAAE,OAAO,CAAC,GAAG,CAAC,6BAA6B;SACzD;KACJ,CAAC;AACN,CAAC,CAAC,CAAA;AAEW,QAAA,SAAS,GAAG,IAAA,mBAAU,EAAC,KAAK,EAAE,GAAG,EAAE;IAC5C,OAAO;QACH,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,cAAc;QAClC,QAAQ,EAAE,OAAO,CAAC,GAAG,CAAC,sBAAsB;QAC5C,MAAM,EAAE,OAAO,CAAC,GAAG,CAAC,oBAAoB;QACxC,cAAc,EAAE,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,wBAAwB,IAAI,MAAM,EAAE,EAAE,CAAC;QAC5E,eAAe,EAAE,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,yBAAyB,IAAI,OAAO,EAAE,EAAE,CAAC;KAClF,CAAC;AACN,CAAC,CAAC,CAAC"}
|
|
@@ -2,6 +2,7 @@ import { SettingService } from '../services/setting.service';
|
|
|
2
2
|
import { CreateSettingDto } from '../dtos/create-setting.dto';
|
|
3
3
|
import { UpdateSettingDto } from '../dtos/update-setting.dto';
|
|
4
4
|
import { SolidRequestContextDto } from 'src/dtos/solid-request-context.dto';
|
|
5
|
+
import { UpdateSettingsDto } from 'src/dtos/update-settings.dto';
|
|
5
6
|
export declare class SettingController {
|
|
6
7
|
private readonly service;
|
|
7
8
|
constructor(service: SettingService);
|
|
@@ -10,6 +11,7 @@ export declare class SettingController {
|
|
|
10
11
|
update(id: number, updateDto: UpdateSettingDto, files: Array<Express.Multer.File>, solidRequestContext: SolidRequestContextDto): Promise<import("..").Setting>;
|
|
11
12
|
partialUpdate(id: number, updateDto: UpdateSettingDto, files: Array<Express.Multer.File>, solidRequestContext: SolidRequestContextDto): Promise<import("..").Setting>;
|
|
12
13
|
wrapSettings(): Promise<Record<string, any>>;
|
|
14
|
+
getAllSettings(): Promise<Record<string, any>>;
|
|
13
15
|
findMany(query: any, solidRequestContext: SolidRequestContextDto): Promise<{
|
|
14
16
|
groupMeta: any[];
|
|
15
17
|
groupRecords: any[];
|
|
@@ -31,5 +33,6 @@ export declare class SettingController {
|
|
|
31
33
|
findOne(id: string, query: any, solidRequestContext: SolidRequestContextDto): Promise<import("..").Setting>;
|
|
32
34
|
deleteMany(ids: number[], solidRequestContext: SolidRequestContextDto): Promise<any>;
|
|
33
35
|
delete(id: number, solidRequestContext: SolidRequestContextDto): Promise<import("..").Setting>;
|
|
36
|
+
updateSettings(updateSettingsDto: UpdateSettingsDto): Promise<import("..").Setting[]>;
|
|
34
37
|
}
|
|
35
38
|
//# sourceMappingURL=setting.controller.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setting.controller.d.ts","sourceRoot":"","sources":["../../src/controllers/setting.controller.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;
|
|
1
|
+
{"version":3,"file":"setting.controller.d.ts","sourceRoot":"","sources":["../../src/controllers/setting.controller.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAC9D,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,OAAO,EAAE,sBAAsB,EAAE,MAAM,oCAAoC,CAAC;AAC5E,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AAEjE,qBAEa,iBAAiB;IAChB,OAAO,CAAC,QAAQ,CAAC,OAAO;gBAAP,OAAO,EAAE,cAAc;IAKpD,MAAM,CAAS,SAAS,EAAE,gBAAgB,EAAmB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,EAAiC,mBAAmB,EAAC,sBAAsB;IAOzK,UAAU,CAAS,UAAU,EAAE,gBAAgB,EAAE,EAAmB,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,EAAO,EAAiC,mBAAmB,EAAC,sBAAsB;IAQvL,MAAM,CAAc,EAAE,EAAE,MAAM,EAAU,SAAS,EAAE,gBAAgB,EAAmB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,EAAiC,mBAAmB,EAAC,sBAAsB;IAOlM,aAAa,CAAc,EAAE,EAAE,MAAM,EAAU,SAAS,EAAE,gBAAgB,EAAmB,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,EAAiC,mBAAmB,EAAC,sBAAsB;IAMnM,YAAY;IAKZ,cAAc;IAgBd,QAAQ,CAAU,KAAK,EAAE,GAAG,EAAiC,mBAAmB,EAAC,sBAAsB;;;;;;;;;;;;;;;;;;IAMvG,OAAO,CAAc,EAAE,EAAE,MAAM,EAAW,KAAK,EAAE,GAAG,EAAiC,mBAAmB,EAAC,sBAAsB;IAK/H,UAAU,CAAS,GAAG,EAAE,MAAM,EAAE,EAAiC,mBAAmB,EAAC,sBAAsB;IAM3G,MAAM,CAAc,EAAE,EAAE,MAAM,EAAiC,mBAAmB,EAAC,sBAAsB;IAMzG,cAAc,CAAS,iBAAiB,EAAE,iBAAiB;CAGlE"}
|
|
@@ -22,6 +22,7 @@ const create_setting_dto_1 = require("../dtos/create-setting.dto");
|
|
|
22
22
|
const update_setting_dto_1 = require("../dtos/update-setting.dto");
|
|
23
23
|
const solid_request_context_decorator_1 = require("../decorators/solid-request-context.decorator");
|
|
24
24
|
const solid_request_context_dto_1 = require("../dtos/solid-request-context.dto");
|
|
25
|
+
const update_settings_dto_1 = require("../dtos/update-settings.dto");
|
|
25
26
|
let SettingController = class SettingController {
|
|
26
27
|
constructor(service) {
|
|
27
28
|
this.service = service;
|
|
@@ -41,6 +42,9 @@ let SettingController = class SettingController {
|
|
|
41
42
|
async wrapSettings() {
|
|
42
43
|
return this.service.wrapSettings();
|
|
43
44
|
}
|
|
45
|
+
async getAllSettings() {
|
|
46
|
+
return this.service.getAllSettings();
|
|
47
|
+
}
|
|
44
48
|
async findMany(query, solidRequestContext) {
|
|
45
49
|
return this.service.find(query, solidRequestContext);
|
|
46
50
|
}
|
|
@@ -53,6 +57,9 @@ let SettingController = class SettingController {
|
|
|
53
57
|
async delete(id, solidRequestContext) {
|
|
54
58
|
return this.service.delete(id, solidRequestContext);
|
|
55
59
|
}
|
|
60
|
+
async updateSettings(updateSettingsDto) {
|
|
61
|
+
return this.service.updateSettings(updateSettingsDto.settings);
|
|
62
|
+
}
|
|
56
63
|
};
|
|
57
64
|
exports.SettingController = SettingController;
|
|
58
65
|
__decorate([
|
|
@@ -113,6 +120,13 @@ __decorate([
|
|
|
113
120
|
__metadata("design:paramtypes", []),
|
|
114
121
|
__metadata("design:returntype", Promise)
|
|
115
122
|
], SettingController.prototype, "wrapSettings", null);
|
|
123
|
+
__decorate([
|
|
124
|
+
(0, common_1.Get)(),
|
|
125
|
+
openapi.ApiResponse({ status: 200, type: Object }),
|
|
126
|
+
__metadata("design:type", Function),
|
|
127
|
+
__metadata("design:paramtypes", []),
|
|
128
|
+
__metadata("design:returntype", Promise)
|
|
129
|
+
], SettingController.prototype, "getAllSettings", null);
|
|
116
130
|
__decorate([
|
|
117
131
|
(0, swagger_1.ApiBearerAuth)("jwt"),
|
|
118
132
|
(0, swagger_1.ApiQuery)({ name: 'showSoftDeleted', required: false, type: Boolean }),
|
|
@@ -163,6 +177,15 @@ __decorate([
|
|
|
163
177
|
__metadata("design:paramtypes", [Number, solid_request_context_dto_1.SolidRequestContextDto]),
|
|
164
178
|
__metadata("design:returntype", Promise)
|
|
165
179
|
], SettingController.prototype, "delete", null);
|
|
180
|
+
__decorate([
|
|
181
|
+
(0, swagger_1.ApiBearerAuth)("jwt"),
|
|
182
|
+
(0, common_1.Post)('/bulk-update'),
|
|
183
|
+
openapi.ApiResponse({ status: 201, type: [require("../entities/setting.entity").Setting] }),
|
|
184
|
+
__param(0, (0, common_1.Body)()),
|
|
185
|
+
__metadata("design:type", Function),
|
|
186
|
+
__metadata("design:paramtypes", [update_settings_dto_1.UpdateSettingsDto]),
|
|
187
|
+
__metadata("design:returntype", Promise)
|
|
188
|
+
], SettingController.prototype, "updateSettings", null);
|
|
166
189
|
exports.SettingController = SettingController = __decorate([
|
|
167
190
|
(0, swagger_1.ApiTags)('Solid'),
|
|
168
191
|
(0, common_1.Controller)('setting'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setting.controller.js","sourceRoot":"","sources":["../../src/controllers/setting.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAA+H;AAC/H,+DAA+D;AAC/D,6CAAmE;AACnE,iEAA6D;AAC7D,mEAA8D;AAC9D,mEAA8D;AAC9D,mGAA8F;AAC9F,iFAA4E;
|
|
1
|
+
{"version":3,"file":"setting.controller.js","sourceRoot":"","sources":["../../src/controllers/setting.controller.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
1
|
export declare class CreateSettingDto {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
appTitle: string;
|
|
5
|
-
appLogo: string;
|
|
6
|
-
appDescription: string;
|
|
7
|
-
appTnc: string;
|
|
8
|
-
appPrivacyPolicy: string;
|
|
9
|
-
iamAllowPublicRegistration: boolean;
|
|
10
|
-
iamPasswordRegistrationEnabled: boolean;
|
|
11
|
-
iamPasswordLessRegistrationEnabled: boolean;
|
|
12
|
-
iamActivateUserOnRegistration: boolean;
|
|
13
|
-
iamDefaultRole: string;
|
|
14
|
-
iamGoogleOAuthEnabled: boolean;
|
|
15
|
-
shouldQueueEmails: boolean;
|
|
16
|
-
shouldQueueSms: boolean;
|
|
2
|
+
key: string;
|
|
3
|
+
value: string;
|
|
17
4
|
}
|
|
18
5
|
//# sourceMappingURL=create-setting.dto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-setting.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/create-setting.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-setting.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/create-setting.dto.ts"],"names":[],"mappings":"AAIA,qBAAa,gBAAgB;IAIzB,GAAG,EAAE,MAAM,CAAC;IAIZ,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -13,94 +13,23 @@ exports.CreateSettingDto = void 0;
|
|
|
13
13
|
const openapi = require("@nestjs/swagger");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
15
|
const class_validator_2 = require("class-validator");
|
|
16
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
16
17
|
class CreateSettingDto {
|
|
17
|
-
constructor() {
|
|
18
|
-
this.iamAllowPublicRegistration = false;
|
|
19
|
-
this.iamPasswordRegistrationEnabled = false;
|
|
20
|
-
this.iamPasswordLessRegistrationEnabled = false;
|
|
21
|
-
this.iamActivateUserOnRegistration = false;
|
|
22
|
-
this.iamGoogleOAuthEnabled = false;
|
|
23
|
-
this.shouldQueueEmails = false;
|
|
24
|
-
this.shouldQueueSms = false;
|
|
25
|
-
}
|
|
26
18
|
static _OPENAPI_METADATA_FACTORY() {
|
|
27
|
-
return {
|
|
19
|
+
return { key: { required: true, type: () => String }, value: { required: true, type: () => String } };
|
|
28
20
|
}
|
|
29
21
|
}
|
|
30
22
|
exports.CreateSettingDto = CreateSettingDto;
|
|
31
23
|
__decorate([
|
|
32
24
|
(0, class_validator_2.IsOptional)(),
|
|
33
25
|
(0, class_validator_1.IsString)(),
|
|
26
|
+
(0, swagger_1.ApiProperty)(),
|
|
34
27
|
__metadata("design:type", String)
|
|
35
|
-
], CreateSettingDto.prototype, "
|
|
36
|
-
__decorate([
|
|
37
|
-
(0, class_validator_2.IsOptional)(),
|
|
38
|
-
(0, class_validator_1.IsString)(),
|
|
39
|
-
__metadata("design:type", String)
|
|
40
|
-
], CreateSettingDto.prototype, "authPagesTheme", void 0);
|
|
41
|
-
__decorate([
|
|
42
|
-
(0, class_validator_2.IsOptional)(),
|
|
43
|
-
(0, class_validator_1.IsString)(),
|
|
44
|
-
__metadata("design:type", String)
|
|
45
|
-
], CreateSettingDto.prototype, "appTitle", void 0);
|
|
46
|
-
__decorate([
|
|
47
|
-
(0, class_validator_2.IsOptional)(),
|
|
48
|
-
(0, class_validator_1.IsString)(),
|
|
49
|
-
__metadata("design:type", String)
|
|
50
|
-
], CreateSettingDto.prototype, "appLogo", void 0);
|
|
51
|
-
__decorate([
|
|
52
|
-
(0, class_validator_2.IsOptional)(),
|
|
53
|
-
(0, class_validator_1.IsString)(),
|
|
54
|
-
__metadata("design:type", String)
|
|
55
|
-
], CreateSettingDto.prototype, "appDescription", void 0);
|
|
28
|
+
], CreateSettingDto.prototype, "key", void 0);
|
|
56
29
|
__decorate([
|
|
57
30
|
(0, class_validator_2.IsOptional)(),
|
|
58
31
|
(0, class_validator_1.IsString)(),
|
|
32
|
+
(0, swagger_1.ApiProperty)(),
|
|
59
33
|
__metadata("design:type", String)
|
|
60
|
-
], CreateSettingDto.prototype, "
|
|
61
|
-
__decorate([
|
|
62
|
-
(0, class_validator_2.IsOptional)(),
|
|
63
|
-
(0, class_validator_1.IsString)(),
|
|
64
|
-
__metadata("design:type", String)
|
|
65
|
-
], CreateSettingDto.prototype, "appPrivacyPolicy", void 0);
|
|
66
|
-
__decorate([
|
|
67
|
-
(0, class_validator_2.IsOptional)(),
|
|
68
|
-
(0, class_validator_2.IsBoolean)(),
|
|
69
|
-
__metadata("design:type", Boolean)
|
|
70
|
-
], CreateSettingDto.prototype, "iamAllowPublicRegistration", void 0);
|
|
71
|
-
__decorate([
|
|
72
|
-
(0, class_validator_2.IsOptional)(),
|
|
73
|
-
(0, class_validator_2.IsBoolean)(),
|
|
74
|
-
__metadata("design:type", Boolean)
|
|
75
|
-
], CreateSettingDto.prototype, "iamPasswordRegistrationEnabled", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, class_validator_2.IsOptional)(),
|
|
78
|
-
(0, class_validator_2.IsBoolean)(),
|
|
79
|
-
__metadata("design:type", Boolean)
|
|
80
|
-
], CreateSettingDto.prototype, "iamPasswordLessRegistrationEnabled", void 0);
|
|
81
|
-
__decorate([
|
|
82
|
-
(0, class_validator_2.IsOptional)(),
|
|
83
|
-
(0, class_validator_2.IsBoolean)(),
|
|
84
|
-
__metadata("design:type", Boolean)
|
|
85
|
-
], CreateSettingDto.prototype, "iamActivateUserOnRegistration", void 0);
|
|
86
|
-
__decorate([
|
|
87
|
-
(0, class_validator_2.IsOptional)(),
|
|
88
|
-
(0, class_validator_1.IsString)(),
|
|
89
|
-
__metadata("design:type", String)
|
|
90
|
-
], CreateSettingDto.prototype, "iamDefaultRole", void 0);
|
|
91
|
-
__decorate([
|
|
92
|
-
(0, class_validator_2.IsOptional)(),
|
|
93
|
-
(0, class_validator_2.IsBoolean)(),
|
|
94
|
-
__metadata("design:type", Boolean)
|
|
95
|
-
], CreateSettingDto.prototype, "iamGoogleOAuthEnabled", void 0);
|
|
96
|
-
__decorate([
|
|
97
|
-
(0, class_validator_2.IsOptional)(),
|
|
98
|
-
(0, class_validator_2.IsBoolean)(),
|
|
99
|
-
__metadata("design:type", Boolean)
|
|
100
|
-
], CreateSettingDto.prototype, "shouldQueueEmails", void 0);
|
|
101
|
-
__decorate([
|
|
102
|
-
(0, class_validator_2.IsOptional)(),
|
|
103
|
-
(0, class_validator_2.IsBoolean)(),
|
|
104
|
-
__metadata("design:type", Boolean)
|
|
105
|
-
], CreateSettingDto.prototype, "shouldQueueSms", void 0);
|
|
34
|
+
], CreateSettingDto.prototype, "value", void 0);
|
|
106
35
|
//# sourceMappingURL=create-setting.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-setting.dto.js","sourceRoot":"","sources":["../../src/dtos/create-setting.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,qDAA2C;AAC3C,qDAAwD;AACxD,MAAa,gBAAgB;
|
|
1
|
+
{"version":3,"file":"create-setting.dto.js","sourceRoot":"","sources":["../../src/dtos/create-setting.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,qDAA2C;AAC3C,qDAAwD;AACxD,6CAA8C;AAE9C,MAAa,gBAAgB;;;;CAS5B;AATD,4CASC;AALG;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,GAAE;;6CACF;AAIZ;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,GAAE;;+CACA"}
|
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
export declare class UpdateSettingDto {
|
|
2
2
|
id: number;
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
appTitle: string;
|
|
6
|
-
appLogo: string;
|
|
7
|
-
appDescription: string;
|
|
8
|
-
appTnc: string;
|
|
9
|
-
appPrivacyPolicy: string;
|
|
10
|
-
iamAllowPublicRegistration: boolean;
|
|
11
|
-
iamPasswordRegistrationEnabled: boolean;
|
|
12
|
-
iamPasswordLessRegistrationEnabled: boolean;
|
|
13
|
-
iamActivateUserOnRegistration: boolean;
|
|
14
|
-
iamDefaultRole: string;
|
|
15
|
-
iamGoogleOAuthEnabled: boolean;
|
|
16
|
-
shouldQueueEmails: boolean;
|
|
17
|
-
shouldQueueSms: boolean;
|
|
3
|
+
key: string;
|
|
4
|
+
value: string;
|
|
18
5
|
}
|
|
19
6
|
//# sourceMappingURL=update-setting.dto.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-setting.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/update-setting.dto.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-setting.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/update-setting.dto.ts"],"names":[],"mappings":"AAGA,qBAAa,gBAAgB;IAGzB,EAAE,EAAE,MAAM,CAAC;IAIX,GAAG,EAAE,MAAM,CAAC;IAIZ,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -12,18 +12,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.UpdateSettingDto = void 0;
|
|
13
13
|
const openapi = require("@nestjs/swagger");
|
|
14
14
|
const class_validator_1 = require("class-validator");
|
|
15
|
+
const swagger_1 = require("@nestjs/swagger");
|
|
15
16
|
class UpdateSettingDto {
|
|
16
|
-
constructor() {
|
|
17
|
-
this.iamAllowPublicRegistration = false;
|
|
18
|
-
this.iamPasswordRegistrationEnabled = false;
|
|
19
|
-
this.iamPasswordLessRegistrationEnabled = false;
|
|
20
|
-
this.iamActivateUserOnRegistration = false;
|
|
21
|
-
this.iamGoogleOAuthEnabled = false;
|
|
22
|
-
this.shouldQueueEmails = false;
|
|
23
|
-
this.shouldQueueSms = false;
|
|
24
|
-
}
|
|
25
17
|
static _OPENAPI_METADATA_FACTORY() {
|
|
26
|
-
return { id: { required: true, type: () => Number },
|
|
18
|
+
return { id: { required: true, type: () => Number }, key: { required: true, type: () => String }, value: { required: true, type: () => String } };
|
|
27
19
|
}
|
|
28
20
|
}
|
|
29
21
|
exports.UpdateSettingDto = UpdateSettingDto;
|
|
@@ -35,76 +27,13 @@ __decorate([
|
|
|
35
27
|
__decorate([
|
|
36
28
|
(0, class_validator_1.IsOptional)(),
|
|
37
29
|
(0, class_validator_1.IsString)(),
|
|
30
|
+
(0, swagger_1.ApiProperty)(),
|
|
38
31
|
__metadata("design:type", String)
|
|
39
|
-
], UpdateSettingDto.prototype, "
|
|
40
|
-
__decorate([
|
|
41
|
-
(0, class_validator_1.IsOptional)(),
|
|
42
|
-
(0, class_validator_1.IsString)(),
|
|
43
|
-
__metadata("design:type", String)
|
|
44
|
-
], UpdateSettingDto.prototype, "authPagesTheme", void 0);
|
|
45
|
-
__decorate([
|
|
46
|
-
(0, class_validator_1.IsOptional)(),
|
|
47
|
-
(0, class_validator_1.IsString)(),
|
|
48
|
-
__metadata("design:type", String)
|
|
49
|
-
], UpdateSettingDto.prototype, "appTitle", void 0);
|
|
50
|
-
__decorate([
|
|
51
|
-
(0, class_validator_1.IsOptional)(),
|
|
52
|
-
(0, class_validator_1.IsString)(),
|
|
53
|
-
__metadata("design:type", String)
|
|
54
|
-
], UpdateSettingDto.prototype, "appLogo", void 0);
|
|
55
|
-
__decorate([
|
|
56
|
-
(0, class_validator_1.IsOptional)(),
|
|
57
|
-
(0, class_validator_1.IsString)(),
|
|
58
|
-
__metadata("design:type", String)
|
|
59
|
-
], UpdateSettingDto.prototype, "appDescription", void 0);
|
|
32
|
+
], UpdateSettingDto.prototype, "key", void 0);
|
|
60
33
|
__decorate([
|
|
61
34
|
(0, class_validator_1.IsOptional)(),
|
|
62
35
|
(0, class_validator_1.IsString)(),
|
|
36
|
+
(0, swagger_1.ApiProperty)(),
|
|
63
37
|
__metadata("design:type", String)
|
|
64
|
-
], UpdateSettingDto.prototype, "
|
|
65
|
-
__decorate([
|
|
66
|
-
(0, class_validator_1.IsOptional)(),
|
|
67
|
-
(0, class_validator_1.IsString)(),
|
|
68
|
-
__metadata("design:type", String)
|
|
69
|
-
], UpdateSettingDto.prototype, "appPrivacyPolicy", void 0);
|
|
70
|
-
__decorate([
|
|
71
|
-
(0, class_validator_1.IsOptional)(),
|
|
72
|
-
(0, class_validator_1.IsBoolean)(),
|
|
73
|
-
__metadata("design:type", Boolean)
|
|
74
|
-
], UpdateSettingDto.prototype, "iamAllowPublicRegistration", void 0);
|
|
75
|
-
__decorate([
|
|
76
|
-
(0, class_validator_1.IsOptional)(),
|
|
77
|
-
(0, class_validator_1.IsBoolean)(),
|
|
78
|
-
__metadata("design:type", Boolean)
|
|
79
|
-
], UpdateSettingDto.prototype, "iamPasswordRegistrationEnabled", void 0);
|
|
80
|
-
__decorate([
|
|
81
|
-
(0, class_validator_1.IsOptional)(),
|
|
82
|
-
(0, class_validator_1.IsBoolean)(),
|
|
83
|
-
__metadata("design:type", Boolean)
|
|
84
|
-
], UpdateSettingDto.prototype, "iamPasswordLessRegistrationEnabled", void 0);
|
|
85
|
-
__decorate([
|
|
86
|
-
(0, class_validator_1.IsOptional)(),
|
|
87
|
-
(0, class_validator_1.IsBoolean)(),
|
|
88
|
-
__metadata("design:type", Boolean)
|
|
89
|
-
], UpdateSettingDto.prototype, "iamActivateUserOnRegistration", void 0);
|
|
90
|
-
__decorate([
|
|
91
|
-
(0, class_validator_1.IsOptional)(),
|
|
92
|
-
(0, class_validator_1.IsString)(),
|
|
93
|
-
__metadata("design:type", String)
|
|
94
|
-
], UpdateSettingDto.prototype, "iamDefaultRole", void 0);
|
|
95
|
-
__decorate([
|
|
96
|
-
(0, class_validator_1.IsOptional)(),
|
|
97
|
-
(0, class_validator_1.IsBoolean)(),
|
|
98
|
-
__metadata("design:type", Boolean)
|
|
99
|
-
], UpdateSettingDto.prototype, "iamGoogleOAuthEnabled", void 0);
|
|
100
|
-
__decorate([
|
|
101
|
-
(0, class_validator_1.IsOptional)(),
|
|
102
|
-
(0, class_validator_1.IsBoolean)(),
|
|
103
|
-
__metadata("design:type", Boolean)
|
|
104
|
-
], UpdateSettingDto.prototype, "shouldQueueEmails", void 0);
|
|
105
|
-
__decorate([
|
|
106
|
-
(0, class_validator_1.IsOptional)(),
|
|
107
|
-
(0, class_validator_1.IsBoolean)(),
|
|
108
|
-
__metadata("design:type", Boolean)
|
|
109
|
-
], UpdateSettingDto.prototype, "shouldQueueSms", void 0);
|
|
38
|
+
], UpdateSettingDto.prototype, "value", void 0);
|
|
110
39
|
//# sourceMappingURL=update-setting.dto.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-setting.dto.js","sourceRoot":"","sources":["../../src/dtos/update-setting.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,qDAAwE;AACxE,MAAa,gBAAgB;
|
|
1
|
+
{"version":3,"file":"update-setting.dto.js","sourceRoot":"","sources":["../../src/dtos/update-setting.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,qDAAwE;AACxE,6CAA8C;AAE9C,MAAa,gBAAgB;;;;CAY5B;AAZD,4CAYC;AATG;IAFC,IAAA,4BAAU,GAAE;IACZ,IAAA,uBAAK,GAAE;;4CACG;AAIX;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,GAAE;;6CACF;AAIZ;IAHC,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,GAAE;;+CACA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-settings.dto.d.ts","sourceRoot":"","sources":["../../src/dtos/update-settings.dto.ts"],"names":[],"mappings":"AAEA,qBAAa,iBAAiB;IAG1B,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACjC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.UpdateSettingsDto = void 0;
|
|
13
|
+
const openapi = require("@nestjs/swagger");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class UpdateSettingsDto {
|
|
16
|
+
static _OPENAPI_METADATA_FACTORY() {
|
|
17
|
+
return { settings: { required: true, type: () => Object } };
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.UpdateSettingsDto = UpdateSettingsDto;
|
|
21
|
+
__decorate([
|
|
22
|
+
(0, class_validator_1.IsObject)(),
|
|
23
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
24
|
+
__metadata("design:type", Object)
|
|
25
|
+
], UpdateSettingsDto.prototype, "settings", void 0);
|
|
26
|
+
//# sourceMappingURL=update-settings.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-settings.dto.js","sourceRoot":"","sources":["../../src/dtos/update-settings.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,qDAAuD;AAEvD,MAAa,iBAAiB;;;;CAI7B;AAJD,8CAIC;AADG;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;mDACiB"}
|
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
import { CommonEntity } from 'src/entities/common.entity';
|
|
2
2
|
export declare class Setting extends CommonEntity {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
appTitle: string;
|
|
6
|
-
appLogo: string;
|
|
7
|
-
appDescription: string;
|
|
8
|
-
appTnc: string;
|
|
9
|
-
appPrivacyPolicy: string;
|
|
10
|
-
iamAllowPublicRegistration: boolean;
|
|
11
|
-
iamPasswordRegistrationEnabled: boolean;
|
|
12
|
-
iamPasswordLessRegistrationEnabled: boolean;
|
|
13
|
-
iamActivateUserOnRegistration: boolean;
|
|
14
|
-
iamDefaultRole: string;
|
|
15
|
-
iamGoogleOAuthEnabled: boolean;
|
|
16
|
-
shouldQueueEmails: boolean;
|
|
17
|
-
shouldQueueSms: boolean;
|
|
3
|
+
key: string;
|
|
4
|
+
value: string;
|
|
18
5
|
}
|
|
19
6
|
//# sourceMappingURL=setting.entity.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setting.entity.d.ts","sourceRoot":"","sources":["../../src/entities/setting.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"setting.entity.d.ts","sourceRoot":"","sources":["../../src/entities/setting.entity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAA;AAGzD,qBACa,OAAQ,SAAQ,YAAY;IAGrC,GAAG,EAAE,MAAM,CAAC;IAEZ,KAAK,EAAE,MAAM,CAAC;CACjB"}
|
|
@@ -14,81 +14,20 @@ const openapi = require("@nestjs/swagger");
|
|
|
14
14
|
const common_entity_1 = require("./common.entity");
|
|
15
15
|
const typeorm_1 = require("typeorm");
|
|
16
16
|
let Setting = class Setting extends common_entity_1.CommonEntity {
|
|
17
|
-
constructor() {
|
|
18
|
-
super(...arguments);
|
|
19
|
-
this.iamAllowPublicRegistration = false;
|
|
20
|
-
this.iamPasswordRegistrationEnabled = false;
|
|
21
|
-
this.iamPasswordLessRegistrationEnabled = false;
|
|
22
|
-
this.iamActivateUserOnRegistration = false;
|
|
23
|
-
this.iamGoogleOAuthEnabled = false;
|
|
24
|
-
this.shouldQueueEmails = false;
|
|
25
|
-
this.shouldQueueSms = false;
|
|
26
|
-
}
|
|
27
17
|
static _OPENAPI_METADATA_FACTORY() {
|
|
28
|
-
return {
|
|
18
|
+
return { key: { required: true, type: () => String }, value: { required: true, type: () => String } };
|
|
29
19
|
}
|
|
30
20
|
};
|
|
31
21
|
exports.Setting = Setting;
|
|
32
22
|
__decorate([
|
|
23
|
+
(0, typeorm_1.Index)({ unique: true }),
|
|
33
24
|
(0, typeorm_1.Column)({ type: "varchar", nullable: true }),
|
|
34
25
|
__metadata("design:type", String)
|
|
35
|
-
], Setting.prototype, "
|
|
36
|
-
__decorate([
|
|
37
|
-
(0, typeorm_1.Column)({ type: "varchar", nullable: true }),
|
|
38
|
-
__metadata("design:type", String)
|
|
39
|
-
], Setting.prototype, "authPagesTheme", void 0);
|
|
40
|
-
__decorate([
|
|
41
|
-
(0, typeorm_1.Column)({ type: "varchar", nullable: true }),
|
|
42
|
-
__metadata("design:type", String)
|
|
43
|
-
], Setting.prototype, "appTitle", void 0);
|
|
44
|
-
__decorate([
|
|
45
|
-
(0, typeorm_1.Column)({ type: "varchar", nullable: true }),
|
|
46
|
-
__metadata("design:type", String)
|
|
47
|
-
], Setting.prototype, "appLogo", void 0);
|
|
48
|
-
__decorate([
|
|
49
|
-
(0, typeorm_1.Column)({ type: "varchar", nullable: true }),
|
|
50
|
-
__metadata("design:type", String)
|
|
51
|
-
], Setting.prototype, "appDescription", void 0);
|
|
26
|
+
], Setting.prototype, "key", void 0);
|
|
52
27
|
__decorate([
|
|
53
28
|
(0, typeorm_1.Column)({ type: "varchar", nullable: true }),
|
|
54
29
|
__metadata("design:type", String)
|
|
55
|
-
], Setting.prototype, "
|
|
56
|
-
__decorate([
|
|
57
|
-
(0, typeorm_1.Column)({ type: "varchar", nullable: true }),
|
|
58
|
-
__metadata("design:type", String)
|
|
59
|
-
], Setting.prototype, "appPrivacyPolicy", void 0);
|
|
60
|
-
__decorate([
|
|
61
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: true, default: false }),
|
|
62
|
-
__metadata("design:type", Boolean)
|
|
63
|
-
], Setting.prototype, "iamAllowPublicRegistration", void 0);
|
|
64
|
-
__decorate([
|
|
65
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: true, default: false }),
|
|
66
|
-
__metadata("design:type", Boolean)
|
|
67
|
-
], Setting.prototype, "iamPasswordRegistrationEnabled", void 0);
|
|
68
|
-
__decorate([
|
|
69
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: true, default: false }),
|
|
70
|
-
__metadata("design:type", Boolean)
|
|
71
|
-
], Setting.prototype, "iamPasswordLessRegistrationEnabled", void 0);
|
|
72
|
-
__decorate([
|
|
73
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: true, default: false }),
|
|
74
|
-
__metadata("design:type", Boolean)
|
|
75
|
-
], Setting.prototype, "iamActivateUserOnRegistration", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, typeorm_1.Column)({ type: "varchar", nullable: true }),
|
|
78
|
-
__metadata("design:type", String)
|
|
79
|
-
], Setting.prototype, "iamDefaultRole", void 0);
|
|
80
|
-
__decorate([
|
|
81
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: true, default: false }),
|
|
82
|
-
__metadata("design:type", Boolean)
|
|
83
|
-
], Setting.prototype, "iamGoogleOAuthEnabled", void 0);
|
|
84
|
-
__decorate([
|
|
85
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: true, default: false }),
|
|
86
|
-
__metadata("design:type", Boolean)
|
|
87
|
-
], Setting.prototype, "shouldQueueEmails", void 0);
|
|
88
|
-
__decorate([
|
|
89
|
-
(0, typeorm_1.Column)({ type: "boolean", nullable: true, default: false }),
|
|
90
|
-
__metadata("design:type", Boolean)
|
|
91
|
-
], Setting.prototype, "shouldQueueSms", void 0);
|
|
30
|
+
], Setting.prototype, "value", void 0);
|
|
92
31
|
exports.Setting = Setting = __decorate([
|
|
93
32
|
(0, typeorm_1.Entity)("ss_setting")
|
|
94
33
|
], Setting);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setting.entity.js","sourceRoot":"","sources":["../../src/entities/setting.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,mDAAyD;AACzD,
|
|
1
|
+
{"version":3,"file":"setting.entity.js","sourceRoot":"","sources":["../../src/entities/setting.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,mDAAyD;AACzD,qCAA6C;AAGtC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,4BAAY;;;;CAMxC,CAAA;AANY,0BAAO;AAGhB;IAFC,IAAA,eAAK,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;IACvB,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;oCAChC;AAEZ;IADC,IAAA,gBAAM,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sCAC9B;kBALL,OAAO;IADnB,IAAA,gBAAM,EAAC,YAAY,CAAC;GACR,OAAO,CAMnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module-metadata-seeder.service.d.ts","sourceRoot":"","sources":["../../src/seeders/module-metadata-seeder.service.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"module-metadata-seeder.service.d.ts","sourceRoot":"","sources":["../../src/seeders/module-metadata-seeder.service.ts"],"names":[],"mappings":"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"}
|