@pushwoosh/rpc-gateway-journey-data 0.27.37 → 0.27.38
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 +64 -4
- package/package.json +1 -1
- package/pushwoosh_objects_filters_v1.d.ts +36 -4
package/data.js
CHANGED
|
@@ -7711,6 +7711,17 @@ export const data = {
|
|
|
7711
7711
|
}
|
|
7712
7712
|
}
|
|
7713
7713
|
},
|
|
7714
|
+
"pushwoosh.objects.filters.v1.FilterExpression.ExternalSegment": {
|
|
7715
|
+
"type": "I",
|
|
7716
|
+
"fields": {
|
|
7717
|
+
"application": {
|
|
7718
|
+
"type": "string"
|
|
7719
|
+
},
|
|
7720
|
+
"segment": {
|
|
7721
|
+
"type": "string"
|
|
7722
|
+
}
|
|
7723
|
+
}
|
|
7724
|
+
},
|
|
7714
7725
|
"pushwoosh.objects.filters.v1.FilterExpression.Static": {
|
|
7715
7726
|
"type": "I",
|
|
7716
7727
|
"fields": {
|
|
@@ -7857,6 +7868,17 @@ export const data = {
|
|
|
7857
7868
|
}
|
|
7858
7869
|
}
|
|
7859
7870
|
},
|
|
7871
|
+
"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAhead": {
|
|
7872
|
+
"type": "I",
|
|
7873
|
+
"fields": {
|
|
7874
|
+
"from": {
|
|
7875
|
+
"type": "number"
|
|
7876
|
+
},
|
|
7877
|
+
"to": {
|
|
7878
|
+
"type": "number"
|
|
7879
|
+
}
|
|
7880
|
+
}
|
|
7881
|
+
},
|
|
7860
7882
|
"pushwoosh.objects.filters.v1.FilterExpression.Event.Date": {
|
|
7861
7883
|
"type": "I",
|
|
7862
7884
|
"fields": {
|
|
@@ -7889,6 +7911,9 @@ export const data = {
|
|
|
7889
7911
|
},
|
|
7890
7912
|
"minutesAgo": {
|
|
7891
7913
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.MinutesAgo"
|
|
7914
|
+
},
|
|
7915
|
+
"daysAhead": {
|
|
7916
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAhead"
|
|
7892
7917
|
}
|
|
7893
7918
|
},
|
|
7894
7919
|
"oneofs": {
|
|
@@ -7903,7 +7928,8 @@ export const data = {
|
|
|
7903
7928
|
"between",
|
|
7904
7929
|
"exists",
|
|
7905
7930
|
"daysAgo",
|
|
7906
|
-
"minutesAgo"
|
|
7931
|
+
"minutesAgo",
|
|
7932
|
+
"daysAhead"
|
|
7907
7933
|
]
|
|
7908
7934
|
}
|
|
7909
7935
|
}
|
|
@@ -8292,6 +8318,17 @@ export const data = {
|
|
|
8292
8318
|
}
|
|
8293
8319
|
}
|
|
8294
8320
|
},
|
|
8321
|
+
"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAhead": {
|
|
8322
|
+
"type": "I",
|
|
8323
|
+
"fields": {
|
|
8324
|
+
"from": {
|
|
8325
|
+
"type": "number"
|
|
8326
|
+
},
|
|
8327
|
+
"to": {
|
|
8328
|
+
"type": "number"
|
|
8329
|
+
}
|
|
8330
|
+
}
|
|
8331
|
+
},
|
|
8295
8332
|
"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date": {
|
|
8296
8333
|
"type": "I",
|
|
8297
8334
|
"fields": {
|
|
@@ -8324,6 +8361,9 @@ export const data = {
|
|
|
8324
8361
|
},
|
|
8325
8362
|
"minutesAgo": {
|
|
8326
8363
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.MinutesAgo"
|
|
8364
|
+
},
|
|
8365
|
+
"daysAhead": {
|
|
8366
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAhead"
|
|
8327
8367
|
}
|
|
8328
8368
|
},
|
|
8329
8369
|
"oneofs": {
|
|
@@ -8338,7 +8378,8 @@ export const data = {
|
|
|
8338
8378
|
"between",
|
|
8339
8379
|
"exists",
|
|
8340
8380
|
"daysAgo",
|
|
8341
|
-
"minutesAgo"
|
|
8381
|
+
"minutesAgo",
|
|
8382
|
+
"daysAhead"
|
|
8342
8383
|
]
|
|
8343
8384
|
}
|
|
8344
8385
|
}
|
|
@@ -9023,6 +9064,17 @@ export const data = {
|
|
|
9023
9064
|
}
|
|
9024
9065
|
}
|
|
9025
9066
|
},
|
|
9067
|
+
"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAhead": {
|
|
9068
|
+
"type": "I",
|
|
9069
|
+
"fields": {
|
|
9070
|
+
"from": {
|
|
9071
|
+
"type": "number"
|
|
9072
|
+
},
|
|
9073
|
+
"to": {
|
|
9074
|
+
"type": "number"
|
|
9075
|
+
}
|
|
9076
|
+
}
|
|
9077
|
+
},
|
|
9026
9078
|
"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date": {
|
|
9027
9079
|
"type": "I",
|
|
9028
9080
|
"fields": {
|
|
@@ -9055,6 +9107,9 @@ export const data = {
|
|
|
9055
9107
|
},
|
|
9056
9108
|
"minutesAgo": {
|
|
9057
9109
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.MinutesAgo"
|
|
9110
|
+
},
|
|
9111
|
+
"daysAhead": {
|
|
9112
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAhead"
|
|
9058
9113
|
}
|
|
9059
9114
|
},
|
|
9060
9115
|
"oneofs": {
|
|
@@ -9069,7 +9124,8 @@ export const data = {
|
|
|
9069
9124
|
"between",
|
|
9070
9125
|
"exists",
|
|
9071
9126
|
"daysAgo",
|
|
9072
|
-
"minutesAgo"
|
|
9127
|
+
"minutesAgo",
|
|
9128
|
+
"daysAhead"
|
|
9073
9129
|
]
|
|
9074
9130
|
}
|
|
9075
9131
|
}
|
|
@@ -9561,6 +9617,9 @@ export const data = {
|
|
|
9561
9617
|
},
|
|
9562
9618
|
"list": {
|
|
9563
9619
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.List"
|
|
9620
|
+
},
|
|
9621
|
+
"externalSegment": {
|
|
9622
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.ExternalSegment"
|
|
9564
9623
|
}
|
|
9565
9624
|
},
|
|
9566
9625
|
"oneofs": {
|
|
@@ -9576,7 +9635,8 @@ export const data = {
|
|
|
9576
9635
|
"bestTimeToSend",
|
|
9577
9636
|
"tagDateMatch",
|
|
9578
9637
|
"segment",
|
|
9579
|
-
"list"
|
|
9638
|
+
"list",
|
|
9639
|
+
"externalSegment"
|
|
9580
9640
|
]
|
|
9581
9641
|
}
|
|
9582
9642
|
}
|
package/package.json
CHANGED
|
@@ -521,6 +521,10 @@ export type FilterExpression_List = {
|
|
|
521
521
|
users: string[];
|
|
522
522
|
devices: string[];
|
|
523
523
|
};
|
|
524
|
+
export type FilterExpression_ExternalSegment = {
|
|
525
|
+
application: string;
|
|
526
|
+
segment: string;
|
|
527
|
+
};
|
|
524
528
|
export type FilterExpression_Static = {
|
|
525
529
|
application: string;
|
|
526
530
|
segment: string;
|
|
@@ -566,6 +570,10 @@ export type FilterExpression_Event_Date_MinutesAgo = {
|
|
|
566
570
|
operator: FilterExpression_Event_Date_MinutesAgo_Operator;
|
|
567
571
|
value: number;
|
|
568
572
|
};
|
|
573
|
+
export type FilterExpression_Event_Date_DaysAhead = {
|
|
574
|
+
from: number;
|
|
575
|
+
to: number;
|
|
576
|
+
};
|
|
569
577
|
export type FilterExpression_Event_Date_kind_eq = {
|
|
570
578
|
type: 'eq';
|
|
571
579
|
data: FilterExpression_Event_Date_Eq;
|
|
@@ -606,7 +614,11 @@ export type FilterExpression_Event_Date_kind_minutesAgo = {
|
|
|
606
614
|
type: 'minutesAgo';
|
|
607
615
|
data: FilterExpression_Event_Date_MinutesAgo;
|
|
608
616
|
};
|
|
609
|
-
export type
|
|
617
|
+
export type FilterExpression_Event_Date_kind_daysAhead = {
|
|
618
|
+
type: 'daysAhead';
|
|
619
|
+
data: FilterExpression_Event_Date_DaysAhead;
|
|
620
|
+
};
|
|
621
|
+
export type FilterExpression_Event_Date_kind = FilterExpression_Event_Date_kind_eq | FilterExpression_Event_Date_kind_neq | FilterExpression_Event_Date_kind_lte | FilterExpression_Event_Date_kind_gte | FilterExpression_Event_Date_kind_in | FilterExpression_Event_Date_kind_notIn | FilterExpression_Event_Date_kind_between | FilterExpression_Event_Date_kind_exists | FilterExpression_Event_Date_kind_daysAgo | FilterExpression_Event_Date_kind_minutesAgo | FilterExpression_Event_Date_kind_daysAhead;
|
|
610
622
|
export type FilterExpression_Event_Date = {
|
|
611
623
|
kind: FilterExpression_Event_Date_kind;
|
|
612
624
|
};
|
|
@@ -792,6 +804,10 @@ export type FilterExpression_Event_Attribute_Date_MinutesAgo = {
|
|
|
792
804
|
operator: FilterExpression_Event_Attribute_Date_MinutesAgo_Operator;
|
|
793
805
|
value: number;
|
|
794
806
|
};
|
|
807
|
+
export type FilterExpression_Event_Attribute_Date_DaysAhead = {
|
|
808
|
+
from: number;
|
|
809
|
+
to: number;
|
|
810
|
+
};
|
|
795
811
|
export type FilterExpression_Event_Attribute_Date_kind_eq = {
|
|
796
812
|
type: 'eq';
|
|
797
813
|
data: FilterExpression_Event_Attribute_Date_Eq;
|
|
@@ -832,7 +848,11 @@ export type FilterExpression_Event_Attribute_Date_kind_minutesAgo = {
|
|
|
832
848
|
type: 'minutesAgo';
|
|
833
849
|
data: FilterExpression_Event_Attribute_Date_MinutesAgo;
|
|
834
850
|
};
|
|
835
|
-
export type
|
|
851
|
+
export type FilterExpression_Event_Attribute_Date_kind_daysAhead = {
|
|
852
|
+
type: 'daysAhead';
|
|
853
|
+
data: FilterExpression_Event_Attribute_Date_DaysAhead;
|
|
854
|
+
};
|
|
855
|
+
export type FilterExpression_Event_Attribute_Date_kind = FilterExpression_Event_Attribute_Date_kind_eq | FilterExpression_Event_Attribute_Date_kind_neq | FilterExpression_Event_Attribute_Date_kind_lte | FilterExpression_Event_Attribute_Date_kind_gte | FilterExpression_Event_Attribute_Date_kind_in | FilterExpression_Event_Attribute_Date_kind_notIn | FilterExpression_Event_Attribute_Date_kind_between | FilterExpression_Event_Attribute_Date_kind_exists | FilterExpression_Event_Attribute_Date_kind_daysAgo | FilterExpression_Event_Attribute_Date_kind_minutesAgo | FilterExpression_Event_Attribute_Date_kind_daysAhead;
|
|
836
856
|
export type FilterExpression_Event_Attribute_Date = {
|
|
837
857
|
kind: FilterExpression_Event_Attribute_Date_kind;
|
|
838
858
|
};
|
|
@@ -1173,6 +1193,10 @@ export type FilterExpression_Tag_Date_MinutesAgo = {
|
|
|
1173
1193
|
operator: FilterExpression_Tag_Date_MinutesAgo_Operator;
|
|
1174
1194
|
value: number;
|
|
1175
1195
|
};
|
|
1196
|
+
export type FilterExpression_Tag_Date_DaysAhead = {
|
|
1197
|
+
from: number;
|
|
1198
|
+
to: number;
|
|
1199
|
+
};
|
|
1176
1200
|
export type FilterExpression_Tag_Date_kind_eq = {
|
|
1177
1201
|
type: 'eq';
|
|
1178
1202
|
data: FilterExpression_Tag_Date_Eq;
|
|
@@ -1213,7 +1237,11 @@ export type FilterExpression_Tag_Date_kind_minutesAgo = {
|
|
|
1213
1237
|
type: 'minutesAgo';
|
|
1214
1238
|
data: FilterExpression_Tag_Date_MinutesAgo;
|
|
1215
1239
|
};
|
|
1216
|
-
export type
|
|
1240
|
+
export type FilterExpression_Tag_Date_kind_daysAhead = {
|
|
1241
|
+
type: 'daysAhead';
|
|
1242
|
+
data: FilterExpression_Tag_Date_DaysAhead;
|
|
1243
|
+
};
|
|
1244
|
+
export type FilterExpression_Tag_Date_kind = FilterExpression_Tag_Date_kind_eq | FilterExpression_Tag_Date_kind_neq | FilterExpression_Tag_Date_kind_lte | FilterExpression_Tag_Date_kind_gte | FilterExpression_Tag_Date_kind_in | FilterExpression_Tag_Date_kind_notIn | FilterExpression_Tag_Date_kind_between | FilterExpression_Tag_Date_kind_exists | FilterExpression_Tag_Date_kind_daysAgo | FilterExpression_Tag_Date_kind_minutesAgo | FilterExpression_Tag_Date_kind_daysAhead;
|
|
1217
1245
|
export type FilterExpression_Tag_Date = {
|
|
1218
1246
|
kind: FilterExpression_Tag_Date_kind;
|
|
1219
1247
|
};
|
|
@@ -1514,7 +1542,11 @@ export type FilterExpression_kind_list = {
|
|
|
1514
1542
|
type: 'list';
|
|
1515
1543
|
data: FilterExpression_List;
|
|
1516
1544
|
};
|
|
1517
|
-
export type
|
|
1545
|
+
export type FilterExpression_kind_externalSegment = {
|
|
1546
|
+
type: 'externalSegment';
|
|
1547
|
+
data: FilterExpression_ExternalSegment;
|
|
1548
|
+
};
|
|
1549
|
+
export type FilterExpression_kind = FilterExpression_kind_operation | FilterExpression_kind_application | FilterExpression_kind_tag | FilterExpression_kind_geo | FilterExpression_kind_static | FilterExpression_kind_event | FilterExpression_kind_updated | FilterExpression_kind_bestTimeToSend | FilterExpression_kind_tagDateMatch | FilterExpression_kind_segment | FilterExpression_kind_list | FilterExpression_kind_externalSegment;
|
|
1518
1550
|
export type FilterExpression = {
|
|
1519
1551
|
kind: FilterExpression_kind;
|
|
1520
1552
|
};
|