@streamlayer/sdk-web-types 0.10.0 → 0.11.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/sdk-web-types",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "dependencies": {
5
5
  "@streamlayer/sl-eslib": "^5.29.0"
6
6
  },
package/src/sl-types.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import type { StreamSettings as SLStreamSettings, SdkOverlay, Advertising, OrganizationSettings as SLOrganizationSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
2
2
  import type { ClientSettings } from '@streamlayer/sl-eslib/sdkSettings/client/client_pb';
3
3
  import type { UserAttributes } from '@streamlayer/sl-eslib/users/users_common_pb';
4
+ export { QuestionType } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
4
5
  export type OrganizationSettings = SLOrganizationSettings;
5
6
  export type OrganizationAdvertising = Advertising;
6
7
  export type FeatureConfig = SdkOverlay;
package/src/sl-types.js CHANGED
@@ -1,3 +1,4 @@
1
+ export { QuestionType } from '@streamlayer/sl-eslib/interactive/interactive.common_pb';
1
2
  export { SdkOverlayType as FeatureType } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
2
3
 
3
4
  //# sourceMappingURL=sl-types.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../packages/sdk-web-types/src/sl-types.ts"],"sourcesContent":["import type {\n StreamSettings as SLStreamSettings,\n SdkOverlay,\n Advertising,\n OrganizationSettings as SLOrganizationSettings,\n} from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\nimport type { ClientSettings } from '@streamlayer/sl-eslib/sdkSettings/client/client_pb'\nimport type { UserAttributes } from '@streamlayer/sl-eslib/users/users_common_pb'\n\nexport type OrganizationSettings = SLOrganizationSettings\nexport type OrganizationAdvertising = Advertising\nexport type FeatureConfig = SdkOverlay\nexport type StreamSettings = SLStreamSettings\nexport type User = UserAttributes\nexport type UserSettings = ClientSettings\n\nexport { SdkOverlayType as FeatureType } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\n"],"names":["SdkOverlayType","FeatureType"],"mappings":"AAgBA,SAASA,kBAAkBC,WAAW,QAAQ,0DAAyD"}
1
+ {"version":3,"sources":["../../../../packages/sdk-web-types/src/sl-types.ts"],"sourcesContent":["import type {\n StreamSettings as SLStreamSettings,\n SdkOverlay,\n Advertising,\n OrganizationSettings as SLOrganizationSettings,\n} from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\nimport type { ClientSettings } from '@streamlayer/sl-eslib/sdkSettings/client/client_pb'\nimport type { UserAttributes } from '@streamlayer/sl-eslib/users/users_common_pb'\nexport { QuestionType } from '@streamlayer/sl-eslib/interactive/interactive.common_pb'\n\nexport type OrganizationSettings = SLOrganizationSettings\nexport type OrganizationAdvertising = Advertising\nexport type FeatureConfig = SdkOverlay\nexport type StreamSettings = SLStreamSettings\nexport type User = UserAttributes\nexport type UserSettings = ClientSettings\n\nexport { SdkOverlayType as FeatureType } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\n"],"names":["QuestionType","SdkOverlayType","FeatureType"],"mappings":"AAQA,SAASA,YAAY,QAAQ,0DAAyD;AAStF,SAASC,kBAAkBC,WAAW,QAAQ,0DAAyD"}