@bubblelab/bubble-core 0.1.122 → 0.1.124

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 (119) hide show
  1. package/dist/bubble-bundle.d.ts +163 -143
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +2 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +106 -106
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.js +168 -87
  9. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  10. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  16. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  20. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  21. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +96 -96
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +34 -34
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  26. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +162 -162
  29. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  30. package/dist/bubbles/service-bubble/firecrawl.d.ts +864 -864
  31. package/dist/bubbles/service-bubble/followupboss.d.ts +164 -164
  32. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +112 -112
  34. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  35. package/dist/bubbles/service-bubble/gmail.d.ts +657 -657
  36. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  37. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  38. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +56 -56
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +70 -70
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +74 -74
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +642 -642
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/notion/notion.js +2 -1
  47. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
  48. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  50. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  51. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  54. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  67. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  68. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  69. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +153 -153
  70. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +175 -175
  71. package/dist/bubbles/service-bubble/telegram.d.ts +1590 -1590
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +17 -17
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +17 -17
  74. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  75. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  76. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +58 -58
  78. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  79. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  80. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  81. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  82. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +378 -378
  83. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +235 -0
  85. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/list-capabilities-tool.js +105 -0
  87. package/dist/bubbles/tool-bubble/list-capabilities-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  89. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  90. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  91. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  92. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +178 -178
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  97. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +50 -50
  98. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +48 -48
  99. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
  100. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  102. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  103. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  104. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
  105. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  106. package/dist/bubbles.json +137 -4
  107. package/dist/capabilities/define-capability.d.ts +8 -2
  108. package/dist/capabilities/define-capability.d.ts.map +1 -1
  109. package/dist/capabilities/define-capability.js +3 -0
  110. package/dist/capabilities/define-capability.js.map +1 -1
  111. package/dist/index.d.ts +1 -0
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/index.js +1 -0
  114. package/dist/index.js.map +1 -1
  115. package/dist/types/available-tools.d.ts +1 -1
  116. package/dist/types/available-tools.d.ts.map +1 -1
  117. package/dist/types/available-tools.js +1 -0
  118. package/dist/types/available-tools.js.map +1 -1
  119. package/package.json +2 -2
@@ -1438,8 +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
- key?: string | undefined;
1442
- id?: string | undefined;
1443
1441
  fields?: z.objectOutputType<{
1444
1442
  summary: z.ZodOptional<z.ZodString>;
1445
1443
  description: z.ZodOptional<z.ZodUnknown>;
@@ -1777,6 +1775,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
1777
1775
  total: z.ZodOptional<z.ZodNumber>;
1778
1776
  }, z.ZodTypeAny, "passthrough">>>;
1779
1777
  }, z.ZodTypeAny, "passthrough"> | undefined;
1778
+ id?: string | undefined;
1779
+ key?: string | undefined;
1780
1780
  changelog?: unknown;
