@bubblelab/bubble-core 0.1.142 → 0.1.143

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 (156) hide show
  1. package/dist/bubble-bundle.d.ts +174 -111
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +9 -1
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
  7. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +39 -32
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +44 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
  29. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  31. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  32. package/dist/bubbles/service-bubble/firecrawl.d.ts +316 -316
  33. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  34. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  35. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  36. package/dist/bubbles/service-bubble/gmail.d.ts +587 -587
  37. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +98 -98
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +68 -68
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +348 -348
  45. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  46. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  48. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  49. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  51. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  64. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  65. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  66. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
  67. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  68. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
  72. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
  73. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
  75. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
  76. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
  77. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
  78. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
  79. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
  80. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
  81. package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
  82. package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
  83. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
  84. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
  85. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
  86. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
  102. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
  103. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
  104. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
  105. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
  106. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
  107. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
  108. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
  109. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
  110. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
  111. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
  112. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
  113. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
  114. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
  115. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
  116. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
  117. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
  118. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
  119. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
  120. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
  121. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
  122. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
  123. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
  124. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
  125. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
  126. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
  127. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
  128. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
  129. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
  130. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
  131. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  132. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  133. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  135. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +416 -416
  136. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  137. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  138. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  139. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  140. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +128 -128
  141. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  142. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  143. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  144. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  145. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  146. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +34 -34
  147. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  148. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  149. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  150. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +60 -60
  151. package/dist/bubbles.json +668 -70
  152. package/dist/index.d.ts +4 -1
  153. package/dist/index.d.ts.map +1 -1
  154. package/dist/index.js +4 -1
  155. package/dist/index.js.map +1 -1
  156. package/package.json +2 -2
@@ -85,14 +85,14 @@ declare const EmailPropertySchema: z.ZodObject<{
85
85
  }, "strip", z.ZodTypeAny, {
86
86
  type: "email";
87
87
  name: string;
88
- id: string;
89
88
  email: {};
89
+ id: string;
90
90
  description?: string | undefined;
91
91
  }, {
92
92
  type: "email";
93
93
  name: string;
94
- id: string;
95
94
  email: {};
95
+ id: string;
96
96
  description?: string | undefined;
97
97
  }>;
