@bubblelab/bubble-core 0.1.173 → 0.1.175

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 (131) hide show
  1. package/dist/bubble-bundle.d.ts +235 -157
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +8 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  8. package/dist/bubbles/service-bubble/airtable.d.ts +108 -108
  9. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +18 -18
  16. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +10 -10
  17. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +27 -27
  18. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +131 -131
  20. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  21. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +28 -28
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +84 -84
  23. package/dist/bubbles/service-bubble/attio/attio.d.ts +563 -0
  24. package/dist/bubbles/service-bubble/attio/attio.d.ts.map +1 -0
  25. package/dist/bubbles/service-bubble/attio/attio.js +484 -0
  26. package/dist/bubbles/service-bubble/attio/attio.js.map +1 -0
  27. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +527 -0
  28. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts.map +1 -0
  29. package/dist/bubbles/service-bubble/attio/attio.schema.js +386 -0
  30. package/dist/bubbles/service-bubble/attio/attio.schema.js.map +1 -0
  31. package/dist/bubbles/service-bubble/attio/attio.utils.d.ts +1 -0
  32. package/dist/bubbles/service-bubble/attio/attio.utils.d.ts.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/attio.utils.js +4 -0
  34. package/dist/bubbles/service-bubble/attio/attio.utils.js.map +1 -0
  35. package/dist/bubbles/service-bubble/attio/index.d.ts +3 -0
  36. package/dist/bubbles/service-bubble/attio/index.d.ts.map +1 -0
  37. package/dist/bubbles/service-bubble/attio/index.js +3 -0
  38. package/dist/bubbles/service-bubble/attio/index.js.map +1 -0
  39. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  40. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +30 -30
  41. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  42. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
  43. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +56 -56
  44. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  45. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  46. package/dist/bubbles/service-bubble/firecrawl.d.ts +982 -982
  47. package/dist/bubbles/service-bubble/followupboss.d.ts +192 -192
  48. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  49. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  50. package/dist/bubbles/service-bubble/github.d.ts +174 -174
  51. package/dist/bubbles/service-bubble/gmail.d.ts +533 -533
  52. package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
  53. package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
  54. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  55. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
  56. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  57. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  58. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +388 -0
  59. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts.map +1 -0
  60. package/dist/bubbles/service-bubble/hubspot/hubspot.js +241 -0
  61. package/dist/bubbles/service-bubble/hubspot/hubspot.js.map +1 -0
  62. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +345 -0
  63. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts.map +1 -0
  64. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.js +180 -0
  65. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.js.map +1 -0
  66. package/dist/bubbles/service-bubble/hubspot/index.d.ts +3 -0
  67. package/dist/bubbles/service-bubble/hubspot/index.d.ts.map +1 -0
  68. package/dist/bubbles/service-bubble/hubspot/index.js +3 -0
  69. package/dist/bubbles/service-bubble/hubspot/index.js.map +1 -0
  70. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  71. package/dist/bubbles/service-bubble/jira/jira.d.ts +47 -47
  72. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +94 -94
  73. package/dist/bubbles/service-bubble/linear/linear.d.ts +39 -39
  74. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +32 -32
  75. package/dist/bubbles/service-bubble/notion/notion.d.ts +1577 -1577
  76. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  77. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  78. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +23 -23
  79. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  80. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  81. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +8 -8
  82. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
  83. package/dist/bubbles/service-bubble/slack/slack.d.ts +412 -412
  84. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  85. package/dist/bubbles/service-bubble/slack/slack.utils.js +2 -1
  86. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  87. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  88. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +126 -126
  89. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
  90. package/dist/bubbles/service-bubble/telegram.d.ts +1889 -1889
  91. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
  92. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
  93. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  102. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  103. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  104. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +54 -54
  105. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  106. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
  107. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +190 -190
  108. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +48 -48
  109. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
  110. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +2 -2
  111. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  112. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  113. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  114. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  115. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +10 -10
  116. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  117. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  118. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  119. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
  120. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  121. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  122. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
  123. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  124. package/dist/bubbles.json +1598 -2
  125. package/dist/index.d.ts +4 -0
  126. package/dist/index.d.ts.map +1 -1
  127. package/dist/index.js +2 -0
  128. package/dist/index.js.map +1 -1
  129. package/dist/utils/agent-formatter.d.ts.map +1 -1
  130. package/dist/utils/agent-formatter.js.map +1 -1
  131. package/package.json +2 -2
