@pushwoosh/rpc-v2-http-api-data 0.1.649 → 0.1.650
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 -1
- package/package.json +1 -1
- package/statistics_dashboards_widgets.d.ts +1 -1
package/data.js
CHANGED
|
@@ -19395,7 +19395,10 @@ export const data = {
|
|
|
19395
19395
|
"BREAKDOWN_UNKNOWN",
|
|
19396
19396
|
"PLATFORMS",
|
|
19397
19397
|
"EVENT_ATTRIBUTE",
|
|
19398
|
-
"TAG_VALUES"
|
|
19398
|
+
"TAG_VALUES",
|
|
19399
|
+
"CAMPAIGNS",
|
|
19400
|
+
"MESSAGES",
|
|
19401
|
+
"JOURNEYS"
|
|
19399
19402
|
]
|
|
19400
19403
|
},
|
|
19401
19404
|
"pushwoosh.rpc_v2.statistics_dashboards_widgets.MathOperator": {
|
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@ export type DeleteDashboardWidgetRequest = {
|
|
|
53
53
|
};
|
|
54
54
|
export type DeleteDashboardWidgetResponse = {};
|
|
55
55
|
export type TimeInterval = 'TIME_INTERVAL_UNSPECIFIED' | 'HOUR' | 'DAY' | 'WEEK' | 'MONTH' | 'MINUTE';
|
|
56
|
-
export type Breakdown = 'BREAKDOWN_UNKNOWN' | 'PLATFORMS' | 'EVENT_ATTRIBUTE' | 'TAG_VALUES';
|
|
56
|
+
export type Breakdown = 'BREAKDOWN_UNKNOWN' | 'PLATFORMS' | 'EVENT_ATTRIBUTE' | 'TAG_VALUES' | 'CAMPAIGNS' | 'MESSAGES' | 'JOURNEYS';
|
|
57
57
|
export type MathOperator = 'MATH_OPERATOR_UNSPECIFIED' | 'EQ' | 'NOT_EQ' | 'GTE' | 'LTE' | 'BETWEEN' | 'IN' | 'NOT_IN' | 'ANY' | 'NOT_SET';
|
|
58
58
|
export type Value_kind_string = {
|
|
59
59
|
type: 'string';
|