@selfcommunity/types 0.7.4-alpha.0 → 0.7.4-courses.147

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 +10 -1
  3. package/lib/cjs/types/course.d.ts +369 -0
  4. package/lib/cjs/types/course.js +58 -0
  5. package/lib/cjs/types/event.d.ts +7 -1
  6. package/lib/cjs/types/event.js +1 -0
  7. package/lib/cjs/types/feature.d.ts +3 -1
  8. package/lib/cjs/types/feature.js +2 -0
  9. package/lib/cjs/types/index.d.ts +5 -2
  10. package/lib/cjs/types/index.js +13 -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 +17 -3
  14. package/lib/cjs/types/notification.js +5 -0
  15. package/lib/cjs/types/preference.d.ts +9 -1
  16. package/lib/cjs/types/preference.js +8 -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/course.d.ts +369 -0
  23. package/lib/esm/types/course.js +55 -0
  24. package/lib/esm/types/event.d.ts +7 -1
  25. package/lib/esm/types/event.js +1 -0
  26. package/lib/esm/types/feature.d.ts +3 -1
  27. package/lib/esm/types/feature.js +2 -0
  28. package/lib/esm/types/index.d.ts +5 -2
  29. package/lib/esm/types/index.js +4 -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 +17 -3
  33. package/lib/esm/types/notification.js +5 -0
  34. package/lib/esm/types/preference.d.ts +9 -1
  35. package/lib/esm/types/preference.js +8 -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 SCCourseType, type SCCourseCommentType, type SCCourseLessonType, type SCCourseSectionType, 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, SCCoursePrivacyType, SCCourseJoinStatusType, SCCourseLessonTypologyType, SCCourseTypologyType, SCCourseLessonStatusType, SCCourseLessonCompletionStatusType, 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, SCCoursePrivacyType, SCCourseJoinStatusType, SCCourseLessonTypologyType, SCCourseTypologyType, SCCourseLessonCompletionStatusType, SCCourseLessonStatusType, 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 SCCourseType, type SCCourseCommentType, type SCCourseSectionType, type SCCourseLessonType, 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.SCCourseLessonStatusType = exports.SCCourseLessonCompletionStatusType = exports.SCCourseTypologyType = exports.SCCourseLessonTypologyType = exports.SCCourseJoinStatusType = exports.SCCoursePrivacyType = 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,12 @@ 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, "SCCoursePrivacyType", { enumerable: true, get: function () { return types_1.SCCoursePrivacyType; } });
