@nxtedition/types 23.0.24 → 23.0.25

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.
@@ -148,35 +148,35 @@ export const assertSettingsRecord = (input, errorFactory) => {
148
148
  value: input.autoLogoutTime
149
149
  }, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) || $guard(_exceptionable, {
150
150
  path: _path + ".permission",
151
- expected: "(PartialObjectDeep<__type, __type> | undefined)",
151
+ expected: "(__type.o1 | undefined)",
152
152
  value: input.permission
153
153
  }, errorFactory)) && $ao1(input.permission, _path + ".permission", true && _exceptionable) || $guard(_exceptionable, {
154
154
  path: _path + ".permission",
155
- expected: "(PartialObjectDeep<__type, __type> | undefined)",
155
+ expected: "(__type.o1 | undefined)",
156
156
  value: input.permission
157
157
  }, errorFactory)) && (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
158
158
  path: _path + ".module",
159
- expected: "(PartialObjectDeep<__type, __type>.o1 | undefined)",
159
+ expected: "(__type.o2 | undefined)",
160
160
  value: input.module
161
161
  }, errorFactory)) && $ao2(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
162
162
  path: _path + ".module",
163
- expected: "(PartialObjectDeep<__type, __type>.o1 | undefined)",
163
+ expected: "(__type.o2 | undefined)",
164
164
  value: input.module
165
165
  }, errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || $guard(_exceptionable, {
166
166
  path: _path + ".browser",
167
- expected: "(PartialObjectDeep<__type, __type>.o2 | undefined)",
167
+ expected: "(__type.o6 | undefined)",
168
168
  value: input.browser
169
169
  }, errorFactory)) && $ao6(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
170
170
  path: _path + ".browser",
171
- expected: "(PartialObjectDeep<__type, __type>.o2 | undefined)",
171
+ expected: "(__type.o6 | undefined)",
172
172
  value: input.browser
173
173
  }, errorFactory)) && (undefined === input.toolbarTags || ("object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) || $guard(_exceptionable, {
174
174
  path: _path + ".toolbarTags",
175
- expected: "(PartialObjectDeep<__type, __type>.o6 | undefined)",
175
+ expected: "(__type.o10 | undefined)",
176
176
  value: input.toolbarTags
177
177
  }, errorFactory)) && $ao10(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
178
178
  path: _path + ".toolbarTags",
179
- expected: "(PartialObjectDeep<__type, __type>.o6 | undefined)",
179
+ expected: "(__type.o10 | undefined)",
180
180
  value: input.toolbarTags
181
181
  }, errorFactory)) && (undefined === input.exclusiveTagGroups || (Array.isArray(input.exclusiveTagGroups) || $guard(_exceptionable, {
182
182
  path: _path + ".exclusiveTagGroups",
@@ -200,83 +200,83 @@ export const assertSettingsRecord = (input, errorFactory) => {
200
200
  value: input.exclusiveTagGroups
201
201
  }, errorFactory)) && (undefined === input.deadlines || ("object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) || $guard(_exceptionable, {
202
202
  path: _path + ".deadlines",
203
- expected: "(PartialObjectDeep<__type, __type>.o7 | undefined)",
203
+ expected: "(__type.o11 | undefined)",
204
204
  value: input.deadlines
205
205
  }, errorFactory)) && $ao11(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
206
206
  path: _path + ".deadlines",
207
- expected: "(PartialObjectDeep<__type, __type>.o7 | undefined)",
207
+ expected: "(__type.o11 | undefined)",
208
208
  value: input.deadlines
209
209
  }, errorFactory)) && (undefined === input.assignees || ("object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) || $guard(_exceptionable, {
210
210
  path: _path + ".assignees",
211
- expected: "(PartialObjectDeep<__type, __type>.o8 | undefined)",
211
+ expected: "(__type.o12 | undefined)",
212
212
  value: input.assignees
213
213
  }, errorFactory)) && $ao12(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
214
214
  path: _path + ".assignees",
215
- expected: "(PartialObjectDeep<__type, __type>.o8 | undefined)",
215
+ expected: "(__type.o12 | undefined)",
216
216
  value: input.assignees
217
217
  }, errorFactory)) && (undefined === input.comments || ("object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) || $guard(_exceptionable, {
218
218
  path: _path + ".comments",
219
- expected: "(PartialObjectDeep<__type, __type>.o9 | undefined)",
219
+ expected: "(__type.o13 | undefined)",
220
220
  value: input.comments
221
221
  }, errorFactory)) && $ao13(input.comments, _path + ".comments", true && _exceptionable) || $guard(_exceptionable, {
222
222
  path: _path + ".comments",
223
- expected: "(PartialObjectDeep<__type, __type>.o9 | undefined)",
223
+ expected: "(__type.o13 | undefined)",
224
224
  value: input.comments
225
225
  }, errorFactory)) && (undefined === input.clock || ("object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) || $guard(_exceptionable, {
226
226
  path: _path + ".clock",
227
- expected: "(PartialObjectDeep<__type, __type>.o10 | undefined)",
227
+ expected: "(__type.o14 | undefined)",
228
228
  value: input.clock
229
229
  }, errorFactory)) && $ao14(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
230
230
  path: _path + ".clock",
231
- expected: "(PartialObjectDeep<__type, __type>.o10 | undefined)",
231
+ expected: "(__type.o14 | undefined)",
232
232
  value: input.clock
233
233
  }, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
234
234
  path: _path + ".swarm",
235
- expected: "(PartialObjectDeep<__type, __type>.o11 | undefined)",
235
+ expected: "(__type.o15 | undefined)",
236
236
  value: input.swarm
237
237
  }, errorFactory)) && $ao15(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
238
238
  path: _path + ".swarm",
239
- expected: "(PartialObjectDeep<__type, __type>.o11 | undefined)",
239
+ expected: "(__type.o15 | undefined)",
240
240
  value: input.swarm
241
241
  }, errorFactory)) && (undefined === input.dashboard || ("object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) || $guard(_exceptionable, {
242
242
  path: _path + ".dashboard",
243
- expected: "(PartialObjectDeep<__type, __type>.o12 | undefined)",
243
+ expected: "(__type.o16 | undefined)",
244
244
  value: input.dashboard
245
245
  }, errorFactory)) && $ao16(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
246
246
  path: _path + ".dashboard",
247
- expected: "(PartialObjectDeep<__type, __type>.o12 | undefined)",
247
+ expected: "(__type.o16 | undefined)",
248
248
  value: input.dashboard
249
249
  }, errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || $guard(_exceptionable, {
250
250
  path: _path + ".script",
251
- expected: "(PartialObjectDeep<__type, __type>.o13 | undefined)",
251
+ expected: "(__type.o17 | undefined)",
252
252
  value: input.script
253
253
  }, errorFactory)) && $ao17(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
254
254
  path: _path + ".script",
255
- expected: "(PartialObjectDeep<__type, __type>.o13 | undefined)",
255
+ expected: "(__type.o17 | undefined)",
256
256
  value: input.script
257
257
  }, errorFactory)) && (undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
258
258
  path: _path + ".events",
259
- expected: "(PartialObjectDeep<__type, __type>.o15 | undefined)",
259
+ expected: "(__type.o19 | undefined)",
260
260
  value: input.events
261
261
  }, errorFactory)) && $ao20(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
262
262
  path: _path + ".events",
263
- expected: "(PartialObjectDeep<__type, __type>.o15 | undefined)",
263
+ expected: "(__type.o19 | undefined)",
264
264
  value: input.events
265
265
  }, errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || $guard(_exceptionable, {
266
266
  path: _path + ".rundown",
267
- expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
267
+ expected: "(__type.o20 | undefined)",
268
268
  value: input.rundown
269
269
  }, errorFactory)) && $ao21(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
270
270
  path: _path + ".rundown",
271
- expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
271
+ expected: "(__type.o20 | undefined)",
272
272
  value: input.rundown
273
273
  }, errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || $guard(_exceptionable, {
274
274
  path: _path + ".gallery",
275
- expected: "(PartialObjectDeep<__type, __type>.o17 | undefined)",
275
+ expected: "(__type.o21 | undefined)",
276
276
  value: input.gallery
277
277
  }, errorFactory)) && $ao22(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
278
278
  path: _path + ".gallery",
279
- expected: "(PartialObjectDeep<__type, __type>.o17 | undefined)",
279
+ expected: "(__type.o21 | undefined)",
280
280
  value: input.gallery
281
281
  }, errorFactory)) && (undefined === input.history || "boolean" === typeof input.history || $guard(_exceptionable, {
282
282
  path: _path + ".history",
@@ -284,19 +284,19 @@ export const assertSettingsRecord = (input, errorFactory) => {
284
284
  value: input.history
285
285
  }, errorFactory)) && true && (undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || $guard(_exceptionable, {
286
286
  path: _path + ".media",
287
- expected: "(PartialObjectDeep<__type, __type>.o18 | undefined)",
287
+ expected: "(__type.o22 | undefined)",
288
288
  value: input.media
289
289
  }, errorFactory)) && $ao23(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
290
290
  path: _path + ".media",
291
- expected: "(PartialObjectDeep<__type, __type>.o18 | undefined)",
291
+ expected: "(__type.o22 | undefined)",
292
292
  value: input.media
293
293
  }, errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || $guard(_exceptionable, {
294
294
  path: _path + ".edit",
295
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
295
+ expected: "(__type.o33 | undefined)",
296
296
  value: input.edit
297
297
  }, errorFactory)) && $ao34(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
298
298
  path: _path + ".edit",
299
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
299
+ expected: "(__type.o33 | undefined)",
300
300
  value: input.edit
301
301
  }, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
302
302
  path: _path + ".commands",
@@ -304,11 +304,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
304
304
  value: input.commands
305
305
  }, errorFactory)) && input.commands.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
306
306
  path: _path + ".commands[" + _index3 + "]",
307
- expected: "__type.o2",
307
+ expected: "__type.o35",
308
308
  value: elem
309
309
  }, errorFactory)) && $ao36(elem, _path + ".commands[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
310
310
  path: _path + ".commands[" + _index3 + "]",
311
- expected: "__type.o2",
311
+ expected: "__type.o35",
312
312
  value: elem
313
313
  }, errorFactory)) || $guard(_exceptionable, {
314
314
  path: _path + ".commands",
@@ -328,11 +328,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
328
328
  value: input.predefinedTags
329
329
  }, errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || $guard(_exceptionable, {
330
330
  path: _path + ".storyboard",
331
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
331
+ expected: "(__type.o36 | undefined)",
332
332
  value: input.storyboard
333
333
  }, errorFactory)) && $ao37(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
334
334
  path: _path + ".storyboard",
335
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
335
+ expected: "(__type.o36 | undefined)",
336
336
  value: input.storyboard
337
337
  }, errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
338
338
  path: _path + ".hiddenPreviews",
@@ -340,11 +340,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
340
340
  value: input.hiddenPreviews
341
341
  }, errorFactory)) && input.hiddenPreviews.every((elem, _index5) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
342
342
  path: _path + ".hiddenPreviews[" + _index5 + "]",
343
- expected: "__type.o3",
343
+ expected: "__type.o45",
344
344
  value: elem
345
345
  }, errorFactory)) && $ao46(elem, _path + ".hiddenPreviews[" + _index5 + "]", true && _exceptionable) || $guard(_exceptionable, {
346
346
  path: _path + ".hiddenPreviews[" + _index5 + "]",
347
- expected: "__type.o3",
347
+ expected: "__type.o45",
348
348
  value: elem
349
349
  }, errorFactory)) || $guard(_exceptionable, {
350
350
  path: _path + ".hiddenPreviews",
@@ -352,11 +352,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
352
352
  value: input.hiddenPreviews
353
353
  }, errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || $guard(_exceptionable, {
354
354
  path: _path + ".plugins",
355
- expected: "(PartialObjectDeep<__type, __type>.o38 | undefined)",
355
+ expected: "(__type.o46 | undefined)",
356
356
  value: input.plugins
357
357
  }, errorFactory)) && $ao47(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
358
358
  path: _path + ".plugins",
359
- expected: "(PartialObjectDeep<__type, __type>.o38 | undefined)",
359
+ expected: "(__type.o46 | undefined)",
360
360
  value: input.plugins
361
361
  }, errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || $guard(_exceptionable, {
362
362
  path: _path + ".crashScreen",
@@ -368,27 +368,27 @@ export const assertSettingsRecord = (input, errorFactory) => {
368
368
  value: input.debug
369
369
  }, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
370
370
  path: _path + ".featurePreview",
371
- expected: "(PartialObjectDeep<__type, __type>.o40 | undefined)",
371
+ expected: "(__type.o48 | undefined)",
372
372
  value: input.featurePreview
373
373
  }, errorFactory)) && $ao49(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
374
374
  path: _path + ".featurePreview",
375
- expected: "(PartialObjectDeep<__type, __type>.o40 | undefined)",
375
+ expected: "(__type.o48 | undefined)",
376
376
  value: input.featurePreview
377
377
  }, errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || $guard(_exceptionable, {
378
378
  path: _path + ".flags",
379
- expected: "(PartialObjectDeep<__type, __type>.o41 | undefined)",
379
+ expected: "(__type.o49 | undefined)",
380
380
  value: input.flags
381
381
  }, errorFactory)) && $ao50(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
382
382
  path: _path + ".flags",
383
- expected: "(PartialObjectDeep<__type, __type>.o41 | undefined)",
383
+ expected: "(__type.o49 | undefined)",
384
384
  value: input.flags
385
385
  }, errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || $guard(_exceptionable, {
386
386
  path: _path + ".notifications",
387
- expected: "(PartialObjectDeep<__type, __type>.o42 | undefined)",
387
+ expected: "(__type.o50 | undefined)",
388
388
  value: input.notifications
389
389
  }, errorFactory)) && $ao51(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
390
390
  path: _path + ".notifications",
391
- expected: "(PartialObjectDeep<__type, __type>.o42 | undefined)",
391
+ expected: "(__type.o50 | undefined)",
392
392
  value: input.notifications
393
393
  }, errorFactory));
