@talkplay/shared-types 1.0.65 → 1.0.66

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
@@ -1243,7 +1243,7 @@ type CreateProgramPayload = Required<Omit<ProgramEntity, keyof BaseEntity | "rad
1243
1243
  draftId?: string;
1244
1244
  };
1245
1245
 
1246
- type UpdateProgramPayload = Required<Omit<CreateProgramPayload, "weekSchedule">>;
1246
+ type UpdateProgramPayload = Required<Omit<CreateProgramPayload, "weekSchedule" | "draftId">>;
1247
1247
 
1248
1248
  type CreateProgramSchedulePayload = {
1249
1249
  [WeekDayEnum.SUNDAY]: boolean;
package/dist/index.d.ts CHANGED
@@ -1243,7 +1243,7 @@ type CreateProgramPayload = Required<Omit<ProgramEntity, keyof BaseEntity | "rad
1243
1243
  draftId?: string;
1244
1244
  };
1245
1245
 
1246
- type UpdateProgramPayload = Required<Omit<CreateProgramPayload, "weekSchedule">>;
1246
+ type UpdateProgramPayload = Required<Omit<CreateProgramPayload, "weekSchedule" | "draftId">>;
1247
1247
 
1248
1248
  type CreateProgramSchedulePayload = {
1249
1249
  [WeekDayEnum.SUNDAY]: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",