@omnia/tooling-composers 8.0.223-dev → 8.0.225-dev

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.
@@ -1,12 +1,12 @@
1
- import { ServerManifestTypes, RequestedResourceTypes } from "./Enums";
2
- import { SecurityProviderTypes, SecurityRoleScopes, RuleLogicalOperator, ServiceTypes } from "./index";
3
- import { IIcon } from '../../../fx-models/Icon';
4
- import { ServiceParam } from '../../../fx-models/ServiceParam';
5
- import { FeatureUIOption, IFeatureConfiguration } from '../../../fx-models/Feature';
6
1
  import { guid } from "@omnia/fx-models";
7
- import { OmniaBackendRuntimes, OmniaRoleTypes, PersistentDiskTypes } from "../../../fx-models/Enums";
8
2
  import { AzureAdAppPermissionInfo, AzureAdAppResourceAccessWithAlternate } from "../../../fx-models/AzureAdAppPermissions";
3
+ import { AppCategories, OmniaBackendRuntimes, OmniaRoleTypes, PersistentDiskTypes } from "../../../fx-models/Enums";
4
+ import { FeatureUIOption, IFeatureConfiguration } from '../../../fx-models/Feature';
5
+ import { IIcon } from '../../../fx-models/Icon';
6
+ import { ServiceParam } from '../../../fx-models/ServiceParam';
9
7
  import { AzureAdAppPermissionOption } from "../AzureAdAppPermissionHelper";
8
+ import { RequestedResourceTypes, ServerManifestTypes } from "./Enums";
9
+ import { RuleLogicalOperator, SecurityProviderTypes, SecurityRoleScopes, ServiceTypes } from "./index";
10
10
  export interface ServiceFeatureOption {
11
11
  /**
12
12
  * Title
@@ -128,6 +128,7 @@ export interface ServiceAppDefinitionOption {
128
128
  * Define at least one resource type
129
129
  * */
130
130
  resourceTypes: AppResourceType[];
131
+ category: AppCategories;
131
132
  }
132
133
  export interface ServiceAppDefinitionManifest extends ServiceAppDefinitionOption, ServerManifest {
133
134
  uniqueId: guid;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/tooling-composers",
3
3
  "license": "MIT",
4
- "version": "8.0.223-dev",
4
+ "version": "8.0.225-dev",
5
5
  "description": "Provide tooling to work with manifest things.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,8 +19,8 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx-models": "8.0.223-dev",
23
- "@omnia/tooling": "8.0.223-dev",
22
+ "@omnia/fx-models": "8.0.225-dev",
23
+ "@omnia/tooling": "8.0.225-dev",
24
24
  "deep-extend": "0.6.0",
25
25
  "fs-extra": "11.1.0",
26
26
  "del": "6.0.0",