@genesislcap/foundation-comms 14.107.1-alpha-afbc4d7.0 → 14.107.1-alpha-2ab4599.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. package/dist/dts/datasource/entityDatasource.d.ts +2 -0
  2. package/dist/dts/datasource/entityDatasource.d.ts.map +1 -1
  3. package/dist/dts/testing/mocks/connect/socket.d.ts +1 -1
  4. package/dist/dts/testing/mocks/connect/socket.d.ts.map +1 -1
  5. package/dist/dts/tsdoc-metadata.json +1 -1
  6. package/dist/esm/datasource/datasource.types.js +1 -2
  7. package/dist/foundation-comms.api.json +240 -1021
  8. package/dist/foundation-comms.d.ts +3 -1
  9. package/docs/api/foundation-comms.md +0 -3
  10. package/docs/api-report.md +5 -1
  11. package/package.json +7 -7
  12. package/docs/api/foundation-comms.defaultentitydatasource.cache.md +0 -19
  13. package/docs/api/foundation-comms.defaultentitydatasource.disconnect.md +0 -19
  14. package/docs/api/foundation-comms.defaultentitydatasource.entitycache.md +0 -14
  15. package/docs/api/foundation-comms.defaultentitydatasource.entitymap.md +0 -14
  16. package/docs/api/foundation-comms.defaultentitydatasource.initialize.md +0 -19
  17. package/docs/api/foundation-comms.defaultentitydatasource.isempty.md +0 -19
  18. package/docs/api/foundation-comms.defaultentitydatasource.mapper.md +0 -14
  19. package/docs/api/foundation-comms.defaultentitydatasource.md +0 -36
  20. package/docs/api/foundation-comms.defaultentitydatasource.rowid.md +0 -14
  21. package/docs/api/foundation-comms.defaultentitydatasource.sourceref.md +0 -14
  22. package/docs/api/foundation-comms.defaultentitydatasource.subscription.md +0 -14
  23. package/docs/api/foundation-comms.defaultentitydatasource.subscriptionloggedoff.md +0 -14
  24. package/docs/api/foundation-comms.entitydatasource.cache.md +0 -19
  25. package/docs/api/foundation-comms.entitydatasource.disconnect.md +0 -22
  26. package/docs/api/foundation-comms.entitydatasource.initialize.md +0 -29
  27. package/docs/api/foundation-comms.entitydatasource.initialized.md +0 -19
  28. package/docs/api/foundation-comms.entitydatasource.isempty.md +0 -19
  29. package/docs/api/foundation-comms.entitydatasource.md +0 -81
  30. package/docs/api/foundation-comms.entitydatasourceinit.fetchmeta.md +0 -14
  31. package/docs/api/foundation-comms.entitydatasourceinit.mapper.md +0 -14
  32. package/docs/api/foundation-comms.entitydatasourceinit.md +0 -25
  33. package/docs/api/foundation-comms.entitydatasourceinit.options.md +0 -14
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.38.0",
4
+ "toolVersion": "7.34.9",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -9261,439 +9261,6 @@
9261
9261
  "endIndex": 2
9262
9262
  }
9263
9263
  },
