@conduit-client/command-fetch-network 3.17.0 → 3.17.2
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.
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import type { FetchService } from '@conduit-client/service-fetch-network/v1';
|
|
5
5
|
import type { FetchNetworkCommand } from './fetch-command';
|
|
6
|
-
export declare class GeneratedFetchNetworkCommand<Data = unknown, ExtraServices extends object = object> extends FetchNetworkCommand<Data, ExtraServices> {
|
|
6
|
+
export declare class GeneratedFetchNetworkCommand<Data = unknown, ExtraServices extends object = object, ConfigType = unknown> extends FetchNetworkCommand<Data, ExtraServices> {
|
|
7
|
+
readonly config: ConfigType;
|
|
7
8
|
protected get fetchParams(): Parameters<FetchService>;
|
|
8
9
|
readonly exposeSubscribeAndRefresh: boolean;
|
|
9
10
|
get operationType(): 'query' | 'mutation';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduit-client/command-fetch-network",
|
|
3
|
-
"version": "3.17.
|
|
3
|
+
"version": "3.17.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Luvio Fetch Network Command",
|
|
6
6
|
"type": "module",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"watch": "npm run build --watch"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@conduit-client/command-base": "3.17.
|
|
35
|
-
"@conduit-client/command-network": "3.17.
|
|
36
|
-
"@conduit-client/service-fetch-network": "3.17.
|
|
37
|
-
"@conduit-client/utils": "3.17.
|
|
34
|
+
"@conduit-client/command-base": "3.17.2",
|
|
35
|
+
"@conduit-client/command-network": "3.17.2",
|
|
36
|
+
"@conduit-client/service-fetch-network": "3.17.2",
|
|
37
|
+
"@conduit-client/utils": "3.17.2"
|
|
38
38
|
},
|
|
39
39
|
"volta": {
|
|
40
40
|
"extends": "../../../../package.json"
|