@talkplay/shared-types 1.0.92 → 1.0.93
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
|
@@ -814,7 +814,7 @@ type TkplayErrorEntity = {
|
|
|
814
814
|
type ProgramScriptEntity = BaseEntity & {
|
|
815
815
|
name: string | null;
|
|
816
816
|
programId: string;
|
|
817
|
-
program
|
|
817
|
+
program?: ProgramEntity;
|
|
818
818
|
programDayScheduleId: string;
|
|
819
819
|
day: ProgramDayScheduleEntity;
|
|
820
820
|
blocks: ProgramScriptBlockEntity[];
|
package/dist/index.d.ts
CHANGED
|
@@ -814,7 +814,7 @@ type TkplayErrorEntity = {
|
|
|
814
814
|
type ProgramScriptEntity = BaseEntity & {
|
|
815
815
|
name: string | null;
|
|
816
816
|
programId: string;
|
|
817
|
-
program
|
|
817
|
+
program?: ProgramEntity;
|
|
818
818
|
programDayScheduleId: string;
|
|
819
819
|
day: ProgramDayScheduleEntity;
|
|
820
820
|
blocks: ProgramScriptBlockEntity[];
|