@pushwoosh/rpc-v2-http-api-data 0.1.431 → 0.1.433
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
|
@@ -15734,6 +15734,9 @@ export const data = {
|
|
|
15734
15734
|
},
|
|
15735
15735
|
"deliveryPriority": {
|
|
15736
15736
|
"type": "string"
|
|
15737
|
+
},
|
|
15738
|
+
"iosInterruptionLevel": {
|
|
15739
|
+
"type": "string"
|
|
15737
15740
|
}
|
|
15738
15741
|
}
|
|
15739
15742
|
},
|
package/package.json
CHANGED