@bubblelab/bubble-core 0.1.268 → 0.1.269

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 (154) hide show
  1. package/dist/bubble-bundle.d.ts +127 -127
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  5. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  12. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  14. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  16. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  17. package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
  18. package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
  21. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +6 -6
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  23. package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
  24. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/discord/discord.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
  32. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  33. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  34. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  35. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  36. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  38. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
  39. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  40. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  41. package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
  42. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  43. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  44. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
  45. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  46. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
  47. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  48. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  49. package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
  50. package/dist/bubbles/service-bubble/snowflake/snowflake.d.ts +4 -4
  51. package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
  52. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  53. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  54. package/dist/bubbles/service-bubble/xero/xero.d.ts +2 -2
  55. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  56. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  57. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  58. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  59. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  61. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  64. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +384 -384
  65. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
  66. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  67. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  68. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  69. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  70. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  71. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  76. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  77. package/dist/bubbles.json +1 -1
  78. package/package.json +2 -2
  79. package/dist/bubble-trigger/index.d.ts +0 -2
  80. package/dist/bubble-trigger/index.d.ts.map +0 -1
  81. package/dist/bubble-trigger/index.js +0 -2
  82. package/dist/bubble-trigger/index.js.map +0 -1
  83. package/dist/bubble-trigger/types.d.ts +0 -87
  84. package/dist/bubble-trigger/types.d.ts.map +0 -1
  85. package/dist/bubble-trigger/types.js +0 -14
  86. package/dist/bubble-trigger/types.js.map +0 -1
  87. package/dist/bubbles/service-bubble/docusign/docusign.d.ts +0 -1101
  88. package/dist/bubbles/service-bubble/docusign/docusign.d.ts.map +0 -1
  89. package/dist/bubbles/service-bubble/docusign/docusign.js +0 -730
  90. package/dist/bubbles/service-bubble/docusign/docusign.js.map +0 -1
  91. package/dist/bubbles/service-bubble/docusign/docusign.schema.d.ts +0 -1035
  92. package/dist/bubbles/service-bubble/docusign/docusign.schema.d.ts.map +0 -1
  93. package/dist/bubbles/service-bubble/docusign/docusign.schema.js +0 -304
  94. package/dist/bubbles/service-bubble/docusign/docusign.schema.js.map +0 -1
  95. package/dist/bubbles/service-bubble/docusign/index.d.ts +0 -4
  96. package/dist/bubbles/service-bubble/docusign/index.d.ts.map +0 -1
  97. package/dist/bubbles/service-bubble/docusign/index.js +0 -3
  98. package/dist/bubbles/service-bubble/docusign/index.js.map +0 -1
  99. package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
  100. package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
  101. package/dist/bubbles/service-bubble/google-sheets.js +0 -904
  102. package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
  103. package/dist/bubbles/service-bubble/looker/index.d.ts +0 -3
  104. package/dist/bubbles/service-bubble/looker/index.d.ts.map +0 -1
  105. package/dist/bubbles/service-bubble/looker/index.js +0 -3
  106. package/dist/bubbles/service-bubble/looker/index.js.map +0 -1
  107. package/dist/bubbles/service-bubble/looker/looker.d.ts +0 -768
  108. package/dist/bubbles/service-bubble/looker/looker.d.ts.map +0 -1
  109. package/dist/bubbles/service-bubble/looker/looker.js +0 -319
  110. package/dist/bubbles/service-bubble/looker/looker.js.map +0 -1
  111. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts +0 -735
  112. package/dist/bubbles/service-bubble/looker/looker.schema.d.ts.map +0 -1
  113. package/dist/bubbles/service-bubble/looker/looker.schema.js +0 -264
  114. package/dist/bubbles/service-bubble/looker/looker.schema.js.map +0 -1
  115. package/dist/bubbles/service-bubble/pylon/index.d.ts +0 -3
  116. package/dist/bubbles/service-bubble/pylon/index.d.ts.map +0 -1
  117. package/dist/bubbles/service-bubble/pylon/index.js +0 -3
  118. package/dist/bubbles/service-bubble/pylon/index.js.map +0 -1
  119. package/dist/bubbles/service-bubble/pylon/pylon.d.ts +0 -435
  120. package/dist/bubbles/service-bubble/pylon/pylon.d.ts.map +0 -1
  121. package/dist/bubbles/service-bubble/pylon/pylon.js +0 -375
  122. package/dist/bubbles/service-bubble/pylon/pylon.js.map +0 -1
  123. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts +0 -408
  124. package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts.map +0 -1
  125. package/dist/bubbles/service-bubble/pylon/pylon.schema.js +0 -249
  126. package/dist/bubbles/service-bubble/pylon/pylon.schema.js.map +0 -1
  127. package/dist/bubbles/service-bubble/slack.d.ts +0 -5869
  128. package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
  129. package/dist/bubbles/service-bubble/slack.js +0 -1536
  130. package/dist/bubbles/service-bubble/slack.js.map +0 -1
  131. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +0 -3
  132. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +0 -1
  133. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +0 -3
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +0 -1
  135. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +0 -160
  136. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +0 -1
  137. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +0 -706
  138. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +0 -1
  139. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +0 -93
  140. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +0 -1
  141. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +0 -50
  142. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +0 -1
  143. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts +0 -114
  144. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +0 -1
  145. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +0 -777
  146. package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +0 -1
  147. package/dist/types/ai-models.d.ts +0 -4
  148. package/dist/types/ai-models.d.ts.map +0 -1
  149. package/dist/types/ai-models.js +0 -16
  150. package/dist/types/ai-models.js.map +0 -1
  151. package/dist/utils/param-helper.d.ts +0 -2
  152. package/dist/utils/param-helper.d.ts.map +0 -1
  153. package/dist/utils/param-helper.js +0 -5
  154. package/dist/utils/param-helper.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"docusign.schema.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/docusign/docusign.schema.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAG3D,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkL/B,CAAC;AAGH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkI/B,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACnE,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACnE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
