@bubblelab/bubble-core 0.1.74 → 0.1.75

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 (57) hide show
  1. package/dist/bubble-bundle.d.ts +109 -109
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +210 -210
  5. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.js +3 -1
  7. package/dist/bubbles/service-bubble/airtable.js.map +1 -1
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +134 -134
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +16 -16
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +53 -53
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +30 -30
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +30 -30
  20. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  21. package/dist/bubbles/service-bubble/gmail.d.ts +176 -176
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +130 -130
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +38 -38
  26. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  29. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  30. package/dist/bubbles/service-bubble/notion/notion.d.ts +512 -512
  31. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts +535 -535
  34. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  35. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +80 -80
  36. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +71 -71
  37. package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  39. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +24 -24
  40. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
  41. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  44. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +302 -302
  45. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  47. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
  48. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  51. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  53. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  54. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
  55. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
  56. package/dist/bubbles.json +3 -2
  57. package/package.json +2 -2
@@ -1438,7 +1438,6 @@ 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
- id?: string | undefined;
1442
1441
  fields?: z.objectOutputType<{
1443
1442
  summary: z.ZodOptional<z.ZodString>;
1444
1443
  description: z.ZodOptional<z.ZodUnknown>;
@@ -1776,6 +1775,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
1776
1775
  total: z.ZodOptional<z.ZodNumber>;
1777
1776
  }, z.ZodTypeAny, "passthrough">>>;
1778
1777
  }, z.ZodTypeAny, "passthrough"> | undefined;
1778
+ id?: string | undefined;
1779
1779
  key?: string | undefined;
1780
1780
  changelog?: unknown;
1781
1781
  transitions?: z.objectOutputType<{
@@ -1825,7 +1825,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
1825
1825
  expand?: string | undefined;
1826
1826
  self?: string | undefined;
1827
1827
  }, {
1828
- id?: string | undefined;
1829
1828
  fields?: z.objectInputType<{
1830
1829
  summary: z.ZodOptional<z.ZodString>;
1831
1830
  description: z.ZodOptional<z.ZodUnknown>;
@@ -2163,6 +2162,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
2163
2162
  total: z.ZodOptional<z.ZodNumber>;
2164
2163
  }, z.ZodTypeAny, "passthrough">>>;
2165
2164
  }, z.ZodTypeAny, "passthrough"> | undefined;
2165
+ id?: string | undefined;
2166
2166
  key?: string | undefined;
2167
2167
  changelog?: unknown;
2168
2168
  transitions?: z.objectInputType<{
@@ -2224,14 +2224,14 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2224
2224
  offset: number;
2225
2225
  limit: number;
2226
2226
  jql: string;
2227
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2228
2227
  fields?: string[] | undefined;
2228
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2229
2229
  }, {
2230
2230
  operation: "search";
2231
2231
  jql: string;
2232
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2233
2232
  fields?: string[] | undefined;
2234
2233
  offset?: number | undefined;
2234
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2235
2235
  limit?: number | undefined;
2236
2236
  }>, z.ZodObject<{
2237
2237
  operation: z.ZodLiteral<"get">;
@@ -2242,14 +2242,14 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2242
2242
  }, "strip", z.ZodTypeAny, {
2243
2243
  operation: "get";
2244
2244
  key: string;
2245
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2246
2245
  fields?: string[] | undefined;
2246
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2247
2247
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
2248
2248
  }, {
2249
2249
  operation: "get";
2250
2250
  key: string;
2251
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2252
2251
  fields?: string[] | undefined;
2252
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2253
2253
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
2254
2254
  }>, z.ZodObject<{
2255
2255
  operation: z.ZodLiteral<"create">;
@@ -2388,8 +2388,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2388
2388
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2389
2389
  }, {
2390
2390
  operation: "list_projects";
2391
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2392
2391
  offset?: number | undefined;
2392
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2393
2393
  limit?: number | undefined;
2394
2394
  }>, z.ZodObject<{
2395
2395
  operation: z.ZodLiteral<"list_issue_types">;
@@ -2410,13 +2410,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2410
2410
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2411
2411
  }, "strip", z.ZodTypeAny, {
2412
2412
  operation: "add_comment";
2413
- body: string;
2414
2413
  key: string;
2414
+ body: string;
2415
2415
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2416
2416
  }, {
2417
2417
  operation: "add_comment";
2418
- body: string;
2419
2418
  key: string;
2419
+ body: string;
2420
2420
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2421
2421
  }>, z.ZodObject<{
2422
2422
  operation: z.ZodLiteral<"get_comments">;
@@ -2433,8 +2433,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2433
2433
  }, {
2434
2434
  operation: "get_comments";
2435
2435
  key: string;
2436
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2437
2436
  offset?: number | undefined;
2437
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2438
2438
  limit?: number | undefined;
2439
2439
  }>]>;
