@genesislcap/foundation-utils 14.499.0 → 14.500.1-alpha-beb5193.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.
@@ -452,44 +452,6 @@
452
452
  }
453
453
  ]
454
454
  },
455
- {
456
- "kind": "javascript-module",
457
- "path": "src/encoding/index.ts",
458
- "declarations": [],
459
- "exports": [
460
- {
461
- "kind": "js",
462
- "name": "*",
463
- "declaration": {
464
- "name": "*",
465
- "package": "./base64"
466
- }
467
- }
468
- ]
469
- },
470
- {
471
- "kind": "javascript-module",
472
- "path": "src/directives/index.ts",
473
- "declarations": [],
474
- "exports": [
475
- {
476
- "kind": "js",
477
- "name": "*",
478
- "declaration": {
479
- "name": "*",
480
- "package": "./sync"
481
- }
482
- },
483
- {
484
- "kind": "js",
485
- "name": "*",
486
- "declaration": {
487
- "name": "*",
488
- "package": "./when-else"
489
- }
490
- }
491
- ]
492
- },
493
455
  {
494
456
  "kind": "javascript-module",
495
457
  "path": "src/data/inMemoryDatabase.ts",
@@ -688,6 +650,97 @@
688
650
  }
689
651
  ]
690
652
  },
653
+ {
654
+ "kind": "javascript-module",
655
+ "path": "src/decorators/index.ts",
656
+ "declarations": [],
657
+ "exports": [
658
+ {
659
+ "kind": "js",
660
+ "name": "*",
661
+ "declaration": {
662
+ "name": "*",
663
+ "package": "./renderOnChange"
664
+ }
665
+ }
666
+ ]
667
+ },
668
+ {
669
+ "kind": "javascript-module",
670
+ "path": "src/decorators/renderOnChange.ts",
671
+ "declarations": [
672
+ {
673
+ "kind": "function",
674
+ "name": "renderOnChange",
675
+ "parameters": [
676
+ {
677
+ "name": "target",
678
+ "type": {
679
+ "text": "FASTElement & { render(): void }"
680
+ },
681
+ "description": "The target to define the property change handler on."
682
+ },
683
+ {
684
+ "name": "name",
685
+ "type": {
686
+ "text": "string"
687
+ },
688
+ "description": "The property name."
689
+ }
690
+ ],
691
+ "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
692
+ "privacy": "public"
693
+ }
694
+ ],
695
+ "exports": [
696
+ {
697
+ "kind": "js",
698
+ "name": "renderOnChange",
699
+ "declaration": {
700
+ "name": "renderOnChange",
701
+ "module": "src/decorators/renderOnChange.ts"
702
+ }
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "kind": "javascript-module",
708
+ "path": "src/directives/index.ts",
709
+ "declarations": [],
710
+ "exports": [
711
+ {
712
+ "kind": "js",
713
+ "name": "*",
714
+ "declaration": {
715
+ "name": "*",
716
+ "package": "./sync"
717
+ }
718
+ },
719
+ {
720
+ "kind": "js",
721
+ "name": "*",
722
+ "declaration": {
723
+ "name": "*",
724
+ "package": "./when-else"
725
+ }
726
+ }
727
+ ]
728
+ },
729
+ {
730
+ "kind": "javascript-module",
731
+ "path": "src/encoding/index.ts",
732
+ "declarations": [],
733
+ "exports": [
734
+ {
735
+ "kind": "js",
736
+ "name": "*",
737
+ "declaration": {
738
+ "name": "*",
739
+ "package": "./base64"
740
+ }
741
+ }
742
+ ]
743
+ },
691
744
  {
692
745
  "kind": "javascript-module",
693
746
  "path": "src/env/index.ts",
@@ -804,6 +857,22 @@
804
857
  "description": "The path to a JSON config file for the HTTP mode.",
805
858
  "privacy": "public"
806
859
  },
860
+ {
861
+ "kind": "variable",
862
+ "name": "FORCE_HTTP_REQREP",
863
+ "type": {
864
+ "text": "string"
865
+ }
866
+ },
867
+ {
868
+ "kind": "variable",
869
+ "name": "_FORCE_HTTP_REQREP",
870
+ "type": {
871
+ "text": "string"
872
+ },
873
+ "description": "When `'true'`, request/reply and event traffic (`request`, `commitEvent`, metadata, schema and\nresources lookups) is sent over HTTP even while the primary connection is a WebSocket.\nStreaming (`stream`/`snapshot`) stays on the socket.",
874
+ "privacy": "public"
875
+ },
807
876
  {
808
877
  "kind": "variable",
809
878
  "name": "GENESIS_SOCKET_URL",
@@ -1025,6 +1094,14 @@
1025
1094
  "module": "src/env/variables.ts"
1026
1095
  }
1027
1096
  },
1097
+ {
1098
+ "kind": "js",
1099
+ "name": "FORCE_HTTP_REQREP",
1100
+ "declaration": {
1101
+ "name": "_FORCE_HTTP_REQREP",
1102
+ "module": "src/env/variables.ts"
1103
+ }
1104
+ },
1028
1105
  {
1029
1106
  "kind": "js",
1030
1107
  "name": "GENESIS_SOCKET_URL",
@@ -1163,59 +1240,6 @@
1163
1240
  }
1164
1241
  ]
