@genesislcap/foundation-user 14.137.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. package/README.md +43 -0
  2. package/dist/dts/config.d.ts +53 -0
  3. package/dist/dts/config.d.ts.map +1 -0
  4. package/dist/dts/index.d.ts +5 -0
  5. package/dist/dts/index.d.ts.map +1 -0
  6. package/dist/dts/index.federated.d.ts +1 -0
  7. package/dist/dts/index.federated.d.ts.map +1 -0
  8. package/dist/dts/logger.d.ts +5 -0
  9. package/dist/dts/logger.d.ts.map +1 -0
  10. package/dist/dts/tsdoc-metadata.json +11 -0
  11. package/dist/dts/types.d.ts +134 -0
  12. package/dist/dts/types.d.ts.map +1 -0
  13. package/dist/dts/user.d.ts +167 -0
  14. package/dist/dts/user.d.ts.map +1 -0
  15. package/dist/esm/config.js +57 -0
  16. package/dist/esm/index.federated.js +1 -0
  17. package/dist/esm/index.js +4 -0
  18. package/dist/esm/logger.js +5 -0
  19. package/dist/esm/types.js +5 -0
  20. package/dist/esm/user.js +182 -0
  21. package/dist/foundation-user.api.json +3350 -0
  22. package/dist/foundation-user.d.ts +374 -0
  23. package/docs/.gitattributes +2 -0
  24. package/docs/api/foundation-user.defaultuser.actionhistory.md +13 -0
  25. package/docs/api/foundation-user.defaultuser.addauthenticationchangelistener.md +22 -0
  26. package/docs/api/foundation-user.defaultuser.clearactions.md +17 -0
  27. package/docs/api/foundation-user.defaultuser.clearpaths.md +17 -0
  28. package/docs/api/foundation-user.defaultuser.cleartrackinghistory.md +16 -0
  29. package/docs/api/foundation-user.defaultuser.details.md +12 -0
  30. package/docs/api/foundation-user.defaultuser.haspermission.md +22 -0
  31. package/docs/api/foundation-user.defaultuser.hasprofile.md +22 -0
  32. package/docs/api/foundation-user.defaultuser.isadmin.md +16 -0
  33. package/docs/api/foundation-user.defaultuser.isanonymous.md +12 -0
  34. package/docs/api/foundation-user.defaultuser.isauthenticated.md +12 -0
  35. package/docs/api/foundation-user.defaultuser.isbanned.md +16 -0
  36. package/docs/api/foundation-user.defaultuser.lastaction.md +17 -0
  37. package/docs/api/foundation-user.defaultuser.lastpath.md +19 -0
  38. package/docs/api/foundation-user.defaultuser.md +51 -0
  39. package/docs/api/foundation-user.defaultuser.pathhistory.md +13 -0
  40. package/docs/api/foundation-user.defaultuser.permission.md +12 -0
  41. package/docs/api/foundation-user.defaultuser.profile.md +12 -0
  42. package/docs/api/foundation-user.defaultuser.rawproperties.md +18 -0
  43. package/docs/api/foundation-user.defaultuser.set.md +22 -0
  44. package/docs/api/foundation-user.defaultuser.sourceref.md +12 -0
  45. package/docs/api/foundation-user.defaultuser.trackaction.md +24 -0
  46. package/docs/api/foundation-user.defaultuser.trackpath.md +17 -0
  47. package/docs/api/foundation-user.defaultuser.unset.md +16 -0
  48. package/docs/api/foundation-user.defaultuser.userkvs.md +14 -0
  49. package/docs/api/foundation-user.defaultuser.username.md +12 -0
  50. package/docs/api/foundation-user.defaultuserconfig.md +13 -0
  51. package/docs/api/foundation-user.getuser.md +30 -0
  52. package/docs/api/foundation-user.logger.md +12 -0
  53. package/docs/api/foundation-user.md +47 -0
  54. package/docs/api/foundation-user.setuserproperties.details.md +11 -0
  55. package/docs/api/foundation-user.setuserproperties.md +26 -0
  56. package/docs/api/foundation-user.setuserproperties.permission.md +11 -0
  57. package/docs/api/foundation-user.setuserproperties.profile.md +11 -0
  58. package/docs/api/foundation-user.setuserproperties.sourceref.md +11 -0
  59. package/docs/api/foundation-user.setuserproperties.userkvs.md +11 -0
  60. package/docs/api/foundation-user.setuserproperties.username.md +11 -0
  61. package/docs/api/foundation-user.user.addauthenticationchangelistener.md +33 -0
  62. package/docs/api/foundation-user.user.cleartrackinghistory.md +15 -0
  63. package/docs/api/foundation-user.user.details.md +11 -0
  64. package/docs/api/foundation-user.user.haspermission.md +22 -0
  65. package/docs/api/foundation-user.user.hasprofile.md +22 -0
  66. package/docs/api/foundation-user.user.isadmin.md +15 -0
  67. package/docs/api/foundation-user.user.isanonymous.md +11 -0
  68. package/docs/api/foundation-user.user.isauthenticated.md +11 -0
  69. package/docs/api/foundation-user.user.isbanned.md +15 -0
  70. package/docs/api/foundation-user.user.md +56 -0
  71. package/docs/api/foundation-user.user.permission.md +11 -0
  72. package/docs/api/foundation-user.user.profile.md +11 -0
  73. package/docs/api/foundation-user.user.rawproperties.md +18 -0
  74. package/docs/api/foundation-user.user.set.md +22 -0
  75. package/docs/api/foundation-user.user.sourceref.md +11 -0
  76. package/docs/api/foundation-user.user.unset.md +15 -0
  77. package/docs/api/foundation-user.user.userkvs.md +13 -0
  78. package/docs/api/foundation-user.user.username.md +11 -0
  79. package/docs/api/foundation-user.useractionhistory.actionhistory.md +13 -0
  80. package/docs/api/foundation-user.useractionhistory.clearactions.md +17 -0
  81. package/docs/api/foundation-user.useractionhistory.lastaction.md +17 -0
  82. package/docs/api/foundation-user.useractionhistory.md +32 -0
  83. package/docs/api/foundation-user.useractionhistory.trackaction.md +24 -0
  84. package/docs/api/foundation-user.userauthenticationchangeevent.md +18 -0
  85. package/docs/api/foundation-user.userauthenticationchangetype.md +13 -0
  86. package/docs/api/foundation-user.userconfig.md +28 -0
  87. package/docs/api/foundation-user.userconfig.setuser.md +29 -0
  88. package/docs/api/foundation-user.userconfig.trackactionexclusions.md +15 -0
  89. package/docs/api/foundation-user.userconfig.trackpathexclusions.md +15 -0
  90. package/docs/api/foundation-user.userconfig.unsetuser.md +24 -0
  91. package/docs/api/foundation-user.userdetailsproductproperty.md +20 -0
  92. package/docs/api/foundation-user.userdetailsproductproperty.name.md +11 -0
  93. package/docs/api/foundation-user.userdetailsproductproperty.version.md +11 -0
  94. package/docs/api/foundation-user.userdetailsproperty.daystopasswordexpiry.md +11 -0
  95. package/docs/api/foundation-user.userdetailsproperty.failedloginattempts.md +11 -0
  96. package/docs/api/foundation-user.userdetailsproperty.heartbeatintervalsecs.md +11 -0
  97. package/docs/api/foundation-user.userdetailsproperty.lastlogindatetime.md +11 -0
  98. package/docs/api/foundation-user.userdetailsproperty.md +25 -0
  99. package/docs/api/foundation-user.userdetailsproperty.product.md +11 -0
  100. package/docs/api/foundation-user.userdetailsproperty.rejectedloginattempts.md +11 -0
  101. package/docs/api/foundation-user.userdetailsproperty.system.md +11 -0
  102. package/docs/api/foundation-user.userdetailssystemproperty.date.md +11 -0
  103. package/docs/api/foundation-user.userdetailssystemproperty.md +19 -0
  104. package/docs/api/foundation-user.userkvsproperty.md +12 -0
  105. package/docs/api/foundation-user.userpathhistory.clearpaths.md +17 -0
  106. package/docs/api/foundation-user.userpathhistory.lastpath.md +19 -0
  107. package/docs/api/foundation-user.userpathhistory.md +32 -0
  108. package/docs/api/foundation-user.userpathhistory.pathhistory.md +13 -0
  109. package/docs/api/foundation-user.userpathhistory.trackpath.md +17 -0
  110. package/docs/api/foundation-user.userqueueproperties.md +22 -0
  111. package/docs/api/foundation-user.userqueueproperties.updatequeue.md +11 -0
  112. package/docs/api/foundation-user.userqueueproperties.zeromqproxyinboundport.md +11 -0
  113. package/docs/api/foundation-user.userqueueproperties.zeromqproxymodeenabled.md +11 -0
  114. package/docs/api/foundation-user.userqueueproperties.zeromqproxyoutboundport.md +11 -0
  115. package/docs/api/index.md +12 -0
  116. package/docs/api-report.md +277 -0
  117. package/license.txt +46 -0
  118. package/package.json +48 -0
