Skip to content

Commit 0b905a1

Browse files
authored
Merge pull request #80 from GleapSDK/Added-AI-chatbar
v15.0.0
2 parents 32fb5eb + 47bc1e2 commit 0b905a1

25 files changed

+918
-72
lines changed

.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/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,7 @@
168168
<!-- Main content wireframe blocks -->
169169
<main class="main-placeholder" id="main1">
170170
<div style="max-width: 600px; margin: auto">
171-
<gleap-checklist
172-
checklistid="68872462bfc42d80c3838e3d"
173-
></gleap-checklist>
171+
<a href="https://www.google.com">asdjflöaksdjf</a>
174172
</div>
175173
</main>
176174

demo/main.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ 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");
8-
9-
Gleap.identify("38473294732892", {
10-
name: "Luca",
11-
email: "luca@gleap.io",
12-
});
7+
Gleap.initialize("GnhEkS8fdwxNVjyn3BnYwKzpCkiHgKWL");

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 showAiChatbar(): void;
49+
function hideAiChatbar(): void;
50+
function setAiChatbarQuickActions(quickActions: string[]): void;
4851
function isOpened(): boolean;
4952
function setApiUrl(apiUrl: string): void;
5053
function setWSApiUrl(wsApiUrl: string): void;

0 commit comments

Comments
 (0)