@selfcommunity/types 0.7.6 → 0.7.7-alpha.1

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 (40) hide show
  1. package/lib/cjs/index.d.ts +4 -4
  2. package/lib/cjs/index.js +4 -1
  3. package/lib/cjs/types/device.d.ts +1 -1
  4. package/lib/cjs/types/event.d.ts +7 -1
  5. package/lib/cjs/types/event.js +1 -0
  6. package/lib/cjs/types/feature.d.ts +2 -1
  7. package/lib/cjs/types/feature.js +1 -0
  8. package/lib/cjs/types/feed.d.ts +1 -1
  9. package/lib/cjs/types/index.d.ts +4 -2
  10. package/lib/cjs/types/index.js +6 -1
  11. package/lib/cjs/types/liveStream.d.ts +55 -0
  12. package/lib/cjs/types/liveStream.js +17 -0
  13. package/lib/cjs/types/notification.d.ts +13 -3
  14. package/lib/cjs/types/notification.js +1 -0
  15. package/lib/cjs/types/preference.d.ts +5 -1
  16. package/lib/cjs/types/preference.js +4 -0
  17. package/lib/cjs/types/tier.d.ts +9 -0
  18. package/lib/cjs/types/tier.js +13 -0
  19. package/lib/cjs/types/user.d.ts +1 -1
  20. package/lib/esm/index.d.ts +4 -4
  21. package/lib/esm/index.js +2 -2
  22. package/lib/esm/types/device.d.ts +1 -1
  23. package/lib/esm/types/event.d.ts +7 -1
  24. package/lib/esm/types/event.js +1 -0
  25. package/lib/esm/types/feature.d.ts +2 -1
  26. package/lib/esm/types/feature.js +1 -0
  27. package/lib/esm/types/feed.d.ts +1 -1
  28. package/lib/esm/types/index.d.ts +4 -2
  29. package/lib/esm/types/index.js +3 -1
  30. package/lib/esm/types/liveStream.d.ts +55 -0
  31. package/lib/esm/types/liveStream.js +14 -0
  32. package/lib/esm/types/notification.d.ts +13 -3
  33. package/lib/esm/types/notification.js +1 -0
  34. package/lib/esm/types/preference.d.ts +5 -1
  35. package/lib/esm/types/preference.js +4 -0
  36. package/lib/esm/types/tier.d.ts +9 -0
  37. package/lib/esm/types/tier.js +10 -0
  38. package/lib/esm/types/user.d.ts +1 -1
  39. package/lib/umd/types.js +1 -1
  40. package/package.json +108 -103
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * Types
3
3
  */
4
- import { type SCBannerType, type SCBroadcastMessageType, type SCAuthTokenType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type 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, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, 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, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, 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, type SCNotificationUnseenCountType, type SCNotificationContributionType, type SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCPrizeType, type SCPrizeUserType, type SCPromoType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCContributionStatus, type SCGroupType, type SCEventType, type SCStepType } from './types';
4
+ import { type SCBannerType, type SCBroadcastMessageType, type SCAuthTokenType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type 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, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, 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, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, 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, type SCNotificationUnseenCountType, type SCNotificationContributionType, type SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCNotificationLiveStreamActivityType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCPrizeType, type SCPrizeUserType, type SCPromoType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCContributionStatus, type SCGroupType, type SCEventType, type SCStepType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamMonthlyDurationType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType } from './types';
5
5
  /**
6
6
  * Import enums
7
7
  */