9264
- {
9265
- "kind": "Class",
9266
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource:class",
9267
- "docComment": "/**\n * Default EntityDatasource DI implementation.\n *\n * @alpha\n */\n",
9268
- "excerptTokens": [
9269
- {
9270
- "kind": "Content",
9271
- "text": "export declare class DefaultEntityDatasource<TDTO, TEntity> extends "
9272
- },
9273
- {
9274
- "kind": "Reference",
9275
- "text": "DefaultDatasource",
9276
- "canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource:class"
9277
- },
9278
- {
9279
- "kind": "Content",
9280
- "text": " implements "
9281
- },
9282
- {
9283
- "kind": "Reference",
9284
- "text": "EntityDatasource",
9285
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasource:interface"
9286
- },
9287
- {
9288
- "kind": "Content",
9289
- "text": "<TDTO, TEntity>"
9290
- },
9291
- {
9292
- "kind": "Content",
9293
- "text": " "
9294
- }
9295
- ],
9296
- "fileUrlPath": "src/datasource/entityDatasource.ts",
9297
- "releaseTag": "Alpha",
9298
- "typeParameters": [
9299
- {
9300
- "typeParameterName": "TDTO",
9301
- "constraintTokenRange": {
9302
- "startIndex": 0,
9303
- "endIndex": 0
9304
- },
9305
- "defaultTypeTokenRange": {
9306
- "startIndex": 0,
9307
- "endIndex": 0
9308
- }
9309
- },
9310
- {
9311
- "typeParameterName": "TEntity",
9312
- "constraintTokenRange": {
9313
- "startIndex": 0,
9314
- "endIndex": 0
9315
- },
9316
- "defaultTypeTokenRange": {
9317
- "startIndex": 0,
9318
- "endIndex": 0
9319
- }
9320
- }
9321
- ],
9322
- "isAbstract": false,
9323
- "name": "DefaultEntityDatasource",
9324
- "preserveMemberOrder": false,
9325
- "members": [
9326
- {
9327
- "kind": "Property",
9328
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#cache:member",
9329
- "docComment": "/**\n * {@inheritDoc EntityDatasource.cache}\n */\n",
9330
- "excerptTokens": [
9331
- {
9332
- "kind": "Content",
9333
- "text": "get cache(): "
9334
- },
9335
- {
9336
- "kind": "Content",
9337
- "text": "TEntity[]"
9338
- },
9339
- {
9340
- "kind": "Content",
9341
- "text": ";"
9342
- }
9343
- ],
9344
- "isReadonly": true,
9345
- "isOptional": false,
9346
- "releaseTag": "Alpha",
9347
- "name": "cache",
9348
- "propertyTypeTokenRange": {
9349
- "startIndex": 1,
9350
- "endIndex": 2
9351
- },
9352
- "isStatic": false,
9353
- "isProtected": false,
9354
- "isAbstract": false
9355
- },
9356
- {
9357
- "kind": "Property",
9358
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#disconnect:member",
9359
- "docComment": "/**\n * {@inheritDoc EntityDatasource.disconnect}\n */\n",
9360
- "excerptTokens": [
9361
- {
9362
- "kind": "Content",
9363
- "text": "disconnect: "
9364
- },
9365
- {
9366
- "kind": "Content",
9367
- "text": "() => void"
9368
- },
9369
- {
9370
- "kind": "Content",
9371
- "text": ";"
9372
- }
9373
- ],
9374
- "isReadonly": false,
9375
- "isOptional": false,
9376
- "releaseTag": "Alpha",
9377
- "name": "disconnect",
9378
- "propertyTypeTokenRange": {
9379
- "startIndex": 1,
9380
- "endIndex": 2
9381
- },
9382
- "isStatic": false,
9383
- "isProtected": false,
9384
- "isAbstract": false
9385
- },
9386
- {
9387
- "kind": "Property",
9388
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#entityCache:member",
9389
- "docComment": "",
9390
- "excerptTokens": [
9391
- {
9392
- "kind": "Content",
9393
- "text": "protected entityCache: "
9394
- },
9395
- {
9396
- "kind": "Content",
9397
- "text": "TEntity[]"
9398
- },
9399
- {
9400
- "kind": "Content",
9401
- "text": ";"
9402
- }
9403
- ],
9404
- "isReadonly": false,
9405
- "isOptional": false,
9406
- "releaseTag": "Alpha",
9407
- "name": "entityCache",
9408
- "propertyTypeTokenRange": {
9409
- "startIndex": 1,
9410
- "endIndex": 2
9411
- },
9412
- "isStatic": false,
9413
- "isProtected": true,
9414
- "isAbstract": false
9415
- },
9416
- {
9417
- "kind": "Property",
9418
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#entityMap:member",
9419
- "docComment": "",
9420
- "excerptTokens": [
9421
- {
9422
- "kind": "Content",
9423
- "text": "protected entityMap: "
9424
- },
9425
- {
9426
- "kind": "Reference",
9427
- "text": "Map",
9428
- "canonicalReference": "!Map:interface"
9429
- },
9430
- {
9431
- "kind": "Content",
9432
- "text": "<string, TEntity>"
9433
- },
9434
- {
9435
- "kind": "Content",
9436
- "text": ";"
9437
- }
9438
- ],
9439
- "isReadonly": false,
9440
- "isOptional": false,
9441
- "releaseTag": "Alpha",
9442
- "name": "entityMap",
9443
- "propertyTypeTokenRange": {
9444
- "startIndex": 1,
9445
- "endIndex": 3
9446
- },
9447
- "isStatic": false,
9448
- "isProtected": true,
9449
- "isAbstract": false
9450
- },
9451
- {
9452
- "kind": "Property",
9453
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#initialize:member",
9454
- "docComment": "/**\n * {@inheritDoc EntityDatasource.initialize}\n */\n",
9455
- "excerptTokens": [
9456
- {
9457
- "kind": "Content",
9458
- "text": "initialize: "
9459
- },
9460
- {
9461
- "kind": "Content",
9462
- "text": "(init: "
9463
- },
9464
- {
9465
- "kind": "Reference",
9466
- "text": "EntityDatasourceInit",
9467
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasourceInit:interface"
9468
- },
9469
- {
9470
- "kind": "Content",
9471
- "text": "<TDTO, TEntity>) => "
9472
- },
9473
- {
9474
- "kind": "Reference",
9475
- "text": "Promise",
9476
- "canonicalReference": "!Promise:interface"
9477
- },
9478
- {
9479
- "kind": "Content",
9480
- "text": "<boolean>"
9481
- },
9482
- {
9483
- "kind": "Content",
9484
- "text": ";"
9485
- }
9486
- ],
9487
- "isReadonly": false,
9488
- "isOptional": false,
9489
- "releaseTag": "Alpha",
9490
- "name": "initialize",
9491
- "propertyTypeTokenRange": {
9492
- "startIndex": 1,
9493
- "endIndex": 6
9494
- },
9495
- "isStatic": false,
9496
- "isProtected": false,
9497
- "isAbstract": false
9498
- },
9499
- {
9500
- "kind": "Property",
9501
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#isEmpty:member",
9502
- "docComment": "/**\n * {@inheritDoc EntityDatasource.isEmpty}\n */\n",
9503
- "excerptTokens": [
9504
- {
9505
- "kind": "Content",
9506
- "text": "get isEmpty(): "
9507
- },
9508
- {
9509
- "kind": "Content",
9510
- "text": "boolean"
9511
- },
9512
- {
9513
- "kind": "Content",
9514
- "text": ";"
9515
- }
9516
- ],
9517
- "isReadonly": true,
9518
- "isOptional": false,
9519
- "releaseTag": "Alpha",
9520
- "name": "isEmpty",
9521
- "propertyTypeTokenRange": {
9522
- "startIndex": 1,
9523
- "endIndex": 2
9524
- },
9525
- "isStatic": false,
9526
- "isProtected": false,
9527
- "isAbstract": false
9528
- },
9529
- {
9530
- "kind": "Property",
9531
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#mapper:member",
9532
- "docComment": "",
9533
- "excerptTokens": [
9534
- {
9535
- "kind": "Content",
9536
- "text": "protected mapper: "
9537
- },
9538
- {
9539
- "kind": "Reference",
9540
- "text": "DTOMapper",
9541
- "canonicalReference": "@genesislcap/foundation-utils!DTOMapper:interface"
9542
- },
9543
- {
9544
- "kind": "Content",
9545
- "text": "<TDTO, TEntity>"
9546
- },
9547
- {
9548
- "kind": "Content",
9549
- "text": ";"
9550
- }
9551
- ],
9552
- "isReadonly": false,
9553
- "isOptional": false,
9554
- "releaseTag": "Alpha",
9555
- "name": "mapper",
9556
- "propertyTypeTokenRange": {
9557
- "startIndex": 1,
9558
- "endIndex": 3
9559
- },
9560
- "isStatic": false,
9561
- "isProtected": true,
9562
- "isAbstract": false
9563
- },
9564
- {
9565
- "kind": "Property",
9566
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#rowId:member",
9567
- "docComment": "",
9568
- "excerptTokens": [
9569
- {
9570
- "kind": "Content",
9571
- "text": "protected rowId: "
9572
- },
9573
- {
9574
- "kind": "Content",
9575
- "text": "string"
9576
- },
9577
- {
9578
- "kind": "Content",
9579
- "text": ";"
9580
- }
9581
- ],
9582
- "isReadonly": false,
9583
- "isOptional": false,
9584
- "releaseTag": "Alpha",
9585
- "name": "rowId",
9586
- "propertyTypeTokenRange": {
9587
- "startIndex": 1,
9588
- "endIndex": 2
9589
- },
9590
- "isStatic": false,
9591
- "isProtected": true,
9592
- "isAbstract": false
9593
- },
9594
- {
9595
- "kind": "Property",
9596
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#sourceRef:member",
9597
- "docComment": "",
9598
- "excerptTokens": [
9599
- {
9600
- "kind": "Content",
9601
- "text": "protected sourceRef: "
9602
- },
9603
- {
9604
- "kind": "Content",
9605
- "text": "string"
9606
- },
9607
- {
9608
- "kind": "Content",
9609
- "text": ";"
9610
- }
9611
- ],
9612
- "isReadonly": false,
9613
- "isOptional": false,
9614
- "releaseTag": "Alpha",
9615
- "name": "sourceRef",
9616
- "propertyTypeTokenRange": {
9617
- "startIndex": 1,
9618
- "endIndex": 2
9619
- },
9620
- "isStatic": false,
9621
- "isProtected": true,
9622
- "isAbstract": false
9623
- },
9624
- {
9625
- "kind": "Property",
9626
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#subscription:member",
9627
- "docComment": "",
9628
- "excerptTokens": [
9629
- {
9630
- "kind": "Content",
9631
- "text": "protected subscription: "
9632
- },
9633
- {
9634
- "kind": "Reference",
9635
- "text": "SocketSubscription",
9636
- "canonicalReference": "rxjs!Subscription:class"
9637
- },
9638
- {
9639
- "kind": "Content",
9640
- "text": ";"
9641
- }
9642
- ],
9643
- "isReadonly": false,
9644
- "isOptional": false,
9645
- "releaseTag": "Alpha",
9646
- "name": "subscription",
9647
- "propertyTypeTokenRange": {
9648
- "startIndex": 1,
9649
- "endIndex": 2
9650
- },
9651
- "isStatic": false,
9652
- "isProtected": true,
9653
- "isAbstract": false
9654
- },
9655
- {
9656
- "kind": "Property",
9657
- "canonicalReference": "@genesislcap/foundation-comms!DefaultEntityDatasource#subscriptionLoggedOff:member",
9658
- "docComment": "",
9659
- "excerptTokens": [
9660
- {
9661
- "kind": "Content",
9662
- "text": "protected subscriptionLoggedOff: "
9663
- },
9664
- {
9665
- "kind": "Content",
9666
- "text": "boolean"
9667
- },
9668
- {
9669
- "kind": "Content",
9670
- "text": ";"
9671
- }
9672
- ],
9673
- "isReadonly": false,
9674
- "isOptional": false,
9675
- "releaseTag": "Alpha",
9676
- "name": "subscriptionLoggedOff",
9677
- "propertyTypeTokenRange": {
9678
- "startIndex": 1,
9679
- "endIndex": 2
9680
- },
9681
- "isStatic": false,
9682
- "isProtected": true,
9683
- "isAbstract": false
9684
- }
9685
- ],
9686
- "extendsTokenRange": {
9687
- "startIndex": 1,
9688
- "endIndex": 2
9689
- },
9690
- "implementsTokenRanges": [
9691
- {
9692
- "startIndex": 3,
9693
- "endIndex": 5
9694
- }
9695
- ]
9696
- },
9697
9264
  {
9698
9265
  "kind": "Class",
9699
9266
  "canonicalReference": "@genesislcap/foundation-comms!DefaultFoundationAnalytics:class",
@@ -11994,290 +11561,35 @@
11994
11561
  "overloadIndex": 1,
11995
11562
  "parameters": [
11996
11563
  {
11997
- "parameterName": "key",
11998
- "parameterTypeTokenRange": {
11999
- "startIndex": 1,
12000
- "endIndex": 3
12001
- },
12002
- "isOptional": false
12003
- }
12004
- ],
12005
- "isOptional": false,
12006
- "isAbstract": false,
12007
- "name": "getLocalStorageItem"
12008
- },
12009
- {
12010
- "kind": "Method",
12011
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#getSessionStorageItem:member(1)",
12012
- "docComment": "",
12013
- "excerptTokens": [
12014
- {
12015
- "kind": "Content",
12016
- "text": "getSessionStorageItem(key: "
12017
- },
12018
- {
12019
- "kind": "Content",
12020
- "text": "string | "
12021
- },
12022
- {
12023
- "kind": "Reference",
12024
- "text": "UserInfoKeys",
12025
- "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12026
- },
12027
- {
12028
- "kind": "Content",
12029
- "text": "): "
12030
- },
12031
- {
12032
- "kind": "Content",
12033
- "text": "string"
12034
- },
12035
- {
12036
- "kind": "Content",
12037
- "text": ";"
12038
- }
12039
- ],
12040
- "isStatic": false,
12041
- "returnTypeTokenRange": {
12042
- "startIndex": 4,
12043
- "endIndex": 5
12044
- },
12045
- "releaseTag": "Public",
12046
- "isProtected": false,
12047
- "overloadIndex": 1,
12048
- "parameters": [
12049
- {
12050
- "parameterName": "key",
12051
- "parameterTypeTokenRange": {
12052
- "startIndex": 1,
12053
- "endIndex": 3
12054
- },
12055
- "isOptional": false
12056
- }
12057
- ],
12058
- "isOptional": false,
12059
- "isAbstract": false,
12060
- "name": "getSessionStorageItem"
12061
- },
12062
- {
12063
- "kind": "Method",
12064
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#removeItem:member(1)",
12065
- "docComment": "",
12066
- "excerptTokens": [
12067
- {
12068
- "kind": "Content",
12069
- "text": "removeItem(key: "
12070
- },
12071
- {
12072
- "kind": "Content",
12073
- "text": "string | "
12074
- },
12075
- {
12076
- "kind": "Reference",
12077
- "text": "UserInfoKeys",
12078
- "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12079
- },
12080
- {
12081
- "kind": "Content",
12082
- "text": ", storage: "
12083
- },
12084
- {
12085
- "kind": "Reference",
12086
- "text": "StorageType",
12087
- "canonicalReference": "@genesislcap/foundation-comms!StorageType:type"
12088
- },
12089
- {
12090
- "kind": "Content",
12091
- "text": "): "
12092
- },
12093
- {
12094
- "kind": "Content",
12095
- "text": "void"
12096
- },
12097
- {
12098
- "kind": "Content",
12099
- "text": ";"
12100
- }
12101
- ],
12102
- "isStatic": false,
12103
- "returnTypeTokenRange": {
12104
- "startIndex": 6,
12105
- "endIndex": 7
12106
- },
12107
- "releaseTag": "Public",
12108
- "isProtected": false,
12109
- "overloadIndex": 1,
12110
- "parameters": [
12111
- {
12112
- "parameterName": "key",
12113
- "parameterTypeTokenRange": {
12114
- "startIndex": 1,
12115
- "endIndex": 3
12116
- },
12117
- "isOptional": false
12118
- },
12119
- {
12120
- "parameterName": "storage",
12121
- "parameterTypeTokenRange": {
12122
- "startIndex": 4,
12123
- "endIndex": 5
12124
- },
12125
- "isOptional": false
12126
- }
12127
- ],
12128
- "isOptional": false,
12129
- "isAbstract": false,
12130
- "name": "removeItem"
12131
- },
12132
- {
12133
- "kind": "Method",
12134
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#removeLocalStorageItem:member(1)",
12135
- "docComment": "",
12136
- "excerptTokens": [
12137
- {
12138
- "kind": "Content",
12139
- "text": "removeLocalStorageItem(key: "
12140
- },
12141
- {
12142
- "kind": "Content",
12143
- "text": "string | "
12144
- },
12145
- {
12146
- "kind": "Reference",
12147
- "text": "UserInfoKeys",
12148
- "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12149
- },
12150
- {
12151
- "kind": "Content",
12152
- "text": "): "
12153
- },
12154
- {
12155
- "kind": "Content",
12156
- "text": "void"
12157
- },
12158
- {
12159
- "kind": "Content",
12160
- "text": ";"
12161
- }
12162
- ],
12163
- "isStatic": false,
12164
- "returnTypeTokenRange": {
12165
- "startIndex": 4,
12166
- "endIndex": 5
12167
- },
12168
- "releaseTag": "Public",
12169
- "isProtected": false,
12170
- "overloadIndex": 1,
12171
- "parameters": [
12172
- {
12173
- "parameterName": "key",
12174
- "parameterTypeTokenRange": {
12175
- "startIndex": 1,
12176
- "endIndex": 3
12177
- },
12178
- "isOptional": false
12179
- }
12180
- ],
12181
- "isOptional": false,
12182
- "isAbstract": false,
12183
- "name": "removeLocalStorageItem"
12184
- },
12185
- {
12186
- "kind": "Method",
12187
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#removeSessionStorageItem:member(1)",
12188
- "docComment": "",
12189
- "excerptTokens": [
12190
- {
12191
- "kind": "Content",
12192
- "text": "removeSessionStorageItem(key: "
12193
- },
12194
- {
12195
- "kind": "Content",
12196
- "text": "string | "
12197
- },
12198
- {
12199
- "kind": "Reference",
12200
- "text": "UserInfoKeys",
12201
- "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12202
- },
12203
- {
12204
- "kind": "Content",
12205
- "text": "): "
12206
- },
12207
- {
12208
- "kind": "Content",
12209
- "text": "void"
12210
- },
12211
- {
12212
- "kind": "Content",
12213
- "text": ";"
12214
- }
12215
- ],
12216
- "isStatic": false,
12217
- "returnTypeTokenRange": {
12218
- "startIndex": 4,
12219
- "endIndex": 5
12220
- },
12221
- "releaseTag": "Public",
12222
- "isProtected": false,
12223
- "overloadIndex": 1,
12224
- "parameters": [
12225
- {
12226
- "parameterName": "key",
12227
- "parameterTypeTokenRange": {
12228
- "startIndex": 1,
12229
- "endIndex": 3
12230
- },
12231
- "isOptional": false
12232
- }
12233
- ],
12234
- "isOptional": false,
12235
- "isAbstract": false,
12236
- "name": "removeSessionStorageItem"
12237
- },
12238
- {
12239
- "kind": "Property",
12240
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#returnUrl:member",
12241
- "docComment": "",
12242
- "excerptTokens": [
12243
- {
12244
- "kind": "Content",
12245
- "text": "returnUrl: "
12246
- },
12247
- {
12248
- "kind": "Content",
12249
- "text": "string"
12250
- },
12251
- {
12252
- "kind": "Content",
12253
- "text": ";"
11564
+ "parameterName": "key",
11565
+ "parameterTypeTokenRange": {
11566
+ "startIndex": 1,
11567
+ "endIndex": 3
11568
+ },
11569
+ "isOptional": false
12254
11570
  }
12255
11571
  ],
12256
- "isReadonly": false,
12257
11572
  "isOptional": false,
12258
- "releaseTag": "Public",
12259
- "name": "returnUrl",
12260
- "propertyTypeTokenRange": {
12261
- "startIndex": 1,
12262
- "endIndex": 2
12263
- },
12264
- "isStatic": false,
12265
- "isProtected": false,
12266
- "isAbstract": false
11573
+ "isAbstract": false,
11574
+ "name": "getLocalStorageItem"
12267
11575
  },
