@omnia/workplace 7.6.7-preview → 7.6.9-preview

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.
@@ -13,7 +13,7 @@ export interface FormBuilderSettings {
13
13
  export declare const ScopeCurrentId: Guid;
14
14
  declare const FormScopeTypeDefintions: readonly ["App", "BusinessProfile"];
15
15
  export type FormScopeTypes = typeof FormScopeTypeDefintions[number];
16
- declare const FormBuilderSteps: readonly ["templateSettings", "buildForm", "finalizeForm"];
16
+ declare const FormBuilderSteps: readonly ["templateSettings", "formQuestions", "formSettings"];
17
17
  export type FormSteps = typeof FormBuilderSteps[number];
18
18
  export interface FormBase {
19
19
  definition: FormDefinition;
@@ -5,7 +5,7 @@ const models_1 = require("@omnia/fx/models");
5
5
  const ManifestIds_1 = require("../ManifestIds");
6
6
  exports.ScopeCurrentId = new models_1.Guid("acb52a9b-b0c7-465a-8acc-98c4a47b464c");
7
7
  const FormScopeTypeDefintions = ["App", "BusinessProfile"];
8
- const FormBuilderSteps = ["templateSettings", "buildForm", "finalizeForm"];
8
+ const FormBuilderSteps = ["templateSettings", "formQuestions", "formSettings"];
9
9
  var FormTypes;
10
10
  (function (FormTypes) {
11
11
  FormTypes[FormTypes["Poll"] = 1] = "Poll";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.6.7-preview",
4
+ "version": "7.6.9-preview",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"