@bubblelab/bubble-core 0.1.157 → 0.1.158

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 (82) hide show
  1. package/dist/bubble-bundle.d.ts +102 -102
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +144 -144
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +184 -184
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +152 -152
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +55 -55
  8. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +63 -63
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +98 -98
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +264 -264
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
  14. package/dist/bubbles/service-bubble/github.d.ts +216 -216
  15. package/dist/bubbles/service-bubble/gmail.d.ts +228 -228
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +62 -62
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  19. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +107 -107
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +932 -932
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/posthog/index.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/posthog/index.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/posthog/index.js +1 -1
  28. package/dist/bubbles/service-bubble/posthog/index.js.map +1 -1
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +150 -68
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts.map +1 -1
  31. package/dist/bubbles/service-bubble/posthog/posthog.js +18 -0
  32. package/dist/bubbles/service-bubble/posthog/posthog.js.map +1 -1
  33. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +202 -89
  34. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/posthog/posthog.schema.js +57 -3
  36. package/dist/bubbles/service-bubble/posthog/posthog.schema.js.map +1 -1
  37. package/dist/bubbles/service-bubble/resend.d.ts +16 -16
  38. package/dist/bubbles/service-bubble/slack/slack.d.ts +384 -384
  39. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  40. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +161 -161
  41. package/dist/bubbles/service-bubble/telegram.d.ts +264 -264
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  43. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  51. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  54. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +22 -22
  55. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +108 -108
  56. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +12 -12
  57. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +24 -24
  58. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +42 -42
  61. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +16 -16
  62. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  63. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  64. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  65. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
  67. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  70. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
  71. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  73. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  75. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  76. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  77. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  78. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  79. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +70 -70
  80. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  81. package/dist/bubbles.json +128 -5
  82. package/package.json +2 -2
@@ -39,8 +39,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
39
39
  status: import("zod").ZodOptional<import("zod").ZodEnum<["current", "archived"]>>;
40
40
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
41
41
  }, "strip", import("zod").ZodTypeAny, {
42
- operation: "list_spaces";
43
42
  limit: number;
43
+ operation: "list_spaces";
44
44
  type?: "global" | "personal" | undefined;
45
45
  status?: "archived" | "current" | undefined;
46
46
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -49,8 +49,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
49
49
  operation: "list_spaces";
50
50
  type?: "global" | "personal" | undefined;
51
51
  status?: "archived" | "current" | undefined;
52
- credentials?: Partial<Record<CredentialType, string>> | undefined;
53
52
  limit?: number | undefined;
53
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
54
54
  cursor?: string | undefined;
55
55
  }>, import("zod").ZodObject<{
56
56
  operation: import("zod").ZodLiteral<"get_space">;
@@ -74,8 +74,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
74
74
  cursor: import("zod").ZodOptional<import("zod").ZodString>;
75
75
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
76
76
  }, "strip", import("zod").ZodTypeAny, {
77
- operation: "list_pages";
78
77
  limit: number;
78
+ operation: "list_pages";
79
79
  title?: string | undefined;
80
80
  status?: "draft" | "current" | "trashed" | undefined;
81
81
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -86,8 +86,8 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
86
86
  operation: "list_pages";
87
87
  title?: string | undefined;
88
88
  status?: "draft" | "current" | "trashed" | undefined;
89
- credentials?: Partial<Record<CredentialType, string>> | undefined;
90
89
  limit?: number | undefined;
90
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
91
91
  cursor?: string | undefined;
92
92
  space_id?: string | undefined;
93
93
  space_key?: string | undefined;
@@ -176,17 +176,17 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
176
176
  start: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
177
177
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
178
178
  }, "strip", import("zod").ZodTypeAny, {
179
- start: number;
180
- operation: "search";
181
179
  limit: number;
180
+ operation: "search";
181
+ start: number;
182
182
  cql: string;
183
183
  credentials?: Partial<Record<CredentialType, string>> | undefined;
184
184
  }, {
185
185
  operation: "search";
186
186
  cql: string;
187
+ limit?: number | undefined;
187
188
  credentials?: Partial<Record<CredentialType, string>> | undefined;
188
189
  start?: number | undefined;
189
- limit?: number | undefined;
190
190
  }>, import("zod").ZodObject<{
191
191
  operation: import("zod").ZodLiteral<"add_comment">;
192
192
  page_id: import("zod").ZodString;
@@ -209,16 +209,16 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
209
209
  cursor: import("zod").ZodOptional<import("zod").ZodString>;
210
210
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
211
211
  }, "strip", import("zod").ZodTypeAny, {
212
- operation: "get_comments";
213
212
  limit: number;
213
+ operation: "get_comments";
214
214
  page_id: string;
215
215
  credentials?: Partial<Record<CredentialType, string>> | undefined;
216
216
  cursor?: string | undefined;
217
217
  }, {
218
218
  operation: "get_comments";
219
219
  page_id: string;
220
- credentials?: Partial<Record<CredentialType, string>> | undefined;
221
220
  limit?: number | undefined;
221
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
222
222
  cursor?: string | undefined;
223
223
  }>]>;
