@talkplay/shared-types 1.0.71 → 1.0.72

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/dist/index.d.mts CHANGED
@@ -941,8 +941,7 @@ type CasterEntity = BaseEntity & {
941
941
  voiceEnergy: VoiceEnergyEnum[];
942
942
  avatarImgId: string;
943
943
  avatarImg?: S3FileEntity;
944
- voiceProfileId: string;
945
- voiceProfile?: VoiceProfileEntity;
944
+ voiceProfiles?: VoiceProfileEntity[];
946
945
  };
947
946
 
948
947
  type RadioUserEntity = BaseEntity & {
package/dist/index.d.ts CHANGED
@@ -941,8 +941,7 @@ type CasterEntity = BaseEntity & {
941
941
  voiceEnergy: VoiceEnergyEnum[];
942
942
  avatarImgId: string;
943
943
  avatarImg?: S3FileEntity;
944
- voiceProfileId: string;
945
- voiceProfile?: VoiceProfileEntity;
944
+ voiceProfiles?: VoiceProfileEntity[];
946
945
  };
947
946
 
948
947
  type RadioUserEntity = BaseEntity & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",