98
98
  declare const FilesPropertySchema: z.ZodObject<{
@@ -557,14 +557,14 @@ declare const URLPropertySchema: z.ZodObject<{
557
557
  }, "strip", z.ZodTypeAny, {
558
558
  type: "url";
559
559
  name: string;
560
- id: string;
561
560
  url: {};
561
+ id: string;
562
562
  description?: string | undefined;
563
563
  }, {
564
564
  type: "url";
565
565
  name: string;
566
- id: string;
567
566
  url: {};
567
+ id: string;
568
568
  description?: string | undefined;
569
569
  }>;
570
570
  declare const UniqueIDPropertySchema: z.ZodObject<{
@@ -677,14 +677,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
677
677
  }, "strip", z.ZodTypeAny, {
678
678
  type: "email";
679
679
  name: string;
680
- id: string;
681
680
  email: {};
681
+ id: string;
682
682
  description?: string | undefined;
683
683
  }, {
684
684
  type: "email";
685
685
  name: string;
686
- id: string;
687
686
  email: {};
687
+ id: string;
688
688
  description?: string | undefined;
689
689
  }>, z.ZodObject<{
690
690
  id: z.ZodString;
@@ -1106,14 +1106,14 @@ export declare const DataSourcePropertySchema: z.ZodDiscriminatedUnion<"type", [
1106
1106
  }, "strip", z.ZodTypeAny, {
1107
1107
  type: "url";
1108
1108
  name: string;
1109
- id: string;
1110
1109
  url: {};
1110
+ id: string;
1111
1111
  description?: string | undefined;
1112
1112
  }, {
1113
1113
  type: "url";
1114
1114
  name: string;
1115
- id: string;
1116
1115
  url: {};
1116
+ id: string;
1117
1117
  description?: string | undefined;
1118
1118
  }>, z.ZodObject<{
1119
1119
  id: z.ZodString;
@@ -12,20 +12,20 @@ declare const PostgreSQLParamsSchema: z.ZodObject<{
12
12
  maxRows: z.ZodDefault<z.ZodNumber>;
13
13
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
14
14
  }, "strip", z.ZodTypeAny, {
15
- parameters: unknown[];
16
15
  timeout: number;
17
16
  ignoreSSL: boolean;
18
17
  query: string;
19
18
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
19
+ parameters: unknown[];
20
20
  maxRows: number;
21
21
  credentials?: Partial<Record<CredentialType, string>> | undefined;
22
22
  }, {
23
23
  query: string;
24
- parameters?: unknown[] | undefined;
25
24
  credentials?: Partial<Record<CredentialType, string>> | undefined;
26
25
  timeout?: number | undefined;
27
26
  ignoreSSL?: boolean | undefined;
28
27
  allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
28
+ parameters?: unknown[] | undefined;
29
29
  maxRows?: number | undefined;
30
30
  }>;
31
31
  type PostgreSQLParamsInput = z.input<typeof PostgreSQLParamsSchema>;
@@ -49,24 +49,24 @@ declare const PostgreSQLResultSchema: z.ZodObject<{
49
49
  error: z.ZodString;
50
50
  cleanedJSONString: z.ZodString;
51
51
  }, "strip", z.ZodTypeAny, {
52
- executionTime: number;
53
52
  error: string;
54
53
  success: boolean;
55
54
  rows: Record<string, unknown>[];
56
55
  rowCount: number | null;
57
56
  command: string;
57
+ executionTime: number;
58
58
  cleanedJSONString: string;
59
59
  fields?: {
60
60
  name: string;
61
61
  dataTypeID: number;
62
62
  }[] | undefined;
63
63
  }, {
64
- executionTime: number;
65
64
  error: string;
66
65
  success: boolean;
67
66
  rows: Record<string, unknown>[];
68
67
  rowCount: number | null;
69
68
  command: string;
69
+ executionTime: number;
70
70
  cleanedJSONString: string;
71
71
  fields?: {
72
72
  name: string;
@@ -89,20 +89,20 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
89
89
  maxRows: z.ZodDefault<z.ZodNumber>;
90
90
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
91
91
  }, "strip", z.ZodTypeAny, {
92
- parameters: unknown[];
93
92
  timeout: number;
94
93
  ignoreSSL: boolean;
95
94
  query: string;
96
95
  allowedOperations: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[];
96
+ parameters: unknown[];
97
97
  maxRows: number;
98
98
  credentials?: Partial<Record<CredentialType, string>> | undefined;
99
99
  }, {
100
100
  query: string;
101
- parameters?: unknown[] | undefined;
102
101
  credentials?: Partial<Record<CredentialType, string>> | undefined;
103
102
  timeout?: number | undefined;
104
103
  ignoreSSL?: boolean | undefined;
105
104
  allowedOperations?: ("SELECT" | "INSERT" | "UPDATE" | "DELETE" | "WITH" | "EXPLAIN" | "ANALYZE" | "SHOW" | "DESCRIBE" | "DESC" | "CREATE")[] | undefined;
105
+ parameters?: unknown[] | undefined;
106
106
  maxRows?: number | undefined;
107
107
  }>;
108
108
  static readonly resultSchema: z.ZodObject<{
@@ -124,24 +124,24 @@ export declare class PostgreSQLBubble extends ServiceBubble<PostgreSQLParams, Po
124
124
  error: z.ZodString;
125
125
  cleanedJSONString: z.ZodString;
126
126
  }, "strip", z.ZodTypeAny, {
127
- executionTime: number;
128
127
  error: string;
129
128
  success: boolean;
130
129
  rows: Record<string, unknown>[];
131
130
  rowCount: number | null;
132
131
  command: string;
132
+ executionTime: number;
133
133
  cleanedJSONString: string;
134
134
  fields?: {
135
135
  name: string;
136
136
  dataTypeID: number;
137
137
  }[] | undefined;
138
138
  }, {
139
- executionTime: number;
140
139
  error: string;
141
140
  success: boolean;
142
141
  rows: Record<string, unknown>[];
143
142
  rowCount: number | null;
144
143
  command: string;
144
+ executionTime: number;
145
145
  cleanedJSONString: string;
146
146
  fields?: {
147
147
  name: string;
@@ -46,19 +46,19 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
46
46
  from: string;
47
47
  to: string | string[];
48
48
  subject: string;
49
- credentials?: Partial<Record<CredentialType, string>> | undefined;
50
49
  text?: string | undefined;
51
- tags?: {
52
- value: string;
53
- name: string;
54
- }[] | undefined;
55
- headers?: Record<string, string> | undefined;
56
50
  attachments?: {
57
51
  filename: string;
58
52
  path?: string | undefined;
59
53
  content?: string | undefined;
60
54
  contentType?: string | undefined;
61
55
  }[] | undefined;
56
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
57
+ tags?: {
58
+ value: string;
59
+ name: string;
60
+ }[] | undefined;
61
+ headers?: Record<string, string> | undefined;
62
62
  cc?: string | string[] | undefined;
63
63
  bcc?: string | string[] | undefined;
64
64
  html?: string | undefined;
@@ -68,19 +68,19 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
68
68
  operation: "send_email";
69
69
  to: string | string[];
70
70
  subject: string;
71
- credentials?: Partial<Record<CredentialType, string>> | undefined;
72
71
  text?: string | undefined;
73
- tags?: {
74
- value: string;
75
- name: string;
76
- }[] | undefined;
77
- headers?: Record<string, string> | undefined;
78
72
  attachments?: {
79
73
  filename: string;
80
74
  path?: string | undefined;
81
75
  content?: string | undefined;
82
76
  contentType?: string | undefined;
83
77
  }[] | undefined;
78
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
79
+ tags?: {
80
+ value: string;
81
+ name: string;
82
+ }[] | undefined;
83
+ headers?: Record<string, string> | undefined;
84
84
  from?: string | undefined;
85
85
  cc?: string | string[] | undefined;
86
86
  bcc?: string | string[] | undefined;
@@ -106,14 +106,14 @@ declare const ResendResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
106
106
  email_id: z.ZodOptional<z.ZodString>;
107
107
  error: z.ZodString;
108
108
  }, "strip", z.ZodTypeAny, {
109
+ operation: "send_email";
109
110
  error: string;
110
111
  success: boolean;
111
- operation: "send_email";
112
112
  email_id?: string | undefined;
113
113
  }, {
114
+ operation: "send_email";
114
115
  error: string;
115
116
  success: boolean;
116
- operation: "send_email";
117
117
  email_id?: string | undefined;
118
118
  }>, z.ZodObject<{
119
119
  operation: z.ZodLiteral<"get_email_status">;
@@ -123,16 +123,16 @@ declare const ResendResultSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
123
123
  last_event: z.ZodOptional<z.ZodString>;
124
124
  error: z.ZodString;
125
125
  }, "strip", z.ZodTypeAny, {
126
+ operation: "get_email_status";
126
127
  error: string;
127
128
  success: boolean;
128
- operation: "get_email_status";
129
129
  status?: string | undefined;
130
130
  created_at?: string | undefined;
131
131
  last_event?: string | undefined;
132
132
  }, {
133
+ operation: "get_email_status";
133
134
  error: string;
134
135
  success: boolean;
135
- operation: "get_email_status";
136
136
  status?: string | undefined;
137
137
  created_at?: string | undefined;
138
138
  last_event?: string | undefined;
@@ -193,19 +193,19 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
193
193
  from: string;
194
194
  to: string | string[];
195
195
  subject: string;
196
- credentials?: Partial<Record<CredentialType, string>> | undefined;
197
196
  text?: string | undefined;
198
- tags?: {
199
- value: string;
200
- name: string;
201
- }[] | undefined;
202
- headers?: Record<string, string> | undefined;
203
197
  attachments?: {
204
198
  filename: string;
205
199
  path?: string | undefined;
206
200
  content?: string | undefined;
207
201
  contentType?: string | undefined;
208
202
  }[] | undefined;
203
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
204
+ tags?: {
205
+ value: string;
206
+ name: string;
207
+ }[] | undefined;
208
+ headers?: Record<string, string> | undefined;
209
209
  cc?: string | string[] | undefined;
210
210
  bcc?: string | string[] | undefined;
211
211
  html?: string | undefined;
@@ -215,19 +215,19 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
215
215
  operation: "send_email";
216
216
  to: string | string[];
217
217
  subject: string;
218
- credentials?: Partial<Record<CredentialType, string>> | undefined;
219
218
  text?: string | undefined;
220
- tags?: {
221
- value: string;
222
- name: string;
223
- }[] | undefined;
224
- headers?: Record<string, string> | undefined;
225
219
  attachments?: {
226
220
  filename: string;
227
221
  path?: string | undefined;
228
222
  content?: string | undefined;
229
223
  contentType?: string | undefined;
230
224
  }[] | undefined;
225
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
226
+ tags?: {
227
+ value: string;
228
+ name: string;
229
+ }[] | undefined;
230
+ headers?: Record<string, string> | undefined;
231
231
  from?: string | undefined;
232
232
  cc?: string | string[] | undefined;
233
233
  bcc?: string | string[] | undefined;
@@ -253,14 +253,14 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
253
253
  email_id: z.ZodOptional<z.ZodString>;
254
254
  error: z.ZodString;
255
255
  }, "strip", z.ZodTypeAny, {
256
+ operation: "send_email";
256
257
  error: string;
257
258
  success: boolean;
258
- operation: "send_email";
259
259
  email_id?: string | undefined;
260
260
  }, {
261
+ operation: "send_email";
261
262
  error: string;
262
263
  success: boolean;
263
- operation: "send_email";
264
264
  email_id?: string | undefined;
265
265
  }>, z.ZodObject<{
266
266
  operation: z.ZodLiteral<"get_email_status">;
@@ -270,16 +270,16 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
270
270
  last_event: z.ZodOptional<z.ZodString>;
271
271
  error: z.ZodString;
272
272
  }, "strip", z.ZodTypeAny, {
273
+ operation: "get_email_status";
273
274
  error: string;
274
275
  success: boolean;
275
- operation: "get_email_status";
276
276
  status?: string | undefined;
277
277
  created_at?: string | undefined;
278
278
  last_event?: string | undefined;
279
279
  }, {
280
+ operation: "get_email_status";
280
281
  error: string;
281
282
  success: boolean;
282
- operation: "get_email_status";
283
283
  status?: string | undefined;
284
284
  created_at?: string | undefined;
285
285
  last_event?: string | undefined;
@@ -0,0 +1,4 @@
1
+ export { SalesforceBubble } from './salesforce.js';
2
+ export { SalesforceParamsSchema, SalesforceResultSchema, SalesforceAccountSchema, SalesforceContactSchema, SalesforceLeadSchema, SalesforceOpportunitySchema, SalesforceUserInfoSchema, SoqlQueryResultSchema, type SalesforceParams, type SalesforceParamsInput, type SalesforceResult, } from './salesforce.schema.js';
3
+ export { isValidSalesforceId, to18CharId, formatSalesforceDate, toSalesforceDate, escapeSoql, buildSoqlQuery, enhanceSalesforceErrorMessage, buildApiUrl, getSalesforceApiVersion, } from './salesforce.utils.js';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/salesforce/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EACL,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,wBAAwB,EACxB,qBAAqB,EACrB,KAAK,gBAAgB,EACrB,KAAK,qBAAqB,EAC1B,KAAK,gBAAgB,GACtB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,mBAAmB,EACnB,UAAU,EACV,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,6BAA6B,EAC7B,WAAW,EACX,uBAAuB,GACxB,MAAM,uBAAuB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { SalesforceBubble } from './salesforce.js';
2
+ export { SalesforceParamsSchema, SalesforceResultSchema, SalesforceAccountSchema, SalesforceContactSchema, SalesforceLeadSchema, SalesforceOpportunitySchema, SalesforceUserInfoSchema, SoqlQueryResultSchema, } from './salesforce.schema.js';
3
+ export { isValidSalesforceId, to18CharId, formatSalesforceDate, toSalesforceDate, escapeSoql, buildSoqlQuery, enhanceSalesforceErrorMessage, buildApiUrl, getSalesforceApiVersion, } from './salesforce.utils.js';
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/salesforce/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EACL,sBAAsB,EACtB,sBAAsB,EACtB,uBAAuB,EACvB,uBAAuB,EACvB,oBAAoB,EACpB,2BAA2B,EAC3B,wBAAwB,EACxB,qBAAqB,GAItB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,mBAAmB,EACnB,UAAU,EACV,oBAAoB,EACpB,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,6BAA6B,EAC7B,WAAW,EACX,uBAAuB,GACxB,MAAM,uBAAuB,CAAC"}