@streamlayer/sdk-web-types 1.7.5 → 1.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/sl-types.d.ts CHANGED
@@ -8,7 +8,7 @@ export { QuestionType, QuestionStatus, QuestionImages, NotificationPromotionImag
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';
11
- import { type ExtendedQuestionAnswer as IExtendedQuestionAnswer, type Question as IQuestion, type ExtendedQuestion as IExtendedQuestion, type QuestionOptions_PromotionOptions, type QuestionNotification as IQuestionNotification, type PromotionNotification as IPromotionNotification, type CloseTimer as ICloseTimer } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
11
+ import { type ExtendedQuestionAnswer as IExtendedQuestionAnswer, type Question as IQuestion, type ExtendedQuestion as IExtendedQuestion, type QuestionOptions_PromotionOptions, type QuestionOptions_AdCampaigns, type QuestionNotification as IQuestionNotification, type PromotionNotification as IPromotionNotification, type CloseTimer as ICloseTimer, QuestionOptions_GamOptions } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
12
12
  export type PickHistory = PlainMessage<IPickHistory>;
13
13
  export type ExtendedQuestionAnswer = PlainMessage<IExtendedQuestionAnswer>;
14
14
  export type InsightHistory = PlainMessage<IInsightHistory>;
@@ -34,5 +34,7 @@ export type PromotionOptions = PlainMessage<QuestionOptions_PromotionOptions>;
34
34
  export type QuestionNotification = PlainMessage<IQuestionNotification>;
35
35
  export type PromotionNotification = PlainMessage<IPromotionNotification>;
36
36
  export type EventSummary = PlainMessage<SummaryResponse_ResponseData_SummaryResponseAttributes>;
37
+ export type GamOptions = PlainMessage<QuestionOptions_GamOptions>;
38
+ export type AdCampaigns = PlainMessage<QuestionOptions_AdCampaigns>;
37
39
  export { SdkOverlayType as FeatureType, SdkOverlaySettings, GamesOverlaySettings, } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
38
40
  export { InvitationFrom } from '@streamlayer/sl-eslib/analytics/v1/invitations/invitations_pb';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/sdk-web-types",
3
- "version": "1.7.5",
3
+ "version": "1.8.1",
4
4
  "peerDependencies": {
5
5
  "@bufbuild/protobuf": "^1.10.0",
6
6
  "@streamlayer/sl-eslib": "^5.130.0"