@bubblelab/bubble-core 0.1.53 → 0.1.55

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 (71) hide show
  1. package/dist/bubble-bundle.d.ts +110 -110
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +172 -172
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +66 -66
  4. package/dist/bubbles/service-bubble/airtable.d.ts +228 -228
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +202 -202
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +72 -72
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +26 -26
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +758 -758
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +436 -436
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +281 -281
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  17. package/dist/bubbles/service-bubble/github.d.ts +248 -248
  18. package/dist/bubbles/service-bubble/gmail.d.ts +659 -659
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +60 -60
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +144 -144
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +81 -81
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +2219 -2219
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/resend.d.ts +44 -44
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +615 -615
  32. package/dist/bubbles/service-bubble/storage.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +158 -158
  34. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +170 -170
  35. package/dist/bubbles/service-bubble/telegram.d.ts +1742 -1742
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  37. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
  39. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +24 -24
  40. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
  41. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +144 -144
  42. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  44. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  45. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +148 -148
  49. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  50. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +164 -164
  51. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  52. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
  55. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  56. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +104 -104
  57. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +30 -30
  58. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  59. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
  60. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +32 -32
  62. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  63. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
  64. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
  65. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +162 -162
  66. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  67. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  68. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  69. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  70. package/dist/bubbles.json +1 -1
  71. package/package.json +2 -2
@@ -1438,6 +1438,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
1438
1438
  }, z.ZodTypeAny, "passthrough">>, "many">>;
1439
1439
  changelog: z.ZodOptional<z.ZodUnknown>;
1440
1440
  }, "strip", z.ZodTypeAny, {
1441
+ key?: string | undefined;
1441
1442
  id?: string | undefined;
1442
1443
  fields?: z.objectOutputType<{
1443
1444
  summary: z.ZodOptional<z.ZodString>;
@@ -1776,7 +1777,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
1776
1777
  total: z.ZodOptional<z.ZodNumber>;
1777
1778
  }, z.ZodTypeAny, "passthrough">>>;
1778
1779
  }, z.ZodTypeAny, "passthrough"> | undefined;
1779
- key?: string | undefined;
1780
1780
  changelog?: unknown;
1781
1781
  transitions?: z.objectOutputType<{
1782
1782
  id: z.ZodString;
@@ -1825,6 +1825,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
1825
1825
  expand?: string | undefined;
1826
1826
  self?: string | undefined;
1827
1827
  }, {
1828
+ key?: string | undefined;
1828
1829
  id?: string | undefined;
1829
1830
  fields?: z.objectInputType<{
1830
1831
  summary: z.ZodOptional<z.ZodString>;
@@ -2163,7 +2164,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
2163
2164
  total: z.ZodOptional<z.ZodNumber>;
2164
2165
  }, z.ZodTypeAny, "passthrough">>>;
2165
2166
  }, z.ZodTypeAny, "passthrough"> | undefined;
2166
- key?: string | undefined;
2167
2167
  changelog?: unknown;
2168
2168
  transitions?: z.objectInputType<{
2169
2169
  id: z.ZodString;
@@ -2230,9 +2230,9 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2230
2230
  operation: "search";
2231
2231
  jql: string;
2232
2232
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2233
- fields?: string[] | undefined;
2234
2233
  limit?: number | undefined;
2235
2234
  offset?: number | undefined;
2235
+ fields?: string[] | undefined;
2236
2236
  }>, z.ZodObject<{
2237
2237
  operation: z.ZodLiteral<"get">;
2238
2238
  key: z.ZodString;
@@ -2265,28 +2265,28 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2265
2265
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2266
2266
  }, "strip", z.ZodTypeAny, {
2267
2267
  type: string;
2268
- summary: string;
2269
2268
  operation: "create";
2269
+ summary: string;
2270
2270
  project: string;
2271
2271
  description?: string | undefined;
2272
2272
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2273
- priority?: string | undefined;
2274
- parent?: string | undefined;
2273
+ due_date?: string | undefined;
2275
2274
  labels?: string[] | undefined;
2275
+ parent?: string | undefined;
2276
2276
  assignee?: string | undefined;
2277
- due_date?: string | undefined;
2277
+ priority?: string | undefined;
2278
2278
  }, {
2279
- summary: string;
2280
2279
  operation: "create";
2280
+ summary: string;
2281
2281
  project: string;
2282
2282
  type?: string | undefined;
2283
2283
  description?: string | undefined;
2284
2284
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2285
- priority?: string | undefined;
2286
- parent?: string | undefined;
2285
+ due_date?: string | undefined;
2287
2286
  labels?: string[] | undefined;
2287
+ parent?: string | undefined;
2288
2288
  assignee?: string | undefined;
2289
- due_date?: string | undefined;
2289
+ priority?: string | undefined;
2290
2290
  }>, z.ZodObject<{
2291
2291
  operation: z.ZodLiteral<"update">;
2292
2292
  key: z.ZodString;
@@ -2300,12 +2300,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2300
2300
  set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2301
2301
  }, "strip", z.ZodTypeAny, {
2302
2302
  set?: string[] | undefined;
2303
- remove?: string[] | undefined;
2304
2303
  add?: string[] | undefined;
2304
+ remove?: string[] | undefined;
2305
2305
  }, {
2306
2306
  set?: string[] | undefined;
2307
- remove?: string[] | undefined;
2308
2307
  add?: string[] | undefined;
2308
+ remove?: string[] | undefined;
2309
2309
  }>>;
