@selfcommunity/types 0.5.0-alpha.3 → 0.5.0-alpha.5

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.
Files changed (51) hide show
  1. package/lib/cjs/index.d.ts +2 -2
  2. package/lib/cjs/index.d.ts.map +1 -1
  3. package/lib/cjs/index.js +4 -1
  4. package/lib/cjs/index.js.map +1 -1
  5. package/lib/cjs/types/category.d.ts +5 -0
  6. package/lib/cjs/types/category.d.ts.map +1 -1
  7. package/lib/cjs/types/category.js +7 -0
  8. package/lib/cjs/types/category.js.map +1 -1
  9. package/lib/cjs/types/feature.d.ts +45 -1
  10. package/lib/cjs/types/feature.d.ts.map +1 -1
  11. package/lib/cjs/types/feature.js +46 -3
  12. package/lib/cjs/types/feature.js.map +1 -1
  13. package/lib/cjs/types/friendship.d.ts +9 -0
  14. package/lib/cjs/types/friendship.d.ts.map +1 -0
  15. package/lib/cjs/types/friendship.js +13 -0
  16. package/lib/cjs/types/friendship.js.map +1 -0
  17. package/lib/cjs/types/index.d.ts +4 -3
  18. package/lib/cjs/types/index.d.ts.map +1 -1
  19. package/lib/cjs/types/index.js +7 -1
  20. package/lib/cjs/types/index.js.map +1 -1
  21. package/lib/cjs/types/notification.d.ts +1 -1
  22. package/lib/cjs/types/notification.d.ts.map +1 -1
  23. package/lib/cjs/types/notification.js +1 -1
  24. package/lib/cjs/types/notification.js.map +1 -1
  25. package/lib/esm/index.d.ts +2 -2
  26. package/lib/esm/index.d.ts.map +1 -1
  27. package/lib/esm/index.js +2 -2
  28. package/lib/esm/index.js.map +1 -1
  29. package/lib/esm/types/category.d.ts +5 -0
  30. package/lib/esm/types/category.d.ts.map +1 -1
  31. package/lib/esm/types/category.js +6 -1
  32. package/lib/esm/types/category.js.map +1 -1
  33. package/lib/esm/types/feature.d.ts +45 -1
  34. package/lib/esm/types/feature.d.ts.map +1 -1
  35. package/lib/esm/types/feature.js +45 -4
  36. package/lib/esm/types/feature.js.map +1 -1
  37. package/lib/esm/types/friendship.d.ts +9 -0
  38. package/lib/esm/types/friendship.d.ts.map +1 -0
  39. package/lib/esm/types/friendship.js +10 -0
  40. package/lib/esm/types/friendship.js.map +1 -0
  41. package/lib/esm/types/index.d.ts +4 -3
  42. package/lib/esm/types/index.d.ts.map +1 -1
  43. package/lib/esm/types/index.js +4 -1
  44. package/lib/esm/types/index.js.map +1 -1
  45. package/lib/esm/types/notification.d.ts +1 -1
  46. package/lib/esm/types/notification.d.ts.map +1 -1
  47. package/lib/esm/types/notification.js +1 -1
  48. package/lib/esm/types/notification.js.map +1 -1
  49. package/lib/umd/types.js +1 -1
  50. package/lib/umd/types.js.map +1 -1
  51. package/package.json +2 -2
@@ -1,3 +1,47 @@
1
+ export declare enum SCFeatureName {
2
+ INTERESTS = "interests",
3
+ CUSTOMIZE = "customize",
4
+ ADDONS = "addons",
5
+ DOMAIN = "domain",
6
+ SOCIAL_PROVIDERS = "social_providers",
7
+ COMMUNITY_SUBSCRIPTION = "community_subscription",
8
+ SEO = "seo",
9
+ ADVERTISING = "advertising",
10
+ GOOGLE_CLOUD_API = "google_cloud_api",
11
+ HOTJAR = "hotjar",
12
+ SQREEN = "sqreen",
13
+ INCUBATORS = "incubators",
14
+ CMS = "cms",
15
+ LEGAL_PAGES = "legal_pages",
16
+ SCORING = "scoring",
17
+ USER_ROLES = "user_roles",
18
+ EMAIL_MANAGER = "email_manager",
19
+ LOYALTY = "loyalty",
20
+ BROADCAST = "broadcast",
21
+ INVITATION = "invitation",
22
+ APP_SETTINGS = "app_settings",
23
+ MODERATION_FLAGS = "moderation_flags",
24
+ MODERATION_CONTENTS = "moderation_contents",
25
+ MODERATION_USERS_BLOCKED = "moderation_users_blocked",
26
+ MODERATION_USERS = "moderation_users",
27
+ DATA_PROVISIONING_DASHBOARD = "data_provisioning_dashboard",
28
+ DATA_PROVISIONING_USERS = "data_provisioning_users",
29
+ DATA_PROVISIONING_CONTENTS = "data_provisioning_contents",
30
+ DATA_PROVISIONING_INTERESTS = "data_provisioning_interests",
31
+ DATA_PROVISIONING_POLLS = "data_provisioning_polls",
32
+ DATA_PROVISIONING_REPORTS = "data_provisioning_reports",
33
+ REGISTRATION_ALERTS = "registration_alerts",
34
+ SOCIAL_SHARE = "social_share",
35
+ FEED_SETTINGS = "stream_settings",
36
+ TAGGING = "tagging",
37
+ API_V2 = "api_v2",
38
+ WEBHOOK = "webhook",
39
+ HEADLESS = "headless",
40
+ CUSTOMIZE_HEADLESS = "customize_headless",
41
+ SYSTEM_PAGES = "system_pages",
42
+ REACTION = "reaction",
43
+ PRIVATE_MESSAGING = "private_messaging"
44
+ }
1
45
  /**
2
46
  * SCFeatureType interface
3
47
  */