@@ -1,304 +0,0 @@
1
- import { z } from 'zod';
2
- import { CredentialType } from '@bubblelab/shared-schemas';
3
- // Define the parameters schema for DocuSign operations
4
- export const DocuSignParamsSchema = z.discriminatedUnion('operation', [
5
- // Create and send envelope
6
- z.object({
7
- operation: z.literal('create_envelope').describe('Create and send a DocuSign envelope for signing'),
8
- email_subject: z.string().min(1).describe('Subject line for the envelope email'),
9
- documents: z.array(z.object({
10
- name: z.string().describe('Document file name (e.g., "Agreement.pdf")'),
11
- file_extension: z.string().optional().default('pdf').describe('File extension (pdf, docx, etc.)'),
12
- document_base64: z.string().describe('Base64-encoded document content'),
13
- document_id: z.string().optional().default('1').describe('Unique document identifier within the envelope'),
14
- })).min(1).describe('Documents to include in the envelope'),
15
- signers: z.array(z.object({
16
- email: z.string().email().describe('Signer email address'),
17
- name: z.string().describe('Signer full name'),
18
- recipient_id: z.string().optional().describe('Unique recipient identifier (auto-assigned if omitted)'),
19
- routing_order: z.string().optional().default('1').describe('Order in which signers receive the envelope'),
20
- tabs: z.object({
21
- sign_here: z.array(z.object({
22
- document_id: z.string().optional().default('1').describe('Document to place the tab on'),
23
- page_number: z.string().optional().default('1').describe('Page number for the tab'),
24
- x_position: z.string().optional().default('100').describe('X position on the page'),
25
- y_position: z.string().optional().default('100').describe('Y position on the page'),
26
- })).optional().describe('Signature tab placements'),
27
- date_signed: z.array(z.object({
28
- document_id: z.string().optional().default('1').describe('Document to place the tab on'),
29
- page_number: z.string().optional().default('1').describe('Page number for the tab'),
30
- x_position: z.string().optional().default('200').describe('X position on the page'),
31
- y_position: z.string().optional().default('100').describe('Y position on the page'),
32
- })).optional().describe('Date signed tab placements'),
33
- text: z.array(z.object({
34
- document_id: z.string().optional().default('1').describe('Document to place the tab on'),
35
- page_number: z.string().optional().default('1').describe('Page number for the tab'),
36
- x_position: z.string().describe('X position on the page'),
37
- y_position: z.string().describe('Y position on the page'),
38
- tab_label: z.string().describe('Label for the text tab'),
39
- value: z.string().optional().describe('Pre-filled value for the text tab'),
40
- required: z.string().optional().default('true').describe('Whether the tab is required'),
41
- })).optional().describe('Text input tab placements'),
42
- }).optional().describe('Tab placements for this signer'),
43
- })).min(1).describe('Signers who need to sign the envelope'),
44
- cc_recipients: z.array(z.object({
45
- email: z.string().email().describe('CC recipient email address'),
46
- name: z.string().describe('CC recipient full name'),
47
- recipient_id: z.string().optional().describe('Unique recipient identifier'),
48
- routing_order: z.string().optional().default('1').describe('Routing order'),
49
- })).optional().describe('CC recipients who receive a copy but do not sign'),
50
- email_body: z.string().optional().describe('Custom email body message for the envelope'),
51
- status: z.enum(['sent', 'created']).optional().default('sent').describe('Envelope status: "sent" to send immediately, "created" to save as draft'),
52
- reminder_enabled: z.boolean().optional().describe('Enable automatic reminders'),
53
- reminder_delay: z.string().optional().describe('Days before first reminder is sent'),
54
- reminder_frequency: z.string().optional().describe('Days between subsequent reminders'),
55
- expire_enabled: z.boolean().optional().describe('Enable envelope expiration'),
56
- expire_after: z.string().optional().describe('Days until envelope expires'),
57
- expire_warn: z.string().optional().describe('Days before expiration to send warning'),
58
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
59
- }),
60
- // Create envelope from template
61
- z.object({
62
- operation: z.literal('create_envelope_from_template').describe('Create and send an envelope using a DocuSign template'),
63
- template_id: z.string().min(1).describe('DocuSign template ID to use'),
64
- email_subject: z.string().optional().describe('Override the template email subject'),
65
- email_body: z.string().optional().describe('Override the template email body'),
66
- signers: z.array(z.object({
67
- email: z.string().email().describe('Signer email address'),
68
- name: z.string().describe('Signer full name'),
69
- role_name: z.string().describe('Template role name to assign this signer to'),
70
- recipient_id: z.string().optional().describe('Unique recipient identifier'),
71
- })).min(1).describe('Signers mapped to template roles'),
72
- cc_recipients: z.array(z.object({
73
- email: z.string().email().describe('CC recipient email address'),
74
- name: z.string().describe('CC recipient full name'),
75
- role_name: z.string().describe('Template role name for this CC recipient'),
76
- recipient_id: z.string().optional().describe('Unique recipient identifier'),
77
- })).optional().describe('CC recipients mapped to template roles'),
78
- status: z.enum(['sent', 'created']).optional().default('sent').describe('Envelope status'),
79
- template_data: z.record(z.string()).optional().describe('Key-value pairs to pre-fill template fields (tab labels to values)'),
80
- reminder_enabled: z.boolean().optional().describe('Enable automatic reminders'),
81
- reminder_delay: z.string().optional().describe('Days before first reminder'),
82
- reminder_frequency: z.string().optional().describe('Days between subsequent reminders'),
83
- expire_enabled: z.boolean().optional().describe('Enable envelope expiration'),
84
- expire_after: z.string().optional().describe('Days until envelope expires'),
85
- expire_warn: z.string().optional().describe('Days before expiration to warn'),
86
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
87
- }),
88
- // Get envelope status
89
- z.object({
90
- operation: z.literal('get_envelope').describe('Get the status and details of an envelope'),
91
- envelope_id: z.string().min(1).describe('DocuSign envelope ID'),
92
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
93
- }),
94
- // List envelopes
95
- z.object({
96
- operation: z.literal('list_envelopes').describe('List envelopes with optional filters'),
97
- from_date: z.string().optional().describe('Start date for filtering (ISO 8601 format, e.g., "2024-01-01T00:00:00Z"). Defaults to 30 days ago.'),
98
- to_date: z.string().optional().describe('End date for filtering (ISO 8601 format)'),
99
- status: z.string().optional().describe('Filter by status: "sent", "completed", "declined", "voided", "created". Comma-separate for multiple.'),
100
- search_text: z.string().optional().describe('Search text to filter envelopes (searches subject, recipient names/emails)'),
101
- count: z.string().optional().default('25').describe('Number of envelopes to return (max 100)'),
102
- start_position: z.string().optional().describe('Starting position for pagination'),
103
- order_by: z.string().optional().describe('Field to order by (e.g., "last_modified", "created")'),
104
- order: z.enum(['asc', 'desc']).optional().default('desc').describe('Sort order'),
105
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
106
- }),
107
- // Get recipients
108
- z.object({
109
- operation: z.literal('get_recipients').describe('Get the recipient status details for an envelope'),
110
- envelope_id: z.string().min(1).describe('DocuSign envelope ID'),
111
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
112
- }),
113
- // List templates
114
- z.object({
115
- operation: z.literal('list_templates').describe('List available DocuSign templates'),
116
- search_text: z.string().optional().describe('Search text to filter templates by name'),
117
- count: z.string().optional().default('25').describe('Number of templates to return'),
118
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
119
- }),
120
- // Download document
121
- z.object({
122
- operation: z.literal('download_document').describe('Download a document from a completed envelope'),
123
- envelope_id: z.string().min(1).describe('DocuSign envelope ID'),
124
- document_id: z.string().optional().default('combined').describe('Document ID to download, or "combined" for all documents merged, or "certificate" for the certificate of completion'),
125
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
126
- }),
127
- // Void envelope
128
- z.object({
129
- operation: z.literal('void_envelope').describe('Void an in-progress envelope to cancel it'),
130
- envelope_id: z.string().min(1).describe('DocuSign envelope ID to void'),
131
- void_reason: z.string().min(1).describe('Reason for voiding the envelope'),
132
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
133
- }),
134
- // Resend envelope
135
- z.object({
136
- operation: z.literal('resend_envelope').describe('Resend notifications to recipients who have not yet signed'),
137
- envelope_id: z.string().min(1).describe('DocuSign envelope ID to resend'),
138
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
139
- }),
140
- // Bulk send from template
141
- z.object({
142
- operation: z.literal('bulk_send_from_template').describe('Create and send one envelope per recipient using a DocuSign template'),
143
- template_id: z.string().min(1).describe('DocuSign template ID to use'),
144
- recipients: z.array(z.object({
145
- email: z.string().email().describe('Recipient email address'),
146
- name: z.string().describe('Recipient full name'),
147
- role_name: z.string().describe('Template role name to assign this recipient to'),
148
- })).min(1).describe('Array of recipients — one envelope is created per recipient'),
149
- email_subject: z.string().optional().describe('Override the template email subject'),
150
- email_body: z.string().optional().describe('Override the template email body'),
151
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
152
- }),
153
- // Get embedded signing URL
154
- z.object({
155
- operation: z.literal('get_signing_url').describe('Generate an embedded signing URL for a recipient'),
156
- envelope_id: z.string().min(1).describe('DocuSign envelope ID'),
157
- signer_email: z.string().email().describe('Email of the signer who will use the embedded signing session'),
158
- signer_name: z.string().describe('Full name of the signer'),
159
- return_url: z.string().describe('URL to redirect the signer to after signing is complete'),
160
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
161
- }),
162
- // Correct recipient
163
- z.object({
164
- operation: z.literal('correct_recipient').describe('Update a recipient email or name on an in-progress envelope'),
165
- envelope_id: z.string().min(1).describe('DocuSign envelope ID'),
166
- old_email: z.string().email().describe('Current email of the recipient to update (used to find recipientId)'),
167
- new_email: z.string().email().describe('New email address for the recipient'),
168
- new_name: z.string().optional().describe('New name for the recipient (keeps existing name if omitted)'),
169
- credentials: z.record(z.nativeEnum(CredentialType), z.string()).optional().describe('Object mapping credential types to values (injected at runtime)'),
170
- }),
171
- ]);
172
- // Result schemas
173
- export const DocuSignResultSchema = z.discriminatedUnion('operation', [
174
- z.object({
175
- operation: z.literal('create_envelope'),
176
- success: z.boolean().describe('Whether the operation was successful'),
177
- envelope_id: z.string().optional().describe('Created envelope ID'),
178
- status: z.string().optional().describe('Envelope status'),
179
- status_date_time: z.string().optional().describe('Status timestamp'),
180
- uri: z.string().optional().describe('Envelope URI'),
181
- error: z.string().describe('Error message if operation failed'),
182
- }),
183
- z.object({
184
- operation: z.literal('create_envelope_from_template'),
185
- success: z.boolean().describe('Whether the operation was successful'),
186
- envelope_id: z.string().optional().describe('Created envelope ID'),
187
- status: z.string().optional().describe('Envelope status'),
188
- status_date_time: z.string().optional().describe('Status timestamp'),
189
- uri: z.string().optional().describe('Envelope URI'),
190
- error: z.string().describe('Error message if operation failed'),
191
- }),
192
- z.object({
193
- operation: z.literal('get_envelope'),
194
- success: z.boolean().describe('Whether the operation was successful'),
195
- envelope_id: z.string().optional().describe('Envelope ID'),
196
- status: z.string().optional().describe('Current envelope status'),
197
- email_subject: z.string().optional().describe('Envelope email subject'),
198
- sent_date_time: z.string().optional().describe('When the envelope was sent'),
199
- completed_date_time: z.string().optional().describe('When signing was completed'),
200
- declined_date_time: z.string().optional().describe('When the envelope was declined'),
201
- voided_date_time: z.string().optional().describe('When the envelope was voided'),
202
- status_changed_date_time: z.string().optional().describe('When status last changed'),
203
- error: z.string().describe('Error message if operation failed'),
204
- }),
205
- z.object({
206
- operation: z.literal('list_envelopes'),
207
- success: z.boolean().describe('Whether the operation was successful'),
208
- envelopes: z.array(z.object({
209
- envelope_id: z.string().describe('Envelope ID'),
210
- status: z.string().describe('Envelope status'),
211
- email_subject: z.string().optional().describe('Email subject'),
212
- sent_date_time: z.string().optional().describe('When sent'),
213
- completed_date_time: z.string().optional().describe('When completed'),
214
- status_changed_date_time: z.string().optional().describe('Last status change'),
215
- })).optional().describe('List of envelopes'),
216
- result_set_size: z.string().optional().describe('Number of results returned'),
217
- total_set_size: z.string().optional().describe('Total matching envelopes'),
218
- next_uri: z.string().optional().describe('URI for next page of results'),
219
- error: z.string().describe('Error message if operation failed'),
220
- }),
221
- z.object({
222
- operation: z.literal('get_recipients'),
223
- success: z.boolean().describe('Whether the operation was successful'),
224
- signers: z.array(z.object({
225
- email: z.string().describe('Signer email'),
226
- name: z.string().describe('Signer name'),
227
- status: z.string().describe('Signer status (sent, delivered, completed, declined, etc.)'),
228
- signed_date_time: z.string().optional().describe('When the signer signed'),
229
- delivered_date_time: z.string().optional().describe('When delivered to signer'),
230
- declined_date_time: z.string().optional().describe('When the signer declined'),
231
- decline_reason: z.string().optional().describe('Reason for declining'),
232
- recipient_id: z.string().optional().describe('Recipient ID'),
233
- routing_order: z.string().optional().describe('Routing order'),
234
- })).optional().describe('List of signers and their statuses'),
235
- cc_recipients: z.array(z.object({
236
- email: z.string().describe('CC recipient email'),
237
- name: z.string().describe('CC recipient name'),
238
- status: z.string().describe('Delivery status'),
239
- recipient_id: z.string().optional().describe('Recipient ID'),
240
- })).optional().describe('List of CC recipients'),
241
- error: z.string().describe('Error message if operation failed'),
242
- }),
243
- z.object({
244
- operation: z.literal('list_templates'),
245
- success: z.boolean().describe('Whether the operation was successful'),
246
- templates: z.array(z.object({
247
- template_id: z.string().describe('Template ID'),
248
- name: z.string().describe('Template name'),
249
- description: z.string().optional().describe('Template description'),
250
- created: z.string().optional().describe('When the template was created'),
251
- last_modified: z.string().optional().describe('When last modified'),
252
- })).optional().describe('List of templates'),
253
- result_set_size: z.string().optional().describe('Number of results returned'),
254
- total_set_size: z.string().optional().describe('Total matching templates'),
255
- error: z.string().describe('Error message if operation failed'),
256
- }),
257
- z.object({
258
- operation: z.literal('download_document'),
259
- success: z.boolean().describe('Whether the operation was successful'),
260
- document_base64: z.string().optional().describe('Base64-encoded document content'),
261
- document_name: z.string().optional().describe('Document file name'),
262
- error: z.string().describe('Error message if operation failed'),
263
- }),
264
- z.object({
265
- operation: z.literal('void_envelope'),
266
- success: z.boolean().describe('Whether the operation was successful'),
267
- envelope_id: z.string().optional().describe('Voided envelope ID'),
268
- error: z.string().describe('Error message if operation failed'),
269
- }),
270
- z.object({
271
- operation: z.literal('resend_envelope'),
272
- success: z.boolean().describe('Whether the operation was successful'),
273
- envelope_id: z.string().optional().describe('Resent envelope ID'),
274
- error: z.string().describe('Error message if operation failed'),
275
- }),
276
- z.object({
277
- operation: z.literal('bulk_send_from_template'),
278
- success: z.boolean().describe('Whether the operation was successful'),
279
- results: z.array(z.object({
280
- envelope_id: z.string().optional().describe('Created envelope ID'),
281
- status: z.string().optional().describe('Envelope status'),
282
- recipient_email: z.string().describe('Recipient email address'),
283
- error: z.string().optional().describe('Error message if this individual send failed'),
284
- })).optional().describe('Array of results, one per recipient'),
285
- total_sent: z.number().optional().describe('Number of envelopes successfully sent'),
286
- total_failed: z.number().optional().describe('Number of envelopes that failed'),
287
- error: z.string().describe('Error message if the entire operation failed'),
288
- }),
289
- z.object({
290
- operation: z.literal('get_signing_url'),
291
- success: z.boolean().describe('Whether the operation was successful'),
292
- signing_url: z.string().optional().describe('Embedded signing URL'),
293
- error: z.string().describe('Error message if operation failed'),
294
- }),
295
- z.object({
296
- operation: z.literal('correct_recipient'),
297
- success: z.boolean().describe('Whether the operation was successful'),
298
- envelope_id: z.string().optional().describe('Envelope ID'),
299
- old_email: z.string().optional().describe('Previous recipient email'),
300
- new_email: z.string().optional().describe('Updated recipient email'),
301
- error: z.string().describe('Error message if operation failed'),
302
- }),
303
- ]);
304
- //# sourceMappingURL=docusign.schema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"docusign.schema.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/docusign/docusign.schema.ts"],"names":[],"mappings":"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"}
@@ -1,4 +0,0 @@
1
- export { DocuSignBubble } from './docusign.js';
2
- export type { DocuSignParamsInput } from './docusign.schema.js';
3
- export { DocuSignParamsSchema, DocuSignResultSchema, type DocuSignParams, type DocuSignResult, } from './docusign.schema.js';
4
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/docusign/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAC/C,YAAY,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,EACL,oBAAoB,EACpB,oBAAoB,EACpB,KAAK,cAAc,EACnB,KAAK,cAAc,GACpB,MAAM,sBAAsB,CAAC"}
@@ -1,3 +0,0 @@
1
- export { DocuSignBubble } from './docusign.js';
2
- export { DocuSignParamsSchema, DocuSignResultSchema, } from './docusign.schema.js';
3
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/bubbles/service-bubble/docusign/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,EACL,oBAAoB,EACpB,oBAAoB,GAGrB,MAAM,sBAAsB,CAAC"}