@intuitionrobotics/permissions 0.43.4 → 0.44.0
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/app-backend/api/v1/permissions/_permissions.js +2 -19
- package/app-backend/api/v1/permissions/_permissions.js.map +1 -1
- package/app-backend/api/v1/permissions/assert.js +6 -23
- package/app-backend/api/v1/permissions/assert.js.map +1 -1
- package/app-backend/api/v1/permissions/assign/apis.js +2 -22
- package/app-backend/api/v1/permissions/assign/apis.js.map +1 -1
- package/app-backend/api/v1/permissions/assign/app-permissions.js +6 -23
- package/app-backend/api/v1/permissions/assign/app-permissions.js.map +1 -1
- package/app-backend/api/v1/permissions/manage/apis.js +7 -25
- package/app-backend/api/v1/permissions/manage/apis.js.map +1 -1
- package/app-backend/api/v1/permissions/tags/apis.js +2 -20
- package/app-backend/api/v1/permissions/tags/apis.js.map +1 -1
- package/app-backend/api/v1/permissions/user-urls-permissions.js +6 -23
- package/app-backend/api/v1/permissions/user-urls-permissions.js.map +1 -1
- package/app-backend/api/v1/register/_register-project.js +2 -19
- package/app-backend/api/v1/register/_register-project.js.map +1 -1
- package/app-backend/api/v1/register/register-external-project.d.ts +3 -2
- package/app-backend/api/v1/register/register-external-project.js +6 -22
- package/app-backend/api/v1/register/register-external-project.js.map +1 -1
- package/app-backend/api/v1/register/register-project.d.ts +3 -2
- package/app-backend/api/v1/register/register-project.js +6 -23
- package/app-backend/api/v1/register/register-project.js.map +1 -1
- package/app-backend/api/v1/test/_test-permissions.js +2 -19
- package/app-backend/api/v1/test/_test-permissions.js.map +1 -1
- package/app-backend/api/v1/test/test-permissions.js +6 -23
- package/app-backend/api/v1/test/test-permissions.js.map +1 -1
- package/app-backend/api/v1/user-custom-fields/_user-custom-fields.js +2 -19
- package/app-backend/api/v1/user-custom-fields/_user-custom-fields.js.map +1 -1
- package/app-backend/api/v1/user-custom-fields/user-cf-by-share-groups.js +6 -24
- package/app-backend/api/v1/user-custom-fields/user-cf-by-share-groups.js.map +1 -1
- package/app-backend/api/v1/user-custom-fields/users-cf-by-share-groups.js +8 -26
- package/app-backend/api/v1/user-custom-fields/users-cf-by-share-groups.js.map +1 -1
- package/app-backend/benchmark/permission-user-assert-benchmark.js +15 -26
- package/app-backend/benchmark/permission-user-assert-benchmark.js.map +1 -1
- package/app-backend/core/module-pack.d.ts +1 -6
- package/app-backend/core/module-pack.js +0 -32
- package/app-backend/core/module-pack.js.map +1 -1
- package/app-backend/modules/PermissionsModule.d.ts +5 -3
- package/app-backend/modules/PermissionsModule.js +6 -22
- package/app-backend/modules/PermissionsModule.js.map +1 -1
- package/app-backend/modules/TagsModule.d.ts +6 -5
- package/app-backend/modules/TagsModule.js +10 -9
- package/app-backend/modules/TagsModule.js.map +1 -1
- package/app-backend/modules/{_imports.d.ts → consts.d.ts} +0 -3
- package/app-backend/modules/consts.js +10 -0
- package/app-backend/modules/consts.js.map +1 -0
- package/app-backend/modules/db-types/assign.d.ts +10 -9
- package/app-backend/modules/db-types/assign.js +62 -68
- package/app-backend/modules/db-types/assign.js.map +1 -1
- package/app-backend/modules/db-types/managment.d.ts +10 -8
- package/app-backend/modules/db-types/managment.js +40 -54
- package/app-backend/modules/db-types/managment.js.map +1 -1
- package/app-backend/modules/permissions-assert.d.ts +5 -3
- package/app-backend/modules/permissions-assert.js +40 -43
- package/app-backend/modules/permissions-assert.js.map +1 -1
- package/app-backend/modules/permissions-share.d.ts +2 -2
- package/app-backend/modules/permissions-share.js +2 -2
- package/app-backend/modules/permissions-share.js.map +1 -1
- package/app-frontend/core/module-pack.d.ts +0 -7
- package/app-frontend/core/module-pack.js +0 -34
- package/app-frontend/core/module-pack.js.map +1 -1
- package/app-frontend/modules/PermissionsComponent.d.ts +1 -1
- package/app-frontend/modules/PermissionsComponent.js +2 -2
- package/app-frontend/modules/PermissionsComponent.js.map +1 -1
- package/app-frontend/modules/PermissionsModuleFE.d.ts +1 -1
- package/app-frontend/modules/PermissionsModuleFE.js +10 -8
- package/app-frontend/modules/PermissionsModuleFE.js.map +1 -1
- package/app-frontend/modules/assign/ApiCaller_PermissionsGroup.d.ts +2 -2
- package/app-frontend/modules/assign/ApiCaller_PermissionsGroup.js +4 -4
- package/app-frontend/modules/assign/ApiCaller_PermissionsGroup.js.map +1 -1
- package/app-frontend/modules/assign/ApiCaller_PermissionsUser.d.ts +2 -2
- package/app-frontend/modules/assign/ApiCaller_PermissionsUser.js +4 -21
- package/app-frontend/modules/assign/ApiCaller_PermissionsUser.js.map +1 -1
- package/app-frontend/modules/manage/ApiCaller_PermissionsApi.d.ts +2 -2
- package/app-frontend/modules/manage/ApiCaller_PermissionsApi.js +4 -21
- package/app-frontend/modules/manage/ApiCaller_PermissionsApi.js.map +1 -1
- package/app-frontend/modules/manage/ApiCaller_PermissionsDomain.d.ts +2 -2
- package/app-frontend/modules/manage/ApiCaller_PermissionsDomain.js +4 -21
- package/app-frontend/modules/manage/ApiCaller_PermissionsDomain.js.map +1 -1
- package/app-frontend/modules/manage/ApiCaller_PermissionsLevel.d.ts +2 -2
- package/app-frontend/modules/manage/ApiCaller_PermissionsLevel.js +4 -21
- package/app-frontend/modules/manage/ApiCaller_PermissionsLevel.js.map +1 -1
- package/app-frontend/modules/manage/ApiCaller_PermissionsProject.d.ts +2 -2
- package/app-frontend/modules/manage/ApiCaller_PermissionsProject.js +4 -21
- package/app-frontend/modules/manage/ApiCaller_PermissionsProject.js.map +1 -1
- package/app-frontend/modules/tags/ApiCaller_PermissionsTags.d.ts +2 -2
- package/app-frontend/modules/tags/ApiCaller_PermissionsTags.js +4 -4
- package/app-frontend/modules/tags/ApiCaller_PermissionsTags.js.map +1 -1
- package/index.d.ts +0 -3
- package/index.js +0 -31
- package/index.js.map +1 -1
- package/package.json +7 -7
- package/shared/apis.d.ts +3 -3
- package/shared/apis.js +0 -17
- package/shared/apis.js.map +1 -1
- package/shared/assign-types.d.ts +1 -2
- package/shared/assign-types.js +0 -17
- package/shared/assign-types.js.map +1 -1
- package/shared/manager-types.d.ts +2 -2
- package/shared/manager-types.js +0 -17
- package/shared/manager-types.js.map +1 -1
- package/app-backend/api/v1/permissions/_imports.d.ts +0 -2
- package/app-backend/api/v1/permissions/_imports.js +0 -32
- package/app-backend/api/v1/permissions/_imports.js.map +0 -1
- package/app-backend/api/v1/test/_imports.d.ts +0 -1
- package/app-backend/api/v1/test/_imports.js +0 -23
- package/app-backend/api/v1/test/_imports.js.map +0 -1
- package/app-backend/modules/_imports.js +0 -40
- package/app-backend/modules/_imports.js.map +0 -1
- package/backend.d.ts +0 -1
- package/backend.js +0 -31
- package/backend.js.map +0 -1
- package/frontend.d.ts +0 -3
- package/frontend.js +0 -33
- package/frontend.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiCaller_PermissionsDomain.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/modules/manage/ApiCaller_PermissionsDomain.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiCaller_PermissionsDomain.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/modules/manage/ApiCaller_PermissionsDomain.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0HAAqH;AACrH,6GAAuG;AAOvG,MAAM,mCAAmC,GAAG,IAAI,sCAAiB,CAA6D,8BAA8B,CAAC,CAAC;AAE9J,MAAa,6BACT,SAAQ,qDAA8C;IAGtD;QACI,KAAK,CAAC,EAAC,GAAG,EAAE,QAAQ,EAAE,WAAW,EAAE,+BAA+B,EAAC,EAAE,yBAAyB,CAAC,CAAC;QAH5F,YAAO,GAA2C,EAAE,CAAC;IAI7D,CAAC;IAES,IAAI;IACd,CAAC;IAEe,cAAc,CAAC,QAA6B;;YACxD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,cAAc,CAAC,QAA6B;;YACxD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,cAAc,CAAC,QAA6B;;YACxD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,WAAW,CAAC,QAA6B;;QACzD,CAAC;KAAA;IAEe,eAAe,CAAC,QAA+B;;YAC3D,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;YAClB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;gBACtB,MAAM,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;gBACzD,WAAW,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;gBACzB,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC,GAAG,WAAW,CAAA;YAChD,CAAC,CAAC,CAAC;YAEH,mCAAmC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACvD,CAAC;KAAA;IAED,UAAU,CAAC,SAAiB;QACxB,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IACzC,CAAC;IAED,aAAa;QACT,IAAI,eAAe,GAA0B,EAAE,CAAC;QAChD,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;YACzC,eAAe,GAAG,eAAe,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;SAC/D;QAED,OAAO,eAAe,CAAC;IAC3B,CAAC;CAEJ;AAlDD,sEAkDC;AAEY,QAAA,2BAA2B,GAAG,IAAI,6BAA6B,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { BaseDB_ApiGeneratorCaller } from "@intuitionrobotics/db-api-generator/app-frontend/BaseDB_ApiGeneratorCaller";
|
|
2
|
+
import { DB_PermissionAccessLevel } from "../../../shared/manager-types";
|
|
3
3
|
export interface OnPermissionsLevelsLoaded {
|
|
4
4
|
__onPermissionsLevelsLoaded: () => void;
|
|
5
5
|
}
|
|
@@ -1,21 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
2
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
20
3
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
21
4
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -27,10 +10,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
27
10
|
};
|
|
28
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
12
|
exports.ApiCaller_PermissionsAccessLevel = exports.PermissionsAccessLevelModule_Class = void 0;
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const dispatch_onPermissionsLevelsLoaded = new
|
|
33
|
-
class PermissionsAccessLevelModule_Class extends
|
|
13
|
+
const BaseDB_ApiGeneratorCaller_1 = require("@intuitionrobotics/db-api-generator/app-frontend/BaseDB_ApiGeneratorCaller");
|
|
14
|
+
const thunder_dispatcher_1 = require("@intuitionrobotics/thunderstorm/app-frontend/core/thunder-dispatcher");
|
|
15
|
+
const dispatch_onPermissionsLevelsLoaded = new thunder_dispatcher_1.ThunderDispatcher("__onPermissionsLevelsLoaded");
|
|
16
|
+
class PermissionsAccessLevelModule_Class extends BaseDB_ApiGeneratorCaller_1.BaseDB_ApiGeneratorCaller {
|
|
34
17
|
constructor() {
|
|
35
18
|
super({ key: "level", relativeUrl: "/v1/permissions/manage/level" }, "PermissionsAccessLevelModule");
|
|
36
19
|
this.levels = {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiCaller_PermissionsLevel.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/modules/manage/ApiCaller_PermissionsLevel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiCaller_PermissionsLevel.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/modules/manage/ApiCaller_PermissionsLevel.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0HAAqH;AACrH,6GAAuG;AAOvG,MAAM,kCAAkC,GAAG,IAAI,sCAAiB,CAA2D,6BAA6B,CAAC,CAAC;AAE1J,MAAa,kCACT,SAAQ,qDAAmD;IAG3D;QACI,KAAK,CAAC,EAAC,GAAG,EAAE,OAAO,EAAE,WAAW,EAAE,8BAA8B,EAAC,EAAE,8BAA8B,CAAC,CAAC;QAH/F,WAAM,GAAgD,EAAE,CAAC;IAIjE,CAAC;IAES,IAAI;IACd,CAAC;IAEe,cAAc,CAAC,QAAkC;;YAC7D,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,cAAc,CAAC,QAAkC;;YAC7D,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,cAAc,CAAC,QAAkC;;YAC7D,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,WAAW,CAAC,QAAkC;;QAC9D,CAAC;KAAA;IAEe,eAAe,CAAC,QAAoC;;YAChE,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;YACjB,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;gBACrB,MAAM,UAAU,GAAG,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC;gBACrD,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;gBACvB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAA;YAC5C,CAAC,CAAC,CAAC;YAEH,kCAAkC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACtD,CAAC;KAAA;IAED,SAAS,CAAC,QAAgB;QACtB,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC;IACvC,CAAC;IAED,YAAY;QACR,IAAI,cAAc,GAA+B,EAAE,CAAC;QACpD,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;YACxC,cAAc,GAAG,cAAc,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;SAC5D;QAED,OAAO,cAAc,CAAC;IAC1B,CAAC;CAEJ;AAlDD,gFAkDC;AAEY,QAAA,gCAAgC,GAAG,IAAI,kCAAkC,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { BaseDB_ApiGeneratorCaller } from "@intuitionrobotics/db-api-generator/app-frontend/BaseDB_ApiGeneratorCaller";
|
|
2
|
+
import { DB_PermissionProject } from "../../../shared/manager-types";
|
|
3
3
|
export interface OnPermissionsProjectsLoaded {
|
|
4
4
|
__onPermissionsProjectsLoaded: () => void;
|
|
5
5
|
}
|
|
@@ -1,21 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
2
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
20
3
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
21
4
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -27,10 +10,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
27
10
|
};
|
|
28
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
12
|
exports.ApiCaller_PermissionsProject = exports.PermissionsProjectModule_Class = void 0;
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const dispatch_onPermissionsProjectsLoaded = new
|
|
33
|
-
class PermissionsProjectModule_Class extends
|
|
13
|
+
const BaseDB_ApiGeneratorCaller_1 = require("@intuitionrobotics/db-api-generator/app-frontend/BaseDB_ApiGeneratorCaller");
|
|
14
|
+
const thunder_dispatcher_1 = require("@intuitionrobotics/thunderstorm/app-frontend/core/thunder-dispatcher");
|
|
15
|
+
const dispatch_onPermissionsProjectsLoaded = new thunder_dispatcher_1.ThunderDispatcher('__onPermissionsProjectsLoaded');
|
|
16
|
+
class PermissionsProjectModule_Class extends BaseDB_ApiGeneratorCaller_1.BaseDB_ApiGeneratorCaller {
|
|
34
17
|
constructor() {
|
|
35
18
|
super({ key: "project", relativeUrl: "/v1/permissions/manage/project" }, "PermissionsProjectModule");
|
|
36
19
|
this.projects = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiCaller_PermissionsProject.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/modules/manage/ApiCaller_PermissionsProject.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiCaller_PermissionsProject.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/modules/manage/ApiCaller_PermissionsProject.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0HAAqH;AACrH,6GAAuG;AAQvG,MAAM,oCAAoC,GAAG,IAAI,sCAAiB,CAC9D,+BAA+B,CAAC,CAAC;AAErC,MAAa,8BACT,SAAQ,qDAA+C;IAKvD;QACI,KAAK,CAAC,EAAC,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,gCAAgC,EAAC,EAAE,0BAA0B,CAAC,CAAC;QAL/F,aAAQ,GAA2B,EAAE,CAAC;QACtC,uBAAkB,GAAa,EAAE,CAAC;IAK1C,CAAC;IAES,IAAI;IACd,CAAC;IAEe,cAAc,CAAC,QAA8B;;YACzD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,cAAc,CAAC,QAA8B;;YACzD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,cAAc,CAAC,QAA8B;;YACzD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,WAAW,CAAC,QAA8B;;QAC1D,CAAC;KAAA;IAEe,eAAe,CAAC,QAAgC;;YAC5D,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;YACzB,IAAI,CAAC,kBAAkB,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE;gBACzD,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC;YAClD,CAAC,EAAE,EAAc,CAAC,CAAC;YAEnB,oCAAoC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACxD,CAAC;KAAA;IAED,aAAa;QACT,IAAI,CAAC,KAAK,EAAE,CAAC;QACb,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAED,qBAAqB;QACjB,OAAO,IAAI,CAAC,kBAAkB,IAAI,EAAE,CAAC;IACzC,CAAC;IAED,WAAW;QACP,OAAO,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC;IAC/B,CAAC;CAEJ;AAlDD,wEAkDC;AAEY,QAAA,4BAA4B,GAAG,IAAI,8BAA8B,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BaseDB_ApiGeneratorCaller } from "@intuitionrobotics/db-api-generator/frontend";
|
|
2
|
-
import { DB_GroupTags } from "../../../
|
|
1
|
+
import { BaseDB_ApiGeneratorCaller } from "@intuitionrobotics/db-api-generator/app-frontend/BaseDB_ApiGeneratorCaller";
|
|
2
|
+
import { DB_GroupTags } from "../../../shared/assign-types";
|
|
3
3
|
export interface OnPermissionsTagsLoaded {
|
|
4
4
|
__onPermissionsTagsLoaded: () => void;
|
|
5
5
|
}
|
|
@@ -10,10 +10,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.ApiCaller_PermissionsTags = exports.PermissionsTagsModule_Class = void 0;
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const dispatch_onPermissionsTagsLoaded = new
|
|
16
|
-
class PermissionsTagsModule_Class extends
|
|
13
|
+
const BaseDB_ApiGeneratorCaller_1 = require("@intuitionrobotics/db-api-generator/app-frontend/BaseDB_ApiGeneratorCaller");
|
|
14
|
+
const thunder_dispatcher_1 = require("@intuitionrobotics/thunderstorm/app-frontend/core/thunder-dispatcher");
|
|
15
|
+
const dispatch_onPermissionsTagsLoaded = new thunder_dispatcher_1.ThunderDispatcher("__onPermissionsTagsLoaded");
|
|
16
|
+
class PermissionsTagsModule_Class extends BaseDB_ApiGeneratorCaller_1.BaseDB_ApiGeneratorCaller {
|
|
17
17
|
constructor() {
|
|
18
18
|
super({ key: "tags", relativeUrl: "/v1/permissions/tags/permissionsTags" }, "PermissionsTagsModule");
|
|
19
19
|
this.tags = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiCaller_PermissionsTags.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/modules/tags/ApiCaller_PermissionsTags.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"ApiCaller_PermissionsTags.js","sourceRoot":"","sources":["../../../../src/main/app-frontend/modules/tags/ApiCaller_PermissionsTags.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0HAAqH;AACrH,6GAAuG;AAOvG,MAAM,gCAAgC,GAAG,IAAI,sCAAiB,CAAuD,2BAA2B,CAAC,CAAC;AAElJ,MAAa,2BACT,SAAQ,qDAAuC;IAG/C;QACI,KAAK,CAAC,EAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,sCAAsC,EAAC,EAAE,uBAAuB,CAAC,CAAC;QAH/F,SAAI,GAAmB,EAAE,CAAC;IAIlC,CAAC;IAES,IAAI;IACd,CAAC;IAEe,cAAc,CAAC,QAAsB;;YACjD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAED,+BAA+B;IACf,cAAc,CAAC,QAAsB;;YACjD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,cAAc,CAAC,QAAsB;;YACjD,IAAI,CAAC,KAAK,EAAE,CAAC;QACjB,CAAC;KAAA;IAEe,WAAW,CAAC,QAAsB;;QAClD,CAAC;KAAA;IAEe,eAAe,CAAC,QAAwB;;YACpD,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC;YACrB,gCAAgC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACpD,CAAC;KAAA;IAGD,OAAO;QACH,OAAO,IAAI,CAAC,IAAI,CAAC;IACrB,CAAC;CACJ;AApCD,kEAoCC;AAEY,QAAA,yBAAyB,GAAG,IAAI,2BAA2B,EAAE,CAAC"}
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,33 +1,2 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
-
}) : (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
o[k2] = m[k];
|
|
25
|
-
}));
|
|
26
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
27
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./shared/apis"), exports);
|
|
31
|
-
__exportStar(require("./shared/assign-types"), exports);
|
|
32
|
-
__exportStar(require("./shared/manager-types"), exports);
|
|
33
2
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/main/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/main/index.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intuitionrobotics/permissions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.44.0",
|
|
4
4
|
"description": "Permissions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"IR",
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"build": "tsc"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@intuitionrobotics/ts-common": "~0.
|
|
35
|
-
"@intuitionrobotics/db-api-generator": "~0.
|
|
36
|
-
"@intuitionrobotics/firebase": "~0.
|
|
37
|
-
"@intuitionrobotics/thunderstorm": "~0.
|
|
38
|
-
"@intuitionrobotics/user-account": "~0.
|
|
34
|
+
"@intuitionrobotics/ts-common": "~0.44.0",
|
|
35
|
+
"@intuitionrobotics/db-api-generator": "~0.44.0",
|
|
36
|
+
"@intuitionrobotics/firebase": "~0.44.0",
|
|
37
|
+
"@intuitionrobotics/thunderstorm": "~0.44.0",
|
|
38
|
+
"@intuitionrobotics/user-account": "~0.44.0",
|
|
39
39
|
"react": "^16.0.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@intuitionrobotics/testelot": "~0.
|
|
42
|
+
"@intuitionrobotics/testelot": "~0.44.0",
|
|
43
43
|
"@types/node": "^16.0.0",
|
|
44
44
|
"@types/react": "^16.8.7",
|
|
45
45
|
"ts-node": "^8.6.2",
|
package/shared/apis.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ApiWithBody, ApiWithQuery } from "@intuitionrobotics/thunderstorm";
|
|
2
|
-
import { StringMap } from "@intuitionrobotics/ts-common";
|
|
3
1
|
import { DB_PermissionProject } from "./manager-types";
|
|
4
2
|
import { User_Group } from "./assign-types";
|
|
5
|
-
import {
|
|
3
|
+
import { StringMap } from "@intuitionrobotics/ts-common/utils/types";
|
|
4
|
+
import { UI_Account } from "@intuitionrobotics/user-account/shared/api";
|
|
5
|
+
import { ApiWithBody, ApiWithQuery } from "@intuitionrobotics/thunderstorm/shared/types";
|
|
6
6
|
export declare type UserUrlsPermissions = {
|
|
7
7
|
[url: string]: boolean;
|
|
8
8
|
};
|
package/shared/apis.js
CHANGED
|
@@ -1,20 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
3
|
//# sourceMappingURL=apis.js.map
|
package/shared/apis.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../src/main/shared/apis.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../src/main/shared/apis.ts"],"names":[],"mappings":""}
|
package/shared/assign-types.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { Auditable, StringMap } from "@intuitionrobotics/ts-common";
|
|
2
|
-
import { DB_Object } from "@intuitionrobotics/firebase";
|
|
1
|
+
import { Auditable, DB_Object, StringMap } from "@intuitionrobotics/ts-common/utils/types";
|
|
3
2
|
export declare type Base_AccessLevels = {
|
|
4
3
|
domainId: string;
|
|
5
4
|
value: number;
|
package/shared/assign-types.js
CHANGED
|
@@ -1,20 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
3
|
//# sourceMappingURL=assign-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assign-types.js","sourceRoot":"","sources":["../../src/main/shared/assign-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"assign-types.js","sourceRoot":"","sources":["../../src/main/shared/assign-types.ts"],"names":[],"mappings":""}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Auditable } from "@intuitionrobotics/ts-common";
|
|
1
|
+
import { DB_RequestObject } from "@intuitionrobotics/firebase/shared/types";
|
|
2
|
+
import { Auditable, DB_Object } from "@intuitionrobotics/ts-common/utils/types";
|
|
3
3
|
export declare type Request_CreateDomain = DB_RequestObject & {
|
|
4
4
|
projectId: string;
|
|
5
5
|
namespace: string;
|
package/shared/manager-types.js
CHANGED
|
@@ -1,20 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
3
|
//# sourceMappingURL=manager-types.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manager-types.js","sourceRoot":"","sources":["../../src/main/shared/manager-types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"manager-types.js","sourceRoot":"","sources":["../../src/main/shared/manager-types.ts"],"names":[],"mappings":""}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
-
}) : (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
o[k2] = m[k];
|
|
25
|
-
}));
|
|
26
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
27
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("../../../../index"), exports);
|
|
31
|
-
__exportStar(require("../../../core/module-pack"), exports);
|
|
32
|
-
//# sourceMappingURL=_imports.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_imports.js","sourceRoot":"","sources":["../../../../../src/main/app-backend/api/v1/permissions/_imports.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;AAEH,oDAAkC;AAClC,4DAA0C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { testUserPermissionsTime } from '../../../benchmark/permission-user-assert-benchmark';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.testUserPermissionsTime = void 0;
|
|
21
|
-
var permission_user_assert_benchmark_1 = require("../../../benchmark/permission-user-assert-benchmark");
|
|
22
|
-
Object.defineProperty(exports, "testUserPermissionsTime", { enumerable: true, get: function () { return permission_user_assert_benchmark_1.testUserPermissionsTime; } });
|
|
23
|
-
//# sourceMappingURL=_imports.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_imports.js","sourceRoot":"","sources":["../../../../../src/main/app-backend/api/v1/test/_imports.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;AAEH,wGAA4F;AAApF,2IAAA,uBAAuB,OAAA"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
-
}) : (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
o[k2] = m[k];
|
|
25
|
-
}));
|
|
26
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
27
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.CollectionName_Api = exports.CollectionName_Level = exports.CollectionName_Domain = exports.CollectionName_Projects = exports.CollectionName_Groups = exports.CollectionName_Users = void 0;
|
|
31
|
-
__exportStar(require("../../shared/apis"), exports);
|
|
32
|
-
__exportStar(require("../../shared/manager-types"), exports);
|
|
33
|
-
__exportStar(require("../../shared/assign-types"), exports);
|
|
34
|
-
exports.CollectionName_Users = "permissions--user";
|
|
35
|
-
exports.CollectionName_Groups = "permissions--group";
|
|
36
|
-
exports.CollectionName_Projects = "permissions--project";
|
|
37
|
-
exports.CollectionName_Domain = "permissions--domain";
|
|
38
|
-
exports.CollectionName_Level = "permissions--level";
|
|
39
|
-
exports.CollectionName_Api = "permissions--api";
|
|
40
|
-
//# sourceMappingURL=_imports.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_imports.js","sourceRoot":"","sources":["../../../src/main/app-backend/modules/_imports.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;;AAEH,oDAAkC;AAClC,6DAA2C;AAC3C,4DAA0C;AAE7B,QAAA,oBAAoB,GAAG,mBAAmB,CAAC;AAC3C,QAAA,qBAAqB,GAAG,oBAAoB,CAAC;AAE7C,QAAA,uBAAuB,GAAG,sBAAsB,CAAC;AACjD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC;AAC9C,QAAA,oBAAoB,GAAG,oBAAoB,CAAC;AAC5C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC"}
|
package/backend.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./app-backend/core/module-pack";
|
package/backend.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
-
}) : (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
o[k2] = m[k];
|
|
25
|
-
}));
|
|
26
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
27
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./app-backend/core/module-pack"), exports);
|
|
31
|
-
//# sourceMappingURL=backend.js.map
|
package/backend.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backend.js","sourceRoot":"","sources":["../src/main/backend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;AAEH,iEAA8C"}
|
package/frontend.d.ts
DELETED
package/frontend.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* ts-common is the basic building blocks of our typescript projects
|
|
4
|
-
*
|
|
5
|
-
* Copyright (C) 2020 Intuition Robotics
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
-
* you may not use this file except in compliance with the License.
|
|
9
|
-
* You may obtain a copy of the License at
|
|
10
|
-
*
|
|
11
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
-
*
|
|
13
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
14
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
-
* See the License for the specific language governing permissions and
|
|
17
|
-
* limitations under the License.
|
|
18
|
-
*/
|
|
19
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
20
|
-
if (k2 === undefined) k2 = k;
|
|
21
|
-
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
22
|
-
}) : (function(o, m, k, k2) {
|
|
23
|
-
if (k2 === undefined) k2 = k;
|
|
24
|
-
o[k2] = m[k];
|
|
25
|
-
}));
|
|
26
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
27
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
28
|
-
};
|
|
29
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
__exportStar(require("./app-frontend/core/module-pack"), exports);
|
|
31
|
-
__exportStar(require("./app-frontend/modules/PermissionsComponent"), exports);
|
|
32
|
-
__exportStar(require("./app-frontend/modules/PermissionsModuleFE"), exports);
|
|
33
|
-
//# sourceMappingURL=frontend.js.map
|
package/frontend.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"frontend.js","sourceRoot":"","sources":["../src/main/frontend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;AAEH,kEAA+C;AAC/C,8EAA2D;AAC3D,6EAA0D"}
|