@esri/hub-common 14.139.2 → 14.140.0

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.
@@ -123,6 +123,7 @@ export interface IUiSchemaElement {
123
123
  };
124
124
  scope?: string;
125
125
  rule?: IUiSchemaRule;
126
+ rules?: IUiSchemaRule[];
126
127
  elements?: IUiSchemaElement[];
127
128
  tooltip?: string;
128
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/hub-common",
3
- "version": "14.139.2",
3
+ "version": "14.140.0",
4
4
  "description": "Common TypeScript types and utility functions for @esri/hub.js.",
5
5
  "main": "dist/node/index.js",
6
6
  "module": "dist/esm/index.js",