@streamlayer/sdk-web-types 0.4.1 → 0.6.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 +1 -1
- package/src/sl-types.d.ts +7 -1
- package/src/sl-types.js +1 -1
- package/src/sl-types.js.map +1 -1
package/package.json
CHANGED
package/src/sl-types.d.ts
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import type { PlainMessage } from '@bufbuild/protobuf';
|
|
2
2
|
import type { OrganizationSettings as SLOrganizationSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
|
|
3
|
+
import type { StreamSettings as SLStreamSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
|
|
4
|
+
import type { SdkOverlay } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
|
|
5
|
+
import type { UserAttributes } from '@streamlayer/sl-eslib/users/users_common_pb';
|
|
3
6
|
export type OrganizationSettings = PlainMessage<SLOrganizationSettings>;
|
|
4
|
-
export type
|
|
7
|
+
export type FeatureConfig = PlainMessage<SdkOverlay>;
|
|
8
|
+
export type StreamSettings = PlainMessage<SLStreamSettings>;
|
|
9
|
+
export type User = PlainMessage<UserAttributes>;
|
|
10
|
+
export { SdkOverlayType as FeatureType } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
|
package/src/sl-types.js
CHANGED
package/src/sl-types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../packages/sdk-web-types/src/sl-types.ts"],"sourcesContent":["import type { PlainMessage } from '@bufbuild/protobuf'\nimport type { OrganizationSettings as SLOrganizationSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\n\nexport type OrganizationSettings = PlainMessage<SLOrganizationSettings>\nexport type
|
|
1
|
+
{"version":3,"sources":["../../../../packages/sdk-web-types/src/sl-types.ts"],"sourcesContent":["import type { PlainMessage } from '@bufbuild/protobuf'\nimport type { OrganizationSettings as SLOrganizationSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\nimport type { StreamSettings as SLStreamSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\nimport type { SdkOverlay } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\nimport type { UserAttributes } from '@streamlayer/sl-eslib/users/users_common_pb'\n\nexport type OrganizationSettings = PlainMessage<SLOrganizationSettings>\nexport type FeatureConfig = PlainMessage<SdkOverlay>\nexport type StreamSettings = PlainMessage<SLStreamSettings>\nexport type User = PlainMessage<UserAttributes>\n\nexport { SdkOverlayType as FeatureType } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb'\n"],"names":["SdkOverlayType","FeatureType"],"mappings":"AAWA,SAASA,kBAAkBC,WAAW,QAAQ,0DAAyD"}
|