@bluealba/pae-core 5.0.1 → 5.1.0-develop-64
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/package.json +1 -1
- package/dist/src/catalog/api/map-module-to-dto.d.ts +1 -1
- package/dist/src/catalog/entities/module-metadata/module-types.constants.d.ts +1 -1
- package/dist/src/catalog/entities/module-metadata/module-types.constants.d.ts.map +1 -1
- package/dist/src/catalog/entities/module-metadata/module-types.constants.js +1 -1
- package/dist/src/catalog/entities/module-metadata/module-types.constants.js.map +1 -1
- package/dist/src/catalog/entities/module-metadata/ui-types.constants.d.ts.map +1 -1
- package/dist/src/catalog/entities/module-metadata/ui-types.constants.js +1 -1
- package/dist/src/catalog/entities/module-metadata/ui-types.constants.js.map +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
|
@@ -16,7 +16,7 @@ declare const mapModuleToDTO: (module: CreateOrUpdateModule) => {
|
|
|
16
16
|
applicationName: string | undefined;
|
|
17
17
|
name: string;
|
|
18
18
|
displayName: string;
|
|
19
|
-
type: "app" | "utility" | "service" | "cloud-function" | "documentation";
|
|
19
|
+
type: "app" | "tool" | "utility" | "service" | "cloud-function" | "documentation";
|
|
20
20
|
baseUrl: string;
|
|
21
21
|
commonPaths: import("../entities/module-metadata/common-paths.interface").CommonPathsMetadata | undefined;
|
|
22
22
|
dependsOn: string[];
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const MODULE_TYPES: readonly ["app", "utility", "service", "cloud-function", "documentation"];
|
|
1
|
+
export declare const MODULE_TYPES: readonly ["app", "tool", "utility", "service", "cloud-function", "documentation"];
|
|
2
2
|
//# sourceMappingURL=module-types.constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module-types.constants.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/module-types.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"module-types.constants.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/module-types.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,mFAAoF,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.MODULE_TYPES = void 0;
|
|
4
|
-
exports.MODULE_TYPES = ['app', 'utility', 'service', 'cloud-function', 'documentation'];
|
|
4
|
+
exports.MODULE_TYPES = ['app', 'tool', 'utility', 'service', 'cloud-function', 'documentation'];
|
|
5
5
|
//# sourceMappingURL=module-types.constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module-types.constants.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/module-types.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,CAAC,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,eAAe,CAAU,CAAC"}
|
|
1
|
+
{"version":3,"file":"module-types.constants.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/module-types.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,eAAe,CAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-types.constants.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-types.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"ui-types.constants.d.ts","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-types.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,UAA6B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui-types.constants.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-types.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG,CAAC,KAAK,EAAE,SAAS,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"ui-types.constants.js","sourceRoot":"","sources":["../../../../../src/catalog/entities/module-metadata/ui-types.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC"}
|