@genesislcap/foundation-comms 14.291.2-alpha-39f1157.0 → 14.292.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/dts/connect/connect.d.ts.map +1 -1
  2. package/dist/dts/connect/connect.events.d.ts +0 -64
  3. package/dist/dts/connect/connect.events.d.ts.map +1 -1
  4. package/dist/dts/connect/http.connect.d.ts.map +1 -1
  5. package/dist/dts/datasource/datasource.config.d.ts.map +1 -1
  6. package/dist/dts/datasource/datasource.d.ts +1 -9
  7. package/dist/dts/datasource/datasource.d.ts.map +1 -1
  8. package/dist/dts/datasource/datasource.types.d.ts +0 -5
  9. package/dist/dts/datasource/datasource.types.d.ts.map +1 -1
  10. package/dist/dts/testing/mocks/datasource/datasource.d.ts +0 -1
  11. package/dist/dts/testing/mocks/datasource/datasource.d.ts.map +1 -1
  12. package/dist/esm/connect/connect.events.js +0 -42
  13. package/dist/esm/connect/connect.js +1 -5
  14. package/dist/esm/connect/http.connect.js +3 -4
  15. package/dist/esm/connect/http.connect.types.js +3 -3
  16. package/dist/esm/datasource/datasource.config.js +0 -1
  17. package/dist/esm/datasource/datasource.js +8 -22
  18. package/dist/esm/testing/mocks/datasource/datasource.js +0 -3
  19. package/dist/foundation-comms.api.json +100 -917
  20. package/dist/foundation-comms.d.ts +0 -84
  21. package/docs/api/foundation-comms.connectevents.md +0 -2
  22. package/docs/api/foundation-comms.connecteventsemitter.md +0 -2
  23. package/docs/api/foundation-comms.datasource.md +0 -1
  24. package/docs/api/foundation-comms.datasourceoptions.md +0 -1
  25. package/docs/api/foundation-comms.defaultconnectevents.md +0 -4
  26. package/docs/api/foundation-comms.defaultdatasource.md +0 -2
  27. package/docs/api/foundation-comms.md +0 -6
  28. package/docs/api-report.md +0 -56
  29. package/package.json +13 -13
  30. package/docs/api/foundation-comms.commitackevent.md +0 -14
  31. package/docs/api/foundation-comms.commitackeventdetail.md +0 -17
  32. package/docs/api/foundation-comms.commitackeventtype.md +0 -12
  33. package/docs/api/foundation-comms.commitresponseevent.md +0 -14
  34. package/docs/api/foundation-comms.commitresponseeventdetail.md +0 -17
  35. package/docs/api/foundation-comms.commitresponseeventtype.md +0 -12
  36. package/docs/api/foundation-comms.connectevents.addcommitacklistener.md +0 -24
  37. package/docs/api/foundation-comms.connectevents.addcommitresponselistener.md +0 -24
  38. package/docs/api/foundation-comms.connecteventsemitter.oncommitackevent.md +0 -25
  39. package/docs/api/foundation-comms.connecteventsemitter.oncommitresponseevent.md +0 -25
  40. package/docs/api/foundation-comms.datasource.triggerpoll.md +0 -17
  41. package/docs/api/foundation-comms.datasourceoptions.polltriggerevents.md +0 -18
  42. package/docs/api/foundation-comms.defaultconnectevents.addcommitacklistener.md +0 -24
  43. package/docs/api/foundation-comms.defaultconnectevents.addcommitresponselistener.md +0 -24
  44. package/docs/api/foundation-comms.defaultconnectevents.oncommitackevent.md +0 -25
  45. package/docs/api/foundation-comms.defaultconnectevents.oncommitresponseevent.md +0 -25
  46. package/docs/api/foundation-comms.defaultdatasource.connectevents.md +0 -11
  47. package/docs/api/foundation-comms.defaultdatasource.triggerpoll.md +0 -15
@@ -999,108 +999,6 @@
999
999
  "endIndex": 2
1000
1000
  }
1001
1001
  },
