@kong-ui-public/analytics-utilities 6.3.0 → 6.3.1
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/dist/types/dashboardSchema.d.ts +8 -0
- package/dist/types/dashboardSchema.d.ts.map +1 -1
- package/dist/vitals-utilities.cjs +1 -1
- package/dist/vitals-utilities.cjs.map +1 -1
- package/dist/vitals-utilities.es.js +5 -1
- package/dist/vitals-utilities.es.js.map +1 -1
- package/dist/vitals-utilities.umd.js +1 -1
- package/dist/vitals-utilities.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -588,7 +588,11 @@ const ps = [
|
|
|
588
588
|
type: "object",
|
|
589
589
|
properties: {
|
|
590
590
|
definition: ha,
|
|
591
|
-
layout: ma
|
|
591
|
+
layout: ma,
|
|
592
|
+
id: {
|
|
593
|
+
type: "string",
|
|
594
|
+
description: "Unique identifier for the tile. If not provided, one will be generated."
|
|
595
|
+
}
|
|
592
596
|
},
|
|
593
597
|
required: ["definition", "layout"],
|
|
594
598
|
additionalProperties: !1
|