@plotday/twister 0.53.0 → 0.54.0
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/connector.d.ts +19 -4
- package/dist/connector.d.ts.map +1 -1
- package/dist/connector.js.map +1 -1
- package/dist/docs/assets/hierarchy.js +1 -1
- package/dist/docs/assets/navigation.js +1 -1
- package/dist/docs/assets/search.js +1 -1
- package/dist/docs/classes/index.Connector.html +25 -25
- package/dist/docs/classes/index.FileNotFoundError.html +1 -1
- package/dist/docs/classes/index.Files.html +2 -2
- package/dist/docs/classes/index.Imap.html +1 -1
- package/dist/docs/classes/index.Options.html +1 -1
- package/dist/docs/classes/index.Smtp.html +1 -1
- package/dist/docs/classes/tools_ai.AI.html +7 -5
- package/dist/docs/classes/tools_callbacks.Callbacks.html +1 -1
- package/dist/docs/classes/tools_integrations.Integrations.html +11 -11
- package/dist/docs/classes/tools_network.Network.html +1 -1
- package/dist/docs/classes/tools_plot.Plot.html +62 -56
- package/dist/docs/classes/tools_store.Store.html +1 -1
- package/dist/docs/classes/tools_tasks.Tasks.html +1 -1
- package/dist/docs/classes/tools_twists.Twists.html +2 -2
- package/dist/docs/classes/twist.Twist.html +3 -3
- package/dist/docs/enums/plot.ActionType.html +9 -9
- package/dist/docs/enums/plot.ActorType.html +4 -4
- package/dist/docs/enums/plot.ConferencingProvider.html +6 -6
- package/dist/docs/enums/plot.ThemeColor.html +1 -1
- package/dist/docs/enums/tools_ai.AIModel.html +2 -2
- package/dist/docs/enums/tools_integrations.AuthProvider.html +13 -13
- package/dist/docs/enums/{tools_plot.PriorityAccess.html → tools_plot.FocusAccess.html} +6 -6
- package/dist/docs/enums/tools_plot.ThreadAccess.html +1 -1
- package/dist/docs/hierarchy.html +1 -1
- package/dist/docs/interfaces/tools_ai.AIRequest.html +27 -11
- package/dist/docs/interfaces/tools_ai.AIResponse.html +9 -9
- package/dist/docs/interfaces/tools_ai.FilePart.html +5 -5
- package/dist/docs/interfaces/tools_ai.ImagePart.html +4 -4
- package/dist/docs/interfaces/tools_ai.ReasoningPart.html +4 -4
- package/dist/docs/interfaces/tools_ai.RedactedReasoningPart.html +3 -3
- package/dist/docs/interfaces/tools_ai.TextPart.html +3 -3
- package/dist/docs/interfaces/tools_ai.ToolCallPart.html +5 -5
- package/dist/docs/interfaces/tools_ai.ToolExecutionOptions.html +4 -4
- package/dist/docs/interfaces/tools_ai.ToolResultPart.html +5 -5
- package/dist/docs/media/AGENTS.md +1 -1
- package/dist/docs/modules/index.html +1 -1
- package/dist/docs/modules/plot.html +1 -1
- package/dist/docs/modules/tools_plot.html +1 -1
- package/dist/docs/types/index.CreateLinkDraft.html +14 -13
- package/dist/docs/types/index.ResolvedRecipient.html +13 -2
- package/dist/docs/types/index.Schedule.html +1 -1
- package/dist/docs/types/plot.Action.html +1 -1
- package/dist/docs/types/plot.Actor.html +5 -5
- package/dist/docs/types/plot.Contact.html +4 -4
- package/dist/docs/types/plot.ContentType.html +1 -1
- package/dist/docs/types/plot.Focus.html +18 -0
- package/dist/docs/types/plot.FocusUpdate.html +3 -0
- package/dist/docs/types/plot.Link.html +16 -16
- package/dist/docs/types/plot.LinkUpdate.html +1 -1
- package/dist/docs/types/plot.NewActor.html +1 -1
- package/dist/docs/types/plot.NewContact.html +1 -1
- package/dist/docs/types/plot.NewFocus.html +13 -0
- package/dist/docs/types/plot.NewLink.html +6 -6
- package/dist/docs/types/plot.NewLinkWithNotes.html +1 -1
- package/dist/docs/types/plot.NewNote.html +2 -2
- package/dist/docs/types/plot.NewReactions.html +1 -1
- package/dist/docs/types/plot.NewTags.html +1 -1
- package/dist/docs/types/plot.NewThread.html +4 -4
- package/dist/docs/types/plot.NewThreadWithNotes.html +1 -1
- package/dist/docs/types/plot.Note.html +2 -2
- package/dist/docs/types/plot.NoteUpdate.html +1 -1
- package/dist/docs/types/plot.PlanOperation.html +6 -6
- package/dist/docs/types/plot.Reaction.html +1 -1
- package/dist/docs/types/plot.Reactions.html +1 -1
- package/dist/docs/types/plot.Tags.html +1 -1
- package/dist/docs/types/plot.Thread.html +1 -1
- package/dist/docs/types/plot.ThreadAccessLevel.html +3 -3
- package/dist/docs/types/plot.ThreadCommon.html +6 -6
- package/dist/docs/types/plot.ThreadFilter.html +2 -2
- package/dist/docs/types/plot.ThreadMeta.html +1 -1
- package/dist/docs/types/plot.ThreadType.html +4 -4
- package/dist/docs/types/plot.ThreadUpdate.html +1 -1
- package/dist/docs/types/plot.ThreadWithNotes.html +1 -1
- package/dist/docs/types/tools_ai.AIAssistantMessage.html +2 -2
- package/dist/docs/types/tools_ai.AICapabilities.html +7 -3
- package/dist/docs/types/tools_ai.AIMessage.html +1 -1
- package/dist/docs/types/tools_ai.AIOptions.html +2 -2
- package/dist/docs/types/tools_ai.AISource.html +1 -1
- package/dist/docs/types/tools_ai.AISystemMessage.html +2 -2
- package/dist/docs/types/tools_ai.AITool.html +10 -9
- package/dist/docs/types/tools_ai.AIToolMessage.html +2 -2
- package/dist/docs/types/tools_ai.AIToolSet.html +1 -1
- package/dist/docs/types/tools_ai.AIUsage.html +5 -5
- package/dist/docs/types/tools_ai.AIUserMessage.html +2 -2
- package/dist/docs/types/tools_ai.DataContent.html +1 -1
- package/dist/docs/types/tools_ai.ModelPreferences.html +4 -4
- package/dist/docs/types/tools_integrations.ArchiveLinkFilter.html +5 -5
- package/dist/docs/types/tools_integrations.AuthToken.html +4 -4
- package/dist/docs/types/tools_integrations.Authorization.html +4 -4
- package/dist/docs/types/tools_integrations.ComposeConfig.html +4 -4
- package/dist/docs/types/tools_integrations.ContactRoleConfig.html +5 -5
- package/dist/docs/types/tools_integrations.LinkTypeConfig.html +14 -23
- package/dist/docs/types/tools_integrations.SyncContext.html +3 -3
- package/dist/docs/types/tools_plot.SearchOptions.html +5 -6
- package/dist/docs/types/tools_twists.TwistPermissions.html +1 -1
- package/dist/llm-docs/connector.d.ts +1 -1
- package/dist/llm-docs/connector.d.ts.map +1 -1
- package/dist/llm-docs/connector.js +1 -1
- package/dist/llm-docs/connector.js.map +1 -1
- package/dist/llm-docs/plot.d.ts +1 -1
- package/dist/llm-docs/plot.d.ts.map +1 -1
- package/dist/llm-docs/plot.js +1 -1
- package/dist/llm-docs/plot.js.map +1 -1
- package/dist/llm-docs/schedule.d.ts +1 -1
- package/dist/llm-docs/schedule.d.ts.map +1 -1
- package/dist/llm-docs/schedule.js +1 -1
- package/dist/llm-docs/schedule.js.map +1 -1
- package/dist/llm-docs/tools/ai.d.ts +1 -1
- package/dist/llm-docs/tools/ai.d.ts.map +1 -1
- package/dist/llm-docs/tools/ai.js +1 -1
- package/dist/llm-docs/tools/ai.js.map +1 -1
- package/dist/llm-docs/tools/files.d.ts +1 -1
- package/dist/llm-docs/tools/files.d.ts.map +1 -1
- package/dist/llm-docs/tools/files.js +1 -1
- package/dist/llm-docs/tools/files.js.map +1 -1
- package/dist/llm-docs/tools/integrations.d.ts +1 -1
- package/dist/llm-docs/tools/integrations.d.ts.map +1 -1
- package/dist/llm-docs/tools/integrations.js +1 -1
- package/dist/llm-docs/tools/integrations.js.map +1 -1
- package/dist/llm-docs/tools/plot.d.ts +1 -1
- package/dist/llm-docs/tools/plot.d.ts.map +1 -1
- package/dist/llm-docs/tools/plot.js +1 -1
- package/dist/llm-docs/tools/plot.js.map +1 -1
- package/dist/llm-docs/tools/twists.d.ts +1 -1
- package/dist/llm-docs/tools/twists.d.ts.map +1 -1
- package/dist/llm-docs/tools/twists.js +1 -1
- package/dist/llm-docs/tools/twists.js.map +1 -1
- package/dist/llm-docs/twist.d.ts +1 -1
- package/dist/llm-docs/twist.d.ts.map +1 -1
- package/dist/llm-docs/twist.js +1 -1
- package/dist/llm-docs/twist.js.map +1 -1
- package/dist/plot.d.ts +62 -82
- package/dist/plot.d.ts.map +1 -1
- package/dist/plot.js +1 -1
- package/dist/plot.js.map +1 -1
- package/dist/schedule.d.ts +1 -1
- package/dist/tools/ai.d.ts +46 -10
- package/dist/tools/ai.d.ts.map +1 -1
- package/dist/tools/ai.js.map +1 -1
- package/dist/tools/files.d.ts +1 -1
- package/dist/tools/integrations.d.ts +7 -23
- package/dist/tools/integrations.d.ts.map +1 -1
- package/dist/tools/integrations.js.map +1 -1
- package/dist/tools/plot.d.ts +66 -56
- package/dist/tools/plot.d.ts.map +1 -1
- package/dist/tools/plot.js +14 -14
- package/dist/tools/plot.js.map +1 -1
- package/dist/tools/twists.d.ts +2 -2
- package/dist/twist.d.ts +3 -3
- package/dist/twist.js +3 -3
- package/package.json +1 -1
- package/src/connector.ts +19 -4
- package/src/llm-docs/connector.ts +1 -1
- package/src/llm-docs/plot.ts +1 -1
- package/src/llm-docs/schedule.ts +1 -1
- package/src/llm-docs/tools/ai.ts +1 -1
- package/src/llm-docs/tools/files.ts +1 -1
- package/src/llm-docs/tools/integrations.ts +1 -1
- package/src/llm-docs/tools/plot.ts +1 -1
- package/src/llm-docs/tools/twists.ts +1 -1
- package/src/llm-docs/twist.ts +1 -1
- package/src/plot.ts +63 -72
- package/src/schedule.ts +1 -1
- package/src/tools/ai.ts +46 -10
- package/src/tools/files.ts +1 -1
- package/src/tools/integrations.ts +7 -23
- package/src/tools/plot.ts +69 -59
- package/src/tools/twists.ts +2 -2
- package/src/twist.ts +3 -3
- package/dist/docs/types/plot.NewPriority.html +0 -15
- package/dist/docs/types/plot.Priority.html +0 -15
- package/dist/docs/types/plot.PriorityUpdate.html +0 -5
package/dist/connector.d.ts
CHANGED
|
@@ -96,6 +96,20 @@ export type ResolvedRecipient = {
|
|
|
96
96
|
name: string | null;
|
|
97
97
|
/** Platform-specific account identifier pre-resolved at dispatch time (e.g. Slack `U…`, LinkedIn URN, Gmail email address) */
|
|
98
98
|
externalAccountId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The contact's role on the originating thread, resolved from
|
|
101
|
+
* `thread.contact_meta` against the link type's `contactRoles` (e.g.
|
|
102
|
+
* `"to"` / `"cc"` / `"bcc"` for Gmail). `null` when the contact had no
|
|
103
|
+
* explicit role entry — connectors should treat `null` as the link
|
|
104
|
+
* type's default role (the `contactRoles` entry marked `default: true`).
|
|
105
|
+
*
|
|
106
|
+
* Connectors that distinguish roles MUST honor this when addressing the
|
|
107
|
+
* recipient — e.g. Gmail must place `"cc"`/`"bcc"` recipients in the
|
|
108
|
+
* Cc/Bcc headers, never the To header, so BCC recipients are not
|
|
109
|
+
* exposed to the other recipients. Connectors that don't distinguish
|
|
110
|
+
* roles (Slack, Linear) can ignore it.
|
|
111
|
+
*/
|
|
112
|
+
role: string | null;
|
|
99
113
|
};
|
|
100
114
|
/**
|
|
101
115
|
* Fields captured in Plot when a user initiates creation of a new external
|
|
@@ -133,11 +147,12 @@ export type CreateLinkDraft = {
|
|
|
133
147
|
* `"contacts"` or `"addresses"`.
|
|
134
148
|
*
|
|
135
149
|
* Only populated for those link types; otherwise undefined. Each entry contains the Plot
|
|
136
|
-
* contact UUID
|
|
150
|
+
* contact UUID, the platform-specific account ID
|
|
137
151
|
* (`externalAccountId`) the connector should use to address the
|
|
138
|
-
* recipient without performing its own lookup
|
|
139
|
-
*
|
|
140
|
-
* `
|
|
152
|
+
* recipient without performing its own lookup, and the contact's
|
|
153
|
+
* `role` on the thread (e.g. `"to"` / `"cc"` / `"bcc"`) resolved from
|
|
154
|
+
* `thread.contact_meta`. For `"addresses"` link types, contacts without
|
|
155
|
+
* a connection-scoped row fall back to `contact.email`.
|
|
141
156
|
*/
|
|
142
157
|
recipients?: ResolvedRecipient[];
|
|
143
158
|
/**
|
package/dist/connector.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connector.d.ts","sourceRoot":"","sources":["../src/connector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,KAAK,EAAE,KAAK,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,gBAAgB,EAAE,KAAK,IAAI,EAAE,KAAK,MAAM,EAAE,KAAK,IAAI,EAAE,MAAM,QAAQ,CAAC;AACrI,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,EACL,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,OAAO,EACZ,KAAK,cAAc,EACnB,KAAK,WAAW,EACjB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAM,MAAM,oBAAoB,GAC5B;IAAE,IAAI,EAAE,cAAc,CAAC;IAAC,WAAW,CAAC,EAAE,WAAW,GAAG,MAAM,CAAA;CAAE,GAC5D;IAAE,IAAI,EAAE,gBAAgB,CAAC;IAAC,MAAM,CAAC,EAAE,SAAS,MAAM,EAAE,CAAA;CAAE,GACtD;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,SAAS,MAAM,EAAE,CAAA;CAAE,CAAC;AAElD;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;;;;;;;;;OAYG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF;;;;;;;;GAQG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,wBAAwB;IACxB,EAAE,EAAE,IAAI,CAAC;IACT,uCAAuC;IACvC,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,8HAA8H;IAC9H,iBAAiB,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"connector.d.ts","sourceRoot":"","sources":["../src/connector.ts"],"names":[],"mappings":"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"}
|
package/dist/connector.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connector.js","sourceRoot":"","sources":["../src/connector.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"connector.js","sourceRoot":"","sources":["../src/connector.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "eJyVk8FuwjAMht/FZy/DbUPa3tCkSVy2SXCb0NSVbFSEBDWZmIR49yktQ2EHkl16aD//n+M6R+iNcRbqV8qmWK0QevmhZOs6oy3UR6j8Qzc7CTUsD511gLDt9BpqykqEr15BDa1qrJX23nmADRjbuJ0CHD9BDc6u73zd3fgCod10at1LPahzWp0QKJsGtvnSGHXTZoxiA/U/WYWcBPJCoChyLHOOFU2wKjMkmggkyjkS5wJpyjmSyCZIQhRjh1fzSGkwob8TAifxd9A2Fm3fhnnbceA2QVKEktk8Lmg6NpvHg0WRB8EPjVLvTbtNOED7i7JLUdxW5jxcE+3kZ9+MCxsVdgHNwtK4tqJJoH2S7mD6bdyoR5CdCxI8ZRZ4XpS5feUGyV4Zxzwaj/c7HuQvnOllXGA9xgY4RXH1h5aNTdkF5zE2wAmKLKdw5YzWsnWmv6Xp9Fp+swuaIOE8HNVjp+TNc4yCAUsIn/KrNd41+3i2pxKiRRau6mLnEqI9lRItiiD6eR+9d2P6GYwJTqcf3oMc5A=="
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "
|
|
1
|
+
window.navigationData = "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"
|