@appconda/sdk 1.0.675 → 1.0.676

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.
@@ -1871,6 +1871,10 @@ export declare const ListGoogleMeetCalendarsSchema: z.ZodObject<{
1871
1871
  tenantId: z.ZodString;
1872
1872
  credentialId: z.ZodString;
1873
1873
  }, z.core.$strip>;
1874
+ export declare const GetGoogleMeetBrowserBotAvailabilitySchema: z.ZodObject<{
1875
+ tenantId: z.ZodString;
1876
+ credentialId: z.ZodOptional<z.ZodString>;
1877
+ }, z.core.$strip>;
1874
1878
  export declare const ListGoogleMeetEmailApprovalsSchema: z.ZodObject<{
1875
1879
  tenantId: z.ZodString;
1876
1880
  channelId: z.ZodString;