@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.
- package/dist/dts/auth/auth.types.d.ts +1 -1
- package/dist/dts/auth/auth.types.d.ts.map +1 -1
- package/dist/dts/connect/connect.d.ts +13 -6
- package/dist/dts/connect/connect.d.ts.map +1 -1
- package/dist/dts/connect/connect.types.d.ts +4 -51
- package/dist/dts/connect/connect.types.d.ts.map +1 -1
- package/dist/dts/connect/http.connect.d.ts +4 -8
- package/dist/dts/connect/http.connect.d.ts.map +1 -1
- package/dist/dts/connect/http.connect.types.d.ts +62 -0
- package/dist/dts/connect/http.connect.types.d.ts.map +1 -0
- package/dist/dts/connect/updateState.d.ts +3 -0
- package/dist/dts/connect/updateState.d.ts.map +1 -0
- package/dist/dts/testing/mocks/auth/auth.d.ts +1 -1
- package/dist/dts/testing/mocks/auth/auth.d.ts.map +1 -1
- package/dist/dts/testing/mocks/connect/connect.d.ts +3 -1
- package/dist/dts/testing/mocks/connect/connect.d.ts.map +1 -1
- package/dist/dts/testing/mocks/connect/socket.d.ts +1 -1
- package/dist/dts/testing/mocks/connect/socket.d.ts.map +1 -1
- package/dist/dts/testing/mocks/datasource/datasource.d.ts +1 -1
- package/dist/dts/testing/mocks/datasource/datasource.d.ts.map +1 -1
- package/dist/esm/connect/connect.js +10 -24
- package/dist/esm/connect/connect.types.js +21 -5
- package/dist/esm/connect/http.connect.js +10 -23
- package/dist/esm/connect/http.connect.types.js +24 -0
- package/dist/esm/connect/updateState.js +26 -0
- package/dist/esm/testing/mocks/connect/connect.js +3 -0
- package/dist/esm/testing/mocks/connect/socket.js +1 -1
- package/dist/foundation-comms.api.json +392 -287
- package/dist/foundation-comms.d.ts +25 -12
- package/docs/api/foundation-comms.connect.md +1 -0
- package/docs/api/foundation-comms.connect.streamstate.md +30 -0
- package/docs/api/foundation-comms.connectconfig.iswebsocketexpression.md +13 -0
- package/docs/api/foundation-comms.connectconfig.md +1 -0
- package/docs/api/foundation-comms.defaultconnect._constructor_.md +2 -2
- package/docs/api/foundation-comms.defaultconnect.md +1 -0
- package/docs/api/foundation-comms.defaultconnect.streamstate.md +26 -0
- package/docs/api/foundation-comms.defaulthttpconnect._constructor_.md +2 -2
- package/docs/api/foundation-comms.defaulthttpconnect.md +1 -0
- package/docs/api/foundation-comms.defaulthttpconnect.streamstate.md +26 -0
- package/docs/api/foundation-comms.md +0 -4
- package/docs/api-report.md +13 -33
- package/package.json +21 -13
- package/docs/api/foundation-comms.defaulthttpconnectconfig.md +0 -13
- package/docs/api/foundation-comms.httpconnectconfig.md +0 -20
- package/docs/api/foundation-comms.httpconnectconfig.polling.md +0 -13
- package/docs/api/foundation-comms.httppollingconfig.md +0 -22
- package/docs/api/foundation-comms.httppollingconfig.polling_frequency.md +0 -13
- package/docs/api/foundation-comms.httppollingconfig.polling_interval_map.md +0 -15
- package/docs/api/foundation-comms.httppollingconfig.polling_map.md +0 -15
- package/docs/api/foundation-comms.pollingconfiguration.amount_of_polls.md +0 -18
- package/docs/api/foundation-comms.pollingconfiguration.md +0 -22
- package/docs/api/foundation-comms.pollingconfiguration.queries.md +0 -13
- 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) > [@genesislcap/foundation-comms](./foundation-comms.md) > [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) > [@genesislcap/foundation-comms](./foundation-comms.md) > [PollingConfiguration](./foundation-comms.pollingconfiguration.md) > [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) > [@genesislcap/foundation-comms](./foundation-comms.md) > [PollingConfiguration](./foundation-comms.pollingconfiguration.md) > [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
|
-
```
|