@bubblelab/bubble-core 0.1.204 → 0.1.205

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 (58) hide show
  1. package/dist/bubble-bundle.d.ts +172 -172
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts +11 -0
  4. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -0
  5. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +61 -0
  6. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -0
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +13 -13
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +12 -2
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  12. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  13. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  14. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +100 -100
  15. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  17. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  18. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/firecrawl.d.ts +212 -212
  20. package/dist/bubbles/service-bubble/github.d.ts +72 -72
  21. package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +46 -46
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +2 -2
  31. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +2 -2
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +210 -210
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.js +17 -6
  35. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  36. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  38. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +266 -266
  39. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  40. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  41. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  42. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  45. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  49. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  50. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
  51. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  52. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
  53. package/dist/bubbles.json +1 -1
  54. package/dist/types/base-bubble-class.d.ts +6 -0
  55. package/dist/types/base-bubble-class.d.ts.map +1 -1
  56. package/dist/types/base-bubble-class.js +11 -0
  57. package/dist/types/base-bubble-class.js.map +1 -1
  58. package/package.json +2 -2
@@ -71,13 +71,13 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
71
71
  operation: "get";
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
73
  fields?: string[] | undefined;
74
- expand?: ("comments" | "transitions" | "changelog")[] | undefined;
74
+ expand?: ("comments" | "changelog" | "transitions")[] | undefined;
75
75
  }, {
76
76
  key: string;
77
77
  operation: "get";
78
78
  credentials?: Partial<Record<CredentialType, string>> | undefined;
79
79
  fields?: string[] | undefined;
80
- expand?: ("comments" | "transitions" | "changelog")[] | undefined;
80
+ expand?: ("comments" | "changelog" | "transitions")[] | undefined;
81
81
  }>, import("zod").ZodObject<{
82
82
  operation: import("zod").ZodLiteral<"create">;
83
83
  project: import("zod").ZodString;
@@ -1431,8 +1431,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1431
1431
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
1432
1432
  changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
1433
1433
  }, "strip", import("zod").ZodTypeAny, {
1434
- key?: string | undefined;
1435
1434
  id?: string | undefined;
1435
+ key?: string | undefined;
1436
1436
  fields?: import("zod").objectOutputType<{
1437
1437
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1438
1438
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -1770,8 +1770,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1770
1770
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
1771
1771
  }, import("zod").ZodTypeAny, "passthrough">>>;
1772
1772
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
1773
- expand?: string | undefined;
1774
- self?: string | undefined;
1773
+ changelog?: unknown;
1775
1774
  transitions?: import("zod").objectOutputType<{
1776
1775
  id: import("zod").ZodString;
1777
1776
  name: import("zod").ZodString;
@@ -1816,10 +1815,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
1816
1815
  }, import("zod").ZodTypeAny, "passthrough">>>;
1817
1816
  }, import("zod").ZodTypeAny, "passthrough">>>;
1818
1817
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
1819
- changelog?: unknown;
1818
+ expand?: string | undefined;
1819
+ self?: string | undefined;
1820
1820
  }, {
1821
- key?: string | undefined;
1822
1821
  id?: string | undefined;
1822
+ key?: string | undefined;
1823
1823
  fields?: import("zod").objectInputType<{
1824
1824
  summary: import("zod").ZodOptional<import("zod").ZodString>;
1825
1825
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2157,8 +2157,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2157
2157
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2158
2158
  }, import("zod").ZodTypeAny, "passthrough">>>;
2159
2159
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2160
- expand?: string | undefined;
2161
- self?: string | undefined;
2160
+ changelog?: unknown;
2162
2161
  transitions?: import("zod").objectInputType<{
2163
2162
  id: import("zod").ZodString;
2164
2163
  name: import("zod").ZodString;
@@ -2203,7 +2202,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2203
2202
  }, import("zod").ZodTypeAny, "passthrough">>>;
2204
2203
  }, import("zod").ZodTypeAny, "passthrough">>>;
2205
2204
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2206
- changelog?: unknown;
2205
+ expand?: string | undefined;
2206
+ self?: string | undefined;
2207
2207
  }>, "many">>;
2208
2208
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2209
2209
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -2214,8 +2214,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2214
2214
  success: boolean;
