@omnia/workplace 7.0.16-dev → 7.0.19-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.
@@ -391,7 +391,8 @@ export declare class WebComponentManifests {
391
391
  static get AdminSystemJourney(): Guid;
392
392
  static get PropertiesBlockGroup(): Guid;
393
393
  static get PropertiesBlockCore(): Guid;
394
- static get PropertiesBlockSetting(): Guid;
394
+ static get PropertiesBlockSettings(): Guid;
395
+ static get PropertiesBlockSettingConfiguration(): Guid;
395
396
  static get PropertiesBlock(): Guid;
396
397
  static get PowerAppBlock(): Guid;
397
398
  static get PowerAppBlockSettings(): Guid;
@@ -399,7 +399,8 @@ class WebComponentManifests {
399
399
  static get AdminSystemJourney() { return new fx_models_1.Guid("8d451f6c-bcf4-42c3-a4a0-7d3ad5de09a3"); }
400
400
  static get PropertiesBlockGroup() { return new fx_models_1.Guid("7c1b8998-62b9-4ea9-b118-0dedc6209ebb"); }
401
401
  static get PropertiesBlockCore() { return new fx_models_1.Guid("9bcebc94-e59e-4a24-a88d-282ac92bcca9"); }
402
- static get PropertiesBlockSetting() { return new fx_models_1.Guid("29559185-3df2-4049-93e5-d8326ec94982"); }
402
+ static get PropertiesBlockSettings() { return new fx_models_1.Guid("29559185-3df2-4049-93e5-d8326ec94982"); }
403
+ static get PropertiesBlockSettingConfiguration() { return new fx_models_1.Guid("b95bdf10-d32d-4659-836c-eadc1d57ac55"); }
403
404
  static get PropertiesBlock() { return new fx_models_1.Guid("88894e6a-2e41-44b6-a6f1-af3612caf276"); }
404
405
  static get PowerAppBlock() { return new fx_models_1.Guid("8905b50b-3b48-4053-b667-d3abf5d7c4ef"); }
405
406
  static get PowerAppBlockSettings() { return new fx_models_1.Guid("faa90898-9cc3-4db8-ab24-e36fa6d96ea3"); }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/workplace",
3
3
  "license": "MIT",
4
- "version": "7.0.16-dev",
4
+ "version": "7.0.19-dev",
5
5
  "description": "Omnia Workplace.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"