@talkplay/shared-types 1.0.81 → 1.0.82
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 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1256,7 +1256,7 @@ type CreateProgramPayload = Required<Omit<ProgramEntity, keyof BaseEntity | "rad
|
|
|
1256
1256
|
draftId?: string;
|
|
1257
1257
|
};
|
|
1258
1258
|
|
|
1259
|
-
type UpdateProgramProfilePayload = Required<Omit<CreateProgramPayload, "weekSchedule" | "draftId" | "voicesIds">>;
|
|
1259
|
+
type UpdateProgramProfilePayload = Required<Omit<CreateProgramPayload, "weekSchedule" | "draftId" | "voicesIds" | "radioId">>;
|
|
1260
1260
|
|
|
1261
1261
|
type UpdateProgramVoicesPayload = {
|
|
1262
1262
|
voicesIds: string[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1256,7 +1256,7 @@ type CreateProgramPayload = Required<Omit<ProgramEntity, keyof BaseEntity | "rad
|
|
|
1256
1256
|
draftId?: string;
|
|
1257
1257
|
};
|
|
1258
1258
|
|
|
1259
|
-
type UpdateProgramProfilePayload = Required<Omit<CreateProgramPayload, "weekSchedule" | "draftId" | "voicesIds">>;
|
|
1259
|
+
type UpdateProgramProfilePayload = Required<Omit<CreateProgramPayload, "weekSchedule" | "draftId" | "voicesIds" | "radioId">>;
|
|
1260
1260
|
|
|
1261
1261
|
type UpdateProgramVoicesPayload = {
|
|
1262
1262
|
voicesIds: string[];
|