394
394
  const $ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
@@ -402,20 +402,20 @@ export const assertSettingsRecord = (input, errorFactory) => {
402
402
  }, errorFactory));
403
403
  const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
404
404
  path: _path + ".tabs",
405
- expected: "(PartialObjectDeep<ModuleTabs, __type> | undefined)",
405
+ expected: "(__type.o3 | undefined)",
406
406
  value: input.tabs
407
407
  }, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
408
408
  path: _path + ".tabs",
409
- expected: "(PartialObjectDeep<ModuleTabs, __type> | undefined)",
409
+ expected: "(__type.o3 | undefined)",
410
410
  value: input.tabs
411
411
  }, errorFactory);
412
412
  const $ao3 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) || $guard(_exceptionable, {
413
413
  path: _path + ".settingsPanelStore",
414
- expected: "(PartialObjectDeep<SettingsPanelStoreTab, __type> | undefined)",
414
+ expected: "(__type.o4 | undefined)",
415
415
  value: input.settingsPanelStore
416
416
  }, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
417
417
  path: _path + ".settingsPanelStore",
418
- expected: "(PartialObjectDeep<SettingsPanelStoreTab, __type> | undefined)",
418
+ expected: "(__type.o4 | undefined)",
419
419
  value: input.settingsPanelStore
420
420
  }, errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
421
421
  if (["settingsPanelStore"].some(prop => key === prop))
@@ -425,11 +425,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
425
425
  return true;
426
426
  return undefined === value || ("object" === typeof value && null !== value && false === Array.isArray(value) || $guard(_exceptionable, {
427
427
  path: _path + $join(key),
428
- expected: "(PartialObjectDeep<ModuleTabsSettingsValue, __type> | undefined)",
428
+ expected: "(__type.o5 | undefined)",
429
429
  value: value
430
430
  }, errorFactory)) && $ao5(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
431
431
  path: _path + $join(key),
432
- expected: "(PartialObjectDeep<ModuleTabsSettingsValue, __type> | undefined)",
432
+ expected: "(__type.o5 | undefined)",
433
433
  value: value
434
434
  }, errorFactory);
435
435
  }));
@@ -449,19 +449,19 @@ export const assertSettingsRecord = (input, errorFactory) => {
449
449
  }, errorFactory);
450
450
  const $ao6 = (input, _path, _exceptionable = true) => (undefined === input.map || ("object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) || $guard(_exceptionable, {
451
451
  path: _path + ".map",
452
- expected: "(PartialObjectDeep<__type, __type>.o3 | undefined)",
452
+ expected: "(__type.o7 | undefined)",
453
453
  value: input.map
454
454
  }, errorFactory)) && $ao7(input.map, _path + ".map", true && _exceptionable) || $guard(_exceptionable, {
455
455
  path: _path + ".map",
456
- expected: "(PartialObjectDeep<__type, __type>.o3 | undefined)",
456
+ expected: "(__type.o7 | undefined)",
457
457
  value: input.map
458
458
  }, errorFactory)) && (undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || $guard(_exceptionable, {
459
459
  path: _path + ".createMenu",
460
- expected: "(PartialObjectDeep<__type, __type>.o5 | undefined)",
460
+ expected: "(__type.o9 | undefined)",
461
461
  value: input.createMenu
462
462
  }, errorFactory)) && $ao9(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
463
463
  path: _path + ".createMenu",
464
- expected: "(PartialObjectDeep<__type, __type>.o5 | undefined)",
464
+ expected: "(__type.o9 | undefined)",
465
465
  value: input.createMenu
466
466
  }, errorFactory));
467
467
  const $ao7 = (input, _path, _exceptionable = true) => (undefined === input.clustering || "boolean" === typeof input.clustering || $guard(_exceptionable, {
@@ -474,11 +474,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
474
474
  value: input.zoom
475
475
  }, errorFactory)) && (undefined === input.center || ("object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) || $guard(_exceptionable, {
476
476
  path: _path + ".center",
477
- expected: "(PartialObjectDeep<__type, __type>.o4 | undefined)",
477
+ expected: "(__type.o8 | undefined)",
478
478
  value: input.center
479
479
  }, errorFactory)) && $ao8(input.center, _path + ".center", true && _exceptionable) || $guard(_exceptionable, {
480
480
  path: _path + ".center",
481
- expected: "(PartialObjectDeep<__type, __type>.o4 | undefined)",
481
+ expected: "(__type.o8 | undefined)",
482
482
  value: input.center
483
483
  }, errorFactory));
484
484
  const $ao8 = (input, _path, _exceptionable = true) => (undefined === input.lat || "number" === typeof input.lat || $guard(_exceptionable, {
@@ -640,11 +640,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
640
640
  }, errorFactory));
641
641
  const $ao17 = (input, _path, _exceptionable = true) => (undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || $guard(_exceptionable, {
642
642
  path: _path + ".createMenu",
643
- expected: "(PartialObjectDeep<__type, __type>.o14 | undefined)",
643
+ expected: "(__type.o18 | undefined)",
644
644
  value: input.createMenu
645
645
  }, errorFactory)) && $ao18(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
646
646
  path: _path + ".createMenu",
647
- expected: "(PartialObjectDeep<__type, __type>.o14 | undefined)",
647
+ expected: "(__type.o18 | undefined)",
648
648
  value: input.createMenu
649
649
  }, errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || $guard(_exceptionable, {
650
650
  path: _path + ".colorTags",
@@ -710,11 +710,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
710
710
  value: input.placeholder
711
711
  }, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
712
712
  path: _path + ".guide",
713
- expected: "(PartialObjectDeep<__type, __type>.o19 | undefined)",
713
+ expected: "(__type.o23 | undefined)",
714
714
  value: input.guide
715
715
  }, errorFactory)) && $ao24(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
716
716
  path: _path + ".guide",
717
- expected: "(PartialObjectDeep<__type, __type>.o19 | undefined)",
717
+ expected: "(__type.o23 | undefined)",
718
718
  value: input.guide
719
719
  }, errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || $guard(_exceptionable, {
720
720
  path: _path + ".stepManyFrames",
@@ -730,11 +730,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
730
730
  value: input.importTitleTemplate
731
731
  }, errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || $guard(_exceptionable, {
732
732
  path: _path + ".tile",
733
- expected: "(PartialObjectDeep<__type, __type>.o20 | undefined)",
733
+ expected: "(__type.o24 | undefined)",
734
734
  value: input.tile
735
735
  }, errorFactory)) && $ao25(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
736
736
  path: _path + ".tile",
737
- expected: "(PartialObjectDeep<__type, __type>.o20 | undefined)",
737
+ expected: "(__type.o24 | undefined)",
738
738
  value: input.tile
739
739
  }, errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || $guard(_exceptionable, {
740
740
  path: _path + ".timecodeReference",
@@ -770,11 +770,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
770
770
  value: input.playbackRates
771
771
  }, errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || $guard(_exceptionable, {
772
772
  path: _path + ".subtitles",
773
- expected: "(PartialObjectDeep<__type, __type>.o21 | undefined)",
773
+ expected: "(__type.o25 | undefined)",
774
774
  value: input.subtitles
775
775
  }, errorFactory)) && $ao26(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
776
776
  path: _path + ".subtitles",
777
- expected: "(PartialObjectDeep<__type, __type>.o21 | undefined)",
777
+ expected: "(__type.o25 | undefined)",
778
778
  value: input.subtitles
779
779
  }, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
780
780
  path: _path + ".subtitleTemplateId",
@@ -790,11 +790,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
790
790
  value: input.guides
791
791
  }, errorFactory)) && input.guides.every((elem, _index16) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
792
792
  path: _path + ".guides[" + _index16 + "]",
793
- expected: "__type",
793
+ expected: "__type.o26",
794
794
  value: elem
795
795
  }, errorFactory)) && $ao27(elem, _path + ".guides[" + _index16 + "]", true && _exceptionable) || $guard(_exceptionable, {
796
796
  path: _path + ".guides[" + _index16 + "]",
797
- expected: "__type",
797
+ expected: "__type.o26",
798
798
  value: elem
799
799
  }, errorFactory)) || $guard(_exceptionable, {
800
800
  path: _path + ".guides",
@@ -806,31 +806,31 @@ export const assertSettingsRecord = (input, errorFactory) => {
806
806
  value: input.download
807
807
  }, errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || $guard(_exceptionable, {
808
808
  path: _path + ".editMode",
809
- expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
809
+ expected: "(__type.o27 | undefined)",
810
810
  value: input.editMode
811
811
  }, errorFactory)) && $ao28(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
812
812
  path: _path + ".editMode",
813
- expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
813
+ expected: "(__type.o27 | undefined)",
814
814
  value: input.editMode
815
815
  }, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
816
816
  path: _path + ".transcribe",
817
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
817
+ expected: "(__type.o28 | undefined)",
818
818
  value: input.transcribe
819
819
  }, errorFactory)) && $ao29(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
820
820
  path: _path + ".transcribe",
821
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
821
+ expected: "(__type.o28 | undefined)",
822
822
  value: input.transcribe
823
823
  }, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
824
824
  path: _path + ".openCommand",
825
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
825
+ expected: "(__type.o32 | string | undefined)",
826
826
  value: input.openCommand
827
827
  }, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
828
828
  path: _path + ".openCommand",
829
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
829
+ expected: "(__type.o32 | string | undefined)",
830
830
  value: input.openCommand
831
831
  }, errorFactory)) && $ao33(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
832
832
  path: _path + ".openCommand",
833
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
833
+ expected: "(__type.o32 | string | undefined)",
834
834
  value: input.openCommand
835
835
  }, errorFactory)));
836
836
  const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
@@ -888,11 +888,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
888
888
  }, errorFactory));
889
889
  const $ao29 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
890
890
  path: _path + ".subtitleDisclaimer",
891
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
891
+ expected: "(__type.o29 | undefined)",
892
892
  value: input.subtitleDisclaimer
893
893
  }, errorFactory)) && $ao30(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
894
894
  path: _path + ".subtitleDisclaimer",
895
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
895
+ expected: "(__type.o29 | undefined)",
896
896
  value: input.subtitleDisclaimer
897
897
  }, errorFactory);
898
898
  const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
@@ -901,11 +901,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
901
901
  value: input.isUserConfigurable
902
902
  }, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
903
903
  path: _path + ".defaultValue",
904
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
904
+ expected: "(__type.o30 | undefined)",
905
905
  value: input.defaultValue
906
906
  }, errorFactory)) && $ao31(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
907
907
  path: _path + ".defaultValue",
908
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
908
+ expected: "(__type.o30 | undefined)",
909
909
  value: input.defaultValue
910
910
  }, errorFactory));
911
911
  const $ao31 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
@@ -918,11 +918,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
918
918
  value: input.text
919
919
  }, errorFactory)) && input.text.every((elem, _index17) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
920
920
  path: _path + ".text[" + _index17 + "]",
921
- expected: "__type.o1",
921
+ expected: "__type.o31",
922
922
  value: elem
923
923
  }, errorFactory)) && $ao32(elem, _path + ".text[" + _index17 + "]", true && _exceptionable) || $guard(_exceptionable, {
924
924
  path: _path + ".text[" + _index17 + "]",
925
- expected: "__type.o1",
925
+ expected: "__type.o31",
926
926
  value: elem
927
927
  }, errorFactory)) || $guard(_exceptionable, {
928
928
  path: _path + ".text",
@@ -977,11 +977,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
977
977
  value: input.thumbnailView
978
978
  }, errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || $guard(_exceptionable, {
979
979
  path: _path + ".voiceOver",
980
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
980
+ expected: "(__type.o34 | undefined)",
981
981
  value: input.voiceOver
982
982
  }, errorFactory)) && $ao35(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || $guard(_exceptionable, {
983
983
  path: _path + ".voiceOver",
984
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
984
+ expected: "(__type.o34 | undefined)",
985
985
  value: input.voiceOver
986
986
  }, errorFactory));
