@pushwoosh/rpc-v2-http-api-data 0.1.937 → 0.1.939
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 +415 -1299
- package/integrations.d.ts +89 -1
- package/package.json +1 -1
- package/pushwoosh_objects_restrictionValues_v1.d.ts +1 -443
|
@@ -85,76 +85,6 @@ export type LogicExpression_Field_AllowApi = {
|
|
|
85
85
|
value: boolean;
|
|
86
86
|
values: boolean[];
|
|
87
87
|
};
|
|
88
|
-
export type LogicExpression_Field_AllowScheduling = {
|
|
89
|
-
operator: LogicExpression_Field_Operator;
|
|
90
|
-
value: boolean;
|
|
91
|
-
values: boolean[];
|
|
92
|
-
};
|
|
93
|
-
export type LogicExpression_Field_AllowCustomData = {
|
|
94
|
-
operator: LogicExpression_Field_Operator;
|
|
95
|
-
value: boolean;
|
|
96
|
-
values: boolean[];
|
|
97
|
-
};
|
|
98
|
-
export type LogicExpression_Field_AllowMultiLanguage = {
|
|
99
|
-
operator: LogicExpression_Field_Operator;
|
|
100
|
-
value: boolean;
|
|
101
|
-
values: boolean[];
|
|
102
|
-
};
|
|
103
|
-
export type LogicExpression_Field_AllowAutoConfig = {
|
|
104
|
-
operator: LogicExpression_Field_Operator;
|
|
105
|
-
value: boolean;
|
|
106
|
-
values: boolean[];
|
|
107
|
-
};
|
|
108
|
-
export type LogicExpression_Field_AllowCsvMessage = {
|
|
109
|
-
operator: LogicExpression_Field_Operator;
|
|
110
|
-
value: boolean;
|
|
111
|
-
values: boolean[];
|
|
112
|
-
};
|
|
113
|
-
export type LogicExpression_Field_AllowCampaignApi = {
|
|
114
|
-
operator: LogicExpression_Field_Operator;
|
|
115
|
-
value: boolean;
|
|
116
|
-
values: boolean[];
|
|
117
|
-
};
|
|
118
|
-
export type LogicExpression_Field_AllowPushHistoryApi = {
|
|
119
|
-
operator: LogicExpression_Field_Operator;
|
|
120
|
-
value: boolean;
|
|
121
|
-
values: boolean[];
|
|
122
|
-
};
|
|
123
|
-
export type LogicExpression_Field_AllowTagsApi = {
|
|
124
|
-
operator: LogicExpression_Field_Operator;
|
|
125
|
-
value: boolean;
|
|
126
|
-
values: boolean[];
|
|
127
|
-
};
|
|
128
|
-
export type LogicExpression_Field_AllowPushByUser = {
|
|
129
|
-
operator: LogicExpression_Field_Operator;
|
|
130
|
-
value: boolean;
|
|
131
|
-
values: boolean[];
|
|
132
|
-
};
|
|
133
|
-
export type LogicExpression_Field_AllowFilterApi = {
|
|
134
|
-
operator: LogicExpression_Field_Operator;
|
|
135
|
-
value: boolean;
|
|
136
|
-
values: boolean[];
|
|
137
|
-
};
|
|
138
|
-
export type LogicExpression_Field_AllowTwoFactorAuth = {
|
|
139
|
-
operator: LogicExpression_Field_Operator;
|
|
140
|
-
value: boolean;
|
|
141
|
-
values: boolean[];
|
|
142
|
-
};
|
|
143
|
-
export type LogicExpression_Field_AllowBroadcastMessageSegmentation = {
|
|
144
|
-
operator: LogicExpression_Field_Operator;
|
|
145
|
-
value: boolean;
|
|
146
|
-
values: boolean[];
|
|
147
|
-
};
|
|
148
|
-
export type LogicExpression_Field_AllowPushOnEvent = {
|
|
149
|
-
operator: LogicExpression_Field_Operator;
|
|
150
|
-
value: boolean;
|
|
151
|
-
values: boolean[];
|
|
152
|
-
};
|
|
153
|
-
export type LogicExpression_Field_AllowCompileFilter = {
|
|
154
|
-
operator: LogicExpression_Field_Operator;
|
|
155
|
-
value: boolean;
|
|
156
|
-
values: boolean[];
|
|
157
|
-
};
|
|
158
88
|
export type LogicExpression_Field_MinSendRate = {
|
|
159
89
|
operator: LogicExpression_Field_Operator;
|
|
160
90
|
value: number;
|
|
@@ -165,51 +95,11 @@ export type LogicExpression_Field_MaxSendRate = {
|
|
|
165
95
|
value: number;
|
|
166
96
|
values: number[];
|
|
167
97
|
};
|
|
168
|
-
export type LogicExpression_Field_AllowSendToGeozone = {
|
|
169
|
-
operator: LogicExpression_Field_Operator;
|
|
170
|
-
value: boolean;
|
|
171
|
-
values: boolean[];
|
|
172
|
-
};
|
|
173
|
-
export type LogicExpression_Field_AllowUseIosNewsstand = {
|
|
174
|
-
operator: LogicExpression_Field_Operator;
|
|
175
|
-
value: boolean;
|
|
176
|
-
values: boolean[];
|
|
177
|
-
};
|
|
178
|
-
export type LogicExpression_Field_AllowGetUsersDetails = {
|
|
179
|
-
operator: LogicExpression_Field_Operator;
|
|
180
|
-
value: boolean;
|
|
181
|
-
values: boolean[];
|
|
182
|
-
};
|
|
183
|
-
export type LogicExpression_Field_AllowGoalTracking = {
|
|
184
|
-
operator: LogicExpression_Field_Operator;
|
|
185
|
-
value: boolean;
|
|
186
|
-
values: boolean[];
|
|
187
|
-
};
|
|
188
98
|
export type LogicExpression_Field_AllowIePlatformUsage = {
|
|
189
99
|
operator: LogicExpression_Field_Operator;
|
|
190
100
|
value: boolean;
|
|
191
101
|
values: boolean[];
|
|
192
102
|
};
|
|
193
|
-
export type LogicExpression_Field_AllowInbox = {
|
|
194
|
-
operator: LogicExpression_Field_Operator;
|
|
195
|
-
value: boolean;
|
|
196
|
-
values: boolean[];
|
|
197
|
-
};
|
|
198
|
-
export type LogicExpression_Field_MaxEmailTemplates = {
|
|
199
|
-
operator: LogicExpression_Field_Operator;
|
|
200
|
-
value: number;
|
|
201
|
-
values: number[];
|
|
202
|
-
};
|
|
203
|
-
export type LogicExpression_Field_MaxUserSpecificTags = {
|
|
204
|
-
operator: LogicExpression_Field_Operator;
|
|
205
|
-
value: number;
|
|
206
|
-
values: number[];
|
|
207
|
-
};
|
|
208
|
-
export type LogicExpression_Field_AllowGdpr = {
|
|
209
|
-
operator: LogicExpression_Field_Operator;
|
|
210
|
-
value: boolean;
|
|
211
|
-
values: boolean[];
|
|
212
|
-
};
|
|
213
103
|
export type LogicExpression_Field_MaxVerifyingEmails = {
|
|
214
104
|
operator: LogicExpression_Field_Operator;
|
|
215
105
|
value: number;
|
|
@@ -220,16 +110,6 @@ export type LogicExpression_Field_MaxVerifyingDomains = {
|
|
|
220
110
|
value: number;
|
|
221
111
|
values: number[];
|
|
222
112
|
};
|
|
223
|
-
export type LogicExpression_Field_AllowSendExternalStats = {
|
|
224
|
-
operator: LogicExpression_Field_Operator;
|
|
225
|
-
value: boolean;
|
|
226
|
-
values: boolean[];
|
|
227
|
-
};
|
|
228
|
-
export type LogicExpression_Field_AllowCustomRssPollingInterval = {
|
|
229
|
-
operator: LogicExpression_Field_Operator;
|
|
230
|
-
value: boolean;
|
|
231
|
-
values: boolean[];
|
|
232
|
-
};
|
|
233
113
|
export type LogicExpression_Field_AllowMetadata = {
|
|
234
114
|
operator: LogicExpression_Field_Operator;
|
|
235
115
|
value: boolean;
|
|
@@ -255,11 +135,6 @@ export type LogicExpression_Field_AllowDebugMode = {
|
|
|
255
135
|
value: boolean;
|
|
256
136
|
values: boolean[];
|
|
257
137
|
};
|
|
258
|
-
export type LogicExpression_Field_AllowFbMessenger = {
|
|
259
|
-
operator: LogicExpression_Field_Operator;
|
|
260
|
-
value: boolean;
|
|
261
|
-
values: boolean[];
|
|
262
|
-
};
|
|
263
138
|
export type LogicExpression_Field_AllowTrackUninstalls = {
|
|
264
139
|
operator: LogicExpression_Field_Operator;
|
|
265
140
|
value: boolean;
|
|
@@ -285,11 +160,6 @@ export type LogicExpression_Field_AllowFrequencyCapping = {
|
|
|
285
160
|
value: boolean;
|
|
286
161
|
values: boolean[];
|
|
287
162
|
};
|
|
288
|
-
export type LogicExpression_Field_MaxUsersPerDevice = {
|
|
289
|
-
operator: LogicExpression_Field_Operator;
|
|
290
|
-
value: number;
|
|
291
|
-
values: number[];
|
|
292
|
-
};
|
|
293
163
|
export type LogicExpression_Field_EmailsFreeLimit = {
|
|
294
164
|
operator: LogicExpression_Field_Operator;
|
|
295
165
|
value: number;
|
|
@@ -478,62 +348,6 @@ export type LogicExpression_Field_kind_CondAllowApi = {
|
|
|
478
348
|
type: 'CondAllowApi';
|
|
479
349
|
data: LogicExpression_Field_AllowApi;
|
|
480
350
|
};
|
|
481
|
-
export type LogicExpression_Field_kind_CondAllowScheduling = {
|
|
482
|
-
type: 'CondAllowScheduling';
|
|
483
|
-
data: LogicExpression_Field_AllowScheduling;
|
|
484
|
-
};
|
|
485
|
-
export type LogicExpression_Field_kind_CondAllowCustomData = {
|
|
486
|
-
type: 'CondAllowCustomData';
|
|
487
|
-
data: LogicExpression_Field_AllowCustomData;
|
|
488
|
-
};
|
|
489
|
-
export type LogicExpression_Field_kind_CondAllowMultiLanguage = {
|
|
490
|
-
type: 'CondAllowMultiLanguage';
|
|
491
|
-
data: LogicExpression_Field_AllowMultiLanguage;
|
|
492
|
-
};
|
|
493
|
-
export type LogicExpression_Field_kind_CondAllowAutoConfig = {
|
|
494
|
-
type: 'CondAllowAutoConfig';
|
|
495
|
-
data: LogicExpression_Field_AllowAutoConfig;
|
|
496
|
-
};
|
|
497
|
-
export type LogicExpression_Field_kind_CondAllowCsvMessage = {
|
|
498
|
-
type: 'CondAllowCsvMessage';
|
|
499
|
-
data: LogicExpression_Field_AllowCsvMessage;
|
|
500
|
-
};
|
|
501
|
-
export type LogicExpression_Field_kind_CondAllowCampaignApi = {
|
|
502
|
-
type: 'CondAllowCampaignApi';
|
|
503
|
-
data: LogicExpression_Field_AllowCampaignApi;
|
|
504
|
-
};
|
|
505
|
-
export type LogicExpression_Field_kind_CondAllowPushHistoryApi = {
|
|
506
|
-
type: 'CondAllowPushHistoryApi';
|
|
507
|
-
data: LogicExpression_Field_AllowPushHistoryApi;
|
|
508
|
-
};
|
|
509
|
-
export type LogicExpression_Field_kind_CondAllowTagsApi = {
|
|
510
|
-
type: 'CondAllowTagsApi';
|
|
511
|
-
data: LogicExpression_Field_AllowTagsApi;
|
|
512
|
-
};
|
|
513
|
-
export type LogicExpression_Field_kind_CondAllowPushByUser = {
|
|
514
|
-
type: 'CondAllowPushByUser';
|
|
515
|
-
data: LogicExpression_Field_AllowPushByUser;
|
|
516
|
-
};
|
|
517
|
-
export type LogicExpression_Field_kind_CondAllowFilterApi = {
|
|
518
|
-
type: 'CondAllowFilterApi';
|
|
519
|
-
data: LogicExpression_Field_AllowFilterApi;
|
|
520
|
-
};
|
|
521
|
-
export type LogicExpression_Field_kind_CondAllowTwoFactorAuth = {
|
|
522
|
-
type: 'CondAllowTwoFactorAuth';
|
|
523
|
-
data: LogicExpression_Field_AllowTwoFactorAuth;
|
|
524
|
-
};
|
|
525
|
-
export type LogicExpression_Field_kind_CondAllowBroadcastMessageSegmentation = {
|
|
526
|
-
type: 'CondAllowBroadcastMessageSegmentation';
|
|
527
|
-
data: LogicExpression_Field_AllowBroadcastMessageSegmentation;
|
|
528
|
-
};
|
|
529
|
-
export type LogicExpression_Field_kind_CondAllowPushOnEvent = {
|
|
530
|
-
type: 'CondAllowPushOnEvent';
|
|
531
|
-
data: LogicExpression_Field_AllowPushOnEvent;
|
|
532
|
-
};
|
|
533
|
-
export type LogicExpression_Field_kind_CondAllowCompileFilter = {
|
|
534
|
-
type: 'CondAllowCompileFilter';
|
|
535
|
-
data: LogicExpression_Field_AllowCompileFilter;
|
|
536
|
-
};
|
|
537
351
|
export type LogicExpression_Field_kind_CondMinSendRate = {
|
|
538
352
|
type: 'CondMinSendRate';
|
|
539
353
|
data: LogicExpression_Field_MinSendRate;
|
|
@@ -542,42 +356,10 @@ export type LogicExpression_Field_kind_CondMaxSendRate = {
|
|
|
542
356
|
type: 'CondMaxSendRate';
|
|
543
357
|
data: LogicExpression_Field_MaxSendRate;
|
|
544
358
|
};
|
|
545
|
-
export type LogicExpression_Field_kind_CondAllowSendToGeozone = {
|
|
546
|
-
type: 'CondAllowSendToGeozone';
|
|
547
|
-
data: LogicExpression_Field_AllowSendToGeozone;
|
|
548
|
-
};
|
|
549
|
-
export type LogicExpression_Field_kind_CondAllowUseIosNewsstand = {
|
|
550
|
-
type: 'CondAllowUseIosNewsstand';
|
|
551
|
-
data: LogicExpression_Field_AllowUseIosNewsstand;
|
|
552
|
-
};
|
|
553
|
-
export type LogicExpression_Field_kind_CondAllowGetUsersDetails = {
|
|
554
|
-
type: 'CondAllowGetUsersDetails';
|
|
555
|
-
data: LogicExpression_Field_AllowGetUsersDetails;
|
|
556
|
-
};
|
|
557
|
-
export type LogicExpression_Field_kind_CondAllowGoalTracking = {
|
|
558
|
-
type: 'CondAllowGoalTracking';
|
|
559
|
-
data: LogicExpression_Field_AllowGoalTracking;
|
|
560
|
-
};
|
|
561
359
|
export type LogicExpression_Field_kind_CondAllowIePlatformUsage = {
|
|
562
360
|
type: 'CondAllowIePlatformUsage';
|
|
563
361
|
data: LogicExpression_Field_AllowIePlatformUsage;
|
|
564
362
|
};
|
|
565
|
-
export type LogicExpression_Field_kind_CondAllowInbox = {
|
|
566
|
-
type: 'CondAllowInbox';
|
|
567
|
-
data: LogicExpression_Field_AllowInbox;
|
|
568
|
-
};
|
|
569
|
-
export type LogicExpression_Field_kind_CondMaxEmailTemplates = {
|
|
570
|
-
type: 'CondMaxEmailTemplates';
|
|
571
|
-
data: LogicExpression_Field_MaxEmailTemplates;
|
|
572
|
-
};
|
|
573
|
-
export type LogicExpression_Field_kind_CondMaxUserSpecificTags = {
|
|
574
|
-
type: 'CondMaxUserSpecificTags';
|
|
575
|
-
data: LogicExpression_Field_MaxUserSpecificTags;
|
|
576
|
-
};
|
|
577
|
-
export type LogicExpression_Field_kind_CondAllowGdpr = {
|
|
578
|
-
type: 'CondAllowGdpr';
|
|
579
|
-
data: LogicExpression_Field_AllowGdpr;
|
|
580
|
-
};
|
|
581
363
|
export type LogicExpression_Field_kind_CondMaxVerifyingEmails = {
|
|
582
364
|
type: 'CondMaxVerifyingEmails';
|
|
583
365
|
data: LogicExpression_Field_MaxVerifyingEmails;
|
|
@@ -586,14 +368,6 @@ export type LogicExpression_Field_kind_CondMaxVerifyingDomains = {
|
|
|
586
368
|
type: 'CondMaxVerifyingDomains';
|
|
587
369
|
data: LogicExpression_Field_MaxVerifyingDomains;
|
|
588
370
|
};
|
|
589
|
-
export type LogicExpression_Field_kind_CondAllowSendExternalStats = {
|
|
590
|
-
type: 'CondAllowSendExternalStats';
|
|
591
|
-
data: LogicExpression_Field_AllowSendExternalStats;
|
|
592
|
-
};
|
|
593
|
-
export type LogicExpression_Field_kind_CondAllowCustomRssPollingInterval = {
|
|
594
|
-
type: 'CondAllowCustomRssPollingInterval';
|
|
595
|
-
data: LogicExpression_Field_AllowCustomRssPollingInterval;
|
|
596
|
-
};
|
|
597
371
|
export type LogicExpression_Field_kind_CondAllowMetadata = {
|
|
598
372
|
type: 'CondAllowMetadata';
|
|
599
373
|
data: LogicExpression_Field_AllowMetadata;
|
|
@@ -614,10 +388,6 @@ export type LogicExpression_Field_kind_CondAllowDebugMode = {
|
|
|
614
388
|
type: 'CondAllowDebugMode';
|
|
615
389
|
data: LogicExpression_Field_AllowDebugMode;
|
|
616
390
|
};
|
|
617
|
-
export type LogicExpression_Field_kind_CondAllowFbMessenger = {
|
|
618
|
-
type: 'CondAllowFbMessenger';
|
|
619
|
-
data: LogicExpression_Field_AllowFbMessenger;
|
|
620
|
-
};
|
|
621
391
|
export type LogicExpression_Field_kind_CondAllowTrackUninstalls = {
|
|
622
392
|
type: 'CondAllowTrackUninstalls';
|
|
623
393
|
data: LogicExpression_Field_AllowTrackUninstalls;
|
|
@@ -638,10 +408,6 @@ export type LogicExpression_Field_kind_CondAllowFrequencyCapping = {
|
|
|
638
408
|
type: 'CondAllowFrequencyCapping';
|
|
639
409
|
data: LogicExpression_Field_AllowFrequencyCapping;
|
|
640
410
|
};
|
|
641
|
-
export type LogicExpression_Field_kind_CondMaxUsersPerDevice = {
|
|
642
|
-
type: 'CondMaxUsersPerDevice';
|
|
643
|
-
data: LogicExpression_Field_MaxUsersPerDevice;
|
|
644
|
-
};
|
|
645
411
|
export type LogicExpression_Field_kind_CondEmailsFreeLimit = {
|
|
646
412
|
type: 'CondEmailsFreeLimit';
|
|
647
413
|
data: LogicExpression_Field_EmailsFreeLimit;
|
|
@@ -770,7 +536,7 @@ export type LogicExpression_Field_kind_CondAllowCloudPages = {
|
|
|
770
536
|
type: 'CondAllowCloudPages';
|
|
771
537
|
data: LogicExpression_Field_AllowCloudPages;
|
|
772
538
|
};
|
|
773
|
-
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondIsLocked | LogicExpression_Field_kind_CondMaxDevices | LogicExpression_Field_kind_CondMaxUsers | LogicExpression_Field_kind_CondMaxPreparedFilters | LogicExpression_Field_kind_CondDevicesInactivityLimit | LogicExpression_Field_kind_CondAllowApi |
|
|
539
|
+
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondIsLocked | LogicExpression_Field_kind_CondMaxDevices | LogicExpression_Field_kind_CondMaxUsers | LogicExpression_Field_kind_CondMaxPreparedFilters | LogicExpression_Field_kind_CondDevicesInactivityLimit | LogicExpression_Field_kind_CondAllowApi | LogicExpression_Field_kind_CondMinSendRate | LogicExpression_Field_kind_CondMaxSendRate | LogicExpression_Field_kind_CondAllowIePlatformUsage | LogicExpression_Field_kind_CondMaxVerifyingEmails | LogicExpression_Field_kind_CondMaxVerifyingDomains | LogicExpression_Field_kind_CondAllowMetadata | LogicExpression_Field_kind_CondMaxPushOnEventDelayInDays | LogicExpression_Field_kind_CondAllowEventStatisticsApi | LogicExpression_Field_kind_CondAllowTagNotSetFilter | LogicExpression_Field_kind_CondAllowDebugMode | LogicExpression_Field_kind_CondAllowTrackUninstalls | LogicExpression_Field_kind_CondEmailRateCounterAggregatePeriod | LogicExpression_Field_kind_CondEmailBounceRateLimit | LogicExpression_Field_kind_CondEmailComplaintRateLimit | LogicExpression_Field_kind_CondAllowFrequencyCapping | LogicExpression_Field_kind_CondEmailsFreeLimit | LogicExpression_Field_kind_CondEmailsLimited | LogicExpression_Field_kind_CondAllowContentTemplates | LogicExpression_Field_kind_CondAllowBaiduAndroidPlatformUsage | LogicExpression_Field_kind_CondMaxInboxTtlDays | LogicExpression_Field_kind_CondMessageHistoryStorePeriod | LogicExpression_Field_kind_CondAllowApiGetMessageLog | LogicExpression_Field_kind_CondDetailActionHistoryStorePeriod | LogicExpression_Field_kind_CondAllowShowDeliveryStatistics | LogicExpression_Field_kind_CondAllowRFMSegments | LogicExpression_Field_kind_CondAllowBestTimeToSend | LogicExpression_Field_kind_CondAllowEventSegmentation | LogicExpression_Field_kind_CondAllowSegmentsGroups | LogicExpression_Field_kind_CondAllowCjSMS | LogicExpression_Field_kind_CondAllowCjDynamicSetTagsInUpdateProfile | LogicExpression_Field_kind_CondAllowCjAddBranchesInWaitForTrigger | LogicExpression_Field_kind_CondAllowEventsFunnel | LogicExpression_Field_kind_CondAllowChannelsSection | LogicExpression_Field_kind_CondAllowCjEmailBcc | LogicExpression_Field_kind_CondEmailFileStorePeriod | LogicExpression_Field_kind_CondAllowWhatsApp | LogicExpression_Field_kind_CondAllowCjAlternativeGoalsStats | LogicExpression_Field_kind_CondAllowCjListenUserIdChanged | LogicExpression_Field_kind_CondAllowLine | LogicExpression_Field_kind_CondAllowPostEventInApp | LogicExpression_Field_kind_CondAllowAIAssistant | LogicExpression_Field_kind_CondAllowKeepUserWithoutDevice | LogicExpression_Field_kind_CondAllowCJSplitterDeviceCheck | LogicExpression_Field_kind_CondAllowTagsAutoCreation | LogicExpression_Field_kind_CondAllowAIWalletBilling | LogicExpression_Field_kind_CondApplicationSpecificFilters | LogicExpression_Field_kind_CondAllowCloudPages;
|
|
774
540
|
export type LogicExpression_Field = {
|
|
775
541
|
kind: LogicExpression_Field_kind;
|
|
776
542
|
};
|
|
@@ -826,47 +592,21 @@ export type RestrictionValuesCrudService_UpdateMaxUsers = RpcMethod<UpdateMaxUse
|
|
|
826
592
|
export type RestrictionValuesCrudService_UpdateMaxPreparedFilters = RpcMethod<UpdateMaxPreparedFiltersRequest, {}>;
|
|
827
593
|
export type RestrictionValuesCrudService_UpdateDevicesInactivityLimit = RpcMethod<UpdateDevicesInactivityLimitRequest, {}>;
|
|
828
594
|
export type RestrictionValuesCrudService_UpdateAllowApi = RpcMethod<UpdateAllowApiRequest, {}>;
|
|
829
|
-
export type RestrictionValuesCrudService_UpdateAllowScheduling = RpcMethod<UpdateAllowSchedulingRequest, {}>;
|
|
830
|
-
export type RestrictionValuesCrudService_UpdateAllowCustomData = RpcMethod<UpdateAllowCustomDataRequest, {}>;
|
|
831
|
-
export type RestrictionValuesCrudService_UpdateAllowMultiLanguage = RpcMethod<UpdateAllowMultiLanguageRequest, {}>;
|
|
832
|
-
export type RestrictionValuesCrudService_UpdateAllowAutoConfig = RpcMethod<UpdateAllowAutoConfigRequest, {}>;
|
|
833
|
-
export type RestrictionValuesCrudService_UpdateAllowCsvMessage = RpcMethod<UpdateAllowCsvMessageRequest, {}>;
|
|
834
|
-
export type RestrictionValuesCrudService_UpdateAllowCampaignApi = RpcMethod<UpdateAllowCampaignApiRequest, {}>;
|
|
835
|
-
export type RestrictionValuesCrudService_UpdateAllowPushHistoryApi = RpcMethod<UpdateAllowPushHistoryApiRequest, {}>;
|
|
836
|
-
export type RestrictionValuesCrudService_UpdateAllowTagsApi = RpcMethod<UpdateAllowTagsApiRequest, {}>;
|
|
837
|
-
export type RestrictionValuesCrudService_UpdateAllowPushByUser = RpcMethod<UpdateAllowPushByUserRequest, {}>;
|
|
838
|
-
export type RestrictionValuesCrudService_UpdateAllowFilterApi = RpcMethod<UpdateAllowFilterApiRequest, {}>;
|
|
839
|
-
export type RestrictionValuesCrudService_UpdateAllowTwoFactorAuth = RpcMethod<UpdateAllowTwoFactorAuthRequest, {}>;
|
|
840
|
-
export type RestrictionValuesCrudService_UpdateAllowBroadcastMessageSegmentation = RpcMethod<UpdateAllowBroadcastMessageSegmentationRequest, {}>;
|
|
841
|
-
export type RestrictionValuesCrudService_UpdateAllowPushOnEvent = RpcMethod<UpdateAllowPushOnEventRequest, {}>;
|
|
842
|
-
export type RestrictionValuesCrudService_UpdateAllowCompileFilter = RpcMethod<UpdateAllowCompileFilterRequest, {}>;
|
|
843
595
|
export type RestrictionValuesCrudService_UpdateMinSendRate = RpcMethod<UpdateMinSendRateRequest, {}>;
|
|
844
596
|
export type RestrictionValuesCrudService_UpdateMaxSendRate = RpcMethod<UpdateMaxSendRateRequest, {}>;
|
|
845
|
-
export type RestrictionValuesCrudService_UpdateAllowSendToGeozone = RpcMethod<UpdateAllowSendToGeozoneRequest, {}>;
|
|
846
|
-
export type RestrictionValuesCrudService_UpdateAllowUseIosNewsstand = RpcMethod<UpdateAllowUseIosNewsstandRequest, {}>;
|
|
847
|
-
export type RestrictionValuesCrudService_UpdateAllowGetUsersDetails = RpcMethod<UpdateAllowGetUsersDetailsRequest, {}>;
|
|
848
|
-
export type RestrictionValuesCrudService_UpdateAllowGoalTracking = RpcMethod<UpdateAllowGoalTrackingRequest, {}>;
|
|
849
597
|
export type RestrictionValuesCrudService_UpdateAllowIePlatformUsage = RpcMethod<UpdateAllowIePlatformUsageRequest, {}>;
|
|
850
|
-
export type RestrictionValuesCrudService_UpdateAllowInbox = RpcMethod<UpdateAllowInboxRequest, {}>;
|
|
851
|
-
export type RestrictionValuesCrudService_UpdateMaxEmailTemplates = RpcMethod<UpdateMaxEmailTemplatesRequest, {}>;
|
|
852
|
-
export type RestrictionValuesCrudService_UpdateMaxUserSpecificTags = RpcMethod<UpdateMaxUserSpecificTagsRequest, {}>;
|
|
853
|
-
export type RestrictionValuesCrudService_UpdateAllowGdpr = RpcMethod<UpdateAllowGdprRequest, {}>;
|
|
854
598
|
export type RestrictionValuesCrudService_UpdateMaxVerifyingEmails = RpcMethod<UpdateMaxVerifyingEmailsRequest, {}>;
|
|
855
599
|
export type RestrictionValuesCrudService_UpdateMaxVerifyingDomains = RpcMethod<UpdateMaxVerifyingDomainsRequest, {}>;
|
|
856
|
-
export type RestrictionValuesCrudService_UpdateAllowSendExternalStats = RpcMethod<UpdateAllowSendExternalStatsRequest, {}>;
|
|
857
|
-
export type RestrictionValuesCrudService_UpdateAllowCustomRssPollingInterval = RpcMethod<UpdateAllowCustomRssPollingIntervalRequest, {}>;
|
|
858
600
|
export type RestrictionValuesCrudService_UpdateAllowMetadata = RpcMethod<UpdateAllowMetadataRequest, {}>;
|
|
859
601
|
export type RestrictionValuesCrudService_UpdateMaxPushOnEventDelayInDays = RpcMethod<UpdateMaxPushOnEventDelayInDaysRequest, {}>;
|
|
860
602
|
export type RestrictionValuesCrudService_UpdateAllowEventStatisticsApi = RpcMethod<UpdateAllowEventStatisticsApiRequest, {}>;
|
|
861
603
|
export type RestrictionValuesCrudService_UpdateAllowTagNotSetFilter = RpcMethod<UpdateAllowTagNotSetFilterRequest, {}>;
|
|
862
604
|
export type RestrictionValuesCrudService_UpdateAllowDebugMode = RpcMethod<UpdateAllowDebugModeRequest, {}>;
|
|
863
|
-
export type RestrictionValuesCrudService_UpdateAllowFbMessenger = RpcMethod<UpdateAllowFbMessengerRequest, {}>;
|
|
864
605
|
export type RestrictionValuesCrudService_UpdateAllowTrackUninstalls = RpcMethod<UpdateAllowTrackUninstallsRequest, {}>;
|
|
865
606
|
export type RestrictionValuesCrudService_UpdateEmailRateCounterAggregatePeriod = RpcMethod<UpdateEmailRateCounterAggregatePeriodRequest, {}>;
|
|
866
607
|
export type RestrictionValuesCrudService_UpdateEmailBounceRateLimit = RpcMethod<UpdateEmailBounceRateLimitRequest, {}>;
|
|
867
608
|
export type RestrictionValuesCrudService_UpdateEmailComplaintRateLimit = RpcMethod<UpdateEmailComplaintRateLimitRequest, {}>;
|
|
868
609
|
export type RestrictionValuesCrudService_UpdateAllowFrequencyCapping = RpcMethod<UpdateAllowFrequencyCappingRequest, {}>;
|
|
869
|
-
export type RestrictionValuesCrudService_UpdateMaxUsersPerDevice = RpcMethod<UpdateMaxUsersPerDeviceRequest, {}>;
|
|
870
610
|
export type RestrictionValuesCrudService_UpdateEmailsFreeLimit = RpcMethod<UpdateEmailsFreeLimitRequest, {}>;
|
|
871
611
|
export type RestrictionValuesCrudService_UpdateEmailsLimited = RpcMethod<UpdateEmailsLimitedRequest, {}>;
|
|
872
612
|
export type RestrictionValuesCrudService_UpdateAllowContentTemplates = RpcMethod<UpdateAllowContentTemplatesRequest, {}>;
|
|
@@ -915,47 +655,21 @@ export interface RestrictionValuesCrudService {
|
|
|
915
655
|
UpdateMaxPreparedFilters: RestrictionValuesCrudService_UpdateMaxPreparedFilters;
|
|
916
656
|
UpdateDevicesInactivityLimit: RestrictionValuesCrudService_UpdateDevicesInactivityLimit;
|
|
917
657
|
UpdateAllowApi: RestrictionValuesCrudService_UpdateAllowApi;
|
|
918
|
-
UpdateAllowScheduling: RestrictionValuesCrudService_UpdateAllowScheduling;
|
|
919
|
-
UpdateAllowCustomData: RestrictionValuesCrudService_UpdateAllowCustomData;
|
|
920
|
-
UpdateAllowMultiLanguage: RestrictionValuesCrudService_UpdateAllowMultiLanguage;
|
|
921
|
-
UpdateAllowAutoConfig: RestrictionValuesCrudService_UpdateAllowAutoConfig;
|
|
922
|
-
UpdateAllowCsvMessage: RestrictionValuesCrudService_UpdateAllowCsvMessage;
|
|
923
|
-
UpdateAllowCampaignApi: RestrictionValuesCrudService_UpdateAllowCampaignApi;
|
|
924
|
-
UpdateAllowPushHistoryApi: RestrictionValuesCrudService_UpdateAllowPushHistoryApi;
|
|
925
|
-
UpdateAllowTagsApi: RestrictionValuesCrudService_UpdateAllowTagsApi;
|
|
926
|
-
UpdateAllowPushByUser: RestrictionValuesCrudService_UpdateAllowPushByUser;
|
|
927
|
-
UpdateAllowFilterApi: RestrictionValuesCrudService_UpdateAllowFilterApi;
|
|
928
|
-
UpdateAllowTwoFactorAuth: RestrictionValuesCrudService_UpdateAllowTwoFactorAuth;
|
|
929
|
-
UpdateAllowBroadcastMessageSegmentation: RestrictionValuesCrudService_UpdateAllowBroadcastMessageSegmentation;
|
|
930
|
-
UpdateAllowPushOnEvent: RestrictionValuesCrudService_UpdateAllowPushOnEvent;
|
|
931
|
-
UpdateAllowCompileFilter: RestrictionValuesCrudService_UpdateAllowCompileFilter;
|
|
932
658
|
UpdateMinSendRate: RestrictionValuesCrudService_UpdateMinSendRate;
|
|
933
659
|
UpdateMaxSendRate: RestrictionValuesCrudService_UpdateMaxSendRate;
|
|
934
|
-
UpdateAllowSendToGeozone: RestrictionValuesCrudService_UpdateAllowSendToGeozone;
|
|
935
|
-
UpdateAllowUseIosNewsstand: RestrictionValuesCrudService_UpdateAllowUseIosNewsstand;
|
|
936
|
-
UpdateAllowGetUsersDetails: RestrictionValuesCrudService_UpdateAllowGetUsersDetails;
|
|
937
|
-
UpdateAllowGoalTracking: RestrictionValuesCrudService_UpdateAllowGoalTracking;
|
|
938
660
|
UpdateAllowIePlatformUsage: RestrictionValuesCrudService_UpdateAllowIePlatformUsage;
|
|
939
|
-
UpdateAllowInbox: RestrictionValuesCrudService_UpdateAllowInbox;
|
|
940
|
-
UpdateMaxEmailTemplates: RestrictionValuesCrudService_UpdateMaxEmailTemplates;
|
|
941
|
-
UpdateMaxUserSpecificTags: RestrictionValuesCrudService_UpdateMaxUserSpecificTags;
|
|
942
|
-
UpdateAllowGdpr: RestrictionValuesCrudService_UpdateAllowGdpr;
|
|
943
661
|
UpdateMaxVerifyingEmails: RestrictionValuesCrudService_UpdateMaxVerifyingEmails;
|
|
944
662
|
UpdateMaxVerifyingDomains: RestrictionValuesCrudService_UpdateMaxVerifyingDomains;
|
|
945
|
-
UpdateAllowSendExternalStats: RestrictionValuesCrudService_UpdateAllowSendExternalStats;
|
|
946
|
-
UpdateAllowCustomRssPollingInterval: RestrictionValuesCrudService_UpdateAllowCustomRssPollingInterval;
|
|
947
663
|
UpdateAllowMetadata: RestrictionValuesCrudService_UpdateAllowMetadata;
|
|
948
664
|
UpdateMaxPushOnEventDelayInDays: RestrictionValuesCrudService_UpdateMaxPushOnEventDelayInDays;
|
|
949
665
|
UpdateAllowEventStatisticsApi: RestrictionValuesCrudService_UpdateAllowEventStatisticsApi;
|
|
950
666
|
UpdateAllowTagNotSetFilter: RestrictionValuesCrudService_UpdateAllowTagNotSetFilter;
|
|
951
667
|
UpdateAllowDebugMode: RestrictionValuesCrudService_UpdateAllowDebugMode;
|
|
952
|
-
UpdateAllowFbMessenger: RestrictionValuesCrudService_UpdateAllowFbMessenger;
|
|
953
668
|
UpdateAllowTrackUninstalls: RestrictionValuesCrudService_UpdateAllowTrackUninstalls;
|
|
954
669
|
UpdateEmailRateCounterAggregatePeriod: RestrictionValuesCrudService_UpdateEmailRateCounterAggregatePeriod;
|
|
955
670
|
UpdateEmailBounceRateLimit: RestrictionValuesCrudService_UpdateEmailBounceRateLimit;
|
|
956
671
|
UpdateEmailComplaintRateLimit: RestrictionValuesCrudService_UpdateEmailComplaintRateLimit;
|
|
957
672
|
UpdateAllowFrequencyCapping: RestrictionValuesCrudService_UpdateAllowFrequencyCapping;
|
|
958
|
-
UpdateMaxUsersPerDevice: RestrictionValuesCrudService_UpdateMaxUsersPerDevice;
|
|
959
673
|
UpdateEmailsFreeLimit: RestrictionValuesCrudService_UpdateEmailsFreeLimit;
|
|
960
674
|
UpdateEmailsLimited: RestrictionValuesCrudService_UpdateEmailsLimited;
|
|
961
675
|
UpdateAllowContentTemplates: RestrictionValuesCrudService_UpdateAllowContentTemplates;
|
|
@@ -996,47 +710,21 @@ export type CreateRequest = {
|
|
|
996
710
|
MaxPreparedFilters?: number;
|
|
997
711
|
DevicesInactivityLimit?: number;
|
|
998
712
|
AllowApi?: boolean;
|
|
999
|
-
AllowScheduling?: boolean;
|
|
1000
|
-
AllowCustomData?: boolean;
|
|
1001
|
-
AllowMultiLanguage?: boolean;
|
|
1002
|
-
AllowAutoConfig?: boolean;
|
|
1003
|
-
AllowCsvMessage?: boolean;
|
|
1004
|
-
AllowCampaignApi?: boolean;
|
|
1005
|
-
AllowPushHistoryApi?: boolean;
|
|
1006
|
-
AllowTagsApi?: boolean;
|
|
1007
|
-
AllowPushByUser?: boolean;
|
|
1008
|
-
AllowFilterApi?: boolean;
|
|
1009
|
-
AllowTwoFactorAuth?: boolean;
|
|
1010
|
-
AllowBroadcastMessageSegmentation?: boolean;
|
|
1011
|
-
AllowPushOnEvent?: boolean;
|
|
1012
|
-
AllowCompileFilter?: boolean;
|
|
1013
713
|
MinSendRate?: number;
|
|
1014
714
|
MaxSendRate?: number;
|
|
1015
|
-
AllowSendToGeozone?: boolean;
|
|
1016
|
-
AllowUseIosNewsstand?: boolean;
|
|
1017
|
-
AllowGetUsersDetails?: boolean;
|
|
1018
|
-
AllowGoalTracking?: boolean;
|
|
1019
715
|
AllowIePlatformUsage?: boolean;
|
|
1020
|
-
AllowInbox?: boolean;
|
|
1021
|
-
MaxEmailTemplates?: number;
|
|
1022
|
-
MaxUserSpecificTags?: number;
|
|
1023
|
-
AllowGdpr?: boolean;
|
|
1024
716
|
MaxVerifyingEmails?: number;
|
|
1025
717
|
MaxVerifyingDomains?: number;
|
|
1026
|
-
AllowSendExternalStats?: boolean;
|
|
1027
|
-
AllowCustomRssPollingInterval?: boolean;
|
|
1028
718
|
AllowMetadata?: boolean;
|
|
1029
719
|
MaxPushOnEventDelayInDays?: number;
|
|
1030
720
|
AllowEventStatisticsApi?: boolean;
|
|
1031
721
|
AllowTagNotSetFilter?: boolean;
|
|
1032
722
|
AllowDebugMode?: boolean;
|
|
1033
|
-
AllowFbMessenger?: boolean;
|
|
1034
723
|
AllowTrackUninstalls?: boolean;
|
|
1035
724
|
EmailRateCounterAggregatePeriod?: number;
|
|
1036
725
|
EmailBounceRateLimit?: number;
|
|
1037
726
|
EmailComplaintRateLimit?: number;
|
|
1038
727
|
AllowFrequencyCapping?: boolean;
|
|
1039
|
-
MaxUsersPerDevice?: number;
|
|
1040
728
|
EmailsFreeLimit?: number;
|
|
1041
729
|
EmailsLimited?: boolean;
|
|
1042
730
|
AllowContentTemplates?: boolean;
|
|
@@ -1145,62 +833,6 @@ export type UpdateAllowApiRequest = {
|
|
|
1145
833
|
ID?: number;
|
|
1146
834
|
value?: boolean;
|
|
1147
835
|
};
|
|
1148
|
-
export type UpdateAllowSchedulingRequest = {
|
|
1149
|
-
ID?: number;
|
|
1150
|
-
value?: boolean;
|
|
1151
|
-
};
|
|
1152
|
-
export type UpdateAllowCustomDataRequest = {
|
|
1153
|
-
ID?: number;
|
|
1154
|
-
value?: boolean;
|
|
1155
|
-
};
|
|
1156
|
-
export type UpdateAllowMultiLanguageRequest = {
|
|
1157
|
-
ID?: number;
|
|
1158
|
-
value?: boolean;
|
|
1159
|
-
};
|
|
1160
|
-
export type UpdateAllowAutoConfigRequest = {
|
|
1161
|
-
ID?: number;
|
|
1162
|
-
value?: boolean;
|
|
1163
|
-
};
|
|
1164
|
-
export type UpdateAllowCsvMessageRequest = {
|
|
1165
|
-
ID?: number;
|
|
1166
|
-
value?: boolean;
|
|
1167
|
-
};
|
|
1168
|
-
export type UpdateAllowCampaignApiRequest = {
|
|
1169
|
-
ID?: number;
|
|
1170
|
-
value?: boolean;
|
|
1171
|
-
};
|
|
1172
|
-
export type UpdateAllowPushHistoryApiRequest = {
|
|
1173
|
-
ID?: number;
|
|
1174
|
-
value?: boolean;
|
|
1175
|
-
};
|
|
1176
|
-
export type UpdateAllowTagsApiRequest = {
|
|
1177
|
-
ID?: number;
|
|
1178
|
-
value?: boolean;
|
|
1179
|
-
};
|
|
1180
|
-
export type UpdateAllowPushByUserRequest = {
|
|
1181
|
-
ID?: number;
|
|
1182
|
-
value?: boolean;
|
|
1183
|
-
};
|
|
1184
|
-
export type UpdateAllowFilterApiRequest = {
|
|
1185
|
-
ID?: number;
|
|
1186
|
-
value?: boolean;
|
|
1187
|
-
};
|
|
1188
|
-
export type UpdateAllowTwoFactorAuthRequest = {
|
|
1189
|
-
ID?: number;
|
|
1190
|
-
value?: boolean;
|
|
1191
|
-
};
|
|
1192
|
-
export type UpdateAllowBroadcastMessageSegmentationRequest = {
|
|
1193
|
-
ID?: number;
|
|
1194
|
-
value?: boolean;
|
|
1195
|
-
};
|
|
1196
|
-
export type UpdateAllowPushOnEventRequest = {
|
|
1197
|
-
ID?: number;
|
|
1198
|
-
value?: boolean;
|
|
1199
|
-
};
|
|
1200
|
-
export type UpdateAllowCompileFilterRequest = {
|
|
1201
|
-
ID?: number;
|
|
1202
|
-
value?: boolean;
|
|
1203
|
-
};
|
|
1204
836
|
export type UpdateMinSendRateRequest = {
|
|
1205
837
|
ID?: number;
|
|
1206
838
|
value?: number;
|
|
@@ -1209,42 +841,10 @@ export type UpdateMaxSendRateRequest = {
|
|
|
1209
841
|
ID?: number;
|
|
1210
842
|
value?: number;
|
|
1211
843
|
};
|
|
1212
|
-
export type UpdateAllowSendToGeozoneRequest = {
|
|
1213
|
-
ID?: number;
|
|
1214
|
-
value?: boolean;
|
|
1215
|
-
};
|
|
1216
|
-
export type UpdateAllowUseIosNewsstandRequest = {
|
|
1217
|
-
ID?: number;
|
|
1218
|
-
value?: boolean;
|
|
1219
|
-
};
|
|
1220
|
-
export type UpdateAllowGetUsersDetailsRequest = {
|
|
1221
|
-
ID?: number;
|
|
1222
|
-
value?: boolean;
|
|
1223
|
-
};
|
|
1224
|
-
export type UpdateAllowGoalTrackingRequest = {
|
|
1225
|
-
ID?: number;
|
|
1226
|
-
value?: boolean;
|
|
1227
|
-
};
|
|
1228
844
|
export type UpdateAllowIePlatformUsageRequest = {
|
|
1229
845
|
ID?: number;
|
|
1230
846
|
value?: boolean;
|
|
1231
847
|
};
|
|
1232
|
-
export type UpdateAllowInboxRequest = {
|
|
1233
|
-
ID?: number;
|
|
1234
|
-
value?: boolean;
|
|
1235
|
-
};
|
|
1236
|
-
export type UpdateMaxEmailTemplatesRequest = {
|
|
1237
|
-
ID?: number;
|
|
1238
|
-
value?: number;
|
|
1239
|
-
};
|
|
1240
|
-
export type UpdateMaxUserSpecificTagsRequest = {
|
|
1241
|
-
ID?: number;
|
|
1242
|
-
value?: number;
|
|
1243
|
-
};
|
|
1244
|
-
export type UpdateAllowGdprRequest = {
|
|
1245
|
-
ID?: number;
|
|
1246
|
-
value?: boolean;
|
|
1247
|
-
};
|
|
1248
848
|
export type UpdateMaxVerifyingEmailsRequest = {
|
|
1249
849
|
ID?: number;
|
|
1250
850
|
value?: number;
|
|
@@ -1253,14 +853,6 @@ export type UpdateMaxVerifyingDomainsRequest = {
|
|
|
1253
853
|
ID?: number;
|
|
1254
854
|
value?: number;
|
|
1255
855
|
};
|
|
1256
|
-
export type UpdateAllowSendExternalStatsRequest = {
|
|
1257
|
-
ID?: number;
|
|
1258
|
-
value?: boolean;
|
|
1259
|
-
};
|
|
1260
|
-
export type UpdateAllowCustomRssPollingIntervalRequest = {
|
|
1261
|
-
ID?: number;
|
|
1262
|
-
value?: boolean;
|
|
1263
|
-
};
|
|
1264
856
|
export type UpdateAllowMetadataRequest = {
|
|
1265
857
|
ID?: number;
|
|
1266
858
|
value?: boolean;
|
|
@@ -1281,10 +873,6 @@ export type UpdateAllowDebugModeRequest = {
|
|
|
1281
873
|
ID?: number;
|
|
1282
874
|
value?: boolean;
|
|
1283
875
|
};
|
|
1284
|
-
export type UpdateAllowFbMessengerRequest = {
|
|
1285
|
-
ID?: number;
|
|
1286
|
-
value?: boolean;
|
|
1287
|
-
};
|
|
1288
876
|
export type UpdateAllowTrackUninstallsRequest = {
|
|
1289
877
|
ID?: number;
|
|
1290
878
|
value?: boolean;
|
|
@@ -1305,10 +893,6 @@ export type UpdateAllowFrequencyCappingRequest = {
|
|
|
1305
893
|
ID?: number;
|
|
1306
894
|
value?: boolean;
|
|
1307
895
|
};
|
|
1308
|
-
export type UpdateMaxUsersPerDeviceRequest = {
|
|
1309
|
-
ID?: number;
|
|
1310
|
-
value?: number;
|
|
1311
|
-
};
|
|
1312
896
|
export type UpdateEmailsFreeLimitRequest = {
|
|
1313
897
|
ID?: number;
|
|
1314
898
|
value?: number;
|
|
@@ -1461,47 +1045,21 @@ export type RestrictionValue = {
|
|
|
1461
1045
|
MaxPreparedFilters: number;
|
|
1462
1046
|
DevicesInactivityLimit: number;
|
|
1463
1047
|
AllowApi: boolean;
|
|
1464
|
-
AllowScheduling: boolean;
|
|
1465
|
-
AllowCustomData: boolean;
|
|
1466
|
-
AllowMultiLanguage: boolean;
|
|
1467
|
-
AllowAutoConfig: boolean;
|
|
1468
|
-
AllowCsvMessage: boolean;
|
|
1469
|
-
AllowCampaignApi: boolean;
|
|
1470
|
-
AllowPushHistoryApi: boolean;
|
|
1471
|
-
AllowTagsApi: boolean;
|
|
1472
|
-
AllowPushByUser: boolean;
|
|
1473
|
-
AllowFilterApi: boolean;
|
|
1474
|
-
AllowTwoFactorAuth: boolean;
|
|
1475
|
-
AllowBroadcastMessageSegmentation: boolean;
|
|
1476
|
-
AllowPushOnEvent: boolean;
|
|
1477
|
-
AllowCompileFilter: boolean;
|
|
1478
1048
|
MinSendRate: number;
|
|
1479
1049
|
MaxSendRate: number;
|
|
1480
|
-
AllowSendToGeozone: boolean;
|
|
1481
|
-
AllowUseIosNewsstand: boolean;
|
|
1482
|
-
AllowGetUsersDetails: boolean;
|
|
1483
|
-
AllowGoalTracking: boolean;
|
|
1484
1050
|
AllowIePlatformUsage: boolean;
|
|
1485
|
-
AllowInbox: boolean;
|
|
1486
|
-
MaxEmailTemplates: number;
|
|
1487
|
-
MaxUserSpecificTags: number;
|
|
1488
|
-
AllowGdpr: boolean;
|
|
1489
1051
|
MaxVerifyingEmails: number;
|
|
1490
1052
|
MaxVerifyingDomains: number;
|
|
1491
|
-
AllowSendExternalStats: boolean;
|
|
1492
|
-
AllowCustomRssPollingInterval: boolean;
|
|
1493
1053
|
AllowMetadata: boolean;
|
|
1494
1054
|
MaxPushOnEventDelayInDays: number;
|
|
1495
1055
|
AllowEventStatisticsApi: boolean;
|
|
1496
1056
|
AllowTagNotSetFilter: boolean;
|
|
1497
1057
|
AllowDebugMode: boolean;
|
|
1498
|
-
AllowFbMessenger: boolean;
|
|
1499
1058
|
AllowTrackUninstalls: boolean;
|
|
1500
1059
|
EmailRateCounterAggregatePeriod: number;
|
|
1501
1060
|
EmailBounceRateLimit: number;
|
|
1502
1061
|
EmailComplaintRateLimit: number;
|
|
1503
1062
|
AllowFrequencyCapping: boolean;
|
|
1504
|
-
MaxUsersPerDevice: number;
|
|
1505
1063
|
EmailsFreeLimit: number;
|
|
1506
1064
|
EmailsLimited: boolean;
|
|
1507
1065
|
AllowContentTemplates: boolean;
|