2310
2310
  due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2311
2311
  comment: z.ZodOptional<z.ZodString>;
@@ -2315,31 +2315,31 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2315
2315
  operation: "update";
2316
2316
  description?: string | undefined;
2317
2317
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2318
- priority?: string | undefined;
2319
- summary?: string | undefined;
2318
+ due_date?: string | null | undefined;
2320
2319
  labels?: {
2321
2320
  set?: string[] | undefined;
2322
- remove?: string[] | undefined;
2323
2321
  add?: string[] | undefined;
2322
+ remove?: string[] | undefined;
2324
2323
  } | undefined;
2324
+ summary?: string | undefined;
2325
2325
  comment?: string | undefined;
2326
2326
  assignee?: string | null | undefined;
2327
- due_date?: string | null | undefined;
2327
+ priority?: string | undefined;
2328
2328
  }, {
2329
2329
  key: string;
2330
2330
  operation: "update";
2331
2331
  description?: string | undefined;
2332
2332
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2333
- priority?: string | undefined;
2334
- summary?: string | undefined;
2333
+ due_date?: string | null | undefined;
2335
2334
  labels?: {
2336
2335
  set?: string[] | undefined;
2337
- remove?: string[] | undefined;
2338
2336
  add?: string[] | undefined;
2337
+ remove?: string[] | undefined;
2339
2338
  } | undefined;
2339
+ summary?: string | undefined;
2340
2340
  comment?: string | undefined;
2341
2341
  assignee?: string | null | undefined;
2342
- due_date?: string | null | undefined;
2342
+ priority?: string | undefined;
2343
2343
  }>, z.ZodObject<{
2344
2344
  operation: z.ZodLiteral<"transition">;
2345
2345
  key: z.ZodString;
@@ -3586,6 +3586,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3586
3586
  }, z.ZodTypeAny, "passthrough">>, "many">>;
3587
3587
  changelog: z.ZodOptional<z.ZodUnknown>;
3588
3588
  }, "strip", z.ZodTypeAny, {
3589
+ key?: string | undefined;
3589
3590
  id?: string | undefined;
3590
3591
  fields?: z.objectOutputType<{
3591
3592
  summary: z.ZodOptional<z.ZodString>;
@@ -3924,7 +3925,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3924
3925
  total: z.ZodOptional<z.ZodNumber>;
3925
3926
  }, z.ZodTypeAny, "passthrough">>>;
3926
3927
  }, z.ZodTypeAny, "passthrough"> | undefined;
3927
- key?: string | undefined;
3928
3928
  changelog?: unknown;
3929
3929
  transitions?: z.objectOutputType<{
3930
3930
  id: z.ZodString;
@@ -3973,6 +3973,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3973
3973
  expand?: string | undefined;
3974
3974
  self?: string | undefined;
3975
3975
  }, {
3976
+ key?: string | undefined;
3976
3977
  id?: string | undefined;
3977
3978
  fields?: z.objectInputType<{
3978
3979
  summary: z.ZodOptional<z.ZodString>;
@@ -4311,7 +4312,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4311
4312
  total: z.ZodOptional<z.ZodNumber>;
4312
4313
  }, z.ZodTypeAny, "passthrough">>>;
4313
4314
  }, z.ZodTypeAny, "passthrough"> | undefined;