1002
- {
1003
- "kind": "TypeAlias",
1004
- "canonicalReference": "@genesislcap/foundation-comms!CommitAckEvent:type",
1005
- "docComment": "/**\n * @public\n */\n",
1006
- "excerptTokens": [
1007
- {
1008
- "kind": "Content",
1009
- "text": "export type CommitAckEvent = "
1010
- },
1011
- {
1012
- "kind": "Reference",
1013
- "text": "CustomEvent",
1014
- "canonicalReference": "!CustomEvent:interface"
1015
- },
1016
- {
1017
- "kind": "Content",
1018
- "text": "<"
1019
- },
1020
- {
1021
- "kind": "Reference",
1022
- "text": "CommitAckEventDetail",
1023
- "canonicalReference": "@genesislcap/foundation-comms!CommitAckEventDetail:type"
1024
- },
1025
- {
1026
- "kind": "Content",
1027
- "text": ">"
1028
- },
1029
- {
1030
- "kind": "Content",
1031
- "text": ";"
1032
- }
1033
- ],
1034
- "fileUrlPath": "src/connect/connect.events.ts",
1035
- "releaseTag": "Public",
1036
- "name": "CommitAckEvent",
1037
- "typeTokenRange": {
1038
- "startIndex": 1,
1039
- "endIndex": 5
1040
- }
1041
- },
1042
- {
1043
- "kind": "TypeAlias",
1044
- "canonicalReference": "@genesislcap/foundation-comms!CommitAckEventDetail:type",
1045
- "docComment": "/**\n * @public\n */\n",
1046
- "excerptTokens": [
1047
- {
1048
- "kind": "Content",
1049
- "text": "export type CommitAckEventDetail = "
1050
- },
1051
- {
1052
- "kind": "Content",
1053
- "text": "{\n eventName: string;\n ack: "
1054
- },
1055
- {
1056
- "kind": "Reference",
1057
- "text": "Message",
1058
- "canonicalReference": "@genesislcap/foundation-comms!Message:type"
1059
- },
1060
- {
1061
- "kind": "Content",
1062
- "text": ";\n}"
1063
- },
1064
- {
1065
- "kind": "Content",
1066
- "text": ";"
1067
- }
1068
- ],
1069
- "fileUrlPath": "src/connect/connect.events.ts",
1070
- "releaseTag": "Public",
1071
- "name": "CommitAckEventDetail",
1072
- "typeTokenRange": {
1073
- "startIndex": 1,
1074
- "endIndex": 4
1075
- }
1076
- },
1077
- {
1078
- "kind": "Variable",
1079
- "canonicalReference": "@genesislcap/foundation-comms!CommitAckEventType:var",
1080
- "docComment": "/**\n * @public\n */\n",
1081
- "excerptTokens": [
1082
- {
1083
- "kind": "Content",
1084
- "text": "CommitAckEventType = "
1085
- },
1086
- {
1087
- "kind": "Content",
1088
- "text": "\"connect-commit-ack-event\""
1089
- }
1090
- ],
1091
- "fileUrlPath": "src/connect/connect.events.ts",
1092
- "initializerTokenRange": {
1093
- "startIndex": 1,
1094
- "endIndex": 2
1095
- },
1096
- "isReadonly": true,
1097
- "releaseTag": "Public",
1098
- "name": "CommitAckEventType",
1099
- "variableTypeTokenRange": {
1100
- "startIndex": 0,
1101
- "endIndex": 0
1102
- }
1103
- },
1104
1002
  {
1105
1003
  "kind": "TypeAlias",
1106
1004
  "canonicalReference": "@genesislcap/foundation-comms!CommitEvent:type",
@@ -1229,108 +1127,6 @@
1229
1127
  "endIndex": 2
1230
1128
  }
1231
1129
  },
