@streamlayer/sdk-web-types 1.8.10 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/sl-types.d.ts +1 -1
- package/lib/sl-types.js +1 -1
- package/package.json +1 -1
package/lib/sl-types.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type { GameSettings as IGameSettings } from '@streamlayer/sl-eslib/sdkSet
|
|
|
4
4
|
import type { ClientSettings } from '@streamlayer/sl-eslib/sdkSettings/client/client_pb';
|
|
5
5
|
import type { User as ProtoUser } from '@streamlayer/sl-eslib/users/users_common_pb';
|
|
6
6
|
import type { SummaryResponse_ResponseData_SummaryResponseAttributes } from '@streamlayer/sl-eslib/sports/events/events_pb';
|
|
7
|
-
export { QuestionType, QuestionStatus, QuestionImages, NotificationPromotionImagePosition, ImagePosition, SilenceSetting, QuestionOptions, PromotionType, PromotionButtonType, PromotionWallet, PromotionLogoMode, CtaIconMode, NotificationSponsorLogoMode, NotificationEnabled, CloseTimerAuto, NotificationPromotionMode, AutoPlayVideo, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
|
|
7
|
+
export { QuestionType, QuestionStatus, QuestionImages, NotificationPromotionImagePosition, ImagePosition, SilenceSetting, QuestionOptions, PromotionType, PromotionButtonType, PromotionWallet, PromotionLogoMode, CtaIconMode, NotificationSponsorLogoMode, NotificationEnabled, CloseTimerAuto, NotificationPromotionMode, AutoPlayVideo, UseAsNotification, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
|
|
8
8
|
import type { PickHistory as IPickHistory, InsightHistory as IInsightHistory, TweetHistory as ITweetHistory, FeedItem as IFeedItem, FeedItemAttributes as IFeedItemAttributes, InstantView as IInstantView, PromotionHistory as IPromotionHistory } from '@streamlayer/sl-eslib/interactive/feed/interactive.feed_pb';
|
|
9
9
|
export { PickHistoryStatus, SubscriptionResponse } from '@streamlayer/sl-eslib/interactive/feed/interactive.feed_pb';
|
|
10
10
|
import type { LeaderboardItem as ILeaderboardItem } from '@streamlayer/sl-eslib/interactive/leaderboard/interactive.leaderboard_pb';
|
package/lib/sl-types.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { QuestionType, QuestionStatus, QuestionImages, NotificationPromotionImagePosition, ImagePosition, SilenceSetting, QuestionOptions, PromotionType, PromotionButtonType, PromotionWallet, PromotionLogoMode, CtaIconMode, NotificationSponsorLogoMode, NotificationEnabled, CloseTimerAuto, NotificationPromotionMode, AutoPlayVideo, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
|
|
1
|
+
export { QuestionType, QuestionStatus, QuestionImages, NotificationPromotionImagePosition, ImagePosition, SilenceSetting, QuestionOptions, PromotionType, PromotionButtonType, PromotionWallet, PromotionLogoMode, CtaIconMode, NotificationSponsorLogoMode, NotificationEnabled, CloseTimerAuto, NotificationPromotionMode, AutoPlayVideo, UseAsNotification, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
|
|
2
2
|
export { PickHistoryStatus, SubscriptionResponse } from '@streamlayer/sl-eslib/interactive/feed/interactive.feed_pb';
|
|
3
3
|
export { SdkOverlayType as FeatureType, SdkOverlaySettings, GamesOverlaySettings, } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
|
|
4
4
|
export { InvitationFrom } from '@streamlayer/sl-eslib/analytics/v1/invitations/invitations_pb';
|