@vellumai/plugin-api 0.10.12-dev.202607250047.75b9ec6 → 0.10.12-staging.1
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/index.d.ts +2827 -1373
- package/index.js +0 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -33,7 +33,6 @@ export const listConversations = api.listConversations;
|
|
|
33
33
|
export const listInstalledSkills = api.listInstalledSkills;
|
|
34
34
|
export const openTranscriptionSession = api.openTranscriptionSession;
|
|
35
35
|
export const parseMessageMetadata = api.parseMessageMetadata;
|
|
36
|
-
export const publishEvent = api.publishEvent;
|
|
37
36
|
export const quarantineRefusedExchanges = api.quarantineRefusedExchanges;
|
|
38
37
|
export const resolveCredential = api.resolveCredential;
|
|
39
38
|
export const resolveMediaSourceData = api.resolveMediaSourceData;
|
package/package.json
CHANGED