@serve.zone/interfaces 1.0.26 → 1.0.29
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.
- package/dist_ts/00_commitinfo_data.js +1 -1
- package/dist_ts/data/cloudlyconfig.d.ts +2 -3
- package/dist_ts/data/cluster.d.ts +2 -0
- package/dist_ts/data/cluster.js +2 -1
- package/dist_ts/data/deployment.d.ts +6 -0
- package/dist_ts/data/deployment.js +2 -0
- package/dist_ts/data/image.d.ts +8 -0
- package/dist_ts/data/image.js +2 -0
- package/dist_ts/data/index.d.ts +1 -0
- package/dist_ts/data/index.js +2 -1
- package/dist_ts/data/server.d.ts +2 -6
- package/dist_ts/data/server.js +2 -1
- package/dist_ts/requests/image.d.ts +28 -0
- package/dist_ts/requests/image.js +2 -0
- package/dist_ts/requests/index.d.ts +2 -1
- package/dist_ts/requests/index.js +3 -2
- package/package.json +3 -3
- package/ts/00_commitinfo_data.ts +1 -1
- package/ts/data/cloudlyconfig.ts +2 -3
- package/ts/data/cluster.ts +4 -0
- package/ts/data/deployment.ts +8 -0
- package/ts/data/image.ts +10 -0
- package/ts/data/index.ts +1 -0
- package/ts/data/server.ts +3 -7
- package/ts/requests/image.ts +35 -0
- package/ts/requests/index.ts +2 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@serve.zone/interfaces',
|
|
6
|
-
version: '1.0.
|
|
6
|
+
version: '1.0.29',
|
|
7
7
|
description: 'interfaces for working with containers'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLFFBQVE7SUFDakIsV0FBVyxFQUFFLHdDQUF3QztDQUN0RCxDQUFBIn0=
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import * as plugins from '../plugins.js';
|
|
2
2
|
export interface ICloudlyConfig {
|
|
3
3
|
cfToken?: string;
|
|
4
|
-
|
|
4
|
+
hetznerToken?: string;
|
|
5
5
|
environment?: 'production' | 'integration';
|
|
6
|
-
gitlabUser?: string;
|
|
7
|
-
gitlabToken?: string;
|
|
8
6
|
letsEncryptEmail?: string;
|
|
9
7
|
letsEncryptPrivateKey?: string;
|
|
10
8
|
mongoDescriptor?: plugins.tsclass.database.IMongoDescriptor;
|
|
9
|
+
s3Descriptor?: plugins.tsclass.storage.IS3Descriptor;
|
|
11
10
|
publicUrl?: string;
|
|
12
11
|
publicPort?: string;
|
|
13
12
|
sslMode?: 'none' | 'letsencrypt' | 'external';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
1
2
|
import { type IServiceRessources } from '../data/docker.js';
|
|
2
3
|
import type { IServer } from './server.js';
|
|
3
4
|
export interface IClusterIdentifier {
|
|
@@ -30,6 +31,7 @@ export interface ICluster {
|
|
|
30
31
|
serverAddress: string;
|
|
31
32
|
serverSecret: string;
|
|
32
33
|
};
|
|
34
|
+
sshKeys: plugins.tsclass.network.ISshKey[];
|
|
33
35
|
};
|
|
34
36
|
}
|
|
35
37
|
export interface IService {
|
package/dist_ts/data/cluster.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
1
2
|
import {} from '../data/docker.js';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2x1c3Rlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3RzL2RhdGEvY2x1c3Rlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssT0FBTyxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEVBQXFELE1BQU0sbUJBQW1CLENBQUMifQ==
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVwbG95bWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3RzL2RhdGEvZGVwbG95bWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssT0FBTyxNQUFNLGVBQWUsQ0FBQyJ9
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi90cy9kYXRhL2ltYWdlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sS0FBSyxPQUFPLE1BQU0sZUFBZSxDQUFDIn0=
|
package/dist_ts/data/index.d.ts
CHANGED
package/dist_ts/data/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from './cloudlyconfig.js';
|
|
2
2
|
export * from './cluster.js';
|
|
3
3
|
export * from './config.js';
|
|
4
|
+
export * from './deployment.js';
|
|
4
5
|
export * from './docker.js';
|
|
5
6
|
export * from './env.js';
|
|
6
7
|
export * from './event.js';
|
|
@@ -9,4 +10,4 @@ export * from './server.js';
|
|
|
9
10
|
export * from './status.js';
|
|
10
11
|
export * from './traffic.js';
|
|
11
12
|
export * from './version.js';
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
13
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi90cy9kYXRhL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsb0JBQW9CLENBQUM7QUFDbkMsY0FBYyxjQUFjLENBQUM7QUFDN0IsY0FBYyxhQUFhLENBQUM7QUFDNUIsY0FBYyxpQkFBaUIsQ0FBQztBQUNoQyxjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLFlBQVksQ0FBQztBQUMzQixjQUFjLGFBQWEsQ0FBQTtBQUMzQixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGFBQWEsQ0FBQztBQUM1QixjQUFjLGNBQWMsQ0FBQztBQUM3QixjQUFjLGNBQWMsQ0FBQyJ9
|
package/dist_ts/data/server.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
1
2
|
export interface IServerMetrics {
|
|
2
3
|
serverId: string;
|
|
3
4
|
cpuUsageInPercent: number;
|
|
@@ -20,10 +21,5 @@ export interface IServer {
|
|
|
20
21
|
/**
|
|
21
22
|
* a list of SSH keys to deploy
|
|
22
23
|
*/
|
|
23
|
-
sshKeys: ISshKey[];
|
|
24
|
-
}
|
|
25
|
-
export interface ISshKey {
|
|
26
|
-
keyName: string;
|
|
27
|
-
public: string;
|
|
28
|
-
private?: string;
|
|
24
|
+
sshKeys: plugins.tsclass.network.ISshKey[];
|
|
29
25
|
}
|
package/dist_ts/data/server.js
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
1
2
|
import {} from './docker.js';
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VydmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHMvZGF0YS9zZXJ2ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxLQUFLLE9BQU8sTUFBTSxlQUFlLENBQUM7QUFFekMsT0FBTyxFQUE0QixNQUFNLGFBQWEsQ0FBQyJ9
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/// <reference types="node" resolution-mode="require"/>
|
|
2
|
+
import * as plugins from '../plugins.js';
|
|
3
|
+
export interface IRequest_PushImage extends plugins.typedrequestInterfaces.implementsTR<plugins.typedrequestInterfaces.ITypedRequest, IRequest_PushImage> {
|
|
4
|
+
method: 'pushImage';
|
|
5
|
+
request: {
|
|
6
|
+
jwt: string;
|
|
7
|
+
image: string;
|
|
8
|
+
version: string;
|
|
9
|
+
transferId?: string;
|
|
10
|
+
chunk: Buffer;
|
|
11
|
+
};
|
|
12
|
+
response: {
|
|
13
|
+
transferId: string;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export interface IRequest_DownloadImage extends plugins.typedrequestInterfaces.implementsTR<plugins.typedrequestInterfaces.ITypedRequest, IRequest_DownloadImage> {
|
|
17
|
+
method: 'downloadImage';
|
|
18
|
+
request: {
|
|
19
|
+
jwt: string;
|
|
20
|
+
image: string;
|
|
21
|
+
version: string;
|
|
22
|
+
transferId: string;
|
|
23
|
+
};
|
|
24
|
+
response: {
|
|
25
|
+
transferId: string;
|
|
26
|
+
chunk: Buffer;
|
|
27
|
+
};
|
|
28
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi90cy9yZXF1ZXN0cy9pbWFnZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssT0FBTyxNQUFNLGVBQWUsQ0FBQyJ9
|
|
@@ -2,6 +2,7 @@ import * as certificateRequests from './certificate.js';
|
|
|
2
2
|
import * as clusterRequests from './cluster.js';
|
|
3
3
|
import * as configRequests from './config.js';
|
|
4
4
|
import * as identityRequests from './identity.js';
|
|
5
|
+
import * as imageRequests from './image.js';
|
|
5
6
|
import * as informRequests from './inform.js';
|
|
6
7
|
import * as logRequests from './log.js';
|
|
7
8
|
import * as networkRequests from './network.js';
|
|
@@ -10,5 +11,5 @@ import * as secretRequests from './secret.js';
|
|
|
10
11
|
import * as serverRequests from './server.js';
|
|
11
12
|
import * as statusRequests from './status.js';
|
|
12
13
|
import * as versionRequests from './version.js';
|
|
13
|
-
export { certificateRequests as certificate, clusterRequests as cluster, configRequests as config, identityRequests as identity, informRequests as inform, logRequests as log, networkRequests as network, routingRequests as routing, secretRequests as secret, serverRequests as server, statusRequests as status, versionRequests as version, };
|
|
14
|
+
export { certificateRequests as certificate, clusterRequests as cluster, configRequests as config, identityRequests as identity, imageRequests as image, informRequests as inform, logRequests as log, networkRequests as network, routingRequests as routing, secretRequests as secret, serverRequests as server, statusRequests as status, versionRequests as version, };
|
|
14
15
|
export * from './inform.js';
|
|
@@ -3,6 +3,7 @@ import * as certificateRequests from './certificate.js';
|
|
|
3
3
|
import * as clusterRequests from './cluster.js';
|
|
4
4
|
import * as configRequests from './config.js';
|
|
5
5
|
import * as identityRequests from './identity.js';
|
|
6
|
+
import * as imageRequests from './image.js';
|
|
6
7
|
import * as informRequests from './inform.js';
|
|
7
8
|
import * as logRequests from './log.js';
|
|
8
9
|
import * as networkRequests from './network.js';
|
|
@@ -11,6 +12,6 @@ import * as secretRequests from './secret.js';
|
|
|
11
12
|
import * as serverRequests from './server.js';
|
|
12
13
|
import * as statusRequests from './status.js';
|
|
13
14
|
import * as versionRequests from './version.js';
|
|
14
|
-
export { certificateRequests as certificate, clusterRequests as cluster, configRequests as config, identityRequests as identity, informRequests as inform, logRequests as log, networkRequests as network, routingRequests as routing, secretRequests as secret, serverRequests as server, statusRequests as status, versionRequests as version, };
|
|
15
|
+
export { certificateRequests as certificate, clusterRequests as cluster, configRequests as config, identityRequests as identity, imageRequests as image, informRequests as inform, logRequests as log, networkRequests as network, routingRequests as routing, secretRequests as secret, serverRequests as server, statusRequests as status, versionRequests as version, };
|
|
15
16
|
export * from './inform.js';
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi90cy9yZXF1ZXN0cy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEtBQUssT0FBTyxNQUFNLGVBQWUsQ0FBQztBQUV6QyxPQUFPLEtBQUssbUJBQW1CLE1BQU0sa0JBQWtCLENBQUM7QUFDeEQsT0FBTyxLQUFLLGVBQWUsTUFBTSxjQUFjLENBQUM7QUFDaEQsT0FBTyxLQUFLLGNBQWMsTUFBTSxhQUFhLENBQUM7QUFDOUMsT0FBTyxLQUFLLGdCQUFnQixNQUFNLGVBQWUsQ0FBQztBQUNsRCxPQUFPLEtBQUssYUFBYSxNQUFNLFlBQVksQ0FBQztBQUM1QyxPQUFPLEtBQUssY0FBYyxNQUFNLGFBQWEsQ0FBQztBQUM5QyxPQUFPLEtBQUssV0FBVyxNQUFNLFVBQVUsQ0FBQztBQUN4QyxPQUFPLEtBQUssZUFBZSxNQUFNLGNBQWMsQ0FBQztBQUNoRCxPQUFPLEtBQUssZUFBZSxNQUFNLGNBQWMsQ0FBQztBQUNoRCxPQUFPLEtBQUssY0FBYyxNQUFNLGFBQWEsQ0FBQztBQUM5QyxPQUFPLEtBQUssY0FBYyxNQUFNLGFBQWEsQ0FBQztBQUM5QyxPQUFPLEtBQUssY0FBYyxNQUFNLGFBQWEsQ0FBQztBQUM5QyxPQUFPLEtBQUssZUFBZSxNQUFNLGNBQWMsQ0FBQztBQUVoRCxPQUFPLEVBQ0wsbUJBQW1CLElBQUksV0FBVyxFQUNsQyxlQUFlLElBQUksT0FBTyxFQUMxQixjQUFjLElBQUksTUFBTSxFQUN4QixnQkFBZ0IsSUFBSSxRQUFRLEVBQzVCLGFBQWEsSUFBSSxLQUFLLEVBQ3RCLGNBQWMsSUFBSSxNQUFNLEVBQ3hCLFdBQVcsSUFBSSxHQUFHLEVBQ2xCLGVBQWUsSUFBSSxPQUFPLEVBQzFCLGVBQWUsSUFBSSxPQUFPLEVBQzFCLGNBQWMsSUFBSSxNQUFNLEVBQ3hCLGNBQWMsSUFBSSxNQUFNLEVBQ3hCLGNBQWMsSUFBSSxNQUFNLEVBQ3hCLGVBQWUsSUFBSSxPQUFPLEdBQzNCLENBQUM7QUFFRixjQUFjLGFBQWEsQ0FBQyJ9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serve.zone/interfaces",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.29",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "interfaces for working with containers",
|
|
6
6
|
"main": "dist_ts/index.js",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"@git.zone/tsbundle": "^2.0.8",
|
|
13
13
|
"@git.zone/tstest": "^1.0.77",
|
|
14
14
|
"@push.rocks/tapbundle": "^5.0.8",
|
|
15
|
-
"@types/node": "^20.11.
|
|
15
|
+
"@types/node": "^20.11.17"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@apiglobal/typedrequest-interfaces": "^2.0.1",
|
|
19
19
|
"@push.rocks/smartlog-interfaces": "^3.0.0",
|
|
20
|
-
"@tsclass/tsclass": "^4.0.
|
|
20
|
+
"@tsclass/tsclass": "^4.0.50"
|
|
21
21
|
},
|
|
22
22
|
"browserslist": [
|
|
23
23
|
"last 1 chrome versions"
|
package/ts/00_commitinfo_data.ts
CHANGED
package/ts/data/cloudlyconfig.ts
CHANGED
|
@@ -2,13 +2,12 @@ import * as plugins from '../plugins.js';
|
|
|
2
2
|
|
|
3
3
|
export interface ICloudlyConfig {
|
|
4
4
|
cfToken?: string;
|
|
5
|
-
|
|
5
|
+
hetznerToken?: string;
|
|
6
6
|
environment?: 'production' | 'integration';
|
|
7
|
-
gitlabUser?: string;
|
|
8
|
-
gitlabToken?: string;
|
|
9
7
|
letsEncryptEmail?: string;
|
|
10
8
|
letsEncryptPrivateKey?: string;
|
|
11
9
|
mongoDescriptor?: plugins.tsclass.database.IMongoDescriptor;
|
|
10
|
+
s3Descriptor?: plugins.tsclass.storage.IS3Descriptor;
|
|
12
11
|
publicUrl?: string;
|
|
13
12
|
publicPort?: string;
|
|
14
13
|
sslMode?: 'none' | 'letsencrypt' | 'external';
|
package/ts/data/cluster.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
2
|
+
|
|
1
3
|
import { type IDockerRegistryInfo, type IServiceRessources } from '../data/docker.js';
|
|
2
4
|
import type { IServer } from './server.js';
|
|
3
5
|
|
|
@@ -36,6 +38,8 @@ export interface ICluster {
|
|
|
36
38
|
serverAddress: string;
|
|
37
39
|
serverSecret: string;
|
|
38
40
|
};
|
|
41
|
+
|
|
42
|
+
sshKeys: plugins.tsclass.network.ISshKey[];
|
|
39
43
|
};
|
|
40
44
|
}
|
|
41
45
|
|
package/ts/data/image.ts
ADDED
package/ts/data/index.ts
CHANGED
package/ts/data/server.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
2
|
+
|
|
1
3
|
import { type IDockerRegistryInfo } from './docker.js';
|
|
2
4
|
|
|
3
5
|
export interface IServerMetrics {
|
|
@@ -25,11 +27,5 @@ export interface IServer {
|
|
|
25
27
|
/**
|
|
26
28
|
* a list of SSH keys to deploy
|
|
27
29
|
*/
|
|
28
|
-
sshKeys: ISshKey[];
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
export interface ISshKey {
|
|
32
|
-
keyName: string;
|
|
33
|
-
public: string;
|
|
34
|
-
private?: string;
|
|
30
|
+
sshKeys: plugins.tsclass.network.ISshKey[];
|
|
35
31
|
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as plugins from '../plugins.js';
|
|
2
|
+
|
|
3
|
+
export interface IRequest_PushImage extends plugins.typedrequestInterfaces.implementsTR<
|
|
4
|
+
plugins.typedrequestInterfaces.ITypedRequest,
|
|
5
|
+
IRequest_PushImage
|
|
6
|
+
> {
|
|
7
|
+
method: 'pushImage';
|
|
8
|
+
request: {
|
|
9
|
+
jwt: string;
|
|
10
|
+
image: string;
|
|
11
|
+
version: string;
|
|
12
|
+
transferId?: string;
|
|
13
|
+
chunk: Buffer;
|
|
14
|
+
};
|
|
15
|
+
response: {
|
|
16
|
+
transferId: string;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface IRequest_DownloadImage extends plugins.typedrequestInterfaces.implementsTR<
|
|
21
|
+
plugins.typedrequestInterfaces.ITypedRequest,
|
|
22
|
+
IRequest_DownloadImage
|
|
23
|
+
> {
|
|
24
|
+
method: 'downloadImage';
|
|
25
|
+
request: {
|
|
26
|
+
jwt: string;
|
|
27
|
+
image: string;
|
|
28
|
+
version: string;
|
|
29
|
+
transferId: string;
|
|
30
|
+
};
|
|
31
|
+
response: {
|
|
32
|
+
transferId: string;
|
|
33
|
+
chunk: Buffer;
|
|
34
|
+
};
|
|
35
|
+
}
|
package/ts/requests/index.ts
CHANGED
|
@@ -4,6 +4,7 @@ import * as certificateRequests from './certificate.js';
|
|
|
4
4
|
import * as clusterRequests from './cluster.js';
|
|
5
5
|
import * as configRequests from './config.js';
|
|
6
6
|
import * as identityRequests from './identity.js';
|
|
7
|
+
import * as imageRequests from './image.js';
|
|
7
8
|
import * as informRequests from './inform.js';
|
|
8
9
|
import * as logRequests from './log.js';
|
|
9
10
|
import * as networkRequests from './network.js';
|
|
@@ -18,6 +19,7 @@ export {
|
|
|
18
19
|
clusterRequests as cluster,
|
|
19
20
|
configRequests as config,
|
|
20
21
|
identityRequests as identity,
|
|
22
|
+
imageRequests as image,
|
|
21
23
|
informRequests as inform,
|
|
22
24
|
logRequests as log,
|
|
23
25
|
networkRequests as network,
|