@bubblelab/bubble-core 0.1.77 → 0.1.78

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.
Files changed (29) hide show
  1. package/dist/bubble-bundle.d.ts +53 -52
  2. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  3. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  5. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  9. package/dist/bubbles/service-bubble/firecrawl.d.ts +112 -112
  10. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  11. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  12. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
  14. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  16. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  17. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  18. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  19. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  20. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  21. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +54 -54
  22. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  23. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  24. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +4 -4
  25. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  26. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -11
  27. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  28. package/dist/bubbles.json +1 -1
  29. package/package.json +2 -2
@@ -197,12 +197,12 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
197
197
  description: z.ZodOptional<z.ZodString>;
198
198
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
199
199
  }, "strip", z.ZodTypeAny, {
200
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
200
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
201
201
  name: string;
202
202
  options?: Record<string, unknown> | undefined;
203
203
  description?: string | undefined;
204
204
  }, {
205
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
205
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
206
206
  name: string;
207
207
  options?: Record<string, unknown> | undefined;
208
208
  description?: string | undefined;
@@ -211,7 +211,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
211
211
  }, "strip", z.ZodTypeAny, {
212
212
  name: string;
213
213
  fields: {
214
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
214
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
215
215
  name: string;
216
216
  options?: Record<string, unknown> | undefined;
217
217
  description?: string | undefined;
@@ -223,7 +223,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
223
223
  }, {
224
224
  name: string;
225
225
  fields: {
226
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
226
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
227
227
  name: string;
228
228
  options?: Record<string, unknown> | undefined;
229
229
  description?: string | undefined;
@@ -263,7 +263,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
263
263
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
264
264
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
265
265
  }, "strip", z.ZodTypeAny, {
266
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
266
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
267
267
  name: string;
268
268
  operation: "create_field";
269
269
  baseId: string;
@@ -272,7 +272,7 @@ declare const AirtableParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
272
272
  description?: string | undefined;
273
273
  credentials?: Partial<Record<CredentialType, string>> | undefined;
274
274
  }, {
275
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
275
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
276
276
  name: string;
277
277
  operation: "create_field";
278
278
  baseId: string;
@@ -667,18 +667,18 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
667
667
  name: z.ZodString;
668
668
  type: z.ZodEnum<["singleLineText", "multilineText", "richText", "email", "url", "phoneNumber", "number", "percent", "currency", "rating", "duration", "singleSelect", "multipleSelects", "singleCollaborator", "multipleCollaborators", "date", "dateTime", "checkbox", "multipleRecordLinks", "multipleAttachments", "barcode", "button", "formula", "createdTime", "lastModifiedTime", "createdBy", "lastModifiedBy", "autoNumber", "externalSyncSource", "count", "lookup", "rollup"]>;
669
669
  }, "strip", z.ZodTypeAny, {
670
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
670
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
671
671
  name: string;
672
672
  id: string;
673
673
  }, {
674
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
674
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
675
675
  name: string;
676
676
  id: string;
677
677
  }>, "many">;
678
678
  }, "strip", z.ZodTypeAny, {
679
679
  name: string;
680
680
  fields: {
681
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
681
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
682
682
  name: string;
683
683
  id: string;
684
684
  }[];
@@ -688,7 +688,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
688
688
  }, {
689
689
  name: string;
690
690
  fields: {
691
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
691
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
692
692
  name: string;
693
693
  id: string;
694
694
  }[];
@@ -706,7 +706,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
706
706
  table?: {
707
707
  name: string;
708
708
  fields: {
709
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
709
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
710
710
  name: string;
711
711
  id: string;
712
712
  }[];
@@ -722,7 +722,7 @@ declare const AirtableResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodO
722
722
  table?: {
723
723
  name: string;
724
724
  fields: {
725
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
725
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
726
726
  name: string;
727
727
  id: string;
728
728
  }[];
@@ -1064,12 +1064,12 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1064
1064
  description: z.ZodOptional<z.ZodString>;
1065
1065
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1066
1066
  }, "strip", z.ZodTypeAny, {
1067
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1067
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1068
1068
  name: string;
1069
1069
  options?: Record<string, unknown> | undefined;
1070
1070
  description?: string | undefined;
1071
1071
  }, {
1072
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1072
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1073
1073
  name: string;
1074
1074
  options?: Record<string, unknown> | undefined;
1075
1075
  description?: string | undefined;
@@ -1078,7 +1078,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1078
1078
  }, "strip", z.ZodTypeAny, {
1079
1079
  name: string;
1080
1080
  fields: {
1081
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1081
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1082
1082
  name: string;
1083
1083
  options?: Record<string, unknown> | undefined;
1084
1084
  description?: string | undefined;
@@ -1090,7 +1090,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1090
1090
  }, {
1091
1091
  name: string;
1092
1092
  fields: {
1093
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1093
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1094
1094
  name: string;
1095
1095
  options?: Record<string, unknown> | undefined;
1096
1096
  description?: string | undefined;
@@ -1130,7 +1130,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1130
1130
  options: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1131
1131
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
1132
1132
  }, "strip", z.ZodTypeAny, {
1133
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1133
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1134
1134
  name: string;
1135
1135
  operation: "create_field";
1136
1136
  baseId: string;
@@ -1139,7 +1139,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1139
1139
  description?: string | undefined;
1140
1140
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1141
1141
  }, {
1142
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1142
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1143
1143
  name: string;
1144
1144
  operation: "create_field";
1145
1145
  baseId: string;
@@ -1534,18 +1534,18 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1534
1534
  name: z.ZodString;
1535
1535
  type: z.ZodEnum<["singleLineText", "multilineText", "richText", "email", "url", "phoneNumber", "number", "percent", "currency", "rating", "duration", "singleSelect", "multipleSelects", "singleCollaborator", "multipleCollaborators", "date", "dateTime", "checkbox", "multipleRecordLinks", "multipleAttachments", "barcode", "button", "formula", "createdTime", "lastModifiedTime", "createdBy", "lastModifiedBy", "autoNumber", "externalSyncSource", "count", "lookup", "rollup"]>;
1536
1536
  }, "strip", z.ZodTypeAny, {
1537
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1537
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1538
1538
  name: string;
1539
1539
  id: string;
1540
1540
  }, {
1541
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1541
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1542
1542
  name: string;
1543
1543
  id: string;
1544
1544
  }>, "many">;
1545
1545
  }, "strip", z.ZodTypeAny, {
1546
1546
  name: string;
1547
1547
  fields: {
1548
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1548
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1549
1549
  name: string;
1550
1550
  id: string;
1551
1551
  }[];
@@ -1555,7 +1555,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1555
1555
  }, {
1556
1556
  name: string;
1557
1557
  fields: {
1558
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1558
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1559
1559
  name: string;
1560
1560
  id: string;
1561
1561
  }[];
@@ -1573,7 +1573,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1573
1573
  table?: {
1574
1574
  name: string;
1575
1575
  fields: {
1576
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1576
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1577
1577
  name: string;
1578
1578
  id: string;
1579
1579
  }[];
@@ -1589,7 +1589,7 @@ export declare class AirtableBubble<T extends AirtableParams = AirtableParams> e
1589
1589
  table?: {
1590
1590
  name: string;
1591
1591
  fields: {
1592
- type: "number" | "date" | "email" | "url" | "duration" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "button" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1592
+ type: "number" | "date" | "email" | "url" | "duration" | "button" | "count" | "createdTime" | "dateTime" | "rating" | "singleLineText" | "multilineText" | "richText" | "phoneNumber" | "percent" | "currency" | "singleSelect" | "multipleSelects" | "singleCollaborator" | "multipleCollaborators" | "checkbox" | "multipleRecordLinks" | "multipleAttachments" | "barcode" | "formula" | "lastModifiedTime" | "createdBy" | "lastModifiedBy" | "autoNumber" | "externalSyncSource" | "lookup" | "rollup";
1593
1593
  name: string;
1594
1594
  id: string;
1595
1595
  }[];
@@ -70,22 +70,22 @@ declare const ApifyResultSchema: z.ZodObject<{
70
70
  id: string;
71
71
  inputSchemaUrl: string;
72
72
  description?: string | null | undefined;
73
- stars?: number | null | undefined;
74
73
  usage?: {
75
74
  totalRuns?: number | undefined;
76
75
  usersCount?: number | undefined;
77
76
  } | null | undefined;
77
+ stars?: number | null | undefined;
78
78
  requiresRental?: boolean | undefined;
79
79
  }, {
80
80
  name: string;
81
81
  id: string;
82
82
  inputSchemaUrl: string;
83
83
  description?: string | null | undefined;
84
- stars?: number | null | undefined;
85
84
  usage?: {
86
85
  totalRuns?: number | undefined;
87
86
  usersCount?: number | undefined;
88
87
  } | null | undefined;
88
+ stars?: number | null | undefined;
89
89
  requiresRental?: boolean | undefined;
90
90
  }>, "many">>;
91
91
  }, "strip", z.ZodTypeAny, {
@@ -102,11 +102,11 @@ declare const ApifyResultSchema: z.ZodObject<{
102
102
  id: string;
103
103
  inputSchemaUrl: string;
104
104
  description?: string | null | undefined;
105
- stars?: number | null | undefined;
106
105
  usage?: {
107
106
  totalRuns?: number | undefined;
108
107
  usersCount?: number | undefined;
109
108
  } | null | undefined;
109
+ stars?: number | null | undefined;
110
110
  requiresRental?: boolean | undefined;
111
111
  }[] | undefined;
112
112
  }, {
@@ -123,11 +123,11 @@ declare const ApifyResultSchema: z.ZodObject<{
123
123
  id: string;
124
124
  inputSchemaUrl: string;
125
125
  description?: string | null | undefined;
126
- stars?: number | null | undefined;
127
126
  usage?: {
128
127
  totalRuns?: number | undefined;
129
128
  usersCount?: number | undefined;
130
129
  } | null | undefined;
130
+ stars?: number | null | undefined;
131
131
  requiresRental?: boolean | undefined;
132
132
  }[] | undefined;
133
133
  }>;
@@ -206,22 +206,22 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
206
206
  id: string;
207
207
  inputSchemaUrl: string;
208
208
  description?: string | null | undefined;
209
- stars?: number | null | undefined;
210
209
  usage?: {
211
210
  totalRuns?: number | undefined;
212
211
  usersCount?: number | undefined;
213
212
  } | null | undefined;
213
+ stars?: number | null | undefined;
214
214
  requiresRental?: boolean | undefined;
215
215
  }, {
216
216
  name: string;
217
217
  id: string;
218
218
  inputSchemaUrl: string;
219
219
  description?: string | null | undefined;
220
- stars?: number | null | undefined;
221
220
  usage?: {
222
221
  totalRuns?: number | undefined;
223
222
  usersCount?: number | undefined;
224
223
  } | null | undefined;
224
+ stars?: number | null | undefined;
225
225
  requiresRental?: boolean | undefined;
226
226
  }>, "many">>;
227
227
  }, "strip", z.ZodTypeAny, {
@@ -238,11 +238,11 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
238
238
  id: string;
239
239
  inputSchemaUrl: string;
240
240
  description?: string | null | undefined;
241
- stars?: number | null | undefined;
242
241
  usage?: {
243
242
  totalRuns?: number | undefined;
244
243
  usersCount?: number | undefined;
245
244
  } | null | undefined;
245
+ stars?: number | null | undefined;
246
246
  requiresRental?: boolean | undefined;
247
247
  }[] | undefined;
248
248
  }, {
@@ -259,11 +259,11 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
259
259
  id: string;
260
260
  inputSchemaUrl: string;
261
261
  description?: string | null | undefined;
262
- stars?: number | null | undefined;
263
262
  usage?: {
264
263
  totalRuns?: number | undefined;
265
264
  usersCount?: number | undefined;
266
265
  } | null | undefined;
266
+ stars?: number | null | undefined;
267
267
  requiresRental?: boolean | undefined;
268
268
  }[] | undefined;
269
269
  }>;
@@ -352,16 +352,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
352
352
  type: "Personal" | "Work" | "Other";
353
353
  isPrimary: boolean;
354
354
  } | null | undefined;
355
- emailAddresses?: {
355
+ primaryPhoneNumber?: {
356
356
  value: string;
357
357
  type: "Personal" | "Work" | "Other";
358
358
  isPrimary: boolean;
359
+ } | null | undefined;
360
+ customFields?: {
361
+ title: string;
362
+ id: string;
363
+ value?: unknown;
364
+ isPrivate?: boolean | undefined;
359
365
  }[] | undefined;
360
- primaryPhoneNumber?: {
366
+ emailAddresses?: {
361
367
  value: string;
362
368
  type: "Personal" | "Work" | "Other";
363
369
  isPrimary: boolean;
364
- } | null | undefined;
370
+ }[] | undefined;
365
371
  phoneNumbers?: {
366
372
  value: string;
367
373
  type: "Personal" | "Work" | "Other";
@@ -385,12 +391,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
385
391
  id: string;
386
392
  handle: string;
387
393
  }[] | undefined;
388
- customFields?: {
389
- title: string;
390
- id: string;
391
- value?: unknown;
392
- isPrivate?: boolean | undefined;
393
- }[] | undefined;
394
394
  }, {
395
395
  name: string;
396
396
  id: string;
@@ -406,16 +406,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
406
406
  type: "Personal" | "Work" | "Other";
407
407
  isPrimary: boolean;
408
408
  } | null | undefined;
409
- emailAddresses?: {
409
+ primaryPhoneNumber?: {
410
410
  value: string;
411
411
  type: "Personal" | "Work" | "Other";
412
412
  isPrimary: boolean;
413
+ } | null | undefined;
414
+ customFields?: {
415
+ title: string;
416
+ id: string;
417
+ value?: unknown;
418
+ isPrivate?: boolean | undefined;
413
419
  }[] | undefined;
414
- primaryPhoneNumber?: {
420
+ emailAddresses?: {
415
421
  value: string;
416
422
  type: "Personal" | "Work" | "Other";
417
423
  isPrimary: boolean;
418
- } | null | undefined;
424
+ }[] | undefined;
419
425
  phoneNumbers?: {
420
426
  value: string;
421
427
  type: "Personal" | "Work" | "Other";
@@ -439,12 +445,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
439
445
  id: string;
440
446
  handle: string;
441
447
  }[] | undefined;
442
- customFields?: {
443
- title: string;
444
- id: string;
445
- value?: unknown;
446
- isPrivate?: boolean | undefined;
447
- }[] | undefined;
448
448
  }>, "many">>;
449
449
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
450
450
  more_data_available: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -471,16 +471,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
471
471
  type: "Personal" | "Work" | "Other";
472
472
  isPrimary: boolean;
473
473
  } | null | undefined;