224
224
  static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
@@ -252,9 +252,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
252
252
  cursor: import("zod").ZodOptional<import("zod").ZodString>;
253
253
  error: import("zod").ZodString;
254
254
  }, "strip", import("zod").ZodTypeAny, {
255
- error: string;
256
- success: boolean;
257
255
  operation: "list_spaces";
256
+ success: boolean;
257
+ error: string;
258
258
  cursor?: string | undefined;
259
259
  spaces?: import("zod").objectOutputType<{
260
260
  id: import("zod").ZodString;
@@ -266,9 +266,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
266
266
  homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
267
267
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
268
268
  }, {
269
- error: string;
270
- success: boolean;
271
269
  operation: "list_spaces";
270
+ success: boolean;
271
+ error: string;
272
272
  cursor?: string | undefined;
273
273
  spaces?: import("zod").objectInputType<{
274
274
  id: import("zod").ZodString;
@@ -309,9 +309,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
309
309
  }, import("zod").ZodTypeAny, "passthrough">>>;
310
310
  error: import("zod").ZodString;
311
311
  }, "strip", import("zod").ZodTypeAny, {
312
- error: string;
313
- success: boolean;
314
312
  operation: "get_space";
313
+ success: boolean;
314
+ error: string;
315
315
  space?: import("zod").objectOutputType<{
316
316
  id: import("zod").ZodString;
317
317
  key: import("zod").ZodString;
@@ -322,9 +322,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
322
322
  homepageId: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
323
323
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
324
324
  }, {
325
- error: string;
326
- success: boolean;
327
325
  operation: "get_space";
326
+ success: boolean;
327
+ error: string;
328
328
  space?: import("zod").objectInputType<{
329
329
  id: import("zod").ZodString;
330
330
  key: import("zod").ZodString;
@@ -530,9 +530,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
530
530
  cursor: import("zod").ZodOptional<import("zod").ZodString>;
531
531
  error: import("zod").ZodString;
532
532
  }, "strip", import("zod").ZodTypeAny, {
533
- error: string;
534
- success: boolean;
535
533
  operation: "list_pages";
534
+ success: boolean;
535
+ error: string;
536
536
  cursor?: string | undefined;
537
537
  pages?: import("zod").objectOutputType<{
538
538
  id: import("zod").ZodString;
@@ -599,9 +599,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
599
599
  }, import("zod").ZodTypeAny, "passthrough">>>;
600
600
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
601
601
  }, {
602
- error: string;
603
- success: boolean;
604
602
  operation: "list_pages";
603
+ success: boolean;
604
+ error: string;
605
605
  cursor?: string | undefined;
606
606
  pages?: import("zod").objectInputType<{
607
607
  id: import("zod").ZodString;
@@ -862,9 +862,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
862
862
  }, import("zod").ZodTypeAny, "passthrough">>>;
863
863
  error: import("zod").ZodString;
864
864
  }, "strip", import("zod").ZodTypeAny, {
865
- error: string;
866
- success: boolean;
867
865
  operation: "get_page";
866
+ success: boolean;
867
+ error: string;
868
868
  page?: import("zod").objectOutputType<{
869
869
  id: import("zod").ZodString;
870
870
  title: import("zod").ZodString;
@@ -930,9 +930,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
930
930
  }, import("zod").ZodTypeAny, "passthrough">>>;
931
931
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
932
932
  }, {
933
- error: string;
934
- success: boolean;
935
933
  operation: "get_page";
934
+ success: boolean;
935
+ error: string;
936
936
  page?: import("zod").objectInputType<{
937
937
  id: import("zod").ZodString;
938
938
  title: import("zod").ZodString;
@@ -1012,15 +1012,15 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1012
1012
  webui: import("zod").ZodOptional<import("zod").ZodString>;
1013
1013
  }, import("zod").ZodTypeAny, "passthrough">>>;
1014
1014
  }, "strip", import("zod").ZodTypeAny, {
1015
- title: string;
1016
1015
  id: string;
1016
+ title: string;
1017
1017
  status?: string | undefined;
1018
1018
  _links?: import("zod").objectOutputType<{
1019
1019
  webui: import("zod").ZodOptional<import("zod").ZodString>;
1020
1020
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1021
1021
  }, {
1022
- title: string;
1023
1022
  id: string;
1023
+ title: string;
1024
1024
  status?: string | undefined;
1025
1025
  _links?: import("zod").objectInputType<{
1026
1026
  webui: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1028,24 +1028,24 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1028
1028
  }>>;
1029
1029
  error: import("zod").ZodString;
1030
1030
  }, "strip", import("zod").ZodTypeAny, {
1031
- error: string;
1032
- success: boolean;
1033
1031
  operation: "create_page";
1032
+ success: boolean;
1033
+ error: string;
1034
1034
  page?: {
1035
- title: string;
1036
1035
  id: string;
1036
+ title: string;
1037
1037
  status?: string | undefined;
1038
1038
  _links?: import("zod").objectOutputType<{
1039
1039
  webui: import("zod").ZodOptional<import("zod").ZodString>;
1040
1040
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1041
1041
  } | undefined;
1042
1042
  }, {
1043
- error: string;
1044
- success: boolean;
1045
1043
  operation: "create_page";
1044
+ success: boolean;
1045
+ error: string;
1046
1046
  page?: {
1047
- title: string;
1048
1047
  id: string;
1048
+ title: string;
1049
1049
  status?: string | undefined;
1050
1050
  _links?: import("zod").objectInputType<{
1051
1051
  webui: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1065,37 +1065,37 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1065
1065
  number: import("zod").ZodNumber;
1066
1066
  }, import("zod").ZodTypeAny, "passthrough">>>;
1067
1067
  }, "strip", import("zod").ZodTypeAny, {
1068
- title: string;
1069
1068
  id: string;
1069
+ title: string;
1070
1070
  version?: import("zod").objectOutputType<{
1071
1071
  number: import("zod").ZodNumber;
1072
1072
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1073
1073
  }, {
1074
- title: string;
1075
1074
  id: string;
1075
+ title: string;
1076
1076
  version?: import("zod").objectInputType<{
1077
1077
  number: import("zod").ZodNumber;
1078
1078
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1079
1079
  }>>;
1080
1080
  error: import("zod").ZodString;
1081
1081
  }, "strip", import("zod").ZodTypeAny, {
1082
- error: string;
1083
- success: boolean;
1084
1082
  operation: "update_page";
1083
+ success: boolean;
1084
+ error: string;
1085
1085
  page?: {
1086
- title: string;
1087
1086
  id: string;
1087
+ title: string;
1088
1088
  version?: import("zod").objectOutputType<{
1089
1089
  number: import("zod").ZodNumber;
1090
1090
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1091
1091
  } | undefined;
1092
1092
  }, {
1093
- error: string;
1094
- success: boolean;
1095
1093
  operation: "update_page";
1094
+ success: boolean;
1095
+ error: string;
1096
1096
  page?: {
1097
- title: string;
1098
1097
  id: string;
1098
+ title: string;
1099
1099
  version?: import("zod").objectInputType<{
1100
1100
  number: import("zod").ZodNumber;
1101
1101
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
@@ -1106,14 +1106,14 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1106
1106
  page_id: import("zod").ZodOptional<import("zod").ZodString>;
1107
1107
  error: import("zod").ZodString;
1108
1108
  }, "strip", import("zod").ZodTypeAny, {
1109
- error: string;
1110
- success: boolean;
1111
1109
  operation: "delete_page";
1110
+ success: boolean;
1111
+ error: string;
1112
1112
  page_id?: string | undefined;
1113
1113
  }, {
1114
- error: string;
1115
- success: boolean;
1116
1114
  operation: "delete_page";
1115
+ success: boolean;
1116
+ error: string;
1117
1117
  page_id?: string | undefined;
1118
1118
  }>, import("zod").ZodObject<{
1119
1119
  operation: import("zod").ZodLiteral<"search">;
@@ -1280,12 +1280,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1280
1280
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
1281
1281
  error: import("zod").ZodString;
1282
1282
  }, "strip", import("zod").ZodTypeAny, {
1283
- error: string;
1284
- success: boolean;
1285
1283
  operation: "search";
1286
- start?: number | undefined;
1287
- limit?: number | undefined;
1288
- total?: number | undefined;
1284
+ success: boolean;
1285
+ error: string;
1289
1286
  results?: import("zod").objectOutputType<{
1290
1287
  id: import("zod").ZodOptional<import("zod").ZodString>;
1291
1288
  type: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1339,13 +1336,13 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1339
1336
  }, import("zod").ZodTypeAny, "passthrough">>>;
1340
1337
  }, import("zod").ZodTypeAny, "passthrough">>>;
1341
1338
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1342
- }, {
1343
- error: string;
1344
- success: boolean;
1345
- operation: "search";
1346
- start?: number | undefined;
1347
1339
  limit?: number | undefined;
1340
+ start?: number | undefined;
1348
1341
  total?: number | undefined;
1342
+ }, {
1343
+ operation: "search";
1344
+ success: boolean;
1345
+ error: string;
1349
1346
  results?: import("zod").objectInputType<{
1350
1347
  id: import("zod").ZodOptional<import("zod").ZodString>;
1351
1348
  type: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1399,6 +1396,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1399
1396
  }, import("zod").ZodTypeAny, "passthrough">>>;
1400
1397
  }, import("zod").ZodTypeAny, "passthrough">>>;
1401
1398
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1399
+ limit?: number | undefined;
1400
+ start?: number | undefined;
1401
+ total?: number | undefined;
1402
1402
  }>, import("zod").ZodObject<{
1403
1403
  operation: import("zod").ZodLiteral<"add_comment">;
1404
1404
  success: import("zod").ZodBoolean;
@@ -1549,9 +1549,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1549
1549
  }, import("zod").ZodTypeAny, "passthrough">>>;
1550
1550
  error: import("zod").ZodString;
1551
1551
  }, "strip", import("zod").ZodTypeAny, {
1552
- error: string;
1553
- success: boolean;
1554
1552
  operation: "add_comment";
1553
+ success: boolean;
1554
+ error: string;
1555
1555
  comment?: import("zod").objectOutputType<{
1556
1556
  id: import("zod").ZodString;
1557
1557
  title: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1602,9 +1602,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1602
1602
  createdAt: import("zod").ZodOptional<import("zod").ZodString>;
1603
1603
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1604
1604
  }, {
1605
- error: string;
1606
- success: boolean;
1607
1605
  operation: "add_comment";
1606
+ success: boolean;
1607
+ error: string;
1608
1608
  comment?: import("zod").objectInputType<{
1609
1609
  id: import("zod").ZodString;
1610
1610
  title: import("zod").ZodOptional<import("zod").ZodString>;
@@ -1805,9 +1805,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1805
1805
  cursor: import("zod").ZodOptional<import("zod").ZodString>;
1806
1806
  error: import("zod").ZodString;
1807
1807
  }, "strip", import("zod").ZodTypeAny, {
1808
- error: string;
1809
- success: boolean;
1810
1808
  operation: "get_comments";
1809
+ success: boolean;
1810
+ error: string;
1811
1811
  cursor?: string | undefined;
1812
1812
  comments?: import("zod").objectOutputType<{
1813
1813
  id: import("zod").ZodString;
@@ -1859,9 +1859,9 @@ export declare class ConfluenceBubble<T extends ConfluenceParamsInput = Confluen
1859
1859
  createdAt: import("zod").ZodOptional<import("zod").ZodString>;
1860
1860
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1861
1861
  }, {
1862
- error: string;
1863
- success: boolean;
1864
1862
  operation: "get_comments";
1863
+ success: boolean;
1864
+ error: string;
1865
1865
  cursor?: string | undefined;
1866
1866
  comments?: import("zod").objectInputType<{
1867
1867
  id: import("zod").ZodString;