@pushwoosh/rpc-v2-http-api-data 0.1.912 → 0.1.913
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 +3 -0
- package/package.json +1 -1
- package/presets.d.ts +1 -0
package/data.js
CHANGED
|
@@ -21409,6 +21409,9 @@ export const data = {
|
|
|
21409
21409
|
},
|
|
21410
21410
|
"showHidden": {
|
|
21411
21411
|
"type": "boolean"
|
|
21412
|
+
},
|
|
21413
|
+
"isDefault": {
|
|
21414
|
+
"type": "boolean"
|
|
21412
21415
|
}
|
|
21413
21416
|
}
|
|
21414
21417
|
},
|
package/package.json
CHANGED