474
- emailAddresses?: {
474
+ primaryPhoneNumber?: {
475
475
  value: string;
476
476
  type: "Personal" | "Work" | "Other";
477
477
  isPrimary: boolean;
478
+ } | null | undefined;
479
+ customFields?: {
480
+ title: string;
481
+ id: string;
482
+ value?: unknown;
483
+ isPrivate?: boolean | undefined;
478
484
  }[] | undefined;
479
- primaryPhoneNumber?: {
485
+ emailAddresses?: {
480
486
  value: string;
481
487
  type: "Personal" | "Work" | "Other";
482
488
  isPrimary: boolean;
483
- } | null | undefined;
489
+ }[] | undefined;
484
490
  phoneNumbers?: {
485
491
  value: string;
486
492
  type: "Personal" | "Work" | "Other";
@@ -504,12 +510,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
504
510
  id: string;
505
511
  handle: string;
506
512
  }[] | undefined;
507
- customFields?: {
508
- title: string;
509
- id: string;
510
- value?: unknown;
511
- isPrivate?: boolean | undefined;
512
- }[] | undefined;
513
513
  }[] | undefined;
514
514
  more_data_available?: boolean | undefined;
515
515
  }, {
@@ -533,16 +533,22 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
533
533
  type: "Personal" | "Work" | "Other";
534
534
  isPrimary: boolean;
535
535
  } | null | undefined;