1165
1242
  },
1166
- {
1167
- "kind": "javascript-module",
1168
- "path": "src/decorators/index.ts",
1169
- "declarations": [],
1170
- "exports": [
1171
- {
1172
- "kind": "js",
1173
- "name": "*",
1174
- "declaration": {
1175
- "name": "*",
1176
- "package": "./renderOnChange"
1177
- }
1178
- }
1179
- ]
1180
- },
1181
- {
1182
- "kind": "javascript-module",
1183
- "path": "src/decorators/renderOnChange.ts",
1184
- "declarations": [
1185
- {
1186
- "kind": "function",
1187
- "name": "renderOnChange",
1188
- "parameters": [
1189
- {
1190
- "name": "target",
1191
- "type": {
1192
- "text": "FASTElement & { render(): void }"
1193
- },
1194
- "description": "The target to define the property change handler on."
1195
- },
1196
- {
1197
- "name": "name",
1198
- "type": {
1199
- "text": "string"
1200
- },
1201
- "description": "The property name."
1202
- }
1203
- ],
1204
- "description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
1205
- "privacy": "public"
1206
- }
1207
- ],
1208
- "exports": [
1209
- {
1210
- "kind": "js",
1211
- "name": "renderOnChange",
1212
- "declaration": {
1213
- "name": "renderOnChange",
1214
- "module": "src/decorators/renderOnChange.ts"
1215
- }
1216
- }
1217
- ]
1218
- },
1219
1243
  {
1220
1244
  "kind": "javascript-module",
1221
1245
  "path": "src/error/errorMap.ts",
@@ -4878,160 +4902,6 @@
4878
4902
  }
4879
4903
  ]
4880
4904
  },