1232
- {
1233
- "kind": "TypeAlias",
1234
- "canonicalReference": "@genesislcap/foundation-comms!CommitResponseEvent:type",
1235
- "docComment": "/**\n * @public\n */\n",
1236
- "excerptTokens": [
1237
- {
1238
- "kind": "Content",
1239
- "text": "export type CommitResponseEvent = "
1240
- },
1241
- {
1242
- "kind": "Reference",
1243
- "text": "CustomEvent",
1244
- "canonicalReference": "!CustomEvent:interface"
1245
- },
1246
- {
1247
- "kind": "Content",
1248
- "text": "<"
1249
- },
1250
- {
1251
- "kind": "Reference",
1252
- "text": "CommitResponseEventDetail",
1253
- "canonicalReference": "@genesislcap/foundation-comms!CommitResponseEventDetail:type"
1254
- },
1255
- {
1256
- "kind": "Content",
1257
- "text": ">"
1258
- },
1259
- {
1260
- "kind": "Content",
1261
- "text": ";"
1262
- }
1263
- ],
1264
- "fileUrlPath": "src/connect/connect.events.ts",
1265
- "releaseTag": "Public",
1266
- "name": "CommitResponseEvent",
1267
- "typeTokenRange": {
1268
- "startIndex": 1,
1269
- "endIndex": 5
1270
- }
1271
- },
1272
- {
1273
- "kind": "TypeAlias",
1274
- "canonicalReference": "@genesislcap/foundation-comms!CommitResponseEventDetail:type",
1275
- "docComment": "/**\n * @public\n */\n",
1276
- "excerptTokens": [
1277
- {
1278
- "kind": "Content",
1279
- "text": "export type CommitResponseEventDetail = "
1280
- },
1281
- {
1282
- "kind": "Content",
1283
- "text": "{\n eventName: string;\n response: "
1284
- },
1285
- {
1286
- "kind": "Reference",
1287
- "text": "Message",
1288
- "canonicalReference": "@genesislcap/foundation-comms!Message:type"
1289
- },
1290
- {
1291
- "kind": "Content",
1292
- "text": ";\n}"
1293
- },
1294
- {
1295
- "kind": "Content",
1296
- "text": ";"
1297
- }
1298
- ],
1299
- "fileUrlPath": "src/connect/connect.events.ts",
1300
- "releaseTag": "Public",
1301
- "name": "CommitResponseEventDetail",
1302
- "typeTokenRange": {
1303
- "startIndex": 1,
1304
- "endIndex": 4
1305
- }
1306
- },
1307
- {
1308
- "kind": "Variable",
1309
- "canonicalReference": "@genesislcap/foundation-comms!CommitResponseEventType:var",
1310
- "docComment": "/**\n * @public\n */\n",
1311
- "excerptTokens": [
1312
- {
1313
- "kind": "Content",
1314
- "text": "CommitResponseEventType = "
1315
- },
1316
- {
1317
- "kind": "Content",
1318
- "text": "\"connect-commit-response-event\""
1319
- }
1320
- ],
1321
- "fileUrlPath": "src/connect/connect.events.ts",
1322
- "initializerTokenRange": {
1323
- "startIndex": 1,
1324
- "endIndex": 2
1325
- },
1326
- "isReadonly": true,
1327
- "releaseTag": "Public",
1328
- "name": "CommitResponseEventType",
1329
- "variableTypeTokenRange": {
1330
- "startIndex": 0,
1331
- "endIndex": 0
1332
- }
1333
- },
1334
1130
  {
1335
1131
  "kind": "Interface",
1336
1132
  "canonicalReference": "@genesislcap/foundation-comms!Connect:interface",
@@ -2531,65 +2327,6 @@
2531
2327
  "name": "ConnectEvents",
2532
2328
  "preserveMemberOrder": false,
2533
2329
  "members": [
2534
- {
2535
- "kind": "MethodSignature",
2536
- "canonicalReference": "@genesislcap/foundation-comms!ConnectEvents#addCommitAckListener:member(1)",
2537
- "docComment": "/**\n * Add a commit ack listener.\n *\n * @param listener - A listener callback function.\n */\n",
2538
- "excerptTokens": [
2539
- {
2540
- "kind": "Content",
2541
- "text": "addCommitAckListener(listener: "
2542
- },
2543
- {
2544
- "kind": "Reference",
2545
- "text": "Listener",
2546
- "canonicalReference": "@genesislcap/foundation-utils!Listener:type"
2547
- },
2548
- {
2549
- "kind": "Content",
2550
- "text": "<"
2551
- },
2552
- {
2553
- "kind": "Reference",
2554
- "text": "CommitAckEvent",
2555
- "canonicalReference": "@genesislcap/foundation-comms!CommitAckEvent:type"
2556
- },
2557
- {
2558
- "kind": "Content",
2559
- "text": ">"
2560
- },
2561
- {
2562
- "kind": "Content",
2563
- "text": "): "
2564
- },
2565
- {
2566
- "kind": "Content",
2567
- "text": "() => void"
2568
- },
2569
- {
2570
- "kind": "Content",
2571
- "text": ";"
2572
- }
2573
- ],
2574
- "isOptional": false,
2575
- "returnTypeTokenRange": {
2576
- "startIndex": 6,
2577
- "endIndex": 7
2578
- },
2579
- "releaseTag": "Public",
2580
- "overloadIndex": 1,
2581
- "parameters": [
2582
- {
2583
- "parameterName": "listener",
2584
- "parameterTypeTokenRange": {
2585
- "startIndex": 1,
2586
- "endIndex": 5
2587
- },
2588
- "isOptional": false
2589
- }
2590
- ],
2591
- "name": "addCommitAckListener"
2592
- },
2593
2330
  {
2594
2331
  "kind": "MethodSignature",
2595
2332
  "canonicalReference": "@genesislcap/foundation-comms!ConnectEvents#addCommitListener:member(1)",
@@ -2649,65 +2386,6 @@
2649
2386
  ],
2650
2387
  "name": "addCommitListener"
2651
2388
  },
2652
- {
2653
- "kind": "MethodSignature",
2654
- "canonicalReference": "@genesislcap/foundation-comms!ConnectEvents#addCommitResponseListener:member(1)",
2655
- "docComment": "/**\n * Add a commit response listener (fires for both ack and nack).\n *\n * @param listener - A listener callback function.\n */\n",
2656
- "excerptTokens": [
2657
- {
2658
- "kind": "Content",
2659
- "text": "addCommitResponseListener(listener: "
2660
- },
2661
- {
2662
- "kind": "Reference",
2663
- "text": "Listener",
2664
- "canonicalReference": "@genesislcap/foundation-utils!Listener:type"
2665
- },
2666
- {
2667
- "kind": "Content",
2668
- "text": "<"
2669
- },
2670
- {
2671
- "kind": "Reference",
2672
- "text": "CommitResponseEvent",
2673
- "canonicalReference": "@genesislcap/foundation-comms!CommitResponseEvent:type"
2674
- },
2675
- {
2676
- "kind": "Content",
2677
- "text": ">"
2678
- },
2679
- {
2680
- "kind": "Content",
2681
- "text": "): "
2682
- },
2683
- {
2684
- "kind": "Content",
2685
- "text": "() => void"
2686
- },
2687
- {
2688
- "kind": "Content",
2689
- "text": ";"
2690
- }
2691
- ],
2692
- "isOptional": false,
2693
- "returnTypeTokenRange": {
2694
- "startIndex": 6,
2695
- "endIndex": 7
2696
- },
2697
- "releaseTag": "Public",
2698
- "overloadIndex": 1,
2699
- "parameters": [
2700
- {
2701
- "parameterName": "listener",
2702
- "parameterTypeTokenRange": {
2703
- "startIndex": 1,
2704
- "endIndex": 5
2705
- },
2706
- "isOptional": false
2707
- }
2708
- ],
2709
- "name": "addCommitResponseListener"
2710
- },
2711
2389
  {
2712
2390
  "kind": "MethodSignature",
2713
2391
  "canonicalReference": "@genesislcap/foundation-comms!ConnectEvents#addMetadataListener:member(1)",
@@ -2899,152 +2577,28 @@
2899
2577
  "text": "export interface ConnectEventsEmitter extends "
2900
2578
  },
2901
2579
  {
2902
- "kind": "Reference",
2903
- "text": "ConnectEvents",
2904
- "canonicalReference": "@genesislcap/foundation-comms!ConnectEvents:interface"
2905
- },
2906
- {
2907
- "kind": "Content",
2908
- "text": " "
2909
- }
2910
- ],
2911
- "fileUrlPath": "src/connect/connect.events.ts",
2912
- "releaseTag": "Public",
2913
- "name": "ConnectEventsEmitter",
2914
- "preserveMemberOrder": false,
2915
- "members": [
2916
- {
2917
- "kind": "MethodSignature",
2918
- "canonicalReference": "@genesislcap/foundation-comms!ConnectEventsEmitter#onCommitAckEvent:member(1)",
2919
- "docComment": "/**\n * Called by Connect when a commit ack is received.\n *\n * @param eventName - The name of the event.\n *\n * @param ack - The ack message from the server.\n */\n",
2920
- "excerptTokens": [
2921
- {
2922
- "kind": "Content",
2923
- "text": "onCommitAckEvent(eventName: "
2924
- },
2925
- {
2926
- "kind": "Content",
2927
- "text": "string"
2928
- },
2929
- {
2930
- "kind": "Content",
2931
- "text": ", ack: "
2932
- },
2933
- {
2934
- "kind": "Reference",
2935
- "text": "Message",
2936
- "canonicalReference": "@genesislcap/foundation-comms!Message:type"
2937
- },
2938
- {
2939
- "kind": "Content",
2940
- "text": "): "
2941
- },
2942
- {
2943
- "kind": "Content",
2944
- "text": "void"
2945
- },
2946
- {
2947
- "kind": "Content",
2948
- "text": ";"
2949
- }
2950
- ],
2951
- "isOptional": false,
2952
- "returnTypeTokenRange": {
2953
- "startIndex": 5,
2954
- "endIndex": 6
2955
- },
2956
- "releaseTag": "Public",
2957
- "overloadIndex": 1,
2958
- "parameters": [
2959
- {
2960
- "parameterName": "eventName",
2961
- "parameterTypeTokenRange": {
2962
- "startIndex": 1,
2963
- "endIndex": 2
2964
- },
2965
- "isOptional": false
2966
- },
2967
- {
2968
- "parameterName": "ack",
2969
- "parameterTypeTokenRange": {
2970
- "startIndex": 3,
2971
- "endIndex": 4
2972
- },
2973
- "isOptional": false
2974
- }
2975
- ],
2976
- "name": "onCommitAckEvent"
2977
- },
2978
- {
2979
- "kind": "MethodSignature",
2980
- "canonicalReference": "@genesislcap/foundation-comms!ConnectEventsEmitter#onCommitEvent:member(1)",
2981
- "docComment": "/**\n * Called by Connect.\n *\n * @param eventName - The name of the event.\n *\n * @param message - The message.\n */\n",
2982
- "excerptTokens": [
2983
- {
2984
- "kind": "Content",
2985
- "text": "onCommitEvent(eventName: "
2986
- },
2987
- {
2988
- "kind": "Content",
2989
- "text": "string"
2990
- },
2991
- {
2992
- "kind": "Content",
2993
- "text": ", message: "
2994
- },
2995
- {
2996
- "kind": "Reference",
2997
- "text": "Message",
2998
- "canonicalReference": "@genesislcap/foundation-comms!Message:type"
2999
- },
3000
- {
3001
- "kind": "Content",
3002
- "text": "): "
3003
- },
3004
- {
3005
- "kind": "Content",
3006
- "text": "void"
3007
- },
3008
- {
3009
- "kind": "Content",
3010
- "text": ";"
3011
- }
3012
- ],
3013
- "isOptional": false,
3014
- "returnTypeTokenRange": {
3015
- "startIndex": 5,
3016
- "endIndex": 6
3017
- },
3018
- "releaseTag": "Public",
3019
- "overloadIndex": 1,
3020
- "parameters": [
3021
- {
3022
- "parameterName": "eventName",
3023
- "parameterTypeTokenRange": {
3024
- "startIndex": 1,
3025
- "endIndex": 2
3026
- },
3027
- "isOptional": false
3028
- },
3029
- {
3030
- "parameterName": "message",
3031
- "parameterTypeTokenRange": {
3032
- "startIndex": 3,
3033
- "endIndex": 4
3034
- },
3035
- "isOptional": false
3036
- }
3037
- ],
3038
- "name": "onCommitEvent"
3039
- },
3040
- {
2580
+ "kind": "Reference",
2581
+ "text": "ConnectEvents",
2582
+ "canonicalReference": "@genesislcap/foundation-comms!ConnectEvents:interface"
2583
+ },
2584
+ {
2585
+ "kind": "Content",
2586
+ "text": " "
2587
+ }
2588
+ ],
2589
+ "fileUrlPath": "src/connect/connect.events.ts",
2590
+ "releaseTag": "Public",
2591
+ "name": "ConnectEventsEmitter",
2592
+ "preserveMemberOrder": false,
2593
+ "members": [
2594
+ {
3041
2595
  "kind": "MethodSignature",
3042
- "canonicalReference": "@genesislcap/foundation-comms!ConnectEventsEmitter#onCommitResponseEvent:member(1)",
3043
- "docComment": "/**\n * Called by Connect when a commit response (ack or nack) is received.\n *\n * @param eventName - The name of the event.\n *\n * @param response - The response message from the server (ack or nack).\n */\n",
2596
+ "canonicalReference": "@genesislcap/foundation-comms!ConnectEventsEmitter#onCommitEvent:member(1)",
2597
+ "docComment": "/**\n * Called by Connect.\n *\n * @param eventName - The name of the event.\n *\n * @param message - The message.\n */\n",
3044
2598
  "excerptTokens": [
3045
2599
  {
3046
2600
  "kind": "Content",
3047
- "text": "onCommitResponseEvent(eventName: "
2601
+ "text": "onCommitEvent(eventName: "
3048
2602
  },
3049
2603
  {
3050
2604
  "kind": "Content",
@@ -3052,7 +2606,7 @@
3052
2606
  },
3053
2607
  {
3054
2608
  "kind": "Content",
3055
- "text": ", response: "
2609
+ "text": ", message: "
3056
2610
  },
3057
2611
  {
3058
2612
  "kind": "Reference",
@@ -3089,7 +2643,7 @@
3089
2643
  "isOptional": false
3090
2644
  },
3091
2645
  {
3092
- "parameterName": "response",
2646
+ "parameterName": "message",
3093
2647
  "parameterTypeTokenRange": {
3094
2648
  "startIndex": 3,
3095
2649
  "endIndex": 4
@@ -3097,7 +2651,7 @@
3097
2651
  "isOptional": false
3098
2652
  }
3099
2653
  ],
3100
- "name": "onCommitResponseEvent"
2654
+ "name": "onCommitEvent"
3101
2655
  },
3102
2656
  {
3103
2657
  "kind": "MethodSignature",
@@ -5859,34 +5413,6 @@
5859
5413
  "endIndex": 7
5860
5414
  }
5861
5415
  },
5862
- {
5863
- "kind": "MethodSignature",
5864
- "canonicalReference": "@genesislcap/foundation-comms!Datasource#triggerPoll:member(1)",
5865
- "docComment": "/**\n * Triggers a manual poll of the data source.\n *\n * @public\n */\n",
5866
- "excerptTokens": [
5867
- {
5868
- "kind": "Content",
5869
- "text": "triggerPoll(): "
5870
- },
5871
- {
5872
- "kind": "Content",
5873
- "text": "void"
5874
- },
5875
- {
5876
- "kind": "Content",
5877
- "text": ";"
5878
- }
5879
- ],
5880
- "isOptional": false,
5881
- "returnTypeTokenRange": {
5882
- "startIndex": 1,
5883
- "endIndex": 2
5884
- },
5885
- "releaseTag": "Public",
5886
- "overloadIndex": 1,
5887
- "parameters": [],
5888
- "name": "triggerPoll"
5889
- },
5890
5416
  {
5891
5417
  "kind": "MethodSignature",
5892
5418
  "canonicalReference": "@genesislcap/foundation-comms!Datasource#updateData:member(1)",
@@ -9891,33 +9417,6 @@
9891
9417
  "endIndex": 2
9892
9418
  }
9893
9419
  },
