@hpcc-js/comms 2.95.0 → 2.95.1
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 +36 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +36 -3
- 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 +36 -3
- 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/services/wsDali.js +1 -1
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js +101 -0
- package/lib-es6/services/wsdl/WsDali/v1.07/WsDali.js.map +1 -0
- package/package.json +2 -2
- package/src/__package__.ts +2 -2
- package/src/services/wsDali.ts +1 -1
- package/src/services/wsdl/WsDali/v1.07/WsDali.ts +302 -0
- package/types/__package__.d.ts +2 -2
- package/types/services/wsDali.d.ts +1 -1
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +158 -0
- package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts.map +1 -0
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/services/wsDali.d.ts +1 -1
- package/types-3.4/services/wsdl/WsDali/v1.07/WsDali.d.ts +158 -0
package/lib-es6/__package__.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DaliServiceBase } from "./wsdl/WsDali/v1.
|
|
2
|
+
import { DaliServiceBase } from "./wsdl/WsDali/v1.07/WsDali";
|
|
3
3
|
var DaliService = /** @class */ (function (_super) {
|
|
4
4
|
__extends(DaliService, _super);
|
|
5
5
|
function DaliService() {
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { Service } from "../../../../espConnection";
|
|
3
|
+
var DaliServiceBase = /** @class */ (function (_super) {
|
|
4
|
+
__extends(DaliServiceBase, _super);
|
|
5
|
+
function DaliServiceBase(optsConnection) {
|
|
6
|
+
return _super.call(this, optsConnection, "WSDali", "1.07") || this;
|
|
7
|
+
}
|
|
8
|
+
DaliServiceBase.prototype.Add = function (request) {
|
|
9
|
+
return this._connection.send("Add", request, "json", false, undefined, "ResultResponse");
|
|
10
|
+
};
|
|
11
|
+
DaliServiceBase.prototype.ClearTraceTransactions = function (request) {
|
|
12
|
+
return this._connection.send("ClearTraceTransactions", request, "json", false, undefined, "ResultResponse");
|
|
13
|
+
};
|
|
14
|
+
DaliServiceBase.prototype.Count = function (request) {
|
|
15
|
+
return this._connection.send("Count", request, "json", false, undefined, "CountResponse");
|
|
16
|
+
};
|
|
17
|
+
DaliServiceBase.prototype.DFSCheck = function (request) {
|
|
18
|
+
return this._connection.send("DFSCheck", request, "json", false, undefined, "ResultResponse");
|
|
19
|
+
};
|
|
20
|
+
DaliServiceBase.prototype.DFSExists = function (request) {
|
|
21
|
+
return this._connection.send("DFSExists", request, "json", false, undefined, "BooleanResponse");
|
|
22
|
+
};
|
|
23
|
+
DaliServiceBase.prototype.DFSLS = function (request) {
|
|
24
|
+
return this._connection.send("DFSLS", request, "json", false, undefined, "ResultResponse");
|
|
25
|
+
};
|
|
26
|
+
DaliServiceBase.prototype.Delete = function (request) {
|
|
27
|
+
return this._connection.send("Delete", request, "json", false, undefined, "ResultResponse");
|
|
28
|
+
};
|
|
29
|
+
DaliServiceBase.prototype.DisconnectClientConnection = function (request) {
|
|
30
|
+
return this._connection.send("DisconnectClientConnection", request, "json", false, undefined, "ResultResponse");
|
|
31
|
+
};
|
|
32
|
+
DaliServiceBase.prototype.GetClients = function (request) {
|
|
33
|
+
return this._connection.send("GetClients", request, "json", false, undefined, "ResultResponse");
|
|
34
|
+
};
|
|
35
|
+
DaliServiceBase.prototype.GetConnections = function (request) {
|
|
36
|
+
return this._connection.send("GetConnections", request, "json", false, undefined, "ResultResponse");
|
|
37
|
+
};
|
|
38
|
+
DaliServiceBase.prototype.GetDFSCSV = function (request) {
|
|
39
|
+
return this._connection.send("GetDFSCSV", request, "json", false, undefined, "ResultResponse");
|
|
40
|
+
};
|
|
41
|
+
DaliServiceBase.prototype.GetDFSMap = function (request) {
|
|
42
|
+
return this._connection.send("GetDFSMap", request, "json", false, undefined, "ResultResponse");
|
|
43
|
+
};
|
|
44
|
+
DaliServiceBase.prototype.GetDFSParents = function (request) {
|
|
45
|
+
return this._connection.send("GetDFSParents", request, "json", false, undefined, "ResultResponse");
|
|
46
|
+
};
|
|
47
|
+
DaliServiceBase.prototype.GetLogicalFile = function (request) {
|
|
48
|
+
return this._connection.send("GetLogicalFile", request, "json", false, undefined, "ResultResponse");
|
|
49
|
+
};
|
|
50
|
+
DaliServiceBase.prototype.GetLogicalFilePart = function (request) {
|
|
51
|
+
return this._connection.send("GetLogicalFilePart", request, "json", false, undefined, "ResultResponse");
|
|
52
|
+
};
|
|
53
|
+
DaliServiceBase.prototype.GetProtectedList = function (request) {
|
|
54
|
+
return this._connection.send("GetProtectedList", request, "json", false, undefined, "ResultResponse");
|
|
55
|
+
};
|
|
56
|
+
DaliServiceBase.prototype.GetSDSStats = function (request) {
|
|
57
|
+
return this._connection.send("GetSDSStats", request, "json", false, undefined, "ResultResponse");
|
|
58
|
+
};
|
|
59
|
+
DaliServiceBase.prototype.GetSDSSubscribers = function (request) {
|
|
60
|
+
return this._connection.send("GetSDSSubscribers", request, "json", false, undefined, "ResultResponse");
|
|
61
|
+
};
|
|
62
|
+
DaliServiceBase.prototype.GetValue = function (request) {
|
|
63
|
+
return this._connection.send("GetValue", request, "json", false, undefined, "ResultResponse");
|
|
64
|
+
};
|
|
65
|
+
DaliServiceBase.prototype.Import = function (request) {
|
|
66
|
+
return this._connection.send("Import", request, "json", false, undefined, "ResultResponse");
|
|
67
|
+
};
|
|
68
|
+
DaliServiceBase.prototype.ListSDSLocks = function (request) {
|
|
69
|
+
return this._connection.send("ListSDSLocks", request, "json", false, undefined, "ResultResponse");
|
|
70
|
+
};
|
|
71
|
+
DaliServiceBase.prototype.Ping = function (request) {
|
|
72
|
+
return this._connection.send("Ping", request, "json", false, undefined, "WSDaliPingResponse");
|
|
73
|
+
};
|
|
74
|
+
DaliServiceBase.prototype.SaveSDSStore = function (request) {
|
|
75
|
+
return this._connection.send("SaveSDSStore", request, "json", false, undefined, "ResultResponse");
|
|
76
|
+
};
|
|
77
|
+
DaliServiceBase.prototype.SetLogicalFilePartAttr = function (request) {
|
|
78
|
+
return this._connection.send("SetLogicalFilePartAttr", request, "json", false, undefined, "ResultResponse");
|
|
79
|
+
};
|
|
80
|
+
DaliServiceBase.prototype.SetProtected = function (request) {
|
|
81
|
+
return this._connection.send("SetProtected", request, "json", false, undefined, "ResultResponse");
|
|
82
|
+
};
|
|
83
|
+
DaliServiceBase.prototype.SetTraceSlowTransactions = function (request) {
|
|
84
|
+
return this._connection.send("SetTraceSlowTransactions", request, "json", false, undefined, "ResultResponse");
|
|
85
|
+
};
|
|
86
|
+
DaliServiceBase.prototype.SetTraceTransactions = function (request) {
|
|
87
|
+
return this._connection.send("SetTraceTransactions", request, "json", false, undefined, "ResultResponse");
|
|
88
|
+
};
|
|
89
|
+
DaliServiceBase.prototype.SetUnprotected = function (request) {
|
|
90
|
+
return this._connection.send("SetUnprotected", request, "json", false, undefined, "ResultResponse");
|
|
91
|
+
};
|
|
92
|
+
DaliServiceBase.prototype.SetValue = function (request) {
|
|
93
|
+
return this._connection.send("SetValue", request, "json", false, undefined, "ResultResponse");
|
|
94
|
+
};
|
|
95
|
+
DaliServiceBase.prototype.UnlockSDSLock = function (request) {
|
|
96
|
+
return this._connection.send("UnlockSDSLock", request, "json", false, undefined, "ResultResponse");
|
|
97
|
+
};
|
|
98
|
+
return DaliServiceBase;
|
|
99
|
+
}(Service));
|
|
100
|
+
export { DaliServiceBase };
|
|
101
|
+
//# sourceMappingURL=WsDali.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WsDali.js","sourceRoot":"","sources":["../../../../../src/services/wsdl/WsDali/v1.07/WsDali.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/comms",
|
|
3
|
-
"version": "2.95.
|
|
3
|
+
"version": "2.95.1",
|
|
4
4
|
"description": "hpcc-js - Communications",
|
|
5
5
|
"main": "dist/index.node.js",
|
|
6
6
|
"module": "dist/index.es6",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
96
96
|
},
|
|
97
97
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "c61a8ab6ff6bc70ff2b72fcb863cbb741df9ec34"
|
|
99
99
|
}
|
package/src/__package__.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export const PKG_NAME = "@hpcc-js/comms";
|
|
2
|
-
export const PKG_VERSION = "2.95.
|
|
3
|
-
export const BUILD_VERSION = "2.106.
|
|
2
|
+
export const PKG_VERSION = "2.95.1";
|
|
3
|
+
export const BUILD_VERSION = "2.106.8";
|
package/src/services/wsDali.ts
CHANGED
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
+
import { Service } from "../../../../espConnection";
|
|
3
|
+
|
|
4
|
+
export namespace WsDali {
|
|
5
|
+
|
|
6
|
+
export type unsignedInt = number;
|
|
7
|
+
|
|
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
|
+
|
|
20
|
+
export interface Exceptions {
|
|
21
|
+
Source: string;
|
|
22
|
+
Exception: Exception[];
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface ResultResponse {
|
|
26
|
+
Exceptions: Exceptions;
|
|
27
|
+
Result: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export interface ClearTraceTransactionsRequest {
|
|
31
|
+
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface CountRequest {
|
|
35
|
+
Path?: string;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface CountResponse {
|
|
39
|
+
Exceptions: Exceptions;
|
|
40
|
+
Result: unsignedInt;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface DFSCheckRequest {
|
|
44
|
+
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface DFSExistsRequest {
|
|
48
|
+
FileName?: string;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface BooleanResponse {
|
|
52
|
+
Exceptions: Exceptions;
|
|
53
|
+
Result: boolean;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface DFSLSRequest {
|
|
57
|
+
Name?: string;
|
|
58
|
+
PathAndNameOnly?: boolean;
|
|
59
|
+
IncludeSubFileInfo?: boolean;
|
|
60
|
+
Recursively?: boolean;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export interface DeleteRequest {
|
|
64
|
+
Path?: string;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface DisconnectClientConnectionRequest {
|
|
68
|
+
Endpoint?: string;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface GetClientsRequest {
|
|
72
|
+
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export interface GetConnectionsRequest {
|
|
76
|
+
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface GetDFSCSVRequest {
|
|
80
|
+
LogicalNameMask?: string;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
export interface GetDFSMapRequest {
|
|
84
|
+
FileName?: string;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface GetDFSParentsRequest {
|
|
88
|
+
FileName?: string;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export interface GetLogicalFileRequest {
|
|
92
|
+
FileName?: string;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
export interface GetLogicalFilePartRequest {
|
|
96
|
+
FileName?: string;
|
|
97
|
+
PartNumber?: unsignedInt;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export interface GetProtectedListRequest {
|
|
101
|
+
FileName?: string;
|
|
102
|
+
CallerId?: string;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export interface GetSDSStatsRequest {
|
|
106
|
+
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface GetSDSSubscribersRequest {
|
|
110
|
+
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
export interface GetValueRequest {
|
|
114
|
+
Path?: string;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface ImportRequest {
|
|
118
|
+
XML?: string;
|
|
119
|
+
Path?: string;
|
|
120
|
+
Add?: boolean;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export interface ListSDSLocksRequest {
|
|
124
|
+
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface WSDaliPingRequest {
|
|
128
|
+
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface WSDaliPingResponse {
|
|
132
|
+
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export interface SaveSDSStoreRequest {
|
|
136
|
+
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export interface SetLogicalFilePartAttrRequest {
|
|
140
|
+
FileName?: string;
|
|
141
|
+
PartNumber?: unsignedInt;
|
|
142
|
+
Attr?: string;
|
|
143
|
+
Value?: string;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export interface SetProtectedRequest {
|
|
147
|
+
FileName?: string;
|
|
148
|
+
CallerId?: string;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export interface SetTraceSlowTransactionsRequest {
|
|
152
|
+
SlowThresholdMS?: unsignedInt;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
export interface SetTraceTransactionsRequest {
|
|
156
|
+
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface SetUnprotectedRequest {
|
|
160
|
+
FileName?: string;
|
|
161
|
+
CallerId?: string;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface SetValueRequest {
|
|
165
|
+
Path?: string;
|
|
166
|
+
Value?: string;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
export interface UnlockSDSLockRequest {
|
|
170
|
+
ConnectionID?: string;
|
|
171
|
+
Close?: boolean;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export class DaliServiceBase extends Service {
|
|
177
|
+
|
|
178
|
+
constructor(optsConnection: IOptions | IConnection) {
|
|
179
|
+
super(optsConnection, "WSDali", "1.07");
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
Add(request: Partial<WsDali.AddRequest>): Promise<WsDali.ResultResponse> {
|
|
183
|
+
return this._connection.send("Add", request, "json", false, undefined, "ResultResponse");
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
ClearTraceTransactions(request: Partial<WsDali.ClearTraceTransactionsRequest>): Promise<WsDali.ResultResponse> {
|
|
187
|
+
return this._connection.send("ClearTraceTransactions", request, "json", false, undefined, "ResultResponse");
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
Count(request: Partial<WsDali.CountRequest>): Promise<WsDali.CountResponse> {
|
|
191
|
+
return this._connection.send("Count", request, "json", false, undefined, "CountResponse");
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
DFSCheck(request: Partial<WsDali.DFSCheckRequest>): Promise<WsDali.ResultResponse> {
|
|
195
|
+
return this._connection.send("DFSCheck", request, "json", false, undefined, "ResultResponse");
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
DFSExists(request: Partial<WsDali.DFSExistsRequest>): Promise<WsDali.BooleanResponse> {
|
|
199
|
+
return this._connection.send("DFSExists", request, "json", false, undefined, "BooleanResponse");
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
DFSLS(request: Partial<WsDali.DFSLSRequest>): Promise<WsDali.ResultResponse> {
|
|
203
|
+
return this._connection.send("DFSLS", request, "json", false, undefined, "ResultResponse");
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
Delete(request: Partial<WsDali.DeleteRequest>): Promise<WsDali.ResultResponse> {
|
|
207
|
+
return this._connection.send("Delete", request, "json", false, undefined, "ResultResponse");
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
DisconnectClientConnection(request: Partial<WsDali.DisconnectClientConnectionRequest>): Promise<WsDali.ResultResponse> {
|
|
211
|
+
return this._connection.send("DisconnectClientConnection", request, "json", false, undefined, "ResultResponse");
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
GetClients(request: Partial<WsDali.GetClientsRequest>): Promise<WsDali.ResultResponse> {
|
|
215
|
+
return this._connection.send("GetClients", request, "json", false, undefined, "ResultResponse");
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
GetConnections(request: Partial<WsDali.GetConnectionsRequest>): Promise<WsDali.ResultResponse> {
|
|
219
|
+
return this._connection.send("GetConnections", request, "json", false, undefined, "ResultResponse");
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
GetDFSCSV(request: Partial<WsDali.GetDFSCSVRequest>): Promise<WsDali.ResultResponse> {
|
|
223
|
+
return this._connection.send("GetDFSCSV", request, "json", false, undefined, "ResultResponse");
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
GetDFSMap(request: Partial<WsDali.GetDFSMapRequest>): Promise<WsDali.ResultResponse> {
|
|
227
|
+
return this._connection.send("GetDFSMap", request, "json", false, undefined, "ResultResponse");
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
GetDFSParents(request: Partial<WsDali.GetDFSParentsRequest>): Promise<WsDali.ResultResponse> {
|
|
231
|
+
return this._connection.send("GetDFSParents", request, "json", false, undefined, "ResultResponse");
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
GetLogicalFile(request: Partial<WsDali.GetLogicalFileRequest>): Promise<WsDali.ResultResponse> {
|
|
235
|
+
return this._connection.send("GetLogicalFile", request, "json", false, undefined, "ResultResponse");
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
GetLogicalFilePart(request: Partial<WsDali.GetLogicalFilePartRequest>): Promise<WsDali.ResultResponse> {
|
|
239
|
+
return this._connection.send("GetLogicalFilePart", request, "json", false, undefined, "ResultResponse");
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
GetProtectedList(request: Partial<WsDali.GetProtectedListRequest>): Promise<WsDali.ResultResponse> {
|
|
243
|
+
return this._connection.send("GetProtectedList", request, "json", false, undefined, "ResultResponse");
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
GetSDSStats(request: Partial<WsDali.GetSDSStatsRequest>): Promise<WsDali.ResultResponse> {
|
|
247
|
+
return this._connection.send("GetSDSStats", request, "json", false, undefined, "ResultResponse");
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
GetSDSSubscribers(request: Partial<WsDali.GetSDSSubscribersRequest>): Promise<WsDali.ResultResponse> {
|
|
251
|
+
return this._connection.send("GetSDSSubscribers", request, "json", false, undefined, "ResultResponse");
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
GetValue(request: Partial<WsDali.GetValueRequest>): Promise<WsDali.ResultResponse> {
|
|
255
|
+
return this._connection.send("GetValue", request, "json", false, undefined, "ResultResponse");
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
Import(request: Partial<WsDali.ImportRequest>): Promise<WsDali.ResultResponse> {
|
|
259
|
+
return this._connection.send("Import", request, "json", false, undefined, "ResultResponse");
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
ListSDSLocks(request: Partial<WsDali.ListSDSLocksRequest>): Promise<WsDali.ResultResponse> {
|
|
263
|
+
return this._connection.send("ListSDSLocks", request, "json", false, undefined, "ResultResponse");
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
Ping(request: Partial<WsDali.WSDaliPingRequest>): Promise<WsDali.WSDaliPingResponse> {
|
|
267
|
+
return this._connection.send("Ping", request, "json", false, undefined, "WSDaliPingResponse");
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
SaveSDSStore(request: Partial<WsDali.SaveSDSStoreRequest>): Promise<WsDali.ResultResponse> {
|
|
271
|
+
return this._connection.send("SaveSDSStore", request, "json", false, undefined, "ResultResponse");
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
SetLogicalFilePartAttr(request: Partial<WsDali.SetLogicalFilePartAttrRequest>): Promise<WsDali.ResultResponse> {
|
|
275
|
+
return this._connection.send("SetLogicalFilePartAttr", request, "json", false, undefined, "ResultResponse");
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
SetProtected(request: Partial<WsDali.SetProtectedRequest>): Promise<WsDali.ResultResponse> {
|
|
279
|
+
return this._connection.send("SetProtected", request, "json", false, undefined, "ResultResponse");
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
SetTraceSlowTransactions(request: Partial<WsDali.SetTraceSlowTransactionsRequest>): Promise<WsDali.ResultResponse> {
|
|
283
|
+
return this._connection.send("SetTraceSlowTransactions", request, "json", false, undefined, "ResultResponse");
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
SetTraceTransactions(request: Partial<WsDali.SetTraceTransactionsRequest>): Promise<WsDali.ResultResponse> {
|
|
287
|
+
return this._connection.send("SetTraceTransactions", request, "json", false, undefined, "ResultResponse");
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
SetUnprotected(request: Partial<WsDali.SetUnprotectedRequest>): Promise<WsDali.ResultResponse> {
|
|
291
|
+
return this._connection.send("SetUnprotected", request, "json", false, undefined, "ResultResponse");
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
SetValue(request: Partial<WsDali.SetValueRequest>): Promise<WsDali.ResultResponse> {
|
|
295
|
+
return this._connection.send("SetValue", request, "json", false, undefined, "ResultResponse");
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
UnlockSDSLock(request: Partial<WsDali.UnlockSDSLockRequest>): Promise<WsDali.ResultResponse> {
|
|
299
|
+
return this._connection.send("UnlockSDSLock", request, "json", false, undefined, "ResultResponse");
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
}
|
package/types/__package__.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/comms";
|
|
2
|
-
export declare const PKG_VERSION = "2.95.
|
|
3
|
-
export declare const BUILD_VERSION = "2.106.
|
|
2
|
+
export declare const PKG_VERSION = "2.95.1";
|
|
3
|
+
export declare const BUILD_VERSION = "2.106.8";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import { IConnection, IOptions } from "../../../../connection";
|
|
2
|
+
import { Service } from "../../../../espConnection";
|
|
3
|
+
export declare namespace WsDali {
|
|
4
|
+
type unsignedInt = number;
|
|
5
|
+
interface AddRequest {
|
|
6
|
+
Path?: string;
|
|
7
|
+
Value?: string;
|
|
8
|
+
}
|
|
9
|
+
interface Exception {
|
|
10
|
+
Code: string;
|
|
11
|
+
Audience: string;
|
|
12
|
+
Source: string;
|
|
13
|
+
Message: string;
|
|
14
|
+
}
|
|
15
|
+
interface Exceptions {
|
|
16
|
+
Source: string;
|
|
17
|
+
Exception: Exception[];
|
|
18
|
+
}
|
|
19
|
+
interface ResultResponse {
|
|
20
|
+
Exceptions: Exceptions;
|
|
21
|
+
Result: string;
|
|
22
|
+
}
|
|
23
|
+
interface ClearTraceTransactionsRequest {
|
|
24
|
+
}
|
|
25
|
+
interface CountRequest {
|
|
26
|
+
Path?: string;
|
|
27
|
+
}
|
|
28
|
+
interface CountResponse {
|
|
29
|
+
Exceptions: Exceptions;
|
|
30
|
+
Result: unsignedInt;
|
|
31
|
+
}
|
|
32
|
+
interface DFSCheckRequest {
|
|
33
|
+
}
|
|
34
|
+
interface DFSExistsRequest {
|
|
35
|
+
FileName?: string;
|
|
36
|
+
}
|
|
37
|
+
interface BooleanResponse {
|
|
38
|
+
Exceptions: Exceptions;
|
|
39
|
+
Result: boolean;
|
|
40
|
+
}
|
|
41
|
+
interface DFSLSRequest {
|
|
42
|
+
Name?: string;
|
|
43
|
+
PathAndNameOnly?: boolean;
|
|
44
|
+
IncludeSubFileInfo?: boolean;
|
|
45
|
+
Recursively?: boolean;
|
|
46
|
+
}
|
|
47
|
+
interface DeleteRequest {
|
|
48
|
+
Path?: string;
|
|
49
|
+
}
|
|
50
|
+
interface DisconnectClientConnectionRequest {
|
|
51
|
+
Endpoint?: string;
|
|
52
|
+
}
|
|
53
|
+
interface GetClientsRequest {
|
|
54
|
+
}
|
|
55
|
+
interface GetConnectionsRequest {
|
|
56
|
+
}
|
|
57
|
+
interface GetDFSCSVRequest {
|
|
58
|
+
LogicalNameMask?: string;
|
|
59
|
+
}
|
|
60
|
+
interface GetDFSMapRequest {
|
|
61
|
+
FileName?: string;
|
|
62
|
+
}
|
|
63
|
+
interface GetDFSParentsRequest {
|
|
64
|
+
FileName?: string;
|
|
65
|
+
}
|
|
66
|
+
interface GetLogicalFileRequest {
|
|
67
|
+
FileName?: string;
|
|
68
|
+
}
|
|
69
|
+
interface GetLogicalFilePartRequest {
|
|
70
|
+
FileName?: string;
|
|
71
|
+
PartNumber?: unsignedInt;
|
|
72
|
+
}
|
|
73
|
+
interface GetProtectedListRequest {
|
|
74
|
+
FileName?: string;
|
|
75
|
+
CallerId?: string;
|
|
76
|
+
}
|
|
77
|
+
interface GetSDSStatsRequest {
|
|
78
|
+
}
|
|
79
|
+
interface GetSDSSubscribersRequest {
|
|
80
|
+
}
|
|
81
|
+
interface GetValueRequest {
|
|
82
|
+
Path?: string;
|
|
83
|
+
}
|
|
84
|
+
interface ImportRequest {
|
|
85
|
+
XML?: string;
|
|
86
|
+
Path?: string;
|
|
87
|
+
Add?: boolean;
|
|
88
|
+
}
|
|
89
|
+
interface ListSDSLocksRequest {
|
|
90
|
+
}
|
|
91
|
+
interface WSDaliPingRequest {
|
|
92
|
+
}
|
|
93
|
+
interface WSDaliPingResponse {
|
|
94
|
+
}
|
|
95
|
+
interface SaveSDSStoreRequest {
|
|
96
|
+
}
|
|
97
|
+
interface SetLogicalFilePartAttrRequest {
|
|
98
|
+
FileName?: string;
|
|
99
|
+
PartNumber?: unsignedInt;
|
|
100
|
+
Attr?: string;
|
|
101
|
+
Value?: string;
|
|
102
|
+
}
|
|
103
|
+
interface SetProtectedRequest {
|
|
104
|
+
FileName?: string;
|
|
105
|
+
CallerId?: string;
|
|
106
|
+
}
|
|
107
|
+
interface SetTraceSlowTransactionsRequest {
|
|
108
|
+
SlowThresholdMS?: unsignedInt;
|
|
109
|
+
}
|
|
110
|
+
interface SetTraceTransactionsRequest {
|
|
111
|
+
}
|
|
112
|
+
interface SetUnprotectedRequest {
|
|
113
|
+
FileName?: string;
|
|
114
|
+
CallerId?: string;
|
|
115
|
+
}
|
|
116
|
+
interface SetValueRequest {
|
|
117
|
+
Path?: string;
|
|
118
|
+
Value?: string;
|
|
119
|
+
}
|
|
120
|
+
interface UnlockSDSLockRequest {
|
|
121
|
+
ConnectionID?: string;
|
|
122
|
+
Close?: boolean;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
export declare class DaliServiceBase extends Service {
|
|
126
|
+
constructor(optsConnection: IOptions | IConnection);
|
|
127
|
+
Add(request: Partial<WsDali.AddRequest>): Promise<WsDali.ResultResponse>;
|
|
128
|
+
ClearTraceTransactions(request: Partial<WsDali.ClearTraceTransactionsRequest>): Promise<WsDali.ResultResponse>;
|
|
129
|
+
Count(request: Partial<WsDali.CountRequest>): Promise<WsDali.CountResponse>;
|
|
130
|
+
DFSCheck(request: Partial<WsDali.DFSCheckRequest>): Promise<WsDali.ResultResponse>;
|
|
131
|
+
DFSExists(request: Partial<WsDali.DFSExistsRequest>): Promise<WsDali.BooleanResponse>;
|
|
132
|
+
DFSLS(request: Partial<WsDali.DFSLSRequest>): Promise<WsDali.ResultResponse>;
|
|
133
|
+
Delete(request: Partial<WsDali.DeleteRequest>): Promise<WsDali.ResultResponse>;
|
|
134
|
+
DisconnectClientConnection(request: Partial<WsDali.DisconnectClientConnectionRequest>): Promise<WsDali.ResultResponse>;
|
|
135
|
+
GetClients(request: Partial<WsDali.GetClientsRequest>): Promise<WsDali.ResultResponse>;
|
|
136
|
+
GetConnections(request: Partial<WsDali.GetConnectionsRequest>): Promise<WsDali.ResultResponse>;
|
|
137
|
+
GetDFSCSV(request: Partial<WsDali.GetDFSCSVRequest>): Promise<WsDali.ResultResponse>;
|
|
138
|
+
GetDFSMap(request: Partial<WsDali.GetDFSMapRequest>): Promise<WsDali.ResultResponse>;
|
|
139
|
+
GetDFSParents(request: Partial<WsDali.GetDFSParentsRequest>): Promise<WsDali.ResultResponse>;
|
|
140
|
+
GetLogicalFile(request: Partial<WsDali.GetLogicalFileRequest>): Promise<WsDali.ResultResponse>;
|
|
141
|
+
GetLogicalFilePart(request: Partial<WsDali.GetLogicalFilePartRequest>): Promise<WsDali.ResultResponse>;
|
|
142
|
+
GetProtectedList(request: Partial<WsDali.GetProtectedListRequest>): Promise<WsDali.ResultResponse>;
|
|
143
|
+
GetSDSStats(request: Partial<WsDali.GetSDSStatsRequest>): Promise<WsDali.ResultResponse>;
|
|
144
|
+
GetSDSSubscribers(request: Partial<WsDali.GetSDSSubscribersRequest>): Promise<WsDali.ResultResponse>;
|
|
145
|
+
GetValue(request: Partial<WsDali.GetValueRequest>): Promise<WsDali.ResultResponse>;
|
|
146
|
+
Import(request: Partial<WsDali.ImportRequest>): Promise<WsDali.ResultResponse>;
|
|
147
|
+
ListSDSLocks(request: Partial<WsDali.ListSDSLocksRequest>): Promise<WsDali.ResultResponse>;
|
|
148
|
+
Ping(request: Partial<WsDali.WSDaliPingRequest>): Promise<WsDali.WSDaliPingResponse>;
|
|
149
|
+
SaveSDSStore(request: Partial<WsDali.SaveSDSStoreRequest>): Promise<WsDali.ResultResponse>;
|
|
150
|
+
SetLogicalFilePartAttr(request: Partial<WsDali.SetLogicalFilePartAttrRequest>): Promise<WsDali.ResultResponse>;
|
|
151
|
+
SetProtected(request: Partial<WsDali.SetProtectedRequest>): Promise<WsDali.ResultResponse>;
|
|
152
|
+
SetTraceSlowTransactions(request: Partial<WsDali.SetTraceSlowTransactionsRequest>): Promise<WsDali.ResultResponse>;
|
|
153
|
+
SetTraceTransactions(request: Partial<WsDali.SetTraceTransactionsRequest>): Promise<WsDali.ResultResponse>;
|
|
154
|
+
SetUnprotected(request: Partial<WsDali.SetUnprotectedRequest>): Promise<WsDali.ResultResponse>;
|
|
155
|
+
SetValue(request: Partial<WsDali.SetValueRequest>): Promise<WsDali.ResultResponse>;
|
|
156
|
+
UnlockSDSLock(request: Partial<WsDali.UnlockSDSLockRequest>): Promise<WsDali.ResultResponse>;
|
|
157
|
+
}
|
|
158
|
+
//# sourceMappingURL=WsDali.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WsDali.d.ts","sourceRoot":"","sources":["../../../../../src/services/wsdl/WsDali/v1.07/WsDali.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const PKG_NAME = "@hpcc-js/comms";
|
|
2
|
-
export declare const PKG_VERSION = "2.95.
|
|
3
|
-
export declare const BUILD_VERSION = "2.106.
|
|
2
|
+
export declare const PKG_VERSION = "2.95.1";
|
|
3
|
+
export declare const BUILD_VERSION = "2.106.8";
|
|
4
4
|
//# sourceMappingURL=__package__.d.ts.map
|