987
987
  const $ao35 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || $guard(_exceptionable, {
@@ -1028,35 +1028,35 @@ export const assertSettingsRecord = (input, errorFactory) => {
1028
1028
  }, errorFactory));
1029
1029
  const $ao37 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
1030
1030
  path: _path + ".folded",
1031
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
1031
+ expected: "(__type.o37 | undefined)",
1032
1032
  value: input.folded
1033
1033
  }, errorFactory)) && $ao38(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
1034
1034
  path: _path + ".folded",
1035
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
1035
+ expected: "(__type.o37 | undefined)",
1036
1036
  value: input.folded
1037
1037
  }, errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
1038
1038
  path: _path + ".assets",
1039
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
1039
+ expected: "(__type.o38 | undefined)",
1040
1040
  value: input.assets
1041
1041
  }, errorFactory)) && $ao39(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
1042
1042
  path: _path + ".assets",
1043
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
1043
+ expected: "(__type.o38 | undefined)",
1044
1044
  value: input.assets
1045
1045
  }, errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || $guard(_exceptionable, {
1046
1046
  path: _path + ".pipeline",
1047
- expected: "(PartialObjectDeep<__type, __type>.o35 | undefined)",
1047
+ expected: "(__type.o42 | undefined)",
1048
1048
  value: input.pipeline
1049
1049
  }, errorFactory)) && $ao43(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
1050
1050
  path: _path + ".pipeline",
1051
- expected: "(PartialObjectDeep<__type, __type>.o35 | undefined)",
1051
+ expected: "(__type.o42 | undefined)",
1052
1052
  value: input.pipeline
1053
1053
  }, errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || $guard(_exceptionable, {
1054
1054
  path: _path + ".item",
1055
- expected: "(PartialObjectDeep<__type, __type>.o37 | undefined)",
1055
+ expected: "(__type.o44 | undefined)",
1056
1056
  value: input.item
1057
1057
  }, errorFactory)) && $ao45(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
1058
1058
  path: _path + ".item",
1059
- expected: "(PartialObjectDeep<__type, __type>.o37 | undefined)",
1059
+ expected: "(__type.o44 | undefined)",
1060
1060
  value: input.item
1061
1061
  }, errorFactory));
1062
1062
  const $ao38 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
@@ -1066,28 +1066,28 @@ export const assertSettingsRecord = (input, errorFactory) => {
1066
1066
  }, errorFactory);
1067
1067
  const $ao39 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
1068
1068
  path: _path + ".story",
1069
- expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
1069
+ expected: "(__type.o39 | undefined)",
1070
1070
  value: input.story
1071
1071
  }, errorFactory)) && $ao40(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
1072
1072
  path: _path + ".story",
1073
- expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
1073
+ expected: "(__type.o39 | undefined)",
1074
1074
  value: input.story
1075
1075
  }, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
1076
1076
  path: _path + ".note",
1077
- expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
1077
+ expected: "(__type.o41 | undefined)",
1078
1078
  value: input.note
1079
1079
  }, errorFactory)) && $ao42(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
1080
1080
  path: _path + ".note",
1081
- expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
1081
+ expected: "(__type.o41 | undefined)",
1082
1082
  value: input.note
1083
1083
  }, errorFactory));
1084
1084
  const $ao40 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
1085
1085
  path: _path + ".excerpt",
1086
- expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
1086
+ expected: "(__type.o40 | undefined)",
1087
1087
  value: input.excerpt
1088
1088
  }, errorFactory)) && $ao41(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
1089
1089
  path: _path + ".excerpt",
1090
- expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
1090
+ expected: "(__type.o40 | undefined)",
1091
1091
  value: input.excerpt
1092
1092
  }, errorFactory);
1093
1093
  const $ao41 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || $guard(_exceptionable, {
@@ -1106,11 +1106,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
1106
1106
  }, errorFactory);
1107
1107
  const $ao43 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
1108
1108
  path: _path + ".search",
1109
- expected: "(PartialObjectDeep<__type, __type>.o36 | undefined)",
1109
+ expected: "(__type.o43 | undefined)",
1110
1110
  value: input.search
1111
1111
  }, errorFactory)) && $ao44(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
1112
1112
  path: _path + ".search",
1113
- expected: "(PartialObjectDeep<__type, __type>.o36 | undefined)",
1113
+ expected: "(__type.o43 | undefined)",
1114
1114
  value: input.search
1115
1115
  }, errorFactory)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
1116
1116
  path: _path + ".sortMode",
@@ -1138,11 +1138,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
1138
1138
  }, errorFactory));
1139
1139
  const $ao47 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
1140
1140
  path: _path + ".adobe",
1141
- expected: "(PartialObjectDeep<__type, __type>.o39 | undefined)",
1141
+ expected: "(__type.o47 | undefined)",
1142
1142
  value: input.adobe
1143
1143
  }, errorFactory)) && $ao48(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
1144
1144
  path: _path + ".adobe",
1145
- expected: "(PartialObjectDeep<__type, __type>.o39 | undefined)",
1145
+ expected: "(__type.o47 | undefined)",
1146
1146
  value: input.adobe
1147
1147
  }, errorFactory);
1148
1148
  const $ao48 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
@@ -1218,11 +1218,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
1218
1218
  }, errorFactory));
1219
1219
  const $ao51 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
1220
1220
  path: _path + ".events",
1221
- expected: "(PartialObjectDeep<__type, __type>.o43 | undefined)",
1221
+ expected: "(__type.o51 | undefined)",
1222
1222
  value: input.events
1223
1223
  }, errorFactory)) && $ao52(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
1224
1224
  path: _path + ".events",
1225
- expected: "(PartialObjectDeep<__type, __type>.o43 | undefined)",
1225
+ expected: "(__type.o51 | undefined)",
1226
1226
  value: input.events
1227
1227
  }, errorFactory);
1228
1228
  const $ao52 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || $guard(_exceptionable, {
@@ -1263,11 +1263,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
1263
1263
  value: input.unassigned
1264
1264
  }, errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
1265
1265
  path: _path + ".publishSucceeded",
1266
- expected: "(PartialObjectDeep<__type, __type>.o44 | undefined)",
1266
+ expected: "(__type.o52 | undefined)",
1267
1267
  value: input.publishSucceeded
1268
1268
  }, errorFactory)) && $ao53(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
1269
1269
  path: _path + ".publishSucceeded",
1270
- expected: "(PartialObjectDeep<__type, __type>.o44 | undefined)",
1270
+ expected: "(__type.o52 | undefined)",
1271
1271
  value: input.publishSucceeded
1272
1272
  }, errorFactory));
1273
1273
  const $ao53 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
@@ -1290,11 +1290,11 @@ export const assertSettingsRecord = (input, errorFactory) => {
1290
1290
  });
1291
1291
  return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
1292
1292
  path: _path + "",
1293
- expected: "PartialObjectDeep<Settings, __type>",
1293
+ expected: "__type",
1294
1294
  value: input
1295
1295
  }, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
1296
1296
  path: _path + "",
1297
- expected: "PartialObjectDeep<Settings, __type>",
1297
+ expected: "__type",
1298
1298
  value: input
1299
1299
  }, errorFactory);
1300
1300
  })(input, "$input", true);
@@ -2204,35 +2204,35 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2204
2204
  value: input.autoLogoutTime
2205
2205
  }, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) || $guard(_exceptionable, {
2206
2206
  path: _path + ".permission",
2207
- expected: "(PartialObjectDeep<__type, __type> | undefined)",
2207
+ expected: "(__type.o1 | undefined)",
2208
2208
  value: input.permission
2209
2209
  }, errorFactory)) && $ao1(input.permission, _path + ".permission", true && _exceptionable) || $guard(_exceptionable, {
2210
2210
  path: _path + ".permission",
2211
- expected: "(PartialObjectDeep<__type, __type> | undefined)",
2211
+ expected: "(__type.o1 | undefined)",
2212
2212
  value: input.permission
2213
2213
  }, errorFactory)) && (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
2214
2214
  path: _path + ".module",
2215
- expected: "(PartialObjectDeep<__type, __type>.o1 | undefined)",
2215
+ expected: "(__type.o2 | undefined)",
2216
2216
  value: input.module
2217
2217
  }, errorFactory)) && $ao2(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
2218
2218
  path: _path + ".module",
2219
- expected: "(PartialObjectDeep<__type, __type>.o1 | undefined)",
2219
+ expected: "(__type.o2 | undefined)",
2220
2220
  value: input.module
2221
2221
  }, errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || $guard(_exceptionable, {
2222
2222
  path: _path + ".browser",
2223
- expected: "(PartialObjectDeep<__type, __type>.o2 | undefined)",
2223
+ expected: "(__type.o6 | undefined)",
2224
2224
  value: input.browser
2225
2225
  }, errorFactory)) && $ao6(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
2226
2226
  path: _path + ".browser",
2227
- expected: "(PartialObjectDeep<__type, __type>.o2 | undefined)",
2227
+ expected: "(__type.o6 | undefined)",
2228
2228
  value: input.browser
2229
2229
  }, errorFactory)) && (undefined === input.toolbarTags || ("object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) || $guard(_exceptionable, {
2230
2230
  path: _path + ".toolbarTags",
2231
- expected: "(PartialObjectDeep<__type, __type>.o6 | undefined)",
2231
+ expected: "(__type.o10 | undefined)",
2232
2232
  value: input.toolbarTags
2233
2233
  }, errorFactory)) && $ao10(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
2234
2234
  path: _path + ".toolbarTags",
2235
- expected: "(PartialObjectDeep<__type, __type>.o6 | undefined)",
2235
+ expected: "(__type.o10 | undefined)",
2236
2236
  value: input.toolbarTags
2237
2237
  }, errorFactory)) && (undefined === input.exclusiveTagGroups || (Array.isArray(input.exclusiveTagGroups) || $guard(_exceptionable, {
2238
2238
  path: _path + ".exclusiveTagGroups",
@@ -2256,83 +2256,83 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2256
2256
  value: input.exclusiveTagGroups
2257
2257
  }, errorFactory)) && (undefined === input.deadlines || ("object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) || $guard(_exceptionable, {
2258
2258
  path: _path + ".deadlines",
2259
- expected: "(PartialObjectDeep<__type, __type>.o7 | undefined)",
2259
+ expected: "(__type.o11 | undefined)",
2260
2260
  value: input.deadlines
2261
2261
  }, errorFactory)) && $ao11(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
2262
2262
  path: _path + ".deadlines",
2263
- expected: "(PartialObjectDeep<__type, __type>.o7 | undefined)",
2263
+ expected: "(__type.o11 | undefined)",
2264
2264
  value: input.deadlines
2265
2265
  }, errorFactory)) && (undefined === input.assignees || ("object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) || $guard(_exceptionable, {
2266
2266
  path: _path + ".assignees",
2267
- expected: "(PartialObjectDeep<__type, __type>.o8 | undefined)",
2267
+ expected: "(__type.o12 | undefined)",
2268
2268
  value: input.assignees
2269
2269
  }, errorFactory)) && $ao12(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
2270
2270
  path: _path + ".assignees",
2271
- expected: "(PartialObjectDeep<__type, __type>.o8 | undefined)",
2271
+ expected: "(__type.o12 | undefined)",
2272
2272
  value: input.assignees
2273
2273
  }, errorFactory)) && (undefined === input.comments || ("object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) || $guard(_exceptionable, {
2274
2274
  path: _path + ".comments",
2275
- expected: "(PartialObjectDeep<__type, __type>.o9 | undefined)",
2275
+ expected: "(__type.o13 | undefined)",
2276
2276
  value: input.comments
2277
2277
  }, errorFactory)) && $ao13(input.comments, _path + ".comments", true && _exceptionable) || $guard(_exceptionable, {
2278
2278
  path: _path + ".comments",
2279
- expected: "(PartialObjectDeep<__type, __type>.o9 | undefined)",
2279
+ expected: "(__type.o13 | undefined)",
2280
2280
  value: input.comments
2281
2281
  }, errorFactory)) && (undefined === input.clock || ("object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) || $guard(_exceptionable, {
2282
2282
  path: _path + ".clock",
2283
- expected: "(PartialObjectDeep<__type, __type>.o10 | undefined)",
2283
+ expected: "(__type.o14 | undefined)",
2284
2284
  value: input.clock
2285
2285
  }, errorFactory)) && $ao14(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
2286
2286
  path: _path + ".clock",
2287
- expected: "(PartialObjectDeep<__type, __type>.o10 | undefined)",
2287
+ expected: "(__type.o14 | undefined)",
2288
2288
  value: input.clock
2289
2289
  }, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
2290
2290
  path: _path + ".swarm",
2291
- expected: "(PartialObjectDeep<__type, __type>.o11 | undefined)",
2291
+ expected: "(__type.o15 | undefined)",
2292
2292
  value: input.swarm