12268
11576
  {
12269
11577
  "kind": "Method",
12270
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setAuthResult:member(1)",
11578
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#getSessionStorageItem:member(1)",
12271
11579
  "docComment": "",
12272
11580
  "excerptTokens": [
12273
11581
  {
12274
11582
  "kind": "Content",
12275
- "text": "setAuthResult(result: "
11583
+ "text": "getSessionStorageItem(key: "
11584
+ },
11585
+ {
11586
+ "kind": "Content",
11587
+ "text": "string | "
12276
11588
  },
12277
11589
  {
12278
11590
  "kind": "Reference",
12279
- "text": "Message",
12280
- "canonicalReference": "@genesislcap/foundation-comms!Message:type"
11591
+ "text": "UserInfoKeys",
11592
+ "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12281
11593
  },
12282
11594
  {
12283
11595
  "kind": "Content",
@@ -12285,7 +11597,7 @@
12285
11597
  },
12286
11598
  {
12287
11599
  "kind": "Content",
12288
- "text": "void"
11600
+ "text": "string"
12289
11601
  },
12290
11602
  {
12291
11603
  "kind": "Content",
@@ -12294,34 +11606,34 @@
12294
11606
  ],
12295
11607
  "isStatic": false,
12296
11608
  "returnTypeTokenRange": {
12297
- "startIndex": 3,
12298
- "endIndex": 4
11609
+ "startIndex": 4,
11610
+ "endIndex": 5
12299
11611
  },
12300
11612
  "releaseTag": "Public",
12301
11613
  "isProtected": false,
12302
11614
  "overloadIndex": 1,
12303
11615
  "parameters": [
12304
11616
  {
12305
- "parameterName": "result",
11617
+ "parameterName": "key",
12306
11618
  "parameterTypeTokenRange": {
12307
11619
  "startIndex": 1,
12308
- "endIndex": 2
11620
+ "endIndex": 3
12309
11621
  },
12310
11622
  "isOptional": false
12311
11623
  }
12312
11624
  ],
12313
11625
  "isOptional": false,
12314
11626
  "isAbstract": false,
12315
- "name": "setAuthResult"
11627
+ "name": "getSessionStorageItem"
12316
11628
  },
12317
11629
  {
12318
11630
  "kind": "Method",
12319
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setItem:member(1)",
11631
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#removeItem:member(1)",
12320
11632
  "docComment": "",
12321
11633
  "excerptTokens": [
12322
11634
  {
12323
11635
  "kind": "Content",
12324
- "text": "setItem(key: "
11636
+ "text": "removeItem(key: "
12325
11637
  },
12326
11638
  {
12327
11639
  "kind": "Content",
@@ -12332,14 +11644,6 @@
12332
11644
  "text": "UserInfoKeys",
12333
11645
  "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12334
11646
  },
12335
- {
12336
- "kind": "Content",
12337
- "text": ", value: "
12338
- },
12339
- {
12340
- "kind": "Content",
12341
- "text": "string"
12342
- },
12343
11647
  {
12344
11648
  "kind": "Content",
12345
11649
  "text": ", storage: "
@@ -12364,8 +11668,8 @@
12364
11668
  ],
12365
11669
  "isStatic": false,
12366
11670
  "returnTypeTokenRange": {
12367
- "startIndex": 8,
12368
- "endIndex": 9
11671
+ "startIndex": 6,
11672
+ "endIndex": 7
12369
11673
  },
12370
11674
  "releaseTag": "Public",
12371
11675
  "isProtected": false,
@@ -12380,34 +11684,26 @@
12380
11684
  "isOptional": false
12381
11685
  },
12382
11686
  {
12383
- "parameterName": "value",
11687
+ "parameterName": "storage",
12384
11688
  "parameterTypeTokenRange": {
12385
11689
  "startIndex": 4,
12386
11690
  "endIndex": 5
12387
11691
  },
12388
11692
  "isOptional": false
12389
- },
12390
- {
12391
- "parameterName": "storage",
12392
- "parameterTypeTokenRange": {
12393
- "startIndex": 6,
12394
- "endIndex": 7
12395
- },
12396
- "isOptional": false
12397
11693
  }
12398
11694
  ],
12399
11695
  "isOptional": false,
12400
11696
  "isAbstract": false,
12401
- "name": "setItem"
11697
+ "name": "removeItem"
12402
11698
  },
