@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 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[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",