536
- emailAddresses?: {
536
+ primaryPhoneNumber?: {
537
537
  value: string;
538
538
  type: "Personal" | "Work" | "Other";
539
539
  isPrimary: boolean;
540
+ } | null | undefined;
541
+ customFields?: {
542
+ title: string;
543
+ id: string;
544
+ value?: unknown;
545
+ isPrivate?: boolean | undefined;
540
546
  }[] | undefined;
541
- primaryPhoneNumber?: {
547
+ emailAddresses?: {
542
548
  value: string;
543
549
  type: "Personal" | "Work" | "Other";
544
550
  isPrimary: boolean;
545
- } | null | undefined;
551
+ }[] | undefined;
546
552
  phoneNumbers?: {
547
553
  value: string;
548
554
  type: "Personal" | "Work" | "Other";
@@ -566,12 +572,6 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
566
572
  id: string;
567
573
  handle: string;
568
574
  }[] | undefined;
569
- customFields?: {
570
- title: string;
571
- id: string;
572
- value?: unknown;
573
- isPrivate?: boolean | undefined;
574
- }[] | undefined;
575
575
  }[] | undefined;
576
576
  more_data_available?: boolean | undefined;
577
577
  }>, import("zod").ZodObject<{
@@ -1257,8 +1257,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1257
1257
  }, "strip", import("zod").ZodTypeAny, {
1258
1258
  title: string;
1259
1259
  id: string;
1260
- isArchived: boolean;
1261
1260
  isPrivate: boolean;
1261
+ isArchived: boolean;
1262
1262
  objectType: string;
1263
1263
  fieldType: string;
1264
1264
  selectableValues?: {
@@ -1269,8 +1269,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1269
1269
  }, {
1270
1270
  title: string;
1271
1271
  id: string;
1272
- isArchived: boolean;
1273
1272
  isPrivate: boolean;
1273
+ isArchived: boolean;
1274
1274
  objectType: string;
1275
1275
  fieldType: string;
1276
1276
  selectableValues?: {
@@ -1293,8 +1293,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1293
1293
  custom_fields?: {
1294
1294
  title: string;
1295
1295
  id: string;
1296
- isArchived: boolean;
1297
1296
  isPrivate: boolean;
1297
+ isArchived: boolean;
1298
1298
  objectType: string;
1299
1299
  fieldType: string;
1300
1300
  selectableValues?: {
@@ -1313,8 +1313,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1313
1313
  custom_fields?: {
1314
1314
  title: string;
1315
1315
  id: string;
1316
- isArchived: boolean;
1317
1316
  isPrivate: boolean;
1317
+ isArchived: boolean;
1318
1318
  objectType: string;
1319
1319
  fieldType: string;
1320
1320
  selectableValues?: {
@@ -589,13 +589,13 @@ export declare const AshbyParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.
589
589
  }, "strip", z.ZodTypeAny, {
590
590
  operation: "search_candidates";
591
591
  name?: string | undefined;
592
- credentials?: Partial<Record<CredentialType, string>> | undefined;
593
592
  email?: string | undefined;
593
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
594
594
  }, {
595
595
  operation: "search_candidates";
596
596
  name?: string | undefined;
597
- credentials?: Partial<Record<CredentialType, string>> | undefined;
598
597
  email?: string | undefined;
598
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
599
599
  }>, z.ZodObject<{
600
600
  operation: z.ZodLiteral<"add_tag">;
601
601
  candidate_id: z.ZodString;
@@ -168,7 +168,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
168
168
  captchaImageSelector?: string | undefined;
169
169
  captchaInputSelector?: string | undefined;
170
170
  } | undefined;
171
- context_id?: string | undefined;
172
171
  cookies?: {
173
172
  value: string;
174
173
  path: string;
@@ -178,6 +177,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
178
177
  httpOnly: boolean;
179
178
  secure: boolean;
180
179
  }[] | undefined;
180
+ context_id?: string | undefined;
181
181
  proxies?: true | ({
182
182
  type: "browserbase";
183
183
  geolocation?: {
@@ -202,7 +202,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
202
202
  captchaImageSelector?: string | undefined;
203
203
  captchaInputSelector?: string | undefined;
204
204
  } | undefined;
205
- context_id?: string | undefined;
206
205
  cookies?: {
207
206
  value: string;
208
207
  path: string;
@@ -212,6 +211,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
212
211
  httpOnly: boolean;
213
212
  secure: boolean;
214
213
  }[] | undefined;
214
+ context_id?: string | undefined;
215
215
  viewport_width?: number | undefined;
216
216
  viewport_height?: number | undefined;
217
217
  proxies?: true | ({