@@ -9,7 +53,7 @@ export interface SCFeatureType {
9
53
  /**
10
54
  * The name of the feature.
11
55
  */
12
- name?: string;
56
+ name?: SCFeatureName;
13
57
  /**
14
58
  * Is this feature enabled?
15
59
  */
@@ -1 +1 @@
1
- {"version":3,"file":"feature.d.ts","sourceRoot":"","sources":["../../../src/types/feature.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
1
+ {"version":3,"file":"feature.d.ts","sourceRoot":"","sources":["../../../src/types/feature.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,gBAAgB,qBAAqB;IACrC,sBAAsB,2BAA2B;IACjD,GAAG,QAAQ;IACX,WAAW,gBAAgB;IAC3B,gBAAgB,qBAAqB;IACrC,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,GAAG,QAAQ;IACX,WAAW,gBAAgB;IAC3B,OAAO,YAAY;IACnB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,YAAY,iBAAiB;IAC7B,gBAAgB,qBAAqB;IACrC,mBAAmB,wBAAwB;IAC3C,wBAAwB,6BAA6B;IACrD,gBAAgB,qBAAqB;IACrC,2BAA2B,gCAAgC;IAC3D,uBAAuB,4BAA4B;IACnD,0BAA0B,+BAA+B;IACzD,2BAA2B,gCAAgC;IAC3D,uBAAuB,4BAA4B;IACnD,yBAAyB,8BAA8B;IACvD,mBAAmB,wBAAwB;IAC3C,YAAY,iBAAiB;IAC7B,aAAa,oBAAoB;IACjC,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,iBAAiB,sBAAsB;CACxC;AAED;;GAEG;AAEH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -1,5 +1,46 @@
1
- /**
2
- * SCFeatureType interface
3
- */
4
- export {};
1
+ export var SCFeatureName;
2
+ (function (SCFeatureName) {
3
+ SCFeatureName["INTERESTS"] = "interests";
4
+ SCFeatureName["CUSTOMIZE"] = "customize";
5
+ SCFeatureName["ADDONS"] = "addons";
6
+ SCFeatureName["DOMAIN"] = "domain";
7
+ SCFeatureName["SOCIAL_PROVIDERS"] = "social_providers";
8
+ SCFeatureName["COMMUNITY_SUBSCRIPTION"] = "community_subscription";
9
+ SCFeatureName["SEO"] = "seo";
10
+ SCFeatureName["ADVERTISING"] = "advertising";
11
+ SCFeatureName["GOOGLE_CLOUD_API"] = "google_cloud_api";
12
+ SCFeatureName["HOTJAR"] = "hotjar";
13
+ SCFeatureName["SQREEN"] = "sqreen";
14
+ SCFeatureName["INCUBATORS"] = "incubators";
15
+ SCFeatureName["CMS"] = "cms";
16
+ SCFeatureName["LEGAL_PAGES"] = "legal_pages";
17
+ SCFeatureName["SCORING"] = "scoring";
18
+ SCFeatureName["USER_ROLES"] = "user_roles";
19
+ SCFeatureName["EMAIL_MANAGER"] = "email_manager";
20
+ SCFeatureName["LOYALTY"] = "loyalty";
21
+ SCFeatureName["BROADCAST"] = "broadcast";
22
+ SCFeatureName["INVITATION"] = "invitation";
23
+ SCFeatureName["APP_SETTINGS"] = "app_settings";
24
+ SCFeatureName["MODERATION_FLAGS"] = "moderation_flags";
25
+ SCFeatureName["MODERATION_CONTENTS"] = "moderation_contents";
26
+ SCFeatureName["MODERATION_USERS_BLOCKED"] = "moderation_users_blocked";
27
+ SCFeatureName["MODERATION_USERS"] = "moderation_users";
28
+ SCFeatureName["DATA_PROVISIONING_DASHBOARD"] = "data_provisioning_dashboard";
29
+ SCFeatureName["DATA_PROVISIONING_USERS"] = "data_provisioning_users";
30
+ SCFeatureName["DATA_PROVISIONING_CONTENTS"] = "data_provisioning_contents";
31
+ SCFeatureName["DATA_PROVISIONING_INTERESTS"] = "data_provisioning_interests";
32
+ SCFeatureName["DATA_PROVISIONING_POLLS"] = "data_provisioning_polls";
33
+ SCFeatureName["DATA_PROVISIONING_REPORTS"] = "data_provisioning_reports";
34
+ SCFeatureName["REGISTRATION_ALERTS"] = "registration_alerts";
35
+ SCFeatureName["SOCIAL_SHARE"] = "social_share";
36
+ SCFeatureName["FEED_SETTINGS"] = "stream_settings";
37
+ SCFeatureName["TAGGING"] = "tagging";
38
+ SCFeatureName["API_V2"] = "api_v2";
39
+ SCFeatureName["WEBHOOK"] = "webhook";
40
+ SCFeatureName["HEADLESS"] = "headless";
41
+ SCFeatureName["CUSTOMIZE_HEADLESS"] = "customize_headless";
42
+ SCFeatureName["SYSTEM_PAGES"] = "system_pages";
43
+ SCFeatureName["REACTION"] = "reaction";
44
+ SCFeatureName["PRIVATE_MESSAGING"] = "private_messaging";
45
+ })(SCFeatureName || (SCFeatureName = {}));
5
46
  //# sourceMappingURL=feature.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"feature.js","sourceRoot":"","sources":["../../../src/types/feature.ts"],"names":[],"mappings":"AAAA;;GAEG"}
1
+ {"version":3,"file":"feature.js","sourceRoot":"","sources":["../../../src/types/feature.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,aA2CX;AA3CD,WAAY,aAAa;IACvB,wCAAuB,CAAA;IACvB,wCAAuB,CAAA;IACvB,kCAAiB,CAAA;IACjB,kCAAiB,CAAA;IACjB,sDAAqC,CAAA;IACrC,kEAAiD,CAAA;IACjD,4BAAW,CAAA;IACX,4CAA2B,CAAA;IAC3B,sDAAqC,CAAA;IACrC,kCAAiB,CAAA;IACjB,kCAAiB,CAAA;IACjB,0CAAyB,CAAA;IACzB,4BAAW,CAAA;IACX,4CAA2B,CAAA;IAC3B,oCAAmB,CAAA;IACnB,0CAAyB,CAAA;IACzB,gDAA+B,CAAA;IAC/B,oCAAmB,CAAA;IACnB,wCAAuB,CAAA;IACvB,0CAAyB,CAAA;IACzB,8CAA6B,CAAA;IAC7B,sDAAqC,CAAA;IACrC,4DAA2C,CAAA;IAC3C,sEAAqD,CAAA;IACrD,sDAAqC,CAAA;IACrC,4EAA2D,CAAA;IAC3D,oEAAmD,CAAA;IACnD,0EAAyD,CAAA;IACzD,4EAA2D,CAAA;IAC3D,oEAAmD,CAAA;IACnD,wEAAuD,CAAA;IACvD,4DAA2C,CAAA;IAC3C,8CAA6B,CAAA;IAC7B,kDAAiC,CAAA;IACjC,oCAAmB,CAAA;IACnB,kCAAiB,CAAA;IACjB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,0DAAyC,CAAA;IACzC,8CAA6B,CAAA;IAC7B,sCAAqB,CAAA;IACrB,wDAAuC,CAAA;AACzC,CAAC,EA3CW,aAAa,KAAb,aAAa,QA2CxB"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Connection status
3
+ */
4
+ export declare enum SCConnectionStatus {
5
+ CONNECTED = "connected",
6
+ CONNECTION_REQUEST_SENT = "sent_connection_request",
7
+ CONNECTION_REQUEST_RECEIVED = "received_connection_request"
8
+ }
9
+ //# sourceMappingURL=friendship.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"friendship.d.ts","sourceRoot":"","sources":["../../../src/types/friendship.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,oBAAY,kBAAkB;IAC5B,SAAS,cAAc;IACvB,uBAAuB,4BAA4B;IACnD,2BAA2B,gCAAgC;CAC5D"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Connection status
3
+ */
4
+ export var SCConnectionStatus;
5
+ (function (SCConnectionStatus) {
6
+ SCConnectionStatus["CONNECTED"] = "connected";
7
+ SCConnectionStatus["CONNECTION_REQUEST_SENT"] = "sent_connection_request";
8
+ SCConnectionStatus["CONNECTION_REQUEST_RECEIVED"] = "received_connection_request";
9
+ })(SCConnectionStatus || (SCConnectionStatus = {}));
10
+ //# sourceMappingURL=friendship.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"friendship.js","sourceRoot":"","sources":["../../../src/types/friendship.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,6CAAuB,CAAA;IACvB,yEAAmD,CAAA;IACnD,iFAA2D,CAAA;AAC7D,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
@@ -4,7 +4,7 @@ import { SCCustomAdvPosition, SCCustomAdvType } from './customAdv';
4
4
  import { SCCustomMenuItemType, SCCustomMenuType } from './customMenu';
5
5
  import { SCUserAutocompleteType, SCUserAvatarType, SCUserBlockedSettingsType, SCUserChangeEmailType, SCUserConnectionRequestType, SCUserConnectionStatusType, SCUserCounterType, SCUserEmailTokenType, SCUserFollowedStatusType, SCUserFollowerStatusType, SCUserHiddenByStatusType, SCUserHiddenStatusType, SCUserModerationType, SCUserPermissionType, SCUserReputationType, SCUserScoreType, SCUserScoreVariation, SCUserSettingsType, SCUserStatus, SCUserType, SCUserProviderAssociationType } from './user';
6
6
  import { SCTagType } from './tag';
7
- import { SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCategoryType } from './category';
7
+ import { SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCategoryType, SCCategoryAutoFollowType } from './category';
8
8
  import { SCEmbedType } from './embed';
9
9
  import { SCChunkMediaType, SCMediaType } from './media';
10
10
  import { SCMetadataTypeFieldType, SCMetadataType } from './metadata';
@@ -23,7 +23,7 @@ import { SCFlagModerationStatusType, SCFlagType, SCFlagTypeEnum } from './flag';
23
23
  import { SCCustomPageTypeEnum, SCCustomPageType } from './customPage';
24
24
  import { SCDataPortabilityType } from './dataPortability';
25
25
  import { SCPreferenceSection, SCPreferenceName, SCPreferenceType } from './preference';
26
- import { SCFeatureType } from './feature';
26
+ import { SCFeatureName, SCFeatureType } from './feature';
27
27
  import { SSOSignInType, SSOSignUpType } from './sso';
28
28
  import { SCLegalPagePoliciesType, SCLegalPageAckType, SCLegalPageType } from './legalPage';
29
29
  import { SCContributionInsightCountersType, SCContributionInsightType, SCEmbedInsightCountersType, SCEmbedInsightType, SCUsersInsightCountersType, SCUsersInsightType } from './insight';
@@ -34,8 +34,9 @@ import { SCPlatformType } from './platform';
34
34
  import { SCAvatarType } from './avatar';
35
35
  import { SCReactionType } from './reaction';
36
36
  import { SCSuggestionType, SuggestionType } from './suggestion';
37
+ import { SCConnectionStatus } from './friendship';
37
38
  /**
38
39
  * Exports all types
39
40
  */
40
- 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, SCCustomMenuItemType, SCCustomMenuType, SCEmbedType, SCMediaType, SCChunkMediaType, SCContributionLocation, SCLocalityType, SCPollChoiceType, SCPollType, SCPollVoteType, SCFeedUnitType, SCFeedUnitActivityType, SCFeedObjectType, SCFeedPostType, SCFeedDiscussionType, SCFeedStatusType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCFeedUnseenCountType, SCFeedObjectSuspendedStatusType, SCFeedObjectHideStatusType, SCFeedObjectFollowingStatusType, SCCountByCategoryType, SCCommentsOrderBy, SCCommentType, SCPrivateMessageThreadType, SCPrivateMessageSnippetType, 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, SCCustomPageTypeEnum, 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 };
41
+ 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, SCCategoryAutoFollowType, SCCategoryAudienceType, SCCategoryFollowedStatusType, SCCustomAdvPosition, SCCustomAdvType, SCCustomMenuItemType, SCCustomMenuType, SCEmbedType, SCMediaType, SCChunkMediaType, SCContributionLocation, SCLocalityType, SCPollChoiceType, SCPollType, SCPollVoteType, SCFeedUnitType, SCFeedUnitActivityType, SCFeedObjectType, SCFeedPostType, SCFeedDiscussionType, SCFeedStatusType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCFeedUnseenCountType, SCFeedObjectSuspendedStatusType, SCFeedObjectHideStatusType, SCFeedObjectFollowingStatusType, SCCountByCategoryType, SCCommentsOrderBy, SCCommentType, SCPrivateMessageThreadType, SCPrivateMessageSnippetType, 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, SCCustomPageTypeEnum, SCCustomPageType, SCDataPortabilityType, SCPreferenceSection, SCPreferenceName, SCPreferenceType, SCFeatureName, SCFeatureType, SSOSignInType, SSOSignUpType, SCLegalPageType, SCLegalPagePoliciesType, SCLegalPageAckType, SCContributionInsightCountersType, SCContributionInsightType, SCEmbedInsightType, SCEmbedInsightCountersType, SCUsersInsightType, SCUsersInsightCountersType, SCFlaggedContributionType, SCContributionType, SCContributionStatus, SCContributeStatusType, SCPlatformType, SCAvatarType, SCReactionType, SCSuggestionType, SuggestionType, SCConnectionStatus };
41
42
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,QAAQ,CAAC;AACvC,OAAO,EAAC,YAAY,EAAE,4BAA4B,EAAE,sBAAsB,EAAC,MAAM,oBAAoB,CAAC;AACtG,OAAO,EAAC,mBAAmB,EAAE,eAAe,EAAC,MAAM,aAAa,CAAC;AACjE,OAAO,EAAC,oBAAoB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EACzB,qBAAqB,EACrB,2BAA2B,EAC3B,0BAA0B,EAC1B,iBAAiB,EACjB,oBAAoB,EACpB,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,sBAAsB,EACtB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EACf,oBAAoB,EACpB,kBAAkB,EAClB,YAAY,EACZ,UAAU,EACV,6BAA6B,EAC9B,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAChC,OAAO,EAAC,sBAAsB,EAAE,4BAA4B,EAAE,cAAc,EAAC,MAAM,YAAY,CAAC;AAChG,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AACpC,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,SAAS,CAAC;AACtD,OAAO,EAAC,uBAAuB,EAAE,cAAc,EAAC,MAAM,YAAY,CAAC;AACnE,OAAO,EAAC,sBAAsB,EAAE,cAAc,EAAC,MAAM,YAAY,CAAC;AAClE,OAAO,EAAC,gBAAgB,EAAE,UAAU,EAAE,cAAc,EAAC,MAAM,QAAQ,CAAC;AACpE,OAAO,EAAC,iBAAiB,EAAE,aAAa,EAAC,MAAM,WAAW,CAAC;AAC3D,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,0BAA0B,EAC1B,0BAA0B,EAC1B,2BAA2B,EAC3B,oCAAoC,EACpC,+BAA+B,EAC/B,mCAAmC,EACpC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAC,qBAAqB,EAAE,2BAA2B,EAAE,eAAe,EAAC,MAAM,aAAa,CAAC;AAChG,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,WAAW,EAAE,qBAAqB,EAAE,eAAe,EAAE,uBAAuB,EAAC,MAAM,SAAS,CAAC;AACrG,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,+BAA+B,EAC/B,0BAA0B,EAC1B,+BAA+B,EAC/B,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,8BAA8B,EAC9B,cAAc,EACd,qBAAqB,EACtB,MAAM,QAAQ,CAAC;AAChB,OAAO,EACL,4BAA4B,EAC5B,6BAA6B,EAC7B,8BAA8B,EAC9B,yBAAyB,EACzB,kCAAkC,EAClC,mCAAmC,EACnC,8BAA8B,EAC9B,oCAAoC,EACpC,4BAA4B,EAC5B,wBAAwB,EACxB,2BAA2B,EAC3B,8BAA8B,EAC9B,yBAAyB,EACzB,gCAAgC,EAChC,uBAAuB,EACvB,kBAAkB,EAClB,0BAA0B,EAC1B,+BAA+B,EAC/B,8BAA8B,EAC9B,6BAA6B,EAC7B,4BAA4B,EAC5B,wBAAwB,EACzB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,4BAA4B,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,WAAW,CAAC;AAChI,OAAO,EAAC,UAAU,EAAC,MAAM,QAAQ,CAAC;AAClC,OAAO,EAAC,0BAA0B,EAAE,UAAU,EAAE,cAAc,EAAC,MAAM,QAAQ,CAAC;AAC9E,OAAO,EAAC,oBAAoB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,qBAAqB,EAAC,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACrF,OAAO,EAAC,aAAa,EAAC,MAAM,WAAW,CAAC;AACxC,OAAO,EAAC,aAAa,EAAE,aAAa,EAAC,MAAM,OAAO,CAAC;AACnD,OAAO,EAAC,uBAAuB,EAAE,kBAAkB,EAAE,eAAe,EAAC,MAAM,aAAa,CAAC;AACzF,OAAO,EACL,iCAAiC,EACjC,yBAAyB,EACzB,0BAA0B,EAC1B,kBAAkB,EAClB,0BAA0B,EAC1B,kBAAkB,EACnB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AACtC,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AACpC,OAAO,EAAC,sBAAsB,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,yBAAyB,EAAC,MAAM,gBAAgB,CAAC;AAC3H,OAAO,EAAC,cAAc,EAAC,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AACtC,OAAO,EAAC,cAAc,EAAC,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAC,gBAAgB,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;AAC9D;;GAEG;AACH,OAAO,EACL,YAAY,EACZ,4BAA4B,EAC5B,sBAAsB,EACtB,eAAe,EACf,UAAU,EACV,kBAAkB,EAClB,YAAY,EACZ,yBAAyB,EACzB,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC1B,sBAAsB,EACtB,wBAAwB,EACxB,2BAA2B,EAC3B,oBAAoB,EACpB,6BAA6B,EAC7B,uBAAuB,EACvB,cAAc,EACd,SAAS,EACT,cAAc,EACd,sBAAsB,EACtB,4BAA4B,EAC5B,mBAAmB,EACnB,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,sBAAsB,EACtB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,cAAc,EACd,sBAAsB,EACtB,gBAAgB,EAChB,cAAc,EACd,oBAAoB,EACpB,gBAAgB,EAChB,8BAA8B,EAC9B,kBAAkB,EAClB,qBAAqB,EACrB,+BAA+B,EAC/B,0BAA0B,EAC1B,+BAA+B,EAC/B,qBAAqB,EACrB,iBAAiB,EACjB,aAAa,EACb,0BAA0B,EAC1B,2BAA2B,EAC3B,0BAA0B,EAC1B,wBAAwB,EACxB,iBAAiB,EACjB,+BAA+B,EAC/B,mCAAmC,EACnC,oCAAoC,EACpC,WAAW,EACX,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,EACzB,kCAAkC,EAClC,mCAAmC,EACnC,gCAAgC,EAChC,yBAAyB,EACzB,kBAAkB,EAClB,6BAA6B,EAC7B,8BAA8B,EAC9B,oCAAoC,EACpC,4BAA4B,EAC5B,wBAAwB,EACxB,8BAA8B,EAC9B,+BAA+B,EAC/B,8BAA8B,EAC9B,4BAA4B,EAC5B,wBAAwB,EACxB,wBAAwB,EACxB,uBAAuB,EACvB,6BAA6B,EAC7B,eAAe,EACf,2BAA2B,EAC3B,qBAAqB,EACrB,YAAY,EACZ,2BAA2B,EAC3B,8BAA8B,EAC9B,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,4BAA4B,EAC5B,2BAA2B,EAC3B,mBAAmB,EACnB,UAAU,EACV,UAAU,EACV,cAAc,EACd,0BAA0B,EAC1B,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,aAAa,EACb,eAAe,EACf,uBAAuB,EACvB,kBAAkB,EAClB,iCAAiC,EACjC,yBAAyB,EACzB,kBAAkB,EAClB,0BAA0B,EAC1B,kBAAkB,EAClB,0BAA0B,EAC1B,yBAAyB,EACzB,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,EACtB,cAAc,EACd,YAAY,EACZ,cAAc,EACd,gBAAgB,EAChB,cAAc,EACf,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,QAAQ,CAAC;AACvC,OAAO,EAAC,YAAY,EAAE,4BAA4B,EAAE,sBAAsB,EAAC,MAAM,oBAAoB,CAAC;AACtG,OAAO,EAAC,mBAAmB,EAAE,eAAe,EAAC,MAAM,aAAa,CAAC;AACjE,OAAO,EAAC,oBAAoB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EACL,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EACzB,qBAAqB,EACrB,2BAA2B,EAC3B,0BAA0B,EAC1B,iBAAiB,EACjB,oBAAoB,EACpB,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,sBAAsB,EACtB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EACf,oBAAoB,EACpB,kBAAkB,EAClB,YAAY,EACZ,UAAU,EACV,6BAA6B,EAC9B,MAAM,QAAQ,CAAC;AAChB,OAAO,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AAChC,OAAO,EAAC,sBAAsB,EAAE,4BAA4B,EAAE,cAAc,EAAE,wBAAwB,EAAC,MAAM,YAAY,CAAC;AAC1H,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AACpC,OAAO,EAAC,gBAAgB,EAAE,WAAW,EAAC,MAAM,SAAS,CAAC;AACtD,OAAO,EAAC,uBAAuB,EAAE,cAAc,EAAC,MAAM,YAAY,CAAC;AACnE,OAAO,EAAC,sBAAsB,EAAE,cAAc,EAAC,MAAM,YAAY,CAAC;AAClE,OAAO,EAAC,gBAAgB,EAAE,UAAU,EAAE,cAAc,EAAC,MAAM,QAAQ,CAAC;AACpE,OAAO,EAAC,iBAAiB,EAAE,aAAa,EAAC,MAAM,WAAW,CAAC;AAC3D,OAAO,EACL,iBAAiB,EACjB,wBAAwB,EACxB,0BAA0B,EAC1B,0BAA0B,EAC1B,2BAA2B,EAC3B,oCAAoC,EACpC,+BAA+B,EAC/B,mCAAmC,EACpC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAC,qBAAqB,EAAE,2BAA2B,EAAE,eAAe,EAAC,MAAM,aAAa,CAAC;AAChG,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,WAAW,EAAE,qBAAqB,EAAE,eAAe,EAAE,uBAAuB,EAAC,MAAM,SAAS,CAAC;AACrG,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,+BAA+B,EAC/B,0BAA0B,EAC1B,+BAA+B,EAC/B,gBAAgB,EAChB,cAAc,EACd,gBAAgB,EAChB,kBAAkB,EAClB,sBAAsB,EACtB,8BAA8B,EAC9B,cAAc,EACd,qBAAqB,EACtB,MAAM,QAAQ,CAAC;AAChB,OAAO,EACL,4BAA4B,EAC5B,6BAA6B,EAC7B,8BAA8B,EAC9B,yBAAyB,EACzB,kCAAkC,EAClC,mCAAmC,EACnC,8BAA8B,EAC9B,oCAAoC,EACpC,4BAA4B,EAC5B,wBAAwB,EACxB,2BAA2B,EAC3B,8BAA8B,EAC9B,yBAAyB,EACzB,gCAAgC,EAChC,uBAAuB,EACvB,kBAAkB,EAClB,0BAA0B,EAC1B,+BAA+B,EAC/B,8BAA8B,EAC9B,6BAA6B,EAC7B,4BAA4B,EAC5B,wBAAwB,EACzB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAC,4BAA4B,EAAE,2BAA2B,EAAE,qBAAqB,EAAE,mBAAmB,EAAC,MAAM,WAAW,CAAC;AAChI,OAAO,EAAC,UAAU,EAAC,MAAM,QAAQ,CAAC;AAClC,OAAO,EAAC,0BAA0B,EAAE,UAAU,EAAE,cAAc,EAAC,MAAM,QAAQ,CAAC;AAC9E,OAAO,EAAC,oBAAoB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACpE,OAAO,EAAC,qBAAqB,EAAC,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAE,gBAAgB,EAAC,MAAM,cAAc,CAAC;AACrF,OAAO,EAAC,aAAa,EAAE,aAAa,EAAC,MAAM,WAAW,CAAC;AACvD,OAAO,EAAC,aAAa,EAAE,aAAa,EAAC,MAAM,OAAO,CAAC;AACnD,OAAO,EAAC,uBAAuB,EAAE,kBAAkB,EAAE,eAAe,EAAC,MAAM,aAAa,CAAC;AACzF,OAAO,EACL,iCAAiC,EACjC,yBAAyB,EACzB,0BAA0B,EAC1B,kBAAkB,EAClB,0BAA0B,EAC1B,kBAAkB,EACnB,MAAM,WAAW,CAAC;AACnB,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AACtC,OAAO,EAAC,WAAW,EAAC,MAAM,SAAS,CAAC;AACpC,OAAO,EAAC,sBAAsB,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,yBAAyB,EAAC,MAAM,gBAAgB,CAAC;AAC3H,OAAO,EAAC,cAAc,EAAC,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AACtC,OAAO,EAAC,cAAc,EAAC,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAC,gBAAgB,EAAE,cAAc,EAAC,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAC,kBAAkB,EAAC,MAAM,cAAc,CAAC;AAChD;;GAEG;AACH,OAAO,EACL,YAAY,EACZ,4BAA4B,EAC5B,sBAAsB,EACtB,eAAe,EACf,UAAU,EACV,kBAAkB,EAClB,YAAY,EACZ,yBAAyB,EACzB,oBAAoB,EACpB,oBAAoB,EACpB,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC1B,sBAAsB,EACtB,wBAAwB,EACxB,2BAA2B,EAC3B,oBAAoB,EACpB,6BAA6B,EAC7B,uBAAuB,EACvB,cAAc,EACd,SAAS,EACT,cAAc,EACd,wBAAwB,EACxB,sBAAsB,EACtB,4BAA4B,EAC5B,mBAAmB,EACnB,eAAe,EACf,oBAAoB,EACpB,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,sBAAsB,EACtB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,cAAc,EACd,sBAAsB,EACtB,gBAAgB,EAChB,cAAc,EACd,oBAAoB,EACpB,gBAAgB,EAChB,8BAA8B,EAC9B,kBAAkB,EAClB,qBAAqB,EACrB,+BAA+B,EAC/B,0BAA0B,EAC1B,+BAA+B,EAC/B,qBAAqB,EACrB,iBAAiB,EACjB,aAAa,EACb,0BAA0B,EAC1B,2BAA2B,EAC3B,0BAA0B,EAC1B,wBAAwB,EACxB,iBAAiB,EACjB,+BAA+B,EAC/B,mCAAmC,EACnC,oCAAoC,EACpC,WAAW,EACX,0BAA0B,EAC1B,4BAA4B,EAC5B,yBAAyB,EACzB,kCAAkC,EAClC,mCAAmC,EACnC,gCAAgC,EAChC,yBAAyB,EACzB,kBAAkB,EAClB,6BAA6B,EAC7B,8BAA8B,EAC9B,oCAAoC,EACpC,4BAA4B,EAC5B,wBAAwB,EACxB,8BAA8B,EAC9B,+BAA+B,EAC/B,8BAA8B,EAC9B,4BAA4B,EAC5B,wBAAwB,EACxB,wBAAwB,EACxB,uBAAuB,EACvB,6BAA6B,EAC7B,eAAe,EACf,2BAA2B,EAC3B,qBAAqB,EACrB,YAAY,EACZ,2BAA2B,EAC3B,8BAA8B,EAC9B,WAAW,EACX,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACvB,qBAAqB,EACrB,4BAA4B,EAC5B,2BAA2B,EAC3B,mBAAmB,EACnB,UAAU,EACV,UAAU,EACV,cAAc,EACd,0BAA0B,EAC1B,oBAAoB,EACpB,gBAAgB,EAChB,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EAChB,gBAAgB,EAChB,aAAa,EACb,aAAa,EACb,aAAa,EACb,aAAa,EACb,eAAe,EACf,uBAAuB,EACvB,kBAAkB,EAClB,iCAAiC,EACjC,yBAAyB,EACzB,kBAAkB,EAClB,0BAA0B,EAC1B,kBAAkB,EAClB,0BAA0B,EAC1B,yBAAyB,EACzB,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,EACtB,cAAc,EACd,YAAY,EACZ,cAAc,EACd,gBAAgB,EAChB,cAAc,EACd,kBAAkB,EACnB,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { SCBroadcastMessageBannerType } from './broadcastMessage';
2
2
  import { SCCustomAdvPosition } from './customAdv';
3
3
  import { SCUserReputationType, SCUserStatus } from './user';
4
+ import { SCCategoryAutoFollowType } from './category';
4
5
  import { SCMetadataTypeFieldType } from './metadata';
5
6
  import { SCCommentsOrderBy } from './comment';
6
7
  import { SCMessageFileType, SCPrivateMessageStatusType } from './privateMessage';
@@ -11,11 +12,13 @@ import { SCNotificationTopicType, SCNotificationTypologyType } from './notificat
11
12
  import { SCFlagModerationStatusType, SCFlagTypeEnum } from './flag';
12
13
  import { SCCustomPageTypeEnum } from './customPage';
13
14
  import { SCPreferenceSection, SCPreferenceName } from './preference';
15
+ import { SCFeatureName } from './feature';
14
16
  import { SCLegalPagePoliciesType } from './legalPage';
15
17
  import { SCContributeStatusType, SCContributionType } from './contribution';
16
18
  import { SuggestionType } from './suggestion';
19
+ import { SCConnectionStatus } from './friendship';
17
20
  /**
18
21
  * Exports all types
19
22
  */
20
- export { SCBroadcastMessageBannerType, SCUserStatus, SCUserReputationType, SCMetadataTypeFieldType, SCCustomAdvPosition, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCCommentsOrderBy, SCPrivateMessageStatusType, SCMessageFileType, SCNotificationTypologyType, SCNotificationTopicType, SCIncubatorStatusType, SCPrizeUserStatusType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, SCPreferenceSection, SCPreferenceName, SCLegalPagePoliciesType, SCContributionType, SCContributeStatusType, SuggestionType };
23
+ export { SCBroadcastMessageBannerType, SCUserStatus, SCUserReputationType, SCMetadataTypeFieldType, SCCategoryAutoFollowType, SCCustomAdvPosition, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCCommentsOrderBy, SCPrivateMessageStatusType, SCMessageFileType, SCNotificationTypologyType, SCNotificationTopicType, SCIncubatorStatusType, SCPrizeUserStatusType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, SCPreferenceSection, SCPreferenceName, SCFeatureName, SCLegalPagePoliciesType, SCContributionType, SCContributeStatusType, SuggestionType, SCConnectionStatus };
21
24
  //# 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;AAEjE,OAAO,EAeL,oBAAoB,EAIpB,YAAY,EAGb,MAAM,QAAQ,CAAC;AAKhB,OAAO,EAAC,uBAAuB,EAAiB,MAAM,YAAY,CAAC;AAGnE,OAAO,EAAC,iBAAiB,EAAgB,MAAM,WAAW,CAAC;AAC3D,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAM3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAC,qBAAqB,EAA+C,MAAM,aAAa,CAAC;AAEhG,OAAO,EAAc,qBAAqB,EAA2C,MAAM,SAAS,CAAC;AACrG,OAAO,EASL,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;AAC9E,OAAO,EAAC,oBAAoB,EAAmB,MAAM,cAAc,CAAC;AAEpE,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,EAkBnB,8BAA8B,EAC9B,kBAAkB,EAMlB,iBAAiB,EAIjB,0BAA0B,EAE1B,iBAAiB,EAKjB,0BAA0B,EAmB1B,uBAAuB,EAIvB,qBAAqB,EAMrB,qBAAqB,EAQrB,cAAc,EACd,0BAA0B,EAC1B,oBAAoB,EAGpB,mBAAmB,EACnB,gBAAgB,EAMhB,uBAAuB,EASvB,kBAAkB,EAElB,sBAAsB,EAKtB,cAAc,EACf,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;AAEjE,OAAO,EAeL,oBAAoB,EAIpB,YAAY,EAGb,MAAM,QAAQ,CAAC;AAEhB,OAAO,EAAuE,wBAAwB,EAAC,MAAM,YAAY,CAAC;AAG1H,OAAO,EAAC,uBAAuB,EAAiB,MAAM,YAAY,CAAC;AAGnE,OAAO,EAAC,iBAAiB,EAAgB,MAAM,WAAW,CAAC;AAC3D,OAAO,EACL,iBAAiB,EAEjB,0BAA0B,EAM3B,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAC,qBAAqB,EAA+C,MAAM,aAAa,CAAC;AAEhG,OAAO,EAAc,qBAAqB,EAA2C,MAAM,SAAS,CAAC;AACrG,OAAO,EASL,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;AAC9E,OAAO,EAAC,oBAAoB,EAAmB,MAAM,cAAc,CAAC;AAEpE,OAAO,EAAC,mBAAmB,EAAE,gBAAgB,EAAmB,MAAM,cAAc,CAAC;AACrF,OAAO,EAAC,aAAa,EAAgB,MAAM,WAAW,CAAC;AAEvD,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,OAAO,EAAC,kBAAkB,EAAC,MAAM,cAAc,CAAC;AAChD;;GAEG;AACH,OAAO,EAEL,4BAA4B,EAK5B,YAAY,EAKZ,oBAAoB,EAcpB,uBAAuB,EAIvB,wBAAwB,EAGxB,mBAAmB,EAkBnB,8BAA8B,EAC9B,kBAAkB,EAMlB,iBAAiB,EAIjB,0BAA0B,EAE1B,iBAAiB,EAKjB,0BAA0B,EAmB1B,uBAAuB,EAIvB,qBAAqB,EAMrB,qBAAqB,EAQrB,cAAc,EACd,0BAA0B,EAC1B,oBAAoB,EAGpB,mBAAmB,EACnB,gBAAgB,EAEhB,aAAa,EAKb,uBAAuB,EASvB,kBAAkB,EAElB,sBAAsB,EAKtB,cAAc,EACd,kBAAkB,EACnB,CAAC"}
@@ -14,7 +14,7 @@ export declare enum SCNotificationTypologyType {
14
14
  CONNECTION_REMOVE = "connection_remove",
15
15
  CONNECTION_REJECT = "connection_reject",
16
16
  CONNECTION_CANCEL_REJECT = "connection_cancel_reject",
17
- CONNECTION_CANCEL_REQUEST = "connection_cancel_reject",
17
+ CONNECTION_CANCEL_REQUEST = "connection_cancel_request",
18
18
  MENTION = "mention",
19
19
  VOTE_UP = "vote_up",
20
20
  FOLLOW = "follow",
@@ -1 +1 @@
1
- {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../src/types/notification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAE,oBAAoB,EAAE,cAAc,EAAE,gBAAgB,EAAE,UAAU,EAAC,MAAM,UAAU,CAAC;AAC3G,OAAO,EAAC,0BAA0B,EAA8B,MAAM,kBAAkB,CAAC;AACzF,OAAO,EAAC,yBAAyB,EAAC,MAAM,QAAQ,CAAC;AACjD,OAAO,EAAC,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAC,eAAe,EAAC,MAAM,aAAa,CAAC;AAE5C;;GAEG;AACH,oBAAY,0BAA0B;IACpC,OAAO,YAAY;IACnB,cAAc,mBAAmB;IACjC,kBAAkB,uBAAuB;IACzC,iBAAiB,sBAAsB;IACvC,iBAAiB,sBAAsB;IACvC,iBAAiB,sBAAsB;IACvC,wBAAwB,6BAA6B;IACrD,yBAAyB,6BAA6B;IACtD,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,eAAe,oBAAoB;IACnC,sBAAsB,2BAA2B;IACjD,uBAAuB,4BAA4B;IACnD,sBAAsB,2BAA2B;IACjD,kBAAkB,uBAAuB;IACzC,gBAAgB,qBAAqB;IACrC,oBAAoB,yBAAyB;IAC7C,aAAa,kBAAkB;IAC/B,yBAAyB,8BAA8B;IACvD,wBAAwB,6BAA6B;IACrD,oBAAoB,yBAAyB;IAC7C,kBAAkB,uBAAuB;IACzC,sBAAsB,2BAA2B;IACjD,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,yBAAyB,8BAA8B;IACvD,wBAAwB,6BAA6B;IACrD,oBAAoB,yBAAyB;IAC7C,kBAAkB,uBAAuB;IACzC,sBAAsB,2BAA2B;IACjD,kBAAkB,uBAAuB;IACzC,YAAY,iBAAiB;IAC7B,cAAc,mBAAmB;IACjC,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,mBAAmB,wBAAwB;IAC3C,YAAY,iBAAiB;CAC9B;AAED;;;GAGG;AACH,oBAAY,uBAAuB;IACjC,WAAW,gBAAgB;IAC3B,IAAI,SAAS;CACd;AAED;;;GAGG;AACH,MAAM,WAAW,4BAA4B;IAC3C;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAElC;;;OAGG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;;OAGG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;;;;;;;OAQG;IACH,UAAU,EAAE,kBAAkB,EAAE,CAAC;CAClC;AAED;;;GAGG;AACH,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC;IAEjC;;OAEG;IACH,SAAS,EAAE,IAAI,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,yBAA0B,SAAQ,kBAAkB;IACnE;;OAEG;IACH,OAAO,EAAE,aAAa,CAAC;IAEvB;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,OAAO,GAAG,0BAA0B,CAAC,cAAc,CAAC;CACtF;AAED;;;GAGG;AACH,MAAM,WAAW,yBAA0B,SAAQ,kBAAkB;IACnE;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,OAAO,CAAC;IAEzC;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,mCAAoC,SAAQ,kBAAkB;IAC7E;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,kBAAkB,CAAC;IAEpD;;OAEG;IACH,YAAY,EAAE,UAAU,CAAC;CAC1B;AAED;;;GAGG;AACH,MAAM,WAAW,kCAAmC,SAAQ,kBAAkB;IAC5E;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,iBAAiB,CAAC;IAEnD;;OAEG;IACH,WAAW,EAAE,UAAU,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,gCAAiC,SAAQ,kBAAkB;IAC1E;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,eAAe,CAAC;IAEjD;;OAEG;IACH,OAAO,EAAE,0BAA0B,CAAC;CACrC;AAED;;;;GAIG;AACH,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,MAAM,CAAC;IAExC;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAyB,SAAQ,kBAAkB;IAClE;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,OAAO,CAAC;IAEzC;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB;;OAEG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,6BAA8B,SAAQ,kBAAkB;IACvE;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,YAAY,CAAC;IAE9C;;OAEG;IACH,gBAAgB,EAAE,yBAAyB,CAAC;CAC7C;AAED;;;GAGG;AACH,MAAM,WAAW,+BAAgC,SAAQ,kBAAkB;IACzE;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,cAAc,CAAC;CACjD;AAED;;;GAGG;AACH,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB;IACxE;;OAEG;IACH,IAAI,EACA,0BAA0B,CAAC,yBAAyB,GACpD,0BAA0B,CAAC,kBAAkB,GAC7C,0BAA0B,CAAC,oBAAoB,GAC/C,0BAA0B,CAAC,wBAAwB,GACnD,0BAA0B,CAAC,kBAAkB,GAC7C,0BAA0B,CAAC,sBAAsB,CAAC;IAEtD;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED;;;;GAIG;AACH,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB;IACxE;;OAEG;IACH,IAAI,EACA,0BAA0B,CAAC,yBAAyB,GACpD,0BAA0B,CAAC,wBAAwB,GACnD,0BAA0B,CAAC,kBAAkB,GAC7C,0BAA0B,CAAC,sBAAsB,GACjD,0BAA0B,CAAC,oBAAoB,CAAC;IAEpD;;OAEG;IACH,OAAO,EAAE,aAAa,CAAC;CACxB;AAED;;;GAGG;AACH,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB;IACtE;;OAEG;IACH,IAAI,EACA,0BAA0B,CAAC,uBAAuB,GAClD,0BAA0B,CAAC,sBAAsB,GACjD,0BAA0B,CAAC,kBAAkB,GAC7C,0BAA0B,CAAC,gBAAgB,GAC3C,0BAA0B,CAAC,oBAAoB,CAAC;IAEpD;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB;IACxE;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,aAAa,CAAC;IAE/C;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;OAEG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;CACzB;AAED;;;GAGG;AACH,MAAM,WAAW,4BAA6B,SAAQ,kBAAkB;IACtE;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,WAAW,CAAC;IAE7C;;OAEG;IACH,QAAQ,EAAE,UAAU,CAAC;CACtB;AAED;;;GAGG;AACH,MAAM,WAAW,2BAA4B,SAAQ,kBAAkB;IACrE;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,kBAAkB,CAAC;IAEpD;;OAEG;IACH,SAAS,EAAE,eAAe,CAAC;CAC5B;AAED;;;GAGG;AACH,MAAM,WAAW,oCAAqC,SAAQ,kBAAkB;IAC9E;;OAEG;IACH,IAAI,EAAE,0BAA0B,CAAC,mBAAmB,CAAC;IAErD;;OAEG;IACH,IAAI,EAAE,UAAU,CAAC;IAEjB;;OAEG;IACH,mBAAmB,EAAE,wBAAwB,CAAC;CAC/C;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;GAGG;AACH,MAAM,WAAW,8BAA+B,SAAQ,kBAAkB;IACxE;;OAEG;IACH,UAAU,CAAC,EAAE,oBAAoB,CAAC;IAElC;;OAEG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B"}
1
+ {"version":3,"file":"notification.d.ts","sourceRoot":"","sources":["../../../src/types/notification.ts"],"names":[],"mappings":"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"}
@@ -10,7 +10,7 @@ export var SCNotificationTypologyType;
10
10
  SCNotificationTypologyType["CONNECTION_REMOVE"] = "connection_remove";
11
11
  SCNotificationTypologyType["CONNECTION_REJECT"] = "connection_reject";
12
12
  SCNotificationTypologyType["CONNECTION_CANCEL_REJECT"] = "connection_cancel_reject";
13
- SCNotificationTypologyType["CONNECTION_CANCEL_REQUEST"] = "connection_cancel_reject";
13
+ SCNotificationTypologyType["CONNECTION_CANCEL_REQUEST"] = "connection_cancel_request";
14
14
  SCNotificationTypologyType["MENTION"] = "mention";
15
15
  SCNotificationTypologyType["VOTE_UP"] = "vote_up";
16
16
  SCNotificationTypologyType["FOLLOW"] = "follow";
@@ -1 +1 @@
1
- {"version":3,"file":"notification.js","sourceRoot":"","sources":["../../../src/types/notification.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,CAAN,IAAY,0BAuCX;AAvCD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,+DAAiC,CAAA;IACjC,uEAAyC,CAAA;IACzC,qEAAuC,CAAA;IACvC,qEAAuC,CAAA;IACvC,qEAAuC,CAAA;IACvC,mFAAqD,CAAA;IACrD,oFAAsD,CAAA;IACtD,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,+CAAiB,CAAA;IACjB,iEAAmC,CAAA;IACnC,+EAAiD,CAAA;IACjD,iFAAmD,CAAA;IACnD,+EAAiD,CAAA;IACjD,uEAAyC,CAAA;IACzC,mEAAqC,CAAA;IACrC,2EAA6C,CAAA;IAC7C,6DAA+B,CAAA;IAC/B,qFAAuD,CAAA;IACvD,mFAAqD,CAAA;IACrD,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,+EAAiD,CAAA;IACjD,yDAA2B,CAAA;IAC3B,6DAA+B,CAAA;IAC/B,qFAAuD,CAAA;IACvD,mFAAqD,CAAA;IACrD,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,+EAAiD,CAAA;IACjD,uEAAyC,CAAA;IACzC,2DAA6B,CAAA;IAC7B,+DAAiC,CAAA;IACjC,uEAAyC,CAAA;IACzC,yEAA2C,CAAA;IAC3C,yEAA2C,CAAA;IAC3C,2DAA6B,CAAA;AAC/B,CAAC,EAvCW,0BAA0B,KAA1B,0BAA0B,QAuCrC;AAED;;;GAGG;AACH,MAAM,CAAN,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,sDAA2B,CAAA;IAC3B,wCAAa,CAAA;AACf,CAAC,EAHW,uBAAuB,KAAvB,uBAAuB,QAGlC"}
1
+ {"version":3,"file":"notification.js","sourceRoot":"","sources":["../../../src/types/notification.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,CAAN,IAAY,0BAuCX;AAvCD,WAAY,0BAA0B;IACpC,iDAAmB,CAAA;IACnB,+DAAiC,CAAA;IACjC,uEAAyC,CAAA;IACzC,qEAAuC,CAAA;IACvC,qEAAuC,CAAA;IACvC,qEAAuC,CAAA;IACvC,mFAAqD,CAAA;IACrD,qFAAuD,CAAA;IACvD,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,+CAAiB,CAAA;IACjB,iEAAmC,CAAA;IACnC,+EAAiD,CAAA;IACjD,iFAAmD,CAAA;IACnD,+EAAiD,CAAA;IACjD,uEAAyC,CAAA;IACzC,mEAAqC,CAAA;IACrC,2EAA6C,CAAA;IAC7C,6DAA+B,CAAA;IAC/B,qFAAuD,CAAA;IACvD,mFAAqD,CAAA;IACrD,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,+EAAiD,CAAA;IACjD,yDAA2B,CAAA;IAC3B,6DAA+B,CAAA;IAC/B,qFAAuD,CAAA;IACvD,mFAAqD,CAAA;IACrD,2EAA6C,CAAA;IAC7C,uEAAyC,CAAA;IACzC,+EAAiD,CAAA;IACjD,uEAAyC,CAAA;IACzC,2DAA6B,CAAA;IAC7B,+DAAiC,CAAA;IACjC,uEAAyC,CAAA;IACzC,yEAA2C,CAAA;IAC3C,yEAA2C,CAAA;IAC3C,2DAA6B,CAAA;AAC/B,CAAC,EAvCW,0BAA0B,KAA1B,0BAA0B,QAuCrC;AAED;;;GAGG;AACH,MAAM,CAAN,IAAY,uBAGX;AAHD,WAAY,uBAAuB;IACjC,sDAA2B,CAAA;IAC3B,wCAAa,CAAA;AACf,CAAC,EAHW,uBAAuB,KAAvB,uBAAuB,QAGlC"}
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=void 0,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={}))},312:(e,t)=>{t.__esModule=!0},82:(e,t)=>{t.__esModule=!0},767:(e,t)=>{let o;t.__esModule=!0,t.SCCustomPageTypeEnum=void 0,t.SCCustomPageTypeEnum=o,function(e){e.NORMAL="normal",e.LEGAL="legal"}(o||(t.SCCustomPageTypeEnum=o={}))},55:(e,t)=>{t.__esModule=!0},797:(e,t)=>{t.__esModule=!0},22:(e,t)=>{t.__esModule=!0},505:(e,t)=>{let o,i;t.__esModule=!0,t.SCFeedUnitActivityTypologyType=t.SCFeedTypologyType=void 0,t.SCFeedTypologyType=o,function(e){e.HOME="home",e.EXPLORE="explore"}(o||(t.SCFeedTypologyType=o={})),t.SCFeedUnitActivityTypologyType=i,function(e){e.COMMENT="comment",e.VOTE="vote",e.POLLVOTE="pollvote",e.FOLLOW="follow"}(i||(t.SCFeedUnitActivityTypologyType=i={}))},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(312);t.SCCustomMenuItemType=T.SCCustomMenuItemType,t.SCCustomMenuType=T.SCCustomMenuType;var n=o(967);t.SCUserAutocompleteType=n.SCUserAutocompleteType,t.SCUserAvatarType=n.SCUserAvatarType,t.SCUserBlockedSettingsType=n.SCUserBlockedSettingsType,t.SCUserChangeEmailType=n.SCUserChangeEmailType,t.SCUserConnectionRequestType=n.SCUserConnectionRequestType,t.SCUserConnectionStatusType=n.SCUserConnectionStatusType,t.SCUserCounterType=n.SCUserCounterType,t.SCUserEmailTokenType=n.SCUserEmailTokenType,t.SCUserFollowedStatusType=n.SCUserFollowedStatusType,t.SCUserFollowerStatusType=n.SCUserFollowerStatusType,t.SCUserHiddenByStatusType=n.SCUserHiddenByStatusType,t.SCUserHiddenStatusType=n.SCUserHiddenStatusType,t.SCUserModerationType=n.SCUserModerationType,t.SCUserPermissionType=n.SCUserPermissionType,t.SCUserReputationType=n.SCUserReputationType,t.SCUserScoreType=n.SCUserScoreType,t.SCUserScoreVariation=n.SCUserScoreVariation,t.SCUserSettingsType=n.SCUserSettingsType,t.SCUserStatus=n.SCUserStatus,t.SCUserType=n.SCUserType,t.SCUserProviderAssociationType=n.SCUserProviderAssociationType;var a=o(549);t.SCTagType=a.SCTagType;var p=o(511);t.SCCategoryAudienceType=p.SCCategoryAudienceType,t.SCCategoryFollowedStatusType=p.SCCategoryFollowedStatusType,t.SCCategoryType=p.SCCategoryType;var _=o(797);t.SCEmbedType=_.SCEmbedType;var y=o(398);t.SCChunkMediaType=y.SCChunkMediaType,t.SCMediaType=y.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 E=o(3);t.SCPollChoiceType=E.SCPollChoiceType,t.SCPollType=E.SCPollType,t.SCPollVoteType=E.SCPollVoteType;var l=o(444);t.SCCommentsOrderBy=l.SCCommentsOrderBy,t.SCCommentType=l.SCCommentType;var c=o(461);t.SCMessageFileType=c.SCMessageFileType,t.SCPrivateMessageFileType=c.SCPrivateMessageFileType,t.SCPrivateMessageStatusType=c.SCPrivateMessageStatusType,t.SCPrivateMessageThreadType=c.SCPrivateMessageThreadType,t.SCPrivateMessageSnippetType=c.SCPrivateMessageSnippetType,t.SCPrivateMessageUploadMediaChunkType=c.SCPrivateMessageUploadMediaChunkType,t.SCPrivateMessageUploadMediaType=c.SCPrivateMessageUploadMediaType,t.SCPrivateMessageUploadThumbnailType=c.SCPrivateMessageUploadThumbnailType;var u=o(947);t.SCIncubatorStatusType=u.SCIncubatorStatusType,t.SCIncubatorSubscriptionType=u.SCIncubatorSubscriptionType,t.SCIncubatorType=u.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 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.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 A=o(768);t.SCNotificationAggregatedType=A.SCNotificationAggregatedType,t.SCNotificationBlockedUserType=A.SCNotificationBlockedUserType,t.SCNotificationCollapsedForType=A.SCNotificationCollapsedForType,t.SCNotificationCommentType=A.SCNotificationCommentType,t.SCNotificationConnectionAcceptType=A.SCNotificationConnectionAcceptType,t.SCNotificationConnectionRequestType=A.SCNotificationConnectionRequestType,t.SCNotificationContributionType=A.SCNotificationContributionType,t.SCNotificationCustomNotificationType=A.SCNotificationCustomNotificationType,t.SCNotificationDeletedForType=A.SCNotificationDeletedForType,t.SCNotificationFollowType=A.SCNotificationFollowType,t.SCNotificationIncubatorType=A.SCNotificationIncubatorType,t.SCNotificationKindlyNoticeType=A.SCNotificationKindlyNoticeType,t.SCNotificationMentionType=A.SCNotificationMentionType,t.SCNotificationPrivateMessageType=A.SCNotificationPrivateMessageType,t.SCNotificationTopicType=A.SCNotificationTopicType,t.SCNotificationType=A.SCNotificationType,t.SCNotificationTypologyType=A.SCNotificationTypologyType,t.SCNotificationUnBlockedUserType=A.SCNotificationUnBlockedUserType,t.SCNotificationUnDeletedForType=A.SCNotificationUnDeletedForType,t.SCNotificationUnseenCountType=A.SCNotificationUnseenCountType,t.SCNotificationUserFollowType=A.SCNotificationUserFollowType,t.SCNotificationVoteUpType=A.SCNotificationVoteUpType;var P=o(419);t.SCWebhookEndpointAttemptType=P.SCWebhookEndpointAttemptType,t.SCWebhookEndpointSecretType=P.SCWebhookEndpointSecretType,t.SCWebhookEndpointType=P.SCWebhookEndpointType,t.SCWebhookEventsType=P.SCWebhookEventsType;var I=o(697);t.SCVoteType=I.SCVoteType;var g=o(561);t.SCFlagModerationStatusType=g.SCFlagModerationStatusType,t.SCFlagType=g.SCFlagType,t.SCFlagTypeEnum=g.SCFlagTypeEnum;var L=o(767);t.SCCustomPageTypeEnum=L.SCCustomPageTypeEnum,t.SCCustomPageType=L.SCCustomPageType;var U=o(55);t.SCDataPortabilityType=U.SCDataPortabilityType;var M=o(903);t.SCPreferenceSection=M.SCPreferenceSection,t.SCPreferenceName=M.SCPreferenceName,t.SCPreferenceType=M.SCPreferenceType;var R=o(22);t.SCFeatureType=R.SCFeatureType;var m=o(469);t.SSOSignInType=m.SSOSignInType,t.SSOSignUpType=m.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 D=o(999);t.SCInviteType=D.SCInviteType;var b=o(849);t.SCPromoType=b.SCPromoType;var v=o(275);t.SCContributeStatusType=v.SCContributeStatusType,t.SCContributionStatus=v.SCContributionStatus,t.SCContributionType=v.SCContributionType,t.SCFlaggedContributionType=v.SCFlaggedContributionType;var B=o(571);t.SCPlatformType=B.SCPlatformType;var G=o(401);t.SCAvatarType=G.SCAvatarType;var h=o(844);t.SCReactionType=h.SCReactionType;var V=o(579);t.SCSuggestionType=V.SCSuggestionType,t.SuggestionType=V.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",e.CHECKBOX="checkbox"}(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.POINTS_MAKE_DISCUSSION="points_make_discussion",e.POINTS_MAKE_POST="points_make_post",e.POINTS_MAKE_COMMENT="points_make_comment",e.POINTS_RECEIVE_VOTE="points_receive_vote",e.POINTS_CONNECTION_OR_FOLLOWER="points_connection_or_follower",e.POINTS_SOCIAL_SHARE="points_social_share",e.POINTS_APP_USED="points_app_used",e.POINTS_DAILY_VISIT="points_daily_visit",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/",e.PDF="application/pdf"}(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.SCCustomMenuItemType=t.SCCustomMenuItemType,e.SCCustomMenuType=t.SCCustomMenuType,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.SCFeedUnitActivityTypologyType=t.SCFeedUnitActivityTypologyType,e.SCFeedTypologyType=t.SCFeedTypologyType,e.SCFeedUnseenCountType=t.SCFeedUnseenCountType,e.SCFeedObjectSuspendedStatusType=t.SCFeedObjectSuspendedStatusType,e.SCFeedObjectHideStatusType=t.SCFeedObjectHideStatusType,e.SCFeedObjectFollowingStatusType=t.SCFeedObjectFollowingStatusType,e.SCCommentsOrderBy=t.SCCommentsOrderBy,e.SCCommentType=t.SCCommentType,e.SCPrivateMessageThreadType=t.SCPrivateMessageThreadType,e.SCPrivateMessageSnippetType=t.SCPrivateMessageSnippetType,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.SCCustomPageTypeEnum=t.SCCustomPageTypeEnum,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})()));
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)=>{let o;t.__esModule=!0,t.SCCategoryAutoFollowType=void 0,t.SCCategoryAutoFollowType=o,function(e){e.NONE="none",e.DEFAULT="default",e.FORCED="forced"}(o||(t.SCCategoryAutoFollowType=o={}))},444:(e,t)=>{let o;t.__esModule=!0,t.SCCommentsOrderBy=void 0,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={}))},312:(e,t)=>{t.__esModule=!0},82:(e,t)=>{t.__esModule=!0},767:(e,t)=>{let o;t.__esModule=!0,t.SCCustomPageTypeEnum=void 0,t.SCCustomPageTypeEnum=o,function(e){e.NORMAL="normal",e.LEGAL="legal"}(o||(t.SCCustomPageTypeEnum=o={}))},55:(e,t)=>{t.__esModule=!0},797:(e,t)=>{t.__esModule=!0},22:(e,t)=>{let o;t.__esModule=!0,t.SCFeatureName=void 0,t.SCFeatureName=o,function(e){e.INTERESTS="interests",e.CUSTOMIZE="customize",e.ADDONS="addons",e.DOMAIN="domain",e.SOCIAL_PROVIDERS="social_providers",e.COMMUNITY_SUBSCRIPTION="community_subscription",e.SEO="seo",e.ADVERTISING="advertising",e.GOOGLE_CLOUD_API="google_cloud_api",e.HOTJAR="hotjar",e.SQREEN="sqreen",e.INCUBATORS="incubators",e.CMS="cms",e.LEGAL_PAGES="legal_pages",e.SCORING="scoring",e.USER_ROLES="user_roles",e.EMAIL_MANAGER="email_manager",e.LOYALTY="loyalty",e.BROADCAST="broadcast",e.INVITATION="invitation",e.APP_SETTINGS="app_settings",e.MODERATION_FLAGS="moderation_flags",e.MODERATION_CONTENTS="moderation_contents",e.MODERATION_USERS_BLOCKED="moderation_users_blocked",e.MODERATION_USERS="moderation_users",e.DATA_PROVISIONING_DASHBOARD="data_provisioning_dashboard",e.DATA_PROVISIONING_USERS="data_provisioning_users",e.DATA_PROVISIONING_CONTENTS="data_provisioning_contents",e.DATA_PROVISIONING_INTERESTS="data_provisioning_interests",e.DATA_PROVISIONING_POLLS="data_provisioning_polls",e.DATA_PROVISIONING_REPORTS="data_provisioning_reports",e.REGISTRATION_ALERTS="registration_alerts",e.SOCIAL_SHARE="social_share",e.FEED_SETTINGS="stream_settings",e.TAGGING="tagging",e.API_V2="api_v2",e.WEBHOOK="webhook",e.HEADLESS="headless",e.CUSTOMIZE_HEADLESS="customize_headless",e.SYSTEM_PAGES="system_pages",e.REACTION="reaction",e.PRIVATE_MESSAGING="private_messaging"}(o||(t.SCFeatureName=o={}))},505:(e,t)=>{let o,i;t.__esModule=!0,t.SCFeedUnitActivityTypologyType=t.SCFeedTypologyType=void 0,t.SCFeedTypologyType=o,function(e){e.HOME="home",e.EXPLORE="explore"}(o||(t.SCFeedTypologyType=o={})),t.SCFeedUnitActivityTypologyType=i,function(e){e.COMMENT="comment",e.VOTE="vote",e.POLLVOTE="pollvote",e.FOLLOW="follow"}(i||(t.SCFeedUnitActivityTypologyType=i={}))},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={}))},554:(e,t)=>{let o;t.__esModule=!0,t.SCConnectionStatus=void 0,t.SCConnectionStatus=o,function(e){e.CONNECTED="connected",e.CONNECTION_REQUEST_SENT="sent_connection_request",e.CONNECTION_REQUEST_RECEIVED="received_connection_request"}(o||(t.SCConnectionStatus=o={}))},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(312);t.SCCustomMenuItemType=T.SCCustomMenuItemType,t.SCCustomMenuType=T.SCCustomMenuType;var n=o(967);t.SCUserAutocompleteType=n.SCUserAutocompleteType,t.SCUserAvatarType=n.SCUserAvatarType,t.SCUserBlockedSettingsType=n.SCUserBlockedSettingsType,t.SCUserChangeEmailType=n.SCUserChangeEmailType,t.SCUserConnectionRequestType=n.SCUserConnectionRequestType,t.SCUserConnectionStatusType=n.SCUserConnectionStatusType,t.SCUserCounterType=n.SCUserCounterType,t.SCUserEmailTokenType=n.SCUserEmailTokenType,t.SCUserFollowedStatusType=n.SCUserFollowedStatusType,t.SCUserFollowerStatusType=n.SCUserFollowerStatusType,t.SCUserHiddenByStatusType=n.SCUserHiddenByStatusType,t.SCUserHiddenStatusType=n.SCUserHiddenStatusType,t.SCUserModerationType=n.SCUserModerationType,t.SCUserPermissionType=n.SCUserPermissionType,t.SCUserReputationType=n.SCUserReputationType,t.SCUserScoreType=n.SCUserScoreType,t.SCUserScoreVariation=n.SCUserScoreVariation,t.SCUserSettingsType=n.SCUserSettingsType,t.SCUserStatus=n.SCUserStatus,t.SCUserType=n.SCUserType,t.SCUserProviderAssociationType=n.SCUserProviderAssociationType;var a=o(549);t.SCTagType=a.SCTagType;var _=o(511);t.SCCategoryAudienceType=_.SCCategoryAudienceType,t.SCCategoryFollowedStatusType=_.SCCategoryFollowedStatusType,t.SCCategoryType=_.SCCategoryType,t.SCCategoryAutoFollowType=_.SCCategoryAutoFollowType;var p=o(797);t.SCEmbedType=p.SCEmbedType;var s=o(398);t.SCChunkMediaType=s.SCChunkMediaType,t.SCMediaType=s.SCMediaType;var y=o(584);t.SCMetadataTypeFieldType=y.SCMetadataTypeFieldType,t.SCMetadataType=y.SCMetadataType;var r=o(714);t.SCContributionLocation=r.SCContributionLocation,t.SCLocalityType=r.SCLocalityType;var E=o(3);t.SCPollChoiceType=E.SCPollChoiceType,t.SCPollType=E.SCPollType,t.SCPollVoteType=E.SCPollVoteType;var l=o(444);t.SCCommentsOrderBy=l.SCCommentsOrderBy,t.SCCommentType=l.SCCommentType;var O=o(461);t.SCMessageFileType=O.SCMessageFileType,t.SCPrivateMessageFileType=O.SCPrivateMessageFileType,t.SCPrivateMessageStatusType=O.SCPrivateMessageStatusType,t.SCPrivateMessageThreadType=O.SCPrivateMessageThreadType,t.SCPrivateMessageSnippetType=O.SCPrivateMessageSnippetType,t.SCPrivateMessageUploadMediaChunkType=O.SCPrivateMessageUploadMediaChunkType,t.SCPrivateMessageUploadMediaType=O.SCPrivateMessageUploadMediaType,t.SCPrivateMessageUploadThumbnailType=O.SCPrivateMessageUploadThumbnailType;var c=o(947);t.SCIncubatorStatusType=c.SCIncubatorStatusType,t.SCIncubatorSubscriptionType=c.SCIncubatorSubscriptionType,t.SCIncubatorType=c.SCIncubatorType;var u=o(82);t.SCCustomNotificationType=u.SCCustomNotificationType;var N=o(303);t.SCPrizeType=N.SCPrizeType,t.SCPrizeUserStatusType=N.SCPrizeUserStatusType,t.SCPrizeUserType=N.SCPrizeUserType,t.SCUserLoyaltyPointsType=N.SCUserLoyaltyPointsType;var d=o(505);t.SCCountByCategoryType=d.SCCountByCategoryType,t.SCFeedDiscussionType=d.SCFeedDiscussionType,t.SCFeedObjectFollowingStatusType=d.SCFeedObjectFollowingStatusType,t.SCFeedObjectHideStatusType=d.SCFeedObjectHideStatusType,t.SCFeedObjectSuspendedStatusType=d.SCFeedObjectSuspendedStatusType,t.SCFeedObjectType=d.SCFeedObjectType,t.SCFeedPostType=d.SCFeedPostType,t.SCFeedStatusType=d.SCFeedStatusType,t.SCFeedTypologyType=d.SCFeedTypologyType,t.SCFeedUnitActivityType=d.SCFeedUnitActivityType,t.SCFeedUnitActivityTypologyType=d.SCFeedUnitActivityTypologyType,t.SCFeedUnitType=d.SCFeedUnitType,t.SCFeedUnseenCountType=d.SCFeedUnseenCountType;var A=o(768);t.SCNotificationAggregatedType=A.SCNotificationAggregatedType,t.SCNotificationBlockedUserType=A.SCNotificationBlockedUserType,t.SCNotificationCollapsedForType=A.SCNotificationCollapsedForType,t.SCNotificationCommentType=A.SCNotificationCommentType,t.SCNotificationConnectionAcceptType=A.SCNotificationConnectionAcceptType,t.SCNotificationConnectionRequestType=A.SCNotificationConnectionRequestType,t.SCNotificationContributionType=A.SCNotificationContributionType,t.SCNotificationCustomNotificationType=A.SCNotificationCustomNotificationType,t.SCNotificationDeletedForType=A.SCNotificationDeletedForType,t.SCNotificationFollowType=A.SCNotificationFollowType,t.SCNotificationIncubatorType=A.SCNotificationIncubatorType,t.SCNotificationKindlyNoticeType=A.SCNotificationKindlyNoticeType,t.SCNotificationMentionType=A.SCNotificationMentionType,t.SCNotificationPrivateMessageType=A.SCNotificationPrivateMessageType,t.SCNotificationTopicType=A.SCNotificationTopicType,t.SCNotificationType=A.SCNotificationType,t.SCNotificationTypologyType=A.SCNotificationTypologyType,t.SCNotificationUnBlockedUserType=A.SCNotificationUnBlockedUserType,t.SCNotificationUnDeletedForType=A.SCNotificationUnDeletedForType,t.SCNotificationUnseenCountType=A.SCNotificationUnseenCountType,t.SCNotificationUserFollowType=A.SCNotificationUserFollowType,t.SCNotificationVoteUpType=A.SCNotificationVoteUpType;var I=o(419);t.SCWebhookEndpointAttemptType=I.SCWebhookEndpointAttemptType,t.SCWebhookEndpointSecretType=I.SCWebhookEndpointSecretType,t.SCWebhookEndpointType=I.SCWebhookEndpointType,t.SCWebhookEventsType=I.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 L=o(767);t.SCCustomPageTypeEnum=L.SCCustomPageTypeEnum,t.SCCustomPageType=L.SCCustomPageType;var U=o(55);t.SCDataPortabilityType=U.SCDataPortabilityType;var M=o(903);t.SCPreferenceSection=M.SCPreferenceSection,t.SCPreferenceName=M.SCPreferenceName,t.SCPreferenceType=M.SCPreferenceType;var R=o(22);t.SCFeatureName=R.SCFeatureName,t.SCFeatureType=R.SCFeatureType;var m=o(469);t.SSOSignInType=m.SSOSignInType,t.SSOSignUpType=m.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 D=o(999);t.SCInviteType=D.SCInviteType;var v=o(849);t.SCPromoType=v.SCPromoType;var b=o(275);t.SCContributeStatusType=b.SCContributeStatusType,t.SCContributionStatus=b.SCContributionStatus,t.SCContributionType=b.SCContributionType,t.SCFlaggedContributionType=b.SCFlaggedContributionType;var B=o(571);t.SCPlatformType=B.SCPlatformType;var G=o(401);t.SCAvatarType=G.SCAvatarType;var h=o(844);t.SCReactionType=h.SCReactionType;var V=o(579);t.SCSuggestionType=V.SCSuggestionType,t.SuggestionType=V.SuggestionType;var Y=o(554);t.SCConnectionStatus=Y.SCConnectionStatus},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",e.CHECKBOX="checkbox"}(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_request",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.POINTS_MAKE_DISCUSSION="points_make_discussion",e.POINTS_MAKE_POST="points_make_post",e.POINTS_MAKE_COMMENT="points_make_comment",e.POINTS_RECEIVE_VOTE="points_receive_vote",e.POINTS_CONNECTION_OR_FOLLOWER="points_connection_or_follower",e.POINTS_SOCIAL_SHARE="points_social_share",e.POINTS_APP_USED="points_app_used",e.POINTS_DAILY_VISIT="points_daily_visit",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/",e.PDF="application/pdf"}(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.SCCustomMenuItemType=t.SCCustomMenuItemType,e.SCCustomMenuType=t.SCCustomMenuType,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.SCCategoryAutoFollowType=t.SCCategoryAutoFollowType,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.SCFeedUnitActivityTypologyType=t.SCFeedUnitActivityTypologyType,e.SCFeedTypologyType=t.SCFeedTypologyType,e.SCFeedUnseenCountType=t.SCFeedUnseenCountType,e.SCFeedObjectSuspendedStatusType=t.SCFeedObjectSuspendedStatusType,e.SCFeedObjectHideStatusType=t.SCFeedObjectHideStatusType,e.SCFeedObjectFollowingStatusType=t.SCFeedObjectFollowingStatusType,e.SCCommentsOrderBy=t.SCCommentsOrderBy,e.SCCommentType=t.SCCommentType,e.SCPrivateMessageThreadType=t.SCPrivateMessageThreadType,e.SCPrivateMessageSnippetType=t.SCPrivateMessageSnippetType,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.SCCustomPageTypeEnum=t.SCCustomPageTypeEnum,e.SCCustomPageType=t.SCCustomPageType,e.SCDataPortabilityType=t.SCDataPortabilityType,e.SCPreferenceSection=t.SCPreferenceSection,e.SCPreferenceName=t.SCPreferenceName,e.SCPreferenceType=t.SCPreferenceType,e.SCFeatureName=t.SCFeatureName,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,e.SCConnectionStatus=t.SCConnectionStatus})(),i})()));
3
3
  //# sourceMappingURL=types.js.map