@genesislcap/foundation-comms 14.183.8-alpha-63f9910.0 → 14.185.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. package/dist/dts/auth/auth.types.d.ts +1 -1
  2. package/dist/dts/auth/auth.types.d.ts.map +1 -1
  3. package/dist/dts/connect/connect.d.ts +13 -6
  4. package/dist/dts/connect/connect.d.ts.map +1 -1
  5. package/dist/dts/connect/connect.types.d.ts +4 -51
  6. package/dist/dts/connect/connect.types.d.ts.map +1 -1
  7. package/dist/dts/connect/http.connect.d.ts +4 -8
  8. package/dist/dts/connect/http.connect.d.ts.map +1 -1
  9. package/dist/dts/connect/http.connect.types.d.ts +62 -0
  10. package/dist/dts/connect/http.connect.types.d.ts.map +1 -0
  11. package/dist/dts/connect/updateState.d.ts +3 -0
  12. package/dist/dts/connect/updateState.d.ts.map +1 -0
  13. package/dist/dts/testing/mocks/auth/auth.d.ts +1 -1
  14. package/dist/dts/testing/mocks/auth/auth.d.ts.map +1 -1
  15. package/dist/dts/testing/mocks/connect/connect.d.ts +3 -1
  16. package/dist/dts/testing/mocks/connect/connect.d.ts.map +1 -1
  17. package/dist/dts/testing/mocks/connect/socket.d.ts +1 -1
  18. package/dist/dts/testing/mocks/connect/socket.d.ts.map +1 -1
  19. package/dist/dts/testing/mocks/datasource/datasource.d.ts +1 -1
  20. package/dist/dts/testing/mocks/datasource/datasource.d.ts.map +1 -1
  21. package/dist/esm/connect/connect.js +10 -24
  22. package/dist/esm/connect/connect.types.js +21 -5
  23. package/dist/esm/connect/http.connect.js +10 -23
  24. package/dist/esm/connect/http.connect.types.js +24 -0
  25. package/dist/esm/connect/updateState.js +26 -0
  26. package/dist/esm/testing/mocks/connect/connect.js +3 -0
  27. package/dist/esm/testing/mocks/connect/socket.js +1 -1
  28. package/dist/foundation-comms.api.json +392 -287
  29. package/dist/foundation-comms.d.ts +25 -12
  30. package/docs/api/foundation-comms.connect.md +1 -0
  31. package/docs/api/foundation-comms.connect.streamstate.md +30 -0
  32. package/docs/api/foundation-comms.connectconfig.iswebsocketexpression.md +13 -0
  33. package/docs/api/foundation-comms.connectconfig.md +1 -0
  34. package/docs/api/foundation-comms.defaultconnect._constructor_.md +2 -2
  35. package/docs/api/foundation-comms.defaultconnect.md +1 -0
  36. package/docs/api/foundation-comms.defaultconnect.streamstate.md +26 -0
  37. package/docs/api/foundation-comms.defaulthttpconnect._constructor_.md +2 -2
  38. package/docs/api/foundation-comms.defaulthttpconnect.md +1 -0
  39. package/docs/api/foundation-comms.defaulthttpconnect.streamstate.md +26 -0
  40. package/docs/api/foundation-comms.md +0 -4
  41. package/docs/api-report.md +13 -33
  42. package/package.json +21 -13
  43. package/docs/api/foundation-comms.defaulthttpconnectconfig.md +0 -13
  44. package/docs/api/foundation-comms.httpconnectconfig.md +0 -20
  45. package/docs/api/foundation-comms.httpconnectconfig.polling.md +0 -13
  46. package/docs/api/foundation-comms.httppollingconfig.md +0 -22
  47. package/docs/api/foundation-comms.httppollingconfig.polling_frequency.md +0 -13
  48. package/docs/api/foundation-comms.httppollingconfig.polling_interval_map.md +0 -15
  49. package/docs/api/foundation-comms.httppollingconfig.polling_map.md +0 -15
  50. package/docs/api/foundation-comms.pollingconfiguration.amount_of_polls.md +0 -18
  51. package/docs/api/foundation-comms.pollingconfiguration.md +0 -22
  52. package/docs/api/foundation-comms.pollingconfiguration.queries.md +0 -13
  53. package/docs/api/foundation-comms.pollingconfiguration.temp_frequency.md +0 -13
@@ -1,22 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-comms](./foundation-comms.md) &gt; [PollingConfiguration](./foundation-comms.pollingconfiguration.md)
4
-
5
- ## PollingConfiguration interface
6
-
7
- Configuration options for http polling.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- export interface PollingConfiguration
13
- ```
14
-
15
- ## Properties
16
-
17
- | Property | Modifiers | Type | Description |
18
- | --- | --- | --- | --- |
19
- | [AMOUNT\_OF\_POLLS](./foundation-comms.pollingconfiguration.amount_of_polls.md) | | number | The expected amount of HTTP polling attempts to be performed. |
20
- | [QUERIES](./foundation-comms.pollingconfiguration.queries.md) | | string\[\] | The queries to be polled. |
21
- | [TEMP\_FREQUENCY](./foundation-comms.pollingconfiguration.temp_frequency.md) | | number | The temporary polling frequency. |
22
-
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-comms](./foundation-comms.md) &gt; [PollingConfiguration](./foundation-comms.pollingconfiguration.md) &gt; [QUERIES](./foundation-comms.pollingconfiguration.queries.md)
4
-
5
- ## PollingConfiguration.QUERIES property
6
-
7
- The queries to be polled.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- QUERIES: string[];
13
- ```
@@ -1,13 +0,0 @@
1
- <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
-
3
- [Home](./index.md) &gt; [@genesislcap/foundation-comms](./foundation-comms.md) &gt; [PollingConfiguration](./foundation-comms.pollingconfiguration.md) &gt; [TEMP\_FREQUENCY](./foundation-comms.pollingconfiguration.temp_frequency.md)
4
-
5
- ## PollingConfiguration.TEMP\_FREQUENCY property
6
-
7
- The temporary polling frequency.
8
-
9
- **Signature:**
10
-
11
- ```typescript
12
- TEMP_FREQUENCY: number;
13
- ```