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