2215
2215
  operation: "search";
2216
2216
  issues?: {
2217
- key?: string | undefined;
2218
2217
  id?: string | undefined;
2218
+ key?: string | undefined;
2219
2219
  fields?: import("zod").objectOutputType<{
2220
2220
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2221
2221
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2553,8 +2553,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2553
2553
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2554
2554
  }, import("zod").ZodTypeAny, "passthrough">>>;
2555
2555
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2556
- expand?: string | undefined;
2557
- self?: string | undefined;
2556
+ changelog?: unknown;
2558
2557
  transitions?: import("zod").objectOutputType<{
2559
2558
  id: import("zod").ZodString;
2560
2559
  name: import("zod").ZodString;
@@ -2599,7 +2598,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2599
2598
  }, import("zod").ZodTypeAny, "passthrough">>>;
2600
2599
  }, import("zod").ZodTypeAny, "passthrough">>>;
2601
2600
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2602
- changelog?: unknown;
2601
+ expand?: string | undefined;
2602
+ self?: string | undefined;
2603
2603
  }[] | undefined;
2604
2604
  limit?: number | undefined;
2605
2605
  offset?: number | undefined;
@@ -2609,8 +2609,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2609
2609
  success: boolean;
2610
2610
  operation: "search";
2611
2611
  issues?: {
2612
- key?: string | undefined;
2613
2612
  id?: string | undefined;
2613
+ key?: string | undefined;
2614
2614
  fields?: import("zod").objectInputType<{
2615
2615
  summary: import("zod").ZodOptional<import("zod").ZodString>;
2616
2616
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -2948,8 +2948,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2948
2948
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
2949
2949
  }, import("zod").ZodTypeAny, "passthrough">>>;
2950
2950
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
2951
- expand?: string | undefined;
2952
- self?: string | undefined;
2951
+ changelog?: unknown;
2953
2952
  transitions?: import("zod").objectInputType<{
2954
2953
  id: import("zod").ZodString;
2955
2954
  name: import("zod").ZodString;
@@ -2994,7 +2993,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
2994
2993
  }, import("zod").ZodTypeAny, "passthrough">>>;
2995
2994
  }, import("zod").ZodTypeAny, "passthrough">>>;
2996
2995
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
2997
- changelog?: unknown;
2996
+ expand?: string | undefined;
2997
+ self?: string | undefined;
2998
2998
  }[] | undefined;
2999
2999
  limit?: number | undefined;
3000
3000
  offset?: number | undefined;
@@ -4148,8 +4148,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4148
4148
  }, import("zod").ZodTypeAny, "passthrough">>, "many">>;
4149
4149
  changelog: import("zod").ZodOptional<import("zod").ZodUnknown>;
4150
4150
  }, "strip", import("zod").ZodTypeAny, {
4151
- key?: string | undefined;
4152
4151
  id?: string | undefined;
4152
+ key?: string | undefined;
4153
4153
  fields?: import("zod").objectOutputType<{
4154
4154
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4155
4155
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4487,8 +4487,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4487
4487
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4488
4488
  }, import("zod").ZodTypeAny, "passthrough">>>;
4489
4489
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4490
- expand?: string | undefined;
4491
- self?: string | undefined;
4490
+ changelog?: unknown;
4492
4491
  transitions?: import("zod").objectOutputType<{
4493
4492
  id: import("zod").ZodString;
4494
4493
  name: import("zod").ZodString;
@@ -4533,10 +4532,11 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4533
4532
  }, import("zod").ZodTypeAny, "passthrough">>>;
4534
4533
  }, import("zod").ZodTypeAny, "passthrough">>>;
4535
4534
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
4536
- changelog?: unknown;
4535
+ expand?: string | undefined;
4536
+ self?: string | undefined;
4537
4537
  }, {
4538
- key?: string | undefined;
4539
4538
  id?: string | undefined;
4539
+ key?: string | undefined;
4540
4540
  fields?: import("zod").objectInputType<{
4541
4541
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4542
4542
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -4874,8 +4874,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4874
4874
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
4875
4875
  }, import("zod").ZodTypeAny, "passthrough">>>;
4876
4876
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
4877
- expand?: string | undefined;
4878
- self?: string | undefined;
4877
+ changelog?: unknown;
4879
4878
  transitions?: import("zod").objectInputType<{
4880
4879
  id: import("zod").ZodString;
4881
4880
  name: import("zod").ZodString;
@@ -4920,7 +4919,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4920
4919
  }, import("zod").ZodTypeAny, "passthrough">>>;
4921
4920
  }, import("zod").ZodTypeAny, "passthrough">>>;
