@pushwoosh/rpc-v2-http-api-data 0.1.405 → 0.1.406
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/accounts.d.ts +6 -6
- package/api_tokens.d.ts +12 -12
- package/applications_configurations.d.ts +24 -24
- package/events.d.ts +12 -12
- package/filters.d.ts +4 -4
- package/google_api.d.ts +12 -12
- package/google_protobuf.d.ts +12 -12
- package/messages.d.ts +4 -4
- package/package.json +1 -1
- package/pushwoosh_channels_messagingApi_v2.d.ts +40 -40
- package/pushwoosh_objects_filters_v1.d.ts +306 -306
- package/pushwoosh_objects_restrictionValues_v1.d.ts +216 -216
|
@@ -96,84 +96,84 @@ export type LogicExpression_Field_Updated = {
|
|
|
96
96
|
values: Date[];
|
|
97
97
|
};
|
|
98
98
|
export type LogicExpression_Field_kind_CondID = {
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
type: 'CondID';
|
|
100
|
+
data: LogicExpression_Field_ID;
|
|
101
101
|
};
|
|
102
102
|
export type LogicExpression_Field_kind_CondCode = {
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
type: 'CondCode';
|
|
104
|
+
data: LogicExpression_Field_Code;
|
|
105
105
|
};
|
|
106
106
|
export type LogicExpression_Field_kind_CondAccountID = {
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
type: 'CondAccountID';
|
|
108
|
+
data: LogicExpression_Field_AccountID;
|
|
109
109
|
};
|
|
110
110
|
export type LogicExpression_Field_kind_CondName = {
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
type: 'CondName';
|
|
112
|
+
data: LogicExpression_Field_Name;
|
|
113
113
|
};
|
|
114
114
|
export type LogicExpression_Field_kind_CondApplicationID = {
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
type: 'CondApplicationID';
|
|
116
|
+
data: LogicExpression_Field_ApplicationID;
|
|
117
117
|
};
|
|
118
118
|
export type LogicExpression_Field_kind_CondIsFiltrationInProgress = {
|
|
119
|
-
|
|
120
|
-
|
|
119
|
+
type: 'CondIsFiltrationInProgress';
|
|
120
|
+
data: LogicExpression_Field_IsFiltrationInProgress;
|
|
121
121
|
};
|
|
122
122
|
export type LogicExpression_Field_kind_CondFiltrationStartedAt = {
|
|
123
|
-
|
|
124
|
-
|
|
123
|
+
type: 'CondFiltrationStartedAt';
|
|
124
|
+
data: LogicExpression_Field_FiltrationStartedAt;
|
|
125
125
|
};
|
|
126
126
|
export type LogicExpression_Field_kind_CondFiltrationLastFilteredAt = {
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
type: 'CondFiltrationLastFilteredAt';
|
|
128
|
+
data: LogicExpression_Field_FiltrationLastFilteredAt;
|
|
129
129
|
};
|
|
130
130
|
export type LogicExpression_Field_kind_CondFiltrationLastCheckedAt = {
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
type: 'CondFiltrationLastCheckedAt';
|
|
132
|
+
data: LogicExpression_Field_FiltrationLastCheckedAt;
|
|
133
133
|
};
|
|
134
134
|
export type LogicExpression_Field_kind_CondFiltrationScheduledAt = {
|
|
135
|
-
|
|
136
|
-
|
|
135
|
+
type: 'CondFiltrationScheduledAt';
|
|
136
|
+
data: LogicExpression_Field_FiltrationScheduledAt;
|
|
137
137
|
};
|
|
138
138
|
export type LogicExpression_Field_kind_CondCheckerScheduledAt = {
|
|
139
|
-
|
|
140
|
-
|
|
139
|
+
type: 'CondCheckerScheduledAt';
|
|
140
|
+
data: LogicExpression_Field_CheckerScheduledAt;
|
|
141
141
|
};
|
|
142
142
|
export type LogicExpression_Field_kind_CondIsSystem = {
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
type: 'CondIsSystem';
|
|
144
|
+
data: LogicExpression_Field_IsSystem;
|
|
145
145
|
};
|
|
146
146
|
export type LogicExpression_Field_kind_CondExpirationDate = {
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
type: 'CondExpirationDate';
|
|
148
|
+
data: LogicExpression_Field_ExpirationDate;
|
|
149
149
|
};
|
|
150
150
|
export type LogicExpression_Field_kind_CondCreated = {
|
|
151
|
-
|
|
152
|
-
|
|
151
|
+
type: 'CondCreated';
|
|
152
|
+
data: LogicExpression_Field_Created;
|
|
153
153
|
};
|
|
154
154
|
export type LogicExpression_Field_kind_CondFilterExpressionRaw = {
|
|
155
|
-
|
|
156
|
-
|
|
155
|
+
type: 'CondFilterExpressionRaw';
|
|
156
|
+
data: LogicExpression_Field_FilterExpressionRaw;
|
|
157
157
|
};
|
|
158
158
|
export type LogicExpression_Field_kind_CondFiltrationID = {
|
|
159
|
-
|
|
160
|
-
|
|
159
|
+
type: 'CondFiltrationID';
|
|
160
|
+
data: LogicExpression_Field_FiltrationID;
|
|
161
161
|
};
|
|
162
162
|
export type LogicExpression_Field_kind_CondUpdated = {
|
|
163
|
-
|
|
164
|
-
|
|
163
|
+
type: 'CondUpdated';
|
|
164
|
+
data: LogicExpression_Field_Updated;
|
|
165
165
|
};
|
|
166
166
|
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondCode | LogicExpression_Field_kind_CondAccountID | LogicExpression_Field_kind_CondName | LogicExpression_Field_kind_CondApplicationID | LogicExpression_Field_kind_CondIsFiltrationInProgress | LogicExpression_Field_kind_CondFiltrationStartedAt | LogicExpression_Field_kind_CondFiltrationLastFilteredAt | LogicExpression_Field_kind_CondFiltrationLastCheckedAt | LogicExpression_Field_kind_CondFiltrationScheduledAt | LogicExpression_Field_kind_CondCheckerScheduledAt | LogicExpression_Field_kind_CondIsSystem | LogicExpression_Field_kind_CondExpirationDate | LogicExpression_Field_kind_CondCreated | LogicExpression_Field_kind_CondFilterExpressionRaw | LogicExpression_Field_kind_CondFiltrationID | LogicExpression_Field_kind_CondUpdated;
|
|
167
167
|
export type LogicExpression_Field = {
|
|
168
168
|
kind: LogicExpression_Field_kind;
|
|
169
169
|
};
|
|
170
170
|
export type LogicExpression_kind_binary = {
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
type: 'binary';
|
|
172
|
+
data: LogicExpression_Binary;
|
|
173
173
|
};
|
|
174
174
|
export type LogicExpression_kind_field = {
|
|
175
|
-
|
|
176
|
-
|
|
175
|
+
type: 'field';
|
|
176
|
+
data: LogicExpression_Field;
|
|
177
177
|
};
|
|
178
178
|
export type LogicExpression_kind = LogicExpression_kind_binary | LogicExpression_kind_field;
|
|
179
179
|
export type LogicExpression = {
|
|
@@ -428,24 +428,24 @@ export type FilterExpression_BestTimeToSend_Value_Gte = {
|
|
|
428
428
|
};
|
|
429
429
|
export type FilterExpression_BestTimeToSend_Value_Any = {};
|
|
430
430
|
export type FilterExpression_BestTimeToSend_Value_kind_eq = {
|
|
431
|
-
|
|
432
|
-
|
|
431
|
+
type: 'eq';
|
|
432
|
+
data: FilterExpression_BestTimeToSend_Value_Eq;
|
|
433
433
|
};
|
|
434
434
|
export type FilterExpression_BestTimeToSend_Value_kind_neq = {
|
|
435
|
-
|
|
436
|
-
|
|
435
|
+
type: 'neq';
|
|
436
|
+
data: FilterExpression_BestTimeToSend_Value_Neq;
|
|
437
437
|
};
|
|
438
438
|
export type FilterExpression_BestTimeToSend_Value_kind_lte = {
|
|
439
|
-
|
|
440
|
-
|
|
439
|
+
type: 'lte';
|
|
440
|
+
data: FilterExpression_BestTimeToSend_Value_Lte;
|
|
441
441
|
};
|
|
442
442
|
export type FilterExpression_BestTimeToSend_Value_kind_gte = {
|
|
443
|
-
|
|
444
|
-
|
|
443
|
+
type: 'gte';
|
|
444
|
+
data: FilterExpression_BestTimeToSend_Value_Gte;
|
|
445
445
|
};
|
|
446
446
|
export type FilterExpression_BestTimeToSend_Value_kind_any = {
|
|
447
|
-
|
|
448
|
-
|
|
447
|
+
type: 'any';
|
|
448
|
+
data: FilterExpression_BestTimeToSend_Value_Any;
|
|
449
449
|
};
|
|
450
450
|
export type FilterExpression_BestTimeToSend_Value_kind = FilterExpression_BestTimeToSend_Value_kind_eq | FilterExpression_BestTimeToSend_Value_kind_neq | FilterExpression_BestTimeToSend_Value_kind_lte | FilterExpression_BestTimeToSend_Value_kind_gte | FilterExpression_BestTimeToSend_Value_kind_any;
|
|
451
451
|
export type FilterExpression_BestTimeToSend_Value = {
|
|
@@ -496,40 +496,40 @@ export type FilterExpression_Event_Date_DaysAgo = {
|
|
|
496
496
|
values: number[];
|
|
497
497
|
};
|
|
498
498
|
export type FilterExpression_Event_Date_kind_eq = {
|
|
499
|
-
|
|
500
|
-
|
|
499
|
+
type: 'eq';
|
|
500
|
+
data: FilterExpression_Event_Date_Eq;
|
|
501
501
|
};
|
|
502
502
|
export type FilterExpression_Event_Date_kind_neq = {
|
|
503
|
-
|
|
504
|
-
|
|
503
|
+
type: 'neq';
|
|
504
|
+
data: FilterExpression_Event_Date_Neq;
|
|
505
505
|
};
|
|
506
506
|
export type FilterExpression_Event_Date_kind_lte = {
|
|
507
|
-
|
|
508
|
-
|
|
507
|
+
type: 'lte';
|
|
508
|
+
data: FilterExpression_Event_Date_Lte;
|
|
509
509
|
};
|
|
510
510
|
export type FilterExpression_Event_Date_kind_gte = {
|
|
511
|
-
|
|
512
|
-
|
|
511
|
+
type: 'gte';
|
|
512
|
+
data: FilterExpression_Event_Date_Gte;
|
|
513
513
|
};
|
|
514
514
|
export type FilterExpression_Event_Date_kind_in = {
|
|
515
|
-
|
|
516
|
-
|
|
515
|
+
type: 'in';
|
|
516
|
+
data: FilterExpression_Event_Date_In;
|
|
517
517
|
};
|
|
518
518
|
export type FilterExpression_Event_Date_kind_notIn = {
|
|
519
|
-
|
|
520
|
-
|
|
519
|
+
type: 'notIn';
|
|
520
|
+
data: FilterExpression_Event_Date_NotIn;
|
|
521
521
|
};
|
|
522
522
|
export type FilterExpression_Event_Date_kind_between = {
|
|
523
|
-
|
|
524
|
-
|
|
523
|
+
type: 'between';
|
|
524
|
+
data: FilterExpression_Event_Date_Between;
|
|
525
525
|
};
|
|
526
526
|
export type FilterExpression_Event_Date_kind_exists = {
|
|
527
|
-
|
|
528
|
-
|
|
527
|
+
type: 'exists';
|
|
528
|
+
data: FilterExpression_Event_Date_Exists;
|
|
529
529
|
};
|
|
530
530
|
export type FilterExpression_Event_Date_kind_daysAgo = {
|
|
531
|
-
|
|
532
|
-
|
|
531
|
+
type: 'daysAgo';
|
|
532
|
+
data: FilterExpression_Event_Date_DaysAgo;
|
|
533
533
|
};
|
|
534
534
|
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;
|
|
535
535
|
export type FilterExpression_Event_Date = {
|
|
@@ -561,36 +561,36 @@ export type FilterExpression_Event_Attribute_Integer_Exists = {
|
|
|
561
561
|
exists: boolean;
|
|
562
562
|
};
|
|
563
563
|
export type FilterExpression_Event_Attribute_Integer_kind_eq = {
|
|
564
|
-
|
|
565
|
-
|
|
564
|
+
type: 'eq';
|
|
565
|
+
data: FilterExpression_Event_Attribute_Integer_Eq;
|
|
566
566
|
};
|
|
567
567
|
export type FilterExpression_Event_Attribute_Integer_kind_neq = {
|
|
568
|
-
|
|
569
|
-
|
|
568
|
+
type: 'neq';
|
|
569
|
+
data: FilterExpression_Event_Attribute_Integer_Neq;
|
|
570
570
|
};
|
|
571
571
|
export type FilterExpression_Event_Attribute_Integer_kind_lte = {
|
|
572
|
-
|
|
573
|
-
|
|
572
|
+
type: 'lte';
|
|
573
|
+
data: FilterExpression_Event_Attribute_Integer_Lte;
|
|
574
574
|
};
|
|
575
575
|
export type FilterExpression_Event_Attribute_Integer_kind_gte = {
|
|
576
|
-
|
|
577
|
-
|
|
576
|
+
type: 'gte';
|
|
577
|
+
data: FilterExpression_Event_Attribute_Integer_Gte;
|
|
578
578
|
};
|
|
579
579
|
export type FilterExpression_Event_Attribute_Integer_kind_in = {
|
|
580
|
-
|
|
581
|
-
|
|
580
|
+
type: 'in';
|
|
581
|
+
data: FilterExpression_Event_Attribute_Integer_In;
|
|
582
582
|
};
|
|
583
583
|
export type FilterExpression_Event_Attribute_Integer_kind_notIn = {
|
|
584
|
-
|
|
585
|
-
|
|
584
|
+
type: 'notIn';
|
|
585
|
+
data: FilterExpression_Event_Attribute_Integer_NotIn;
|
|
586
586
|
};
|
|
587
587
|
export type FilterExpression_Event_Attribute_Integer_kind_between = {
|
|
588
|
-
|
|
589
|
-
|
|
588
|
+
type: 'between';
|
|
589
|
+
data: FilterExpression_Event_Attribute_Integer_Between;
|
|
590
590
|
};
|
|
591
591
|
export type FilterExpression_Event_Attribute_Integer_kind_exists = {
|
|
592
|
-
|
|
593
|
-
|
|
592
|
+
type: 'exists';
|
|
593
|
+
data: FilterExpression_Event_Attribute_Integer_Exists;
|
|
594
594
|
};
|
|
595
595
|
export type FilterExpression_Event_Attribute_Integer_kind = FilterExpression_Event_Attribute_Integer_kind_eq | FilterExpression_Event_Attribute_Integer_kind_neq | FilterExpression_Event_Attribute_Integer_kind_lte | FilterExpression_Event_Attribute_Integer_kind_gte | FilterExpression_Event_Attribute_Integer_kind_in | FilterExpression_Event_Attribute_Integer_kind_notIn | FilterExpression_Event_Attribute_Integer_kind_between | FilterExpression_Event_Attribute_Integer_kind_exists;
|
|
596
596
|
export type FilterExpression_Event_Attribute_Integer = {
|
|
@@ -621,36 +621,36 @@ export type FilterExpression_Event_Attribute_String_Contains = {
|
|
|
621
621
|
value: string;
|
|
622
622
|
};
|
|
623
623
|
export type FilterExpression_Event_Attribute_String_kind_eq = {
|
|
624
|
-
|
|
625
|
-
|
|
624
|
+
type: 'eq';
|
|
625
|
+
data: FilterExpression_Event_Attribute_String_Eq;
|
|
626
626
|
};
|
|
627
627
|
export type FilterExpression_Event_Attribute_String_kind_neq = {
|
|
628
|
-
|
|
629
|
-
|
|
628
|
+
type: 'neq';
|
|
629
|
+
data: FilterExpression_Event_Attribute_String_Neq;
|
|
630
630
|
};
|
|
631
631
|
export type FilterExpression_Event_Attribute_String_kind_in = {
|
|
632
|
-
|
|
633
|
-
|
|
632
|
+
type: 'in';
|
|
633
|
+
data: FilterExpression_Event_Attribute_String_In;
|
|
634
634
|
};
|
|
635
635
|
export type FilterExpression_Event_Attribute_String_kind_notIn = {
|
|
636
|
-
|
|
637
|
-
|
|
636
|
+
type: 'notIn';
|
|
637
|
+
data: FilterExpression_Event_Attribute_String_NotIn;
|
|
638
638
|
};
|
|
639
639
|
export type FilterExpression_Event_Attribute_String_kind_exists = {
|
|
640
|
-
|
|
641
|
-
|
|
640
|
+
type: 'exists';
|
|
641
|
+
data: FilterExpression_Event_Attribute_String_Exists;
|
|
642
642
|
};
|
|
643
643
|
export type FilterExpression_Event_Attribute_String_kind_startsWith = {
|
|
644
|
-
|
|
645
|
-
|
|
644
|
+
type: 'startsWith';
|
|
645
|
+
data: FilterExpression_Event_Attribute_String_StartsWith;
|
|
646
646
|
};
|
|
647
647
|
export type FilterExpression_Event_Attribute_String_kind_endsWith = {
|
|
648
|
-
|
|
649
|
-
|
|
648
|
+
type: 'endsWith';
|
|
649
|
+
data: FilterExpression_Event_Attribute_String_EndsWith;
|
|
650
650
|
};
|
|
651
651
|
export type FilterExpression_Event_Attribute_String_kind_contains = {
|
|
652
|
-
|
|
653
|
-
|
|
652
|
+
type: 'contains';
|
|
653
|
+
data: FilterExpression_Event_Attribute_String_Contains;
|
|
654
654
|
};
|
|
655
655
|
export type FilterExpression_Event_Attribute_String_kind = FilterExpression_Event_Attribute_String_kind_eq | FilterExpression_Event_Attribute_String_kind_neq | FilterExpression_Event_Attribute_String_kind_in | FilterExpression_Event_Attribute_String_kind_notIn | FilterExpression_Event_Attribute_String_kind_exists | FilterExpression_Event_Attribute_String_kind_startsWith | FilterExpression_Event_Attribute_String_kind_endsWith | FilterExpression_Event_Attribute_String_kind_contains;
|
|
656
656
|
export type FilterExpression_Event_Attribute_String = {
|
|
@@ -666,16 +666,16 @@ export type FilterExpression_Event_Attribute_List_Exists = {
|
|
|
666
666
|
exists: boolean;
|
|
667
667
|
};
|
|
668
668
|
export type FilterExpression_Event_Attribute_List_kind_in = {
|
|
669
|
-
|
|
670
|
-
|
|
669
|
+
type: 'in';
|
|
670
|
+
data: FilterExpression_Event_Attribute_List_In;
|
|
671
671
|
};
|
|
672
672
|
export type FilterExpression_Event_Attribute_List_kind_notIn = {
|
|
673
|
-
|
|
674
|
-
|
|
673
|
+
type: 'notIn';
|
|
674
|
+
data: FilterExpression_Event_Attribute_List_NotIn;
|
|
675
675
|
};
|
|
676
676
|
export type FilterExpression_Event_Attribute_List_kind_exists = {
|
|
677
|
-
|
|
678
|
-
|
|
677
|
+
type: 'exists';
|
|
678
|
+
data: FilterExpression_Event_Attribute_List_Exists;
|
|
679
679
|
};
|
|
680
680
|
export type FilterExpression_Event_Attribute_List_kind = FilterExpression_Event_Attribute_List_kind_in | FilterExpression_Event_Attribute_List_kind_notIn | FilterExpression_Event_Attribute_List_kind_exists;
|
|
681
681
|
export type FilterExpression_Event_Attribute_List = {
|
|
@@ -713,40 +713,40 @@ export type FilterExpression_Event_Attribute_Date_DaysAgo = {
|
|
|
713
713
|
values: number[];
|
|
714
714
|
};
|
|
715
715
|
export type FilterExpression_Event_Attribute_Date_kind_eq = {
|
|
716
|
-
|
|
717
|
-
|
|
716
|
+
type: 'eq';
|
|
717
|
+
data: FilterExpression_Event_Attribute_Date_Eq;
|
|
718
718
|
};
|
|
719
719
|
export type FilterExpression_Event_Attribute_Date_kind_neq = {
|
|
720
|
-
|
|
721
|
-
|
|
720
|
+
type: 'neq';
|
|
721
|
+
data: FilterExpression_Event_Attribute_Date_Neq;
|
|
722
722
|
};
|
|
723
723
|
export type FilterExpression_Event_Attribute_Date_kind_lte = {
|
|
724
|
-
|
|
725
|
-
|
|
724
|
+
type: 'lte';
|
|
725
|
+
data: FilterExpression_Event_Attribute_Date_Lte;
|
|
726
726
|
};
|
|
727
727
|
export type FilterExpression_Event_Attribute_Date_kind_gte = {
|
|
728
|
-
|
|
729
|
-
|
|
728
|
+
type: 'gte';
|
|
729
|
+
data: FilterExpression_Event_Attribute_Date_Gte;
|
|
730
730
|
};
|
|
731
731
|
export type FilterExpression_Event_Attribute_Date_kind_in = {
|
|
732
|
-
|
|
733
|
-
|
|
732
|
+
type: 'in';
|
|
733
|
+
data: FilterExpression_Event_Attribute_Date_In;
|
|
734
734
|
};
|
|
735
735
|
export type FilterExpression_Event_Attribute_Date_kind_notIn = {
|
|
736
|
-
|
|
737
|
-
|
|
736
|
+
type: 'notIn';
|
|
737
|
+
data: FilterExpression_Event_Attribute_Date_NotIn;
|
|
738
738
|
};
|
|
739
739
|
export type FilterExpression_Event_Attribute_Date_kind_between = {
|
|
740
|
-
|
|
741
|
-
|
|
740
|
+
type: 'between';
|
|
741
|
+
data: FilterExpression_Event_Attribute_Date_Between;
|
|
742
742
|
};
|
|
743
743
|
export type FilterExpression_Event_Attribute_Date_kind_exists = {
|
|
744
|
-
|
|
745
|
-
|
|
744
|
+
type: 'exists';
|
|
745
|
+
data: FilterExpression_Event_Attribute_Date_Exists;
|
|
746
746
|
};
|
|
747
747
|
export type FilterExpression_Event_Attribute_Date_kind_daysAgo = {
|
|
748
|
-
|
|
749
|
-
|
|
748
|
+
type: 'daysAgo';
|
|
749
|
+
data: FilterExpression_Event_Attribute_Date_DaysAgo;
|
|
750
750
|
};
|
|
751
751
|
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;
|
|
752
752
|
export type FilterExpression_Event_Attribute_Date = {
|
|
@@ -762,16 +762,16 @@ export type FilterExpression_Event_Attribute_Boolean_Exists = {
|
|
|
762
762
|
exists: boolean;
|
|
763
763
|
};
|
|
764
764
|
export type FilterExpression_Event_Attribute_Boolean_kind_eq = {
|
|
765
|
-
|
|
766
|
-
|
|
765
|
+
type: 'eq';
|
|
766
|
+
data: FilterExpression_Event_Attribute_Boolean_Eq;
|
|
767
767
|
};
|
|
768
768
|
export type FilterExpression_Event_Attribute_Boolean_kind_neq = {
|
|
769
|
-
|
|
770
|
-
|
|
769
|
+
type: 'neq';
|
|
770
|
+
data: FilterExpression_Event_Attribute_Boolean_Neq;
|
|
771
771
|
};
|
|
772
772
|
export type FilterExpression_Event_Attribute_Boolean_kind_exists = {
|
|
773
|
-
|
|
774
|
-
|
|
773
|
+
type: 'exists';
|
|
774
|
+
data: FilterExpression_Event_Attribute_Boolean_Exists;
|
|
775
775
|
};
|
|
776
776
|
export type FilterExpression_Event_Attribute_Boolean_kind = FilterExpression_Event_Attribute_Boolean_kind_eq | FilterExpression_Event_Attribute_Boolean_kind_neq | FilterExpression_Event_Attribute_Boolean_kind_exists;
|
|
777
777
|
export type FilterExpression_Event_Attribute_Boolean = {
|
|
@@ -803,64 +803,64 @@ export type FilterExpression_Event_Attribute_Price_Exists = {
|
|
|
803
803
|
exists: boolean;
|
|
804
804
|
};
|
|
805
805
|
export type FilterExpression_Event_Attribute_Price_kind_eq = {
|
|
806
|
-
|
|
807
|
-
|
|
806
|
+
type: 'eq';
|
|
807
|
+
data: FilterExpression_Event_Attribute_Price_Eq;
|
|
808
808
|
};
|
|
809
809
|
export type FilterExpression_Event_Attribute_Price_kind_neq = {
|
|
810
|
-
|
|
811
|
-
|
|
810
|
+
type: 'neq';
|
|
811
|
+
data: FilterExpression_Event_Attribute_Price_Neq;
|
|
812
812
|
};
|
|
813
813
|
export type FilterExpression_Event_Attribute_Price_kind_lte = {
|
|
814
|
-
|
|
815
|
-
|
|
814
|
+
type: 'lte';
|
|
815
|
+
data: FilterExpression_Event_Attribute_Price_Lte;
|
|
816
816
|
};
|
|
817
817
|
export type FilterExpression_Event_Attribute_Price_kind_gte = {
|
|
818
|
-
|
|
819
|
-
|
|
818
|
+
type: 'gte';
|
|
819
|
+
data: FilterExpression_Event_Attribute_Price_Gte;
|
|
820
820
|
};
|
|
821
821
|
export type FilterExpression_Event_Attribute_Price_kind_in = {
|
|
822
|
-
|
|
823
|
-
|
|
822
|
+
type: 'in';
|
|
823
|
+
data: FilterExpression_Event_Attribute_Price_In;
|
|
824
824
|
};
|
|
825
825
|
export type FilterExpression_Event_Attribute_Price_kind_notIn = {
|
|
826
|
-
|
|
827
|
-
|
|
826
|
+
type: 'notIn';
|
|
827
|
+
data: FilterExpression_Event_Attribute_Price_NotIn;
|
|
828
828
|
};
|
|
829
829
|
export type FilterExpression_Event_Attribute_Price_kind_between = {
|
|
830
|
-
|
|
831
|
-
|
|
830
|
+
type: 'between';
|
|
831
|
+
data: FilterExpression_Event_Attribute_Price_Between;
|
|
832
832
|
};
|
|
833
833
|
export type FilterExpression_Event_Attribute_Price_kind_exists = {
|
|
834
|
-
|
|
835
|
-
|
|
834
|
+
type: 'exists';
|
|
835
|
+
data: FilterExpression_Event_Attribute_Price_Exists;
|
|
836
836
|
};
|
|
837
837
|
export type FilterExpression_Event_Attribute_Price_kind = FilterExpression_Event_Attribute_Price_kind_eq | FilterExpression_Event_Attribute_Price_kind_neq | FilterExpression_Event_Attribute_Price_kind_lte | FilterExpression_Event_Attribute_Price_kind_gte | FilterExpression_Event_Attribute_Price_kind_in | FilterExpression_Event_Attribute_Price_kind_notIn | FilterExpression_Event_Attribute_Price_kind_between | FilterExpression_Event_Attribute_Price_kind_exists;
|
|
838
838
|
export type FilterExpression_Event_Attribute_Price = {
|
|
839
839
|
kind: FilterExpression_Event_Attribute_Price_kind;
|
|
840
840
|
};
|
|
841
841
|
export type FilterExpression_Event_Attribute_kind_integer = {
|
|
842
|
-
|
|
843
|
-
|
|
842
|
+
type: 'integer';
|
|
843
|
+
data: FilterExpression_Event_Attribute_Integer;
|
|
844
844
|
};
|
|
845
845
|
export type FilterExpression_Event_Attribute_kind_string = {
|
|
846
|
-
|
|
847
|
-
|
|
846
|
+
type: 'string';
|
|
847
|
+
data: FilterExpression_Event_Attribute_String;
|
|
848
848
|
};
|
|
849
849
|
export type FilterExpression_Event_Attribute_kind_list = {
|
|
850
|
-
|
|
851
|
-
|
|
850
|
+
type: 'list';
|
|
851
|
+
data: FilterExpression_Event_Attribute_List;
|
|
852
852
|
};
|
|
853
853
|
export type FilterExpression_Event_Attribute_kind_date = {
|
|
854
|
-
|
|
855
|
-
|
|
854
|
+
type: 'date';
|
|
855
|
+
data: FilterExpression_Event_Attribute_Date;
|
|
856
856
|
};
|
|
857
857
|
export type FilterExpression_Event_Attribute_kind_boolean = {
|
|
858
|
-
|
|
859
|
-
|
|
858
|
+
type: 'boolean';
|
|
859
|
+
data: FilterExpression_Event_Attribute_Boolean;
|
|
860
860
|
};
|
|
861
861
|
export type FilterExpression_Event_Attribute_kind_price = {
|
|
862
|
-
|
|
863
|
-
|
|
862
|
+
type: 'price';
|
|
863
|
+
data: FilterExpression_Event_Attribute_Price;
|
|
864
864
|
};
|
|
865
865
|
export type FilterExpression_Event_Attribute_kind = FilterExpression_Event_Attribute_kind_integer | FilterExpression_Event_Attribute_kind_string | FilterExpression_Event_Attribute_kind_list | FilterExpression_Event_Attribute_kind_date | FilterExpression_Event_Attribute_kind_boolean | FilterExpression_Event_Attribute_kind_price;
|
|
866
866
|
export type FilterExpression_Event_Attribute = {
|
|
@@ -887,16 +887,16 @@ export type FilterExpression_Updated_Condition_Between = {
|
|
|
887
887
|
};
|
|
888
888
|
export type FilterExpression_Updated_Condition_Operator = 'OPERATOR_UNSPECIFIED' | 'OPERATOR_LTE' | 'OPERATOR_GTE' | 'OPERATOR_BETWEEN';
|
|
889
889
|
export type FilterExpression_Updated_Condition_kind_lte = {
|
|
890
|
-
|
|
891
|
-
|
|
890
|
+
type: 'lte';
|
|
891
|
+
data: FilterExpression_Updated_Condition_Lte;
|
|
892
892
|
};
|
|
893
893
|
export type FilterExpression_Updated_Condition_kind_gte = {
|
|
894
|
-
|
|
895
|
-
|
|
894
|
+
type: 'gte';
|
|
895
|
+
data: FilterExpression_Updated_Condition_Gte;
|
|
896
896
|
};
|
|
897
897
|
export type FilterExpression_Updated_Condition_kind_between = {
|
|
898
|
-
|
|
899
|
-
|
|
898
|
+
type: 'between';
|
|
899
|
+
data: FilterExpression_Updated_Condition_Between;
|
|
900
900
|
};
|
|
901
901
|
export type FilterExpression_Updated_Condition_kind = FilterExpression_Updated_Condition_kind_lte | FilterExpression_Updated_Condition_kind_gte | FilterExpression_Updated_Condition_kind_between;
|
|
902
902
|
export type FilterExpression_Updated_Condition = {
|
|
@@ -932,36 +932,36 @@ export type FilterExpression_Tag_Integer_Exists = {
|
|
|
932
932
|
exists: boolean;
|
|
933
933
|
};
|
|
934
934
|
export type FilterExpression_Tag_Integer_kind_eq = {
|
|
935
|
-
|
|
936
|
-
|
|
935
|
+
type: 'eq';
|
|
936
|
+
data: FilterExpression_Tag_Integer_Eq;
|
|
937
937
|
};
|
|
938
938
|
export type FilterExpression_Tag_Integer_kind_neq = {
|
|
939
|
-
|
|
940
|
-
|
|
939
|
+
type: 'neq';
|
|
940
|
+
data: FilterExpression_Tag_Integer_Neq;
|
|
941
941
|
};
|
|
942
942
|
export type FilterExpression_Tag_Integer_kind_lte = {
|
|
943
|
-
|
|
944
|
-
|
|
943
|
+
type: 'lte';
|
|
944
|
+
data: FilterExpression_Tag_Integer_Lte;
|
|
945
945
|
};
|
|
946
946
|
export type FilterExpression_Tag_Integer_kind_gte = {
|
|
947
|
-
|
|
948
|
-
|
|
947
|
+
type: 'gte';
|
|
948
|
+
data: FilterExpression_Tag_Integer_Gte;
|
|
949
949
|
};
|
|
950
950
|
export type FilterExpression_Tag_Integer_kind_in = {
|
|
951
|
-
|
|
952
|
-
|
|
951
|
+
type: 'in';
|
|
952
|
+
data: FilterExpression_Tag_Integer_In;
|
|
953
953
|
};
|
|
954
954
|
export type FilterExpression_Tag_Integer_kind_notIn = {
|
|
955
|
-
|
|
956
|
-
|
|
955
|
+
type: 'notIn';
|
|
956
|
+
data: FilterExpression_Tag_Integer_NotIn;
|
|
957
957
|
};
|
|
958
958
|
export type FilterExpression_Tag_Integer_kind_between = {
|
|
959
|
-
|
|
960
|
-
|
|
959
|
+
type: 'between';
|
|
960
|
+
data: FilterExpression_Tag_Integer_Between;
|
|
961
961
|
};
|
|
962
962
|
export type FilterExpression_Tag_Integer_kind_exists = {
|
|
963
|
-
|
|
964
|
-
|
|
963
|
+
type: 'exists';
|
|
964
|
+
data: FilterExpression_Tag_Integer_Exists;
|
|
965
965
|
};
|
|
966
966
|
export type FilterExpression_Tag_Integer_kind = FilterExpression_Tag_Integer_kind_eq | FilterExpression_Tag_Integer_kind_neq | FilterExpression_Tag_Integer_kind_lte | FilterExpression_Tag_Integer_kind_gte | FilterExpression_Tag_Integer_kind_in | FilterExpression_Tag_Integer_kind_notIn | FilterExpression_Tag_Integer_kind_between | FilterExpression_Tag_Integer_kind_exists;
|
|
967
967
|
export type FilterExpression_Tag_Integer = {
|
|
@@ -992,36 +992,36 @@ export type FilterExpression_Tag_String_Contains = {
|
|
|
992
992
|
value: string;
|
|
993
993
|
};
|
|
994
994
|
export type FilterExpression_Tag_String_kind_eq = {
|
|
995
|
-
|
|
996
|
-
|
|
995
|
+
type: 'eq';
|
|
996
|
+
data: FilterExpression_Tag_String_Eq;
|
|
997
997
|
};
|
|
998
998
|
export type FilterExpression_Tag_String_kind_neq = {
|
|
999
|
-
|
|
1000
|
-
|
|
999
|
+
type: 'neq';
|
|
1000
|
+
data: FilterExpression_Tag_String_Neq;
|
|
1001
1001
|
};
|
|
1002
1002
|
export type FilterExpression_Tag_String_kind_in = {
|
|
1003
|
-
|
|
1004
|
-
|
|
1003
|
+
type: 'in';
|
|
1004
|
+
data: FilterExpression_Tag_String_In;
|
|
1005
1005
|
};
|
|
1006
1006
|
export type FilterExpression_Tag_String_kind_notIn = {
|
|
1007
|
-
|
|
1008
|
-
|
|
1007
|
+
type: 'notIn';
|
|
1008
|
+
data: FilterExpression_Tag_String_NotIn;
|
|
1009
1009
|
};
|
|
1010
1010
|
export type FilterExpression_Tag_String_kind_exists = {
|
|
1011
|
-
|
|
1012
|
-
|
|
1011
|
+
type: 'exists';
|
|
1012
|
+
data: FilterExpression_Tag_String_Exists;
|
|
1013
1013
|
};
|
|
1014
1014
|
export type FilterExpression_Tag_String_kind_startsWith = {
|
|
1015
|
-
|
|
1016
|
-
|
|
1015
|
+
type: 'startsWith';
|
|
1016
|
+
data: FilterExpression_Tag_String_StartsWith;
|
|
1017
1017
|
};
|
|
1018
1018
|
export type FilterExpression_Tag_String_kind_endsWith = {
|
|
1019
|
-
|
|
1020
|
-
|
|
1019
|
+
type: 'endsWith';
|
|
1020
|
+
data: FilterExpression_Tag_String_EndsWith;
|
|
1021
1021
|
};
|
|
1022
1022
|
export type FilterExpression_Tag_String_kind_contains = {
|
|
1023
|
-
|
|
1024
|
-
|
|
1023
|
+
type: 'contains';
|
|
1024
|
+
data: FilterExpression_Tag_String_Contains;
|
|
1025
1025
|
};
|
|
1026
1026
|
export type FilterExpression_Tag_String_kind = FilterExpression_Tag_String_kind_eq | FilterExpression_Tag_String_kind_neq | FilterExpression_Tag_String_kind_in | FilterExpression_Tag_String_kind_notIn | FilterExpression_Tag_String_kind_exists | FilterExpression_Tag_String_kind_startsWith | FilterExpression_Tag_String_kind_endsWith | FilterExpression_Tag_String_kind_contains;
|
|
1027
1027
|
export type FilterExpression_Tag_String = {
|
|
@@ -1037,16 +1037,16 @@ export type FilterExpression_Tag_List_Exists = {
|
|
|
1037
1037
|
exists: boolean;
|
|
1038
1038
|
};
|
|
1039
1039
|
export type FilterExpression_Tag_List_kind_in = {
|
|
1040
|
-
|
|
1041
|
-
|
|
1040
|
+
type: 'in';
|
|
1041
|
+
data: FilterExpression_Tag_List_In;
|
|
1042
1042
|
};
|
|
1043
1043
|
export type FilterExpression_Tag_List_kind_notIn = {
|
|
1044
|
-
|
|
1045
|
-
|
|
1044
|
+
type: 'notIn';
|
|
1045
|
+
data: FilterExpression_Tag_List_NotIn;
|
|
1046
1046
|
};
|
|
1047
1047
|
export type FilterExpression_Tag_List_kind_exists = {
|
|
1048
|
-
|
|
1049
|
-
|
|
1048
|
+
type: 'exists';
|
|
1049
|
+
data: FilterExpression_Tag_List_Exists;
|
|
1050
1050
|
};
|
|
1051
1051
|
export type FilterExpression_Tag_List_kind = FilterExpression_Tag_List_kind_in | FilterExpression_Tag_List_kind_notIn | FilterExpression_Tag_List_kind_exists;
|
|
1052
1052
|
export type FilterExpression_Tag_List = {
|
|
@@ -1084,40 +1084,40 @@ export type FilterExpression_Tag_Date_DaysAgo = {
|
|
|
1084
1084
|
values: number[];
|
|
1085
1085
|
};
|
|
1086
1086
|
export type FilterExpression_Tag_Date_kind_eq = {
|
|
1087
|
-
|
|
1088
|
-
|
|
1087
|
+
type: 'eq';
|
|
1088
|
+
data: FilterExpression_Tag_Date_Eq;
|
|
1089
1089
|
};
|
|
1090
1090
|
export type FilterExpression_Tag_Date_kind_neq = {
|
|
1091
|
-
|
|
1092
|
-
|
|
1091
|
+
type: 'neq';
|
|
1092
|
+
data: FilterExpression_Tag_Date_Neq;
|
|
1093
1093
|
};
|
|
1094
1094
|
export type FilterExpression_Tag_Date_kind_lte = {
|
|
1095
|
-
|
|
1096
|
-
|
|
1095
|
+
type: 'lte';
|
|
1096
|
+
data: FilterExpression_Tag_Date_Lte;
|
|
1097
1097
|
};
|
|
1098
1098
|
export type FilterExpression_Tag_Date_kind_gte = {
|
|
1099
|
-
|
|
1100
|
-
|
|
1099
|
+
type: 'gte';
|
|
1100
|
+
data: FilterExpression_Tag_Date_Gte;
|
|
1101
1101
|
};
|
|
1102
1102
|
export type FilterExpression_Tag_Date_kind_in = {
|
|
1103
|
-
|
|
1104
|
-
|
|
1103
|
+
type: 'in';
|
|
1104
|
+
data: FilterExpression_Tag_Date_In;
|
|
1105
1105
|
};
|
|
1106
1106
|
export type FilterExpression_Tag_Date_kind_notIn = {
|
|
1107
|
-
|
|
1108
|
-
|
|
1107
|
+
type: 'notIn';
|
|
1108
|
+
data: FilterExpression_Tag_Date_NotIn;
|
|
1109
1109
|
};
|
|
1110
1110
|
export type FilterExpression_Tag_Date_kind_between = {
|
|
1111
|
-
|
|
1112
|
-
|
|
1111
|
+
type: 'between';
|
|
1112
|
+
data: FilterExpression_Tag_Date_Between;
|
|
1113
1113
|
};
|
|
1114
1114
|
export type FilterExpression_Tag_Date_kind_exists = {
|
|
1115
|
-
|
|
1116
|
-
|
|
1115
|
+
type: 'exists';
|
|
1116
|
+
data: FilterExpression_Tag_Date_Exists;
|
|
1117
1117
|
};
|
|
1118
1118
|
export type FilterExpression_Tag_Date_kind_daysAgo = {
|
|
1119
|
-
|
|
1120
|
-
|
|
1119
|
+
type: 'daysAgo';
|
|
1120
|
+
data: FilterExpression_Tag_Date_DaysAgo;
|
|
1121
1121
|
};
|
|
1122
1122
|
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;
|
|
1123
1123
|
export type FilterExpression_Tag_Date = {
|
|
@@ -1133,16 +1133,16 @@ export type FilterExpression_Tag_Boolean_Exists = {
|
|
|
1133
1133
|
exists: boolean;
|
|
1134
1134
|
};
|
|
1135
1135
|
export type FilterExpression_Tag_Boolean_kind_eq = {
|
|
1136
|
-
|
|
1137
|
-
|
|
1136
|
+
type: 'eq';
|
|
1137
|
+
data: FilterExpression_Tag_Boolean_Eq;
|
|
1138
1138
|
};
|
|
1139
1139
|
export type FilterExpression_Tag_Boolean_kind_neq = {
|
|
1140
|
-
|
|
1141
|
-
|
|
1140
|
+
type: 'neq';
|
|
1141
|
+
data: FilterExpression_Tag_Boolean_Neq;
|
|
1142
1142
|
};
|
|
1143
1143
|
export type FilterExpression_Tag_Boolean_kind_exists = {
|
|
1144
|
-
|
|
1145
|
-
|
|
1144
|
+
type: 'exists';
|
|
1145
|
+
data: FilterExpression_Tag_Boolean_Exists;
|
|
1146
1146
|
};
|
|
1147
1147
|
export type FilterExpression_Tag_Boolean_kind = FilterExpression_Tag_Boolean_kind_eq | FilterExpression_Tag_Boolean_kind_neq | FilterExpression_Tag_Boolean_kind_exists;
|
|
1148
1148
|
export type FilterExpression_Tag_Boolean = {
|
|
@@ -1174,36 +1174,36 @@ export type FilterExpression_Tag_Price_Exists = {
|
|
|
1174
1174
|
exists: boolean;
|
|
1175
1175
|
};
|
|
1176
1176
|
export type FilterExpression_Tag_Price_kind_eq = {
|
|
1177
|
-
|
|
1178
|
-
|
|
1177
|
+
type: 'eq';
|
|
1178
|
+
data: FilterExpression_Tag_Price_Eq;
|
|
1179
1179
|
};
|
|
1180
1180
|
export type FilterExpression_Tag_Price_kind_neq = {
|
|
1181
|
-
|
|
1182
|
-
|
|
1181
|
+
type: 'neq';
|
|
1182
|
+
data: FilterExpression_Tag_Price_Neq;
|
|
1183
1183
|
};
|
|
1184
1184
|
export type FilterExpression_Tag_Price_kind_lte = {
|
|
1185
|
-
|
|
1186
|
-
|
|
1185
|
+
type: 'lte';
|
|
1186
|
+
data: FilterExpression_Tag_Price_Lte;
|
|
1187
1187
|
};
|
|
1188
1188
|
export type FilterExpression_Tag_Price_kind_gte = {
|
|
1189
|
-
|
|
1190
|
-
|
|
1189
|
+
type: 'gte';
|
|
1190
|
+
data: FilterExpression_Tag_Price_Gte;
|
|
1191
1191
|
};
|
|
1192
1192
|
export type FilterExpression_Tag_Price_kind_in = {
|
|
1193
|
-
|
|
1194
|
-
|
|
1193
|
+
type: 'in';
|
|
1194
|
+
data: FilterExpression_Tag_Price_In;
|
|
1195
1195
|
};
|
|
1196
1196
|
export type FilterExpression_Tag_Price_kind_notIn = {
|
|
1197
|
-
|
|
1198
|
-
|
|
1197
|
+
type: 'notIn';
|
|
1198
|
+
data: FilterExpression_Tag_Price_NotIn;
|
|
1199
1199
|
};
|
|
1200
1200
|
export type FilterExpression_Tag_Price_kind_between = {
|
|
1201
|
-
|
|
1202
|
-
|
|
1201
|
+
type: 'between';
|
|
1202
|
+
data: FilterExpression_Tag_Price_Between;
|
|
1203
1203
|
};
|
|
1204
1204
|
export type FilterExpression_Tag_Price_kind_exists = {
|
|
1205
|
-
|
|
1206
|
-
|
|
1205
|
+
type: 'exists';
|
|
1206
|
+
data: FilterExpression_Tag_Price_Exists;
|
|
1207
1207
|
};
|
|
1208
1208
|
export type FilterExpression_Tag_Price_kind = FilterExpression_Tag_Price_kind_eq | FilterExpression_Tag_Price_kind_neq | FilterExpression_Tag_Price_kind_lte | FilterExpression_Tag_Price_kind_gte | FilterExpression_Tag_Price_kind_in | FilterExpression_Tag_Price_kind_notIn | FilterExpression_Tag_Price_kind_between | FilterExpression_Tag_Price_kind_exists;
|
|
1209
1209
|
export type FilterExpression_Tag_Price = {
|
|
@@ -1235,36 +1235,36 @@ export type FilterExpression_Tag_Version_Exists = {
|
|
|
1235
1235
|
exists: boolean;
|
|
1236
1236
|
};
|
|
1237
1237
|
export type FilterExpression_Tag_Version_kind_eq = {
|
|
1238
|
-
|
|
1239
|
-
|
|
1238
|
+
type: 'eq';
|
|
1239
|
+
data: FilterExpression_Tag_Version_Eq;
|
|
1240
1240
|
};
|
|
1241
1241
|
export type FilterExpression_Tag_Version_kind_neq = {
|
|
1242
|
-
|
|
1243
|
-
|
|
1242
|
+
type: 'neq';
|
|
1243
|
+
data: FilterExpression_Tag_Version_Neq;
|
|
1244
1244
|
};
|
|
1245
1245
|
export type FilterExpression_Tag_Version_kind_lte = {
|
|
1246
|
-
|
|
1247
|
-
|
|
1246
|
+
type: 'lte';
|
|
1247
|
+
data: FilterExpression_Tag_Version_Lte;
|
|
1248
1248
|
};
|
|
1249
1249
|
export type FilterExpression_Tag_Version_kind_gte = {
|
|
1250
|
-
|
|
1251
|
-
|
|
1250
|
+
type: 'gte';
|
|
1251
|
+
data: FilterExpression_Tag_Version_Gte;
|
|
1252
1252
|
};
|
|
1253
1253
|
export type FilterExpression_Tag_Version_kind_in = {
|
|
1254
|
-
|
|
1255
|
-
|
|
1254
|
+
type: 'in';
|
|
1255
|
+
data: FilterExpression_Tag_Version_In;
|
|
1256
1256
|
};
|
|
1257
1257
|
export type FilterExpression_Tag_Version_kind_notIn = {
|
|
1258
|
-
|
|
1259
|
-
|
|
1258
|
+
type: 'notIn';
|
|
1259
|
+
data: FilterExpression_Tag_Version_NotIn;
|
|
1260
1260
|
};
|
|
1261
1261
|
export type FilterExpression_Tag_Version_kind_between = {
|
|
1262
|
-
|
|
1263
|
-
|
|
1262
|
+
type: 'between';
|
|
1263
|
+
data: FilterExpression_Tag_Version_Between;
|
|
1264
1264
|
};
|
|
1265
1265
|
export type FilterExpression_Tag_Version_kind_exists = {
|
|
1266
|
-
|
|
1267
|
-
|
|
1266
|
+
type: 'exists';
|
|
1267
|
+
data: FilterExpression_Tag_Version_Exists;
|
|
1268
1268
|
};
|
|
1269
1269
|
export type FilterExpression_Tag_Version_kind = FilterExpression_Tag_Version_kind_eq | FilterExpression_Tag_Version_kind_neq | FilterExpression_Tag_Version_kind_lte | FilterExpression_Tag_Version_kind_gte | FilterExpression_Tag_Version_kind_in | FilterExpression_Tag_Version_kind_notIn | FilterExpression_Tag_Version_kind_between | FilterExpression_Tag_Version_kind_exists;
|
|
1270
1270
|
export type FilterExpression_Tag_Version = {
|
|
@@ -1296,72 +1296,72 @@ export type FilterExpression_Tag_Timezone_Exists = {
|
|
|
1296
1296
|
exists: boolean;
|
|
1297
1297
|
};
|
|
1298
1298
|
export type FilterExpression_Tag_Timezone_kind_eq = {
|
|
1299
|
-
|
|
1300
|
-
|
|
1299
|
+
type: 'eq';
|
|
1300
|
+
data: FilterExpression_Tag_Timezone_Eq;
|
|
1301
1301
|
};
|
|
1302
1302
|
export type FilterExpression_Tag_Timezone_kind_neq = {
|
|
1303
|
-
|
|
1304
|
-
|
|
1303
|
+
type: 'neq';
|
|
1304
|
+
data: FilterExpression_Tag_Timezone_Neq;
|
|
1305
1305
|
};
|
|
1306
1306
|
export type FilterExpression_Tag_Timezone_kind_lte = {
|
|
1307
|
-
|
|
1308
|
-
|
|
1307
|
+
type: 'lte';
|
|
1308
|
+
data: FilterExpression_Tag_Timezone_Lte;
|
|
1309
1309
|
};
|
|
1310
1310
|
export type FilterExpression_Tag_Timezone_kind_gte = {
|
|
1311
|
-
|
|
1312
|
-
|
|
1311
|
+
type: 'gte';
|
|
1312
|
+
data: FilterExpression_Tag_Timezone_Gte;
|
|
1313
1313
|
};
|
|
1314
1314
|
export type FilterExpression_Tag_Timezone_kind_in = {
|
|
1315
|
-
|
|
1316
|
-
|
|
1315
|
+
type: 'in';
|
|
1316
|
+
data: FilterExpression_Tag_Timezone_In;
|
|
1317
1317
|
};
|
|
1318
1318
|
export type FilterExpression_Tag_Timezone_kind_notIn = {
|
|
1319
|
-
|
|
1320
|
-
|
|
1319
|
+
type: 'notIn';
|
|
1320
|
+
data: FilterExpression_Tag_Timezone_NotIn;
|
|
1321
1321
|
};
|
|
1322
1322
|
export type FilterExpression_Tag_Timezone_kind_between = {
|
|
1323
|
-
|
|
1324
|
-
|
|
1323
|
+
type: 'between';
|
|
1324
|
+
data: FilterExpression_Tag_Timezone_Between;
|
|
1325
1325
|
};
|
|
1326
1326
|
export type FilterExpression_Tag_Timezone_kind_exists = {
|
|
1327
|
-
|
|
1328
|
-
|
|
1327
|
+
type: 'exists';
|
|
1328
|
+
data: FilterExpression_Tag_Timezone_Exists;
|
|
1329
1329
|
};
|
|
1330
1330
|
export type FilterExpression_Tag_Timezone_kind = FilterExpression_Tag_Timezone_kind_eq | FilterExpression_Tag_Timezone_kind_neq | FilterExpression_Tag_Timezone_kind_lte | FilterExpression_Tag_Timezone_kind_gte | FilterExpression_Tag_Timezone_kind_in | FilterExpression_Tag_Timezone_kind_notIn | FilterExpression_Tag_Timezone_kind_between | FilterExpression_Tag_Timezone_kind_exists;
|
|
1331
1331
|
export type FilterExpression_Tag_Timezone = {
|
|
1332
1332
|
kind: FilterExpression_Tag_Timezone_kind;
|
|
1333
1333
|
};
|
|
1334
1334
|
export type FilterExpression_Tag_kind_integer = {
|
|
1335
|
-
|
|
1336
|
-
|
|
1335
|
+
type: 'integer';
|
|
1336
|
+
data: FilterExpression_Tag_Integer;
|
|
1337
1337
|
};
|
|
1338
1338
|
export type FilterExpression_Tag_kind_string = {
|
|
1339
|
-
|
|
1340
|
-
|
|
1339
|
+
type: 'string';
|
|
1340
|
+
data: FilterExpression_Tag_String;
|
|
1341
1341
|
};
|
|
1342
1342
|
export type FilterExpression_Tag_kind_list = {
|
|
1343
|
-
|
|
1344
|
-
|
|
1343
|
+
type: 'list';
|
|
1344
|
+
data: FilterExpression_Tag_List;
|
|
1345
1345
|
};
|
|
1346
1346
|
export type FilterExpression_Tag_kind_date = {
|
|
1347
|
-
|
|
1348
|
-
|
|
1347
|
+
type: 'date';
|
|
1348
|
+
data: FilterExpression_Tag_Date;
|
|
1349
1349
|
};
|
|
1350
1350
|
export type FilterExpression_Tag_kind_boolean = {
|
|
1351
|
-
|
|
1352
|
-
|
|
1351
|
+
type: 'boolean';
|
|
1352
|
+
data: FilterExpression_Tag_Boolean;
|
|
1353
1353
|
};
|
|
1354
1354
|
export type FilterExpression_Tag_kind_price = {
|
|
1355
|
-
|
|
1356
|
-
|
|
1355
|
+
type: 'price';
|
|
1356
|
+
data: FilterExpression_Tag_Price;
|
|
1357
1357
|
};
|
|
1358
1358
|
export type FilterExpression_Tag_kind_version = {
|
|
1359
|
-
|
|
1360
|
-
|
|
1359
|
+
type: 'version';
|
|
1360
|
+
data: FilterExpression_Tag_Version;
|
|
1361
1361
|
};
|
|
1362
1362
|
export type FilterExpression_Tag_kind_timezone = {
|
|
1363
|
-
|
|
1364
|
-
|
|
1363
|
+
type: 'timezone';
|
|
1364
|
+
data: FilterExpression_Tag_Timezone;
|
|
1365
1365
|
};
|
|
1366
1366
|
export type FilterExpression_Tag_kind = FilterExpression_Tag_kind_integer | FilterExpression_Tag_kind_string | FilterExpression_Tag_kind_list | FilterExpression_Tag_kind_date | FilterExpression_Tag_kind_boolean | FilterExpression_Tag_kind_price | FilterExpression_Tag_kind_version | FilterExpression_Tag_kind_timezone;
|
|
1367
1367
|
export type FilterExpression_Tag = {
|
|
@@ -1377,40 +1377,40 @@ export type FilterExpression_TagDateMatch = {
|
|
|
1377
1377
|
addDays: number;
|
|
1378
1378
|
};
|
|
1379
1379
|
export type FilterExpression_kind_operation = {
|
|
1380
|
-
|
|
1381
|
-
|
|
1380
|
+
type: 'operation';
|
|
1381
|
+
data: FilterExpression_Operation;
|
|
1382
1382
|
};
|
|
1383
1383
|
export type FilterExpression_kind_application = {
|
|
1384
|
-
|
|
1385
|
-
|
|
1384
|
+
type: 'application';
|
|
1385
|
+
data: FilterExpression_Application;
|
|
1386
1386
|
};
|
|
1387
1387
|
export type FilterExpression_kind_tag = {
|
|
1388
|
-
|
|
1389
|
-
|
|
1388
|
+
type: 'tag';
|
|
1389
|
+
data: FilterExpression_Tag;
|
|
1390
1390
|
};
|
|
1391
1391
|
export type FilterExpression_kind_geo = {
|
|
1392
|
-
|
|
1393
|
-
|
|
1392
|
+
type: 'geo';
|
|
1393
|
+
data: FilterExpression_Geo;
|
|
1394
1394
|
};
|
|
1395
1395
|
export type FilterExpression_kind_static = {
|
|
1396
|
-
|
|
1397
|
-
|
|
1396
|
+
type: 'static';
|
|
1397
|
+
data: FilterExpression_Static;
|
|
1398
1398
|
};
|
|
1399
1399
|
export type FilterExpression_kind_event = {
|
|
1400
|
-
|
|
1401
|
-
|
|
1400
|
+
type: 'event';
|
|
1401
|
+
data: FilterExpression_Event;
|
|
1402
1402
|
};
|
|
1403
1403
|
export type FilterExpression_kind_updated = {
|
|
1404
|
-
|
|
1405
|
-
|
|
1404
|
+
type: 'updated';
|
|
1405
|
+
data: FilterExpression_Updated;
|
|
1406
1406
|
};
|
|
1407
1407
|
export type FilterExpression_kind_bestTimeToSend = {
|
|
1408
|
-
|
|
1409
|
-
|
|
1408
|
+
type: 'bestTimeToSend';
|
|
1409
|
+
data: FilterExpression_BestTimeToSend;
|
|
1410
1410
|
};
|
|
1411
1411
|
export type FilterExpression_kind_tagDateMatch = {
|
|
1412
|
-
|
|
1413
|
-
|
|
1412
|
+
type: 'tagDateMatch';
|
|
1413
|
+
data: FilterExpression_TagDateMatch;
|
|
1414
1414
|
};
|
|
1415
1415
|
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;
|
|
1416
1416
|
export type FilterExpression = {
|