@appconda/sdk 1.0.624 → 1.0.628

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.
@@ -1301,6 +1301,12 @@ export declare const ExecuteCollectionButtonSchema: z.ZodObject<{
1301
1301
  buttonId: z.ZodString;
1302
1302
  recordId: z.ZodString;
1303
1303
  }, z.core.$strip>;
1304
+ export declare const ExecuteCollectionAiFieldSchema: z.ZodObject<{
1305
+ tenantId: z.ZodString;
1306
+ collectionId: z.ZodString;
1307
+ fieldId: z.ZodString;
1308
+ recordId: z.ZodString;
1309
+ }, z.core.$strip>;
1304
1310
  export declare const ListCollectionRelationsSchema: z.ZodObject<{
1305
1311
  tenantId: z.ZodString;
1306
1312
  collectionId: z.ZodString;