48
+ Object.defineProperty(exports, "SCCourseJoinStatusType", { enumerable: true, get: function () { return types_1.SCCourseJoinStatusType; } });
49
+ Object.defineProperty(exports, "SCCourseLessonTypologyType", { enumerable: true, get: function () { return types_1.SCCourseLessonTypologyType; } });
50
+ Object.defineProperty(exports, "SCCourseTypologyType", { enumerable: true, get: function () { return types_1.SCCourseTypologyType; } });
51
+ Object.defineProperty(exports, "SCCourseLessonStatusType", { enumerable: true, get: function () { return types_1.SCCourseLessonStatusType; } });
52
+ Object.defineProperty(exports, "SCCourseLessonCompletionStatusType", { enumerable: true, get: function () { return types_1.SCCourseLessonCompletionStatusType; } });
53
+ Object.defineProperty(exports, "SCLiveStreamConnectionDetailsErrorType", { enumerable: true, get: function () { return types_1.SCLiveStreamConnectionDetailsErrorType; } });
54
+ Object.defineProperty(exports, "SCLiveStreamViewType", { enumerable: true, get: function () { return types_1.SCLiveStreamViewType; } });
55
+ Object.defineProperty(exports, "SCCommunitySubscriptionTier", { enumerable: true, get: function () { return types_1.SCCommunitySubscriptionTier; } });
@@ -0,0 +1,369 @@
1
+ import { SCUserType } from './user';
2
+ import { SCCategoryType } from './category';
3
+ import { SCMediaType } from './media';
4
+ /**
5
+ * SCCoursePrivacyType enum
6
+ */
7
+ export declare enum SCCoursePrivacyType {
8
+ OPEN = "open",
9
+ PRIVATE = "private",
10
+ SECRET = "secret",
11
+ DRAFT = ""
12
+ }
13
+ /**
14
+ * SCCourseTypologyType enum
15
+ */
16
+ export declare enum SCCourseTypologyType {
17
+ SELF = "self-paced",
18
+ SCHEDULED = "scheduled",
19
+ STRUCTURED = "structured"
20
+ }
21
+ /**
22
+ * SCCourseSubscriptionStatusType enum
23
+ */
24
+ export declare enum SCCourseJoinStatusType {
25
+ JOINED = "joined",
26
+ REQUESTED = "requested",
27
+ INVITED = "invited",
28
+ MANAGER = "manager",
29
+ CREATOR = "creator"
30
+ }
31
+ /**
32
+ * Interface SCCourseType.
33
+ * Course Schema.
34
+ */
35
+ export interface SCCourseType {
36
+ /**
37
+ * The ID of the course.
38
+ */
39
+ id: number;
40
+ /**
41
+ * The name of the course.
42
+ */
43
+ name?: string;
44
+ /**
45
+ * The slug for the course.
46
+ */
47
+ slug?: string;
48
+ /**
49
+ * The description of the course.
50
+ */
51
+ description?: string;
52
+ /**
53
+ * The course type
54
+ */
55
+ type?: SCCourseTypologyType;
56
+ /**
57
+ * The course privacy.
58
+ */
59
+ privacy?: SCCoursePrivacyType;
60
+ /**
61
+ * The lesson order enforcement
62
+ */
63
+ enforce_lessons_order?: boolean;
64
+ /**
65
+ * Notifies course admins about new lesson comments
66
+ */
67
+ new_comment_notification_enabled?: boolean;
68
+ /**
69
+ * Hide member count (default: false).
70
+ * If enabled, only managers can see the member count
71
+ */
72
+ hide_member_count?: boolean;
73
+ /**
74
+ * The course meta title
75
+ */
76
+ meta_title?: string;
77
+ /**
78
+ * The course meta description
79
+ */
80
+ meta_description?: string;
81
+ /**
82
+ * The course Open Graph title
83
+ */
84
+ og_title?: string;
85
+ /**
86
+ * The course Open Graph description
87
+ */
88
+ og_description?: string;
89
+ /**
90
+ * The course Open Graph image
91
+ */
92
+ og_image?: string;
93
+ /**
94
+ * The list of all section IDs belonging to the current course
95
+ */
96
+ sections_order?: number[];
97
+ /**
98
+ * The course image, original format.
99
+ */
100
+ image_original?: string;
101
+ /**
102
+ * The course image, bigger format.
103
+ */
104
+ image_bigger?: string;
105
+ /**
106
+ * The course image, big format.
107
+ */
108
+ image_big?: string;
109
+ /**
110
+ * The course image, medium format.
111
+ */
112
+ image_medium?: string;
113
+ /**
114
+ * The course image, small format.
115
+ */
116
+ image_small?: string;
117
+ /**
118
+ * The course subscription status.
119
+ */
120
+ join_status?: SCCourseJoinStatusType | null;
121
+ /**
122
+ * The course creation date.
123
+ */
124
+ created_at?: string;
125
+ /**
126
+ * The course creator.
127
+ */
128
+ created_by?: SCUserType;
129
+ /**
130
+ * The categories list ids
131
+ */
132
+ categories?: SCCategoryType[];
133
+ /**
134
+ * The course sections
135
+ */
136
+ sections?: SCCourseSectionType[] | any;
137
+ /**
138
+ * Total number of published lessons of the course
139
+ */
140
+ num_lessons?: number;
141
+ /**
142
+ * Total number of sections with at least one lesson
143
+ */
144
+ num_sections?: number;
145
+ /**
146
+ * Number of lessons completed by the user
147
+ */
148
+ num_lessons_completed?: number;
149
+ /**
150
+ * User completion rate of the course (percentage)
151
+ */
152
+ user_completion_rate?: number;
153
+ /**
154
+ * Users completion rate of the course (percentage)
155
+ */
156
+ avg_completion_rate?: number;
157
+ }
158
+ /**
159
+ * Interface SCCourseCommentType.
160
+ * Course Comment Schema.
161
+ */
162
+ export interface SCCourseCommentType {
163
+ /**
164
+ * The unique integer value identifying this comment on a specific course
165
+ */
166
+ id: number;
167
+ /**
168
+ * The comment text.
169
+ * @default empty string.
170
+ * Only available when creating or updating a comment
171
+ */
172
+ text: string;
173
+ /**
174
+ * The comment text.
175
+ * Only available when getting a comment
176
+ */
177
+ html: string;
178
+ /**
179
+ * The Id of the parent comment
180
+ */
181
+ parent: number;
182
+ /**
183
+ * The Id of the reply comment.
184
+ * It must have the same parent
185
+ */
186
+ in_reply_to: number;
187
+ /**
188
+ * Datetime of comment creation
189
+ */
190
+ created_at: string;
191
+ /**
192
+ * The comment creator
193
+ */
194
+ created_by: SCUserType;
195
+ /**
196
+ * List of id of Media for this comment
197
+ */
198
+ medias: SCMediaType[];
199
+ /**
200
+ * The last comment in reply to (with parent) this comment.
201
+ * Not available if replies are presents.
202
+ */
203
+ latest_reply: SCCourseCommentType | null;
204
+ /**
205
+ * The list of comments in reply to (with parent) this comment.
206
+ * Not available if latest_reply are presents.
207
+ * Only available on the route: Get Course Comments
208
+ */
209
+ replies: SCCourseCommentType[];
210
+ /**
211
+ * Some extra useful data for the call that retrieves all the comments received within the entire course.
212
+ * Only available on the route: Get Course Comments
213
+ */
214
+ extras: {
215
+ /**
216
+ * The course object associated to this comment
217
+ */
218
+ course: {
219
+ id: number;
220
+ slug: string;
221
+ };
222
+ /**
223
+ * The section object associated to this comment
224
+ */
225
+ section: {
226
+ id: number;
227
+ name: string;
228
+ };
229
+ /**
230
+ * The lesson object associated to this comment
231
+ */
232
+ lesson: {
233
+ id: number;
234
+ name: string;
235
+ };
236
+ };
237
+ }
238
+ /**
239
+ * Interface SCCourseSectionType.
240
+ * Course Schema.
241
+ */
242
+ export interface SCCourseSectionType {
243
+ /**
244
+ * The ID of the course section.
245
+ */
246
+ id?: number;
247
+ /**
248
+ * The name of the section course
249
+ */
250
+ name?: string;
251
+ /**
252
+ * Sections are dripped relative to this date; used only id course type is scheduled
253
+ */
254
+ dripped_at?: Date | string;
255
+ /**
256
+ * Sections are dripped relative to the enrollment date of the current user; used only if the course type is structured .
257
+ */
258
+ drip_delay?: number;
259
+ /**
260
+ * The list of all lesson IDs belonging to the current section course
261
+ */
262
+ lessons_order?: number[];
263
+ /**
264
+ * The lessons associated to the course section
265
+ */
266
+ lessons?: SCCourseLessonType[];
267
+ /**
268
+ * Determines when the current section will be available for the user.
269
+ * The value will be null if the course type is self-paced
270
+ */
271
+ available_date?: string;
272
+ /**
273
+ * Determines whether the current section is locked for the user based on the section availability strategy.
274
+ * The value will not be considered if the course type is self-paced
275
+ */
276
+ locked?: boolean;
277
+ /**
278
+ * Total number of published lessons of the current course section
279
+ */
280
+ num_lessons?: number;
281
+ /**
282
+ * Number of lessons completed by the user in the current course section
283
+ */
284
+ num_lessons_completed?: number;
285
+ }
286
+ /**
287
+ * SCCourseLessonTypologyType enum
288
+ */
289
+ export declare enum SCCourseLessonTypologyType {
290
+ LESSON = "lesson",
291
+ QUIZ = "quiz"
292
+ }
293
+ /**
294
+ * SCCourseLessonStatusType enum
295
+ */
296
+ export declare enum SCCourseLessonStatusType {
297
+ DRAFT = "draft",
298
+ PUBLISHED = "published"
299
+ }
300
+ /**
301
+ * SCCourseLessonCompletionStatusType enum
302
+ */
303
+ export declare enum SCCourseLessonCompletionStatusType {
304
+ UNCOMPLETED = "uncompleted",
305
+ COMPLETED = "completed",
306
+ FAILED = "failed"
307
+ }
308
+ /**
309
+ * Interface SCCourseLessonType.
310
+ * Course Schema.
311
+ */
312
+ export interface SCCourseLessonType {
313
+ /**
314
+ * The ID of the lesson.
315
+ */
316
+ id: number;
317
+ /**
318
+ * The ID of the course the lesson belongs to.
319
+ */
320
+ course_id?: number;
321
+ /**
322
+ * The ID of the section within the course the lesson belongs to,
323
+ */
324
+ section_id?: number;
325
+ /**
326
+ * The name of the lesson
327
+ */
328
+ name: string;
329
+ /**
330
+ * The type of the lesson.
331
+ */
332
+ type: SCCourseLessonTypologyType;
333
+ /**
334
+ * The status of the lesson.
335
+ */
336
+ status?: SCCourseLessonStatusType;
337
+ /**
338
+ * Enable the comments on the current lesson.
339
+ */
340
+ comments_enabled?: boolean;
341
+ /**
342
+ * The lesson course text.
343
+ */
344
+ text?: string;
345
+ /**
346
+ * The lesson course html.
347
+ */
348
+ html?: string;
349
+ /**
350
+ * Datetime of lesson course creation.
351
+ */
352
+ created_at?: string;
353
+ /**
354
+ * The lesson course creator.
355
+ */
356
+ created_by?: SCUserType;
357
+ /**
358
+ * The list of Media ids for the lesson course
359
+ */
360
+ medias?: SCMediaType[];
361
+ /**
362
+ * Determines whether the current lesson is locked for the user based on the user and on the course property: type and enforce_lessons_order
363
+ */
364
+ locked?: boolean;
365
+ /**
366
+ * Enum to define the course lesson completion status for the user
367
+ */
368
+ completion_status?: SCCourseLessonCompletionStatusType;
369
+ }
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SCCourseLessonCompletionStatusType = exports.SCCourseLessonStatusType = exports.SCCourseLessonTypologyType = exports.SCCourseJoinStatusType = exports.SCCourseTypologyType = exports.SCCoursePrivacyType = void 0;
4
+ /**
5
+ * SCCoursePrivacyType enum
6
+ */
7
+ var SCCoursePrivacyType;
8
+ (function (SCCoursePrivacyType) {
9
+ SCCoursePrivacyType["OPEN"] = "open";
10
+ SCCoursePrivacyType["PRIVATE"] = "private";
11
+ SCCoursePrivacyType["SECRET"] = "secret";
12
+ SCCoursePrivacyType["DRAFT"] = "";
13
+ })(SCCoursePrivacyType = exports.SCCoursePrivacyType || (exports.SCCoursePrivacyType = {}));
14
+ /**
15
+ * SCCourseTypologyType enum
16
+ */
17
+ var SCCourseTypologyType;
18
+ (function (SCCourseTypologyType) {
19
+ SCCourseTypologyType["SELF"] = "self-paced";
20
+ SCCourseTypologyType["SCHEDULED"] = "scheduled";
21
+ SCCourseTypologyType["STRUCTURED"] = "structured";
22
+ })(SCCourseTypologyType = exports.SCCourseTypologyType || (exports.SCCourseTypologyType = {}));
23
+ /**
24
+ * SCCourseSubscriptionStatusType enum
25
+ */
26
+ var SCCourseJoinStatusType;
27
+ (function (SCCourseJoinStatusType) {
28
+ SCCourseJoinStatusType["JOINED"] = "joined";
29
+ SCCourseJoinStatusType["REQUESTED"] = "requested";
30
+ SCCourseJoinStatusType["INVITED"] = "invited";
31
+ SCCourseJoinStatusType["MANAGER"] = "manager";
32
+ SCCourseJoinStatusType["CREATOR"] = "creator";
33
+ })(SCCourseJoinStatusType = exports.SCCourseJoinStatusType || (exports.SCCourseJoinStatusType = {}));
34
+ /**
35
+ * SCCourseLessonTypologyType enum
36
+ */
37
+ var SCCourseLessonTypologyType;
38
+ (function (SCCourseLessonTypologyType) {
39
+ SCCourseLessonTypologyType["LESSON"] = "lesson";
40
+ SCCourseLessonTypologyType["QUIZ"] = "quiz";
41
+ })(SCCourseLessonTypologyType = exports.SCCourseLessonTypologyType || (exports.SCCourseLessonTypologyType = {}));
42
+ /**
43
+ * SCCourseLessonStatusType enum
44
+ */
45
+ var SCCourseLessonStatusType;
46
+ (function (SCCourseLessonStatusType) {
47
+ SCCourseLessonStatusType["DRAFT"] = "draft";
48
+ SCCourseLessonStatusType["PUBLISHED"] = "published";
49
+ })(SCCourseLessonStatusType = exports.SCCourseLessonStatusType || (exports.SCCourseLessonStatusType = {}));
50
+ /**
51
+ * SCCourseLessonCompletionStatusType enum
52
+ */
53
+ var SCCourseLessonCompletionStatusType;
54
+ (function (SCCourseLessonCompletionStatusType) {
55
+ SCCourseLessonCompletionStatusType["UNCOMPLETED"] = "uncompleted";
56
+ SCCourseLessonCompletionStatusType["COMPLETED"] = "completed";
57
+ SCCourseLessonCompletionStatusType["FAILED"] = "failed";
58
+ })(SCCourseLessonCompletionStatusType = exports.SCCourseLessonCompletionStatusType || (exports.SCCourseLessonCompletionStatusType = {}));
@@ -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,9 @@ 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",
47
+ COURSE = "course"
46
48
  }
