@talkplay/shared-types 1.0.59 → 1.0.60

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
@@ -864,7 +864,7 @@ type ProgramEntity = BaseEntity & {
864
864
  radio?: RadioEntity;
865
865
  radioId: string;
866
866
  voices?: VoiceProfileEntity[];
867
- weekSchedule: ProgramDayScheduleEntity[];
867
+ weekSchedule?: ProgramDayScheduleEntity[];
868
868
  };
869
869
 
870
870
  type ProgramDayScheduleEntity = BaseEntity & {
package/dist/index.d.ts CHANGED
@@ -864,7 +864,7 @@ type ProgramEntity = BaseEntity & {
864
864
  radio?: RadioEntity;
865
865
  radioId: string;
866
866
  voices?: VoiceProfileEntity[];
867
- weekSchedule: ProgramDayScheduleEntity[];
867
+ weekSchedule?: ProgramDayScheduleEntity[];
868
868
  };
869
869
 
870
870
  type ProgramDayScheduleEntity = BaseEntity & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talkplay/shared-types",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",