@@ -0,0 +1,527 @@
1
+ import { z } from 'zod';
2
+ import { CredentialType } from '@bubblelab/shared-schemas';
3
+ export declare const AttioParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
4
+ operation: z.ZodLiteral<"list_records">;
5
+ object: z.ZodString;
6
+ limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
7
+ offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
8
+ sorts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9
+ attribute: z.ZodString;
10
+ direction: z.ZodDefault<z.ZodOptional<z.ZodEnum<["asc", "desc"]>>>;
11
+ }, "strip", z.ZodTypeAny, {
12
+ direction: "asc" | "desc";
13
+ attribute: string;
14
+ }, {
15
+ attribute: string;
16
+ direction?: "asc" | "desc" | undefined;
17
+ }>, "many">>;
18
+ filter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
19
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
20
+ }, "strip", z.ZodTypeAny, {
21
+ object: string;
22
+ operation: "list_records";
23
+ limit: number;
24
+ offset: number;
25
+ filter?: Record<string, unknown> | undefined;
26
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
27
+ sorts?: {
28
+ direction: "asc" | "desc";
29
+ attribute: string;
30
+ }[] | undefined;
31
+ }, {
32
+ object: string;
33
+ operation: "list_records";
34
+ filter?: Record<string, unknown> | undefined;
35
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
36
+ limit?: number | undefined;
37
+ offset?: number | undefined;
38
+ sorts?: {
39
+ attribute: string;
40
+ direction?: "asc" | "desc" | undefined;
41
+ }[] | undefined;
42
+ }>, z.ZodObject<{
43
+ operation: z.ZodLiteral<"get_record">;
44
+ object: z.ZodString;
45
+ record_id: z.ZodString;
46
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
47
+ }, "strip", z.ZodTypeAny, {
48
+ object: string;
49
+ operation: "get_record";
50
+ record_id: string;
51
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
52
+ }, {
53
+ object: string;
54
+ operation: "get_record";
55
+ record_id: string;
56
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
57
+ }>, z.ZodObject<{
58
+ operation: z.ZodLiteral<"create_record">;
59
+ object: z.ZodString;
60
+ values: z.ZodRecord<z.ZodString, z.ZodUnknown>;
61
+ matching_attribute: z.ZodOptional<z.ZodString>;
62
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
63
+ }, "strip", z.ZodTypeAny, {
64
+ object: string;
65
+ values: Record<string, unknown>;
66
+ operation: "create_record";
67
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
68
+ matching_attribute?: string | undefined;
69
+ }, {
70
+ object: string;
71
+ values: Record<string, unknown>;
72
+ operation: "create_record";
73
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
74
+ matching_attribute?: string | undefined;
75
+ }>, z.ZodObject<{
76
+ operation: z.ZodLiteral<"update_record">;
77
+ object: z.ZodString;
78
+ record_id: z.ZodString;
79
+ values: z.ZodRecord<z.ZodString, z.ZodUnknown>;
80
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
81
+ }, "strip", z.ZodTypeAny, {
82
+ object: string;
83
+ values: Record<string, unknown>;
84
+ operation: "update_record";
85
+ record_id: string;
86
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
87
+ }, {
88
+ object: string;
89
+ values: Record<string, unknown>;
90
+ operation: "update_record";
91
+ record_id: string;
92
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
93
+ }>, z.ZodObject<{
94
+ operation: z.ZodLiteral<"delete_record">;
95
+ object: z.ZodString;
96
+ record_id: z.ZodString;
97
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
98
+ }, "strip", z.ZodTypeAny, {
99
+ object: string;
100
+ operation: "delete_record";
101
+ record_id: string;
102
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
103
+ }, {
104
+ object: string;
105
+ operation: "delete_record";
106
+ record_id: string;
107
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
108
+ }>, z.ZodObject<{
109
+ operation: z.ZodLiteral<"create_note">;
110
+ parent_object: z.ZodString;
111
+ parent_record_id: z.ZodString;
112
+ title: z.ZodString;
113
+ content: z.ZodString;
114
+ format: z.ZodDefault<z.ZodOptional<z.ZodEnum<["plaintext"]>>>;
115
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
116
+ }, "strip", z.ZodTypeAny, {
117
+ format: "plaintext";
118
+ title: string;
119
+ content: string;
120
+ operation: "create_note";
121
+ parent_object: string;
122
+ parent_record_id: string;
123
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
124
+ }, {
125
+ title: string;
126
+ content: string;
127
+ operation: "create_note";
128
+ parent_object: string;
129
+ parent_record_id: string;
130
+ format?: "plaintext" | undefined;
131
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
132
+ }>, z.ZodObject<{
133
+ operation: z.ZodLiteral<"list_notes">;
134
+ parent_object: z.ZodOptional<z.ZodString>;
135
+ parent_record_id: z.ZodOptional<z.ZodString>;
136
+ limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
137
+ offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
138
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
139
+ }, "strip", z.ZodTypeAny, {
140
+ operation: "list_notes";
141
+ limit: number;
142
+ offset: number;
143
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
144
+ parent_object?: string | undefined;
145
+ parent_record_id?: string | undefined;
146
+ }, {
147
+ operation: "list_notes";
148
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
149
+ limit?: number | undefined;
150
+ offset?: number | undefined;
151
+ parent_object?: string | undefined;
152
+ parent_record_id?: string | undefined;
153
+ }>, z.ZodObject<{
154
+ operation: z.ZodLiteral<"create_task">;
155
+ content: z.ZodString;
156
+ deadline_at: z.ZodOptional<z.ZodString>;
157
+ is_completed: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
158
+ linked_records: z.ZodOptional<z.ZodArray<z.ZodObject<{
159
+ target_object: z.ZodString;
160
+ target_record_id: z.ZodString;
161
+ }, "strip", z.ZodTypeAny, {
162
+ target_object: string;
163
+ target_record_id: string;
164
+ }, {
165
+ target_object: string;
166
+ target_record_id: string;
167
+ }>, "many">>;
168
+ assignees: z.ZodOptional<z.ZodArray<z.ZodObject<{
169
+ referenced_actor_type: z.ZodEnum<["workspace-member"]>;
170
+ referenced_actor_id: z.ZodString;
171
+ }, "strip", z.ZodTypeAny, {
172
+ referenced_actor_type: "workspace-member";
173
+ referenced_actor_id: string;
174
+ }, {
175
+ referenced_actor_type: "workspace-member";
176
+ referenced_actor_id: string;
177
+ }>, "many">>;
178
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
179
+ }, "strip", z.ZodTypeAny, {
180
+ content: string;
181
+ operation: "create_task";
182
+ is_completed: boolean;
183
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
184
+ deadline_at?: string | undefined;
185
+ linked_records?: {
186
+ target_object: string;
187
+ target_record_id: string;
188
+ }[] | undefined;
189
+ assignees?: {
190
+ referenced_actor_type: "workspace-member";
191
+ referenced_actor_id: string;
192
+ }[] | undefined;
193
+ }, {
194
+ content: string;
195
+ operation: "create_task";
196
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
197
+ deadline_at?: string | undefined;
198
+ is_completed?: boolean | undefined;
199
+ linked_records?: {
200
+ target_object: string;
201
+ target_record_id: string;
202
+ }[] | undefined;
203
+ assignees?: {
204
+ referenced_actor_type: "workspace-member";
205
+ referenced_actor_id: string;
206
+ }[] | undefined;
207
+ }>, z.ZodObject<{
208
+ operation: z.ZodLiteral<"list_tasks">;
209
+ limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
210
+ offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
211
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
212
+ }, "strip", z.ZodTypeAny, {
213
+ operation: "list_tasks";
214
+ limit: number;
215
+ offset: number;
216
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
217
+ }, {
218
+ operation: "list_tasks";
219
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
220
+ limit?: number | undefined;
221
+ offset?: number | undefined;
222
+ }>, z.ZodObject<{
223
+ operation: z.ZodLiteral<"update_task">;
224
+ task_id: z.ZodString;
225
+ content: z.ZodOptional<z.ZodString>;
226
+ deadline_at: z.ZodOptional<z.ZodString>;
227
+ is_completed: z.ZodOptional<z.ZodBoolean>;
228
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
229
+ }, "strip", z.ZodTypeAny, {
230
+ operation: "update_task";
231
+ task_id: string;
232
+ content?: string | undefined;
233
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
234
+ deadline_at?: string | undefined;
235
+ is_completed?: boolean | undefined;
236
+ }, {
237
+ operation: "update_task";
238
+ task_id: string;
239
+ content?: string | undefined;
240
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
241
+ deadline_at?: string | undefined;
242
+ is_completed?: boolean | undefined;
243
+ }>, z.ZodObject<{
244
+ operation: z.ZodLiteral<"delete_task">;
245
+ task_id: z.ZodString;
246
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
247
+ }, "strip", z.ZodTypeAny, {
248
+ operation: "delete_task";
249
+ task_id: string;
250
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
251
+ }, {
252
+ operation: "delete_task";
253
+ task_id: string;
254
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
255
+ }>, z.ZodObject<{
256
+ operation: z.ZodLiteral<"list_lists">;
257
+ limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
258
+ offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
259
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
260
+ }, "strip", z.ZodTypeAny, {
261
+ operation: "list_lists";
262
+ limit: number;
263
+ offset: number;
264
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
265
+ }, {
266
+ operation: "list_lists";
267
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
268
+ limit?: number | undefined;
269
+ offset?: number | undefined;
270
+ }>, z.ZodObject<{
271
+ operation: z.ZodLiteral<"create_entry">;
272
+ list: z.ZodString;
273
+ parent_object: z.ZodString;
274
+ parent_record_id: z.ZodString;
275
+ entry_values: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
276
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
277
+ }, "strip", z.ZodTypeAny, {
278
+ operation: "create_entry";
279
+ list: string;
280
+ parent_object: string;
281
+ parent_record_id: string;
282
+ entry_values: Record<string, unknown>;
283
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
284
+ }, {
285
+ operation: "create_entry";
286
+ list: string;
287
+ parent_object: string;
288
+ parent_record_id: string;
289
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
290
+ entry_values?: Record<string, unknown> | undefined;
291
+ }>, z.ZodObject<{
292
+ operation: z.ZodLiteral<"list_entries">;
293
+ list: z.ZodString;
294
+ limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
295
+ offset: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
296
+ filter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
297
+ credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
298
+ }, "strip", z.ZodTypeAny, {
299
+ operation: "list_entries";
300
+ limit: number;
301
+ offset: number;
302
+ list: string;
303
+ filter?: Record<string, unknown> | undefined;
304
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
305
+ }, {
306
+ operation: "list_entries";
307
+ list: string;
308
+ filter?: Record<string, unknown> | undefined;
309
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
310
+ limit?: number | undefined;
311
+ offset?: number | undefined;
312
+ }>]>;
313
+ export declare const AttioResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
314
+ operation: z.ZodLiteral<"list_records">;
315
+ records: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
316
+ next_page_offset: z.ZodOptional<z.ZodNumber>;
317
+ success: z.ZodBoolean;
318
+ error: z.ZodString;
319
+ }, "strip", z.ZodTypeAny, {
320
+ error: string;
321
+ success: boolean;
322
+ operation: "list_records";
323
+ records?: Record<string, unknown>[] | undefined;
324
+ next_page_offset?: number | undefined;
325
+ }, {
326
+ error: string;
327
+ success: boolean;
328
+ operation: "list_records";
329
+ records?: Record<string, unknown>[] | undefined;
330
+ next_page_offset?: number | undefined;
331
+ }>, z.ZodObject<{
332
+ operation: z.ZodLiteral<"get_record">;
333
+ record: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
334
+ success: z.ZodBoolean;
335
+ error: z.ZodString;
336
+ }, "strip", z.ZodTypeAny, {
337
+ error: string;
338
+ success: boolean;
339
+ operation: "get_record";
340
+ record?: Record<string, unknown> | undefined;
341
+ }, {
342
+ error: string;
343
+ success: boolean;
344
+ operation: "get_record";
345
+ record?: Record<string, unknown> | undefined;
346
+ }>, z.ZodObject<{
347
+ operation: z.ZodLiteral<"create_record">;
348
+ record: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
349
+ success: z.ZodBoolean;
350
+ error: z.ZodString;
351
+ }, "strip", z.ZodTypeAny, {
352
+ error: string;
353
+ success: boolean;
354
+ operation: "create_record";
355
+ record?: Record<string, unknown> | undefined;
356
+ }, {
357
+ error: string;
358
+ success: boolean;
359
+ operation: "create_record";
360
+ record?: Record<string, unknown> | undefined;
361
+ }>, z.ZodObject<{
362
+ operation: z.ZodLiteral<"update_record">;
363
+ record: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
364
+ success: z.ZodBoolean;
365
+ error: z.ZodString;
366
+ }, "strip", z.ZodTypeAny, {
367
+ error: string;
368
+ success: boolean;
369
+ operation: "update_record";
370
+ record?: Record<string, unknown> | undefined;
371
+ }, {
372
+ error: string;
373
+ success: boolean;
374
+ operation: "update_record";
375
+ record?: Record<string, unknown> | undefined;
376
+ }>, z.ZodObject<{
377
+ operation: z.ZodLiteral<"delete_record">;
378
+ success: z.ZodBoolean;
379
+ error: z.ZodString;
380
+ }, "strip", z.ZodTypeAny, {
381
+ error: string;
382
+ success: boolean;
383
+ operation: "delete_record";
384
+ }, {
385
+ error: string;
386
+ success: boolean;
387
+ operation: "delete_record";
388
+ }>, z.ZodObject<{
389
+ operation: z.ZodLiteral<"create_note">;
390
+ note: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
391
+ success: z.ZodBoolean;
392
+ error: z.ZodString;
393
+ }, "strip", z.ZodTypeAny, {
394
+ error: string;
395
+ success: boolean;
396
+ operation: "create_note";
397
+ note?: Record<string, unknown> | undefined;
398
+ }, {
399
+ error: string;
400
+ success: boolean;
401
+ operation: "create_note";
402
+ note?: Record<string, unknown> | undefined;
403
+ }>, z.ZodObject<{
404
+ operation: z.ZodLiteral<"list_notes">;
405
+ notes: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
406
+ success: z.ZodBoolean;
407
+ error: z.ZodString;
408
+ }, "strip", z.ZodTypeAny, {
409
+ error: string;
410
+ success: boolean;
411
+ operation: "list_notes";
412
+ notes?: Record<string, unknown>[] | undefined;
413
+ }, {
414
+ error: string;
415
+ success: boolean;
416
+ operation: "list_notes";
417
+ notes?: Record<string, unknown>[] | undefined;
418
+ }>, z.ZodObject<{
419
+ operation: z.ZodLiteral<"create_task">;
420
+ task: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
421
+ success: z.ZodBoolean;
422
+ error: z.ZodString;
423
+ }, "strip", z.ZodTypeAny, {
424
+ error: string;
425
+ success: boolean;
426
+ operation: "create_task";
427
+ task?: Record<string, unknown> | undefined;
428
+ }, {
429
+ error: string;
430
+ success: boolean;
431
+ operation: "create_task";
432
+ task?: Record<string, unknown> | undefined;
433
+ }>, z.ZodObject<{
434
+ operation: z.ZodLiteral<"list_tasks">;
435
+ tasks: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
436
+ success: z.ZodBoolean;
437
+ error: z.ZodString;
438
+ }, "strip", z.ZodTypeAny, {
439
+ error: string;
440
+ success: boolean;
441
+ operation: "list_tasks";
442
+ tasks?: Record<string, unknown>[] | undefined;
443
+ }, {
444
+ error: string;
445
+ success: boolean;
446
+ operation: "list_tasks";
447
+ tasks?: Record<string, unknown>[] | undefined;
448
+ }>, z.ZodObject<{
449
+ operation: z.ZodLiteral<"update_task">;
450
+ task: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
451
+ success: z.ZodBoolean;
452
+ error: z.ZodString;
453
+ }, "strip", z.ZodTypeAny, {
454
+ error: string;
455
+ success: boolean;
456
+ operation: "update_task";
457
+ task?: Record<string, unknown> | undefined;
458
+ }, {
459
+ error: string;
460
+ success: boolean;
461
+ operation: "update_task";
462
+ task?: Record<string, unknown> | undefined;
463
+ }>, z.ZodObject<{
464
+ operation: z.ZodLiteral<"delete_task">;
465
+ success: z.ZodBoolean;
466
+ error: z.ZodString;
467
+ }, "strip", z.ZodTypeAny, {
468
+ error: string;
469
+ success: boolean;
470
+ operation: "delete_task";
471
+ }, {
472
+ error: string;
473
+ success: boolean;
474
+ operation: "delete_task";
475
+ }>, z.ZodObject<{
476
+ operation: z.ZodLiteral<"list_lists">;
477
+ lists: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
478
+ success: z.ZodBoolean;
479
+ error: z.ZodString;
480
+ }, "strip", z.ZodTypeAny, {
481
+ error: string;
482
+ success: boolean;
483
+ operation: "list_lists";
484
+ lists?: Record<string, unknown>[] | undefined;
485
+ }, {
486
+ error: string;
487
+ success: boolean;
488
+ operation: "list_lists";
489
+ lists?: Record<string, unknown>[] | undefined;
490
+ }>, z.ZodObject<{
491
+ operation: z.ZodLiteral<"create_entry">;
492
+ entry: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
493
+ success: z.ZodBoolean;
494
+ error: z.ZodString;
495
+ }, "strip", z.ZodTypeAny, {
496
+ error: string;
497
+ success: boolean;
498
+ operation: "create_entry";
499
+ entry?: Record<string, unknown> | undefined;
500
+ }, {
501
+ error: string;
502
+ success: boolean;
503
+ operation: "create_entry";
504
+ entry?: Record<string, unknown> | undefined;
505
+ }>, z.ZodObject<{
506
+ operation: z.ZodLiteral<"list_entries">;
507
+ entries: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>, "many">>;
508
+ next_page_offset: z.ZodOptional<z.ZodNumber>;
509
+ success: z.ZodBoolean;
510
+ error: z.ZodString;
511
+ }, "strip", z.ZodTypeAny, {
512
+ error: string;
513
+ success: boolean;
514
+ operation: "list_entries";
515
+ entries?: Record<string, unknown>[] | undefined;
516
+ next_page_offset?: number | undefined;
517
+ }, {
518
+ error: string;
519
+ success: boolean;
520
+ operation: "list_entries";
521
+ entries?: Record<string, unknown>[] | undefined;
522
+ next_page_offset?: number | undefined;
523
+ }>]>;
524
+ export type AttioParamsInput = z.input<typeof AttioParamsSchema>;
525
+ export type AttioParams = z.output<typeof AttioParamsSchema>;
526
+ export type AttioResult = z.output<typeof AttioResultSchema>;
527
+ //# sourceMappingURL=attio.schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attio.schema.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/attio/attio.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAyB3D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6S5B,CAAC;AAMH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8F5B,CAAC;AAMH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AACjE,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC7D,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,iBAAiB,CAAC,CAAC"}