4314
- key?: string | undefined;
4315
4315
  changelog?: unknown;
4316
4316
  transitions?: z.objectInputType<{
4317
4317
  id: z.ZodString;
@@ -4369,6 +4369,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4369
4369
  success: boolean;
4370
4370
  operation: "search";
4371
4371
  issues?: {
4372
+ key?: string | undefined;
4372
4373
  id?: string | undefined;
4373
4374
  fields?: z.objectOutputType<{
4374
4375
  summary: z.ZodOptional<z.ZodString>;
@@ -4707,7 +4708,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4707
4708
  total: z.ZodOptional<z.ZodNumber>;
4708
4709
  }, z.ZodTypeAny, "passthrough">>>;
4709
4710
  }, z.ZodTypeAny, "passthrough"> | undefined;
4710
- key?: string | undefined;
4711
4711
  changelog?: unknown;
4712
4712
  transitions?: z.objectOutputType<{
4713
4713
  id: z.ZodString;
@@ -4756,14 +4756,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4756
4756
  expand?: string | undefined;
4757
4757
  self?: string | undefined;
4758
4758
  }[] | undefined;
4759
+ total?: number | undefined;
4759
4760
  limit?: number | undefined;
4760
4761
  offset?: number | undefined;
4761
- total?: number | undefined;
4762
4762
  }, {
4763
4763
  error: string;
4764
4764
  success: boolean;
4765
4765
  operation: "search";
4766
4766
  issues?: {
4767
+ key?: string | undefined;
4767
4768
  id?: string | undefined;
4768
4769
  fields?: z.objectInputType<{
4769
4770
  summary: z.ZodOptional<z.ZodString>;
@@ -5102,7 +5103,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
5102
5103
  total: z.ZodOptional<z.ZodNumber>;
5103
5104
  }, z.ZodTypeAny, "passthrough">>>;
5104
5105
  }, z.ZodTypeAny, "passthrough"> | undefined;
5105
- key?: string | undefined;
5106
5106
  changelog?: unknown;
5107
5107
  transitions?: z.objectInputType<{
5108
5108
  id: z.ZodString;
@@ -5151,9 +5151,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
5151
5151
  expand?: string | undefined;
5152
5152
  self?: string | undefined;
5153
5153
  }[] | undefined;
5154
+ total?: number | undefined;
5154
5155
  limit?: number | undefined;
5155
5156
  offset?: number | undefined;
5156
- total?: number | undefined;
5157
5157
  }>, z.ZodObject<{
5158
5158
  operation: z.ZodLiteral<"get">;
5159
5159
  success: z.ZodBoolean;
@@ -6303,6 +6303,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6303
6303
  }, z.ZodTypeAny, "passthrough">>, "many">>;
6304
6304
  changelog: z.ZodOptional<z.ZodUnknown>;
6305
6305
  }, "strip", z.ZodTypeAny, {
6306
+ key?: string | undefined;
6306
6307
  id?: string | undefined;
6307
6308
  fields?: z.objectOutputType<{
6308
6309
  summary: z.ZodOptional<z.ZodString>;
@@ -6641,7 +6642,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6641
6642
  total: z.ZodOptional<z.ZodNumber>;
6642
6643
  }, z.ZodTypeAny, "passthrough">>>;
6643
6644
  }, z.ZodTypeAny, "passthrough"> | undefined;
6644
- key?: string | undefined;
6645
6645
  changelog?: unknown;
6646
6646
  transitions?: z.objectOutputType<{
6647
6647
  id: z.ZodString;
@@ -6690,6 +6690,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6690
6690
  expand?: string | undefined;
6691
6691
  self?: string | undefined;
6692
6692
  }, {
6693
+ key?: string | undefined;
6693
6694
  id?: string | undefined;
6694
6695
  fields?: z.objectInputType<{
6695
6696
  summary: z.ZodOptional<z.ZodString>;
@@ -7028,7 +7029,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7028
7029
  total: z.ZodOptional<z.ZodNumber>;
7029
7030
  }, z.ZodTypeAny, "passthrough">>>;
7030
7031
  }, z.ZodTypeAny, "passthrough"> | undefined;