8
- import { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './types';
8
+ import { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier } from './types';
9
9
  /**
10
10
  * List all exports enums and types
11
11
  */
12
- export { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType };
13
- export { type SCBannerType, type SCBroadcastMessageType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCAuthTokenType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type SCUserReputationType, type SCUserAutocompleteType, type SCUserCounterType, type SCUserAvatarType, type SCUserChangeEmailType, type SCUserPermissionType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserConnectionStatusType, type SCUserHiddenStatusType, type SCUserHiddenByStatusType, type SCUserConnectionRequestType, type SCUserEmailTokenType, type SCUserProviderAssociationType, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, 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, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, type SCPromoType, 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, type SCNotificationContributionType, type SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCNotificationUnseenCountType, type SCPrizeType, type SCPrizeUserType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCContributionStatus, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCGroupType, type SCEventType, type SCStepType };
12
+ export { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier };
13
+ export { type SCBannerType, type SCBroadcastMessageType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCAuthTokenType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type SCUserReputationType, type SCUserAutocompleteType, type SCUserCounterType, type SCUserAvatarType, type SCUserChangeEmailType, type SCUserPermissionType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserConnectionStatusType, type SCUserHiddenStatusType, type SCUserHiddenByStatusType, type SCUserConnectionRequestType, type SCUserEmailTokenType, type SCUserProviderAssociationType, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, 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, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, type SCPromoType, 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, type SCNotificationContributionType, type SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCNotificationLiveStreamActivityType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCNotificationUnseenCountType, type SCPrizeType, type SCPrizeUserType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCContributionStatus, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCGroupType, type SCEventType, type SCStepType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamMonthlyDurationType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType };
package/lib/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SCOnBoardingStepIdType = exports.SCOnBoardingStepStatusType = exports.SCOnBoardingStepType = exports.SCEventDateFilterType = exports.SCEventLocationFilterType = exports.SCEventLocationType = exports.SCEventRecurrenceType = exports.SCEventSubscriptionStatusType = exports.SCEventPrivacyType = exports.SCPrivateMessageType = exports.SCGroupSubscriptionStatusType = exports.SCGroupPrivacyType = exports.SCMetadataTypeFieldType = exports.SCPrivateMessageStatusType = exports.SuggestionType = exports.SCUserStatus = exports.SCPrizeUserStatusType = exports.SCMessageFileType = exports.SCPreferenceName = exports.SCPreferenceSection = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCLanguageType = exports.SCLegalPagePoliciesType = exports.SCIncubatorStatusType = exports.SCConnectionStatus = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCFeedUnitActivityTypologyType = exports.SCFeedTypologyType = exports.SCFeatureName = exports.SCDeviceApnsTypeEnum = exports.SCDeviceTypeEnum = exports.SCCustomPageTypeEnum = exports.SCCustomAdvPosition = exports.SCCommentsOrderBy = exports.SCCategoryAutoFollowType = exports.SCBroadcastMessageBannerType = exports.SCContributionType = void 0;
3
+ exports.SCCommunitySubscriptionTier = exports.SCLiveStreamViewType = exports.SCLiveStreamConnectionDetailsErrorType = exports.SCOnBoardingStepIdType = exports.SCOnBoardingStepStatusType = exports.SCOnBoardingStepType = exports.SCEventDateFilterType = exports.SCEventLocationFilterType = exports.SCEventLocationType = exports.SCEventRecurrenceType = exports.SCEventSubscriptionStatusType = exports.SCEventPrivacyType = exports.SCPrivateMessageType = exports.SCGroupSubscriptionStatusType = exports.SCGroupPrivacyType = exports.SCMetadataTypeFieldType = exports.SCPrivateMessageStatusType = exports.SuggestionType = exports.SCUserStatus = exports.SCPrizeUserStatusType = exports.SCMessageFileType = exports.SCPreferenceName = exports.SCPreferenceSection = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCLanguageType = exports.SCLegalPagePoliciesType = exports.SCIncubatorStatusType = exports.SCConnectionStatus = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCFeedUnitActivityTypologyType = exports.SCFeedTypologyType = exports.SCFeatureName = exports.SCDeviceApnsTypeEnum = exports.SCDeviceTypeEnum = exports.SCCustomPageTypeEnum = exports.SCCustomAdvPosition = exports.SCCommentsOrderBy = exports.SCCategoryAutoFollowType = exports.SCBroadcastMessageBannerType = exports.SCContributionType = void 0;
4
4
  /**
5
5
  * Import enums
6
6
  */
@@ -44,3 +44,6 @@ Object.defineProperty(exports, "SCEventDateFilterType", { enumerable: true, get:
44
44
  Object.defineProperty(exports, "SCOnBoardingStepType", { enumerable: true, get: function () { return types_1.SCOnBoardingStepType; } });
45
45
  Object.defineProperty(exports, "SCOnBoardingStepStatusType", { enumerable: true, get: function () { return types_1.SCOnBoardingStepStatusType; } });
46
46
  Object.defineProperty(exports, "SCOnBoardingStepIdType", { enumerable: true, get: function () { return types_1.SCOnBoardingStepIdType; } });
47
+ Object.defineProperty(exports, "SCLiveStreamConnectionDetailsErrorType", { enumerable: true, get: function () { return types_1.SCLiveStreamConnectionDetailsErrorType; } });
48
+ Object.defineProperty(exports, "SCLiveStreamViewType", { enumerable: true, get: function () { return types_1.SCLiveStreamViewType; } });
49
+ Object.defineProperty(exports, "SCCommunitySubscriptionTier", { enumerable: true, get: function () { return types_1.SCCommunitySubscriptionTier; } });
@@ -77,4 +77,4 @@ export interface SCGcmDeviceType extends SCDeviceType {
77
77
  * Interface SCApnsDeviceType
78
78
  * APNSDevice Schema.
79
79
  */
80
- export declare type SCApnsDeviceType = SCDeviceType;
80
+ export type SCApnsDeviceType = SCDeviceType;
@@ -3,6 +3,7 @@
3
3
  * Event Schema.
4
4
  */
5
5
  import { SCUserType } from './user';
6
+ import { SCLiveStreamType } from './liveStream';
6
7
  /**
7
8
  * SCEventPrivacyType enum
8
9
  */
@@ -25,7 +26,8 @@ export declare enum SCEventSubscriptionStatusType {
25
26
  */
26
27
  export declare enum SCEventLocationType {
27
28
  PERSON = "in person",
28
- ONLINE = "virtual"
29
+ ONLINE = "virtual",
30
+ LIVESTREAM = "live_stream"
29
31
  }
30
32
  /**
31
33
  * SCEventLocationFilterType enum
@@ -157,6 +159,10 @@ export interface SCEventType {
157
159
  * The event location (in person, online)
158
160
  */
159
161
  location: SCEventLocationType;
162
+ /**
163
+ * The event live stream if exist
164
+ */
165
+ live_stream?: SCLiveStreamType;
160
166
  /**
161
167
  * The event place
162
168
  */
@@ -27,6 +27,7 @@ var SCEventLocationType;
27
27
  (function (SCEventLocationType) {
28
28
  SCEventLocationType["PERSON"] = "in person";
29
29
  SCEventLocationType["ONLINE"] = "virtual";
30
+ SCEventLocationType["LIVESTREAM"] = "live_stream";
30
31
  })(SCEventLocationType = exports.SCEventLocationType || (exports.SCEventLocationType = {}));
31
32
  /**
32
33
  * SCEventLocationFilterType enum
@@ -42,7 +42,8 @@ export declare enum SCFeatureName {
42
42
  REACTION = "reaction",
43
43
  PRIVATE_MESSAGING = "private_messaging",
44
44
  GROUPING = "grouping",
45
- EVENT = "event"
45
+ EVENT = "event",
46
+ LIVE_STREAM = "live_stream"
46
47
  }
47
48
  /**
48
49
  * SCFeatureType interface
@@ -47,4 +47,5 @@ var SCFeatureName;
47
47
  SCFeatureName["PRIVATE_MESSAGING"] = "private_messaging";
48
48
  SCFeatureName["GROUPING"] = "grouping";
49
49
  SCFeatureName["EVENT"] = "event";
50
+ SCFeatureName["LIVE_STREAM"] = "live_stream";
50
51
  })(SCFeatureName = exports.SCFeatureName || (exports.SCFeatureName = {}));
@@ -235,7 +235,7 @@ export interface SCFeedPostType extends SCFeedObjectType {
235
235
  * Interface SCFeedStatusType.
236
236
  * Status Schema.
237
237
  */
238
- export declare type SCFeedStatusType = SCFeedObjectType;
238
+ export type SCFeedStatusType = SCFeedObjectType;
239
239
  /**
240
240
  * SCFeedUnseenCountType interface
241
241
  */
@@ -17,7 +17,7 @@ import { SCIncubatorStatusType, type SCIncubatorSubscriptionType, type SCIncubat
17
17
  import { type SCCustomNotificationType } from './customNotification';
18
18
  import { type SCPrizeType, SCPrizeUserStatusType, type SCPrizeUserType, type SCUserLoyaltyPointsType } from './prize';
19
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, type SCNotificationGroupActivityType, SCNotificationEventActivityType } from './notification';
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, type SCNotificationGroupActivityType, SCNotificationEventActivityType, SCNotificationLiveStreamActivityType } from './notification';
21
21
  import { type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEndpointType, type SCWebhookEventsType } from './webhook';
22
22
  import { type SCVoteType } from './vote';
23
23
  import { SCFlagModerationStatusType, type SCFlagType, SCFlagTypeEnum } from './flag';
@@ -39,8 +39,10 @@ import { SCConnectionStatus } from './friendship';
39
39
  import { type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, SCDeviceApnsTypeEnum, type SCDeviceGcmTypeEnum, SCDeviceTypeEnum } from './device';
40
40
  import { type SCGroupType, SCGroupPrivacyType, SCGroupSubscriptionStatusType } from './group';
41
41
  import { type SCEventType, SCEventPrivacyType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, SCEventSubscriptionStatusType } from './event';
42
+ import { type SCLiveStreamType, SCLiveStreamViewType, SCLiveStreamConnectionDetailsType, SCLiveStreamSettingsType, SCLiveStreamMonthlyDurationType, SCLiveStreamConnectionDetailsResponseErrorType, SCLiveStreamConnectionDetailsErrorType } from './liveStream';
42
43
  import { type SCStepType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './onboarding';
44
+ import { SCCommunitySubscriptionTier } from './tier';
43
45
  /**
44
46
  * Exports all types
45
47
  */
46
- 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, SCPrivateMessageType, 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 SCNotificationGroupActivityType, type SCNotificationEventActivityType, 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, type SCGroupType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, type SCEventType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, type SCStepType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType };
48
+ 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, SCPrivateMessageType, 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 SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCNotificationLiveStreamActivityType, 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, type SCGroupType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, type SCEventType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, type SCStepType, SCOnBoardingStepType, SCOnBoardingStepStatusType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType, type SCLiveStreamMonthlyDurationType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCOnBoardingStepIdType, SCCommunitySubscriptionTier };
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SCOnBoardingStepIdType = exports.SCOnBoardingStepStatusType = exports.SCOnBoardingStepType = exports.SCEventLocationFilterType = exports.SCEventDateFilterType = exports.SCEventLocationType = exports.SCEventRecurrenceType = exports.SCEventSubscriptionStatusType = exports.SCEventPrivacyType = exports.SCGroupSubscriptionStatusType = exports.SCGroupPrivacyType = exports.SCDeviceTypeEnum = exports.SCDeviceApnsTypeEnum = exports.SCConnectionStatus = exports.SuggestionType = exports.SCContributeStatusType = exports.SCContributionType = exports.SCLegalPagePoliciesType = exports.SCFeatureName = exports.SCPreferenceName = exports.SCPreferenceSection = exports.SCCustomPageTypeEnum = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCPrizeUserStatusType = exports.SCIncubatorStatusType = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCPrivateMessageType = exports.SCMessageFileType = exports.SCPrivateMessageStatusType = exports.SCCommentsOrderBy = exports.SCFeedTypologyType = exports.SCFeedUnitActivityTypologyType = exports.SCCustomAdvPosition = exports.SCCategoryAutoFollowType = exports.SCMetadataTypeFieldType = exports.SCUserReputationType = exports.SCUserStatus = exports.SCLanguageType = exports.SCBroadcastMessageBannerType = void 0;
3
+ exports.SCCommunitySubscriptionTier = exports.SCOnBoardingStepIdType = exports.SCLiveStreamViewType = exports.SCLiveStreamConnectionDetailsErrorType = exports.SCOnBoardingStepStatusType = exports.SCOnBoardingStepType = exports.SCEventLocationFilterType = exports.SCEventDateFilterType = exports.SCEventLocationType = exports.SCEventRecurrenceType = exports.SCEventSubscriptionStatusType = exports.SCEventPrivacyType = exports.SCGroupSubscriptionStatusType = exports.SCGroupPrivacyType = exports.SCDeviceTypeEnum = exports.SCDeviceApnsTypeEnum = exports.SCConnectionStatus = exports.SuggestionType = exports.SCContributeStatusType = exports.SCContributionType = exports.SCLegalPagePoliciesType = exports.SCFeatureName = exports.SCPreferenceName = exports.SCPreferenceSection = exports.SCCustomPageTypeEnum = exports.SCFlagModerationStatusType = exports.SCFlagTypeEnum = exports.SCPrizeUserStatusType = exports.SCIncubatorStatusType = exports.SCNotificationTopicType = exports.SCNotificationTypologyType = exports.SCPrivateMessageType = exports.SCMessageFileType = exports.SCPrivateMessageStatusType = exports.SCCommentsOrderBy = exports.SCFeedTypologyType = exports.SCFeedUnitActivityTypologyType = exports.SCCustomAdvPosition = exports.SCCategoryAutoFollowType = exports.SCMetadataTypeFieldType = exports.SCUserReputationType = exports.SCUserStatus = exports.SCLanguageType = exports.SCBroadcastMessageBannerType = void 0;
4
4
  const broadcastMessage_1 = require("./broadcastMessage");
5
5
  Object.defineProperty(exports, "SCBroadcastMessageBannerType", { enumerable: true, get: function () { return broadcastMessage_1.SCBroadcastMessageBannerType; } });
6
6
  const customAdv_1 = require("./customAdv");
@@ -62,7 +62,12 @@ Object.defineProperty(exports, "SCEventLocationType", { enumerable: true, get: f
62
62
  Object.defineProperty(exports, "SCEventDateFilterType", { enumerable: true, get: function () { return event_1.SCEventDateFilterType; } });
63
63
  Object.defineProperty(exports, "SCEventLocationFilterType", { enumerable: true, get: function () { return event_1.SCEventLocationFilterType; } });
64
64
  Object.defineProperty(exports, "SCEventSubscriptionStatusType", { enumerable: true, get: function () { return event_1.SCEventSubscriptionStatusType; } });
65
+ const liveStream_1 = require("./liveStream");
66
+ Object.defineProperty(exports, "SCLiveStreamViewType", { enumerable: true, get: function () { return liveStream_1.SCLiveStreamViewType; } });
67
+ Object.defineProperty(exports, "SCLiveStreamConnectionDetailsErrorType", { enumerable: true, get: function () { return liveStream_1.SCLiveStreamConnectionDetailsErrorType; } });
65
68
  const onboarding_1 = require("./onboarding");
66
69
  Object.defineProperty(exports, "SCOnBoardingStepType", { enumerable: true, get: function () { return onboarding_1.SCOnBoardingStepType; } });
67
70
  Object.defineProperty(exports, "SCOnBoardingStepStatusType", { enumerable: true, get: function () { return onboarding_1.SCOnBoardingStepStatusType; } });
68
71
  Object.defineProperty(exports, "SCOnBoardingStepIdType", { enumerable: true, get: function () { return onboarding_1.SCOnBoardingStepIdType; } });
72
+ const tier_1 = require("./tier");
73
+ Object.defineProperty(exports, "SCCommunitySubscriptionTier", { enumerable: true, get: function () { return tier_1.SCCommunitySubscriptionTier; } });
@@ -0,0 +1,55 @@
1
+ import { SCUserType } from './user';
2
+ import { SCEventType } from './event';
3
+ export interface SCLiveStreamType {
4
+ id?: number;
5
+ title: string;
6
+ description?: string;
7
+ created_at?: Date | string;
8
+ last_started_at?: Date | string;
9
+ last_finished_at?: Date | string;
10
+ closed_at_by_host?: Date | string;
11
+ slug?: string;
12
+ roomName?: string;
13
+ settings?: Record<string, any>;
14
+ host?: SCUserType;
15
+ cover?: string;
16
+ event?: SCEventType;
17
+ }
18
+ export declare enum SCLiveStreamViewType {
19
+ GALLERY = "gallery",
20
+ SPEAKER = "speaker"
21
+ }
22
+ export interface SCLiveStreamConnectionDetailsType {
23
+ serverUrl: string;
24
+ roomName: string;
25
+ participantToken: string;
26
+ }
27
+ export declare enum SCLiveStreamConnectionDetailsErrorType {
28
+ LIVE_STREAM_IS_CLOSED = "LIVE_STREAM_IS_CLOSED",
29
+ MONTHLY_MINUTE_LIMIT_REACHED = "MONTHLY_MINUTE_LIMIT_REACHED",
30
+ WAITING_HOST_TO_START_LIVE_STREAM = "WAITING_HOST_TO_START_LIVE_STREAM",
31
+ PARTICIPANTS_LIMIT_REACHED = "PARTICIPANTS_LIMIT_REACHED",
32
+ PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM = "PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM",
33
+ USER_BANNED_FOR_THIS_LIVE_STREAM = "USER_BANNED_FOR_THIS_LIVE_STREAM"
34
+ }
35
+ export interface SCLiveStreamConnectionDetailsResponseErrorType {
36
+ errors: [{
37
+ code: SCLiveStreamConnectionDetailsErrorType;
38
+ }];
39
+ }
40
+ export interface SCLiveStreamSettingsType {
41
+ muteParticipants?: boolean;
42
+ disableVideo?: boolean;
43
+ disableChat?: boolean;
44
+ disableShareScreen?: boolean;
45
+ hideParticipantsList?: boolean;
46
+ automaticallyNotifyFollowers?: boolean;
47
+ showInProfile?: boolean;
48
+ view?: SCLiveStreamViewType;
49
+ }
50
+ export interface SCLiveStreamMonthlyDurationType {
51
+ duration_total_minutes: number;
52
+ max_minutes: number;
53
+ remaining_minutes: number;
54
+ minutes_exausted: boolean;
55
+ }
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SCLiveStreamConnectionDetailsErrorType = exports.SCLiveStreamViewType = void 0;
4
+ var SCLiveStreamViewType;
5
+ (function (SCLiveStreamViewType) {
6
+ SCLiveStreamViewType["GALLERY"] = "gallery";
7
+ SCLiveStreamViewType["SPEAKER"] = "speaker";
8
+ })(SCLiveStreamViewType = exports.SCLiveStreamViewType || (exports.SCLiveStreamViewType = {}));
9
+ var SCLiveStreamConnectionDetailsErrorType;
10
+ (function (SCLiveStreamConnectionDetailsErrorType) {
11
+ SCLiveStreamConnectionDetailsErrorType["LIVE_STREAM_IS_CLOSED"] = "LIVE_STREAM_IS_CLOSED";
12
+ SCLiveStreamConnectionDetailsErrorType["MONTHLY_MINUTE_LIMIT_REACHED"] = "MONTHLY_MINUTE_LIMIT_REACHED";
13
+ SCLiveStreamConnectionDetailsErrorType["WAITING_HOST_TO_START_LIVE_STREAM"] = "WAITING_HOST_TO_START_LIVE_STREAM";
14
+ SCLiveStreamConnectionDetailsErrorType["PARTICIPANTS_LIMIT_REACHED"] = "PARTICIPANTS_LIMIT_REACHED";
15
+ SCLiveStreamConnectionDetailsErrorType["PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM"] = "PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM";
16
+ SCLiveStreamConnectionDetailsErrorType["USER_BANNED_FOR_THIS_LIVE_STREAM"] = "USER_BANNED_FOR_THIS_LIVE_STREAM";
17
+ })(SCLiveStreamConnectionDetailsErrorType = exports.SCLiveStreamConnectionDetailsErrorType || (exports.SCLiveStreamConnectionDetailsErrorType = {}));
@@ -1,4 +1,4 @@
1
- import { SCCommentType, SCEventType, SCFeedDiscussionType, SCFeedPostType, SCFeedStatusType, SCGroupType, SCUserType } from '../index';
1
+ import { SCCommentType, SCEventType, SCFeedDiscussionType, SCFeedPostType, SCFeedStatusType, SCGroupType, SCLiveStreamType, SCUserType } from '../index';
2
2
  import { SCPrivateMessageThreadType } from './privateMessage';
3
3
  import { SCUserBlockedSettingsType } from './user';
4
4
  import { SCCustomNotificationType } from './customNotification';
@@ -52,7 +52,8 @@ export declare enum SCNotificationTypologyType {
52
52
  USER_INVITED_TO_JOIN_EVENT = "user_invited_to_join_event",
53
53
  USER_REQUESTED_TO_JOIN_EVENT = "user_requested_to_join_event",
54
54
  USER_ACCEPTED_TO_JOIN_EVENT = "user_accepted_to_join_event",
55
- USER_ADDED_TO_EVENT = "user_added_to_event"
55
+ USER_ADDED_TO_EVENT = "user_added_to_event",
56
+ LIVE_STREAM_STARTED = "live_stream_started"
56
57
  }
57
58
  /**
58
59
  * Define topic for notifications
@@ -478,7 +479,16 @@ export interface SCNotificationEventActivityType extends SCNotificationType {
478
479
  */
479
480
  user: SCUserType;
480
481
  /**
481
- * The Group obj
482
+ * The event obj
482
483
  */
483
484
  event: Partial<SCEventType>;
484
485
  }
486
+ /**
487
+ * Interface SCNotificationGroupActivityType.
488
+ */
489
+ export interface SCNotificationLiveStreamActivityType extends SCNotificationType {
490
+ /**
491
+ * The LiveStream obj
492
+ */
493
+ live_stream: Partial<SCLiveStreamType>;
494
+ }
@@ -52,6 +52,7 @@ var SCNotificationTypologyType;
52
52
  SCNotificationTypologyType["USER_REQUESTED_TO_JOIN_EVENT"] = "user_requested_to_join_event";
53
53
  SCNotificationTypologyType["USER_ACCEPTED_TO_JOIN_EVENT"] = "user_accepted_to_join_event";
54
54
  SCNotificationTypologyType["USER_ADDED_TO_EVENT"] = "user_added_to_event";
55
+ SCNotificationTypologyType["LIVE_STREAM_STARTED"] = "live_stream_started";
55
56
  })(SCNotificationTypologyType = exports.SCNotificationTypologyType || (exports.SCNotificationTypologyType = {}));
56
57
  /**
57
58
  * Define topic for notifications
@@ -103,6 +103,7 @@ export declare enum SCPreferenceName {
103
103
  URL_TEMPLATE_NOTIFICATIONS = "url_template_notifications",
104
104
  URL_TEMPLATE_USER_PRIVATE_MESSAGES = "url_template_private_message",
105
105
  URL_TEMPLATE_INCUBATOR = "url_template_incubator",
106
+ URL_TEMPLATE_LIVE_STREAM = "url_template_live_stream",
106
107
  APP_URL = "app_url",
107
108
  USER_METADATA_DEFINITIONS = "user_metadata_definition",
108
109
  TAG_MANAGER_CONTAINER_ID = "tag_manager_container_id",
@@ -136,8 +137,11 @@ export declare enum SCPreferenceName {
136
137
  EVENTS_VISIBILITY_ENABLED = "events_visibility_enabled",
137
138
  EVENTS_PRIVATE_ENABLED = "events_private_enabled",
138
139
  EVENTS_ONLY_STAFF_ENABLED = "events_only_staff_enabled",
140
+ LIVE_STREAM_ENABLED = "live_stream_enabled",
141
+ LIVE_STREAM_ONLY_STAFF_ENABLED = "live_stream_only_staff_enabled",
139
142
  ONBOARDING_ENABLED = "onboarding_enabled",
140
- ONBOARDING_HIDDEN = "onboarding_hidden"
143
+ ONBOARDING_HIDDEN = "onboarding_hidden",
144
+ SUBSCRIPTION_TIER = "subscription_tier"
141
145
  }
142
146
  /**
143
147
  * SCPreferenceType interface
@@ -108,6 +108,7 @@ var SCPreferenceName;
108
108
  SCPreferenceName["URL_TEMPLATE_NOTIFICATIONS"] = "url_template_notifications";
109
109
  SCPreferenceName["URL_TEMPLATE_USER_PRIVATE_MESSAGES"] = "url_template_private_message";
110
110
  SCPreferenceName["URL_TEMPLATE_INCUBATOR"] = "url_template_incubator";
111
+ SCPreferenceName["URL_TEMPLATE_LIVE_STREAM"] = "url_template_live_stream";
111
112
  SCPreferenceName["APP_URL"] = "app_url";
112
113
  SCPreferenceName["USER_METADATA_DEFINITIONS"] = "user_metadata_definition";
113
114
  SCPreferenceName["TAG_MANAGER_CONTAINER_ID"] = "tag_manager_container_id";
@@ -141,6 +142,9 @@ var SCPreferenceName;
141
142
  SCPreferenceName["EVENTS_VISIBILITY_ENABLED"] = "events_visibility_enabled";
142
143
  SCPreferenceName["EVENTS_PRIVATE_ENABLED"] = "events_private_enabled";
143
144
  SCPreferenceName["EVENTS_ONLY_STAFF_ENABLED"] = "events_only_staff_enabled";
145
+ SCPreferenceName["LIVE_STREAM_ENABLED"] = "live_stream_enabled";
146
+ SCPreferenceName["LIVE_STREAM_ONLY_STAFF_ENABLED"] = "live_stream_only_staff_enabled";
144
147
  SCPreferenceName["ONBOARDING_ENABLED"] = "onboarding_enabled";
145
148
  SCPreferenceName["ONBOARDING_HIDDEN"] = "onboarding_hidden";
149
+ SCPreferenceName["SUBSCRIPTION_TIER"] = "subscription_tier";
146
150
  })(SCPreferenceName = exports.SCPreferenceName || (exports.SCPreferenceName = {}));
@@ -0,0 +1,9 @@
1
+ /**
2
+ * SelfCommunity subscription tiers
3
+ */
4
+ export declare enum SCCommunitySubscriptionTier {
5
+ FREE_TRIAL = "FREE_TRIAL",
6
+ GO = "GO",
7
+ PROFESSIONAL = "PROFESSIONAL",
8
+ ENTERPRISE = "ENTERPRISE"
9
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SCCommunitySubscriptionTier = void 0;
4
+ /**
5
+ * SelfCommunity subscription tiers
6
+ */
7
+ var SCCommunitySubscriptionTier;
8
+ (function (SCCommunitySubscriptionTier) {
9
+ SCCommunitySubscriptionTier["FREE_TRIAL"] = "FREE_TRIAL";
10
+ SCCommunitySubscriptionTier["GO"] = "GO";
11
+ SCCommunitySubscriptionTier["PROFESSIONAL"] = "PROFESSIONAL";
12
+ SCCommunitySubscriptionTier["ENTERPRISE"] = "ENTERPRISE";
13
+ })(SCCommunitySubscriptionTier = exports.SCCommunitySubscriptionTier || (exports.SCCommunitySubscriptionTier = {}));
@@ -123,7 +123,7 @@ export interface SCUserType {
123
123
  /**
124
124
  * List of user permission. Only for the resource /user/me/.
125
125
  */
126
- permission?: Array<string>;
126
+ permission?: Record<string, any>;
127
127
  /**
128
128
  * The connection status between the request user and this user.
129
129
  */
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * Types
3
3
  */
4
- import { type SCBannerType, type SCBroadcastMessageType, type SCAuthTokenType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type 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, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, 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, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, 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, type SCNotificationUnseenCountType, type SCNotificationContributionType, type SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCPrizeType, type SCPrizeUserType, type SCPromoType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCContributionStatus, type SCGroupType, type SCEventType, type SCStepType } from './types';
4
+ import { type SCBannerType, type SCBroadcastMessageType, type SCAuthTokenType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type 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, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, 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, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, 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, type SCNotificationUnseenCountType, type SCNotificationContributionType, type SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCNotificationLiveStreamActivityType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCPrizeType, type SCPrizeUserType, type SCPromoType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCContributionStatus, type SCGroupType, type SCEventType, type SCStepType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamMonthlyDurationType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType } from './types';
5
5
  /**
6
6
  * Import enums
7
7
  */
8
- import { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './types';
8
+ import { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier } from './types';
9
9
  /**
10
10
  * List all exports enums and types
11
11
  */
12
- export { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType };
13
- export { type SCBannerType, type SCBroadcastMessageType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCAuthTokenType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type SCUserReputationType, type SCUserAutocompleteType, type SCUserCounterType, type SCUserAvatarType, type SCUserChangeEmailType, type SCUserPermissionType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserConnectionStatusType, type SCUserHiddenStatusType, type SCUserHiddenByStatusType, type SCUserConnectionRequestType, type SCUserEmailTokenType, type SCUserProviderAssociationType, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, 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, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, type SCPromoType, 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, type SCNotificationContributionType, type SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCNotificationUnseenCountType, type SCPrizeType, type SCPrizeUserType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCContributionStatus, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCGroupType, type SCEventType, type SCStepType };
12
+ export { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier };
13
+ export { type SCBannerType, type SCBroadcastMessageType, type SCCustomAdvType, type SCCustomMenuItemType, type SCCustomMenuType, type SCAuthTokenType, type SCUserType, type SCUserSettingsType, type SCUserBlockedSettingsType, type SCUserModerationType, type SCUserScoreVariation, type SCUserScoreType, type SCUserReputationType, type SCUserAutocompleteType, type SCUserCounterType, type SCUserAvatarType, type SCUserChangeEmailType, type SCUserPermissionType, type SCUserFollowedStatusType, type SCUserFollowerStatusType, type SCUserConnectionStatusType, type SCUserHiddenStatusType, type SCUserHiddenByStatusType, type SCUserConnectionRequestType, type SCUserEmailTokenType, type SCUserProviderAssociationType, type SCMetadataType, type SCTagType, type SCCategoryType, type SCCategoryAudienceType, type SCCategoryFollowedStatusType, 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, type SCFeedUnseenCountType, type SCFeedObjectSuspendedStatusType, type SCFeedObjectHideStatusType, type SCFeedObjectFollowingStatusType, type SCCommentType, type SCPrivateMessageThreadType, type SCPrivateMessageSnippetType, type SCPrivateMessageFileType, type SCPrivateMessageUploadMediaType, type SCPrivateMessageUploadThumbnailType, type SCPrivateMessageUploadMediaChunkType, type SCPromoType, 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, type SCNotificationContributionType, type SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCNotificationLiveStreamActivityType, type SCIncubatorType, type SCIncubatorSubscriptionType, type SCInviteType, type SCNotificationIncubatorType, type SCNotificationUnseenCountType, type SCPrizeType, type SCPrizeUserType, type SCUserLoyaltyPointsType, type SCWebhookEndpointType, type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEventsType, type SCContributionStatus, type SCVoteType, type SCFlagType, type SCCustomPageType, type SCDataPortabilityType, type SCPreferenceType, type SCFeatureType, type SSOSignInType, type SSOSignUpType, type SCLegalPageType, type SCLegalPageAckType, type SCContributionInsightCountersType, type SCContributionInsightType, type SCEmbedInsightType, type SCEmbedInsightCountersType, type SCUsersInsightType, type SCUsersInsightCountersType, type SCFlaggedContributionType, type SCPlatformType, type SCAvatarType, type SCReactionType, type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, type SCSuggestionType, type SCGroupType, type SCEventType, type SCStepType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamMonthlyDurationType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType };
package/lib/esm/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Import enums
3
3
  */
4
- import { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './types';
4
+ import { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier } from './types';
5
5
  /**
6
6
  * List all exports enums and types
7
7
  */
8
- export { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType };
8
+ export { SCContributionType, SCBroadcastMessageBannerType, SCCategoryAutoFollowType, SCCommentsOrderBy, SCCustomAdvPosition, SCCustomPageTypeEnum, SCDeviceTypeEnum, SCDeviceApnsTypeEnum, SCFeatureName, SCFeedTypologyType, SCFeedUnitActivityTypologyType, SCFlagTypeEnum, SCFlagModerationStatusType, SCConnectionStatus, SCIncubatorStatusType, SCLegalPagePoliciesType, SCLanguageType, SCNotificationTypologyType, SCNotificationTopicType, SCPreferenceSection, SCPreferenceName, SCMessageFileType, SCPrizeUserStatusType, SCUserStatus, SuggestionType, SCPrivateMessageStatusType, SCMetadataTypeFieldType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCPrivateMessageType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventLocationFilterType, SCEventDateFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier };
@@ -77,4 +77,4 @@ export interface SCGcmDeviceType extends SCDeviceType {
77
77
  * Interface SCApnsDeviceType
78
78
  * APNSDevice Schema.
79
79
  */
80
- export declare type SCApnsDeviceType = SCDeviceType;
80
+ export type SCApnsDeviceType = SCDeviceType;
@@ -3,6 +3,7 @@
3
3
  * Event Schema.
4
4
  */
5
5
  import { SCUserType } from './user';
6
+ import { SCLiveStreamType } from './liveStream';
6
7
  /**
7
8
  * SCEventPrivacyType enum
8
9
  */
@@ -25,7 +26,8 @@ export declare enum SCEventSubscriptionStatusType {
25
26
  */
26
27
  export declare enum SCEventLocationType {
27
28
  PERSON = "in person",
28
- ONLINE = "virtual"
29
+ ONLINE = "virtual",
30
+ LIVESTREAM = "live_stream"
29
31
  }
30
32
  /**
31
33
  * SCEventLocationFilterType enum
@@ -157,6 +159,10 @@ export interface SCEventType {
157
159
  * The event location (in person, online)
158
160
  */
159
161
  location: SCEventLocationType;
162
+ /**
163
+ * The event live stream if exist
164
+ */
165
+ live_stream?: SCLiveStreamType;
160
166
  /**
161
167
  * The event place
162
168
  */
@@ -24,6 +24,7 @@ export var SCEventLocationType;
24
24
  (function (SCEventLocationType) {
25
25
  SCEventLocationType["PERSON"] = "in person";
26
26
  SCEventLocationType["ONLINE"] = "virtual";
27
+ SCEventLocationType["LIVESTREAM"] = "live_stream";
27
28
  })(SCEventLocationType || (SCEventLocationType = {}));
28
29
  /**
29
30
  * SCEventLocationFilterType enum
@@ -42,7 +42,8 @@ export declare enum SCFeatureName {
42
42
  REACTION = "reaction",
43
43
  PRIVATE_MESSAGING = "private_messaging",
44
44
  GROUPING = "grouping",
45
- EVENT = "event"
45
+ EVENT = "event",
46
+ LIVE_STREAM = "live_stream"
46
47
  }
47
48
  /**
48
49
  * SCFeatureType interface
@@ -44,4 +44,5 @@ export var SCFeatureName;
44
44
  SCFeatureName["PRIVATE_MESSAGING"] = "private_messaging";
45
45
  SCFeatureName["GROUPING"] = "grouping";
46
46
  SCFeatureName["EVENT"] = "event";
47
+ SCFeatureName["LIVE_STREAM"] = "live_stream";
47
48
  })(SCFeatureName || (SCFeatureName = {}));
@@ -235,7 +235,7 @@ export interface SCFeedPostType extends SCFeedObjectType {
235
235
  * Interface SCFeedStatusType.
236
236
  * Status Schema.
237
237
  */
238
- export declare type SCFeedStatusType = SCFeedObjectType;
238
+ export type SCFeedStatusType = SCFeedObjectType;
239
239
  /**
240
240
  * SCFeedUnseenCountType interface
241
241
  */
@@ -17,7 +17,7 @@ import { SCIncubatorStatusType, type SCIncubatorSubscriptionType, type SCIncubat
17
17
  import { type SCCustomNotificationType } from './customNotification';
18
18
  import { type SCPrizeType, SCPrizeUserStatusType, type SCPrizeUserType, type SCUserLoyaltyPointsType } from './prize';
19
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, type SCNotificationGroupActivityType, SCNotificationEventActivityType } from './notification';
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, type SCNotificationGroupActivityType, SCNotificationEventActivityType, SCNotificationLiveStreamActivityType } from './notification';
21
21
  import { type SCWebhookEndpointAttemptType, type SCWebhookEndpointSecretType, type SCWebhookEndpointType, type SCWebhookEventsType } from './webhook';
22
22
  import { type SCVoteType } from './vote';
23
23
  import { SCFlagModerationStatusType, type SCFlagType, SCFlagTypeEnum } from './flag';
@@ -39,8 +39,10 @@ import { SCConnectionStatus } from './friendship';
39
39
  import { type SCDeviceType, type SCApnsDeviceType, type SCGcmDeviceType, SCDeviceApnsTypeEnum, type SCDeviceGcmTypeEnum, SCDeviceTypeEnum } from './device';
40
40
  import { type SCGroupType, SCGroupPrivacyType, SCGroupSubscriptionStatusType } from './group';
41
41
  import { type SCEventType, SCEventPrivacyType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, SCEventSubscriptionStatusType } from './event';
42
+ import { type SCLiveStreamType, SCLiveStreamViewType, SCLiveStreamConnectionDetailsType, SCLiveStreamSettingsType, SCLiveStreamMonthlyDurationType, SCLiveStreamConnectionDetailsResponseErrorType, SCLiveStreamConnectionDetailsErrorType } from './liveStream';
42
43
  import { type SCStepType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './onboarding';
44
+ import { SCCommunitySubscriptionTier } from './tier';
43
45
  /**
44
46
  * Exports all types
45
47
  */
46
- 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, SCPrivateMessageType, 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 SCNotificationGroupActivityType, type SCNotificationEventActivityType, 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, type SCGroupType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, type SCEventType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, type SCStepType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType };
48
+ 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, SCPrivateMessageType, 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 SCNotificationGroupActivityType, type SCNotificationEventActivityType, type SCNotificationLiveStreamActivityType, 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, type SCGroupType, SCGroupPrivacyType, SCGroupSubscriptionStatusType, type SCEventType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, type SCStepType, SCOnBoardingStepType, SCOnBoardingStepStatusType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType, type SCLiveStreamMonthlyDurationType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCOnBoardingStepIdType, SCCommunitySubscriptionTier };
@@ -21,8 +21,10 @@ import { SCConnectionStatus } from './friendship';
21
21
  import { SCDeviceApnsTypeEnum, SCDeviceTypeEnum } from './device';
22
22
  import { SCGroupPrivacyType, SCGroupSubscriptionStatusType } from './group';
23
23
  import { SCEventPrivacyType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, SCEventSubscriptionStatusType } from './event';
24
+ import { SCLiveStreamViewType, SCLiveStreamConnectionDetailsErrorType } from './liveStream';
24
25
  import { SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './onboarding';
26
+ import { SCCommunitySubscriptionTier } from './tier';
25
27
  /**
26
28
  * Exports all types
27
29
  */
28
- export { SCBroadcastMessageBannerType, SCLanguageType, SCUserStatus, SCUserReputationType, SCMetadataTypeFieldType, SCCategoryAutoFollowType, SCCustomAdvPosition, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCCommentsOrderBy, SCPrivateMessageStatusType, SCMessageFileType, SCPrivateMessageType, SCNotificationTypologyType, SCNotificationTopicType, SCIncubatorStatusType, SCPrizeUserStatusType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, SCPreferenceSection, SCPreferenceName, SCFeatureName, SCLegalPagePoliciesType, SCContributionType, SCContributeStatusType, SuggestionType, SCConnectionStatus, SCDeviceApnsTypeEnum, SCDeviceTypeEnum, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType };
30
+ export { SCBroadcastMessageBannerType, SCLanguageType, SCUserStatus, SCUserReputationType, SCMetadataTypeFieldType, SCCategoryAutoFollowType, SCCustomAdvPosition, SCFeedUnitActivityTypologyType, SCFeedTypologyType, SCCommentsOrderBy, SCPrivateMessageStatusType, SCMessageFileType, SCPrivateMessageType, SCNotificationTypologyType, SCNotificationTopicType, SCIncubatorStatusType, SCPrizeUserStatusType, SCFlagTypeEnum, SCFlagModerationStatusType, SCCustomPageTypeEnum, SCPreferenceSection, SCPreferenceName, SCFeatureName, SCLegalPagePoliciesType, SCContributionType, SCContributeStatusType, SuggestionType, SCConnectionStatus, SCDeviceApnsTypeEnum, SCDeviceTypeEnum, SCGroupPrivacyType, SCGroupSubscriptionStatusType, SCEventPrivacyType, SCEventSubscriptionStatusType, SCEventRecurrenceType, SCEventLocationType, SCEventDateFilterType, SCEventLocationFilterType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCOnBoardingStepIdType, SCCommunitySubscriptionTier };
@@ -0,0 +1,55 @@
1
+ import { SCUserType } from './user';
2
+ import { SCEventType } from './event';
3
+ export interface SCLiveStreamType {
4
+ id?: number;
5
+ title: string;
6
+ description?: string;
7
+ created_at?: Date | string;
8
+ last_started_at?: Date | string;
9
+ last_finished_at?: Date | string;
10
+ closed_at_by_host?: Date | string;
11
+ slug?: string;
12
+ roomName?: string;
13
+ settings?: Record<string, any>;
14
+ host?: SCUserType;
15
+ cover?: string;
16
+ event?: SCEventType;
17
+ }
18
+ export declare enum SCLiveStreamViewType {
19
+ GALLERY = "gallery",
20
+ SPEAKER = "speaker"
21
+ }
22
+ export interface SCLiveStreamConnectionDetailsType {
23
+ serverUrl: string;
24
+ roomName: string;
25
+ participantToken: string;
26
+ }
27
+ export declare enum SCLiveStreamConnectionDetailsErrorType {
28
+ LIVE_STREAM_IS_CLOSED = "LIVE_STREAM_IS_CLOSED",
29
+ MONTHLY_MINUTE_LIMIT_REACHED = "MONTHLY_MINUTE_LIMIT_REACHED",
30
+ WAITING_HOST_TO_START_LIVE_STREAM = "WAITING_HOST_TO_START_LIVE_STREAM",
31
+ PARTICIPANTS_LIMIT_REACHED = "PARTICIPANTS_LIMIT_REACHED",
32
+ PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM = "PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM",
33
+ USER_BANNED_FOR_THIS_LIVE_STREAM = "USER_BANNED_FOR_THIS_LIVE_STREAM"
34
+ }
35
+ export interface SCLiveStreamConnectionDetailsResponseErrorType {
36
+ errors: [{
37
+ code: SCLiveStreamConnectionDetailsErrorType;
38
+ }];
39
+ }
40
+ export interface SCLiveStreamSettingsType {
41
+ muteParticipants?: boolean;
42
+ disableVideo?: boolean;
43
+ disableChat?: boolean;
44
+ disableShareScreen?: boolean;
45
+ hideParticipantsList?: boolean;
46
+ automaticallyNotifyFollowers?: boolean;
47
+ showInProfile?: boolean;
48
+ view?: SCLiveStreamViewType;
49
+ }
50
+ export interface SCLiveStreamMonthlyDurationType {
51
+ duration_total_minutes: number;
52
+ max_minutes: number;
53
+ remaining_minutes: number;
54
+ minutes_exausted: boolean;
55
+ }
@@ -0,0 +1,14 @@
1
+ export var SCLiveStreamViewType;
2
+ (function (SCLiveStreamViewType) {
3
+ SCLiveStreamViewType["GALLERY"] = "gallery";
4
+ SCLiveStreamViewType["SPEAKER"] = "speaker";
5
+ })(SCLiveStreamViewType || (SCLiveStreamViewType = {}));
6
+ export var SCLiveStreamConnectionDetailsErrorType;
7
+ (function (SCLiveStreamConnectionDetailsErrorType) {
8
+ SCLiveStreamConnectionDetailsErrorType["LIVE_STREAM_IS_CLOSED"] = "LIVE_STREAM_IS_CLOSED";
9
+ SCLiveStreamConnectionDetailsErrorType["MONTHLY_MINUTE_LIMIT_REACHED"] = "MONTHLY_MINUTE_LIMIT_REACHED";
10
+ SCLiveStreamConnectionDetailsErrorType["WAITING_HOST_TO_START_LIVE_STREAM"] = "WAITING_HOST_TO_START_LIVE_STREAM";
11
+ SCLiveStreamConnectionDetailsErrorType["PARTICIPANTS_LIMIT_REACHED"] = "PARTICIPANTS_LIMIT_REACHED";
12
+ SCLiveStreamConnectionDetailsErrorType["PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM"] = "PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM";
13
+ SCLiveStreamConnectionDetailsErrorType["USER_BANNED_FOR_THIS_LIVE_STREAM"] = "USER_BANNED_FOR_THIS_LIVE_STREAM";
14
+ })(SCLiveStreamConnectionDetailsErrorType || (SCLiveStreamConnectionDetailsErrorType = {}));
@@ -1,4 +1,4 @@
1
- import { SCCommentType, SCEventType, SCFeedDiscussionType, SCFeedPostType, SCFeedStatusType, SCGroupType, SCUserType } from '../index';
1
+ import { SCCommentType, SCEventType, SCFeedDiscussionType, SCFeedPostType, SCFeedStatusType, SCGroupType, SCLiveStreamType, SCUserType } from '../index';
2
2
  import { SCPrivateMessageThreadType } from './privateMessage';
3
3
  import { SCUserBlockedSettingsType } from './user';
4
4
  import { SCCustomNotificationType } from './customNotification';
@@ -52,7 +52,8 @@ export declare enum SCNotificationTypologyType {
52
52
  USER_INVITED_TO_JOIN_EVENT = "user_invited_to_join_event",
53
53
  USER_REQUESTED_TO_JOIN_EVENT = "user_requested_to_join_event",
54
54
  USER_ACCEPTED_TO_JOIN_EVENT = "user_accepted_to_join_event",
55
- USER_ADDED_TO_EVENT = "user_added_to_event"
55
+ USER_ADDED_TO_EVENT = "user_added_to_event",
56
+ LIVE_STREAM_STARTED = "live_stream_started"
56
57
  }
57
58
  /**
58
59
  * Define topic for notifications
@@ -478,7 +479,16 @@ export interface SCNotificationEventActivityType extends SCNotificationType {
478
479
  */
479
480
  user: SCUserType;
480
481
  /**
481
- * The Group obj
482
+ * The event obj
482
483
  */
483
484
  event: Partial<SCEventType>;
484
485
  }
486
+ /**
487
+ * Interface SCNotificationGroupActivityType.
488
+ */
489
+ export interface SCNotificationLiveStreamActivityType extends SCNotificationType {
490
+ /**
491
+ * The LiveStream obj
492
+ */
493
+ live_stream: Partial<SCLiveStreamType>;
494
+ }
@@ -49,6 +49,7 @@ export var SCNotificationTypologyType;
49
49
  SCNotificationTypologyType["USER_REQUESTED_TO_JOIN_EVENT"] = "user_requested_to_join_event";
50
50
  SCNotificationTypologyType["USER_ACCEPTED_TO_JOIN_EVENT"] = "user_accepted_to_join_event";
51
51
  SCNotificationTypologyType["USER_ADDED_TO_EVENT"] = "user_added_to_event";
52
+ SCNotificationTypologyType["LIVE_STREAM_STARTED"] = "live_stream_started";
52
53
  })(SCNotificationTypologyType || (SCNotificationTypologyType = {}));
53
54
  /**
54
55
  * Define topic for notifications
@@ -103,6 +103,7 @@ export declare enum SCPreferenceName {
103
103
  URL_TEMPLATE_NOTIFICATIONS = "url_template_notifications",
104
104
  URL_TEMPLATE_USER_PRIVATE_MESSAGES = "url_template_private_message",
105
105
  URL_TEMPLATE_INCUBATOR = "url_template_incubator",
106
+ URL_TEMPLATE_LIVE_STREAM = "url_template_live_stream",
106
107
  APP_URL = "app_url",
107
108
  USER_METADATA_DEFINITIONS = "user_metadata_definition",
108
109
  TAG_MANAGER_CONTAINER_ID = "tag_manager_container_id",
@@ -136,8 +137,11 @@ export declare enum SCPreferenceName {
136
137
  EVENTS_VISIBILITY_ENABLED = "events_visibility_enabled",
137
138
  EVENTS_PRIVATE_ENABLED = "events_private_enabled",
138
139
  EVENTS_ONLY_STAFF_ENABLED = "events_only_staff_enabled",
140
+ LIVE_STREAM_ENABLED = "live_stream_enabled",
141
+ LIVE_STREAM_ONLY_STAFF_ENABLED = "live_stream_only_staff_enabled",
139
142
  ONBOARDING_ENABLED = "onboarding_enabled",
140
- ONBOARDING_HIDDEN = "onboarding_hidden"
143
+ ONBOARDING_HIDDEN = "onboarding_hidden",
144
+ SUBSCRIPTION_TIER = "subscription_tier"
141
145
  }
142
146
  /**
143
147
  * SCPreferenceType interface
@@ -105,6 +105,7 @@ export var SCPreferenceName;
105
105
  SCPreferenceName["URL_TEMPLATE_NOTIFICATIONS"] = "url_template_notifications";
106
106
  SCPreferenceName["URL_TEMPLATE_USER_PRIVATE_MESSAGES"] = "url_template_private_message";
107
107
  SCPreferenceName["URL_TEMPLATE_INCUBATOR"] = "url_template_incubator";
108
+ SCPreferenceName["URL_TEMPLATE_LIVE_STREAM"] = "url_template_live_stream";
108
109
  SCPreferenceName["APP_URL"] = "app_url";
109
110
  SCPreferenceName["USER_METADATA_DEFINITIONS"] = "user_metadata_definition";
110
111
  SCPreferenceName["TAG_MANAGER_CONTAINER_ID"] = "tag_manager_container_id";
@@ -138,6 +139,9 @@ export var SCPreferenceName;
138
139
  SCPreferenceName["EVENTS_VISIBILITY_ENABLED"] = "events_visibility_enabled";
139
140
  SCPreferenceName["EVENTS_PRIVATE_ENABLED"] = "events_private_enabled";
140
141
  SCPreferenceName["EVENTS_ONLY_STAFF_ENABLED"] = "events_only_staff_enabled";
142
+ SCPreferenceName["LIVE_STREAM_ENABLED"] = "live_stream_enabled";
143
+ SCPreferenceName["LIVE_STREAM_ONLY_STAFF_ENABLED"] = "live_stream_only_staff_enabled";
141
144
  SCPreferenceName["ONBOARDING_ENABLED"] = "onboarding_enabled";
142
145
  SCPreferenceName["ONBOARDING_HIDDEN"] = "onboarding_hidden";
146
+ SCPreferenceName["SUBSCRIPTION_TIER"] = "subscription_tier";
143
147
  })(SCPreferenceName || (SCPreferenceName = {}));
@@ -0,0 +1,9 @@
1
+ /**
2
+ * SelfCommunity subscription tiers
3
+ */
4
+ export declare enum SCCommunitySubscriptionTier {
5
+ FREE_TRIAL = "FREE_TRIAL",
6
+ GO = "GO",
7
+ PROFESSIONAL = "PROFESSIONAL",
8
+ ENTERPRISE = "ENTERPRISE"
9
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * SelfCommunity subscription tiers
3
+ */
4
+ export var SCCommunitySubscriptionTier;
5
+ (function (SCCommunitySubscriptionTier) {
6
+ SCCommunitySubscriptionTier["FREE_TRIAL"] = "FREE_TRIAL";
7
+ SCCommunitySubscriptionTier["GO"] = "GO";
8
+ SCCommunitySubscriptionTier["PROFESSIONAL"] = "PROFESSIONAL";
9
+ SCCommunitySubscriptionTier["ENTERPRISE"] = "ENTERPRISE";
10
+ })(SCCommunitySubscriptionTier || (SCCommunitySubscriptionTier = {}));
@@ -123,7 +123,7 @@ export interface SCUserType {
123
123
  /**
124
124
  * List of user permission. Only for the resource /user/me/.
125
125
  */
126
- permission?: Array<string>;
126
+ permission?: Record<string, any>;
127
127
  /**
128
128
  * The connection status between the request user and this user.
129
129
  */
package/lib/umd/types.js CHANGED
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see types.js.LICENSE.txt */
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 t;_.__esModule=!0,_.SCBroadcastMessageBannerType=void 0,_.SCBroadcastMessageBannerType=t,function(e){e.HTML="html_banner",e.NOTIFICATION="notification_banner"}(t||(_.SCBroadcastMessageBannerType=t={}))},511:(e,_)=>{let t;_.__esModule=!0,_.SCCategoryAutoFollowType=void 0,_.SCCategoryAutoFollowType=t,function(e){e.NONE="none",e.DEFAULT="default",e.FORCED="forced"}(t||(_.SCCategoryAutoFollowType=t={}))},444:(e,_)=>{let t;_.__esModule=!0,_.SCCommentsOrderBy=void 0,_.SCCommentsOrderBy=t,function(e){e.ADDED_AT_DESC="-added_at",e.ADDED_AT_ASC="added_at",e.CONNECTION_DESC="-connection",e.CONNECTION_ASC="connection"}(t||(_.SCCommentsOrderBy=t={}))},275:(e,_)=>{let t,o;_.__esModule=!0,_.SCContributionType=_.SCContributeStatusType=void 0,_.SCContributionType=t,function(e){e.DISCUSSION="discussion",e.POST="post",e.STATUS="status",e.COMMENT="comment"}(t||(_.SCContributionType=t={})),_.SCContributeStatusType=o,function(e){e.OPEN="open",e.IGNORED="ignored",e.HIDDEN="hidden",e.DELETED="deleted"}(o||(_.SCContributeStatusType=o={}))},386:(e,_)=>{let t;_.__esModule=!0,_.SCCustomAdvPosition=void 0,_.SCCustomAdvPosition=t,function(e){e.POSITION_BELOW_TOPBAR="BELOW_TOPBAR",e.POSITION_BELOW_FEED_OBJECT="BELOW_THE_POST",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"}(t||(_.SCCustomAdvPosition=t={}))},767:(e,_)=>{let t;_.__esModule=!0,_.SCCustomPageTypeEnum=void 0,_.SCCustomPageTypeEnum=t,function(e){e.NORMAL="normal",e.LEGAL="legal"}(t||(_.SCCustomPageTypeEnum=t={}))},402:(e,_)=>{let t,o,E;_.__esModule=!0,_.SCDeviceTypeEnum=_.SCDeviceGcmTypeEnum=_.SCDeviceApnsTypeEnum=void 0,_.SCDeviceTypeEnum=t,function(e){e.ANDROID="Android",e.IOS="iOS"}(t||(_.SCDeviceTypeEnum=t={})),_.SCDeviceGcmTypeEnum=o,function(e){e.GCM="GCM",e.FCM="FCM"}(o||(_.SCDeviceGcmTypeEnum=o={})),_.SCDeviceApnsTypeEnum=E,function(e){e.APNS="APNS"}(E||(_.SCDeviceApnsTypeEnum=E={}))},410:(e,_)=>{let t,o,E,S,n,T;_.__esModule=!0,_.SCEventSubscriptionStatusType=_.SCEventRecurrenceType=_.SCEventPrivacyType=_.SCEventLocationType=_.SCEventLocationFilterType=_.SCEventDateFilterType=void 0,_.SCEventPrivacyType=t,function(e){e.PUBLIC="public",e.PRIVATE="private"}(t||(_.SCEventPrivacyType=t={})),_.SCEventSubscriptionStatusType=o,function(e){e.SUBSCRIBED="subscribed",e.REQUESTED="requested",e.INVITED="invited",e.GOING="going",e.NOT_GOING="not_going"}(o||(_.SCEventSubscriptionStatusType=o={})),_.SCEventLocationType=E,function(e){e.PERSON="in person",e.ONLINE="virtual"}(E||(_.SCEventLocationType=E={})),_.SCEventLocationFilterType=S,function(e){e.ANY="any",e.PERSON="in person",e.ONLINE="virtual"}(S||(_.SCEventLocationFilterType=S={})),_.SCEventRecurrenceType=n,function(e){e.NEVER="never",e.DAILY="daily",e.WEEKLY="weekly",e.MONTHLY="monthly"}(n||(_.SCEventRecurrenceType=n={})),_.SCEventDateFilterType=T,function(e){e.ANY="any",e.TODAY="today",e.TOMORROW="tomorrow",e.THIS_WEEK="this_week",e.NEXT_WEEK="next_week",e.THIS_MONTH="this_month",e.PAST="past"}(T||(_.SCEventDateFilterType=T={}))},22:(e,_)=>{let t;_.__esModule=!0,_.SCFeatureName=void 0,_.SCFeatureName=t,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",e.GROUPING="grouping",e.EVENT="event"}(t||(_.SCFeatureName=t={}))},505:(e,_)=>{let t,o;_.__esModule=!0,_.SCFeedUnitActivityTypologyType=_.SCFeedTypologyType=void 0,_.SCFeedTypologyType=t,function(e){e.HOME="home",e.EXPLORE="explore",e.CATEGORY="category",e.GROUP="group",e.EVENT="event"}(t||(_.SCFeedTypologyType=t={})),_.SCFeedUnitActivityTypologyType=o,function(e){e.COMMENT="comment",e.VOTE="vote",e.POLLVOTE="pollvote",e.FOLLOW="follow"}(o||(_.SCFeedUnitActivityTypologyType=o={}))},561:(e,_)=>{let t,o;_.__esModule=!0,_.SCFlagTypeEnum=_.SCFlagModerationStatusType=void 0,_.SCFlagTypeEnum=t,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"}(t||(_.SCFlagTypeEnum=t={})),_.SCFlagModerationStatusType=o,function(e){e.IGNORED="ignored",e.DELETED="deleted",e.HIDDEN="hidden"}(o||(_.SCFlagModerationStatusType=o={}))},554:(e,_)=>{let t;_.__esModule=!0,_.SCConnectionStatus=void 0,_.SCConnectionStatus=t,function(e){e.CONNECTED="connected",e.CONNECTION_REQUEST_SENT="sent_connection_request",e.CONNECTION_REQUEST_RECEIVED="received_connection_request"}(t||(_.SCConnectionStatus=t={}))},56:(e,_)=>{let t,o;_.__esModule=!0,_.SCGroupSubscriptionStatusType=_.SCGroupPrivacyType=void 0,_.SCGroupPrivacyType=t,function(e){e.PUBLIC="public",e.PRIVATE="private"}(t||(_.SCGroupPrivacyType=t={})),_.SCGroupSubscriptionStatusType=o,function(e){e.SUBSCRIBED="subscribed",e.REQUESTED="requested",e.INVITED="invited"}(o||(_.SCGroupSubscriptionStatusType=o={}))},947:(e,_)=>{let t;_.__esModule=!0,_.SCIncubatorStatusType=void 0,_.SCIncubatorStatusType=t,function(e){e[e.PENDING=0]="PENDING",e[e.PROPOSAL=1]="PROPOSAL",e[e.APPROVED=2]="APPROVED",e[e.IGNORED=3]="IGNORED"}(t||(_.SCIncubatorStatusType=t={}))},994:(e,_,t)=>{_.__esModule=!0;var o=t(665);_.SCBroadcastMessageBannerType=o.SCBroadcastMessageBannerType;var E=t(386);_.SCCustomAdvPosition=E.SCCustomAdvPosition;var S=t(851);_.SCLanguageType=S.SCLanguageType;var n=t(967);_.SCUserReputationType=n.SCUserReputationType,_.SCUserStatus=n.SCUserStatus;var T=t(511);_.SCCategoryAutoFollowType=T.SCCategoryAutoFollowType;var i=t(584);_.SCMetadataTypeFieldType=i.SCMetadataTypeFieldType;var a=t(444);_.SCCommentsOrderBy=a.SCCommentsOrderBy;var C=t(461);_.SCMessageFileType=C.SCMessageFileType,_.SCPrivateMessageStatusType=C.SCPrivateMessageStatusType,_.SCPrivateMessageType=C.SCPrivateMessageType;var r=t(947);_.SCIncubatorStatusType=r.SCIncubatorStatusType;var O=t(303);_.SCPrizeUserStatusType=O.SCPrizeUserStatusType;var p=t(505);_.SCFeedTypologyType=p.SCFeedTypologyType,_.SCFeedUnitActivityTypologyType=p.SCFeedUnitActivityTypologyType;var s=t(768);_.SCNotificationTopicType=s.SCNotificationTopicType,_.SCNotificationTypologyType=s.SCNotificationTypologyType;var N=t(561);_.SCFlagModerationStatusType=N.SCFlagModerationStatusType,_.SCFlagTypeEnum=N.SCFlagTypeEnum;var A=t(767);_.SCCustomPageTypeEnum=A.SCCustomPageTypeEnum;var u=t(903);_.SCPreferenceSection=u.SCPreferenceSection,_.SCPreferenceName=u.SCPreferenceName;var I=t(22);_.SCFeatureName=I.SCFeatureName;var y=t(460);_.SCLegalPagePoliciesType=y.SCLegalPagePoliciesType;var c=t(275);_.SCContributeStatusType=c.SCContributeStatusType,_.SCContributionType=c.SCContributionType;var l=t(579);_.SuggestionType=l.SuggestionType;var R=t(554);_.SCConnectionStatus=R.SCConnectionStatus;var L=t(402);_.SCDeviceApnsTypeEnum=L.SCDeviceApnsTypeEnum,_.SCDeviceTypeEnum=L.SCDeviceTypeEnum;var d=t(56);_.SCGroupPrivacyType=d.SCGroupPrivacyType,_.SCGroupSubscriptionStatusType=d.SCGroupSubscriptionStatusType;var P=t(410);_.SCEventPrivacyType=P.SCEventPrivacyType,_.SCEventRecurrenceType=P.SCEventRecurrenceType,_.SCEventLocationType=P.SCEventLocationType,_.SCEventDateFilterType=P.SCEventDateFilterType,_.SCEventLocationFilterType=P.SCEventLocationFilterType,_.SCEventSubscriptionStatusType=P.SCEventSubscriptionStatusType;var g=t(3);_.SCOnBoardingStepType=g.SCOnBoardingStepType,_.SCOnBoardingStepStatusType=g.SCOnBoardingStepStatusType,_.SCOnBoardingStepIdType=g.SCOnBoardingStepIdType},460:(e,_)=>{let t;_.__esModule=!0,_.SCLegalPagePoliciesType=void 0,_.SCLegalPagePoliciesType=t,function(e){e.TERMS_AND_CONDITIONS="tec",e.PRIVACY="privacy"}(t||(_.SCLegalPagePoliciesType=t={}))},851:(e,_)=>{let t;_.__esModule=!0,_.SCLanguageType=void 0,_.SCLanguageType=t,function(e){e.EN="en",e.IT="it"}(t||(_.SCLanguageType=t={}))},584:(e,_)=>{let t;_.__esModule=!0,_.SCMetadataTypeFieldType=void 0,_.SCMetadataTypeFieldType=t,function(e){e.STRING="string",e.EMAIL="email",e.URL="url",e.ENUM="enum",e.PHONE_NUMBER="phone_number",e.CHECKBOX="checkbox"}(t||(_.SCMetadataTypeFieldType=t={}))},768:(e,_)=>{let t,o;_.__esModule=!0,_.SCNotificationTypologyType=_.SCNotificationTopicType=void 0,_.SCNotificationTypologyType=t,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",e.USER_INVITED_TO_JOIN_GROUP="user_invited_to_join_group",e.USER_REQUESTED_TO_JOIN_GROUP="user_requested_to_join_group",e.USER_ACCEPTED_TO_JOIN_GROUP="user_accepted_to_join_group",e.USER_ADDED_TO_GROUP="user_added_to_group",e.USER_INVITED_TO_JOIN_EVENT="user_invited_to_join_event",e.USER_REQUESTED_TO_JOIN_EVENT="user_requested_to_join_event",e.USER_ACCEPTED_TO_JOIN_EVENT="user_accepted_to_join_event",e.USER_ADDED_TO_EVENT="user_added_to_event"}(t||(_.SCNotificationTypologyType=t={})),_.SCNotificationTopicType=o,function(e){e.INTERACTION="interaction",e.NEWS="news"}(o||(_.SCNotificationTopicType=o={}))},3:(e,_)=>{let t,o,E;_.__esModule=!0,_.SCOnBoardingStepType=_.SCOnBoardingStepStatusType=_.SCOnBoardingStepIdType=void 0,_.SCOnBoardingStepType=t,function(e){e.CONTENTS="contents",e.CATEGORIES="categories",e.APPEARANCE="appearance",e.PROFILE="profile",e.INVITE="invite",e.APP="app"}(t||(_.SCOnBoardingStepType=t={})),_.SCOnBoardingStepIdType=o,function(e){e[e.CONTENTS=1]="CONTENTS",e[e.CATEGORIES=2]="CATEGORIES",e[e.APPEARANCE=3]="APPEARANCE",e[e.PROFILE=4]="PROFILE",e[e.INVITE=5]="INVITE",e[e.APP=6]="APP"}(o||(_.SCOnBoardingStepIdType=o={})),_.SCOnBoardingStepStatusType=E,function(e){e.IN_PROGRESS="in_progress",e.COMPLETED="completed",e.NOT_STARTED="not_started",e.FAILED="failed"}(E||(_.SCOnBoardingStepStatusType=E={}))},903:(e,_)=>{let t,o;_.__esModule=!0,_.SCPreferenceSection=_.SCPreferenceName=void 0,_.SCPreferenceSection=t,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"}(t||(_.SCPreferenceSection=t={})),_.SCPreferenceName=o,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.COLORFONT="font_color",e.COLORFONTSECONDARY="font_color_secondary",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.ERRORPAGES_TITLE="errorpages_title",e.ERRORPAGES_SUBTITLE="errorpages_subtitle",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.AFFINITY_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.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.CUSTOM_NAVBAR_ITEM_ENABLED="custom_navbar_item_enabled",e.CUSTOM_NAVBAR_ITEM_TEXT="custom_navbar_item_text",e.CUSTOM_NAVBAR_ITEM_URL="custom_navbar_item_url",e.CUSTOM_NAVBAR_ITEM_IMAGE="custom_navbar_item_image",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.APP_URL="app_url",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",e.GROUPS_ENABLED="groups_enabled",e.GROUPS_VISIBILITY_ENABLED="groups_visibility_enabled",e.GROUPS_PRIVATE_ENABLED="groups_private_enabled",e.GROUPS_ONLY_STAFF_ENABLED="groups_only_staff_enabled",e.EVENTS_ENABLED="events_enabled",e.EVENTS_VISIBILITY_ENABLED="events_visibility_enabled",e.EVENTS_PRIVATE_ENABLED="events_private_enabled",e.EVENTS_ONLY_STAFF_ENABLED="events_only_staff_enabled",e.ONBOARDING_ENABLED="onboarding_enabled",e.ONBOARDING_HIDDEN="onboarding_hidden"}(o||(_.SCPreferenceName=o={}))},461:(e,_)=>{let t,o,E;_.__esModule=!0,_.SCPrivateMessageType=_.SCPrivateMessageStatusType=_.SCMessageFileType=void 0,_.SCPrivateMessageStatusType=t,function(e){e.CREATED="created",e.DELETED="deleted",e.HIDDEN="hidden",e.NEW="new"}(t||(_.SCPrivateMessageStatusType=t={})),_.SCPrivateMessageType=o,function(e){e.GROUP="group",e.USER="user",e.NEW="new"}(o||(_.SCPrivateMessageType=o={})),_.SCMessageFileType=E,function(e){e.DOCUMENT="application/",e.IMAGE="image/",e.VIDEO="video/",e.PDF="application/pdf",e.AUDIO="audio/"}(E||(_.SCMessageFileType=E={}))},303:(e,_)=>{let t;_.__esModule=!0,_.SCPrizeUserStatusType=void 0,_.SCPrizeUserStatusType=t,function(e){e[e.PENDING=0]="PENDING",e[e.REFUSED=1]="REFUSED",e[e.SENT=2]="SENT"}(t||(_.SCPrizeUserStatusType=t={}))},579:(e,_)=>{let t;_.__esModule=!0,_.SuggestionType=void 0,_.SuggestionType=t,function(e){e.USER="user",e.CATEGORY="category",e.GROUP="group"}(t||(_.SuggestionType=t={}))},967:(e,_)=>{let t,o;_.__esModule=!0,_.SCUserStatus=_.SCUserReputationType=void 0,_.SCUserStatus=t,function(e){e.APPROVED="a",e.BLOCKED="b",e.DELETED="d",e.UNREGISTERED="u"}(t||(_.SCUserStatus=t={})),_.SCUserReputationType=o,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"}(o||(_.SCUserReputationType=o={}))}},_={};function t(o){var E=_[o];if(void 0!==E)return E.exports;var S=_[o]={exports:{}};return e[o](S,S.exports,t),S.exports}var o={};return(()=>{var e=o;e.__esModule=!0;var _=t(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,e.SCGroupPrivacyType=_.SCGroupPrivacyType,e.SCGroupSubscriptionStatusType=_.SCGroupSubscriptionStatusType,e.SCPrivateMessageType=_.SCPrivateMessageType,e.SCEventPrivacyType=_.SCEventPrivacyType,e.SCEventSubscriptionStatusType=_.SCEventSubscriptionStatusType,e.SCEventRecurrenceType=_.SCEventRecurrenceType,e.SCEventLocationType=_.SCEventLocationType,e.SCEventLocationFilterType=_.SCEventLocationFilterType,e.SCEventDateFilterType=_.SCEventDateFilterType,e.SCOnBoardingStepType=_.SCOnBoardingStepType,e.SCOnBoardingStepStatusType=_.SCOnBoardingStepStatusType,e.SCOnBoardingStepIdType=_.SCOnBoardingStepIdType})(),o})()));
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={884:(e,_)=>{var t;_.__esModule=!0,_.SCBroadcastMessageBannerType=void 0,_.SCBroadcastMessageBannerType=t,function(e){e.HTML="html_banner",e.NOTIFICATION="notification_banner"}(t||(_.SCBroadcastMessageBannerType=t={}))},346:(e,_)=>{var t;_.__esModule=!0,_.SCCategoryAutoFollowType=void 0,_.SCCategoryAutoFollowType=t,function(e){e.NONE="none",e.DEFAULT="default",e.FORCED="forced"}(t||(_.SCCategoryAutoFollowType=t={}))},558:(e,_)=>{var t;_.__esModule=!0,_.SCCommentsOrderBy=void 0,_.SCCommentsOrderBy=t,function(e){e.ADDED_AT_DESC="-added_at",e.ADDED_AT_ASC="added_at",e.CONNECTION_DESC="-connection",e.CONNECTION_ASC="connection"}(t||(_.SCCommentsOrderBy=t={}))},949:(e,_)=>{var t,E;_.__esModule=!0,_.SCContributionType=_.SCContributeStatusType=void 0,_.SCContributionType=t,function(e){e.DISCUSSION="discussion",e.POST="post",e.STATUS="status",e.COMMENT="comment"}(t||(_.SCContributionType=t={})),_.SCContributeStatusType=E,function(e){e.OPEN="open",e.IGNORED="ignored",e.HIDDEN="hidden",e.DELETED="deleted"}(E||(_.SCContributeStatusType=E={}))},307:(e,_)=>{var t;_.__esModule=!0,_.SCCustomAdvPosition=void 0,_.SCCustomAdvPosition=t,function(e){e.POSITION_BELOW_TOPBAR="BELOW_TOPBAR",e.POSITION_BELOW_FEED_OBJECT="BELOW_THE_POST",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"}(t||(_.SCCustomAdvPosition=t={}))},286:(e,_)=>{var t;_.__esModule=!0,_.SCCustomPageTypeEnum=void 0,_.SCCustomPageTypeEnum=t,function(e){e.NORMAL="normal",e.LEGAL="legal"}(t||(_.SCCustomPageTypeEnum=t={}))},641:(e,_)=>{var t,E,o;_.__esModule=!0,_.SCDeviceTypeEnum=_.SCDeviceGcmTypeEnum=_.SCDeviceApnsTypeEnum=void 0,_.SCDeviceTypeEnum=t,function(e){e.ANDROID="Android",e.IOS="iOS"}(t||(_.SCDeviceTypeEnum=t={})),_.SCDeviceGcmTypeEnum=E,function(e){e.GCM="GCM",e.FCM="FCM"}(E||(_.SCDeviceGcmTypeEnum=E={})),_.SCDeviceApnsTypeEnum=o,function(e){e.APNS="APNS"}(o||(_.SCDeviceApnsTypeEnum=o={}))},682:(e,_)=>{var t,E,o,S,T,n;_.__esModule=!0,_.SCEventSubscriptionStatusType=_.SCEventRecurrenceType=_.SCEventPrivacyType=_.SCEventLocationType=_.SCEventLocationFilterType=_.SCEventDateFilterType=void 0,_.SCEventPrivacyType=t,function(e){e.PUBLIC="public",e.PRIVATE="private"}(t||(_.SCEventPrivacyType=t={})),_.SCEventSubscriptionStatusType=E,function(e){e.SUBSCRIBED="subscribed",e.REQUESTED="requested",e.INVITED="invited",e.GOING="going",e.NOT_GOING="not_going"}(E||(_.SCEventSubscriptionStatusType=E={})),_.SCEventLocationType=o,function(e){e.PERSON="in person",e.ONLINE="virtual",e.LIVESTREAM="live_stream"}(o||(_.SCEventLocationType=o={})),_.SCEventLocationFilterType=S,function(e){e.ANY="any",e.PERSON="in person",e.ONLINE="virtual"}(S||(_.SCEventLocationFilterType=S={})),_.SCEventRecurrenceType=T,function(e){e.NEVER="never",e.DAILY="daily",e.WEEKLY="weekly",e.MONTHLY="monthly"}(T||(_.SCEventRecurrenceType=T={})),_.SCEventDateFilterType=n,function(e){e.ANY="any",e.TODAY="today",e.TOMORROW="tomorrow",e.THIS_WEEK="this_week",e.NEXT_WEEK="next_week",e.THIS_MONTH="this_month",e.PAST="past"}(n||(_.SCEventDateFilterType=n={}))},795:(e,_)=>{var t;_.__esModule=!0,_.SCFeatureName=void 0,_.SCFeatureName=t,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",e.GROUPING="grouping",e.EVENT="event",e.LIVE_STREAM="live_stream"}(t||(_.SCFeatureName=t={}))},618:(e,_)=>{var t,E;_.__esModule=!0,_.SCFeedUnitActivityTypologyType=_.SCFeedTypologyType=void 0,_.SCFeedTypologyType=t,function(e){e.HOME="home",e.EXPLORE="explore",e.CATEGORY="category",e.GROUP="group",e.EVENT="event"}(t||(_.SCFeedTypologyType=t={})),_.SCFeedUnitActivityTypologyType=E,function(e){e.COMMENT="comment",e.VOTE="vote",e.POLLVOTE="pollvote",e.FOLLOW="follow"}(E||(_.SCFeedUnitActivityTypologyType=E={}))},880:(e,_)=>{var t,E;_.__esModule=!0,_.SCFlagTypeEnum=_.SCFlagModerationStatusType=void 0,_.SCFlagTypeEnum=t,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"}(t||(_.SCFlagTypeEnum=t={})),_.SCFlagModerationStatusType=E,function(e){e.IGNORED="ignored",e.DELETED="deleted",e.HIDDEN="hidden"}(E||(_.SCFlagModerationStatusType=E={}))},30:(e,_)=>{var t;_.__esModule=!0,_.SCConnectionStatus=void 0,_.SCConnectionStatus=t,function(e){e.CONNECTED="connected",e.CONNECTION_REQUEST_SENT="sent_connection_request",e.CONNECTION_REQUEST_RECEIVED="received_connection_request"}(t||(_.SCConnectionStatus=t={}))},538:(e,_)=>{var t,E;_.__esModule=!0,_.SCGroupSubscriptionStatusType=_.SCGroupPrivacyType=void 0,_.SCGroupPrivacyType=t,function(e){e.PUBLIC="public",e.PRIVATE="private"}(t||(_.SCGroupPrivacyType=t={})),_.SCGroupSubscriptionStatusType=E,function(e){e.SUBSCRIBED="subscribed",e.REQUESTED="requested",e.INVITED="invited"}(E||(_.SCGroupSubscriptionStatusType=E={}))},584:(e,_)=>{var t;_.__esModule=!0,_.SCIncubatorStatusType=void 0,_.SCIncubatorStatusType=t,function(e){e[e.PENDING=0]="PENDING",e[e.PROPOSAL=1]="PROPOSAL",e[e.APPROVED=2]="APPROVED",e[e.IGNORED=3]="IGNORED"}(t||(_.SCIncubatorStatusType=t={}))},111:(e,_,t)=>{_.__esModule=!0;var E=t(884);_.SCBroadcastMessageBannerType=E.SCBroadcastMessageBannerType;var o=t(307);_.SCCustomAdvPosition=o.SCCustomAdvPosition;var S=t(537);_.SCLanguageType=S.SCLanguageType;var T=t(945);_.SCUserReputationType=T.SCUserReputationType,_.SCUserStatus=T.SCUserStatus;var n=t(346);_.SCCategoryAutoFollowType=n.SCCategoryAutoFollowType;var i=t(86);_.SCMetadataTypeFieldType=i.SCMetadataTypeFieldType;var a=t(558);_.SCCommentsOrderBy=a.SCCommentsOrderBy;var r=t(501);_.SCMessageFileType=r.SCMessageFileType,_.SCPrivateMessageStatusType=r.SCPrivateMessageStatusType,_.SCPrivateMessageType=r.SCPrivateMessageType;var C=t(584);_.SCIncubatorStatusType=C.SCIncubatorStatusType;var p=t(742);_.SCPrizeUserStatusType=p.SCPrizeUserStatusType;var O=t(618);_.SCFeedTypologyType=O.SCFeedTypologyType,_.SCFeedUnitActivityTypologyType=O.SCFeedUnitActivityTypologyType;var s=t(461);_.SCNotificationTopicType=s.SCNotificationTopicType,_.SCNotificationTypologyType=s.SCNotificationTypologyType;var N=t(880);_.SCFlagModerationStatusType=N.SCFlagModerationStatusType,_.SCFlagTypeEnum=N.SCFlagTypeEnum;var A=t(286);_.SCCustomPageTypeEnum=A.SCCustomPageTypeEnum;var I=t(300);_.SCPreferenceSection=I.SCPreferenceSection,_.SCPreferenceName=I.SCPreferenceName;var u=t(795);_.SCFeatureName=u.SCFeatureName;var y=t(933);_.SCLegalPagePoliciesType=y.SCLegalPagePoliciesType;var c=t(949);_.SCContributeStatusType=c.SCContributeStatusType,_.SCContributionType=c.SCContributionType;var L=t(495);_.SuggestionType=L.SuggestionType;var R=t(30);_.SCConnectionStatus=R.SCConnectionStatus;var l=t(641);_.SCDeviceApnsTypeEnum=l.SCDeviceApnsTypeEnum,_.SCDeviceTypeEnum=l.SCDeviceTypeEnum;var d=t(538);_.SCGroupPrivacyType=d.SCGroupPrivacyType,_.SCGroupSubscriptionStatusType=d.SCGroupSubscriptionStatusType;var P=t(682);_.SCEventPrivacyType=P.SCEventPrivacyType,_.SCEventRecurrenceType=P.SCEventRecurrenceType,_.SCEventLocationType=P.SCEventLocationType,_.SCEventDateFilterType=P.SCEventDateFilterType,_.SCEventLocationFilterType=P.SCEventLocationFilterType,_.SCEventSubscriptionStatusType=P.SCEventSubscriptionStatusType;var v=t(447);_.SCLiveStreamViewType=v.SCLiveStreamViewType,_.SCLiveStreamConnectionDetailsErrorType=v.SCLiveStreamConnectionDetailsErrorType;var D=t(914);_.SCOnBoardingStepType=D.SCOnBoardingStepType,_.SCOnBoardingStepStatusType=D.SCOnBoardingStepStatusType,_.SCOnBoardingStepIdType=D.SCOnBoardingStepIdType;var g=t(869);_.SCCommunitySubscriptionTier=g.SCCommunitySubscriptionTier},933:(e,_)=>{var t;_.__esModule=!0,_.SCLegalPagePoliciesType=void 0,_.SCLegalPagePoliciesType=t,function(e){e.TERMS_AND_CONDITIONS="tec",e.PRIVACY="privacy"}(t||(_.SCLegalPagePoliciesType=t={}))},447:(e,_)=>{var t,E;_.__esModule=!0,_.SCLiveStreamViewType=_.SCLiveStreamConnectionDetailsErrorType=void 0,_.SCLiveStreamViewType=t,function(e){e.GALLERY="gallery",e.SPEAKER="speaker"}(t||(_.SCLiveStreamViewType=t={})),_.SCLiveStreamConnectionDetailsErrorType=E,function(e){e.LIVE_STREAM_IS_CLOSED="LIVE_STREAM_IS_CLOSED",e.MONTHLY_MINUTE_LIMIT_REACHED="MONTHLY_MINUTE_LIMIT_REACHED",e.WAITING_HOST_TO_START_LIVE_STREAM="WAITING_HOST_TO_START_LIVE_STREAM",e.PARTICIPANTS_LIMIT_REACHED="PARTICIPANTS_LIMIT_REACHED",e.PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM="PARTICIPATE_THE_EVENT_TO_JOIN_LIVE_STREAM",e.USER_BANNED_FOR_THIS_LIVE_STREAM="USER_BANNED_FOR_THIS_LIVE_STREAM"}(E||(_.SCLiveStreamConnectionDetailsErrorType=E={}))},537:(e,_)=>{var t;_.__esModule=!0,_.SCLanguageType=void 0,_.SCLanguageType=t,function(e){e.EN="en",e.IT="it"}(t||(_.SCLanguageType=t={}))},86:(e,_)=>{var t;_.__esModule=!0,_.SCMetadataTypeFieldType=void 0,_.SCMetadataTypeFieldType=t,function(e){e.STRING="string",e.EMAIL="email",e.URL="url",e.ENUM="enum",e.PHONE_NUMBER="phone_number",e.CHECKBOX="checkbox"}(t||(_.SCMetadataTypeFieldType=t={}))},461:(e,_)=>{var t,E;_.__esModule=!0,_.SCNotificationTypologyType=_.SCNotificationTopicType=void 0,_.SCNotificationTypologyType=t,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",e.USER_INVITED_TO_JOIN_GROUP="user_invited_to_join_group",e.USER_REQUESTED_TO_JOIN_GROUP="user_requested_to_join_group",e.USER_ACCEPTED_TO_JOIN_GROUP="user_accepted_to_join_group",e.USER_ADDED_TO_GROUP="user_added_to_group",e.USER_INVITED_TO_JOIN_EVENT="user_invited_to_join_event",e.USER_REQUESTED_TO_JOIN_EVENT="user_requested_to_join_event",e.USER_ACCEPTED_TO_JOIN_EVENT="user_accepted_to_join_event",e.USER_ADDED_TO_EVENT="user_added_to_event",e.LIVE_STREAM_STARTED="live_stream_started"}(t||(_.SCNotificationTypologyType=t={})),_.SCNotificationTopicType=E,function(e){e.INTERACTION="interaction",e.NEWS="news"}(E||(_.SCNotificationTopicType=E={}))},914:(e,_)=>{var t,E,o;_.__esModule=!0,_.SCOnBoardingStepType=_.SCOnBoardingStepStatusType=_.SCOnBoardingStepIdType=void 0,_.SCOnBoardingStepType=t,function(e){e.CONTENTS="contents",e.CATEGORIES="categories",e.APPEARANCE="appearance",e.PROFILE="profile",e.INVITE="invite",e.APP="app"}(t||(_.SCOnBoardingStepType=t={})),_.SCOnBoardingStepIdType=E,function(e){e[e.CONTENTS=1]="CONTENTS",e[e.CATEGORIES=2]="CATEGORIES",e[e.APPEARANCE=3]="APPEARANCE",e[e.PROFILE=4]="PROFILE",e[e.INVITE=5]="INVITE",e[e.APP=6]="APP"}(E||(_.SCOnBoardingStepIdType=E={})),_.SCOnBoardingStepStatusType=o,function(e){e.IN_PROGRESS="in_progress",e.COMPLETED="completed",e.NOT_STARTED="not_started",e.FAILED="failed"}(o||(_.SCOnBoardingStepStatusType=o={}))},300:(e,_)=>{var t,E;_.__esModule=!0,_.SCPreferenceSection=_.SCPreferenceName=void 0,_.SCPreferenceSection=t,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"}(t||(_.SCPreferenceSection=t={})),_.SCPreferenceName=E,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.COLORFONT="font_color",e.COLORFONTSECONDARY="font_color_secondary",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.ERRORPAGES_TITLE="errorpages_title",e.ERRORPAGES_SUBTITLE="errorpages_subtitle",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.AFFINITY_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.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.CUSTOM_NAVBAR_ITEM_ENABLED="custom_navbar_item_enabled",e.CUSTOM_NAVBAR_ITEM_TEXT="custom_navbar_item_text",e.CUSTOM_NAVBAR_ITEM_URL="custom_navbar_item_url",e.CUSTOM_NAVBAR_ITEM_IMAGE="custom_navbar_item_image",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.URL_TEMPLATE_LIVE_STREAM="url_template_live_stream",e.APP_URL="app_url",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",e.GROUPS_ENABLED="groups_enabled",e.GROUPS_VISIBILITY_ENABLED="groups_visibility_enabled",e.GROUPS_PRIVATE_ENABLED="groups_private_enabled",e.GROUPS_ONLY_STAFF_ENABLED="groups_only_staff_enabled",e.EVENTS_ENABLED="events_enabled",e.EVENTS_VISIBILITY_ENABLED="events_visibility_enabled",e.EVENTS_PRIVATE_ENABLED="events_private_enabled",e.EVENTS_ONLY_STAFF_ENABLED="events_only_staff_enabled",e.LIVE_STREAM_ENABLED="live_stream_enabled",e.LIVE_STREAM_ONLY_STAFF_ENABLED="live_stream_only_staff_enabled",e.ONBOARDING_ENABLED="onboarding_enabled",e.ONBOARDING_HIDDEN="onboarding_hidden",e.SUBSCRIPTION_TIER="subscription_tier"}(E||(_.SCPreferenceName=E={}))},501:(e,_)=>{var t,E,o;_.__esModule=!0,_.SCPrivateMessageType=_.SCPrivateMessageStatusType=_.SCMessageFileType=void 0,_.SCPrivateMessageStatusType=t,function(e){e.CREATED="created",e.DELETED="deleted",e.HIDDEN="hidden",e.NEW="new"}(t||(_.SCPrivateMessageStatusType=t={})),_.SCPrivateMessageType=E,function(e){e.GROUP="group",e.USER="user",e.NEW="new"}(E||(_.SCPrivateMessageType=E={})),_.SCMessageFileType=o,function(e){e.DOCUMENT="application/",e.IMAGE="image/",e.VIDEO="video/",e.PDF="application/pdf",e.AUDIO="audio/"}(o||(_.SCMessageFileType=o={}))},742:(e,_)=>{var t;_.__esModule=!0,_.SCPrizeUserStatusType=void 0,_.SCPrizeUserStatusType=t,function(e){e[e.PENDING=0]="PENDING",e[e.REFUSED=1]="REFUSED",e[e.SENT=2]="SENT"}(t||(_.SCPrizeUserStatusType=t={}))},495:(e,_)=>{var t;_.__esModule=!0,_.SuggestionType=void 0,_.SuggestionType=t,function(e){e.USER="user",e.CATEGORY="category",e.GROUP="group"}(t||(_.SuggestionType=t={}))},869:(e,_)=>{var t;_.__esModule=!0,_.SCCommunitySubscriptionTier=void 0,_.SCCommunitySubscriptionTier=t,function(e){e.FREE_TRIAL="FREE_TRIAL",e.GO="GO",e.PROFESSIONAL="PROFESSIONAL",e.ENTERPRISE="ENTERPRISE"}(t||(_.SCCommunitySubscriptionTier=t={}))},945:(e,_)=>{var t,E;_.__esModule=!0,_.SCUserStatus=_.SCUserReputationType=void 0,_.SCUserStatus=t,function(e){e.APPROVED="a",e.BLOCKED="b",e.DELETED="d",e.UNREGISTERED="u"}(t||(_.SCUserStatus=t={})),_.SCUserReputationType=E,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"}(E||(_.SCUserReputationType=E={}))}},_={};function t(E){var o=_[E];if(void 0!==o)return o.exports;var S=_[E]={exports:{}};return e[E](S,S.exports,t),S.exports}var E={};return(()=>{var e=E;e.__esModule=!0;var _=t(111);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,e.SCGroupPrivacyType=_.SCGroupPrivacyType,e.SCGroupSubscriptionStatusType=_.SCGroupSubscriptionStatusType,e.SCPrivateMessageType=_.SCPrivateMessageType,e.SCEventPrivacyType=_.SCEventPrivacyType,e.SCEventSubscriptionStatusType=_.SCEventSubscriptionStatusType,e.SCEventRecurrenceType=_.SCEventRecurrenceType,e.SCEventLocationType=_.SCEventLocationType,e.SCEventLocationFilterType=_.SCEventLocationFilterType,e.SCEventDateFilterType=_.SCEventDateFilterType,e.SCOnBoardingStepType=_.SCOnBoardingStepType,e.SCOnBoardingStepStatusType=_.SCOnBoardingStepStatusType,e.SCOnBoardingStepIdType=_.SCOnBoardingStepIdType,e.SCLiveStreamConnectionDetailsErrorType=_.SCLiveStreamConnectionDetailsErrorType,e.SCLiveStreamViewType=_.SCLiveStreamViewType,e.SCCommunitySubscriptionTier=_.SCCommunitySubscriptionTier})(),E})()));
package/package.json CHANGED
@@ -1,105 +1,110 @@
1
1
  {
2
- "name": "@selfcommunity/types",
3
- "version": "0.7.6",
4
- "license": "MIT",
5
- "private": false,
6
- "main": "./lib/cjs/index.js",
7
- "module": "./lib/esm/index.js",
8
- "exports": {
9
- ".": {
10
- "require": "./lib/cjs/index.js",
11
- "import": "./lib/esm/index.js"
12
- },
13
- "./*": {
14
- "require": "./lib/cjs/*",
15
- "import": "./lib/esm/*"
16
- }
17
- },
18
- "sideEffects": false,
19
- "description": "Types to integrate a community created with SelfCommunity.",
20
- "author": "SelfCommunity <https://www.selfcommunity.com>",
21
- "keywords": [
22
- "react",
23
- "community",
24
- "selfcommunity",
25
- "community-types",
26
- "selfcommunity types"
27
- ],
28
- "scripts": {
29
- "prepare": "install-peers -f",
30
- "install-peers": "install-peers -f",
31
- "test": "npm run lint && npm run test-only",
32
- "test-only": "jest --runInBand",
33
- "tdd": "jest --watch --runInBand",
34
- "lint": "eslint ./src test --ext .ts,.tsx,.js",
35
- "prettier": "prettier './**/*.js' './**/*.css' './**/*.md' --write",
36
- "prettier-list-different": "prettier './**/*.js' './**/*.css' './**/*.md' --list-different",
37
- "clean:lib": "rimraf lib",
38
- "clean:node_modules": "rimraf node_modules",
39
- "build:commonjs": "tsc -b tsconfig-cjs.build.json",
40
- "build:esm": "tsc -b tsconfig-esm.build.json",
41
- "build:umd": "webpack --mode production",
42
- "build:umd:analyze": "webpack --mode production --profile --json > ./lib/umd/stats.json && webpack-bundle-analyzer ./lib/umd/stats.json",
43
- "build": "yarn clean:lib && yarn build:commonjs && yarn build:esm && yarn build:umd",
44
- "prerelease": "yarn run clean:lib && yarn run build"
45
- },
46
- "homepage": "https://www.selfcommunity.com",
47
- "files": [
48
- "lib"
49
- ],
50
- "repository": {
51
- "type": "git",
52
- "url": "https://github.com/selfcommunity/community-js/tree/main/packages/types"
53
- },
54
- "publishConfig": {
55
- "access": "public"
56
- },
57
- "devDependencies": {
58
- "@types/chai": "^4.2.14",
59
- "@types/enzyme": "^3.10.8",
60
- "@types/jest": "^26.0.20",
61
- "@types/react": "17 || 18",
62
- "@types/react-dom": "17 || 18",
63
- "@types/sinon": "^9.0.10",
64
- "@typescript-eslint/eslint-plugin": "^4.14.2",
65
- "@typescript-eslint/parser": "^4.14.2",
66
- "babel-jest": "^26.6.3",
67
- "chai": "^4.2.0",
68
- "cherry-pick": "^0.5.0",
69
- "enzyme": "^3.10.0",
70
- "enzyme-adapter-react-16": "^1.15.6",
71
- "eslint": "^7.19.0",
72
- "eslint-config-prettier": "^7.2.0",
73
- "eslint-plugin-import": "^2.22.1",
74
- "eslint-plugin-mocha": "^8.0.0",
75
- "eslint-plugin-prettier": "^4.0.0",
76
- "eslint-plugin-react": "^7.22.0",
77
- "eslint-plugin-react-hooks": "^4.2.0",
78
- "faker": "^5.3.1",
79
- "install-peers-cli": "^2.2.0",
80
- "jest": "^26.6.3",
81
- "lodash": "^4.17.15",
82
- "postcss": "^8.2.4",
83
- "prettier": "^2.2.1",
84
- "rimraf": "^3.0.2",
85
- "sass": "^1.32.6",
86
- "sinon": "^9.2.4",
87
- "tslib": "^2.6.2",
88
- "typescript": "^4.1.3",
89
- "webpack": "^5.20.1",
90
- "webpack-atoms": "^17.1.0",
91
- "webpack-bundle-analyzer": "^4.9.0",
92
- "webpack-cli": "^4.5.0"
93
- },
94
- "prettier": {
95
- "printWidth": 150,
96
- "bracketSpacing": false,
97
- "trailingComma": "none",
98
- "singleQuote": true,
99
- "bracketSameLine": true
100
- },
101
- "bugs": {
102
- "url": "https://github.com/selfcommunity/community-js/issues"
103
- },
104
- "gitHead": "f49f158891c084b84b384a5e522ac07570e2fb92"
2
+ "name": "@selfcommunity/types",
3
+ "version": "0.7.7-alpha.1",
4
+ "license": "MIT",
5
+ "private": false,
6
+ "main": "./lib/cjs/index.js",
7
+ "module": "./lib/esm/index.js",
8
+ "exports": {
9
+ ".": {
10
+ "require": "./lib/cjs/index.js",
11
+ "import": "./lib/esm/index.js"
12
+ },
13
+ "./*": {
14
+ "require": "./lib/cjs/*",
15
+ "import": "./lib/esm/*"
16
+ }
17
+ },
18
+ "sideEffects": false,
19
+ "description": "Types to integrate a community created with SelfCommunity.",
20
+ "author": "SelfCommunity <https://www.selfcommunity.com>",
21
+ "keywords": [
22
+ "react",
23
+ "community",
24
+ "selfcommunity",
25
+ "community-types",
26
+ "selfcommunity types"
27
+ ],
28
+ "scripts": {
29
+ "prepare": "install-peers -f",
30
+ "install-peers": "install-peers -f",
31
+ "test": "npm run lint && npm run test-only",
32
+ "test-only": "jest --runInBand",
33
+ "tdd": "jest --watch --runInBand",
34
+ "lint": "eslint ./src test --ext .ts,.tsx,.js",
35
+ "prettier": "prettier './**/*.js' './**/*.css' './**/*.md' --write",
36
+ "prettier-list-different": "prettier './**/*.js' './**/*.css' './**/*.md' --list-different",
37
+ "clean:lib": "rimraf lib",
38
+ "clean:node_modules": "rimraf node_modules",
39
+ "build:commonjs": "tsc -b tsconfig-cjs.build.json",
40
+ "build:esm": "tsc -b tsconfig-esm.build.json",
41
+ "build:umd": "webpack --mode production",
42
+ "build:umd:analyze": "webpack --mode production --profile --json > ./lib/umd/stats.json && webpack-bundle-analyzer ./lib/umd/stats.json",
43
+ "build": "yarn clean:lib && yarn build:commonjs && yarn build:esm && yarn build:umd",
44
+ "prerelease": "yarn run clean:lib && yarn run build"
45
+ },
46
+ "homepage": "https://www.selfcommunity.com",
47
+ "files": [
48
+ "lib"
49
+ ],
50
+ "repository": {
51
+ "type": "git",
52
+ "url": "https://github.com/selfcommunity/community-js/tree/main/packages/types"
53
+ },
54
+ "publishConfig": {
55
+ "access": "public"
56
+ },
57
+ "devDependencies": {
58
+ "@babel/core": "^7.7.4",
59
+ "@babel/preset-env": "^7.25.8",
60
+ "@babel/preset-react": "^7.7.4",
61
+ "@babel/preset-typescript": "^7.7.4",
62
+ "@types/chai": "^4.2.14",
63
+ "@types/enzyme": "^3.10.8",
64
+ "@types/jest": "^26.0.20",
65
+ "@types/react": "17 || 18",
66
+ "@types/react-dom": "17 || 18",
67
+ "@types/sinon": "^9.0.10",
68
+ "@typescript-eslint/eslint-plugin": "^4.14.2",
69
+ "@typescript-eslint/parser": "^4.14.2",
70
+ "babel-jest": "^26.6.3",
71
+ "babel-loader": "^8.2.2",
72
+ "babel-preset-env-modules": "^1.0.0",
73
+ "chai": "^4.2.0",
74
+ "cherry-pick": "^0.5.0",
75
+ "enzyme": "^3.10.0",
76
+ "enzyme-adapter-react-16": "^1.15.6",
77
+ "eslint": "^7.19.0",
78
+ "eslint-config-prettier": "^7.2.0",
79
+ "eslint-plugin-import": "^2.22.1",
80
+ "eslint-plugin-mocha": "^8.0.0",
81
+ "eslint-plugin-prettier": "^4.0.0",
82
+ "eslint-plugin-react": "^7.22.0",
83
+ "eslint-plugin-react-hooks": "^4.2.0",
84
+ "faker": "^5.3.1",
85
+ "install-peers-cli": "^2.2.0",
86
+ "jest": "^26.6.3",
87
+ "lodash": "^4.17.15",
88
+ "postcss": "^8.2.4",
89
+ "prettier": "^2.2.1",
90
+ "rimraf": "^3.0.2",
91
+ "sass": "^1.32.6",
92
+ "sinon": "^9.2.4",
93
+ "tslib": "^2.6.2",
94
+ "typescript": "^4.1.3",
95
+ "webpack": "^5.20.1",
96
+ "webpack-bundle-analyzer": "^4.9.0",
97
+ "webpack-cli": "^4.5.0"
98
+ },
99
+ "prettier": {
100
+ "printWidth": 150,
101
+ "bracketSpacing": false,
102
+ "trailingComma": "none",
103
+ "singleQuote": true,
104
+ "bracketSameLine": true
105
+ },
106
+ "bugs": {
107
+ "url": "https://github.com/selfcommunity/community-js/issues"
108
+ },
109
+ "gitHead": "d1e76de34050080cff753b4419d7c8b85d31c75d"
105
110
  }