@appconda/sdk 1.0.668 → 1.0.669

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.
@@ -1994,6 +1994,15 @@ export declare const CreateWorkerNotebookStudioOutputSchema: z.ZodObject<{
1994
1994
  content: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1995
1995
  metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
1996
1996
  }, z.core.$strip>;
1997
+ export declare const UpdateWorkerNotebookStudioOutputSchema: z.ZodObject<{
1998
+ tenantId: z.ZodString;
1999
+ workerId: z.ZodString;
2000
+ notebookId: z.ZodString;
2001
+ outputId: z.ZodString;
2002
+ title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2003
+ content: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2004
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2005
+ }, z.core.$strip>;
1997
2006
  export declare const DeleteWorkerNotebookStudioOutputSchema: z.ZodObject<{
1998
2007
  tenantId: z.ZodString;
1999
2008
  workerId: z.ZodString;