@pushwoosh/rpc-v2-http-api-data 0.1.845 → 0.1.847
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/internal_alerts.d.ts +1 -0
- package/package.json +1 -1
package/data.js
CHANGED
|
@@ -11315,6 +11315,10 @@ export const data = {
|
|
|
11315
11315
|
"actionLink": {
|
|
11316
11316
|
"type": "string",
|
|
11317
11317
|
"optional": true
|
|
11318
|
+
},
|
|
11319
|
+
"actionLinkLabel": {
|
|
11320
|
+
"type": "string",
|
|
11321
|
+
"optional": true
|
|
11318
11322
|
}
|
|
11319
11323
|
},
|
|
11320
11324
|
"oneofs": {}
|
package/internal_alerts.d.ts
CHANGED