@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 +1 -2
- package/dist/index.d.ts +1 -2
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
945
|
-
voiceProfile?: VoiceProfileEntity;
|
|
944
|
+
voiceProfiles?: VoiceProfileEntity[];
|
|
946
945
|
};
|
|
947
946
|
|
|
948
947
|
type RadioUserEntity = BaseEntity & {
|