@hedhog/admin 0.0.93 → 0.0.94
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/menu/menu.controller.d.ts.map +1 -1
- package/dist/menu/menu.controller.js +0 -4
- package/dist/menu/menu.controller.js.map +1 -1
- package/dist/role/role.controller.d.ts.map +1 -1
- package/dist/role/role.controller.js +0 -4
- package/dist/role/role.controller.js.map +1 -1
- package/dist/route/route.controller.d.ts.map +1 -1
- package/dist/route/route.controller.js +0 -4
- package/dist/route/route.controller.js.map +1 -1
- package/dist/screen/screen.controller.d.ts.map +1 -1
- package/dist/screen/screen.controller.js +0 -4
- package/dist/screen/screen.controller.js.map +1 -1
- package/dist/setting/dto/setting-user.dto.d.ts +4 -0
- package/dist/setting/dto/setting-user.dto.d.ts.map +1 -0
- package/dist/{entities/role.entity.js → setting/dto/setting-user.dto.js} +8 -19
- package/dist/setting/dto/setting-user.dto.js.map +1 -0
- package/dist/setting/settings.controller.d.ts +7 -1
- package/dist/setting/settings.controller.d.ts.map +1 -1
- package/dist/setting/settings.controller.js +14 -12
- package/dist/setting/settings.controller.js.map +1 -1
- package/dist/setting/settings.service.d.ts +3 -1
- package/dist/setting/settings.service.d.ts.map +1 -1
- package/dist/setting/settings.service.js +8 -9
- package/dist/setting/settings.service.js.map +1 -1
- package/dist/user/user.controller.d.ts.map +1 -1
- package/dist/user/user.controller.js +0 -4
- package/dist/user/user.controller.js.map +1 -1
- package/hedhog.yaml +5 -1
- package/package.json +1 -1
- package/dist/entities/country.entity.d.ts +0 -6
- package/dist/entities/country.entity.d.ts.map +0 -1
- package/dist/entities/country.entity.js +0 -38
- package/dist/entities/country.entity.js.map +0 -1
- package/dist/entities/index.d.ts +0 -12
- package/dist/entities/index.d.ts.map +0 -1
- package/dist/entities/index.js +0 -28
- package/dist/entities/index.js.map +0 -1
- package/dist/entities/locale.entity.d.ts +0 -7
- package/dist/entities/locale.entity.d.ts.map +0 -1
- package/dist/entities/locale.entity.js +0 -44
- package/dist/entities/locale.entity.js.map +0 -1
- package/dist/entities/menu.entity.d.ts +0 -9
- package/dist/entities/menu.entity.d.ts.map +0 -1
- package/dist/entities/menu.entity.js +0 -57
- package/dist/entities/menu.entity.js.map +0 -1
- package/dist/entities/multifactor.entity.d.ts +0 -5
- package/dist/entities/multifactor.entity.d.ts.map +0 -1
- package/dist/entities/multifactor.entity.js +0 -30
- package/dist/entities/multifactor.entity.js.map +0 -1
- package/dist/entities/role.entity.d.ts +0 -5
- package/dist/entities/role.entity.d.ts.map +0 -1
- package/dist/entities/role.entity.js.map +0 -1
- package/dist/entities/route.entity.d.ts +0 -6
- package/dist/entities/route.entity.d.ts.map +0 -1
- package/dist/entities/route.entity.js +0 -36
- package/dist/entities/route.entity.js.map +0 -1
- package/dist/entities/screen.entity.d.ts +0 -6
- package/dist/entities/screen.entity.d.ts.map +0 -1
- package/dist/entities/screen.entity.js +0 -36
- package/dist/entities/screen.entity.js.map +0 -1
- package/dist/entities/setting-group.entity.d.ts +0 -6
- package/dist/entities/setting-group.entity.d.ts.map +0 -1
- package/dist/entities/setting-group.entity.js +0 -39
- package/dist/entities/setting-group.entity.js.map +0 -1
- package/dist/entities/setting.entity.d.ts +0 -8
- package/dist/entities/setting.entity.d.ts.map +0 -1
- package/dist/entities/setting.entity.js +0 -51
- package/dist/entities/setting.entity.js.map +0 -1
- package/dist/entities/translation.entity.d.ts +0 -8
- package/dist/entities/translation.entity.d.ts.map +0 -1
- package/dist/entities/translation.entity.js +0 -42
- package/dist/entities/translation.entity.js.map +0 -1
- package/dist/entities/user.entity.d.ts +0 -9
- package/dist/entities/user.entity.d.ts.map +0 -1
- package/dist/entities/user.entity.js +0 -51
- package/dist/entities/user.entity.js.map +0 -1
- package/src/entities/country.entity.ts +0 -19
- package/src/entities/index.ts +0 -11
- package/src/entities/locale.entity.ts +0 -24
- package/src/entities/menu.entity.ts +0 -35
- package/src/entities/multifactor.entity.ts +0 -12
- package/src/entities/role.entity.ts +0 -14
- package/src/entities/route.entity.ts +0 -17
- package/src/entities/screen.entity.ts +0 -17
- package/src/entities/setting-group.entity.ts +0 -20
- package/src/entities/setting.entity.ts +0 -30
- package/src/entities/translation.entity.ts +0 -21
- package/src/entities/user.entity.ts +0 -29
@@ -1,38 +0,0 @@
|
|
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.Country = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let Country = class Country {
|
15
|
-
};
|
16
|
-
exports.Country = Country;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)({
|
19
|
-
unsigned: true,
|
20
|
-
}),
|
21
|
-
__metadata("design:type", Number)
|
22
|
-
], Country.prototype, "id", void 0);
|
23
|
-
__decorate([
|
24
|
-
(0, typeorm_1.Column)(),
|
25
|
-
__metadata("design:type", String)
|
26
|
-
], Country.prototype, "name", void 0);
|
27
|
-
__decorate([
|
28
|
-
(0, typeorm_1.Column)({
|
29
|
-
length: 3,
|
30
|
-
}),
|
31
|
-
__metadata("design:type", String)
|
32
|
-
], Country.prototype, "code", void 0);
|
33
|
-
exports.Country = Country = __decorate([
|
34
|
-
(0, typeorm_1.Entity)({
|
35
|
-
name: 'countries',
|
36
|
-
})
|
37
|
-
], Country);
|
38
|
-
//# sourceMappingURL=country.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"country.entity.js","sourceRoot":"","sources":["../../src/entities/country.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAAiE;AAK1D,IAAM,OAAO,GAAb,MAAM,OAAO;CAanB,CAAA;AAbY,0BAAO;AAIlB;IAHC,IAAA,gCAAsB,EAAC;QACtB,QAAQ,EAAE,IAAI;KACf,CAAC;;mCACS;AAGX;IADC,IAAA,gBAAM,GAAE;;qCACI;AAKb;IAHC,IAAA,gBAAM,EAAC;QACN,MAAM,EAAE,CAAC;KACV,CAAC;;qCACW;kBAZF,OAAO;IAHnB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,WAAW;KAClB,CAAC;GACW,OAAO,CAanB"}
|
package/dist/entities/index.d.ts
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
export * from './user.entity';
|
2
|
-
export * from './translation.entity';
|
3
|
-
export * from './screen.entity';
|
4
|
-
export * from './role.entity';
|
5
|
-
export * from './multifactor.entity';
|
6
|
-
export * from './locale.entity';
|
7
|
-
export * from './country.entity';
|
8
|
-
export * from './menu.entity';
|
9
|
-
export * from './route.entity';
|
10
|
-
export * from './setting-group.entity';
|
11
|
-
export * from './setting.entity';
|
12
|
-
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC"}
|
package/dist/entities/index.js
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
-
if (k2 === undefined) k2 = k;
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
-
}
|
8
|
-
Object.defineProperty(o, k2, desc);
|
9
|
-
}) : (function(o, m, k, k2) {
|
10
|
-
if (k2 === undefined) k2 = k;
|
11
|
-
o[k2] = m[k];
|
12
|
-
}));
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
-
};
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
-
__exportStar(require("./user.entity"), exports);
|
18
|
-
__exportStar(require("./translation.entity"), exports);
|
19
|
-
__exportStar(require("./screen.entity"), exports);
|
20
|
-
__exportStar(require("./role.entity"), exports);
|
21
|
-
__exportStar(require("./multifactor.entity"), exports);
|
22
|
-
__exportStar(require("./locale.entity"), exports);
|
23
|
-
__exportStar(require("./country.entity"), exports);
|
24
|
-
__exportStar(require("./menu.entity"), exports);
|
25
|
-
__exportStar(require("./route.entity"), exports);
|
26
|
-
__exportStar(require("./setting-group.entity"), exports);
|
27
|
-
__exportStar(require("./setting.entity"), exports);
|
28
|
-
//# sourceMappingURL=index.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,uDAAqC;AACrC,kDAAgC;AAChC,gDAA8B;AAC9B,uDAAqC;AACrC,kDAAgC;AAChC,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,yDAAuC;AACvC,mDAAiC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"locale.entity.d.ts","sourceRoot":"","sources":["../../src/entities/locale.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,MAAM;IAIjB,EAAE,EAAE,MAAM,CAAC;IAKX,IAAI,EAAE,MAAM,CAAC;IAKb,MAAM,EAAE,MAAM,CAAC;IAGf,OAAO,EAAE,OAAO,CAAC;CAClB"}
|
@@ -1,44 +0,0 @@
|
|
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.Locale = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let Locale = class Locale {
|
15
|
-
};
|
16
|
-
exports.Locale = Locale;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)({
|
19
|
-
unsigned: true,
|
20
|
-
}),
|
21
|
-
__metadata("design:type", Number)
|
22
|
-
], Locale.prototype, "id", void 0);
|
23
|
-
__decorate([
|
24
|
-
(0, typeorm_1.Column)({
|
25
|
-
length: 2,
|
26
|
-
}),
|
27
|
-
__metadata("design:type", String)
|
28
|
-
], Locale.prototype, "code", void 0);
|
29
|
-
__decorate([
|
30
|
-
(0, typeorm_1.Column)({
|
31
|
-
length: 2,
|
32
|
-
}),
|
33
|
-
__metadata("design:type", String)
|
34
|
-
], Locale.prototype, "region", void 0);
|
35
|
-
__decorate([
|
36
|
-
(0, typeorm_1.Column)(),
|
37
|
-
__metadata("design:type", Boolean)
|
38
|
-
], Locale.prototype, "enabled", void 0);
|
39
|
-
exports.Locale = Locale = __decorate([
|
40
|
-
(0, typeorm_1.Entity)({
|
41
|
-
name: 'locales',
|
42
|
-
})
|
43
|
-
], Locale);
|
44
|
-
//# sourceMappingURL=locale.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"locale.entity.js","sourceRoot":"","sources":["../../src/entities/locale.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,MAAM,GAAZ,MAAM,MAAM;CAkBlB,CAAA;AAlBY,wBAAM;AAIjB;IAHC,IAAA,gCAAsB,EAAC;QACtB,QAAQ,EAAE,IAAI;KACf,CAAC;;kCACS;AAKX;IAHC,IAAA,gBAAM,EAAC;QACN,MAAM,EAAE,CAAC;KACV,CAAC;;oCACW;AAKb;IAHC,IAAA,gBAAM,EAAC;QACN,MAAM,EAAE,CAAC;KACV,CAAC;;sCACa;AAGf;IADC,IAAA,gBAAM,GAAE;;uCACQ;iBAjBN,MAAM;IAHlB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,SAAS;KAChB,CAAC;GACW,MAAM,CAkBlB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"menu.entity.d.ts","sourceRoot":"","sources":["../../src/entities/menu.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,IAAI;IAEf,EAAE,EAAE,MAAM,CAAC;IAOX,OAAO,CAAC,EAAE,MAAM,CAAC;IAGjB,IAAI,EAAE,MAAM,CAAC;IAKb,GAAG,CAAC,EAAE,MAAM,CAAC;IAMb,KAAK,EAAE,MAAM,CAAC;IAKd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
@@ -1,57 +0,0 @@
|
|
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.Menu = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let Menu = class Menu {
|
15
|
-
};
|
16
|
-
exports.Menu = Menu;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
19
|
-
__metadata("design:type", Number)
|
20
|
-
], Menu.prototype, "id", void 0);
|
21
|
-
__decorate([
|
22
|
-
(0, typeorm_1.JoinColumn)(),
|
23
|
-
(0, typeorm_1.Column)({
|
24
|
-
nullable: true,
|
25
|
-
unsigned: true,
|
26
|
-
}),
|
27
|
-
__metadata("design:type", String)
|
28
|
-
], Menu.prototype, "menu_id", void 0);
|
29
|
-
__decorate([
|
30
|
-
(0, typeorm_1.Column)(),
|
31
|
-
__metadata("design:type", String)
|
32
|
-
], Menu.prototype, "slug", void 0);
|
33
|
-
__decorate([
|
34
|
-
(0, typeorm_1.Column)({
|
35
|
-
nullable: true,
|
36
|
-
}),
|
37
|
-
__metadata("design:type", String)
|
38
|
-
], Menu.prototype, "url", void 0);
|
39
|
-
__decorate([
|
40
|
-
(0, typeorm_1.Column)({
|
41
|
-
default: 0,
|
42
|
-
unsigned: true,
|
43
|
-
}),
|
44
|
-
__metadata("design:type", Number)
|
45
|
-
], Menu.prototype, "order", void 0);
|
46
|
-
__decorate([
|
47
|
-
(0, typeorm_1.Column)({
|
48
|
-
nullable: true,
|
49
|
-
}),
|
50
|
-
__metadata("design:type", String)
|
51
|
-
], Menu.prototype, "icon", void 0);
|
52
|
-
exports.Menu = Menu = __decorate([
|
53
|
-
(0, typeorm_1.Entity)({
|
54
|
-
name: 'menus',
|
55
|
-
})
|
56
|
-
], Menu);
|
57
|
-
//# sourceMappingURL=menu.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"menu.entity.js","sourceRoot":"","sources":["../../src/entities/menu.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,IAAI,GAAV,MAAM,IAAI;CA6BhB,CAAA;AA7BY,oBAAI;AAEf;IADC,IAAA,gCAAsB,GAAE;;gCACd;AAOX;IALC,IAAA,oBAAU,GAAE;IACZ,IAAA,gBAAM,EAAC;QACN,QAAQ,EAAE,IAAI;QACd,QAAQ,EAAE,IAAI;KACf,CAAC;;qCACe;AAGjB;IADC,IAAA,gBAAM,GAAE;;kCACI;AAKb;IAHC,IAAA,gBAAM,EAAC;QACN,QAAQ,EAAE,IAAI;KACf,CAAC;;iCACW;AAMb;IAJC,IAAA,gBAAM,EAAC;QACN,OAAO,EAAE,CAAC;QACV,QAAQ,EAAE,IAAI;KACf,CAAC;;mCACY;AAKd;IAHC,IAAA,gBAAM,EAAC;QACN,QAAQ,EAAE,IAAI;KACf,CAAC;;kCACY;eA5BH,IAAI;IAHhB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,OAAO;KACd,CAAC;GACW,IAAI,CA6BhB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"multifactor.entity.d.ts","sourceRoot":"","sources":["../../src/entities/multifactor.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,WAAW;IAEtB,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,EAAE,MAAM,CAAC;CACd"}
|
@@ -1,30 +0,0 @@
|
|
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.Multifactor = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let Multifactor = class Multifactor {
|
15
|
-
};
|
16
|
-
exports.Multifactor = Multifactor;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
19
|
-
__metadata("design:type", Number)
|
20
|
-
], Multifactor.prototype, "id", void 0);
|
21
|
-
__decorate([
|
22
|
-
(0, typeorm_1.Column)(),
|
23
|
-
__metadata("design:type", String)
|
24
|
-
], Multifactor.prototype, "slug", void 0);
|
25
|
-
exports.Multifactor = Multifactor = __decorate([
|
26
|
-
(0, typeorm_1.Entity)({
|
27
|
-
name: 'multifactors',
|
28
|
-
})
|
29
|
-
], Multifactor);
|
30
|
-
//# sourceMappingURL=multifactor.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"multifactor.entity.js","sourceRoot":"","sources":["../../src/entities/multifactor.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,WAAW,GAAjB,MAAM,WAAW;CAMvB,CAAA;AANY,kCAAW;AAEtB;IADC,IAAA,gCAAsB,GAAE;;uCACd;AAGX;IADC,IAAA,gBAAM,GAAE;;yCACI;sBALF,WAAW;IAHvB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,cAAc;KACrB,CAAC;GACW,WAAW,CAMvB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"role.entity.d.ts","sourceRoot":"","sources":["../../src/entities/role.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,IAAI;IAEf,EAAE,EAAE,MAAM,CAAC;IAKX,IAAI,EAAE,MAAM,CAAC;CACd"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"role.entity.js","sourceRoot":"","sources":["../../src/entities/role.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,IAAI,GAAV,MAAM,IAAI;CAQhB,CAAA;AARY,oBAAI;AAEf;IADC,IAAA,gCAAsB,GAAE;;gCACd;AAKX;IAHC,IAAA,gBAAM,EAAC;QACN,MAAM,EAAE,IAAI;KACb,CAAC;;kCACW;eAPF,IAAI;IAHhB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,OAAO;KACd,CAAC;GACW,IAAI,CAQhB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"route.entity.d.ts","sourceRoot":"","sources":["../../src/entities/route.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,KAAK;IAEhB,EAAE,EAAE,MAAM,CAAC;IAGX,GAAG,EAAE,MAAM,CAAC;IAKZ,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
@@ -1,36 +0,0 @@
|
|
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.Route = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let Route = class Route {
|
15
|
-
};
|
16
|
-
exports.Route = Route;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
19
|
-
__metadata("design:type", Number)
|
20
|
-
], Route.prototype, "id", void 0);
|
21
|
-
__decorate([
|
22
|
-
(0, typeorm_1.Column)(),
|
23
|
-
__metadata("design:type", String)
|
24
|
-
], Route.prototype, "url", void 0);
|
25
|
-
__decorate([
|
26
|
-
(0, typeorm_1.Column)({
|
27
|
-
enum: ['GET', 'POST', 'PATCH', 'DELETE', 'PUT', 'OPTIONS', 'HEAD'],
|
28
|
-
}),
|
29
|
-
__metadata("design:type", String)
|
30
|
-
], Route.prototype, "method", void 0);
|
31
|
-
exports.Route = Route = __decorate([
|
32
|
-
(0, typeorm_1.Entity)({
|
33
|
-
name: 'routes',
|
34
|
-
})
|
35
|
-
], Route);
|
36
|
-
//# sourceMappingURL=route.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"route.entity.js","sourceRoot":"","sources":["../../src/entities/route.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,KAAK,GAAX,MAAM,KAAK;CAWjB,CAAA;AAXY,sBAAK;AAEhB;IADC,IAAA,gCAAsB,GAAE;;iCACd;AAGX;IADC,IAAA,gBAAM,GAAE;;kCACG;AAKZ;IAHC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC;KACnE,CAAC;;qCACa;gBAVJ,KAAK;IAHjB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,QAAQ;KACf,CAAC;GACW,KAAK,CAWjB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"screen.entity.d.ts","sourceRoot":"","sources":["../../src/entities/screen.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,MAAM;IAEjB,EAAE,EAAE,MAAM,CAAC;IAGX,IAAI,EAAE,MAAM,CAAC;IAKb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
@@ -1,36 +0,0 @@
|
|
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.Screen = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let Screen = class Screen {
|
15
|
-
};
|
16
|
-
exports.Screen = Screen;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
19
|
-
__metadata("design:type", Number)
|
20
|
-
], Screen.prototype, "id", void 0);
|
21
|
-
__decorate([
|
22
|
-
(0, typeorm_1.Column)(),
|
23
|
-
__metadata("design:type", String)
|
24
|
-
], Screen.prototype, "slug", void 0);
|
25
|
-
__decorate([
|
26
|
-
(0, typeorm_1.Column)({
|
27
|
-
nullable: true,
|
28
|
-
}),
|
29
|
-
__metadata("design:type", String)
|
30
|
-
], Screen.prototype, "icon", void 0);
|
31
|
-
exports.Screen = Screen = __decorate([
|
32
|
-
(0, typeorm_1.Entity)({
|
33
|
-
name: 'screens',
|
34
|
-
})
|
35
|
-
], Screen);
|
36
|
-
//# sourceMappingURL=screen.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"screen.entity.js","sourceRoot":"","sources":["../../src/entities/screen.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,MAAM,GAAZ,MAAM,MAAM;CAWlB,CAAA;AAXY,wBAAM;AAEjB;IADC,IAAA,gCAAsB,GAAE;;kCACd;AAGX;IADC,IAAA,gBAAM,GAAE;;oCACI;AAKb;IAHC,IAAA,gBAAM,EAAC;QACN,QAAQ,EAAE,IAAI;KACf,CAAC;;oCACY;iBAVH,MAAM;IAHlB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,SAAS;KAChB,CAAC;GACW,MAAM,CAWlB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"setting-group.entity.d.ts","sourceRoot":"","sources":["../../src/entities/setting-group.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,YAAY;IAEvB,EAAE,EAAE,MAAM,CAAC;IAKX,IAAI,EAAE,MAAM,CAAC;IAMb,IAAI,EAAE,MAAM,CAAC;CACd"}
|
@@ -1,39 +0,0 @@
|
|
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.SettingGroup = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let SettingGroup = class SettingGroup {
|
15
|
-
};
|
16
|
-
exports.SettingGroup = SettingGroup;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
19
|
-
__metadata("design:type", Number)
|
20
|
-
], SettingGroup.prototype, "id", void 0);
|
21
|
-
__decorate([
|
22
|
-
(0, typeorm_1.Column)({
|
23
|
-
length: 31,
|
24
|
-
}),
|
25
|
-
__metadata("design:type", String)
|
26
|
-
], SettingGroup.prototype, "icon", void 0);
|
27
|
-
__decorate([
|
28
|
-
(0, typeorm_1.Column)({
|
29
|
-
unique: true,
|
30
|
-
length: 63,
|
31
|
-
}),
|
32
|
-
__metadata("design:type", String)
|
33
|
-
], SettingGroup.prototype, "slug", void 0);
|
34
|
-
exports.SettingGroup = SettingGroup = __decorate([
|
35
|
-
(0, typeorm_1.Entity)({
|
36
|
-
name: 'setting_groups',
|
37
|
-
})
|
38
|
-
], SettingGroup);
|
39
|
-
//# sourceMappingURL=setting-group.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"setting-group.entity.js","sourceRoot":"","sources":["../../src/entities/setting-group.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,YAAY,GAAlB,MAAM,YAAY;CAcxB,CAAA;AAdY,oCAAY;AAEvB;IADC,IAAA,gCAAsB,GAAE;;wCACd;AAKX;IAHC,IAAA,gBAAM,EAAC;QACN,MAAM,EAAE,EAAE;KACX,CAAC;;0CACW;AAMb;IAJC,IAAA,gBAAM,EAAC;QACN,MAAM,EAAE,IAAI;QACZ,MAAM,EAAE,EAAE;KACX,CAAC;;0CACW;uBAbF,YAAY;IAHxB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,gBAAgB;KACvB,CAAC;GACW,YAAY,CAcxB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"setting.entity.d.ts","sourceRoot":"","sources":["../../src/entities/setting.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,OAAO;IAElB,EAAE,EAAE,MAAM,CAAC;IAMX,IAAI,EAAE,MAAM,CAAC;IAKb,IAAI,EAAE,MAAM,CAAC;IAKb,KAAK,EAAE,MAAM,CAAC;IAKd,YAAY,EAAE,OAAO,CAAC;CACvB"}
|
@@ -1,51 +0,0 @@
|
|
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.Setting = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let Setting = class Setting {
|
15
|
-
};
|
16
|
-
exports.Setting = Setting;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
19
|
-
__metadata("design:type", Number)
|
20
|
-
], Setting.prototype, "id", void 0);
|
21
|
-
__decorate([
|
22
|
-
(0, typeorm_1.Column)({
|
23
|
-
unique: true,
|
24
|
-
length: 63,
|
25
|
-
}),
|
26
|
-
__metadata("design:type", String)
|
27
|
-
], Setting.prototype, "slug", void 0);
|
28
|
-
__decorate([
|
29
|
-
(0, typeorm_1.Column)({
|
30
|
-
enum: ['string', 'number', 'boolean', 'json'],
|
31
|
-
}),
|
32
|
-
__metadata("design:type", String)
|
33
|
-
], Setting.prototype, "type", void 0);
|
34
|
-
__decorate([
|
35
|
-
(0, typeorm_1.Column)({
|
36
|
-
length: 1023,
|
37
|
-
}),
|
38
|
-
__metadata("design:type", String)
|
39
|
-
], Setting.prototype, "value", void 0);
|
40
|
-
__decorate([
|
41
|
-
(0, typeorm_1.Column)({
|
42
|
-
default: false,
|
43
|
-
}),
|
44
|
-
__metadata("design:type", Boolean)
|
45
|
-
], Setting.prototype, "userOverride", void 0);
|
46
|
-
exports.Setting = Setting = __decorate([
|
47
|
-
(0, typeorm_1.Entity)({
|
48
|
-
name: 'settings',
|
49
|
-
})
|
50
|
-
], Setting);
|
51
|
-
//# sourceMappingURL=setting.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"setting.entity.js","sourceRoot":"","sources":["../../src/entities/setting.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,OAAO,GAAb,MAAM,OAAO;CAwBnB,CAAA;AAxBY,0BAAO;AAElB;IADC,IAAA,gCAAsB,GAAE;;mCACd;AAMX;IAJC,IAAA,gBAAM,EAAC;QACN,MAAM,EAAE,IAAI;QACZ,MAAM,EAAE,EAAE;KACX,CAAC;;qCACW;AAKb;IAHC,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC;KAC9C,CAAC;;qCACW;AAKb;IAHC,IAAA,gBAAM,EAAC;QACN,MAAM,EAAE,IAAI;KACb,CAAC;;sCACY;AAKd;IAHC,IAAA,gBAAM,EAAC;QACN,OAAO,EAAE,KAAK;KACf,CAAC;;6CACoB;kBAvBX,OAAO;IAHnB,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,UAAU;KACjB,CAAC;GACW,OAAO,CAwBnB"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"translation.entity.d.ts","sourceRoot":"","sources":["../../src/entities/translation.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,iBAAiB;IAE5B,EAAE,EAAE,MAAM,CAAC;IAGX,SAAS,EAAE,MAAM,CAAC;IAGlB,YAAY,EAAE,MAAM,CAAC;IAGrB,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;CACf"}
|
@@ -1,42 +0,0 @@
|
|
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.TranslationEntity = void 0;
|
13
|
-
const typeorm_1 = require("typeorm");
|
14
|
-
let TranslationEntity = class TranslationEntity {
|
15
|
-
};
|
16
|
-
exports.TranslationEntity = TranslationEntity;
|
17
|
-
__decorate([
|
18
|
-
(0, typeorm_1.PrimaryGeneratedColumn)(),
|
19
|
-
__metadata("design:type", Number)
|
20
|
-
], TranslationEntity.prototype, "id", void 0);
|
21
|
-
__decorate([
|
22
|
-
(0, typeorm_1.JoinColumn)(),
|
23
|
-
__metadata("design:type", Number)
|
24
|
-
], TranslationEntity.prototype, "locale_id", void 0);
|
25
|
-
__decorate([
|
26
|
-
(0, typeorm_1.JoinColumn)(),
|
27
|
-
__metadata("design:type", Number)
|
28
|
-
], TranslationEntity.prototype, "namespace_id", void 0);
|
29
|
-
__decorate([
|
30
|
-
(0, typeorm_1.Column)(),
|
31
|
-
__metadata("design:type", String)
|
32
|
-
], TranslationEntity.prototype, "name", void 0);
|
33
|
-
__decorate([
|
34
|
-
(0, typeorm_1.Column)(),
|
35
|
-
__metadata("design:type", String)
|
36
|
-
], TranslationEntity.prototype, "value", void 0);
|
37
|
-
exports.TranslationEntity = TranslationEntity = __decorate([
|
38
|
-
(0, typeorm_1.Entity)({
|
39
|
-
name: 'translations',
|
40
|
-
})
|
41
|
-
], TranslationEntity);
|
42
|
-
//# sourceMappingURL=translation.entity.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"translation.entity.js","sourceRoot":"","sources":["../../src/entities/translation.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,qCAA6E;AAKtE,IAAM,iBAAiB,GAAvB,MAAM,iBAAiB;CAe7B,CAAA;AAfY,8CAAiB;AAE5B;IADC,IAAA,gCAAsB,GAAE;;6CACd;AAGX;IADC,IAAA,oBAAU,GAAE;;oDACK;AAGlB;IADC,IAAA,oBAAU,GAAE;;uDACQ;AAGrB;IADC,IAAA,gBAAM,GAAE;;+CACI;AAGb;IADC,IAAA,gBAAM,GAAE;;gDACK;4BAdH,iBAAiB;IAH7B,IAAA,gBAAM,EAAC;QACN,IAAI,EAAE,cAAc;KACrB,CAAC;GACW,iBAAiB,CAe7B"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"user.entity.d.ts","sourceRoot":"","sources":["../../src/entities/user.entity.ts"],"names":[],"mappings":"AAEA,qBAGa,IAAI;IAEf,EAAE,EAAE,MAAM,CAAC;IAMX,cAAc,CAAC,EAAE,MAAM,CAAC;IAGxB,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,MAAM,CAAC;IAKjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|