2293
2293
  }, errorFactory)) && $ao15(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
2294
2294
  path: _path + ".swarm",
2295
- expected: "(PartialObjectDeep<__type, __type>.o11 | undefined)",
2295
+ expected: "(__type.o15 | undefined)",
2296
2296
  value: input.swarm
2297
2297
  }, errorFactory)) && (undefined === input.dashboard || ("object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) || $guard(_exceptionable, {
2298
2298
  path: _path + ".dashboard",
2299
- expected: "(PartialObjectDeep<__type, __type>.o12 | undefined)",
2299
+ expected: "(__type.o16 | undefined)",
2300
2300
  value: input.dashboard
2301
2301
  }, errorFactory)) && $ao16(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
2302
2302
  path: _path + ".dashboard",
2303
- expected: "(PartialObjectDeep<__type, __type>.o12 | undefined)",
2303
+ expected: "(__type.o16 | undefined)",
2304
2304
  value: input.dashboard
2305
2305
  }, errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || $guard(_exceptionable, {
2306
2306
  path: _path + ".script",
2307
- expected: "(PartialObjectDeep<__type, __type>.o13 | undefined)",
2307
+ expected: "(__type.o17 | undefined)",
2308
2308
  value: input.script
2309
2309
  }, errorFactory)) && $ao17(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
2310
2310
  path: _path + ".script",
2311
- expected: "(PartialObjectDeep<__type, __type>.o13 | undefined)",
2311
+ expected: "(__type.o17 | undefined)",
2312
2312
  value: input.script
2313
2313
  }, errorFactory)) && (undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
2314
2314
  path: _path + ".events",
2315
- expected: "(PartialObjectDeep<__type, __type>.o15 | undefined)",
2315
+ expected: "(__type.o19 | undefined)",
2316
2316
  value: input.events
2317
2317
  }, errorFactory)) && $ao20(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
2318
2318
  path: _path + ".events",
2319
- expected: "(PartialObjectDeep<__type, __type>.o15 | undefined)",
2319
+ expected: "(__type.o19 | undefined)",
2320
2320
  value: input.events
2321
2321
  }, errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || $guard(_exceptionable, {
2322
2322
  path: _path + ".rundown",
2323
- expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
2323
+ expected: "(__type.o20 | undefined)",
2324
2324
  value: input.rundown
2325
2325
  }, errorFactory)) && $ao21(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
2326
2326
  path: _path + ".rundown",
2327
- expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
2327
+ expected: "(__type.o20 | undefined)",
2328
2328
  value: input.rundown
2329
2329
  }, errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || $guard(_exceptionable, {
2330
2330
  path: _path + ".gallery",
2331
- expected: "(PartialObjectDeep<__type, __type>.o17 | undefined)",
2331
+ expected: "(__type.o21 | undefined)",
2332
2332
  value: input.gallery
2333
2333
  }, errorFactory)) && $ao22(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
2334
2334
  path: _path + ".gallery",
2335
- expected: "(PartialObjectDeep<__type, __type>.o17 | undefined)",
2335
+ expected: "(__type.o21 | undefined)",
2336
2336
  value: input.gallery
2337
2337
  }, errorFactory)) && (undefined === input.history || "boolean" === typeof input.history || $guard(_exceptionable, {
2338
2338
  path: _path + ".history",
@@ -2340,19 +2340,19 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2340
2340
  value: input.history
2341
2341
  }, errorFactory)) && true && (undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || $guard(_exceptionable, {
2342
2342
  path: _path + ".media",
2343
- expected: "(PartialObjectDeep<__type, __type>.o18 | undefined)",
2343
+ expected: "(__type.o22 | undefined)",
2344
2344
  value: input.media
2345
2345
  }, errorFactory)) && $ao23(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
2346
2346
  path: _path + ".media",
2347
- expected: "(PartialObjectDeep<__type, __type>.o18 | undefined)",
2347
+ expected: "(__type.o22 | undefined)",
2348
2348
  value: input.media
2349
2349
  }, errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || $guard(_exceptionable, {
2350
2350
  path: _path + ".edit",
2351
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
2351
+ expected: "(__type.o33 | undefined)",
2352
2352
  value: input.edit
2353
2353
  }, errorFactory)) && $ao34(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
2354
2354
  path: _path + ".edit",
2355
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
2355
+ expected: "(__type.o33 | undefined)",
2356
2356
  value: input.edit
2357
2357
  }, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
2358
2358
  path: _path + ".commands",
@@ -2360,11 +2360,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2360
2360
  value: input.commands
2361
2361
  }, errorFactory)) && input.commands.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2362
2362
  path: _path + ".commands[" + _index3 + "]",
2363
- expected: "__type.o2",
2363
+ expected: "__type.o35",
2364
2364
  value: elem
2365
2365
  }, errorFactory)) && $ao36(elem, _path + ".commands[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
2366
2366
  path: _path + ".commands[" + _index3 + "]",
2367
- expected: "__type.o2",
2367
+ expected: "__type.o35",
2368
2368
  value: elem
2369
2369
  }, errorFactory)) || $guard(_exceptionable, {
2370
2370
  path: _path + ".commands",
@@ -2384,11 +2384,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2384
2384
  value: input.predefinedTags
2385
2385
  }, errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || $guard(_exceptionable, {
2386
2386
  path: _path + ".storyboard",
2387
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
2387
+ expected: "(__type.o36 | undefined)",
2388
2388
  value: input.storyboard
2389
2389
  }, errorFactory)) && $ao37(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
2390
2390
  path: _path + ".storyboard",
2391
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
2391
+ expected: "(__type.o36 | undefined)",
2392
2392
  value: input.storyboard
2393
2393
  }, errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
2394
2394
  path: _path + ".hiddenPreviews",
@@ -2396,11 +2396,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2396
2396
  value: input.hiddenPreviews
2397
2397
  }, errorFactory)) && input.hiddenPreviews.every((elem, _index5) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2398
2398
  path: _path + ".hiddenPreviews[" + _index5 + "]",
2399
- expected: "__type.o3",
2399
+ expected: "__type.o45",
2400
2400
  value: elem
2401
2401
  }, errorFactory)) && $ao46(elem, _path + ".hiddenPreviews[" + _index5 + "]", true && _exceptionable) || $guard(_exceptionable, {
2402
2402
  path: _path + ".hiddenPreviews[" + _index5 + "]",
2403
- expected: "__type.o3",
2403
+ expected: "__type.o45",
2404
2404
  value: elem
2405
2405
  }, errorFactory)) || $guard(_exceptionable, {
2406
2406
  path: _path + ".hiddenPreviews",
@@ -2408,11 +2408,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2408
2408
  value: input.hiddenPreviews
2409
2409
  }, errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || $guard(_exceptionable, {
2410
2410
  path: _path + ".plugins",
2411
- expected: "(PartialObjectDeep<__type, __type>.o38 | undefined)",
2411
+ expected: "(__type.o46 | undefined)",
2412
2412
  value: input.plugins
2413
2413
  }, errorFactory)) && $ao47(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
2414
2414
  path: _path + ".plugins",
2415
- expected: "(PartialObjectDeep<__type, __type>.o38 | undefined)",
2415
+ expected: "(__type.o46 | undefined)",
2416
2416
  value: input.plugins
2417
2417
  }, errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || $guard(_exceptionable, {
2418
2418
  path: _path + ".crashScreen",
@@ -2424,27 +2424,27 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2424
2424
  value: input.debug
2425
2425
  }, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
2426
2426
  path: _path + ".featurePreview",
2427
- expected: "(PartialObjectDeep<__type, __type>.o40 | undefined)",
2427
+ expected: "(__type.o48 | undefined)",
2428
2428
  value: input.featurePreview
2429
2429
  }, errorFactory)) && $ao49(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
2430
2430
  path: _path + ".featurePreview",
2431
- expected: "(PartialObjectDeep<__type, __type>.o40 | undefined)",
2431
+ expected: "(__type.o48 | undefined)",
2432
2432
  value: input.featurePreview
2433
2433
  }, errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || $guard(_exceptionable, {
2434
2434
  path: _path + ".flags",
2435
- expected: "(PartialObjectDeep<__type, __type>.o41 | undefined)",
2435
+ expected: "(__type.o49 | undefined)",
2436
2436
  value: input.flags
2437
2437
  }, errorFactory)) && $ao50(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
2438
2438
  path: _path + ".flags",
2439
- expected: "(PartialObjectDeep<__type, __type>.o41 | undefined)",
2439
+ expected: "(__type.o49 | undefined)",
2440
2440
  value: input.flags
2441
2441
  }, errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || $guard(_exceptionable, {
2442
2442
  path: _path + ".notifications",
2443
- expected: "(PartialObjectDeep<__type, __type>.o42 | undefined)",
2443
+ expected: "(__type.o50 | undefined)",
2444
2444
  value: input.notifications
2445
2445
  }, errorFactory)) && $ao51(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
2446
2446
  path: _path + ".notifications",
2447
- expected: "(PartialObjectDeep<__type, __type>.o42 | undefined)",
2447
+ expected: "(__type.o50 | undefined)",
2448
2448
  value: input.notifications
2449
2449
  }, errorFactory));
2450
2450
  const $ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
@@ -2458,20 +2458,20 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2458
2458
  }, errorFactory));
2459
2459
  const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
2460
2460
  path: _path + ".tabs",
2461
- expected: "(PartialObjectDeep<ModuleTabs, __type> | undefined)",
2461
+ expected: "(__type.o3 | undefined)",
2462
2462
  value: input.tabs
2463
2463
  }, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
2464
2464
  path: _path + ".tabs",
2465
- expected: "(PartialObjectDeep<ModuleTabs, __type> | undefined)",
2465
+ expected: "(__type.o3 | undefined)",
2466
2466
  value: input.tabs
2467
2467
  }, errorFactory);
2468
2468
  const $ao3 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) || $guard(_exceptionable, {
2469
2469
  path: _path + ".settingsPanelStore",
2470
- expected: "(PartialObjectDeep<SettingsPanelStoreTab, __type> | undefined)",
2470
+ expected: "(__type.o4 | undefined)",
2471
2471
  value: input.settingsPanelStore
2472
2472
  }, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
2473
2473
  path: _path + ".settingsPanelStore",
2474
- expected: "(PartialObjectDeep<SettingsPanelStoreTab, __type> | undefined)",
2474
+ expected: "(__type.o4 | undefined)",
2475
2475
  value: input.settingsPanelStore
2476
2476
  }, errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
2477
2477
  if (["settingsPanelStore"].some(prop => key === prop))
@@ -2481,11 +2481,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2481
2481
  return true;
2482
2482
  return undefined === value || ("object" === typeof value && null !== value && false === Array.isArray(value) || $guard(_exceptionable, {
2483
2483
  path: _path + $join(key),
2484
- expected: "(PartialObjectDeep<ModuleTabsSettingsValue, __type> | undefined)",
2484
+ expected: "(__type.o5 | undefined)",
2485
2485
  value: value
2486
2486
  }, errorFactory)) && $ao5(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
2487
2487
  path: _path + $join(key),
2488
- expected: "(PartialObjectDeep<ModuleTabsSettingsValue, __type> | undefined)",
2488
+ expected: "(__type.o5 | undefined)",
2489
2489
  value: value
2490
2490
  }, errorFactory);
2491
2491
  }));
@@ -2505,19 +2505,19 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2505
2505
  }, errorFactory);
2506
2506
  const $ao6 = (input, _path, _exceptionable = true) => (undefined === input.map || ("object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) || $guard(_exceptionable, {
2507
2507
  path: _path + ".map",
2508
- expected: "(PartialObjectDeep<__type, __type>.o3 | undefined)",
2508
+ expected: "(__type.o7 | undefined)",
2509
2509
  value: input.map
2510
2510
  }, errorFactory)) && $ao7(input.map, _path + ".map", true && _exceptionable) || $guard(_exceptionable, {
2511
2511
  path: _path + ".map",
2512
- expected: "(PartialObjectDeep<__type, __type>.o3 | undefined)",
2512
+ expected: "(__type.o7 | undefined)",
2513
2513
  value: input.map
2514
2514
  }, errorFactory)) && (undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || $guard(_exceptionable, {
2515
2515
  path: _path + ".createMenu",
2516
- expected: "(PartialObjectDeep<__type, __type>.o5 | undefined)",
2516
+ expected: "(__type.o9 | undefined)",
2517
2517
  value: input.createMenu
2518
2518
  }, errorFactory)) && $ao9(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
2519
2519
  path: _path + ".createMenu",
2520
- expected: "(PartialObjectDeep<__type, __type>.o5 | undefined)",
2520
+ expected: "(__type.o9 | undefined)",
2521
2521
  value: input.createMenu
2522
2522
  }, errorFactory));
