@servicelabsco/slabs-access-manager 1.0.53 → 1.0.55
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/access/controllers/device.auth.controller.d.ts +44 -0
- package/dist/access/controllers/device.auth.controller.js +69 -0
- package/dist/access/controllers/device.auth.controller.js.map +1 -0
- package/dist/access/controllers/index.d.ts +4 -0
- package/dist/access/controllers/index.js +4 -0
- package/dist/access/controllers/index.js.map +1 -1
- package/dist/access/controllers/oauth.as.controller.d.ts +52 -0
- package/dist/access/controllers/oauth.as.controller.js +117 -0
- package/dist/access/controllers/oauth.as.controller.js.map +1 -0
- package/dist/access/controllers/oauth.discovery.controller.d.ts +16 -0
- package/dist/access/controllers/oauth.discovery.controller.js +35 -0
- package/dist/access/controllers/oauth.discovery.controller.js.map +1 -0
- package/dist/access/controllers/ui.action.controller.d.ts +13 -0
- package/dist/access/controllers/ui.action.controller.js +76 -0
- package/dist/access/controllers/ui.action.controller.js.map +1 -0
- package/dist/access/dtos/device.decide.dto.d.ts +5 -0
- package/dist/access/dtos/device.decide.dto.js +36 -0
- package/dist/access/dtos/device.decide.dto.js.map +1 -0
- package/dist/access/dtos/device.poll.dto.d.ts +3 -0
- package/dist/access/dtos/device.poll.dto.js +24 -0
- package/dist/access/dtos/device.poll.dto.js.map +1 -0
- package/dist/access/dtos/index.d.ts +5 -0
- package/dist/access/dtos/index.js +5 -0
- package/dist/access/dtos/index.js.map +1 -1
- package/dist/access/dtos/oauth.consent.decide.dto.d.ts +5 -0
- package/dist/access/dtos/oauth.consent.decide.dto.js +38 -0
- package/dist/access/dtos/oauth.consent.decide.dto.js.map +1 -0
- package/dist/access/dtos/oauth.register.dto.d.ts +7 -0
- package/dist/access/dtos/oauth.register.dto.js +51 -0
- package/dist/access/dtos/oauth.register.dto.js.map +1 -0
- package/dist/access/dtos/update.ui.action.attributes.dto.d.ts +3 -0
- package/dist/access/dtos/update.ui.action.attributes.dto.js +23 -0
- package/dist/access/dtos/update.ui.action.attributes.dto.js.map +1 -0
- package/dist/access/entities/device.code.entity.d.ts +17 -0
- package/dist/access/entities/device.code.entity.js +74 -0
- package/dist/access/entities/device.code.entity.js.map +1 -0
- package/dist/access/entities/index.d.ts +3 -0
- package/dist/access/entities/index.js +3 -0
- package/dist/access/entities/index.js.map +1 -1
- package/dist/access/entities/menu.action.entity.d.ts +1 -0
- package/dist/access/entities/menu.action.entity.js +4 -0
- package/dist/access/entities/menu.action.entity.js.map +1 -1
- package/dist/access/entities/oauth.authorization.entity.d.ts +23 -0
- package/dist/access/entities/oauth.authorization.entity.js +98 -0
- package/dist/access/entities/oauth.authorization.entity.js.map +1 -0
- package/dist/access/entities/oauth.client.entity.d.ts +10 -0
- package/dist/access/entities/oauth.client.entity.js +49 -0
- package/dist/access/entities/oauth.client.entity.js.map +1 -0
- package/dist/access/es6.classes.d.ts +25 -7
- package/dist/access/es6.classes.js +38 -1
- package/dist/access/es6.classes.js.map +1 -1
- package/dist/access/libraries/evaluate.email.rule.js.map +1 -1
- package/dist/access/libraries/extract.client.credentials.d.ts +12 -0
- package/dist/access/libraries/extract.client.credentials.js +41 -0
- package/dist/access/libraries/extract.client.credentials.js.map +1 -0
- package/dist/access/libraries/index.d.ts +2 -0
- package/dist/access/libraries/index.js +2 -0
- package/dist/access/libraries/index.js.map +1 -1
- package/dist/access/libraries/oauth.pkce.d.ts +6 -0
- package/dist/access/libraries/oauth.pkce.js +25 -0
- package/dist/access/libraries/oauth.pkce.js.map +1 -0
- package/dist/access/libraries/process.email.notification.js +3 -3
- package/dist/access/libraries/process.email.notification.js.map +1 -1
- package/dist/access/libraries/process.internal.notification.js +3 -3
- package/dist/access/libraries/process.internal.notification.js.map +1 -1
- package/dist/access/libraries/sanitize.email.addresses.d.ts +3 -1
- package/dist/access/libraries/sanitize.email.addresses.js +28 -25
- package/dist/access/libraries/sanitize.email.addresses.js.map +1 -1
- package/dist/access/libraries/send.email.notification.js +1 -1
- package/dist/access/libraries/send.email.notification.js.map +1 -1
- package/dist/access/middlewares/external.access.middleware.d.ts +3 -5
- package/dist/access/middlewares/external.access.middleware.js +9 -17
- package/dist/access/middlewares/external.access.middleware.js.map +1 -1
- package/dist/access/middlewares/index.d.ts +1 -0
- package/dist/access/middlewares/index.js +1 -0
- package/dist/access/middlewares/index.js.map +1 -1
- package/dist/access/middlewares/mcp.access.middleware.d.ts +7 -0
- package/dist/access/middlewares/mcp.access.middleware.js +34 -0
- package/dist/access/middlewares/mcp.access.middleware.js.map +1 -0
- package/dist/access/services/credential.resolve.service.d.ts +22 -0
- package/dist/access/services/credential.resolve.service.js +106 -0
- package/dist/access/services/credential.resolve.service.js.map +1 -0
- package/dist/access/services/device.auth.service.d.ts +50 -0
- package/dist/access/services/device.auth.service.js +177 -0
- package/dist/access/services/device.auth.service.js.map +1 -0
- package/dist/access/services/index.d.ts +3 -0
- package/dist/access/services/index.js +3 -0
- package/dist/access/services/index.js.map +1 -1
- package/dist/access/services/oauth.as.service.d.ts +96 -0
- package/dist/access/services/oauth.as.service.js +299 -0
- package/dist/access/services/oauth.as.service.js.map +1 -0
- package/dist/app.module.js +2 -1
- package/dist/app.module.js.map +1 -1
- package/dist/config/entity.constants.d.ts +6 -0
- package/dist/config/entity.constants.js +6 -0
- package/dist/config/entity.constants.js.map +1 -1
- package/dist/development/registries/development.entity.registry.js +2 -0
- package/dist/development/registries/development.entity.registry.js.map +1 -1
- package/dist/main.js +1 -0
- package/dist/main.js.map +1 -1
- package/dist/mcp/admin/tools/admin.tool.registry.js +10 -0
- package/dist/mcp/admin/tools/admin.tool.registry.js.map +1 -1
- package/dist/mcp/admin/tools/index.d.ts +1 -0
- package/dist/mcp/admin/tools/index.js +1 -0
- package/dist/mcp/admin/tools/index.js.map +1 -1
- package/dist/mcp/admin/tools/menu_ui_action/index.d.ts +5 -0
- package/dist/mcp/admin/tools/menu_ui_action/index.js +22 -0
- package/dist/mcp/admin/tools/menu_ui_action/index.js.map +1 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.create.tool.d.ts +22 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.create.tool.js +25 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.create.tool.js.map +1 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.delete.tool.d.ts +17 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.delete.tool.js +23 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.delete.tool.js.map +1 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.get.tool.d.ts +17 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.get.tool.js +23 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.get.tool.js.map +1 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.list.tool.d.ts +23 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.list.tool.js +37 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.list.tool.js.map +1 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.update.tool.d.ts +20 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.update.tool.js +25 -0
- package/dist/mcp/admin/tools/menu_ui_action/menu.ui.action.update.tool.js.map +1 -0
- package/dist/mcp/auth/execution.context.interface.d.ts +9 -0
- package/dist/mcp/auth/execution.context.interface.js +3 -0
- package/dist/mcp/auth/execution.context.interface.js.map +1 -0
- package/dist/mcp/auth/index.d.ts +1 -0
- package/dist/mcp/auth/index.js +18 -0
- package/dist/mcp/auth/index.js.map +1 -0
- package/dist/mcp/es6.classes.d.ts +7 -1
- package/dist/mcp/es6.classes.js +14 -1
- package/dist/mcp/es6.classes.js.map +1 -1
- package/dist/mcp/http/admin.mcp.controller.js +1 -1
- package/dist/mcp/http/admin.mcp.controller.js.map +1 -1
- package/dist/mcp/http/business.mcp.controller.js +5 -5
- package/dist/mcp/http/business.mcp.controller.js.map +1 -1
- package/dist/mcp/http/index.d.ts +1 -0
- package/dist/mcp/http/index.js +1 -0
- package/dist/mcp/http/index.js.map +1 -1
- package/dist/mcp/http/mcp.http.module.js +2 -1
- package/dist/mcp/http/mcp.http.module.js.map +1 -1
- package/dist/mcp/http/mcp.request.handler.js +1 -1
- package/dist/mcp/http/mcp.request.handler.js.map +1 -1
- package/dist/mcp/http/prm.controller.d.ts +10 -0
- package/dist/mcp/http/prm.controller.js +45 -0
- package/dist/mcp/http/prm.controller.js.map +1 -0
- package/dist/mcp/http/unauthorized.mcp.response.d.ts +6 -3
- package/dist/mcp/http/unauthorized.mcp.response.js +27 -17
- package/dist/mcp/http/unauthorized.mcp.response.js.map +1 -1
- package/dist/mcp/index.d.ts +1 -0
- package/dist/mcp/index.js +1 -0
- package/dist/mcp/index.js.map +1 -1
- package/dist/migrations/1785056165556-AddDisplayOrderUtlMenuActionsTable.d.ts +5 -0
- package/dist/migrations/1785056165556-AddDisplayOrderUtlMenuActionsTable.js +15 -0
- package/dist/migrations/1785056165556-AddDisplayOrderUtlMenuActionsTable.js.map +1 -0
- package/dist/migrations/1785057482427-CreateDeviceCodesTable.d.ts +5 -0
- package/dist/migrations/1785057482427-CreateDeviceCodesTable.js +25 -0
- package/dist/migrations/1785057482427-CreateDeviceCodesTable.js.map +1 -0
- package/dist/migrations/1785058700995-CreateOauthClientsTable.d.ts +5 -0
- package/dist/migrations/1785058700995-CreateOauthClientsTable.js +23 -0
- package/dist/migrations/1785058700995-CreateOauthClientsTable.js.map +1 -0
- package/dist/migrations/1785058701000-CreateOauthAuthorizationsTable.d.ts +5 -0
- package/dist/migrations/1785058701000-CreateOauthAuthorizationsTable.js +31 -0
- package/dist/migrations/1785058701000-CreateOauthAuthorizationsTable.js.map +1 -0
- package/dist/migrations/{1788000000000-CreateBzEventTriggersTable.d.ts → 1785163352085-CreateBzEventTriggersTable.d.ts} +1 -1
- package/dist/migrations/{1788000000000-CreateBzEventTriggersTable.js → 1785163352085-CreateBzEventTriggersTable.js} +4 -4
- package/dist/migrations/{1788000000000-CreateBzEventTriggersTable.js.map → 1785163352085-CreateBzEventTriggersTable.js.map} +1 -1
- package/dist/migrations/{1789000000000-RenameSourceHashToTableNameBzEventTriggersTable.d.ts → 1785163353086-RenameSourceHashToTableNameBzEventTriggersTable.d.ts} +1 -1
- package/dist/migrations/{1789000000000-RenameSourceHashToTableNameBzEventTriggersTable.js → 1785163353086-RenameSourceHashToTableNameBzEventTriggersTable.js} +4 -4
- package/dist/migrations/{1789000000000-RenameSourceHashToTableNameBzEventTriggersTable.js.map → 1785163353086-RenameSourceHashToTableNameBzEventTriggersTable.js.map} +1 -1
- package/dist/migrations/{1790000000000-CreateBzEventTriggerLogsTable.d.ts → 1785163354087-CreateBzEventTriggerLogsTable.d.ts} +1 -1
- package/dist/migrations/{1790000000000-CreateBzEventTriggerLogsTable.js → 1785163354087-CreateBzEventTriggerLogsTable.js} +4 -4
- package/dist/migrations/{1790000000000-CreateBzEventTriggerLogsTable.js.map → 1785163354087-CreateBzEventTriggerLogsTable.js.map} +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/dtos/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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.OauthConsentDecideDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class OauthConsentDecideDto {
|
|
16
|
+
}
|
|
17
|
+
exports.OauthConsentDecideDto = OauthConsentDecideDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_transformer_1.Expose)(),
|
|
20
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
21
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
22
|
+
(0, class_validator_1.IsNumber)(),
|
|
23
|
+
__metadata("design:type", Number)
|
|
24
|
+
], OauthConsentDecideDto.prototype, "authorization_id", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_transformer_1.Expose)(),
|
|
27
|
+
(0, class_validator_1.IsNotEmpty)(),
|
|
28
|
+
(0, class_validator_1.IsIn)(['approve', 'deny']),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], OauthConsentDecideDto.prototype, "action", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
(0, class_validator_1.IsOptional)(),
|
|
34
|
+
(0, class_transformer_1.Type)(() => Number),
|
|
35
|
+
(0, class_validator_1.IsNumber)(),
|
|
36
|
+
__metadata("design:type", Number)
|
|
37
|
+
], OauthConsentDecideDto.prototype, "business_id", void 0);
|
|
38
|
+
//# sourceMappingURL=oauth.consent.decide.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauth.consent.decide.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/oauth.consent.decide.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAiD;AACjD,qDAAyE;AAGzE,MAAa,qBAAqB;CAiBjC;AAjBD,sDAiBC;AAZG;IAJC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;+DACc;AAKzB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,sBAAI,EAAC,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;;qDACC;AAM3B;IAJC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,wBAAI,EAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,IAAA,0BAAQ,GAAE;;0DACU"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.OauthRegisterDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class OauthRegisterDto {
|
|
16
|
+
}
|
|
17
|
+
exports.OauthRegisterDto = OauthRegisterDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_transformer_1.Expose)(),
|
|
20
|
+
(0, class_validator_1.IsArray)(),
|
|
21
|
+
(0, class_validator_1.ArrayMinSize)(1),
|
|
22
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
23
|
+
__metadata("design:type", Array)
|
|
24
|
+
], OauthRegisterDto.prototype, "redirect_uris", void 0);
|
|
25
|
+
__decorate([
|
|
26
|
+
(0, class_transformer_1.Expose)(),
|
|
27
|
+
(0, class_validator_1.IsOptional)(),
|
|
28
|
+
(0, class_validator_1.IsString)(),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], OauthRegisterDto.prototype, "client_name", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, class_transformer_1.Expose)(),
|
|
33
|
+
(0, class_validator_1.IsOptional)(),
|
|
34
|
+
(0, class_validator_1.IsArray)(),
|
|
35
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
36
|
+
__metadata("design:type", Array)
|
|
37
|
+
], OauthRegisterDto.prototype, "grant_types", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, class_transformer_1.Expose)(),
|
|
40
|
+
(0, class_validator_1.IsOptional)(),
|
|
41
|
+
(0, class_validator_1.IsArray)(),
|
|
42
|
+
(0, class_validator_1.IsString)({ each: true }),
|
|
43
|
+
__metadata("design:type", Array)
|
|
44
|
+
], OauthRegisterDto.prototype, "response_types", void 0);
|
|
45
|
+
__decorate([
|
|
46
|
+
(0, class_transformer_1.Expose)(),
|
|
47
|
+
(0, class_validator_1.IsOptional)(),
|
|
48
|
+
(0, class_validator_1.IsString)(),
|
|
49
|
+
__metadata("design:type", String)
|
|
50
|
+
], OauthRegisterDto.prototype, "token_endpoint_auth_method", void 0);
|
|
51
|
+
//# sourceMappingURL=oauth.register.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauth.register.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/oauth.register.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA8E;AAG9E,MAAa,gBAAgB;CA4B5B;AA5BD,4CA4BC;AAvBG;IAJC,IAAA,0BAAM,GAAE;IACR,IAAA,yBAAO,GAAE;IACT,IAAA,8BAAY,EAAC,CAAC,CAAC;IACf,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;uDACD;AAKxB;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;qDACU;AAMrB;IAJC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;qDACF;AAMvB;IAJC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,yBAAO,GAAE;IACT,IAAA,0BAAQ,EAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;wDACC;AAK1B;IAHC,IAAA,0BAAM,GAAE;IACR,IAAA,4BAAU,GAAE;IACZ,IAAA,0BAAQ,GAAE;;oEACyB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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.UpdateUiActionAttributesDto = void 0;
|
|
13
|
+
const class_transformer_1 = require("class-transformer");
|
|
14
|
+
const class_validator_1 = require("class-validator");
|
|
15
|
+
class UpdateUiActionAttributesDto {
|
|
16
|
+
}
|
|
17
|
+
exports.UpdateUiActionAttributesDto = UpdateUiActionAttributesDto;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, class_transformer_1.Expose)(),
|
|
20
|
+
(0, class_validator_1.IsObject)(),
|
|
21
|
+
__metadata("design:type", Object)
|
|
22
|
+
], UpdateUiActionAttributesDto.prototype, "attributes", void 0);
|
|
23
|
+
//# sourceMappingURL=update.ui.action.attributes.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.ui.action.attributes.dto.js","sourceRoot":"","sources":["../../../src/access/dtos/update.ui.action.attributes.dto.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAA2C;AAC3C,qDAA2C;AAM3C,MAAa,2BAA2B;CAIvC;AAJD,kEAIC;AADG;IAFC,IAAA,0BAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;;+DACqB"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { AccessBusinessEntity } from './access.business.entity';
|
|
3
|
+
import { UserBusinessSecretEntity } from './user.business.secret.entity';
|
|
4
|
+
export declare class DeviceCodeEntity extends CommonEntity {
|
|
5
|
+
device_code_hash: string;
|
|
6
|
+
user_code: string;
|
|
7
|
+
expires_at: Date;
|
|
8
|
+
approved_at: Date;
|
|
9
|
+
denied_at: Date;
|
|
10
|
+
consumed_at: Date;
|
|
11
|
+
approved_by_user_id: number;
|
|
12
|
+
business_id: number;
|
|
13
|
+
user_secret_id: number;
|
|
14
|
+
approved_by_user: UserEntity;
|
|
15
|
+
business: AccessBusinessEntity;
|
|
16
|
+
user_secret: UserBusinessSecretEntity;
|
|
17
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
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.DeviceCodeEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const access_business_entity_1 = require("./access.business.entity");
|
|
16
|
+
const user_business_secret_entity_1 = require("./user.business.secret.entity");
|
|
17
|
+
let DeviceCodeEntity = class DeviceCodeEntity extends nestjs_utility_services_1.CommonEntity {
|
|
18
|
+
};
|
|
19
|
+
exports.DeviceCodeEntity = DeviceCodeEntity;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], DeviceCodeEntity.prototype, "device_code_hash", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], DeviceCodeEntity.prototype, "user_code", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)(),
|
|
30
|
+
__metadata("design:type", Date)
|
|
31
|
+
], DeviceCodeEntity.prototype, "expires_at", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
34
|
+
__metadata("design:type", Date)
|
|
35
|
+
], DeviceCodeEntity.prototype, "approved_at", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
38
|
+
__metadata("design:type", Date)
|
|
39
|
+
], DeviceCodeEntity.prototype, "denied_at", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
42
|
+
__metadata("design:type", Date)
|
|
43
|
+
], DeviceCodeEntity.prototype, "consumed_at", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
46
|
+
__metadata("design:type", Number)
|
|
47
|
+
], DeviceCodeEntity.prototype, "approved_by_user_id", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
50
|
+
__metadata("design:type", Number)
|
|
51
|
+
], DeviceCodeEntity.prototype, "business_id", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
54
|
+
__metadata("design:type", Number)
|
|
55
|
+
], DeviceCodeEntity.prototype, "user_secret_id", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
|
|
58
|
+
(0, typeorm_1.JoinColumn)({ name: 'approved_by_user_id' }),
|
|
59
|
+
__metadata("design:type", nestjs_utility_services_1.UserEntity)
|
|
60
|
+
], DeviceCodeEntity.prototype, "approved_by_user", void 0);
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
|
|
63
|
+
(0, typeorm_1.JoinColumn)({ name: 'business_id' }),
|
|
64
|
+
__metadata("design:type", access_business_entity_1.AccessBusinessEntity)
|
|
65
|
+
], DeviceCodeEntity.prototype, "business", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, typeorm_1.ManyToOne)(() => user_business_secret_entity_1.UserBusinessSecretEntity),
|
|
68
|
+
(0, typeorm_1.JoinColumn)({ name: 'user_secret_id' }),
|
|
69
|
+
__metadata("design:type", user_business_secret_entity_1.UserBusinessSecretEntity)
|
|
70
|
+
], DeviceCodeEntity.prototype, "user_secret", void 0);
|
|
71
|
+
exports.DeviceCodeEntity = DeviceCodeEntity = __decorate([
|
|
72
|
+
(0, typeorm_1.Entity)('bz_device_codes')
|
|
73
|
+
], DeviceCodeEntity);
|
|
74
|
+
//# sourceMappingURL=device.code.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"device.code.entity.js","sourceRoot":"","sources":["../../../src/access/entities/device.code.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAkF;AAClF,qCAAgE;AAChE,qEAAgE;AAChE,+EAAyE;AAOlE,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;CAgCjD,CAAA;AAhCY,4CAAgB;AAEzB;IADC,IAAA,gBAAM,GAAE;;0DACgB;AAGzB;IADC,IAAA,gBAAM,GAAE;;mDACS;AAGlB;IADC,IAAA,gBAAM,GAAE;8BACG,IAAI;oDAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACd,IAAI;qDAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAChB,IAAI;mDAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACd,IAAI;qDAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACC;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wDACJ;AAGmD;IAAzE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAAmB,oCAAU;0DAAC;AAC3B;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;kDAAC;AACxB;IAAlF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,sDAAwB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BAAc,sDAAwB;qDAAC;2BA/BhH,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,iBAAiB,CAAC;GACb,gBAAgB,CAgC5B"}
|
|
@@ -30,6 +30,7 @@ export * from './custom.field.entity';
|
|
|
30
30
|
export * from './custom.report.entity';
|
|
31
31
|
export * from './dashboard.component.entity';
|
|
32
32
|
export * from './dashboard.entity';
|
|
33
|
+
export * from './device.code.entity';
|
|
33
34
|
export * from './download.log.entity';
|
|
34
35
|
export * from './email.attachment.entity';
|
|
35
36
|
export * from './email.message.entity';
|
|
@@ -64,6 +65,8 @@ export * from './menu.entity';
|
|
|
64
65
|
export * from './menu.role.entity';
|
|
65
66
|
export * from './module.entity';
|
|
66
67
|
export * from './module.menu.entity';
|
|
68
|
+
export * from './oauth.authorization.entity';
|
|
69
|
+
export * from './oauth.client.entity';
|
|
67
70
|
export * from './onhold.document.entity';
|
|
68
71
|
export * from './overriding.script.entity';
|
|
69
72
|
export * from './preference.user.entity';
|
|
@@ -46,6 +46,7 @@ __exportStar(require("./custom.field.entity"), exports);
|
|
|
46
46
|
__exportStar(require("./custom.report.entity"), exports);
|
|
47
47
|
__exportStar(require("./dashboard.component.entity"), exports);
|
|
48
48
|
__exportStar(require("./dashboard.entity"), exports);
|
|
49
|
+
__exportStar(require("./device.code.entity"), exports);
|
|
49
50
|
__exportStar(require("./download.log.entity"), exports);
|
|
50
51
|
__exportStar(require("./email.attachment.entity"), exports);
|
|
51
52
|
__exportStar(require("./email.message.entity"), exports);
|
|
@@ -80,6 +81,8 @@ __exportStar(require("./menu.entity"), exports);
|
|
|
80
81
|
__exportStar(require("./menu.role.entity"), exports);
|
|
81
82
|
__exportStar(require("./module.entity"), exports);
|
|
82
83
|
__exportStar(require("./module.menu.entity"), exports);
|
|
84
|
+
__exportStar(require("./oauth.authorization.entity"), exports);
|
|
85
|
+
__exportStar(require("./oauth.client.entity"), exports);
|
|
83
86
|
__exportStar(require("./onhold.document.entity"), exports);
|
|
84
87
|
__exportStar(require("./overriding.script.entity"), exports);
|
|
85
88
|
__exportStar(require("./preference.user.entity"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/access/entities/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,+EAA6D;AAAA,oEAAkD;AAAA,6EAA2D;AAAA,6DAA2C;AAAA,wEAAsD;AAAA,0DAAwC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,2DAAyC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,iFAA+D;AAAA,8DAA4C;AAAA,4DAA0C;AAAA,8EAA4D;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,+DAA6C;AAAA,qDAAmC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,yDAAuC;AAAA,2DAAyC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,8DAA4C;AAAA,oEAAkD;AAAA,yDAAuC;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,qDAAmC;AAAA,mDAAiC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,wDAAsC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,2DAAyC;AAAA,0DAAwC;AAAA,wDAAsC;AAAA,8DAA4C;AAAA,uDAAqC;AAAA,uDAAqC;AAAA,gDAA8B;AAAA,qDAAmC;AAAA,kDAAgC;AAAA,uDAAqC;AAAA,+DAA6C;AAAA,wDAAsC;AAAA,2DAAyC;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,iEAA+C;AAAA,mDAAiC;AAAA,sDAAoC;AAAA,uDAAqC;AAAA,sDAAoC;AAAA,kEAAgD;AAAA,4DAA0C;AAAA,iEAA+C;AAAA,6DAA2C;AAAA,yDAAuC;AAAA,0DAAwC;AAAA,sDAAoC;AAAA,yDAAuC;AAAA,iEAA+C;AAAA,qDAAmC;AAAA,0DAAwC;AAAA,gEAA8C;AAAA,6DAA2C;AAAA,2DAAyC;AAAA,qDAAmC;AAAA,gEAA8C;AAAA,yDAAuC;AAAA,uDAAqC;AAAA,wDAAsC;AAAA,wDAAsC;AAAA,4DAA0C;AAAA,+DAA6C;AAAA,6DAA2C;AAAA,uEAAoD"}
|
|
@@ -5,6 +5,7 @@ import { MenuActionAttributesDto } from '../dtos/menu.action.attributes.dto';
|
|
|
5
5
|
export declare class MenuActionEntity extends CommonEntity {
|
|
6
6
|
ui_action_id: number;
|
|
7
7
|
menu_id: number;
|
|
8
|
+
display_order: number;
|
|
8
9
|
attributes: MenuActionAttributesDto;
|
|
9
10
|
menu: MenuEntity;
|
|
10
11
|
ui_action: UiActionEntity;
|
|
@@ -26,6 +26,10 @@ __decorate([
|
|
|
26
26
|
(0, typeorm_1.Column)(),
|
|
27
27
|
__metadata("design:type", Number)
|
|
28
28
|
], MenuActionEntity.prototype, "menu_id", void 0);
|
|
29
|
+
__decorate([
|
|
30
|
+
(0, typeorm_1.Column)(),
|
|
31
|
+
__metadata("design:type", Number)
|
|
32
|
+
], MenuActionEntity.prototype, "display_order", void 0);
|
|
29
33
|
__decorate([
|
|
30
34
|
(0, typeorm_1.Column)('json'),
|
|
31
35
|
__metadata("design:type", menu_action_attributes_dto_1.MenuActionAttributesDto)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu.action.entity.js","sourceRoot":"","sources":["../../../src/access/entities/menu.action.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,+CAA2C;AAC3C,yDAAoD;AACpD,mFAA6E;AAStE,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;
|
|
1
|
+
{"version":3,"file":"menu.action.entity.js","sourceRoot":"","sources":["../../../src/access/entities/menu.action.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAgE;AAChE,+CAA2C;AAC3C,yDAAoD;AACpD,mFAA6E;AAStE,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,sCAAY;CAgBjD,CAAA;AAhBY,4CAAgB;AAEzB;IADC,IAAA,gBAAM,GAAE;;sDACY;AAGrB;IADC,IAAA,gBAAM,GAAE;;iDACO;AAGhB;IADC,IAAA,gBAAM,GAAE;;uDACa;AAGtB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;8BACH,oDAAuB;oDAAC;AAG0B;IAA7D,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,wBAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC;8BAAO,wBAAU;8CAAC;AACR;IAAtE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,iCAAc,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,cAAc,EAAE,CAAC;8BAAY,iCAAc;mDAAC;2BAfxF,gBAAgB;IAD5B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,gBAAgB,CAgB5B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { CommonEntity, UserEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
import { AccessBusinessEntity } from './access.business.entity';
|
|
3
|
+
import { UserBusinessSecretEntity } from './user.business.secret.entity';
|
|
4
|
+
export declare class OauthAuthorizationEntity extends CommonEntity {
|
|
5
|
+
client_id: string;
|
|
6
|
+
redirect_uri: string;
|
|
7
|
+
scope: string;
|
|
8
|
+
state: string;
|
|
9
|
+
code_challenge: string;
|
|
10
|
+
code_challenge_method: string;
|
|
11
|
+
resource: string;
|
|
12
|
+
expires_at: Date;
|
|
13
|
+
approved_at: Date;
|
|
14
|
+
denied_at: Date;
|
|
15
|
+
consumed_at: Date;
|
|
16
|
+
code_hash: string;
|
|
17
|
+
approved_by_user_id: number;
|
|
18
|
+
business_id: number;
|
|
19
|
+
user_secret_id: number;
|
|
20
|
+
approved_by_user: UserEntity;
|
|
21
|
+
business: AccessBusinessEntity;
|
|
22
|
+
user_secret: UserBusinessSecretEntity;
|
|
23
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
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.OauthAuthorizationEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
const access_business_entity_1 = require("./access.business.entity");
|
|
16
|
+
const user_business_secret_entity_1 = require("./user.business.secret.entity");
|
|
17
|
+
let OauthAuthorizationEntity = class OauthAuthorizationEntity extends nestjs_utility_services_1.CommonEntity {
|
|
18
|
+
};
|
|
19
|
+
exports.OauthAuthorizationEntity = OauthAuthorizationEntity;
|
|
20
|
+
__decorate([
|
|
21
|
+
(0, typeorm_1.Column)(),
|
|
22
|
+
__metadata("design:type", String)
|
|
23
|
+
], OauthAuthorizationEntity.prototype, "client_id", void 0);
|
|
24
|
+
__decorate([
|
|
25
|
+
(0, typeorm_1.Column)(),
|
|
26
|
+
__metadata("design:type", String)
|
|
27
|
+
], OauthAuthorizationEntity.prototype, "redirect_uri", void 0);
|
|
28
|
+
__decorate([
|
|
29
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
30
|
+
__metadata("design:type", String)
|
|
31
|
+
], OauthAuthorizationEntity.prototype, "scope", void 0);
|
|
32
|
+
__decorate([
|
|
33
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
34
|
+
__metadata("design:type", String)
|
|
35
|
+
], OauthAuthorizationEntity.prototype, "state", void 0);
|
|
36
|
+
__decorate([
|
|
37
|
+
(0, typeorm_1.Column)(),
|
|
38
|
+
__metadata("design:type", String)
|
|
39
|
+
], OauthAuthorizationEntity.prototype, "code_challenge", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)(),
|
|
42
|
+
__metadata("design:type", String)
|
|
43
|
+
], OauthAuthorizationEntity.prototype, "code_challenge_method", void 0);
|
|
44
|
+
__decorate([
|
|
45
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
46
|
+
__metadata("design:type", String)
|
|
47
|
+
], OauthAuthorizationEntity.prototype, "resource", void 0);
|
|
48
|
+
__decorate([
|
|
49
|
+
(0, typeorm_1.Column)(),
|
|
50
|
+
__metadata("design:type", Date)
|
|
51
|
+
], OauthAuthorizationEntity.prototype, "expires_at", void 0);
|
|
52
|
+
__decorate([
|
|
53
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
54
|
+
__metadata("design:type", Date)
|
|
55
|
+
], OauthAuthorizationEntity.prototype, "approved_at", void 0);
|
|
56
|
+
__decorate([
|
|
57
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
58
|
+
__metadata("design:type", Date)
|
|
59
|
+
], OauthAuthorizationEntity.prototype, "denied_at", void 0);
|
|
60
|
+
__decorate([
|
|
61
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
62
|
+
__metadata("design:type", Date)
|
|
63
|
+
], OauthAuthorizationEntity.prototype, "consumed_at", void 0);
|
|
64
|
+
__decorate([
|
|
65
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
66
|
+
__metadata("design:type", String)
|
|
67
|
+
], OauthAuthorizationEntity.prototype, "code_hash", void 0);
|
|
68
|
+
__decorate([
|
|
69
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
70
|
+
__metadata("design:type", Number)
|
|
71
|
+
], OauthAuthorizationEntity.prototype, "approved_by_user_id", void 0);
|
|
72
|
+
__decorate([
|
|
73
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
74
|
+
__metadata("design:type", Number)
|
|
75
|
+
], OauthAuthorizationEntity.prototype, "business_id", void 0);
|
|
76
|
+
__decorate([
|
|
77
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
78
|
+
__metadata("design:type", Number)
|
|
79
|
+
], OauthAuthorizationEntity.prototype, "user_secret_id", void 0);
|
|
80
|
+
__decorate([
|
|
81
|
+
(0, typeorm_1.ManyToOne)(() => nestjs_utility_services_1.UserEntity),
|
|
82
|
+
(0, typeorm_1.JoinColumn)({ name: 'approved_by_user_id' }),
|
|
83
|
+
__metadata("design:type", nestjs_utility_services_1.UserEntity)
|
|
84
|
+
], OauthAuthorizationEntity.prototype, "approved_by_user", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, typeorm_1.ManyToOne)(() => access_business_entity_1.AccessBusinessEntity),
|
|
87
|
+
(0, typeorm_1.JoinColumn)({ name: 'business_id' }),
|
|
88
|
+
__metadata("design:type", access_business_entity_1.AccessBusinessEntity)
|
|
89
|
+
], OauthAuthorizationEntity.prototype, "business", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, typeorm_1.ManyToOne)(() => user_business_secret_entity_1.UserBusinessSecretEntity),
|
|
92
|
+
(0, typeorm_1.JoinColumn)({ name: 'user_secret_id' }),
|
|
93
|
+
__metadata("design:type", user_business_secret_entity_1.UserBusinessSecretEntity)
|
|
94
|
+
], OauthAuthorizationEntity.prototype, "user_secret", void 0);
|
|
95
|
+
exports.OauthAuthorizationEntity = OauthAuthorizationEntity = __decorate([
|
|
96
|
+
(0, typeorm_1.Entity)('bz_oauth_authorizations')
|
|
97
|
+
], OauthAuthorizationEntity);
|
|
98
|
+
//# sourceMappingURL=oauth.authorization.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauth.authorization.entity.js","sourceRoot":"","sources":["../../../src/access/entities/oauth.authorization.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAkF;AAClF,qCAAgE;AAChE,qEAAgE;AAChE,+EAAyE;AAOlE,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,sCAAY;CAkDzD,CAAA;AAlDY,4DAAwB;AAEjC;IADC,IAAA,gBAAM,GAAE;;2DACS;AAGlB;IADC,IAAA,gBAAM,GAAE;;8DACY;AAGrB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACb;AAGd;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;uDACb;AAGd;IADC,IAAA,gBAAM,GAAE;;gEACc;AAGvB;IADC,IAAA,gBAAM,GAAE;;uEACqB;AAG9B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;0DACV;AAGjB;IADC,IAAA,gBAAM,GAAE;8BACG,IAAI;4DAAC;AAGjB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACd,IAAI;6DAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BAChB,IAAI;2DAAC;AAGhB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;8BACd,IAAI;6DAAC;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2DACT;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qEACC;AAG5B;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6DACP;AAGpB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gEACJ;AAGmD;IAAzE,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,oCAAU,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC;8BAAmB,oCAAU;kEAAC;AAC3B;IAA3E,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,6CAAoB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,aAAa,EAAE,CAAC;8BAAW,6CAAoB;0DAAC;AACxB;IAAlF,IAAA,mBAAS,EAAC,GAAG,EAAE,CAAC,sDAAwB,CAAC;IAAE,IAAA,oBAAU,EAAC,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC;8BAAc,sDAAwB;6DAAC;mCAjDhH,wBAAwB;IADpC,IAAA,gBAAM,EAAC,yBAAyB,CAAC;GACrB,wBAAwB,CAkDpC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CommonEntity } from '@servicelabsco/nestjs-utility-services';
|
|
2
|
+
export declare class OauthClientEntity extends CommonEntity {
|
|
3
|
+
client_id: string;
|
|
4
|
+
client_name: string;
|
|
5
|
+
redirect_uris: string[];
|
|
6
|
+
token_endpoint_auth_method: string;
|
|
7
|
+
grant_types: string[];
|
|
8
|
+
response_types: string[];
|
|
9
|
+
attributes: Record<string, unknown>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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.OauthClientEntity = void 0;
|
|
13
|
+
const nestjs_utility_services_1 = require("@servicelabsco/nestjs-utility-services");
|
|
14
|
+
const typeorm_1 = require("typeorm");
|
|
15
|
+
let OauthClientEntity = class OauthClientEntity extends nestjs_utility_services_1.CommonEntity {
|
|
16
|
+
};
|
|
17
|
+
exports.OauthClientEntity = OauthClientEntity;
|
|
18
|
+
__decorate([
|
|
19
|
+
(0, typeorm_1.Column)(),
|
|
20
|
+
__metadata("design:type", String)
|
|
21
|
+
], OauthClientEntity.prototype, "client_id", void 0);
|
|
22
|
+
__decorate([
|
|
23
|
+
(0, typeorm_1.Column)({ nullable: true }),
|
|
24
|
+
__metadata("design:type", String)
|
|
25
|
+
], OauthClientEntity.prototype, "client_name", void 0);
|
|
26
|
+
__decorate([
|
|
27
|
+
(0, typeorm_1.Column)('json'),
|
|
28
|
+
__metadata("design:type", Array)
|
|
29
|
+
], OauthClientEntity.prototype, "redirect_uris", void 0);
|
|
30
|
+
__decorate([
|
|
31
|
+
(0, typeorm_1.Column)(),
|
|
32
|
+
__metadata("design:type", String)
|
|
33
|
+
], OauthClientEntity.prototype, "token_endpoint_auth_method", void 0);
|
|
34
|
+
__decorate([
|
|
35
|
+
(0, typeorm_1.Column)('json'),
|
|
36
|
+
__metadata("design:type", Array)
|
|
37
|
+
], OauthClientEntity.prototype, "grant_types", void 0);
|
|
38
|
+
__decorate([
|
|
39
|
+
(0, typeorm_1.Column)('json'),
|
|
40
|
+
__metadata("design:type", Array)
|
|
41
|
+
], OauthClientEntity.prototype, "response_types", void 0);
|
|
42
|
+
__decorate([
|
|
43
|
+
(0, typeorm_1.Column)('json', { nullable: true }),
|
|
44
|
+
__metadata("design:type", Object)
|
|
45
|
+
], OauthClientEntity.prototype, "attributes", void 0);
|
|
46
|
+
exports.OauthClientEntity = OauthClientEntity = __decorate([
|
|
47
|
+
(0, typeorm_1.Entity)('bz_oauth_clients')
|
|
48
|
+
], OauthClientEntity);
|
|
49
|
+
//# sourceMappingURL=oauth.client.entity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oauth.client.entity.js","sourceRoot":"","sources":["../../../src/access/entities/oauth.client.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,oFAAsE;AACtE,qCAAyC;AAOlC,IAAM,iBAAiB,GAAvB,MAAM,iBAAkB,SAAQ,sCAAY;CAqBlD,CAAA;AArBY,8CAAiB;AAE1B;IADC,IAAA,gBAAM,GAAE;;oDACS;AAGlB;IADC,IAAA,gBAAM,EAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDACP;AAGpB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;wDACS;AAGxB;IADC,IAAA,gBAAM,GAAE;;qEAC0B;AAGnC;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;sDACO;AAGtB;IADC,IAAA,gBAAM,EAAC,MAAM,CAAC;;yDACU;AAGzB;IADC,IAAA,gBAAM,EAAC,MAAM,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;qDACC;4BApB3B,iBAAiB;IAD7B,IAAA,gBAAM,EAAC,kBAAkB,CAAC;GACd,iBAAiB,CAqB7B"}
|