4881
- {
4882
- "kind": "javascript-module",
4883
- "path": "src/encoding/base64/decode.ts",
4884
- "declarations": [
4885
- {
4886
- "kind": "function",
4887
- "name": "decodeFromBase64",
4888
- "return": {
4889
- "type": {
4890
- "text": ""
4891
- }
4892
- },
4893
- "parameters": [
4894
- {
4895
- "name": "base64Value",
4896
- "type": {
4897
- "text": "string"
4898
- }
4899
- },
4900
- {
4901
- "description": "The value to decode from base64.",
4902
- "name": "value"
4903
- }
4904
- ],
4905
- "description": "Decodes a value from base64.",
4906
- "privacy": "public"
4907
- },
4908
- {
4909
- "kind": "function",
4910
- "name": "decodeFromBase64WithPrefix",
4911
- "return": {
4912
- "type": {
4913
- "text": ""
4914
- }
4915
- },
4916
- "parameters": [
4917
- {
4918
- "name": "value",
4919
- "type": {
4920
- "text": "string"
4921
- },
4922
- "description": "The value to decode from base64."
4923
- }
4924
- ],
4925
- "description": "Decodes a value from base64 with a prefix.",
4926
- "privacy": "public"
4927
- }
4928
- ],
4929
- "exports": [
4930
- {
4931
- "kind": "js",
4932
- "name": "decodeFromBase64",
4933
- "declaration": {
4934
- "name": "decodeFromBase64",
4935
- "module": "src/encoding/base64/decode.ts"
4936
- }
4937
- },
4938
- {
4939
- "kind": "js",
4940
- "name": "decodeFromBase64WithPrefix",
4941
- "declaration": {
4942
- "name": "decodeFromBase64WithPrefix",
4943
- "module": "src/encoding/base64/decode.ts"
4944
- }
4945
- }
4946
- ]
4947
- },
4948
- {
4949
- "kind": "javascript-module",
4950
- "path": "src/encoding/base64/encode.ts",
4951
- "declarations": [
4952
- {
4953
- "kind": "function",
4954
- "name": "encodeToBase64",
4955
- "return": {
4956
- "type": {
4957
- "text": ""
4958
- }
4959
- },
4960
- "parameters": [
4961
- {
4962
- "name": "value",
4963
- "type": {
4964
- "text": "string | ArrayBuffer"
4965
- },
4966
- "description": "The value to encode to base64."
4967
- }
4968
- ],
4969
- "description": "Encodes the given value to base64.",
4970
- "privacy": "public"
4971
- },
4972
- {
4973
- "kind": "function",
4974
- "name": "encodeToBase64WithPrefix",
4975
- "return": {
4976
- "type": {
4977
- "text": ""
4978
- }
4979
- },
4980
- "parameters": [
4981
- {
4982
- "name": "value",
4983
- "type": {
4984
- "text": "string | ArrayBuffer"
4985
- },
4986
- "description": "The value to encode to base64."
4987
- }
4988
- ],
4989
- "description": "Encodes the given value with a prefix to base64.",
4990
- "privacy": "public"
4991
- }
4992
- ],
4993
- "exports": [
4994
- {
4995
- "kind": "js",
4996
- "name": "encodeToBase64",
4997
- "declaration": {
4998
- "name": "encodeToBase64",
4999
- "module": "src/encoding/base64/encode.ts"
5000
- }
5001
- },
5002
- {
5003
- "kind": "js",
5004
- "name": "encodeToBase64WithPrefix",
5005
- "declaration": {
5006
- "name": "encodeToBase64WithPrefix",
5007
- "module": "src/encoding/base64/encode.ts"
5008
- }
5009
- }
5010
- ]
5011
- },
5012
- {
5013
- "kind": "javascript-module",
5014
- "path": "src/encoding/base64/index.ts",
5015
- "declarations": [],
5016
- "exports": [
5017
- {
5018
- "kind": "js",
5019
- "name": "*",
5020
- "declaration": {
5021
- "name": "*",
5022
- "package": "./decode"
5023
- }
5024
- },
5025
- {
5026
- "kind": "js",
5027
- "name": "*",
5028
- "declaration": {
5029
- "name": "*",
5030
- "package": "./encode"
5031
- }
5032
- }
5033
- ]
5034
- },
5035
4905
  {
5036
4906
  "kind": "javascript-module",
5037
4907
  "path": "src/directives/sync/index.ts",
@@ -5186,6 +5056,160 @@
5186
5056
  }
5187
5057
  ]
5188
5058
  },