2523
2523
  const $ao7 = (input, _path, _exceptionable = true) => (undefined === input.clustering || "boolean" === typeof input.clustering || $guard(_exceptionable, {
@@ -2530,11 +2530,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2530
2530
  value: input.zoom
2531
2531
  }, errorFactory)) && (undefined === input.center || ("object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) || $guard(_exceptionable, {
2532
2532
  path: _path + ".center",
2533
- expected: "(PartialObjectDeep<__type, __type>.o4 | undefined)",
2533
+ expected: "(__type.o8 | undefined)",
2534
2534
  value: input.center
2535
2535
  }, errorFactory)) && $ao8(input.center, _path + ".center", true && _exceptionable) || $guard(_exceptionable, {
2536
2536
  path: _path + ".center",
2537
- expected: "(PartialObjectDeep<__type, __type>.o4 | undefined)",
2537
+ expected: "(__type.o8 | undefined)",
2538
2538
  value: input.center
2539
2539
  }, errorFactory));
2540
2540
  const $ao8 = (input, _path, _exceptionable = true) => (undefined === input.lat || "number" === typeof input.lat || $guard(_exceptionable, {
@@ -2696,11 +2696,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2696
2696
  }, errorFactory));
2697
2697
  const $ao17 = (input, _path, _exceptionable = true) => (undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || $guard(_exceptionable, {
2698
2698
  path: _path + ".createMenu",
2699
- expected: "(PartialObjectDeep<__type, __type>.o14 | undefined)",
2699
+ expected: "(__type.o18 | undefined)",
2700
2700
  value: input.createMenu
2701
2701
  }, errorFactory)) && $ao18(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
2702
2702
  path: _path + ".createMenu",
2703
- expected: "(PartialObjectDeep<__type, __type>.o14 | undefined)",
2703
+ expected: "(__type.o18 | undefined)",
2704
2704
  value: input.createMenu
2705
2705
  }, errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || $guard(_exceptionable, {
2706
2706
  path: _path + ".colorTags",
@@ -2766,11 +2766,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2766
2766
  value: input.placeholder
2767
2767
  }, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
2768
2768
  path: _path + ".guide",
2769
- expected: "(PartialObjectDeep<__type, __type>.o19 | undefined)",
2769
+ expected: "(__type.o23 | undefined)",
2770
2770
  value: input.guide
2771
2771
  }, errorFactory)) && $ao24(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
2772
2772
  path: _path + ".guide",
2773
- expected: "(PartialObjectDeep<__type, __type>.o19 | undefined)",
2773
+ expected: "(__type.o23 | undefined)",
2774
2774
  value: input.guide
2775
2775
  }, errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames || $guard(_exceptionable, {
2776
2776
  path: _path + ".stepManyFrames",
@@ -2786,11 +2786,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2786
2786
  value: input.importTitleTemplate
2787
2787
  }, errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || $guard(_exceptionable, {
2788
2788
  path: _path + ".tile",
2789
- expected: "(PartialObjectDeep<__type, __type>.o20 | undefined)",
2789
+ expected: "(__type.o24 | undefined)",
2790
2790
  value: input.tile
2791
2791
  }, errorFactory)) && $ao25(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
2792
2792
  path: _path + ".tile",
2793
- expected: "(PartialObjectDeep<__type, __type>.o20 | undefined)",
2793
+ expected: "(__type.o24 | undefined)",
2794
2794
  value: input.tile
2795
2795
  }, errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || $guard(_exceptionable, {
2796
2796
  path: _path + ".timecodeReference",
@@ -2826,11 +2826,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2826
2826
  value: input.playbackRates
2827
2827
  }, errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || $guard(_exceptionable, {
2828
2828
  path: _path + ".subtitles",
2829
- expected: "(PartialObjectDeep<__type, __type>.o21 | undefined)",
2829
+ expected: "(__type.o25 | undefined)",
2830
2830
  value: input.subtitles
2831
2831
  }, errorFactory)) && $ao26(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
2832
2832
  path: _path + ".subtitles",
2833
- expected: "(PartialObjectDeep<__type, __type>.o21 | undefined)",
2833
+ expected: "(__type.o25 | undefined)",
2834
2834
  value: input.subtitles
2835
2835
  }, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
2836
2836
  path: _path + ".subtitleTemplateId",
@@ -2846,11 +2846,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2846
2846
  value: input.guides
2847
2847
  }, errorFactory)) && input.guides.every((elem, _index16) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2848
2848
  path: _path + ".guides[" + _index16 + "]",
2849
- expected: "__type",
2849
+ expected: "__type.o26",
2850
2850
  value: elem
2851
2851
  }, errorFactory)) && $ao27(elem, _path + ".guides[" + _index16 + "]", true && _exceptionable) || $guard(_exceptionable, {
2852
2852
  path: _path + ".guides[" + _index16 + "]",
2853
- expected: "__type",
2853
+ expected: "__type.o26",
2854
2854
  value: elem
2855
2855
  }, errorFactory)) || $guard(_exceptionable, {
2856
2856
  path: _path + ".guides",
@@ -2862,31 +2862,31 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2862
2862
  value: input.download
2863
2863
  }, errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || $guard(_exceptionable, {
2864
2864
  path: _path + ".editMode",
2865
- expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
2865
+ expected: "(__type.o27 | undefined)",
2866
2866
  value: input.editMode
2867
2867
  }, errorFactory)) && $ao28(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
2868
2868
  path: _path + ".editMode",
2869
- expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
2869
+ expected: "(__type.o27 | undefined)",
2870
2870
  value: input.editMode
2871
2871
  }, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
2872
2872
  path: _path + ".transcribe",
2873
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
2873
+ expected: "(__type.o28 | undefined)",
2874
2874
  value: input.transcribe
2875
2875
  }, errorFactory)) && $ao29(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
2876
2876
  path: _path + ".transcribe",
2877
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
2877
+ expected: "(__type.o28 | undefined)",
2878
2878
  value: input.transcribe
2879
2879
  }, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
2880
2880
  path: _path + ".openCommand",
2881
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
2881
+ expected: "(__type.o32 | string | undefined)",
2882
2882
  value: input.openCommand
2883
2883
  }, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
2884
2884
  path: _path + ".openCommand",
2885
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
2885
+ expected: "(__type.o32 | string | undefined)",
2886
2886
  value: input.openCommand
2887
2887
  }, errorFactory)) && $ao33(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
2888
2888
  path: _path + ".openCommand",
2889
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
2889
+ expected: "(__type.o32 | string | undefined)",
2890
2890
  value: input.openCommand
2891
2891
  }, errorFactory)));
2892
2892
  const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
@@ -2944,11 +2944,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2944
2944
  }, errorFactory));
2945
2945
  const $ao29 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
2946
2946
  path: _path + ".subtitleDisclaimer",
2947
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
2947
+ expected: "(__type.o29 | undefined)",
2948
2948
  value: input.subtitleDisclaimer
2949
2949
  }, errorFactory)) && $ao30(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
2950
2950
  path: _path + ".subtitleDisclaimer",
2951
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
2951
+ expected: "(__type.o29 | undefined)",
2952
2952
  value: input.subtitleDisclaimer
2953
2953
  }, errorFactory);
2954
2954
  const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
@@ -2957,11 +2957,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2957
2957
  value: input.isUserConfigurable
2958
2958
  }, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
2959
2959
  path: _path + ".defaultValue",
2960
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
2960
+ expected: "(__type.o30 | undefined)",
2961
2961
  value: input.defaultValue
2962
2962
  }, errorFactory)) && $ao31(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
2963
2963
  path: _path + ".defaultValue",
2964
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
2964
+ expected: "(__type.o30 | undefined)",
2965
2965
  value: input.defaultValue
2966
2966
  }, errorFactory));
2967
2967
  const $ao31 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
@@ -2974,11 +2974,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2974
2974
  value: input.text
2975
2975
  }, errorFactory)) && input.text.every((elem, _index17) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2976
2976
  path: _path + ".text[" + _index17 + "]",
2977
- expected: "__type.o1",
2977
+ expected: "__type.o31",
2978
2978
  value: elem
2979
2979
  }, errorFactory)) && $ao32(elem, _path + ".text[" + _index17 + "]", true && _exceptionable) || $guard(_exceptionable, {
2980
2980
  path: _path + ".text[" + _index17 + "]",
2981
- expected: "__type.o1",
2981
+ expected: "__type.o31",
2982
2982
  value: elem
2983
2983
  }, errorFactory)) || $guard(_exceptionable, {
2984
2984
  path: _path + ".text",
@@ -3033,11 +3033,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
3033
3033
  value: input.thumbnailView
3034
3034
  }, errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || $guard(_exceptionable, {
3035
3035
  path: _path + ".voiceOver",
3036
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
3036
+ expected: "(__type.o34 | undefined)",
3037
3037
  value: input.voiceOver
3038
3038
  }, errorFactory)) && $ao35(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || $guard(_exceptionable, {
3039
3039
  path: _path + ".voiceOver",
3040
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
3040
+ expected: "(__type.o34 | undefined)",
3041
3041
  value: input.voiceOver
3042
3042
  }, errorFactory));
3043
3043
  const $ao35 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || $guard(_exceptionable, {
@@ -3084,35 +3084,35 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
3084
3084
  }, errorFactory));
3085
3085
  const $ao37 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
3086
3086
  path: _path + ".folded",
3087
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
3087
+ expected: "(__type.o37 | undefined)",
3088
3088
  value: input.folded
3089
3089
  }, errorFactory)) && $ao38(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
3090
3090
  path: _path + ".folded",
3091
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
3091
+ expected: "(__type.o37 | undefined)",
3092
3092
  value: input.folded
3093
3093
  }, errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
3094
3094
  path: _path + ".assets",
3095
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
3095
+ expected: "(__type.o38 | undefined)",
3096
3096
  value: input.assets
3097
3097
  }, errorFactory)) && $ao39(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
3098
3098
  path: _path + ".assets",
3099
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
3099
+ expected: "(__type.o38 | undefined)",
3100
3100
  value: input.assets
3101
3101
  }, errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || $guard(_exceptionable, {
3102
3102
  path: _path + ".pipeline",
3103
- expected: "(PartialObjectDeep<__type, __type>.o35 | undefined)",
3103
+ expected: "(__type.o42 | undefined)",
3104
3104
  value: input.pipeline
3105
3105
  }, errorFactory)) && $ao43(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
3106
3106
  path: _path + ".pipeline",
3107
- expected: "(PartialObjectDeep<__type, __type>.o35 | undefined)",
3107
+ expected: "(__type.o42 | undefined)",
3108
3108
  value: input.pipeline
3109
3109
  }, errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || $guard(_exceptionable, {
3110
3110
  path: _path + ".item",
3111
- expected: "(PartialObjectDeep<__type, __type>.o37 | undefined)",
3111
+ expected: "(__type.o44 | undefined)",
3112
3112
  value: input.item
3113
3113
  }, errorFactory)) && $ao45(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
3114
3114
  path: _path + ".item",
3115
- expected: "(PartialObjectDeep<__type, __type>.o37 | undefined)",
3115
+ expected: "(__type.o44 | undefined)",
3116
3116
  value: input.item
3117
3117
  }, errorFactory));
3118
3118
  const $ao38 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
@@ -3122,28 +3122,28 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
3122
3122
  }, errorFactory);
3123
3123
  const $ao39 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
3124
3124
  path: _path + ".story",
3125
- expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
3125
+ expected: "(__type.o39 | undefined)",
3126
3126
  value: input.story
3127
3127
  }, errorFactory)) && $ao40(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
3128
3128
  path: _path + ".story",
3129
- expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
3129
+ expected: "(__type.o39 | undefined)",
3130
3130
  value: input.story
3131
3131
  }, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
3132
3132
  path: _path + ".note",
3133
- expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
3133
+ expected: "(__type.o41 | undefined)",
3134
3134
  value: input.note
3135
3135
  }, errorFactory)) && $ao42(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
3136
3136
  path: _path + ".note",
3137
- expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
3137
+ expected: "(__type.o41 | undefined)",
3138
3138
  value: input.note
3139
3139
  }, errorFactory));
3140
3140
  const $ao40 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
3141
3141
  path: _path + ".excerpt",
3142
- expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
3142
+ expected: "(__type.o40 | undefined)",
3143
3143
  value: input.excerpt
3144
3144
  }, errorFactory)) && $ao41(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
3145
3145
  path: _path + ".excerpt",
3146
- expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
3146
+ expected: "(__type.o40 | undefined)",
3147
3147
  value: input.excerpt
3148
3148
  }, errorFactory);
3149
3149
  const $ao41 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || $guard(_exceptionable, {
@@ -3162,11 +3162,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
3162
3162
  }, errorFactory);
3163
3163
  const $ao43 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
3164
3164
  path: _path + ".search",
3165
- expected: "(PartialObjectDeep<__type, __type>.o36 | undefined)",
3165
+ expected: "(__type.o43 | undefined)",
3166
3166
  value: input.search
3167
3167
  }, errorFactory)) && $ao44(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
3168
3168
  path: _path + ".search",
3169
- expected: "(PartialObjectDeep<__type, __type>.o36 | undefined)",
3169
+ expected: "(__type.o43 | undefined)",
3170
3170
  value: input.search
3171
3171
  }, errorFactory)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
