@meetelise/chat 1.20.183 → 1.20.185

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.20.183",
3
+ "version": "1.20.185",
4
4
  "description": "",
5
5
  "main": "public/dist/index.js",
6
6
  "type": "module",
@@ -117,62 +117,62 @@
117
117
  <!-- Webpack dev server will serve the bundle, index.js, at the path '/' -->
118
118
  <script type="module" async>
119
119
  import MEChat from "/index.js";
120
- MEChat.start({
121
- // 123 Main Street
122
- // organization: "test-company",
123
- // building: "e2e-test-yardi-building",
120
+ // MEChat.start({
121
+ // // 123 Main Street
122
+ // // organization: "test-company",
123
+ // // building: "e2e-test-yardi-building",
124
124
 
125
- // organization: "edward-rose",
126
- // building: "rivers-edge-apartments",
127
- // // mobileStyles: {
128
- // // bottom: "100px",
129
- // // },
125
+ // // organization: "edward-rose",
126
+ // // building: "rivers-edge-apartments",
127
+ // // // mobileStyles: {
128
+ // // // bottom: "100px",
129
+ // // // },
130
130
 
131
- // // organization: "mill-creek",
132
- // // building: "5ec32c42-2548-11ec-b813-e361780537f5",
131
+ // // // organization: "mill-creek",
132
+ // // // building: "5ec32c42-2548-11ec-b813-e361780537f5",
133
133
 
134
- // // organization: "d1a1060d-3844-48d4-a454-1ba26292bc69",
135
- // // building: "25feb690-c76f-11ed-83b9-a7aa9698a486",
134
+ // // // organization: "d1a1060d-3844-48d4-a454-1ba26292bc69",
135
+ // // // building: "25feb690-c76f-11ed-83b9-a7aa9698a486",
136
136
 
137
- // // organization: "TT",
138
- // // building: "ffc97070-5c73-11ed-8507-77860136d3bf",
137
+ // // // organization: "TT",
138
+ // // // building: "ffc97070-5c73-11ed-8507-77860136d3bf",
139
139
 
140
- // // AMLI
141
- // organization: "amli",
142
- // building: "6e43581c-c4a4-11ec-a62b-9311f60f23f8",
140
+ // // // AMLI
141
+ // // organization: "amli",
142
+ // // building: "6e43581c-c4a4-11ec-a62b-9311f60f23f8",
143
143
 
144
- // // organization: "d1a1060d-3844-48d4-a454-1ba26292bc69",
145
- // // building: "25fead9e-c76f-11ed-83b2-7b1e7b442e9f",
144
+ // // // organization: "d1a1060d-3844-48d4-a454-1ba26292bc69",
145
+ // // // building: "25fead9e-c76f-11ed-83b2-7b1e7b442e9f",
146
146
 
147
- // // Taylor Street Apartments
148
- // // organization: "test-company",
149
- // // building: "e2e-test-yardi-building",
147
+ // // // Taylor Street Apartments
148
+ // // // organization: "test-company",
149
+ // // // building: "e2e-test-yardi-building",
150
150
 
151
- // // The Qual People
152
- // // organization: "Pacific Urban Residential",
153
- // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
151
+ // // // The Qual People
152
+ // // // organization: "Pacific Urban Residential",
153
+ // // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
154
154
 
155
- // // organization: "Pacific Urban Residential",
156
- // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
155
+ // // // organization: "Pacific Urban Residential",
156
+ // // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
157
157
 
158
- // // Cambridge House
159
- organization: "elise-ai",
160
- building: "the-cambridge-house-3",
158
+ // // // Cambridge House
159
+ // organization: "elise-ai",
160
+ // building: "the-cambridge-house-3",
161
161
 
162
- // // Artistry on 10th
163
- // // organization: "lindy",
164
- // // building: "c4cfc3ec-c4da-11ec-bda4-43aed00ca1b2",
162
+ // // // Artistry on 10th
163
+ // // // organization: "lindy",
164
+ // // // building: "c4cfc3ec-c4da-11ec-bda4-43aed00ca1b2",
165
165
 
166
- // // brandColor: "#a44ef5",
166
+ // // // brandColor: "#a44ef5",
167
167
 
168
- // // organization: "Pacific Urban Residential",
169
- // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
168
+ // // // organization: "Pacific Urban Residential",
169
+ // // // building: "1ac49f90-6150-11ed-b327-1b3f05e7b9db",
170
170
 
171
- // // organization: "sparrow",
172
- // // building: "8e87ae6e-eae8-11ed-aae8-fb82f4692a79",
173
- // });
174
- // MEChat.healthcareStart({
175
- // id: "6a9e65e5-9699-4c96-af75-1741d0df79aa",
171
+ // // // organization: "sparrow",
172
+ // // // building: "8e87ae6e-eae8-11ed-aae8-fb82f4692a79",
173
+ // // });
174
+ MEChat.healthcareStart({
175
+ id: "6a9e65e5-9699-4c96-af75-1741d0df79aa",
176
176
  });
177
177
  </script>
178
178
  <main>