5059
+ {
5060
+ "kind": "javascript-module",
5061
+ "path": "src/encoding/base64/decode.ts",
5062
+ "declarations": [
5063
+ {
5064
+ "kind": "function",
5065
+ "name": "decodeFromBase64",
5066
+ "return": {
5067
+ "type": {
5068
+ "text": ""
5069
+ }
5070
+ },
5071
+ "parameters": [
5072
+ {
5073
+ "name": "base64Value",
5074
+ "type": {
5075
+ "text": "string"
5076
+ }
5077
+ },
5078
+ {
5079
+ "description": "The value to decode from base64.",
5080
+ "name": "value"
5081
+ }
5082
+ ],
5083
+ "description": "Decodes a value from base64.",
5084
+ "privacy": "public"
5085
+ },
5086
+ {
5087
+ "kind": "function",
5088
+ "name": "decodeFromBase64WithPrefix",
5089
+ "return": {
5090
+ "type": {
5091
+ "text": ""
5092
+ }
5093
+ },
5094
+ "parameters": [
5095
+ {
5096
+ "name": "value",
5097
+ "type": {
5098
+ "text": "string"
5099
+ },
5100
+ "description": "The value to decode from base64."
5101
+ }
5102
+ ],
5103
+ "description": "Decodes a value from base64 with a prefix.",
5104
+ "privacy": "public"
5105
+ }
5106
+ ],
5107
+ "exports": [
5108
+ {
5109
+ "kind": "js",
5110
+ "name": "decodeFromBase64",
5111
+ "declaration": {
5112
+ "name": "decodeFromBase64",
5113
+ "module": "src/encoding/base64/decode.ts"
5114
+ }
5115
+ },
5116
+ {
5117
+ "kind": "js",
5118
+ "name": "decodeFromBase64WithPrefix",
5119
+ "declaration": {
5120
+ "name": "decodeFromBase64WithPrefix",
5121
+ "module": "src/encoding/base64/decode.ts"
5122
+ }
5123
+ }
5124
+ ]
5125
+ },
5126
+ {
5127
+ "kind": "javascript-module",
5128
+ "path": "src/encoding/base64/encode.ts",
5129
+ "declarations": [
5130
+ {
5131
+ "kind": "function",
5132
+ "name": "encodeToBase64",
5133
+ "return": {
5134
+ "type": {
5135
+ "text": ""
5136
+ }
5137
+ },
5138
+ "parameters": [
5139
+ {
5140
+ "name": "value",
5141
+ "type": {
5142
+ "text": "string | ArrayBuffer"
5143
+ },
5144
+ "description": "The value to encode to base64."
5145
+ }
5146
+ ],
5147
+ "description": "Encodes the given value to base64.",
5148
+ "privacy": "public"
5149
+ },
5150
+ {
5151
+ "kind": "function",
5152
+ "name": "encodeToBase64WithPrefix",
5153
+ "return": {
5154
+ "type": {
5155
+ "text": ""
5156
+ }
5157
+ },
5158
+ "parameters": [
5159
+ {
5160
+ "name": "value",
5161
+ "type": {
5162
+ "text": "string | ArrayBuffer"
5163
+ },
5164
+ "description": "The value to encode to base64."
5165
+ }
5166
+ ],
5167
+ "description": "Encodes the given value with a prefix to base64.",
5168
+ "privacy": "public"
5169
+ }
5170
+ ],
5171
+ "exports": [
5172
+ {
5173
+ "kind": "js",
5174
+ "name": "encodeToBase64",
5175
+ "declaration": {
5176
+ "name": "encodeToBase64",
5177
+ "module": "src/encoding/base64/encode.ts"
5178
+ }
5179
+ },
5180
+ {
5181
+ "kind": "js",
5182
+ "name": "encodeToBase64WithPrefix",
5183
+ "declaration": {
5184
+ "name": "encodeToBase64WithPrefix",
5185
+ "module": "src/encoding/base64/encode.ts"
5186
+ }
5187
+ }
5188
+ ]
5189
+ },
5190
+ {
5191
+ "kind": "javascript-module",
5192
+ "path": "src/encoding/base64/index.ts",
5193
+ "declarations": [],
5194
+ "exports": [
5195
+ {
5196
+ "kind": "js",
5197
+ "name": "*",
5198
+ "declaration": {
5199
+ "name": "*",
5200
+ "package": "./decode"
5201
+ }
5202
+ },
5203
+ {
5204
+ "kind": "js",
5205
+ "name": "*",
5206
+ "declaration": {
5207
+ "name": "*",
5208
+ "package": "./encode"
5209
+ }
5210
+ }
5211
+ ]
5212
+ },
5189
5213
  {
5190
5214
  "kind": "javascript-module",
5191
5215
  "path": "src/mappers/dto/index.ts",
@@ -36,6 +36,15 @@ export { _SOCKET_EXT as SOCKET_EXT };
36
36
  */
37
37
  declare let _FORCE_HTTP: string;
38
38
  export { _FORCE_HTTP as FORCE_HTTP };
39
+ /**
40
+ * When `'true'`, request/reply and event traffic (`request`, `commitEvent`, metadata, schema and
41
+ * resources lookups) is sent over HTTP even while the primary connection is a WebSocket.
42
+ * Streaming (`stream`/`snapshot`) stays on the socket.
43
+ * @remarks Optional. Can also be toggled per-session via the `?feature.forceHttpReqRep` URL flag.
44
+ * @public
45
+ */
46
+ declare let _FORCE_HTTP_REQREP: string;
47
+ export { _FORCE_HTTP_REQREP as FORCE_HTTP_REQREP };
39
48
  /**
40
49
  * Genesis Socket URL
41
50
  * @remarks
@@ -1 +1 @@
1
- {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAgG,CAAC;AAShI;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC;AAGzC;;GAEG;AACH,QAAA,IAAI,SAAS,EAAE,MAA+B,CAAC;AAM/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAMvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAM1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAM5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAMnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAM1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAMnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAM1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAMxD,OAAO,EAAE,aAAa,EAAE,CAAC;AAGzB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkB,CAAC;AAM1C,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,gBAAgB,EAAE,MAAgC,CAAC;AAMvD,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
1
+ {"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAIA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;;;GAMG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAAM,CAAC;AAM/B,OAAO,EAAE,kBAAkB,IAAI,iBAAiB,EAAE,CAAC;AAEnD;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAgG,CAAC;AAShI;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC;AAGzC;;GAEG;AACH,QAAA,IAAI,SAAS,EAAE,MAA+B,CAAC;AAM/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAMvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAM1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAM5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAMnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAM1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAMnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAM1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAMxD,OAAO,EAAE,aAAa,EAAE,CAAC;AAGzB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkB,CAAC;AAM1C,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,gBAAgB,EAAE,MAAgC,CAAC;AAMvD,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
@@ -60,6 +60,19 @@ try {
60
60
  }
61
61
  catch (_d) { }
62
62
  export { _FORCE_HTTP as FORCE_HTTP };
63
+ /**
64
+ * When `'true'`, request/reply and event traffic (`request`, `commitEvent`, metadata, schema and
65
+ * resources lookups) is sent over HTTP even while the primary connection is a WebSocket.
66
+ * Streaming (`stream`/`snapshot`) stays on the socket.
67
+ * @remarks Optional. Can also be toggled per-session via the `?feature.forceHttpReqRep` URL flag.
68
+ * @public
69
+ */
70
+ let _FORCE_HTTP_REQREP;
71
+ try {
72
+ _FORCE_HTTP_REQREP = FORCE_HTTP_REQREP;
73
+ }
74
+ catch (_e) { }
75
+ export { _FORCE_HTTP_REQREP as FORCE_HTTP_REQREP };
63
76
  /**
64
77
  * Genesis Socket URL
65
78
  * @remarks
@@ -87,7 +100,7 @@ try {
87
100
  _API_HOST = API_HOST;
88
101
  }
89
102
  }
90
- catch (_e) { }
103
+ catch (_f) { }
91
104
  export { _API_HOST as API_HOST };
92
105
  /**
93
106
  * Configuration settings for HTTP, used in http connect flow [`genesislcap-foundation-comms.HttpConnectConfig`](https://link-to-docs).
@@ -98,7 +111,7 @@ let _HTTP_CONFIG;
98
111
  try {
99
112
  _HTTP_CONFIG = HTTP_CONFIG;
100
113
  }
101
- catch (_f) { }
114
+ catch (_g) { }
102
115
  export { _HTTP_CONFIG as HTTP_CONFIG };
103
116
  /**
104
117
  * The default Organisation value, used in auth/login flow [`genesislcap-foundation-auth`](https://link-to-docs).
@@ -109,7 +122,7 @@ let _DEFAULT_ORGANISATION;
109
122
  try {
110
123
  _DEFAULT_ORGANISATION = DEFAULT_ORGANISATION;
111
124
  }
112
- catch (_g) { }
125
+ catch (_h) { }
113
126
  export { _DEFAULT_ORGANISATION as DEFAULT_ORGANISATION };
114
127
  /**
115
128
  * The default Password value, used in auth/login flow [`genesislcap-foundation-auth`](https://link-to-docs).
@@ -120,7 +133,7 @@ let _DEFAULT_PASSWORD;
120
133
  try {
121
134
  _DEFAULT_PASSWORD = DEFAULT_PASSWORD;
122
135
  }
123
- catch (_h) { }
136
+ catch (_j) { }
124
137
  export { _DEFAULT_PASSWORD as DEFAULT_PASSWORD };
125
138
  /**
126
139
  * The default Username value, used in auth/login flow [`genesislcap-foundation-auth`](https://link-to-docs).
@@ -131,7 +144,7 @@ let _DEFAULT_USER;
131
144
  try {
132
145
  _DEFAULT_USER = DEFAULT_USER;
133
146
  }
134
- catch (_j) { }
147
+ catch (_k) { }
135
148
  export { _DEFAULT_USER as DEFAULT_USER };
136
149
  /**
137
150
  * @public
@@ -5288,6 +5288,29 @@
5288
5288
  }
5289
5289
  ]
5290
5290
  },
5291
+ {
5292
+ "kind": "Variable",
5293
+ "canonicalReference": "@genesislcap/foundation-utils!FORCE_HTTP_REQREP:var",
5294
+ "docComment": "/**\n * When `'true'`, request/reply and event traffic (`request`, `commitEvent`, metadata, schema and resources lookups) is sent over HTTP even while the primary connection is a WebSocket. Streaming (`stream`/`snapshot`) stays on the socket.\n *\n * @remarks\n *\n * Optional. Can also be toggled per-session via the `?feature.forceHttpReqRep` URL flag.\n *\n * @public\n */\n",
5295
+ "excerptTokens": [
5296
+ {
5297
+ "kind": "Content",
5298
+ "text": "_FORCE_HTTP_REQREP: "
5299
+ },
5300
+ {
5301
+ "kind": "Content",
5302
+ "text": "string"
5303
+ }
5304
+ ],
5305
+ "fileUrlPath": "src/env/variables.ts",
5306
+ "isReadonly": false,
5307
+ "releaseTag": "Public",
5308
+ "name": "FORCE_HTTP_REQREP",
5309
+ "variableTypeTokenRange": {
5310
+ "startIndex": 1,
5311
+ "endIndex": 2
5312
+ }
5313
+ },
5291
5314
  {
5292
5315
  "kind": "Variable",
5293
5316
  "canonicalReference": "@genesislcap/foundation-utils!FORCE_HTTP:var",
@@ -598,6 +598,15 @@ export declare enum FontWeight {
598
598
  */
599
599
  export declare let FORCE_HTTP: string;
600
600
 
601
+ /**
602
+ * When `'true'`, request/reply and event traffic (`request`, `commitEvent`, metadata, schema and
603
+ * resources lookups) is sent over HTTP even while the primary connection is a WebSocket.
604
+ * Streaming (`stream`/`snapshot`) stays on the socket.
605
+ * @remarks Optional. Can also be toggled per-session via the `?feature.forceHttpReqRep` URL flag.
606
+ * @public
607
+ */
608
+ export declare let FORCE_HTTP_REQREP: string;
609
+
601
610
  /**
602
611
  * @public
603
612
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.499.0",
4
+ "version": "14.500.1-alpha-beb5193.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,18 +29,18 @@
29
29
  }
30
30
  },
31
31
  "devDependencies": {
32
- "@genesislcap/foundation-testing": "14.499.0",
33
- "@genesislcap/genx": "14.499.0",
34
- "@genesislcap/rollup-builder": "14.499.0",
35
- "@genesislcap/ts-builder": "14.499.0",
36
- "@genesislcap/uvu-playwright-builder": "14.499.0",
37
- "@genesislcap/vite-builder": "14.499.0",
38
- "@genesislcap/webpack-builder": "14.499.0",
32
+ "@genesislcap/foundation-testing": "14.500.1-alpha-beb5193.0",
33
+ "@genesislcap/genx": "14.500.1-alpha-beb5193.0",
34
+ "@genesislcap/rollup-builder": "14.500.1-alpha-beb5193.0",
35
+ "@genesislcap/ts-builder": "14.500.1-alpha-beb5193.0",
36
+ "@genesislcap/uvu-playwright-builder": "14.500.1-alpha-beb5193.0",
37
+ "@genesislcap/vite-builder": "14.500.1-alpha-beb5193.0",
38
+ "@genesislcap/webpack-builder": "14.500.1-alpha-beb5193.0",
39
39
  "@types/json-schema": "^7.0.11"
40
40
  },
41
41
  "dependencies": {
42
- "@genesislcap/expression-builder": "14.499.0",
43
- "@genesislcap/foundation-logger": "14.499.0",
42
+ "@genesislcap/expression-builder": "14.500.1-alpha-beb5193.0",
43
+ "@genesislcap/foundation-logger": "14.500.1-alpha-beb5193.0",
44
44
  "@microsoft/fast-components": "2.30.6",
45
45
  "@microsoft/fast-element": "1.14.0",
46
46
  "@microsoft/fast-foundation": "2.50.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "customElements": "dist/custom-elements.json",
61
- "gitHead": "49903bfdc57c5c5a7dd0d711d9717908df0b7ac7"
61
+ "gitHead": "f65527ba44a5821be4fdc88f6e4bdf1876b8ffb6"
62
62
  }