@streamlayer/sdk-web-types 0.15.0 → 0.16.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 CHANGED
@@ -2,7 +2,7 @@ import { PlainMessage } from '@bufbuild/protobuf';
2
2
  import type { StreamSettings as SLStreamSettings, SdkOverlay, Advertising, OrganizationSettings as SLOrganizationSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
3
3
  import type { ClientSettings } from '@streamlayer/sl-eslib/sdkSettings/client/client_pb';
4
4
  import type { UserAttributes } from '@streamlayer/sl-eslib/users/users_common_pb';
5
- export { QuestionType, QuestionStatus, QuestionImages, ImagePosition, ExtendedQuestion, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
5
+ export { QuestionType, QuestionStatus, QuestionImages, ImagePosition, ExtendedQuestion, SilenceSetting, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
6
6
  import type { PickHistory as IPickHistory } from '@streamlayer/sl-eslib/interactive/feed/interactive.feed_pb';
7
7
  import type { InsightHistory as IInsightHistory } from '@streamlayer/sl-eslib/interactive/feed/interactive.feed_pb';
8
8
  export { PickHistoryStatus } from '@streamlayer/sl-eslib/interactive/feed/interactive.feed_pb';
package/lib/sl-types.js CHANGED
@@ -1,3 +1,3 @@
1
- export { QuestionType, QuestionStatus, QuestionImages, ImagePosition, ExtendedQuestion, } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
1
+ export { QuestionType, QuestionStatus, QuestionImages, ImagePosition, ExtendedQuestion, SilenceSetting, } 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, SdkOverlaySettings, GamesOverlaySettings, } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/sdk-web-types",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "peerDependencies": {
5
5
  "@streamlayer/sl-eslib": "^5.45.1",
6
6
  "@bufbuild/protobuf": "^1.4.2"