@intuitionrobotics/permissions 0.45.3 → 0.46.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.
Files changed (117) hide show
  1. package/app-backend/api/v1/permissions/_permissions.js +2 -19
  2. package/app-backend/api/v1/permissions/_permissions.js.map +1 -1
  3. package/app-backend/api/v1/permissions/assert.js +6 -23
  4. package/app-backend/api/v1/permissions/assert.js.map +1 -1
  5. package/app-backend/api/v1/permissions/assign/apis.js +2 -22
  6. package/app-backend/api/v1/permissions/assign/apis.js.map +1 -1
  7. package/app-backend/api/v1/permissions/assign/app-permissions.js +6 -23
  8. package/app-backend/api/v1/permissions/assign/app-permissions.js.map +1 -1
  9. package/app-backend/api/v1/permissions/manage/apis.js +7 -25
  10. package/app-backend/api/v1/permissions/manage/apis.js.map +1 -1
  11. package/app-backend/api/v1/permissions/tags/apis.js +2 -20
  12. package/app-backend/api/v1/permissions/tags/apis.js.map +1 -1
  13. package/app-backend/api/v1/permissions/user-urls-permissions.js +6 -23
  14. package/app-backend/api/v1/permissions/user-urls-permissions.js.map +1 -1
  15. package/app-backend/api/v1/register/_register-project.js +2 -19
  16. package/app-backend/api/v1/register/_register-project.js.map +1 -1
  17. package/app-backend/api/v1/register/register-external-project.d.ts +3 -2
  18. package/app-backend/api/v1/register/register-external-project.js +6 -22
  19. package/app-backend/api/v1/register/register-external-project.js.map +1 -1
  20. package/app-backend/api/v1/register/register-project.d.ts +3 -2
  21. package/app-backend/api/v1/register/register-project.js +6 -23
  22. package/app-backend/api/v1/register/register-project.js.map +1 -1
  23. package/app-backend/api/v1/test/_test-permissions.js +2 -19
  24. package/app-backend/api/v1/test/_test-permissions.js.map +1 -1
  25. package/app-backend/api/v1/test/test-permissions.js +6 -23
  26. package/app-backend/api/v1/test/test-permissions.js.map +1 -1
  27. package/app-backend/api/v1/user-custom-fields/_user-custom-fields.js +2 -19
  28. package/app-backend/api/v1/user-custom-fields/_user-custom-fields.js.map +1 -1
  29. package/app-backend/api/v1/user-custom-fields/user-cf-by-share-groups.d.ts +4 -3
  30. package/app-backend/api/v1/user-custom-fields/user-cf-by-share-groups.js +6 -24
  31. package/app-backend/api/v1/user-custom-fields/user-cf-by-share-groups.js.map +1 -1
  32. package/app-backend/api/v1/user-custom-fields/users-cf-by-share-groups.d.ts +4 -3
  33. package/app-backend/api/v1/user-custom-fields/users-cf-by-share-groups.js +8 -25
  34. package/app-backend/api/v1/user-custom-fields/users-cf-by-share-groups.js.map +1 -1
  35. package/app-backend/benchmark/permission-user-assert-benchmark.js +15 -26
  36. package/app-backend/benchmark/permission-user-assert-benchmark.js.map +1 -1
  37. package/app-backend/core/module-pack.d.ts +1 -6
  38. package/app-backend/core/module-pack.js +0 -32
  39. package/app-backend/core/module-pack.js.map +1 -1
  40. package/app-backend/modules/PermissionsModule.d.ts +5 -4
  41. package/app-backend/modules/PermissionsModule.js +23 -56
  42. package/app-backend/modules/PermissionsModule.js.map +1 -1
  43. package/app-backend/modules/TagsModule.d.ts +6 -5
  44. package/app-backend/modules/TagsModule.js +10 -9
  45. package/app-backend/modules/TagsModule.js.map +1 -1
  46. package/app-backend/modules/{_imports.d.ts → consts.d.ts} +0 -3
  47. package/app-backend/modules/consts.js +10 -0
  48. package/app-backend/modules/consts.js.map +1 -0
  49. package/app-backend/modules/db-types/assign.d.ts +10 -9
  50. package/app-backend/modules/db-types/assign.js +61 -67
  51. package/app-backend/modules/db-types/assign.js.map +1 -1
  52. package/app-backend/modules/db-types/managment.d.ts +10 -8
  53. package/app-backend/modules/db-types/managment.js +40 -54
  54. package/app-backend/modules/db-types/managment.js.map +1 -1
  55. package/app-backend/modules/permissions-assert.d.ts +5 -3
  56. package/app-backend/modules/permissions-assert.js +40 -43
  57. package/app-backend/modules/permissions-assert.js.map +1 -1
  58. package/app-backend/modules/permissions-share.d.ts +2 -2
  59. package/app-backend/modules/permissions-share.js +2 -2
  60. package/app-backend/modules/permissions-share.js.map +1 -1
  61. package/app-frontend/core/module-pack.d.ts +0 -7
  62. package/app-frontend/core/module-pack.js +0 -34
  63. package/app-frontend/core/module-pack.js.map +1 -1
  64. package/app-frontend/modules/PermissionsComponent.d.ts +1 -1
  65. package/app-frontend/modules/PermissionsComponent.js +2 -2
  66. package/app-frontend/modules/PermissionsComponent.js.map +1 -1
  67. package/app-frontend/modules/PermissionsModuleFE.d.ts +1 -1
  68. package/app-frontend/modules/PermissionsModuleFE.js +10 -8
  69. package/app-frontend/modules/PermissionsModuleFE.js.map +1 -1
  70. package/app-frontend/modules/assign/ApiCaller_PermissionsGroup.d.ts +2 -2
  71. package/app-frontend/modules/assign/ApiCaller_PermissionsGroup.js +4 -4
  72. package/app-frontend/modules/assign/ApiCaller_PermissionsGroup.js.map +1 -1
  73. package/app-frontend/modules/assign/ApiCaller_PermissionsUser.d.ts +2 -2
  74. package/app-frontend/modules/assign/ApiCaller_PermissionsUser.js +4 -21
  75. package/app-frontend/modules/assign/ApiCaller_PermissionsUser.js.map +1 -1
  76. package/app-frontend/modules/manage/ApiCaller_PermissionsApi.d.ts +2 -2
  77. package/app-frontend/modules/manage/ApiCaller_PermissionsApi.js +4 -21
  78. package/app-frontend/modules/manage/ApiCaller_PermissionsApi.js.map +1 -1
  79. package/app-frontend/modules/manage/ApiCaller_PermissionsDomain.d.ts +2 -2
  80. package/app-frontend/modules/manage/ApiCaller_PermissionsDomain.js +4 -21
  81. package/app-frontend/modules/manage/ApiCaller_PermissionsDomain.js.map +1 -1
  82. package/app-frontend/modules/manage/ApiCaller_PermissionsLevel.d.ts +2 -2
  83. package/app-frontend/modules/manage/ApiCaller_PermissionsLevel.js +4 -21
  84. package/app-frontend/modules/manage/ApiCaller_PermissionsLevel.js.map +1 -1
  85. package/app-frontend/modules/manage/ApiCaller_PermissionsProject.d.ts +2 -2
  86. package/app-frontend/modules/manage/ApiCaller_PermissionsProject.js +4 -21
  87. package/app-frontend/modules/manage/ApiCaller_PermissionsProject.js.map +1 -1
  88. package/app-frontend/modules/tags/ApiCaller_PermissionsTags.d.ts +2 -2
  89. package/app-frontend/modules/tags/ApiCaller_PermissionsTags.js +4 -4
  90. package/app-frontend/modules/tags/ApiCaller_PermissionsTags.js.map +1 -1
  91. package/index.d.ts +0 -3
  92. package/index.js +0 -31
  93. package/index.js.map +1 -1
  94. package/package.json +7 -7
  95. package/shared/apis.d.ts +3 -3
  96. package/shared/apis.js +0 -17
  97. package/shared/apis.js.map +1 -1
  98. package/shared/assign-types.d.ts +1 -2
  99. package/shared/assign-types.js +0 -17
  100. package/shared/assign-types.js.map +1 -1
  101. package/shared/manager-types.d.ts +2 -2
  102. package/shared/manager-types.js +0 -17
  103. package/shared/manager-types.js.map +1 -1
  104. package/app-backend/api/v1/permissions/_imports.d.ts +0 -2
  105. package/app-backend/api/v1/permissions/_imports.js +0 -32
  106. package/app-backend/api/v1/permissions/_imports.js.map +0 -1
  107. package/app-backend/api/v1/test/_imports.d.ts +0 -1
  108. package/app-backend/api/v1/test/_imports.js +0 -23
  109. package/app-backend/api/v1/test/_imports.js.map +0 -1
  110. package/app-backend/modules/_imports.js +0 -40
  111. package/app-backend/modules/_imports.js.map +0 -1
  112. package/backend.d.ts +0 -1
  113. package/backend.js +0 -31
  114. package/backend.js.map +0 -1
  115. package/frontend.d.ts +0 -3
  116. package/frontend.js +0 -33
  117. 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":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;AAKH,2EAAuF;AACvF,uEAA2E;AAM3E,MAAM,mCAAmC,GAAG,IAAI,4BAAiB,CAA6D,8BAA8B,CAAC,CAAC;AAE9J,MAAa,6BACZ,SAAQ,oCAA8C;IAGtD;QACC,KAAK,CAAC,EAAC,GAAG,EAAE,QAAQ,EAAE,WAAW,EAAE,+BAA+B,EAAC,EAAE,yBAAyB,CAAC,CAAC;QAHzF,YAAO,GAA2C,EAAE,CAAC;IAI7D,CAAC;IAES,IAAI;IACd,CAAC;IAEe,cAAc,CAAC,QAA6B;;YAC3D,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,cAAc,CAAC,QAA6B;;YAC3D,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,cAAc,CAAC,QAA6B;;YAC3D,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,WAAW,CAAC,QAA6B;;QACzD,CAAC;KAAA;IAEe,eAAe,CAAC,QAA+B;;YAC9D,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;YAClB,QAAQ,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;gBACzB,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;YAC7C,CAAC,CAAC,CAAC;YAEH,mCAAmC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACpD,CAAC;KAAA;IAED,UAAU,CAAC,SAAiB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IACtC,CAAC;IAED,aAAa;QACZ,IAAI,eAAe,GAA0B,EAAE,CAAC;QAChD,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;YAC5C,eAAe,GAAG,eAAe,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;SAC5D;QAED,OAAO,eAAe,CAAC;IACxB,CAAC;CAED;AAlDD,sEAkDC;AAEY,QAAA,2BAA2B,GAAG,IAAI,6BAA6B,EAAE,CAAC"}
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 { DB_PermissionAccessLevel } from "../../../index";
2
- import { BaseDB_ApiGeneratorCaller } from "@intuitionrobotics/db-api-generator/frontend";
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 frontend_1 = require("@intuitionrobotics/db-api-generator/frontend");
31
- const frontend_2 = require("@intuitionrobotics/thunderstorm/frontend");
32
- const dispatch_onPermissionsLevelsLoaded = new frontend_2.ThunderDispatcher("__onPermissionsLevelsLoaded");
33
- class PermissionsAccessLevelModule_Class extends frontend_1.BaseDB_ApiGeneratorCaller {
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":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;AAGH,2EAAuF;AACvF,uEAA2E;AAO3E,MAAM,kCAAkC,GAAG,IAAI,4BAAiB,CAA2D,6BAA6B,CAAC,CAAC;AAE1J,MAAa,kCACZ,SAAQ,oCAAmD;IAG3D;QACC,KAAK,CAAC,EAAC,GAAG,EAAE,OAAO,EAAE,WAAW,EAAE,8BAA8B,EAAC,EAAE,8BAA8B,CAAC,CAAC;QAH5F,WAAM,GAAgD,EAAE,CAAC;IAIjE,CAAC;IAES,IAAI;IACd,CAAC;IAEe,cAAc,CAAC,QAAkC;;YAChE,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,cAAc,CAAC,QAAkC;;YAChE,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,cAAc,CAAC,QAAkC;;YAChE,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,WAAW,CAAC,QAAkC;;QAC9D,CAAC;KAAA;IAEe,eAAe,CAAC,QAAoC;;YACnE,IAAI,CAAC,MAAM,GAAG,EAAE,CAAC;YACjB,QAAQ,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;gBACxB,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;YACzC,CAAC,CAAC,CAAC;YAEH,kCAAkC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACnD,CAAC;KAAA;IAED,SAAS,CAAC,QAAgB;QACzB,OAAO,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC;IACpC,CAAC;IAED,YAAY;QACX,IAAI,cAAc,GAA+B,EAAE,CAAC;QACpD,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE;YAC3C,cAAc,GAAG,cAAc,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;SACzD;QAED,OAAO,cAAc,CAAC;IACvB,CAAC;CAED;AAlDD,gFAkDC;AAEY,QAAA,gCAAgC,GAAG,IAAI,kCAAkC,EAAE,CAAC"}
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 { DB_PermissionProject } from "../../../index";
2
- import { BaseDB_ApiGeneratorCaller } from "@intuitionrobotics/db-api-generator/frontend";
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 frontend_1 = require("@intuitionrobotics/db-api-generator/frontend");
31
- const frontend_2 = require("@intuitionrobotics/thunderstorm/frontend");
32
- const dispatch_onPermissionsProjectsLoaded = new frontend_2.ThunderDispatcher('__onPermissionsProjectsLoaded');
33
- class PermissionsProjectModule_Class extends frontend_1.BaseDB_ApiGeneratorCaller {
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":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;AAGH,2EAAuF;AACvF,uEAA2E;AAO3E,MAAM,oCAAoC,GAAG,IAAI,4BAAiB,CACjE,+BAA+B,CAAC,CAAC;AAElC,MAAa,8BACZ,SAAQ,oCAA+C;IAKvD;QACC,KAAK,CAAC,EAAC,GAAG,EAAE,SAAS,EAAE,WAAW,EAAE,gCAAgC,EAAC,EAAE,0BAA0B,CAAC,CAAC;QAL5F,aAAQ,GAA2B,EAAE,CAAC;QACtC,uBAAkB,GAAa,EAAE,CAAC;IAK1C,CAAC;IAES,IAAI;IACd,CAAC;IAEe,cAAc,CAAC,QAA8B;;YAC5D,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,cAAc,CAAC,QAA8B;;YAC5D,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,cAAc,CAAC,QAA8B;;YAC5D,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,WAAW,CAAC,QAA8B;;QAC1D,CAAC;KAAA;IAEe,eAAe,CAAC,QAAgC;;YAC/D,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;YACzB,IAAI,CAAC,kBAAkB,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,KAAK,EAAE,OAAO,EAAE,EAAE;gBAC5D,OAAO,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,IAAI,EAAE,CAAC,CAAC;YAC/C,CAAC,EAAE,EAAc,CAAC,CAAC;YAEnB,oCAAoC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACrD,CAAC;KAAA;IAED,aAAa;QACZ,IAAI,CAAC,KAAK,EAAE,CAAC;QACb,OAAO,IAAI,CAAC,QAAQ,CAAC;IACtB,CAAC;IAED,qBAAqB;QACpB,OAAO,IAAI,CAAC,kBAAkB,IAAI,EAAE,CAAC;IACtC,CAAC;IAED,WAAW;QACV,OAAO,IAAI,CAAC,QAAQ,IAAI,EAAE,CAAC;IAC5B,CAAC;CAED;AAlDD,wEAkDC;AAEY,QAAA,4BAA4B,GAAG,IAAI,8BAA8B,EAAE,CAAC"}
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 "../../../index";
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 frontend_1 = require("@intuitionrobotics/db-api-generator/frontend");
14
- const frontend_2 = require("@intuitionrobotics/thunderstorm/frontend");
15
- const dispatch_onPermissionsTagsLoaded = new frontend_2.ThunderDispatcher("__onPermissionsTagsLoaded");
16
- class PermissionsTagsModule_Class extends frontend_1.BaseDB_ApiGeneratorCaller {
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,2EAAuF;AAEvF,uEAA2E;AAO3E,MAAM,gCAAgC,GAAG,IAAI,4BAAiB,CAAuD,2BAA2B,CAAC,CAAC;AAElJ,MAAa,2BACZ,SAAQ,oCAAuC;IAG/C;QACC,KAAK,CAAC,EAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,sCAAsC,EAAC,EAAE,uBAAuB,CAAC,CAAC;QAH5F,SAAI,GAAmB,EAAE,CAAC;IAIlC,CAAC;IAES,IAAI;IACd,CAAC;IAEe,cAAc,CAAC,QAAsB;;YACpD,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAED,+BAA+B;IACf,cAAc,CAAC,QAAsB;;YACpD,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,cAAc,CAAC,QAAsB;;YACpD,IAAI,CAAC,KAAK,EAAE,CAAC;QACd,CAAC;KAAA;IAEe,WAAW,CAAC,QAAsB;;QAClD,CAAC;KAAA;IAEe,eAAe,CAAC,QAAwB;;YACvD,IAAI,CAAC,IAAI,GAAG,QAAQ,CAAC;YACrB,gCAAgC,CAAC,UAAU,CAAC,EAAE,CAAC,CAAC;QACjD,CAAC;KAAA;IAGD,OAAO;QACN,OAAO,IAAI,CAAC,IAAI,CAAC;IAClB,CAAC;CACD;AApCD,kEAoCC;AAEY,QAAA,yBAAyB,GAAG,IAAI,2BAA2B,EAAE,CAAC"}
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
@@ -1,3 +0,0 @@
1
- export * from "./shared/apis";
2
- export * from "./shared/assign-types";
3
- export * from "./shared/manager-types";
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":";AAAA;;;;;;;;;;;;;;;;GAgBG;;;;;;;;;;;;AAEH,gDAA8B;AAC9B,wDAAsC;AACtC,yDAAuC"}
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.45.3",
3
+ "version": "0.46.00",
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.45.0",
35
- "@intuitionrobotics/db-api-generator": "~0.45.0",
36
- "@intuitionrobotics/firebase": "~0.45.0",
37
- "@intuitionrobotics/thunderstorm": "~0.45.0",
38
- "@intuitionrobotics/user-account": "~0.45.0",
34
+ "@intuitionrobotics/ts-common": "~0.46.0",
35
+ "@intuitionrobotics/db-api-generator": "~0.46.0",
36
+ "@intuitionrobotics/firebase": "~0.46.0",
37
+ "@intuitionrobotics/thunderstorm": "~0.46.0",
38
+ "@intuitionrobotics/user-account": "~0.46.0",
39
39
  "react": "^16.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@intuitionrobotics/testelot": "~0.45.0",
42
+ "@intuitionrobotics/testelot": "~0.46.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 { UI_Account } from "@intuitionrobotics/user-account";
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
@@ -1 +1 @@
1
- {"version":3,"file":"apis.js","sourceRoot":"","sources":["../../src/main/shared/apis.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;GAgBG"}
1
+ {"version":3,"file":"apis.js","sourceRoot":"","sources":["../../src/main/shared/apis.ts"],"names":[],"mappings":""}
@@ -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;
@@ -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":";AAAA;;;;;;;;;;;;;;;;GAgBG"}
1
+ {"version":3,"file":"assign-types.js","sourceRoot":"","sources":["../../src/main/shared/assign-types.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
- import { DB_Object, DB_RequestObject } from "@intuitionrobotics/firebase";
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;
@@ -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":";AAAA;;;;;;;;;;;;;;;;GAgBG"}
1
+ {"version":3,"file":"manager-types.js","sourceRoot":"","sources":["../../src/main/shared/manager-types.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export * from "../../../../index";
2
- export * from "../../../core/module-pack";
@@ -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
@@ -1,3 +0,0 @@
1
- export * from "./app-frontend/core/module-pack";
2
- export * from "./app-frontend/modules/PermissionsComponent";
3
- export * from "./app-frontend/modules/PermissionsModuleFE";
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"}