Skip to content

Commit 9bd8463

Browse files
committed
Added AI bar.
1 parent 32fb5eb commit 9bd8463

17 files changed

Lines changed: 642 additions & 19 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

build/browser/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/browser/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cjs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/cjs/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/esm/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/esm/index.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Gleap.setFrameUrl("http://0.0.0.0:3001");
44
Gleap.setApiUrl("http://0.0.0.0:9000");
55
Gleap.setWSApiUrl("ws://0.0.0.0:9000");
66

7-
Gleap.initialize("H0fyJf8md5xrJn0W6ivHAlQeolIGFai1");
7+
Gleap.initialize("Crvd7gbxQl13gHQOK1kxmokkq1NRWlLc");
88

99
Gleap.identify("38473294732892", {
1010
name: "Luca",

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ export namespace Gleap {
4545
function clearCustomData(): void;
4646
function playSound(play: boolean): void;
4747
function destroy(): void;
48+
function showAIBar(): void;
49+
function hideAIBar(): void;
50+
function setAIBarQuickActions(quickActions: string[]): void;
4851
function isOpened(): boolean;
4952
function setApiUrl(apiUrl: string): void;
5053
function setWSApiUrl(wsApiUrl: string): void;

published/14.8.14/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)