@hpcc-js/comms 2.75.0 → 2.76.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.
- package/dist/index.es6.js +317 -6
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +323 -7
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.node.js +323 -7
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.min.js +1 -1
- package/dist/index.node.min.js.map +1 -1
- package/lib-es6/__package__.js +2 -2
- package/lib-es6/index-common.js +5 -0
- package/lib-es6/index-common.js.map +1 -1
- package/lib-es6/services/fileSpray.js +11 -0
- package/lib-es6/services/fileSpray.js.map +1 -0
- package/lib-es6/services/wsCloud.js +23 -0
- package/lib-es6/services/wsCloud.js.map +1 -0
- package/lib-es6/services/wsDFU.js +1 -1
- package/lib-es6/services/wsElk.js +11 -0
- package/lib-es6/services/wsElk.js.map +1 -0
- package/lib-es6/services/wsLogaccess.js +2 -1
- package/lib-es6/services/wsLogaccess.js.map +1 -1
- package/lib-es6/services/wsPackageProcess.js +11 -0
- package/lib-es6/services/wsPackageProcess.js.map +1 -0
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js +110 -0
- package/lib-es6/services/wsdl/FileSpray/v1.23/FileSpray.js.map +1 -0
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js +17 -0
- package/lib-es6/services/wsdl/WsCloud/v1/WsCloud.js.map +1 -0
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js +47 -0
- package/lib-es6/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.js.map +1 -0
- package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js.map +1 -1
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js +142 -0
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js.map +1 -0
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js +23 -0
- package/lib-es6/services/wsdl/WsFileIO/v1.01/WsFileIO.js.map +1 -0
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js +62 -0
- package/lib-es6/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.js.map +1 -0
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js +93 -0
- package/lib-es6/services/wsdl/WsSMC/v1.24/WsSMC.js.map +1 -0
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js +77 -0
- package/lib-es6/services/wsdl/WsTopology/v1.31/WsTopology.js.map +1 -0
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js +328 -0
- package/lib-es6/services/wsdl/WsWorkunits/v1.88/WsWorkunits.js.map +1 -0
- package/lib-es6/services/wsdl/ws_access/v1.16/ws_access.js.map +1 -1
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js +26 -0
- package/lib-es6/services/wsdl/ws_account/v1.05/ws_account.js.map +1 -0
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js +27 -0
- package/lib-es6/services/wsdl/ws_codesign/v1.1/ws_codesign.js.map +1 -0
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js +17 -0
- package/lib-es6/services/wsdl/ws_elk/v1/ws_elk.js.map +1 -0
- package/lib-es6/services/wsdl/ws_logaccess/v1/ws_logaccess.js.map +1 -1
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js +44 -0
- package/lib-es6/services/wsdl/wsstore/v1.02/wsstore.js.map +1 -0
- package/package.json +14 -7
- package/src/__package__.ts +2 -2
- package/src/index-common.ts +5 -0
- package/src/services/fileSpray.ts +8 -0
- package/src/services/wsCloud.ts +20 -0
- package/src/services/wsDFU.ts +1 -1
- package/src/services/wsElk.ts +8 -0
- package/src/services/wsLogaccess.ts +2 -2
- package/src/services/wsPackageProcess.ts +8 -0
- package/src/services/wsdl/FileSpray/v1.23/FileSpray.ts +1008 -0
- package/src/services/wsdl/WsCloud/v1/WsCloud.ts +38 -0
- package/src/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.ts +224 -0
- package/src/services/wsdl/WsDali/v1.04/WsDali.ts +156 -153
- package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +1463 -0
- package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +107 -0
- package/src/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.ts +519 -0
- package/src/services/wsdl/WsSMC/v1.24/WsSMC.ts +665 -0
- package/src/services/wsdl/WsTopology/v1.31/WsTopology.ts +856 -0
- package/src/services/wsdl/WsWorkunits/v1.88/WsWorkunits.ts +2944 -0
- package/src/services/wsdl/ws_access/v1.16/ws_access.ts +952 -952
- package/src/services/wsdl/ws_account/v1.05/ws_account.ts +111 -0
- package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +100 -0
- package/src/services/wsdl/ws_elk/v1/ws_elk.ts +47 -0
- package/src/services/wsdl/ws_logaccess/v1/ws_logaccess.ts +52 -47
- package/src/services/wsdl/wsstore/v1.02/wsstore.ts +250 -0
- package/types/__package__.d.ts +2 -2
- package/types/index-common.d.ts +5 -0
- package/types/index-common.d.ts.map +1 -1
- package/types/services/fileSpray.d.ts +5 -0
- package/types/services/fileSpray.d.ts.map +1 -0
- package/types/services/wsCloud.d.ts +6 -0
- package/types/services/wsCloud.d.ts.map +1 -0
- package/types/services/wsDFU.d.ts +1 -1
- package/types/services/wsElk.d.ts +5 -0
- package/types/services/wsElk.d.ts.map +1 -0
- package/types/services/wsLogaccess.d.ts +2 -2
- package/types/services/wsLogaccess.d.ts.map +1 -1
- package/types/services/wsPackageProcess.d.ts +5 -0
- package/types/services/wsPackageProcess.d.ts.map +1 -0
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +830 -0
- package/types/services/wsdl/FileSpray/v1.23/FileSpray.d.ts.map +1 -0
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts +19 -0
- package/types/services/wsdl/WsCloud/v1/WsCloud.d.ts.map +1 -0
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +148 -0
- package/types/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts.map +1 -0
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts +7 -4
- package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts.map +1 -1
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +1232 -0
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts.map +1 -0
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +77 -0
- package/types/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts.map +1 -0
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +396 -0
- package/types/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts.map +1 -0
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +515 -0
- package/types/services/wsdl/WsSMC/v1.24/WsSMC.d.ts.map +1 -0
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +695 -0
- package/types/services/wsdl/WsTopology/v1.31/WsTopology.d.ts.map +1 -0
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +2405 -0
- package/types/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts.map +1 -0
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts +1 -1
- package/types/services/wsdl/ws_access/v1.16/ws_access.d.ts.map +1 -1
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts +74 -0
- package/types/services/wsdl/ws_account/v1.05/ws_account.d.ts.map +1 -0
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +67 -0
- package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts.map +1 -0
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +28 -0
- package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts.map +1 -0
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +8 -3
- package/types/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts.map +1 -1
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +179 -0
- package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts.map +1 -0
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/index-common.d.ts +5 -0
- package/types-3.4/services/fileSpray.d.ts +5 -0
- package/types-3.4/services/wsCloud.d.ts +6 -0
- package/types-3.4/services/wsDFU.d.ts +1 -1
- package/types-3.4/services/wsElk.d.ts +5 -0
- package/types-3.4/services/wsLogaccess.d.ts +2 -2
- package/types-3.4/services/wsPackageProcess.d.ts +5 -0
- package/types-3.4/services/wsdl/FileSpray/v1.23/FileSpray.d.ts +830 -0
- package/types-3.4/services/wsdl/WsCloud/v1/WsCloud.d.ts +19 -0
- package/types-3.4/services/wsdl/WsDFUXRef/v1.02/WsDFUXRef.d.ts +148 -0
- package/types-3.4/services/wsdl/WsDali/v1.04/WsDali.d.ts +7 -4
- package/types-3.4/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +1232 -0
- package/types-3.4/services/wsdl/WsFileIO/v1.01/WsFileIO.d.ts +77 -0
- package/types-3.4/services/wsdl/WsPackageProcess/v1.04/WsPackageProcess.d.ts +396 -0
- package/types-3.4/services/wsdl/WsSMC/v1.24/WsSMC.d.ts +515 -0
- package/types-3.4/services/wsdl/WsTopology/v1.31/WsTopology.d.ts +695 -0
- package/types-3.4/services/wsdl/WsWorkunits/v1.88/WsWorkunits.d.ts +2405 -0
- package/types-3.4/services/wsdl/ws_access/v1.16/ws_access.d.ts +1 -1
- package/types-3.4/services/wsdl/ws_account/v1.05/ws_account.d.ts +74 -0
- package/types-3.4/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +67 -0
- package/types-3.4/services/wsdl/ws_elk/v1/ws_elk.d.ts +28 -0
- package/types-3.4/services/wsdl/ws_logaccess/v1/ws_logaccess.d.ts +8 -3
- package/types-3.4/services/wsdl/wsstore/v1.02/wsstore.d.ts +179 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
+
import { Service } from "../../../../espConnection";
|
|
3
|
+
|
|
4
|
+
export namespace WsCloud {
|
|
5
|
+
|
|
6
|
+
export interface GetPODsRequest {
|
|
7
|
+
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface GetPODsResponse {
|
|
11
|
+
Result: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface WsCloudPingRequest {
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface WsCloudPingResponse {
|
|
19
|
+
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export class CloudServiceBase extends Service {
|
|
25
|
+
|
|
26
|
+
constructor(optsConnection: IOptions | IConnection) {
|
|
27
|
+
super(optsConnection, "WsCloud", "1");
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
GetPODs(request: WsCloud.GetPODsRequest): Promise<WsCloud.GetPODsResponse> {
|
|
31
|
+
return this._connection.send("GetPODs", request);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
Ping(request: WsCloud.WsCloudPingRequest): Promise<WsCloud.WsCloudPingResponse> {
|
|
35
|
+
return this._connection.send("Ping", request);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
}
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
+
import { Service } from "../../../../espConnection";
|
|
3
|
+
|
|
4
|
+
type unsignedInt = number;
|
|
5
|
+
type long = number;
|
|
6
|
+
|
|
7
|
+
export namespace WsDFUXRef {
|
|
8
|
+
|
|
9
|
+
export interface XRefFiles {
|
|
10
|
+
Item: string[];
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface DFUXRefArrayActionRequest {
|
|
14
|
+
Type?: string;
|
|
15
|
+
Cluster?: string;
|
|
16
|
+
Action?: string;
|
|
17
|
+
XRefFiles?: {
|
|
18
|
+
Item?: string[];
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface DFUXRefArrayActionResponse {
|
|
23
|
+
DFUXRefArrayActionResult: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export interface DFUXRefBuildRequest {
|
|
27
|
+
Cluster?: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface DFUXRefBuildResponse {
|
|
31
|
+
DFUXRefActionResult: string;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface DFUXRefBuildCancelRequest {
|
|
35
|
+
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface DFUXRefBuildCancelResponse {
|
|
39
|
+
DFUXRefBuildCancelResult: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface DFUXRefCleanDirectoriesRequest {
|
|
43
|
+
Cluster?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface Exception {
|
|
47
|
+
Code: string;
|
|
48
|
+
Audience: string;
|
|
49
|
+
Source: string;
|
|
50
|
+
Message: string;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface Exceptions {
|
|
54
|
+
Source: string;
|
|
55
|
+
Exception: Exception[];
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface DFUXRefCleanDirectoriesResponse {
|
|
59
|
+
Exceptions: {
|
|
60
|
+
Source: string;
|
|
61
|
+
Exception: Exception[];
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface DFUXRefDirectoriesQueryRequest {
|
|
66
|
+
Cluster?: string;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface DFUXRefDirectoriesQueryResponse {
|
|
70
|
+
DFUXRefDirectoriesQueryResult: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export interface DFUXRefFoundFilesQueryRequest {
|
|
74
|
+
Cluster?: string;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export interface DFUXRefFoundFilesQueryResponse {
|
|
78
|
+
DFUXRefFoundFilesQueryResult: string;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface DFUXRefListRequest {
|
|
82
|
+
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export interface DFUXRefListResponse {
|
|
86
|
+
DFUXRefListResult: string;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export interface DFUXRefLostFilesQueryRequest {
|
|
90
|
+
Cluster?: string;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export interface DFUXRefLostFilesQueryResponse {
|
|
94
|
+
DFUXRefLostFilesQueryResult: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface DFUXRefMessagesQueryRequest {
|
|
98
|
+
Cluster?: string;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export interface DFUXRefMessagesQueryResponse {
|
|
102
|
+
DFUXRefMessagesQueryResult: string;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export interface DFUXRefOrphanFilesQueryRequest {
|
|
106
|
+
Cluster?: string;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface DFUXRefOrphanFilesQueryResponse {
|
|
110
|
+
DFUXRefOrphanFilesQueryResult: string;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export interface DFUXRefUnusedFilesRequest {
|
|
114
|
+
ProcessCluster?: string;
|
|
115
|
+
CheckPackageMaps?: boolean;
|
|
116
|
+
GetFileDetails?: boolean;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export interface UnusedFiles {
|
|
120
|
+
File: string[];
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export interface DFULogicalFile {
|
|
124
|
+
Prefix: string;
|
|
125
|
+
ClusterName: string;
|
|
126
|
+
Directory: string;
|
|
127
|
+
Description: string;
|
|
128
|
+
Parts: string;
|
|
129
|
+
Name: string;
|
|
130
|
+
Owner: string;
|
|
131
|
+
Totalsize: string;
|
|
132
|
+
RecordCount: string;
|
|
133
|
+
Modified: string;
|
|
134
|
+
LongSize: string;
|
|
135
|
+
LongRecordCount: string;
|
|
136
|
+
isSuperfile: boolean;
|
|
137
|
+
isZipfile: boolean;
|
|
138
|
+
isDirectory: boolean;
|
|
139
|
+
Replicate: boolean;
|
|
140
|
+
IntSize: long;
|
|
141
|
+
IntRecordCount: long;
|
|
142
|
+
FromRoxieCluster: boolean;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export interface UnusedFilesWithDetails {
|
|
146
|
+
DFULogicalFile: DFULogicalFile[];
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export interface DFUXRefUnusedFilesResponse {
|
|
150
|
+
Exceptions: Exceptions;
|
|
151
|
+
UnusedFileCount: unsignedInt;
|
|
152
|
+
UnusedFiles: {
|
|
153
|
+
File: string[];
|
|
154
|
+
};
|
|
155
|
+
UnusedFilesWithDetails: {
|
|
156
|
+
DFULogicalFile: DFULogicalFile[];
|
|
157
|
+
};
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
export interface WsDFUXRefPingRequest {
|
|
161
|
+
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface WsDFUXRefPingResponse {
|
|
165
|
+
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export class DFUXRefServiceBase extends Service {
|
|
171
|
+
|
|
172
|
+
constructor(optsConnection: IOptions | IConnection) {
|
|
173
|
+
super(optsConnection, "WsDFUXRef", "1.02");
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
DFUXRefArrayAction(request: WsDFUXRef.DFUXRefArrayActionRequest): Promise<WsDFUXRef.DFUXRefArrayActionResponse> {
|
|
177
|
+
return this._connection.send("DFUXRefArrayAction", request);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
DFUXRefBuild(request: WsDFUXRef.DFUXRefBuildRequest): Promise<WsDFUXRef.DFUXRefBuildResponse> {
|
|
181
|
+
return this._connection.send("DFUXRefBuild", request);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
DFUXRefBuildCancel(request: WsDFUXRef.DFUXRefBuildCancelRequest): Promise<WsDFUXRef.DFUXRefBuildCancelResponse> {
|
|
185
|
+
return this._connection.send("DFUXRefBuildCancel", request);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
DFUXRefCleanDirectories(request: WsDFUXRef.DFUXRefCleanDirectoriesRequest): Promise<WsDFUXRef.DFUXRefCleanDirectoriesResponse> {
|
|
189
|
+
return this._connection.send("DFUXRefCleanDirectories", request);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
DFUXRefDirectories(request: WsDFUXRef.DFUXRefDirectoriesQueryRequest): Promise<WsDFUXRef.DFUXRefDirectoriesQueryResponse> {
|
|
193
|
+
return this._connection.send("DFUXRefDirectories", request);
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
DFUXRefFoundFiles(request: WsDFUXRef.DFUXRefFoundFilesQueryRequest): Promise<WsDFUXRef.DFUXRefFoundFilesQueryResponse> {
|
|
197
|
+
return this._connection.send("DFUXRefFoundFiles", request);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
DFUXRefList(request: WsDFUXRef.DFUXRefListRequest): Promise<WsDFUXRef.DFUXRefListResponse> {
|
|
201
|
+
return this._connection.send("DFUXRefList", request);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
DFUXRefLostFiles(request: WsDFUXRef.DFUXRefLostFilesQueryRequest): Promise<WsDFUXRef.DFUXRefLostFilesQueryResponse> {
|
|
205
|
+
return this._connection.send("DFUXRefLostFiles", request);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
DFUXRefMessages(request: WsDFUXRef.DFUXRefMessagesQueryRequest): Promise<WsDFUXRef.DFUXRefMessagesQueryResponse> {
|
|
209
|
+
return this._connection.send("DFUXRefMessages", request);
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
DFUXRefOrphanFiles(request: WsDFUXRef.DFUXRefOrphanFilesQueryRequest): Promise<WsDFUXRef.DFUXRefOrphanFilesQueryResponse> {
|
|
213
|
+
return this._connection.send("DFUXRefOrphanFiles", request);
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
DFUXRefUnusedFiles(request: WsDFUXRef.DFUXRefUnusedFilesRequest): Promise<WsDFUXRef.DFUXRefUnusedFilesResponse> {
|
|
217
|
+
return this._connection.send("DFUXRefUnusedFiles", request);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
Ping(request: WsDFUXRef.WsDFUXRefPingRequest): Promise<WsDFUXRef.WsDFUXRefPingResponse> {
|
|
221
|
+
return this._connection.send("Ping", request);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
}
|
|
@@ -5,209 +5,212 @@ type unsignedInt = number;
|
|
|
5
5
|
|
|
6
6
|
export namespace WsDali {
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
8
|
+
export interface AddRequest {
|
|
9
|
+
Path?: string;
|
|
10
|
+
Value?: string;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface Exception {
|
|
14
|
+
Code: string;
|
|
15
|
+
Audience: string;
|
|
16
|
+
Source: string;
|
|
17
|
+
Message: string;
|
|
18
|
+
}
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
export interface Exceptions {
|
|
21
|
+
Source: string;
|
|
22
|
+
Exception: Exception[];
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface ResultResponse {
|
|
26
|
+
Exceptions: {
|
|
21
27
|
Source: string;
|
|
22
28
|
Exception: Exception[];
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
Exceptions: Exceptions;
|
|
27
|
-
Result: string;
|
|
28
|
-
}
|
|
29
|
+
};
|
|
30
|
+
Result: string;
|
|
31
|
+
}
|
|
29
32
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
export interface CountRequest {
|
|
34
|
+
Path?: string;
|
|
35
|
+
}
|
|
33
36
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
37
|
+
export interface CountResponse {
|
|
38
|
+
Exceptions: Exceptions;
|
|
39
|
+
Result: unsignedInt;
|
|
40
|
+
}
|
|
38
41
|
|
|
39
|
-
|
|
42
|
+
export interface DFSCheckRequest {
|
|
40
43
|
|
|
41
|
-
|
|
44
|
+
}
|
|
42
45
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
+
export interface DFSExistsRequest {
|
|
47
|
+
FileName?: string;
|
|
48
|
+
}
|
|
46
49
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
50
|
+
export interface BooleanResponse {
|
|
51
|
+
Exceptions: Exceptions;
|
|
52
|
+
Result: boolean;
|
|
53
|
+
}
|
|
51
54
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
export interface DFSLSRequest {
|
|
56
|
+
Name?: string;
|
|
57
|
+
PathAndNameOnly?: boolean;
|
|
58
|
+
IncludeSubFileInfo?: boolean;
|
|
59
|
+
Recursively?: boolean;
|
|
60
|
+
}
|
|
58
61
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
+
export interface DeleteRequest {
|
|
63
|
+
Path?: string;
|
|
64
|
+
}
|
|
62
65
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
+
export interface GetDFSCSVRequest {
|
|
67
|
+
LogicalNameMask?: string;
|
|
68
|
+
}
|
|
66
69
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
+
export interface GetDFSMapRequest {
|
|
71
|
+
FileName?: string;
|
|
72
|
+
}
|
|
70
73
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
+
export interface GetDFSParentsRequest {
|
|
75
|
+
FileName?: string;
|
|
76
|
+
}
|
|
74
77
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
+
export interface GetLogicalFileRequest {
|
|
79
|
+
FileName?: string;
|
|
80
|
+
}
|
|
78
81
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
82
|
+
export interface GetLogicalFilePartRequest {
|
|
83
|
+
FileName?: string;
|
|
84
|
+
PartNumber?: unsignedInt;
|
|
85
|
+
}
|
|
83
86
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
87
|
+
export interface GetProtectedListRequest {
|
|
88
|
+
FileName?: string;
|
|
89
|
+
CallerId?: string;
|
|
90
|
+
}
|
|
88
91
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
+
export interface GetValueRequest {
|
|
93
|
+
Path?: string;
|
|
94
|
+
}
|
|
92
95
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
export interface ImportRequest {
|
|
97
|
+
XML?: string;
|
|
98
|
+
Path?: string;
|
|
99
|
+
Add?: boolean;
|
|
100
|
+
}
|
|
98
101
|
|
|
99
|
-
|
|
102
|
+
export interface WSDaliPingRequest {
|
|
100
103
|
|
|
101
|
-
|
|
104
|
+
}
|
|
102
105
|
|
|
103
|
-
|
|
106
|
+
export interface WSDaliPingResponse {
|
|
104
107
|
|
|
105
|
-
|
|
108
|
+
}
|
|
106
109
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
110
|
+
export interface SetLogicalFilePartAttrRequest {
|
|
111
|
+
FileName?: string;
|
|
112
|
+
PartNumber?: unsignedInt;
|
|
113
|
+
Attr?: string;
|
|
114
|
+
Value?: string;
|
|
115
|
+
}
|
|
113
116
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
117
|
+
export interface SetProtectedRequest {
|
|
118
|
+
FileName?: string;
|
|
119
|
+
CallerId?: string;
|
|
120
|
+
}
|
|
118
121
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
122
|
+
export interface SetUnprotectedRequest {
|
|
123
|
+
FileName?: string;
|
|
124
|
+
CallerId?: string;
|
|
125
|
+
}
|
|
123
126
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
127
|
+
export interface SetValueRequest {
|
|
128
|
+
Path?: string;
|
|
129
|
+
Value?: string;
|
|
130
|
+
}
|
|
128
131
|
|
|
129
132
|
}
|
|
130
133
|
|
|
131
134
|
export class DaliServiceBase extends Service {
|
|
132
135
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
+
constructor(optsConnection: IOptions | IConnection) {
|
|
137
|
+
super(optsConnection, "WSDali", "1.04");
|
|
138
|
+
}
|
|
136
139
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
+
Add(request: WsDali.AddRequest): Promise<WsDali.ResultResponse> {
|
|
141
|
+
return this._connection.send("Add", request);
|
|
142
|
+
}
|
|
140
143
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
+
Count(request: WsDali.CountRequest): Promise<WsDali.CountResponse> {
|
|
145
|
+
return this._connection.send("Count", request);
|
|
146
|
+
}
|
|
144
147
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
+
DFSCheck(request: WsDali.DFSCheckRequest): Promise<WsDali.ResultResponse> {
|
|
149
|
+
return this._connection.send("DFSCheck", request);
|
|
150
|
+
}
|
|
148
151
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
+
DFSExists(request: WsDali.DFSExistsRequest): Promise<WsDali.BooleanResponse> {
|
|
153
|
+
return this._connection.send("DFSExists", request);
|
|
154
|
+
}
|
|
152
155
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
+
DFSLS(request: WsDali.DFSLSRequest): Promise<WsDali.ResultResponse> {
|
|
157
|
+
return this._connection.send("DFSLS", request);
|
|
158
|
+
}
|
|
156
159
|
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
+
Delete(request: WsDali.DeleteRequest): Promise<WsDali.ResultResponse> {
|
|
161
|
+
return this._connection.send("Delete", request);
|
|
162
|
+
}
|
|
160
163
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
+
GetDFSCSV(request: WsDali.GetDFSCSVRequest): Promise<WsDali.ResultResponse> {
|
|
165
|
+
return this._connection.send("GetDFSCSV", request);
|
|
166
|
+
}
|
|
164
167
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
+
GetDFSMap(request: WsDali.GetDFSMapRequest): Promise<WsDali.ResultResponse> {
|
|
169
|
+
return this._connection.send("GetDFSMap", request);
|
|
170
|
+
}
|
|
168
171
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
+
GetDFSParents(request: WsDali.GetDFSParentsRequest): Promise<WsDali.ResultResponse> {
|
|
173
|
+
return this._connection.send("GetDFSParents", request);
|
|
174
|
+
}
|
|
172
175
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
+
GetLogicalFile(request: WsDali.GetLogicalFileRequest): Promise<WsDali.ResultResponse> {
|
|
177
|
+
return this._connection.send("GetLogicalFile", request);
|
|
178
|
+
}
|
|
176
179
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
+
GetLogicalFilePart(request: WsDali.GetLogicalFilePartRequest): Promise<WsDali.ResultResponse> {
|
|
181
|
+
return this._connection.send("GetLogicalFilePart", request);
|
|
182
|
+
}
|
|
180
183
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
+
GetProtectedList(request: WsDali.GetProtectedListRequest): Promise<WsDali.ResultResponse> {
|
|
185
|
+
return this._connection.send("GetProtectedList", request);
|
|
186
|
+
}
|
|
184
187
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
+
GetValue(request: WsDali.GetValueRequest): Promise<WsDali.ResultResponse> {
|
|
189
|
+
return this._connection.send("GetValue", request);
|
|
190
|
+
}
|
|
188
191
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
+
Import(request: WsDali.ImportRequest): Promise<WsDali.ResultResponse> {
|
|
193
|
+
return this._connection.send("Import", request);
|
|
194
|
+
}
|
|
192
195
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
+
Ping(request: WsDali.WSDaliPingRequest): Promise<WsDali.WSDaliPingResponse> {
|
|
197
|
+
return this._connection.send("Ping", request);
|
|
198
|
+
}
|
|
196
199
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
+
SetLogicalFilePartAttr(request: WsDali.SetLogicalFilePartAttrRequest): Promise<WsDali.ResultResponse> {
|
|
201
|
+
return this._connection.send("SetLogicalFilePartAttr", request);
|
|
202
|
+
}
|
|
200
203
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
+
SetProtected(request: WsDali.SetProtectedRequest): Promise<WsDali.ResultResponse> {
|
|
205
|
+
return this._connection.send("SetProtected", request);
|
|
206
|
+
}
|
|
204
207
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
+
SetUnprotected(request: WsDali.SetUnprotectedRequest): Promise<WsDali.ResultResponse> {
|
|
209
|
+
return this._connection.send("SetUnprotected", request);
|
|
210
|
+
}
|
|
208
211
|
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
+
SetValue(request: WsDali.SetValueRequest): Promise<WsDali.ResultResponse> {
|
|
213
|
+
return this._connection.send("SetValue", request);
|
|
214
|
+
}
|
|
212
215
|
|
|
213
216
|
}
|