1781
1781
  transitions?: z.objectOutputType<{
1782
1782
  id: z.ZodString;
@@ -1825,8 +1825,6 @@ export declare const JiraIssueSchema: z.ZodObject<{
1825
1825
  expand?: string | undefined;
1826
1826
  self?: string | undefined;
1827
1827
  }, {
1828
- key?: string | undefined;
1829
- id?: string | undefined;
1830
1828
  fields?: z.objectInputType<{
1831
1829
  summary: z.ZodOptional<z.ZodString>;
1832
1830
  description: z.ZodOptional<z.ZodUnknown>;
@@ -2164,6 +2162,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
2164
2162
  total: z.ZodOptional<z.ZodNumber>;
2165
2163
  }, z.ZodTypeAny, "passthrough">>>;
2166
2164
  }, z.ZodTypeAny, "passthrough"> | undefined;
2165
+ id?: string | undefined;
2166
+ key?: string | undefined;
2167
2167
  changelog?: unknown;
2168
2168
  transitions?: z.objectInputType<{
2169
2169
  id: z.ZodString;
@@ -2224,13 +2224,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2224
2224
  limit: number;
2225
2225
  offset: 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;
2233
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2234
2234
  limit?: number | undefined;
2235
2235
  offset?: number | undefined;
2236
2236
  }>, z.ZodObject<{
@@ -2240,16 +2240,16 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2240
2240
  expand: z.ZodOptional<z.ZodArray<z.ZodEnum<["changelog", "comments", "transitions"]>, "many">>;
2241
2241
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2242
2242
  }, "strip", z.ZodTypeAny, {
2243
- key: string;
2244
2243
  operation: "get";
2245
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2244
+ key: string;
2246
2245
  fields?: string[] | undefined;
2246
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
2247
2247
  expand?: ("comments" | "changelog" | "transitions")[] | undefined;
2248
2248
  }, {
2249
- key: string;
2250
2249
  operation: "get";
2251
- credentials?: Partial<Record<CredentialType, string>> | undefined;
2250
+ key: string;
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">;
@@ -2264,28 +2264,28 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2264
2264
  due_date: z.ZodOptional<z.ZodString>;
2265
2265
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2266
2266
  }, "strip", z.ZodTypeAny, {
2267
+ operation: "create";
2267
2268
  type: string;
2268
2269
  summary: string;
2269
- operation: "create";
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;
2275
2273
  labels?: string[] | undefined;
2274
+ parent?: string | undefined;
2276
2275
  assignee?: string | undefined;
2276
+ priority?: string | undefined;
2277
2277
  due_date?: 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;
2287
2285
  labels?: string[] | undefined;
2286
+ parent?: string | undefined;
2288
2287
  assignee?: string | undefined;
2288
+ priority?: string | undefined;
2289
2289
  due_date?: string | undefined;
2290
2290
  }>, z.ZodObject<{
2291
2291
  operation: z.ZodLiteral<"update">;
@@ -2299,46 +2299,46 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2299
2299
  remove: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2300
2300
  set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2301
2301
  }, "strip", z.ZodTypeAny, {
2302
- remove?: string[] | undefined;
2303
2302
  set?: string[] | undefined;
2304
2303
  add?: string[] | undefined;
2305
- }, {
2306
2304
  remove?: string[] | undefined;
2305
+ }, {
2307
2306
  set?: 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>;
2312
2312
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2313
2313
  }, "strip", z.ZodTypeAny, {
2314
- key: string;
2315
2314
  operation: "update";
2315
+ key: string;
2316
2316
  description?: string | undefined;
2317
2317
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2318
- priority?: string | undefined;
2319
- summary?: string | undefined;
2320
2318
  labels?: {
2321
- remove?: string[] | undefined;
2322
2319
  set?: string[] | undefined;
2323
2320
  add?: string[] | undefined;
2321
+ remove?: string[] | undefined;
2324
2322
  } | undefined;
2323
+ summary?: string | undefined;
2325
2324
  comment?: string | undefined;
2326
2325
  assignee?: string | null | undefined;
2326
+ priority?: string | undefined;
2327
2327
  due_date?: string | null | undefined;
2328
2328
  }, {
2329
- key: string;
2330
2329
  operation: "update";
2330
+ key: string;
2331
2331
  description?: string | undefined;
2332
2332
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2333
- priority?: string | undefined;
2334
- summary?: string | undefined;
2335
2333
  labels?: {
2336
- remove?: string[] | undefined;
2337
2334
  set?: string[] | undefined;
2338
2335
  add?: string[] | undefined;
2336
+ remove?: string[] | undefined;
2339
2337
  } | undefined;
2338
+ summary?: string | undefined;
2340
2339
  comment?: string | undefined;
2341
2340
  assignee?: string | null | undefined;
2341
+ priority?: string | undefined;
2342
2342
  due_date?: string | null | undefined;
2343
2343
  }>, z.ZodObject<{
2344
2344
  operation: z.ZodLiteral<"transition">;
@@ -2349,16 +2349,16 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2349
2349
  resolution: z.ZodOptional<z.ZodString>;
2350
2350
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2351
2351
  }, "strip", z.ZodTypeAny, {
2352
- key: string;
2353
2352
  operation: "transition";
2353
+ key: string;
2354
2354
  status?: string | undefined;
2355
2355
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2356
2356
  comment?: string | undefined;
2357
2357
  transition_id?: string | undefined;
2358
2358
  resolution?: string | undefined;
2359
2359
  }, {
2360
- key: string;
2361
2360
  operation: "transition";
2361
+ key: string;
2362
2362
  status?: string | undefined;
2363
2363
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2364
2364
  comment?: string | undefined;
@@ -2369,12 +2369,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2369
2369
  key: z.ZodString;
2370
2370
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2371
2371
  }, "strip", z.ZodTypeAny, {
2372
- key: string;
2373
2372
  operation: "list_transitions";
2373
+ key: string;
2374
2374
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2375
2375
  }, {
2376
- key: string;
2377
2376
  operation: "list_transitions";
2377
+ key: string;
2378
2378
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2379
2379
  }>, z.ZodObject<{
2380
2380
  operation: z.ZodLiteral<"list_projects">;
@@ -2409,14 +2409,14 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2409
2409
  body: z.ZodString;
2410
2410
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2411
2411
  }, "strip", z.ZodTypeAny, {
2412
- key: string;
2413
2412
  operation: "add_comment";
2414
2413
  body: string;
2414
+ key: string;
2415
2415
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2416
2416
  }, {
2417
- key: string;
2418
2417
  operation: "add_comment";
2419
2418
  body: string;
2419
+ key: string;
2420
2420
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2421
2421
  }>, z.ZodObject<{
2422
2422
  operation: z.ZodLiteral<"get_comments">;
@@ -2425,14 +2425,14 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2425
2425
  offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
2426
2426
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
2427
2427
  }, "strip", z.ZodTypeAny, {
2428
- key: string;
2429
2428
  operation: "get_comments";
2430
2429
  limit: number;
2430
+ key: string;
2431
2431
  offset: number;
2432
2432
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2433
2433
  }, {
2434
- key: string;
2435
2434
  operation: "get_comments";
2435
+ key: string;
2436
2436
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2437
2437
  limit?: number | undefined;
2438
2438
  offset?: number | undefined;
@@ -3586,8 +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
- key?: string | undefined;
3590
- id?: string | undefined;
3591
3589
  fields?: z.objectOutputType<{
3592
3590
  summary: z.ZodOptional<z.ZodString>;
3593
3591
  description: z.ZodOptional<z.ZodUnknown>;
@@ -3925,6 +3923,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3925
3923
  total: z.ZodOptional<z.ZodNumber>;
3926
3924
  }, z.ZodTypeAny, "passthrough">>>;
3927
3925
  }, z.ZodTypeAny, "passthrough"> | undefined;
3926
+ id?: string | undefined;
3927
+ key?: string | undefined;
3928
3928
  changelog?: unknown;
3929
3929
  transitions?: z.objectOutputType<{
3930
3930
  id: z.ZodString;
@@ -3973,8 +3973,6 @@ 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;
3977
- id?: string | undefined;
3978
3976
  fields?: z.objectInputType<{
3979
3977
  summary: z.ZodOptional<z.ZodString>;
3980
3978
  description: z.ZodOptional<z.ZodUnknown>;
@@ -4312,6 +4310,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4312
4310
  total: z.ZodOptional<z.ZodNumber>;
4313
4311
  }, z.ZodTypeAny, "passthrough">>>;
4314
4312
  }, z.ZodTypeAny, "passthrough"> | undefined;
4313
+ id?: string | undefined;
4314
+ key?: string | undefined;
4315
4315
  changelog?: unknown;
4316
4316
  transitions?: z.objectInputType<{
4317
4317
  id: z.ZodString;
@@ -4365,12 +4365,10 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4365
4365
  limit: z.ZodOptional<z.ZodNumber>;
4366
4366
  error: z.ZodString;
4367
4367
  }, "strip", z.ZodTypeAny, {
4368
+ operation: "search";
4368
4369
  error: string;
4369
4370
  success: boolean;
4370
- operation: "search";
4371
4371
  issues?: {
4372
- key?: string | undefined;
4373
- id?: string | undefined;
4374
4372
  fields?: z.objectOutputType<{
4375
4373
  summary: z.ZodOptional<z.ZodString>;
4376
4374
  description: z.ZodOptional<z.ZodUnknown>;
@@ -4708,6 +4706,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4708
4706
  total: z.ZodOptional<z.ZodNumber>;
4709
4707
  }, z.ZodTypeAny, "passthrough">>>;
4710
4708
  }, z.ZodTypeAny, "passthrough"> | undefined;
4709
+ id?: string | undefined;
4710
+ key?: string | undefined;
4711
4711
  changelog?: unknown;
4712
4712
  transitions?: z.objectOutputType<{
4713
4713
  id: z.ZodString;
@@ -4760,12 +4760,10 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4760
4760
  offset?: number | undefined;
4761
4761
  total?: number | undefined;
4762
4762
  }, {
4763
+ operation: "search";
4763
4764
  error: string;
4764
4765
  success: boolean;
4765
- operation: "search";
4766
4766
  issues?: {
4767
- key?: string | undefined;
4768
- id?: string | undefined;
4769
4767
  fields?: z.objectInputType<{
4770
4768
  summary: z.ZodOptional<z.ZodString>;
4771
4769
  description: z.ZodOptional<z.ZodUnknown>;
@@ -5103,6 +5101,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
5103
5101
  total: z.ZodOptional<z.ZodNumber>;
5104
5102
  }, z.ZodTypeAny, "passthrough">>>;
5105
5103
  }, z.ZodTypeAny, "passthrough"> | undefined;
5104
+ id?: string | undefined;
5105
+ key?: string | undefined;
5106
5106
  changelog?: unknown;
5107
5107
  transitions?: z.objectInputType<{
5108
5108
  id: z.ZodString;
@@ -6303,8 +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
- key?: string | undefined;
6307
- id?: string | undefined;
6308
6306
  fields?: z.objectOutputType<{
6309
6307
  summary: z.ZodOptional<z.ZodString>;
6310
6308
  description: z.ZodOptional<z.ZodUnknown>;
@@ -6642,6 +6640,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6642
6640
  total: z.ZodOptional<z.ZodNumber>;
6643
6641
  }, z.ZodTypeAny, "passthrough">>>;
6644
6642
  }, z.ZodTypeAny, "passthrough"> | undefined;
6643
+ id?: string | undefined;
6644
+ key?: string | undefined;
6645
6645
  changelog?: unknown;
6646
6646
  transitions?: z.objectOutputType<{
6647
6647
  id: z.ZodString;
@@ -6690,8 +6690,6 @@ 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;
6694
- id?: string | undefined;
6695
6693
  fields?: z.objectInputType<{
6696
6694
  summary: z.ZodOptional<z.ZodString>;
6697
6695
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7029,6 +7027,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7029
7027
  total: z.ZodOptional<z.ZodNumber>;
7030
7028
  }, z.ZodTypeAny, "passthrough">>>;
7031
7029
  }, z.ZodTypeAny, "passthrough"> | undefined;
7030
+ id?: string | undefined;
7031
+ key?: string | undefined;
7032
7032
  changelog?: unknown;
7033
7033
  transitions?: z.objectInputType<{
7034
7034
  id: z.ZodString;
@@ -7079,12 +7079,10 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7079
7079
  }>>;
7080
7080
  error: z.ZodString;
7081
7081
  }, "strip", z.ZodTypeAny, {
7082
+ operation: "get";
7082
7083
  error: string;
7083
7084
  success: boolean;
7084
- operation: "get";
7085
7085
  issue?: {
7086
- key?: string | undefined;
7087
- id?: string | undefined;
7088
7086
  fields?: z.objectOutputType<{
7089
7087
  summary: z.ZodOptional<z.ZodString>;
7090
7088
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7422,6 +7420,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7422
7420
  total: z.ZodOptional<z.ZodNumber>;
7423
7421
  }, z.ZodTypeAny, "passthrough">>>;
7424
7422
  }, z.ZodTypeAny, "passthrough"> | undefined;
7423
+ id?: string | undefined;
7424
+ key?: string | undefined;
7425
7425
  changelog?: unknown;
7426
7426
  transitions?: z.objectOutputType<{
7427
7427
  id: z.ZodString;
@@ -7471,12 +7471,10 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7471
7471
  self?: string | undefined;
7472
7472
  } | undefined;
7473
7473
  }, {
7474
+ operation: "get";
7474
7475
  error: string;
7475
7476
  success: boolean;
7476
- operation: "get";
7477
7477
  issue?: {
7478
- key?: string | undefined;
7479
- id?: string | undefined;
7480
7478
  fields?: z.objectInputType<{
7481
7479
  summary: z.ZodOptional<z.ZodString>;
7482
7480
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7814,6 +7812,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7814
7812
  total: z.ZodOptional<z.ZodNumber>;
7815
7813
  }, z.ZodTypeAny, "passthrough">>>;
7816
7814
  }, z.ZodTypeAny, "passthrough"> | undefined;
7815
+ id?: string | undefined;
7816
+ key?: string | undefined;
7817
7817
  changelog?: unknown;
7818
7818
  transitions?: z.objectInputType<{
7819
7819
  id: z.ZodString;
@@ -7870,31 +7870,31 @@ 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
- key: string;
7874
7873
  id: string;
7874
+ key: string;
7875
7875
  self?: string | undefined;
7876
7876
  }, {
7877
- key: string;
7878
7877
  id: string;
7878
+ key: string;
7879
7879
  self?: string | undefined;
7880
7880
  }>>;
7881
7881
  error: z.ZodString;
7882
7882
  }, "strip", z.ZodTypeAny, {
7883
+ operation: "create";
7883
7884
  error: string;
7884
7885
  success: boolean;
7885
- operation: "create";
7886
7886
  issue?: {
7887
- key: string;
7888
7887
  id: string;
7888
+ key: string;
7889
7889
  self?: string | undefined;
7890
7890
  } | undefined;
7891
7891
  }, {
7892
+ operation: "create";
7892
7893
  error: string;
7893
7894
  success: boolean;
7894
- operation: "create";
7895
7895
  issue?: {
7896
- key: string;
7897
7896
  id: string;
7897
+ key: string;
7898
7898
  self?: string | undefined;
7899
7899
  } | undefined;
7900
7900
  }>, z.ZodObject<{
@@ -7903,14 +7903,14 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7903
7903
  key: z.ZodOptional<z.ZodString>;
7904
7904
  error: z.ZodString;
7905
7905
  }, "strip", z.ZodTypeAny, {
7906
+ operation: "update";
7906
7907
  error: string;
7907
7908
  success: boolean;
7908
- operation: "update";
7909
7909
  key?: string | undefined;
7910
7910
  }, {
7911
+ operation: "update";
7911
7912
  error: string;
7912
7913
  success: boolean;
7913
- operation: "update";
7914
7914
  key?: string | undefined;
7915
7915
  }>, z.ZodObject<{
7916
7916
  operation: z.ZodLiteral<"transition">;
@@ -7919,15 +7919,15 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7919
7919
  new_status: z.ZodOptional<z.ZodString>;
7920
7920
  error: z.ZodString;
7921
7921
  }, "strip", z.ZodTypeAny, {
7922
+ operation: "transition";
7922
7923
  error: string;
7923
7924
  success: boolean;
7924
- operation: "transition";
7925
7925
  key?: string | undefined;
7926
7926
  new_status?: string | undefined;
7927
7927
  }, {
7928
+ operation: "transition";
7928
7929
  error: string;
7929
7930
  success: boolean;
7930
- operation: "transition";
7931
7931
  key?: string | undefined;
7932
7932
  new_status?: string | undefined;
7933
7933
  }>, z.ZodObject<{
@@ -8065,9 +8065,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8065
8065
  }, z.ZodTypeAny, "passthrough">>, "many">>;
8066
8066
  error: z.ZodString;
8067
8067
  }, "strip", z.ZodTypeAny, {
8068
+ operation: "list_transitions";
8068
8069
  error: string;
8069
8070
  success: boolean;
8070
- operation: "list_transitions";
8071
8071
  transitions?: z.objectOutputType<{
8072
8072
  id: z.ZodString;
8073
8073
  name: z.ZodString;
@@ -8113,9 +8113,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8113
8113
  }, z.ZodTypeAny, "passthrough">>>;
8114
8114
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8115
8115
  }, {
8116
+ operation: "list_transitions";
8116
8117
  error: string;
8117
8118
  success: boolean;
8118
- operation: "list_transitions";
8119
8119
  transitions?: z.objectInputType<{
8120
8120
  id: z.ZodString;
8121
8121
  name: z.ZodString;
@@ -8179,9 +8179,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8179
8179
  total: z.ZodOptional<z.ZodNumber>;
8180
8180
  error: z.ZodString;
8181
8181
  }, "strip", z.ZodTypeAny, {
8182
+ operation: "list_projects";
8182
8183
  error: string;
8183
8184
  success: boolean;
8184
- operation: "list_projects";
8185
8185
  total?: number | undefined;
8186
8186
  projects?: z.objectOutputType<{
8187
8187
  id: z.ZodString;
@@ -8189,9 +8189,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8189
8189
  name: z.ZodString;
8190
8190
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8191
8191
  }, {
8192
+ operation: "list_projects";
8192
8193
  error: string;
8193
8194
  success: boolean;
8194
- operation: "list_projects";
8195
8195
  total?: number | undefined;
8196
8196
  projects?: z.objectInputType<{
8197
8197
  id: z.ZodString;
@@ -8219,9 +8219,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8219
8219
  }, z.ZodTypeAny, "passthrough">>, "many">>;
8220
8220
  error: z.ZodString;
8221
8221
  }, "strip", z.ZodTypeAny, {
8222
+ operation: "list_issue_types";
8222
8223
  error: string;
8223
8224
  success: boolean;
8224
- operation: "list_issue_types";
8225
8225
  issue_types?: z.objectOutputType<{
8226
8226
  id: z.ZodString;
8227
8227
  name: z.ZodString;
@@ -8229,9 +8229,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8229
8229
  subtask: z.ZodOptional<z.ZodBoolean>;
8230
8230
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8231
8231
  }, {
8232
+ operation: "list_issue_types";
8232
8233
  error: string;
8233
8234
  success: boolean;
8234
- operation: "list_issue_types";
8235
8235
  issue_types?: z.objectInputType<{
8236
8236
  id: z.ZodString;
8237
8237
  name: z.ZodString;
@@ -8310,9 +8310,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8310
8310
  }, z.ZodTypeAny, "passthrough">>>;
8311
8311
  error: z.ZodString;
8312
8312
  }, "strip", z.ZodTypeAny, {
8313
+ operation: "add_comment";
8313
8314
  error: string;
8314
8315
  success: boolean;
8315
- operation: "add_comment";
8316
8316
  comment?: z.objectOutputType<{
8317
8317
  id: z.ZodString;
8318
8318
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8337,9 +8337,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8337
8337
  updated: z.ZodOptional<z.ZodString>;
8338
8338
  }, z.ZodTypeAny, "passthrough"> | undefined;
8339
8339
  }, {
8340
+ operation: "add_comment";
8340
8341
  error: string;
8341
8342
  success: boolean;
8342
- operation: "add_comment";
8343
8343
  comment?: z.objectInputType<{
8344
8344
  id: z.ZodString;
8345
8345
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8436,9 +8436,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8436
8436
  total: z.ZodOptional<z.ZodNumber>;
8437
8437
  error: z.ZodString;
8438
8438
  }, "strip", z.ZodTypeAny, {
8439
+ operation: "get_comments";
8439
8440
  error: string;
8440
8441
  success: boolean;
8441
- operation: "get_comments";
8442
8442
  comments?: z.objectOutputType<{
8443
8443
  id: z.ZodString;
8444
8444
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -8464,9 +8464,9 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
8464
8464
  }, z.ZodTypeAny, "passthrough">[] | undefined;
8465
8465
  total?: number | undefined;
8466
8466
  }, {
8467
+ operation: "get_comments";
8467
8468
  error: string;
8468
8469
  success: boolean;
8469
- operation: "get_comments";
8470
8470
  comments?: z.objectInputType<{
8471
8471
  id: z.ZodString;
8472
8472
  author: z.ZodOptional<z.ZodNullable<z.ZodObject<{