@selfcommunity/types 0.4.1-alpha.6 → 0.4.1-alpha.8
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/lib/cjs/index.d.ts +2 -2
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js +3 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/types/comment.d.ts +9 -0
- package/lib/cjs/types/comment.d.ts.map +1 -1
- package/lib/cjs/types/comment.js.map +1 -1
- package/lib/cjs/types/index.d.ts +2 -2
- package/lib/cjs/types/index.d.ts.map +1 -1
- package/lib/cjs/types/index.js +4 -1
- package/lib/cjs/types/index.js.map +1 -1
- package/lib/cjs/types/preference.d.ts +118 -2
- package/lib/cjs/types/preference.d.ts.map +1 -1
- package/lib/cjs/types/preference.js +119 -0
- package/lib/cjs/types/preference.js.map +1 -1
- package/lib/esm/index.d.ts +2 -2
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js +2 -2
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/types/comment.d.ts +9 -0
- package/lib/esm/types/comment.d.ts.map +1 -1
- package/lib/esm/types/comment.js.map +1 -1
- package/lib/esm/types/index.d.ts +2 -2
- package/lib/esm/types/index.d.ts.map +1 -1
- package/lib/esm/types/index.js +2 -1
- package/lib/esm/types/index.js.map +1 -1
- package/lib/esm/types/preference.d.ts +118 -2
- package/lib/esm/types/preference.d.ts.map +1 -1
- package/lib/esm/types/preference.js +118 -1
- package/lib/esm/types/preference.js.map +1 -1
- package/lib/umd/types.js +1 -1
- package/lib/umd/types.js.map +1 -1
- package/package.json +2 -2
package/lib/esm/types/index.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ import { SCVoteType } from './vote';
|
|
|
21
21
|
import { SCFlagModerationStatusType, SCFlagType, SCFlagTypeEnum } from './flag';
|
|
22
22
|
import { SCCustomPageType } from './customPage';
|
|
23
23
|
import { SCDataPortabilityType } from './dataPortability';
|
|
24
|
-
import { SCPreferenceType } from './preference';
|
|
24
|
+
import { SCPreferenceSection, SCPreferenceName, SCPreferenceType } from './preference';
|
|
25
25
|
import { SCFeatureType } from './feature';
|
|
26
26
|
import { SSOSignInType, SSOSignUpType } from './sso';
|
|
27
27
|
import { SCLegalPagePoliciesType, SCLegalPageAckType, SCLegalPageType } from './legalPage';
|
|
@@ -36,5 +36,5 @@ import { SCSuggestionType, SuggestionType } from './suggestion';
|
|
|
36
36
|
/**
|
|
37
37
|
* Exports all types
|
|
38
38
|
*/
|
|
39
|
-
export { SCBannerType, SCBroadcastMessageBannerType, SCBroadcastMessageType, SCAuthTokenType, SCUserType, SCUserSettingsType, SCUserStatus, SCUserBlockedSettingsType, SCUserModerationType, SCUserScoreVariation, SCUserScoreType, SCUserReputationType, SCUserAutocompleteType, SCUserCounterType, SCUserChangeEmailType, SCUserAvatarType, SCUserPermissionType, SCUserFollowedStatusType, SCUserFollowerStatusType, SCUserConnectionStatusType, SCUserHiddenStatusType, SCUserHiddenByStatusType, SCUserConnectionRequestType, SCUserEmailTokenType, SCUserProviderAssociationType, SCMetadataTypeFieldType, SCMetadataType, SCTagType, SCCategoryType, SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCustomAdvPosition, SCCustomAdvType, SCEmbedType, SCMediaType, SCChunkMediaType, SCContributionLocation, SCLocalityType, SCPollChoiceType, SCPollType, SCPollVoteType, SCFeedUnitType, SCFeedUnitActivityType, SCFeedObjectType, SCFeedPostType, SCFeedDiscussionType, SCFeedStatusType, SCFeedObjectTypologyType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCFeedUnseenCountType, SCFeedObjectSuspendedStatusType, SCFeedObjectHideStatusType, SCFeedObjectFollowingStatusType, SCCountByCategoryType, SCCommentTypologyType, SCCommentsOrderBy, SCCommentType, SCPrivateMessageType, SCPrivateMessageStatusType, SCPrivateMessageFileType, SCMessageFileType, SCPrivateMessageUploadMediaType, SCPrivateMessageUploadThumbnailType, SCPrivateMessageUploadMediaChunkType, SCPromoType, SCNotificationTypologyType, SCNotificationAggregatedType, SCNotificationCommentType, SCNotificationConnectionAcceptType, SCNotificationConnectionRequestType, SCNotificationPrivateMessageType, SCNotificationMentionType, SCNotificationType, SCNotificationBlockedUserType, SCNotificationCollapsedForType, SCNotificationCustomNotificationType, SCNotificationDeletedForType, SCNotificationFollowType, SCNotificationKindlyNoticeType, SCNotificationUnBlockedUserType, SCNotificationUnDeletedForType, SCNotificationUserFollowType, SCNotificationVoteUpType, SCCustomNotificationType, SCNotificationTopicType, SCNotificationUnseenCountType, SCIncubatorType, SCIncubatorSubscriptionType, SCIncubatorStatusType, SCInviteType, SCNotificationIncubatorType, SCNotificationContributionType, SCPrizeType, SCPrizeUserType, SCPrizeUserStatusType, SCUserLoyaltyPointsType, SCWebhookEndpointType, SCWebhookEndpointAttemptType, SCWebhookEndpointSecretType, SCWebhookEventsType, SCVoteType, SCFlagType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageType, SCDataPortabilityType, SCPreferenceType, SCFeatureType, SSOSignInType, SSOSignUpType, SCLegalPageType, SCLegalPagePoliciesType, SCLegalPageAckType, SCContributionInsightCountersType, SCContributionInsightType, SCEmbedInsightType, SCEmbedInsightCountersType, SCUsersInsightType, SCUsersInsightCountersType, SCFlaggedContributionType, SCContributionType, SCContributionStatus, SCContributeStatusType, SCPlatformType, SCAvatarType, SCReactionType, SCSuggestionType, SuggestionType };
|
|
39
|
+
export { SCBannerType, SCBroadcastMessageBannerType, SCBroadcastMessageType, SCAuthTokenType, SCUserType, SCUserSettingsType, SCUserStatus, SCUserBlockedSettingsType, SCUserModerationType, SCUserScoreVariation, SCUserScoreType, SCUserReputationType, SCUserAutocompleteType, SCUserCounterType, SCUserChangeEmailType, SCUserAvatarType, SCUserPermissionType, SCUserFollowedStatusType, SCUserFollowerStatusType, SCUserConnectionStatusType, SCUserHiddenStatusType, SCUserHiddenByStatusType, SCUserConnectionRequestType, SCUserEmailTokenType, SCUserProviderAssociationType, SCMetadataTypeFieldType, SCMetadataType, SCTagType, SCCategoryType, SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCustomAdvPosition, SCCustomAdvType, SCEmbedType, SCMediaType, SCChunkMediaType, SCContributionLocation, SCLocalityType, SCPollChoiceType, SCPollType, SCPollVoteType, SCFeedUnitType, SCFeedUnitActivityType, SCFeedObjectType, SCFeedPostType, SCFeedDiscussionType, SCFeedStatusType, SCFeedObjectTypologyType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCFeedUnseenCountType, SCFeedObjectSuspendedStatusType, SCFeedObjectHideStatusType, SCFeedObjectFollowingStatusType, SCCountByCategoryType, SCCommentTypologyType, SCCommentsOrderBy, SCCommentType, SCPrivateMessageType, SCPrivateMessageStatusType, SCPrivateMessageFileType, SCMessageFileType, SCPrivateMessageUploadMediaType, SCPrivateMessageUploadThumbnailType, SCPrivateMessageUploadMediaChunkType, SCPromoType, SCNotificationTypologyType, SCNotificationAggregatedType, SCNotificationCommentType, SCNotificationConnectionAcceptType, SCNotificationConnectionRequestType, SCNotificationPrivateMessageType, SCNotificationMentionType, SCNotificationType, SCNotificationBlockedUserType, SCNotificationCollapsedForType, SCNotificationCustomNotificationType, SCNotificationDeletedForType, SCNotificationFollowType, SCNotificationKindlyNoticeType, SCNotificationUnBlockedUserType, SCNotificationUnDeletedForType, SCNotificationUserFollowType, SCNotificationVoteUpType, SCCustomNotificationType, SCNotificationTopicType, SCNotificationUnseenCountType, SCIncubatorType, SCIncubatorSubscriptionType, SCIncubatorStatusType, SCInviteType, SCNotificationIncubatorType, SCNotificationContributionType, SCPrizeType, SCPrizeUserType, SCPrizeUserStatusType, SCUserLoyaltyPointsType, SCWebhookEndpointType, SCWebhookEndpointAttemptType, SCWebhookEndpointSecretType, SCWebhookEventsType, SCVoteType, SCFlagType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageType, SCDataPortabilityType, SCPreferenceSection, SCPreferenceName, SCPreferenceType, SCFeatureType, SSOSignInType, SSOSignUpType, SCLegalPageType, SCLegalPagePoliciesType, SCLegalPageAckType, SCContributionInsightCountersType, SCContributionInsightType, SCEmbedInsightType, SCEmbedInsightCountersType, SCUsersInsightType, SCUsersInsightCountersType, SCFlaggedContributionType, SCContributionType, SCContributionStatus, SCContributeStatusType, SCPlatformType, SCAvatarType, SCReactionType, SCSuggestionType, SuggestionType };
|
|
40
40
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"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"}
|
package/lib/esm/types/index.js
CHANGED
|
@@ -9,11 +9,12 @@ import { SCPrizeUserStatusType } from './prize';
|
|
|
9
9
|
import { SCFeedObjectTypologyType, SCFeedTypologyType, SCFeedUnitActivityTypologyType } from './feed';
|
|
10
10
|
import { SCNotificationTopicType, SCNotificationTypologyType } from './notification';
|
|
11
11
|
import { SCFlagModerationStatusType, SCFlagTypeEnum } from './flag';
|
|
12
|
+
import { SCPreferenceSection, SCPreferenceName } from './preference';
|
|
12
13
|
import { SCLegalPagePoliciesType } from './legalPage';
|
|
13
14
|
import { SCContributeStatusType, SCContributionType } from './contribution';
|
|
14
15
|
import { SuggestionType } from './suggestion';
|
|
15
16
|
/**
|
|
16
17
|
* Exports all types
|
|
17
18
|
*/
|
|
18
|
-
export { SCBroadcastMessageBannerType, SCUserStatus, SCUserReputationType, SCMetadataTypeFieldType, SCCustomAdvPosition, SCFeedObjectTypologyType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCCommentTypologyType, SCCommentsOrderBy, SCPrivateMessageStatusType, SCMessageFileType, SCNotificationTypologyType, SCNotificationTopicType, SCIncubatorStatusType, SCPrizeUserStatusType, SCFlagTypeEnum, SCFlagModerationStatusType, SCLegalPagePoliciesType, SCContributionType, SCContributeStatusType, SuggestionType };
|
|
19
|
+
export { SCBroadcastMessageBannerType, SCUserStatus, SCUserReputationType, SCMetadataTypeFieldType, SCCustomAdvPosition, SCFeedObjectTypologyType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCCommentTypologyType, SCCommentsOrderBy, SCPrivateMessageStatusType, SCMessageFileType, SCNotificationTypologyType, SCNotificationTopicType, SCIncubatorStatusType, SCPrizeUserStatusType, SCFlagTypeEnum, SCFlagModerationStatusType, SCPreferenceSection, SCPreferenceName, SCLegalPagePoliciesType, SCContributionType, SCContributeStatusType, SuggestionType };
|
|
19
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,4BAA4B,EAAyB,MAAM,oBAAoB,CAAC;AACtG,OAAO,EAAC,mBAAmB,EAAkB,MAAM,aAAa,CAAC;AACjE,OAAO,EAeL,oBAAoB,EAIpB,YAAY,EAGb,MAAM,QAAQ,CAAC;AAKhB,OAAO,EAAC,uBAAuB,EAAiB,MAAM,YAAY,CAAC;AAGnE,OAAO,EAAC,iBAAiB,EAAiB,qBAAqB,EAAC,MAAM,WAAW,CAAC;AAClF,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAK3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAC,qBAAqB,EAA+C,MAAM,aAAa,CAAC;AAEhG,OAAO,EAAc,qBAAqB,EAA2C,MAAM,SAAS,CAAC;AACrG,OAAO,EAOL,wBAAwB,EAGxB,kBAAkB,EAElB,8BAA8B,EAG/B,MAAM,QAAQ,CAAC;AAChB,OAAO,EAeL,uBAAuB,EAEvB,0BAA0B,EAM3B,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAC,0BAA0B,EAAc,cAAc,EAAC,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAe,4BAA4B,EAAyB,MAAM,oBAAoB,CAAC;AACtG,OAAO,EAAC,mBAAmB,EAAkB,MAAM,aAAa,CAAC;AACjE,OAAO,EAeL,oBAAoB,EAIpB,YAAY,EAGb,MAAM,QAAQ,CAAC;AAKhB,OAAO,EAAC,uBAAuB,EAAiB,MAAM,YAAY,CAAC;AAGnE,OAAO,EAAC,iBAAiB,EAAiB,qBAAqB,EAAC,MAAM,WAAW,CAAC;AAClF,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAK3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAC,qBAAqB,EAA+C,MAAM,aAAa,CAAC;AAEhG,OAAO,EAAc,qBAAqB,EAA2C,MAAM,SAAS,CAAC;AACrG,OAAO,EAOL,wBAAwB,EAGxB,kBAAkB,EAElB,8BAA8B,EAG/B,MAAM,QAAQ,CAAC;AAChB,OAAO,EAeL,uBAAuB,EAEvB,0BAA0B,EAM3B,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAC,0BAA0B,EAAc,cAAc,EAAC,MAAM,QAAQ,CAAC;AAG9E,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAmB,MAAM,cAAc,CAAC;AAGrF,OAAO,EAAC,uBAAuB,EAAsC,MAAM,aAAa,CAAC;AAWzF,OAAO,EAAC,sBAAsB,EAAwB,kBAAkB,EAA4B,MAAM,gBAAgB,CAAC;AAI3H,OAAO,EAAmB,cAAc,EAAC,MAAM,cAAc,CAAC;AAC9D;;GAEG;AACH,OAAO,EAEL,4BAA4B,EAK5B,YAAY,EAKZ,oBAAoB,EAcpB,uBAAuB,EAMvB,mBAAmB,EAgBnB,wBAAwB,EACxB,8BAA8B,EAC9B,kBAAkB,EAMlB,qBAAqB,EACrB,iBAAiB,EAGjB,0BAA0B,EAE1B,iBAAiB,EAKjB,0BAA0B,EAmB1B,uBAAuB,EAIvB,qBAAqB,EAMrB,qBAAqB,EAQrB,cAAc,EACd,0BAA0B,EAG1B,mBAAmB,EACnB,gBAAgB,EAMhB,uBAAuB,EASvB,kBAAkB,EAElB,sBAAsB,EAKtB,cAAc,EACf,CAAC"}
|
|
@@ -1,3 +1,119 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Preferences section
|
|
3
|
+
*/
|
|
4
|
+
export declare enum SCPreferenceSection {
|
|
5
|
+
TEXT = "text",
|
|
6
|
+
STYLE = "style",
|
|
7
|
+
LOGO = "logo",
|
|
8
|
+
COLORS = "colors",
|
|
9
|
+
COVERS = "covers",
|
|
10
|
+
IMAGES = "images",
|
|
11
|
+
STAFF = "staff",
|
|
12
|
+
LOYALTY = "loyalty",
|
|
13
|
+
ADDONS = "addons",
|
|
14
|
+
ADVERTISING = "advertising",
|
|
15
|
+
CONFIGURATIONS = "configurations",
|
|
16
|
+
PROVIDERS = "providers",
|
|
17
|
+
WEBMASTER = "webmaster"
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Preferences name
|
|
21
|
+
*/
|
|
22
|
+
export declare enum SCPreferenceName {
|
|
23
|
+
APPLICATION_NAME = "application_name",
|
|
24
|
+
APPLICATION_SLOGAN1 = "application_slogan1",
|
|
25
|
+
APPLICATION_SLOGAN2 = "application_slogan2",
|
|
26
|
+
APPLICATION_COPYRIGHT = "application_copyright",
|
|
27
|
+
FONT_FAMILY = "font_family",
|
|
28
|
+
NAVBAR_LOGO = "navbar_logo",
|
|
29
|
+
NAVBAR_LOGO_MOBILE = "navbar_logo_mobile",
|
|
30
|
+
COLORBACK = "colorback",
|
|
31
|
+
COLORPRIMARY = "colorprimary",
|
|
32
|
+
COLORSECONDARY = "colorsecondary",
|
|
33
|
+
NAVBARBACK = "navbarback",
|
|
34
|
+
SUBMENUBACK = "submenuback",
|
|
35
|
+
COLORFONT = "font_color",
|
|
36
|
+
COVER_1_HP_M1920 = "cover_1_hp_m1920",
|
|
37
|
+
COVER_2_HP_M1920 = "cover_2_hp_m1920",
|
|
38
|
+
COVER_3_HP_M1920 = "cover_3_hp_m1920",
|
|
39
|
+
COVER_4_HP_M1920 = "cover_4_hp_m1920",
|
|
40
|
+
COVERS_VISIBILITY = "covers_visibility",
|
|
41
|
+
APP_ICON = "app_icon",
|
|
42
|
+
USER_DEFAULT_COVER = "user_default_cover",
|
|
43
|
+
ERROR_404 = "error_404",
|
|
44
|
+
ERROR_503 = "error_503",
|
|
45
|
+
ERRORPAGES_IMAGE = "errorpages_image",
|
|
46
|
+
STAFF_BADGE_ICON = "staff_badge_icon",
|
|
47
|
+
STAFF_BADGE_LABEL = "staff_badge_label",
|
|
48
|
+
PRIZE_A_IMAGE = "prize_a_image",
|
|
49
|
+
PRIZE_B_IMAGE = "prize_b_image",
|
|
50
|
+
PRIZE_C_IMAGE = "prize_c_image",
|
|
51
|
+
AFFINIDY_ENABLED = "affinity_enabled",
|
|
52
|
+
CLOSED_COMMUNITY = "closed_community",
|
|
53
|
+
INCUBATOR_ENABLED = "incubator_enabled",
|
|
54
|
+
INCUBATOR_SUBSCRIBERS = "incubator_subscribers",
|
|
55
|
+
LOYALTY_POINTS_COLLECTION = "loyalty_points_collection",
|
|
56
|
+
POLLS_ENABLED = "polls_enabled",
|
|
57
|
+
REGISTRATION_WIZARD = "registration_wizard",
|
|
58
|
+
VIDEO_UPLOAD_ENABLED = "video_upload_enabled",
|
|
59
|
+
VIMEO_TOKEN_UPLOAD = "vimeo_token_upload",
|
|
60
|
+
VIMEO_TOKEN_DELETE = "vimeo_token_delete",
|
|
61
|
+
VIDEO_UPLOAD_ONLY_FOR_STAFF = "video_upload_only_for_staff",
|
|
62
|
+
POST_GEOLOCATION_ENABLED = "post_geolocation_enabled",
|
|
63
|
+
SHARE_POST_ON_FACEBOOK_ENABLED = "share_post_on_facebook_enabled",
|
|
64
|
+
SHARE_POST_ON_TWITTER_ENABLED = "share_post_on_twitter_enabled",
|
|
65
|
+
SHARE_POST_ON_LINKEDIN_ENABLED = "share_post_on_linkedin_enabled",
|
|
66
|
+
CUSTOM_ADV_ENABLED = "custom_adv_enabled",
|
|
67
|
+
CUSTOM_ADV_ONLY_FOR_ANONYMOUS_USERS_ENABLED = "custom_adv_only_for_anonymous_users_enabled",
|
|
68
|
+
FOLLOW_ENABLED = "follow_enabled",
|
|
69
|
+
EXPLORE_STREAM_ENABLED = "explore_stream_enabled",
|
|
70
|
+
EXPLORE_STREAM_ORDER_BY = "explore_stream_order_by",
|
|
71
|
+
HOME_STREAM_ORDER_BY = "home_stream_order_by",
|
|
72
|
+
MANUAL_CATEGORIES_ORDER_ENABLED = "manual_categories_order_enabled",
|
|
73
|
+
PEOPLE_SEARCH_ENABLED = "people_search_enabled",
|
|
74
|
+
POST_ONLY_STAFF_ENABLED = "post_only_staff_enabled",
|
|
75
|
+
STREAM_QUALITY = "stream_quality",
|
|
76
|
+
CONTENT_AVAILABILITY = "content_availability",
|
|
77
|
+
USERS_APPROVAL_ENABLED = "users_approval_enabled",
|
|
78
|
+
POST_TYPE_ENABLED = "post_type_enabled",
|
|
79
|
+
DISCUSSION_TYPE_ENABLED = "discussion_type_enabled",
|
|
80
|
+
STATUS_TYPE_ENABLED = "status_type_enabled",
|
|
81
|
+
URL_TEMPLATE_POST = "url_template_post",
|
|
82
|
+
URL_TEMPLATE_DISCUSSION = "url_template_discussion",
|
|
83
|
+
URL_TEMPLATE_STATUS = "url_template_status",
|
|
84
|
+
URL_TEMPLATE_COMMENT = "url_template_comment",
|
|
85
|
+
URL_TEMPLATE_CATEGORY = "url_template_category",
|
|
86
|
+
URL_TEMPLATE_CATEGORIES_LIST = "url_template_categories_list",
|
|
87
|
+
URL_TEMPLATE_USER_PROFILE = "url_template_profile",
|
|
88
|
+
URL_TEMPLATE_USER_PROFILE_SETTINGS = "url_template_profile_settings",
|
|
89
|
+
URL_TEMPLATE_USER_NOTIFICATIONS = "url_template_notifications",
|
|
90
|
+
URL_TEMPLATE_USER_PRIVATE_MESSAGES = "url_template_private_message",
|
|
91
|
+
URL_TEMPLATE_INCUBATOR = "url_template_incubator",
|
|
92
|
+
USER_METADATA_DEFINITIONS = "user_metadata_definition",
|
|
93
|
+
TAG_MANAGER_CONTAINER_ID = "tag_manager_container_id",
|
|
94
|
+
GDPR_COOKIE_CONSENT_EXTERNAL_HTML = "gdpr_cookie_consent_external_html",
|
|
95
|
+
GDPR_SIGNUP_ACCEPT_HTML = "gdpr_signup_accept_html",
|
|
96
|
+
APP_URL_ON_APP_STORE = "app_url_on_app_store",
|
|
97
|
+
APP_URL_ON_GOOGLE_PLAY = "app_url_on_google_play",
|
|
98
|
+
FACEBOOK_SIGNIN_ENABLED = "facebook_signin_enabled",
|
|
99
|
+
FACEBOOK_APP_KEY = "facebook_app_key",
|
|
100
|
+
FACEBOOK_APP_SECRET = "facebook_app_secret",
|
|
101
|
+
LINKEDIN_SIGNIN_ENABLED = "linkedin_signin_enabled",
|
|
102
|
+
LINKEDIN_APP_KEY = "linkedin_app_key",
|
|
103
|
+
LINKEDIN_APP_SECRET = "linkedin_app_secret",
|
|
104
|
+
TWITTER_SIGNIN_ENABLED = "twitter_signin_enabled",
|
|
105
|
+
TWITTER_APP_KEY = "twitter_app_key",
|
|
106
|
+
TWITTER_APP_SECRET = "twitter_app_secret",
|
|
107
|
+
GOOGLE_GEOCODING_API_KEY = "google_geocoding_api_key",
|
|
108
|
+
GOOGLE_SIGNIN_ENABLED = "google_signin_enabled",
|
|
109
|
+
GOOGLE_APP_KEY = "google_app_key",
|
|
110
|
+
GOOGLE_APP_SECRET = "google_app_secret",
|
|
111
|
+
WEB_PUSH_PUBLIC_KEY = "web_push_public_key",
|
|
112
|
+
WEB_PUSH_ENABLED = "web_push_enabled",
|
|
113
|
+
META_ROBOTS = "meta_robots",
|
|
114
|
+
META_TITLE_HOME_NOT_LOGGED = "meta_title_home_not_logged",
|
|
115
|
+
META_DESCRIPTION = "meta_description"
|
|
116
|
+
}
|
|
1
117
|
/**
|
|
2
118
|
* SCPreferenceType interface
|
|
3
119
|
*/
|
|
@@ -9,11 +125,11 @@ export interface SCPreferenceType {
|
|
|
9
125
|
/**
|
|
10
126
|
* Grouping name
|
|
11
127
|
*/
|
|
12
|
-
section?:
|
|
128
|
+
section?: SCPreferenceSection;
|
|
13
129
|
/**
|
|
14
130
|
* Unique name identifying this dynamic preference
|
|
15
131
|
*/
|
|
16
|
-
name?:
|
|
132
|
+
name?: SCPreferenceName;
|
|
17
133
|
/**
|
|
18
134
|
* The value of the dynamic preference (can be an integer or a string)
|
|
19
135
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preference.d.ts","sourceRoot":"","sources":["../../../src/types/preference.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,OAAO,CAAC,EAAE,
|
|
1
|
+
{"version":3,"file":"preference.d.ts","sourceRoot":"","sources":["../../../src/types/preference.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,119 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Preferences section
|
|
3
|
+
*/
|
|
4
|
+
export var SCPreferenceSection;
|
|
5
|
+
(function (SCPreferenceSection) {
|
|
6
|
+
SCPreferenceSection["TEXT"] = "text";
|
|
7
|
+
SCPreferenceSection["STYLE"] = "style";
|
|
8
|
+
SCPreferenceSection["LOGO"] = "logo";
|
|
9
|
+
SCPreferenceSection["COLORS"] = "colors";
|
|
10
|
+
SCPreferenceSection["COVERS"] = "covers";
|
|
11
|
+
SCPreferenceSection["IMAGES"] = "images";
|
|
12
|
+
SCPreferenceSection["STAFF"] = "staff";
|
|
13
|
+
SCPreferenceSection["LOYALTY"] = "loyalty";
|
|
14
|
+
SCPreferenceSection["ADDONS"] = "addons";
|
|
15
|
+
SCPreferenceSection["ADVERTISING"] = "advertising";
|
|
16
|
+
SCPreferenceSection["CONFIGURATIONS"] = "configurations";
|
|
17
|
+
SCPreferenceSection["PROVIDERS"] = "providers";
|
|
18
|
+
SCPreferenceSection["WEBMASTER"] = "webmaster";
|
|
19
|
+
})(SCPreferenceSection || (SCPreferenceSection = {}));
|
|
20
|
+
/**
|
|
21
|
+
* Preferences name
|
|
22
|
+
*/
|
|
23
|
+
export var SCPreferenceName;
|
|
24
|
+
(function (SCPreferenceName) {
|
|
25
|
+
SCPreferenceName["APPLICATION_NAME"] = "application_name";
|
|
26
|
+
SCPreferenceName["APPLICATION_SLOGAN1"] = "application_slogan1";
|
|
27
|
+
SCPreferenceName["APPLICATION_SLOGAN2"] = "application_slogan2";
|
|
28
|
+
SCPreferenceName["APPLICATION_COPYRIGHT"] = "application_copyright";
|
|
29
|
+
SCPreferenceName["FONT_FAMILY"] = "font_family";
|
|
30
|
+
SCPreferenceName["NAVBAR_LOGO"] = "navbar_logo";
|
|
31
|
+
SCPreferenceName["NAVBAR_LOGO_MOBILE"] = "navbar_logo_mobile";
|
|
32
|
+
SCPreferenceName["COLORBACK"] = "colorback";
|
|
33
|
+
SCPreferenceName["COLORPRIMARY"] = "colorprimary";
|
|
34
|
+
SCPreferenceName["COLORSECONDARY"] = "colorsecondary";
|
|
35
|
+
SCPreferenceName["NAVBARBACK"] = "navbarback";
|
|
36
|
+
SCPreferenceName["SUBMENUBACK"] = "submenuback";
|
|
37
|
+
SCPreferenceName["COLORFONT"] = "font_color";
|
|
38
|
+
SCPreferenceName["COVER_1_HP_M1920"] = "cover_1_hp_m1920";
|
|
39
|
+
SCPreferenceName["COVER_2_HP_M1920"] = "cover_2_hp_m1920";
|
|
40
|
+
SCPreferenceName["COVER_3_HP_M1920"] = "cover_3_hp_m1920";
|
|
41
|
+
SCPreferenceName["COVER_4_HP_M1920"] = "cover_4_hp_m1920";
|
|
42
|
+
SCPreferenceName["COVERS_VISIBILITY"] = "covers_visibility";
|
|
43
|
+
SCPreferenceName["APP_ICON"] = "app_icon";
|
|
44
|
+
SCPreferenceName["USER_DEFAULT_COVER"] = "user_default_cover";
|
|
45
|
+
SCPreferenceName["ERROR_404"] = "error_404";
|
|
46
|
+
SCPreferenceName["ERROR_503"] = "error_503";
|
|
47
|
+
SCPreferenceName["ERRORPAGES_IMAGE"] = "errorpages_image";
|
|
48
|
+
SCPreferenceName["STAFF_BADGE_ICON"] = "staff_badge_icon";
|
|
49
|
+
SCPreferenceName["STAFF_BADGE_LABEL"] = "staff_badge_label";
|
|
50
|
+
SCPreferenceName["PRIZE_A_IMAGE"] = "prize_a_image";
|
|
51
|
+
SCPreferenceName["PRIZE_B_IMAGE"] = "prize_b_image";
|
|
52
|
+
SCPreferenceName["PRIZE_C_IMAGE"] = "prize_c_image";
|
|
53
|
+
SCPreferenceName["AFFINIDY_ENABLED"] = "affinity_enabled";
|
|
54
|
+
SCPreferenceName["CLOSED_COMMUNITY"] = "closed_community";
|
|
55
|
+
SCPreferenceName["INCUBATOR_ENABLED"] = "incubator_enabled";
|
|
56
|
+
SCPreferenceName["INCUBATOR_SUBSCRIBERS"] = "incubator_subscribers";
|
|
57
|
+
SCPreferenceName["LOYALTY_POINTS_COLLECTION"] = "loyalty_points_collection";
|
|
58
|
+
SCPreferenceName["POLLS_ENABLED"] = "polls_enabled";
|
|
59
|
+
SCPreferenceName["REGISTRATION_WIZARD"] = "registration_wizard";
|
|
60
|
+
SCPreferenceName["VIDEO_UPLOAD_ENABLED"] = "video_upload_enabled";
|
|
61
|
+
SCPreferenceName["VIMEO_TOKEN_UPLOAD"] = "vimeo_token_upload";
|
|
62
|
+
SCPreferenceName["VIMEO_TOKEN_DELETE"] = "vimeo_token_delete";
|
|
63
|
+
SCPreferenceName["VIDEO_UPLOAD_ONLY_FOR_STAFF"] = "video_upload_only_for_staff";
|
|
64
|
+
SCPreferenceName["POST_GEOLOCATION_ENABLED"] = "post_geolocation_enabled";
|
|
65
|
+
SCPreferenceName["SHARE_POST_ON_FACEBOOK_ENABLED"] = "share_post_on_facebook_enabled";
|
|
66
|
+
SCPreferenceName["SHARE_POST_ON_TWITTER_ENABLED"] = "share_post_on_twitter_enabled";
|
|
67
|
+
SCPreferenceName["SHARE_POST_ON_LINKEDIN_ENABLED"] = "share_post_on_linkedin_enabled";
|
|
68
|
+
SCPreferenceName["CUSTOM_ADV_ENABLED"] = "custom_adv_enabled";
|
|
69
|
+
SCPreferenceName["CUSTOM_ADV_ONLY_FOR_ANONYMOUS_USERS_ENABLED"] = "custom_adv_only_for_anonymous_users_enabled";
|
|
70
|
+
SCPreferenceName["FOLLOW_ENABLED"] = "follow_enabled";
|
|
71
|
+
SCPreferenceName["EXPLORE_STREAM_ENABLED"] = "explore_stream_enabled";
|
|
72
|
+
SCPreferenceName["EXPLORE_STREAM_ORDER_BY"] = "explore_stream_order_by";
|
|
73
|
+
SCPreferenceName["HOME_STREAM_ORDER_BY"] = "home_stream_order_by";
|
|
74
|
+
SCPreferenceName["MANUAL_CATEGORIES_ORDER_ENABLED"] = "manual_categories_order_enabled";
|
|
75
|
+
SCPreferenceName["PEOPLE_SEARCH_ENABLED"] = "people_search_enabled";
|
|
76
|
+
SCPreferenceName["POST_ONLY_STAFF_ENABLED"] = "post_only_staff_enabled";
|
|
77
|
+
SCPreferenceName["STREAM_QUALITY"] = "stream_quality";
|
|
78
|
+
SCPreferenceName["CONTENT_AVAILABILITY"] = "content_availability";
|
|
79
|
+
SCPreferenceName["USERS_APPROVAL_ENABLED"] = "users_approval_enabled";
|
|
80
|
+
SCPreferenceName["POST_TYPE_ENABLED"] = "post_type_enabled";
|
|
81
|
+
SCPreferenceName["DISCUSSION_TYPE_ENABLED"] = "discussion_type_enabled";
|
|
82
|
+
SCPreferenceName["STATUS_TYPE_ENABLED"] = "status_type_enabled";
|
|
83
|
+
SCPreferenceName["URL_TEMPLATE_POST"] = "url_template_post";
|
|
84
|
+
SCPreferenceName["URL_TEMPLATE_DISCUSSION"] = "url_template_discussion";
|
|
85
|
+
SCPreferenceName["URL_TEMPLATE_STATUS"] = "url_template_status";
|
|
86
|
+
SCPreferenceName["URL_TEMPLATE_COMMENT"] = "url_template_comment";
|
|
87
|
+
SCPreferenceName["URL_TEMPLATE_CATEGORY"] = "url_template_category";
|
|
88
|
+
SCPreferenceName["URL_TEMPLATE_CATEGORIES_LIST"] = "url_template_categories_list";
|
|
89
|
+
SCPreferenceName["URL_TEMPLATE_USER_PROFILE"] = "url_template_profile";
|
|
90
|
+
SCPreferenceName["URL_TEMPLATE_USER_PROFILE_SETTINGS"] = "url_template_profile_settings";
|
|
91
|
+
SCPreferenceName["URL_TEMPLATE_USER_NOTIFICATIONS"] = "url_template_notifications";
|
|
92
|
+
SCPreferenceName["URL_TEMPLATE_USER_PRIVATE_MESSAGES"] = "url_template_private_message";
|
|
93
|
+
SCPreferenceName["URL_TEMPLATE_INCUBATOR"] = "url_template_incubator";
|
|
94
|
+
SCPreferenceName["USER_METADATA_DEFINITIONS"] = "user_metadata_definition";
|
|
95
|
+
SCPreferenceName["TAG_MANAGER_CONTAINER_ID"] = "tag_manager_container_id";
|
|
96
|
+
SCPreferenceName["GDPR_COOKIE_CONSENT_EXTERNAL_HTML"] = "gdpr_cookie_consent_external_html";
|
|
97
|
+
SCPreferenceName["GDPR_SIGNUP_ACCEPT_HTML"] = "gdpr_signup_accept_html";
|
|
98
|
+
SCPreferenceName["APP_URL_ON_APP_STORE"] = "app_url_on_app_store";
|
|
99
|
+
SCPreferenceName["APP_URL_ON_GOOGLE_PLAY"] = "app_url_on_google_play";
|
|
100
|
+
SCPreferenceName["FACEBOOK_SIGNIN_ENABLED"] = "facebook_signin_enabled";
|
|
101
|
+
SCPreferenceName["FACEBOOK_APP_KEY"] = "facebook_app_key";
|
|
102
|
+
SCPreferenceName["FACEBOOK_APP_SECRET"] = "facebook_app_secret";
|
|
103
|
+
SCPreferenceName["LINKEDIN_SIGNIN_ENABLED"] = "linkedin_signin_enabled";
|
|
104
|
+
SCPreferenceName["LINKEDIN_APP_KEY"] = "linkedin_app_key";
|
|
105
|
+
SCPreferenceName["LINKEDIN_APP_SECRET"] = "linkedin_app_secret";
|
|
106
|
+
SCPreferenceName["TWITTER_SIGNIN_ENABLED"] = "twitter_signin_enabled";
|
|
107
|
+
SCPreferenceName["TWITTER_APP_KEY"] = "twitter_app_key";
|
|
108
|
+
SCPreferenceName["TWITTER_APP_SECRET"] = "twitter_app_secret";
|
|
109
|
+
SCPreferenceName["GOOGLE_GEOCODING_API_KEY"] = "google_geocoding_api_key";
|
|
110
|
+
SCPreferenceName["GOOGLE_SIGNIN_ENABLED"] = "google_signin_enabled";
|
|
111
|
+
SCPreferenceName["GOOGLE_APP_KEY"] = "google_app_key";
|
|
112
|
+
SCPreferenceName["GOOGLE_APP_SECRET"] = "google_app_secret";
|
|
113
|
+
SCPreferenceName["WEB_PUSH_PUBLIC_KEY"] = "web_push_public_key";
|
|
114
|
+
SCPreferenceName["WEB_PUSH_ENABLED"] = "web_push_enabled";
|
|
115
|
+
SCPreferenceName["META_ROBOTS"] = "meta_robots";
|
|
116
|
+
SCPreferenceName["META_TITLE_HOME_NOT_LOGGED"] = "meta_title_home_not_logged";
|
|
117
|
+
SCPreferenceName["META_DESCRIPTION"] = "meta_description";
|
|
118
|
+
})(SCPreferenceName || (SCPreferenceName = {}));
|
|
2
119
|
//# sourceMappingURL=preference.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"preference.js","sourceRoot":"","sources":["../../../src/types/preference.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"preference.js","sourceRoot":"","sources":["../../../src/types/preference.ts"],"names":[],"mappings":"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"}
|
package/lib/umd/types.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/*! For license information please see types.js.LICENSE.txt */
|
|
2
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.SelfCommunityTypes=t():e.SelfCommunityTypes=t()}(self,(()=>(()=>{"use strict";var e={852:(e,t)=>{t.__esModule=!0},401:(e,t)=>{t.__esModule=!0},665:(e,t)=>{let o;t.__esModule=!0,t.SCBroadcastMessageBannerType=void 0,t.SCBroadcastMessageBannerType=o,function(e){e.HTML="html_banner",e.NOTIFICATION="notification_banner"}(o||(t.SCBroadcastMessageBannerType=o={}))},511:(e,t)=>{t.__esModule=!0},444:(e,t)=>{let o;t.__esModule=!0,t.SCCommentsOrderBy=t.SCCommentTypologyType=void 0,t.SCCommentTypologyType="comment",t.SCCommentsOrderBy=o,function(e){e.ADDED_AT_DESC="-added_at",e.ADDED_AT_ASC="added_at",e.CONNECTION_DESC="-connection",e.CONNECTION_ASC="connection"}(o||(t.SCCommentsOrderBy=o={}))},275:(e,t)=>{let o,i;t.__esModule=!0,t.SCContributionType=t.SCContributeStatusType=void 0,t.SCContributionType=o,function(e){e.DISCUSSION="discussion",e.POST="post",e.STATUS="status",e.COMMENT="comment"}(o||(t.SCContributionType=o={})),t.SCContributeStatusType=i,function(e){e.OPEN="open",e.IGNORED="ignored",e.HIDDEN="hidden",e.DELETED="deleted"}(i||(t.SCContributeStatusType=i={}))},386:(e,t)=>{let o;t.__esModule=!0,t.SCCustomAdvPosition=void 0,t.SCCustomAdvPosition=o,function(e){e.POSITION_BELOW_TOPBAR="BELOW_TOPBAR",e.POSITION_BELOW_FEED_OBJECT="BELOW_THE_POST",e.POSITION_ABOVE_FOOTER_BAR="ABOVE_FOOTER_BAR",e.POSITION_FOOTER_STICKY="FOOTER_STICKY",e.POSITION_IN_COMMENTS="IN_POST_COMMENTS",e.POSITION_RELATED_POSTS_COLUMN="RELATED_POSTS_COLUMN",e.POSITION_FEED_SIDEBAR="TOOLS_COLUMN",e.POSITION_FEED="IN_STREAM"}(o||(t.SCCustomAdvPosition=o={}))},82:(e,t)=>{t.__esModule=!0},767:(e,t)=>{t.__esModule=!0},55:(e,t)=>{t.__esModule=!0},797:(e,t)=>{t.__esModule=!0},22:(e,t)=>{t.__esModule=!0},505:(e,t)=>{let o,i,C;t.__esModule=!0,t.SCFeedUnitActivityTypologyType=t.SCFeedTypologyType=t.SCFeedObjectTypologyType=void 0,t.SCFeedTypologyType=o,function(e){e.HOME="home",e.EXPLORE="explore"}(o||(t.SCFeedTypologyType=o={})),t.SCFeedObjectTypologyType=i,function(e){e.DISCUSSION="discussion",e.POST="post",e.STATUS="status"}(i||(t.SCFeedObjectTypologyType=i={})),t.SCFeedUnitActivityTypologyType=C,function(e){e.COMMENT="comment",e.VOTE="vote",e.POLLVOTE="pollvote",e.FOLLOW="follow"}(C||(t.SCFeedUnitActivityTypologyType=C={}))},561:(e,t)=>{let o,i;t.__esModule=!0,t.SCFlagTypeEnum=t.SCFlagModerationStatusType=void 0,t.SCFlagTypeEnum=o,function(e){e[e.SPAM=0]="SPAM",e[e.AGGRESSIVE=1]="AGGRESSIVE",e[e.VULGAR=2]="VULGAR",e[e.POOR=3]="POOR",e[e.OFFTOPIC=4]="OFFTOPIC"}(o||(t.SCFlagTypeEnum=o={})),t.SCFlagModerationStatusType=i,function(e){e.IGNORED="ignored",e.DELETED="deleted",e.HIDDEN="hidden"}(i||(t.SCFlagModerationStatusType=i={}))},947:(e,t)=>{let o;t.__esModule=!0,t.SCIncubatorStatusType=void 0,t.SCIncubatorStatusType=o,function(e){e[e.PENDING=0]="PENDING",e[e.PROPOSAL=1]="PROPOSAL",e[e.APPROVED=2]="APPROVED",e[e.IGNORED=3]="IGNORED"}(o||(t.SCIncubatorStatusType=o={}))},994:(e,t,o)=>{t.__esModule=!0;var i=o(852);t.SCAuthTokenType=i.SCAuthTokenType;var C=o(665);t.SCBannerType=C.SCBannerType,t.SCBroadcastMessageBannerType=C.SCBroadcastMessageBannerType,t.SCBroadcastMessageType=C.SCBroadcastMessageType;var S=o(386);t.SCCustomAdvPosition=S.SCCustomAdvPosition,t.SCCustomAdvType=S.SCCustomAdvType;var T=o(967);t.SCUserAutocompleteType=T.SCUserAutocompleteType,t.SCUserAvatarType=T.SCUserAvatarType,t.SCUserBlockedSettingsType=T.SCUserBlockedSettingsType,t.SCUserChangeEmailType=T.SCUserChangeEmailType,t.SCUserConnectionRequestType=T.SCUserConnectionRequestType,t.SCUserConnectionStatusType=T.SCUserConnectionStatusType,t.SCUserCounterType=T.SCUserCounterType,t.SCUserEmailTokenType=T.SCUserEmailTokenType,t.SCUserFollowedStatusType=T.SCUserFollowedStatusType,t.SCUserFollowerStatusType=T.SCUserFollowerStatusType,t.SCUserHiddenByStatusType=T.SCUserHiddenByStatusType,t.SCUserHiddenStatusType=T.SCUserHiddenStatusType,t.SCUserModerationType=T.SCUserModerationType,t.SCUserPermissionType=T.SCUserPermissionType,t.SCUserReputationType=T.SCUserReputationType,t.SCUserScoreType=T.SCUserScoreType,t.SCUserScoreVariation=T.SCUserScoreVariation,t.SCUserSettingsType=T.SCUserSettingsType,t.SCUserStatus=T.SCUserStatus,t.SCUserType=T.SCUserType,t.SCUserProviderAssociationType=T.SCUserProviderAssociationType;var n=o(549);t.SCTagType=n.SCTagType;var p=o(511);t.SCCategoryAudienceType=p.SCCategoryAudienceType,t.SCCategoryFollowedStatusType=p.SCCategoryFollowedStatusType,t.SCCategoryType=p.SCCategoryType;var y=o(797);t.SCEmbedType=y.SCEmbedType;var a=o(398);t.SCChunkMediaType=a.SCChunkMediaType,t.SCMediaType=a.SCMediaType;var s=o(584);t.SCMetadataTypeFieldType=s.SCMetadataTypeFieldType,t.SCMetadataType=s.SCMetadataType;var r=o(714);t.SCContributionLocation=r.SCContributionLocation,t.SCLocalityType=r.SCLocalityType;var d=o(3);t.SCPollChoiceType=d.SCPollChoiceType,t.SCPollType=d.SCPollType,t.SCPollVoteType=d.SCPollVoteType;var c=o(444);t.SCCommentsOrderBy=c.SCCommentsOrderBy,t.SCCommentType=c.SCCommentType,t.SCCommentTypologyType=c.SCCommentTypologyType;var u=o(461);t.SCMessageFileType=u.SCMessageFileType,t.SCPrivateMessageFileType=u.SCPrivateMessageFileType,t.SCPrivateMessageStatusType=u.SCPrivateMessageStatusType,t.SCPrivateMessageType=u.SCPrivateMessageType,t.SCPrivateMessageUploadMediaChunkType=u.SCPrivateMessageUploadMediaChunkType,t.SCPrivateMessageUploadMediaType=u.SCPrivateMessageUploadMediaType,t.SCPrivateMessageUploadThumbnailType=u.SCPrivateMessageUploadThumbnailType;var l=o(947);t.SCIncubatorStatusType=l.SCIncubatorStatusType,t.SCIncubatorSubscriptionType=l.SCIncubatorSubscriptionType,t.SCIncubatorType=l.SCIncubatorType;var _=o(82);t.SCCustomNotificationType=_.SCCustomNotificationType;var E=o(303);t.SCPrizeType=E.SCPrizeType,t.SCPrizeUserStatusType=E.SCPrizeUserStatusType,t.SCPrizeUserType=E.SCPrizeUserType,t.SCUserLoyaltyPointsType=E.SCUserLoyaltyPointsType;var N=o(505);t.SCCountByCategoryType=N.SCCountByCategoryType,t.SCFeedDiscussionType=N.SCFeedDiscussionType,t.SCFeedObjectFollowingStatusType=N.SCFeedObjectFollowingStatusType,t.SCFeedObjectHideStatusType=N.SCFeedObjectHideStatusType,t.SCFeedObjectSuspendedStatusType=N.SCFeedObjectSuspendedStatusType,t.SCFeedObjectType=N.SCFeedObjectType,t.SCFeedObjectTypologyType=N.SCFeedObjectTypologyType,t.SCFeedPostType=N.SCFeedPostType,t.SCFeedStatusType=N.SCFeedStatusType,t.SCFeedTypologyType=N.SCFeedTypologyType,t.SCFeedUnitActivityType=N.SCFeedUnitActivityType,t.SCFeedUnitActivityTypologyType=N.SCFeedUnitActivityTypologyType,t.SCFeedUnitType=N.SCFeedUnitType,t.SCFeedUnseenCountType=N.SCFeedUnseenCountType;var O=o(768);t.SCNotificationAggregatedType=O.SCNotificationAggregatedType,t.SCNotificationBlockedUserType=O.SCNotificationBlockedUserType,t.SCNotificationCollapsedForType=O.SCNotificationCollapsedForType,t.SCNotificationCommentType=O.SCNotificationCommentType,t.SCNotificationConnectionAcceptType=O.SCNotificationConnectionAcceptType,t.SCNotificationConnectionRequestType=O.SCNotificationConnectionRequestType,t.SCNotificationContributionType=O.SCNotificationContributionType,t.SCNotificationCustomNotificationType=O.SCNotificationCustomNotificationType,t.SCNotificationDeletedForType=O.SCNotificationDeletedForType,t.SCNotificationFollowType=O.SCNotificationFollowType,t.SCNotificationIncubatorType=O.SCNotificationIncubatorType,t.SCNotificationKindlyNoticeType=O.SCNotificationKindlyNoticeType,t.SCNotificationMentionType=O.SCNotificationMentionType,t.SCNotificationPrivateMessageType=O.SCNotificationPrivateMessageType,t.SCNotificationTopicType=O.SCNotificationTopicType,t.SCNotificationType=O.SCNotificationType,t.SCNotificationTypologyType=O.SCNotificationTypologyType,t.SCNotificationUnBlockedUserType=O.SCNotificationUnBlockedUserType,t.SCNotificationUnDeletedForType=O.SCNotificationUnDeletedForType,t.SCNotificationUnseenCountType=O.SCNotificationUnseenCountType,t.SCNotificationUserFollowType=O.SCNotificationUserFollowType,t.SCNotificationVoteUpType=O.SCNotificationVoteUpType;var g=o(419);t.SCWebhookEndpointAttemptType=g.SCWebhookEndpointAttemptType,t.SCWebhookEndpointSecretType=g.SCWebhookEndpointSecretType,t.SCWebhookEndpointType=g.SCWebhookEndpointType,t.SCWebhookEventsType=g.SCWebhookEventsType;var U=o(697);t.SCVoteType=U.SCVoteType;var I=o(561);t.SCFlagModerationStatusType=I.SCFlagModerationStatusType,t.SCFlagType=I.SCFlagType,t.SCFlagTypeEnum=I.SCFlagTypeEnum;var P=o(767);t.SCCustomPageType=P.SCCustomPageType;var F=o(55);t.SCDataPortabilityType=F.SCDataPortabilityType;var M=o(903);t.SCPreferenceType=M.SCPreferenceType;var A=o(22);t.SCFeatureType=A.SCFeatureType;var f=o(469);t.SSOSignInType=f.SSOSignInType,t.SSOSignUpType=f.SSOSignUpType;var L=o(460);t.SCLegalPagePoliciesType=L.SCLegalPagePoliciesType,t.SCLegalPageAckType=L.SCLegalPageAckType,t.SCLegalPageType=L.SCLegalPageType;var v=o(291);t.SCContributionInsightCountersType=v.SCContributionInsightCountersType,t.SCContributionInsightType=v.SCContributionInsightType,t.SCEmbedInsightCountersType=v.SCEmbedInsightCountersType,t.SCEmbedInsightType=v.SCEmbedInsightType,t.SCUsersInsightCountersType=v.SCUsersInsightCountersType,t.SCUsersInsightType=v.SCUsersInsightType;var m=o(999);t.SCInviteType=m.SCInviteType;var b=o(849);t.SCPromoType=b.SCPromoType;var D=o(275);t.SCContributeStatusType=D.SCContributeStatusType,t.SCContributionStatus=D.SCContributionStatus,t.SCContributionType=D.SCContributionType,t.SCFlaggedContributionType=D.SCFlaggedContributionType;var R=o(571);t.SCPlatformType=R.SCPlatformType;var B=o(401);t.SCAvatarType=B.SCAvatarType;var h=o(844);t.SCReactionType=h.SCReactionType;var G=o(579);t.SCSuggestionType=G.SCSuggestionType,t.SuggestionType=G.SuggestionType},291:(e,t)=>{t.__esModule=!0},999:(e,t)=>{t.__esModule=!0},460:(e,t)=>{let o;t.__esModule=!0,t.SCLegalPagePoliciesType=void 0,t.SCLegalPagePoliciesType=o,function(e){e.TERMS_AND_CONDITIONS="tec",e.PRIVACY="privacy"}(o||(t.SCLegalPagePoliciesType=o={}))},714:(e,t)=>{t.__esModule=!0},398:(e,t)=>{t.__esModule=!0},584:(e,t)=>{let o;t.__esModule=!0,t.SCMetadataTypeFieldType=void 0,t.SCMetadataTypeFieldType=o,function(e){e.STRING="string",e.EMAIL="email",e.URL="url",e.ENUM="enum",e.PHONE_NUMBER="phone_number"}(o||(t.SCMetadataTypeFieldType=o={}))},768:(e,t)=>{let o,i;t.__esModule=!0,t.SCNotificationTypologyType=t.SCNotificationTopicType=void 0,t.SCNotificationTypologyType=o,function(e){e.COMMENT="comment",e.NESTED_COMMENT="nested_comment",e.CONNECTION_REQUEST="connection_request",e.CONNECTION_ACCEPT="connection_accept",e.CONNECTION_REMOVE="connection_remove",e.CONNECTION_REJECT="connection_reject",e.CONNECTION_CANCEL_REJECT="connection_cancel_reject",e.CONNECTION_CANCEL_REQUEST="connection_cancel_reject",e.MENTION="mention",e.VOTE_UP="vote_up",e.FOLLOW="follow",e.PRIVATE_MESSAGE="private_message",e.DELETE_PRIVATE_MESSAGE="delete_private_message",e.DELETED_FOR_ADVERTISING="deleted_for_advertising",e.DELETED_FOR_AGGRESSIVE="deleted_for_aggressive",e.DELETED_FOR_VULGAR="deleted_for_vulgar",e.DELETED_FOR_POOR="deleted_for_poor",e.DELETED_FOR_OFFTOPIC="deleted_for_offtopic",e.UNDELETED_FOR="undeleted_for",e.COLLAPSED_FOR_ADVERTISING="collapsed_for_advertising",e.COLLAPSED_FOR_AGGRESSIVE="collapsed_for_aggressive",e.COLLAPSED_FOR_VULGAR="collapsed_for_vulgar",e.COLLAPSED_FOR_POOR="collapsed_for_poor",e.COLLAPSED_FOR_OFFTOPIC="collapsed_for_offtopic",e.USER_FOLLOW="user_follow",e.USER_UNFOLLOW="user_unfollow",e.KINDLY_NOTICE_ADVERTISING="kindly_notice_advertising",e.KINDLY_NOTICE_AGGRESSIVE="kindly_notice_aggressive",e.KINDLY_NOTICE_VULGAR="kindly_notice_vulgar",e.KINDLY_NOTICE_POOR="kindly_notice_poor",e.KINDLY_NOTICE_OFFTOPIC="kindly_notice_offtopic",e.KINDLY_NOTICE_FLAG="kindly_notice_flag",e.BLOCKED_USER="blocked_user",e.UNBLOCKED_USER="unblocked_user",e.INCUBATOR_APPROVED="incubator_approved",e.CUSTOM_NOTIFICATION="custom_notification",e.NOTIFICATION_BANNER="notification_banner",e.CONTRIBUTION="contribution"}(o||(t.SCNotificationTypologyType=o={})),t.SCNotificationTopicType=i,function(e){e.INTERACTION="interaction",e.NEWS="news"}(i||(t.SCNotificationTopicType=i={}))},571:(e,t)=>{t.__esModule=!0},3:(e,t)=>{t.__esModule=!0},903:(e,t)=>{t.__esModule=!0},461:(e,t)=>{let o,i;t.__esModule=!0,t.SCPrivateMessageStatusType=t.SCMessageFileType=void 0,t.SCPrivateMessageStatusType=o,function(e){e.CREATED="created",e.DELETED="deleted",e.HIDDEN="hidden",e.NEW="new"}(o||(t.SCPrivateMessageStatusType=o={})),t.SCMessageFileType=i,function(e){e.DOCUMENT="application/",e.IMAGE="image/",e.VIDEO="video/"}(i||(t.SCMessageFileType=i={}))},303:(e,t)=>{let o;t.__esModule=!0,t.SCPrizeUserStatusType=void 0,t.SCPrizeUserStatusType=o,function(e){e[e.PENDING=0]="PENDING",e[e.REFUSED=1]="REFUSED",e[e.SENT=2]="SENT"}(o||(t.SCPrizeUserStatusType=o={}))},849:(e,t)=>{t.__esModule=!0},844:(e,t)=>{t.__esModule=!0},469:(e,t)=>{t.__esModule=!0},579:(e,t)=>{let o;t.__esModule=!0,t.SuggestionType=void 0,t.SuggestionType=o,function(e){e.USER="user",e.CATEGORY="category"}(o||(t.SuggestionType=o={}))},549:(e,t)=>{t.__esModule=!0},967:(e,t)=>{let o,i;t.__esModule=!0,t.SCUserStatus=t.SCUserReputationType=void 0,t.SCUserStatus=o,function(e){e.APPROVED="a",e.BLOCKED="b",e.DELETED="d",e.UNREGISTERED="u"}(o||(t.SCUserStatus=o={})),t.SCUserReputationType=i,function(e){e[e.GAIN_BY_UPVOTED=1]="GAIN_BY_UPVOTED",e[e.ASSIGNED_BY_MODERATOR=10]="ASSIGNED_BY_MODERATOR",e[e.GAIN_BY_CANCELLING_CONTRIBUTE_MODERATION=11]="GAIN_BY_CANCELLING_CONTRIBUTE_MODERATION",e[e.GAIN_BY_MAKE_POST=12]="GAIN_BY_MAKE_POST",e[e.GAIN_BY_MAKE_FIRST_LEVEL_COMMENT=13]="GAIN_BY_MAKE_FIRST_LEVEL_COMMENT",e[e.GAIN_BY_MAKE_SECOND_LEVEL_COMMENT=14]="GAIN_BY_MAKE_SECOND_LEVEL_COMMENT",e[e.GAIN_BY_CONNECTION=15]="GAIN_BY_CONNECTION",e[e.GAIN_BY_APP_USED=17]="GAIN_BY_APP_USED",e[e.GAIN_BY_DAILY_VISIT=18]="GAIN_BY_DAILY_VISIT",e[e.GAIN_BY_FOLLOWER=19]="GAIN_BY_FOLLOWER",e[e.GAIN_BY_UNBLOCK_ACCOUNT=20]="GAIN_BY_UNBLOCK_ACCOUNT",e[e.LOSE_BY_UPVOTE_CANCELED=-1]="LOSE_BY_UPVOTE_CANCELED",e[e.LOSE_BY_CONTRIBUTE_MODERATION=-11]="LOSE_BY_CONTRIBUTE_MODERATION",e[e.LOSE_BY_DELETE_POST=-12]="LOSE_BY_DELETE_POST",e[e.LOSE_BY_DELETE_FIRST_LEVEL_COMMENT=-13]="LOSE_BY_DELETE_FIRST_LEVEL_COMMENT",e[e.LOSE_BY_DELETE_SECOND_LEVEL_COMMENT=-14]="LOSE_BY_DELETE_SECOND_LEVEL_COMMENT",e[e.LOSE_BY_CONNECTION=-15]="LOSE_BY_CONNECTION",e[e.LOSE_BY_FOLLOWER=-19]="LOSE_BY_FOLLOWER",e[e.LOSE_BY_BLOCK_ACCOUNT=-20]="LOSE_BY_BLOCK_ACCOUNT"}(i||(t.SCUserReputationType=i={}))},697:(e,t)=>{t.__esModule=!0},419:(e,t)=>{t.__esModule=!0}},t={};function o(i){var C=t[i];if(void 0!==C)return C.exports;var S=t[i]={exports:{}};return e[i](S,S.exports,o),S.exports}var i={};return(()=>{var e=i;e.__esModule=!0;var t=o(994);e.SCBroadcastMessageBannerType=t.SCBroadcastMessageBannerType,e.SCBannerType=t.SCBannerType,e.SCBroadcastMessageType=t.SCBroadcastMessageType,e.SCAuthTokenType=t.SCAuthTokenType,e.SCCustomAdvPosition=t.SCCustomAdvPosition,e.SCCustomAdvType=t.SCCustomAdvType,e.SCUserType=t.SCUserType,e.SCUserSettingsType=t.SCUserSettingsType,e.SCUserStatus=t.SCUserStatus,e.SCUserBlockedSettingsType=t.SCUserBlockedSettingsType,e.SCUserModerationType=t.SCUserModerationType,e.SCUserScoreVariation=t.SCUserScoreVariation,e.SCUserScoreType=t.SCUserScoreType,e.SCUserReputationType=t.SCUserReputationType,e.SCUserAutocompleteType=t.SCUserAutocompleteType,e.SCUserCounterType=t.SCUserCounterType,e.SCUserChangeEmailType=t.SCUserChangeEmailType,e.SCUserAvatarType=t.SCUserAvatarType,e.SCUserPermissionType=t.SCUserPermissionType,e.SCUserFollowedStatusType=t.SCUserFollowedStatusType,e.SCUserFollowerStatusType=t.SCUserFollowerStatusType,e.SCUserConnectionStatusType=t.SCUserConnectionStatusType,e.SCUserHiddenStatusType=t.SCUserHiddenStatusType,e.SCUserHiddenByStatusType=t.SCUserHiddenByStatusType,e.SCUserConnectionRequestType=t.SCUserConnectionRequestType,e.SCUserEmailTokenType=t.SCUserEmailTokenType,e.SCUserProviderAssociationType=t.SCUserProviderAssociationType,e.SCMetadataTypeFieldType=t.SCMetadataTypeFieldType,e.SCMetadataType=t.SCMetadataType,e.SCTagType=t.SCTagType,e.SCCategoryType=t.SCCategoryType,e.SCCategoryAudienceType=t.SCCategoryAudienceType,e.SCCategoryFollowedStatusType=t.SCCategoryFollowedStatusType,e.SCEmbedType=t.SCEmbedType,e.SCMediaType=t.SCMediaType,e.SCChunkMediaType=t.SCChunkMediaType,e.SCContributionLocation=t.SCContributionLocation,e.SCLocalityType=t.SCLocalityType,e.SCPollChoiceType=t.SCPollChoiceType,e.SCPollType=t.SCPollType,e.SCPollVoteType=t.SCPollVoteType,e.SCFeedUnitType=t.SCFeedUnitType,e.SCFeedUnitActivityType=t.SCFeedUnitActivityType,e.SCFeedObjectType=t.SCFeedObjectType,e.SCFeedPostType=t.SCFeedPostType,e.SCFeedDiscussionType=t.SCFeedDiscussionType,e.SCFeedStatusType=t.SCFeedStatusType,e.SCFeedObjectTypologyType=t.SCFeedObjectTypologyType,e.SCFeedUnitActivityTypologyType=t.SCFeedUnitActivityTypologyType,e.SCFeedTypologyType=t.SCFeedTypologyType,e.SCFeedUnseenCountType=t.SCFeedUnseenCountType,e.SCFeedObjectSuspendedStatusType=t.SCFeedObjectSuspendedStatusType,e.SCFeedObjectHideStatusType=t.SCFeedObjectHideStatusType,e.SCFeedObjectFollowingStatusType=t.SCFeedObjectFollowingStatusType,e.SCCommentTypologyType=t.SCCommentTypologyType,e.SCCommentsOrderBy=t.SCCommentsOrderBy,e.SCCommentType=t.SCCommentType,e.SCPrivateMessageType=t.SCPrivateMessageType,e.SCPrivateMessageStatusType=t.SCPrivateMessageStatusType,e.SCPrivateMessageFileType=t.SCPrivateMessageFileType,e.SCMessageFileType=t.SCMessageFileType,e.SCPrivateMessageUploadMediaType=t.SCPrivateMessageUploadMediaType,e.SCPrivateMessageUploadThumbnailType=t.SCPrivateMessageUploadThumbnailType,e.SCPrivateMessageUploadMediaChunkType=t.SCPrivateMessageUploadMediaChunkType,e.SCNotificationTypologyType=t.SCNotificationTypologyType,e.SCNotificationAggregatedType=t.SCNotificationAggregatedType,e.SCNotificationCommentType=t.SCNotificationCommentType,e.SCNotificationConnectionAcceptType=t.SCNotificationConnectionAcceptType,e.SCNotificationConnectionRequestType=t.SCNotificationConnectionRequestType,e.SCNotificationPrivateMessageType=t.SCNotificationPrivateMessageType,e.SCNotificationMentionType=t.SCNotificationMentionType,e.SCNotificationType=t.SCNotificationType,e.SCNotificationBlockedUserType=t.SCNotificationBlockedUserType,e.SCNotificationCollapsedForType=t.SCNotificationCollapsedForType,e.SCNotificationCustomNotificationType=t.SCNotificationCustomNotificationType,e.SCNotificationDeletedForType=t.SCNotificationDeletedForType,e.SCNotificationFollowType=t.SCNotificationFollowType,e.SCNotificationKindlyNoticeType=t.SCNotificationKindlyNoticeType,e.SCNotificationUnBlockedUserType=t.SCNotificationUnBlockedUserType,e.SCNotificationUnDeletedForType=t.SCNotificationUnDeletedForType,e.SCNotificationUserFollowType=t.SCNotificationUserFollowType,e.SCNotificationVoteUpType=t.SCNotificationVoteUpType,e.SCCustomNotificationType=t.SCCustomNotificationType,e.SCNotificationUnseenCountType=t.SCNotificationUnseenCountType,e.SCNotificationContributionType=t.SCNotificationContributionType,e.SCIncubatorType=t.SCIncubatorType,e.SCIncubatorSubscriptionType=t.SCIncubatorSubscriptionType,e.SCIncubatorStatusType=t.SCIncubatorStatusType,e.SCInviteType=t.SCInviteType,e.SCNotificationIncubatorType=t.SCNotificationIncubatorType,e.SCNotificationTopicType=t.SCNotificationTopicType,e.SCPrizeType=t.SCPrizeType,e.SCPrizeUserType=t.SCPrizeUserType,e.SCPrizeUserStatusType=t.SCPrizeUserStatusType,e.SCPromoType=t.SCPromoType,e.SCUserLoyaltyPointsType=t.SCUserLoyaltyPointsType,e.SCWebhookEndpointType=t.SCWebhookEndpointType,e.SCWebhookEndpointAttemptType=t.SCWebhookEndpointAttemptType,e.SCWebhookEndpointSecretType=t.SCWebhookEndpointSecretType,e.SCWebhookEventsType=t.SCWebhookEventsType,e.SCVoteType=t.SCVoteType,e.SCFlagType=t.SCFlagType,e.SCFlagTypeEnum=t.SCFlagTypeEnum,e.SCFlagModerationStatusType=t.SCFlagModerationStatusType,e.SCCustomPageType=t.SCCustomPageType,e.SCDataPortabilityType=t.SCDataPortabilityType,e.SCPreferenceType=t.SCPreferenceType,e.SCFeatureType=t.SCFeatureType,e.SSOSignInType=t.SSOSignInType,e.SSOSignUpType=t.SSOSignUpType,e.SCLegalPagePoliciesType=t.SCLegalPagePoliciesType,e.SCLegalPageType=t.SCLegalPageType,e.SCLegalPageAckType=t.SCLegalPageAckType,e.SCContributionInsightCountersType=t.SCContributionInsightCountersType,e.SCContributionInsightType=t.SCContributionInsightType,e.SCEmbedInsightType=t.SCEmbedInsightType,e.SCEmbedInsightCountersType=t.SCEmbedInsightCountersType,e.SCUsersInsightType=t.SCUsersInsightType,e.SCUsersInsightCountersType=t.SCUsersInsightCountersType,e.SCFlaggedContributionType=t.SCFlaggedContributionType,e.SCContributionType=t.SCContributionType,e.SCContributionStatus=t.SCContributionStatus,e.SCContributeStatusType=t.SCContributeStatusType,e.SCPlatformType=t.SCPlatformType,e.SCAvatarType=t.SCAvatarType,e.SCReactionType=t.SCReactionType,e.SCSuggestionType=t.SCSuggestionType,e.SuggestionType=t.SuggestionType})(),i})()));
|
|
2
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.SelfCommunityTypes=t():e.SelfCommunityTypes=t()}(self,(()=>(()=>{"use strict";var e={852:(e,t)=>{t.__esModule=!0},401:(e,t)=>{t.__esModule=!0},665:(e,t)=>{let o;t.__esModule=!0,t.SCBroadcastMessageBannerType=void 0,t.SCBroadcastMessageBannerType=o,function(e){e.HTML="html_banner",e.NOTIFICATION="notification_banner"}(o||(t.SCBroadcastMessageBannerType=o={}))},511:(e,t)=>{t.__esModule=!0},444:(e,t)=>{let o;t.__esModule=!0,t.SCCommentsOrderBy=t.SCCommentTypologyType=void 0,t.SCCommentTypologyType="comment",t.SCCommentsOrderBy=o,function(e){e.ADDED_AT_DESC="-added_at",e.ADDED_AT_ASC="added_at",e.CONNECTION_DESC="-connection",e.CONNECTION_ASC="connection"}(o||(t.SCCommentsOrderBy=o={}))},275:(e,t)=>{let o,i;t.__esModule=!0,t.SCContributionType=t.SCContributeStatusType=void 0,t.SCContributionType=o,function(e){e.DISCUSSION="discussion",e.POST="post",e.STATUS="status",e.COMMENT="comment"}(o||(t.SCContributionType=o={})),t.SCContributeStatusType=i,function(e){e.OPEN="open",e.IGNORED="ignored",e.HIDDEN="hidden",e.DELETED="deleted"}(i||(t.SCContributeStatusType=i={}))},386:(e,t)=>{let o;t.__esModule=!0,t.SCCustomAdvPosition=void 0,t.SCCustomAdvPosition=o,function(e){e.POSITION_BELOW_TOPBAR="BELOW_TOPBAR",e.POSITION_BELOW_FEED_OBJECT="BELOW_THE_POST",e.POSITION_ABOVE_FOOTER_BAR="ABOVE_FOOTER_BAR",e.POSITION_FOOTER_STICKY="FOOTER_STICKY",e.POSITION_IN_COMMENTS="IN_POST_COMMENTS",e.POSITION_RELATED_POSTS_COLUMN="RELATED_POSTS_COLUMN",e.POSITION_FEED_SIDEBAR="TOOLS_COLUMN",e.POSITION_FEED="IN_STREAM"}(o||(t.SCCustomAdvPosition=o={}))},82:(e,t)=>{t.__esModule=!0},767:(e,t)=>{t.__esModule=!0},55:(e,t)=>{t.__esModule=!0},797:(e,t)=>{t.__esModule=!0},22:(e,t)=>{t.__esModule=!0},505:(e,t)=>{let o,i,S;t.__esModule=!0,t.SCFeedUnitActivityTypologyType=t.SCFeedTypologyType=t.SCFeedObjectTypologyType=void 0,t.SCFeedTypologyType=o,function(e){e.HOME="home",e.EXPLORE="explore"}(o||(t.SCFeedTypologyType=o={})),t.SCFeedObjectTypologyType=i,function(e){e.DISCUSSION="discussion",e.POST="post",e.STATUS="status"}(i||(t.SCFeedObjectTypologyType=i={})),t.SCFeedUnitActivityTypologyType=S,function(e){e.COMMENT="comment",e.VOTE="vote",e.POLLVOTE="pollvote",e.FOLLOW="follow"}(S||(t.SCFeedUnitActivityTypologyType=S={}))},561:(e,t)=>{let o,i;t.__esModule=!0,t.SCFlagTypeEnum=t.SCFlagModerationStatusType=void 0,t.SCFlagTypeEnum=o,function(e){e[e.SPAM=0]="SPAM",e[e.AGGRESSIVE=1]="AGGRESSIVE",e[e.VULGAR=2]="VULGAR",e[e.POOR=3]="POOR",e[e.OFFTOPIC=4]="OFFTOPIC"}(o||(t.SCFlagTypeEnum=o={})),t.SCFlagModerationStatusType=i,function(e){e.IGNORED="ignored",e.DELETED="deleted",e.HIDDEN="hidden"}(i||(t.SCFlagModerationStatusType=i={}))},947:(e,t)=>{let o;t.__esModule=!0,t.SCIncubatorStatusType=void 0,t.SCIncubatorStatusType=o,function(e){e[e.PENDING=0]="PENDING",e[e.PROPOSAL=1]="PROPOSAL",e[e.APPROVED=2]="APPROVED",e[e.IGNORED=3]="IGNORED"}(o||(t.SCIncubatorStatusType=o={}))},994:(e,t,o)=>{t.__esModule=!0;var i=o(852);t.SCAuthTokenType=i.SCAuthTokenType;var S=o(665);t.SCBannerType=S.SCBannerType,t.SCBroadcastMessageBannerType=S.SCBroadcastMessageBannerType,t.SCBroadcastMessageType=S.SCBroadcastMessageType;var C=o(386);t.SCCustomAdvPosition=C.SCCustomAdvPosition,t.SCCustomAdvType=C.SCCustomAdvType;var T=o(967);t.SCUserAutocompleteType=T.SCUserAutocompleteType,t.SCUserAvatarType=T.SCUserAvatarType,t.SCUserBlockedSettingsType=T.SCUserBlockedSettingsType,t.SCUserChangeEmailType=T.SCUserChangeEmailType,t.SCUserConnectionRequestType=T.SCUserConnectionRequestType,t.SCUserConnectionStatusType=T.SCUserConnectionStatusType,t.SCUserCounterType=T.SCUserCounterType,t.SCUserEmailTokenType=T.SCUserEmailTokenType,t.SCUserFollowedStatusType=T.SCUserFollowedStatusType,t.SCUserFollowerStatusType=T.SCUserFollowerStatusType,t.SCUserHiddenByStatusType=T.SCUserHiddenByStatusType,t.SCUserHiddenStatusType=T.SCUserHiddenStatusType,t.SCUserModerationType=T.SCUserModerationType,t.SCUserPermissionType=T.SCUserPermissionType,t.SCUserReputationType=T.SCUserReputationType,t.SCUserScoreType=T.SCUserScoreType,t.SCUserScoreVariation=T.SCUserScoreVariation,t.SCUserSettingsType=T.SCUserSettingsType,t.SCUserStatus=T.SCUserStatus,t.SCUserType=T.SCUserType,t.SCUserProviderAssociationType=T.SCUserProviderAssociationType;var n=o(549);t.SCTagType=n.SCTagType;var a=o(511);t.SCCategoryAudienceType=a.SCCategoryAudienceType,t.SCCategoryFollowedStatusType=a.SCCategoryFollowedStatusType,t.SCCategoryType=a.SCCategoryType;var p=o(797);t.SCEmbedType=p.SCEmbedType;var y=o(398);t.SCChunkMediaType=y.SCChunkMediaType,t.SCMediaType=y.SCMediaType;var _=o(584);t.SCMetadataTypeFieldType=_.SCMetadataTypeFieldType,t.SCMetadataType=_.SCMetadataType;var s=o(714);t.SCContributionLocation=s.SCContributionLocation,t.SCLocalityType=s.SCLocalityType;var r=o(3);t.SCPollChoiceType=r.SCPollChoiceType,t.SCPollType=r.SCPollType,t.SCPollVoteType=r.SCPollVoteType;var E=o(444);t.SCCommentsOrderBy=E.SCCommentsOrderBy,t.SCCommentType=E.SCCommentType,t.SCCommentTypologyType=E.SCCommentTypologyType;var l=o(461);t.SCMessageFileType=l.SCMessageFileType,t.SCPrivateMessageFileType=l.SCPrivateMessageFileType,t.SCPrivateMessageStatusType=l.SCPrivateMessageStatusType,t.SCPrivateMessageType=l.SCPrivateMessageType,t.SCPrivateMessageUploadMediaChunkType=l.SCPrivateMessageUploadMediaChunkType,t.SCPrivateMessageUploadMediaType=l.SCPrivateMessageUploadMediaType,t.SCPrivateMessageUploadThumbnailType=l.SCPrivateMessageUploadThumbnailType;var c=o(947);t.SCIncubatorStatusType=c.SCIncubatorStatusType,t.SCIncubatorSubscriptionType=c.SCIncubatorSubscriptionType,t.SCIncubatorType=c.SCIncubatorType;var d=o(82);t.SCCustomNotificationType=d.SCCustomNotificationType;var O=o(303);t.SCPrizeType=O.SCPrizeType,t.SCPrizeUserStatusType=O.SCPrizeUserStatusType,t.SCPrizeUserType=O.SCPrizeUserType,t.SCUserLoyaltyPointsType=O.SCUserLoyaltyPointsType;var u=o(505);t.SCCountByCategoryType=u.SCCountByCategoryType,t.SCFeedDiscussionType=u.SCFeedDiscussionType,t.SCFeedObjectFollowingStatusType=u.SCFeedObjectFollowingStatusType,t.SCFeedObjectHideStatusType=u.SCFeedObjectHideStatusType,t.SCFeedObjectSuspendedStatusType=u.SCFeedObjectSuspendedStatusType,t.SCFeedObjectType=u.SCFeedObjectType,t.SCFeedObjectTypologyType=u.SCFeedObjectTypologyType,t.SCFeedPostType=u.SCFeedPostType,t.SCFeedStatusType=u.SCFeedStatusType,t.SCFeedTypologyType=u.SCFeedTypologyType,t.SCFeedUnitActivityType=u.SCFeedUnitActivityType,t.SCFeedUnitActivityTypologyType=u.SCFeedUnitActivityTypologyType,t.SCFeedUnitType=u.SCFeedUnitType,t.SCFeedUnseenCountType=u.SCFeedUnseenCountType;var N=o(768);t.SCNotificationAggregatedType=N.SCNotificationAggregatedType,t.SCNotificationBlockedUserType=N.SCNotificationBlockedUserType,t.SCNotificationCollapsedForType=N.SCNotificationCollapsedForType,t.SCNotificationCommentType=N.SCNotificationCommentType,t.SCNotificationConnectionAcceptType=N.SCNotificationConnectionAcceptType,t.SCNotificationConnectionRequestType=N.SCNotificationConnectionRequestType,t.SCNotificationContributionType=N.SCNotificationContributionType,t.SCNotificationCustomNotificationType=N.SCNotificationCustomNotificationType,t.SCNotificationDeletedForType=N.SCNotificationDeletedForType,t.SCNotificationFollowType=N.SCNotificationFollowType,t.SCNotificationIncubatorType=N.SCNotificationIncubatorType,t.SCNotificationKindlyNoticeType=N.SCNotificationKindlyNoticeType,t.SCNotificationMentionType=N.SCNotificationMentionType,t.SCNotificationPrivateMessageType=N.SCNotificationPrivateMessageType,t.SCNotificationTopicType=N.SCNotificationTopicType,t.SCNotificationType=N.SCNotificationType,t.SCNotificationTypologyType=N.SCNotificationTypologyType,t.SCNotificationUnBlockedUserType=N.SCNotificationUnBlockedUserType,t.SCNotificationUnDeletedForType=N.SCNotificationUnDeletedForType,t.SCNotificationUnseenCountType=N.SCNotificationUnseenCountType,t.SCNotificationUserFollowType=N.SCNotificationUserFollowType,t.SCNotificationVoteUpType=N.SCNotificationVoteUpType;var A=o(419);t.SCWebhookEndpointAttemptType=A.SCWebhookEndpointAttemptType,t.SCWebhookEndpointSecretType=A.SCWebhookEndpointSecretType,t.SCWebhookEndpointType=A.SCWebhookEndpointType,t.SCWebhookEventsType=A.SCWebhookEventsType;var g=o(697);t.SCVoteType=g.SCVoteType;var P=o(561);t.SCFlagModerationStatusType=P.SCFlagModerationStatusType,t.SCFlagType=P.SCFlagType,t.SCFlagTypeEnum=P.SCFlagTypeEnum;var I=o(767);t.SCCustomPageType=I.SCCustomPageType;var U=o(55);t.SCDataPortabilityType=U.SCDataPortabilityType;var L=o(903);t.SCPreferenceSection=L.SCPreferenceSection,t.SCPreferenceName=L.SCPreferenceName,t.SCPreferenceType=L.SCPreferenceType;var M=o(22);t.SCFeatureType=M.SCFeatureType;var R=o(469);t.SSOSignInType=R.SSOSignInType,t.SSOSignUpType=R.SSOSignUpType;var F=o(460);t.SCLegalPagePoliciesType=F.SCLegalPagePoliciesType,t.SCLegalPageAckType=F.SCLegalPageAckType,t.SCLegalPageType=F.SCLegalPageType;var f=o(291);t.SCContributionInsightCountersType=f.SCContributionInsightCountersType,t.SCContributionInsightType=f.SCContributionInsightType,t.SCEmbedInsightCountersType=f.SCEmbedInsightCountersType,t.SCEmbedInsightType=f.SCEmbedInsightType,t.SCUsersInsightCountersType=f.SCUsersInsightCountersType,t.SCUsersInsightType=f.SCUsersInsightType;var m=o(999);t.SCInviteType=m.SCInviteType;var b=o(849);t.SCPromoType=b.SCPromoType;var D=o(275);t.SCContributeStatusType=D.SCContributeStatusType,t.SCContributionStatus=D.SCContributionStatus,t.SCContributionType=D.SCContributionType,t.SCFlaggedContributionType=D.SCFlaggedContributionType;var v=o(571);t.SCPlatformType=v.SCPlatformType;var B=o(401);t.SCAvatarType=B.SCAvatarType;var G=o(844);t.SCReactionType=G.SCReactionType;var h=o(579);t.SCSuggestionType=h.SCSuggestionType,t.SuggestionType=h.SuggestionType},291:(e,t)=>{t.__esModule=!0},999:(e,t)=>{t.__esModule=!0},460:(e,t)=>{let o;t.__esModule=!0,t.SCLegalPagePoliciesType=void 0,t.SCLegalPagePoliciesType=o,function(e){e.TERMS_AND_CONDITIONS="tec",e.PRIVACY="privacy"}(o||(t.SCLegalPagePoliciesType=o={}))},714:(e,t)=>{t.__esModule=!0},398:(e,t)=>{t.__esModule=!0},584:(e,t)=>{let o;t.__esModule=!0,t.SCMetadataTypeFieldType=void 0,t.SCMetadataTypeFieldType=o,function(e){e.STRING="string",e.EMAIL="email",e.URL="url",e.ENUM="enum",e.PHONE_NUMBER="phone_number"}(o||(t.SCMetadataTypeFieldType=o={}))},768:(e,t)=>{let o,i;t.__esModule=!0,t.SCNotificationTypologyType=t.SCNotificationTopicType=void 0,t.SCNotificationTypologyType=o,function(e){e.COMMENT="comment",e.NESTED_COMMENT="nested_comment",e.CONNECTION_REQUEST="connection_request",e.CONNECTION_ACCEPT="connection_accept",e.CONNECTION_REMOVE="connection_remove",e.CONNECTION_REJECT="connection_reject",e.CONNECTION_CANCEL_REJECT="connection_cancel_reject",e.CONNECTION_CANCEL_REQUEST="connection_cancel_reject",e.MENTION="mention",e.VOTE_UP="vote_up",e.FOLLOW="follow",e.PRIVATE_MESSAGE="private_message",e.DELETE_PRIVATE_MESSAGE="delete_private_message",e.DELETED_FOR_ADVERTISING="deleted_for_advertising",e.DELETED_FOR_AGGRESSIVE="deleted_for_aggressive",e.DELETED_FOR_VULGAR="deleted_for_vulgar",e.DELETED_FOR_POOR="deleted_for_poor",e.DELETED_FOR_OFFTOPIC="deleted_for_offtopic",e.UNDELETED_FOR="undeleted_for",e.COLLAPSED_FOR_ADVERTISING="collapsed_for_advertising",e.COLLAPSED_FOR_AGGRESSIVE="collapsed_for_aggressive",e.COLLAPSED_FOR_VULGAR="collapsed_for_vulgar",e.COLLAPSED_FOR_POOR="collapsed_for_poor",e.COLLAPSED_FOR_OFFTOPIC="collapsed_for_offtopic",e.USER_FOLLOW="user_follow",e.USER_UNFOLLOW="user_unfollow",e.KINDLY_NOTICE_ADVERTISING="kindly_notice_advertising",e.KINDLY_NOTICE_AGGRESSIVE="kindly_notice_aggressive",e.KINDLY_NOTICE_VULGAR="kindly_notice_vulgar",e.KINDLY_NOTICE_POOR="kindly_notice_poor",e.KINDLY_NOTICE_OFFTOPIC="kindly_notice_offtopic",e.KINDLY_NOTICE_FLAG="kindly_notice_flag",e.BLOCKED_USER="blocked_user",e.UNBLOCKED_USER="unblocked_user",e.INCUBATOR_APPROVED="incubator_approved",e.CUSTOM_NOTIFICATION="custom_notification",e.NOTIFICATION_BANNER="notification_banner",e.CONTRIBUTION="contribution"}(o||(t.SCNotificationTypologyType=o={})),t.SCNotificationTopicType=i,function(e){e.INTERACTION="interaction",e.NEWS="news"}(i||(t.SCNotificationTopicType=i={}))},571:(e,t)=>{t.__esModule=!0},3:(e,t)=>{t.__esModule=!0},903:(e,t)=>{let o,i;t.__esModule=!0,t.SCPreferenceSection=t.SCPreferenceName=void 0,t.SCPreferenceSection=o,function(e){e.TEXT="text",e.STYLE="style",e.LOGO="logo",e.COLORS="colors",e.COVERS="covers",e.IMAGES="images",e.STAFF="staff",e.LOYALTY="loyalty",e.ADDONS="addons",e.ADVERTISING="advertising",e.CONFIGURATIONS="configurations",e.PROVIDERS="providers",e.WEBMASTER="webmaster"}(o||(t.SCPreferenceSection=o={})),t.SCPreferenceName=i,function(e){e.APPLICATION_NAME="application_name",e.APPLICATION_SLOGAN1="application_slogan1",e.APPLICATION_SLOGAN2="application_slogan2",e.APPLICATION_COPYRIGHT="application_copyright",e.FONT_FAMILY="font_family",e.NAVBAR_LOGO="navbar_logo",e.NAVBAR_LOGO_MOBILE="navbar_logo_mobile",e.COLORBACK="colorback",e.COLORPRIMARY="colorprimary",e.COLORSECONDARY="colorsecondary",e.NAVBARBACK="navbarback",e.SUBMENUBACK="submenuback",e.COLORFONT="font_color",e.COVER_1_HP_M1920="cover_1_hp_m1920",e.COVER_2_HP_M1920="cover_2_hp_m1920",e.COVER_3_HP_M1920="cover_3_hp_m1920",e.COVER_4_HP_M1920="cover_4_hp_m1920",e.COVERS_VISIBILITY="covers_visibility",e.APP_ICON="app_icon",e.USER_DEFAULT_COVER="user_default_cover",e.ERROR_404="error_404",e.ERROR_503="error_503",e.ERRORPAGES_IMAGE="errorpages_image",e.STAFF_BADGE_ICON="staff_badge_icon",e.STAFF_BADGE_LABEL="staff_badge_label",e.PRIZE_A_IMAGE="prize_a_image",e.PRIZE_B_IMAGE="prize_b_image",e.PRIZE_C_IMAGE="prize_c_image",e.AFFINIDY_ENABLED="affinity_enabled",e.CLOSED_COMMUNITY="closed_community",e.INCUBATOR_ENABLED="incubator_enabled",e.INCUBATOR_SUBSCRIBERS="incubator_subscribers",e.LOYALTY_POINTS_COLLECTION="loyalty_points_collection",e.POLLS_ENABLED="polls_enabled",e.REGISTRATION_WIZARD="registration_wizard",e.VIDEO_UPLOAD_ENABLED="video_upload_enabled",e.VIMEO_TOKEN_UPLOAD="vimeo_token_upload",e.VIMEO_TOKEN_DELETE="vimeo_token_delete",e.VIDEO_UPLOAD_ONLY_FOR_STAFF="video_upload_only_for_staff",e.POST_GEOLOCATION_ENABLED="post_geolocation_enabled",e.SHARE_POST_ON_FACEBOOK_ENABLED="share_post_on_facebook_enabled",e.SHARE_POST_ON_TWITTER_ENABLED="share_post_on_twitter_enabled",e.SHARE_POST_ON_LINKEDIN_ENABLED="share_post_on_linkedin_enabled",e.CUSTOM_ADV_ENABLED="custom_adv_enabled",e.CUSTOM_ADV_ONLY_FOR_ANONYMOUS_USERS_ENABLED="custom_adv_only_for_anonymous_users_enabled",e.FOLLOW_ENABLED="follow_enabled",e.EXPLORE_STREAM_ENABLED="explore_stream_enabled",e.EXPLORE_STREAM_ORDER_BY="explore_stream_order_by",e.HOME_STREAM_ORDER_BY="home_stream_order_by",e.MANUAL_CATEGORIES_ORDER_ENABLED="manual_categories_order_enabled",e.PEOPLE_SEARCH_ENABLED="people_search_enabled",e.POST_ONLY_STAFF_ENABLED="post_only_staff_enabled",e.STREAM_QUALITY="stream_quality",e.CONTENT_AVAILABILITY="content_availability",e.USERS_APPROVAL_ENABLED="users_approval_enabled",e.POST_TYPE_ENABLED="post_type_enabled",e.DISCUSSION_TYPE_ENABLED="discussion_type_enabled",e.STATUS_TYPE_ENABLED="status_type_enabled",e.URL_TEMPLATE_POST="url_template_post",e.URL_TEMPLATE_DISCUSSION="url_template_discussion",e.URL_TEMPLATE_STATUS="url_template_status",e.URL_TEMPLATE_COMMENT="url_template_comment",e.URL_TEMPLATE_CATEGORY="url_template_category",e.URL_TEMPLATE_CATEGORIES_LIST="url_template_categories_list",e.URL_TEMPLATE_USER_PROFILE="url_template_profile",e.URL_TEMPLATE_USER_PROFILE_SETTINGS="url_template_profile_settings",e.URL_TEMPLATE_USER_NOTIFICATIONS="url_template_notifications",e.URL_TEMPLATE_USER_PRIVATE_MESSAGES="url_template_private_message",e.URL_TEMPLATE_INCUBATOR="url_template_incubator",e.USER_METADATA_DEFINITIONS="user_metadata_definition",e.TAG_MANAGER_CONTAINER_ID="tag_manager_container_id",e.GDPR_COOKIE_CONSENT_EXTERNAL_HTML="gdpr_cookie_consent_external_html",e.GDPR_SIGNUP_ACCEPT_HTML="gdpr_signup_accept_html",e.APP_URL_ON_APP_STORE="app_url_on_app_store",e.APP_URL_ON_GOOGLE_PLAY="app_url_on_google_play",e.FACEBOOK_SIGNIN_ENABLED="facebook_signin_enabled",e.FACEBOOK_APP_KEY="facebook_app_key",e.FACEBOOK_APP_SECRET="facebook_app_secret",e.LINKEDIN_SIGNIN_ENABLED="linkedin_signin_enabled",e.LINKEDIN_APP_KEY="linkedin_app_key",e.LINKEDIN_APP_SECRET="linkedin_app_secret",e.TWITTER_SIGNIN_ENABLED="twitter_signin_enabled",e.TWITTER_APP_KEY="twitter_app_key",e.TWITTER_APP_SECRET="twitter_app_secret",e.GOOGLE_GEOCODING_API_KEY="google_geocoding_api_key",e.GOOGLE_SIGNIN_ENABLED="google_signin_enabled",e.GOOGLE_APP_KEY="google_app_key",e.GOOGLE_APP_SECRET="google_app_secret",e.WEB_PUSH_PUBLIC_KEY="web_push_public_key",e.WEB_PUSH_ENABLED="web_push_enabled",e.META_ROBOTS="meta_robots",e.META_TITLE_HOME_NOT_LOGGED="meta_title_home_not_logged",e.META_DESCRIPTION="meta_description"}(i||(t.SCPreferenceName=i={}))},461:(e,t)=>{let o,i;t.__esModule=!0,t.SCPrivateMessageStatusType=t.SCMessageFileType=void 0,t.SCPrivateMessageStatusType=o,function(e){e.CREATED="created",e.DELETED="deleted",e.HIDDEN="hidden",e.NEW="new"}(o||(t.SCPrivateMessageStatusType=o={})),t.SCMessageFileType=i,function(e){e.DOCUMENT="application/",e.IMAGE="image/",e.VIDEO="video/"}(i||(t.SCMessageFileType=i={}))},303:(e,t)=>{let o;t.__esModule=!0,t.SCPrizeUserStatusType=void 0,t.SCPrizeUserStatusType=o,function(e){e[e.PENDING=0]="PENDING",e[e.REFUSED=1]="REFUSED",e[e.SENT=2]="SENT"}(o||(t.SCPrizeUserStatusType=o={}))},849:(e,t)=>{t.__esModule=!0},844:(e,t)=>{t.__esModule=!0},469:(e,t)=>{t.__esModule=!0},579:(e,t)=>{let o;t.__esModule=!0,t.SuggestionType=void 0,t.SuggestionType=o,function(e){e.USER="user",e.CATEGORY="category"}(o||(t.SuggestionType=o={}))},549:(e,t)=>{t.__esModule=!0},967:(e,t)=>{let o,i;t.__esModule=!0,t.SCUserStatus=t.SCUserReputationType=void 0,t.SCUserStatus=o,function(e){e.APPROVED="a",e.BLOCKED="b",e.DELETED="d",e.UNREGISTERED="u"}(o||(t.SCUserStatus=o={})),t.SCUserReputationType=i,function(e){e[e.GAIN_BY_UPVOTED=1]="GAIN_BY_UPVOTED",e[e.ASSIGNED_BY_MODERATOR=10]="ASSIGNED_BY_MODERATOR",e[e.GAIN_BY_CANCELLING_CONTRIBUTE_MODERATION=11]="GAIN_BY_CANCELLING_CONTRIBUTE_MODERATION",e[e.GAIN_BY_MAKE_POST=12]="GAIN_BY_MAKE_POST",e[e.GAIN_BY_MAKE_FIRST_LEVEL_COMMENT=13]="GAIN_BY_MAKE_FIRST_LEVEL_COMMENT",e[e.GAIN_BY_MAKE_SECOND_LEVEL_COMMENT=14]="GAIN_BY_MAKE_SECOND_LEVEL_COMMENT",e[e.GAIN_BY_CONNECTION=15]="GAIN_BY_CONNECTION",e[e.GAIN_BY_APP_USED=17]="GAIN_BY_APP_USED",e[e.GAIN_BY_DAILY_VISIT=18]="GAIN_BY_DAILY_VISIT",e[e.GAIN_BY_FOLLOWER=19]="GAIN_BY_FOLLOWER",e[e.GAIN_BY_UNBLOCK_ACCOUNT=20]="GAIN_BY_UNBLOCK_ACCOUNT",e[e.LOSE_BY_UPVOTE_CANCELED=-1]="LOSE_BY_UPVOTE_CANCELED",e[e.LOSE_BY_CONTRIBUTE_MODERATION=-11]="LOSE_BY_CONTRIBUTE_MODERATION",e[e.LOSE_BY_DELETE_POST=-12]="LOSE_BY_DELETE_POST",e[e.LOSE_BY_DELETE_FIRST_LEVEL_COMMENT=-13]="LOSE_BY_DELETE_FIRST_LEVEL_COMMENT",e[e.LOSE_BY_DELETE_SECOND_LEVEL_COMMENT=-14]="LOSE_BY_DELETE_SECOND_LEVEL_COMMENT",e[e.LOSE_BY_CONNECTION=-15]="LOSE_BY_CONNECTION",e[e.LOSE_BY_FOLLOWER=-19]="LOSE_BY_FOLLOWER",e[e.LOSE_BY_BLOCK_ACCOUNT=-20]="LOSE_BY_BLOCK_ACCOUNT"}(i||(t.SCUserReputationType=i={}))},697:(e,t)=>{t.__esModule=!0},419:(e,t)=>{t.__esModule=!0}},t={};function o(i){var S=t[i];if(void 0!==S)return S.exports;var C=t[i]={exports:{}};return e[i](C,C.exports,o),C.exports}var i={};return(()=>{var e=i;e.__esModule=!0;var t=o(994);e.SCBroadcastMessageBannerType=t.SCBroadcastMessageBannerType,e.SCBannerType=t.SCBannerType,e.SCBroadcastMessageType=t.SCBroadcastMessageType,e.SCAuthTokenType=t.SCAuthTokenType,e.SCCustomAdvPosition=t.SCCustomAdvPosition,e.SCCustomAdvType=t.SCCustomAdvType,e.SCUserType=t.SCUserType,e.SCUserSettingsType=t.SCUserSettingsType,e.SCUserStatus=t.SCUserStatus,e.SCUserBlockedSettingsType=t.SCUserBlockedSettingsType,e.SCUserModerationType=t.SCUserModerationType,e.SCUserScoreVariation=t.SCUserScoreVariation,e.SCUserScoreType=t.SCUserScoreType,e.SCUserReputationType=t.SCUserReputationType,e.SCUserAutocompleteType=t.SCUserAutocompleteType,e.SCUserCounterType=t.SCUserCounterType,e.SCUserChangeEmailType=t.SCUserChangeEmailType,e.SCUserAvatarType=t.SCUserAvatarType,e.SCUserPermissionType=t.SCUserPermissionType,e.SCUserFollowedStatusType=t.SCUserFollowedStatusType,e.SCUserFollowerStatusType=t.SCUserFollowerStatusType,e.SCUserConnectionStatusType=t.SCUserConnectionStatusType,e.SCUserHiddenStatusType=t.SCUserHiddenStatusType,e.SCUserHiddenByStatusType=t.SCUserHiddenByStatusType,e.SCUserConnectionRequestType=t.SCUserConnectionRequestType,e.SCUserEmailTokenType=t.SCUserEmailTokenType,e.SCUserProviderAssociationType=t.SCUserProviderAssociationType,e.SCMetadataTypeFieldType=t.SCMetadataTypeFieldType,e.SCMetadataType=t.SCMetadataType,e.SCTagType=t.SCTagType,e.SCCategoryType=t.SCCategoryType,e.SCCategoryAudienceType=t.SCCategoryAudienceType,e.SCCategoryFollowedStatusType=t.SCCategoryFollowedStatusType,e.SCEmbedType=t.SCEmbedType,e.SCMediaType=t.SCMediaType,e.SCChunkMediaType=t.SCChunkMediaType,e.SCContributionLocation=t.SCContributionLocation,e.SCLocalityType=t.SCLocalityType,e.SCPollChoiceType=t.SCPollChoiceType,e.SCPollType=t.SCPollType,e.SCPollVoteType=t.SCPollVoteType,e.SCFeedUnitType=t.SCFeedUnitType,e.SCFeedUnitActivityType=t.SCFeedUnitActivityType,e.SCFeedObjectType=t.SCFeedObjectType,e.SCFeedPostType=t.SCFeedPostType,e.SCFeedDiscussionType=t.SCFeedDiscussionType,e.SCFeedStatusType=t.SCFeedStatusType,e.SCFeedObjectTypologyType=t.SCFeedObjectTypologyType,e.SCFeedUnitActivityTypologyType=t.SCFeedUnitActivityTypologyType,e.SCFeedTypologyType=t.SCFeedTypologyType,e.SCFeedUnseenCountType=t.SCFeedUnseenCountType,e.SCFeedObjectSuspendedStatusType=t.SCFeedObjectSuspendedStatusType,e.SCFeedObjectHideStatusType=t.SCFeedObjectHideStatusType,e.SCFeedObjectFollowingStatusType=t.SCFeedObjectFollowingStatusType,e.SCCommentTypologyType=t.SCCommentTypologyType,e.SCCommentsOrderBy=t.SCCommentsOrderBy,e.SCCommentType=t.SCCommentType,e.SCPrivateMessageType=t.SCPrivateMessageType,e.SCPrivateMessageStatusType=t.SCPrivateMessageStatusType,e.SCPrivateMessageFileType=t.SCPrivateMessageFileType,e.SCMessageFileType=t.SCMessageFileType,e.SCPrivateMessageUploadMediaType=t.SCPrivateMessageUploadMediaType,e.SCPrivateMessageUploadThumbnailType=t.SCPrivateMessageUploadThumbnailType,e.SCPrivateMessageUploadMediaChunkType=t.SCPrivateMessageUploadMediaChunkType,e.SCNotificationTypologyType=t.SCNotificationTypologyType,e.SCNotificationAggregatedType=t.SCNotificationAggregatedType,e.SCNotificationCommentType=t.SCNotificationCommentType,e.SCNotificationConnectionAcceptType=t.SCNotificationConnectionAcceptType,e.SCNotificationConnectionRequestType=t.SCNotificationConnectionRequestType,e.SCNotificationPrivateMessageType=t.SCNotificationPrivateMessageType,e.SCNotificationMentionType=t.SCNotificationMentionType,e.SCNotificationType=t.SCNotificationType,e.SCNotificationBlockedUserType=t.SCNotificationBlockedUserType,e.SCNotificationCollapsedForType=t.SCNotificationCollapsedForType,e.SCNotificationCustomNotificationType=t.SCNotificationCustomNotificationType,e.SCNotificationDeletedForType=t.SCNotificationDeletedForType,e.SCNotificationFollowType=t.SCNotificationFollowType,e.SCNotificationKindlyNoticeType=t.SCNotificationKindlyNoticeType,e.SCNotificationUnBlockedUserType=t.SCNotificationUnBlockedUserType,e.SCNotificationUnDeletedForType=t.SCNotificationUnDeletedForType,e.SCNotificationUserFollowType=t.SCNotificationUserFollowType,e.SCNotificationVoteUpType=t.SCNotificationVoteUpType,e.SCCustomNotificationType=t.SCCustomNotificationType,e.SCNotificationUnseenCountType=t.SCNotificationUnseenCountType,e.SCNotificationContributionType=t.SCNotificationContributionType,e.SCIncubatorType=t.SCIncubatorType,e.SCIncubatorSubscriptionType=t.SCIncubatorSubscriptionType,e.SCIncubatorStatusType=t.SCIncubatorStatusType,e.SCInviteType=t.SCInviteType,e.SCNotificationIncubatorType=t.SCNotificationIncubatorType,e.SCNotificationTopicType=t.SCNotificationTopicType,e.SCPrizeType=t.SCPrizeType,e.SCPrizeUserType=t.SCPrizeUserType,e.SCPrizeUserStatusType=t.SCPrizeUserStatusType,e.SCPromoType=t.SCPromoType,e.SCUserLoyaltyPointsType=t.SCUserLoyaltyPointsType,e.SCWebhookEndpointType=t.SCWebhookEndpointType,e.SCWebhookEndpointAttemptType=t.SCWebhookEndpointAttemptType,e.SCWebhookEndpointSecretType=t.SCWebhookEndpointSecretType,e.SCWebhookEventsType=t.SCWebhookEventsType,e.SCVoteType=t.SCVoteType,e.SCFlagType=t.SCFlagType,e.SCFlagTypeEnum=t.SCFlagTypeEnum,e.SCFlagModerationStatusType=t.SCFlagModerationStatusType,e.SCCustomPageType=t.SCCustomPageType,e.SCDataPortabilityType=t.SCDataPortabilityType,e.SCPreferenceSection=t.SCPreferenceSection,e.SCPreferenceName=t.SCPreferenceName,e.SCPreferenceType=t.SCPreferenceType,e.SCFeatureType=t.SCFeatureType,e.SSOSignInType=t.SSOSignInType,e.SSOSignUpType=t.SSOSignUpType,e.SCLegalPagePoliciesType=t.SCLegalPagePoliciesType,e.SCLegalPageType=t.SCLegalPageType,e.SCLegalPageAckType=t.SCLegalPageAckType,e.SCContributionInsightCountersType=t.SCContributionInsightCountersType,e.SCContributionInsightType=t.SCContributionInsightType,e.SCEmbedInsightType=t.SCEmbedInsightType,e.SCEmbedInsightCountersType=t.SCEmbedInsightCountersType,e.SCUsersInsightType=t.SCUsersInsightType,e.SCUsersInsightCountersType=t.SCUsersInsightCountersType,e.SCFlaggedContributionType=t.SCFlaggedContributionType,e.SCContributionType=t.SCContributionType,e.SCContributionStatus=t.SCContributionStatus,e.SCContributeStatusType=t.SCContributeStatusType,e.SCPlatformType=t.SCPlatformType,e.SCAvatarType=t.SCAvatarType,e.SCReactionType=t.SCReactionType,e.SCSuggestionType=t.SCSuggestionType,e.SuggestionType=t.SuggestionType})(),i})()));
|
|
3
3
|
//# sourceMappingURL=types.js.map
|