@talkplay/shared-types 1.0.76 → 1.0.77
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 +0 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -868,7 +868,6 @@ type PopulatedProgramScriptBlock = PopulatedProgramScriptElement[];
|
|
|
868
868
|
type PopulatedProgramScriptEntity = PopulatedProgramScriptBlock[];
|
|
869
869
|
|
|
870
870
|
type VoiceProfileEntity = BaseEntity & {
|
|
871
|
-
name: string;
|
|
872
871
|
source: VoiceProfileSourcesEnum;
|
|
873
872
|
provider: TtsProvidersEnum;
|
|
874
873
|
externalProviderId: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -868,7 +868,6 @@ type PopulatedProgramScriptBlock = PopulatedProgramScriptElement[];
|
|
|
868
868
|
type PopulatedProgramScriptEntity = PopulatedProgramScriptBlock[];
|
|
869
869
|
|
|
870
870
|
type VoiceProfileEntity = BaseEntity & {
|
|
871
|
-
name: string;
|
|
872
871
|
source: VoiceProfileSourcesEnum;
|
|
873
872
|
provider: TtsProvidersEnum;
|
|
874
873
|
externalProviderId: string;
|