2440
2440
  export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
@@ -3586,7 +3586,6 @@ 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
- id?: string | undefined;
3590
3589
  fields?: z.objectOutputType<{
3591
3590
  summary: z.ZodOptional<z.ZodString>;
3592
3591
  description: z.ZodOptional<z.ZodUnknown>;
@@ -3924,6 +3923,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3924
3923
  total: z.ZodOptional<z.ZodNumber>;
3925
3924
  }, z.ZodTypeAny, "passthrough">>>;
3926
3925
  }, z.ZodTypeAny, "passthrough"> | undefined;
3926
+ id?: string | undefined;
3927
3927
  key?: string | undefined;
3928
3928
  changelog?: unknown;
3929
3929
  transitions?: z.objectOutputType<{
@@ -3973,7 +3973,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3973
3973
  expand?: string | undefined;
3974
3974
  self?: string | undefined;
3975
3975
  }, {
3976
- id?: string | undefined;
3977
3976
  fields?: z.objectInputType<{
3978
3977
  summary: z.ZodOptional<z.ZodString>;
3979
3978
  description: z.ZodOptional<z.ZodUnknown>;
@@ -4311,6 +4310,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4311
4310
  total: z.ZodOptional<z.ZodNumber>;
4312
4311
  }, z.ZodTypeAny, "passthrough">>>;
4313
4312
  }, z.ZodTypeAny, "passthrough"> | undefined;
4313
+ id?: string | undefined;
4314
4314
  key?: string | undefined;
4315
4315
  changelog?: unknown;
