@tmdjr/document-contracts 0.0.21 → 0.0.22
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/document.types.d.ts
CHANGED
|
@@ -287,7 +287,6 @@ export interface components {
|
|
|
287
287
|
};
|
|
288
288
|
CreateWorkshopPageDto: {
|
|
289
289
|
workshopId: string;
|
|
290
|
-
workshopGroupId: string;
|
|
291
290
|
/** @default Page */
|
|
292
291
|
name: string;
|
|
293
292
|
/** @default 0 */
|
|
@@ -307,7 +306,7 @@ export interface components {
|
|
|
307
306
|
EditPageNameUpdateWorkshopDto: {
|
|
308
307
|
_id: string;
|
|
309
308
|
name: string;
|
|
310
|
-
|
|
309
|
+
workshopId: string;
|
|
311
310
|
};
|
|
312
311
|
WorkshopDto: {
|
|
313
312
|
_id: string;
|