4922
4921
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
4923
- changelog?: unknown;
4922
+ expand?: string | undefined;
4923
+ self?: string | undefined;
4924
4924
  }>>;
4925
4925
  error: import("zod").ZodString;
4926
4926
  }, "strip", import("zod").ZodTypeAny, {
@@ -4928,8 +4928,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
4928
4928
  success: boolean;
4929
4929
  operation: "get";
4930
4930
  issue?: {
4931
- key?: string | undefined;
4932
4931
  id?: string | undefined;
4932
+ key?: string | undefined;
4933
4933
  fields?: import("zod").objectOutputType<{
4934
4934
  summary: import("zod").ZodOptional<import("zod").ZodString>;
4935
4935
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5267,8 +5267,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5267
5267
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5268
5268
  }, import("zod").ZodTypeAny, "passthrough">>>;
5269
5269
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5270
- expand?: string | undefined;
5271
- self?: string | undefined;
5270
+ changelog?: unknown;
5272
5271
  transitions?: import("zod").objectOutputType<{
5273
5272
  id: import("zod").ZodString;
5274
5273
  name: import("zod").ZodString;
@@ -5313,15 +5312,16 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5313
5312
  }, import("zod").ZodTypeAny, "passthrough">>>;
5314
5313
  }, import("zod").ZodTypeAny, "passthrough">>>;
5315
5314
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
5316
- changelog?: unknown;
5315
+ expand?: string | undefined;
5316
+ self?: string | undefined;
5317
5317
  } | undefined;
5318
5318
  }, {
5319
5319
  error: string;
5320
5320
  success: boolean;
5321
5321
  operation: "get";
5322
5322
  issue?: {
5323
- key?: string | undefined;
5324
5323
  id?: string | undefined;
5324
+ key?: string | undefined;
5325
5325
  fields?: import("zod").objectInputType<{
5326
5326
  summary: import("zod").ZodOptional<import("zod").ZodString>;
5327
5327
  description: import("zod").ZodOptional<import("zod").ZodUnknown>;
@@ -5659,8 +5659,7 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5659
5659
  total: import("zod").ZodOptional<import("zod").ZodNumber>;
5660
5660
  }, import("zod").ZodTypeAny, "passthrough">>>;
5661
5661
  }, import("zod").ZodTypeAny, "passthrough"> | undefined;
5662
- expand?: string | undefined;
5663
- self?: string | undefined;
5662
+ changelog?: unknown;
5664
5663
  transitions?: import("zod").objectInputType<{
5665
5664
  id: import("zod").ZodString;
5666
5665
  name: import("zod").ZodString;
@@ -5705,7 +5704,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5705
5704
  }, import("zod").ZodTypeAny, "passthrough">>>;
5706
5705
  }, import("zod").ZodTypeAny, "passthrough">>>;
5707
5706
  }, import("zod").ZodTypeAny, "passthrough">[] | undefined;
5708
- changelog?: unknown;
5707
+ expand?: string | undefined;
5708
+ self?: string | undefined;
5709
5709
  } | undefined;
5710
5710
  }>, import("zod").ZodObject<{
5711
5711
  operation: import("zod").ZodLiteral<"create">;
@@ -5715,12 +5715,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5715
5715
  key: import("zod").ZodString;
5716
5716
  self: import("zod").ZodOptional<import("zod").ZodString>;
5717
5717
  }, "strip", import("zod").ZodTypeAny, {
5718
- key: string;
5719
5718
  id: string;
5719
+ key: string;
5720
5720
  self?: string | undefined;
5721
5721
  }, {
5722
- key: string;
5723
5722
  id: string;
5723
+ key: string;
5724
5724
  self?: string | undefined;
5725
5725
  }>>;
5726
5726
  error: import("zod").ZodString;
@@ -5729,8 +5729,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5729
5729
  success: boolean;
5730
5730
  operation: "create";
