@selfcommunity/types 0.5.0-alpha.8 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.d.ts +8 -4
- package/lib/cjs/index.js +21 -21
- package/lib/cjs/types/auth.d.ts +0 -1
- package/lib/cjs/types/auth.js +0 -1
- package/lib/cjs/types/avatar.d.ts +0 -1
- package/lib/cjs/types/avatar.js +0 -1
- package/lib/cjs/types/broadcastMessage.d.ts +0 -1
- package/lib/cjs/types/broadcastMessage.js +0 -1
- package/lib/cjs/types/category.d.ts +0 -1
- package/lib/cjs/types/category.js +0 -1
- package/lib/cjs/types/comment.d.ts +8 -1
- package/lib/cjs/types/comment.js +0 -1
- package/lib/cjs/types/contribution.d.ts +0 -1
- package/lib/cjs/types/contribution.js +0 -1
- package/lib/cjs/types/customAdv.d.ts +0 -1
- package/lib/cjs/types/customAdv.js +0 -1
- package/lib/cjs/types/customMenu.d.ts +0 -1
- package/lib/cjs/types/customMenu.js +0 -1
- package/lib/cjs/types/customNotification.d.ts +0 -1
- package/lib/cjs/types/customNotification.js +0 -1
- package/lib/cjs/types/customPage.d.ts +0 -1
- package/lib/cjs/types/customPage.js +0 -1
- package/lib/cjs/types/dataPortability.d.ts +0 -1
- package/lib/cjs/types/dataPortability.js +0 -1
- package/lib/cjs/types/device.d.ts +0 -1
- package/lib/cjs/types/device.js +0 -1
- package/lib/cjs/types/embed.d.ts +1 -2
- package/lib/cjs/types/embed.js +0 -1
- package/lib/cjs/types/feature.d.ts +0 -1
- package/lib/cjs/types/feature.js +0 -1
- package/lib/cjs/types/feed.d.ts +17 -2
- package/lib/cjs/types/feed.js +0 -1
- package/lib/cjs/types/flag.d.ts +0 -1
- package/lib/cjs/types/flag.js +0 -1
- package/lib/cjs/types/friendship.d.ts +0 -1
- package/lib/cjs/types/friendship.js +0 -1
- package/lib/cjs/types/incubator.d.ts +0 -1
- package/lib/cjs/types/incubator.js +0 -1
- package/lib/cjs/types/index.d.ts +39 -39
- package/lib/cjs/types/index.js +3 -3
- package/lib/cjs/types/insight.d.ts +0 -1
- package/lib/cjs/types/insight.js +0 -1
- package/lib/cjs/types/invite.d.ts +0 -1
- package/lib/cjs/types/invite.js +0 -1
- package/lib/cjs/types/legalPage.d.ts +0 -1
- package/lib/cjs/types/legalPage.js +0 -1
- package/lib/cjs/types/locale.d.ts +7 -0
- package/lib/cjs/types/locale.js +11 -0
- package/lib/cjs/types/location.d.ts +1 -2
- package/lib/cjs/types/location.js +0 -1
- package/lib/cjs/types/media.d.ts +9 -1
- package/lib/cjs/types/media.js +0 -1
- package/lib/cjs/types/metadata.d.ts +0 -1
- package/lib/cjs/types/metadata.js +0 -1
- package/lib/cjs/types/notification.d.ts +0 -1
- package/lib/cjs/types/notification.js +0 -1
- package/lib/cjs/types/platform.d.ts +0 -1
- package/lib/cjs/types/platform.js +0 -1
- package/lib/cjs/types/poll.d.ts +0 -1
- package/lib/cjs/types/poll.js +0 -1
- package/lib/cjs/types/preference.d.ts +0 -1
- package/lib/cjs/types/preference.js +0 -1
- package/lib/cjs/types/privateMessage.d.ts +2 -2
- package/lib/cjs/types/privateMessage.js +1 -1
- package/lib/cjs/types/prize.d.ts +0 -1
- package/lib/cjs/types/prize.js +0 -1
- package/lib/cjs/types/promo.d.ts +0 -1
- package/lib/cjs/types/promo.js +0 -1
- package/lib/cjs/types/reaction.d.ts +0 -1
- package/lib/cjs/types/reaction.js +0 -1
- package/lib/cjs/types/sso.d.ts +0 -1
- package/lib/cjs/types/sso.js +0 -1
- package/lib/cjs/types/suggestion.d.ts +0 -1
- package/lib/cjs/types/suggestion.js +0 -1
- package/lib/cjs/types/tag.d.ts +0 -1
- package/lib/cjs/types/tag.js +0 -1
- package/lib/cjs/types/user.d.ts +15 -3
- package/lib/cjs/types/user.js +0 -1
- package/lib/cjs/types/vote.d.ts +0 -1
- package/lib/cjs/types/vote.js +0 -1
- package/lib/cjs/types/webhook.d.ts +0 -1
- package/lib/cjs/types/webhook.js +0 -1
- package/lib/esm/index.d.ts +8 -4
- package/lib/esm/index.js +4 -5
- package/lib/esm/types/auth.d.ts +0 -1
- package/lib/esm/types/auth.js +0 -1
- package/lib/esm/types/avatar.d.ts +0 -1
- package/lib/esm/types/avatar.js +0 -1
- package/lib/esm/types/broadcastMessage.d.ts +0 -1
- package/lib/esm/types/broadcastMessage.js +0 -1
- package/lib/esm/types/category.d.ts +0 -1
- package/lib/esm/types/category.js +0 -1
- package/lib/esm/types/comment.d.ts +8 -1
- package/lib/esm/types/comment.js +0 -1
- package/lib/esm/types/contribution.d.ts +0 -1
- package/lib/esm/types/contribution.js +0 -1
- package/lib/esm/types/customAdv.d.ts +0 -1
- package/lib/esm/types/customAdv.js +0 -1
- package/lib/esm/types/customMenu.d.ts +0 -1
- package/lib/esm/types/customMenu.js +0 -1
- package/lib/esm/types/customNotification.d.ts +0 -1
- package/lib/esm/types/customNotification.js +0 -1
- package/lib/esm/types/customPage.d.ts +0 -1
- package/lib/esm/types/customPage.js +0 -1
- package/lib/esm/types/dataPortability.d.ts +0 -1
- package/lib/esm/types/dataPortability.js +0 -1
- package/lib/esm/types/device.d.ts +0 -1
- package/lib/esm/types/device.js +0 -1
- package/lib/esm/types/embed.d.ts +1 -2
- package/lib/esm/types/embed.js +0 -1
- package/lib/esm/types/feature.d.ts +0 -1
- package/lib/esm/types/feature.js +0 -1
- package/lib/esm/types/feed.d.ts +17 -2
- package/lib/esm/types/feed.js +0 -1
- package/lib/esm/types/flag.d.ts +0 -1
- package/lib/esm/types/flag.js +0 -1
- package/lib/esm/types/friendship.d.ts +0 -1
- package/lib/esm/types/friendship.js +0 -1
- package/lib/esm/types/incubator.d.ts +0 -1
- package/lib/esm/types/incubator.js +0 -1
- package/lib/esm/types/index.d.ts +39 -39
- package/lib/esm/types/index.js +3 -3
- package/lib/esm/types/insight.d.ts +0 -1
- package/lib/esm/types/insight.js +0 -1
- package/lib/esm/types/invite.d.ts +0 -1
- package/lib/esm/types/invite.js +0 -1
- package/lib/esm/types/legalPage.d.ts +0 -1
- package/lib/esm/types/legalPage.js +0 -1
- package/lib/esm/types/locale.d.ts +7 -0
- package/lib/esm/types/locale.js +8 -0
- package/lib/esm/types/location.d.ts +1 -2
- package/lib/esm/types/location.js +0 -1
- package/lib/esm/types/media.d.ts +9 -1
- package/lib/esm/types/media.js +0 -1
- package/lib/esm/types/metadata.d.ts +0 -1
- package/lib/esm/types/metadata.js +0 -1
- package/lib/esm/types/notification.d.ts +0 -1
- package/lib/esm/types/notification.js +0 -1
- package/lib/esm/types/platform.d.ts +0 -1
- package/lib/esm/types/platform.js +0 -1
- package/lib/esm/types/poll.d.ts +0 -1
- package/lib/esm/types/poll.js +0 -1
- package/lib/esm/types/preference.d.ts +0 -1
- package/lib/esm/types/preference.js +0 -1
- package/lib/esm/types/privateMessage.d.ts +2 -2
- package/lib/esm/types/privateMessage.js +1 -1
- package/lib/esm/types/prize.d.ts +0 -1
- package/lib/esm/types/prize.js +0 -1
- package/lib/esm/types/promo.d.ts +0 -1
- package/lib/esm/types/promo.js +0 -1
- package/lib/esm/types/reaction.d.ts +0 -1
- package/lib/esm/types/reaction.js +0 -1
- package/lib/esm/types/sso.d.ts +0 -1
- package/lib/esm/types/sso.js +0 -1
- package/lib/esm/types/suggestion.d.ts +0 -1
- package/lib/esm/types/suggestion.js +0 -1
- package/lib/esm/types/tag.d.ts +0 -1
- package/lib/esm/types/tag.js +0 -1
- package/lib/esm/types/user.d.ts +15 -3
- package/lib/esm/types/user.js +0 -1
- package/lib/esm/types/vote.d.ts +0 -1
- package/lib/esm/types/vote.js +0 -1
- package/lib/esm/types/webhook.d.ts +0 -1
- package/lib/esm/types/webhook.js +0 -1
- package/lib/umd/types.js +1 -2
- package/lib/umd/types.js.LICENSE.txt +1 -1
- package/package.json +16 -15
- package/lib/cjs/index.d.ts.map +0 -1
- package/lib/cjs/index.js.map +0 -1
- package/lib/cjs/types/auth.d.ts.map +0 -1
- package/lib/cjs/types/auth.js.map +0 -1
- package/lib/cjs/types/avatar.d.ts.map +0 -1
- package/lib/cjs/types/avatar.js.map +0 -1
- package/lib/cjs/types/broadcastMessage.d.ts.map +0 -1
- package/lib/cjs/types/broadcastMessage.js.map +0 -1
- package/lib/cjs/types/category.d.ts.map +0 -1
- package/lib/cjs/types/category.js.map +0 -1
- package/lib/cjs/types/comment.d.ts.map +0 -1
- package/lib/cjs/types/comment.js.map +0 -1
- package/lib/cjs/types/contribution.d.ts.map +0 -1
- package/lib/cjs/types/contribution.js.map +0 -1
- package/lib/cjs/types/customAdv.d.ts.map +0 -1
- package/lib/cjs/types/customAdv.js.map +0 -1
- package/lib/cjs/types/customMenu.d.ts.map +0 -1
- package/lib/cjs/types/customMenu.js.map +0 -1
- package/lib/cjs/types/customNotification.d.ts.map +0 -1
- package/lib/cjs/types/customNotification.js.map +0 -1
- package/lib/cjs/types/customPage.d.ts.map +0 -1
- package/lib/cjs/types/customPage.js.map +0 -1
- package/lib/cjs/types/dataPortability.d.ts.map +0 -1
- package/lib/cjs/types/dataPortability.js.map +0 -1
- package/lib/cjs/types/device.d.ts.map +0 -1
- package/lib/cjs/types/device.js.map +0 -1
- package/lib/cjs/types/embed.d.ts.map +0 -1
- package/lib/cjs/types/embed.js.map +0 -1
- package/lib/cjs/types/feature.d.ts.map +0 -1
- package/lib/cjs/types/feature.js.map +0 -1
- package/lib/cjs/types/feed.d.ts.map +0 -1
- package/lib/cjs/types/feed.js.map +0 -1
- package/lib/cjs/types/flag.d.ts.map +0 -1
- package/lib/cjs/types/flag.js.map +0 -1
- package/lib/cjs/types/friendship.d.ts.map +0 -1
- package/lib/cjs/types/friendship.js.map +0 -1
- package/lib/cjs/types/incubator.d.ts.map +0 -1
- package/lib/cjs/types/incubator.js.map +0 -1
- package/lib/cjs/types/index.d.ts.map +0 -1
- package/lib/cjs/types/index.js.map +0 -1
- package/lib/cjs/types/insight.d.ts.map +0 -1
- package/lib/cjs/types/insight.js.map +0 -1
- package/lib/cjs/types/invite.d.ts.map +0 -1
- package/lib/cjs/types/invite.js.map +0 -1
- package/lib/cjs/types/legalPage.d.ts.map +0 -1
- package/lib/cjs/types/legalPage.js.map +0 -1
- package/lib/cjs/types/location.d.ts.map +0 -1
- package/lib/cjs/types/location.js.map +0 -1
- package/lib/cjs/types/media.d.ts.map +0 -1
- package/lib/cjs/types/media.js.map +0 -1
- package/lib/cjs/types/metadata.d.ts.map +0 -1
- package/lib/cjs/types/metadata.js.map +0 -1
- package/lib/cjs/types/notification.d.ts.map +0 -1
- package/lib/cjs/types/notification.js.map +0 -1
- package/lib/cjs/types/platform.d.ts.map +0 -1
- package/lib/cjs/types/platform.js.map +0 -1
- package/lib/cjs/types/poll.d.ts.map +0 -1
- package/lib/cjs/types/poll.js.map +0 -1
- package/lib/cjs/types/preference.d.ts.map +0 -1
- package/lib/cjs/types/preference.js.map +0 -1
- package/lib/cjs/types/privateMessage.d.ts.map +0 -1
- package/lib/cjs/types/privateMessage.js.map +0 -1
- package/lib/cjs/types/prize.d.ts.map +0 -1
- package/lib/cjs/types/prize.js.map +0 -1
- package/lib/cjs/types/promo.d.ts.map +0 -1
- package/lib/cjs/types/promo.js.map +0 -1
- package/lib/cjs/types/reaction.d.ts.map +0 -1
- package/lib/cjs/types/reaction.js.map +0 -1
- package/lib/cjs/types/sso.d.ts.map +0 -1
- package/lib/cjs/types/sso.js.map +0 -1
- package/lib/cjs/types/suggestion.d.ts.map +0 -1
- package/lib/cjs/types/suggestion.js.map +0 -1
- package/lib/cjs/types/tag.d.ts.map +0 -1
- package/lib/cjs/types/tag.js.map +0 -1
- package/lib/cjs/types/user.d.ts.map +0 -1
- package/lib/cjs/types/user.js.map +0 -1
- package/lib/cjs/types/vote.d.ts.map +0 -1
- package/lib/cjs/types/vote.js.map +0 -1
- package/lib/cjs/types/webhook.d.ts.map +0 -1
- package/lib/cjs/types/webhook.js.map +0 -1
- package/lib/esm/index.d.ts.map +0 -1
- package/lib/esm/index.js.map +0 -1
- package/lib/esm/types/auth.d.ts.map +0 -1
- package/lib/esm/types/auth.js.map +0 -1
- package/lib/esm/types/avatar.d.ts.map +0 -1
- package/lib/esm/types/avatar.js.map +0 -1
- package/lib/esm/types/broadcastMessage.d.ts.map +0 -1
- package/lib/esm/types/broadcastMessage.js.map +0 -1
- package/lib/esm/types/category.d.ts.map +0 -1
- package/lib/esm/types/category.js.map +0 -1
- package/lib/esm/types/comment.d.ts.map +0 -1
- package/lib/esm/types/comment.js.map +0 -1
- package/lib/esm/types/contribution.d.ts.map +0 -1
- package/lib/esm/types/contribution.js.map +0 -1
- package/lib/esm/types/customAdv.d.ts.map +0 -1
- package/lib/esm/types/customAdv.js.map +0 -1
- package/lib/esm/types/customMenu.d.ts.map +0 -1
- package/lib/esm/types/customMenu.js.map +0 -1
- package/lib/esm/types/customNotification.d.ts.map +0 -1
- package/lib/esm/types/customNotification.js.map +0 -1
- package/lib/esm/types/customPage.d.ts.map +0 -1
- package/lib/esm/types/customPage.js.map +0 -1
- package/lib/esm/types/dataPortability.d.ts.map +0 -1
- package/lib/esm/types/dataPortability.js.map +0 -1
- package/lib/esm/types/device.d.ts.map +0 -1
- package/lib/esm/types/device.js.map +0 -1
- package/lib/esm/types/embed.d.ts.map +0 -1
- package/lib/esm/types/embed.js.map +0 -1
- package/lib/esm/types/feature.d.ts.map +0 -1
- package/lib/esm/types/feature.js.map +0 -1
- package/lib/esm/types/feed.d.ts.map +0 -1
- package/lib/esm/types/feed.js.map +0 -1
- package/lib/esm/types/flag.d.ts.map +0 -1
- package/lib/esm/types/flag.js.map +0 -1
- package/lib/esm/types/friendship.d.ts.map +0 -1
- package/lib/esm/types/friendship.js.map +0 -1
- package/lib/esm/types/incubator.d.ts.map +0 -1
- package/lib/esm/types/incubator.js.map +0 -1
- package/lib/esm/types/index.d.ts.map +0 -1
- package/lib/esm/types/index.js.map +0 -1
- package/lib/esm/types/insight.d.ts.map +0 -1
- package/lib/esm/types/insight.js.map +0 -1
- package/lib/esm/types/invite.d.ts.map +0 -1
- package/lib/esm/types/invite.js.map +0 -1
- package/lib/esm/types/legalPage.d.ts.map +0 -1
- package/lib/esm/types/legalPage.js.map +0 -1
- package/lib/esm/types/location.d.ts.map +0 -1
- package/lib/esm/types/location.js.map +0 -1
- package/lib/esm/types/media.d.ts.map +0 -1
- package/lib/esm/types/media.js.map +0 -1
- package/lib/esm/types/metadata.d.ts.map +0 -1
- package/lib/esm/types/metadata.js.map +0 -1
- package/lib/esm/types/notification.d.ts.map +0 -1
- package/lib/esm/types/notification.js.map +0 -1
- package/lib/esm/types/platform.d.ts.map +0 -1
- package/lib/esm/types/platform.js.map +0 -1
- package/lib/esm/types/poll.d.ts.map +0 -1
- package/lib/esm/types/poll.js.map +0 -1
- package/lib/esm/types/preference.d.ts.map +0 -1
- package/lib/esm/types/preference.js.map +0 -1
- package/lib/esm/types/privateMessage.d.ts.map +0 -1
- package/lib/esm/types/privateMessage.js.map +0 -1
- package/lib/esm/types/prize.d.ts.map +0 -1
- package/lib/esm/types/prize.js.map +0 -1
- package/lib/esm/types/promo.d.ts.map +0 -1
- package/lib/esm/types/promo.js.map +0 -1
- package/lib/esm/types/reaction.d.ts.map +0 -1
- package/lib/esm/types/reaction.js.map +0 -1
- package/lib/esm/types/sso.d.ts.map +0 -1
- package/lib/esm/types/sso.js.map +0 -1
- package/lib/esm/types/suggestion.d.ts.map +0 -1
- package/lib/esm/types/suggestion.js.map +0 -1
- package/lib/esm/types/tag.d.ts.map +0 -1
- package/lib/esm/types/tag.js.map +0 -1
- package/lib/esm/types/user.d.ts.map +0 -1
- package/lib/esm/types/user.js.map +0 -1
- package/lib/esm/types/vote.d.ts.map +0 -1
- package/lib/esm/types/vote.js.map +0 -1
- package/lib/esm/types/webhook.d.ts.map +0 -1
- package/lib/esm/types/webhook.js.map +0 -1
- package/lib/umd/types.js.map +0 -1
|
@@ -8,4 +8,3 @@ export var SCIncubatorStatusType;
|
|
|
8
8
|
SCIncubatorStatusType[SCIncubatorStatusType["APPROVED"] = 2] = "APPROVED";
|
|
9
9
|
SCIncubatorStatusType[SCIncubatorStatusType["IGNORED"] = 3] = "IGNORED";
|
|
10
10
|
})(SCIncubatorStatusType || (SCIncubatorStatusType = {}));
|
|
11
|
-
//# sourceMappingURL=incubator.js.map
|
package/lib/esm/types/index.d.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
import { SCAuthTokenType } from './auth';
|
|
2
|
-
import { SCBannerType, SCBroadcastMessageBannerType, SCBroadcastMessageType } from './broadcastMessage';
|
|
3
|
-
import { SCCustomAdvPosition, SCCustomAdvType } from './customAdv';
|
|
4
|
-
import { SCCustomMenuItemType, SCCustomMenuType } from './customMenu';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
1
|
+
import { type SCAuthTokenType } from './auth';
|
|
2
|
+
import { type SCBannerType, SCBroadcastMessageBannerType, type SCBroadcastMessageType } from './broadcastMessage';
|
|
3
|
+
import { SCCustomAdvPosition, type SCCustomAdvType } from './customAdv';
|
|
4
|
+
import { type SCCustomMenuItemType, type SCCustomMenuType } from './customMenu';
|
|
5
|
+
import { SCLanguageType } from './locale';
|
|
6
|
+
import { type SCUserAutocompleteType, type SCUserAvatarType, type SCUserBlockedSettingsType, type SCUserChangeEmailType, type SCUserConnectionRequestType, type SCUserConnectionStatusType, type SCUserCounterType, type SCUserEmailTokenType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserHiddenByStatusType, type SCUserHiddenStatusType, type SCUserModerationType, type SCUserPermissionType, SCUserReputationType, type SCUserScoreType, type SCUserScoreVariation, type SCUserSettingsType, SCUserStatus, type SCUserType, type SCUserProviderAssociationType } from './user';
|
|
7
|
+
import { type SCTagType } from './tag';
|
|
8
|
+
import { type SCCategoryAudienceType, type SCCategoryFollowedStatusType, type SCCategoryType, SCCategoryAutoFollowType } from './category';
|
|
9
|
+
import { type SCEmbedType } from './embed';
|
|
10
|
+
import { type SCChunkMediaType, type SCMediaType } from './media';
|
|
11
|
+
import { SCMetadataTypeFieldType, type SCMetadataType } from './metadata';
|
|
12
|
+
import { type SCContributionLocation, type SCLocalityType } from './location';
|
|
13
|
+
import { type SCPollChoiceType, type SCPollType, type SCPollVoteType } from './poll';
|
|
14
|
+
import { SCCommentsOrderBy, type SCCommentType } from './comment';
|
|
15
|
+
import { SCMessageFileType, type SCPrivateMessageFileType, SCPrivateMessageStatusType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageUploadMediaChunkType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType } from './privateMessage';
|
|
16
|
+
import { SCIncubatorStatusType, type SCIncubatorSubscriptionType, type SCIncubatorType } from './incubator';
|
|
17
|
+
import { type SCCustomNotificationType } from './customNotification';
|
|
18
|
+
import { type SCPrizeType, SCPrizeUserStatusType, type SCPrizeUserType, type SCUserLoyaltyPointsType } from './prize';
|
|
19
|
+
import { type SCCountByCategoryType, type SCFeedDiscussionType, type SCFeedObjectFollowingStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectType, type SCFeedPostType, type SCFeedStatusType, SCFeedTypologyType, type SCFeedUnitActivityType, SCFeedUnitActivityTypologyType, type SCFeedUnitType, type SCFeedUnseenCountType } from './feed';
|
|
20
|
+
import { type SCNotificationAggregatedType, type SCNotificationBlockedUserType, type SCNotificationCollapsedForType, type SCNotificationCommentType, type SCNotificationConnectionAcceptType, type SCNotificationConnectionRequestType, type SCNotificationContributionType, type SCNotificationCustomNotificationType, type SCNotificationDeletedForType, type SCNotificationFollowType, type SCNotificationIncubatorType, type SCNotificationKindlyNoticeType, type SCNotificationMentionType, type SCNotificationPrivateMessageType, SCNotificationTopicType, type SCNotificationType, SCNotificationTypologyType, type SCNotificationUnBlockedUserType, type SCNotificationUnDeletedForType, type SCNotificationUnseenCountType, type SCNotificationUserFollowType, type SCNotificationVoteUpType } from './notification';
|
|
21
|
+
import { type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEndpointType, type SCWebhookEventsType } from './webhook';
|
|
22
|
+
import { type SCVoteType } from './vote';
|
|
23
|
+
import { SCFlagModerationStatusType, type SCFlagType, SCFlagTypeEnum } from './flag';
|
|
24
|
+
import { SCCustomPageTypeEnum, type SCCustomPageType } from './customPage';
|
|
25
|
+
import { type SCDataPortabilityType } from './dataPortability';
|
|
26
|
+
import { SCPreferenceSection, SCPreferenceName, type SCPreferenceType } from './preference';
|
|
27
|
+
import { SCFeatureName, type SCFeatureType } from './feature';
|
|
28
|
+
import { type SSOSignInType, type SSOSignUpType } from './sso';
|
|
29
|
+
import { SCLegalPagePoliciesType, type SCLegalPageAckType, type SCLegalPageType } from './legalPage';
|
|
30
|
+
import { type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightCountersType, type SCEmbedInsightType, type SCUsersInsightCountersType, type SCUsersInsightType } from './insight';
|
|
31
|
+
import { type SCInviteType } from './invite';
|
|
32
|
+
import { type SCPromoType } from './promo';
|
|
33
|
+
import { SCContributeStatusType, type SCContributionStatus, SCContributionType, type SCFlaggedContributionType } from './contribution';
|
|
34
|
+
import { type SCPlatformType } from './platform';
|
|
35
|
+
import { type SCAvatarType } from './avatar';
|
|
36
|
+
import { type SCReactionType } from './reaction';
|
|
37
|
+
import { type SCSuggestionType, SuggestionType } from './suggestion';
|
|
37
38
|
import { SCConnectionStatus } from './friendship';
|
|
38
|
-
import { SCDeviceType, SCApnsDeviceType, SCGcmDeviceType, SCDeviceApnsTypeEnum, SCDeviceGcmTypeEnum, SCDeviceTypeEnum } from './device';
|
|
39
|
+
import { type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, SCDeviceApnsTypeEnum, type SCDeviceGcmTypeEnum, SCDeviceTypeEnum } from './device';
|
|
39
40
|
/**
|
|
40
41
|
* Exports all types
|
|
41
42
|
*/
|
|
42
|
-
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, SCDeviceType, SCApnsDeviceType, SCGcmDeviceType, SCDeviceApnsTypeEnum, SCDeviceGcmTypeEnum, SCDeviceTypeEnum };
|
|
43
|
-
//# sourceMappingURL=index.d.ts.map
|
|
43
|
+
export { type SCBannerType, SCBroadcastMessageBannerType, type SCBroadcastMessageType, type SCAuthTokenType, SCLanguageType, type SCUserType, type SCUserSettingsType, SCUserStatus, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, SCUserReputationType, type SCUserAutocompleteType, type SCUserCounterType, type SCUserChangeEmailType, type SCUserAvatarType, type SCUserPermissionType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserConnectionStatusType, type SCUserHiddenStatusType, type SCUserHiddenByStatusType, type SCUserConnectionRequestType, type SCUserEmailTokenType, type SCUserProviderAssociationType, SCMetadataTypeFieldType, type SCMetadataType, type SCTagType, type SCCategoryType, SCCategoryAutoFollowType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, SCCustomAdvPosition, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCEmbedType, type SCMediaType, type SCChunkMediaType, type SCContributionLocation, type SCLocalityType, type SCPollChoiceType, type SCPollType, type SCPollVoteType, type SCFeedUnitType, type SCFeedUnitActivityType, type SCFeedObjectType, type SCFeedPostType, type SCFeedDiscussionType, type SCFeedStatusType, SCFeedUnitActivityTypologyType, SCFeedTypologyType, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCountByCategoryType, SCCommentsOrderBy, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, SCPrivateMessageStatusType, type SCPrivateMessageFileType, SCMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, type SCPromoType, SCNotificationTypologyType, type SCNotificationAggregatedType, type SCNotificationCommentType, type SCNotificationConnectionAcceptType, type SCNotificationConnectionRequestType, type SCNotificationPrivateMessageType, type SCNotificationMentionType, type SCNotificationType, type SCNotificationBlockedUserType, type SCNotificationCollapsedForType, type SCNotificationCustomNotificationType, type SCNotificationDeletedForType, type SCNotificationFollowType, type SCNotificationKindlyNoticeType, type SCNotificationUnBlockedUserType, type SCNotificationUnDeletedForType, type SCNotificationUserFollowType, type SCNotificationVoteUpType, type SCCustomNotificationType, SCNotificationTopicType, type SCNotificationUnseenCountType, type SCIncubatorType, type SCIncubatorSubscriptionType, SCIncubatorStatusType, type SCInviteType, type SCNotificationIncubatorType, type SCNotificationContributionType, type SCPrizeType, type SCPrizeUserType, SCPrizeUserStatusType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCVoteType, type SCFlagType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, type SCCustomPageType, type SCDataPortabilityType, SCPreferenceSection, SCPreferenceName, type SCPreferenceType, SCFeatureName, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, SCLegalPagePoliciesType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, SCContributionType, type SCContributionStatus, SCContributeStatusType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCSuggestionType, SuggestionType, SCConnectionStatus, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, SCDeviceApnsTypeEnum, type SCDeviceGcmTypeEnum, SCDeviceTypeEnum };
|
package/lib/esm/types/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { SCBroadcastMessageBannerType } from './broadcastMessage';
|
|
2
2
|
import { SCCustomAdvPosition } from './customAdv';
|
|
3
|
+
import { SCLanguageType } from './locale';
|
|
3
4
|
import { SCUserReputationType, SCUserStatus } from './user';
|
|
4
5
|
import { SCCategoryAutoFollowType } from './category';
|
|
5
6
|
import { SCMetadataTypeFieldType } from './metadata';
|
|
@@ -17,9 +18,8 @@ import { SCLegalPagePoliciesType } from './legalPage';
|
|
|
17
18
|
import { SCContributeStatusType, SCContributionType } from './contribution';
|
|
18
19
|
import { SuggestionType } from './suggestion';
|
|
19
20
|
import { SCConnectionStatus } from './friendship';
|
|
20
|
-
import { SCDeviceApnsTypeEnum,
|
|
21
|
+
import { SCDeviceApnsTypeEnum, SCDeviceTypeEnum } from './device';
|
|
21
22
|
/**
|
|
22
23
|
* Exports all types
|
|
23
24
|
*/
|
|
24
|
-
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, SCDeviceApnsTypeEnum,
|
|
25
|
-
//# sourceMappingURL=index.js.map
|
|
25
|
+
export { SCBroadcastMessageBannerType, SCLanguageType, 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, SCDeviceApnsTypeEnum, SCDeviceTypeEnum };
|
package/lib/esm/types/insight.js
CHANGED
package/lib/esm/types/invite.js
CHANGED
|
@@ -14,7 +14,7 @@ export interface SCContributionLocation {
|
|
|
14
14
|
/**
|
|
15
15
|
* Longitude
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
lng?: number;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
20
|
* Interface SCLocalityType.
|
|
@@ -58,4 +58,3 @@ export interface SCLocalityType {
|
|
|
58
58
|
*/
|
|
59
59
|
town: string;
|
|
60
60
|
}
|
|
61
|
-
//# sourceMappingURL=location.d.ts.map
|
package/lib/esm/types/media.d.ts
CHANGED
|
@@ -40,6 +40,15 @@ export interface SCMediaType {
|
|
|
40
40
|
* Media image height
|
|
41
41
|
*/
|
|
42
42
|
image_height?: number;
|
|
43
|
+
/**
|
|
44
|
+
* Media image thumbnail
|
|
45
|
+
*/
|
|
46
|
+
image_thumbnail?: {
|
|
47
|
+
color?: string | null;
|
|
48
|
+
width: number;
|
|
49
|
+
height: number;
|
|
50
|
+
url: string;
|
|
51
|
+
};
|
|
43
52
|
/**
|
|
44
53
|
* Order in the list of medias
|
|
45
54
|
*/
|
|
@@ -66,4 +75,3 @@ export interface SCChunkMediaType {
|
|
|
66
75
|
*/
|
|
67
76
|
expires: string;
|
|
68
77
|
}
|
|
69
|
-
//# sourceMappingURL=media.d.ts.map
|
package/lib/esm/types/media.js
CHANGED
package/lib/esm/types/poll.d.ts
CHANGED
package/lib/esm/types/poll.js
CHANGED
|
@@ -128,4 +128,3 @@ export var SCPreferenceName;
|
|
|
128
128
|
SCPreferenceName["META_TITLE_HOME_NOT_LOGGED"] = "meta_title_home_not_logged";
|
|
129
129
|
SCPreferenceName["META_DESCRIPTION"] = "meta_description";
|
|
130
130
|
})(SCPreferenceName || (SCPreferenceName = {}));
|
|
131
|
-
//# sourceMappingURL=preference.js.map
|
|
@@ -127,7 +127,8 @@ export declare enum SCMessageFileType {
|
|
|
127
127
|
DOCUMENT = "application/",
|
|
128
128
|
IMAGE = "image/",
|
|
129
129
|
VIDEO = "video/",
|
|
130
|
-
PDF = "application/pdf"
|
|
130
|
+
PDF = "application/pdf",
|
|
131
|
+
AUDIO = "audio/"
|
|
131
132
|
}
|
|
132
133
|
/**
|
|
133
134
|
* SCPrivateMessageUploadMediaType interface
|
|
@@ -150,4 +151,3 @@ export interface SCPrivateMessageUploadThumbnailType {
|
|
|
150
151
|
export interface SCPrivateMessageUploadMediaChunkType {
|
|
151
152
|
file_uuid: string;
|
|
152
153
|
}
|
|
153
|
-
//# sourceMappingURL=privateMessage.d.ts.map
|
|
@@ -19,5 +19,5 @@ export var SCMessageFileType;
|
|
|
19
19
|
SCMessageFileType["IMAGE"] = "image/";
|
|
20
20
|
SCMessageFileType["VIDEO"] = "video/";
|
|
21
21
|
SCMessageFileType["PDF"] = "application/pdf";
|
|
22
|
+
SCMessageFileType["AUDIO"] = "audio/";
|
|
22
23
|
})(SCMessageFileType || (SCMessageFileType = {}));
|
|
23
|
-
//# sourceMappingURL=privateMessage.js.map
|
package/lib/esm/types/prize.d.ts
CHANGED
package/lib/esm/types/prize.js
CHANGED
package/lib/esm/types/promo.d.ts
CHANGED
package/lib/esm/types/promo.js
CHANGED
package/lib/esm/types/sso.d.ts
CHANGED
package/lib/esm/types/sso.js
CHANGED
package/lib/esm/types/tag.d.ts
CHANGED
package/lib/esm/types/tag.js
CHANGED
package/lib/esm/types/user.d.ts
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* User Schema.
|
|
4
4
|
*/
|
|
5
5
|
import { SCTagType } from './tag';
|
|
6
|
+
import { SCLanguageType } from './locale';
|
|
6
7
|
/**
|
|
7
8
|
* User status
|
|
8
9
|
*/
|
|
@@ -69,6 +70,10 @@ export interface SCUserType {
|
|
|
69
70
|
* Gender of the user. Values: Male, Female, Unspecified. Default: Unspecified.
|
|
70
71
|
*/
|
|
71
72
|
gender: string;
|
|
73
|
+
/**
|
|
74
|
+
* User language
|
|
75
|
+
*/
|
|
76
|
+
language?: SCLanguageType;
|
|
72
77
|
/**
|
|
73
78
|
* User status. Values: a (approved), b (blocked), d (deleted; soft deleted), u (unregistered). Default: a.
|
|
74
79
|
* A blocked user can't:
|
|
@@ -86,7 +91,7 @@ export interface SCUserType {
|
|
|
86
91
|
* - follow/unfollow a category
|
|
87
92
|
* - unfollow user
|
|
88
93
|
*/
|
|
89
|
-
status
|
|
94
|
+
status?: string;
|
|
90
95
|
/**
|
|
91
96
|
* User website.
|
|
92
97
|
*/
|
|
@@ -166,7 +171,7 @@ export interface SCUserType {
|
|
|
166
171
|
/**
|
|
167
172
|
* User role
|
|
168
173
|
*/
|
|
169
|
-
role
|
|
174
|
+
role?: string;
|
|
170
175
|
/**
|
|
171
176
|
* interactions counter
|
|
172
177
|
*/
|
|
@@ -183,6 +188,14 @@ export interface SCUserType {
|
|
|
183
188
|
* Datetime of the account deletion
|
|
184
189
|
*/
|
|
185
190
|
deleted_at?: Date;
|
|
191
|
+
/**
|
|
192
|
+
* If the logged user is able to send a private message to the requested user (visible only in the get a specific user api response).
|
|
193
|
+
*/
|
|
194
|
+
can_send_pm_to?: boolean;
|
|
195
|
+
/**
|
|
196
|
+
* Custom user metadata fields
|
|
197
|
+
*/
|
|
198
|
+
[p: string]: any;
|
|
186
199
|
}
|
|
187
200
|
/**
|
|
188
201
|
* User Settings
|
|
@@ -565,4 +578,3 @@ export interface SCUserProviderAssociationType {
|
|
|
565
578
|
*/
|
|
566
579
|
metadata?: any;
|
|
567
580
|
}
|
|
568
|
-
//# sourceMappingURL=user.d.ts.map
|
package/lib/esm/types/user.js
CHANGED
|
@@ -30,4 +30,3 @@ export var SCUserReputationType;
|
|
|
30
30
|
SCUserReputationType[SCUserReputationType["LOSE_BY_FOLLOWER"] = -19] = "LOSE_BY_FOLLOWER";
|
|
31
31
|
SCUserReputationType[SCUserReputationType["LOSE_BY_BLOCK_ACCOUNT"] = -20] = "LOSE_BY_BLOCK_ACCOUNT";
|
|
32
32
|
})(SCUserReputationType || (SCUserReputationType = {}));
|
|
33
|
-
//# sourceMappingURL=user.js.map
|
package/lib/esm/types/vote.d.ts
CHANGED
package/lib/esm/types/vote.js
CHANGED
package/lib/esm/types/webhook.js
CHANGED
package/lib/umd/types.js
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
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)=>{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},402:(e,t)=>{let o,i,S;t.__esModule=!0,t.SCDeviceTypeEnum=t.SCDeviceGcmTypeEnum=t.SCDeviceApnsTypeEnum=void 0,t.SCDeviceTypeEnum=o,function(e){e.ANDROID="Android",e.IOS="iOS"}(o||(t.SCDeviceTypeEnum=o={})),t.SCDeviceGcmTypeEnum=i,function(e){e.GCM="GCM",e.FCM="FCM"}(i||(t.SCDeviceGcmTypeEnum=i={})),t.SCDeviceApnsTypeEnum=S,function(e){e.APNS="APNS"}(S||(t.SCDeviceApnsTypeEnum=S={}))},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 p=o(511);t.SCCategoryAudienceType=p.SCCategoryAudienceType,t.SCCategoryFollowedStatusType=p.SCCategoryFollowedStatusType,t.SCCategoryType=p.SCCategoryType,t.SCCategoryAutoFollowType=p.SCCategoryAutoFollowType;var _=o(797);t.SCEmbedType=_.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 c=o(444);t.SCCommentsOrderBy=c.SCCommentsOrderBy,t.SCCommentType=c.SCCommentType;var l=o(461);t.SCMessageFileType=l.SCMessageFileType,t.SCPrivateMessageFileType=l.SCPrivateMessageFileType,t.SCPrivateMessageStatusType=l.SCPrivateMessageStatusType,t.SCPrivateMessageThreadType=l.SCPrivateMessageThreadType,t.SCPrivateMessageSnippetType=l.SCPrivateMessageSnippetType,t.SCPrivateMessageUploadMediaChunkType=l.SCPrivateMessageUploadMediaChunkType,t.SCPrivateMessageUploadMediaType=l.SCPrivateMessageUploadMediaType,t.SCPrivateMessageUploadThumbnailType=l.SCPrivateMessageUploadThumbnailType;var u=o(947);t.SCIncubatorStatusType=u.SCIncubatorStatusType,t.SCIncubatorSubscriptionType=u.SCIncubatorSubscriptionType,t.SCIncubatorType=u.SCIncubatorType;var O=o(82);t.SCCustomNotificationType=O.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 P=o(697);t.SCVoteType=P.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.SCFeatureName=R.SCFeatureName,t.SCFeatureType=R.SCFeatureType;var m=o(469);t.SSOSignInType=m.SSOSignInType,t.SSOSignUpType=m.SSOSignUpType;var D=o(460);t.SCLegalPagePoliciesType=D.SCLegalPagePoliciesType,t.SCLegalPageAckType=D.SCLegalPageAckType,t.SCLegalPageType=D.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 f=o(999);t.SCInviteType=f.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;var k=o(402);t.SCDeviceType=k.SCDeviceType,t.SCApnsDeviceType=k.SCApnsDeviceType,t.SCGcmDeviceType=k.SCGcmDeviceType,t.SCDeviceApnsTypeEnum=k.SCDeviceApnsTypeEnum,t.SCDeviceGcmTypeEnum=k.SCDeviceGcmTypeEnum,t.SCDeviceTypeEnum=k.SCDeviceTypeEnum},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_EMAIL_SETTINGS="url_template_email_settings",e.URL_TEMPLATE_EMAIL_UNSUBSCRIBE="url_template_email_unsubscribe",e.URL_TEMPLATE_PASSWORD_RECOVER="url_template_password_recover",e.URL_TEMPLATE_VERIFY_EMAIL="url_template_verify_email",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_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,e.SCDeviceType=t.SCDeviceType,e.SCApnsDeviceType=t.SCApnsDeviceType,e.SCGcmDeviceType=t.SCGcmDeviceType})(),i})()));
|
|
3
|
-
//# sourceMappingURL=types.js.map
|
|
2
|
+
!function(e,_){"object"==typeof exports&&"object"==typeof module?module.exports=_():"function"==typeof define&&define.amd?define([],_):"object"==typeof exports?exports.SelfCommunityTypes=_():e.SelfCommunityTypes=_()}(self,(()=>(()=>{"use strict";var e={665:(e,_)=>{let o;_.__esModule=!0,_.SCBroadcastMessageBannerType=void 0,_.SCBroadcastMessageBannerType=o,function(e){e.HTML="html_banner",e.NOTIFICATION="notification_banner"}(o||(_.SCBroadcastMessageBannerType=o={}))},511:(e,_)=>{let o;_.__esModule=!0,_.SCCategoryAutoFollowType=void 0,_.SCCategoryAutoFollowType=o,function(e){e.NONE="none",e.DEFAULT="default",e.FORCED="forced"}(o||(_.SCCategoryAutoFollowType=o={}))},444:(e,_)=>{let o;_.__esModule=!0,_.SCCommentsOrderBy=void 0,_.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||(_.SCCommentsOrderBy=o={}))},275:(e,_)=>{let o,t;_.__esModule=!0,_.SCContributionType=_.SCContributeStatusType=void 0,_.SCContributionType=o,function(e){e.DISCUSSION="discussion",e.POST="post",e.STATUS="status",e.COMMENT="comment"}(o||(_.SCContributionType=o={})),_.SCContributeStatusType=t,function(e){e.OPEN="open",e.IGNORED="ignored",e.HIDDEN="hidden",e.DELETED="deleted"}(t||(_.SCContributeStatusType=t={}))},386:(e,_)=>{let o;_.__esModule=!0,_.SCCustomAdvPosition=void 0,_.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||(_.SCCustomAdvPosition=o={}))},767:(e,_)=>{let o;_.__esModule=!0,_.SCCustomPageTypeEnum=void 0,_.SCCustomPageTypeEnum=o,function(e){e.NORMAL="normal",e.LEGAL="legal"}(o||(_.SCCustomPageTypeEnum=o={}))},402:(e,_)=>{let o,t,E;_.__esModule=!0,_.SCDeviceTypeEnum=_.SCDeviceGcmTypeEnum=_.SCDeviceApnsTypeEnum=void 0,_.SCDeviceTypeEnum=o,function(e){e.ANDROID="Android",e.IOS="iOS"}(o||(_.SCDeviceTypeEnum=o={})),_.SCDeviceGcmTypeEnum=t,function(e){e.GCM="GCM",e.FCM="FCM"}(t||(_.SCDeviceGcmTypeEnum=t={})),_.SCDeviceApnsTypeEnum=E,function(e){e.APNS="APNS"}(E||(_.SCDeviceApnsTypeEnum=E={}))},22:(e,_)=>{let o;_.__esModule=!0,_.SCFeatureName=void 0,_.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||(_.SCFeatureName=o={}))},505:(e,_)=>{let o,t;_.__esModule=!0,_.SCFeedUnitActivityTypologyType=_.SCFeedTypologyType=void 0,_.SCFeedTypologyType=o,function(e){e.HOME="home",e.EXPLORE="explore"}(o||(_.SCFeedTypologyType=o={})),_.SCFeedUnitActivityTypologyType=t,function(e){e.COMMENT="comment",e.VOTE="vote",e.POLLVOTE="pollvote",e.FOLLOW="follow"}(t||(_.SCFeedUnitActivityTypologyType=t={}))},561:(e,_)=>{let o,t;_.__esModule=!0,_.SCFlagTypeEnum=_.SCFlagModerationStatusType=void 0,_.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||(_.SCFlagTypeEnum=o={})),_.SCFlagModerationStatusType=t,function(e){e.IGNORED="ignored",e.DELETED="deleted",e.HIDDEN="hidden"}(t||(_.SCFlagModerationStatusType=t={}))},554:(e,_)=>{let o;_.__esModule=!0,_.SCConnectionStatus=void 0,_.SCConnectionStatus=o,function(e){e.CONNECTED="connected",e.CONNECTION_REQUEST_SENT="sent_connection_request",e.CONNECTION_REQUEST_RECEIVED="received_connection_request"}(o||(_.SCConnectionStatus=o={}))},947:(e,_)=>{let o;_.__esModule=!0,_.SCIncubatorStatusType=void 0,_.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||(_.SCIncubatorStatusType=o={}))},994:(e,_,o)=>{_.__esModule=!0;var t=o(665);_.SCBroadcastMessageBannerType=t.SCBroadcastMessageBannerType;var E=o(386);_.SCCustomAdvPosition=E.SCCustomAdvPosition;var S=o(851);_.SCLanguageType=S.SCLanguageType;var T=o(967);_.SCUserReputationType=T.SCUserReputationType,_.SCUserStatus=T.SCUserStatus;var a=o(511);_.SCCategoryAutoFollowType=a.SCCategoryAutoFollowType;var n=o(584);_.SCMetadataTypeFieldType=n.SCMetadataTypeFieldType;var i=o(444);_.SCCommentsOrderBy=i.SCCommentsOrderBy;var O=o(461);_.SCMessageFileType=O.SCMessageFileType,_.SCPrivateMessageStatusType=O.SCPrivateMessageStatusType;var C=o(947);_.SCIncubatorStatusType=C.SCIncubatorStatusType;var s=o(303);_.SCPrizeUserStatusType=s.SCPrizeUserStatusType;var r=o(505);_.SCFeedTypologyType=r.SCFeedTypologyType,_.SCFeedUnitActivityTypologyType=r.SCFeedUnitActivityTypologyType;var N=o(768);_.SCNotificationTopicType=N.SCNotificationTopicType,_.SCNotificationTypologyType=N.SCNotificationTypologyType;var p=o(561);_.SCFlagModerationStatusType=p.SCFlagModerationStatusType,_.SCFlagTypeEnum=p.SCFlagTypeEnum;var A=o(767);_.SCCustomPageTypeEnum=A.SCCustomPageTypeEnum;var I=o(903);_.SCPreferenceSection=I.SCPreferenceSection,_.SCPreferenceName=I.SCPreferenceName;var l=o(22);_.SCFeatureName=l.SCFeatureName;var u=o(460);_.SCLegalPagePoliciesType=u.SCLegalPagePoliciesType;var L=o(275);_.SCContributeStatusType=L.SCContributeStatusType,_.SCContributionType=L.SCContributionType;var c=o(579);_.SuggestionType=c.SuggestionType;var y=o(554);_.SCConnectionStatus=y.SCConnectionStatus;var R=o(402);_.SCDeviceApnsTypeEnum=R.SCDeviceApnsTypeEnum,_.SCDeviceTypeEnum=R.SCDeviceTypeEnum},460:(e,_)=>{let o;_.__esModule=!0,_.SCLegalPagePoliciesType=void 0,_.SCLegalPagePoliciesType=o,function(e){e.TERMS_AND_CONDITIONS="tec",e.PRIVACY="privacy"}(o||(_.SCLegalPagePoliciesType=o={}))},851:(e,_)=>{let o;_.__esModule=!0,_.SCLanguageType=void 0,_.SCLanguageType=o,function(e){e.EN="en",e.IT="it"}(o||(_.SCLanguageType=o={}))},584:(e,_)=>{let o;_.__esModule=!0,_.SCMetadataTypeFieldType=void 0,_.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||(_.SCMetadataTypeFieldType=o={}))},768:(e,_)=>{let o,t;_.__esModule=!0,_.SCNotificationTypologyType=_.SCNotificationTopicType=void 0,_.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||(_.SCNotificationTypologyType=o={})),_.SCNotificationTopicType=t,function(e){e.INTERACTION="interaction",e.NEWS="news"}(t||(_.SCNotificationTopicType=t={}))},903:(e,_)=>{let o,t;_.__esModule=!0,_.SCPreferenceSection=_.SCPreferenceName=void 0,_.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||(_.SCPreferenceSection=o={})),_.SCPreferenceName=t,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_EMAIL_SETTINGS="url_template_email_settings",e.URL_TEMPLATE_EMAIL_UNSUBSCRIBE="url_template_email_unsubscribe",e.URL_TEMPLATE_PASSWORD_RECOVER="url_template_password_recover",e.URL_TEMPLATE_VERIFY_EMAIL="url_template_verify_email",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_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"}(t||(_.SCPreferenceName=t={}))},461:(e,_)=>{let o,t;_.__esModule=!0,_.SCPrivateMessageStatusType=_.SCMessageFileType=void 0,_.SCPrivateMessageStatusType=o,function(e){e.CREATED="created",e.DELETED="deleted",e.HIDDEN="hidden",e.NEW="new"}(o||(_.SCPrivateMessageStatusType=o={})),_.SCMessageFileType=t,function(e){e.DOCUMENT="application/",e.IMAGE="image/",e.VIDEO="video/",e.PDF="application/pdf",e.AUDIO="audio/"}(t||(_.SCMessageFileType=t={}))},303:(e,_)=>{let o;_.__esModule=!0,_.SCPrizeUserStatusType=void 0,_.SCPrizeUserStatusType=o,function(e){e[e.PENDING=0]="PENDING",e[e.REFUSED=1]="REFUSED",e[e.SENT=2]="SENT"}(o||(_.SCPrizeUserStatusType=o={}))},579:(e,_)=>{let o;_.__esModule=!0,_.SuggestionType=void 0,_.SuggestionType=o,function(e){e.USER="user",e.CATEGORY="category"}(o||(_.SuggestionType=o={}))},967:(e,_)=>{let o,t;_.__esModule=!0,_.SCUserStatus=_.SCUserReputationType=void 0,_.SCUserStatus=o,function(e){e.APPROVED="a",e.BLOCKED="b",e.DELETED="d",e.UNREGISTERED="u"}(o||(_.SCUserStatus=o={})),_.SCUserReputationType=t,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"}(t||(_.SCUserReputationType=t={}))}},_={};function o(t){var E=_[t];if(void 0!==E)return E.exports;var S=_[t]={exports:{}};return e[t](S,S.exports,o),S.exports}var t={};return(()=>{var e=t;e.__esModule=!0;var _=o(994);e.SCContributionType=_.SCContributionType,e.SCBroadcastMessageBannerType=_.SCBroadcastMessageBannerType,e.SCCategoryAutoFollowType=_.SCCategoryAutoFollowType,e.SCCommentsOrderBy=_.SCCommentsOrderBy,e.SCCustomAdvPosition=_.SCCustomAdvPosition,e.SCCustomPageTypeEnum=_.SCCustomPageTypeEnum,e.SCDeviceTypeEnum=_.SCDeviceTypeEnum,e.SCDeviceApnsTypeEnum=_.SCDeviceApnsTypeEnum,e.SCFeatureName=_.SCFeatureName,e.SCFeedTypologyType=_.SCFeedTypologyType,e.SCFeedUnitActivityTypologyType=_.SCFeedUnitActivityTypologyType,e.SCFlagTypeEnum=_.SCFlagTypeEnum,e.SCFlagModerationStatusType=_.SCFlagModerationStatusType,e.SCConnectionStatus=_.SCConnectionStatus,e.SCIncubatorStatusType=_.SCIncubatorStatusType,e.SCLegalPagePoliciesType=_.SCLegalPagePoliciesType,e.SCLanguageType=_.SCLanguageType,e.SCNotificationTypologyType=_.SCNotificationTypologyType,e.SCNotificationTopicType=_.SCNotificationTopicType,e.SCPreferenceSection=_.SCPreferenceSection,e.SCPreferenceName=_.SCPreferenceName,e.SCMessageFileType=_.SCMessageFileType,e.SCPrizeUserStatusType=_.SCPrizeUserStatusType,e.SCUserStatus=_.SCUserStatus,e.SuggestionType=_.SuggestionType,e.SCPrivateMessageStatusType=_.SCPrivateMessageStatusType,e.SCMetadataTypeFieldType=_.SCMetadataTypeFieldType})(),t})()));
|