12403
11699
  {
12404
11700
  "kind": "Method",
12405
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setLocalStorageItem:member(1)",
11701
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#removeLocalStorageItem:member(1)",
12406
11702
  "docComment": "",
12407
11703
  "excerptTokens": [
12408
11704
  {
12409
11705
  "kind": "Content",
12410
- "text": "setLocalStorageItem(key: "
11706
+ "text": "removeLocalStorageItem(key: "
12411
11707
  },
12412
11708
  {
12413
11709
  "kind": "Content",
@@ -12418,14 +11714,6 @@
12418
11714
  "text": "UserInfoKeys",
12419
11715
  "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12420
11716
  },
12421
- {
12422
- "kind": "Content",
12423
- "text": ", value: "
12424
- },
12425
- {
12426
- "kind": "Content",
12427
- "text": "string"
12428
- },
12429
11717
  {
12430
11718
  "kind": "Content",
12431
11719
  "text": "): "
@@ -12441,8 +11729,8 @@
12441
11729
  ],
12442
11730
  "isStatic": false,
12443
11731
  "returnTypeTokenRange": {
12444
- "startIndex": 6,
12445
- "endIndex": 7
11732
+ "startIndex": 4,
11733
+ "endIndex": 5
12446
11734
  },
12447
11735
  "releaseTag": "Public",
12448
11736
  "isProtected": false,
@@ -12455,28 +11743,20 @@
12455
11743
  "endIndex": 3
12456
11744
  },
12457
11745
  "isOptional": false
12458
- },
12459
- {
12460
- "parameterName": "value",
12461
- "parameterTypeTokenRange": {
12462
- "startIndex": 4,
12463
- "endIndex": 5
12464
- },
12465
- "isOptional": false
12466
11746
  }
