@pushwoosh/rpc-v2-http-api-data 0.1.715 → 0.1.717
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 +10 -1
- package/package.json +1 -1
- package/pushwoosh_export_messages_v2.d.ts +2 -0
package/data.js
CHANGED
|
@@ -7316,8 +7316,17 @@ export const data = {
|
|
|
7316
7316
|
},
|
|
7317
7317
|
"dateTo": {
|
|
7318
7318
|
"type": "Date"
|
|
7319
|
+
},
|
|
7320
|
+
"activatedAtFrom": {
|
|
7321
|
+
"type": "Date",
|
|
7322
|
+
"optional": true
|
|
7323
|
+
},
|
|
7324
|
+
"activatedAtTo": {
|
|
7325
|
+
"type": "Date",
|
|
7326
|
+
"optional": true
|
|
7319
7327
|
}
|
|
7320
|
-
}
|
|
7328
|
+
},
|
|
7329
|
+
"oneofs": {}
|
|
7321
7330
|
},
|
|
7322
7331
|
"pushwoosh.export_messages.v2.ExportJourneysHistoryResult": {
|
|
7323
7332
|
"type": "I",
|
package/package.json
CHANGED