3172
3172
  path: _path + ".sortMode",
@@ -3194,11 +3194,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
3194
3194
  }, errorFactory));
3195
3195
  const $ao47 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
3196
3196
  path: _path + ".adobe",
3197
- expected: "(PartialObjectDeep<__type, __type>.o39 | undefined)",
3197
+ expected: "(__type.o47 | undefined)",
3198
3198
  value: input.adobe
3199
3199
  }, errorFactory)) && $ao48(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
3200
3200
  path: _path + ".adobe",
3201
- expected: "(PartialObjectDeep<__type, __type>.o39 | undefined)",
3201
+ expected: "(__type.o47 | undefined)",
3202
3202
  value: input.adobe
3203
3203
  }, errorFactory);
3204
3204
  const $ao48 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
@@ -3274,11 +3274,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
3274
3274
  }, errorFactory));
3275
3275
  const $ao51 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
3276
3276
  path: _path + ".events",
3277
- expected: "(PartialObjectDeep<__type, __type>.o43 | undefined)",
3277
+ expected: "(__type.o51 | undefined)",
3278
3278
  value: input.events
3279
3279
  }, errorFactory)) && $ao52(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
3280
3280
  path: _path + ".events",
3281
- expected: "(PartialObjectDeep<__type, __type>.o43 | undefined)",
3281
+ expected: "(__type.o51 | undefined)",
3282
3282
  value: input.events
3283
3283
  }, errorFactory);
3284
3284
  const $ao52 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || $guard(_exceptionable, {
@@ -3319,11 +3319,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
3319
3319
  value: input.unassigned
3320
3320
  }, errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
3321
3321
  path: _path + ".publishSucceeded",
3322
- expected: "(PartialObjectDeep<__type, __type>.o44 | undefined)",
3322
+ expected: "(__type.o52 | undefined)",
3323
3323
  value: input.publishSucceeded
3324
3324
  }, errorFactory)) && $ao53(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
3325
3325
  path: _path + ".publishSucceeded",
3326
- expected: "(PartialObjectDeep<__type, __type>.o44 | undefined)",
3326
+ expected: "(__type.o52 | undefined)",
3327
3327
  value: input.publishSucceeded
3328
3328
  }, errorFactory));
3329
3329
  const $ao53 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
@@ -3346,11 +3346,11 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
3346
3346
  });
3347
3347
  return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
3348
3348
  path: _path + "",
3349
- expected: "PartialObjectDeep<Settings, __type>",
3349
+ expected: "__type",
3350
3350
  value: input
3351
3351
  }, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
3352
3352
  path: _path + "",
3353
- expected: "PartialObjectDeep<Settings, __type>",
3353
+ expected: "__type",
3354
3354
  value: input
3355
3355
  }, errorFactory);
3356
3356
  })(input, "$input", true);
@@ -3455,7 +3455,7 @@ export const stringifySettingsRecord = input => {
3455
3455
  if ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand))
3456
3456
  return $so33(input.openCommand);
3457
3457
  $throws({
3458
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
3458
+ expected: "(__type.o32 | string | undefined)",
3459
3459
  value: input.openCommand
3460
3460
  });