47
49
  /**
48
50
  * SCFeatureType interface
@@ -47,4 +47,6 @@ 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";
51
+ SCFeatureName["COURSE"] = "course";
50
52
  })(SCFeatureName = exports.SCFeatureName || (exports.SCFeatureName = {}));
@@ -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,11 @@ 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 SCCourseType, type SCCourseLessonType, type SCCourseSectionType, type SCCourseCommentType, SCCoursePrivacyType, SCCourseJoinStatusType, SCCourseLessonTypologyType, SCCourseLessonStatusType, SCCourseTypologyType, SCCourseLessonCompletionStatusType } from './course';
43
+ import { type SCLiveStreamType, SCLiveStreamViewType, SCLiveStreamConnectionDetailsType, SCLiveStreamSettingsType, SCLiveStreamMonthlyDurationType, SCLiveStreamConnectionDetailsResponseErrorType, SCLiveStreamConnectionDetailsErrorType } from './liveStream';
42
44
  import { type SCStepType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './onboarding';
45
+ import { SCCommunitySubscriptionTier } from './tier';
43
46
  /**
44
47
  * Exports all types
45
48
  */
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 };
49
+ 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, SCOnBoardingStepIdType, type SCCourseType, type SCCourseCommentType, type SCCourseSectionType, type SCCourseLessonType, SCCoursePrivacyType, SCCourseJoinStatusType, SCCourseLessonTypologyType, SCCourseLessonStatusType, SCCourseTypologyType, SCCourseLessonCompletionStatusType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType, type SCLiveStreamMonthlyDurationType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, 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.SCLiveStreamViewType = exports.SCLiveStreamConnectionDetailsErrorType = exports.SCCourseLessonCompletionStatusType = exports.SCCourseTypologyType = exports.SCCourseLessonStatusType = exports.SCCourseLessonTypologyType = exports.SCCourseJoinStatusType = exports.SCCoursePrivacyType = 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;
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,19 @@ 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 course_1 = require("./course");
66
+ Object.defineProperty(exports, "SCCoursePrivacyType", { enumerable: true, get: function () { return course_1.SCCoursePrivacyType; } });
67
+ Object.defineProperty(exports, "SCCourseJoinStatusType", { enumerable: true, get: function () { return course_1.SCCourseJoinStatusType; } });
68
+ Object.defineProperty(exports, "SCCourseLessonTypologyType", { enumerable: true, get: function () { return course_1.SCCourseLessonTypologyType; } });
69
+ Object.defineProperty(exports, "SCCourseLessonStatusType", { enumerable: true, get: function () { return course_1.SCCourseLessonStatusType; } });
70
+ Object.defineProperty(exports, "SCCourseTypologyType", { enumerable: true, get: function () { return course_1.SCCourseTypologyType; } });
71
+ Object.defineProperty(exports, "SCCourseLessonCompletionStatusType", { enumerable: true, get: function () { return course_1.SCCourseLessonCompletionStatusType; } });
72
+ const liveStream_1 = require("./liveStream");
73
+ Object.defineProperty(exports, "SCLiveStreamViewType", { enumerable: true, get: function () { return liveStream_1.SCLiveStreamViewType; } });
74
+ Object.defineProperty(exports, "SCLiveStreamConnectionDetailsErrorType", { enumerable: true, get: function () { return liveStream_1.SCLiveStreamConnectionDetailsErrorType; } });
65
75
  const onboarding_1 = require("./onboarding");
66
76
  Object.defineProperty(exports, "SCOnBoardingStepType", { enumerable: true, get: function () { return onboarding_1.SCOnBoardingStepType; } });
67
77
  Object.defineProperty(exports, "SCOnBoardingStepStatusType", { enumerable: true, get: function () { return onboarding_1.SCOnBoardingStepStatusType; } });
68
78
  Object.defineProperty(exports, "SCOnBoardingStepIdType", { enumerable: true, get: function () { return onboarding_1.SCOnBoardingStepIdType; } });
79
+ const tier_1 = require("./tier");
80
+ Object.defineProperty(exports, "SCCommunitySubscriptionTier", { enumerable: true, get: function () { return tier_1.SCCommunitySubscriptionTier; } });