@genesislcap/foundation-comms 14.176.1-alpha-ed9e3d4.0 → 14.177.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/dts/auth/auth.d.ts +4 -4
- package/dist/dts/auth/auth.d.ts.map +1 -1
- package/dist/dts/auth/loginDTOMapper.d.ts +2 -0
- package/dist/dts/auth/loginDTOMapper.d.ts.map +1 -0
- package/dist/dts/connect/connect.d.ts +3 -0
- package/dist/dts/connect/connect.d.ts.map +1 -1
- package/dist/dts/connect/connect.events.d.ts +8 -3
- package/dist/dts/connect/connect.events.d.ts.map +1 -1
- package/dist/dts/connect/message.d.ts +42 -0
- package/dist/dts/connect/message.d.ts.map +1 -1
- package/dist/dts/connect/socket.d.ts +27 -4
- package/dist/dts/connect/socket.d.ts.map +1 -1
- package/dist/dts/connect/socket.status.d.ts +5 -1
- package/dist/dts/connect/socket.status.d.ts.map +1 -1
- package/dist/dts/networkMonitor/config.d.ts +13 -0
- package/dist/dts/networkMonitor/config.d.ts.map +1 -1
- package/dist/dts/networkMonitor/service.d.ts +11 -1
- package/dist/dts/networkMonitor/service.d.ts.map +1 -1
- package/dist/dts/storage/kv/kv.service.d.ts +19 -3
- package/dist/dts/storage/kv/kv.service.d.ts.map +1 -1
- package/dist/dts/testing/mocks/auth/auth.d.ts +2 -1
- package/dist/dts/testing/mocks/auth/auth.d.ts.map +1 -1
- package/dist/dts/user/user.d.ts +14 -43
- package/dist/dts/user/user.d.ts.map +1 -1
- package/dist/esm/auth/auth.js +19 -27
- package/dist/esm/auth/loginDTOMapper.js +49 -0
- package/dist/esm/connect/connect.events.js +5 -2
- package/dist/esm/connect/connect.js +6 -2
- package/dist/esm/connect/message.js +9 -0
- package/dist/esm/connect/socket.js +30 -22
- package/dist/esm/connect/socket.status.js +8 -4
- package/dist/esm/networkMonitor/config.js +2 -0
- package/dist/esm/networkMonitor/service.js +109 -29
- package/dist/esm/storage/kv/kv.service.js +26 -8
- package/dist/esm/user/user.js +11 -54
- package/dist/foundation-comms.api.json +559 -603
- package/dist/foundation-comms.d.ts +148 -55
- package/docs/api/foundation-comms.connecteventsemitter.md +1 -1
- package/docs/api/foundation-comms.connecteventsemitter.onstreamcompleteevent.md +2 -1
- package/docs/api/foundation-comms.currentuser.md +8 -25
- package/docs/api/foundation-comms.defaultauth._constructor_.md +2 -1
- package/docs/api/foundation-comms.defaultauth.md +2 -2
- package/docs/api/foundation-comms.defaultconnect.setvalidsession.md +5 -0
- package/docs/api/foundation-comms.defaultconnectevents.md +1 -1
- package/docs/api/foundation-comms.defaultconnectevents.onstreamcompleteevent.md +2 -1
- package/docs/api/foundation-comms.defaultmessagebuilder.createheartbeatpingmessage.md +22 -0
- package/docs/api/foundation-comms.defaultmessagebuilder.md +1 -0
- package/docs/api/foundation-comms.defaultnetworkmonitor._constructor_.md +13 -0
- package/docs/api/foundation-comms.defaultnetworkmonitor.md +6 -0
- package/docs/api/foundation-comms.defaultsocket._constructor_.md +3 -1
- package/docs/api/foundation-comms.defaultsocket.md +2 -1
- package/docs/api/foundation-comms.defaultsocket.user.md +13 -0
- package/docs/api/foundation-comms.defaultsocketstatus.hasvalidsession.md +1 -1
- package/docs/api/foundation-comms.defaultsocketstatus.md +2 -1
- package/docs/api/foundation-comms.defaultsocketstatus.user.md +11 -0
- package/docs/api/foundation-comms.getkvstorage.md +30 -0
- package/docs/api/foundation-comms.md +4 -0
- package/docs/api/foundation-comms.messagebuilder.createheartbeatpingmessage.md +22 -0
- package/docs/api/foundation-comms.messagebuilder.md +1 -0
- package/docs/api/foundation-comms.networkmonitorconfig.ignoredgenesisresources.md +13 -0
- package/docs/api/foundation-comms.networkmonitorconfig.loglevel.md +13 -0
- package/docs/api/foundation-comms.networkmonitorconfig.md +3 -0
- package/docs/api/foundation-comms.networkmonitorconfig.startdelay.md +13 -0
- package/docs/api/foundation-comms.pingmessage.md +17 -0
- package/docs/api/foundation-comms.pongmessage.md +20 -0
- package/docs/api/foundation-comms.serializedsocketstatus.hasvalidsession.md +5 -0
- package/docs/api/foundation-comms.socketconnectoptions.md +4 -1
- package/docs/api/foundation-comms.streamcompleteevent.md +2 -2
- package/docs/api/foundation-comms.streamcompleteeventdetail.md +14 -0
- package/docs/api/foundation-comms.user.md +7 -12
- package/docs/api-report.md +71 -54
- package/package.json +13 -11
- package/docs/api/foundation-comms.currentuser._constructor_.md +0 -20
- package/docs/api/foundation-comms.currentuser.hasadminprofile.md +0 -15
- package/docs/api/foundation-comms.currentuser.haspermission.md +0 -22
- package/docs/api/foundation-comms.currentuser.hasprofile.md +0 -22
- package/docs/api/foundation-comms.currentuser.permissions.md +0 -11
- package/docs/api/foundation-comms.currentuser.profiles.md +0 -11
- package/docs/api/foundation-comms.currentuser.set.md +0 -22
- package/docs/api/foundation-comms.currentuser.unset.md +0 -15
- package/docs/api/foundation-comms.currentuser.username.md +0 -11
- package/docs/api/foundation-comms.user.hasadminprofile.md +0 -15
- package/docs/api/foundation-comms.user.haspermission.md +0 -22
- package/docs/api/foundation-comms.user.hasprofile.md +0 -22
- package/docs/api/foundation-comms.user.set.md +0 -22
- package/docs/api/foundation-comms.user.unset.md +0 -15
@@ -2527,11 +2527,19 @@
|
|
2527
2527
|
{
|
2528
2528
|
"kind": "MethodSignature",
|
2529
2529
|
"canonicalReference": "@genesislcap/foundation-comms!ConnectEventsEmitter#onStreamCompleteEvent:member(1)",
|
2530
|
-
"docComment": "/**\n * Called by Connect.\n *\n * @param stream - The actual stream itself.\n */\n",
|
2530
|
+
"docComment": "/**\n * Called by Connect.\n *\n * @param resourceName - The name of the resource.\n *\n * @param stream - The actual stream itself.\n */\n",
|
2531
2531
|
"excerptTokens": [
|
2532
2532
|
{
|
2533
2533
|
"kind": "Content",
|
2534
|
-
"text": "onStreamCompleteEvent(
|
2534
|
+
"text": "onStreamCompleteEvent(resourceName: "
|
2535
|
+
},
|
2536
|
+
{
|
2537
|
+
"kind": "Content",
|
2538
|
+
"text": "string"
|
2539
|
+
},
|
2540
|
+
{
|
2541
|
+
"kind": "Content",
|
2542
|
+
"text": ", stream: "
|
2535
2543
|
},
|
2536
2544
|
{
|
2537
2545
|
"kind": "Reference",
|
@@ -2557,17 +2565,25 @@
|
|
2557
2565
|
],
|
2558
2566
|
"isOptional": false,
|
2559
2567
|
"returnTypeTokenRange": {
|
2560
|
-
"startIndex":
|
2561
|
-
"endIndex":
|
2568
|
+
"startIndex": 6,
|
2569
|
+
"endIndex": 7
|
2562
2570
|
},
|
2563
2571
|
"releaseTag": "Public",
|
2564
2572
|
"overloadIndex": 1,
|
2565
2573
|
"parameters": [
|
2566
2574
|
{
|
2567
|
-
"parameterName": "
|
2575
|
+
"parameterName": "resourceName",
|
2568
2576
|
"parameterTypeTokenRange": {
|
2569
2577
|
"startIndex": 1,
|
2570
|
-
"endIndex":
|
2578
|
+
"endIndex": 2
|
2579
|
+
},
|
2580
|
+
"isOptional": false
|
2581
|
+
},
|
2582
|
+
{
|
2583
|
+
"parameterName": "stream",
|
2584
|
+
"parameterTypeTokenRange": {
|
2585
|
+
"startIndex": 3,
|
2586
|
+
"endIndex": 5
|
2571
2587
|
},
|
2572
2588
|
"isOptional": false
|
2573
2589
|
}
|
@@ -4067,11 +4083,20 @@
|
|
4067
4083
|
{
|
4068
4084
|
"kind": "Class",
|
4069
4085
|
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser:class",
|
4070
|
-
"docComment": "/**\n * Represents the current user (i.e. the user that is currently logged in).\n *\n * @public\n */\n",
|
4086
|
+
"docComment": "/**\n * Represents the current user (i.e. the user that is currently logged in).\n *\n * @deprecated\n *\n * - Use {@link @genesislcap/foundation-user#DefaultUser} instead.\n *\n * @public\n */\n",
|
4071
4087
|
"excerptTokens": [
|
4072
4088
|
{
|
4073
4089
|
"kind": "Content",
|
4074
|
-
"text": "export declare class CurrentUser
|
4090
|
+
"text": "export declare class CurrentUser extends "
|
4091
|
+
},
|
4092
|
+
{
|
4093
|
+
"kind": "Reference",
|
4094
|
+
"text": "DefaultNextUser",
|
4095
|
+
"canonicalReference": "@genesislcap/foundation-user!DefaultUser:class"
|
4096
|
+
},
|
4097
|
+
{
|
4098
|
+
"kind": "Content",
|
4099
|
+
"text": " implements "
|
4075
4100
|
},
|
4076
4101
|
{
|
4077
4102
|
"kind": "Reference",
|
@@ -4088,352 +4113,15 @@
|
|
4088
4113
|
"isAbstract": false,
|
4089
4114
|
"name": "CurrentUser",
|
4090
4115
|
"preserveMemberOrder": false,
|
4091
|
-
"members": [
|
4092
|
-
|
4093
|
-
|
4094
|
-
|
4095
|
-
|
4096
|
-
"excerptTokens": [
|
4097
|
-
{
|
4098
|
-
"kind": "Content",
|
4099
|
-
"text": "constructor(options: "
|
4100
|
-
},
|
4101
|
-
{
|
4102
|
-
"kind": "Reference",
|
4103
|
-
"text": "UserOptions",
|
4104
|
-
"canonicalReference": "@genesislcap/foundation-comms!~UserOptions:interface"
|
4105
|
-
},
|
4106
|
-
{
|
4107
|
-
"kind": "Content",
|
4108
|
-
"text": ");"
|
4109
|
-
}
|
4110
|
-
],
|
4111
|
-
"releaseTag": "Public",
|
4112
|
-
"isProtected": false,
|
4113
|
-
"overloadIndex": 1,
|
4114
|
-
"parameters": [
|
4115
|
-
{
|
4116
|
-
"parameterName": "options",
|
4117
|
-
"parameterTypeTokenRange": {
|
4118
|
-
"startIndex": 1,
|
4119
|
-
"endIndex": 2
|
4120
|
-
},
|
4121
|
-
"isOptional": false
|
4122
|
-
}
|
4123
|
-
]
|
4124
|
-
},
|
4125
|
-
{
|
4126
|
-
"kind": "Method",
|
4127
|
-
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser#hasAdminProfile:member(1)",
|
4128
|
-
"docComment": "",
|
4129
|
-
"excerptTokens": [
|
4130
|
-
{
|
4131
|
-
"kind": "Content",
|
4132
|
-
"text": "hasAdminProfile(): "
|
4133
|
-
},
|
4134
|
-
{
|
4135
|
-
"kind": "Content",
|
4136
|
-
"text": "boolean"
|
4137
|
-
},
|
4138
|
-
{
|
4139
|
-
"kind": "Content",
|
4140
|
-
"text": ";"
|
4141
|
-
}
|
4142
|
-
],
|
4143
|
-
"isStatic": false,
|
4144
|
-
"returnTypeTokenRange": {
|
4145
|
-
"startIndex": 1,
|
4146
|
-
"endIndex": 2
|
4147
|
-
},
|
4148
|
-
"releaseTag": "Public",
|
4149
|
-
"isProtected": false,
|
4150
|
-
"overloadIndex": 1,
|
4151
|
-
"parameters": [],
|
4152
|
-
"isOptional": false,
|
4153
|
-
"isAbstract": false,
|
4154
|
-
"name": "hasAdminProfile"
|
4155
|
-
},
|
4156
|
-
{
|
4157
|
-
"kind": "Method",
|
4158
|
-
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser#hasPermission:member(1)",
|
4159
|
-
"docComment": "",
|
4160
|
-
"excerptTokens": [
|
4161
|
-
{
|
4162
|
-
"kind": "Content",
|
4163
|
-
"text": "hasPermission(permission: "
|
4164
|
-
},
|
4165
|
-
{
|
4166
|
-
"kind": "Content",
|
4167
|
-
"text": "string | string[]"
|
4168
|
-
},
|
4169
|
-
{
|
4170
|
-
"kind": "Content",
|
4171
|
-
"text": "): "
|
4172
|
-
},
|
4173
|
-
{
|
4174
|
-
"kind": "Content",
|
4175
|
-
"text": "boolean"
|
4176
|
-
},
|
4177
|
-
{
|
4178
|
-
"kind": "Content",
|
4179
|
-
"text": ";"
|
4180
|
-
}
|
4181
|
-
],
|
4182
|
-
"isStatic": false,
|
4183
|
-
"returnTypeTokenRange": {
|
4184
|
-
"startIndex": 3,
|
4185
|
-
"endIndex": 4
|
4186
|
-
},
|
4187
|
-
"releaseTag": "Public",
|
4188
|
-
"isProtected": false,
|
4189
|
-
"overloadIndex": 1,
|
4190
|
-
"parameters": [
|
4191
|
-
{
|
4192
|
-
"parameterName": "permission",
|
4193
|
-
"parameterTypeTokenRange": {
|
4194
|
-
"startIndex": 1,
|
4195
|
-
"endIndex": 2
|
4196
|
-
},
|
4197
|
-
"isOptional": false
|
4198
|
-
}
|
4199
|
-
],
|
4200
|
-
"isOptional": false,
|
4201
|
-
"isAbstract": false,
|
4202
|
-
"name": "hasPermission"
|
4203
|
-
},
|
4204
|
-
{
|
4205
|
-
"kind": "Method",
|
4206
|
-
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser#hasProfile:member(1)",
|
4207
|
-
"docComment": "",
|
4208
|
-
"excerptTokens": [
|
4209
|
-
{
|
4210
|
-
"kind": "Content",
|
4211
|
-
"text": "hasProfile(profile: "
|
4212
|
-
},
|
4213
|
-
{
|
4214
|
-
"kind": "Content",
|
4215
|
-
"text": "string | string[]"
|
4216
|
-
},
|
4217
|
-
{
|
4218
|
-
"kind": "Content",
|
4219
|
-
"text": "): "
|
4220
|
-
},
|
4221
|
-
{
|
4222
|
-
"kind": "Content",
|
4223
|
-
"text": "boolean"
|
4224
|
-
},
|
4225
|
-
{
|
4226
|
-
"kind": "Content",
|
4227
|
-
"text": ";"
|
4228
|
-
}
|
4229
|
-
],
|
4230
|
-
"isStatic": false,
|
4231
|
-
"returnTypeTokenRange": {
|
4232
|
-
"startIndex": 3,
|
4233
|
-
"endIndex": 4
|
4234
|
-
},
|
4235
|
-
"releaseTag": "Public",
|
4236
|
-
"isProtected": false,
|
4237
|
-
"overloadIndex": 1,
|
4238
|
-
"parameters": [
|
4239
|
-
{
|
4240
|
-
"parameterName": "profile",
|
4241
|
-
"parameterTypeTokenRange": {
|
4242
|
-
"startIndex": 1,
|
4243
|
-
"endIndex": 2
|
4244
|
-
},
|
4245
|
-
"isOptional": false
|
4246
|
-
}
|
4247
|
-
],
|
4248
|
-
"isOptional": false,
|
4249
|
-
"isAbstract": false,
|
4250
|
-
"name": "hasProfile"
|
4251
|
-
},
|
4252
|
-
{
|
4253
|
-
"kind": "Property",
|
4254
|
-
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser#permissions:member",
|
4255
|
-
"docComment": "",
|
4256
|
-
"excerptTokens": [
|
4257
|
-
{
|
4258
|
-
"kind": "Content",
|
4259
|
-
"text": "permissions: "
|
4260
|
-
},
|
4261
|
-
{
|
4262
|
-
"kind": "Reference",
|
4263
|
-
"text": "UserPermission",
|
4264
|
-
"canonicalReference": "@genesislcap/foundation-comms!UserPermission:type"
|
4265
|
-
},
|
4266
|
-
{
|
4267
|
-
"kind": "Content",
|
4268
|
-
"text": "[]"
|
4269
|
-
},
|
4270
|
-
{
|
4271
|
-
"kind": "Content",
|
4272
|
-
"text": ";"
|
4273
|
-
}
|
4274
|
-
],
|
4275
|
-
"isReadonly": false,
|
4276
|
-
"isOptional": false,
|
4277
|
-
"releaseTag": "Public",
|
4278
|
-
"name": "permissions",
|
4279
|
-
"propertyTypeTokenRange": {
|
4280
|
-
"startIndex": 1,
|
4281
|
-
"endIndex": 3
|
4282
|
-
},
|
4283
|
-
"isStatic": false,
|
4284
|
-
"isProtected": false,
|
4285
|
-
"isAbstract": false
|
4286
|
-
},
|
4287
|
-
{
|
4288
|
-
"kind": "Property",
|
4289
|
-
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser#profiles:member",
|
4290
|
-
"docComment": "",
|
4291
|
-
"excerptTokens": [
|
4292
|
-
{
|
4293
|
-
"kind": "Content",
|
4294
|
-
"text": "profiles: "
|
4295
|
-
},
|
4296
|
-
{
|
4297
|
-
"kind": "Reference",
|
4298
|
-
"text": "UserProfile",
|
4299
|
-
"canonicalReference": "@genesislcap/foundation-comms!UserProfile:type"
|
4300
|
-
},
|
4301
|
-
{
|
4302
|
-
"kind": "Content",
|
4303
|
-
"text": "[]"
|
4304
|
-
},
|
4305
|
-
{
|
4306
|
-
"kind": "Content",
|
4307
|
-
"text": ";"
|
4308
|
-
}
|
4309
|
-
],
|
4310
|
-
"isReadonly": false,
|
4311
|
-
"isOptional": false,
|
4312
|
-
"releaseTag": "Public",
|
4313
|
-
"name": "profiles",
|
4314
|
-
"propertyTypeTokenRange": {
|
4315
|
-
"startIndex": 1,
|
4316
|
-
"endIndex": 3
|
4317
|
-
},
|
4318
|
-
"isStatic": false,
|
4319
|
-
"isProtected": false,
|
4320
|
-
"isAbstract": false
|
4321
|
-
},
|
4322
|
-
{
|
4323
|
-
"kind": "Method",
|
4324
|
-
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser#set:member(1)",
|
4325
|
-
"docComment": "",
|
4326
|
-
"excerptTokens": [
|
4327
|
-
{
|
4328
|
-
"kind": "Content",
|
4329
|
-
"text": "set(options: "
|
4330
|
-
},
|
4331
|
-
{
|
4332
|
-
"kind": "Reference",
|
4333
|
-
"text": "UserOptions",
|
4334
|
-
"canonicalReference": "@genesislcap/foundation-comms!~UserOptions:interface"
|
4335
|
-
},
|
4336
|
-
{
|
4337
|
-
"kind": "Content",
|
4338
|
-
"text": "): "
|
4339
|
-
},
|
4340
|
-
{
|
4341
|
-
"kind": "Content",
|
4342
|
-
"text": "void"
|
4343
|
-
},
|
4344
|
-
{
|
4345
|
-
"kind": "Content",
|
4346
|
-
"text": ";"
|
4347
|
-
}
|
4348
|
-
],
|
4349
|
-
"isStatic": false,
|
4350
|
-
"returnTypeTokenRange": {
|
4351
|
-
"startIndex": 3,
|
4352
|
-
"endIndex": 4
|
4353
|
-
},
|
4354
|
-
"releaseTag": "Public",
|
4355
|
-
"isProtected": false,
|
4356
|
-
"overloadIndex": 1,
|
4357
|
-
"parameters": [
|
4358
|
-
{
|
4359
|
-
"parameterName": "options",
|
4360
|
-
"parameterTypeTokenRange": {
|
4361
|
-
"startIndex": 1,
|
4362
|
-
"endIndex": 2
|
4363
|
-
},
|
4364
|
-
"isOptional": false
|
4365
|
-
}
|
4366
|
-
],
|
4367
|
-
"isOptional": false,
|
4368
|
-
"isAbstract": false,
|
4369
|
-
"name": "set"
|
4370
|
-
},
|
4371
|
-
{
|
4372
|
-
"kind": "Method",
|
4373
|
-
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser#unset:member(1)",
|
4374
|
-
"docComment": "",
|
4375
|
-
"excerptTokens": [
|
4376
|
-
{
|
4377
|
-
"kind": "Content",
|
4378
|
-
"text": "unset(): "
|
4379
|
-
},
|
4380
|
-
{
|
4381
|
-
"kind": "Content",
|
4382
|
-
"text": "void"
|
4383
|
-
},
|
4384
|
-
{
|
4385
|
-
"kind": "Content",
|
4386
|
-
"text": ";"
|
4387
|
-
}
|
4388
|
-
],
|
4389
|
-
"isStatic": false,
|
4390
|
-
"returnTypeTokenRange": {
|
4391
|
-
"startIndex": 1,
|
4392
|
-
"endIndex": 2
|
4393
|
-
},
|
4394
|
-
"releaseTag": "Public",
|
4395
|
-
"isProtected": false,
|
4396
|
-
"overloadIndex": 1,
|
4397
|
-
"parameters": [],
|
4398
|
-
"isOptional": false,
|
4399
|
-
"isAbstract": false,
|
4400
|
-
"name": "unset"
|
4401
|
-
},
|
4402
|
-
{
|
4403
|
-
"kind": "Property",
|
4404
|
-
"canonicalReference": "@genesislcap/foundation-comms!CurrentUser#username:member",
|
4405
|
-
"docComment": "",
|
4406
|
-
"excerptTokens": [
|
4407
|
-
{
|
4408
|
-
"kind": "Content",
|
4409
|
-
"text": "username: "
|
4410
|
-
},
|
4411
|
-
{
|
4412
|
-
"kind": "Content",
|
4413
|
-
"text": "string"
|
4414
|
-
},
|
4415
|
-
{
|
4416
|
-
"kind": "Content",
|
4417
|
-
"text": ";"
|
4418
|
-
}
|
4419
|
-
],
|
4420
|
-
"isReadonly": false,
|
4421
|
-
"isOptional": false,
|
4422
|
-
"releaseTag": "Public",
|
4423
|
-
"name": "username",
|
4424
|
-
"propertyTypeTokenRange": {
|
4425
|
-
"startIndex": 1,
|
4426
|
-
"endIndex": 2
|
4427
|
-
},
|
4428
|
-
"isStatic": false,
|
4429
|
-
"isProtected": false,
|
4430
|
-
"isAbstract": false
|
4431
|
-
}
|
4432
|
-
],
|
4116
|
+
"members": [],
|
4117
|
+
"extendsTokenRange": {
|
4118
|
+
"startIndex": 1,
|
4119
|
+
"endIndex": 2
|
4120
|
+
},
|
4433
4121
|
"implementsTokenRanges": [
|
4434
4122
|
{
|
4435
|
-
"startIndex":
|
4436
|
-
"endIndex":
|
4123
|
+
"startIndex": 3,
|
4124
|
+
"endIndex": 4
|
4437
4125
|
}
|
4438
4126
|
]
|
4439
4127
|
},
|
@@ -6527,6 +6215,15 @@
|
|
6527
6215
|
"text": "CredentialManager",
|
6528
6216
|
"canonicalReference": "@genesislcap/foundation-comms!CredentialManager:interface"
|
6529
6217
|
},
|
6218
|
+
{
|
6219
|
+
"kind": "Content",
|
6220
|
+
"text": ", currentUser: "
|
6221
|
+
},
|
6222
|
+
{
|
6223
|
+
"kind": "Reference",
|
6224
|
+
"text": "User",
|
6225
|
+
"canonicalReference": "@genesislcap/foundation-user!User:interface"
|
6226
|
+
},
|
6530
6227
|
{
|
6531
6228
|
"kind": "Content",
|
6532
6229
|
"text": ");"
|
@@ -6567,6 +6264,14 @@
|
|
6567
6264
|
"endIndex": 8
|
6568
6265
|
},
|
6569
6266
|
"isOptional": false
|
6267
|
+
},
|
6268
|
+
{
|
6269
|
+
"parameterName": "currentUser",
|
6270
|
+
"parameterTypeTokenRange": {
|
6271
|
+
"startIndex": 9,
|
6272
|
+
"endIndex": 10
|
6273
|
+
},
|
6274
|
+
"isOptional": false
|
6570
6275
|
}
|
6571
6276
|
]
|
6572
6277
|
},
|
@@ -6582,7 +6287,7 @@
|
|
6582
6287
|
{
|
6583
6288
|
"kind": "Reference",
|
6584
6289
|
"text": "User",
|
6585
|
-
"canonicalReference": "@genesislcap/foundation-
|
6290
|
+
"canonicalReference": "@genesislcap/foundation-user!User:interface"
|
6586
6291
|
},
|
6587
6292
|
{
|
6588
6293
|
"kind": "Content",
|
@@ -7902,7 +7607,7 @@
|
|
7902
7607
|
{
|
7903
7608
|
"kind": "Method",
|
7904
7609
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultConnect#setValidSession:member(1)",
|
7905
|
-
"docComment": "",
|
7610
|
+
"docComment": "/**\n * @deprecated\n *\n * - Please reference {@link @genesislcap/foundation-user#User} instead.',\n */\n",
|
7906
7611
|
"excerptTokens": [
|
7907
7612
|
{
|
7908
7613
|
"kind": "Content",
|
@@ -8607,7 +8312,15 @@
|
|
8607
8312
|
"excerptTokens": [
|
8608
8313
|
{
|
8609
8314
|
"kind": "Content",
|
8610
|
-
"text": "onStreamCompleteEvent(
|
8315
|
+
"text": "onStreamCompleteEvent(resourceName: "
|
8316
|
+
},
|
8317
|
+
{
|
8318
|
+
"kind": "Content",
|
8319
|
+
"text": "string"
|
8320
|
+
},
|
8321
|
+
{
|
8322
|
+
"kind": "Content",
|
8323
|
+
"text": ", stream: "
|
8611
8324
|
},
|
8612
8325
|
{
|
8613
8326
|
"kind": "Reference",
|
@@ -8633,18 +8346,26 @@
|
|
8633
8346
|
],
|
8634
8347
|
"isStatic": false,
|
8635
8348
|
"returnTypeTokenRange": {
|
8636
|
-
"startIndex":
|
8637
|
-
"endIndex":
|
8349
|
+
"startIndex": 6,
|
8350
|
+
"endIndex": 7
|
8638
8351
|
},
|
8639
8352
|
"releaseTag": "Public",
|
8640
8353
|
"isProtected": false,
|
8641
8354
|
"overloadIndex": 1,
|
8642
8355
|
"parameters": [
|
8643
8356
|
{
|
8644
|
-
"parameterName": "
|
8357
|
+
"parameterName": "resourceName",
|
8645
8358
|
"parameterTypeTokenRange": {
|
8646
8359
|
"startIndex": 1,
|
8647
|
-
"endIndex":
|
8360
|
+
"endIndex": 2
|
8361
|
+
},
|
8362
|
+
"isOptional": false
|
8363
|
+
},
|
8364
|
+
{
|
8365
|
+
"parameterName": "stream",
|
8366
|
+
"parameterTypeTokenRange": {
|
8367
|
+
"startIndex": 3,
|
8368
|
+
"endIndex": 5
|
8648
8369
|
},
|
8649
8370
|
"isOptional": false
|
8650
8371
|
}
|
@@ -13309,6 +13030,55 @@
|
|
13309
13030
|
"isAbstract": false,
|
13310
13031
|
"name": "createForgotPasswordTokenMessage"
|
13311
13032
|
},
|
13033
|
+
{
|
13034
|
+
"kind": "Method",
|
13035
|
+
"canonicalReference": "@genesislcap/foundation-comms!DefaultMessageBuilder#createHeartbeatPingMessage:member(1)",
|
13036
|
+
"docComment": "/**\n * {@inheritDoc MessageBuilder.createHeartbeatPingMessage}\n */\n",
|
13037
|
+
"excerptTokens": [
|
13038
|
+
{
|
13039
|
+
"kind": "Content",
|
13040
|
+
"text": "createHeartbeatPingMessage(verbose?: "
|
13041
|
+
},
|
13042
|
+
{
|
13043
|
+
"kind": "Content",
|
13044
|
+
"text": "boolean"
|
13045
|
+
},
|
13046
|
+
{
|
13047
|
+
"kind": "Content",
|
13048
|
+
"text": "): "
|
13049
|
+
},
|
13050
|
+
{
|
13051
|
+
"kind": "Reference",
|
13052
|
+
"text": "PingMessage",
|
13053
|
+
"canonicalReference": "@genesislcap/foundation-comms!PingMessage:type"
|
13054
|
+
},
|
13055
|
+
{
|
13056
|
+
"kind": "Content",
|
13057
|
+
"text": ";"
|
13058
|
+
}
|
13059
|
+
],
|
13060
|
+
"isStatic": false,
|
13061
|
+
"returnTypeTokenRange": {
|
13062
|
+
"startIndex": 3,
|
13063
|
+
"endIndex": 4
|
13064
|
+
},
|
13065
|
+
"releaseTag": "Public",
|
13066
|
+
"isProtected": false,
|
13067
|
+
"overloadIndex": 1,
|
13068
|
+
"parameters": [
|
13069
|
+
{
|
13070
|
+
"parameterName": "verbose",
|
13071
|
+
"parameterTypeTokenRange": {
|
13072
|
+
"startIndex": 1,
|
13073
|
+
"endIndex": 2
|
13074
|
+
},
|
13075
|
+
"isOptional": true
|
13076
|
+
}
|
13077
|
+
],
|
13078
|
+
"isOptional": false,
|
13079
|
+
"isAbstract": false,
|
13080
|
+
"name": "createHeartbeatPingMessage"
|
13081
|
+
},
|
13312
13082
|
{
|
13313
13083
|
"kind": "Method",
|
13314
13084
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultMessageBuilder#createHTTPHeadersFromMessage:member(1)",
|
@@ -14354,6 +14124,21 @@
|
|
14354
14124
|
"name": "DefaultNetworkMonitor",
|
14355
14125
|
"preserveMemberOrder": false,
|
14356
14126
|
"members": [
|
14127
|
+
{
|
14128
|
+
"kind": "Constructor",
|
14129
|
+
"canonicalReference": "@genesislcap/foundation-comms!DefaultNetworkMonitor:constructor(1)",
|
14130
|
+
"docComment": "/**\n * Constructs a new instance of the `DefaultNetworkMonitor` class\n */\n",
|
14131
|
+
"excerptTokens": [
|
14132
|
+
{
|
14133
|
+
"kind": "Content",
|
14134
|
+
"text": "constructor();"
|
14135
|
+
}
|
14136
|
+
],
|
14137
|
+
"releaseTag": "Public",
|
14138
|
+
"isProtected": false,
|
14139
|
+
"overloadIndex": 1,
|
14140
|
+
"parameters": []
|
14141
|
+
},
|
14357
14142
|
{
|
14358
14143
|
"kind": "Method",
|
14359
14144
|
"canonicalReference": "@genesislcap/foundation-comms!DefaultNetworkMonitor#addResource:member(1)",
|
@@ -15506,6 +15291,15 @@
|
|
15506
15291
|
"text": "SocketStatus",
|
15507
15292
|
"canonicalReference": "@genesislcap/foundation-comms!SocketStatus:interface"
|
15508
15293
|
},
|
15294
|
+
{
|
15295
|
+
"kind": "Content",
|
15296
|
+
"text": ", \n user: "
|
15297
|
+
},
|
15298
|
+
{
|
15299
|
+
"kind": "Reference",
|
15300
|
+
"text": "User",
|
15301
|
+
"canonicalReference": "@genesislcap/foundation-user!User:interface"
|
15302
|
+
},
|
15509
15303
|
{
|
15510
15304
|
"kind": "Content",
|
15511
15305
|
"text": ");"
|
@@ -15554,6 +15348,14 @@
|
|
15554
15348
|
"endIndex": 10
|
15555
15349
|
},
|
15556
15350
|
"isOptional": false
|
15351
|
+
},
|
15352
|
+
{
|
15353
|
+
"parameterName": "user",
|
15354
|
+
"parameterTypeTokenRange": {
|
15355
|
+
"startIndex": 11,
|
15356
|
+
"endIndex": 12
|
15357
|
+
},
|
15358
|
+
"isOptional": false
|
15557
15359
|
}
|
15558
15360
|
]
|
15559
15361
|
},
|
@@ -16171,16 +15973,47 @@
|
|
16171
15973
|
},
|
16172
15974
|
{
|
16173
15975
|
"kind": "Content",
|
16174
|
-
"text": "<"
|
15976
|
+
"text": "<"
|
15977
|
+
},
|
15978
|
+
{
|
15979
|
+
"kind": "Reference",
|
15980
|
+
"text": "Message",
|
15981
|
+
"canonicalReference": "@genesislcap/foundation-comms!Message:type"
|
15982
|
+
},
|
15983
|
+
{
|
15984
|
+
"kind": "Content",
|
15985
|
+
"text": ">"
|
15986
|
+
},
|
15987
|
+
{
|
15988
|
+
"kind": "Content",
|
15989
|
+
"text": ";"
|
15990
|
+
}
|
15991
|
+
],
|
15992
|
+
"isReadonly": false,
|
15993
|
+
"isOptional": false,
|
15994
|
+
"releaseTag": "Public",
|
15995
|
+
"name": "socketMessages",
|
15996
|
+
"propertyTypeTokenRange": {
|
15997
|
+
"startIndex": 1,
|
15998
|
+
"endIndex": 6
|
15999
|
+
},
|
16000
|
+
"isStatic": false,
|
16001
|
+
"isProtected": false,
|
16002
|
+
"isAbstract": false
|
16003
|
+
},
|
16004
|
+
{
|
16005
|
+
"kind": "Property",
|
16006
|
+
"canonicalReference": "@genesislcap/foundation-comms!DefaultSocket#user:member",
|
16007
|
+
"docComment": "/**\n * Temp putting the user in place to bridge the hasValidSession logic.\n */\n",
|
16008
|
+
"excerptTokens": [
|
16009
|
+
{
|
16010
|
+
"kind": "Content",
|
16011
|
+
"text": "protected user: "
|
16175
16012
|
},
|
16176
16013
|
{
|
16177
16014
|
"kind": "Reference",
|
16178
|
-
"text": "
|
16179
|
-
"canonicalReference": "@genesislcap/foundation-
|
16180
|
-
},
|
16181
|
-
{
|
16182
|
-
"kind": "Content",
|
16183
|
-
"text": ">"
|
16015
|
+
"text": "User",
|
16016
|
+
"canonicalReference": "@genesislcap/foundation-user!User:interface"
|
16184
16017
|
},
|
16185
16018
|
{
|
16186
16019
|
"kind": "Content",
|
@@ -16190,13 +16023,13 @@
|
|
16190
16023
|
"isReadonly": false,
|
16191
16024
|
"isOptional": false,
|
16192
16025
|
"releaseTag": "Public",
|
16193
|
-
"name": "
|
16026
|
+
"name": "user",
|
16194
16027
|
"propertyTypeTokenRange": {
|
16195
16028
|
"startIndex": 1,
|
16196
|
-
"endIndex":
|
16029
|
+
"endIndex": 2
|
16197
16030
|
},
|
16198
16031
|
"isStatic": false,
|
16199
|
-
"isProtected":
|
16032
|
+
"isProtected": true,
|
16200
16033
|
"isAbstract": false
|
16201
16034
|
}
|
16202
16035
|
],
|
@@ -16329,7 +16162,7 @@
|
|
16329
16162
|
"excerptTokens": [
|
16330
16163
|
{
|
16331
16164
|
"kind": "Content",
|
16332
|
-
"text": "hasValidSession: "
|
16165
|
+
"text": "get hasValidSession(): "
|
16333
16166
|
},
|
16334
16167
|
{
|
16335
16168
|
"kind": "Content",
|
@@ -16340,7 +16173,7 @@
|
|
16340
16173
|
"text": ";"
|
16341
16174
|
}
|
16342
16175
|
],
|
16343
|
-
"isReadonly":
|
16176
|
+
"isReadonly": true,
|
16344
16177
|
"isOptional": false,
|
16345
16178
|
"releaseTag": "Public",
|
16346
16179
|
"name": "hasValidSession",
|
@@ -16770,6 +16603,37 @@
|
|
16770
16603
|
"isOptional": false,
|
16771
16604
|
"isAbstract": false,
|
16772
16605
|
"name": "serialize"
|
16606
|
+
},
|
16607
|
+
{
|
16608
|
+
"kind": "Property",
|
16609
|
+
"canonicalReference": "@genesislcap/foundation-comms!DefaultSocketStatus#user:member",
|
16610
|
+
"docComment": "",
|
16611
|
+
"excerptTokens": [
|
16612
|
+
{
|
16613
|
+
"kind": "Content",
|
16614
|
+
"text": "protected user: "
|
16615
|
+
},
|
16616
|
+
{
|
16617
|
+
"kind": "Reference",
|
16618
|
+
"text": "User",
|
16619
|
+
"canonicalReference": "@genesislcap/foundation-user!User:interface"
|
16620
|
+
},
|
16621
|
+
{
|
16622
|
+
"kind": "Content",
|
16623
|
+
"text": ";"
|
16624
|
+
}
|
16625
|
+
],
|
16626
|
+
"isReadonly": false,
|
16627
|
+
"isOptional": false,
|
16628
|
+
"releaseTag": "Public",
|
16629
|
+
"name": "user",
|
16630
|
+
"propertyTypeTokenRange": {
|
16631
|
+
"startIndex": 1,
|
16632
|
+
"endIndex": 2
|
16633
|
+
},
|
16634
|
+
"isStatic": false,
|
16635
|
+
"isProtected": true,
|
16636
|
+
"isAbstract": false
|
16773
16637
|
}
|
16774
16638
|
],
|
16775
16639
|
"implementsTokenRanges": [
|
@@ -17886,6 +17750,35 @@
|
|
17886
17750
|
"parameters": [],
|
17887
17751
|
"name": "getDatasource"
|
17888
17752
|
},
|
17753
|
+
{
|
17754
|
+
"kind": "Function",
|
17755
|
+
"canonicalReference": "@genesislcap/foundation-comms!getKVStorage:function(1)",
|
17756
|
+
"docComment": "/**\n * Gets KVStorage 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 { getKVStorage } from '@genesislcap/foundation-comms';\n * ...\n * private kvStorage = getKVStorage();\n * ```\n *\n * @public\n */\n",
|
17757
|
+
"excerptTokens": [
|
17758
|
+
{
|
17759
|
+
"kind": "Content",
|
17760
|
+
"text": "export declare function getKVStorage(): "
|
17761
|
+
},
|
17762
|
+
{
|
17763
|
+
"kind": "Reference",
|
17764
|
+
"text": "KVStorage",
|
17765
|
+
"canonicalReference": "@genesislcap/foundation-comms!KVStorage:interface"
|
17766
|
+
},
|
17767
|
+
{
|
17768
|
+
"kind": "Content",
|
17769
|
+
"text": ";"
|
17770
|
+
}
|
17771
|
+
],
|
17772
|
+
"fileUrlPath": "src/storage/kv/kv.service.ts",
|
17773
|
+
"returnTypeTokenRange": {
|
17774
|
+
"startIndex": 1,
|
17775
|
+
"endIndex": 2
|
17776
|
+
},
|
17777
|
+
"releaseTag": "Public",
|
17778
|
+
"overloadIndex": 1,
|
17779
|
+
"parameters": [],
|
17780
|
+
"name": "getKVStorage"
|
17781
|
+
},
|
17889
17782
|
{
|
17890
17783
|
"kind": "Function",
|
17891
17784
|
"canonicalReference": "@genesislcap/foundation-comms!getNetworkMonitor:function(1)",
|
@@ -19485,6 +19378,52 @@
|
|
19485
19378
|
],
|
19486
19379
|
"name": "createForgotPasswordTokenMessage"
|
19487
19380
|
},
|
19381
|
+
{
|
19382
|
+
"kind": "MethodSignature",
|
19383
|
+
"canonicalReference": "@genesislcap/foundation-comms!MessageBuilder#createHeartbeatPingMessage:member(1)",
|
19384
|
+
"docComment": "/**\n * @param verbose - A flag to inform the backend you require a verbose response.\n */\n",
|
19385
|
+
"excerptTokens": [
|
19386
|
+
{
|
19387
|
+
"kind": "Content",
|
19388
|
+
"text": "createHeartbeatPingMessage(verbose: "
|
19389
|
+
},
|
19390
|
+
{
|
19391
|
+
"kind": "Content",
|
19392
|
+
"text": "boolean"
|
19393
|
+
},
|
19394
|
+
{
|
19395
|
+
"kind": "Content",
|
19396
|
+
"text": "): "
|
19397
|
+
},
|
19398
|
+
{
|
19399
|
+
"kind": "Reference",
|
19400
|
+
"text": "PingMessage",
|
19401
|
+
"canonicalReference": "@genesislcap/foundation-comms!PingMessage:type"
|
19402
|
+
},
|
19403
|
+
{
|
19404
|
+
"kind": "Content",
|
19405
|
+
"text": ";"
|
19406
|
+
}
|
19407
|
+
],
|
19408
|
+
"isOptional": false,
|
19409
|
+
"returnTypeTokenRange": {
|
19410
|
+
"startIndex": 3,
|
19411
|
+
"endIndex": 4
|
19412
|
+
},
|
19413
|
+
"releaseTag": "Public",
|
19414
|
+
"overloadIndex": 1,
|
19415
|
+
"parameters": [
|
19416
|
+
{
|
19417
|
+
"parameterName": "verbose",
|
19418
|
+
"parameterTypeTokenRange": {
|
19419
|
+
"startIndex": 1,
|
19420
|
+
"endIndex": 2
|
19421
|
+
},
|
19422
|
+
"isOptional": false
|
19423
|
+
}
|
19424
|
+
],
|
19425
|
+
"name": "createHeartbeatPingMessage"
|
19426
|
+
},
|
19488
19427
|
{
|
19489
19428
|
"kind": "MethodSignature",
|
19490
19429
|
"canonicalReference": "@genesislcap/foundation-comms!MessageBuilder#createHTTPHeadersFromMessage:member(1)",
|
@@ -22173,6 +22112,61 @@
|
|
22173
22112
|
"endIndex": 3
|
22174
22113
|
}
|
22175
22114
|
},
|
22115
|
+
{
|
22116
|
+
"kind": "PropertySignature",
|
22117
|
+
"canonicalReference": "@genesislcap/foundation-comms!NetworkMonitorConfig#ignoredGenesisResources:member",
|
22118
|
+
"docComment": "/**\n * Ignored Genesis resources that will NOT invoke checks\n */\n",
|
22119
|
+
"excerptTokens": [
|
22120
|
+
{
|
22121
|
+
"kind": "Content",
|
22122
|
+
"text": "ignoredGenesisResources?: "
|
22123
|
+
},
|
22124
|
+
{
|
22125
|
+
"kind": "Content",
|
22126
|
+
"text": "string[]"
|
22127
|
+
},
|
22128
|
+
{
|
22129
|
+
"kind": "Content",
|
22130
|
+
"text": ";"
|
22131
|
+
}
|
22132
|
+
],
|
22133
|
+
"isReadonly": false,
|
22134
|
+
"isOptional": true,
|
22135
|
+
"releaseTag": "Public",
|
22136
|
+
"name": "ignoredGenesisResources",
|
22137
|
+
"propertyTypeTokenRange": {
|
22138
|
+
"startIndex": 1,
|
22139
|
+
"endIndex": 2
|
22140
|
+
}
|
22141
|
+
},
|
22142
|
+
{
|
22143
|
+
"kind": "PropertySignature",
|
22144
|
+
"canonicalReference": "@genesislcap/foundation-comms!NetworkMonitorConfig#logLevel:member",
|
22145
|
+
"docComment": "/**\n * Default log level\n */\n",
|
22146
|
+
"excerptTokens": [
|
22147
|
+
{
|
22148
|
+
"kind": "Content",
|
22149
|
+
"text": "logLevel?: "
|
22150
|
+
},
|
22151
|
+
{
|
22152
|
+
"kind": "Reference",
|
22153
|
+
"text": "LogLevel",
|
22154
|
+
"canonicalReference": "consola!LogLevel:enum"
|
22155
|
+
},
|
22156
|
+
{
|
22157
|
+
"kind": "Content",
|
22158
|
+
"text": ";"
|
22159
|
+
}
|
22160
|
+
],
|
22161
|
+
"isReadonly": false,
|
22162
|
+
"isOptional": true,
|
22163
|
+
"releaseTag": "Public",
|
22164
|
+
"name": "logLevel",
|
22165
|
+
"propertyTypeTokenRange": {
|
22166
|
+
"startIndex": 1,
|
22167
|
+
"endIndex": 2
|
22168
|
+
}
|
22169
|
+
},
|
22176
22170
|
{
|
22177
22171
|
"kind": "PropertySignature",
|
22178
22172
|
"canonicalReference": "@genesislcap/foundation-comms!NetworkMonitorConfig#resourceChecks:member",
|
@@ -22229,6 +22223,33 @@
|
|
22229
22223
|
"endIndex": 2
|
22230
22224
|
}
|
22231
22225
|
},
|
22226
|
+
{
|
22227
|
+
"kind": "PropertySignature",
|
22228
|
+
"canonicalReference": "@genesislcap/foundation-comms!NetworkMonitorConfig#startDelay:member",
|
22229
|
+
"docComment": "/**\n * Start delay in ms\n */\n",
|
22230
|
+
"excerptTokens": [
|
22231
|
+
{
|
22232
|
+
"kind": "Content",
|
22233
|
+
"text": "startDelay?: "
|
22234
|
+
},
|
22235
|
+
{
|
22236
|
+
"kind": "Content",
|
22237
|
+
"text": "number"
|
22238
|
+
},
|
22239
|
+
{
|
22240
|
+
"kind": "Content",
|
22241
|
+
"text": ";"
|
22242
|
+
}
|
22243
|
+
],
|
22244
|
+
"isReadonly": false,
|
22245
|
+
"isOptional": true,
|
22246
|
+
"releaseTag": "Public",
|
22247
|
+
"name": "startDelay",
|
22248
|
+
"propertyTypeTokenRange": {
|
22249
|
+
"startIndex": 1,
|
22250
|
+
"endIndex": 2
|
22251
|
+
}
|
22252
|
+
},
|
22232
22253
|
{
|
22233
22254
|
"kind": "PropertySignature",
|
22234
22255
|
"canonicalReference": "@genesislcap/foundation-comms!NetworkMonitorConfig#windowEvents:member",
|
@@ -22329,6 +22350,46 @@
|
|
22329
22350
|
],
|
22330
22351
|
"name": "normaliseCriteria"
|
22331
22352
|
},
|
22353
|
+
{
|
22354
|
+
"kind": "TypeAlias",
|
22355
|
+
"canonicalReference": "@genesislcap/foundation-comms!PingMessage:type",
|
22356
|
+
"docComment": "/**\n * @public\n */\n",
|
22357
|
+
"excerptTokens": [
|
22358
|
+
{
|
22359
|
+
"kind": "Content",
|
22360
|
+
"text": "export type PingMessage = "
|
22361
|
+
},
|
22362
|
+
{
|
22363
|
+
"kind": "Reference",
|
22364
|
+
"text": "Pick",
|
22365
|
+
"canonicalReference": "!Pick:type"
|
22366
|
+
},
|
22367
|
+
{
|
22368
|
+
"kind": "Content",
|
22369
|
+
"text": "<"
|
22370
|
+
},
|
22371
|
+
{
|
22372
|
+
"kind": "Reference",
|
22373
|
+
"text": "Message",
|
22374
|
+
"canonicalReference": "@genesislcap/foundation-comms!Message:type"
|
22375
|
+
},
|
22376
|
+
{
|
22377
|
+
"kind": "Content",
|
22378
|
+
"text": ", 'MESSAGE_TYPE' | 'SOURCE_REF' | 'DETAILS'> & {\n VERBOSE?: boolean;\n [key: string]: any;\n}"
|
22379
|
+
},
|
22380
|
+
{
|
22381
|
+
"kind": "Content",
|
22382
|
+
"text": ";"
|
22383
|
+
}
|
22384
|
+
],
|
22385
|
+
"fileUrlPath": "src/connect/message.ts",
|
22386
|
+
"releaseTag": "Public",
|
22387
|
+
"name": "PingMessage",
|
22388
|
+
"typeTokenRange": {
|
22389
|
+
"startIndex": 1,
|
22390
|
+
"endIndex": 5
|
22391
|
+
}
|
22392
|
+
},
|
22332
22393
|
{
|
22333
22394
|
"kind": "Interface",
|
22334
22395
|
"canonicalReference": "@genesislcap/foundation-comms!PollingConfiguration:interface",
|
@@ -22426,7 +22487,65 @@
|
|
22426
22487
|
}
|
22427
22488
|
}
|
22428
22489
|
],
|
22429
|
-
"extendsTokenRanges": []
|
22490
|
+
"extendsTokenRanges": []
|
22491
|
+
},
|
22492
|
+
{
|
22493
|
+
"kind": "TypeAlias",
|
22494
|
+
"canonicalReference": "@genesislcap/foundation-comms!PongMessage:type",
|
22495
|
+
"docComment": "/**\n * @public\n */\n",
|
22496
|
+
"excerptTokens": [
|
22497
|
+
{
|
22498
|
+
"kind": "Content",
|
22499
|
+
"text": "export type PongMessage = "
|
22500
|
+
},
|
22501
|
+
{
|
22502
|
+
"kind": "Reference",
|
22503
|
+
"text": "Pick",
|
22504
|
+
"canonicalReference": "!Pick:type"
|
22505
|
+
},
|
22506
|
+
{
|
22507
|
+
"kind": "Content",
|
22508
|
+
"text": "<"
|
22509
|
+
},
|
22510
|
+
{
|
22511
|
+
"kind": "Reference",
|
22512
|
+
"text": "Message",
|
22513
|
+
"canonicalReference": "@genesislcap/foundation-comms!Message:type"
|
22514
|
+
},
|
22515
|
+
{
|
22516
|
+
"kind": "Content",
|
22517
|
+
"text": ", 'MESSAGE_TYPE' | 'SOURCE_REF' | 'USER_NAME'> & {\n IS_AUTHENTICATED?: boolean;\n CREATED_AT?: number;\n LAST_RECEIVED?: number;\n LAST_SENT?: number;\n RESOURCES?: "
|
22518
|
+
},
|
22519
|
+
{
|
22520
|
+
"kind": "Reference",
|
22521
|
+
"text": "Record",
|
22522
|
+
"canonicalReference": "!Record:type"
|
22523
|
+
},
|
22524
|
+
{
|
22525
|
+
"kind": "Content",
|
22526
|
+
"text": "<string, "
|
22527
|
+
},
|
22528
|
+
{
|
22529
|
+
"kind": "Reference",
|
22530
|
+
"text": "RESOURCE_DETAILS",
|
22531
|
+
"canonicalReference": "@genesislcap/foundation-comms!~RESOURCE_DETAILS:type"
|
22532
|
+
},
|
22533
|
+
{
|
22534
|
+
"kind": "Content",
|
22535
|
+
"text": "[]>;\n}"
|
22536
|
+
},
|
22537
|
+
{
|
22538
|
+
"kind": "Content",
|
22539
|
+
"text": ";"
|
22540
|
+
}
|
22541
|
+
],
|
22542
|
+
"fileUrlPath": "src/connect/message.ts",
|
22543
|
+
"releaseTag": "Public",
|
22544
|
+
"name": "PongMessage",
|
22545
|
+
"typeTokenRange": {
|
22546
|
+
"startIndex": 1,
|
22547
|
+
"endIndex": 9
|
22548
|
+
}
|
22430
22549
|
},
|
22431
22550
|
{
|
22432
22551
|
"kind": "TypeAlias",
|
@@ -22915,7 +23034,7 @@
|
|
22915
23034
|
{
|
22916
23035
|
"kind": "PropertySignature",
|
22917
23036
|
"canonicalReference": "@genesislcap/foundation-comms!SerializedSocketStatus#hasValidSession:member",
|
22918
|
-
"docComment": "",
|
23037
|
+
"docComment": "/**\n * @deprecated\n *\n * - Use {@link @genesislcap/foundation-user#User.isAuthenticated} instead.\n */\n",
|
22919
23038
|
"excerptTokens": [
|
22920
23039
|
{
|
22921
23040
|
"kind": "Content",
|
@@ -24615,7 +24734,25 @@
|
|
24615
24734
|
},
|
24616
24735
|
{
|
24617
24736
|
"kind": "Content",
|
24618
|
-
"text": ">;\n enableHeartbeat?: boolean;\n enableHeartbeatLogging?: boolean;\n enableMessageLogging?: boolean;\n heartbeatInterval?: number;\n
|
24737
|
+
"text": ">;\n enableHeartbeat?: boolean;\n enableHeartbeatLogging?: boolean;\n enableMessageLogging?: boolean;\n heartbeatInterval?: number;\n verboseHeartbeat?: boolean;\n heartbeatPingCallback?: (message: "
|
24738
|
+
},
|
24739
|
+
{
|
24740
|
+
"kind": "Reference",
|
24741
|
+
"text": "PingMessage",
|
24742
|
+
"canonicalReference": "@genesislcap/foundation-comms!PingMessage:type"
|
24743
|
+
},
|
24744
|
+
{
|
24745
|
+
"kind": "Content",
|
24746
|
+
"text": ") => void;\n heartbeatPongCallback?: (message: "
|
24747
|
+
},
|
24748
|
+
{
|
24749
|
+
"kind": "Reference",
|
24750
|
+
"text": "PongMessage",
|
24751
|
+
"canonicalReference": "@genesislcap/foundation-comms!PongMessage:type"
|
24752
|
+
},
|
24753
|
+
{
|
24754
|
+
"kind": "Content",
|
24755
|
+
"text": ") => void;\n proxyPath?: string;\n}"
|
24619
24756
|
},
|
24620
24757
|
{
|
24621
24758
|
"kind": "Content",
|
@@ -24627,7 +24764,7 @@
|
|
24627
24764
|
"name": "SocketConnectOptions",
|
24628
24765
|
"typeTokenRange": {
|
24629
24766
|
"startIndex": 1,
|
24630
|
-
"endIndex":
|
24767
|
+
"endIndex": 10
|
24631
24768
|
}
|
24632
24769
|
},
|
24633
24770
|
{
|
@@ -25393,12 +25530,12 @@
|
|
25393
25530
|
},
|
25394
25531
|
{
|
25395
25532
|
"kind": "Reference",
|
25396
|
-
"text": "
|
25397
|
-
"canonicalReference": "@genesislcap/foundation-comms!
|
25533
|
+
"text": "StreamCompleteEventDetail",
|
25534
|
+
"canonicalReference": "@genesislcap/foundation-comms!StreamCompleteEventDetail:type"
|
25398
25535
|
},
|
25399
25536
|
{
|
25400
25537
|
"kind": "Content",
|
25401
|
-
"text": "
|
25538
|
+
"text": ">"
|
25402
25539
|
},
|
25403
25540
|
{
|
25404
25541
|
"kind": "Content",
|
@@ -25413,6 +25550,46 @@
|
|
25413
25550
|
"endIndex": 5
|
25414
25551
|
}
|
25415
25552
|
},
|
25553
|
+
{
|
25554
|
+
"kind": "TypeAlias",
|
25555
|
+
"canonicalReference": "@genesislcap/foundation-comms!StreamCompleteEventDetail:type",
|
25556
|
+
"docComment": "/**\n * @public\n */\n",
|
25557
|
+
"excerptTokens": [
|
25558
|
+
{
|
25559
|
+
"kind": "Content",
|
25560
|
+
"text": "export type StreamCompleteEventDetail = "
|
25561
|
+
},
|
25562
|
+
{
|
25563
|
+
"kind": "Reference",
|
25564
|
+
"text": "Pick",
|
25565
|
+
"canonicalReference": "!Pick:type"
|
25566
|
+
},
|
25567
|
+
{
|
25568
|
+
"kind": "Content",
|
25569
|
+
"text": "<"
|
25570
|
+
},
|
25571
|
+
{
|
25572
|
+
"kind": "Reference",
|
25573
|
+
"text": "StreamEventDetail",
|
25574
|
+
"canonicalReference": "@genesislcap/foundation-comms!StreamEventDetail:type"
|
25575
|
+
},
|
25576
|
+
{
|
25577
|
+
"kind": "Content",
|
25578
|
+
"text": ", 'resourceName' | 'stream'>"
|
25579
|
+
},
|
25580
|
+
{
|
25581
|
+
"kind": "Content",
|
25582
|
+
"text": ";"
|
25583
|
+
}
|
25584
|
+
],
|
25585
|
+
"fileUrlPath": "src/connect/connect.events.ts",
|
25586
|
+
"releaseTag": "Public",
|
25587
|
+
"name": "StreamCompleteEventDetail",
|
25588
|
+
"typeTokenRange": {
|
25589
|
+
"startIndex": 1,
|
25590
|
+
"endIndex": 5
|
25591
|
+
}
|
25592
|
+
},
|
25416
25593
|
{
|
25417
25594
|
"kind": "Variable",
|
25418
25595
|
"canonicalReference": "@genesislcap/foundation-comms!StreamCompleteEventType:var",
|
@@ -25983,7 +26160,7 @@
|
|
25983
26160
|
{
|
25984
26161
|
"kind": "Interface",
|
25985
26162
|
"canonicalReference": "@genesislcap/foundation-comms!User:interface",
|
25986
|
-
"docComment": "/**\n * Represents a User object with associated permissions and profiles.\n *\n * @public\n */\n",
|
26163
|
+
"docComment": "/**\n * Represents a User object with associated permissions and profiles.\n *\n * @deprecated\n *\n * - Use {@link @genesislcap/foundation-user#User} instead.\n *\n * @public\n */\n",
|
25987
26164
|
"excerptTokens": [
|
25988
26165
|
{
|
25989
26166
|
"kind": "Content",
|
@@ -25991,8 +26168,8 @@
|
|
25991
26168
|
},
|
25992
26169
|
{
|
25993
26170
|
"kind": "Reference",
|
25994
|
-
"text": "
|
25995
|
-
"canonicalReference": "@genesislcap/foundation-
|
26171
|
+
"text": "NextUser",
|
26172
|
+
"canonicalReference": "@genesislcap/foundation-user!User:interface"
|
25996
26173
|
},
|
25997
26174
|
{
|
25998
26175
|
"kind": "Content",
|
@@ -26003,228 +26180,7 @@
|
|
26003
26180
|
"releaseTag": "Public",
|
26004
26181
|
"name": "User",
|
26005
26182
|
"preserveMemberOrder": false,
|
26006
|
-
"members": [
|
26007
|
-
{
|
26008
|
-
"kind": "MethodSignature",
|
26009
|
-
"canonicalReference": "@genesislcap/foundation-comms!User#hasAdminProfile:member(1)",
|
26010
|
-
"docComment": "",
|
26011
|
-
"excerptTokens": [
|
26012
|
-
{
|
26013
|
-
"kind": "Content",
|
26014
|
-
"text": "hasAdminProfile(): "
|
26015
|
-
},
|
26016
|
-
{
|
26017
|
-
"kind": "Content",
|
26018
|
-
"text": "boolean"
|
26019
|
-
},
|
26020
|
-
{
|
26021
|
-
"kind": "Content",
|
26022
|
-
"text": ";"
|
26023
|
-
}
|
26024
|
-
],
|
26025
|
-
"isOptional": false,
|
26026
|
-
"returnTypeTokenRange": {
|
26027
|
-
"startIndex": 1,
|
26028
|
-
"endIndex": 2
|
26029
|
-
},
|
26030
|
-
"releaseTag": "Public",
|
26031
|
-
"overloadIndex": 1,
|
26032
|
-
"parameters": [],
|
26033
|
-
"name": "hasAdminProfile"
|
26034
|
-
},
|
26035
|
-
{
|
26036
|
-
"kind": "MethodSignature",
|
26037
|
-
"canonicalReference": "@genesislcap/foundation-comms!User#hasPermission:member(1)",
|
26038
|
-
"docComment": "",
|
26039
|
-
"excerptTokens": [
|
26040
|
-
{
|
26041
|
-
"kind": "Content",
|
26042
|
-
"text": "hasPermission(permission: "
|
26043
|
-
},
|
26044
|
-
{
|
26045
|
-
"kind": "Reference",
|
26046
|
-
"text": "UserPermission",
|
26047
|
-
"canonicalReference": "@genesislcap/foundation-comms!UserPermission:type"
|
26048
|
-
},
|
26049
|
-
{
|
26050
|
-
"kind": "Content",
|
26051
|
-
"text": " | "
|
26052
|
-
},
|
26053
|
-
{
|
26054
|
-
"kind": "Reference",
|
26055
|
-
"text": "UserPermission",
|
26056
|
-
"canonicalReference": "@genesislcap/foundation-comms!UserPermission:type"
|
26057
|
-
},
|
26058
|
-
{
|
26059
|
-
"kind": "Content",
|
26060
|
-
"text": "[]"
|
26061
|
-
},
|
26062
|
-
{
|
26063
|
-
"kind": "Content",
|
26064
|
-
"text": "): "
|
26065
|
-
},
|
26066
|
-
{
|
26067
|
-
"kind": "Content",
|
26068
|
-
"text": "boolean"
|
26069
|
-
},
|
26070
|
-
{
|
26071
|
-
"kind": "Content",
|
26072
|
-
"text": ";"
|
26073
|
-
}
|
26074
|
-
],
|
26075
|
-
"isOptional": false,
|
26076
|
-
"returnTypeTokenRange": {
|
26077
|
-
"startIndex": 6,
|
26078
|
-
"endIndex": 7
|
26079
|
-
},
|
26080
|
-
"releaseTag": "Public",
|
26081
|
-
"overloadIndex": 1,
|
26082
|
-
"parameters": [
|
26083
|
-
{
|
26084
|
-
"parameterName": "permission",
|
26085
|
-
"parameterTypeTokenRange": {
|
26086
|
-
"startIndex": 1,
|
26087
|
-
"endIndex": 5
|
26088
|
-
},
|
26089
|
-
"isOptional": false
|
26090
|
-
}
|
26091
|
-
],
|
26092
|
-
"name": "hasPermission"
|
26093
|
-
},
|
26094
|
-
{
|
26095
|
-
"kind": "MethodSignature",
|
26096
|
-
"canonicalReference": "@genesislcap/foundation-comms!User#hasProfile:member(1)",
|
26097
|
-
"docComment": "",
|
26098
|
-
"excerptTokens": [
|
26099
|
-
{
|
26100
|
-
"kind": "Content",
|
26101
|
-
"text": "hasProfile(profile: "
|
26102
|
-
},
|
26103
|
-
{
|
26104
|
-
"kind": "Reference",
|
26105
|
-
"text": "UserProfile",
|
26106
|
-
"canonicalReference": "@genesislcap/foundation-comms!UserProfile:type"
|
26107
|
-
},
|
26108
|
-
{
|
26109
|
-
"kind": "Content",
|
26110
|
-
"text": " | "
|
26111
|
-
},
|
26112
|
-
{
|
26113
|
-
"kind": "Reference",
|
26114
|
-
"text": "UserProfile",
|
26115
|
-
"canonicalReference": "@genesislcap/foundation-comms!UserProfile:type"
|
26116
|
-
},
|
26117
|
-
{
|
26118
|
-
"kind": "Content",
|
26119
|
-
"text": "[]"
|
26120
|
-
},
|
26121
|
-
{
|
26122
|
-
"kind": "Content",
|
26123
|
-
"text": "): "
|
26124
|
-
},
|
26125
|
-
{
|
26126
|
-
"kind": "Content",
|
26127
|
-
"text": "boolean"
|
26128
|
-
},
|
26129
|
-
{
|
26130
|
-
"kind": "Content",
|
26131
|
-
"text": ";"
|
26132
|
-
}
|
26133
|
-
],
|
26134
|
-
"isOptional": false,
|
26135
|
-
"returnTypeTokenRange": {
|
26136
|
-
"startIndex": 6,
|
26137
|
-
"endIndex": 7
|
26138
|
-
},
|
26139
|
-
"releaseTag": "Public",
|
26140
|
-
"overloadIndex": 1,
|
26141
|
-
"parameters": [
|
26142
|
-
{
|
26143
|
-
"parameterName": "profile",
|
26144
|
-
"parameterTypeTokenRange": {
|
26145
|
-
"startIndex": 1,
|
26146
|
-
"endIndex": 5
|
26147
|
-
},
|
26148
|
-
"isOptional": false
|
26149
|
-
}
|
26150
|
-
],
|
26151
|
-
"name": "hasProfile"
|
26152
|
-
},
|
26153
|
-
{
|
26154
|
-
"kind": "MethodSignature",
|
26155
|
-
"canonicalReference": "@genesislcap/foundation-comms!User#set:member(1)",
|
26156
|
-
"docComment": "",
|
26157
|
-
"excerptTokens": [
|
26158
|
-
{
|
26159
|
-
"kind": "Content",
|
26160
|
-
"text": "set(options: "
|
26161
|
-
},
|
26162
|
-
{
|
26163
|
-
"kind": "Reference",
|
26164
|
-
"text": "UserOptions",
|
26165
|
-
"canonicalReference": "@genesislcap/foundation-comms!~UserOptions:interface"
|
26166
|
-
},
|
26167
|
-
{
|
26168
|
-
"kind": "Content",
|
26169
|
-
"text": "): "
|
26170
|
-
},
|
26171
|
-
{
|
26172
|
-
"kind": "Content",
|
26173
|
-
"text": "void"
|
26174
|
-
},
|
26175
|
-
{
|
26176
|
-
"kind": "Content",
|
26177
|
-
"text": ";"
|
26178
|
-
}
|
26179
|
-
],
|
26180
|
-
"isOptional": false,
|
26181
|
-
"returnTypeTokenRange": {
|
26182
|
-
"startIndex": 3,
|
26183
|
-
"endIndex": 4
|
26184
|
-
},
|
26185
|
-
"releaseTag": "Public",
|
26186
|
-
"overloadIndex": 1,
|
26187
|
-
"parameters": [
|
26188
|
-
{
|
26189
|
-
"parameterName": "options",
|
26190
|
-
"parameterTypeTokenRange": {
|
26191
|
-
"startIndex": 1,
|
26192
|
-
"endIndex": 2
|
26193
|
-
},
|
26194
|
-
"isOptional": false
|
26195
|
-
}
|
26196
|
-
],
|
26197
|
-
"name": "set"
|
26198
|
-
},
|
26199
|
-
{
|
26200
|
-
"kind": "MethodSignature",
|
26201
|
-
"canonicalReference": "@genesislcap/foundation-comms!User#unset:member(1)",
|
26202
|
-
"docComment": "",
|
26203
|
-
"excerptTokens": [
|
26204
|
-
{
|
26205
|
-
"kind": "Content",
|
26206
|
-
"text": "unset(): "
|
26207
|
-
},
|
26208
|
-
{
|
26209
|
-
"kind": "Content",
|
26210
|
-
"text": "void"
|
26211
|
-
},
|
26212
|
-
{
|
26213
|
-
"kind": "Content",
|
26214
|
-
"text": ";"
|
26215
|
-
}
|
26216
|
-
],
|
26217
|
-
"isOptional": false,
|
26218
|
-
"returnTypeTokenRange": {
|
26219
|
-
"startIndex": 1,
|
26220
|
-
"endIndex": 2
|
26221
|
-
},
|
26222
|
-
"releaseTag": "Public",
|
26223
|
-
"overloadIndex": 1,
|
26224
|
-
"parameters": [],
|
26225
|
-
"name": "unset"
|
26226
|
-
}
|
26227
|
-
],
|
26183
|
+
"members": [],
|
26228
26184
|
"extendsTokenRanges": [
|
26229
26185
|
{
|
26230
26186
|
"startIndex": 1,
|