@meetelise/chat 1.22.65 → 1.22.67
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/README.md +1 -1
- package/package.json +1 -1
- package/public/demo/index.html +2 -2
- package/public/dist/index.js +36 -32
- package/src/WebComponent/Scheduler/tour-scheduler.ts +20 -3
- package/src/WebComponent/launcher/Launcher.ts +6 -0
- package/src/WebComponent/me-chat.ts +4 -0
- package/src/fetchBuildingInfo.ts +6 -0
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ Example usage with an `<a>` tag would be:
|
|
|
56
56
|
While an example with a `<button>` tag would be
|
|
57
57
|
|
|
58
58
|
```html
|
|
59
|
-
<button onclick="window.eliseAi.
|
|
59
|
+
<button onclick="window.eliseAi.onOpenSST()">Open SST</button>
|
|
60
60
|
```
|
|
61
61
|
|
|
62
62
|
### Rentgrata Integration
|
package/package.json
CHANGED
package/public/demo/index.html
CHANGED
|
@@ -177,8 +177,8 @@
|
|
|
177
177
|
// organization: "conam",
|
|
178
178
|
// building: "b912c9ee-61f8-11ed-bbed-07208d4c2146",
|
|
179
179
|
|
|
180
|
-
organization: "
|
|
181
|
-
building: "
|
|
180
|
+
organization: "e357e665-8152-494b-8059-5243cf7c4d7b",
|
|
181
|
+
building: "c4d23fee-17c3-11ef-a8f9-2793b21baae2",
|
|
182
182
|
|
|
183
183
|
// organization: "lincoln",
|
|
184
184
|
// building: "8c47ac2a-0485-11ed-ad73-e74957fe3493",
|