5731
5731
  issue?: {
5732
- key: string;
5733
5732
  id: string;
5733
+ key: string;
5734
5734
  self?: string | undefined;
5735
5735
  } | undefined;
5736
5736
  }, {
@@ -5738,8 +5738,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
5738
5738
  success: boolean;
5739
5739
  operation: "create";
5740
5740
  issue?: {
5741
- key: string;
5742
5741
  id: string;
5742
+ key: string;
5743
5743
  self?: string | undefined;
5744
5744
  } | undefined;
5745
5745
  }>, import("zod").ZodObject<{
@@ -1438,8 +1438,8 @@ 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
1441
  id?: string | undefined;
1442
+ key?: string | undefined;
1443
1443
  fields?: z.objectOutputType<{
1444
1444
  summary: z.ZodOptional<z.ZodString>;
1445
1445
  description: z.ZodOptional<z.ZodUnknown>;
@@ -1777,8 +1777,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
1777
1777
  total: z.ZodOptional<z.ZodNumber>;
1778
1778
  }, z.ZodTypeAny, "passthrough">>>;
1779
1779
  }, z.ZodTypeAny, "passthrough"> | undefined;
1780
- expand?: string | undefined;
1781
- self?: string | undefined;
1780
+ changelog?: unknown;
1782
1781
  transitions?: z.objectOutputType<{
1783
1782
  id: z.ZodString;
1784
1783
  name: z.ZodString;
@@ -1823,10 +1822,11 @@ export declare const JiraIssueSchema: z.ZodObject<{
1823
1822
  }, z.ZodTypeAny, "passthrough">>>;
1824
1823
  }, z.ZodTypeAny, "passthrough">>>;
1825
1824
  }, z.ZodTypeAny, "passthrough">[] | undefined;
1826
- changelog?: unknown;
1825
+ expand?: string | undefined;
1826
+ self?: string | undefined;
1827
1827
  }, {
1828
- key?: string | undefined;
1829
1828
  id?: string | undefined;
1829
+ key?: string | undefined;
1830
1830
  fields?: z.objectInputType<{
1831
1831
  summary: z.ZodOptional<z.ZodString>;
1832
1832
  description: z.ZodOptional<z.ZodUnknown>;
@@ -2164,8 +2164,7 @@ export declare const JiraIssueSchema: z.ZodObject<{
2164
2164
  total: z.ZodOptional<z.ZodNumber>;
2165
2165
  }, z.ZodTypeAny, "passthrough">>>;
2166
2166
  }, z.ZodTypeAny, "passthrough"> | undefined;
2167
- expand?: string | undefined;
2168
- self?: string | undefined;
2167
+ changelog?: unknown;
2169
2168
  transitions?: z.objectInputType<{
2170
2169
  id: z.ZodString;
2171
2170
  name: z.ZodString;
@@ -2210,7 +2209,8 @@ export declare const JiraIssueSchema: z.ZodObject<{
2210
2209
  }, z.ZodTypeAny, "passthrough">>>;
2211
2210
  }, z.ZodTypeAny, "passthrough">>>;
2212
2211
  }, z.ZodTypeAny, "passthrough">[] | undefined;
2213
- changelog?: unknown;
2212
+ expand?: string | undefined;
2213
+ self?: string | undefined;
2214
2214
  }>;
2215
2215
  export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
2216
2216
  operation: z.ZodLiteral<"search">;
@@ -2244,13 +2244,13 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
2244
2244
  operation: "get";
2245
2245
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2246
2246
  fields?: string[] | undefined;
2247
- expand?: ("comments" | "transitions" | "changelog")[] | undefined;
2247
+ expand?: ("comments" | "changelog" | "transitions")[] | undefined;
2248
2248
  }, {
2249
2249
  key: string;
2250
2250
  operation: "get";
2251
2251
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2252
2252
  fields?: string[] | undefined;
2253
- expand?: ("comments" | "transitions" | "changelog")[] | undefined;
2253
+ expand?: ("comments" | "changelog" | "transitions")[] | undefined;
2254
2254
  }>, z.ZodObject<{
2255
2255
  operation: z.ZodLiteral<"create">;
2256
2256
  project: z.ZodString;
@@ -3604,8 +3604,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3604
3604
  }, z.ZodTypeAny, "passthrough">>, "many">>;