@@ -0,0 +1,3350 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.34.9",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@genesislcap/foundation-user!",
165
+ "docComment": "",
166
+ "name": "@genesislcap/foundation-user",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@genesislcap/foundation-user!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Class",
177
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser:class",
178
+ "docComment": "/**\n * Default User implementation.\n *\n * @public\n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare class DefaultUser implements "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "User",
187
+ "canonicalReference": "@genesislcap/foundation-user!User:interface"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": " "
192
+ }
193
+ ],
194
+ "fileUrlPath": "src/user.ts",
195
+ "releaseTag": "Public",
196
+ "isAbstract": false,
197
+ "name": "DefaultUser",
198
+ "preserveMemberOrder": false,
199
+ "members": [
200
+ {
201
+ "kind": "Property",
202
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#actionHistory:member",
203
+ "docComment": "/**\n * Array of actions that have been tracked.\n */\n",
204
+ "excerptTokens": [
205
+ {
206
+ "kind": "Content",
207
+ "text": "actionHistory: "
208
+ },
209
+ {
210
+ "kind": "Content",
211
+ "text": "unknown[]"
212
+ },
213
+ {
214
+ "kind": "Content",
215
+ "text": ";"
216
+ }
217
+ ],
218
+ "isReadonly": false,
219
+ "isOptional": false,
220
+ "releaseTag": "Public",
221
+ "name": "actionHistory",
222
+ "propertyTypeTokenRange": {
223
+ "startIndex": 1,
224
+ "endIndex": 2
225
+ },
226
+ "isStatic": false,
227
+ "isProtected": false,
228
+ "isAbstract": false
229
+ },
230
+ {
231
+ "kind": "Method",
232
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#addAuthenticationChangeListener:member(1)",
233
+ "docComment": "/**\n * {@inheritDoc User.addAuthenticationChangeListener}\n */\n",
234
+ "excerptTokens": [
235
+ {
236
+ "kind": "Content",
237
+ "text": "addAuthenticationChangeListener(listener: "
238
+ },
239
+ {
240
+ "kind": "Reference",
241
+ "text": "Listener",
242
+ "canonicalReference": "@genesislcap/foundation-utils!Listener:type"
243
+ },
244
+ {
245
+ "kind": "Content",
246
+ "text": "<"
247
+ },
248
+ {
249
+ "kind": "Reference",
250
+ "text": "UserAuthenticationChangeEvent",
251
+ "canonicalReference": "@genesislcap/foundation-user!UserAuthenticationChangeEvent:type"
252
+ },
253
+ {
254
+ "kind": "Content",
255
+ "text": ">"
256
+ },
257
+ {
258
+ "kind": "Content",
259
+ "text": "): "
260
+ },
261
+ {
262
+ "kind": "Content",
263
+ "text": "() => void"
264
+ },
265
+ {
266
+ "kind": "Content",
267
+ "text": ";"
268
+ }
269
+ ],
270
+ "isStatic": false,
271
+ "returnTypeTokenRange": {
272
+ "startIndex": 6,
273
+ "endIndex": 7
274
+ },
275
+ "releaseTag": "Public",
276
+ "isProtected": false,
277
+ "overloadIndex": 1,
278
+ "parameters": [
279
+ {
280
+ "parameterName": "listener",
281
+ "parameterTypeTokenRange": {
282
+ "startIndex": 1,
283
+ "endIndex": 5
284
+ },
285
+ "isOptional": false
286
+ }
287
+ ],
288
+ "isOptional": false,
289
+ "isAbstract": false,
290
+ "name": "addAuthenticationChangeListener"
291
+ },
292
+ {
293
+ "kind": "Method",
294
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#clearActions:member(1)",
295
+ "docComment": "/**\n * Clears action history.\n */\n",
296
+ "excerptTokens": [
297
+ {
298
+ "kind": "Content",
299
+ "text": "clearActions(): "
300
+ },
301
+ {
302
+ "kind": "Content",
303
+ "text": "void"
304
+ },
305
+ {
306
+ "kind": "Content",
307
+ "text": ";"
308
+ }
309
+ ],
310
+ "isStatic": false,
311
+ "returnTypeTokenRange": {
312
+ "startIndex": 1,
313
+ "endIndex": 2
314
+ },
315
+ "releaseTag": "Public",
316
+ "isProtected": false,
317
+ "overloadIndex": 1,
318
+ "parameters": [],
319
+ "isOptional": false,
320
+ "isAbstract": false,
321
+ "name": "clearActions"
322
+ },
323
+ {
324
+ "kind": "Method",
325
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#clearPaths:member(1)",
326
+ "docComment": "/**\n * Clears path history.\n */\n",
327
+ "excerptTokens": [
328
+ {
329
+ "kind": "Content",
330
+ "text": "clearPaths(): "
331
+ },
332
+ {
333
+ "kind": "Content",
334
+ "text": "void"
335
+ },
336
+ {
337
+ "kind": "Content",
338
+ "text": ";"
339
+ }
340
+ ],
341
+ "isStatic": false,
342
+ "returnTypeTokenRange": {
343
+ "startIndex": 1,
344
+ "endIndex": 2
345
+ },
346
+ "releaseTag": "Public",
347
+ "isProtected": false,
348
+ "overloadIndex": 1,
349
+ "parameters": [],
350
+ "isOptional": false,
351
+ "isAbstract": false,
352
+ "name": "clearPaths"
353
+ },
354
+ {
355
+ "kind": "Method",
356
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#clearTrackingHistory:member(1)",
357
+ "docComment": "/**\n * {@inheritDoc User.clearTrackingHistory}\n */\n",
358
+ "excerptTokens": [
359
+ {
360
+ "kind": "Content",
361
+ "text": "clearTrackingHistory(): "
362
+ },
363
+ {
364
+ "kind": "Content",
365
+ "text": "void"
366
+ },
367
+ {
368
+ "kind": "Content",
369
+ "text": ";"
370
+ }
371
+ ],
372
+ "isStatic": false,
373
+ "returnTypeTokenRange": {
374
+ "startIndex": 1,
375
+ "endIndex": 2
376
+ },
377
+ "releaseTag": "Public",
378
+ "isProtected": false,
379
+ "overloadIndex": 1,
380
+ "parameters": [],
381
+ "isOptional": false,
382
+ "isAbstract": false,
383
+ "name": "clearTrackingHistory"
384
+ },
385
+ {
386
+ "kind": "Property",
387
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#details:member",
388
+ "docComment": "/**\n * {@inheritDoc User.details}\n */\n",
389
+ "excerptTokens": [
390
+ {
391
+ "kind": "Content",
392
+ "text": "details: "
393
+ },
394
+ {
395
+ "kind": "Reference",
396
+ "text": "SetUserProperties",
397
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:interface"
398
+ },
399
+ {
400
+ "kind": "Content",
401
+ "text": "['details']"
402
+ },
403
+ {
404
+ "kind": "Content",
405
+ "text": ";"
406
+ }
407
+ ],
408
+ "isReadonly": false,
409
+ "isOptional": false,
410
+ "releaseTag": "Public",
411
+ "name": "details",
412
+ "propertyTypeTokenRange": {
413
+ "startIndex": 1,
414
+ "endIndex": 3
415
+ },
416
+ "isStatic": false,
417
+ "isProtected": false,
418
+ "isAbstract": false
419
+ },
420
+ {
421
+ "kind": "Method",
422
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#hasPermission:member(1)",
423
+ "docComment": "/**\n * {@inheritDoc User.hasPermission}\n */\n",
424
+ "excerptTokens": [
425
+ {
426
+ "kind": "Content",
427
+ "text": "hasPermission(permission: "
428
+ },
429
+ {
430
+ "kind": "Content",
431
+ "text": "string | string[]"
432
+ },
433
+ {
434
+ "kind": "Content",
435
+ "text": "): "
436
+ },
437
+ {
438
+ "kind": "Content",
439
+ "text": "boolean"
440
+ },
441
+ {
442
+ "kind": "Content",
443
+ "text": ";"
444
+ }
445
+ ],
446
+ "isStatic": false,
447
+ "returnTypeTokenRange": {
448
+ "startIndex": 3,
449
+ "endIndex": 4
450
+ },
451
+ "releaseTag": "Public",
452
+ "isProtected": false,
453
+ "overloadIndex": 1,
454
+ "parameters": [
455
+ {
456
+ "parameterName": "permission",
457
+ "parameterTypeTokenRange": {
458
+ "startIndex": 1,
459
+ "endIndex": 2
460
+ },
461
+ "isOptional": false
462
+ }
463
+ ],
464
+ "isOptional": false,
465
+ "isAbstract": false,
466
+ "name": "hasPermission"
467
+ },
468
+ {
469
+ "kind": "Method",
470
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#hasProfile:member(1)",
471
+ "docComment": "/**\n * {@inheritDoc User.hasProfile}\n */\n",
472
+ "excerptTokens": [
473
+ {
474
+ "kind": "Content",
475
+ "text": "hasProfile(profile: "
476
+ },
477
+ {
478
+ "kind": "Content",
479
+ "text": "string | string[]"
480
+ },
481
+ {
482
+ "kind": "Content",
483
+ "text": "): "
484
+ },
485
+ {
486
+ "kind": "Content",
487
+ "text": "boolean"
488
+ },
489
+ {
490
+ "kind": "Content",
491
+ "text": ";"
492
+ }
493
+ ],
494
+ "isStatic": false,
495
+ "returnTypeTokenRange": {
496
+ "startIndex": 3,
497
+ "endIndex": 4
498
+ },
499
+ "releaseTag": "Public",
500
+ "isProtected": false,
501
+ "overloadIndex": 1,
502
+ "parameters": [
503
+ {
504
+ "parameterName": "profile",
505
+ "parameterTypeTokenRange": {
506
+ "startIndex": 1,
507
+ "endIndex": 2
508
+ },
509
+ "isOptional": false
510
+ }
511
+ ],
512
+ "isOptional": false,
513
+ "isAbstract": false,
514
+ "name": "hasProfile"
515
+ },
516
+ {
517
+ "kind": "Method",
518
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#isAdmin:member(1)",
519
+ "docComment": "/**\n * {@inheritDoc User.isAdmin}\n */\n",
520
+ "excerptTokens": [
521
+ {
522
+ "kind": "Content",
523
+ "text": "isAdmin(): "
524
+ },
525
+ {
526
+ "kind": "Content",
527
+ "text": "boolean"
528
+ },
529
+ {
530
+ "kind": "Content",
531
+ "text": ";"
532
+ }
533
+ ],
534
+ "isStatic": false,
535
+ "returnTypeTokenRange": {
536
+ "startIndex": 1,
537
+ "endIndex": 2
538
+ },
539
+ "releaseTag": "Public",
540
+ "isProtected": false,
541
+ "overloadIndex": 1,
542
+ "parameters": [],
543
+ "isOptional": false,
544
+ "isAbstract": false,
545
+ "name": "isAdmin"
546
+ },
547
+ {
548
+ "kind": "Property",
549
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#isAnonymous:member",
550
+ "docComment": "/**\n * {@inheritDoc User.isAnonymous}\n */\n",
551
+ "excerptTokens": [
552
+ {
553
+ "kind": "Content",
554
+ "text": "get isAnonymous(): "
555
+ },
556
+ {
557
+ "kind": "Content",
558
+ "text": "boolean"
559
+ },
560
+ {
561
+ "kind": "Content",
562
+ "text": ";"
563
+ }
564
+ ],
565
+ "isReadonly": true,
566
+ "isOptional": false,
567
+ "releaseTag": "Public",
568
+ "name": "isAnonymous",
569
+ "propertyTypeTokenRange": {
570
+ "startIndex": 1,
571
+ "endIndex": 2
572
+ },
573
+ "isStatic": false,
574
+ "isProtected": false,
575
+ "isAbstract": false
576
+ },
577
+ {
578
+ "kind": "Property",
579
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#isAuthenticated:member",
580
+ "docComment": "/**\n * {@inheritDoc User.isAuthenticated}\n */\n",
581
+ "excerptTokens": [
582
+ {
583
+ "kind": "Content",
584
+ "text": "isAuthenticated: "
585
+ },
586
+ {
587
+ "kind": "Content",
588
+ "text": "boolean"
589
+ },
590
+ {
591
+ "kind": "Content",
592
+ "text": ";"
593
+ }
594
+ ],
595
+ "isReadonly": false,
596
+ "isOptional": false,
597
+ "releaseTag": "Public",
598
+ "name": "isAuthenticated",
599
+ "propertyTypeTokenRange": {
600
+ "startIndex": 1,
601
+ "endIndex": 2
602
+ },
603
+ "isStatic": false,
604
+ "isProtected": false,
605
+ "isAbstract": false
606
+ },
607
+ {
608
+ "kind": "Method",
609
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#isBanned:member(1)",
610
+ "docComment": "/**\n * {@inheritDoc User.isBanned}\n */\n",
611
+ "excerptTokens": [
612
+ {
613
+ "kind": "Content",
614
+ "text": "isBanned(): "
615
+ },
616
+ {
617
+ "kind": "Content",
618
+ "text": "boolean"
619
+ },
620
+ {
621
+ "kind": "Content",
622
+ "text": ";"
623
+ }
624
+ ],
625
+ "isStatic": false,
626
+ "returnTypeTokenRange": {
627
+ "startIndex": 1,
628
+ "endIndex": 2
629
+ },
630
+ "releaseTag": "Public",
631
+ "isProtected": false,
632
+ "overloadIndex": 1,
633
+ "parameters": [],
634
+ "isOptional": false,
635
+ "isAbstract": false,
636
+ "name": "isBanned"
637
+ },
638
+ {
639
+ "kind": "Method",
640
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#lastAction:member(1)",
641
+ "docComment": "/**\n * @returns The last stored action.\n */\n",
642
+ "excerptTokens": [
643
+ {
644
+ "kind": "Content",
645
+ "text": "lastAction(): "
646
+ },
647
+ {
648
+ "kind": "Content",
649
+ "text": "unknown"
650
+ },
651
+ {
652
+ "kind": "Content",
653
+ "text": ";"
654
+ }
655
+ ],
656
+ "isStatic": false,
657
+ "returnTypeTokenRange": {
658
+ "startIndex": 1,
659
+ "endIndex": 2
660
+ },
661
+ "releaseTag": "Public",
662
+ "isProtected": false,
663
+ "overloadIndex": 1,
664
+ "parameters": [],
665
+ "isOptional": false,
666
+ "isAbstract": false,
667
+ "name": "lastAction"
668
+ },
669
+ {
670
+ "kind": "Method",
671
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#lastPath:member(1)",
672
+ "docComment": "/**\n * May be used to return to a target path after authentication.\n *\n * @returns The last stored path.\n */\n",
673
+ "excerptTokens": [
674
+ {
675
+ "kind": "Content",
676
+ "text": "lastPath(): "
677
+ },
678
+ {
679
+ "kind": "Content",
680
+ "text": "string"
681
+ },
682
+ {
683
+ "kind": "Content",
684
+ "text": ";"
685
+ }
686
+ ],
687
+ "isStatic": false,
688
+ "returnTypeTokenRange": {
689
+ "startIndex": 1,
690
+ "endIndex": 2
691
+ },
692
+ "releaseTag": "Public",
693
+ "isProtected": false,
694
+ "overloadIndex": 1,
695
+ "parameters": [],
696
+ "isOptional": false,
697
+ "isAbstract": false,
698
+ "name": "lastPath"
699
+ },
700
+ {
701
+ "kind": "Property",
702
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#pathHistory:member",
703
+ "docComment": "/**\n * Array of paths that have been tracked.\n */\n",
704
+ "excerptTokens": [
705
+ {
706
+ "kind": "Content",
707
+ "text": "pathHistory: "
708
+ },
709
+ {
710
+ "kind": "Content",
711
+ "text": "string[]"
712
+ },
713
+ {
714
+ "kind": "Content",
715
+ "text": ";"
716
+ }
717
+ ],
718
+ "isReadonly": false,
719
+ "isOptional": false,
720
+ "releaseTag": "Public",
721
+ "name": "pathHistory",
722
+ "propertyTypeTokenRange": {
723
+ "startIndex": 1,
724
+ "endIndex": 2
725
+ },
726
+ "isStatic": false,
727
+ "isProtected": false,
728
+ "isAbstract": false
729
+ },
730
+ {
731
+ "kind": "Property",
732
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#permission:member",
733
+ "docComment": "/**\n * {@inheritDoc User.permission}\n */\n",
734
+ "excerptTokens": [
735
+ {
736
+ "kind": "Content",
737
+ "text": "permission: "
738
+ },
739
+ {
740
+ "kind": "Content",
741
+ "text": "string[]"
742
+ },
743
+ {
744
+ "kind": "Content",
745
+ "text": ";"
746
+ }
747
+ ],
748
+ "isReadonly": false,
749
+ "isOptional": false,
750
+ "releaseTag": "Public",
751
+ "name": "permission",
752
+ "propertyTypeTokenRange": {
753
+ "startIndex": 1,
754
+ "endIndex": 2
755
+ },
756
+ "isStatic": false,
757
+ "isProtected": false,
758
+ "isAbstract": false
759
+ },
760
+ {
761
+ "kind": "Property",
762
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#profile:member",
763
+ "docComment": "/**\n * {@inheritDoc User.profile}\n */\n",
764
+ "excerptTokens": [
765
+ {
766
+ "kind": "Content",
767
+ "text": "profile: "
768
+ },
769
+ {
770
+ "kind": "Content",
771
+ "text": "string[]"
772
+ },
773
+ {
774
+ "kind": "Content",
775
+ "text": ";"
776
+ }
777
+ ],
778
+ "isReadonly": false,
779
+ "isOptional": false,
780
+ "releaseTag": "Public",
781
+ "name": "profile",
782
+ "propertyTypeTokenRange": {
783
+ "startIndex": 1,
784
+ "endIndex": 2
785
+ },
786
+ "isStatic": false,
787
+ "isProtected": false,
788
+ "isAbstract": false
789
+ },
790
+ {
791
+ "kind": "Property",
792
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#rawProperties:member",
793
+ "docComment": "/**\n * {@inheritDoc User.rawProperties}\n */\n",
794
+ "excerptTokens": [
795
+ {
796
+ "kind": "Content",
797
+ "text": "rawProperties: "
798
+ },
799
+ {
800
+ "kind": "Reference",
801
+ "text": "Partial",
802
+ "canonicalReference": "!Partial:type"
803
+ },
804
+ {
805
+ "kind": "Content",
806
+ "text": "<"
807
+ },
808
+ {
809
+ "kind": "Reference",
810
+ "text": "SetUserProperties",
811
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:interface"
812
+ },
813
+ {
814
+ "kind": "Content",
815
+ "text": ">"
816
+ },
817
+ {
818
+ "kind": "Content",
819
+ "text": ";"
820
+ }
821
+ ],
822
+ "isReadonly": false,
823
+ "isOptional": false,
824
+ "releaseTag": "Public",
825
+ "name": "rawProperties",
826
+ "propertyTypeTokenRange": {
827
+ "startIndex": 1,
828
+ "endIndex": 5
829
+ },
830
+ "isStatic": false,
831
+ "isProtected": false,
832
+ "isAbstract": false
833
+ },
834
+ {
835
+ "kind": "Method",
836
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#set:member(1)",
837
+ "docComment": "/**\n * {@inheritDoc User.set}\n */\n",
838
+ "excerptTokens": [
839
+ {
840
+ "kind": "Content",
841
+ "text": "set(properties: "
842
+ },
843
+ {
844
+ "kind": "Reference",
845
+ "text": "Partial",
846
+ "canonicalReference": "!Partial:type"
847
+ },
848
+ {
849
+ "kind": "Content",
850
+ "text": "<"
851
+ },
852
+ {
853
+ "kind": "Reference",
854
+ "text": "SetUserProperties",
855
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:interface"
856
+ },
857
+ {
858
+ "kind": "Content",
859
+ "text": ">"
860
+ },
861
+ {
862
+ "kind": "Content",
863
+ "text": "): "
864
+ },
865
+ {
866
+ "kind": "Reference",
867
+ "text": "User",
868
+ "canonicalReference": "@genesislcap/foundation-user!User:interface"
869
+ },
870
+ {
871
+ "kind": "Content",
872
+ "text": ";"
873
+ }
874
+ ],
875
+ "isStatic": false,
876
+ "returnTypeTokenRange": {
877
+ "startIndex": 6,
878
+ "endIndex": 7
879
+ },
880
+ "releaseTag": "Public",
881
+ "isProtected": false,
882
+ "overloadIndex": 1,
883
+ "parameters": [
884
+ {
885
+ "parameterName": "properties",
886
+ "parameterTypeTokenRange": {
887
+ "startIndex": 1,
888
+ "endIndex": 5
889
+ },
890
+ "isOptional": false
891
+ }
892
+ ],
893
+ "isOptional": false,
894
+ "isAbstract": false,
895
+ "name": "set"
896
+ },
897
+ {
898
+ "kind": "Property",
899
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#sourceRef:member",
900
+ "docComment": "/**\n * {@inheritDoc User.sourceRef}\n */\n",
901
+ "excerptTokens": [
902
+ {
903
+ "kind": "Content",
904
+ "text": "sourceRef: "
905
+ },
906
+ {
907
+ "kind": "Content",
908
+ "text": "string"
909
+ },
910
+ {
911
+ "kind": "Content",
912
+ "text": ";"
913
+ }
914
+ ],
915
+ "isReadonly": false,
916
+ "isOptional": false,
917
+ "releaseTag": "Public",
918
+ "name": "sourceRef",
919
+ "propertyTypeTokenRange": {
920
+ "startIndex": 1,
921
+ "endIndex": 2
922
+ },
923
+ "isStatic": false,
924
+ "isProtected": false,
925
+ "isAbstract": false
926
+ },
927
+ {
928
+ "kind": "Method",
929
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#trackAction:member(1)",
930
+ "docComment": "/**\n * Track an action.\n */\n",
931
+ "excerptTokens": [
932
+ {
933
+ "kind": "Content",
934
+ "text": "trackAction<TDetails = "
935
+ },
936
+ {
937
+ "kind": "Content",
938
+ "text": "unknown"
939
+ },
940
+ {
941
+ "kind": "Content",
942
+ "text": ">(details: "
943
+ },
944
+ {
945
+ "kind": "Content",
946
+ "text": "TDetails"
947
+ },
948
+ {
949
+ "kind": "Content",
950
+ "text": "): "
951
+ },
952
+ {
953
+ "kind": "Content",
954
+ "text": "void"
955
+ },
956
+ {
957
+ "kind": "Content",
958
+ "text": ";"
959
+ }
960
+ ],
961
+ "typeParameters": [
962
+ {
963
+ "typeParameterName": "TDetails",
964
+ "constraintTokenRange": {
965
+ "startIndex": 0,
966
+ "endIndex": 0
967
+ },
968
+ "defaultTypeTokenRange": {
969
+ "startIndex": 1,
970
+ "endIndex": 2
971
+ }
972
+ }
973
+ ],
974
+ "isStatic": false,
975
+ "returnTypeTokenRange": {
976
+ "startIndex": 5,
977
+ "endIndex": 6
978
+ },
979
+ "releaseTag": "Public",
980
+ "isProtected": false,
981
+ "overloadIndex": 1,
982
+ "parameters": [
983
+ {
984
+ "parameterName": "details",
985
+ "parameterTypeTokenRange": {
986
+ "startIndex": 3,
987
+ "endIndex": 4
988
+ },
989
+ "isOptional": false
990
+ }
991
+ ],
992
+ "isOptional": false,
993
+ "isAbstract": false,
994
+ "name": "trackAction"
995
+ },
996
+ {
997
+ "kind": "Method",
998
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#trackPath:member(1)",
999
+ "docComment": "/**\n * Track current path.\n */\n",
1000
+ "excerptTokens": [
1001
+ {
1002
+ "kind": "Content",
1003
+ "text": "trackPath(): "
1004
+ },
1005
+ {
1006
+ "kind": "Content",
1007
+ "text": "string"
1008
+ },
1009
+ {
1010
+ "kind": "Content",
1011
+ "text": ";"
1012
+ }
1013
+ ],
1014
+ "isStatic": false,
1015
+ "returnTypeTokenRange": {
1016
+ "startIndex": 1,
1017
+ "endIndex": 2
1018
+ },
1019
+ "releaseTag": "Public",
1020
+ "isProtected": false,
1021
+ "overloadIndex": 1,
1022
+ "parameters": [],
1023
+ "isOptional": false,
1024
+ "isAbstract": false,
1025
+ "name": "trackPath"
1026
+ },
1027
+ {
1028
+ "kind": "Method",
1029
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#unset:member(1)",
1030
+ "docComment": "/**\n * {@inheritDoc User.unset}\n */\n",
1031
+ "excerptTokens": [
1032
+ {
1033
+ "kind": "Content",
1034
+ "text": "unset(): "
1035
+ },
1036
+ {
1037
+ "kind": "Reference",
1038
+ "text": "User",
1039
+ "canonicalReference": "@genesislcap/foundation-user!User:interface"
1040
+ },
1041
+ {
1042
+ "kind": "Content",
1043
+ "text": ";"
1044
+ }
1045
+ ],
1046
+ "isStatic": false,
1047
+ "returnTypeTokenRange": {
1048
+ "startIndex": 1,
1049
+ "endIndex": 2
1050
+ },
1051
+ "releaseTag": "Public",
1052
+ "isProtected": false,
1053
+ "overloadIndex": 1,
1054
+ "parameters": [],
1055
+ "isOptional": false,
1056
+ "isAbstract": false,
1057
+ "name": "unset"
1058
+ },
1059
+ {
1060
+ "kind": "Property",
1061
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#userKVs:member",
1062
+ "docComment": "/**\n * {@inheritDoc User.userKVs}\n */\n",
1063
+ "excerptTokens": [
1064
+ {
1065
+ "kind": "Content",
1066
+ "text": "userKVs: "
1067
+ },
1068
+ {
1069
+ "kind": "Content",
1070
+ "text": "{\n [key: string]: any;\n }"
1071
+ },
1072
+ {
1073
+ "kind": "Content",
1074
+ "text": ";"
1075
+ }
1076
+ ],
1077
+ "isReadonly": false,
1078
+ "isOptional": false,
1079
+ "releaseTag": "Public",
1080
+ "name": "userKVs",
1081
+ "propertyTypeTokenRange": {
1082
+ "startIndex": 1,
1083
+ "endIndex": 2
1084
+ },
1085
+ "isStatic": false,
1086
+ "isProtected": false,
1087
+ "isAbstract": false
1088
+ },
1089
+ {
1090
+ "kind": "Property",
1091
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#username:member",
1092
+ "docComment": "/**\n * {@inheritDoc User.username}\n */\n",
1093
+ "excerptTokens": [
1094
+ {
1095
+ "kind": "Content",
1096
+ "text": "get username(): "
1097
+ },
1098
+ {
1099
+ "kind": "Content",
1100
+ "text": "string"
1101
+ },
1102
+ {
1103
+ "kind": "Content",
1104
+ "text": ";"
1105
+ }
1106
+ ],
1107
+ "isReadonly": true,
1108
+ "isOptional": false,
1109
+ "releaseTag": "Public",
1110
+ "name": "username",
1111
+ "propertyTypeTokenRange": {
1112
+ "startIndex": 1,
1113
+ "endIndex": 2
1114
+ },
1115
+ "isStatic": false,
1116
+ "isProtected": false,
1117
+ "isAbstract": false
1118
+ },
1119
+ {
1120
+ "kind": "Property",
1121
+ "canonicalReference": "@genesislcap/foundation-user!DefaultUser#userName:member",
1122
+ "docComment": "/**\n * {@inheritDoc User.userName}\n */\n",
1123
+ "excerptTokens": [
1124
+ {
1125
+ "kind": "Content",
1126
+ "text": "userName: "
1127
+ },
1128
+ {
1129
+ "kind": "Content",
1130
+ "text": "string"
1131
+ },
1132
+ {
1133
+ "kind": "Content",
1134
+ "text": ";"
1135
+ }
1136
+ ],
1137
+ "isReadonly": false,
1138
+ "isOptional": false,
1139
+ "releaseTag": "Public",
1140
+ "name": "userName",
1141
+ "propertyTypeTokenRange": {
1142
+ "startIndex": 1,
1143
+ "endIndex": 2
1144
+ },
1145
+ "isStatic": false,
1146
+ "isProtected": false,
1147
+ "isAbstract": false
1148
+ }
1149
+ ],
1150
+ "implementsTokenRanges": [
1151
+ {
1152
+ "startIndex": 1,
1153
+ "endIndex": 2
1154
+ }
1155
+ ]
1156
+ },
1157
+ {
1158
+ "kind": "Variable",
1159
+ "canonicalReference": "@genesislcap/foundation-user!defaultUserConfig:var",
1160
+ "docComment": "/**\n * Default UserConfig DI implementation.\n *\n * @public\n */\n",
1161
+ "excerptTokens": [
1162
+ {
1163
+ "kind": "Content",
1164
+ "text": "defaultUserConfig: "
1165
+ },
1166
+ {
1167
+ "kind": "Reference",
1168
+ "text": "UserConfig",
1169
+ "canonicalReference": "@genesislcap/foundation-user!UserConfig:interface"
1170
+ }
1171
+ ],
1172
+ "fileUrlPath": "src/config.ts",
1173
+ "isReadonly": true,
1174
+ "releaseTag": "Public",
1175
+ "name": "defaultUserConfig",
1176
+ "variableTypeTokenRange": {
1177
+ "startIndex": 1,
1178
+ "endIndex": 2
1179
+ }
1180
+ },
1181
+ {
1182
+ "kind": "Function",
1183
+ "canonicalReference": "@genesislcap/foundation-user!getUser:function(1)",
1184
+ "docComment": "/**\n * Gets User from the DI container.\n *\n * @remarks\n *\n * A utility method for host applications that are not using decorators or the DI container.\n *\n * @example\n * ```ts\n * import { getUser, User } from '@genesislcap/foundation-user';\n * ...\n * private user: User = getUser();\n * ```\n *\n * @public\n */\n",
1185
+ "excerptTokens": [
1186
+ {
1187
+ "kind": "Content",
1188
+ "text": "export declare function getUser(): "
1189
+ },
1190
+ {
1191
+ "kind": "Reference",
1192
+ "text": "User",
1193
+ "canonicalReference": "@genesislcap/foundation-user!User:interface"
1194
+ },
1195
+ {
1196
+ "kind": "Content",
1197
+ "text": ";"
1198
+ }
1199
+ ],
1200
+ "fileUrlPath": "src/user.ts",
1201
+ "returnTypeTokenRange": {
1202
+ "startIndex": 1,
1203
+ "endIndex": 2
1204
+ },
1205
+ "releaseTag": "Public",
1206
+ "overloadIndex": 1,
1207
+ "parameters": [],
1208
+ "name": "getUser"
1209
+ },
1210
+ {
1211
+ "kind": "Variable",
1212
+ "canonicalReference": "@genesislcap/foundation-user!logger:var",
1213
+ "docComment": "/**\n * @public\n */\n",
1214
+ "excerptTokens": [
1215
+ {
1216
+ "kind": "Content",
1217
+ "text": "logger: "
1218
+ },
1219
+ {
1220
+ "kind": "Content",
1221
+ "text": "import(\"@genesislcap/foundation-logger\")."
1222
+ },
1223
+ {
1224
+ "kind": "Reference",
1225
+ "text": "Logger",
1226
+ "canonicalReference": "@genesislcap/foundation-logger!Logger:interface"
1227
+ }
1228
+ ],
1229
+ "fileUrlPath": "src/logger.ts",
1230
+ "isReadonly": true,
1231
+ "releaseTag": "Public",
1232
+ "name": "logger",
1233
+ "variableTypeTokenRange": {
1234
+ "startIndex": 1,
1235
+ "endIndex": 3
1236
+ }
1237
+ },
1238
+ {
1239
+ "kind": "Interface",
1240
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:interface",
1241
+ "docComment": "/**\n * SetUserProperties is a partial match of `LoginAck` from `@genesislcap/foundation-auth`.\n *\n * @public\n */\n",
1242
+ "excerptTokens": [
1243
+ {
1244
+ "kind": "Content",
1245
+ "text": "export interface SetUserProperties extends "
1246
+ },
1247
+ {
1248
+ "kind": "Reference",
1249
+ "text": "Partial",
1250
+ "canonicalReference": "!Partial:type"
1251
+ },
1252
+ {
1253
+ "kind": "Content",
1254
+ "text": "<"
1255
+ },
1256
+ {
1257
+ "kind": "Reference",
1258
+ "text": "UserQueueProperties",
1259
+ "canonicalReference": "@genesislcap/foundation-user!UserQueueProperties:interface"
1260
+ },
1261
+ {
1262
+ "kind": "Content",
1263
+ "text": ">"
1264
+ },
1265
+ {
1266
+ "kind": "Content",
1267
+ "text": " "
1268
+ }
1269
+ ],
1270
+ "fileUrlPath": "src/types.ts",
1271
+ "releaseTag": "Public",
1272
+ "name": "SetUserProperties",
1273
+ "preserveMemberOrder": false,
1274
+ "members": [
1275
+ {
1276
+ "kind": "IndexSignature",
1277
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:index(1)",
1278
+ "docComment": "",
1279
+ "excerptTokens": [
1280
+ {
1281
+ "kind": "Content",
1282
+ "text": "readonly [key: "
1283
+ },
1284
+ {
1285
+ "kind": "Content",
1286
+ "text": "string"
1287
+ },
1288
+ {
1289
+ "kind": "Content",
1290
+ "text": "]: "
1291
+ },
1292
+ {
1293
+ "kind": "Content",
1294
+ "text": "any"
1295
+ },
1296
+ {
1297
+ "kind": "Content",
1298
+ "text": ";"
1299
+ }
1300
+ ],
1301
+ "isReadonly": true,
1302
+ "returnTypeTokenRange": {
1303
+ "startIndex": 3,
1304
+ "endIndex": 4
1305
+ },
1306
+ "releaseTag": "Public",
1307
+ "overloadIndex": 1,
1308
+ "parameters": [
1309
+ {
1310
+ "parameterName": "key",
1311
+ "parameterTypeTokenRange": {
1312
+ "startIndex": 1,
1313
+ "endIndex": 2
1314
+ },
1315
+ "isOptional": false
1316
+ }
1317
+ ]
1318
+ },
1319
+ {
1320
+ "kind": "PropertySignature",
1321
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties#details:member",
1322
+ "docComment": "",
1323
+ "excerptTokens": [
1324
+ {
1325
+ "kind": "Content",
1326
+ "text": "readonly details: "
1327
+ },
1328
+ {
1329
+ "kind": "Reference",
1330
+ "text": "UserDetailsProperty",
1331
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty:interface"
1332
+ },
1333
+ {
1334
+ "kind": "Content",
1335
+ "text": ";"
1336
+ }
1337
+ ],
1338
+ "isReadonly": true,
1339
+ "isOptional": false,
1340
+ "releaseTag": "Public",
1341
+ "name": "details",
1342
+ "propertyTypeTokenRange": {
1343
+ "startIndex": 1,
1344
+ "endIndex": 2
1345
+ }
1346
+ },
1347
+ {
1348
+ "kind": "PropertySignature",
1349
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties#permission:member",
1350
+ "docComment": "",
1351
+ "excerptTokens": [
1352
+ {
1353
+ "kind": "Content",
1354
+ "text": "readonly permission: "
1355
+ },
1356
+ {
1357
+ "kind": "Content",
1358
+ "text": "string[]"
1359
+ },
1360
+ {
1361
+ "kind": "Content",
1362
+ "text": ";"
1363
+ }
1364
+ ],
1365
+ "isReadonly": true,
1366
+ "isOptional": false,
1367
+ "releaseTag": "Public",
1368
+ "name": "permission",
1369
+ "propertyTypeTokenRange": {
1370
+ "startIndex": 1,
1371
+ "endIndex": 2
1372
+ }
1373
+ },
1374
+ {
1375
+ "kind": "PropertySignature",
1376
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties#profile:member",
1377
+ "docComment": "",
1378
+ "excerptTokens": [
1379
+ {
1380
+ "kind": "Content",
1381
+ "text": "readonly profile: "
1382
+ },
1383
+ {
1384
+ "kind": "Content",
1385
+ "text": "string[]"
1386
+ },
1387
+ {
1388
+ "kind": "Content",
1389
+ "text": ";"
1390
+ }
1391
+ ],
1392
+ "isReadonly": true,
1393
+ "isOptional": false,
1394
+ "releaseTag": "Public",
1395
+ "name": "profile",
1396
+ "propertyTypeTokenRange": {
1397
+ "startIndex": 1,
1398
+ "endIndex": 2
1399
+ }
1400
+ },
1401
+ {
1402
+ "kind": "PropertySignature",
1403
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties#sourceRef:member",
1404
+ "docComment": "",
1405
+ "excerptTokens": [
1406
+ {
1407
+ "kind": "Content",
1408
+ "text": "readonly sourceRef: "
1409
+ },
1410
+ {
1411
+ "kind": "Content",
1412
+ "text": "string"
1413
+ },
1414
+ {
1415
+ "kind": "Content",
1416
+ "text": ";"
1417
+ }
1418
+ ],
1419
+ "isReadonly": true,
1420
+ "isOptional": false,
1421
+ "releaseTag": "Public",
1422
+ "name": "sourceRef",
1423
+ "propertyTypeTokenRange": {
1424
+ "startIndex": 1,
1425
+ "endIndex": 2
1426
+ }
1427
+ },
1428
+ {
1429
+ "kind": "PropertySignature",
1430
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties#userKVs:member",
1431
+ "docComment": "",
1432
+ "excerptTokens": [
1433
+ {
1434
+ "kind": "Content",
1435
+ "text": "readonly userKVs: "
1436
+ },
1437
+ {
1438
+ "kind": "Reference",
1439
+ "text": "UserKVsProperty",
1440
+ "canonicalReference": "@genesislcap/foundation-user!UserKVsProperty:interface"
1441
+ },
1442
+ {
1443
+ "kind": "Content",
1444
+ "text": ";"
1445
+ }
1446
+ ],
1447
+ "isReadonly": true,
1448
+ "isOptional": false,
1449
+ "releaseTag": "Public",
1450
+ "name": "userKVs",
1451
+ "propertyTypeTokenRange": {
1452
+ "startIndex": 1,
1453
+ "endIndex": 2
1454
+ }
1455
+ },
1456
+ {
1457
+ "kind": "PropertySignature",
1458
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties#userName:member",
1459
+ "docComment": "",
1460
+ "excerptTokens": [
1461
+ {
1462
+ "kind": "Content",
1463
+ "text": "readonly userName: "
1464
+ },
1465
+ {
1466
+ "kind": "Content",
1467
+ "text": "string"
1468
+ },
1469
+ {
1470
+ "kind": "Content",
1471
+ "text": ";"
1472
+ }
1473
+ ],
1474
+ "isReadonly": true,
1475
+ "isOptional": false,
1476
+ "releaseTag": "Public",
1477
+ "name": "userName",
1478
+ "propertyTypeTokenRange": {
1479
+ "startIndex": 1,
1480
+ "endIndex": 2
1481
+ }
1482
+ }
1483
+ ],
1484
+ "extendsTokenRanges": [
1485
+ {
1486
+ "startIndex": 1,
1487
+ "endIndex": 5
1488
+ }
1489
+ ]
1490
+ },
1491
+ {
1492
+ "kind": "Interface",
1493
+ "canonicalReference": "@genesislcap/foundation-user!User:interface",
1494
+ "docComment": "/**\n * User interface.\n *\n * @remarks\n *\n * The user singleton, which always exists in either an anonymous or authenticated mode.\n *\n * @example\n * ```ts\n * import { User } from '@genesislcap/foundation-user';\n * ...\n * @User private user: User\n * ```\n *\n * @public\n */\n",
1495
+ "excerptTokens": [
1496
+ {
1497
+ "kind": "Content",
1498
+ "text": "export interface User extends "
1499
+ },
1500
+ {
1501
+ "kind": "Reference",
1502
+ "text": "UserPathHistory",
1503
+ "canonicalReference": "@genesislcap/foundation-user!UserPathHistory:interface"
1504
+ },
1505
+ {
1506
+ "kind": "Content",
1507
+ "text": ", "
1508
+ },
1509
+ {
1510
+ "kind": "Reference",
1511
+ "text": "UserActionHistory",
1512
+ "canonicalReference": "@genesislcap/foundation-user!UserActionHistory:interface"
1513
+ },
1514
+ {
1515
+ "kind": "Content",
1516
+ "text": " "
1517
+ }
1518
+ ],
1519
+ "fileUrlPath": "src/user.ts",
1520
+ "releaseTag": "Public",
1521
+ "name": "User",
1522
+ "preserveMemberOrder": false,
1523
+ "members": [
1524
+ {
1525
+ "kind": "MethodSignature",
1526
+ "canonicalReference": "@genesislcap/foundation-user!User#addAuthenticationChangeListener:member(1)",
1527
+ "docComment": "/**\n * @param listener - A listener function.\n *\n * @example\n * ```ts\n * import type { UserAuthenticationChangeEvent } from '@genesislcap/foundation-user';\n * ...\n * const unsubscribe = this.user.addAuthenticationChangeListener((event: UserAuthenticationChangeEvent) => {\n * console.log('User authenticated?', event.detail);\n * });\n * ```\n *\n */\n",
1528
+ "excerptTokens": [
1529
+ {
1530
+ "kind": "Content",
1531
+ "text": "addAuthenticationChangeListener(listener: "
1532
+ },
1533
+ {
1534
+ "kind": "Reference",
1535
+ "text": "Listener",
1536
+ "canonicalReference": "@genesislcap/foundation-utils!Listener:type"
1537
+ },
1538
+ {
1539
+ "kind": "Content",
1540
+ "text": "<"
1541
+ },
1542
+ {
1543
+ "kind": "Reference",
1544
+ "text": "UserAuthenticationChangeEvent",
1545
+ "canonicalReference": "@genesislcap/foundation-user!UserAuthenticationChangeEvent:type"
1546
+ },
1547
+ {
1548
+ "kind": "Content",
1549
+ "text": ">"
1550
+ },
1551
+ {
1552
+ "kind": "Content",
1553
+ "text": "): "
1554
+ },
1555
+ {
1556
+ "kind": "Content",
1557
+ "text": "() => void"
1558
+ },
1559
+ {
1560
+ "kind": "Content",
1561
+ "text": ";"
1562
+ }
1563
+ ],
1564
+ "isOptional": false,
1565
+ "returnTypeTokenRange": {
1566
+ "startIndex": 6,
1567
+ "endIndex": 7
1568
+ },
1569
+ "releaseTag": "Public",
1570
+ "overloadIndex": 1,
1571
+ "parameters": [
1572
+ {
1573
+ "parameterName": "listener",
1574
+ "parameterTypeTokenRange": {
1575
+ "startIndex": 1,
1576
+ "endIndex": 5
1577
+ },
1578
+ "isOptional": false
1579
+ }
1580
+ ],
1581
+ "name": "addAuthenticationChangeListener"
1582
+ },
1583
+ {
1584
+ "kind": "MethodSignature",
1585
+ "canonicalReference": "@genesislcap/foundation-user!User#clearTrackingHistory:member(1)",
1586
+ "docComment": "",
1587
+ "excerptTokens": [
1588
+ {
1589
+ "kind": "Content",
1590
+ "text": "clearTrackingHistory(): "
1591
+ },
1592
+ {
1593
+ "kind": "Content",
1594
+ "text": "void"
1595
+ },
1596
+ {
1597
+ "kind": "Content",
1598
+ "text": ";"
1599
+ }
1600
+ ],
1601
+ "isOptional": false,
1602
+ "returnTypeTokenRange": {
1603
+ "startIndex": 1,
1604
+ "endIndex": 2
1605
+ },
1606
+ "releaseTag": "Public",
1607
+ "overloadIndex": 1,
1608
+ "parameters": [],
1609
+ "name": "clearTrackingHistory"
1610
+ },
1611
+ {
1612
+ "kind": "PropertySignature",
1613
+ "canonicalReference": "@genesislcap/foundation-user!User#details:member",
1614
+ "docComment": "",
1615
+ "excerptTokens": [
1616
+ {
1617
+ "kind": "Content",
1618
+ "text": "readonly details: "
1619
+ },
1620
+ {
1621
+ "kind": "Reference",
1622
+ "text": "SetUserProperties",
1623
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:interface"
1624
+ },
1625
+ {
1626
+ "kind": "Content",
1627
+ "text": "['details']"
1628
+ },
1629
+ {
1630
+ "kind": "Content",
1631
+ "text": ";"
1632
+ }
1633
+ ],
1634
+ "isReadonly": true,
1635
+ "isOptional": false,
1636
+ "releaseTag": "Public",
1637
+ "name": "details",
1638
+ "propertyTypeTokenRange": {
1639
+ "startIndex": 1,
1640
+ "endIndex": 3
1641
+ }
1642
+ },
1643
+ {
1644
+ "kind": "MethodSignature",
1645
+ "canonicalReference": "@genesislcap/foundation-user!User#hasPermission:member(1)",
1646
+ "docComment": "/**\n * @param permission - A permission string or an array of permission strings to check.\n */\n",
1647
+ "excerptTokens": [
1648
+ {
1649
+ "kind": "Content",
1650
+ "text": "hasPermission(permission: "
1651
+ },
1652
+ {
1653
+ "kind": "Content",
1654
+ "text": "string | string[]"
1655
+ },
1656
+ {
1657
+ "kind": "Content",
1658
+ "text": "): "
1659
+ },
1660
+ {
1661
+ "kind": "Content",
1662
+ "text": "boolean"
1663
+ },
1664
+ {
1665
+ "kind": "Content",
1666
+ "text": ";"
1667
+ }
1668
+ ],
1669
+ "isOptional": false,
1670
+ "returnTypeTokenRange": {
1671
+ "startIndex": 3,
1672
+ "endIndex": 4
1673
+ },
1674
+ "releaseTag": "Public",
1675
+ "overloadIndex": 1,
1676
+ "parameters": [
1677
+ {
1678
+ "parameterName": "permission",
1679
+ "parameterTypeTokenRange": {
1680
+ "startIndex": 1,
1681
+ "endIndex": 2
1682
+ },
1683
+ "isOptional": false
1684
+ }
1685
+ ],
1686
+ "name": "hasPermission"
1687
+ },
1688
+ {
1689
+ "kind": "MethodSignature",
1690
+ "canonicalReference": "@genesislcap/foundation-user!User#hasProfile:member(1)",
1691
+ "docComment": "/**\n * @param profile - A profile string or an array of profile strings to check.\n */\n",
1692
+ "excerptTokens": [
1693
+ {
1694
+ "kind": "Content",
1695
+ "text": "hasProfile(profile: "
1696
+ },
1697
+ {
1698
+ "kind": "Content",
1699
+ "text": "string | string[]"
1700
+ },
1701
+ {
1702
+ "kind": "Content",
1703
+ "text": "): "
1704
+ },
1705
+ {
1706
+ "kind": "Content",
1707
+ "text": "boolean"
1708
+ },
1709
+ {
1710
+ "kind": "Content",
1711
+ "text": ";"
1712
+ }
1713
+ ],
1714
+ "isOptional": false,
1715
+ "returnTypeTokenRange": {
1716
+ "startIndex": 3,
1717
+ "endIndex": 4
1718
+ },
1719
+ "releaseTag": "Public",
1720
+ "overloadIndex": 1,
1721
+ "parameters": [
1722
+ {
1723
+ "parameterName": "profile",
1724
+ "parameterTypeTokenRange": {
1725
+ "startIndex": 1,
1726
+ "endIndex": 2
1727
+ },
1728
+ "isOptional": false
1729
+ }
1730
+ ],
1731
+ "name": "hasProfile"
1732
+ },
1733
+ {
1734
+ "kind": "MethodSignature",
1735
+ "canonicalReference": "@genesislcap/foundation-user!User#isAdmin:member(1)",
1736
+ "docComment": "",
1737
+ "excerptTokens": [
1738
+ {
1739
+ "kind": "Content",
1740
+ "text": "isAdmin(): "
1741
+ },
1742
+ {
1743
+ "kind": "Content",
1744
+ "text": "boolean"
1745
+ },
1746
+ {
1747
+ "kind": "Content",
1748
+ "text": ";"
1749
+ }
1750
+ ],
1751
+ "isOptional": false,
1752
+ "returnTypeTokenRange": {
1753
+ "startIndex": 1,
1754
+ "endIndex": 2
1755
+ },
1756
+ "releaseTag": "Public",
1757
+ "overloadIndex": 1,
1758
+ "parameters": [],
1759
+ "name": "isAdmin"
1760
+ },
1761
+ {
1762
+ "kind": "PropertySignature",
1763
+ "canonicalReference": "@genesislcap/foundation-user!User#isAnonymous:member",
1764
+ "docComment": "",
1765
+ "excerptTokens": [
1766
+ {
1767
+ "kind": "Content",
1768
+ "text": "readonly isAnonymous: "
1769
+ },
1770
+ {
1771
+ "kind": "Content",
1772
+ "text": "boolean"
1773
+ },
1774
+ {
1775
+ "kind": "Content",
1776
+ "text": ";"
1777
+ }
1778
+ ],
1779
+ "isReadonly": true,
1780
+ "isOptional": false,
1781
+ "releaseTag": "Public",
1782
+ "name": "isAnonymous",
1783
+ "propertyTypeTokenRange": {
1784
+ "startIndex": 1,
1785
+ "endIndex": 2
1786
+ }
1787
+ },
1788
+ {
1789
+ "kind": "PropertySignature",
1790
+ "canonicalReference": "@genesislcap/foundation-user!User#isAuthenticated:member",
1791
+ "docComment": "",
1792
+ "excerptTokens": [
1793
+ {
1794
+ "kind": "Content",
1795
+ "text": "readonly isAuthenticated: "
1796
+ },
1797
+ {
1798
+ "kind": "Content",
1799
+ "text": "boolean"
1800
+ },
1801
+ {
1802
+ "kind": "Content",
1803
+ "text": ";"
1804
+ }
1805
+ ],
1806
+ "isReadonly": true,
1807
+ "isOptional": false,
1808
+ "releaseTag": "Public",
1809
+ "name": "isAuthenticated",
1810
+ "propertyTypeTokenRange": {
1811
+ "startIndex": 1,
1812
+ "endIndex": 2
1813
+ }
1814
+ },
1815
+ {
1816
+ "kind": "MethodSignature",
1817
+ "canonicalReference": "@genesislcap/foundation-user!User#isBanned:member(1)",
1818
+ "docComment": "",
1819
+ "excerptTokens": [
1820
+ {
1821
+ "kind": "Content",
1822
+ "text": "isBanned(): "
1823
+ },
1824
+ {
1825
+ "kind": "Content",
1826
+ "text": "boolean"
1827
+ },
1828
+ {
1829
+ "kind": "Content",
1830
+ "text": ";"
1831
+ }
1832
+ ],
1833
+ "isOptional": false,
1834
+ "returnTypeTokenRange": {
1835
+ "startIndex": 1,
1836
+ "endIndex": 2
1837
+ },
1838
+ "releaseTag": "Public",
1839
+ "overloadIndex": 1,
1840
+ "parameters": [],
1841
+ "name": "isBanned"
1842
+ },
1843
+ {
1844
+ "kind": "PropertySignature",
1845
+ "canonicalReference": "@genesislcap/foundation-user!User#permission:member",
1846
+ "docComment": "",
1847
+ "excerptTokens": [
1848
+ {
1849
+ "kind": "Content",
1850
+ "text": "readonly permission: "
1851
+ },
1852
+ {
1853
+ "kind": "Content",
1854
+ "text": "string[]"
1855
+ },
1856
+ {
1857
+ "kind": "Content",
1858
+ "text": ";"
1859
+ }
1860
+ ],
1861
+ "isReadonly": true,
1862
+ "isOptional": false,
1863
+ "releaseTag": "Public",
1864
+ "name": "permission",
1865
+ "propertyTypeTokenRange": {
1866
+ "startIndex": 1,
1867
+ "endIndex": 2
1868
+ }
1869
+ },
1870
+ {
1871
+ "kind": "PropertySignature",
1872
+ "canonicalReference": "@genesislcap/foundation-user!User#profile:member",
1873
+ "docComment": "",
1874
+ "excerptTokens": [
1875
+ {
1876
+ "kind": "Content",
1877
+ "text": "readonly profile: "
1878
+ },
1879
+ {
1880
+ "kind": "Content",
1881
+ "text": "string[]"
1882
+ },
1883
+ {
1884
+ "kind": "Content",
1885
+ "text": ";"
1886
+ }
1887
+ ],
1888
+ "isReadonly": true,
1889
+ "isOptional": false,
1890
+ "releaseTag": "Public",
1891
+ "name": "profile",
1892
+ "propertyTypeTokenRange": {
1893
+ "startIndex": 1,
1894
+ "endIndex": 2
1895
+ }
1896
+ },
1897
+ {
1898
+ "kind": "PropertySignature",
1899
+ "canonicalReference": "@genesislcap/foundation-user!User#rawProperties:member",
1900
+ "docComment": "/**\n * A structuredClone of the raw unmanaged properties used to set the user.\n *\n * @remarks\n *\n * This offers developers an escape hatch to the raw properties. If you feel there's a gap in the User interface based on your application requirements, please raise a request for such properties to be moved onto the interface.\n */\n",
1901
+ "excerptTokens": [
1902
+ {
1903
+ "kind": "Content",
1904
+ "text": "readonly rawProperties: "
1905
+ },
1906
+ {
1907
+ "kind": "Reference",
1908
+ "text": "Partial",
1909
+ "canonicalReference": "!Partial:type"
1910
+ },
1911
+ {
1912
+ "kind": "Content",
1913
+ "text": "<"
1914
+ },
1915
+ {
1916
+ "kind": "Reference",
1917
+ "text": "SetUserProperties",
1918
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:interface"
1919
+ },
1920
+ {
1921
+ "kind": "Content",
1922
+ "text": ">"
1923
+ },
1924
+ {
1925
+ "kind": "Content",
1926
+ "text": ";"
1927
+ }
1928
+ ],
1929
+ "isReadonly": true,
1930
+ "isOptional": false,
1931
+ "releaseTag": "Public",
1932
+ "name": "rawProperties",
1933
+ "propertyTypeTokenRange": {
1934
+ "startIndex": 1,
1935
+ "endIndex": 5
1936
+ }
1937
+ },
1938
+ {
1939
+ "kind": "MethodSignature",
1940
+ "canonicalReference": "@genesislcap/foundation-user!User#set:member(1)",
1941
+ "docComment": "/**\n * @param properties - The UserProperties used to populate the User.\n */\n",
1942
+ "excerptTokens": [
1943
+ {
1944
+ "kind": "Content",
1945
+ "text": "set(properties: "
1946
+ },
1947
+ {
1948
+ "kind": "Reference",
1949
+ "text": "Partial",
1950
+ "canonicalReference": "!Partial:type"
1951
+ },
1952
+ {
1953
+ "kind": "Content",
1954
+ "text": "<"
1955
+ },
1956
+ {
1957
+ "kind": "Reference",
1958
+ "text": "SetUserProperties",
1959
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:interface"
1960
+ },
1961
+ {
1962
+ "kind": "Content",
1963
+ "text": ">"
1964
+ },
1965
+ {
1966
+ "kind": "Content",
1967
+ "text": "): "
1968
+ },
1969
+ {
1970
+ "kind": "Reference",
1971
+ "text": "User",
1972
+ "canonicalReference": "@genesislcap/foundation-user!User:interface"
1973
+ },
1974
+ {
1975
+ "kind": "Content",
1976
+ "text": ";"
1977
+ }
1978
+ ],
1979
+ "isOptional": false,
1980
+ "returnTypeTokenRange": {
1981
+ "startIndex": 6,
1982
+ "endIndex": 7
1983
+ },
1984
+ "releaseTag": "Public",
1985
+ "overloadIndex": 1,
1986
+ "parameters": [
1987
+ {
1988
+ "parameterName": "properties",
1989
+ "parameterTypeTokenRange": {
1990
+ "startIndex": 1,
1991
+ "endIndex": 5
1992
+ },
1993
+ "isOptional": false
1994
+ }
1995
+ ],
1996
+ "name": "set"
1997
+ },
1998
+ {
1999
+ "kind": "PropertySignature",
2000
+ "canonicalReference": "@genesislcap/foundation-user!User#sourceRef:member",
2001
+ "docComment": "",
2002
+ "excerptTokens": [
2003
+ {
2004
+ "kind": "Content",
2005
+ "text": "readonly sourceRef: "
2006
+ },
2007
+ {
2008
+ "kind": "Content",
2009
+ "text": "string"
2010
+ },
2011
+ {
2012
+ "kind": "Content",
2013
+ "text": ";"
2014
+ }
2015
+ ],
2016
+ "isReadonly": true,
2017
+ "isOptional": false,
2018
+ "releaseTag": "Public",
2019
+ "name": "sourceRef",
2020
+ "propertyTypeTokenRange": {
2021
+ "startIndex": 1,
2022
+ "endIndex": 2
2023
+ }
2024
+ },
2025
+ {
2026
+ "kind": "MethodSignature",
2027
+ "canonicalReference": "@genesislcap/foundation-user!User#unset:member(1)",
2028
+ "docComment": "",
2029
+ "excerptTokens": [
2030
+ {
2031
+ "kind": "Content",
2032
+ "text": "unset(): "
2033
+ },
2034
+ {
2035
+ "kind": "Reference",
2036
+ "text": "User",
2037
+ "canonicalReference": "@genesislcap/foundation-user!User:interface"
2038
+ },
2039
+ {
2040
+ "kind": "Content",
2041
+ "text": ";"
2042
+ }
2043
+ ],
2044
+ "isOptional": false,
2045
+ "returnTypeTokenRange": {
2046
+ "startIndex": 1,
2047
+ "endIndex": 2
2048
+ },
2049
+ "releaseTag": "Public",
2050
+ "overloadIndex": 1,
2051
+ "parameters": [],
2052
+ "name": "unset"
2053
+ },
2054
+ {
2055
+ "kind": "PropertySignature",
2056
+ "canonicalReference": "@genesislcap/foundation-user!User#userKVs:member",
2057
+ "docComment": "",
2058
+ "excerptTokens": [
2059
+ {
2060
+ "kind": "Content",
2061
+ "text": "readonly userKVs: "
2062
+ },
2063
+ {
2064
+ "kind": "Content",
2065
+ "text": "{\n [key: string]: any;\n }"
2066
+ },
2067
+ {
2068
+ "kind": "Content",
2069
+ "text": ";"
2070
+ }
2071
+ ],
2072
+ "isReadonly": true,
2073
+ "isOptional": false,
2074
+ "releaseTag": "Public",
2075
+ "name": "userKVs",
2076
+ "propertyTypeTokenRange": {
2077
+ "startIndex": 1,
2078
+ "endIndex": 2
2079
+ }
2080
+ },
2081
+ {
2082
+ "kind": "PropertySignature",
2083
+ "canonicalReference": "@genesislcap/foundation-user!User#username:member",
2084
+ "docComment": "",
2085
+ "excerptTokens": [
2086
+ {
2087
+ "kind": "Content",
2088
+ "text": "readonly username: "
2089
+ },
2090
+ {
2091
+ "kind": "Content",
2092
+ "text": "string"
2093
+ },
2094
+ {
2095
+ "kind": "Content",
2096
+ "text": ";"
2097
+ }
2098
+ ],
2099
+ "isReadonly": true,
2100
+ "isOptional": false,
2101
+ "releaseTag": "Public",
2102
+ "name": "username",
2103
+ "propertyTypeTokenRange": {
2104
+ "startIndex": 1,
2105
+ "endIndex": 2
2106
+ }
2107
+ },
2108
+ {
2109
+ "kind": "PropertySignature",
2110
+ "canonicalReference": "@genesislcap/foundation-user!User#userName:member",
2111
+ "docComment": "",
2112
+ "excerptTokens": [
2113
+ {
2114
+ "kind": "Content",
2115
+ "text": "readonly userName: "
2116
+ },
2117
+ {
2118
+ "kind": "Content",
2119
+ "text": "string"
2120
+ },
2121
+ {
2122
+ "kind": "Content",
2123
+ "text": ";"
2124
+ }
2125
+ ],
2126
+ "isReadonly": true,
2127
+ "isOptional": false,
2128
+ "releaseTag": "Public",
2129
+ "name": "userName",
2130
+ "propertyTypeTokenRange": {
2131
+ "startIndex": 1,
2132
+ "endIndex": 2
2133
+ }
2134
+ }
2135
+ ],
2136
+ "extendsTokenRanges": [
2137
+ {
2138
+ "startIndex": 1,
2139
+ "endIndex": 2
2140
+ },
2141
+ {
2142
+ "startIndex": 3,
2143
+ "endIndex": 4
2144
+ }
2145
+ ]
2146
+ },
2147
+ {
2148
+ "kind": "Interface",
2149
+ "canonicalReference": "@genesislcap/foundation-user!UserActionHistory:interface",
2150
+ "docComment": "/**\n * UserActionHistory.\n *\n * @remarks\n *\n * APIs to track a user's action history.\n *\n * @public\n */\n",
2151
+ "excerptTokens": [
2152
+ {
2153
+ "kind": "Content",
2154
+ "text": "export interface UserActionHistory "
2155
+ }
2156
+ ],
2157
+ "fileUrlPath": "src/types.ts",
2158
+ "releaseTag": "Public",
2159
+ "name": "UserActionHistory",
2160
+ "preserveMemberOrder": false,
2161
+ "members": [
2162
+ {
2163
+ "kind": "PropertySignature",
2164
+ "canonicalReference": "@genesislcap/foundation-user!UserActionHistory#actionHistory:member",
2165
+ "docComment": "/**\n * Array of actions that have been tracked.\n */\n",
2166
+ "excerptTokens": [
2167
+ {
2168
+ "kind": "Content",
2169
+ "text": "readonly actionHistory: "
2170
+ },
2171
+ {
2172
+ "kind": "Content",
2173
+ "text": "unknown[]"
2174
+ },
2175
+ {
2176
+ "kind": "Content",
2177
+ "text": ";"
2178
+ }
2179
+ ],
2180
+ "isReadonly": true,
2181
+ "isOptional": false,
2182
+ "releaseTag": "Public",
2183
+ "name": "actionHistory",
2184
+ "propertyTypeTokenRange": {
2185
+ "startIndex": 1,
2186
+ "endIndex": 2
2187
+ }
2188
+ },
2189
+ {
2190
+ "kind": "MethodSignature",
2191
+ "canonicalReference": "@genesislcap/foundation-user!UserActionHistory#clearActions:member(1)",
2192
+ "docComment": "/**\n * Clears action history.\n */\n",
2193
+ "excerptTokens": [
2194
+ {
2195
+ "kind": "Content",
2196
+ "text": "clearActions(): "
2197
+ },
2198
+ {
2199
+ "kind": "Content",
2200
+ "text": "void"
2201
+ },
2202
+ {
2203
+ "kind": "Content",
2204
+ "text": ";"
2205
+ }
2206
+ ],
2207
+ "isOptional": false,
2208
+ "returnTypeTokenRange": {
2209
+ "startIndex": 1,
2210
+ "endIndex": 2
2211
+ },
2212
+ "releaseTag": "Public",
2213
+ "overloadIndex": 1,
2214
+ "parameters": [],
2215
+ "name": "clearActions"
2216
+ },
2217
+ {
2218
+ "kind": "MethodSignature",
2219
+ "canonicalReference": "@genesislcap/foundation-user!UserActionHistory#lastAction:member(1)",
2220
+ "docComment": "/**\n * @returns The last stored action.\n */\n",
2221
+ "excerptTokens": [
2222
+ {
2223
+ "kind": "Content",
2224
+ "text": "lastAction(): "
2225
+ },
2226
+ {
2227
+ "kind": "Content",
2228
+ "text": "unknown"
2229
+ },
2230
+ {
2231
+ "kind": "Content",
2232
+ "text": ";"
2233
+ }
2234
+ ],
2235
+ "isOptional": false,
2236
+ "returnTypeTokenRange": {
2237
+ "startIndex": 1,
2238
+ "endIndex": 2
2239
+ },
2240
+ "releaseTag": "Public",
2241
+ "overloadIndex": 1,
2242
+ "parameters": [],
2243
+ "name": "lastAction"
2244
+ },
2245
+ {
2246
+ "kind": "MethodSignature",
2247
+ "canonicalReference": "@genesislcap/foundation-user!UserActionHistory#trackAction:member(1)",
2248
+ "docComment": "/**\n * Track an action.\n */\n",
2249
+ "excerptTokens": [
2250
+ {
2251
+ "kind": "Content",
2252
+ "text": "trackAction<TDetails = "
2253
+ },
2254
+ {
2255
+ "kind": "Content",
2256
+ "text": "unknown"
2257
+ },
2258
+ {
2259
+ "kind": "Content",
2260
+ "text": ">(details: "
2261
+ },
2262
+ {
2263
+ "kind": "Content",
2264
+ "text": "TDetails"
2265
+ },
2266
+ {
2267
+ "kind": "Content",
2268
+ "text": "): "
2269
+ },
2270
+ {
2271
+ "kind": "Content",
2272
+ "text": "void"
2273
+ },
2274
+ {
2275
+ "kind": "Content",
2276
+ "text": ";"
2277
+ }
2278
+ ],
2279
+ "isOptional": false,
2280
+ "returnTypeTokenRange": {
2281
+ "startIndex": 5,
2282
+ "endIndex": 6
2283
+ },
2284
+ "releaseTag": "Public",
2285
+ "overloadIndex": 1,
2286
+ "parameters": [
2287
+ {
2288
+ "parameterName": "details",
2289
+ "parameterTypeTokenRange": {
2290
+ "startIndex": 3,
2291
+ "endIndex": 4
2292
+ },
2293
+ "isOptional": false
2294
+ }
2295
+ ],
2296
+ "typeParameters": [
2297
+ {
2298
+ "typeParameterName": "TDetails",
2299
+ "constraintTokenRange": {
2300
+ "startIndex": 0,
2301
+ "endIndex": 0
2302
+ },
2303
+ "defaultTypeTokenRange": {
2304
+ "startIndex": 1,
2305
+ "endIndex": 2
2306
+ }
2307
+ }
2308
+ ],
2309
+ "name": "trackAction"
2310
+ }
2311
+ ],
2312
+ "extendsTokenRanges": []
2313
+ },
2314
+ {
2315
+ "kind": "TypeAlias",
2316
+ "canonicalReference": "@genesislcap/foundation-user!UserAuthenticationChangeEvent:type",
2317
+ "docComment": "/**\n * UserAuthenticationChangeEvent.\n *\n * @remarks\n *\n * Detail will either be `true` or `false` to indicate authentication status.\n *\n * @public\n */\n",
2318
+ "excerptTokens": [
2319
+ {
2320
+ "kind": "Content",
2321
+ "text": "export type UserAuthenticationChangeEvent = "
2322
+ },
2323
+ {
2324
+ "kind": "Reference",
2325
+ "text": "CustomEvent",
2326
+ "canonicalReference": "!CustomEvent:interface"
2327
+ },
2328
+ {
2329
+ "kind": "Content",
2330
+ "text": "<boolean>"
2331
+ },
2332
+ {
2333
+ "kind": "Content",
2334
+ "text": ";"
2335
+ }
2336
+ ],
2337
+ "fileUrlPath": "src/types.ts",
2338
+ "releaseTag": "Public",
2339
+ "name": "UserAuthenticationChangeEvent",
2340
+ "typeTokenRange": {
2341
+ "startIndex": 1,
2342
+ "endIndex": 3
2343
+ }
2344
+ },
2345
+ {
2346
+ "kind": "Variable",
2347
+ "canonicalReference": "@genesislcap/foundation-user!UserAuthenticationChangeType:var",
2348
+ "docComment": "/**\n * UserAuthenticationChangeType.\n *\n * @public\n */\n",
2349
+ "excerptTokens": [
2350
+ {
2351
+ "kind": "Content",
2352
+ "text": "UserAuthenticationChangeType = "
2353
+ },
2354
+ {
2355
+ "kind": "Content",
2356
+ "text": "\"user-authentication-change\""
2357
+ }
2358
+ ],
2359
+ "fileUrlPath": "src/types.ts",
2360
+ "initializerTokenRange": {
2361
+ "startIndex": 1,
2362
+ "endIndex": 2
2363
+ },
2364
+ "isReadonly": true,
2365
+ "releaseTag": "Public",
2366
+ "name": "UserAuthenticationChangeType",
2367
+ "variableTypeTokenRange": {
2368
+ "startIndex": 0,
2369
+ "endIndex": 0
2370
+ }
2371
+ },
2372
+ {
2373
+ "kind": "Interface",
2374
+ "canonicalReference": "@genesislcap/foundation-user!UserConfig:interface",
2375
+ "docComment": "/**\n * UserConfig DI interface.\n *\n * @public\n */\n",
2376
+ "excerptTokens": [
2377
+ {
2378
+ "kind": "Content",
2379
+ "text": "export interface UserConfig "
2380
+ }
2381
+ ],
2382
+ "fileUrlPath": "src/config.ts",
2383
+ "releaseTag": "Public",
2384
+ "name": "UserConfig",
2385
+ "preserveMemberOrder": false,
2386
+ "members": [
2387
+ {
2388
+ "kind": "MethodSignature",
2389
+ "canonicalReference": "@genesislcap/foundation-user!UserConfig#setUser:member(1)",
2390
+ "docComment": "/**\n * User property setter.\n *\n * @remarks\n *\n * The user is typically set from the result of a LoginAck.\n */\n",
2391
+ "excerptTokens": [
2392
+ {
2393
+ "kind": "Content",
2394
+ "text": "setUser(user: "
2395
+ },
2396
+ {
2397
+ "kind": "Reference",
2398
+ "text": "WriteableUser",
2399
+ "canonicalReference": "@genesislcap/foundation-user!~WriteableUser:type"
2400
+ },
2401
+ {
2402
+ "kind": "Content",
2403
+ "text": ", properties: "
2404
+ },
2405
+ {
2406
+ "kind": "Reference",
2407
+ "text": "Partial",
2408
+ "canonicalReference": "!Partial:type"
2409
+ },
2410
+ {
2411
+ "kind": "Content",
2412
+ "text": "<"
2413
+ },
2414
+ {
2415
+ "kind": "Reference",
2416
+ "text": "SetUserProperties",
2417
+ "canonicalReference": "@genesislcap/foundation-user!SetUserProperties:interface"
2418
+ },
2419
+ {
2420
+ "kind": "Content",
2421
+ "text": ">"
2422
+ },
2423
+ {
2424
+ "kind": "Content",
2425
+ "text": "): "
2426
+ },
2427
+ {
2428
+ "kind": "Reference",
2429
+ "text": "User",
2430
+ "canonicalReference": "@genesislcap/foundation-user!User:interface"
2431
+ },
2432
+ {
2433
+ "kind": "Content",
2434
+ "text": ";"
2435
+ }
2436
+ ],
2437
+ "isOptional": false,
2438
+ "returnTypeTokenRange": {
2439
+ "startIndex": 8,
2440
+ "endIndex": 9
2441
+ },
2442
+ "releaseTag": "Public",
2443
+ "overloadIndex": 1,
2444
+ "parameters": [
2445
+ {
2446
+ "parameterName": "user",
2447
+ "parameterTypeTokenRange": {
2448
+ "startIndex": 1,
2449
+ "endIndex": 2
2450
+ },
2451
+ "isOptional": false
2452
+ },
2453
+ {
2454
+ "parameterName": "properties",
2455
+ "parameterTypeTokenRange": {
2456
+ "startIndex": 3,
2457
+ "endIndex": 7
2458
+ },
2459
+ "isOptional": false
2460
+ }
2461
+ ],
2462
+ "name": "setUser"
2463
+ },
2464
+ {
2465
+ "kind": "PropertySignature",
2466
+ "canonicalReference": "@genesislcap/foundation-user!UserConfig#trackActionExclusions:member",
2467
+ "docComment": "/**\n * Exclude certain actions from tracking.\n *\n * See {@link UserPathHistory}\n */\n",
2468
+ "excerptTokens": [
2469
+ {
2470
+ "kind": "Content",
2471
+ "text": "trackActionExclusions: "
2472
+ },
2473
+ {
2474
+ "kind": "Content",
2475
+ "text": "unknown[]"
2476
+ },
2477
+ {
2478
+ "kind": "Content",
2479
+ "text": ";"
2480
+ }
2481
+ ],
2482
+ "isReadonly": false,
2483
+ "isOptional": false,
2484
+ "releaseTag": "Public",
2485
+ "name": "trackActionExclusions",
2486
+ "propertyTypeTokenRange": {
2487
+ "startIndex": 1,
2488
+ "endIndex": 2
2489
+ }
2490
+ },
2491
+ {
2492
+ "kind": "PropertySignature",
2493
+ "canonicalReference": "@genesislcap/foundation-user!UserConfig#trackPathExclusions:member",
2494
+ "docComment": "/**\n * Exclude certain paths from tracking.\n *\n * See {@link UserActionHistory}\n */\n",
2495
+ "excerptTokens": [
2496
+ {
2497
+ "kind": "Content",
2498
+ "text": "trackPathExclusions: "
2499
+ },
2500
+ {
2501
+ "kind": "Content",
2502
+ "text": "string[]"
2503
+ },
2504
+ {
2505
+ "kind": "Content",
2506
+ "text": ";"
2507
+ }
2508
+ ],
2509
+ "isReadonly": false,
2510
+ "isOptional": false,
2511
+ "releaseTag": "Public",
2512
+ "name": "trackPathExclusions",
2513
+ "propertyTypeTokenRange": {
2514
+ "startIndex": 1,
2515
+ "endIndex": 2
2516
+ }
2517
+ },
2518
+ {
2519
+ "kind": "MethodSignature",
2520
+ "canonicalReference": "@genesislcap/foundation-user!UserConfig#unsetUser:member(1)",
2521
+ "docComment": "/**\n * User property un-setter.\n */\n",
2522
+ "excerptTokens": [
2523
+ {
2524
+ "kind": "Content",
2525
+ "text": "unsetUser(user: "
2526
+ },
2527
+ {
2528
+ "kind": "Reference",
2529
+ "text": "WriteableUser",
2530
+ "canonicalReference": "@genesislcap/foundation-user!~WriteableUser:type"
2531
+ },
2532
+ {
2533
+ "kind": "Content",
2534
+ "text": "): "
2535
+ },
2536
+ {
2537
+ "kind": "Reference",
2538
+ "text": "User",
2539
+ "canonicalReference": "@genesislcap/foundation-user!User:interface"
2540
+ },
2541
+ {
2542
+ "kind": "Content",
2543
+ "text": ";"
2544
+ }
2545
+ ],
2546
+ "isOptional": false,
2547
+ "returnTypeTokenRange": {
2548
+ "startIndex": 3,
2549
+ "endIndex": 4
2550
+ },
2551
+ "releaseTag": "Public",
2552
+ "overloadIndex": 1,
2553
+ "parameters": [
2554
+ {
2555
+ "parameterName": "user",
2556
+ "parameterTypeTokenRange": {
2557
+ "startIndex": 1,
2558
+ "endIndex": 2
2559
+ },
2560
+ "isOptional": false
2561
+ }
2562
+ ],
2563
+ "name": "unsetUser"
2564
+ }
2565
+ ],
2566
+ "extendsTokenRanges": []
2567
+ },
2568
+ {
2569
+ "kind": "Interface",
2570
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProductProperty:interface",
2571
+ "docComment": "/**\n * @public\n */\n",
2572
+ "excerptTokens": [
2573
+ {
2574
+ "kind": "Content",
2575
+ "text": "export interface UserDetailsProductProperty "
2576
+ }
2577
+ ],
2578
+ "fileUrlPath": "src/types.ts",
2579
+ "releaseTag": "Public",
2580
+ "name": "UserDetailsProductProperty",
2581
+ "preserveMemberOrder": false,
2582
+ "members": [
2583
+ {
2584
+ "kind": "IndexSignature",
2585
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProductProperty:index(1)",
2586
+ "docComment": "",
2587
+ "excerptTokens": [
2588
+ {
2589
+ "kind": "Content",
2590
+ "text": "readonly [key: "
2591
+ },
2592
+ {
2593
+ "kind": "Content",
2594
+ "text": "string"
2595
+ },
2596
+ {
2597
+ "kind": "Content",
2598
+ "text": "]: "
2599
+ },
2600
+ {
2601
+ "kind": "Content",
2602
+ "text": "any"
2603
+ },
2604
+ {
2605
+ "kind": "Content",
2606
+ "text": ";"
2607
+ }
2608
+ ],
2609
+ "isReadonly": true,
2610
+ "returnTypeTokenRange": {
2611
+ "startIndex": 3,
2612
+ "endIndex": 4
2613
+ },
2614
+ "releaseTag": "Public",
2615
+ "overloadIndex": 1,
2616
+ "parameters": [
2617
+ {
2618
+ "parameterName": "key",
2619
+ "parameterTypeTokenRange": {
2620
+ "startIndex": 1,
2621
+ "endIndex": 2
2622
+ },
2623
+ "isOptional": false
2624
+ }
2625
+ ]
2626
+ },
2627
+ {
2628
+ "kind": "PropertySignature",
2629
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProductProperty#name:member",
2630
+ "docComment": "",
2631
+ "excerptTokens": [
2632
+ {
2633
+ "kind": "Content",
2634
+ "text": "readonly name: "
2635
+ },
2636
+ {
2637
+ "kind": "Content",
2638
+ "text": "string"
2639
+ },
2640
+ {
2641
+ "kind": "Content",
2642
+ "text": ";"
2643
+ }
2644
+ ],
2645
+ "isReadonly": true,
2646
+ "isOptional": false,
2647
+ "releaseTag": "Public",
2648
+ "name": "name",
2649
+ "propertyTypeTokenRange": {
2650
+ "startIndex": 1,
2651
+ "endIndex": 2
2652
+ }
2653
+ },
2654
+ {
2655
+ "kind": "PropertySignature",
2656
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProductProperty#version:member",
2657
+ "docComment": "",
2658
+ "excerptTokens": [
2659
+ {
2660
+ "kind": "Content",
2661
+ "text": "readonly version: "
2662
+ },
2663
+ {
2664
+ "kind": "Content",
2665
+ "text": "string"
2666
+ },
2667
+ {
2668
+ "kind": "Content",
2669
+ "text": ";"
2670
+ }
2671
+ ],
2672
+ "isReadonly": true,
2673
+ "isOptional": false,
2674
+ "releaseTag": "Public",
2675
+ "name": "version",
2676
+ "propertyTypeTokenRange": {
2677
+ "startIndex": 1,
2678
+ "endIndex": 2
2679
+ }
2680
+ }
2681
+ ],
2682
+ "extendsTokenRanges": []
2683
+ },
2684
+ {
2685
+ "kind": "Interface",
2686
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty:interface",
2687
+ "docComment": "/**\n * @public\n */\n",
2688
+ "excerptTokens": [
2689
+ {
2690
+ "kind": "Content",
2691
+ "text": "export interface UserDetailsProperty "
2692
+ }
2693
+ ],
2694
+ "fileUrlPath": "src/types.ts",
2695
+ "releaseTag": "Public",
2696
+ "name": "UserDetailsProperty",
2697
+ "preserveMemberOrder": false,
2698
+ "members": [
2699
+ {
2700
+ "kind": "IndexSignature",
2701
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty:index(1)",
2702
+ "docComment": "",
2703
+ "excerptTokens": [
2704
+ {
2705
+ "kind": "Content",
2706
+ "text": "readonly [key: "
2707
+ },
2708
+ {
2709
+ "kind": "Content",
2710
+ "text": "string"
2711
+ },
2712
+ {
2713
+ "kind": "Content",
2714
+ "text": "]: "
2715
+ },
2716
+ {
2717
+ "kind": "Content",
2718
+ "text": "any"
2719
+ },
2720
+ {
2721
+ "kind": "Content",
2722
+ "text": ";"
2723
+ }
2724
+ ],
2725
+ "isReadonly": true,
2726
+ "returnTypeTokenRange": {
2727
+ "startIndex": 3,
2728
+ "endIndex": 4
2729
+ },
2730
+ "releaseTag": "Public",
2731
+ "overloadIndex": 1,
2732
+ "parameters": [
2733
+ {
2734
+ "parameterName": "key",
2735
+ "parameterTypeTokenRange": {
2736
+ "startIndex": 1,
2737
+ "endIndex": 2
2738
+ },
2739
+ "isOptional": false
2740
+ }
2741
+ ]
2742
+ },
2743
+ {
2744
+ "kind": "PropertySignature",
2745
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty#daysToPasswordExpiry:member",
2746
+ "docComment": "",
2747
+ "excerptTokens": [
2748
+ {
2749
+ "kind": "Content",
2750
+ "text": "readonly daysToPasswordExpiry: "
2751
+ },
2752
+ {
2753
+ "kind": "Content",
2754
+ "text": "number"
2755
+ },
2756
+ {
2757
+ "kind": "Content",
2758
+ "text": ";"
2759
+ }
2760
+ ],
2761
+ "isReadonly": true,
2762
+ "isOptional": false,
2763
+ "releaseTag": "Public",
2764
+ "name": "daysToPasswordExpiry",
2765
+ "propertyTypeTokenRange": {
2766
+ "startIndex": 1,
2767
+ "endIndex": 2
2768
+ }
2769
+ },
2770
+ {
2771
+ "kind": "PropertySignature",
2772
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty#failedLoginAttempts:member",
2773
+ "docComment": "",
2774
+ "excerptTokens": [
2775
+ {
2776
+ "kind": "Content",
2777
+ "text": "readonly failedLoginAttempts: "
2778
+ },
2779
+ {
2780
+ "kind": "Content",
2781
+ "text": "number"
2782
+ },
2783
+ {
2784
+ "kind": "Content",
2785
+ "text": ";"
2786
+ }
2787
+ ],
2788
+ "isReadonly": true,
2789
+ "isOptional": false,
2790
+ "releaseTag": "Public",
2791
+ "name": "failedLoginAttempts",
2792
+ "propertyTypeTokenRange": {
2793
+ "startIndex": 1,
2794
+ "endIndex": 2
2795
+ }
2796
+ },
2797
+ {
2798
+ "kind": "PropertySignature",
2799
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty#heartbeatIntervalSecs:member",
2800
+ "docComment": "",
2801
+ "excerptTokens": [
2802
+ {
2803
+ "kind": "Content",
2804
+ "text": "readonly heartbeatIntervalSecs: "
2805
+ },
2806
+ {
2807
+ "kind": "Content",
2808
+ "text": "number"
2809
+ },
2810
+ {
2811
+ "kind": "Content",
2812
+ "text": ";"
2813
+ }
2814
+ ],
2815
+ "isReadonly": true,
2816
+ "isOptional": false,
2817
+ "releaseTag": "Public",
2818
+ "name": "heartbeatIntervalSecs",
2819
+ "propertyTypeTokenRange": {
2820
+ "startIndex": 1,
2821
+ "endIndex": 2
2822
+ }
2823
+ },
2824
+ {
2825
+ "kind": "PropertySignature",
2826
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty#lastLoginDatetime:member",
2827
+ "docComment": "",
2828
+ "excerptTokens": [
2829
+ {
2830
+ "kind": "Content",
2831
+ "text": "readonly lastLoginDatetime: "
2832
+ },
2833
+ {
2834
+ "kind": "Content",
2835
+ "text": "number"
2836
+ },
2837
+ {
2838
+ "kind": "Content",
2839
+ "text": ";"
2840
+ }
2841
+ ],
2842
+ "isReadonly": true,
2843
+ "isOptional": false,
2844
+ "releaseTag": "Public",
2845
+ "name": "lastLoginDatetime",
2846
+ "propertyTypeTokenRange": {
2847
+ "startIndex": 1,
2848
+ "endIndex": 2
2849
+ }
2850
+ },
2851
+ {
2852
+ "kind": "PropertySignature",
2853
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty#product:member",
2854
+ "docComment": "",
2855
+ "excerptTokens": [
2856
+ {
2857
+ "kind": "Content",
2858
+ "text": "readonly product: "
2859
+ },
2860
+ {
2861
+ "kind": "Reference",
2862
+ "text": "UserDetailsProductProperty",
2863
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProductProperty:interface"
2864
+ },
2865
+ {
2866
+ "kind": "Content",
2867
+ "text": "[]"
2868
+ },
2869
+ {
2870
+ "kind": "Content",
2871
+ "text": ";"
2872
+ }
2873
+ ],
2874
+ "isReadonly": true,
2875
+ "isOptional": false,
2876
+ "releaseTag": "Public",
2877
+ "name": "product",
2878
+ "propertyTypeTokenRange": {
2879
+ "startIndex": 1,
2880
+ "endIndex": 3
2881
+ }
2882
+ },
2883
+ {
2884
+ "kind": "PropertySignature",
2885
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty#rejectedLoginAttempts:member",
2886
+ "docComment": "",
2887
+ "excerptTokens": [
2888
+ {
2889
+ "kind": "Content",
2890
+ "text": "readonly rejectedLoginAttempts: "
2891
+ },
2892
+ {
2893
+ "kind": "Content",
2894
+ "text": "number"
2895
+ },
2896
+ {
2897
+ "kind": "Content",
2898
+ "text": ";"
2899
+ }
2900
+ ],
2901
+ "isReadonly": true,
2902
+ "isOptional": false,
2903
+ "releaseTag": "Public",
2904
+ "name": "rejectedLoginAttempts",
2905
+ "propertyTypeTokenRange": {
2906
+ "startIndex": 1,
2907
+ "endIndex": 2
2908
+ }
2909
+ },
2910
+ {
2911
+ "kind": "PropertySignature",
2912
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsProperty#system:member",
2913
+ "docComment": "",
2914
+ "excerptTokens": [
2915
+ {
2916
+ "kind": "Content",
2917
+ "text": "readonly system: "
2918
+ },
2919
+ {
2920
+ "kind": "Reference",
2921
+ "text": "UserDetailsSystemProperty",
2922
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsSystemProperty:interface"
2923
+ },
2924
+ {
2925
+ "kind": "Content",
2926
+ "text": ";"
2927
+ }
2928
+ ],
2929
+ "isReadonly": true,
2930
+ "isOptional": false,
2931
+ "releaseTag": "Public",
2932
+ "name": "system",
2933
+ "propertyTypeTokenRange": {
2934
+ "startIndex": 1,
2935
+ "endIndex": 2
2936
+ }
2937
+ }
2938
+ ],
2939
+ "extendsTokenRanges": []
2940
+ },
2941
+ {
2942
+ "kind": "Interface",
2943
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsSystemProperty:interface",
2944
+ "docComment": "/**\n * @public\n */\n",
2945
+ "excerptTokens": [
2946
+ {
2947
+ "kind": "Content",
2948
+ "text": "export interface UserDetailsSystemProperty "
2949
+ }
2950
+ ],
2951
+ "fileUrlPath": "src/types.ts",
2952
+ "releaseTag": "Public",
2953
+ "name": "UserDetailsSystemProperty",
2954
+ "preserveMemberOrder": false,
2955
+ "members": [
2956
+ {
2957
+ "kind": "IndexSignature",
2958
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsSystemProperty:index(1)",
2959
+ "docComment": "",
2960
+ "excerptTokens": [
2961
+ {
2962
+ "kind": "Content",
2963
+ "text": "readonly [key: "
2964
+ },
2965
+ {
2966
+ "kind": "Content",
2967
+ "text": "string"
2968
+ },
2969
+ {
2970
+ "kind": "Content",
2971
+ "text": "]: "
2972
+ },
2973
+ {
2974
+ "kind": "Content",
2975
+ "text": "any"
2976
+ },
2977
+ {
2978
+ "kind": "Content",
2979
+ "text": ";"
2980
+ }
2981
+ ],
2982
+ "isReadonly": true,
2983
+ "returnTypeTokenRange": {
2984
+ "startIndex": 3,
2985
+ "endIndex": 4
2986
+ },
2987
+ "releaseTag": "Public",
2988
+ "overloadIndex": 1,
2989
+ "parameters": [
2990
+ {
2991
+ "parameterName": "key",
2992
+ "parameterTypeTokenRange": {
2993
+ "startIndex": 1,
2994
+ "endIndex": 2
2995
+ },
2996
+ "isOptional": false
2997
+ }
2998
+ ]
2999
+ },
3000
+ {
3001
+ "kind": "PropertySignature",
3002
+ "canonicalReference": "@genesislcap/foundation-user!UserDetailsSystemProperty#date:member",
3003
+ "docComment": "",
3004
+ "excerptTokens": [
3005
+ {
3006
+ "kind": "Content",
3007
+ "text": "readonly date: "
3008
+ },
3009
+ {
3010
+ "kind": "Content",
3011
+ "text": "string"
3012
+ },
3013
+ {
3014
+ "kind": "Content",
3015
+ "text": ";"
3016
+ }
3017
+ ],
3018
+ "isReadonly": true,
3019
+ "isOptional": false,
3020
+ "releaseTag": "Public",
3021
+ "name": "date",
3022
+ "propertyTypeTokenRange": {
3023
+ "startIndex": 1,
3024
+ "endIndex": 2
3025
+ }
3026
+ }
3027
+ ],
3028
+ "extendsTokenRanges": []
3029
+ },
3030
+ {
3031
+ "kind": "Interface",
3032
+ "canonicalReference": "@genesislcap/foundation-user!UserKVsProperty:interface",
3033
+ "docComment": "/**\n * @public\n */\n",
3034
+ "excerptTokens": [
3035
+ {
3036
+ "kind": "Content",
3037
+ "text": "export interface UserKVsProperty "
3038
+ }
3039
+ ],
3040
+ "fileUrlPath": "src/types.ts",
3041
+ "releaseTag": "Public",
3042
+ "name": "UserKVsProperty",
3043
+ "preserveMemberOrder": false,
3044
+ "members": [
3045
+ {
3046
+ "kind": "IndexSignature",
3047
+ "canonicalReference": "@genesislcap/foundation-user!UserKVsProperty:index(1)",
3048
+ "docComment": "",
3049
+ "excerptTokens": [
3050
+ {
3051
+ "kind": "Content",
3052
+ "text": "readonly [key: "
3053
+ },
3054
+ {
3055
+ "kind": "Content",
3056
+ "text": "string"
3057
+ },
3058
+ {
3059
+ "kind": "Content",
3060
+ "text": "]: "
3061
+ },
3062
+ {
3063
+ "kind": "Content",
3064
+ "text": "any"
3065
+ },
3066
+ {
3067
+ "kind": "Content",
3068
+ "text": ";"
3069
+ }
3070
+ ],
3071
+ "isReadonly": true,
3072
+ "returnTypeTokenRange": {
3073
+ "startIndex": 3,
3074
+ "endIndex": 4
3075
+ },
3076
+ "releaseTag": "Public",
3077
+ "overloadIndex": 1,
3078
+ "parameters": [
3079
+ {
3080
+ "parameterName": "key",
3081
+ "parameterTypeTokenRange": {
3082
+ "startIndex": 1,
3083
+ "endIndex": 2
3084
+ },
3085
+ "isOptional": false
3086
+ }
3087
+ ]
3088
+ }
3089
+ ],
3090
+ "extendsTokenRanges": []
3091
+ },
3092
+ {
3093
+ "kind": "Interface",
3094
+ "canonicalReference": "@genesislcap/foundation-user!UserPathHistory:interface",
3095
+ "docComment": "/**\n * UserPathHistory.\n *\n * @remarks\n *\n * APIs to track a user's path history. Includes the pathname, search and hash only. This is not intended proxy or replace the History API.\n *\n * @public\n */\n",
3096
+ "excerptTokens": [
3097
+ {
3098
+ "kind": "Content",
3099
+ "text": "export interface UserPathHistory "
3100
+ }
3101
+ ],
3102
+ "fileUrlPath": "src/types.ts",
3103
+ "releaseTag": "Public",
3104
+ "name": "UserPathHistory",
3105
+ "preserveMemberOrder": false,
3106
+ "members": [
3107
+ {
3108
+ "kind": "MethodSignature",
3109
+ "canonicalReference": "@genesislcap/foundation-user!UserPathHistory#clearPaths:member(1)",
3110
+ "docComment": "/**\n * Clears path history.\n */\n",
3111
+ "excerptTokens": [
3112
+ {
3113
+ "kind": "Content",
3114
+ "text": "clearPaths(): "
3115
+ },
3116
+ {
3117
+ "kind": "Content",
3118
+ "text": "void"
3119
+ },
3120
+ {
3121
+ "kind": "Content",
3122
+ "text": ";"
3123
+ }
3124
+ ],
3125
+ "isOptional": false,
3126
+ "returnTypeTokenRange": {
3127
+ "startIndex": 1,
3128
+ "endIndex": 2
3129
+ },
3130
+ "releaseTag": "Public",
3131
+ "overloadIndex": 1,
3132
+ "parameters": [],
3133
+ "name": "clearPaths"
3134
+ },
3135
+ {
3136
+ "kind": "MethodSignature",
3137
+ "canonicalReference": "@genesislcap/foundation-user!UserPathHistory#lastPath:member(1)",
3138
+ "docComment": "/**\n * May be used to return to a target path after authentication.\n *\n * @returns The last stored path.\n */\n",
3139
+ "excerptTokens": [
3140
+ {
3141
+ "kind": "Content",
3142
+ "text": "lastPath(): "
3143
+ },
3144
+ {
3145
+ "kind": "Content",
3146
+ "text": "string | undefined"
3147
+ },
3148
+ {
3149
+ "kind": "Content",
3150
+ "text": ";"
3151
+ }
3152
+ ],
3153
+ "isOptional": false,
3154
+ "returnTypeTokenRange": {
3155
+ "startIndex": 1,
3156
+ "endIndex": 2
3157
+ },
3158
+ "releaseTag": "Public",
3159
+ "overloadIndex": 1,
3160
+ "parameters": [],
3161
+ "name": "lastPath"
3162
+ },
3163
+ {
3164
+ "kind": "PropertySignature",
3165
+ "canonicalReference": "@genesislcap/foundation-user!UserPathHistory#pathHistory:member",
3166
+ "docComment": "/**\n * Array of paths that have been tracked.\n */\n",
3167
+ "excerptTokens": [
3168
+ {
3169
+ "kind": "Content",
3170
+ "text": "readonly pathHistory: "
3171
+ },
3172
+ {
3173
+ "kind": "Content",
3174
+ "text": "string[]"
3175
+ },
3176
+ {
3177
+ "kind": "Content",
3178
+ "text": ";"
3179
+ }
3180
+ ],
3181
+ "isReadonly": true,
3182
+ "isOptional": false,
3183
+ "releaseTag": "Public",
3184
+ "name": "pathHistory",
3185
+ "propertyTypeTokenRange": {
3186
+ "startIndex": 1,
3187
+ "endIndex": 2
3188
+ }
3189
+ },
3190
+ {
3191
+ "kind": "MethodSignature",
3192
+ "canonicalReference": "@genesislcap/foundation-user!UserPathHistory#trackPath:member(1)",
3193
+ "docComment": "/**\n * Track current path.\n */\n",
3194
+ "excerptTokens": [
3195
+ {
3196
+ "kind": "Content",
3197
+ "text": "trackPath(): "
3198
+ },
3199
+ {
3200
+ "kind": "Content",
3201
+ "text": "string"
3202
+ },
3203
+ {
3204
+ "kind": "Content",
3205
+ "text": ";"
3206
+ }
3207
+ ],
3208
+ "isOptional": false,
3209
+ "returnTypeTokenRange": {
3210
+ "startIndex": 1,
3211
+ "endIndex": 2
3212
+ },
3213
+ "releaseTag": "Public",
3214
+ "overloadIndex": 1,
3215
+ "parameters": [],
3216
+ "name": "trackPath"
3217
+ }
3218
+ ],
3219
+ "extendsTokenRanges": []
3220
+ },
3221
+ {
3222
+ "kind": "Interface",
3223
+ "canonicalReference": "@genesislcap/foundation-user!UserQueueProperties:interface",
3224
+ "docComment": "/**\n * @public\n */\n",
3225
+ "excerptTokens": [
3226
+ {
3227
+ "kind": "Content",
3228
+ "text": "export interface UserQueueProperties "
3229
+ }
3230
+ ],
3231
+ "fileUrlPath": "src/types.ts",
3232
+ "releaseTag": "Public",
3233
+ "name": "UserQueueProperties",
3234
+ "preserveMemberOrder": false,
3235
+ "members": [
3236
+ {
3237
+ "kind": "PropertySignature",
3238
+ "canonicalReference": "@genesislcap/foundation-user!UserQueueProperties#updateQueue:member",
3239
+ "docComment": "",
3240
+ "excerptTokens": [
3241
+ {
3242
+ "kind": "Content",
3243
+ "text": "readonly updateQueue: "
3244
+ },
3245
+ {
3246
+ "kind": "Content",
3247
+ "text": "string"
3248
+ },
3249
+ {
3250
+ "kind": "Content",
3251
+ "text": ";"
3252
+ }
3253
+ ],
3254
+ "isReadonly": true,
3255
+ "isOptional": false,
3256
+ "releaseTag": "Public",
3257
+ "name": "updateQueue",
3258
+ "propertyTypeTokenRange": {
3259
+ "startIndex": 1,
3260
+ "endIndex": 2
3261
+ }
3262
+ },
3263
+ {
3264
+ "kind": "PropertySignature",
3265
+ "canonicalReference": "@genesislcap/foundation-user!UserQueueProperties#zeroMqProxyInboundPort:member",
3266
+ "docComment": "",
3267
+ "excerptTokens": [
3268
+ {
3269
+ "kind": "Content",
3270
+ "text": "readonly zeroMqProxyInboundPort: "
3271
+ },
3272
+ {
3273
+ "kind": "Content",
3274
+ "text": "number"
3275
+ },
3276
+ {
3277
+ "kind": "Content",
3278
+ "text": ";"
3279
+ }
3280
+ ],
3281
+ "isReadonly": true,
3282
+ "isOptional": false,
3283
+ "releaseTag": "Public",
3284
+ "name": "zeroMqProxyInboundPort",
3285
+ "propertyTypeTokenRange": {
3286
+ "startIndex": 1,
3287
+ "endIndex": 2
3288
+ }
3289
+ },
3290
+ {
3291
+ "kind": "PropertySignature",
3292
+ "canonicalReference": "@genesislcap/foundation-user!UserQueueProperties#zeroMqProxyModeEnabled:member",
3293
+ "docComment": "",
3294
+ "excerptTokens": [
3295
+ {
3296
+ "kind": "Content",
3297
+ "text": "readonly zeroMqProxyModeEnabled: "
3298
+ },
3299
+ {
3300
+ "kind": "Content",
3301
+ "text": "boolean"
3302
+ },
3303
+ {
3304
+ "kind": "Content",
3305
+ "text": ";"
3306
+ }
3307
+ ],
3308
+ "isReadonly": true,
3309
+ "isOptional": false,
3310
+ "releaseTag": "Public",
3311
+ "name": "zeroMqProxyModeEnabled",
3312
+ "propertyTypeTokenRange": {
3313
+ "startIndex": 1,
3314
+ "endIndex": 2
3315
+ }
3316
+ },
3317
+ {
3318
+ "kind": "PropertySignature",
3319
+ "canonicalReference": "@genesislcap/foundation-user!UserQueueProperties#zeroMqProxyOutboundPort:member",
3320
+ "docComment": "",
3321
+ "excerptTokens": [
3322
+ {
3323
+ "kind": "Content",
3324
+ "text": "readonly zeroMqProxyOutboundPort: "
3325
+ },
3326
+ {
3327
+ "kind": "Content",
3328
+ "text": "number"
3329
+ },
3330
+ {
3331
+ "kind": "Content",
3332
+ "text": ";"
3333
+ }
3334
+ ],
3335
+ "isReadonly": true,
3336
+ "isOptional": false,
3337
+ "releaseTag": "Public",
3338
+ "name": "zeroMqProxyOutboundPort",
3339
+ "propertyTypeTokenRange": {
3340
+ "startIndex": 1,
3341
+ "endIndex": 2
3342
+ }
3343
+ }
3344
+ ],
3345
+ "extendsTokenRanges": []
3346
+ }
3347
+ ]
3348
+ }
3349
+ ]
3350
+ }