@streamlayer/sdk-web-types 1.15.1 → 1.15.3
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 +2 -2
package/lib/sl-types.d.ts
CHANGED
|
@@ -19,7 +19,7 @@ export type RecursivePartial<T> = T extends object ? {
|
|
|
19
19
|
} : T;
|
|
20
20
|
export type PlainMessage<T> = RecursiveOmit<T, '$typeName'>;
|
|
21
21
|
export type PartialMessage<T> = RecursivePartial<RecursiveOmit<T, '$typeName'>>;
|
|
22
|
-
export { QuestionType, QuestionStatus, QuestionImages, NotificationPromotionImagePosition, ImagePosition, SilenceSetting, type QuestionOptions, PromotionType, PromotionButtonType, PromotionWallet, PromotionLogoMode, CtaIconMode, NotificationSponsorLogoMode, NotificationEnabled, NotificationUseContentMedia, NotificationUseContentTexts, CloseTimerAuto, NotificationPromotionMode, AutoPlayVideo, PlayVideoMuted, UseAsNotification, AdUnit, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
|
|
22
|
+
export { QuestionType, QuestionStatus, QuestionImages, QuestionPosition, NotificationPromotionImagePosition, ImagePosition, SilenceSetting, type QuestionOptions, PromotionType, PromotionButtonType, PromotionWallet, PromotionLogoMode, CtaIconMode, NotificationSponsorLogoMode, NotificationEnabled, NotificationUseContentMedia, NotificationUseContentTexts, CloseTimerAuto, NotificationPromotionMode, AutoPlayVideo, PlayVideoMuted, UseAsNotification, AdUnit, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
|
|
23
23
|
export { PickHistoryStatus, type SubscriptionResponse, } from '@streamlayer/sl-eslib/interactive/feed/interactive.feed_pb';
|
|
24
24
|
export type PickHistory = PlainMessage<IPickHistory>;
|
|
25
25
|
export type ExtendedQuestionAnswer = PlainMessage<IExtendedQuestionAnswer>;
|
package/lib/sl-types.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { QuestionType, QuestionStatus, QuestionImages, NotificationPromotionImagePosition, ImagePosition, SilenceSetting, PromotionType, PromotionButtonType, PromotionWallet, PromotionLogoMode, CtaIconMode, NotificationSponsorLogoMode, NotificationEnabled, NotificationUseContentMedia, NotificationUseContentTexts, CloseTimerAuto, NotificationPromotionMode, AutoPlayVideo, PlayVideoMuted, UseAsNotification, AdUnit, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
|
|
1
|
+
export { QuestionType, QuestionStatus, QuestionImages, QuestionPosition, NotificationPromotionImagePosition, ImagePosition, SilenceSetting, PromotionType, PromotionButtonType, PromotionWallet, PromotionLogoMode, CtaIconMode, NotificationSponsorLogoMode, NotificationEnabled, NotificationUseContentMedia, NotificationUseContentTexts, CloseTimerAuto, NotificationPromotionMode, AutoPlayVideo, PlayVideoMuted, UseAsNotification, AdUnit, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
|
|
2
2
|
export { PickHistoryStatus, } from '@streamlayer/sl-eslib/interactive/feed/interactive.feed_pb';
|
|
3
3
|
export { SdkOverlayType as FeatureType, } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
|
|
4
4
|
export { InvitationFrom } from '@streamlayer/sl-eslib/analytics/v1/invitations/invitations_pb';
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamlayer/sdk-web-types",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@bufbuild/protobuf": "^2.2.2",
|
|
6
|
-
"@streamlayer/sl-eslib": "^5.
|
|
6
|
+
"@streamlayer/sl-eslib": "^5.219.0"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"tslib": "^2.7.0"
|