3461
3461
  })() : undefined}`}`)}}`;
@@ -3661,35 +3661,35 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3661
3661
  value: input.autoLogoutTime
3662
3662
  }, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) || $guard(_exceptionable, {
3663
3663
  path: _path + ".permission",
3664
- expected: "(PartialObjectDeep<__type, __type> | undefined)",
3664
+ expected: "(__type.o1 | undefined)",
3665
3665
  value: input.permission
3666
3666
  }, errorFactory)) && $ao1(input.permission, _path + ".permission", true && _exceptionable) || $guard(_exceptionable, {
3667
3667
  path: _path + ".permission",
3668
- expected: "(PartialObjectDeep<__type, __type> | undefined)",
3668
+ expected: "(__type.o1 | undefined)",
3669
3669
  value: input.permission
3670
3670
  }, errorFactory)) && (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
3671
3671
  path: _path + ".module",
3672
- expected: "(PartialObjectDeep<__type, __type>.o1 | undefined)",
3672
+ expected: "(__type.o2 | undefined)",
3673
3673
  value: input.module
3674
3674
  }, errorFactory)) && $ao2(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
3675
3675
  path: _path + ".module",
3676
- expected: "(PartialObjectDeep<__type, __type>.o1 | undefined)",
3676
+ expected: "(__type.o2 | undefined)",
3677
3677
  value: input.module
3678
3678
  }, errorFactory)) && (undefined === input.browser || ("object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) || $guard(_exceptionable, {
3679
3679
  path: _path + ".browser",
3680
- expected: "(PartialObjectDeep<__type, __type>.o2 | undefined)",
3680
+ expected: "(__type.o6 | undefined)",
3681
3681
  value: input.browser
3682
3682
  }, errorFactory)) && $ao6(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
3683
3683
  path: _path + ".browser",
3684
- expected: "(PartialObjectDeep<__type, __type>.o2 | undefined)",
3684
+ expected: "(__type.o6 | undefined)",
3685
3685
  value: input.browser
3686
3686
  }, errorFactory)) && (undefined === input.toolbarTags || ("object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) || $guard(_exceptionable, {
3687
3687
  path: _path + ".toolbarTags",
3688
- expected: "(PartialObjectDeep<__type, __type>.o6 | undefined)",
3688
+ expected: "(__type.o10 | undefined)",
3689
3689
  value: input.toolbarTags
3690
3690
  }, errorFactory)) && $ao10(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
3691
3691
  path: _path + ".toolbarTags",
3692
- expected: "(PartialObjectDeep<__type, __type>.o6 | undefined)",
3692
+ expected: "(__type.o10 | undefined)",
3693
3693
  value: input.toolbarTags
3694
3694
  }, errorFactory)) && (undefined === input.exclusiveTagGroups || (Array.isArray(input.exclusiveTagGroups) || $guard(_exceptionable, {
3695
3695
  path: _path + ".exclusiveTagGroups",
@@ -3713,83 +3713,83 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3713
3713
  value: input.exclusiveTagGroups
3714
3714
  }, errorFactory)) && (undefined === input.deadlines || ("object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) || $guard(_exceptionable, {
3715
3715
  path: _path + ".deadlines",
3716
- expected: "(PartialObjectDeep<__type, __type>.o7 | undefined)",
3716
+ expected: "(__type.o11 | undefined)",
3717
3717
  value: input.deadlines
3718
3718
  }, errorFactory)) && $ao11(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
3719
3719
  path: _path + ".deadlines",
3720
- expected: "(PartialObjectDeep<__type, __type>.o7 | undefined)",
3720
+ expected: "(__type.o11 | undefined)",
3721
3721
  value: input.deadlines
3722
3722
  }, errorFactory)) && (undefined === input.assignees || ("object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) || $guard(_exceptionable, {
3723
3723
  path: _path + ".assignees",
3724
- expected: "(PartialObjectDeep<__type, __type>.o8 | undefined)",
3724
+ expected: "(__type.o12 | undefined)",
3725
3725
  value: input.assignees
3726
3726
  }, errorFactory)) && $ao12(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
3727
3727
  path: _path + ".assignees",
3728
- expected: "(PartialObjectDeep<__type, __type>.o8 | undefined)",
3728
+ expected: "(__type.o12 | undefined)",
3729
3729
  value: input.assignees
3730
3730
  }, errorFactory)) && (undefined === input.comments || ("object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) || $guard(_exceptionable, {
3731
3731
  path: _path + ".comments",
3732
- expected: "(PartialObjectDeep<__type, __type>.o9 | undefined)",
3732
+ expected: "(__type.o13 | undefined)",
3733
3733
  value: input.comments
3734
3734
  }, errorFactory)) && $ao13(input.comments, _path + ".comments", true && _exceptionable) || $guard(_exceptionable, {
3735
3735
  path: _path + ".comments",
3736
- expected: "(PartialObjectDeep<__type, __type>.o9 | undefined)",
3736
+ expected: "(__type.o13 | undefined)",
3737
3737
  value: input.comments
3738
3738
  }, errorFactory)) && (undefined === input.clock || ("object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) || $guard(_exceptionable, {
3739
3739
  path: _path + ".clock",
3740
- expected: "(PartialObjectDeep<__type, __type>.o10 | undefined)",
3740
+ expected: "(__type.o14 | undefined)",
3741
3741
  value: input.clock
3742
3742
  }, errorFactory)) && $ao14(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
3743
3743
  path: _path + ".clock",
3744
- expected: "(PartialObjectDeep<__type, __type>.o10 | undefined)",
3744
+ expected: "(__type.o14 | undefined)",
3745
3745
  value: input.clock
3746
3746
  }, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
3747
3747
  path: _path + ".swarm",
3748
- expected: "(PartialObjectDeep<__type, __type>.o11 | undefined)",
3748
+ expected: "(__type.o15 | undefined)",
3749
3749
  value: input.swarm
3750
3750
  }, errorFactory)) && $ao15(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
3751
3751
  path: _path + ".swarm",
3752
- expected: "(PartialObjectDeep<__type, __type>.o11 | undefined)",
3752
+ expected: "(__type.o15 | undefined)",
3753
3753
  value: input.swarm
3754
3754
  }, errorFactory)) && (undefined === input.dashboard || ("object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) || $guard(_exceptionable, {
3755
3755
  path: _path + ".dashboard",
3756
- expected: "(PartialObjectDeep<__type, __type>.o12 | undefined)",
3756
+ expected: "(__type.o16 | undefined)",
3757
3757
  value: input.dashboard
3758
3758
  }, errorFactory)) && $ao16(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
3759
3759
  path: _path + ".dashboard",
3760
- expected: "(PartialObjectDeep<__type, __type>.o12 | undefined)",
3760
+ expected: "(__type.o16 | undefined)",
3761
3761
  value: input.dashboard
3762
3762
  }, errorFactory)) && (undefined === input.script || ("object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) || $guard(_exceptionable, {
3763
3763
  path: _path + ".script",
3764
- expected: "(PartialObjectDeep<__type, __type>.o13 | undefined)",
3764
+ expected: "(__type.o17 | undefined)",
3765
3765
  value: input.script
3766
3766
  }, errorFactory)) && $ao17(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
3767
3767
  path: _path + ".script",
3768
- expected: "(PartialObjectDeep<__type, __type>.o13 | undefined)",
3768
+ expected: "(__type.o17 | undefined)",
3769
3769
  value: input.script
3770
3770
  }, errorFactory)) && (undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
3771
3771
  path: _path + ".events",
3772
- expected: "(PartialObjectDeep<__type, __type>.o15 | undefined)",
3772
+ expected: "(__type.o19 | undefined)",
3773
3773
  value: input.events
3774
3774
  }, errorFactory)) && $ao20(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
3775
3775
  path: _path + ".events",
3776
- expected: "(PartialObjectDeep<__type, __type>.o15 | undefined)",
3776
+ expected: "(__type.o19 | undefined)",
3777
3777
  value: input.events
3778
3778
  }, errorFactory)) && (undefined === input.rundown || ("object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) || $guard(_exceptionable, {
3779
3779
  path: _path + ".rundown",
3780
- expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
3780
+ expected: "(__type.o20 | undefined)",
3781
3781
  value: input.rundown
3782
3782
  }, errorFactory)) && $ao21(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
3783
3783
  path: _path + ".rundown",
3784
- expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
3784
+ expected: "(__type.o20 | undefined)",
3785
3785
  value: input.rundown
3786
3786
  }, errorFactory)) && (undefined === input.gallery || ("object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) || $guard(_exceptionable, {
3787
3787
  path: _path + ".gallery",
3788
- expected: "(PartialObjectDeep<__type, __type>.o17 | undefined)",
3788
+ expected: "(__type.o21 | undefined)",
3789
3789
  value: input.gallery
3790
3790
  }, errorFactory)) && $ao22(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
3791
3791
  path: _path + ".gallery",
3792
- expected: "(PartialObjectDeep<__type, __type>.o17 | undefined)",
3792
+ expected: "(__type.o21 | undefined)",
3793
3793
  value: input.gallery
3794
3794
  }, errorFactory)) && (undefined === input.history || "boolean" === typeof input.history || $guard(_exceptionable, {
3795
3795
  path: _path + ".history",
@@ -3797,19 +3797,19 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3797
3797
  value: input.history
3798
3798
  }, errorFactory)) && true && (undefined === input.media || ("object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) || $guard(_exceptionable, {
3799
3799
  path: _path + ".media",
3800
- expected: "(PartialObjectDeep<__type, __type>.o18 | undefined)",
3800
+ expected: "(__type.o22 | undefined)",
3801
3801
  value: input.media
3802
3802
  }, errorFactory)) && $ao23(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
3803
3803
  path: _path + ".media",
3804
- expected: "(PartialObjectDeep<__type, __type>.o18 | undefined)",
3804
+ expected: "(__type.o22 | undefined)",
3805
3805
  value: input.media
3806
3806
  }, errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || $guard(_exceptionable, {
3807
3807
  path: _path + ".edit",
3808
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
3808
+ expected: "(__type.o33 | undefined)",
3809
3809
  value: input.edit
3810
3810
  }, errorFactory)) && $ao34(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
3811
3811
  path: _path + ".edit",
3812
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
3812
+ expected: "(__type.o33 | undefined)",
3813
3813
  value: input.edit
3814
3814
  }, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
3815
3815
  path: _path + ".commands",
@@ -3817,11 +3817,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3817
3817
  value: input.commands
3818
3818
  }, errorFactory)) && input.commands.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
3819
3819
  path: _path + ".commands[" + _index3 + "]",
3820
- expected: "__type.o2",
3820
+ expected: "__type.o35",
3821
3821
  value: elem
3822
3822
  }, errorFactory)) && $ao36(elem, _path + ".commands[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
3823
3823
  path: _path + ".commands[" + _index3 + "]",
3824
- expected: "__type.o2",
3824
+ expected: "__type.o35",
3825
3825
  value: elem
3826
3826
  }, errorFactory)) || $guard(_exceptionable, {
3827
3827
  path: _path + ".commands",
@@ -3841,11 +3841,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3841
3841
  value: input.predefinedTags
3842
3842
  }, errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || $guard(_exceptionable, {
3843
3843
  path: _path + ".storyboard",
3844
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
3844
+ expected: "(__type.o36 | undefined)",
3845
3845
  value: input.storyboard
3846
3846
  }, errorFactory)) && $ao37(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
3847
3847
  path: _path + ".storyboard",
3848
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
3848
+ expected: "(__type.o36 | undefined)",
3849
3849
  value: input.storyboard
3850
3850
  }, errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
3851
3851
  path: _path + ".hiddenPreviews",
@@ -3853,11 +3853,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3853
3853
  value: input.hiddenPreviews
3854
3854
  }, errorFactory)) && input.hiddenPreviews.every((elem, _index5) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
3855
3855
  path: _path + ".hiddenPreviews[" + _index5 + "]",
3856
- expected: "__type.o3",
3856
+ expected: "__type.o45",
3857
3857
  value: elem
3858
3858
  }, errorFactory)) && $ao46(elem, _path + ".hiddenPreviews[" + _index5 + "]", true && _exceptionable) || $guard(_exceptionable, {
3859
3859
  path: _path + ".hiddenPreviews[" + _index5 + "]",
3860
- expected: "__type.o3",
3860
+ expected: "__type.o45",
3861
3861
  value: elem
3862
3862
  }, errorFactory)) || $guard(_exceptionable, {
3863
3863
  path: _path + ".hiddenPreviews",
@@ -3865,11 +3865,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3865
3865
  value: input.hiddenPreviews
3866
3866
  }, errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || $guard(_exceptionable, {
3867
3867
  path: _path + ".plugins",
3868
- expected: "(PartialObjectDeep<__type, __type>.o38 | undefined)",
3868
+ expected: "(__type.o46 | undefined)",
3869
3869
  value: input.plugins
3870
3870
  }, errorFactory)) && $ao47(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
3871
3871
  path: _path + ".plugins",
3872
- expected: "(PartialObjectDeep<__type, __type>.o38 | undefined)",
3872
+ expected: "(__type.o46 | undefined)",
3873
3873
  value: input.plugins
3874
3874
  }, errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || $guard(_exceptionable, {
3875
3875
  path: _path + ".crashScreen",
@@ -3881,27 +3881,27 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3881
3881
  value: input.debug
3882
3882
  }, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
3883
3883
  path: _path + ".featurePreview",
3884
- expected: "(PartialObjectDeep<__type, __type>.o40 | undefined)",
3884
+ expected: "(__type.o48 | undefined)",
3885
3885
  value: input.featurePreview
3886
3886
  }, errorFactory)) && $ao49(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
3887
3887
  path: _path + ".featurePreview",
3888
- expected: "(PartialObjectDeep<__type, __type>.o40 | undefined)",
3888
+ expected: "(__type.o48 | undefined)",
3889
3889
  value: input.featurePreview
3890
3890
  }, errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || $guard(_exceptionable, {
3891
3891
  path: _path + ".flags",
3892
- expected: "(PartialObjectDeep<__type, __type>.o41 | undefined)",
3892
+ expected: "(__type.o49 | undefined)",
3893
3893
  value: input.flags
3894
3894
  }, errorFactory)) && $ao50(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
3895
3895
  path: _path + ".flags",
3896
- expected: "(PartialObjectDeep<__type, __type>.o41 | undefined)",
3896
+ expected: "(__type.o49 | undefined)",
3897
3897
  value: input.flags
3898
3898
  }, errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || $guard(_exceptionable, {
3899
3899
  path: _path + ".notifications",
3900
- expected: "(PartialObjectDeep<__type, __type>.o42 | undefined)",
3900
+ expected: "(__type.o50 | undefined)",
3901
3901
  value: input.notifications
3902
3902
  }, errorFactory)) && $ao51(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
3903
3903
  path: _path + ".notifications",
3904
- expected: "(PartialObjectDeep<__type, __type>.o42 | undefined)",
3904
+ expected: "(__type.o50 | undefined)",
3905
3905
  value: input.notifications
3906
3906
  }, errorFactory));
3907
3907
  const $ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
@@ -3915,20 +3915,20 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3915
3915
  }, errorFactory));
3916
3916
  const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
3917
3917
  path: _path + ".tabs",
3918
- expected: "(PartialObjectDeep<ModuleTabs, __type> | undefined)",
3918
+ expected: "(__type.o3 | undefined)",
3919
3919
  value: input.tabs
3920
3920
  }, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
3921
3921
  path: _path + ".tabs",
3922
- expected: "(PartialObjectDeep<ModuleTabs, __type> | undefined)",
3922
+ expected: "(__type.o3 | undefined)",
3923
3923
  value: input.tabs
3924
3924
  }, errorFactory);
3925
3925
  const $ao3 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) || $guard(_exceptionable, {
3926
3926
  path: _path + ".settingsPanelStore",
3927
- expected: "(PartialObjectDeep<SettingsPanelStoreTab, __type> | undefined)",
3927
+ expected: "(__type.o4 | undefined)",
3928
3928
  value: input.settingsPanelStore
3929
3929
  }, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
3930
3930
  path: _path + ".settingsPanelStore",
3931
- expected: "(PartialObjectDeep<SettingsPanelStoreTab, __type> | undefined)",
3931
+ expected: "(__type.o4 | undefined)",
3932
3932
  value: input.settingsPanelStore
3933
3933
  }, errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
3934
3934
  if (["settingsPanelStore"].some(prop => key === prop))
@@ -3938,11 +3938,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3938
3938
  return true;
3939
3939
  return undefined === value || ("object" === typeof value && null !== value && false === Array.isArray(value) || $guard(_exceptionable, {
3940
3940
  path: _path + $join(key),
3941
- expected: "(PartialObjectDeep<ModuleTabsSettingsValue, __type> | undefined)",
3941
+ expected: "(__type.o5 | undefined)",
3942
3942
  value: value
3943
3943
  }, errorFactory)) && $ao5(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
3944
3944
  path: _path + $join(key),
3945
- expected: "(PartialObjectDeep<ModuleTabsSettingsValue, __type> | undefined)",
3945
+ expected: "(__type.o5 | undefined)",
3946
3946
  value: value
3947
3947
  }, errorFactory);
3948
3948
  }));
@@ -3962,19 +3962,19 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3962
3962
  }, errorFactory);
3963
3963
  const $ao6 = (input, _path, _exceptionable = true) => (undefined === input.map || ("object" === typeof input.map && null !== input.map && false === Array.isArray(input.map) || $guard(_exceptionable, {
3964
3964
  path: _path + ".map",
3965
- expected: "(PartialObjectDeep<__type, __type>.o3 | undefined)",
3965
+ expected: "(__type.o7 | undefined)",
3966
3966
  value: input.map
3967
3967
  }, errorFactory)) && $ao7(input.map, _path + ".map", true && _exceptionable) || $guard(_exceptionable, {
3968
3968
  path: _path + ".map",
3969
- expected: "(PartialObjectDeep<__type, __type>.o3 | undefined)",
3969
+ expected: "(__type.o7 | undefined)",
3970
3970
  value: input.map
3971
3971
  }, errorFactory)) && (undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || $guard(_exceptionable, {
3972
3972
  path: _path + ".createMenu",
3973
- expected: "(PartialObjectDeep<__type, __type>.o5 | undefined)",
3973
+ expected: "(__type.o9 | undefined)",
3974
3974
  value: input.createMenu
3975
3975
  }, errorFactory)) && $ao9(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
3976
3976
  path: _path + ".createMenu",
3977
- expected: "(PartialObjectDeep<__type, __type>.o5 | undefined)",
3977
+ expected: "(__type.o9 | undefined)",
3978
3978
  value: input.createMenu
3979
3979
  }, errorFactory));
3980
3980
  const $ao7 = (input, _path, _exceptionable = true) => (undefined === input.clustering || "boolean" === typeof input.clustering || $guard(_exceptionable, {
@@ -3987,11 +3987,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3987
3987
  value: input.zoom
3988
3988
  }, errorFactory)) && (undefined === input.center || ("object" === typeof input.center && null !== input.center && false === Array.isArray(input.center) || $guard(_exceptionable, {
3989
3989
  path: _path + ".center",
3990
- expected: "(PartialObjectDeep<__type, __type>.o4 | undefined)",
3990
+ expected: "(__type.o8 | undefined)",
3991
3991
  value: input.center
3992
3992
  }, errorFactory)) && $ao8(input.center, _path + ".center", true && _exceptionable) || $guard(_exceptionable, {
3993
3993
  path: _path + ".center",
3994
- expected: "(PartialObjectDeep<__type, __type>.o4 | undefined)",
3994
+ expected: "(__type.o8 | undefined)",
3995
3995
  value: input.center
3996
3996
  }, errorFactory));
3997
3997
  const $ao8 = (input, _path, _exceptionable = true) => (undefined === input.lat || "number" === typeof input.lat && !Number.isNaN(input.lat) || $guard(_exceptionable, {
@@ -4153,11 +4153,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4153
4153
  }, errorFactory));
4154
4154
  const $ao17 = (input, _path, _exceptionable = true) => (undefined === input.createMenu || ("object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) || $guard(_exceptionable, {
4155
4155
  path: _path + ".createMenu",
4156
- expected: "(PartialObjectDeep<__type, __type>.o14 | undefined)",
4156
+ expected: "(__type.o18 | undefined)",
4157
4157
  value: input.createMenu
4158
4158
  }, errorFactory)) && $ao18(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
4159
4159
  path: _path + ".createMenu",
4160
- expected: "(PartialObjectDeep<__type, __type>.o14 | undefined)",
4160
+ expected: "(__type.o18 | undefined)",
4161
4161
  value: input.createMenu
4162
4162
  }, errorFactory)) && (undefined === input.colorTags || (Array.isArray(input.colorTags) || $guard(_exceptionable, {
4163
4163
  path: _path + ".colorTags",
@@ -4223,11 +4223,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4223
4223
  value: input.placeholder
4224
4224
  }, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
4225
4225
  path: _path + ".guide",
4226
- expected: "(PartialObjectDeep<__type, __type>.o19 | undefined)",
4226
+ expected: "(__type.o23 | undefined)",
4227
4227
  value: input.guide
4228
4228
  }, errorFactory)) && $ao24(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
4229
4229
  path: _path + ".guide",
4230
- expected: "(PartialObjectDeep<__type, __type>.o19 | undefined)",
4230
+ expected: "(__type.o23 | undefined)",
4231
4231
  value: input.guide
4232
4232
  }, errorFactory)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames) || $guard(_exceptionable, {
4233
4233
  path: _path + ".stepManyFrames",
@@ -4243,11 +4243,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4243
4243
  value: input.importTitleTemplate
4244
4244
  }, errorFactory)) && (undefined === input.tile || ("object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) || $guard(_exceptionable, {
4245
4245
  path: _path + ".tile",
4246
- expected: "(PartialObjectDeep<__type, __type>.o20 | undefined)",
4246
+ expected: "(__type.o24 | undefined)",
4247
4247
  value: input.tile
4248
4248
  }, errorFactory)) && $ao25(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
4249
4249
  path: _path + ".tile",
4250
- expected: "(PartialObjectDeep<__type, __type>.o20 | undefined)",
4250
+ expected: "(__type.o24 | undefined)",
4251
4251
  value: input.tile
4252
4252
  }, errorFactory)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference || $guard(_exceptionable, {
4253
4253
  path: _path + ".timecodeReference",
@@ -4283,11 +4283,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4283
4283
  value: input.playbackRates
4284
4284
  }, errorFactory)) && (undefined === input.subtitles || ("object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) || $guard(_exceptionable, {
4285
4285
  path: _path + ".subtitles",
4286
- expected: "(PartialObjectDeep<__type, __type>.o21 | undefined)",
4286
+ expected: "(__type.o25 | undefined)",
4287
4287
  value: input.subtitles
4288
4288
  }, errorFactory)) && $ao26(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
4289
4289
  path: _path + ".subtitles",
4290
- expected: "(PartialObjectDeep<__type, __type>.o21 | undefined)",
4290
+ expected: "(__type.o25 | undefined)",
4291
4291
  value: input.subtitles
4292
4292
  }, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
4293
4293
  path: _path + ".subtitleTemplateId",
@@ -4303,11 +4303,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4303
4303
  value: input.guides
4304
4304
  }, errorFactory)) && input.guides.every((elem, _index16) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
4305
4305
  path: _path + ".guides[" + _index16 + "]",
4306
- expected: "__type",
4306
+ expected: "__type.o26",
4307
4307
  value: elem
4308
4308
  }, errorFactory)) && $ao27(elem, _path + ".guides[" + _index16 + "]", true && _exceptionable) || $guard(_exceptionable, {
4309
4309
  path: _path + ".guides[" + _index16 + "]",
4310
- expected: "__type",
4310
+ expected: "__type.o26",
4311
4311
  value: elem
4312
4312
  }, errorFactory)) || $guard(_exceptionable, {
4313
4313
  path: _path + ".guides",
@@ -4319,31 +4319,31 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4319
4319
  value: input.download
4320
4320
  }, errorFactory)) && (undefined === input.editMode || ("object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) || $guard(_exceptionable, {
4321
4321
  path: _path + ".editMode",
4322
- expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
4322
+ expected: "(__type.o27 | undefined)",
4323
4323
  value: input.editMode
4324
4324
  }, errorFactory)) && $ao28(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
4325
4325
  path: _path + ".editMode",
4326
- expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
4326
+ expected: "(__type.o27 | undefined)",
4327
4327
  value: input.editMode
4328
4328
  }, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
4329
4329
  path: _path + ".transcribe",
4330
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
4330
+ expected: "(__type.o28 | undefined)",
4331
4331
  value: input.transcribe
4332
4332
  }, errorFactory)) && $ao29(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
4333
4333
  path: _path + ".transcribe",
4334
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
4334
+ expected: "(__type.o28 | undefined)",
4335
4335
  value: input.transcribe
4336
4336
  }, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
4337
4337
  path: _path + ".openCommand",
4338
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
4338
+ expected: "(__type.o32 | string | undefined)",
4339
4339
  value: input.openCommand
4340
4340
  }, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
4341
4341
  path: _path + ".openCommand",
4342
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
4342
+ expected: "(__type.o32 | string | undefined)",
4343
4343
  value: input.openCommand
4344
4344
  }, errorFactory)) && $ao33(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
4345
4345
  path: _path + ".openCommand",
4346
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
4346
+ expected: "(__type.o32 | string | undefined)",
4347
4347
  value: input.openCommand
4348
4348
  }, errorFactory)));
4349
4349
  const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
@@ -4401,11 +4401,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4401
4401
  }, errorFactory));
4402
4402
  const $ao29 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
4403
4403
  path: _path + ".subtitleDisclaimer",
4404
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
4404
+ expected: "(__type.o29 | undefined)",
4405
4405
  value: input.subtitleDisclaimer
4406
4406
  }, errorFactory)) && $ao30(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
4407
4407
  path: _path + ".subtitleDisclaimer",
4408
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
4408
+ expected: "(__type.o29 | undefined)",
4409
4409
  value: input.subtitleDisclaimer
4410
4410
  }, errorFactory);
4411
4411
  const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
@@ -4414,11 +4414,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4414
4414
  value: input.isUserConfigurable
4415
4415
  }, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
4416
4416
  path: _path + ".defaultValue",
4417
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
4417
+ expected: "(__type.o30 | undefined)",
4418
4418
  value: input.defaultValue
4419
4419
  }, errorFactory)) && $ao31(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
4420
4420
  path: _path + ".defaultValue",
4421
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
4421
+ expected: "(__type.o30 | undefined)",
4422
4422
  value: input.defaultValue
4423
4423
  }, errorFactory));
4424
4424
  const $ao31 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
@@ -4431,11 +4431,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4431
4431
  value: input.text
4432
4432
  }, errorFactory)) && input.text.every((elem, _index17) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
4433
4433
  path: _path + ".text[" + _index17 + "]",
4434
- expected: "__type.o1",
4434
+ expected: "__type.o31",
4435
4435
  value: elem
4436
4436
  }, errorFactory)) && $ao32(elem, _path + ".text[" + _index17 + "]", true && _exceptionable) || $guard(_exceptionable, {
4437
4437
  path: _path + ".text[" + _index17 + "]",
4438
- expected: "__type.o1",
4438
+ expected: "__type.o31",
4439
4439
  value: elem
4440
4440
  }, errorFactory)) || $guard(_exceptionable, {
4441
4441
  path: _path + ".text",
@@ -4490,11 +4490,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4490
4490
  value: input.thumbnailView
4491
4491
  }, errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || $guard(_exceptionable, {
4492
4492
  path: _path + ".voiceOver",
4493
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
4493
+ expected: "(__type.o34 | undefined)",
4494
4494
  value: input.voiceOver
4495
4495
  }, errorFactory)) && $ao35(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || $guard(_exceptionable, {
4496
4496
  path: _path + ".voiceOver",
4497
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
4497
+ expected: "(__type.o34 | undefined)",
4498
4498
  value: input.voiceOver
4499
4499
  }, errorFactory));
4500
4500
  const $ao35 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || $guard(_exceptionable, {
@@ -4541,35 +4541,35 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4541
4541
  }, errorFactory));
4542
4542
  const $ao37 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
4543
4543
  path: _path + ".folded",
4544
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
4544
+ expected: "(__type.o37 | undefined)",
4545
4545
  value: input.folded
4546
4546
  }, errorFactory)) && $ao38(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
4547
4547
  path: _path + ".folded",
4548
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
4548
+ expected: "(__type.o37 | undefined)",
4549
4549
  value: input.folded
4550
4550
  }, errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
4551
4551
  path: _path + ".assets",
4552
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
4552
+ expected: "(__type.o38 | undefined)",
4553
4553
  value: input.assets
4554
4554
  }, errorFactory)) && $ao39(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
4555
4555
  path: _path + ".assets",
4556
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
4556
+ expected: "(__type.o38 | undefined)",
4557
4557
  value: input.assets
4558
4558
  }, errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || $guard(_exceptionable, {
4559
4559
  path: _path + ".pipeline",
4560
- expected: "(PartialObjectDeep<__type, __type>.o35 | undefined)",
4560
+ expected: "(__type.o42 | undefined)",
4561
4561
  value: input.pipeline
4562
4562
  }, errorFactory)) && $ao43(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
4563
4563
  path: _path + ".pipeline",
4564
- expected: "(PartialObjectDeep<__type, __type>.o35 | undefined)",
4564
+ expected: "(__type.o42 | undefined)",
4565
4565
  value: input.pipeline
4566
4566
  }, errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || $guard(_exceptionable, {
4567
4567
  path: _path + ".item",
4568
- expected: "(PartialObjectDeep<__type, __type>.o37 | undefined)",
4568
+ expected: "(__type.o44 | undefined)",
4569
4569
  value: input.item
4570
4570
  }, errorFactory)) && $ao45(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
4571
4571
  path: _path + ".item",
4572
- expected: "(PartialObjectDeep<__type, __type>.o37 | undefined)",
4572
+ expected: "(__type.o44 | undefined)",
4573
4573
  value: input.item
4574
4574
  }, errorFactory));
4575
4575
  const $ao38 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
@@ -4579,28 +4579,28 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4579
4579
  }, errorFactory);
4580
4580
  const $ao39 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
4581
4581
  path: _path + ".story",
4582
- expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
4582
+ expected: "(__type.o39 | undefined)",
4583
4583
  value: input.story
4584
4584
  }, errorFactory)) && $ao40(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
4585
4585
  path: _path + ".story",
4586
- expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
4586
+ expected: "(__type.o39 | undefined)",
4587
4587
  value: input.story
4588
4588
  }, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
4589
4589
  path: _path + ".note",
4590
- expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
4590
+ expected: "(__type.o41 | undefined)",
4591
4591
  value: input.note
4592
4592
  }, errorFactory)) && $ao42(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
4593
4593
  path: _path + ".note",
4594
- expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
4594
+ expected: "(__type.o41 | undefined)",
4595
4595
  value: input.note
4596
4596
  }, errorFactory));
4597
4597
  const $ao40 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
4598
4598
  path: _path + ".excerpt",
4599
- expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
4599
+ expected: "(__type.o40 | undefined)",
4600
4600
  value: input.excerpt
4601
4601
  }, errorFactory)) && $ao41(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
4602
4602
  path: _path + ".excerpt",
4603
- expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
4603
+ expected: "(__type.o40 | undefined)",
4604
4604
  value: input.excerpt
4605
4605
  }, errorFactory);
4606
4606
  const $ao41 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
@@ -4619,11 +4619,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4619
4619
  }, errorFactory);
4620
4620
  const $ao43 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
4621
4621
  path: _path + ".search",
4622
- expected: "(PartialObjectDeep<__type, __type>.o36 | undefined)",
4622
+ expected: "(__type.o43 | undefined)",
4623
4623
  value: input.search
4624
4624
  }, errorFactory)) && $ao44(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
4625
4625
  path: _path + ".search",
4626
- expected: "(PartialObjectDeep<__type, __type>.o36 | undefined)",
4626
+ expected: "(__type.o43 | undefined)",
4627
4627
  value: input.search
4628
4628
  }, errorFactory)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
4629
4629
  path: _path + ".sortMode",
@@ -4651,11 +4651,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4651
4651
  }, errorFactory));
4652
4652
  const $ao47 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
4653
4653
  path: _path + ".adobe",
4654
- expected: "(PartialObjectDeep<__type, __type>.o39 | undefined)",
4654
+ expected: "(__type.o47 | undefined)",
4655
4655
  value: input.adobe
4656
4656
  }, errorFactory)) && $ao48(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
4657
4657
  path: _path + ".adobe",
4658
- expected: "(PartialObjectDeep<__type, __type>.o39 | undefined)",
4658
+ expected: "(__type.o47 | undefined)",
4659
4659
  value: input.adobe
4660
4660
  }, errorFactory);
4661
4661
  const $ao48 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
@@ -4731,11 +4731,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4731
4731
  }, errorFactory));
4732
4732
  const $ao51 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
4733
4733
  path: _path + ".events",
4734
- expected: "(PartialObjectDeep<__type, __type>.o43 | undefined)",
4734
+ expected: "(__type.o51 | undefined)",
4735
4735
  value: input.events
4736
4736
  }, errorFactory)) && $ao52(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
4737
4737
  path: _path + ".events",
4738
- expected: "(PartialObjectDeep<__type, __type>.o43 | undefined)",
4738
+ expected: "(__type.o51 | undefined)",
4739
4739
  value: input.events
4740
4740
  }, errorFactory);
4741
4741
  const $ao52 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || $guard(_exceptionable, {
@@ -4776,11 +4776,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4776
4776
  value: input.unassigned
4777
4777
  }, errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
4778
4778
  path: _path + ".publishSucceeded",
4779
- expected: "(PartialObjectDeep<__type, __type>.o44 | undefined)",
4779
+ expected: "(__type.o52 | undefined)",
4780
4780
  value: input.publishSucceeded
4781
4781
  }, errorFactory)) && $ao53(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
4782
4782
  path: _path + ".publishSucceeded",
4783
- expected: "(PartialObjectDeep<__type, __type>.o44 | undefined)",
4783
+ expected: "(__type.o52 | undefined)",
4784
4784
  value: input.publishSucceeded
4785
4785
  }, errorFactory));
4786
4786
  const $ao53 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
@@ -4803,11 +4803,11 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4803
4803
  });
4804
4804
  return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
4805
4805
  path: _path + "",
4806
- expected: "PartialObjectDeep<Settings, __type>",
4806
+ expected: "__type",
4807
4807
  value: input
4808
4808
  }, errorFactory)) && $ao0(input, _path + "", true) || $guard(true, {
4809
4809
  path: _path + "",
4810
- expected: "PartialObjectDeep<Settings, __type>",
4810
+ expected: "__type",
4811
4811
  value: input
4812
4812
  }, errorFactory);
4813
4813
  })(input, "$input", true);
@@ -4912,7 +4912,7 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
4912
4912
  if ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand))
4913
4913
  return $so33(input.openCommand);
4914
4914
  $throws({
4915
- expected: "(PartialObjectDeep<__type, __type>.o26 | string | undefined)",
4915
+ expected: "(__type.o32 | string | undefined)",
4916
4916
  value: input.openCommand
4917
4917
  });
4918
4918
  })() : undefined}`}`)}}`;