@salutejs/client
Advanced tools
Comparing version 1.0.1--canary.7.efe2718176c8b5d72d8e6189f8cb1f36a9d4dcf0.0 to 1.0.1--canary.8.e8ecbf24672b1fd99172d8201bfc36fb4ba3f1e0.0
@@ -21,3 +21,3 @@ import { SystemMessageDataType, OriginalMessageType, AppInfo } from '../../typings'; | ||
messageName?: string | undefined; | ||
}, last: boolean) => void) => Promise<void>; | ||
}, last: boolean) => void, last?: boolean) => Promise<void>; | ||
sendOpenAssistant: ({ isFirstSession }?: { | ||
@@ -24,0 +24,0 @@ isFirstSession: boolean; |
@@ -12,6 +12,16 @@ import { createClient } from '../client/client'; | ||
destroy: () => void; | ||
change: (newSettings: { | ||
disableDubbing?: boolean | undefined; | ||
disableListening?: boolean | undefined; | ||
}) => void; | ||
change: (nextSettings: Partial<Pick<{ | ||
change: (setts: Partial<{ | ||
disableDubbing: boolean; | ||
disableListening: boolean; | ||
}>) => void; | ||
startAutoApplying: (voicePlayer?: { | ||
append: (data: Uint8Array, trackId: string, last?: boolean) => void; | ||
setActive(value: boolean): void; | ||
on: <K extends "play" | "end">(event: K, cb: import("./player/voicePlayer").EventsType[K]) => () => void; | ||
stop: () => void; | ||
} | undefined) => () => void; | ||
readonly disableDubbing: boolean; | ||
readonly disableListening: boolean; | ||
}, "disableDubbing" | "disableListening">>) => void; | ||
listen: ({ begin }?: { | ||
@@ -18,0 +28,0 @@ begin?: ArrayBuffer[] | undefined; |
import './typings-4aa98dc6.js'; | ||
export { c as createAssistant } from './assistant-006fa3bb.js'; | ||
export { c as createAssistant } from './assistant-1140b650.js'; |
@@ -428,3 +428,3 @@ import { c as createNanoEvents, _ as __spreadArrays, a as __rest, b as __assign, p as proto } from './typings-4aa98dc6.js'; | ||
// eslint-disable-next-line no-underscore-dangle | ||
window.__ASSISTANT_CLIENT__ = { version: '1.0.1--canary.7.efe2718176c8b5d72d8e6189f8cb1f36a9d4dcf0.0' }; | ||
window.__ASSISTANT_CLIENT__ = { version: '1.0.1--canary.8.e8ecbf24672b1fd99172d8201bfc36fb4ba3f1e0.0' }; | ||
} | ||
@@ -431,0 +431,0 @@ |
import { p as proto } from './typings-4aa98dc6.js'; | ||
export { M as MessageNames, V as VpsVersion } from './typings-4aa98dc6.js'; | ||
export { createAssistant } from './createAssistant.js'; | ||
export { c as createAssistantClient, b as createNavigatorAudioProvider } from './assistant-006fa3bb.js'; | ||
export { c as createAssistantClient, b as createNavigatorAudioProvider } from './assistant-1140b650.js'; | ||
import 'react'; | ||
@@ -6,0 +6,0 @@ import 'react-dom'; |
{ | ||
"name": "@salutejs/client", | ||
"version": "1.0.1--canary.7.efe2718176c8b5d72d8e6189f8cb1f36a9d4dcf0.0", | ||
"version": "1.0.1--canary.8.e8ecbf24672b1fd99172d8201bfc36fb4ba3f1e0.0", | ||
"description": "Модуль взаимодействия с виртуальным ассистентом", | ||
"author": "Salute Frontend Team <salute.developers@gmail.com>", | ||
"main": "dist/index.js", | ||
@@ -6,0 +7,0 @@ "module": "esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
1880470
0
32711
1