@pushwoosh/rpc-v2-http-api-data 0.1.686 → 0.1.688
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 +9 -0
- package/package.json +1 -1
- package/pushwoosh_export_messages_v2.d.ts +1 -0
- package/whatsapp_presets.d.ts +2 -0
package/data.js
CHANGED
|
@@ -7242,6 +7242,9 @@ export const data = {
|
|
|
7242
7242
|
},
|
|
7243
7243
|
"dateTo": {
|
|
7244
7244
|
"type": "Date"
|
|
7245
|
+
},
|
|
7246
|
+
"channel": {
|
|
7247
|
+
"type": "pushwoosh.export_messages.v2.Channel"
|
|
7245
7248
|
}
|
|
7246
7249
|
}
|
|
7247
7250
|
},
|
|
@@ -21884,6 +21887,12 @@ export const data = {
|
|
|
21884
21887
|
},
|
|
21885
21888
|
"url": {
|
|
21886
21889
|
"type": "string"
|
|
21890
|
+
},
|
|
21891
|
+
"type": {
|
|
21892
|
+
"type": "string"
|
|
21893
|
+
},
|
|
21894
|
+
"variable": {
|
|
21895
|
+
"type": "string"
|
|
21887
21896
|
}
|
|
21888
21897
|
}
|
|
21889
21898
|
},
|
package/package.json
CHANGED