@redhat-cloud-services/frontend-components-config-utilities 4.5.2 → 4.7.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.
|
@@ -200,6 +200,9 @@
|
|
|
200
200
|
"properties": {
|
|
201
201
|
"APIKey": {
|
|
202
202
|
"type": "string"
|
|
203
|
+
},
|
|
204
|
+
"APIKeyDev": {
|
|
205
|
+
"type": "string"
|
|
203
206
|
}
|
|
204
207
|
},
|
|
205
208
|
"required": [
|
|
@@ -571,6 +574,9 @@
|
|
|
571
574
|
"type": "string"
|
|
572
575
|
}
|
|
573
576
|
},
|
|
577
|
+
"pushCacheEnabled": {
|
|
578
|
+
"type": "boolean"
|
|
579
|
+
},
|
|
574
580
|
"module": {
|
|
575
581
|
"type": "object",
|
|
576
582
|
"properties": {
|
package/package.json
CHANGED