@pushwoosh/rpc-v2-http-api-data 0.1.402 → 0.1.404
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 +3 -0
- package/api_tokens.d.ts +6 -0
- package/applications_configurations.d.ts +12 -0
- package/events.d.ts +6 -0
- package/filters.d.ts +2 -0
- package/google_api.d.ts +6 -0
- package/google_protobuf.d.ts +6 -0
- package/messages.d.ts +2 -0
- package/package.json +1 -1
- package/pushwoosh_channels_messagingApi_v2.d.ts +20 -0
- package/pushwoosh_objects_filters_v1.d.ts +153 -0
- package/pushwoosh_objects_restrictionValues_v1.d.ts +108 -0
- package/data-bundle.js +0 -1
|
@@ -541,329 +541,437 @@ export type LogicExpression_Field_AllowCjAlternativeGoalsStats = {
|
|
|
541
541
|
values: boolean[];
|
|
542
542
|
};
|
|
543
543
|
export type LogicExpression_Field_kind_CondID = {
|
|
544
|
+
$: 'CondID';
|
|
544
545
|
CondID: LogicExpression_Field_ID;
|
|
545
546
|
};
|
|
546
547
|
export type LogicExpression_Field_kind_CondIsLocked = {
|
|
548
|
+
$: 'CondIsLocked';
|
|
547
549
|
CondIsLocked: LogicExpression_Field_IsLocked;
|
|
548
550
|
};
|
|
549
551
|
export type LogicExpression_Field_kind_CondMaxCampaigns = {
|
|
552
|
+
$: 'CondMaxCampaigns';
|
|
550
553
|
CondMaxCampaigns: LogicExpression_Field_MaxCampaigns;
|
|
551
554
|
};
|
|
552
555
|
export type LogicExpression_Field_kind_CondMaxDeeplinks = {
|
|
556
|
+
$: 'CondMaxDeeplinks';
|
|
553
557
|
CondMaxDeeplinks: LogicExpression_Field_MaxDeeplinks;
|
|
554
558
|
};
|
|
555
559
|
export type LogicExpression_Field_kind_CondMaxApplicationGroups = {
|
|
560
|
+
$: 'CondMaxApplicationGroups';
|
|
556
561
|
CondMaxApplicationGroups: LogicExpression_Field_MaxApplicationGroups;
|
|
557
562
|
};
|
|
558
563
|
export type LogicExpression_Field_kind_CondMaxApps = {
|
|
564
|
+
$: 'CondMaxApps';
|
|
559
565
|
CondMaxApps: LogicExpression_Field_MaxApps;
|
|
560
566
|
};
|
|
561
567
|
export type LogicExpression_Field_kind_CondMaxTags = {
|
|
568
|
+
$: 'CondMaxTags';
|
|
562
569
|
CondMaxTags: LogicExpression_Field_MaxTags;
|
|
563
570
|
};
|
|
564
571
|
export type LogicExpression_Field_kind_CondMaxGeozones = {
|
|
572
|
+
$: 'CondMaxGeozones';
|
|
565
573
|
CondMaxGeozones: LogicExpression_Field_MaxGeozones;
|
|
566
574
|
};
|
|
567
575
|
export type LogicExpression_Field_kind_CondMaxDevices = {
|
|
576
|
+
$: 'CondMaxDevices';
|
|
568
577
|
CondMaxDevices: LogicExpression_Field_MaxDevices;
|
|
569
578
|
};
|
|
570
579
|
export type LogicExpression_Field_kind_CondMaxUsers = {
|
|
580
|
+
$: 'CondMaxUsers';
|
|
571
581
|
CondMaxUsers: LogicExpression_Field_MaxUsers;
|
|
572
582
|
};
|
|
573
583
|
export type LogicExpression_Field_kind_CondMaxApiTokens = {
|
|
584
|
+
$: 'CondMaxApiTokens';
|
|
574
585
|
CondMaxApiTokens: LogicExpression_Field_MaxApiTokens;
|
|
575
586
|
};
|
|
576
587
|
export type LogicExpression_Field_kind_CondMaxPresets = {
|
|
588
|
+
$: 'CondMaxPresets';
|
|
577
589
|
CondMaxPresets: LogicExpression_Field_MaxPresets;
|
|
578
590
|
};
|
|
579
591
|
export type LogicExpression_Field_kind_CondMaxTestDevices = {
|
|
592
|
+
$: 'CondMaxTestDevices';
|
|
580
593
|
CondMaxTestDevices: LogicExpression_Field_MaxTestDevices;
|
|
581
594
|
};
|
|
582
595
|
export type LogicExpression_Field_kind_CondMaxGeozoneRange = {
|
|
596
|
+
$: 'CondMaxGeozoneRange';
|
|
583
597
|
CondMaxGeozoneRange: LogicExpression_Field_MaxGeozoneRange;
|
|
584
598
|
};
|
|
585
599
|
export type LogicExpression_Field_kind_CondMaxRssFeeds = {
|
|
600
|
+
$: 'CondMaxRssFeeds';
|
|
586
601
|
CondMaxRssFeeds: LogicExpression_Field_MaxRssFeeds;
|
|
587
602
|
};
|
|
588
603
|
export type LogicExpression_Field_kind_CondMaxAutoPushes = {
|
|
604
|
+
$: 'CondMaxAutoPushes';
|
|
589
605
|
CondMaxAutoPushes: LogicExpression_Field_MaxAutoPushes;
|
|
590
606
|
};
|
|
591
607
|
export type LogicExpression_Field_kind_CondMaxIOSCategories = {
|
|
608
|
+
$: 'CondMaxIOSCategories';
|
|
592
609
|
CondMaxIOSCategories: LogicExpression_Field_MaxIOSCategories;
|
|
593
610
|
};
|
|
594
611
|
export type LogicExpression_Field_kind_CondMaxTwitterFeeds = {
|
|
612
|
+
$: 'CondMaxTwitterFeeds';
|
|
595
613
|
CondMaxTwitterFeeds: LogicExpression_Field_MaxTwitterFeeds;
|
|
596
614
|
};
|
|
597
615
|
export type LogicExpression_Field_kind_CondMaxInapps = {
|
|
616
|
+
$: 'CondMaxInapps';
|
|
598
617
|
CondMaxInapps: LogicExpression_Field_MaxInapps;
|
|
599
618
|
};
|
|
600
619
|
export type LogicExpression_Field_kind_CondMaxEvents = {
|
|
620
|
+
$: 'CondMaxEvents';
|
|
601
621
|
CondMaxEvents: LogicExpression_Field_MaxEvents;
|
|
602
622
|
};
|
|
603
623
|
export type LogicExpression_Field_kind_CondMaxCreateMessage = {
|
|
624
|
+
$: 'CondMaxCreateMessage';
|
|
604
625
|
CondMaxCreateMessage: LogicExpression_Field_MaxCreateMessage;
|
|
605
626
|
};
|
|
606
627
|
export type LogicExpression_Field_kind_CondMaxRichmedia = {
|
|
628
|
+
$: 'CondMaxRichmedia';
|
|
607
629
|
CondMaxRichmedia: LogicExpression_Field_MaxRichmedia;
|
|
608
630
|
};
|
|
609
631
|
export type LogicExpression_Field_kind_CondMaxPreparedFilters = {
|
|
632
|
+
$: 'CondMaxPreparedFilters';
|
|
610
633
|
CondMaxPreparedFilters: LogicExpression_Field_MaxPreparedFilters;
|
|
611
634
|
};
|
|
612
635
|
export type LogicExpression_Field_kind_CondMaxFilters = {
|
|
636
|
+
$: 'CondMaxFilters';
|
|
613
637
|
CondMaxFilters: LogicExpression_Field_MaxFilters;
|
|
614
638
|
};
|
|
615
639
|
export type LogicExpression_Field_kind_CondDevicesInactivityLimit = {
|
|
640
|
+
$: 'CondDevicesInactivityLimit';
|
|
616
641
|
CondDevicesInactivityLimit: LogicExpression_Field_DevicesInactivityLimit;
|
|
617
642
|
};
|
|
618
643
|
export type LogicExpression_Field_kind_CondAllowApi = {
|
|
644
|
+
$: 'CondAllowApi';
|
|
619
645
|
CondAllowApi: LogicExpression_Field_AllowApi;
|
|
620
646
|
};
|
|
621
647
|
export type LogicExpression_Field_kind_CondAllowStatsAccess = {
|
|
648
|
+
$: 'CondAllowStatsAccess';
|
|
622
649
|
CondAllowStatsAccess: LogicExpression_Field_AllowStatsAccess;
|
|
623
650
|
};
|
|
624
651
|
export type LogicExpression_Field_kind_CondAllowApiStatsAccess = {
|
|
652
|
+
$: 'CondAllowApiStatsAccess';
|
|
625
653
|
CondAllowApiStatsAccess: LogicExpression_Field_AllowApiStatsAccess;
|
|
626
654
|
};
|
|
627
655
|
export type LogicExpression_Field_kind_CondAllowGeozoneApi = {
|
|
656
|
+
$: 'CondAllowGeozoneApi';
|
|
628
657
|
CondAllowGeozoneApi: LogicExpression_Field_AllowGeozoneApi;
|
|
629
658
|
};
|
|
630
659
|
export type LogicExpression_Field_kind_CondAllowABTests = {
|
|
660
|
+
$: 'CondAllowABTests';
|
|
631
661
|
CondAllowABTests: LogicExpression_Field_AllowABTests;
|
|
632
662
|
};
|
|
633
663
|
export type LogicExpression_Field_kind_CondAllowBackup = {
|
|
664
|
+
$: 'CondAllowBackup';
|
|
634
665
|
CondAllowBackup: LogicExpression_Field_AllowBackup;
|
|
635
666
|
};
|
|
636
667
|
export type LogicExpression_Field_kind_CondAllowApplicationApi = {
|
|
668
|
+
$: 'CondAllowApplicationApi';
|
|
637
669
|
CondAllowApplicationApi: LogicExpression_Field_AllowApplicationApi;
|
|
638
670
|
};
|
|
639
671
|
export type LogicExpression_Field_kind_CondAllowRemotePage = {
|
|
672
|
+
$: 'CondAllowRemotePage';
|
|
640
673
|
CondAllowRemotePage: LogicExpression_Field_AllowRemotePage;
|
|
641
674
|
};
|
|
642
675
|
export type LogicExpression_Field_kind_CondAllowScheduling = {
|
|
676
|
+
$: 'CondAllowScheduling';
|
|
643
677
|
CondAllowScheduling: LogicExpression_Field_AllowScheduling;
|
|
644
678
|
};
|
|
645
679
|
export type LogicExpression_Field_kind_CondAllowCustomData = {
|
|
680
|
+
$: 'CondAllowCustomData';
|
|
646
681
|
CondAllowCustomData: LogicExpression_Field_AllowCustomData;
|
|
647
682
|
};
|
|
648
683
|
export type LogicExpression_Field_kind_CondAllowMultiLanguage = {
|
|
684
|
+
$: 'CondAllowMultiLanguage';
|
|
649
685
|
CondAllowMultiLanguage: LogicExpression_Field_AllowMultiLanguage;
|
|
650
686
|
};
|
|
651
687
|
export type LogicExpression_Field_kind_CondAllowAutoConfig = {
|
|
688
|
+
$: 'CondAllowAutoConfig';
|
|
652
689
|
CondAllowAutoConfig: LogicExpression_Field_AllowAutoConfig;
|
|
653
690
|
};
|
|
654
691
|
export type LogicExpression_Field_kind_CondAllowCsvMessage = {
|
|
692
|
+
$: 'CondAllowCsvMessage';
|
|
655
693
|
CondAllowCsvMessage: LogicExpression_Field_AllowCsvMessage;
|
|
656
694
|
};
|
|
657
695
|
export type LogicExpression_Field_kind_CondAllowCampaignApi = {
|
|
696
|
+
$: 'CondAllowCampaignApi';
|
|
658
697
|
CondAllowCampaignApi: LogicExpression_Field_AllowCampaignApi;
|
|
659
698
|
};
|
|
660
699
|
export type LogicExpression_Field_kind_CondAllowPushHistoryApi = {
|
|
700
|
+
$: 'CondAllowPushHistoryApi';
|
|
661
701
|
CondAllowPushHistoryApi: LogicExpression_Field_AllowPushHistoryApi;
|
|
662
702
|
};
|
|
663
703
|
export type LogicExpression_Field_kind_CondAllowTagsApi = {
|
|
704
|
+
$: 'CondAllowTagsApi';
|
|
664
705
|
CondAllowTagsApi: LogicExpression_Field_AllowTagsApi;
|
|
665
706
|
};
|
|
666
707
|
export type LogicExpression_Field_kind_CondAllowPushByUser = {
|
|
708
|
+
$: 'CondAllowPushByUser';
|
|
667
709
|
CondAllowPushByUser: LogicExpression_Field_AllowPushByUser;
|
|
668
710
|
};
|
|
669
711
|
export type LogicExpression_Field_kind_CondAllowFilterApi = {
|
|
712
|
+
$: 'CondAllowFilterApi';
|
|
670
713
|
CondAllowFilterApi: LogicExpression_Field_AllowFilterApi;
|
|
671
714
|
};
|
|
672
715
|
export type LogicExpression_Field_kind_CondAllowTwoFactorAuth = {
|
|
716
|
+
$: 'CondAllowTwoFactorAuth';
|
|
673
717
|
CondAllowTwoFactorAuth: LogicExpression_Field_AllowTwoFactorAuth;
|
|
674
718
|
};
|
|
675
719
|
export type LogicExpression_Field_kind_CondAllowBroadcastMessageSegmentation = {
|
|
720
|
+
$: 'CondAllowBroadcastMessageSegmentation';
|
|
676
721
|
CondAllowBroadcastMessageSegmentation: LogicExpression_Field_AllowBroadcastMessageSegmentation;
|
|
677
722
|
};
|
|
678
723
|
export type LogicExpression_Field_kind_CondAllowPushOnEvent = {
|
|
724
|
+
$: 'CondAllowPushOnEvent';
|
|
679
725
|
CondAllowPushOnEvent: LogicExpression_Field_AllowPushOnEvent;
|
|
680
726
|
};
|
|
681
727
|
export type LogicExpression_Field_kind_CondAllowCompileFilter = {
|
|
728
|
+
$: 'CondAllowCompileFilter';
|
|
682
729
|
CondAllowCompileFilter: LogicExpression_Field_AllowCompileFilter;
|
|
683
730
|
};
|
|
684
731
|
export type LogicExpression_Field_kind_CondMinSendRate = {
|
|
732
|
+
$: 'CondMinSendRate';
|
|
685
733
|
CondMinSendRate: LogicExpression_Field_MinSendRate;
|
|
686
734
|
};
|
|
687
735
|
export type LogicExpression_Field_kind_CondMaxSendRate = {
|
|
736
|
+
$: 'CondMaxSendRate';
|
|
688
737
|
CondMaxSendRate: LogicExpression_Field_MaxSendRate;
|
|
689
738
|
};
|
|
690
739
|
export type LogicExpression_Field_kind_CondAllowSendToGeozone = {
|
|
740
|
+
$: 'CondAllowSendToGeozone';
|
|
691
741
|
CondAllowSendToGeozone: LogicExpression_Field_AllowSendToGeozone;
|
|
692
742
|
};
|
|
693
743
|
export type LogicExpression_Field_kind_CondAllowUseIosNewsstand = {
|
|
744
|
+
$: 'CondAllowUseIosNewsstand';
|
|
694
745
|
CondAllowUseIosNewsstand: LogicExpression_Field_AllowUseIosNewsstand;
|
|
695
746
|
};
|
|
696
747
|
export type LogicExpression_Field_kind_CondAllowGetUsersDetails = {
|
|
748
|
+
$: 'CondAllowGetUsersDetails';
|
|
697
749
|
CondAllowGetUsersDetails: LogicExpression_Field_AllowGetUsersDetails;
|
|
698
750
|
};
|
|
699
751
|
export type LogicExpression_Field_kind_CondAllowGoalTracking = {
|
|
752
|
+
$: 'CondAllowGoalTracking';
|
|
700
753
|
CondAllowGoalTracking: LogicExpression_Field_AllowGoalTracking;
|
|
701
754
|
};
|
|
702
755
|
export type LogicExpression_Field_kind_CondAllowIePlatformUsage = {
|
|
756
|
+
$: 'CondAllowIePlatformUsage';
|
|
703
757
|
CondAllowIePlatformUsage: LogicExpression_Field_AllowIePlatformUsage;
|
|
704
758
|
};
|
|
705
759
|
export type LogicExpression_Field_kind_CondAllowInbox = {
|
|
760
|
+
$: 'CondAllowInbox';
|
|
706
761
|
CondAllowInbox: LogicExpression_Field_AllowInbox;
|
|
707
762
|
};
|
|
708
763
|
export type LogicExpression_Field_kind_CondMaxEmailTemplates = {
|
|
764
|
+
$: 'CondMaxEmailTemplates';
|
|
709
765
|
CondMaxEmailTemplates: LogicExpression_Field_MaxEmailTemplates;
|
|
710
766
|
};
|
|
711
767
|
export type LogicExpression_Field_kind_CondMaxUserSpecificTags = {
|
|
768
|
+
$: 'CondMaxUserSpecificTags';
|
|
712
769
|
CondMaxUserSpecificTags: LogicExpression_Field_MaxUserSpecificTags;
|
|
713
770
|
};
|
|
714
771
|
export type LogicExpression_Field_kind_CondAllowGdpr = {
|
|
772
|
+
$: 'CondAllowGdpr';
|
|
715
773
|
CondAllowGdpr: LogicExpression_Field_AllowGdpr;
|
|
716
774
|
};
|
|
717
775
|
export type LogicExpression_Field_kind_CondMaxVerifyingEmails = {
|
|
776
|
+
$: 'CondMaxVerifyingEmails';
|
|
718
777
|
CondMaxVerifyingEmails: LogicExpression_Field_MaxVerifyingEmails;
|
|
719
778
|
};
|
|
720
779
|
export type LogicExpression_Field_kind_CondMaxVerifyingDomains = {
|
|
780
|
+
$: 'CondMaxVerifyingDomains';
|
|
721
781
|
CondMaxVerifyingDomains: LogicExpression_Field_MaxVerifyingDomains;
|
|
722
782
|
};
|
|
723
783
|
export type LogicExpression_Field_kind_CondAllowSendExternalStats = {
|
|
784
|
+
$: 'CondAllowSendExternalStats';
|
|
724
785
|
CondAllowSendExternalStats: LogicExpression_Field_AllowSendExternalStats;
|
|
725
786
|
};
|
|
726
787
|
export type LogicExpression_Field_kind_CondAllowCustomRssPollingInterval = {
|
|
788
|
+
$: 'CondAllowCustomRssPollingInterval';
|
|
727
789
|
CondAllowCustomRssPollingInterval: LogicExpression_Field_AllowCustomRssPollingInterval;
|
|
728
790
|
};
|
|
729
791
|
export type LogicExpression_Field_kind_CondAllowMetadata = {
|
|
792
|
+
$: 'CondAllowMetadata';
|
|
730
793
|
CondAllowMetadata: LogicExpression_Field_AllowMetadata;
|
|
731
794
|
};
|
|
732
795
|
export type LogicExpression_Field_kind_CondMaxPushOnEventDelayInDays = {
|
|
796
|
+
$: 'CondMaxPushOnEventDelayInDays';
|
|
733
797
|
CondMaxPushOnEventDelayInDays: LogicExpression_Field_MaxPushOnEventDelayInDays;
|
|
734
798
|
};
|
|
735
799
|
export type LogicExpression_Field_kind_CondAllowEventStatisticsApi = {
|
|
800
|
+
$: 'CondAllowEventStatisticsApi';
|
|
736
801
|
CondAllowEventStatisticsApi: LogicExpression_Field_AllowEventStatisticsApi;
|
|
737
802
|
};
|
|
738
803
|
export type LogicExpression_Field_kind_CondAllowTagNotSetFilter = {
|
|
804
|
+
$: 'CondAllowTagNotSetFilter';
|
|
739
805
|
CondAllowTagNotSetFilter: LogicExpression_Field_AllowTagNotSetFilter;
|
|
740
806
|
};
|
|
741
807
|
export type LogicExpression_Field_kind_CondAllowDebugMode = {
|
|
808
|
+
$: 'CondAllowDebugMode';
|
|
742
809
|
CondAllowDebugMode: LogicExpression_Field_AllowDebugMode;
|
|
743
810
|
};
|
|
744
811
|
export type LogicExpression_Field_kind_CondAllowFbMessenger = {
|
|
812
|
+
$: 'CondAllowFbMessenger';
|
|
745
813
|
CondAllowFbMessenger: LogicExpression_Field_AllowFbMessenger;
|
|
746
814
|
};
|
|
747
815
|
export type LogicExpression_Field_kind_CondAllowTrackUninstalls = {
|
|
816
|
+
$: 'CondAllowTrackUninstalls';
|
|
748
817
|
CondAllowTrackUninstalls: LogicExpression_Field_AllowTrackUninstalls;
|
|
749
818
|
};
|
|
750
819
|
export type LogicExpression_Field_kind_CondEmailRateCounterAggregatePeriod = {
|
|
820
|
+
$: 'CondEmailRateCounterAggregatePeriod';
|
|
751
821
|
CondEmailRateCounterAggregatePeriod: LogicExpression_Field_EmailRateCounterAggregatePeriod;
|
|
752
822
|
};
|
|
753
823
|
export type LogicExpression_Field_kind_CondEmailBounceRateLimit = {
|
|
824
|
+
$: 'CondEmailBounceRateLimit';
|
|
754
825
|
CondEmailBounceRateLimit: LogicExpression_Field_EmailBounceRateLimit;
|
|
755
826
|
};
|
|
756
827
|
export type LogicExpression_Field_kind_CondEmailComplaintRateLimit = {
|
|
828
|
+
$: 'CondEmailComplaintRateLimit';
|
|
757
829
|
CondEmailComplaintRateLimit: LogicExpression_Field_EmailComplaintRateLimit;
|
|
758
830
|
};
|
|
759
831
|
export type LogicExpression_Field_kind_CondAllowFrequencyCapping = {
|
|
832
|
+
$: 'CondAllowFrequencyCapping';
|
|
760
833
|
CondAllowFrequencyCapping: LogicExpression_Field_AllowFrequencyCapping;
|
|
761
834
|
};
|
|
762
835
|
export type LogicExpression_Field_kind_CondMaxUsersPerDevice = {
|
|
836
|
+
$: 'CondMaxUsersPerDevice';
|
|
763
837
|
CondMaxUsersPerDevice: LogicExpression_Field_MaxUsersPerDevice;
|
|
764
838
|
};
|
|
765
839
|
export type LogicExpression_Field_kind_CondEmailsFreeLimit = {
|
|
840
|
+
$: 'CondEmailsFreeLimit';
|
|
766
841
|
CondEmailsFreeLimit: LogicExpression_Field_EmailsFreeLimit;
|
|
767
842
|
};
|
|
768
843
|
export type LogicExpression_Field_kind_CondEmailsLimited = {
|
|
844
|
+
$: 'CondEmailsLimited';
|
|
769
845
|
CondEmailsLimited: LogicExpression_Field_EmailsLimited;
|
|
770
846
|
};
|
|
771
847
|
export type LogicExpression_Field_kind_CondAllowContentTemplates = {
|
|
848
|
+
$: 'CondAllowContentTemplates';
|
|
772
849
|
CondAllowContentTemplates: LogicExpression_Field_AllowContentTemplates;
|
|
773
850
|
};
|
|
774
851
|
export type LogicExpression_Field_kind_CondAllowBaiduAndroidPlatformUsage = {
|
|
852
|
+
$: 'CondAllowBaiduAndroidPlatformUsage';
|
|
775
853
|
CondAllowBaiduAndroidPlatformUsage: LogicExpression_Field_AllowBaiduAndroidPlatformUsage;
|
|
776
854
|
};
|
|
777
855
|
export type LogicExpression_Field_kind_CondMaxInboxTtlDays = {
|
|
856
|
+
$: 'CondMaxInboxTtlDays';
|
|
778
857
|
CondMaxInboxTtlDays: LogicExpression_Field_MaxInboxTtlDays;
|
|
779
858
|
};
|
|
780
859
|
export type LogicExpression_Field_kind_CondMessageHistoryStorePeriod = {
|
|
860
|
+
$: 'CondMessageHistoryStorePeriod';
|
|
781
861
|
CondMessageHistoryStorePeriod: LogicExpression_Field_MessageHistoryStorePeriod;
|
|
782
862
|
};
|
|
783
863
|
export type LogicExpression_Field_kind_CondAllowApiGetMessageLog = {
|
|
864
|
+
$: 'CondAllowApiGetMessageLog';
|
|
784
865
|
CondAllowApiGetMessageLog: LogicExpression_Field_AllowApiGetMessageLog;
|
|
785
866
|
};
|
|
786
867
|
export type LogicExpression_Field_kind_CondDetailActionHistoryStorePeriod = {
|
|
868
|
+
$: 'CondDetailActionHistoryStorePeriod';
|
|
787
869
|
CondDetailActionHistoryStorePeriod: LogicExpression_Field_DetailActionHistoryStorePeriod;
|
|
788
870
|
};
|
|
789
871
|
export type LogicExpression_Field_kind_CondAllowCjWebhook = {
|
|
872
|
+
$: 'CondAllowCjWebhook';
|
|
790
873
|
CondAllowCjWebhook: LogicExpression_Field_AllowCjWebhook;
|
|
791
874
|
};
|
|
792
875
|
export type LogicExpression_Field_kind_CondAllowCjInapp = {
|
|
876
|
+
$: 'CondAllowCjInapp';
|
|
793
877
|
CondAllowCjInapp: LogicExpression_Field_AllowCjInapp;
|
|
794
878
|
};
|
|
795
879
|
export type LogicExpression_Field_kind_CondAllowCjScheduledSegment = {
|
|
880
|
+
$: 'CondAllowCjScheduledSegment';
|
|
796
881
|
CondAllowCjScheduledSegment: LogicExpression_Field_AllowCjScheduledSegment;
|
|
797
882
|
};
|
|
798
883
|
export type LogicExpression_Field_kind_CondAllowCjContentPersonalization = {
|
|
884
|
+
$: 'CondAllowCjContentPersonalization';
|
|
799
885
|
CondAllowCjContentPersonalization: LogicExpression_Field_AllowCjContentPersonalization;
|
|
800
886
|
};
|
|
801
887
|
export type LogicExpression_Field_kind_CondAllowCjSetTags = {
|
|
888
|
+
$: 'CondAllowCjSetTags';
|
|
802
889
|
CondAllowCjSetTags: LogicExpression_Field_AllowCjSetTags;
|
|
803
890
|
};
|
|
804
891
|
export type LogicExpression_Field_kind_CondAllowCjDynamicDelay = {
|
|
892
|
+
$: 'CondAllowCjDynamicDelay';
|
|
805
893
|
CondAllowCjDynamicDelay: LogicExpression_Field_AllowCjDynamicDelay;
|
|
806
894
|
};
|
|
807
895
|
export type LogicExpression_Field_kind_CondAllowCjSilentHours = {
|
|
896
|
+
$: 'CondAllowCjSilentHours';
|
|
808
897
|
CondAllowCjSilentHours: LogicExpression_Field_AllowCjSilentHours;
|
|
809
898
|
};
|
|
810
899
|
export type LogicExpression_Field_kind_CondAllowCjFrequencyCapping = {
|
|
900
|
+
$: 'CondAllowCjFrequencyCapping';
|
|
811
901
|
CondAllowCjFrequencyCapping: LogicExpression_Field_AllowCjFrequencyCapping;
|
|
812
902
|
};
|
|
813
903
|
export type LogicExpression_Field_kind_CondAllowShowDeliveryStatistics = {
|
|
904
|
+
$: 'CondAllowShowDeliveryStatistics';
|
|
814
905
|
CondAllowShowDeliveryStatistics: LogicExpression_Field_AllowShowDeliveryStatistics;
|
|
815
906
|
};
|
|
816
907
|
export type LogicExpression_Field_kind_CondAllowRFMSegments = {
|
|
908
|
+
$: 'CondAllowRFMSegments';
|
|
817
909
|
CondAllowRFMSegments: LogicExpression_Field_AllowRFMSegments;
|
|
818
910
|
};
|
|
819
911
|
export type LogicExpression_Field_kind_CondAllowBestTimeToSend = {
|
|
912
|
+
$: 'CondAllowBestTimeToSend';
|
|
820
913
|
CondAllowBestTimeToSend: LogicExpression_Field_AllowBestTimeToSend;
|
|
821
914
|
};
|
|
822
915
|
export type LogicExpression_Field_kind_CondAllowEventSegmentation = {
|
|
916
|
+
$: 'CondAllowEventSegmentation';
|
|
823
917
|
CondAllowEventSegmentation: LogicExpression_Field_AllowEventSegmentation;
|
|
824
918
|
};
|
|
825
919
|
export type LogicExpression_Field_kind_CondAllowSegmentsGroups = {
|
|
920
|
+
$: 'CondAllowSegmentsGroups';
|
|
826
921
|
CondAllowSegmentsGroups: LogicExpression_Field_AllowSegmentsGroups;
|
|
827
922
|
};
|
|
828
923
|
export type LogicExpression_Field_kind_CondAllowCustomerJourney = {
|
|
924
|
+
$: 'CondAllowCustomerJourney';
|
|
829
925
|
CondAllowCustomerJourney: LogicExpression_Field_AllowCustomerJourney;
|
|
830
926
|
};
|
|
831
927
|
export type LogicExpression_Field_kind_CondAllowCjSMS = {
|
|
928
|
+
$: 'CondAllowCjSMS';
|
|
832
929
|
CondAllowCjSMS: LogicExpression_Field_AllowCjSMS;
|
|
833
930
|
};
|
|
834
931
|
export type LogicExpression_Field_kind_CondAllowCjApiEntry = {
|
|
932
|
+
$: 'CondAllowCjApiEntry';
|
|
835
933
|
CondAllowCjApiEntry: LogicExpression_Field_AllowCjApiEntry;
|
|
836
934
|
};
|
|
837
935
|
export type LogicExpression_Field_kind_CondAllowCjDynamicSetTagsInUpdateProfile = {
|
|
936
|
+
$: 'CondAllowCjDynamicSetTagsInUpdateProfile';
|
|
838
937
|
CondAllowCjDynamicSetTagsInUpdateProfile: LogicExpression_Field_AllowCjDynamicSetTagsInUpdateProfile;
|
|
839
938
|
};
|
|
840
939
|
export type LogicExpression_Field_kind_CondAllowCjAddBranchesInWaitForTrigger = {
|
|
940
|
+
$: 'CondAllowCjAddBranchesInWaitForTrigger';
|
|
841
941
|
CondAllowCjAddBranchesInWaitForTrigger: LogicExpression_Field_AllowCjAddBranchesInWaitForTrigger;
|
|
842
942
|
};
|
|
843
943
|
export type LogicExpression_Field_kind_CondAllowEventsFunnel = {
|
|
944
|
+
$: 'CondAllowEventsFunnel';
|
|
844
945
|
CondAllowEventsFunnel: LogicExpression_Field_AllowEventsFunnel;
|
|
845
946
|
};
|
|
846
947
|
export type LogicExpression_Field_kind_CondAllowChannelsSection = {
|
|
948
|
+
$: 'CondAllowChannelsSection';
|
|
847
949
|
CondAllowChannelsSection: LogicExpression_Field_AllowChannelsSection;
|
|
848
950
|
};
|
|
849
951
|
export type LogicExpression_Field_kind_CondAllowCjEmailBcc = {
|
|
952
|
+
$: 'CondAllowCjEmailBcc';
|
|
850
953
|
CondAllowCjEmailBcc: LogicExpression_Field_AllowCjEmailBcc;
|
|
851
954
|
};
|
|
852
955
|
export type LogicExpression_Field_kind_CondEmailFileStorePeriod = {
|
|
956
|
+
$: 'CondEmailFileStorePeriod';
|
|
853
957
|
CondEmailFileStorePeriod: LogicExpression_Field_EmailFileStorePeriod;
|
|
854
958
|
};
|
|
855
959
|
export type LogicExpression_Field_kind_CondAllowWhatsApp = {
|
|
960
|
+
$: 'CondAllowWhatsApp';
|
|
856
961
|
CondAllowWhatsApp: LogicExpression_Field_AllowWhatsApp;
|
|
857
962
|
};
|
|
858
963
|
export type LogicExpression_Field_kind_CondAllowCjAlternativeGoalsStats = {
|
|
964
|
+
$: 'CondAllowCjAlternativeGoalsStats';
|
|
859
965
|
CondAllowCjAlternativeGoalsStats: LogicExpression_Field_AllowCjAlternativeGoalsStats;
|
|
860
966
|
};
|
|
861
967
|
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondIsLocked | LogicExpression_Field_kind_CondMaxCampaigns | LogicExpression_Field_kind_CondMaxDeeplinks | LogicExpression_Field_kind_CondMaxApplicationGroups | LogicExpression_Field_kind_CondMaxApps | LogicExpression_Field_kind_CondMaxTags | LogicExpression_Field_kind_CondMaxGeozones | LogicExpression_Field_kind_CondMaxDevices | LogicExpression_Field_kind_CondMaxUsers | LogicExpression_Field_kind_CondMaxApiTokens | LogicExpression_Field_kind_CondMaxPresets | LogicExpression_Field_kind_CondMaxTestDevices | LogicExpression_Field_kind_CondMaxGeozoneRange | LogicExpression_Field_kind_CondMaxRssFeeds | LogicExpression_Field_kind_CondMaxAutoPushes | LogicExpression_Field_kind_CondMaxIOSCategories | LogicExpression_Field_kind_CondMaxTwitterFeeds | LogicExpression_Field_kind_CondMaxInapps | LogicExpression_Field_kind_CondMaxEvents | LogicExpression_Field_kind_CondMaxCreateMessage | LogicExpression_Field_kind_CondMaxRichmedia | LogicExpression_Field_kind_CondMaxPreparedFilters | LogicExpression_Field_kind_CondMaxFilters | LogicExpression_Field_kind_CondDevicesInactivityLimit | LogicExpression_Field_kind_CondAllowApi | LogicExpression_Field_kind_CondAllowStatsAccess | LogicExpression_Field_kind_CondAllowApiStatsAccess | LogicExpression_Field_kind_CondAllowGeozoneApi | LogicExpression_Field_kind_CondAllowABTests | LogicExpression_Field_kind_CondAllowBackup | LogicExpression_Field_kind_CondAllowApplicationApi | LogicExpression_Field_kind_CondAllowRemotePage | LogicExpression_Field_kind_CondAllowScheduling | LogicExpression_Field_kind_CondAllowCustomData | LogicExpression_Field_kind_CondAllowMultiLanguage | LogicExpression_Field_kind_CondAllowAutoConfig | LogicExpression_Field_kind_CondAllowCsvMessage | LogicExpression_Field_kind_CondAllowCampaignApi | LogicExpression_Field_kind_CondAllowPushHistoryApi | LogicExpression_Field_kind_CondAllowTagsApi | LogicExpression_Field_kind_CondAllowPushByUser | LogicExpression_Field_kind_CondAllowFilterApi | LogicExpression_Field_kind_CondAllowTwoFactorAuth | LogicExpression_Field_kind_CondAllowBroadcastMessageSegmentation | LogicExpression_Field_kind_CondAllowPushOnEvent | LogicExpression_Field_kind_CondAllowCompileFilter | LogicExpression_Field_kind_CondMinSendRate | LogicExpression_Field_kind_CondMaxSendRate | LogicExpression_Field_kind_CondAllowSendToGeozone | LogicExpression_Field_kind_CondAllowUseIosNewsstand | LogicExpression_Field_kind_CondAllowGetUsersDetails | LogicExpression_Field_kind_CondAllowGoalTracking | LogicExpression_Field_kind_CondAllowIePlatformUsage | LogicExpression_Field_kind_CondAllowInbox | LogicExpression_Field_kind_CondMaxEmailTemplates | LogicExpression_Field_kind_CondMaxUserSpecificTags | LogicExpression_Field_kind_CondAllowGdpr | LogicExpression_Field_kind_CondMaxVerifyingEmails | LogicExpression_Field_kind_CondMaxVerifyingDomains | LogicExpression_Field_kind_CondAllowSendExternalStats | LogicExpression_Field_kind_CondAllowCustomRssPollingInterval | LogicExpression_Field_kind_CondAllowMetadata | LogicExpression_Field_kind_CondMaxPushOnEventDelayInDays | LogicExpression_Field_kind_CondAllowEventStatisticsApi | LogicExpression_Field_kind_CondAllowTagNotSetFilter | LogicExpression_Field_kind_CondAllowDebugMode | LogicExpression_Field_kind_CondAllowFbMessenger | LogicExpression_Field_kind_CondAllowTrackUninstalls | LogicExpression_Field_kind_CondEmailRateCounterAggregatePeriod | LogicExpression_Field_kind_CondEmailBounceRateLimit | LogicExpression_Field_kind_CondEmailComplaintRateLimit | LogicExpression_Field_kind_CondAllowFrequencyCapping | LogicExpression_Field_kind_CondMaxUsersPerDevice | 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_CondAllowCjWebhook | LogicExpression_Field_kind_CondAllowCjInapp | LogicExpression_Field_kind_CondAllowCjScheduledSegment | LogicExpression_Field_kind_CondAllowCjContentPersonalization | LogicExpression_Field_kind_CondAllowCjSetTags | LogicExpression_Field_kind_CondAllowCjDynamicDelay | LogicExpression_Field_kind_CondAllowCjSilentHours | LogicExpression_Field_kind_CondAllowCjFrequencyCapping | LogicExpression_Field_kind_CondAllowShowDeliveryStatistics | LogicExpression_Field_kind_CondAllowRFMSegments | LogicExpression_Field_kind_CondAllowBestTimeToSend | LogicExpression_Field_kind_CondAllowEventSegmentation | LogicExpression_Field_kind_CondAllowSegmentsGroups | LogicExpression_Field_kind_CondAllowCustomerJourney | LogicExpression_Field_kind_CondAllowCjSMS | LogicExpression_Field_kind_CondAllowCjApiEntry | 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;
|
|
862
968
|
export type LogicExpression_Field = {} & LogicExpression_Field_kind;
|
|
863
969
|
export type LogicExpression_kind_binary = {
|
|
970
|
+
$: 'binary';
|
|
864
971
|
binary: LogicExpression_Binary;
|
|
865
972
|
};
|
|
866
973
|
export type LogicExpression_kind_field = {
|
|
974
|
+
$: 'field';
|
|
867
975
|
field: LogicExpression_Field;
|
|
868
976
|
};
|
|
869
977
|
export type LogicExpression_kind = LogicExpression_kind_binary | LogicExpression_kind_field;
|