3605
3605
  changelog: z.ZodOptional<z.ZodUnknown>;
3606
3606
  }, "strip", z.ZodTypeAny, {
3607
- key?: string | undefined;
3608
3607
  id?: string | undefined;
3608
+ key?: string | undefined;
3609
3609
  fields?: z.objectOutputType<{
3610
3610
  summary: z.ZodOptional<z.ZodString>;
3611
3611
  description: z.ZodOptional<z.ZodUnknown>;
@@ -3943,8 +3943,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3943
3943
  total: z.ZodOptional<z.ZodNumber>;
3944
3944
  }, z.ZodTypeAny, "passthrough">>>;
3945
3945
  }, z.ZodTypeAny, "passthrough"> | undefined;
3946
- expand?: string | undefined;
3947
- self?: string | undefined;
3946
+ changelog?: unknown;
3948
3947
  transitions?: z.objectOutputType<{
3949
3948
  id: z.ZodString;
3950
3949
  name: z.ZodString;
@@ -3989,10 +3988,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
3989
3988
  }, z.ZodTypeAny, "passthrough">>>;
3990
3989
  }, z.ZodTypeAny, "passthrough">>>;
3991
3990
  }, z.ZodTypeAny, "passthrough">[] | undefined;
3992
- changelog?: unknown;
3991
+ expand?: string | undefined;
3992
+ self?: string | undefined;
3993
3993
  }, {
3994
- key?: string | undefined;
3995
3994
  id?: string | undefined;
3995
+ key?: string | undefined;
3996
3996
  fields?: z.objectInputType<{
3997
3997
  summary: z.ZodOptional<z.ZodString>;
3998
3998
  description: z.ZodOptional<z.ZodUnknown>;
@@ -4330,8 +4330,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4330
4330
  total: z.ZodOptional<z.ZodNumber>;
4331
4331
  }, z.ZodTypeAny, "passthrough">>>;
4332
4332
  }, z.ZodTypeAny, "passthrough"> | undefined;
4333
- expand?: string | undefined;
4334
- self?: string | undefined;
4333
+ changelog?: unknown;
4335
4334
  transitions?: z.objectInputType<{
4336
4335
  id: z.ZodString;
4337
4336
  name: z.ZodString;
@@ -4376,7 +4375,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4376
4375
  }, z.ZodTypeAny, "passthrough">>>;
4377
4376
  }, z.ZodTypeAny, "passthrough">>>;
4378
4377
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4379
- changelog?: unknown;
4378
+ expand?: string | undefined;
4379
+ self?: string | undefined;
4380
4380
  }>, "many">>;
4381
4381
  total: z.ZodOptional<z.ZodNumber>;
4382
4382
  offset: z.ZodOptional<z.ZodNumber>;
@@ -4387,8 +4387,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4387
4387
  success: boolean;
4388
4388
  operation: "search";
4389
4389
  issues?: {
4390
- key?: string | undefined;
4391
4390
  id?: string | undefined;
4391
+ key?: string | undefined;
4392
4392
  fields?: z.objectOutputType<{
4393
4393
  summary: z.ZodOptional<z.ZodString>;
4394
4394
  description: z.ZodOptional<z.ZodUnknown>;
@@ -4726,8 +4726,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4726
4726
  total: z.ZodOptional<z.ZodNumber>;
4727
4727
  }, z.ZodTypeAny, "passthrough">>>;
4728
4728
  }, z.ZodTypeAny, "passthrough"> | undefined;
4729
- expand?: string | undefined;
4730
- self?: string | undefined;
4729
+ changelog?: unknown;
4731
4730
  transitions?: z.objectOutputType<{
4732
4731
  id: z.ZodString;
4733
4732
  name: z.ZodString;
@@ -4772,7 +4771,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4772
4771
  }, z.ZodTypeAny, "passthrough">>>;
4773
4772
  }, z.ZodTypeAny, "passthrough">>>;
4774
4773
  }, z.ZodTypeAny, "passthrough">[] | undefined;
4775
- changelog?: unknown;
4774
+ expand?: string | undefined;
4775
+ self?: string | undefined;
4776
4776
  }[] | undefined;
4777
4777
  limit?: number | undefined;
