@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.
- package/dist/modules/emploid/schema.d.ts +5 -0
- package/dist/modules/emploid/schema.js +6 -1
- package/dist/modules/emploid/service.d.ts +3 -2
- package/dist/modules/emploid/service.js +4 -1
- package/dist/modules/emploid/types.d.ts +6 -0
- package/dist/modules/emploid/types.js +1 -1
- package/package.json +1 -1
- package/src/modules/emploid/schema.ts +6 -0
- package/src/modules/emploid/service.ts +6 -2
- package/src/modules/emploid/types.ts +7 -0
|
@@ -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;
|