12467
11747
  ],
12468
11748
  "isOptional": false,
12469
11749
  "isAbstract": false,
12470
- "name": "setLocalStorageItem"
11750
+ "name": "removeLocalStorageItem"
12471
11751
  },
12472
11752
  {
12473
11753
  "kind": "Method",
12474
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setSessionStorageItem:member(1)",
11754
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#removeSessionStorageItem:member(1)",
12475
11755
  "docComment": "",
12476
11756
  "excerptTokens": [
12477
11757
  {
12478
11758
  "kind": "Content",
12479
- "text": "setSessionStorageItem(key: "
11759
+ "text": "removeSessionStorageItem(key: "
12480
11760
  },
12481
11761
  {
12482
11762
  "kind": "Content",
@@ -12487,14 +11767,6 @@
12487
11767
  "text": "UserInfoKeys",
12488
11768
  "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12489
11769
  },
12490
- {
12491
- "kind": "Content",
12492
- "text": ", value: "
12493
- },
12494
- {
12495
- "kind": "Content",
12496
- "text": "string"
12497
- },
12498
11770
  {
12499
11771
  "kind": "Content",
12500
11772
  "text": "): "
@@ -12510,8 +11782,8 @@
12510
11782
  ],
12511
11783
  "isStatic": false,
12512
11784
  "returnTypeTokenRange": {
12513
- "startIndex": 6,
12514
- "endIndex": 7
11785
+ "startIndex": 4,
11786
+ "endIndex": 5
12515
11787
  },
12516
11788
  "releaseTag": "Public",
12517
11789
  "isProtected": false,
@@ -12524,33 +11796,56 @@
12524
11796
  "endIndex": 3
12525
11797
  },
12526
11798
  "isOptional": false
12527
- },
12528
- {
12529
- "parameterName": "value",
12530
- "parameterTypeTokenRange": {
12531
- "startIndex": 4,
12532
- "endIndex": 5
12533
- },
12534
- "isOptional": false
12535
11799
  }
12536
11800
  ],
12537
11801
  "isOptional": false,
12538
11802
  "isAbstract": false,
12539
- "name": "setSessionStorageItem"
11803
+ "name": "removeSessionStorageItem"
12540
11804
  },
