@unipin/angular-applet 18.9.2 → 18.9.3
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.
|
@@ -1632,6 +1632,7 @@ var BlacklistTrigger;
|
|
|
1632
1632
|
BlacklistTrigger["CountryCodeEqual"] = "COUNTRY_CODE_EQUAL";
|
|
1633
1633
|
BlacklistTrigger["EmailAlphaAddress"] = "EMAIL_ALPHA_ADDRESS";
|
|
1634
1634
|
BlacklistTrigger["EmailAlphaStart"] = "EMAIL_ALPHA_START";
|
|
1635
|
+
BlacklistTrigger["EmailDomain"] = "EMAIL_DOMAIN";
|
|
1635
1636
|
BlacklistTrigger["EmailEnding"] = "EMAIL_ENDING";
|
|
1636
1637
|
BlacklistTrigger["EmailEqual"] = "EMAIL_EQUAL";
|
|
1637
1638
|
BlacklistTrigger["IpEqual"] = "IP_EQUAL";
|
|
@@ -1679,6 +1680,19 @@ var CatalogStatus;
|
|
|
1679
1680
|
CatalogStatus["Active"] = "ACTIVE";
|
|
1680
1681
|
CatalogStatus["Deleted"] = "DELETED";
|
|
1681
1682
|
})(CatalogStatus || (CatalogStatus = {}));
|
|
1683
|
+
var CloudflareResourceCode;
|
|
1684
|
+
(function (CloudflareResourceCode) {
|
|
1685
|
+
CloudflareResourceCode["CustomRule"] = "CUSTOM_RULE";
|
|
1686
|
+
CloudflareResourceCode["DdosL7"] = "DDOS_L7";
|
|
1687
|
+
CloudflareResourceCode["HttpRatelimit"] = "HTTP_RATELIMIT";
|
|
1688
|
+
CloudflareResourceCode["HttpRequestCacheSettings"] = "HTTP_REQUEST_CACHE_SETTINGS";
|
|
1689
|
+
CloudflareResourceCode["HttpRequestDynamicRedirect"] = "HTTP_REQUEST_DYNAMIC_REDIRECT";
|
|
1690
|
+
CloudflareResourceCode["HttpRequestFirewallCustom"] = "HTTP_REQUEST_FIREWALL_CUSTOM";
|
|
1691
|
+
CloudflareResourceCode["HttpRequestFirewallManaged"] = "HTTP_REQUEST_FIREWALL_MANAGED";
|
|
1692
|
+
CloudflareResourceCode["HttpResponseHeadersTransform"] = "HTTP_RESPONSE_HEADERS_TRANSFORM";
|
|
1693
|
+
CloudflareResourceCode["IpAddressRule"] = "IP_ADDRESS_RULE";
|
|
1694
|
+
CloudflareResourceCode["ZoneLockdown"] = "ZONE_LOCKDOWN";
|
|
1695
|
+
})(CloudflareResourceCode || (CloudflareResourceCode = {}));
|
|
1682
1696
|
var CmsPostPublicSortByEnum;
|
|
1683
1697
|
(function (CmsPostPublicSortByEnum) {
|
|
1684
1698
|
CmsPostPublicSortByEnum["PublishedAt"] = "publishedAt";
|
|
@@ -1694,6 +1708,15 @@ var CommentStatus;
|
|
|
1694
1708
|
CommentStatus["Approved"] = "APPROVED";
|
|
1695
1709
|
CommentStatus["Unapproved"] = "UNAPPROVED";
|
|
1696
1710
|
})(CommentStatus || (CommentStatus = {}));
|
|
1711
|
+
var ComparisonOperators;
|
|
1712
|
+
(function (ComparisonOperators) {
|
|
1713
|
+
ComparisonOperators["Equal"] = "equal";
|
|
1714
|
+
ComparisonOperators["GreaterThan"] = "greaterThan";
|
|
1715
|
+
ComparisonOperators["GreaterThanOrEqual"] = "greaterThanOrEqual";
|
|
1716
|
+
ComparisonOperators["LessThan"] = "lessThan";
|
|
1717
|
+
ComparisonOperators["LessThanOrEqual"] = "lessThanOrEqual";
|
|
1718
|
+
ComparisonOperators["NotEqual"] = "notEqual";
|
|
1719
|
+
})(ComparisonOperators || (ComparisonOperators = {}));
|
|
1697
1720
|
var ContentOption;
|
|
1698
1721
|
(function (ContentOption) {
|
|
1699
1722
|
ContentOption["LiveThumbnail"] = "LIVE_THUMBNAIL";
|
|
@@ -1901,6 +1924,11 @@ var InternalStatus;
|
|
|
1901
1924
|
InternalStatus["Rejected"] = "REJECTED";
|
|
1902
1925
|
InternalStatus["Todo"] = "TODO";
|
|
1903
1926
|
})(InternalStatus || (InternalStatus = {}));
|
|
1927
|
+
var LogicalOperator;
|
|
1928
|
+
(function (LogicalOperator) {
|
|
1929
|
+
LogicalOperator["And"] = "AND";
|
|
1930
|
+
LogicalOperator["Or"] = "OR";
|
|
1931
|
+
})(LogicalOperator || (LogicalOperator = {}));
|
|
1904
1932
|
var MainAction;
|
|
1905
1933
|
(function (MainAction) {
|
|
1906
1934
|
MainAction["GoToChannelSelectionPage"] = "GO_TO_CHANNEL_SELECTION_PAGE";
|
|
@@ -1988,6 +2016,11 @@ var PlatformEnum;
|
|
|
1988
2016
|
PlatformEnum["PhpVer"] = "PHP_VER";
|
|
1989
2017
|
PlatformEnum["Webtopup"] = "WEBTOPUP";
|
|
1990
2018
|
})(PlatformEnum || (PlatformEnum = {}));
|
|
2019
|
+
var PlatformType;
|
|
2020
|
+
(function (PlatformType) {
|
|
2021
|
+
PlatformType["Pci"] = "PCI";
|
|
2022
|
+
PlatformType["Pgw"] = "PGW";
|
|
2023
|
+
})(PlatformType || (PlatformType = {}));
|
|
1991
2024
|
var PostStatus;
|
|
1992
2025
|
(function (PostStatus) {
|
|
1993
2026
|
PostStatus["Draft"] = "DRAFT";
|
|
@@ -2130,6 +2163,15 @@ var RepeatFrequency;
|
|
|
2130
2163
|
RepeatFrequency["Weekends"] = "WEEKENDS";
|
|
2131
2164
|
RepeatFrequency["Weekly"] = "WEEKLY";
|
|
2132
2165
|
})(RepeatFrequency || (RepeatFrequency = {}));
|
|
2166
|
+
var ReportStatus;
|
|
2167
|
+
(function (ReportStatus) {
|
|
2168
|
+
ReportStatus["Done"] = "DONE";
|
|
2169
|
+
ReportStatus["Failed"] = "FAILED";
|
|
2170
|
+
ReportStatus["PartialDone"] = "PARTIAL_DONE";
|
|
2171
|
+
ReportStatus["Pending"] = "PENDING";
|
|
2172
|
+
ReportStatus["Processing"] = "PROCESSING";
|
|
2173
|
+
ReportStatus["Triggered"] = "TRIGGERED";
|
|
2174
|
+
})(ReportStatus || (ReportStatus = {}));
|
|
2133
2175
|
var RequestAccessGroupType;
|
|
2134
2176
|
(function (RequestAccessGroupType) {
|
|
2135
2177
|
RequestAccessGroupType["Private"] = "PRIVATE";
|
|
@@ -2236,6 +2278,7 @@ var Status;
|
|
|
2236
2278
|
Status["Expired"] = "EXPIRED";
|
|
2237
2279
|
Status["Inactive"] = "INACTIVE";
|
|
2238
2280
|
Status["Pending"] = "PENDING";
|
|
2281
|
+
Status["VerseData"] = "VERSE_DATA";
|
|
2239
2282
|
})(Status || (Status = {}));
|
|
2240
2283
|
var StatusEnum;
|
|
2241
2284
|
(function (StatusEnum) {
|
|
@@ -2252,6 +2295,12 @@ var StatusEnum;
|
|
|
2252
2295
|
StatusEnum["Submitted"] = "SUBMITTED";
|
|
2253
2296
|
StatusEnum["UnderReview"] = "UNDER_REVIEW";
|
|
2254
2297
|
})(StatusEnum || (StatusEnum = {}));
|
|
2298
|
+
var SubReportStatus;
|
|
2299
|
+
(function (SubReportStatus) {
|
|
2300
|
+
SubReportStatus["Failed"] = "FAILED";
|
|
2301
|
+
SubReportStatus["Success"] = "SUCCESS";
|
|
2302
|
+
SubReportStatus["Triggered"] = "TRIGGERED";
|
|
2303
|
+
})(SubReportStatus || (SubReportStatus = {}));
|
|
2255
2304
|
var SuggestedAction;
|
|
2256
2305
|
(function (SuggestedAction) {
|
|
2257
2306
|
SuggestedAction["ChangePassword"] = "CHANGE_PASSWORD";
|
|
@@ -2292,6 +2341,7 @@ var TierStatus;
|
|
|
2292
2341
|
(function (TierStatus) {
|
|
2293
2342
|
TierStatus["Active"] = "ACTIVE";
|
|
2294
2343
|
TierStatus["Deleted"] = "DELETED";
|
|
2344
|
+
TierStatus["Maintenance"] = "MAINTENANCE";
|
|
2295
2345
|
})(TierStatus || (TierStatus = {}));
|
|
2296
2346
|
var TimeserieLabels;
|
|
2297
2347
|
(function (TimeserieLabels) {
|