4778
4778
  offset?: number | undefined;
@@ -4782,8 +4782,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
4782
4782
  success: boolean;
4783
4783
  operation: "search";
4784
4784
  issues?: {
4785
- key?: string | undefined;
4786
4785
  id?: string | undefined;
4786
+ key?: string | undefined;
4787
4787
  fields?: z.objectInputType<{
4788
4788
  summary: z.ZodOptional<z.ZodString>;
4789
4789
  description: z.ZodOptional<z.ZodUnknown>;
@@ -5121,8 +5121,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
5121
5121
  total: z.ZodOptional<z.ZodNumber>;
5122
5122
  }, z.ZodTypeAny, "passthrough">>>;
5123
5123
  }, z.ZodTypeAny, "passthrough"> | undefined;
5124
- expand?: string | undefined;
5125
- self?: string | undefined;
5124
+ changelog?: unknown;
5126
5125
  transitions?: z.objectInputType<{
5127
5126
  id: z.ZodString;
5128
5127
  name: z.ZodString;
@@ -5167,7 +5166,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
5167
5166
  }, z.ZodTypeAny, "passthrough">>>;
5168
5167
  }, z.ZodTypeAny, "passthrough">>>;
5169
5168
  }, z.ZodTypeAny, "passthrough">[] | undefined;
5170
- changelog?: unknown;
5169
+ expand?: string | undefined;
5170
+ self?: string | undefined;
5171
5171
  }[] | undefined;
5172
5172
  limit?: number | undefined;
5173
5173
  offset?: number | undefined;
@@ -6321,8 +6321,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6321
6321
  }, z.ZodTypeAny, "passthrough">>, "many">>;
6322
6322
  changelog: z.ZodOptional<z.ZodUnknown>;
6323
6323
  }, "strip", z.ZodTypeAny, {
6324
- key?: string | undefined;
6325
6324
  id?: string | undefined;
6325
+ key?: string | undefined;
6326
6326
  fields?: z.objectOutputType<{
6327
6327
  summary: z.ZodOptional<z.ZodString>;
6328
6328
  description: z.ZodOptional<z.ZodUnknown>;
@@ -6660,8 +6660,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6660
6660
  total: z.ZodOptional<z.ZodNumber>;
6661
6661
  }, z.ZodTypeAny, "passthrough">>>;
6662
6662
  }, z.ZodTypeAny, "passthrough"> | undefined;
6663
- expand?: string | undefined;
6664
- self?: string | undefined;
6663
+ changelog?: unknown;
6665
6664
  transitions?: z.objectOutputType<{
6666
6665
  id: z.ZodString;
6667
6666
  name: z.ZodString;
@@ -6706,10 +6705,11 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
6706
6705
  }, z.ZodTypeAny, "passthrough">>>;
6707
6706
  }, z.ZodTypeAny, "passthrough">>>;
6708
6707
  }, z.ZodTypeAny, "passthrough">[] | undefined;
6709
- changelog?: unknown;
6708
+ expand?: string | undefined;
6709
+ self?: string | undefined;
6710
6710
  }, {
6711
- key?: string | undefined;
6712
6711
  id?: string | undefined;
6712
+ key?: string | undefined;
6713
6713
  fields?: z.objectInputType<{
6714
6714
  summary: z.ZodOptional<z.ZodString>;
6715
6715
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7047,8 +7047,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7047
7047
  total: z.ZodOptional<z.ZodNumber>;
7048
7048
  }, z.ZodTypeAny, "passthrough">>>;
7049
7049
  }, z.ZodTypeAny, "passthrough"> | undefined;
7050
- expand?: string | undefined;
7051
- self?: string | undefined;
7050
+ changelog?: unknown;
7052
7051
  transitions?: z.objectInputType<{
7053
7052
  id: z.ZodString;
7054
7053
  name: z.ZodString;
@@ -7093,7 +7092,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7093
7092
  }, z.ZodTypeAny, "passthrough">>>;
7094
7093
  }, z.ZodTypeAny, "passthrough">>>;
7095
7094
  }, z.ZodTypeAny, "passthrough">[] | undefined;
7096
- changelog?: unknown;
7095
+ expand?: string | undefined;
7096
+ self?: string | undefined;
7097
7097
  }>>;
