@pushwoosh/rpc-v2-http-api-data 0.1.514 → 0.1.515
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/data.js +4 -0
- package/package.json +1 -1
- package/statistics_dashboards_widgets.d.ts +1 -0
package/data.js
CHANGED
|
@@ -18852,6 +18852,10 @@ export const data = {
|
|
|
18852
18852
|
"jPoints": {
|
|
18853
18853
|
"type": "string",
|
|
18854
18854
|
"array": true
|
|
18855
|
+
},
|
|
18856
|
+
"disabled": {
|
|
18857
|
+
"type": "boolean",
|
|
18858
|
+
"optional": true
|
|
18855
18859
|
}
|
|
18856
18860
|
},
|
|
18857
18861
|
"oneofs": {}
|
package/package.json
CHANGED