@appconda/sdk 1.0.675 → 1.0.677

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.
@@ -525,6 +525,7 @@ export declare const UpdateWorkerSchema: z.ZodObject<{
525
525
  description: z.ZodOptional<z.ZodString>;
526
526
  emploidId: z.ZodOptional<z.ZodString>;
527
527
  avatar: z.ZodOptional<z.ZodString>;
528
+ agentContainerImage: z.ZodOptional<z.ZodString>;
528
529
  modelSettings: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
529
530
  }, z.core.$strip>;
530
531
  export declare const DeleteWorkerSchema: z.ZodObject<{
@@ -1871,6 +1872,10 @@ export declare const ListGoogleMeetCalendarsSchema: z.ZodObject<{
1871
1872
  tenantId: z.ZodString;
1872
1873
  credentialId: z.ZodString;
1873
1874
  }, z.core.$strip>;
1875
+ export declare const GetGoogleMeetBrowserBotAvailabilitySchema: z.ZodObject<{
1876
+ tenantId: z.ZodString;
1877
+ credentialId: z.ZodOptional<z.ZodString>;
1878
+ }, z.core.$strip>;
1874
1879
  export declare const ListGoogleMeetEmailApprovalsSchema: z.ZodObject<{
1875
1880
  tenantId: z.ZodString;
1876
1881
  channelId: z.ZodString;