@streamlayer/sdk-web-types 0.4.0 → 0.5.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.4.0",
3
+ "version": "0.5.0",
4
4
  "dependencies": {
5
5
  "@swc/helpers": "~0.5.0",
6
6
  "@bufbuild/protobuf": "^1.3.0",
package/src/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './lib/core-types';
1
+ export * from './sl-types';
package/src/index.js CHANGED
@@ -1,3 +1,3 @@
1
- export * from './lib/core-types';
1
+ export * from './sl-types';
2
2
 
3
3
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../packages/sdk-web-types/src/index.ts"],"sourcesContent":["export * from './lib/core-types'\n"],"names":[],"mappings":"AAAA,cAAc,mBAAkB"}
1
+ {"version":3,"sources":["../../../../packages/sdk-web-types/src/index.ts"],"sourcesContent":["export * from './sl-types'\n"],"names":[],"mappings":"AAAA,cAAc,aAAY"}
@@ -0,0 +1,9 @@
1
+ import type { PlainMessage } from '@bufbuild/protobuf';
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';
6
+ export type OrganizationSettings = PlainMessage<SLOrganizationSettings>;
7
+ export type FeatureConfig = PlainMessage<SdkOverlay>;
8
+ export type StreamSettings = PlainMessage<SLStreamSettings>;
9
+ export type User = PlainMessage<UserAttributes>;
@@ -0,0 +1,3 @@
1
+ export { };
2
+
3
+ //# sourceMappingURL=sl-types.js.map
@@ -0,0 +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'\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"],"names":[],"mappings":"AAAA,WAS+C"}
@@ -1,4 +0,0 @@
1
- import type { PlainMessage } from '@bufbuild/protobuf';
2
- import type { OrganizationSettings as SLOrganizationSettings } from '@streamlayer/sl-eslib/sdkSettings/sdkSettings.common_pb';
3
- export type OrganizationSettings = PlainMessage<SLOrganizationSettings>;
4
- export type KeyS = string;
@@ -1,3 +0,0 @@
1
- export { };
2
-
3
- //# sourceMappingURL=core-types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../packages/sdk-web-types/src/lib/core-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 KeyS = string\n"],"names":[],"mappings":"AAAA,WAIyB"}