@pushwoosh/rpc-v2-http-api-data 0.1.924 → 0.1.926
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 +67 -4
- package/package.json +1 -1
- package/pushwoosh_objects_filters_v1.d.ts +36 -4
- package/rich_medias.d.ts +1 -0
package/data.js
CHANGED
|
@@ -15158,6 +15158,17 @@ export const data = {
|
|
|
15158
15158
|
}
|
|
15159
15159
|
}
|
|
15160
15160
|
},
|
|
15161
|
+
"pushwoosh.objects.filters.v1.FilterExpression.ExternalSegment": {
|
|
15162
|
+
"type": "I",
|
|
15163
|
+
"fields": {
|
|
15164
|
+
"application": {
|
|
15165
|
+
"type": "string"
|
|
15166
|
+
},
|
|
15167
|
+
"segment": {
|
|
15168
|
+
"type": "string"
|
|
15169
|
+
}
|
|
15170
|
+
}
|
|
15171
|
+
},
|
|
15161
15172
|
"pushwoosh.objects.filters.v1.FilterExpression.Static": {
|
|
15162
15173
|
"type": "I",
|
|
15163
15174
|
"fields": {
|
|
@@ -15304,6 +15315,17 @@ export const data = {
|
|
|
15304
15315
|
}
|
|
15305
15316
|
}
|
|
15306
15317
|
},
|
|
15318
|
+
"pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAhead": {
|
|
15319
|
+
"type": "I",
|
|
15320
|
+
"fields": {
|
|
15321
|
+
"from": {
|
|
15322
|
+
"type": "number"
|
|
15323
|
+
},
|
|
15324
|
+
"to": {
|
|
15325
|
+
"type": "number"
|
|
15326
|
+
}
|
|
15327
|
+
}
|
|
15328
|
+
},
|
|
15307
15329
|
"pushwoosh.objects.filters.v1.FilterExpression.Event.Date": {
|
|
15308
15330
|
"type": "I",
|
|
15309
15331
|
"fields": {
|
|
@@ -15336,6 +15358,9 @@ export const data = {
|
|
|
15336
15358
|
},
|
|
15337
15359
|
"minutesAgo": {
|
|
15338
15360
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.MinutesAgo"
|
|
15361
|
+
},
|
|
15362
|
+
"daysAhead": {
|
|
15363
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Date.DaysAhead"
|
|
15339
15364
|
}
|
|
15340
15365
|
},
|
|
15341
15366
|
"oneofs": {
|
|
@@ -15350,7 +15375,8 @@ export const data = {
|
|
|
15350
15375
|
"between",
|
|
15351
15376
|
"exists",
|
|
15352
15377
|
"daysAgo",
|
|
15353
|
-
"minutesAgo"
|
|
15378
|
+
"minutesAgo",
|
|
15379
|
+
"daysAhead"
|
|
15354
15380
|
]
|
|
15355
15381
|
}
|
|
15356
15382
|
}
|
|
@@ -15739,6 +15765,17 @@ export const data = {
|
|
|
15739
15765
|
}
|
|
15740
15766
|
}
|
|
15741
15767
|
},
|
|
15768
|
+
"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAhead": {
|
|
15769
|
+
"type": "I",
|
|
15770
|
+
"fields": {
|
|
15771
|
+
"from": {
|
|
15772
|
+
"type": "number"
|
|
15773
|
+
},
|
|
15774
|
+
"to": {
|
|
15775
|
+
"type": "number"
|
|
15776
|
+
}
|
|
15777
|
+
}
|
|
15778
|
+
},
|
|
15742
15779
|
"pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date": {
|
|
15743
15780
|
"type": "I",
|
|
15744
15781
|
"fields": {
|
|
@@ -15771,6 +15808,9 @@ export const data = {
|
|
|
15771
15808
|
},
|
|
15772
15809
|
"minutesAgo": {
|
|
15773
15810
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.MinutesAgo"
|
|
15811
|
+
},
|
|
15812
|
+
"daysAhead": {
|
|
15813
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.Event.Attribute.Date.DaysAhead"
|
|
15774
15814
|
}
|
|
15775
15815
|
},
|
|
15776
15816
|
"oneofs": {
|
|
@@ -15785,7 +15825,8 @@ export const data = {
|
|
|
15785
15825
|
"between",
|
|
15786
15826
|
"exists",
|
|
15787
15827
|
"daysAgo",
|
|
15788
|
-
"minutesAgo"
|
|
15828
|
+
"minutesAgo",
|
|
15829
|
+
"daysAhead"
|
|
15789
15830
|
]
|
|
15790
15831
|
}
|
|
15791
15832
|
}
|
|
@@ -16470,6 +16511,17 @@ export const data = {
|
|
|
16470
16511
|
}
|
|
16471
16512
|
}
|
|
16472
16513
|
},
|
|
16514
|
+
"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAhead": {
|
|
16515
|
+
"type": "I",
|
|
16516
|
+
"fields": {
|
|
16517
|
+
"from": {
|
|
16518
|
+
"type": "number"
|
|
16519
|
+
},
|
|
16520
|
+
"to": {
|
|
16521
|
+
"type": "number"
|
|
16522
|
+
}
|
|
16523
|
+
}
|
|
16524
|
+
},
|
|
16473
16525
|
"pushwoosh.objects.filters.v1.FilterExpression.Tag.Date": {
|
|
16474
16526
|
"type": "I",
|
|
16475
16527
|
"fields": {
|
|
@@ -16502,6 +16554,9 @@ export const data = {
|
|
|
16502
16554
|
},
|
|
16503
16555
|
"minutesAgo": {
|
|
16504
16556
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.MinutesAgo"
|
|
16557
|
+
},
|
|
16558
|
+
"daysAhead": {
|
|
16559
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.Tag.Date.DaysAhead"
|
|
16505
16560
|
}
|
|
16506
16561
|
},
|
|
16507
16562
|
"oneofs": {
|
|
@@ -16516,7 +16571,8 @@ export const data = {
|
|
|
16516
16571
|
"between",
|
|
16517
16572
|
"exists",
|
|
16518
16573
|
"daysAgo",
|
|
16519
|
-
"minutesAgo"
|
|
16574
|
+
"minutesAgo",
|
|
16575
|
+
"daysAhead"
|
|
16520
16576
|
]
|
|
16521
16577
|
}
|
|
16522
16578
|
}
|
|
@@ -17008,6 +17064,9 @@ export const data = {
|
|
|
17008
17064
|
},
|
|
17009
17065
|
"list": {
|
|
17010
17066
|
"type": "pushwoosh.objects.filters.v1.FilterExpression.List"
|
|
17067
|
+
},
|
|
17068
|
+
"externalSegment": {
|
|
17069
|
+
"type": "pushwoosh.objects.filters.v1.FilterExpression.ExternalSegment"
|
|
17011
17070
|
}
|
|
17012
17071
|
},
|
|
17013
17072
|
"oneofs": {
|
|
@@ -17023,7 +17082,8 @@ export const data = {
|
|
|
17023
17082
|
"bestTimeToSend",
|
|
17024
17083
|
"tagDateMatch",
|
|
17025
17084
|
"segment",
|
|
17026
|
-
"list"
|
|
17085
|
+
"list",
|
|
17086
|
+
"externalSegment"
|
|
17027
17087
|
]
|
|
17028
17088
|
}
|
|
17029
17089
|
}
|
|
@@ -23023,6 +23083,9 @@ export const data = {
|
|
|
23023
23083
|
},
|
|
23024
23084
|
"inputGroups": {
|
|
23025
23085
|
"type": "string"
|
|
23086
|
+
},
|
|
23087
|
+
"createdType": {
|
|
23088
|
+
"type": "pushwoosh.rpc_v2.rich_medias.RichMedia.CreatedType"
|
|
23026
23089
|
}
|
|
23027
23090
|
}
|
|
23028
23091
|
},
|
package/package.json
CHANGED
|
@@ -605,6 +605,10 @@ export type FilterExpression_List = {
|
|
|
605
605
|
users: string[];
|
|
606
606
|
devices: string[];
|
|
607
607
|
};
|
|
608
|
+
export type FilterExpression_ExternalSegment = {
|
|
609
|
+
application: string;
|
|
610
|
+
segment: string;
|
|
611
|
+
};
|
|
608
612
|
/** UserID/HWID set stored in database */
|
|
609
613
|
export type FilterExpression_Static = {
|
|
610
614
|
application: string;
|
|
@@ -651,6 +655,10 @@ export type FilterExpression_Event_Date_MinutesAgo = {
|
|
|
651
655
|
operator: FilterExpression_Event_Date_MinutesAgo_Operator;
|
|
652
656
|
value: number;
|
|
653
657
|
};
|
|
658
|
+
export type FilterExpression_Event_Date_DaysAhead = {
|
|
659
|
+
from: number;
|
|
660
|
+
to: number;
|
|
661
|
+
};
|
|
654
662
|
export type FilterExpression_Event_Date_kind_eq = {
|
|
655
663
|
type: 'eq';
|
|
656
664
|
data: FilterExpression_Event_Date_Eq;
|
|
@@ -691,7 +699,11 @@ export type FilterExpression_Event_Date_kind_minutesAgo = {
|
|
|
691
699
|
type: 'minutesAgo';
|
|
692
700
|
data: FilterExpression_Event_Date_MinutesAgo;
|
|
693
701
|
};
|
|
694
|
-
export type
|
|
702
|
+
export type FilterExpression_Event_Date_kind_daysAhead = {
|
|
703
|
+
type: 'daysAhead';
|
|
704
|
+
data: FilterExpression_Event_Date_DaysAhead;
|
|
705
|
+
};
|
|
706
|
+
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;
|
|
695
707
|
export type FilterExpression_Event_Date = {
|
|
696
708
|
kind: FilterExpression_Event_Date_kind;
|
|
697
709
|
};
|
|
@@ -877,6 +889,10 @@ export type FilterExpression_Event_Attribute_Date_MinutesAgo = {
|
|
|
877
889
|
operator: FilterExpression_Event_Attribute_Date_MinutesAgo_Operator;
|
|
878
890
|
value: number;
|
|
879
891
|
};
|
|
892
|
+
export type FilterExpression_Event_Attribute_Date_DaysAhead = {
|
|
893
|
+
from: number;
|
|
894
|
+
to: number;
|
|
895
|
+
};
|
|
880
896
|
export type FilterExpression_Event_Attribute_Date_kind_eq = {
|
|
881
897
|
type: 'eq';
|
|
882
898
|
data: FilterExpression_Event_Attribute_Date_Eq;
|
|
@@ -917,7 +933,11 @@ export type FilterExpression_Event_Attribute_Date_kind_minutesAgo = {
|
|
|
917
933
|
type: 'minutesAgo';
|
|
918
934
|
data: FilterExpression_Event_Attribute_Date_MinutesAgo;
|
|
919
935
|
};
|
|
920
|
-
export type
|
|
936
|
+
export type FilterExpression_Event_Attribute_Date_kind_daysAhead = {
|
|
937
|
+
type: 'daysAhead';
|
|
938
|
+
data: FilterExpression_Event_Attribute_Date_DaysAhead;
|
|
939
|
+
};
|
|
940
|
+
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;
|
|
921
941
|
export type FilterExpression_Event_Attribute_Date = {
|
|
922
942
|
kind: FilterExpression_Event_Attribute_Date_kind;
|
|
923
943
|
};
|
|
@@ -1260,6 +1280,10 @@ export type FilterExpression_Tag_Date_MinutesAgo = {
|
|
|
1260
1280
|
operator: FilterExpression_Tag_Date_MinutesAgo_Operator;
|
|
1261
1281
|
value: number;
|
|
1262
1282
|
};
|
|
1283
|
+
export type FilterExpression_Tag_Date_DaysAhead = {
|
|
1284
|
+
from: number;
|
|
1285
|
+
to: number;
|
|
1286
|
+
};
|
|
1263
1287
|
export type FilterExpression_Tag_Date_kind_eq = {
|
|
1264
1288
|
type: 'eq';
|
|
1265
1289
|
data: FilterExpression_Tag_Date_Eq;
|
|
@@ -1300,7 +1324,11 @@ export type FilterExpression_Tag_Date_kind_minutesAgo = {
|
|
|
1300
1324
|
type: 'minutesAgo';
|
|
1301
1325
|
data: FilterExpression_Tag_Date_MinutesAgo;
|
|
1302
1326
|
};
|
|
1303
|
-
export type
|
|
1327
|
+
export type FilterExpression_Tag_Date_kind_daysAhead = {
|
|
1328
|
+
type: 'daysAhead';
|
|
1329
|
+
data: FilterExpression_Tag_Date_DaysAhead;
|
|
1330
|
+
};
|
|
1331
|
+
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;
|
|
1304
1332
|
export type FilterExpression_Tag_Date = {
|
|
1305
1333
|
kind: FilterExpression_Tag_Date_kind;
|
|
1306
1334
|
};
|
|
@@ -1603,7 +1631,11 @@ export type FilterExpression_kind_list = {
|
|
|
1603
1631
|
type: 'list';
|
|
1604
1632
|
data: FilterExpression_List;
|
|
1605
1633
|
};
|
|
1606
|
-
export type
|
|
1634
|
+
export type FilterExpression_kind_externalSegment = {
|
|
1635
|
+
type: 'externalSegment';
|
|
1636
|
+
data: FilterExpression_ExternalSegment;
|
|
1637
|
+
};
|
|
1638
|
+
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;
|
|
1607
1639
|
/** FilterExpression describes structures for querying devices from the database */
|
|
1608
1640
|
export type FilterExpression = {
|
|
1609
1641
|
kind: FilterExpression_kind;
|
package/rich_medias.d.ts
CHANGED