@omnia/fx-models 8.0.148-dev → 8.0.149-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.
package/apps/App.d.ts CHANGED
@@ -198,6 +198,7 @@ export interface AppInstanceInfo {
198
198
  [id: string]: any;
199
199
  };
200
200
  appInstanceOutput: AppInstanceOutput;
201
+ businessProfileId: GuidValue;
201
202
  }
202
203
  export interface AppInstanceInfoUser extends AppInstanceInfo {
203
204
  followed: boolean;
@@ -179,7 +179,7 @@ export interface VelcronCardDefinition extends VelcronDefinition, VelcronColorSt
179
179
  }
180
180
  export interface VelcronTextDefinition extends VelcronDefinitionWithEditMode, VelcronColorStyling, VelcronTextStyling {
181
181
  type: "text";
182
- value: VelcronBindableProp<string>;
182
+ value?: VelcronBindableProp<string>;
183
183
  placeholder?: VelcronBindableProp<string>;
184
184
  editLabel?: VelcronBindableProp;
185
185
  lineClamp?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.148-dev",
4
+ "version": "8.0.149-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"