7031
- key?: string | undefined;
7032
7032
  changelog?: unknown;
7033
7033
  transitions?: z.objectInputType<{
7034
7034
  id: z.ZodString;
@@ -7083,6 +7083,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7083
7083
  success: boolean;
7084
7084
  operation: "get";
7085
7085
  issue?: {
7086
+ key?: string | undefined;
7086
7087
  id?: string | undefined;
7087
7088
  fields?: z.objectOutputType<{
7088
7089
  summary: z.ZodOptional<z.ZodString>;
@@ -7421,7 +7422,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7421
7422
  total: z.ZodOptional<z.ZodNumber>;
7422
7423
  }, z.ZodTypeAny, "passthrough">>>;
7423
7424
  }, z.ZodTypeAny, "passthrough"> | undefined;
7424
- key?: string | undefined;
7425
7425
  changelog?: unknown;
7426
7426
  transitions?: z.objectOutputType<{
7427
7427
  id: z.ZodString;
@@ -7475,6 +7475,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7475
7475
  success: boolean;
7476
7476
  operation: "get";
7477
7477
  issue?: {
7478
+ key?: string | undefined;
7478
7479
  id?: string | undefined;
7479
7480
  fields?: z.objectInputType<{
7480
7481
  summary: z.ZodOptional<z.ZodString>;
@@ -7813,7 +7814,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7813
7814
  total: z.ZodOptional<z.ZodNumber>;
7814
7815
  }, z.ZodTypeAny, "passthrough">>>;
7815
7816
  }, z.ZodTypeAny, "passthrough"> | undefined;
7816
- key?: string | undefined;
7817
7817
  changelog?: unknown;
7818
7818
  transitions?: z.objectInputType<{
7819
7819
  id: z.ZodString;
@@ -7870,12 +7870,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7870
7870
  key: z.ZodString;
7871
7871
  self: z.ZodOptional<z.ZodString>;
7872
7872
  }, "strip", z.ZodTypeAny, {
7873
- id: string;
7874
7873
  key: string;
7874
+ id: string;
7875
7875
  self?: string | undefined;
7876
7876
  }, {
7877
- id: string;
7878
7877
  key: string;
7878
+ id: string;
7879
7879
  self?: string | undefined;
7880
7880
  }>>;
7881
7881
  error: z.ZodString;
@@ -7884,8 +7884,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7884
7884
  success: boolean;
7885
7885
  operation: "create";
7886
7886
  issue?: {
7887
- id: string;
7888
7887
  key: string;
7888
+ id: string;
7889
7889
  self?: string | undefined;
7890
7890
  } | undefined;
7891
7891
  }, {
@@ -7893,8 +7893,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7893
7893
  success: boolean;
7894
7894
  operation: "create";
7895
7895
  issue?: {
7896
- id: string;
7897
7896
  key: string;
7897
+ id: string;
7898
7898
  self?: string | undefined;
7899
7899
  } | undefined;
7900
7900
  }>, z.ZodObject<{
@@ -8439,6 +8439,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8439
8439
  error: string;
8440
8440
  success: boolean;
8441
8441
  operation: "get_comments";
8442
+ total?: number | undefined;
8442
8443
  comments?: z.objectOutputType<{
8443
8444
  id: z.ZodString;
8444
8445
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8462,11 +8463,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8462
8463
  created: z.ZodOptional<z.ZodString>;
8463
8464
  updated: z.ZodOptional<z.ZodString>;
8464
8465
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8465
- total?: number | undefined;
8466
8466
  }, {
8467
8467
  error: string;
8468
8468
  success: boolean;
8469
8469
  operation: "get_comments";
8470
+ total?: number | undefined;
8470
8471
  comments?: z.objectInputType<{
8471
8472
  id: z.ZodString;
8472
8473
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8490,7 +8491,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8490
8491
  created: z.ZodOptional<z.ZodString>;
8491
8492
  updated: z.ZodOptional<z.ZodString>;
8492
8493
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8493
- total?: number | undefined;
8494
8494
  }>]>;
8495
8495
  export type JiraParams = z.output<typeof JiraParamsSchema>;
8496
8496
  export type JiraParamsInput = z.input<typeof JiraParamsSchema>;