12541
11805
  {
12542
- "kind": "Method",
12543
- "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setStorageKeyPrefix:member(1)",
11806
+ "kind": "Property",
11807
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#returnUrl:member",
12544
11808
  "docComment": "",
12545
11809
  "excerptTokens": [
12546
11810
  {
12547
11811
  "kind": "Content",
12548
- "text": "setStorageKeyPrefix(prefix: "
11812
+ "text": "returnUrl: "
12549
11813
  },
12550
11814
  {
12551
11815
  "kind": "Content",
12552
11816
  "text": "string"
12553
11817
  },
11818
+ {
11819
+ "kind": "Content",
11820
+ "text": ";"
11821
+ }
11822
+ ],
11823
+ "isReadonly": false,
11824
+ "isOptional": false,
11825
+ "releaseTag": "Public",
11826
+ "name": "returnUrl",
11827
+ "propertyTypeTokenRange": {
11828
+ "startIndex": 1,
11829
+ "endIndex": 2
11830
+ },
11831
+ "isStatic": false,
11832
+ "isProtected": false,
11833
+ "isAbstract": false
11834
+ },
11835
+ {
11836
+ "kind": "Method",
11837
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setAuthResult:member(1)",
11838
+ "docComment": "",
11839
+ "excerptTokens": [
11840
+ {
11841
+ "kind": "Content",
11842
+ "text": "setAuthResult(result: "
11843
+ },
11844
+ {
11845
+ "kind": "Reference",
11846
+ "text": "Message",
11847
+ "canonicalReference": "@genesislcap/foundation-comms!Message:type"
11848
+ },
12554
11849
  {
12555
11850
  "kind": "Content",
12556
11851
  "text": "): "
@@ -12574,7 +11869,7 @@
12574
11869
  "overloadIndex": 1,
12575
11870
  "parameters": [
12576
11871
  {
12577
- "parameterName": "prefix",
11872
+ "parameterName": "result",
12578
11873
  "parameterTypeTokenRange": {
12579
11874
  "startIndex": 1,
12580
11875
  "endIndex": 2
@@ -12584,363 +11879,287 @@
12584
11879
  ],
12585
11880
  "isOptional": false,
12586
11881
  "isAbstract": false,
12587
- "name": "setStorageKeyPrefix"
12588
- }
12589
- ],
12590
- "implementsTokenRanges": [
12591
- {
12592
- "startIndex": 1,
12593
- "endIndex": 2
12594
- }
12595
- ]
12596
- },
12597
- {
12598
- "kind": "Interface",
12599
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasource:interface",
12600
- "docComment": "/**\n * EntityDatasource DI interface.\n *\n * @remarks\n *\n * A simple streaming datasource cache used mainly by services that employ DTO mappers.\n *\n * @example\n *\n * An example service using an underlying EntityDatasource:\n * ```ts\n * export class DefaultDomainService implements DomainService {\n * constructor(\n * @EntityDatasource protected datasource: EntityDatasource<DomainDTO, DomainEntity>,\n * @DomainDTOMapper protected mapper: DomainDTOMapper,\n * @optional(DomainServiceConfig) private config = defaultConfig\n * ) {}\n *\n * get initialized = () {\n * return this.datasource.initialized;\n * }\n *\n * initialize = async (init) => {\n * await this.datasource.initialize({\n * mapper: this.mapper,\n * options: {\n * resourceName: this.config.resourceName,\n * ...init,\n * },\n * });\n * return this.initialized;\n * };\n *\n * list = () => this.datasource.cache;\n *\n * get = async (id: string) => this.datasource.cache.find((entity) => entity.id === id);\n *\n * action = async (id: string, message?: string): Promise<Message> => {\n * return this.commitEvent('EVENT_DOMAIN_ACTION', { id, message });\n * };\n *\n * private async commitEvent(event: string, entity: Partial<DomainEntity>) {\n * const msg = await this.connect.commitEvent(event, {\n * DETAILS: this.mapper.toDTO(entity),\n * IGNORE_WARNINGS: true,\n * VALIDATE: false,\n * });\n * return messageOrThrow(msg);\n * }\n * ```\n *\n * @alpha\n */\n",
12601
- "excerptTokens": [
12602
- {
12603
- "kind": "Content",
12604
- "text": "export interface EntityDatasource<TDTO, TEntity> "
12605
- }
12606
- ],
12607
- "fileUrlPath": "src/datasource/entityDatasource.ts",
12608
- "releaseTag": "Alpha",
12609
- "typeParameters": [
12610
- {
12611
- "typeParameterName": "TDTO",
12612
- "constraintTokenRange": {
12613
- "startIndex": 0,
12614
- "endIndex": 0
12615
- },
12616
- "defaultTypeTokenRange": {
12617
- "startIndex": 0,
12618
- "endIndex": 0
12619
- }
11882
+ "name": "setAuthResult"
12620
11883
  },
12621
11884
  {
12622
- "typeParameterName": "TEntity",
12623
- "constraintTokenRange": {
12624
- "startIndex": 0,
12625
- "endIndex": 0
12626
- },
12627
- "defaultTypeTokenRange": {
12628
- "startIndex": 0,
12629
- "endIndex": 0
12630
- }
12631
- }
12632
- ],
12633
- "name": "EntityDatasource",
12634
- "preserveMemberOrder": false,
12635
- "members": [
12636
- {
12637
- "kind": "PropertySignature",
12638
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasource#cache:member",
12639
- "docComment": "/**\n * @remarks\n *\n * In-memory entity cache.\n */\n",
11885
+ "kind": "Method",
11886
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setItem:member(1)",
11887
+ "docComment": "",
12640
11888
  "excerptTokens": [
12641
11889
  {
12642
11890
  "kind": "Content",
12643
- "text": "readonly cache: "
11891
+ "text": "setItem(key: "
11892
+ },
11893
+ {
11894
+ "kind": "Content",
11895
+ "text": "string | "
11896
+ },
11897
+ {
11898
+ "kind": "Reference",
11899
+ "text": "UserInfoKeys",
11900
+ "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
11901
+ },
11902
+ {
11903
+ "kind": "Content",
11904
+ "text": ", value: "
11905
+ },
11906
+ {
11907
+ "kind": "Content",
11908
+ "text": "string"
11909
+ },
11910
+ {
11911
+ "kind": "Content",
11912
+ "text": ", storage: "
11913
+ },
11914
+ {
11915
+ "kind": "Reference",
11916
+ "text": "StorageType",
11917
+ "canonicalReference": "@genesislcap/foundation-comms!StorageType:type"
11918
+ },
11919
+ {
11920
+ "kind": "Content",
11921
+ "text": "): "
12644
11922
  },
12645
11923
  {
12646
11924
  "kind": "Content",
12647
- "text": "TEntity[]"
11925
+ "text": "void"
12648
11926
  },
12649
11927
  {
12650
11928
  "kind": "Content",
12651
11929
  "text": ";"
12652
11930
  }
12653
11931
  ],
12654
- "isReadonly": true,
12655
- "isOptional": false,
12656
- "releaseTag": "Alpha",
12657
- "name": "cache",
12658
- "propertyTypeTokenRange": {
12659
- "startIndex": 1,
12660
- "endIndex": 2
12661
- }
12662
- },
12663
- {
12664
- "kind": "MethodSignature",
12665
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasource#disconnect:member(1)",
12666
- "docComment": "/**\n * @remarks\n *\n * Disconnect and reset cache.\n */\n",
12667
- "excerptTokens": [
11932
+ "isStatic": false,
11933
+ "returnTypeTokenRange": {
11934
+ "startIndex": 8,
11935
+ "endIndex": 9
11936
+ },
11937
+ "releaseTag": "Public",
11938
+ "isProtected": false,
11939
+ "overloadIndex": 1,
11940
+ "parameters": [
12668
11941
  {
12669
- "kind": "Content",
12670
- "text": "disconnect(): "
11942
+ "parameterName": "key",
11943
+ "parameterTypeTokenRange": {
11944
+ "startIndex": 1,
11945
+ "endIndex": 3
11946
+ },
11947
+ "isOptional": false
12671
11948
  },
12672
11949
  {
12673
- "kind": "Content",
12674
- "text": "void"
11950
+ "parameterName": "value",
11951
+ "parameterTypeTokenRange": {
11952
+ "startIndex": 4,
11953
+ "endIndex": 5
11954
+ },
11955
+ "isOptional": false
12675
11956
  },
12676
11957
  {
12677
- "kind": "Content",
12678
- "text": ";"
11958
+ "parameterName": "storage",
11959
+ "parameterTypeTokenRange": {
11960
+ "startIndex": 6,
11961
+ "endIndex": 7
11962
+ },
11963
+ "isOptional": false
12679
11964
  }
12680
11965
  ],
12681
11966
  "isOptional": false,
12682
- "returnTypeTokenRange": {
12683
- "startIndex": 1,
12684
- "endIndex": 2
12685
- },
12686
- "releaseTag": "Alpha",
12687
- "overloadIndex": 1,
12688
- "parameters": [],
12689
- "name": "disconnect"
11967
+ "isAbstract": false,
11968
+ "name": "setItem"
12690
11969
  },
12691
11970
  {
12692
- "kind": "MethodSignature",
12693
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasource#initialize:member(1)",
12694
- "docComment": "/**\n * @remarks\n *\n * Initialize datasource.\n */\n",
11971
+ "kind": "Method",
11972
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setLocalStorageItem:member(1)",
11973
+ "docComment": "",
12695
11974
  "excerptTokens": [
12696
11975
  {
12697
11976
  "kind": "Content",
12698
- "text": "initialize(init: "
11977
+ "text": "setLocalStorageItem(key: "
11978
+ },
11979
+ {
11980
+ "kind": "Content",
11981
+ "text": "string | "
12699
11982
  },
12700
11983
  {
12701
11984
  "kind": "Reference",
12702
- "text": "EntityDatasourceInit",
12703
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasourceInit:interface"
11985
+ "text": "UserInfoKeys",
11986
+ "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12704
11987
  },
12705
11988
  {
12706
11989
  "kind": "Content",
12707
- "text": "<TDTO, TEntity>"
11990
+ "text": ", value: "
12708
11991
  },
12709
11992
  {
12710
11993
  "kind": "Content",
12711
- "text": "): "
11994
+ "text": "string"
12712
11995
  },
12713
11996
  {
12714
- "kind": "Reference",
12715
- "text": "Promise",
12716
- "canonicalReference": "!Promise:interface"
11997
+ "kind": "Content",
11998
+ "text": "): "
12717
11999
  },
12718
12000
  {
12719
12001
  "kind": "Content",
12720
- "text": "<boolean>"
12002
+ "text": "void"
12721
12003
  },
12722
12004
  {
12723
12005
  "kind": "Content",
12724
12006
  "text": ";"
12725
12007
  }
12726
12008
  ],
12727
- "isOptional": false,
12009
+ "isStatic": false,
12728
12010
  "returnTypeTokenRange": {
12729
- "startIndex": 4,
12730
- "endIndex": 6
12011
+ "startIndex": 6,
12012
+ "endIndex": 7
12731
12013
  },
12732
- "releaseTag": "Alpha",
12014
+ "releaseTag": "Public",
12015
+ "isProtected": false,
12733
12016
  "overloadIndex": 1,
12734
12017
  "parameters": [
12735
12018
  {
12736
- "parameterName": "init",
12019
+ "parameterName": "key",
12737
12020
  "parameterTypeTokenRange": {
12738
12021
  "startIndex": 1,
12739
12022
  "endIndex": 3
12740
12023
  },
12741
12024
  "isOptional": false
12025
+ },
12026
+ {
12027
+ "parameterName": "value",
12028
+ "parameterTypeTokenRange": {
12029
+ "startIndex": 4,
12030
+ "endIndex": 5
12031
+ },
12032
+ "isOptional": false
12742
12033
  }
12743
12034
  ],
12744
- "name": "initialize"
12035
+ "isOptional": false,
12036
+ "isAbstract": false,
12037
+ "name": "setLocalStorageItem"
12745
12038
  },
12746
12039
  {
12747
- "kind": "PropertySignature",
12748
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasource#initialized:member",
12749
- "docComment": "/**\n * @remarks\n *\n * Datasource initialized.\n */\n",
12040
+ "kind": "Method",
12041
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setSessionStorageItem:member(1)",
12042
+ "docComment": "",
12750
12043
  "excerptTokens": [
12751
12044
  {
12752
12045
  "kind": "Content",
12753
- "text": "readonly initialized: "
12046
+ "text": "setSessionStorageItem(key: "
12754
12047
  },
12755
12048
  {
12756
12049
  "kind": "Content",
12757
- "text": "boolean"
12050
+ "text": "string | "
12758
12051
  },
12759
12052
  {
12760
- "kind": "Content",
12761
- "text": ";"
12762
- }
12763
- ],
12764
- "isReadonly": true,
12765
- "isOptional": false,
12766
- "releaseTag": "Alpha",
12767
- "name": "initialized",
12768
- "propertyTypeTokenRange": {
12769
- "startIndex": 1,
12770
- "endIndex": 2
12771
- }
12772
- },
12773
- {
12774
- "kind": "PropertySignature",
12775
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasource#isEmpty:member",
12776
- "docComment": "/**\n * @remarks\n *\n * Cache is empty / awaiting first result.\n */\n",
12777
- "excerptTokens": [
12778
- {
12779
- "kind": "Content",
12780
- "text": "readonly isEmpty: "
12053
+ "kind": "Reference",
12054
+ "text": "UserInfoKeys",
12055
+ "canonicalReference": "@genesislcap/foundation-comms!~UserInfoKeys:type"
12781
12056
  },
12782
12057
  {
12783
12058
  "kind": "Content",
12784
- "text": "boolean"
12059
+ "text": ", value: "
12785
12060
  },
12786
12061
  {
12787
12062
  "kind": "Content",
12788
- "text": ";"
12789
- }
12790
- ],
12791
- "isReadonly": true,
12792
- "isOptional": false,
12793
- "releaseTag": "Alpha",
12794
- "name": "isEmpty",
12795
- "propertyTypeTokenRange": {
12796
- "startIndex": 1,
12797
- "endIndex": 2
12798
- }
12799
- }
12800
- ],
12801
- "extendsTokenRanges": []
12802
- },
12803
- {
12804
- "kind": "Interface",
12805
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasourceInit:interface",
12806
- "docComment": "/**\n * EntityDatasourceInit interface.\n *\n * @alpha\n */\n",
12807
- "excerptTokens": [
12808
- {
12809
- "kind": "Content",
12810
- "text": "export interface EntityDatasourceInit<TDTO, TEntity> "
12811
- }
12812
- ],
12813
- "fileUrlPath": "src/datasource/entityDatasource.ts",
12814
- "releaseTag": "Alpha",
12815
- "typeParameters": [
12816
- {
12817
- "typeParameterName": "TDTO",
12818
- "constraintTokenRange": {
12819
- "startIndex": 0,
12820
- "endIndex": 0
12821
- },
12822
- "defaultTypeTokenRange": {
12823
- "startIndex": 0,
12824
- "endIndex": 0
12825
- }
12826
- },
12827
- {
12828
- "typeParameterName": "TEntity",
12829
- "constraintTokenRange": {
12830
- "startIndex": 0,
12831
- "endIndex": 0
12832
- },
12833
- "defaultTypeTokenRange": {
12834
- "startIndex": 0,
12835
- "endIndex": 0
12836
- }
12837
- }
12838
- ],
12839
- "name": "EntityDatasourceInit",
12840
- "preserveMemberOrder": false,
12841
- "members": [
12842
- {
12843
- "kind": "PropertySignature",
12844
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasourceInit#fetchMeta:member",
12845
- "docComment": "",
12846
- "excerptTokens": [
12063
+ "text": "string"
12064
+ },
12847
12065
  {
12848
12066
  "kind": "Content",
12849
- "text": "fetchMeta?: "
12067
+ "text": "): "
12850
12068
  },
12851
12069
  {
12852
12070
  "kind": "Content",
12853
- "text": "boolean"
12071
+ "text": "void"
12854
12072
  },
12855
12073
  {
12856
12074
  "kind": "Content",
12857
12075
  "text": ";"
12858
12076
  }
12859
12077
  ],
12860
- "isReadonly": false,
12861
- "isOptional": true,
12862
- "releaseTag": "Alpha",
12863
- "name": "fetchMeta",
12864
- "propertyTypeTokenRange": {
12865
- "startIndex": 1,
12866
- "endIndex": 2
12867
- }
12868
- },
12869
- {
12870
- "kind": "PropertySignature",
12871
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasourceInit#mapper:member",
12872
- "docComment": "",
12873
- "excerptTokens": [
12874
- {
12875
- "kind": "Content",
12876
- "text": "mapper: "
12877
- },
12878
- {
12879
- "kind": "Reference",
12880
- "text": "DTOMapper",
12881
- "canonicalReference": "@genesislcap/foundation-utils!DTOMapper:interface"
12882
- },
12078
+ "isStatic": false,
12079
+ "returnTypeTokenRange": {
12080
+ "startIndex": 6,
12081
+ "endIndex": 7
12082
+ },
12083
+ "releaseTag": "Public",
12084
+ "isProtected": false,
12085
+ "overloadIndex": 1,
12086
+ "parameters": [
12883
12087
  {
12884
- "kind": "Content",
12885
- "text": "<TDTO, TEntity>"
12088
+ "parameterName": "key",
12089
+ "parameterTypeTokenRange": {
12090
+ "startIndex": 1,
12091
+ "endIndex": 3
12092
+ },
12093
+ "isOptional": false
12886
12094
  },
12887
12095
  {
12888
- "kind": "Content",
12889
- "text": ";"
12096
+ "parameterName": "value",
12097
+ "parameterTypeTokenRange": {
12098
+ "startIndex": 4,
12099
+ "endIndex": 5
12100
+ },
12101
+ "isOptional": false
12890
12102
  }
12891
12103
  ],
12892
- "isReadonly": false,
12893
12104
  "isOptional": false,
12894
- "releaseTag": "Alpha",
12895
- "name": "mapper",
12896
- "propertyTypeTokenRange": {
12897
- "startIndex": 1,
12898
- "endIndex": 3
12899
- }
12105
+ "isAbstract": false,
12106
+ "name": "setSessionStorageItem"
12900
12107
  },
12901
12108
  {
12902
- "kind": "PropertySignature",
12903
- "canonicalReference": "@genesislcap/foundation-comms!EntityDatasourceInit#options:member",
12109
+ "kind": "Method",
12110
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultSession#setStorageKeyPrefix:member(1)",
12904
12111
  "docComment": "",
12905
12112
  "excerptTokens": [
12906
12113
  {
12907
12114
  "kind": "Content",
12908
- "text": "options: "
12909
- },
12910
- {
12911
- "kind": "Reference",
12912
- "text": "Omit",
12913
- "canonicalReference": "!Omit:type"
12115
+ "text": "setStorageKeyPrefix(prefix: "
12914
12116
  },
12915
12117
  {
12916
12118
  "kind": "Content",
12917
- "text": "<"
12119
+ "text": "string"
12918
12120
  },
12919
12121
  {
12920
- "kind": "Reference",
12921
- "text": "DatasourceOptions",
12922
- "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions:interface"
12122
+ "kind": "Content",
12123
+ "text": "): "
12923
12124
  },
12924
12125
  {
12925
12126
  "kind": "Content",
12926
- "text": ", 'isSnapshot'>"
12127
+ "text": "void"
12927
12128
  },
12928
12129
  {
12929
12130
  "kind": "Content",
12930
12131
  "text": ";"
12931
12132
  }
12932
12133
  ],
12933
- "isReadonly": false,
12134
+ "isStatic": false,
12135
+ "returnTypeTokenRange": {
12136
+ "startIndex": 3,
12137
+ "endIndex": 4
12138
+ },
12139
+ "releaseTag": "Public",
12140
+ "isProtected": false,
12141
+ "overloadIndex": 1,
12142
+ "parameters": [
12143
+ {
12144
+ "parameterName": "prefix",
12145
+ "parameterTypeTokenRange": {
12146
+ "startIndex": 1,
12147
+ "endIndex": 2
12148
+ },
12149
+ "isOptional": false
12150
+ }
12151
+ ],
12934
12152
  "isOptional": false,
12935
- "releaseTag": "Alpha",
12936
- "name": "options",
12937
- "propertyTypeTokenRange": {
12938
- "startIndex": 1,
12939
- "endIndex": 5
12940
- }
12153
+ "isAbstract": false,
12154
+ "name": "setStorageKeyPrefix"
12941
12155
  }
12942
12156
  ],
12943
- "extendsTokenRanges": []
12157
+ "implementsTokenRanges": [
12158
+ {
12159
+ "startIndex": 1,
12160
+ "endIndex": 2
12161
+ }
12162
+ ]
12944
12163
  },
12945
12164
  {
12946
12165
  "kind": "Enum",