@selfcommunity/types 0.8.0-alpha.0 → 0.8.0-alpha.2

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 (48) hide show
  1. package/lib/cjs/index.d.ts +4 -4
  2. package/lib/cjs/index.js +8 -1
  3. package/lib/cjs/types/billing.d.ts +86 -0
  4. package/lib/cjs/types/billing.js +2 -0
  5. package/lib/cjs/types/category.d.ts +2 -1
  6. package/lib/cjs/types/community.d.ts +19 -0
  7. package/lib/cjs/types/community.js +2 -0
  8. package/lib/cjs/types/course.d.ts +8 -2
  9. package/lib/cjs/types/course.js +1 -0
  10. package/lib/cjs/types/device.d.ts +1 -1
  11. package/lib/cjs/types/event.d.ts +2 -1
  12. package/lib/cjs/types/feature.d.ts +1 -1
  13. package/lib/cjs/types/feature.js +1 -1
  14. package/lib/cjs/types/feed.d.ts +13 -1
  15. package/lib/cjs/types/group.d.ts +4 -2
  16. package/lib/cjs/types/group.js +1 -0
  17. package/lib/cjs/types/index.d.ts +4 -1
  18. package/lib/cjs/types/index.js +8 -1
  19. package/lib/cjs/types/media.d.ts +4 -0
  20. package/lib/cjs/types/payment.d.ts +226 -0
  21. package/lib/cjs/types/payment.js +42 -0
  22. package/lib/cjs/types/preference.d.ts +16 -1
  23. package/lib/cjs/types/preference.js +15 -0
  24. package/lib/esm/index.d.ts +4 -4
  25. package/lib/esm/index.js +2 -2
  26. package/lib/esm/types/billing.d.ts +86 -0
  27. package/lib/esm/types/billing.js +1 -0
  28. package/lib/esm/types/category.d.ts +2 -1
  29. package/lib/esm/types/community.d.ts +19 -0
  30. package/lib/esm/types/community.js +1 -0
  31. package/lib/esm/types/course.d.ts +8 -2
  32. package/lib/esm/types/course.js +1 -0
  33. package/lib/esm/types/device.d.ts +1 -1
  34. package/lib/esm/types/event.d.ts +2 -1
  35. package/lib/esm/types/feature.d.ts +1 -1
  36. package/lib/esm/types/feature.js +1 -1
  37. package/lib/esm/types/feed.d.ts +13 -1
  38. package/lib/esm/types/group.d.ts +4 -2
  39. package/lib/esm/types/group.js +1 -0
  40. package/lib/esm/types/index.d.ts +4 -1
  41. package/lib/esm/types/index.js +2 -1
  42. package/lib/esm/types/media.d.ts +4 -0
  43. package/lib/esm/types/payment.d.ts +226 -0
  44. package/lib/esm/types/payment.js +39 -0
  45. package/lib/esm/types/preference.d.ts +16 -1
  46. package/lib/esm/types/preference.js +15 -0
  47. package/lib/umd/types.js +1 -1
  48. package/package.json +2 -2
@@ -3,6 +3,7 @@
3
3
  * Group Schema.
4
4
  */
5
5
  import { SCUserType } from './user';
6
+ import { SCPurchasableContent } from './payment';
6
7
  /**
7
8
  * SCGroupPrivacyType enum
8
9
  */
@@ -16,9 +17,10 @@ export declare enum SCGroupPrivacyType {
16
17
  export declare enum SCGroupSubscriptionStatusType {
17
18
  SUBSCRIBED = "subscribed",
18
19
  REQUESTED = "requested",
19
- INVITED = "invited"
20
+ INVITED = "invited",
21
+ PAYMENT_WAITING = "payment_waiting"
20
22
  }
21
- export interface SCGroupType {
23
+ export interface SCGroupType extends SCPurchasableContent {
22
24
  /**
23
25
  * The ID of the group.
24
26
  */
@@ -14,4 +14,5 @@ export var SCGroupSubscriptionStatusType;
14
14
  SCGroupSubscriptionStatusType["SUBSCRIBED"] = "subscribed";
15
15
  SCGroupSubscriptionStatusType["REQUESTED"] = "requested";
16
16
  SCGroupSubscriptionStatusType["INVITED"] = "invited";
17
+ SCGroupSubscriptionStatusType["PAYMENT_WAITING"] = "payment_waiting";
17
18
  })(SCGroupSubscriptionStatusType || (SCGroupSubscriptionStatusType = {}));
@@ -44,7 +44,10 @@ import { type SCLiveStreamType, SCLiveStreamViewType, SCLiveStreamConnectionDeta
44
44
  import { type SCStepType, SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './onboarding';
45
45
  import { SCCommunitySubscriptionTier } from './tier';
46
46
  import { SCCommunityEnvironment } from './environment';
47
+ import { type SCPaymentProduct, type SCPaymentPrice, SCPaymentPriceCurrencyType, SCContentType, type SCCheckoutSession, type SCPurchasableContent, SCCheckoutSessionStatus, type SCCheckoutSessionDetail, type SCCheckoutSessionComplete, type SCPaymentOrder, type SCPaymentsCustomerPortalSession, SCPaymentProductTemplateType, SCCheckoutSessionUIMode, type SCPaywall, SCPaymentRecurringInterval } from './payment';
48
+ import { type SCCustomerBillingInfo, type SCCountryType } from './billing';
49
+ import { type SCCommunityType } from './community';
47
50
  /**
48
51
  * Exports all types
49
52
  */
50
- 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 SCNotificationCourseActivityType, 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, SCCourseOrderingUsersType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType, type SCLiveStreamMonthlyDurationType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier, SCCommunityEnvironment };
53
+ 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 SCNotificationCourseActivityType, 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, SCCourseOrderingUsersType, type SCLiveStreamType, type SCLiveStreamConnectionDetailsType, type SCLiveStreamSettingsType, type SCLiveStreamConnectionDetailsResponseErrorType, type SCLiveStreamMonthlyDurationType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier, SCCommunityEnvironment, type SCPaywall, type SCPaymentProduct, type SCPaymentPrice, SCPaymentPriceCurrencyType, SCContentType, type SCCheckoutSession, type SCPurchasableContent, SCCheckoutSessionStatus, type SCCheckoutSessionDetail, type SCCheckoutSessionComplete, type SCPaymentOrder, type SCPaymentsCustomerPortalSession, SCPaymentProductTemplateType, SCCheckoutSessionUIMode, SCPaymentRecurringInterval, type SCCommunityType, type SCCustomerBillingInfo, type SCCountryType };
@@ -26,7 +26,8 @@ import { SCLiveStreamViewType, SCLiveStreamConnectionDetailsErrorType } from './
26
26
  import { SCOnBoardingStepType, SCOnBoardingStepStatusType, SCOnBoardingStepIdType } from './onboarding';
27
27
  import { SCCommunitySubscriptionTier } from './tier';
28
28
  import { SCCommunityEnvironment } from './environment';
29
+ import { SCPaymentPriceCurrencyType, SCContentType, SCCheckoutSessionStatus, SCPaymentProductTemplateType, SCCheckoutSessionUIMode, SCPaymentRecurringInterval } from './payment';
29
30
  /**
30
31
  * Exports all types
31
32
  */
32
- 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, SCCoursePrivacyType, SCCourseJoinStatusType, SCCourseLessonTypologyType, SCCourseLessonStatusType, SCCourseTypologyType, SCCourseLessonCompletionStatusType, SCCourseOrderingUsersType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier, SCCommunityEnvironment };
33
+ 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, SCCoursePrivacyType, SCCourseJoinStatusType, SCCourseLessonTypologyType, SCCourseLessonStatusType, SCCourseTypologyType, SCCourseLessonCompletionStatusType, SCCourseOrderingUsersType, SCLiveStreamConnectionDetailsErrorType, SCLiveStreamViewType, SCCommunitySubscriptionTier, SCCommunityEnvironment, SCPaymentPriceCurrencyType, SCContentType, SCCheckoutSessionStatus, SCPaymentProductTemplateType, SCCheckoutSessionUIMode, SCPaymentRecurringInterval };
@@ -57,6 +57,10 @@ export interface SCMediaType {
57
57
  * Embed associated
58
58
  */
59
59
  embed?: SCEmbedType;
60
+ /**
61
+ * File size
62
+ */
63
+ size?: number | null;
60
64
  }
