@appconda/sdk 1.0.620 → 1.0.623

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.
@@ -196,6 +196,14 @@ export declare const UpdateAgentFlowSchema: z.ZodObject<{
196
196
  name: z.ZodOptional<z.ZodString>;
197
197
  description: z.ZodOptional<z.ZodString>;
198
198
  }, z.core.$strip>;
199
+ export declare const DeleteAgentFlowSchema: z.ZodObject<{
200
+ id: z.ZodString;
201
+ }, z.core.$strip>;
202
+ export declare const DuplicateAgentFlowSchema: z.ZodObject<{
203
+ id: z.ZodString;
204
+ name: z.ZodString;
205
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
206
+ }, z.core.$strip>;
199
207
  export declare const ChangeAgentflowProjectSchema: z.ZodObject<{
200
208
  id: z.ZodString;
201
209
  projectId: z.ZodString;