9894
- {
9895
- "kind": "PropertySignature",
9896
- "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions#pollTriggerEvents:member",
9897
- "docComment": "/**\n * Array of event names that will trigger an additional poll.\n *\n * @remarks\n *\n * Only works with REQUEST_SERVER resources.\n */\n",
9898
- "excerptTokens": [
9899
- {
9900
- "kind": "Content",
9901
- "text": "pollTriggerEvents?: "
9902
- },
9903
- {
9904
- "kind": "Content",
9905
- "text": "string[]"
9906
- },
9907
- {
9908
- "kind": "Content",
9909
- "text": ";"
9910
- }
9911
- ],
9912
- "isReadonly": false,
9913
- "isOptional": true,
9914
- "releaseTag": "Public",
9915
- "name": "pollTriggerEvents",
9916
- "propertyTypeTokenRange": {
9917
- "startIndex": 1,
9918
- "endIndex": 2
9919
- }
9920
- },
9921
9420
  {
9922
9421
  "kind": "PropertySignature",
9923
9422
  "canonicalReference": "@genesislcap/foundation-comms!DatasourceOptions#request:member",
@@ -12402,220 +11901,96 @@
12402
11901
  "parameterName": "onMessage",
12403
11902
  "parameterTypeTokenRange": {
12404
11903
  "startIndex": 3,
12405
- "endIndex": 4
12406
- },
12407
- "isOptional": false
12408
- },
12409
- {
12410
- "parameterName": "onError",
12411
- "parameterTypeTokenRange": {
12412
- "startIndex": 5,
12413
- "endIndex": 6
12414
- },
12415
- "isOptional": false
12416
- },
12417
- {
12418
- "parameterName": "params",
12419
- "parameterTypeTokenRange": {
12420
- "startIndex": 7,
12421
- "endIndex": 8
12422
- },
12423
- "isOptional": true
12424
- }
12425
- ],
12426
- "isOptional": false,
12427
- "isAbstract": false,
12428
- "name": "streamWithoutAutoTeardown"
12429
- }
12430
- ],
12431
- "implementsTokenRanges": [
12432
- {
12433
- "startIndex": 1,
12434
- "endIndex": 2
12435
- }
12436
- ]
12437
- },
12438
- {
12439
- "kind": "Variable",
12440
- "canonicalReference": "@genesislcap/foundation-comms!defaultConnectConfig:var",
12441
- "docComment": "/**\n * The default configuration for connecting to a WS service.\n *\n * @public\n */\n",
12442
- "excerptTokens": [
12443
- {
12444
- "kind": "Content",
12445
- "text": "defaultConnectConfig: "
12446
- },
12447
- {
12448
- "kind": "Reference",
12449
- "text": "ConnectConfig",
12450
- "canonicalReference": "@genesislcap/foundation-comms!ConnectConfig:interface"
12451
- }
12452
- ],
12453
- "fileUrlPath": "src/connect/connect.types.ts",
12454
- "isReadonly": true,
12455
- "releaseTag": "Public",
12456
- "name": "defaultConnectConfig",
12457
- "variableTypeTokenRange": {
12458
- "startIndex": 1,
12459
- "endIndex": 2
12460
- }
12461
- },
12462
- {
12463
- "kind": "Class",
12464
- "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents:class",
12465
- "docComment": "/**\n * Default ConnectEvents implementation.\n *\n * @public\n */\n",
12466
- "excerptTokens": [
12467
- {
12468
- "kind": "Content",
12469
- "text": "export declare class DefaultConnectEvents implements "
12470
- },
12471
- {
12472
- "kind": "Reference",
12473
- "text": "ConnectEventsEmitter",
12474
- "canonicalReference": "@genesislcap/foundation-comms!ConnectEventsEmitter:interface"
12475
- },
12476
- {
12477
- "kind": "Content",
12478
- "text": " "
12479
- }
12480
- ],
12481
- "fileUrlPath": "src/connect/connect.events.ts",
12482
- "releaseTag": "Public",
12483
- "isAbstract": false,
12484
- "name": "DefaultConnectEvents",
12485
- "preserveMemberOrder": false,
12486
- "members": [
12487
- {
12488
- "kind": "Method",
12489
- "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents#addCommitAckListener:member(1)",
12490
- "docComment": "/**\n * {@inheritDoc ConnectEvents.addCommitAckListener}\n */\n",
12491
- "excerptTokens": [
12492
- {
12493
- "kind": "Content",
12494
- "text": "addCommitAckListener(listener: "
12495
- },
12496
- {
12497
- "kind": "Reference",
12498
- "text": "Listener",
12499
- "canonicalReference": "@genesislcap/foundation-utils!Listener:type"
12500
- },
12501
- {
12502
- "kind": "Content",
12503
- "text": "<"
12504
- },
12505
- {
12506
- "kind": "Reference",
12507
- "text": "CommitAckEvent",
12508
- "canonicalReference": "@genesislcap/foundation-comms!CommitAckEvent:type"
12509
- },
12510
- {
12511
- "kind": "Content",
12512
- "text": ">"
12513
- },
12514
- {
12515
- "kind": "Content",
12516
- "text": "): "
12517
- },
12518
- {
12519
- "kind": "Content",
12520
- "text": "() => void"
12521
- },
12522
- {
12523
- "kind": "Content",
12524
- "text": ";"
12525
- }
12526
- ],
12527
- "isStatic": false,
12528
- "returnTypeTokenRange": {
12529
- "startIndex": 6,
12530
- "endIndex": 7
12531
- },
12532
- "releaseTag": "Public",
12533
- "isProtected": false,
12534
- "overloadIndex": 1,
12535
- "parameters": [
12536
- {
12537
- "parameterName": "listener",
12538
- "parameterTypeTokenRange": {
12539
- "startIndex": 1,
12540
- "endIndex": 5
12541
- },
12542
- "isOptional": false
12543
- }
12544
- ],
12545
- "isOptional": false,
12546
- "isAbstract": false,
12547
- "name": "addCommitAckListener"
12548
- },
12549
- {
12550
- "kind": "Method",
12551
- "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents#addCommitListener:member(1)",
12552
- "docComment": "/**\n * {@inheritDoc ConnectEvents.addCommitListener}\n */\n",
12553
- "excerptTokens": [
12554
- {
12555
- "kind": "Content",
12556
- "text": "addCommitListener(listener: "
12557
- },
12558
- {
12559
- "kind": "Reference",
12560
- "text": "Listener",
12561
- "canonicalReference": "@genesislcap/foundation-utils!Listener:type"
12562
- },
12563
- {
12564
- "kind": "Content",
12565
- "text": "<"
12566
- },
12567
- {
12568
- "kind": "Reference",
12569
- "text": "CommitEvent",
12570
- "canonicalReference": "@genesislcap/foundation-comms!CommitEvent:type"
12571
- },
12572
- {
12573
- "kind": "Content",
12574
- "text": ">"
12575
- },
12576
- {
12577
- "kind": "Content",
12578
- "text": "): "
12579
- },
12580
- {
12581
- "kind": "Content",
12582
- "text": "() => void"
12583
- },
12584
- {
12585
- "kind": "Content",
12586
- "text": ";"
12587
- }
12588
- ],
12589
- "isStatic": false,
12590
- "returnTypeTokenRange": {
12591
- "startIndex": 6,
12592
- "endIndex": 7
12593
- },
12594
- "releaseTag": "Public",
12595
- "isProtected": false,
12596
- "overloadIndex": 1,
12597
- "parameters": [
11904
+ "endIndex": 4
11905
+ },
11906
+ "isOptional": false
11907
+ },
12598
11908
  {
12599
- "parameterName": "listener",
11909
+ "parameterName": "onError",
12600
11910
  "parameterTypeTokenRange": {
12601
- "startIndex": 1,
12602
- "endIndex": 5
11911
+ "startIndex": 5,
11912
+ "endIndex": 6
12603
11913
  },
12604
11914
  "isOptional": false
11915
+ },
11916
+ {
11917
+ "parameterName": "params",
11918
+ "parameterTypeTokenRange": {
11919
+ "startIndex": 7,
11920
+ "endIndex": 8
11921
+ },
11922
+ "isOptional": true
12605
11923
  }
12606
11924
  ],
12607
11925
  "isOptional": false,
12608
11926
  "isAbstract": false,
12609
- "name": "addCommitListener"
11927
+ "name": "streamWithoutAutoTeardown"
11928
+ }
11929
+ ],
11930
+ "implementsTokenRanges": [
11931
+ {
11932
+ "startIndex": 1,
11933
+ "endIndex": 2
11934
+ }
11935
+ ]
11936
+ },
11937
+ {
11938
+ "kind": "Variable",
11939
+ "canonicalReference": "@genesislcap/foundation-comms!defaultConnectConfig:var",
11940
+ "docComment": "/**\n * The default configuration for connecting to a WS service.\n *\n * @public\n */\n",
11941
+ "excerptTokens": [
11942
+ {
11943
+ "kind": "Content",
11944
+ "text": "defaultConnectConfig: "
11945
+ },
11946
+ {
11947
+ "kind": "Reference",
11948
+ "text": "ConnectConfig",
11949
+ "canonicalReference": "@genesislcap/foundation-comms!ConnectConfig:interface"
11950
+ }
11951
+ ],
11952
+ "fileUrlPath": "src/connect/connect.types.ts",
11953
+ "isReadonly": true,
11954
+ "releaseTag": "Public",
11955
+ "name": "defaultConnectConfig",
11956
+ "variableTypeTokenRange": {
11957
+ "startIndex": 1,
11958
+ "endIndex": 2
11959
+ }
11960
+ },
11961
+ {
11962
+ "kind": "Class",
11963
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents:class",
11964
+ "docComment": "/**\n * Default ConnectEvents implementation.\n *\n * @public\n */\n",
11965
+ "excerptTokens": [
11966
+ {
11967
+ "kind": "Content",
11968
+ "text": "export declare class DefaultConnectEvents implements "
11969
+ },
11970
+ {
11971
+ "kind": "Reference",
11972
+ "text": "ConnectEventsEmitter",
11973
+ "canonicalReference": "@genesislcap/foundation-comms!ConnectEventsEmitter:interface"
12610
11974
  },
11975
+ {
11976
+ "kind": "Content",
11977
+ "text": " "
11978
+ }
11979
+ ],
11980
+ "fileUrlPath": "src/connect/connect.events.ts",
11981
+ "releaseTag": "Public",
11982
+ "isAbstract": false,
11983
+ "name": "DefaultConnectEvents",
11984
+ "preserveMemberOrder": false,
11985
+ "members": [
12611
11986
  {
12612
11987
  "kind": "Method",
12613
- "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents#addCommitResponseListener:member(1)",
12614
- "docComment": "/**\n * {@inheritDoc ConnectEvents.addCommitResponseListener}\n */\n",
11988
+ "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents#addCommitListener:member(1)",
11989
+ "docComment": "/**\n * {@inheritDoc ConnectEvents.addCommitListener}\n */\n",
12615
11990
  "excerptTokens": [
12616
11991
  {
12617
11992
  "kind": "Content",
12618
- "text": "addCommitResponseListener(listener: "
11993
+ "text": "addCommitListener(listener: "
12619
11994
  },
12620
11995
  {
12621
11996
  "kind": "Reference",
@@ -12628,8 +12003,8 @@
12628
12003
  },
12629
12004
  {
12630
12005
  "kind": "Reference",
12631
- "text": "CommitResponseEvent",
12632
- "canonicalReference": "@genesislcap/foundation-comms!CommitResponseEvent:type"
12006
+ "text": "CommitEvent",
12007
+ "canonicalReference": "@genesislcap/foundation-comms!CommitEvent:type"
12633
12008
  },
12634
12009
  {
12635
12010
  "kind": "Content",
@@ -12668,7 +12043,7 @@
12668
12043
  ],
12669
12044
  "isOptional": false,
12670
12045
  "isAbstract": false,
12671
- "name": "addCommitResponseListener"
12046
+ "name": "addCommitListener"
12672
12047
  },
12673
12048
  {
12674
12049
  "kind": "Method",
@@ -12854,71 +12229,6 @@
12854
12229
  "isAbstract": false,
12855
12230
  "name": "addStreamListener"
12856
12231
  },
12857
- {
12858
- "kind": "Method",
12859
- "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents#onCommitAckEvent:member(1)",
12860
- "docComment": "/**\n * {@inheritDoc ConnectEventsEmitter.onCommitAckEvent}\n */\n",
12861
- "excerptTokens": [
12862
- {
12863
- "kind": "Content",
12864
- "text": "onCommitAckEvent(eventName: "
12865
- },
12866
- {
12867
- "kind": "Content",
12868
- "text": "string"
12869
- },
12870
- {
12871
- "kind": "Content",
12872
- "text": ", ack: "
12873
- },
12874
- {
12875
- "kind": "Reference",
12876
- "text": "Message",
12877
- "canonicalReference": "@genesislcap/foundation-comms!Message:type"
12878
- },
12879
- {
12880
- "kind": "Content",
12881
- "text": "): "
12882
- },
12883
- {
12884
- "kind": "Content",
12885
- "text": "void"
12886
- },
12887
- {
12888
- "kind": "Content",
12889
- "text": ";"
12890
- }
12891
- ],
12892
- "isStatic": false,
12893
- "returnTypeTokenRange": {
12894
- "startIndex": 5,
12895
- "endIndex": 6
12896
- },
12897
- "releaseTag": "Public",
12898
- "isProtected": false,
12899
- "overloadIndex": 1,
12900
- "parameters": [
12901
- {
12902
- "parameterName": "eventName",
12903
- "parameterTypeTokenRange": {
12904
- "startIndex": 1,
12905
- "endIndex": 2
12906
- },
12907
- "isOptional": false
12908
- },
12909
- {
12910
- "parameterName": "ack",
12911
- "parameterTypeTokenRange": {
12912
- "startIndex": 3,
12913
- "endIndex": 4
12914
- },
12915
- "isOptional": false
12916
- }
12917
- ],
12918
- "isOptional": false,
12919
- "isAbstract": false,
12920
- "name": "onCommitAckEvent"
12921
- },
12922
12232
  {
12923
12233
  "kind": "Method",
12924
12234
  "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents#onCommitEvent:member(1)",
@@ -12984,71 +12294,6 @@
12984
12294
  "isAbstract": false,
12985
12295
  "name": "onCommitEvent"
12986
12296
  },
12987
- {
12988
- "kind": "Method",
12989
- "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents#onCommitResponseEvent:member(1)",
12990
- "docComment": "/**\n * {@inheritDoc ConnectEventsEmitter.onCommitResponseEvent}\n */\n",
12991
- "excerptTokens": [
12992
- {
12993
- "kind": "Content",
12994
- "text": "onCommitResponseEvent(eventName: "
12995
- },
12996
- {
12997
- "kind": "Content",
12998
- "text": "string"
12999
- },
13000
- {
13001
- "kind": "Content",
13002
- "text": ", response: "
13003
- },
13004
- {
13005
- "kind": "Reference",
13006
- "text": "Message",
13007
- "canonicalReference": "@genesislcap/foundation-comms!Message:type"
13008
- },
13009
- {
13010
- "kind": "Content",
13011
- "text": "): "
13012
- },
13013
- {
13014
- "kind": "Content",
13015
- "text": "void"
13016
- },
13017
- {
13018
- "kind": "Content",
13019
- "text": ";"
13020
- }
13021
- ],
13022
- "isStatic": false,
13023
- "returnTypeTokenRange": {
13024
- "startIndex": 5,
13025
- "endIndex": 6
13026
- },
13027
- "releaseTag": "Public",
13028
- "isProtected": false,
13029
- "overloadIndex": 1,
13030
- "parameters": [
13031
- {
13032
- "parameterName": "eventName",
13033
- "parameterTypeTokenRange": {
13034
- "startIndex": 1,
13035
- "endIndex": 2
13036
- },
13037
- "isOptional": false
13038
- },
13039
- {
13040
- "parameterName": "response",
13041
- "parameterTypeTokenRange": {
13042
- "startIndex": 3,
13043
- "endIndex": 4
13044
- },
13045
- "isOptional": false
13046
- }
13047
- ],
13048
- "isOptional": false,
13049
- "isAbstract": false,
13050
- "name": "onCommitResponseEvent"
13051
- },
13052
12297
  {
13053
12298
  "kind": "Method",
13054
12299
  "canonicalReference": "@genesislcap/foundation-comms!DefaultConnectEvents#onMetadataEvent:member(1)",
@@ -14930,37 +14175,6 @@
14930
14175
  "isProtected": true,
14931
14176
  "isAbstract": false
14932
14177
  },
14933
- {
14934
- "kind": "Property",
14935
- "canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource#connectEvents:member",
14936
- "docComment": "",
14937
- "excerptTokens": [
14938
- {
14939
- "kind": "Content",
14940
- "text": "protected connectEvents: "
14941
- },
14942
- {
14943
- "kind": "Reference",
14944
- "text": "ConnectEvents",
14945
- "canonicalReference": "@genesislcap/foundation-comms!ConnectEvents:interface"
14946
- },
14947
- {
14948
- "kind": "Content",
14949
- "text": ";"
14950
- }
14951
- ],
14952
- "isReadonly": false,
14953
- "isOptional": false,
14954
- "releaseTag": "Public",
14955
- "name": "connectEvents",
14956
- "propertyTypeTokenRange": {
14957
- "startIndex": 1,
14958
- "endIndex": 2
14959
- },
14960
- "isStatic": false,
14961
- "isProtected": true,
14962
- "isAbstract": false
14963
- },
14964
14178
  {
14965
14179
  "kind": "Property",
14966
14180
  "canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource#customRequestFields:member",
@@ -15781,37 +14995,6 @@
15781
14995
  "isProtected": false,
15782
14996
  "isAbstract": false
15783
14997
  },
15784
- {
15785
- "kind": "Method",
15786
- "canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource#triggerPoll:member(1)",
15787
- "docComment": "",
15788
- "excerptTokens": [
15789
- {
15790
- "kind": "Content",
15791
- "text": "triggerPoll(): "
15792
- },
15793
- {
15794
- "kind": "Content",
15795
- "text": "void"
15796
- },
15797
- {
15798
- "kind": "Content",
15799
- "text": ";"
15800
- }
15801
- ],
15802
- "isStatic": false,
15803
- "returnTypeTokenRange": {
15804
- "startIndex": 1,
15805
- "endIndex": 2
15806
- },
15807
- "releaseTag": "Public",
15808
- "isProtected": false,
15809
- "overloadIndex": 1,
15810
- "parameters": [],
15811
- "isOptional": false,
15812
- "isAbstract": false,
15813
- "name": "triggerPoll"
15814
- },
15815
14998
  {
15816
14999
  "kind": "Method",
15817
15000
  "canonicalReference": "@genesislcap/foundation-comms!DefaultDatasource#validResourceName:member(1)",