4316
4316
  transitions?: z.objectInputType<{
@@ -4366,10 +4366,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4366
4366
  error: z.ZodString;
4367
4367
  }, "strip", z.ZodTypeAny, {
4368
4368
  operation: "search";
4369
- success: boolean;
4370
4369
  error: string;
4370
+ success: boolean;
4371
4371
  issues?: {
4372
- id?: string | undefined;
4373
4372
  fields?: z.objectOutputType<{
4374
4373
  summary: z.ZodOptional<z.ZodString>;
4375
4374
  description: z.ZodOptional<z.ZodUnknown>;
@@ -4707,6 +4706,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4707
4706
  total: z.ZodOptional<z.ZodNumber>;
4708
4707
  }, z.ZodTypeAny, "passthrough">>>;
4709
4708
  }, z.ZodTypeAny, "passthrough"> | undefined;
4709
+ id?: string | undefined;
4710
4710
  key?: string | undefined;
4711
4711
  changelog?: unknown;
4712
4712
  transitions?: z.objectOutputType<{
@@ -4761,10 +4761,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4761
4761
  total?: number | undefined;
4762
4762
  }, {
4763
4763
  operation: "search";
4764
- success: boolean;
4765
4764
  error: string;
4765
+ success: boolean;
4766
4766
  issues?: {
4767
- id?: string | undefined;
4768
4767
  fields?: z.objectInputType<{
4769
4768
  summary: z.ZodOptional<z.ZodString>;
4770
4769
  description: z.ZodOptional<z.ZodUnknown>;
@@ -5102,6 +5101,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
5102
5101
  total: z.ZodOptional<z.ZodNumber>;
5103
5102
  }, z.ZodTypeAny, "passthrough">>>;
5104
5103
  }, z.ZodTypeAny, "passthrough"> | undefined;
5104
+ id?: string | undefined;
5105
5105
  key?: string | undefined;
5106
5106
  changelog?: unknown;
5107
5107
  transitions?: z.objectInputType<{
@@ -6303,7 +6303,6 @@ 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
- id?: string | undefined;
6307
6306
  fields?: z.objectOutputType<{
6308
6307
  summary: z.ZodOptional<z.ZodString>;
6309
6308
  description: z.ZodOptional<z.ZodUnknown>;
@@ -6641,6 +6640,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6641
6640
  total: z.ZodOptional<z.ZodNumber>;
6642
6641
  }, z.ZodTypeAny, "passthrough">>>;
6643
6642
  }, z.ZodTypeAny, "passthrough"> | undefined;
6643
+ id?: string | undefined;
6644
6644
  key?: string | undefined;
6645
6645
  changelog?: unknown;
6646
6646
  transitions?: z.objectOutputType<{
@@ -6690,7 +6690,6 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6690
6690
  expand?: string | undefined;
6691
6691
  self?: string | undefined;
6692
6692
  }, {
6693
- id?: string | undefined;
6694
6693
  fields?: z.objectInputType<{
6695
6694
  summary: z.ZodOptional<z.ZodString>;
6696
6695
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7028,6 +7027,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7028
7027
  total: z.ZodOptional<z.ZodNumber>;
7029
7028
  }, z.ZodTypeAny, "passthrough">>>;
7030
7029
  }, z.ZodTypeAny, "passthrough"> | undefined;
7030
+ id?: string | undefined;
7031
7031
  key?: string | undefined;
7032
7032
  changelog?: unknown;
7033
7033
  transitions?: z.objectInputType<{
@@ -7080,10 +7080,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7080
7080
  error: z.ZodString;
7081
7081
  }, "strip", z.ZodTypeAny, {
7082
7082
  operation: "get";
7083
- success: boolean;
7084
7083
  error: string;
7084
+ success: boolean;
7085
7085
  issue?: {
7086
- id?: string | undefined;
7087
7086
  fields?: z.objectOutputType<{
7088
7087
  summary: z.ZodOptional<z.ZodString>;
7089
7088
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7421,6 +7420,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7421
7420
  total: z.ZodOptional<z.ZodNumber>;
7422
7421
  }, z.ZodTypeAny, "passthrough">>>;
7423
7422
  }, z.ZodTypeAny, "passthrough"> | undefined;
7423
+ id?: string | undefined;
7424
7424
  key?: string | undefined;
7425
7425
  changelog?: unknown;
7426
7426
  transitions?: z.objectOutputType<{
@@ -7472,10 +7472,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7472
7472
  } | undefined;
7473
7473
  }, {
7474
7474
  operation: "get";
7475
- success: boolean;
7476
7475
  error: string;
7476
+ success: boolean;
7477
7477
  issue?: {
7478
- id?: string | undefined;
7479
7478
  fields?: z.objectInputType<{
7480
7479
  summary: z.ZodOptional<z.ZodString>;
7481
7480
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7813,6 +7812,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7813
7812
  total: z.ZodOptional<z.ZodNumber>;
7814
7813
  }, z.ZodTypeAny, "passthrough">>>;
7815
7814
  }, z.ZodTypeAny, "passthrough"> | undefined;
7815
+ id?: string | undefined;
7816
7816
  key?: string | undefined;
7817
7817
  changelog?: unknown;
7818
7818
  transitions?: z.objectInputType<{
@@ -7881,8 +7881,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7881
7881
  error: z.ZodString;
7882
7882
  }, "strip", z.ZodTypeAny, {
7883
7883
  operation: "create";
7884
- success: boolean;
7885
7884
  error: string;
7885
+ success: boolean;
7886
7886
  issue?: {
7887
7887
  id: string;
7888
7888
  key: string;
@@ -7890,8 +7890,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7890
7890
  } | undefined;
7891
7891
  }, {
7892
7892
  operation: "create";
7893
- success: boolean;
7894
7893
  error: string;
7894
+ success: boolean;
7895
7895
  issue?: {
7896
7896
  id: string;
7897
7897
  key: string;
@@ -7904,13 +7904,13 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7904
7904
  error: z.ZodString;
7905
7905
  }, "strip", z.ZodTypeAny, {
7906
7906
  operation: "update";
7907
- success: boolean;
7908
7907
  error: string;
7908
+ success: boolean;
7909
7909
  key?: string | undefined;
7910
7910
  }, {
7911
7911
  operation: "update";
7912
- success: boolean;
7913
7912
  error: string;
7913
+ success: boolean;
7914
7914
  key?: string | undefined;
7915
7915
  }>, z.ZodObject<{
7916
7916
  operation: z.ZodLiteral<"transition">;
@@ -7920,14 +7920,14 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7920
7920
  error: z.ZodString;
7921
7921
  }, "strip", z.ZodTypeAny, {
7922
7922
  operation: "transition";
7923
- success: boolean;
7924
7923
  error: string;
7924
+ success: boolean;
7925
7925
  key?: string | undefined;
7926
7926
  new_status?: string | undefined;
7927
7927
  }, {
7928
7928
  operation: "transition";
7929
- success: boolean;
7930
7929
  error: string;
7930
+ success: boolean;
7931
7931
  key?: string | undefined;
7932
7932
  new_status?: string | undefined;
7933
7933
  }>, z.ZodObject<{
@@ -8066,8 +8066,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8066
8066
  error: z.ZodString;
8067
8067
  }, "strip", z.ZodTypeAny, {
8068
8068
  operation: "list_transitions";
8069
- success: boolean;
8070
8069
  error: string;
8070
+ success: boolean;
8071
8071
  transitions?: z.objectOutputType<{
8072
8072
  id: z.ZodString;
8073
8073
  name: z.ZodString;
@@ -8114,8 +8114,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8114
8114
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8115
8115
  }, {
8116
8116
  operation: "list_transitions";
8117
- success: boolean;
8118
8117
  error: string;
8118
+ success: boolean;
8119
8119
  transitions?: z.objectInputType<{
8120
8120
  id: z.ZodString;
8121
8121
  name: z.ZodString;
@@ -8180,8 +8180,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8180
8180
  error: z.ZodString;
8181
8181
  }, "strip", z.ZodTypeAny, {
8182
8182
  operation: "list_projects";
8183
- success: boolean;
8184
8183
  error: string;
8184
+ success: boolean;
8185
8185
  total?: number | undefined;
8186
8186
  projects?: z.objectOutputType<{
8187
8187
  id: z.ZodString;
@@ -8190,8 +8190,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8190
8190
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8191
8191
  }, {
8192
8192
  operation: "list_projects";
8193
- success: boolean;
8194
8193
  error: string;
8194
+ success: boolean;
8195
8195
  total?: number | undefined;
8196
8196
  projects?: z.objectInputType<{
8197
8197
  id: z.ZodString;
@@ -8220,8 +8220,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8220
8220
  error: z.ZodString;
8221
8221
  }, "strip", z.ZodTypeAny, {
8222
8222
  operation: "list_issue_types";
8223
- success: boolean;
8224
8223
  error: string;
8224
+ success: boolean;
8225
8225
  issue_types?: z.objectOutputType<{
8226
8226
  id: z.ZodString;
8227
8227
  name: z.ZodString;
@@ -8230,8 +8230,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8230
8230
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8231
8231
  }, {
8232
8232
  operation: "list_issue_types";
8233
- success: boolean;
8234
8233
  error: string;
8234
+ success: boolean;
8235
8235
  issue_types?: z.objectInputType<{
8236
8236
  id: z.ZodString;
8237
8237
  name: z.ZodString;
@@ -8311,8 +8311,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8311
8311
  error: z.ZodString;
8312
8312
  }, "strip", z.ZodTypeAny, {
8313
8313
  operation: "add_comment";
8314
- success: boolean;
8315
8314
  error: string;
8315
+ success: boolean;
8316
8316
  comment?: z.objectOutputType<{
8317
8317
  id: z.ZodString;
8318
8318
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8338,8 +8338,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8338
8338
  }, z.ZodTypeAny, "passthrough"> | undefined;
8339
8339
  }, {
8340
8340
  operation: "add_comment";
8341
- success: boolean;
8342
8341
  error: string;
8342
+ success: boolean;
8343
8343
  comment?: z.objectInputType<{
8344
8344
  id: z.ZodString;
8345
8345
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8437,8 +8437,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8437
8437
  error: z.ZodString;
8438
8438
  }, "strip", z.ZodTypeAny, {
8439
8439
  operation: "get_comments";
8440
- success: boolean;
8441
8440
  error: string;
8441
+ success: boolean;
8442
8442
  comments?: z.objectOutputType<{
8443
8443
  id: z.ZodString;
8444
8444
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8465,8 +8465,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8465
8465
  total?: number | undefined;
8466
8466
  }, {
8467
8467
  operation: "get_comments";
8468
- success: boolean;
8469
8468
  error: string;
8469
+ success: boolean;
8470
8470
  comments?: z.objectInputType<{
8471
8471
  id: z.ZodString;
8472
8472
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{