7098
7098
  error: z.ZodString;
7099
7099
  }, "strip", z.ZodTypeAny, {
@@ -7101,8 +7101,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7101
7101
  success: boolean;
7102
7102
  operation: "get";
7103
7103
  issue?: {
7104
- key?: string | undefined;
7105
7104
  id?: string | undefined;
7105
+ key?: string | undefined;
7106
7106
  fields?: z.objectOutputType<{
7107
7107
  summary: z.ZodOptional<z.ZodString>;
7108
7108
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7440,8 +7440,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7440
7440
  total: z.ZodOptional<z.ZodNumber>;
7441
7441
  }, z.ZodTypeAny, "passthrough">>>;
7442
7442
  }, z.ZodTypeAny, "passthrough"> | undefined;
7443
- expand?: string | undefined;
7444
- self?: string | undefined;
7443
+ changelog?: unknown;
7445
7444
  transitions?: z.objectOutputType<{
7446
7445
  id: z.ZodString;
7447
7446
  name: z.ZodString;
@@ -7486,15 +7485,16 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7486
7485
  }, z.ZodTypeAny, "passthrough">>>;
7487
7486
  }, z.ZodTypeAny, "passthrough">>>;
7488
7487
  }, z.ZodTypeAny, "passthrough">[] | undefined;
7489
- changelog?: unknown;
7488
+ expand?: string | undefined;
7489
+ self?: string | undefined;
7490
7490
  } | undefined;
7491
7491
  }, {
7492
7492
  error: string;
7493
7493
  success: boolean;
7494
7494
  operation: "get";
7495
7495
  issue?: {
7496
- key?: string | undefined;
7497
7496
  id?: string | undefined;
7497
+ key?: string | undefined;
7498
7498
  fields?: z.objectInputType<{
7499
7499
  summary: z.ZodOptional<z.ZodString>;
7500
7500
  description: z.ZodOptional<z.ZodUnknown>;
@@ -7832,8 +7832,7 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7832
7832
  total: z.ZodOptional<z.ZodNumber>;
7833
7833
  }, z.ZodTypeAny, "passthrough">>>;
7834
7834
  }, z.ZodTypeAny, "passthrough"> | undefined;
7835
- expand?: string | undefined;
7836
- self?: string | undefined;
7835
+ changelog?: unknown;
7837
7836
  transitions?: z.objectInputType<{
7838
7837
  id: z.ZodString;
7839
7838
  name: z.ZodString;
@@ -7878,7 +7877,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7878
7877
  }, z.ZodTypeAny, "passthrough">>>;
7879
7878
  }, z.ZodTypeAny, "passthrough">>>;
7880
7879
  }, z.ZodTypeAny, "passthrough">[] | undefined;
7881
- changelog?: unknown;
7880
+ expand?: string | undefined;
7881
+ self?: string | undefined;
7882
7882
  } | undefined;
7883
7883
  }>, z.ZodObject<{
7884
7884
  operation: z.ZodLiteral<"create">;
@@ -7888,12 +7888,12 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7888
7888
  key: z.ZodString;
7889
7889
  self: z.ZodOptional<z.ZodString>;
7890
7890
  }, "strip", z.ZodTypeAny, {
7891
- key: string;
7892
7891
  id: string;
7892
+ key: string;
7893
7893
  self?: string | undefined;
7894
7894
  }, {
7895
- key: string;
7896
7895
  id: string;
7896
+ key: string;
7897
7897
  self?: string | undefined;
7898
7898
  }>>;
7899
7899
  error: z.ZodString;
@@ -7902,8 +7902,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7902
7902
  success: boolean;
7903
7903
  operation: "create";
7904
7904
  issue?: {
7905
- key: string;
7906
7905
  id: string;
7906
+ key: string;
7907
7907
  self?: string | undefined;
7908
7908
  } | undefined;
7909
7909
  }, {
@@ -7911,8 +7911,8 @@ export declare const JiraResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
7911
7911
  success: boolean;
7912
7912
  operation: "create";
7913
7913
  issue?: {
7914
- key: string;
7915
7914
  id: string;
7915
+ key: string;
7916
7916
  self?: string | undefined;
7917
7917
  } | undefined;
7918
7918
  }>, z.ZodObject<{