@unisphere/genie-types 1.22.0-tools.5 → 1.23.0

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/index.esm.js CHANGED
@@ -21,7 +21,7 @@ var globalThis_1 =
21
21
 
22
22
  var objectGetOwnPropertyDescriptor = {};
23
23
 
24
- var fails$a = function (exec) {
24
+ var fails$e = function (exec) {
25
25
  try {
26
26
  return !!exec();
27
27
  } catch (error) {
@@ -29,17 +29,17 @@ var fails$a = function (exec) {
29
29
  }
30
30
  };
31
31
 
32
- var fails$9 = fails$a;
32
+ var fails$d = fails$e;
33
33
 
34
34
  // Detect IE8's incomplete defineProperty implementation
35
- var descriptors = !fails$9(function () {
35
+ var descriptors = !fails$d(function () {
36
36
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
37
37
  return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] !== 7;
38
38
  });
39
39
 
40
- var fails$8 = fails$a;
40
+ var fails$c = fails$e;
41
41
 
42
- var functionBindNative = !fails$8(function () {
42
+ var functionBindNative = !fails$c(function () {
43
43
  // eslint-disable-next-line es/no-function-prototype-bind -- safe
44
44
  var test = (function () { /* empty */ }).bind();
45
45
  // eslint-disable-next-line no-prototype-builtins -- safe
@@ -48,10 +48,10 @@ var functionBindNative = !fails$8(function () {
48
48
 
49
49
  var NATIVE_BIND$1 = functionBindNative;
50
50
 
51
- var call$5 = Function.prototype.call;
51
+ var call$9 = Function.prototype.call;
52
52
  // eslint-disable-next-line es/no-function-prototype-bind -- safe
53
- var functionCall = NATIVE_BIND$1 ? call$5.bind(call$5) : function () {
54
- return call$5.apply(call$5, arguments);
53
+ var functionCall = NATIVE_BIND$1 ? call$9.bind(call$9) : function () {
54
+ return call$9.apply(call$9, arguments);
55
55
  };
56
56
 
57
57
  var objectPropertyIsEnumerable = {};
@@ -70,7 +70,7 @@ objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
70
70
  return !!descriptor && descriptor.enumerable;
71
71
  } : $propertyIsEnumerable;
72
72
 
73
- var createPropertyDescriptor$2 = function (bitmap, value) {
73
+ var createPropertyDescriptor$3 = function (bitmap, value) {
74
74
  return {
75
75
  enumerable: !(bitmap & 1),
76
76
  configurable: !(bitmap & 2),
@@ -82,40 +82,40 @@ var createPropertyDescriptor$2 = function (bitmap, value) {
82
82
  var NATIVE_BIND = functionBindNative;
83
83
 
84
84
  var FunctionPrototype$1 = Function.prototype;
85
- var call$4 = FunctionPrototype$1.call;
85
+ var call$8 = FunctionPrototype$1.call;
86
86
  // eslint-disable-next-line es/no-function-prototype-bind -- safe
87
- var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype$1.bind.bind(call$4, call$4);
87
+ var uncurryThisWithBind = NATIVE_BIND && FunctionPrototype$1.bind.bind(call$8, call$8);
88
88
 
89
89
  var functionUncurryThis = NATIVE_BIND ? uncurryThisWithBind : function (fn) {
90
90
  return function () {
91
- return call$4.apply(fn, arguments);
91
+ return call$8.apply(fn, arguments);
92
92
  };
93
93
  };
94
94
 
95
- var uncurryThis$9 = functionUncurryThis;
95
+ var uncurryThis$c = functionUncurryThis;
96
96
 
97
- var toString$1 = uncurryThis$9({}.toString);
98
- var stringSlice$1 = uncurryThis$9(''.slice);
97
+ var toString$1 = uncurryThis$c({}.toString);
98
+ var stringSlice$1 = uncurryThis$c(''.slice);
99
99
 
100
100
  var classofRaw = function (it) {
101
101
  return stringSlice$1(toString$1(it), 8, -1);
102
102
  };
103
103
 
104
- var uncurryThis$8 = functionUncurryThis;
105
- var fails$7 = fails$a;
104
+ var uncurryThis$b = functionUncurryThis;
105
+ var fails$b = fails$e;
106
106
  var classof = classofRaw;
107
107
 
108
- var $Object$2 = Object;
109
- var split = uncurryThis$8(''.split);
108
+ var $Object$3 = Object;
109
+ var split = uncurryThis$b(''.split);
110
110
 
111
111
  // fallback for non-array-like ES3 and non-enumerable old V8 strings
112
- var indexedObject = fails$7(function () {
112
+ var indexedObject = fails$b(function () {
113
113
  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
114
114
  // eslint-disable-next-line no-prototype-builtins -- safe
115
- return !$Object$2('z').propertyIsEnumerable(0);
115
+ return !$Object$3('z').propertyIsEnumerable(0);
116
116
  }) ? function (it) {
117
- return classof(it) === 'String' ? split(it, '') : $Object$2(it);
118
- } : $Object$2;
117
+ return classof(it) === 'String' ? split(it, '') : $Object$3(it);
118
+ } : $Object$3;
119
119
 
120
120
  // we can't use just `it == null` since of `document.all` special case
121
121
  // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot-aec
@@ -125,21 +125,21 @@ var isNullOrUndefined$2 = function (it) {
125
125
 
126
126
  var isNullOrUndefined$1 = isNullOrUndefined$2;
127
127
 
128
- var $TypeError$5 = TypeError;
128
+ var $TypeError$7 = TypeError;
129
129
 
130
130
  // `RequireObjectCoercible` abstract operation
131
131
  // https://tc39.es/ecma262/#sec-requireobjectcoercible
132
- var requireObjectCoercible$2 = function (it) {
133
- if (isNullOrUndefined$1(it)) throw new $TypeError$5("Can't call method on " + it);
132
+ var requireObjectCoercible$3 = function (it) {
133
+ if (isNullOrUndefined$1(it)) throw new $TypeError$7("Can't call method on " + it);
134
134
  return it;
135
135
  };
136
136
 
137
137
  // toObject with fallback for non-array-like ES3 strings
138
138
  var IndexedObject$1 = indexedObject;
139
- var requireObjectCoercible$1 = requireObjectCoercible$2;
139
+ var requireObjectCoercible$2 = requireObjectCoercible$3;
140
140
 
141
- var toIndexedObject$4 = function (it) {
142
- return IndexedObject$1(requireObjectCoercible$1(it));
141
+ var toIndexedObject$5 = function (it) {
142
+ return IndexedObject$1(requireObjectCoercible$2(it));
143
143
  };
144
144
 
145
145
  // https://tc39.es/ecma262/#sec-IsHTMLDDA-internal-slot
@@ -148,45 +148,45 @@ var documentAll = typeof document == 'object' && document.all;
148
148
  // `IsCallable` abstract operation
149
149
  // https://tc39.es/ecma262/#sec-iscallable
150
150
  // eslint-disable-next-line unicorn/no-typeof-undefined -- required for testing
151
- var isCallable$a = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
151
+ var isCallable$d = typeof documentAll == 'undefined' && documentAll !== undefined ? function (argument) {
152
152
  return typeof argument == 'function' || argument === documentAll;
153
153
  } : function (argument) {
154
154
  return typeof argument == 'function';
155
155
  };
156
156
 
157
- var isCallable$9 = isCallable$a;
157
+ var isCallable$c = isCallable$d;
158
158
 
159
- var isObject$4 = function (it) {
160
- return typeof it == 'object' ? it !== null : isCallable$9(it);
159
+ var isObject$8 = function (it) {
160
+ return typeof it == 'object' ? it !== null : isCallable$c(it);
161
161
  };
162
162
 
163
- var globalThis$b = globalThis_1;
164
- var isCallable$8 = isCallable$a;
163
+ var globalThis$c = globalThis_1;
164
+ var isCallable$b = isCallable$d;
165
165
 
166
166
  var aFunction = function (argument) {
167
- return isCallable$8(argument) ? argument : undefined;
167
+ return isCallable$b(argument) ? argument : undefined;
168
168
  };
169
169
 
170
- var getBuiltIn$3 = function (namespace, method) {
171
- return arguments.length < 2 ? aFunction(globalThis$b[namespace]) : globalThis$b[namespace] && globalThis$b[namespace][method];
170
+ var getBuiltIn$4 = function (namespace, method) {
171
+ return arguments.length < 2 ? aFunction(globalThis$c[namespace]) : globalThis$c[namespace] && globalThis$c[namespace][method];
172
172
  };
173
173
 
174
- var uncurryThis$7 = functionUncurryThis;
174
+ var uncurryThis$a = functionUncurryThis;
175
175
 
176
- var objectIsPrototypeOf = uncurryThis$7({}.isPrototypeOf);
176
+ var objectIsPrototypeOf = uncurryThis$a({}.isPrototypeOf);
177
177
 
178
- var globalThis$a = globalThis_1;
178
+ var globalThis$b = globalThis_1;
179
179
 
180
- var navigator = globalThis$a.navigator;
180
+ var navigator = globalThis$b.navigator;
181
181
  var userAgent$1 = navigator && navigator.userAgent;
182
182
 
183
183
  var environmentUserAgent = userAgent$1 ? String(userAgent$1) : '';
184
184
 
185
- var globalThis$9 = globalThis_1;
185
+ var globalThis$a = globalThis_1;
186
186
  var userAgent = environmentUserAgent;
187
187
 
188
- var process = globalThis$9.process;
189
- var Deno = globalThis$9.Deno;
188
+ var process = globalThis$a.process;
189
+ var Deno = globalThis$a.Deno;
190
190
  var versions = process && process.versions || Deno && Deno.version;
191
191
  var v8 = versions && versions.v8;
192
192
  var match, version;
@@ -212,19 +212,19 @@ var environmentV8Version = version;
212
212
 
213
213
  /* eslint-disable es/no-symbol -- required for testing */
214
214
  var V8_VERSION = environmentV8Version;
215
- var fails$6 = fails$a;
216
- var globalThis$8 = globalThis_1;
215
+ var fails$a = fails$e;
216
+ var globalThis$9 = globalThis_1;
217
217
 
218
- var $String$3 = globalThis$8.String;
218
+ var $String$4 = globalThis$9.String;
219
219
 
220
220
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
221
- var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$6(function () {
221
+ var symbolConstructorDetection = !!Object.getOwnPropertySymbols && !fails$a(function () {
222
222
  var symbol = Symbol('symbol detection');
223
223
  // Chrome 38 Symbol has incorrect toString conversion
224
224
  // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
225
225
  // nb: Do not call `String` directly to avoid this being optimized out to `symbol+''` which will,
226
226
  // of course, fail.
227
- return !$String$3(symbol) || !(Object(symbol) instanceof Symbol) ||
227
+ return !$String$4(symbol) || !(Object(symbol) instanceof Symbol) ||
228
228
  // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
229
229
  !Symbol.sham && V8_VERSION && V8_VERSION < 41;
230
230
  });
@@ -236,87 +236,87 @@ var useSymbolAsUid = NATIVE_SYMBOL$1 &&
236
236
  !Symbol.sham &&
237
237
  typeof Symbol.iterator == 'symbol';
238
238
 
239
- var getBuiltIn$2 = getBuiltIn$3;
240
- var isCallable$7 = isCallable$a;
239
+ var getBuiltIn$3 = getBuiltIn$4;
240
+ var isCallable$a = isCallable$d;
241
241
  var isPrototypeOf = objectIsPrototypeOf;
242
242
  var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
243
243
 
244
- var $Object$1 = Object;
244
+ var $Object$2 = Object;
245
245
 
246
246
  var isSymbol$2 = USE_SYMBOL_AS_UID$1 ? function (it) {
247
247
  return typeof it == 'symbol';
248
248
  } : function (it) {
249
- var $Symbol = getBuiltIn$2('Symbol');
250
- return isCallable$7($Symbol) && isPrototypeOf($Symbol.prototype, $Object$1(it));
249
+ var $Symbol = getBuiltIn$3('Symbol');
250
+ return isCallable$a($Symbol) && isPrototypeOf($Symbol.prototype, $Object$2(it));
251
251
  };
252
252
 
253
- var $String$2 = String;
253
+ var $String$3 = String;
254
254
 
255
255
  var tryToString$1 = function (argument) {
256
256
  try {
257
- return $String$2(argument);
257
+ return $String$3(argument);
258
258
  } catch (error) {
259
259
  return 'Object';
260
260
  }
261
261
  };
262
262
 
263
- var isCallable$6 = isCallable$a;
263
+ var isCallable$9 = isCallable$d;
264
264
  var tryToString = tryToString$1;
265
265
 
266
- var $TypeError$4 = TypeError;
266
+ var $TypeError$6 = TypeError;
267
267
 
268
268
  // `Assert: IsCallable(argument) is true`
269
- var aCallable$1 = function (argument) {
270
- if (isCallable$6(argument)) return argument;
271
- throw new $TypeError$4(tryToString(argument) + ' is not a function');
269
+ var aCallable$3 = function (argument) {
270
+ if (isCallable$9(argument)) return argument;
271
+ throw new $TypeError$6(tryToString(argument) + ' is not a function');
272
272
  };
273
273
 
274
- var aCallable = aCallable$1;
274
+ var aCallable$2 = aCallable$3;
275
275
  var isNullOrUndefined = isNullOrUndefined$2;
276
276
 
277
277
  // `GetMethod` abstract operation
278
278
  // https://tc39.es/ecma262/#sec-getmethod
279
- var getMethod$1 = function (V, P) {
279
+ var getMethod$2 = function (V, P) {
280
280
  var func = V[P];
281
- return isNullOrUndefined(func) ? undefined : aCallable(func);
281
+ return isNullOrUndefined(func) ? undefined : aCallable$2(func);
282
282
  };
283
283
 
284
- var call$3 = functionCall;
285
- var isCallable$5 = isCallable$a;
286
- var isObject$3 = isObject$4;
284
+ var call$7 = functionCall;
285
+ var isCallable$8 = isCallable$d;
286
+ var isObject$7 = isObject$8;
287
287
 
288
- var $TypeError$3 = TypeError;
288
+ var $TypeError$5 = TypeError;
289
289
 
290
290
  // `OrdinaryToPrimitive` abstract operation
291
291
  // https://tc39.es/ecma262/#sec-ordinarytoprimitive
292
292
  var ordinaryToPrimitive$1 = function (input, pref) {
293
293
  var fn, val;
294
- if (pref === 'string' && isCallable$5(fn = input.toString) && !isObject$3(val = call$3(fn, input))) return val;
295
- if (isCallable$5(fn = input.valueOf) && !isObject$3(val = call$3(fn, input))) return val;
296
- if (pref !== 'string' && isCallable$5(fn = input.toString) && !isObject$3(val = call$3(fn, input))) return val;
297
- throw new $TypeError$3("Can't convert object to primitive value");
294
+ if (pref === 'string' && isCallable$8(fn = input.toString) && !isObject$7(val = call$7(fn, input))) return val;
295
+ if (isCallable$8(fn = input.valueOf) && !isObject$7(val = call$7(fn, input))) return val;
296
+ if (pref !== 'string' && isCallable$8(fn = input.toString) && !isObject$7(val = call$7(fn, input))) return val;
297
+ throw new $TypeError$5("Can't convert object to primitive value");
298
298
  };
299
299
 
300
300
  var sharedStore = {exports: {}};
301
301
 
302
- var globalThis$7 = globalThis_1;
302
+ var globalThis$8 = globalThis_1;
303
303
 
304
304
  // eslint-disable-next-line es/no-object-defineproperty -- safe
305
- var defineProperty$3 = Object.defineProperty;
305
+ var defineProperty$5 = Object.defineProperty;
306
306
 
307
307
  var defineGlobalProperty$3 = function (key, value) {
308
308
  try {
309
- defineProperty$3(globalThis$7, key, { value: value, configurable: true, writable: true });
309
+ defineProperty$5(globalThis$8, key, { value: value, configurable: true, writable: true });
310
310
  } catch (error) {
311
- globalThis$7[key] = value;
311
+ globalThis$8[key] = value;
312
312
  } return value;
313
313
  };
314
314
 
315
- var globalThis$6 = globalThis_1;
315
+ var globalThis$7 = globalThis_1;
316
316
  var defineGlobalProperty$2 = defineGlobalProperty$3;
317
317
 
318
318
  var SHARED = '__core-js_shared__';
319
- var store$3 = sharedStore.exports = globalThis$6[SHARED] || defineGlobalProperty$2(SHARED, {});
319
+ var store$3 = sharedStore.exports = globalThis$7[SHARED] || defineGlobalProperty$2(SHARED, {});
320
320
 
321
321
  (store$3.versions || (store$3.versions = [])).push({
322
322
  version: '3.48.0',
@@ -334,78 +334,78 @@ var shared$3 = function (key, value) {
334
334
  return store$2[key] || (store$2[key] = value || {});
335
335
  };
336
336
 
337
- var requireObjectCoercible = requireObjectCoercible$2;
337
+ var requireObjectCoercible$1 = requireObjectCoercible$3;
338
338
 
339
- var $Object = Object;
339
+ var $Object$1 = Object;
340
340
 
341
341
  // `ToObject` abstract operation
342
342
  // https://tc39.es/ecma262/#sec-toobject
343
- var toObject$2 = function (argument) {
344
- return $Object(requireObjectCoercible(argument));
343
+ var toObject$3 = function (argument) {
344
+ return $Object$1(requireObjectCoercible$1(argument));
345
345
  };
346
346
 
347
- var uncurryThis$6 = functionUncurryThis;
348
- var toObject$1 = toObject$2;
347
+ var uncurryThis$9 = functionUncurryThis;
348
+ var toObject$2 = toObject$3;
349
349
 
350
- var hasOwnProperty = uncurryThis$6({}.hasOwnProperty);
350
+ var hasOwnProperty = uncurryThis$9({}.hasOwnProperty);
351
351
 
352
352
  // `HasOwnProperty` abstract operation
353
353
  // https://tc39.es/ecma262/#sec-hasownproperty
354
354
  // eslint-disable-next-line es/no-object-hasown -- safe
355
355
  var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
356
- return hasOwnProperty(toObject$1(it), key);
356
+ return hasOwnProperty(toObject$2(it), key);
357
357
  };
358
358
 
359
- var uncurryThis$5 = functionUncurryThis;
359
+ var uncurryThis$8 = functionUncurryThis;
360
360
 
361
361
  var id = 0;
362
362
  var postfix = Math.random();
363
- var toString = uncurryThis$5(1.1.toString);
363
+ var toString = uncurryThis$8(1.1.toString);
364
364
 
365
365
  var uid$2 = function (key) {
366
366
  return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
367
367
  };
368
368
 
369
- var globalThis$5 = globalThis_1;
369
+ var globalThis$6 = globalThis_1;
370
370
  var shared$2 = shared$3;
371
- var hasOwn$6 = hasOwnProperty_1;
371
+ var hasOwn$8 = hasOwnProperty_1;
372
372
  var uid$1 = uid$2;
373
373
  var NATIVE_SYMBOL = symbolConstructorDetection;
374
374
  var USE_SYMBOL_AS_UID = useSymbolAsUid;
375
375
 
376
- var Symbol$1 = globalThis$5.Symbol;
376
+ var Symbol$1 = globalThis$6.Symbol;
377
377
  var WellKnownSymbolsStore = shared$2('wks');
378
378
  var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$1['for'] || Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid$1;
379
379
 
380
- var wellKnownSymbol$2 = function (name) {
381
- if (!hasOwn$6(WellKnownSymbolsStore, name)) {
382
- WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn$6(Symbol$1, name)
380
+ var wellKnownSymbol$6 = function (name) {
381
+ if (!hasOwn$8(WellKnownSymbolsStore, name)) {
382
+ WellKnownSymbolsStore[name] = NATIVE_SYMBOL && hasOwn$8(Symbol$1, name)
383
383
  ? Symbol$1[name]
384
384
  : createWellKnownSymbol('Symbol.' + name);
385
385
  } return WellKnownSymbolsStore[name];
386
386
  };
387
387
 
388
- var call$2 = functionCall;
389
- var isObject$2 = isObject$4;
388
+ var call$6 = functionCall;
389
+ var isObject$6 = isObject$8;
390
390
  var isSymbol$1 = isSymbol$2;
391
- var getMethod = getMethod$1;
391
+ var getMethod$1 = getMethod$2;
392
392
  var ordinaryToPrimitive = ordinaryToPrimitive$1;
393
- var wellKnownSymbol$1 = wellKnownSymbol$2;
393
+ var wellKnownSymbol$5 = wellKnownSymbol$6;
394
394
 
395
- var $TypeError$2 = TypeError;
396
- var TO_PRIMITIVE = wellKnownSymbol$1('toPrimitive');
395
+ var $TypeError$4 = TypeError;
396
+ var TO_PRIMITIVE = wellKnownSymbol$5('toPrimitive');
397
397
 
398
398
  // `ToPrimitive` abstract operation
399
399
  // https://tc39.es/ecma262/#sec-toprimitive
400
400
  var toPrimitive$1 = function (input, pref) {
401
- if (!isObject$2(input) || isSymbol$1(input)) return input;
402
- var exoticToPrim = getMethod(input, TO_PRIMITIVE);
401
+ if (!isObject$6(input) || isSymbol$1(input)) return input;
402
+ var exoticToPrim = getMethod$1(input, TO_PRIMITIVE);
403
403
  var result;
404
404
  if (exoticToPrim) {
405
405
  if (pref === undefined) pref = 'default';
406
- result = call$2(exoticToPrim, input, pref);
407
- if (!isObject$2(result) || isSymbol$1(result)) return result;
408
- throw new $TypeError$2("Can't convert object to primitive value");
406
+ result = call$6(exoticToPrim, input, pref);
407
+ if (!isObject$6(result) || isSymbol$1(result)) return result;
408
+ throw new $TypeError$4("Can't convert object to primitive value");
409
409
  }
410
410
  if (pref === undefined) pref = 'number';
411
411
  return ordinaryToPrimitive(input, pref);
@@ -421,36 +421,36 @@ var toPropertyKey$2 = function (argument) {
421
421
  return isSymbol(key) ? key : key + '';
422
422
  };
423
423
 
424
- var globalThis$4 = globalThis_1;
425
- var isObject$1 = isObject$4;
424
+ var globalThis$5 = globalThis_1;
425
+ var isObject$5 = isObject$8;
426
426
 
427
- var document$1 = globalThis$4.document;
427
+ var document$1 = globalThis$5.document;
428
428
  // typeof document.createElement is 'object' in old IE
429
- var EXISTS$1 = isObject$1(document$1) && isObject$1(document$1.createElement);
429
+ var EXISTS$1 = isObject$5(document$1) && isObject$5(document$1.createElement);
430
430
 
431
- var documentCreateElement$1 = function (it) {
431
+ var documentCreateElement$2 = function (it) {
432
432
  return EXISTS$1 ? document$1.createElement(it) : {};
433
433
  };
434
434
 
435
- var DESCRIPTORS$8 = descriptors;
436
- var fails$5 = fails$a;
437
- var createElement = documentCreateElement$1;
435
+ var DESCRIPTORS$9 = descriptors;
436
+ var fails$9 = fails$e;
437
+ var createElement = documentCreateElement$2;
438
438
 
439
439
  // Thanks to IE8 for its funny defineProperty
440
- var ie8DomDefine = !DESCRIPTORS$8 && !fails$5(function () {
440
+ var ie8DomDefine = !DESCRIPTORS$9 && !fails$9(function () {
441
441
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
442
442
  return Object.defineProperty(createElement('div'), 'a', {
443
443
  get: function () { return 7; }
444
444
  }).a !== 7;
445
445
  });
446
446
 
447
- var DESCRIPTORS$7 = descriptors;
448
- var call$1 = functionCall;
447
+ var DESCRIPTORS$8 = descriptors;
448
+ var call$5 = functionCall;
449
449
  var propertyIsEnumerableModule$1 = objectPropertyIsEnumerable;
450
- var createPropertyDescriptor$1 = createPropertyDescriptor$2;
451
- var toIndexedObject$3 = toIndexedObject$4;
450
+ var createPropertyDescriptor$2 = createPropertyDescriptor$3;
451
+ var toIndexedObject$4 = toIndexedObject$5;
452
452
  var toPropertyKey$1 = toPropertyKey$2;
453
- var hasOwn$5 = hasOwnProperty_1;
453
+ var hasOwn$7 = hasOwnProperty_1;
454
454
  var IE8_DOM_DEFINE$1 = ie8DomDefine;
455
455
 
456
456
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -458,23 +458,23 @@ var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
458
458
 
459
459
  // `Object.getOwnPropertyDescriptor` method
460
460
  // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
461
- objectGetOwnPropertyDescriptor.f = DESCRIPTORS$7 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
462
- O = toIndexedObject$3(O);
461
+ objectGetOwnPropertyDescriptor.f = DESCRIPTORS$8 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
462
+ O = toIndexedObject$4(O);
463
463
  P = toPropertyKey$1(P);
464
464
  if (IE8_DOM_DEFINE$1) try {
465
465
  return $getOwnPropertyDescriptor$1(O, P);
466
466
  } catch (error) { /* empty */ }
467
- if (hasOwn$5(O, P)) return createPropertyDescriptor$1(!call$1(propertyIsEnumerableModule$1.f, O, P), O[P]);
467
+ if (hasOwn$7(O, P)) return createPropertyDescriptor$2(!call$5(propertyIsEnumerableModule$1.f, O, P), O[P]);
468
468
  };
469
469
 
470
470
  var objectDefineProperty = {};
471
471
 
472
- var DESCRIPTORS$6 = descriptors;
473
- var fails$4 = fails$a;
472
+ var DESCRIPTORS$7 = descriptors;
473
+ var fails$8 = fails$e;
474
474
 
475
475
  // V8 ~ Chrome 36-
476
476
  // https://bugs.chromium.org/p/v8/issues/detail?id=3334
477
- var v8PrototypeDefineBug = DESCRIPTORS$6 && fails$4(function () {
477
+ var v8PrototypeDefineBug = DESCRIPTORS$7 && fails$8(function () {
478
478
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
479
479
  return Object.defineProperty(function () { /* empty */ }, 'prototype', {
480
480
  value: 42,
@@ -482,24 +482,24 @@ var v8PrototypeDefineBug = DESCRIPTORS$6 && fails$4(function () {
482
482
  }).prototype !== 42;
483
483
  });
484
484
 
485
- var isObject = isObject$4;
485
+ var isObject$4 = isObject$8;
486
486
 
487
- var $String$1 = String;
488
- var $TypeError$1 = TypeError;
487
+ var $String$2 = String;
488
+ var $TypeError$3 = TypeError;
489
489
 
490
490
  // `Assert: Type(argument) is Object`
491
- var anObject$4 = function (argument) {
492
- if (isObject(argument)) return argument;
493
- throw new $TypeError$1($String$1(argument) + ' is not an object');
491
+ var anObject$6 = function (argument) {
492
+ if (isObject$4(argument)) return argument;
493
+ throw new $TypeError$3($String$2(argument) + ' is not an object');
494
494
  };
495
495
 
496
- var DESCRIPTORS$5 = descriptors;
496
+ var DESCRIPTORS$6 = descriptors;
497
497
  var IE8_DOM_DEFINE = ie8DomDefine;
498
498
  var V8_PROTOTYPE_DEFINE_BUG$1 = v8PrototypeDefineBug;
499
- var anObject$3 = anObject$4;
499
+ var anObject$5 = anObject$6;
500
500
  var toPropertyKey = toPropertyKey$2;
501
501
 
502
- var $TypeError = TypeError;
502
+ var $TypeError$2 = TypeError;
503
503
  // eslint-disable-next-line es/no-object-defineproperty -- safe
504
504
  var $defineProperty = Object.defineProperty;
505
505
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
@@ -510,10 +510,10 @@ var WRITABLE = 'writable';
510
510
 
511
511
  // `Object.defineProperty` method
512
512
  // https://tc39.es/ecma262/#sec-object.defineproperty
513
- objectDefineProperty.f = DESCRIPTORS$5 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
514
- anObject$3(O);
513
+ objectDefineProperty.f = DESCRIPTORS$6 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function defineProperty(O, P, Attributes) {
514
+ anObject$5(O);
515
515
  P = toPropertyKey(P);
516
- anObject$3(Attributes);
516
+ anObject$5(Attributes);
517
517
  if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
518
518
  var current = $getOwnPropertyDescriptor(O, P);
519
519
  if (current && current[WRITABLE]) {
@@ -526,23 +526,23 @@ objectDefineProperty.f = DESCRIPTORS$5 ? V8_PROTOTYPE_DEFINE_BUG$1 ? function de
526
526
  }
527
527
  } return $defineProperty(O, P, Attributes);
528
528
  } : $defineProperty : function defineProperty(O, P, Attributes) {
529
- anObject$3(O);
529
+ anObject$5(O);
530
530
  P = toPropertyKey(P);
531
- anObject$3(Attributes);
531
+ anObject$5(Attributes);
532
532
  if (IE8_DOM_DEFINE) try {
533
533
  return $defineProperty(O, P, Attributes);
534
534
  } catch (error) { /* empty */ }
535
- if ('get' in Attributes || 'set' in Attributes) throw new $TypeError('Accessors not supported');
535
+ if ('get' in Attributes || 'set' in Attributes) throw new $TypeError$2('Accessors not supported');
536
536
  if ('value' in Attributes) O[P] = Attributes.value;
537
537
  return O;
538
538
  };
539
539
 
540
- var DESCRIPTORS$4 = descriptors;
540
+ var DESCRIPTORS$5 = descriptors;
541
541
  var definePropertyModule$3 = objectDefineProperty;
542
- var createPropertyDescriptor = createPropertyDescriptor$2;
542
+ var createPropertyDescriptor$1 = createPropertyDescriptor$3;
543
543
 
544
- var createNonEnumerableProperty$2 = DESCRIPTORS$4 ? function (object, key, value) {
545
- return definePropertyModule$3.f(object, key, createPropertyDescriptor(1, value));
544
+ var createNonEnumerableProperty$4 = DESCRIPTORS$5 ? function (object, key, value) {
545
+ return definePropertyModule$3.f(object, key, createPropertyDescriptor$1(1, value));
546
546
  } : function (object, key, value) {
547
547
  object[key] = value;
548
548
  return object;
@@ -550,28 +550,31 @@ var createNonEnumerableProperty$2 = DESCRIPTORS$4 ? function (object, key, value
550
550
 
551
551
  var makeBuiltIn$2 = {exports: {}};
552
552
 
553
- var DESCRIPTORS$3 = descriptors;
554
- var hasOwn$4 = hasOwnProperty_1;
553
+ var DESCRIPTORS$4 = descriptors;
554
+ var hasOwn$6 = hasOwnProperty_1;
555
555
 
556
556
  var FunctionPrototype = Function.prototype;
557
557
  // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
558
- var getDescriptor = DESCRIPTORS$3 && Object.getOwnPropertyDescriptor;
558
+ var getDescriptor = DESCRIPTORS$4 && Object.getOwnPropertyDescriptor;
559
559
 
560
- var EXISTS = hasOwn$4(FunctionPrototype, 'name');
561
- var CONFIGURABLE = EXISTS && (!DESCRIPTORS$3 || (DESCRIPTORS$3 && getDescriptor(FunctionPrototype, 'name').configurable));
560
+ var EXISTS = hasOwn$6(FunctionPrototype, 'name');
561
+ // additional protection from minified / mangled / dropped function names
562
+ var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
563
+ var CONFIGURABLE = EXISTS && (!DESCRIPTORS$4 || (DESCRIPTORS$4 && getDescriptor(FunctionPrototype, 'name').configurable));
562
564
 
563
565
  var functionName = {
566
+ PROPER: PROPER,
564
567
  CONFIGURABLE: CONFIGURABLE
565
568
  };
566
569
 
567
- var uncurryThis$4 = functionUncurryThis;
568
- var isCallable$4 = isCallable$a;
570
+ var uncurryThis$7 = functionUncurryThis;
571
+ var isCallable$7 = isCallable$d;
569
572
  var store$1 = sharedStoreExports;
570
573
 
571
- var functionToString = uncurryThis$4(Function.toString);
574
+ var functionToString = uncurryThis$7(Function.toString);
572
575
 
573
576
  // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
574
- if (!isCallable$4(store$1.inspectSource)) {
577
+ if (!isCallable$7(store$1.inspectSource)) {
575
578
  store$1.inspectSource = function (it) {
576
579
  return functionToString(it);
577
580
  };
@@ -579,39 +582,49 @@ if (!isCallable$4(store$1.inspectSource)) {
579
582
 
580
583
  var inspectSource$1 = store$1.inspectSource;
581
584
 
582
- var globalThis$3 = globalThis_1;
583
- var isCallable$3 = isCallable$a;
585
+ var globalThis$4 = globalThis_1;
586
+ var isCallable$6 = isCallable$d;
584
587
 
585
- var WeakMap$1 = globalThis$3.WeakMap;
588
+ var WeakMap$1 = globalThis$4.WeakMap;
586
589
 
587
- var weakMapBasicDetection = isCallable$3(WeakMap$1) && /native code/.test(String(WeakMap$1));
590
+ var weakMapBasicDetection = isCallable$6(WeakMap$1) && /native code/.test(String(WeakMap$1));
588
591
 
589
592
  var shared$1 = shared$3;
590
593
  var uid = uid$2;
591
594
 
592
- var keys = shared$1('keys');
595
+ var keys$1 = shared$1('keys');
593
596
 
594
- var sharedKey$2 = function (key) {
595
- return keys[key] || (keys[key] = uid(key));
597
+ var sharedKey$3 = function (key) {
598
+ return keys$1[key] || (keys$1[key] = uid(key));
596
599
  };
597
600
 
598
601
  var hiddenKeys$4 = {};
599
602
 
600
603
  var NATIVE_WEAK_MAP = weakMapBasicDetection;
601
- var globalThis$2 = globalThis_1;
602
- var createNonEnumerableProperty$1 = createNonEnumerableProperty$2;
603
- var hasOwn$3 = hasOwnProperty_1;
604
+ var globalThis$3 = globalThis_1;
605
+ var isObject$3 = isObject$8;
606
+ var createNonEnumerableProperty$3 = createNonEnumerableProperty$4;
607
+ var hasOwn$5 = hasOwnProperty_1;
604
608
  var shared = sharedStoreExports;
605
- var sharedKey$1 = sharedKey$2;
609
+ var sharedKey$2 = sharedKey$3;
606
610
  var hiddenKeys$3 = hiddenKeys$4;
607
611
 
608
612
  var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
609
- var TypeError$1 = globalThis$2.TypeError;
610
- var WeakMap = globalThis$2.WeakMap;
611
- var set, get, has;
613
+ var TypeError$1 = globalThis$3.TypeError;
614
+ var WeakMap = globalThis$3.WeakMap;
615
+ var set, get, has$6;
612
616
 
613
617
  var enforce = function (it) {
614
- return has(it) ? get(it) : set(it, {});
618
+ return has$6(it) ? get(it) : set(it, {});
619
+ };
620
+
621
+ var getterFor = function (TYPE) {
622
+ return function (it) {
623
+ var state;
624
+ if (!isObject$3(it) || (state = get(it)).type !== TYPE) {
625
+ throw new TypeError$1('Incompatible receiver, ' + TYPE + ' required');
626
+ } return state;
627
+ };
615
628
  };
616
629
 
617
630
  if (NATIVE_WEAK_MAP || shared.state) {
@@ -630,75 +643,79 @@ if (NATIVE_WEAK_MAP || shared.state) {
630
643
  get = function (it) {
631
644
  return store.get(it) || {};
632
645
  };
633
- has = function (it) {
646
+ has$6 = function (it) {
634
647
  return store.has(it);
635
648
  };
636
649
  } else {
637
- var STATE = sharedKey$1('state');
650
+ var STATE = sharedKey$2('state');
638
651
  hiddenKeys$3[STATE] = true;
639
652
  set = function (it, metadata) {
640
- if (hasOwn$3(it, STATE)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
653
+ if (hasOwn$5(it, STATE)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
641
654
  metadata.facade = it;
642
- createNonEnumerableProperty$1(it, STATE, metadata);
655
+ createNonEnumerableProperty$3(it, STATE, metadata);
643
656
  return metadata;
644
657
  };
645
658
  get = function (it) {
646
- return hasOwn$3(it, STATE) ? it[STATE] : {};
659
+ return hasOwn$5(it, STATE) ? it[STATE] : {};
647
660
  };
648
- has = function (it) {
649
- return hasOwn$3(it, STATE);
661
+ has$6 = function (it) {
662
+ return hasOwn$5(it, STATE);
650
663
  };
651
664
  }
652
665
 
653
666
  var internalState = {
667
+ set: set,
654
668
  get: get,
655
- enforce: enforce};
669
+ has: has$6,
670
+ enforce: enforce,
671
+ getterFor: getterFor
672
+ };
656
673
 
657
- var uncurryThis$3 = functionUncurryThis;
658
- var fails$3 = fails$a;
659
- var isCallable$2 = isCallable$a;
660
- var hasOwn$2 = hasOwnProperty_1;
661
- var DESCRIPTORS$2 = descriptors;
662
- var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
674
+ var uncurryThis$6 = functionUncurryThis;
675
+ var fails$7 = fails$e;
676
+ var isCallable$5 = isCallable$d;
677
+ var hasOwn$4 = hasOwnProperty_1;
678
+ var DESCRIPTORS$3 = descriptors;
679
+ var CONFIGURABLE_FUNCTION_NAME$1 = functionName.CONFIGURABLE;
663
680
  var inspectSource = inspectSource$1;
664
- var InternalStateModule = internalState;
681
+ var InternalStateModule$1 = internalState;
665
682
 
666
- var enforceInternalState = InternalStateModule.enforce;
667
- var getInternalState = InternalStateModule.get;
668
- var $String = String;
683
+ var enforceInternalState = InternalStateModule$1.enforce;
684
+ var getInternalState$1 = InternalStateModule$1.get;
685
+ var $String$1 = String;
669
686
  // eslint-disable-next-line es/no-object-defineproperty -- safe
670
- var defineProperty$2 = Object.defineProperty;
671
- var stringSlice = uncurryThis$3(''.slice);
672
- var replace = uncurryThis$3(''.replace);
673
- var join = uncurryThis$3([].join);
687
+ var defineProperty$4 = Object.defineProperty;
688
+ var stringSlice = uncurryThis$6(''.slice);
689
+ var replace = uncurryThis$6(''.replace);
690
+ var join = uncurryThis$6([].join);
674
691
 
675
- var CONFIGURABLE_LENGTH = DESCRIPTORS$2 && !fails$3(function () {
676
- return defineProperty$2(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
692
+ var CONFIGURABLE_LENGTH = DESCRIPTORS$3 && !fails$7(function () {
693
+ return defineProperty$4(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
677
694
  });
678
695
 
679
696
  var TEMPLATE = String(String).split('String');
680
697
 
681
698
  var makeBuiltIn$1 = makeBuiltIn$2.exports = function (value, name, options) {
682
- if (stringSlice($String(name), 0, 7) === 'Symbol(') {
683
- name = '[' + replace($String(name), /^Symbol\(([^)]*)\).*$/, '$1') + ']';
699
+ if (stringSlice($String$1(name), 0, 7) === 'Symbol(') {
700
+ name = '[' + replace($String$1(name), /^Symbol\(([^)]*)\).*$/, '$1') + ']';
684
701
  }
685
702
  if (options && options.getter) name = 'get ' + name;
686
703
  if (options && options.setter) name = 'set ' + name;
687
- if (!hasOwn$2(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
688
- if (DESCRIPTORS$2) defineProperty$2(value, 'name', { value: name, configurable: true });
704
+ if (!hasOwn$4(value, 'name') || (CONFIGURABLE_FUNCTION_NAME$1 && value.name !== name)) {
705
+ if (DESCRIPTORS$3) defineProperty$4(value, 'name', { value: name, configurable: true });
689
706
  else value.name = name;
690
707
  }
691
- if (CONFIGURABLE_LENGTH && options && hasOwn$2(options, 'arity') && value.length !== options.arity) {
692
- defineProperty$2(value, 'length', { value: options.arity });
708
+ if (CONFIGURABLE_LENGTH && options && hasOwn$4(options, 'arity') && value.length !== options.arity) {
709
+ defineProperty$4(value, 'length', { value: options.arity });
693
710
  }
694
711
  try {
695
- if (options && hasOwn$2(options, 'constructor') && options.constructor) {
696
- if (DESCRIPTORS$2) defineProperty$2(value, 'prototype', { writable: false });
712
+ if (options && hasOwn$4(options, 'constructor') && options.constructor) {
713
+ if (DESCRIPTORS$3) defineProperty$4(value, 'prototype', { writable: false });
697
714
  // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
698
715
  } else if (value.prototype) value.prototype = undefined;
699
716
  } catch (error) { /* empty */ }
700
717
  var state = enforceInternalState(value);
701
- if (!hasOwn$2(state, 'source')) {
718
+ if (!hasOwn$4(state, 'source')) {
702
719
  state.source = join(TEMPLATE, typeof name == 'string' ? name : '');
703
720
  } return value;
704
721
  };
@@ -706,21 +723,21 @@ var makeBuiltIn$1 = makeBuiltIn$2.exports = function (value, name, options) {
706
723
  // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
707
724
  // eslint-disable-next-line no-extend-native -- required
708
725
  Function.prototype.toString = makeBuiltIn$1(function toString() {
709
- return isCallable$2(this) && getInternalState(this).source || inspectSource(this);
726
+ return isCallable$5(this) && getInternalState$1(this).source || inspectSource(this);
710
727
  }, 'toString');
711
728
 
712
729
  var makeBuiltInExports = makeBuiltIn$2.exports;
713
730
 
714
- var isCallable$1 = isCallable$a;
731
+ var isCallable$4 = isCallable$d;
715
732
  var definePropertyModule$2 = objectDefineProperty;
716
733
  var makeBuiltIn = makeBuiltInExports;
717
734
  var defineGlobalProperty$1 = defineGlobalProperty$3;
718
735
 
719
- var defineBuiltIn$1 = function (O, key, value, options) {
736
+ var defineBuiltIn$3 = function (O, key, value, options) {
720
737
  if (!options) options = {};
721
738
  var simple = options.enumerable;
722
739
  var name = options.name !== undefined ? options.name : key;
723
- if (isCallable$1(value)) makeBuiltIn(value, name, options);
740
+ if (isCallable$4(value)) makeBuiltIn(value, name, options);
724
741
  if (options.global) {
725
742
  if (simple) O[key] = value;
726
743
  else defineGlobalProperty$1(key, value);
@@ -756,33 +773,33 @@ var trunc = mathTrunc;
756
773
 
757
774
  // `ToIntegerOrInfinity` abstract operation
758
775
  // https://tc39.es/ecma262/#sec-tointegerorinfinity
759
- var toIntegerOrInfinity$2 = function (argument) {
776
+ var toIntegerOrInfinity$3 = function (argument) {
760
777
  var number = +argument;
761
778
  // eslint-disable-next-line no-self-compare -- NaN check
762
779
  return number !== number || number === 0 ? 0 : trunc(number);
763
780
  };
764
781
 
765
- var toIntegerOrInfinity$1 = toIntegerOrInfinity$2;
782
+ var toIntegerOrInfinity$2 = toIntegerOrInfinity$3;
766
783
 
767
- var max = Math.max;
784
+ var max$1 = Math.max;
768
785
  var min$1 = Math.min;
769
786
 
770
787
  // Helper for a popular repeating case of the spec:
771
788
  // Let integer be ? ToInteger(index).
772
789
  // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
773
790
  var toAbsoluteIndex$1 = function (index, length) {
774
- var integer = toIntegerOrInfinity$1(index);
775
- return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
791
+ var integer = toIntegerOrInfinity$2(index);
792
+ return integer < 0 ? max$1(integer + length, 0) : min$1(integer, length);
776
793
  };
777
794
 
778
- var toIntegerOrInfinity = toIntegerOrInfinity$2;
795
+ var toIntegerOrInfinity$1 = toIntegerOrInfinity$3;
779
796
 
780
797
  var min = Math.min;
781
798
 
782
799
  // `ToLength` abstract operation
783
800
  // https://tc39.es/ecma262/#sec-tolength
784
801
  var toLength$1 = function (argument) {
785
- var len = toIntegerOrInfinity(argument);
802
+ var len = toIntegerOrInfinity$1(argument);
786
803
  return len > 0 ? min(len, 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
787
804
  };
788
805
 
@@ -794,14 +811,14 @@ var lengthOfArrayLike$1 = function (obj) {
794
811
  return toLength(obj.length);
795
812
  };
796
813
 
797
- var toIndexedObject$2 = toIndexedObject$4;
814
+ var toIndexedObject$3 = toIndexedObject$5;
798
815
  var toAbsoluteIndex = toAbsoluteIndex$1;
799
816
  var lengthOfArrayLike = lengthOfArrayLike$1;
800
817
 
801
818
  // `Array.prototype.{ indexOf, includes }` methods implementation
802
819
  var createMethod = function (IS_INCLUDES) {
803
820
  return function ($this, el, fromIndex) {
804
- var O = toIndexedObject$2($this);
821
+ var O = toIndexedObject$3($this);
805
822
  var length = lengthOfArrayLike(O);
806
823
  if (length === 0) return !IS_INCLUDES && -1;
807
824
  var index = toAbsoluteIndex(fromIndex, length);
@@ -828,22 +845,22 @@ var arrayIncludes = {
828
845
  indexOf: createMethod(false)
829
846
  };
830
847
 
831
- var uncurryThis$2 = functionUncurryThis;
832
- var hasOwn$1 = hasOwnProperty_1;
833
- var toIndexedObject$1 = toIndexedObject$4;
848
+ var uncurryThis$5 = functionUncurryThis;
849
+ var hasOwn$3 = hasOwnProperty_1;
850
+ var toIndexedObject$2 = toIndexedObject$5;
834
851
  var indexOf = arrayIncludes.indexOf;
835
852
  var hiddenKeys$2 = hiddenKeys$4;
836
853
 
837
- var push = uncurryThis$2([].push);
854
+ var push = uncurryThis$5([].push);
838
855
 
839
856
  var objectKeysInternal = function (object, names) {
840
- var O = toIndexedObject$1(object);
857
+ var O = toIndexedObject$2(object);
841
858
  var i = 0;
842
859
  var result = [];
843
860
  var key;
844
- for (key in O) !hasOwn$1(hiddenKeys$2, key) && hasOwn$1(O, key) && push(result, key);
861
+ for (key in O) !hasOwn$3(hiddenKeys$2, key) && hasOwn$3(O, key) && push(result, key);
845
862
  // Don't enum bug & hidden keys
846
- while (names.length > i) if (hasOwn$1(O, key = names[i++])) {
863
+ while (names.length > i) if (hasOwn$3(O, key = names[i++])) {
847
864
  ~indexOf(result, key) || push(result, key);
848
865
  }
849
866
  return result;
@@ -877,22 +894,22 @@ var objectGetOwnPropertySymbols = {};
877
894
  // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe
878
895
  objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
879
896
 
880
- var getBuiltIn$1 = getBuiltIn$3;
881
- var uncurryThis$1 = functionUncurryThis;
897
+ var getBuiltIn$2 = getBuiltIn$4;
898
+ var uncurryThis$4 = functionUncurryThis;
882
899
  var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
883
900
  var getOwnPropertySymbolsModule$1 = objectGetOwnPropertySymbols;
884
- var anObject$2 = anObject$4;
901
+ var anObject$4 = anObject$6;
885
902
 
886
- var concat$1 = uncurryThis$1([].concat);
903
+ var concat$1 = uncurryThis$4([].concat);
887
904
 
888
905
  // all object keys, includes non-enumerable and symbols
889
- var ownKeys$1 = getBuiltIn$1('Reflect', 'ownKeys') || function ownKeys(it) {
890
- var keys = getOwnPropertyNamesModule.f(anObject$2(it));
906
+ var ownKeys$1 = getBuiltIn$2('Reflect', 'ownKeys') || function ownKeys(it) {
907
+ var keys = getOwnPropertyNamesModule.f(anObject$4(it));
891
908
  var getOwnPropertySymbols = getOwnPropertySymbolsModule$1.f;
892
909
  return getOwnPropertySymbols ? concat$1(keys, getOwnPropertySymbols(it)) : keys;
893
910
  };
894
911
 
895
- var hasOwn = hasOwnProperty_1;
912
+ var hasOwn$2 = hasOwnProperty_1;
896
913
  var ownKeys = ownKeys$1;
897
914
  var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
898
915
  var definePropertyModule$1 = objectDefineProperty;
@@ -903,14 +920,14 @@ var copyConstructorProperties$1 = function (target, source, exceptions) {
903
920
  var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
904
921
  for (var i = 0; i < keys.length; i++) {
905
922
  var key = keys[i];
906
- if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
923
+ if (!hasOwn$2(target, key) && !(exceptions && hasOwn$2(exceptions, key))) {
907
924
  defineProperty(target, key, getOwnPropertyDescriptor(source, key));
908
925
  }
909
926
  }
910
927
  };
911
928
 
912
- var fails$2 = fails$a;
913
- var isCallable = isCallable$a;
929
+ var fails$6 = fails$e;
930
+ var isCallable$3 = isCallable$d;
914
931
 
915
932
  var replacement = /#|\.prototype\./;
916
933
 
@@ -918,7 +935,7 @@ var isForced$1 = function (feature, detection) {
918
935
  var value = data[normalize(feature)];
919
936
  return value === POLYFILL ? true
920
937
  : value === NATIVE ? false
921
- : isCallable(detection) ? fails$2(detection)
938
+ : isCallable$3(detection) ? fails$6(detection)
922
939
  : !!detection;
923
940
  };
924
941
 
@@ -932,10 +949,10 @@ var POLYFILL = isForced$1.POLYFILL = 'P';
932
949
 
933
950
  var isForced_1 = isForced$1;
934
951
 
935
- var globalThis$1 = globalThis_1;
952
+ var globalThis$2 = globalThis_1;
936
953
  var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
937
- var createNonEnumerableProperty = createNonEnumerableProperty$2;
938
- var defineBuiltIn = defineBuiltIn$1;
954
+ var createNonEnumerableProperty$2 = createNonEnumerableProperty$4;
955
+ var defineBuiltIn$2 = defineBuiltIn$3;
939
956
  var defineGlobalProperty = defineGlobalProperty$3;
940
957
  var copyConstructorProperties = copyConstructorProperties$1;
941
958
  var isForced = isForced_1;
@@ -961,11 +978,11 @@ var _export = function (options, source) {
961
978
  var STATIC = options.stat;
962
979
  var FORCED, target, key, targetProperty, sourceProperty, descriptor;
963
980
  if (GLOBAL) {
964
- target = globalThis$1;
981
+ target = globalThis$2;
965
982
  } else if (STATIC) {
966
- target = globalThis$1[TARGET] || defineGlobalProperty(TARGET, {});
983
+ target = globalThis$2[TARGET] || defineGlobalProperty(TARGET, {});
967
984
  } else {
968
- target = globalThis$1[TARGET] && globalThis$1[TARGET].prototype;
985
+ target = globalThis$2[TARGET] && globalThis$2[TARGET].prototype;
969
986
  }
970
987
  if (target) for (key in source) {
971
988
  sourceProperty = source[key];
@@ -981,9 +998,9 @@ var _export = function (options, source) {
981
998
  }
982
999
  // add a flag to not completely full polyfills
983
1000
  if (options.sham || (targetProperty && targetProperty.sham)) {
984
- createNonEnumerableProperty(sourceProperty, 'sham', true);
1001
+ createNonEnumerableProperty$2(sourceProperty, 'sham', true);
985
1002
  }
986
- defineBuiltIn(target, key, sourceProperty, options);
1003
+ defineBuiltIn$2(target, key, sourceProperty, options);
987
1004
  }
988
1005
  };
989
1006
 
@@ -997,30 +1014,30 @@ var objectKeys$2 = Object.keys || function keys(O) {
997
1014
  return internalObjectKeys(O, enumBugKeys$1);
998
1015
  };
999
1016
 
1000
- var DESCRIPTORS$1 = descriptors;
1001
- var uncurryThis = functionUncurryThis;
1002
- var call = functionCall;
1003
- var fails$1 = fails$a;
1017
+ var DESCRIPTORS$2 = descriptors;
1018
+ var uncurryThis$3 = functionUncurryThis;
1019
+ var call$4 = functionCall;
1020
+ var fails$5 = fails$e;
1004
1021
  var objectKeys$1 = objectKeys$2;
1005
1022
  var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
1006
1023
  var propertyIsEnumerableModule = objectPropertyIsEnumerable;
1007
- var toObject = toObject$2;
1024
+ var toObject$1 = toObject$3;
1008
1025
  var IndexedObject = indexedObject;
1009
1026
 
1010
1027
  // eslint-disable-next-line es/no-object-assign -- safe
1011
1028
  var $assign = Object.assign;
1012
1029
  // eslint-disable-next-line es/no-object-defineproperty -- required for testing
1013
- var defineProperty$1 = Object.defineProperty;
1014
- var concat = uncurryThis([].concat);
1030
+ var defineProperty$3 = Object.defineProperty;
1031
+ var concat = uncurryThis$3([].concat);
1015
1032
 
1016
1033
  // `Object.assign` method
1017
1034
  // https://tc39.es/ecma262/#sec-object.assign
1018
- var objectAssign = !$assign || fails$1(function () {
1035
+ var objectAssign = !$assign || fails$5(function () {
1019
1036
  // should have correct order of operations (Edge bug)
1020
- if (DESCRIPTORS$1 && $assign({ b: 1 }, $assign(defineProperty$1({}, 'a', {
1037
+ if (DESCRIPTORS$2 && $assign({ b: 1 }, $assign(defineProperty$3({}, 'a', {
1021
1038
  enumerable: true,
1022
1039
  get: function () {
1023
- defineProperty$1(this, 'b', {
1040
+ defineProperty$3(this, 'b', {
1024
1041
  value: 3,
1025
1042
  enumerable: false
1026
1043
  });
@@ -1037,7 +1054,7 @@ var objectAssign = !$assign || fails$1(function () {
1037
1054
  alphabet.split('').forEach(function (chr) { B[chr] = chr; });
1038
1055
  return $assign({}, A)[symbol] !== 7 || objectKeys$1($assign({}, B)).join('') !== alphabet;
1039
1056
  }) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length`
1040
- var T = toObject(target);
1057
+ var T = toObject$1(target);
1041
1058
  var argumentsLength = arguments.length;
1042
1059
  var index = 1;
1043
1060
  var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
@@ -1050,18 +1067,18 @@ var objectAssign = !$assign || fails$1(function () {
1050
1067
  var key;
1051
1068
  while (length > j) {
1052
1069
  key = keys[j++];
1053
- if (!DESCRIPTORS$1 || call(propertyIsEnumerable, S, key)) T[key] = S[key];
1070
+ if (!DESCRIPTORS$2 || call$4(propertyIsEnumerable, S, key)) T[key] = S[key];
1054
1071
  }
1055
1072
  } return T;
1056
1073
  } : $assign;
1057
1074
 
1058
- var $$1 = _export;
1075
+ var $$9 = _export;
1059
1076
  var assign = objectAssign;
1060
1077
 
1061
1078
  // `Object.assign` method
1062
1079
  // https://tc39.es/ecma262/#sec-object.assign
1063
1080
  // eslint-disable-next-line es/no-object-assign -- required for testing
1064
- $$1({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1081
+ $$9({ target: 'Object', stat: true, arity: 2, forced: Object.assign !== assign }, {
1065
1082
  assign: assign
1066
1083
  });
1067
1084
 
@@ -1351,6 +1368,7 @@ const chatRuntimeSettingsSchema = {
1351
1368
  value: 'boolean',
1352
1369
  optional: true
1353
1370
  },
1371
+ // @deprecated - no longer supported
1354
1372
  avatarContainerMode: {
1355
1373
  type: 'enum',
1356
1374
  values: ['dialog', 'contained'],
@@ -1513,6 +1531,18 @@ const chatCustomizationSchema = {
1513
1531
  }
1514
1532
  }
1515
1533
  },
1534
+ avatar: {
1535
+ type: 'object',
1536
+ optional: true,
1537
+ allowUnknownProperties: true,
1538
+ properties: {
1539
+ stage: {
1540
+ type: 'enum',
1541
+ values: ['contained', 'fullscreen'],
1542
+ optional: true
1543
+ }
1544
+ }
1545
+ },
1516
1546
  initialPage: {
1517
1547
  type: 'object',
1518
1548
  optional: true,
@@ -1578,7 +1608,8 @@ const floaterVisualSettingsSchema = {
1578
1608
  values: ['chat', 'everywhere'],
1579
1609
  optional: true
1580
1610
  },
1581
- context: chatContextSchema
1611
+ context: chatContextSchema,
1612
+ customization: chatCustomizationSchema
1582
1613
  }
1583
1614
  };
1584
1615
  const floaterCTAVisualSettingsSchema = {
@@ -1605,6 +1636,7 @@ const floaterCTAVisualSettingsSchema = {
1605
1636
  optional: true
1606
1637
  },
1607
1638
  context: chatContextSchema,
1639
+ customization: chatCustomizationSchema,
1608
1640
  type: {
1609
1641
  type: 'literal',
1610
1642
  value: 'button',
@@ -1824,19 +1856,19 @@ const popupVisualSettingsSchema = {
1824
1856
 
1825
1857
  var objectDefineProperties = {};
1826
1858
 
1827
- var DESCRIPTORS = descriptors;
1859
+ var DESCRIPTORS$1 = descriptors;
1828
1860
  var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
1829
1861
  var definePropertyModule = objectDefineProperty;
1830
- var anObject$1 = anObject$4;
1831
- var toIndexedObject = toIndexedObject$4;
1862
+ var anObject$3 = anObject$6;
1863
+ var toIndexedObject$1 = toIndexedObject$5;
1832
1864
  var objectKeys = objectKeys$2;
1833
1865
 
1834
1866
  // `Object.defineProperties` method
1835
1867
  // https://tc39.es/ecma262/#sec-object.defineproperties
1836
1868
  // eslint-disable-next-line es/no-object-defineproperties -- safe
1837
- objectDefineProperties.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
1838
- anObject$1(O);
1839
- var props = toIndexedObject(Properties);
1869
+ objectDefineProperties.f = DESCRIPTORS$1 && !V8_PROTOTYPE_DEFINE_BUG ? Object.defineProperties : function defineProperties(O, Properties) {
1870
+ anObject$3(O);
1871
+ var props = toIndexedObject$1(Properties);
1840
1872
  var keys = objectKeys(Properties);
1841
1873
  var length = keys.length;
1842
1874
  var index = 0;
@@ -1845,24 +1877,24 @@ objectDefineProperties.f = DESCRIPTORS && !V8_PROTOTYPE_DEFINE_BUG ? Object.defi
1845
1877
  return O;
1846
1878
  };
1847
1879
 
1848
- var getBuiltIn = getBuiltIn$3;
1880
+ var getBuiltIn$1 = getBuiltIn$4;
1849
1881
 
1850
- var html$1 = getBuiltIn('document', 'documentElement');
1882
+ var html$1 = getBuiltIn$1('document', 'documentElement');
1851
1883
 
1852
1884
  /* global ActiveXObject -- old IE, WSH */
1853
- var anObject = anObject$4;
1885
+ var anObject$2 = anObject$6;
1854
1886
  var definePropertiesModule = objectDefineProperties;
1855
1887
  var enumBugKeys = enumBugKeys$3;
1856
1888
  var hiddenKeys = hiddenKeys$4;
1857
1889
  var html = html$1;
1858
- var documentCreateElement = documentCreateElement$1;
1859
- var sharedKey = sharedKey$2;
1890
+ var documentCreateElement$1 = documentCreateElement$2;
1891
+ var sharedKey$1 = sharedKey$3;
1860
1892
 
1861
1893
  var GT = '>';
1862
1894
  var LT = '<';
1863
1895
  var PROTOTYPE = 'prototype';
1864
1896
  var SCRIPT = 'script';
1865
- var IE_PROTO = sharedKey('IE_PROTO');
1897
+ var IE_PROTO$1 = sharedKey$1('IE_PROTO');
1866
1898
 
1867
1899
  var EmptyConstructor = function () { /* empty */ };
1868
1900
 
@@ -1883,7 +1915,7 @@ var NullProtoObjectViaActiveX = function (activeXDocument) {
1883
1915
  // Create object with fake `null` prototype: use iframe Object with cleared prototype
1884
1916
  var NullProtoObjectViaIFrame = function () {
1885
1917
  // Thrash, waste and sodomy: IE GC bug
1886
- var iframe = documentCreateElement('iframe');
1918
+ var iframe = documentCreateElement$1('iframe');
1887
1919
  var JS = 'java' + SCRIPT + ':';
1888
1920
  var iframeDocument;
1889
1921
  iframe.style.display = 'none';
@@ -1917,7 +1949,7 @@ var NullProtoObject = function () {
1917
1949
  return NullProtoObject();
1918
1950
  };
1919
1951
 
1920
- hiddenKeys[IE_PROTO] = true;
1952
+ hiddenKeys[IE_PROTO$1] = true;
1921
1953
 
1922
1954
  // `Object.create` method
1923
1955
  // https://tc39.es/ecma262/#sec-object.create
@@ -1925,57 +1957,57 @@ hiddenKeys[IE_PROTO] = true;
1925
1957
  var objectCreate = Object.create || function create(O, Properties) {
1926
1958
  var result;
1927
1959
  if (O !== null) {
1928
- EmptyConstructor[PROTOTYPE] = anObject(O);
1960
+ EmptyConstructor[PROTOTYPE] = anObject$2(O);
1929
1961
  result = new EmptyConstructor();
1930
1962
  EmptyConstructor[PROTOTYPE] = null;
1931
1963
  // add "__proto__" for Object.getPrototypeOf polyfill
1932
- result[IE_PROTO] = O;
1964
+ result[IE_PROTO$1] = O;
1933
1965
  } else result = NullProtoObject();
1934
1966
  return Properties === undefined ? result : definePropertiesModule.f(result, Properties);
1935
1967
  };
1936
1968
 
1937
- var wellKnownSymbol = wellKnownSymbol$2;
1938
- var create = objectCreate;
1939
- var defineProperty = objectDefineProperty.f;
1969
+ var wellKnownSymbol$4 = wellKnownSymbol$6;
1970
+ var create$1 = objectCreate;
1971
+ var defineProperty$2 = objectDefineProperty.f;
1940
1972
 
1941
- var UNSCOPABLES = wellKnownSymbol('unscopables');
1973
+ var UNSCOPABLES = wellKnownSymbol$4('unscopables');
1942
1974
  var ArrayPrototype = Array.prototype;
1943
1975
 
1944
1976
  // Array.prototype[@@unscopables]
1945
1977
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1946
1978
  if (ArrayPrototype[UNSCOPABLES] === undefined) {
1947
- defineProperty(ArrayPrototype, UNSCOPABLES, {
1979
+ defineProperty$2(ArrayPrototype, UNSCOPABLES, {
1948
1980
  configurable: true,
1949
- value: create(null)
1981
+ value: create$1(null)
1950
1982
  });
1951
1983
  }
1952
1984
 
1953
1985
  // add a key to Array.prototype[@@unscopables]
1954
- var addToUnscopables$1 = function (key) {
1986
+ var addToUnscopables$2 = function (key) {
1955
1987
  ArrayPrototype[UNSCOPABLES][key] = true;
1956
1988
  };
1957
1989
 
1958
- var $ = _export;
1990
+ var $$8 = _export;
1959
1991
  var $includes = arrayIncludes.includes;
1960
- var fails = fails$a;
1961
- var addToUnscopables = addToUnscopables$1;
1992
+ var fails$4 = fails$e;
1993
+ var addToUnscopables$1 = addToUnscopables$2;
1962
1994
 
1963
1995
  // FF99+ bug
1964
- var BROKEN_ON_SPARSE = fails(function () {
1996
+ var BROKEN_ON_SPARSE = fails$4(function () {
1965
1997
  // eslint-disable-next-line es/no-array-prototype-includes -- detection
1966
1998
  return !Array(1).includes();
1967
1999
  });
1968
2000
 
1969
2001
  // `Array.prototype.includes` method
1970
2002
  // https://tc39.es/ecma262/#sec-array.prototype.includes
1971
- $({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
2003
+ $$8({ target: 'Array', proto: true, forced: BROKEN_ON_SPARSE }, {
1972
2004
  includes: function includes(el /* , fromIndex = 0 */) {
1973
2005
  return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
1974
2006
  }
1975
2007
  });
1976
2008
 
1977
2009
  // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
1978
- addToUnscopables('includes');
2010
+ addToUnscopables$1('includes');
1979
2011
 
1980
2012
  /**
1981
2013
  This list is closed and SHOULD NOT be updates.
@@ -1984,7 +2016,7 @@ addToUnscopables('includes');
1984
2016
  them forever.
1985
2017
  new tools will automatically use their relevant widget names
1986
2018
  */
1987
- const GENIE_RUNTIMES = ['followups-tool', 'sources-tool', 'flashcards-tool', 'content-gallery-tool'];
2019
+ const GENIE_RUNTIMES = ['followups-tool', 'sources-tool', 'flashcards-tool', 'content-gallery-tool', 'user-properties-form-tool'];
1988
2020
  const GEN_UI_RUNTIMES = ['gen-ui-composer-tool', 'gen-ui-components-tool'];
1989
2021
  /* End of closed list */
1990
2022
  const getResolvedWidgetName = params => {
@@ -2077,11 +2109,6 @@ const avatarRuntimeSettingsSchema = {
2077
2109
  value: 'boolean',
2078
2110
  optional: true
2079
2111
  },
2080
- castMode: {
2081
- type: 'primitive',
2082
- value: 'string',
2083
- optional: true
2084
- },
2085
2112
  kaltura: {
2086
2113
  type: 'object',
2087
2114
  properties: {
@@ -2090,6 +2117,11 @@ const avatarRuntimeSettingsSchema = {
2090
2117
  value: 'string'
2091
2118
  },
2092
2119
  context: chatContextSchema,
2120
+ everywhere: {
2121
+ type: 'primitive',
2122
+ value: 'boolean',
2123
+ optional: true
2124
+ },
2093
2125
  capabilities: {
2094
2126
  type: 'object',
2095
2127
  optional: true,
@@ -2150,6 +2182,33 @@ const avatarRuntimeChatVisualSettingsSchema = {
2150
2182
  }
2151
2183
  };
2152
2184
 
2185
+ const avatarRuntimeContainedVisualSettingsSchema = {
2186
+ type: 'object',
2187
+ properties: {
2188
+ schemaVersion: {
2189
+ type: 'literal',
2190
+ value: '1',
2191
+ optional: true
2192
+ }
2193
+ }
2194
+ };
2195
+
2196
+ const avatarRuntimeFloaterVisualSettingsSchema = {
2197
+ type: 'object',
2198
+ properties: {
2199
+ schemaVersion: {
2200
+ type: 'literal',
2201
+ value: '1',
2202
+ optional: true
2203
+ },
2204
+ panelSide: {
2205
+ type: 'enum',
2206
+ values: ['left', 'right'],
2207
+ optional: true
2208
+ }
2209
+ }
2210
+ };
2211
+
2153
2212
  /**
2154
2213
  * Audio device types for avatar connections.
2155
2214
  */
@@ -2160,22 +2219,6 @@ var DeviceType;
2160
2219
  /** Speaker/headphone output device */
2161
2220
  DeviceType["AudioOutput"] = "audiooutput";
2162
2221
  })(DeviceType || (DeviceType = {}));
2163
- /**
2164
- * Avatar connection status states.
2165
- *
2166
- * @deprecated Use AvatarConnectionStatus instead
2167
- */
2168
- var AvatarStatus;
2169
- (function (AvatarStatus) {
2170
- /** Establishing connection */
2171
- AvatarStatus["Connecting"] = "connecting";
2172
- /** Successfully connected */
2173
- AvatarStatus["Connected"] = "connected";
2174
- /** Not connected */
2175
- AvatarStatus["Disconnected"] = "disconnected";
2176
- /** Connection error occurred */
2177
- AvatarStatus["Error"] = "error";
2178
- })(AvatarStatus || (AvatarStatus = {}));
2179
2222
  /**
2180
2223
  * Avatar connection lifecycle states.
2181
2224
  */
@@ -2192,16 +2235,6 @@ var AvatarConnectionStatus;
2192
2235
  /** Connection error occurred */
2193
2236
  AvatarConnectionStatus["Error"] = "error";
2194
2237
  })(AvatarConnectionStatus || (AvatarConnectionStatus = {}));
2195
- /**
2196
- * Reasons why avatar agent may be unavailable.
2197
- */
2198
- var AgentUnavailabilityReasons;
2199
- (function (AgentUnavailabilityReasons) {
2200
- /** No agents are currently available */
2201
- AgentUnavailabilityReasons["NoAgents"] = "NoAgents";
2202
- /** Maximum concurrent connections reached */
2203
- AgentUnavailabilityReasons["CapacityReached"] = "CapacityReached";
2204
- })(AgentUnavailabilityReasons || (AgentUnavailabilityReasons = {}));
2205
2238
  var DisconnectReasons;
2206
2239
  (function (DisconnectReasons) {
2207
2240
  DisconnectReasons["UserRequested"] = "UserRequested";
@@ -2229,195 +2262,927 @@ const isAvatarConnectionProxyInternalType = x => {
2229
2262
  return '_directEventToServer' in x && 'webSocket' in x && typeof ((_a = x.webSocket) === null || _a === void 0 ? void 0 : _a.onChanges) === 'function';
2230
2263
  };
2231
2264
 
2232
- const avatarRuntimeContainedVisualSettingsSchema = {
2233
- type: 'object',
2234
- properties: {
2235
- schemaVersion: {
2236
- type: 'literal',
2237
- value: '1',
2238
- optional: true
2265
+ var iterators = {};
2266
+
2267
+ var fails$3 = fails$e;
2268
+
2269
+ var correctPrototypeGetter = !fails$3(function () {
2270
+ function F() { /* empty */ }
2271
+ F.prototype.constructor = null;
2272
+ // eslint-disable-next-line es/no-object-getprototypeof -- required for testing
2273
+ return Object.getPrototypeOf(new F()) !== F.prototype;
2274
+ });
2275
+
2276
+ var hasOwn$1 = hasOwnProperty_1;
2277
+ var isCallable$2 = isCallable$d;
2278
+ var toObject = toObject$3;
2279
+ var sharedKey = sharedKey$3;
2280
+ var CORRECT_PROTOTYPE_GETTER = correctPrototypeGetter;
2281
+
2282
+ var IE_PROTO = sharedKey('IE_PROTO');
2283
+ var $Object = Object;
2284
+ var ObjectPrototype = $Object.prototype;
2285
+
2286
+ // `Object.getPrototypeOf` method
2287
+ // https://tc39.es/ecma262/#sec-object.getprototypeof
2288
+ // eslint-disable-next-line es/no-object-getprototypeof -- safe
2289
+ var objectGetPrototypeOf = CORRECT_PROTOTYPE_GETTER ? $Object.getPrototypeOf : function (O) {
2290
+ var object = toObject(O);
2291
+ if (hasOwn$1(object, IE_PROTO)) return object[IE_PROTO];
2292
+ var constructor = object.constructor;
2293
+ if (isCallable$2(constructor) && object instanceof constructor) {
2294
+ return constructor.prototype;
2295
+ } return object instanceof $Object ? ObjectPrototype : null;
2296
+ };
2297
+
2298
+ var fails$2 = fails$e;
2299
+ var isCallable$1 = isCallable$d;
2300
+ var isObject$2 = isObject$8;
2301
+ var getPrototypeOf$1 = objectGetPrototypeOf;
2302
+ var defineBuiltIn$1 = defineBuiltIn$3;
2303
+ var wellKnownSymbol$3 = wellKnownSymbol$6;
2304
+
2305
+ var ITERATOR$2 = wellKnownSymbol$3('iterator');
2306
+ var BUGGY_SAFARI_ITERATORS$1 = false;
2307
+
2308
+ // `%IteratorPrototype%` object
2309
+ // https://tc39.es/ecma262/#sec-%iteratorprototype%-object
2310
+ var IteratorPrototype$2, PrototypeOfArrayIteratorPrototype, arrayIterator;
2311
+
2312
+ /* eslint-disable es/no-array-prototype-keys -- safe */
2313
+ if ([].keys) {
2314
+ arrayIterator = [].keys();
2315
+ // Safari 8 has buggy iterators w/o `next`
2316
+ if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS$1 = true;
2317
+ else {
2318
+ PrototypeOfArrayIteratorPrototype = getPrototypeOf$1(getPrototypeOf$1(arrayIterator));
2319
+ if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype$2 = PrototypeOfArrayIteratorPrototype;
2320
+ }
2321
+ }
2322
+
2323
+ var NEW_ITERATOR_PROTOTYPE = !isObject$2(IteratorPrototype$2) || fails$2(function () {
2324
+ var test = {};
2325
+ // FF44- legacy iterators case
2326
+ return IteratorPrototype$2[ITERATOR$2].call(test) !== test;
2327
+ });
2328
+
2329
+ if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype$2 = {};
2330
+
2331
+ // `%IteratorPrototype%[@@iterator]()` method
2332
+ // https://tc39.es/ecma262/#sec-%iteratorprototype%-@@iterator
2333
+ if (!isCallable$1(IteratorPrototype$2[ITERATOR$2])) {
2334
+ defineBuiltIn$1(IteratorPrototype$2, ITERATOR$2, function () {
2335
+ return this;
2336
+ });
2337
+ }
2338
+
2339
+ var iteratorsCore = {
2340
+ IteratorPrototype: IteratorPrototype$2,
2341
+ BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS$1
2342
+ };
2343
+
2344
+ var defineProperty$1 = objectDefineProperty.f;
2345
+ var hasOwn = hasOwnProperty_1;
2346
+ var wellKnownSymbol$2 = wellKnownSymbol$6;
2347
+
2348
+ var TO_STRING_TAG = wellKnownSymbol$2('toStringTag');
2349
+
2350
+ var setToStringTag$3 = function (target, TAG, STATIC) {
2351
+ if (target && !STATIC) target = target.prototype;
2352
+ if (target && !hasOwn(target, TO_STRING_TAG)) {
2353
+ defineProperty$1(target, TO_STRING_TAG, { configurable: true, value: TAG });
2354
+ }
2355
+ };
2356
+
2357
+ var IteratorPrototype$1 = iteratorsCore.IteratorPrototype;
2358
+ var create = objectCreate;
2359
+ var createPropertyDescriptor = createPropertyDescriptor$3;
2360
+ var setToStringTag$2 = setToStringTag$3;
2361
+ var Iterators$2 = iterators;
2362
+
2363
+ var returnThis$1 = function () { return this; };
2364
+
2365
+ var iteratorCreateConstructor = function (IteratorConstructor, NAME, next, ENUMERABLE_NEXT) {
2366
+ var TO_STRING_TAG = NAME + ' Iterator';
2367
+ IteratorConstructor.prototype = create(IteratorPrototype$1, { next: createPropertyDescriptor(+!ENUMERABLE_NEXT, next) });
2368
+ setToStringTag$2(IteratorConstructor, TO_STRING_TAG, false);
2369
+ Iterators$2[TO_STRING_TAG] = returnThis$1;
2370
+ return IteratorConstructor;
2371
+ };
2372
+
2373
+ var uncurryThis$2 = functionUncurryThis;
2374
+ var aCallable$1 = aCallable$3;
2375
+
2376
+ var functionUncurryThisAccessor = function (object, key, method) {
2377
+ try {
2378
+ // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
2379
+ return uncurryThis$2(aCallable$1(Object.getOwnPropertyDescriptor(object, key)[method]));
2380
+ } catch (error) { /* empty */ }
2381
+ };
2382
+
2383
+ var isObject$1 = isObject$8;
2384
+
2385
+ var isPossiblePrototype$1 = function (argument) {
2386
+ return isObject$1(argument) || argument === null;
2387
+ };
2388
+
2389
+ var isPossiblePrototype = isPossiblePrototype$1;
2390
+
2391
+ var $String = String;
2392
+ var $TypeError$1 = TypeError;
2393
+
2394
+ var aPossiblePrototype$1 = function (argument) {
2395
+ if (isPossiblePrototype(argument)) return argument;
2396
+ throw new $TypeError$1("Can't set " + $String(argument) + ' as a prototype');
2397
+ };
2398
+
2399
+ /* eslint-disable no-proto -- safe */
2400
+ var uncurryThisAccessor$1 = functionUncurryThisAccessor;
2401
+ var isObject = isObject$8;
2402
+ var requireObjectCoercible = requireObjectCoercible$3;
2403
+ var aPossiblePrototype = aPossiblePrototype$1;
2404
+
2405
+ // `Object.setPrototypeOf` method
2406
+ // https://tc39.es/ecma262/#sec-object.setprototypeof
2407
+ // Works with __proto__ only. Old v8 can't work with null proto objects.
2408
+ // eslint-disable-next-line es/no-object-setprototypeof -- safe
2409
+ var objectSetPrototypeOf = Object.setPrototypeOf || ('__proto__' in {} ? function () {
2410
+ var CORRECT_SETTER = false;
2411
+ var test = {};
2412
+ var setter;
2413
+ try {
2414
+ setter = uncurryThisAccessor$1(Object.prototype, '__proto__', 'set');
2415
+ setter(test, []);
2416
+ CORRECT_SETTER = test instanceof Array;
2417
+ } catch (error) { /* empty */ }
2418
+ return function setPrototypeOf(O, proto) {
2419
+ requireObjectCoercible(O);
2420
+ aPossiblePrototype(proto);
2421
+ if (!isObject(O)) return O;
2422
+ if (CORRECT_SETTER) setter(O, proto);
2423
+ else O.__proto__ = proto;
2424
+ return O;
2425
+ };
2426
+ }() : undefined);
2427
+
2428
+ var $$7 = _export;
2429
+ var call$3 = functionCall;
2430
+ var FunctionName = functionName;
2431
+ var isCallable = isCallable$d;
2432
+ var createIteratorConstructor = iteratorCreateConstructor;
2433
+ var getPrototypeOf = objectGetPrototypeOf;
2434
+ var setPrototypeOf = objectSetPrototypeOf;
2435
+ var setToStringTag$1 = setToStringTag$3;
2436
+ var createNonEnumerableProperty$1 = createNonEnumerableProperty$4;
2437
+ var defineBuiltIn = defineBuiltIn$3;
2438
+ var wellKnownSymbol$1 = wellKnownSymbol$6;
2439
+ var Iterators$1 = iterators;
2440
+ var IteratorsCore = iteratorsCore;
2441
+
2442
+ var PROPER_FUNCTION_NAME = FunctionName.PROPER;
2443
+ var CONFIGURABLE_FUNCTION_NAME = FunctionName.CONFIGURABLE;
2444
+ var IteratorPrototype = IteratorsCore.IteratorPrototype;
2445
+ var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS;
2446
+ var ITERATOR$1 = wellKnownSymbol$1('iterator');
2447
+ var KEYS = 'keys';
2448
+ var VALUES = 'values';
2449
+ var ENTRIES = 'entries';
2450
+
2451
+ var returnThis = function () { return this; };
2452
+
2453
+ var iteratorDefine = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) {
2454
+ createIteratorConstructor(IteratorConstructor, NAME, next);
2455
+
2456
+ var getIterationMethod = function (KIND) {
2457
+ if (KIND === DEFAULT && defaultIterator) return defaultIterator;
2458
+ if (!BUGGY_SAFARI_ITERATORS && KIND && KIND in IterablePrototype) return IterablePrototype[KIND];
2459
+
2460
+ switch (KIND) {
2461
+ case KEYS: return function keys() { return new IteratorConstructor(this, KIND); };
2462
+ case VALUES: return function values() { return new IteratorConstructor(this, KIND); };
2463
+ case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); };
2464
+ }
2465
+
2466
+ return function () { return new IteratorConstructor(this); };
2467
+ };
2468
+
2469
+ var TO_STRING_TAG = NAME + ' Iterator';
2470
+ var INCORRECT_VALUES_NAME = false;
2471
+ var IterablePrototype = Iterable.prototype;
2472
+ var nativeIterator = IterablePrototype[ITERATOR$1]
2473
+ || IterablePrototype['@@iterator']
2474
+ || DEFAULT && IterablePrototype[DEFAULT];
2475
+ var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT);
2476
+ var anyNativeIterator = NAME === 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator;
2477
+ var CurrentIteratorPrototype, methods, KEY;
2478
+
2479
+ // fix native
2480
+ if (anyNativeIterator) {
2481
+ CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable()));
2482
+ if (CurrentIteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) {
2483
+ if (getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) {
2484
+ if (setPrototypeOf) {
2485
+ setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype);
2486
+ } else if (!isCallable(CurrentIteratorPrototype[ITERATOR$1])) {
2487
+ defineBuiltIn(CurrentIteratorPrototype, ITERATOR$1, returnThis);
2488
+ }
2489
+ }
2490
+ // Set @@toStringTag to native iterators
2491
+ setToStringTag$1(CurrentIteratorPrototype, TO_STRING_TAG, true);
2492
+ }
2493
+ }
2494
+
2495
+ // fix Array.prototype.{ values, @@iterator }.name in V8 / FF
2496
+ if (PROPER_FUNCTION_NAME && DEFAULT === VALUES && nativeIterator && nativeIterator.name !== VALUES) {
2497
+ if (CONFIGURABLE_FUNCTION_NAME) {
2498
+ createNonEnumerableProperty$1(IterablePrototype, 'name', VALUES);
2499
+ } else {
2500
+ INCORRECT_VALUES_NAME = true;
2501
+ defaultIterator = function values() { return call$3(nativeIterator, this); };
2239
2502
  }
2240
2503
  }
2504
+
2505
+ // export additional methods
2506
+ if (DEFAULT) {
2507
+ methods = {
2508
+ values: getIterationMethod(VALUES),
2509
+ keys: IS_SET ? defaultIterator : getIterationMethod(KEYS),
2510
+ entries: getIterationMethod(ENTRIES)
2511
+ };
2512
+ if (FORCED) for (KEY in methods) {
2513
+ if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) {
2514
+ defineBuiltIn(IterablePrototype, KEY, methods[KEY]);
2515
+ }
2516
+ } else $$7({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);
2517
+ }
2518
+
2519
+ // define iterator
2520
+ if (IterablePrototype[ITERATOR$1] !== defaultIterator) {
2521
+ defineBuiltIn(IterablePrototype, ITERATOR$1, defaultIterator, { name: DEFAULT });
2522
+ }
2523
+ Iterators$1[NAME] = defaultIterator;
2524
+
2525
+ return methods;
2241
2526
  };
2242
2527
 
2243
- const avatarRuntimeLobbyVisualSettingsSchema = {
2244
- type: 'object',
2245
- properties: {
2246
- schemaVersion: {
2247
- type: 'literal',
2248
- value: '1',
2249
- optional: true
2250
- },
2251
- variant: {
2252
- type: 'enum',
2253
- values: ['agent'],
2254
- optional: true
2255
- },
2256
- threadId: {
2257
- type: 'primitive',
2258
- value: 'string',
2259
- optional: true
2260
- },
2261
- messageId: {
2262
- type: 'primitive',
2263
- value: 'string',
2264
- optional: true
2265
- },
2266
- agentButtonLabel: {
2267
- type: 'primitive',
2268
- value: 'string',
2269
- optional: true
2270
- },
2271
- agentSize: {
2272
- type: 'primitive',
2273
- value: 'string',
2274
- optional: true
2275
- },
2276
- styles: {
2277
- type: 'object',
2278
- properties: {
2279
- container: {
2280
- type: 'object',
2281
- properties: {},
2282
- allowUnknownProperties: true,
2283
- optional: true
2284
- },
2285
- wrapper: {
2286
- type: 'object',
2287
- properties: {},
2288
- allowUnknownProperties: true,
2289
- optional: true
2528
+ // `CreateIterResultObject` abstract operation
2529
+ // https://tc39.es/ecma262/#sec-createiterresultobject
2530
+ var createIterResultObject$1 = function (value, done) {
2531
+ return { value: value, done: done };
2532
+ };
2533
+
2534
+ var toIndexedObject = toIndexedObject$5;
2535
+ var addToUnscopables = addToUnscopables$2;
2536
+ var Iterators = iterators;
2537
+ var InternalStateModule = internalState;
2538
+ var defineProperty = objectDefineProperty.f;
2539
+ var defineIterator = iteratorDefine;
2540
+ var createIterResultObject = createIterResultObject$1;
2541
+ var DESCRIPTORS = descriptors;
2542
+
2543
+ var ARRAY_ITERATOR = 'Array Iterator';
2544
+ var setInternalState = InternalStateModule.set;
2545
+ var getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR);
2546
+
2547
+ // `Array.prototype.entries` method
2548
+ // https://tc39.es/ecma262/#sec-array.prototype.entries
2549
+ // `Array.prototype.keys` method
2550
+ // https://tc39.es/ecma262/#sec-array.prototype.keys
2551
+ // `Array.prototype.values` method
2552
+ // https://tc39.es/ecma262/#sec-array.prototype.values
2553
+ // `Array.prototype[@@iterator]` method
2554
+ // https://tc39.es/ecma262/#sec-array.prototype-@@iterator
2555
+ // `CreateArrayIterator` internal method
2556
+ // https://tc39.es/ecma262/#sec-createarrayiterator
2557
+ var es_array_iterator = defineIterator(Array, 'Array', function (iterated, kind) {
2558
+ setInternalState(this, {
2559
+ type: ARRAY_ITERATOR,
2560
+ target: toIndexedObject(iterated), // target
2561
+ index: 0, // next index
2562
+ kind: kind // kind
2563
+ });
2564
+ // `%ArrayIteratorPrototype%.next` method
2565
+ // https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next
2566
+ }, function () {
2567
+ var state = getInternalState(this);
2568
+ var target = state.target;
2569
+ var index = state.index++;
2570
+ if (!target || index >= target.length) {
2571
+ state.target = null;
2572
+ return createIterResultObject(undefined, true);
2573
+ }
2574
+ switch (state.kind) {
2575
+ case 'keys': return createIterResultObject(index, false);
2576
+ case 'values': return createIterResultObject(target[index], false);
2577
+ } return createIterResultObject([index, target[index]], false);
2578
+ }, 'values');
2579
+
2580
+ // argumentsList[@@iterator] is %ArrayProto_values%
2581
+ // https://tc39.es/ecma262/#sec-createunmappedargumentsobject
2582
+ // https://tc39.es/ecma262/#sec-createmappedargumentsobject
2583
+ var values = Iterators.Arguments = Iterators.Array;
2584
+
2585
+ // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables
2586
+ addToUnscopables('keys');
2587
+ addToUnscopables('values');
2588
+ addToUnscopables('entries');
2589
+
2590
+ // V8 ~ Chrome 45- bug
2591
+ if (DESCRIPTORS && values.name !== 'values') try {
2592
+ defineProperty(values, 'name', { value: 'values' });
2593
+ } catch (error) { /* empty */ }
2594
+
2595
+ var uncurryThis$1 = functionUncurryThis;
2596
+
2597
+ // eslint-disable-next-line es/no-set -- safe
2598
+ var SetPrototype$1 = Set.prototype;
2599
+
2600
+ var setHelpers = {
2601
+ // eslint-disable-next-line es/no-set -- safe
2602
+ Set: Set,
2603
+ add: uncurryThis$1(SetPrototype$1.add),
2604
+ has: uncurryThis$1(SetPrototype$1.has),
2605
+ remove: uncurryThis$1(SetPrototype$1['delete']),
2606
+ proto: SetPrototype$1
2607
+ };
2608
+
2609
+ var has$5 = setHelpers.has;
2610
+
2611
+ // Perform ? RequireInternalSlot(M, [[SetData]])
2612
+ var aSet$7 = function (it) {
2613
+ has$5(it);
2614
+ return it;
2615
+ };
2616
+
2617
+ var call$2 = functionCall;
2618
+
2619
+ var iterateSimple$7 = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) {
2620
+ var iterator = ITERATOR_INSTEAD_OF_RECORD ? record : record.iterator;
2621
+ var next = record.next;
2622
+ var step, result;
2623
+ while (!(step = call$2(next, iterator)).done) {
2624
+ result = fn(step.value);
2625
+ if (result !== undefined) return result;
2626
+ }
2627
+ };
2628
+
2629
+ var uncurryThis = functionUncurryThis;
2630
+ var iterateSimple$6 = iterateSimple$7;
2631
+ var SetHelpers$5 = setHelpers;
2632
+
2633
+ var Set$3 = SetHelpers$5.Set;
2634
+ var SetPrototype = SetHelpers$5.proto;
2635
+ var forEach = uncurryThis(SetPrototype.forEach);
2636
+ var keys = uncurryThis(SetPrototype.keys);
2637
+ var next = keys(new Set$3()).next;
2638
+
2639
+ var setIterate = function (set, fn, interruptible) {
2640
+ return interruptible ? iterateSimple$6({ iterator: keys(set), next: next }, fn) : forEach(set, fn);
2641
+ };
2642
+
2643
+ var SetHelpers$4 = setHelpers;
2644
+ var iterate$1 = setIterate;
2645
+
2646
+ var Set$2 = SetHelpers$4.Set;
2647
+ var add$3 = SetHelpers$4.add;
2648
+
2649
+ var setClone = function (set) {
2650
+ var result = new Set$2();
2651
+ iterate$1(set, function (it) {
2652
+ add$3(result, it);
2653
+ });
2654
+ return result;
2655
+ };
2656
+
2657
+ var uncurryThisAccessor = functionUncurryThisAccessor;
2658
+ var SetHelpers$3 = setHelpers;
2659
+
2660
+ var setSize = uncurryThisAccessor(SetHelpers$3.proto, 'size', 'get') || function (set) {
2661
+ return set.size;
2662
+ };
2663
+
2664
+ // `GetIteratorDirect(obj)` abstract operation
2665
+ // https://tc39.es/ecma262/#sec-getiteratordirect
2666
+ var getIteratorDirect$1 = function (obj) {
2667
+ return {
2668
+ iterator: obj,
2669
+ next: obj.next,
2670
+ done: false
2671
+ };
2672
+ };
2673
+
2674
+ var aCallable = aCallable$3;
2675
+ var anObject$1 = anObject$6;
2676
+ var call$1 = functionCall;
2677
+ var toIntegerOrInfinity = toIntegerOrInfinity$3;
2678
+ var getIteratorDirect = getIteratorDirect$1;
2679
+
2680
+ var INVALID_SIZE = 'Invalid size';
2681
+ var $RangeError = RangeError;
2682
+ var $TypeError = TypeError;
2683
+ var max = Math.max;
2684
+
2685
+ var SetRecord = function (set, intSize) {
2686
+ this.set = set;
2687
+ this.size = max(intSize, 0);
2688
+ this.has = aCallable(set.has);
2689
+ this.keys = aCallable(set.keys);
2690
+ };
2691
+
2692
+ SetRecord.prototype = {
2693
+ getIterator: function () {
2694
+ return getIteratorDirect(anObject$1(call$1(this.keys, this.set)));
2695
+ },
2696
+ includes: function (it) {
2697
+ return call$1(this.has, this.set, it);
2698
+ }
2699
+ };
2700
+
2701
+ // `GetSetRecord` abstract operation
2702
+ // https://tc39.es/proposal-set-methods/#sec-getsetrecord
2703
+ var getSetRecord$7 = function (obj) {
2704
+ anObject$1(obj);
2705
+ var numSize = +obj.size;
2706
+ // NOTE: If size is undefined, then numSize will be NaN
2707
+ // eslint-disable-next-line no-self-compare -- NaN check
2708
+ if (numSize !== numSize) throw new $TypeError(INVALID_SIZE);
2709
+ var intSize = toIntegerOrInfinity(numSize);
2710
+ if (intSize < 0) throw new $RangeError(INVALID_SIZE);
2711
+ return new SetRecord(obj, intSize);
2712
+ };
2713
+
2714
+ var aSet$6 = aSet$7;
2715
+ var SetHelpers$2 = setHelpers;
2716
+ var clone$2 = setClone;
2717
+ var size$4 = setSize;
2718
+ var getSetRecord$6 = getSetRecord$7;
2719
+ var iterateSet$2 = setIterate;
2720
+ var iterateSimple$5 = iterateSimple$7;
2721
+
2722
+ var has$4 = SetHelpers$2.has;
2723
+ var remove$1 = SetHelpers$2.remove;
2724
+
2725
+ // `Set.prototype.difference` method
2726
+ // https://tc39.es/ecma262/#sec-set.prototype.difference
2727
+ var setDifference = function difference(other) {
2728
+ var O = aSet$6(this);
2729
+ var otherRec = getSetRecord$6(other);
2730
+ var result = clone$2(O);
2731
+ if (size$4(O) <= otherRec.size) iterateSet$2(O, function (e) {
2732
+ if (otherRec.includes(e)) remove$1(result, e);
2733
+ });
2734
+ else iterateSimple$5(otherRec.getIterator(), function (e) {
2735
+ if (has$4(result, e)) remove$1(result, e);
2736
+ });
2737
+ return result;
2738
+ };
2739
+
2740
+ var getBuiltIn = getBuiltIn$4;
2741
+
2742
+ var createSetLike = function (size) {
2743
+ return {
2744
+ size: size,
2745
+ has: function () {
2746
+ return false;
2747
+ },
2748
+ keys: function () {
2749
+ return {
2750
+ next: function () {
2751
+ return { done: true };
2290
2752
  }
2291
- },
2292
- optional: true
2753
+ };
2754
+ }
2755
+ };
2756
+ };
2757
+
2758
+ var createSetLikeWithInfinitySize = function (size) {
2759
+ return {
2760
+ size: size,
2761
+ has: function () {
2762
+ return true;
2293
2763
  },
2294
- onOpen: {
2295
- type: 'function',
2296
- optional: true
2764
+ keys: function () {
2765
+ throw new Error('e');
2766
+ }
2767
+ };
2768
+ };
2769
+
2770
+ var setMethodAcceptSetLike$7 = function (name, callback) {
2771
+ var Set = getBuiltIn('Set');
2772
+ try {
2773
+ new Set()[name](createSetLike(0));
2774
+ try {
2775
+ // late spec change, early WebKit ~ Safari 17 implementation does not pass it
2776
+ // https://github.com/tc39/proposal-set-methods/pull/88
2777
+ // also covered engines with
2778
+ // https://bugs.webkit.org/show_bug.cgi?id=272679
2779
+ new Set()[name](createSetLike(-1));
2780
+ return false;
2781
+ } catch (error2) {
2782
+ if (!callback) return true;
2783
+ // early V8 implementation bug
2784
+ // https://issues.chromium.org/issues/351332634
2785
+ try {
2786
+ new Set()[name](createSetLikeWithInfinitySize(-Infinity));
2787
+ return false;
2788
+ } catch (error) {
2789
+ var set = new Set([1, 2]);
2790
+ return callback(set[name](createSetLikeWithInfinitySize(Infinity)));
2791
+ }
2297
2792
  }
2793
+ } catch (error) {
2794
+ return false;
2298
2795
  }
2299
2796
  };
2300
2797
 
2301
- const avatarRuntimeAgentVisualSettingsSchema = {
2302
- type: 'object',
2303
- properties: {
2304
- schemaVersion: {
2305
- type: 'literal',
2306
- value: '1',
2307
- optional: true
2308
- },
2309
- panelSide: {
2310
- type: 'enum',
2311
- values: ['left', 'right'],
2312
- optional: true
2798
+ var $$6 = _export;
2799
+ var difference = setDifference;
2800
+ var fails$1 = fails$e;
2801
+ var setMethodAcceptSetLike$6 = setMethodAcceptSetLike$7;
2802
+
2803
+ var SET_LIKE_INCORRECT_BEHAVIOR = !setMethodAcceptSetLike$6('difference', function (result) {
2804
+ return result.size === 0;
2805
+ });
2806
+
2807
+ var FORCED$2 = SET_LIKE_INCORRECT_BEHAVIOR || fails$1(function () {
2808
+ // https://bugs.webkit.org/show_bug.cgi?id=288595
2809
+ var setLike = {
2810
+ size: 1,
2811
+ has: function () { return true; },
2812
+ keys: function () {
2813
+ var index = 0;
2814
+ return {
2815
+ next: function () {
2816
+ var done = index++ > 1;
2817
+ if (baseSet.has(1)) baseSet.clear();
2818
+ return { done: done, value: 2 };
2819
+ }
2820
+ };
2313
2821
  }
2822
+ };
2823
+ // eslint-disable-next-line es/no-set -- testing
2824
+ var baseSet = new Set([1, 2, 3, 4]);
2825
+ // eslint-disable-next-line es/no-set-prototype-difference -- testing
2826
+ return baseSet.difference(setLike).size !== 3;
2827
+ });
2828
+
2829
+ // `Set.prototype.difference` method
2830
+ // https://tc39.es/ecma262/#sec-set.prototype.difference
2831
+ $$6({ target: 'Set', proto: true, real: true, forced: FORCED$2 }, {
2832
+ difference: difference
2833
+ });
2834
+
2835
+ var aSet$5 = aSet$7;
2836
+ var SetHelpers$1 = setHelpers;
2837
+ var size$3 = setSize;
2838
+ var getSetRecord$5 = getSetRecord$7;
2839
+ var iterateSet$1 = setIterate;
2840
+ var iterateSimple$4 = iterateSimple$7;
2841
+
2842
+ var Set$1 = SetHelpers$1.Set;
2843
+ var add$2 = SetHelpers$1.add;
2844
+ var has$3 = SetHelpers$1.has;
2845
+
2846
+ // `Set.prototype.intersection` method
2847
+ // https://tc39.es/ecma262/#sec-set.prototype.intersection
2848
+ var setIntersection = function intersection(other) {
2849
+ var O = aSet$5(this);
2850
+ var otherRec = getSetRecord$5(other);
2851
+ var result = new Set$1();
2852
+
2853
+ if (size$3(O) > otherRec.size) {
2854
+ iterateSimple$4(otherRec.getIterator(), function (e) {
2855
+ if (has$3(O, e)) add$2(result, e);
2856
+ });
2857
+ } else {
2858
+ iterateSet$1(O, function (e) {
2859
+ if (otherRec.includes(e)) add$2(result, e);
2860
+ });
2314
2861
  }
2862
+
2863
+ return result;
2315
2864
  };
2316
2865
 
2317
- const adminRuntimeSettingsSchema = {
2318
- type: 'object',
2319
- properties: {
2320
- ks: {
2321
- type: 'primitive',
2322
- value: 'string'
2323
- },
2324
- uiConfId: {
2325
- type: 'primitive',
2326
- value: 'string',
2327
- optional: true
2328
- },
2329
- partnerId: {
2330
- type: 'primitive',
2331
- value: 'string',
2332
- optional: true
2866
+ var $$5 = _export;
2867
+ var fails = fails$e;
2868
+ var intersection = setIntersection;
2869
+ var setMethodAcceptSetLike$5 = setMethodAcceptSetLike$7;
2870
+
2871
+ var INCORRECT$3 = !setMethodAcceptSetLike$5('intersection', function (result) {
2872
+ return result.size === 2 && result.has(1) && result.has(2);
2873
+ }) || fails(function () {
2874
+ // eslint-disable-next-line es/no-array-from, es/no-set, es/no-set-prototype-intersection -- testing
2875
+ return String(Array.from(new Set([1, 2, 3]).intersection(new Set([3, 2])))) !== '3,2';
2876
+ });
2877
+
2878
+ // `Set.prototype.intersection` method
2879
+ // https://tc39.es/ecma262/#sec-set.prototype.intersection
2880
+ $$5({ target: 'Set', proto: true, real: true, forced: INCORRECT$3 }, {
2881
+ intersection: intersection
2882
+ });
2883
+
2884
+ var call = functionCall;
2885
+ var anObject = anObject$6;
2886
+ var getMethod = getMethod$2;
2887
+
2888
+ var iteratorClose$2 = function (iterator, kind, value) {
2889
+ var innerResult, innerError;
2890
+ anObject(iterator);
2891
+ try {
2892
+ innerResult = getMethod(iterator, 'return');
2893
+ if (!innerResult) {
2894
+ if (kind === 'throw') throw value;
2895
+ return value;
2333
2896
  }
2897
+ innerResult = call(innerResult, iterator);
2898
+ } catch (error) {
2899
+ innerError = true;
2900
+ innerResult = error;
2334
2901
  }
2902
+ if (kind === 'throw') throw value;
2903
+ if (innerError) throw innerResult;
2904
+ anObject(innerResult);
2905
+ return value;
2906
+ };
2907
+
2908
+ var aSet$4 = aSet$7;
2909
+ var has$2 = setHelpers.has;
2910
+ var size$2 = setSize;
2911
+ var getSetRecord$4 = getSetRecord$7;
2912
+ var iterateSet = setIterate;
2913
+ var iterateSimple$3 = iterateSimple$7;
2914
+ var iteratorClose$1 = iteratorClose$2;
2915
+
2916
+ // `Set.prototype.isDisjointFrom` method
2917
+ // https://tc39.es/ecma262/#sec-set.prototype.isdisjointfrom
2918
+ var setIsDisjointFrom = function isDisjointFrom(other) {
2919
+ var O = aSet$4(this);
2920
+ var otherRec = getSetRecord$4(other);
2921
+ if (size$2(O) <= otherRec.size) return iterateSet(O, function (e) {
2922
+ if (otherRec.includes(e)) return false;
2923
+ }, true) !== false;
2924
+ var iterator = otherRec.getIterator();
2925
+ return iterateSimple$3(iterator, function (e) {
2926
+ if (has$2(O, e)) return iteratorClose$1(iterator, 'normal', false);
2927
+ }) !== false;
2928
+ };
2929
+
2930
+ var $$4 = _export;
2931
+ var isDisjointFrom = setIsDisjointFrom;
2932
+ var setMethodAcceptSetLike$4 = setMethodAcceptSetLike$7;
2933
+
2934
+ var INCORRECT$2 = !setMethodAcceptSetLike$4('isDisjointFrom', function (result) {
2935
+ return !result;
2936
+ });
2937
+
2938
+ // `Set.prototype.isDisjointFrom` method
2939
+ // https://tc39.es/ecma262/#sec-set.prototype.isdisjointfrom
2940
+ $$4({ target: 'Set', proto: true, real: true, forced: INCORRECT$2 }, {
2941
+ isDisjointFrom: isDisjointFrom
2942
+ });
2943
+
2944
+ var aSet$3 = aSet$7;
2945
+ var size$1 = setSize;
2946
+ var iterate = setIterate;
2947
+ var getSetRecord$3 = getSetRecord$7;
2948
+
2949
+ // `Set.prototype.isSubsetOf` method
2950
+ // https://tc39.es/ecma262/#sec-set.prototype.issubsetof
2951
+ var setIsSubsetOf = function isSubsetOf(other) {
2952
+ var O = aSet$3(this);
2953
+ var otherRec = getSetRecord$3(other);
2954
+ if (size$1(O) > otherRec.size) return false;
2955
+ return iterate(O, function (e) {
2956
+ if (!otherRec.includes(e)) return false;
2957
+ }, true) !== false;
2335
2958
  };
2336
- /** Runtime name constant for admin experiences */
2337
- const AdminRuntimeName = 'admin';
2338
2959
 
2339
- const adminDemoRuntimeSettingsSchema = {
2340
- type: 'object',
2341
- properties: {}
2960
+ var $$3 = _export;
2961
+ var isSubsetOf = setIsSubsetOf;
2962
+ var setMethodAcceptSetLike$3 = setMethodAcceptSetLike$7;
2963
+
2964
+ var INCORRECT$1 = !setMethodAcceptSetLike$3('isSubsetOf', function (result) {
2965
+ return result;
2966
+ });
2967
+
2968
+ // `Set.prototype.isSubsetOf` method
2969
+ // https://tc39.es/ecma262/#sec-set.prototype.issubsetof
2970
+ $$3({ target: 'Set', proto: true, real: true, forced: INCORRECT$1 }, {
2971
+ isSubsetOf: isSubsetOf
2972
+ });
2973
+
2974
+ var aSet$2 = aSet$7;
2975
+ var has$1 = setHelpers.has;
2976
+ var size = setSize;
2977
+ var getSetRecord$2 = getSetRecord$7;
2978
+ var iterateSimple$2 = iterateSimple$7;
2979
+ var iteratorClose = iteratorClose$2;
2980
+
2981
+ // `Set.prototype.isSupersetOf` method
2982
+ // https://tc39.es/ecma262/#sec-set.prototype.issupersetof
2983
+ var setIsSupersetOf = function isSupersetOf(other) {
2984
+ var O = aSet$2(this);
2985
+ var otherRec = getSetRecord$2(other);
2986
+ if (size(O) < otherRec.size) return false;
2987
+ var iterator = otherRec.getIterator();
2988
+ return iterateSimple$2(iterator, function (e) {
2989
+ if (!has$1(O, e)) return iteratorClose(iterator, 'normal', false);
2990
+ }) !== false;
2991
+ };
2992
+
2993
+ var $$2 = _export;
2994
+ var isSupersetOf = setIsSupersetOf;
2995
+ var setMethodAcceptSetLike$2 = setMethodAcceptSetLike$7;
2996
+
2997
+ var INCORRECT = !setMethodAcceptSetLike$2('isSupersetOf', function (result) {
2998
+ return !result;
2999
+ });
3000
+
3001
+ // `Set.prototype.isSupersetOf` method
3002
+ // https://tc39.es/ecma262/#sec-set.prototype.issupersetof
3003
+ $$2({ target: 'Set', proto: true, real: true, forced: INCORRECT }, {
3004
+ isSupersetOf: isSupersetOf
3005
+ });
3006
+
3007
+ var aSet$1 = aSet$7;
3008
+ var SetHelpers = setHelpers;
3009
+ var clone$1 = setClone;
3010
+ var getSetRecord$1 = getSetRecord$7;
3011
+ var iterateSimple$1 = iterateSimple$7;
3012
+
3013
+ var add$1 = SetHelpers.add;
3014
+ var has = SetHelpers.has;
3015
+ var remove = SetHelpers.remove;
3016
+
3017
+ // `Set.prototype.symmetricDifference` method
3018
+ // https://tc39.es/ecma262/#sec-set.prototype.symmetricdifference
3019
+ var setSymmetricDifference = function symmetricDifference(other) {
3020
+ var O = aSet$1(this);
3021
+ var keysIter = getSetRecord$1(other).getIterator();
3022
+ var result = clone$1(O);
3023
+ iterateSimple$1(keysIter, function (e) {
3024
+ if (has(O, e)) remove(result, e);
3025
+ else add$1(result, e);
3026
+ });
3027
+ return result;
2342
3028
  };
2343
- /** Runtime name constant for admin demo experiences */
2344
- const AdminDemoRuntimeName = 'admin-demo';
2345
3029
 
2346
- const applicationRuntimeSettingsSchema = {
2347
- type: 'object',
2348
- allowUnknownProperties: true,
2349
- properties: {
2350
- pid: {
2351
- type: 'primitive',
2352
- value: 'string'
2353
- },
2354
- // depracated - kept for backward compatibility
2355
- uiConfId: {
2356
- type: 'primitive',
2357
- value: 'string'
2358
- },
2359
- widgetId: {
2360
- type: 'primitive',
2361
- value: 'string',
2362
- optional: true
2363
- },
2364
- genieServerUrl: {
2365
- type: 'primitive',
2366
- value: 'string',
2367
- optional: true
2368
- },
2369
- ks: {
2370
- type: 'primitive',
2371
- value: 'string'
2372
- },
2373
- kalturaServerURI: {
2374
- type: 'primitive',
2375
- value: 'string'
2376
- },
2377
- getSourceUrl: {
2378
- type: 'primitive',
2379
- value: 'function',
2380
- optional: true
2381
- },
2382
- // depracated - kept for backward compatibility
2383
- analytics: {
2384
- type: 'object',
2385
- properties: {
2386
- enabled: {
2387
- type: 'primitive',
2388
- value: 'boolean',
2389
- optional: true
2390
- },
2391
- serverUrl: {
2392
- type: 'primitive',
2393
- value: 'string'
2394
- },
2395
- appName: {
2396
- type: 'primitive',
2397
- value: 'string'
2398
- },
2399
- appVersion: {
2400
- type: 'primitive',
2401
- value: 'string'
2402
- }
2403
- },
2404
- optional: true
2405
- },
2406
- branding: {
2407
- type: 'object',
2408
- properties: {
2409
- kalturaLogo: {
2410
- type: 'primitive',
2411
- value: 'boolean',
2412
- optional: true
2413
- }
2414
- },
2415
- optional: true
3030
+ // Should get iterator record of a set-like object before cloning this
3031
+ // https://bugs.webkit.org/show_bug.cgi?id=289430
3032
+ var setMethodGetKeysBeforeCloningDetection = function (METHOD_NAME) {
3033
+ try {
3034
+ // eslint-disable-next-line es/no-set -- needed for test
3035
+ var baseSet = new Set();
3036
+ var setLike = {
3037
+ size: 0,
3038
+ has: function () { return true; },
3039
+ keys: function () {
3040
+ // eslint-disable-next-line es/no-object-defineproperty -- needed for test
3041
+ return Object.defineProperty({}, 'next', {
3042
+ get: function () {
3043
+ baseSet.clear();
3044
+ baseSet.add(4);
3045
+ return function () {
3046
+ return { done: true };
3047
+ };
3048
+ }
3049
+ });
3050
+ }
3051
+ };
3052
+ var result = baseSet[METHOD_NAME](setLike);
3053
+
3054
+ return result.size === 1 && result.values().next().value === 4;
3055
+ } catch (error) {
3056
+ return false;
3057
+ }
3058
+ };
3059
+
3060
+ var $$1 = _export;
3061
+ var symmetricDifference = setSymmetricDifference;
3062
+ var setMethodGetKeysBeforeCloning$1 = setMethodGetKeysBeforeCloningDetection;
3063
+ var setMethodAcceptSetLike$1 = setMethodAcceptSetLike$7;
3064
+
3065
+ var FORCED$1 = !setMethodAcceptSetLike$1('symmetricDifference') || !setMethodGetKeysBeforeCloning$1('symmetricDifference');
3066
+
3067
+ // `Set.prototype.symmetricDifference` method
3068
+ // https://tc39.es/ecma262/#sec-set.prototype.symmetricdifference
3069
+ $$1({ target: 'Set', proto: true, real: true, forced: FORCED$1 }, {
3070
+ symmetricDifference: symmetricDifference
3071
+ });
3072
+
3073
+ var aSet = aSet$7;
3074
+ var add = setHelpers.add;
3075
+ var clone = setClone;
3076
+ var getSetRecord = getSetRecord$7;
3077
+ var iterateSimple = iterateSimple$7;
3078
+
3079
+ // `Set.prototype.union` method
3080
+ // https://tc39.es/ecma262/#sec-set.prototype.union
3081
+ var setUnion = function union(other) {
3082
+ var O = aSet(this);
3083
+ var keysIter = getSetRecord(other).getIterator();
3084
+ var result = clone(O);
3085
+ iterateSimple(keysIter, function (it) {
3086
+ add(result, it);
3087
+ });
3088
+ return result;
3089
+ };
3090
+
3091
+ var $ = _export;
3092
+ var union = setUnion;
3093
+ var setMethodGetKeysBeforeCloning = setMethodGetKeysBeforeCloningDetection;
3094
+ var setMethodAcceptSetLike = setMethodAcceptSetLike$7;
3095
+
3096
+ var FORCED = !setMethodAcceptSetLike('union') || !setMethodGetKeysBeforeCloning('union');
3097
+
3098
+ // `Set.prototype.union` method
3099
+ // https://tc39.es/ecma262/#sec-set.prototype.union
3100
+ $({ target: 'Set', proto: true, real: true, forced: FORCED }, {
3101
+ union: union
3102
+ });
3103
+
3104
+ // iterable DOM collections
3105
+ // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
3106
+ var domIterables = {
3107
+ CSSRuleList: 0,
3108
+ CSSStyleDeclaration: 0,
3109
+ CSSValueList: 0,
3110
+ ClientRectList: 0,
3111
+ DOMRectList: 0,
3112
+ DOMStringList: 0,
3113
+ DOMTokenList: 1,
3114
+ DataTransferItemList: 0,
3115
+ FileList: 0,
3116
+ HTMLAllCollection: 0,
3117
+ HTMLCollection: 0,
3118
+ HTMLFormElement: 0,
3119
+ HTMLSelectElement: 0,
3120
+ MediaList: 0,
3121
+ MimeTypeArray: 0,
3122
+ NamedNodeMap: 0,
3123
+ NodeList: 1,
3124
+ PaintRequestList: 0,
3125
+ Plugin: 0,
3126
+ PluginArray: 0,
3127
+ SVGLengthList: 0,
3128
+ SVGNumberList: 0,
3129
+ SVGPathSegList: 0,
3130
+ SVGPointList: 0,
3131
+ SVGStringList: 0,
3132
+ SVGTransformList: 0,
3133
+ SourceBufferList: 0,
3134
+ StyleSheetList: 0,
3135
+ TextTrackCueList: 0,
3136
+ TextTrackList: 0,
3137
+ TouchList: 0
3138
+ };
3139
+
3140
+ // in old WebKit versions, `element.classList` is not an instance of global `DOMTokenList`
3141
+ var documentCreateElement = documentCreateElement$2;
3142
+
3143
+ var classList = documentCreateElement('span').classList;
3144
+ var DOMTokenListPrototype$1 = classList && classList.constructor && classList.constructor.prototype;
3145
+
3146
+ var domTokenListPrototype = DOMTokenListPrototype$1 === Object.prototype ? undefined : DOMTokenListPrototype$1;
3147
+
3148
+ var globalThis$1 = globalThis_1;
3149
+ var DOMIterables = domIterables;
3150
+ var DOMTokenListPrototype = domTokenListPrototype;
3151
+ var ArrayIteratorMethods = es_array_iterator;
3152
+ var createNonEnumerableProperty = createNonEnumerableProperty$4;
3153
+ var setToStringTag = setToStringTag$3;
3154
+ var wellKnownSymbol = wellKnownSymbol$6;
3155
+
3156
+ var ITERATOR = wellKnownSymbol('iterator');
3157
+ var ArrayValues = ArrayIteratorMethods.values;
3158
+
3159
+ var handlePrototype = function (CollectionPrototype, COLLECTION_NAME) {
3160
+ if (CollectionPrototype) {
3161
+ // some Chrome versions have non-configurable methods on DOMTokenList
3162
+ if (CollectionPrototype[ITERATOR] !== ArrayValues) try {
3163
+ createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues);
3164
+ } catch (error) {
3165
+ CollectionPrototype[ITERATOR] = ArrayValues;
3166
+ }
3167
+ setToStringTag(CollectionPrototype, COLLECTION_NAME, true);
3168
+ if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) {
3169
+ // some Chrome versions have non-configurable methods on DOMTokenList
3170
+ if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try {
3171
+ createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]);
3172
+ } catch (error) {
3173
+ CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME];
3174
+ }
2416
3175
  }
2417
3176
  }
2418
3177
  };
2419
- /** Runtime name constant for application-level experiences */
2420
- const ApplicationRuntimeName = 'application';
3178
+
3179
+ for (var COLLECTION_NAME in DOMIterables) {
3180
+ handlePrototype(globalThis$1[COLLECTION_NAME] && globalThis$1[COLLECTION_NAME].prototype, COLLECTION_NAME);
3181
+ }
3182
+
3183
+ handlePrototype(DOMTokenListPrototype, 'DOMTokenList');
3184
+
3185
+ const SUPPORTED_LAYOUT_TYPES = new Set(['cinema', 'focusContent', 'balanced', 'floatingCorner']);
2421
3186
 
2422
3187
  const blockVisualContextSchema = {
2423
3188
  type: 'object',
@@ -2447,4 +3212,4 @@ const blockVisualContextSchema = {
2447
3212
  }
2448
3213
  };
2449
3214
 
2450
- export { AVATAR_DEFAULT_CAPABILITIES, AdminDemoRuntimeName, AdminRuntimeName, AgentUnavailabilityReasons, AnswerModelEnum, AnswerTypeEnum, ApplicationRuntimeName, AvatarConnectionStatus, AvatarRuntimeName, AvatarStatus, CHAT_CONTEXT_TYPE, CHAT_CONTEXT_TYPE_GLOBAL, CHAT_DEFAULT_CAPABILITIES, ChatRuntimeName, DeviceType, DisconnectReasons, adminDemoRuntimeSettingsSchema, adminRuntimeSettingsSchema, applicationRuntimeSettingsSchema, avatarRuntimeAgentVisualSettingsSchema, avatarRuntimeChatVisualSettingsSchema, avatarRuntimeContainedVisualSettingsSchema, avatarRuntimeLobbyVisualSettingsSchema, avatarRuntimeSettingsSchema, bannerVisualSettingsSchema, blockVisualContextSchema, chatContextSchema, chatCustomizationSchema, chatRuntimePlayerPluginSettingsSchema, chatRuntimeSettingsSchema, containedVisualSettingsSchema, floaterCTAVisualSettingsSchema, floaterVisualSettingsSchema, getAvatarDefaultCapabilities, getChatDefaultCapabilities, getResolvedRuntimeName, getResolvedWidgetName, getSourceUrlSchema, integrationsSchema, isAvatarConnectionProxyInternalType, pageVisualSettingsSchema, popupVisualSettingsSchema, shareUrlSchema, widgetName };
3215
+ export { AVATAR_DEFAULT_CAPABILITIES, AnswerModelEnum, AnswerTypeEnum, AvatarConnectionStatus, AvatarRuntimeName, CHAT_CONTEXT_TYPE, CHAT_CONTEXT_TYPE_GLOBAL, CHAT_DEFAULT_CAPABILITIES, ChatRuntimeName, DeviceType, DisconnectReasons, SUPPORTED_LAYOUT_TYPES, avatarRuntimeChatVisualSettingsSchema, avatarRuntimeContainedVisualSettingsSchema, avatarRuntimeFloaterVisualSettingsSchema, avatarRuntimeSettingsSchema, bannerVisualSettingsSchema, blockVisualContextSchema, chatContextSchema, chatCustomizationSchema, chatRuntimePlayerPluginSettingsSchema, chatRuntimeSettingsSchema, containedVisualSettingsSchema, floaterCTAVisualSettingsSchema, floaterVisualSettingsSchema, getAvatarDefaultCapabilities, getChatDefaultCapabilities, getResolvedRuntimeName, getResolvedWidgetName, getSourceUrlSchema, integrationsSchema, isAvatarConnectionProxyInternalType, pageVisualSettingsSchema, popupVisualSettingsSchema, shareUrlSchema, widgetName };