61
65
  /**
62
66
  * SCChunkMediaType interface
@@ -0,0 +1,226 @@
1
+ import { SCUserType } from './user';
2
+ import { SCEventType } from './event';
3
+ import { SCCourseType } from './course';
4
+ import { SCGroupType } from './group';
5
+ import { SCCategoryType } from './category';
6
+ import { SCCommunityType } from './community';
7
+ export interface SCPaywall {
8
+ /**
9
+ * Id product
10
+ */
11
+ id: number;
12
+ /**
13
+ * Content type
14
+ */
15
+ content_type: SCContentType;
16
+ /**
17
+ * Content event
18
+ */
19
+ event?: SCEventType;
20
+ /**
21
+ * Content course
22
+ */
23
+ course?: SCCourseType;
24
+ /**
25
+ * Content group
26
+ */
27
+ group?: SCGroupType;
28
+ /**
29
+ * Content category
30
+ */
31
+ category?: SCCategoryType;
32
+ /**
33
+ * Content community
34
+ */
35
+ community?: SCCommunityType;
36
+ /**
37
+ * Active or not
38
+ */
39
+ active?: boolean;
40
+ /**
41
+ * Payment product
42
+ */
43
+ payment_product: SCPaymentProduct;
44
+ }
45
+ export interface SCPaymentProduct {
46
+ /**
47
+ * Id product
48
+ */
49
+ id: number;
50
+ /**
51
+ * Product name
52
+ */
53
+ name: string;
54
+ /**
55
+ * Description name
56
+ */
57
+ description?: string;
58
+ /**
59
+ * Active or not
60
+ */
61
+ active?: boolean;
62
+ /**
63
+ * Stripe product id
64
+ */
65
+ stripe_product_id: string;
66
+ /**
67
+ * Stripe default price id
68
+ */
69
+ stripe_default_price_id?: string;
70
+ /**
71
+ * Stripe prices
72
+ */
73
+ payment_prices: SCPaymentPrice[];
74
+ }
75
+ export declare enum SCPaymentProductTemplateType {
76
+ DETAIL = "detail"
77
+ }
78
+ export declare enum SCPaymentRecurringInterval {
79
+ WEEK = "week",
80
+ MONTH = "month",
81
+ YEAR = "year"
82
+ }
83
+ export interface SCPaymentPrice {
84
+ /**
85
+ * Id product
86
+ */
87
+ id: number;
88
+ /**
89
+ * Description name
90
+ */
91
+ description?: string;
92
+ /**
93
+ * Active or not
94
+ */
95
+ active?: boolean;
96
+ /**
97
+ * Stripe price id
98
+ */
99
+ stripe_price_id: string;
100
+ /**
101
+ * Price
102
+ */
103
+ unit_amount?: number;
104
+ /**
105
+ * Currency
106
+ */
107
+ currency?: SCPaymentPriceCurrencyType;
108
+ /**
109
+ * Recurring interval
110
+ */
111
+ recurring_interval?: SCPaymentRecurringInterval;
112
+ /**
113
+ * Payment product id associated
114
+ */
115
+ payment_product_id?: number;
116
+ /**
117
+ * Payment product associated
118
+ */
119
+ payment_product?: SCPaymentProduct;
120
+ }
121
+ /**
122
+ * SCCurrencyPriceType enum
123
+ */
124
+ export declare enum SCPaymentPriceCurrencyType {
125
+ EUR = "EUR"
126
+ }
127
+ /**
128
+ * Paywalls Content types
129
+ */
130
+ export declare enum SCContentType {
131
+ ALL = "all",
132
+ EVENT = "event",
133
+ COURSE = "course",
134
+ CATEGORY = "category",
135
+ GROUP = "group",
136
+ COMMUNITY = "community"
137
+ }
138
+ export interface SCPurchasableContent {
139
+ id?: number;
140
+ payment_order?: SCPaymentOrder;
141
+ paywalls?: SCPaymentProduct[];
142
+ product_ids?: number[];
143
+ }
144
+ export interface SCCheckoutSessionDetail {
145
+ status?: string;
146
+ metadata?: {
147
+ content_id: string;
148
+ content_type: SCContentType;
149
+ };
150
+ }
151
+ export interface SCCheckoutSessionComplete {
152
+ id: number;
153
+ content_id: number;
154
+ content_type: SCContentType;
155
+ event?: SCEventType;
156
+ course?: SCCourseType;
157
+ group?: SCGroupType;
158
+ category?: SCCategoryType;
159
+ created_at: Date;
160
+ expire_at: Date;
161
+ payment_price: SCPaymentPrice;
162
+ user: SCUserType;
163
+ }
164
+ export interface SCCheckoutSession {
165
+ /**
166
+ * Session id
167
+ */
168
+ id?: string;
169
+ /**
170
+ * Client secret
171
+ */
172
+ client_secret: string;
173
+ }
174
+ export declare enum SCCheckoutSessionStatus {
175
+ COMPLETE = "complete",
176
+ OPEN = "open"
177
+ }
178
+ export declare enum SCCheckoutSessionUIMode {
179
+ HOSTED = "hosted",
180
+ EMBEDDED = "embedded"
181
+ }
182
+ export interface SCPaymentOrder {
183
+ /**
184
+ * Order id
185
+ */
186
+ id: number;
187
+ /**
188
+ * Price
189
+ */
190
+ payment_price?: SCPaymentPrice;
191
+ /**
192
+ * Content type
193
+ */
194
+ content_type: SCContentType;
195
+ /**
196
+ * Content event
197
+ */
198
+ event?: SCEventType;
199
+ /**
200
+ * Content course
201
+ */
202
+ course?: SCCourseType;
203
+ /**
204
+ * Content group
205
+ */
206
+ group?: SCGroupType;
207
+ /**
208
+ * Content category
209
+ */
210
+ category?: SCCategoryType;
211
+ /**
212
+ * Content community
213
+ */
214
+ community?: SCCommunityType;
215
+ /**
216
+ * Created at
217
+ */
218
+ created_at?: Date;
219
+ /**
220
+ * Expired at
221
+ */
222
+ expire_at?: Date;
223
+ }
224
+ export interface SCPaymentsCustomerPortalSession {
225
+ url: string;
226
+ }
@@ -0,0 +1,39 @@
1
+ export var SCPaymentProductTemplateType;
2
+ (function (SCPaymentProductTemplateType) {
3
+ SCPaymentProductTemplateType["DETAIL"] = "detail";
4
+ })(SCPaymentProductTemplateType || (SCPaymentProductTemplateType = {}));
5
+ export var SCPaymentRecurringInterval;
6
+ (function (SCPaymentRecurringInterval) {
7
+ SCPaymentRecurringInterval["WEEK"] = "week";
8
+ SCPaymentRecurringInterval["MONTH"] = "month";
9
+ SCPaymentRecurringInterval["YEAR"] = "year";
10
+ })(SCPaymentRecurringInterval || (SCPaymentRecurringInterval = {}));
11
+ /**
12
+ * SCCurrencyPriceType enum
13
+ */
14
+ export var SCPaymentPriceCurrencyType;
15
+ (function (SCPaymentPriceCurrencyType) {
16
+ SCPaymentPriceCurrencyType["EUR"] = "EUR";
17
+ })(SCPaymentPriceCurrencyType || (SCPaymentPriceCurrencyType = {}));
18
+ /**
19
+ * Paywalls Content types
20
+ */
21
+ export var SCContentType;
22
+ (function (SCContentType) {
23
+ SCContentType["ALL"] = "all";
24
+ SCContentType["EVENT"] = "event";
25
+ SCContentType["COURSE"] = "course";
26
+ SCContentType["CATEGORY"] = "category";
27
+ SCContentType["GROUP"] = "group";
28
+ SCContentType["COMMUNITY"] = "community";
29
+ })(SCContentType || (SCContentType = {}));
30
+ export var SCCheckoutSessionStatus;
31
+ (function (SCCheckoutSessionStatus) {
32
+ SCCheckoutSessionStatus["COMPLETE"] = "complete";
33
+ SCCheckoutSessionStatus["OPEN"] = "open";
34
+ })(SCCheckoutSessionStatus || (SCCheckoutSessionStatus = {}));
35
+ export var SCCheckoutSessionUIMode;
36
+ (function (SCCheckoutSessionUIMode) {
37
+ SCCheckoutSessionUIMode["HOSTED"] = "hosted";
38
+ SCCheckoutSessionUIMode["EMBEDDED"] = "embedded";
39
+ })(SCCheckoutSessionUIMode || (SCCheckoutSessionUIMode = {}));
@@ -76,6 +76,7 @@ export declare enum SCPreferenceName {
76
76
  CUSTOM_NAVBAR_ITEM_TEXT = "custom_navbar_item_text",
77
77
  CUSTOM_NAVBAR_ITEM_URL = "custom_navbar_item_url",
78
78
  CUSTOM_NAVBAR_ITEM_IMAGE = "custom_navbar_item_image",
79
+ CONNECTION_ENABLED = "connection_enabled",
79
80
  FOLLOW_ENABLED = "follow_enabled",
80
81
  EXPLORE_STREAM_ENABLED = "explore_stream_enabled",
81
82
  EXPLORE_STREAM_ORDER_BY = "explore_stream_order_by",
@@ -149,8 +150,22 @@ export declare enum SCPreferenceName {
149
150
  ONBOARDING_ENABLED = "onboarding_enabled",
150
151
  ONBOARDING_HIDDEN = "onboarding_hidden",
151
152
  SUBSCRIPTION_TIER = "subscription_tier",
153
+ PAYMENTS_ENABLED = "payments_enabled",
154
+ STRIPE_CONNECTED_ACCOUNT_ID = "stripe_connected_account_id",
152
155
  ENVIRONMENT = "env",
153
- STACK_ID = "stackid"
156
+ STACK_ID = "stackid",
157
+ STRIPE_PUBLIC_KEY = "stripe_public_key",
158
+ PRIVATE_MESSAGES_ENABLED = "private_messages_enabled",
159
+ CONTEXT_MENU_ENABLED = "context_menu_enabled",
160
+ CATEGORY_FOLLOW_ENABLED = "category_follow_enabled",
161
+ SHARE_POST_ENABLED = "share_post_enabled",
162
+ COMMENTS_ENABLED = "comments_enabled",
163
+ SIDEBAR_SHOW_ALL_CATEGORIES_ENABLED = "sidebar_show_all_categories_enabled",
164
+ VIDEO_AUTOPLAY_ENABLED = "video_autoplay_enabled",
165
+ VIDEO_PLAY_TRACKING_DELAY_SECONDS = "video_play_tracking_delay_seconds",
166
+ SCHEDULED_POSTS_ENABLED = "scheduled_posts_enabled",
167
+ POST_CATEGORY_REQUIRED_ENABLED = "post_category_required_enabled",
168
+ POST_ADDRESSING_REQUIRED_ENABLED = "post_addressing_required_enabled"
154
169
  }
155
170
  /**
156
171
  * SCPreferenceType interface
@@ -78,6 +78,7 @@ export var SCPreferenceName;
78
78
  SCPreferenceName["CUSTOM_NAVBAR_ITEM_TEXT"] = "custom_navbar_item_text";
79
79
  SCPreferenceName["CUSTOM_NAVBAR_ITEM_URL"] = "custom_navbar_item_url";
80
80
  SCPreferenceName["CUSTOM_NAVBAR_ITEM_IMAGE"] = "custom_navbar_item_image";
81
+ SCPreferenceName["CONNECTION_ENABLED"] = "connection_enabled";
81
82
  SCPreferenceName["FOLLOW_ENABLED"] = "follow_enabled";
82
83
  SCPreferenceName["EXPLORE_STREAM_ENABLED"] = "explore_stream_enabled";
83
84
  SCPreferenceName["EXPLORE_STREAM_ORDER_BY"] = "explore_stream_order_by";
@@ -151,6 +152,20 @@ export var SCPreferenceName;
151
152
  SCPreferenceName["ONBOARDING_ENABLED"] = "onboarding_enabled";
152
153
  SCPreferenceName["ONBOARDING_HIDDEN"] = "onboarding_hidden";
153
154
  SCPreferenceName["SUBSCRIPTION_TIER"] = "subscription_tier";
155
+ SCPreferenceName["PAYMENTS_ENABLED"] = "payments_enabled";
156
+ SCPreferenceName["STRIPE_CONNECTED_ACCOUNT_ID"] = "stripe_connected_account_id";
154
157
  SCPreferenceName["ENVIRONMENT"] = "env";
155
158
  SCPreferenceName["STACK_ID"] = "stackid";
159
+ SCPreferenceName["STRIPE_PUBLIC_KEY"] = "stripe_public_key";
160
+ SCPreferenceName["PRIVATE_MESSAGES_ENABLED"] = "private_messages_enabled";
161
+ SCPreferenceName["CONTEXT_MENU_ENABLED"] = "context_menu_enabled";
162
+ SCPreferenceName["CATEGORY_FOLLOW_ENABLED"] = "category_follow_enabled";
163
+ SCPreferenceName["SHARE_POST_ENABLED"] = "share_post_enabled";
164
+ SCPreferenceName["COMMENTS_ENABLED"] = "comments_enabled";
165
+ SCPreferenceName["SIDEBAR_SHOW_ALL_CATEGORIES_ENABLED"] = "sidebar_show_all_categories_enabled";
166
+ SCPreferenceName["VIDEO_AUTOPLAY_ENABLED"] = "video_autoplay_enabled";
167
+ SCPreferenceName["VIDEO_PLAY_TRACKING_DELAY_SECONDS"] = "video_play_tracking_delay_seconds";
168
+ SCPreferenceName["SCHEDULED_POSTS_ENABLED"] = "scheduled_posts_enabled";
169
+ SCPreferenceName["POST_CATEGORY_REQUIRED_ENABLED"] = "post_category_required_enabled";
170
+ SCPreferenceName["POST_ADDRESSING_REQUIRED_ENABLED"] = "post_addressing_required_enabled";
156
171
  })(SCPreferenceName || (SCPreferenceName = {}));
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={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,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={}))},591:(e,_)=>{var t,o,E,S,T,n,i;_.__esModule=!0,_.SCCourseTypologyType=_.SCCoursePrivacyType=_.SCCourseOrderingUsersType=_.SCCourseLessonTypologyType=_.SCCourseLessonStatusType=_.SCCourseLessonCompletionStatusType=_.SCCourseJoinStatusType=void 0,_.SCCoursePrivacyType=t,function(e){e.OPEN="open",e.PRIVATE="private",e.SECRET="secret",e.DRAFT=""}(t||(_.SCCoursePrivacyType=t={})),_.SCCourseTypologyType=o,function(e){e.SELF="self-paced",e.STRUCTURED="structured",e.SCHEDULED="scheduled"}(o||(_.SCCourseTypologyType=o={})),_.SCCourseJoinStatusType=E,function(e){e.JOINED="joined",e.REQUESTED="requested",e.INVITED="invited",e.MANAGER="manager",e.CREATOR="creator"}(E||(_.SCCourseJoinStatusType=E={})),_.SCCourseOrderingUsersType=S,function(e){e.JOINED_AT="joined_at",e.LAST_ACTIVE_AT="last_active_at"}(S||(_.SCCourseOrderingUsersType=S={})),_.SCCourseLessonTypologyType=T,function(e){e.LESSON="lesson",e.QUIZ="quiz"}(T||(_.SCCourseLessonTypologyType=T={})),_.SCCourseLessonStatusType=n,function(e){e.DRAFT="draft",e.PUBLISHED="published"}(n||(_.SCCourseLessonStatusType=n={})),_.SCCourseLessonCompletionStatusType=i,function(e){e.UNCOMPLETED="uncompleted",e.COMPLETED="completed",e.FAILED="failed"}(i||(_.SCCourseLessonCompletionStatusType=i={}))},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,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={}))},77:(e,_)=>{var t;_.__esModule=!0,_.SCCommunityEnvironment=void 0,_.SCCommunityEnvironment=t,function(e){e.STAGE="stage",e.PRODUCTION="prod"}(t||(_.SCCommunityEnvironment=t={}))},682:(e,_)=>{var t,o,E,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=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.LIVESTREAM="live_stream"}(E||(_.SCEventLocationType=E={})),_.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.ALL="all",e.TODAY="today",e.TOMORROW="tomorrow",e.THIS_WEEK="this_week",e.NEXT_WEEK="next_week",e.THIS_MONTH="this_month",e.NOT_PAST="not_past",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",e.COURSE="course"}(t||(_.SCFeatureName=t={}))},618:(e,_)=>{var 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={}))},880:(e,_)=>{var 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={}))},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,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={}))},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 o=t(884);_.SCBroadcastMessageBannerType=o.SCBroadcastMessageBannerType;var E=t(307);_.SCCustomAdvPosition=E.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 C=t(501);_.SCMessageFileType=C.SCMessageFileType,_.SCPrivateMessageStatusType=C.SCPrivateMessageStatusType,_.SCPrivateMessageType=C.SCPrivateMessageType;var r=t(584);_.SCIncubatorStatusType=r.SCIncubatorStatusType;var s=t(742);_.SCPrizeUserStatusType=s.SCPrizeUserStatusType;var p=t(618);_.SCFeedTypologyType=p.SCFeedTypologyType,_.SCFeedUnitActivityTypologyType=p.SCFeedUnitActivityTypologyType;var O=t(461);_.SCNotificationTopicType=O.SCNotificationTopicType,_.SCNotificationTypologyType=O.SCNotificationTypologyType;var u=t(880);_.SCFlagModerationStatusType=u.SCFlagModerationStatusType,_.SCFlagTypeEnum=u.SCFlagTypeEnum;var y=t(286);_.SCCustomPageTypeEnum=y.SCCustomPageTypeEnum;var N=t(300);_.SCPreferenceSection=N.SCPreferenceSection,_.SCPreferenceName=N.SCPreferenceName;var A=t(795);_.SCFeatureName=A.SCFeatureName;var I=t(933);_.SCLegalPagePoliciesType=I.SCLegalPagePoliciesType;var c=t(949);_.SCContributeStatusType=c.SCContributeStatusType,_.SCContributionType=c.SCContributionType;var L=t(495);_.SuggestionType=L.SuggestionType;var l=t(30);_.SCConnectionStatus=l.SCConnectionStatus;var R=t(641);_.SCDeviceApnsTypeEnum=R.SCDeviceApnsTypeEnum,_.SCDeviceTypeEnum=R.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(591);_.SCCoursePrivacyType=v.SCCoursePrivacyType,_.SCCourseJoinStatusType=v.SCCourseJoinStatusType,_.SCCourseLessonTypologyType=v.SCCourseLessonTypologyType,_.SCCourseLessonStatusType=v.SCCourseLessonStatusType,_.SCCourseTypologyType=v.SCCourseTypologyType,_.SCCourseLessonCompletionStatusType=v.SCCourseLessonCompletionStatusType,_.SCCourseOrderingUsersType=v.SCCourseOrderingUsersType;var D=t(447);_.SCLiveStreamViewType=D.SCLiveStreamViewType,_.SCLiveStreamConnectionDetailsErrorType=D.SCLiveStreamConnectionDetailsErrorType;var g=t(914);_.SCOnBoardingStepType=g.SCOnBoardingStepType,_.SCOnBoardingStepStatusType=g.SCOnBoardingStepStatusType,_.SCOnBoardingStepIdType=g.SCOnBoardingStepIdType;var m=t(869);_.SCCommunitySubscriptionTier=m.SCCommunitySubscriptionTier;var M=t(77);_.SCCommunityEnvironment=M.SCCommunityEnvironment},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,o;_.__esModule=!0,_.SCLiveStreamViewType=_.SCLiveStreamConnectionDetailsErrorType=void 0,_.SCLiveStreamViewType=t,function(e){e.GALLERY="gallery",e.SPEAKER="speaker"}(t||(_.SCLiveStreamViewType=t={})),_.SCLiveStreamConnectionDetailsErrorType=o,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"}(o||(_.SCLiveStreamConnectionDetailsErrorType=o={}))},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,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",e.LIVE_STREAM_STARTED="live_stream_started",e.USER_INVITED_TO_JOIN_COURSE="user_invited_to_join_course",e.USER_REQUESTED_TO_JOIN_COURSE="user_requested_to_join_course",e.USER_ACCEPTED_TO_JOIN_COURSE="user_accepted_to_join_course",e.USER_COMMENTED_A_COURSE_LESSON="user_commented_a_course_lesson",e.USER_ADDED_TO_COURSE="user_added_to_course",e.MANAGER_ADDED_TO_COURSE="manager_added_to_course"}(t||(_.SCNotificationTypologyType=t={})),_.SCNotificationTopicType=o,function(e){e.INTERACTION="interaction",e.NEWS="news"}(o||(_.SCNotificationTopicType=o={}))},914:(e,_)=>{var 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={}))},300:(e,_)=>{var 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",e.STATIC="static"}(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.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.COURSES_ENABLED="courses_enabled",e.COURSES_VISIBILITY_ENABLED="courses_visibility_enabled",e.COURSES_PRIVATE_ENABLED="courses_private_enabled",e.COURSES_ONLY_STAFF_ENABLED="courses_only_staff_enabled",e.COURSES_ADVANCED_ENABLED="courses_advanced_enabled",e.LIVE_STREAM_ENABLED="live_stream_enabled",e.LIVE_STREAM_ONLY_STAFF_ENABLED="live_stream_only_staff_enabled",e.LIVE_STREAM_VIDEO_CONFERENCE_ENABLED="live_stream_video_conference_enabled",e.ONBOARDING_ENABLED="onboarding_enabled",e.ONBOARDING_HIDDEN="onboarding_hidden",e.SUBSCRIPTION_TIER="subscription_tier",e.ENVIRONMENT="env",e.STACK_ID="stackid"}(o||(_.SCPreferenceName=o={}))},501:(e,_)=>{var 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={}))},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,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(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.SCCoursePrivacyType=_.SCCoursePrivacyType,e.SCCourseJoinStatusType=_.SCCourseJoinStatusType,e.SCCourseLessonTypologyType=_.SCCourseLessonTypologyType,e.SCCourseTypologyType=_.SCCourseTypologyType,e.SCCourseLessonStatusType=_.SCCourseLessonStatusType,e.SCCourseLessonCompletionStatusType=_.SCCourseLessonCompletionStatusType,e.SCLiveStreamConnectionDetailsErrorType=_.SCLiveStreamConnectionDetailsErrorType,e.SCLiveStreamViewType=_.SCLiveStreamViewType,e.SCCommunitySubscriptionTier=_.SCCommunitySubscriptionTier,e.SCCommunityEnvironment=_.SCCommunityEnvironment,e.SCCourseOrderingUsersType=_.SCCourseOrderingUsersType})(),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,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={}))},591:(e,_)=>{var t,o,S,E,n,T,i;_.__esModule=!0,_.SCCourseTypologyType=_.SCCoursePrivacyType=_.SCCourseOrderingUsersType=_.SCCourseLessonTypologyType=_.SCCourseLessonStatusType=_.SCCourseLessonCompletionStatusType=_.SCCourseJoinStatusType=void 0,_.SCCoursePrivacyType=t,function(e){e.OPEN="open",e.PRIVATE="private",e.SECRET="secret",e.DRAFT=""}(t||(_.SCCoursePrivacyType=t={})),_.SCCourseTypologyType=o,function(e){e.SELF="self-paced",e.STRUCTURED="structured",e.SCHEDULED="scheduled"}(o||(_.SCCourseTypologyType=o={})),_.SCCourseJoinStatusType=S,function(e){e.JOINED="joined",e.REQUESTED="requested",e.INVITED="invited",e.MANAGER="manager",e.CREATOR="creator",e.PAYMENT_WAITING="payment_waiting"}(S||(_.SCCourseJoinStatusType=S={})),_.SCCourseOrderingUsersType=E,function(e){e.JOINED_AT="joined_at",e.LAST_ACTIVE_AT="last_active_at"}(E||(_.SCCourseOrderingUsersType=E={})),_.SCCourseLessonTypologyType=n,function(e){e.LESSON="lesson",e.QUIZ="quiz"}(n||(_.SCCourseLessonTypologyType=n={})),_.SCCourseLessonStatusType=T,function(e){e.DRAFT="draft",e.PUBLISHED="published"}(T||(_.SCCourseLessonStatusType=T={})),_.SCCourseLessonCompletionStatusType=i,function(e){e.UNCOMPLETED="uncompleted",e.COMPLETED="completed",e.FAILED="failed"}(i||(_.SCCourseLessonCompletionStatusType=i={}))},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,o,S;_.__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=S,function(e){e.APNS="APNS"}(S||(_.SCDeviceApnsTypeEnum=S={}))},77:(e,_)=>{var t;_.__esModule=!0,_.SCCommunityEnvironment=void 0,_.SCCommunityEnvironment=t,function(e){e.STAGE="stage",e.PRODUCTION="prod"}(t||(_.SCCommunityEnvironment=t={}))},682:(e,_)=>{var t,o,S,E,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=S,function(e){e.PERSON="in person",e.ONLINE="virtual",e.LIVESTREAM="live_stream"}(S||(_.SCEventLocationType=S={})),_.SCEventLocationFilterType=E,function(e){e.ANY="any",e.PERSON="in person",e.ONLINE="virtual"}(E||(_.SCEventLocationFilterType=E={})),_.SCEventRecurrenceType=n,function(e){e.NEVER="never",e.DAILY="daily",e.WEEKLY="weekly",e.MONTHLY="monthly"}(n||(_.SCEventRecurrenceType=n={})),_.SCEventDateFilterType=T,function(e){e.ALL="all",e.TODAY="today",e.TOMORROW="tomorrow",e.THIS_WEEK="this_week",e.NEXT_WEEK="next_week",e.THIS_MONTH="this_month",e.NOT_PAST="not_past",e.PAST="past"}(T||(_.SCEventDateFilterType=T={}))},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.GROUPING="grouping",e.EVENT="event",e.LIVE_STREAM="live_stream",e.PAYMENTS="payments",e.COURSE="course"}(t||(_.SCFeatureName=t={}))},618:(e,_)=>{var 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={}))},880:(e,_)=>{var 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={}))},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,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",e.PAYMENT_WAITING="payment_waiting"}(o||(_.SCGroupSubscriptionStatusType=o={}))},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 o=t(884);_.SCBroadcastMessageBannerType=o.SCBroadcastMessageBannerType;var S=t(307);_.SCCustomAdvPosition=S.SCCustomAdvPosition;var E=t(537);_.SCLanguageType=E.SCLanguageType;var n=t(945);_.SCUserReputationType=n.SCUserReputationType,_.SCUserStatus=n.SCUserStatus;var T=t(346);_.SCCategoryAutoFollowType=T.SCCategoryAutoFollowType;var i=t(86);_.SCMetadataTypeFieldType=i.SCMetadataTypeFieldType;var a=t(558);_.SCCommentsOrderBy=a.SCCommentsOrderBy;var C=t(501);_.SCMessageFileType=C.SCMessageFileType,_.SCPrivateMessageStatusType=C.SCPrivateMessageStatusType,_.SCPrivateMessageType=C.SCPrivateMessageType;var r=t(584);_.SCIncubatorStatusType=r.SCIncubatorStatusType;var s=t(742);_.SCPrizeUserStatusType=s.SCPrizeUserStatusType;var p=t(618);_.SCFeedTypologyType=p.SCFeedTypologyType,_.SCFeedUnitActivityTypologyType=p.SCFeedUnitActivityTypologyType;var O=t(461);_.SCNotificationTopicType=O.SCNotificationTopicType,_.SCNotificationTypologyType=O.SCNotificationTypologyType;var u=t(880);_.SCFlagModerationStatusType=u.SCFlagModerationStatusType,_.SCFlagTypeEnum=u.SCFlagTypeEnum;var y=t(286);_.SCCustomPageTypeEnum=y.SCCustomPageTypeEnum;var N=t(300);_.SCPreferenceSection=N.SCPreferenceSection,_.SCPreferenceName=N.SCPreferenceName;var A=t(795);_.SCFeatureName=A.SCFeatureName;var c=t(933);_.SCLegalPagePoliciesType=c.SCLegalPagePoliciesType;var I=t(949);_.SCContributeStatusType=I.SCContributeStatusType,_.SCContributionType=I.SCContributionType;var l=t(495);_.SuggestionType=l.SuggestionType;var L=t(30);_.SCConnectionStatus=L.SCConnectionStatus;var R=t(641);_.SCDeviceApnsTypeEnum=R.SCDeviceApnsTypeEnum,_.SCDeviceTypeEnum=R.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 D=t(591);_.SCCoursePrivacyType=D.SCCoursePrivacyType,_.SCCourseJoinStatusType=D.SCCourseJoinStatusType,_.SCCourseLessonTypologyType=D.SCCourseLessonTypologyType,_.SCCourseLessonStatusType=D.SCCourseLessonStatusType,_.SCCourseTypologyType=D.SCCourseTypologyType,_.SCCourseLessonCompletionStatusType=D.SCCourseLessonCompletionStatusType,_.SCCourseOrderingUsersType=D.SCCourseOrderingUsersType;var v=t(447);_.SCLiveStreamViewType=v.SCLiveStreamViewType,_.SCLiveStreamConnectionDetailsErrorType=v.SCLiveStreamConnectionDetailsErrorType;var m=t(914);_.SCOnBoardingStepType=m.SCOnBoardingStepType,_.SCOnBoardingStepStatusType=m.SCOnBoardingStepStatusType,_.SCOnBoardingStepIdType=m.SCOnBoardingStepIdType;var g=t(869);_.SCCommunitySubscriptionTier=g.SCCommunitySubscriptionTier;var M=t(77);_.SCCommunityEnvironment=M.SCCommunityEnvironment;var U=t(910);_.SCPaymentPriceCurrencyType=U.SCPaymentPriceCurrencyType,_.SCContentType=U.SCContentType,_.SCCheckoutSessionStatus=U.SCCheckoutSessionStatus,_.SCPaymentProductTemplateType=U.SCPaymentProductTemplateType,_.SCCheckoutSessionUIMode=U.SCCheckoutSessionUIMode,_.SCPaymentRecurringInterval=U.SCPaymentRecurringInterval},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,o;_.__esModule=!0,_.SCLiveStreamViewType=_.SCLiveStreamConnectionDetailsErrorType=void 0,_.SCLiveStreamViewType=t,function(e){e.GALLERY="gallery",e.SPEAKER="speaker"}(t||(_.SCLiveStreamViewType=t={})),_.SCLiveStreamConnectionDetailsErrorType=o,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"}(o||(_.SCLiveStreamConnectionDetailsErrorType=o={}))},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,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",e.LIVE_STREAM_STARTED="live_stream_started",e.USER_INVITED_TO_JOIN_COURSE="user_invited_to_join_course",e.USER_REQUESTED_TO_JOIN_COURSE="user_requested_to_join_course",e.USER_ACCEPTED_TO_JOIN_COURSE="user_accepted_to_join_course",e.USER_COMMENTED_A_COURSE_LESSON="user_commented_a_course_lesson",e.USER_ADDED_TO_COURSE="user_added_to_course",e.MANAGER_ADDED_TO_COURSE="manager_added_to_course"}(t||(_.SCNotificationTypologyType=t={})),_.SCNotificationTopicType=o,function(e){e.INTERACTION="interaction",e.NEWS="news"}(o||(_.SCNotificationTopicType=o={}))},914:(e,_)=>{var t,o,S;_.__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=S,function(e){e.IN_PROGRESS="in_progress",e.COMPLETED="completed",e.NOT_STARTED="not_started",e.FAILED="failed"}(S||(_.SCOnBoardingStepStatusType=S={}))},910:(e,_)=>{var t,o,S,E,n,T;_.__esModule=!0,_.SCPaymentRecurringInterval=_.SCPaymentProductTemplateType=_.SCPaymentPriceCurrencyType=_.SCContentType=_.SCCheckoutSessionUIMode=_.SCCheckoutSessionStatus=void 0,_.SCPaymentProductTemplateType=t,function(e){e.DETAIL="detail"}(t||(_.SCPaymentProductTemplateType=t={})),_.SCPaymentRecurringInterval=o,function(e){e.WEEK="week",e.MONTH="month",e.YEAR="year"}(o||(_.SCPaymentRecurringInterval=o={})),_.SCPaymentPriceCurrencyType=S,function(e){e.EUR="EUR"}(S||(_.SCPaymentPriceCurrencyType=S={})),_.SCContentType=E,function(e){e.ALL="all",e.EVENT="event",e.COURSE="course",e.CATEGORY="category",e.GROUP="group",e.COMMUNITY="community"}(E||(_.SCContentType=E={})),_.SCCheckoutSessionStatus=n,function(e){e.COMPLETE="complete",e.OPEN="open"}(n||(_.SCCheckoutSessionStatus=n={})),_.SCCheckoutSessionUIMode=T,function(e){e.HOSTED="hosted",e.EMBEDDED="embedded"}(T||(_.SCCheckoutSessionUIMode=T={}))},300:(e,_)=>{var 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",e.STATIC="static"}(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.CONNECTION_ENABLED="connection_enabled",e.FOLLOW_ENABLED="follow_enabled",e.EXPLORE_STREAM_ENABLED="explore_stream_enabled",e.EXPLORE_STREAM_ORDER_BY="explore_stream_order_by",e.HOME_STREAM_ORDER_BY="home_stream_order_by",e.MANUAL_CATEGORIES_ORDER_ENABLED="manual_categories_order_enabled",e.PEOPLE_SEARCH_ENABLED="people_search_enabled",e.POST_ONLY_STAFF_ENABLED="post_only_staff_enabled",e.STREAM_QUALITY="stream_quality",e.CONTENT_AVAILABILITY="content_availability",e.USERS_APPROVAL_ENABLED="users_approval_enabled",e.POST_TYPE_ENABLED="post_type_enabled",e.DISCUSSION_TYPE_ENABLED="discussion_type_enabled",e.STATUS_TYPE_ENABLED="status_type_enabled",e.URL_TEMPLATE_EMAIL_SETTINGS="url_template_email_settings",e.URL_TEMPLATE_EMAIL_UNSUBSCRIBE="url_template_email_unsubscribe",e.URL_TEMPLATE_PASSWORD_RECOVER="url_template_password_recover",e.URL_TEMPLATE_VERIFY_EMAIL="url_template_verify_email",e.URL_TEMPLATE_POST="url_template_post",e.URL_TEMPLATE_DISCUSSION="url_template_discussion",e.URL_TEMPLATE_STATUS="url_template_status",e.URL_TEMPLATE_COMMENT="url_template_comment",e.URL_TEMPLATE_CATEGORY="url_template_category",e.URL_TEMPLATE_CATEGORIES_LIST="url_template_categories_list",e.URL_TEMPLATE_USER_PROFILE="url_template_profile",e.URL_TEMPLATE_USER_PROFILE_SETTINGS="url_template_profile_settings",e.URL_TEMPLATE_NOTIFICATIONS="url_template_notifications",e.URL_TEMPLATE_USER_PRIVATE_MESSAGES="url_template_private_message",e.URL_TEMPLATE_INCUBATOR="url_template_incubator",e.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.COURSES_ENABLED="courses_enabled",e.COURSES_VISIBILITY_ENABLED="courses_visibility_enabled",e.COURSES_PRIVATE_ENABLED="courses_private_enabled",e.COURSES_ONLY_STAFF_ENABLED="courses_only_staff_enabled",e.COURSES_ADVANCED_ENABLED="courses_advanced_enabled",e.LIVE_STREAM_ENABLED="live_stream_enabled",e.LIVE_STREAM_ONLY_STAFF_ENABLED="live_stream_only_staff_enabled",e.LIVE_STREAM_VIDEO_CONFERENCE_ENABLED="live_stream_video_conference_enabled",e.ONBOARDING_ENABLED="onboarding_enabled",e.ONBOARDING_HIDDEN="onboarding_hidden",e.SUBSCRIPTION_TIER="subscription_tier",e.PAYMENTS_ENABLED="payments_enabled",e.STRIPE_CONNECTED_ACCOUNT_ID="stripe_connected_account_id",e.ENVIRONMENT="env",e.STACK_ID="stackid",e.STRIPE_PUBLIC_KEY="stripe_public_key",e.PRIVATE_MESSAGES_ENABLED="private_messages_enabled",e.CONTEXT_MENU_ENABLED="context_menu_enabled",e.CATEGORY_FOLLOW_ENABLED="category_follow_enabled",e.SHARE_POST_ENABLED="share_post_enabled",e.COMMENTS_ENABLED="comments_enabled",e.SIDEBAR_SHOW_ALL_CATEGORIES_ENABLED="sidebar_show_all_categories_enabled",e.VIDEO_AUTOPLAY_ENABLED="video_autoplay_enabled",e.VIDEO_PLAY_TRACKING_DELAY_SECONDS="video_play_tracking_delay_seconds",e.SCHEDULED_POSTS_ENABLED="scheduled_posts_enabled",e.POST_CATEGORY_REQUIRED_ENABLED="post_category_required_enabled",e.POST_ADDRESSING_REQUIRED_ENABLED="post_addressing_required_enabled"}(o||(_.SCPreferenceName=o={}))},501:(e,_)=>{var t,o,S;_.__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=S,function(e){e.DOCUMENT="application/",e.IMAGE="image/",e.VIDEO="video/",e.PDF="application/pdf",e.AUDIO="audio/"}(S||(_.SCMessageFileType=S={}))},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,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 S=_[o];if(void 0!==S)return S.exports;var E=_[o]={exports:{}};return e[o](E,E.exports,t),E.exports}var o={};return(()=>{var e=o;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.SCCoursePrivacyType=_.SCCoursePrivacyType,e.SCCourseJoinStatusType=_.SCCourseJoinStatusType,e.SCCourseLessonTypologyType=_.SCCourseLessonTypologyType,e.SCCourseTypologyType=_.SCCourseTypologyType,e.SCCourseLessonStatusType=_.SCCourseLessonStatusType,e.SCCourseLessonCompletionStatusType=_.SCCourseLessonCompletionStatusType,e.SCLiveStreamConnectionDetailsErrorType=_.SCLiveStreamConnectionDetailsErrorType,e.SCLiveStreamViewType=_.SCLiveStreamViewType,e.SCCommunitySubscriptionTier=_.SCCommunitySubscriptionTier,e.SCCommunityEnvironment=_.SCCommunityEnvironment,e.SCPaymentPriceCurrencyType=_.SCPaymentPriceCurrencyType,e.SCContentType=_.SCContentType,e.SCCheckoutSessionStatus=_.SCCheckoutSessionStatus,e.SCPaymentProductTemplateType=_.SCPaymentProductTemplateType,e.SCPaymentRecurringInterval=_.SCPaymentRecurringInterval,e.SCCheckoutSessionUIMode=_.SCCheckoutSessionUIMode,e.SCCourseOrderingUsersType=_.SCCourseOrderingUsersType})(),o})()));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/types",
3
- "version": "0.8.0-alpha.0",
3
+ "version": "0.8.0-alpha.2",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "./lib/cjs/index.js",
@@ -106,5 +106,5 @@
106
106
  "bugs": {
107
107
  "url": "https://github.com/selfcommunity/community-js/issues"
108
108
  },
109
- "gitHead": "03d4b894685ad0ab6a4db32b1ac5f8dfecf4befb"
109
+ "gitHead": "f923b4a754c0a50a748d3acb1a82282f6fe375de"
110
110
  }