@supyagent/sdk 0.1.22 → 0.1.23
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.
- package/dist/react.cjs +4 -0
- package/dist/react.cjs.map +1 -1
- package/dist/react.d.cts +11 -1
- package/dist/react.d.ts +11 -1
- package/dist/react.js +2 -0
- package/package.json +1 -1
package/dist/react.cjs
CHANGED
|
@@ -32,6 +32,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
32
32
|
var react_exports = {};
|
|
33
33
|
__export(react_exports, {
|
|
34
34
|
BrevoFormatter: () => BrevoFormatter,
|
|
35
|
+
BrowserFormatter: () => BrowserFormatter,
|
|
35
36
|
CalendarEventFormatter: () => CalendarEventFormatter,
|
|
36
37
|
CalendlyFormatter: () => CalendlyFormatter,
|
|
37
38
|
CollapsibleResult: () => CollapsibleResult,
|
|
@@ -65,6 +66,7 @@ __export(react_exports, {
|
|
|
65
66
|
ToolInput: () => ToolInput,
|
|
66
67
|
TwilioFormatter: () => TwilioFormatter,
|
|
67
68
|
TwitterFormatter: () => TwitterFormatter,
|
|
69
|
+
WhatsAppFormatter: () => WhatsAppFormatter,
|
|
68
70
|
extractArgs: () => extractArgs,
|
|
69
71
|
extractResult: () => extractResult,
|
|
70
72
|
extractState: () => extractState,
|
|
@@ -3607,6 +3609,7 @@ function SupyagentToolCall({ part }) {
|
|
|
3607
3609
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3608
3610
|
0 && (module.exports = {
|
|
3609
3611
|
BrevoFormatter,
|
|
3612
|
+
BrowserFormatter,
|
|
3610
3613
|
CalendarEventFormatter,
|
|
3611
3614
|
CalendlyFormatter,
|
|
3612
3615
|
CollapsibleResult,
|
|
@@ -3640,6 +3643,7 @@ function SupyagentToolCall({ part }) {
|
|
|
3640
3643
|
ToolInput,
|
|
3641
3644
|
TwilioFormatter,
|
|
3642
3645
|
TwitterFormatter,
|
|
3646
|
+
WhatsAppFormatter,
|
|
3643
3647
|
extractArgs,
|
|
3644
3648
|
extractResult,
|
|
3645
3649
|
extractState,
|