@talkplay/shared-types 1.0.55 → 1.0.56
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1168,7 +1168,9 @@ type ListProgramsParams = PaginationParams & {
|
|
|
1168
1168
|
|
|
1169
1169
|
type UpsertProgramPayload = Required<Omit<ProgramEntity, keyof BaseEntity | "radio" | "casters"> & {
|
|
1170
1170
|
castersIds: string[];
|
|
1171
|
-
}
|
|
1171
|
+
}> & {
|
|
1172
|
+
draftId?: string;
|
|
1173
|
+
};
|
|
1172
1174
|
|
|
1173
1175
|
type PassConfirmation$1 = {
|
|
1174
1176
|
passwordConfirmation: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1168,7 +1168,9 @@ type ListProgramsParams = PaginationParams & {
|
|
|
1168
1168
|
|
|
1169
1169
|
type UpsertProgramPayload = Required<Omit<ProgramEntity, keyof BaseEntity | "radio" | "casters"> & {
|
|
1170
1170
|
castersIds: string[];
|
|
1171
|
-
}
|
|
1171
|
+
}> & {
|
|
1172
|
+
draftId?: string;
|
|
1173
|
+
};
|
|
1172
1174
|
|
|
1173
1175
|
type PassConfirmation$1 = {
|
|
1174
1176
|
passwordConfirmation: string;
|