@hpcc-js/comms 2.94.1 → 2.95.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.
@@ -1,4 +1,4 @@
1
1
  export var PKG_NAME = "@hpcc-js/comms";
2
- export var PKG_VERSION = "2.94.1";
3
- export var BUILD_VERSION = "2.106.2";
2
+ export var PKG_VERSION = "2.95.0";
3
+ export var BUILD_VERSION = "2.106.3";
4
4
  //# sourceMappingURL=__package__.js.map
@@ -13,6 +13,7 @@ export * from "./services/wsLogaccess";
13
13
  export * from "./services/wsMachine";
14
14
  export * from "./services/wsPackageProcess";
15
15
  export * from "./services/wsResources";
16
+ export * from "./services/wsSasha";
16
17
  export * from "./services/wsSMC";
17
18
  export * from "./services/wsStore";
18
19
  export * from "./services/wsTopology";
@@ -1 +1 @@
1
- {"version":3,"file":"index-common.js","sourceRoot":"","sources":["../src/index-common.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index-common.js","sourceRoot":"","sources":["../src/index-common.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { SashaServiceBase, WsSasha } from "./wsdl/WsSasha/v1.01/WsSasha";
3
+ export { WsSasha };
4
+ var SashaService = /** @class */ (function (_super) {
5
+ __extends(SashaService, _super);
6
+ function SashaService() {
7
+ return _super !== null && _super.apply(this, arguments) || this;
8
+ }
9
+ return SashaService;
10
+ }(SashaServiceBase));
11
+ export { SashaService };
12
+ //# sourceMappingURL=wsSasha.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wsSasha.js","sourceRoot":"","sources":["../../src/services/wsSasha.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAEzE,OAAO,EACH,OAAO,EACV,CAAC;AAEF;IAAkC,gCAAgB;IAAlD;;IACA,CAAC;IAAD,mBAAC;AAAD,CAAC,AADD,CAAkC,gBAAgB,GACjD"}
@@ -0,0 +1,34 @@
1
+ import { __extends } from "tslib";
2
+ import { Service } from "../../../../espConnection";
3
+ export var WsSasha;
4
+ (function (WsSasha) {
5
+ var WUTypes;
6
+ (function (WUTypes) {
7
+ WUTypes["ECL"] = "ECL";
8
+ WUTypes["DFU"] = "DFU";
9
+ })(WUTypes = WsSasha.WUTypes || (WsSasha.WUTypes = {}));
10
+ })(WsSasha || (WsSasha = {}));
11
+ var SashaServiceBase = /** @class */ (function (_super) {
12
+ __extends(SashaServiceBase, _super);
13
+ function SashaServiceBase(optsConnection) {
14
+ return _super.call(this, optsConnection, "WSSasha", "1.01") || this;
15
+ }
16
+ SashaServiceBase.prototype.ArchiveWU = function (request) {
17
+ return this._connection.send("ArchiveWU", request, "json", false, undefined, "ResultResponse");
18
+ };
19
+ SashaServiceBase.prototype.GetVersion = function (request) {
20
+ return this._connection.send("GetVersion", request, "json", false, undefined, "ResultResponse");
21
+ };
22
+ SashaServiceBase.prototype.ListWU = function (request) {
23
+ return this._connection.send("ListWU", request, "json", false, undefined, "ResultResponse");
24
+ };
25
+ SashaServiceBase.prototype.Ping = function (request) {
26
+ return this._connection.send("Ping", request, "json", false, undefined, "WSSashaPingResponse");
27
+ };
28
+ SashaServiceBase.prototype.RestoreWU = function (request) {
29
+ return this._connection.send("RestoreWU", request, "json", false, undefined, "ResultResponse");
30
+ };
31
+ return SashaServiceBase;
32
+ }(Service));
33
+ export { SashaServiceBase };
34
+ //# sourceMappingURL=WsSasha.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WsSasha.js","sourceRoot":"","sources":["../../../../../src/services/wsdl/WsSasha/v1.01/WsSasha.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,MAAM,KAAW,OAAO,CAoEvB;AApED,WAAiB,OAAO;IAIpB,IAAY,OAGX;IAHD,WAAY,OAAO;QACf,sBAAW,CAAA;QACX,sBAAW,CAAA;IACf,CAAC,EAHW,OAAO,GAAP,eAAO,KAAP,eAAO,QAGlB;AA6DL,CAAC,EApEgB,OAAO,KAAP,OAAO,QAoEvB;AAED;IAAsC,oCAAO;IAEzC,0BAAY,cAAsC;QAC9C,OAAA,MAAK,YAAC,cAAc,EAAE,SAAS,EAAE,MAAM,CAAC,SAAC;IAC7C,CAAC;IAED,oCAAS,GAAT,UAAU,OAA0C;QAChD,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,WAAW,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,gBAAgB,CAAC,CAAC;IACnG,CAAC;IAED,qCAAU,GAAV,UAAW,OAA2C;QAClD,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,gBAAgB,CAAC,CAAC;IACpG,CAAC;IAED,iCAAM,GAAN,UAAO,OAAuC;QAC1C,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,gBAAgB,CAAC,CAAC;IAChG,CAAC;IAED,+BAAI,GAAJ,UAAK,OAA4C;QAC7C,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,qBAAqB,CAAC,CAAC;IACnG,CAAC;IAED,oCAAS,GAAT,UAAU,OAA0C;QAChD,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,WAAW,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,gBAAgB,CAAC,CAAC;IACnG,CAAC;IAEL,uBAAC;AAAD,CAAC,AA1BD,CAAsC,OAAO,GA0B5C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/comms",
3
- "version": "2.94.1",
3
+ "version": "2.95.0",
4
4
  "description": "hpcc-js - Communications",
5
5
  "main": "dist/index.node.js",
6
6
  "module": "dist/index.es6",
@@ -52,6 +52,7 @@
52
52
  "wsdl-logaccess": "node ./lib-cjs/index.js -k --url=http://localhost:8010/ws_logaccess?wsdl --outDir=./src/services/wsdl",
53
53
  "wsdl-machine": "node ./lib-cjs/index.js -k --url=http://localhost:8010/ws_machine?wsdl --outDir=./src/services/wsdl",
54
54
  "wsdl-packageprocess": "node ./lib-cjs/index.js -k --url=http://localhost:8010/WsPackageProcess?wsdl --outDir=./src/services/wsdl",
55
+ "wsdl-sasha": "node ./lib-cjs/index.js -k --url=http://localhost:8010/WsSasha?wsdl --outDir=./src/services/wsdl",
55
56
  "wsdl-smc": "node ./lib-cjs/index.js -k --url=http://localhost:8010/WsSMC?wsdl --outDir=./src/services/wsdl",
56
57
  "wsdl-resources": "node ./lib-cjs/index.js -k --url=http://localhost:8010/ws_resources?wsdl --outDir=./src/services/wsdl",
57
58
  "wsdl-store": "node ./lib-cjs/index.js -k --url=http://localhost:8010/WsStore?wsdl --outDir=./src/services/wsdl",
@@ -94,5 +95,5 @@
94
95
  "url": "https://github.com/hpcc-systems/Visualization/issues"
95
96
  },
96
97
  "homepage": "https://github.com/hpcc-systems/Visualization",
97
- "gitHead": "8d7f75b747475dee8954472d9e93a7283b4f3e9b"
98
+ "gitHead": "fa253060b25b42e0b8b6ae145d7c3a35bb3788e9"
98
99
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/comms";
2
- export const PKG_VERSION = "2.94.1";
3
- export const BUILD_VERSION = "2.106.2";
2
+ export const PKG_VERSION = "2.95.0";
3
+ export const BUILD_VERSION = "2.106.3";
@@ -14,6 +14,7 @@ export * from "./services/wsLogaccess";
14
14
  export * from "./services/wsMachine";
15
15
  export * from "./services/wsPackageProcess";
16
16
  export * from "./services/wsResources";
17
+ export * from "./services/wsSasha";
17
18
  export * from "./services/wsSMC";
18
19
  export * from "./services/wsStore";
19
20
  export * from "./services/wsTopology";
@@ -0,0 +1,8 @@
1
+ import { SashaServiceBase, WsSasha } from "./wsdl/WsSasha/v1.01/WsSasha";
2
+
3
+ export {
4
+ WsSasha
5
+ };
6
+
7
+ export class SashaService extends SashaServiceBase {
8
+ }
@@ -0,0 +1,100 @@
1
+ import { IConnection, IOptions } from "../../../../connection";
2
+ import { Service } from "../../../../espConnection";
3
+
4
+ export namespace WsSasha {
5
+
6
+ export type unsignedInt = number;
7
+
8
+ export enum WUTypes {
9
+ ECL = "ECL",
10
+ DFU = "DFU"
11
+ }
12
+
13
+ export interface ArchiveWURequest {
14
+ Wuid?: string;
15
+ WUType?: WUTypes;
16
+ DeleteOnSuccess?: boolean;
17
+ }
18
+
19
+ export interface Exception {
20
+ Code: string;
21
+ Audience: string;
22
+ Source: string;
23
+ Message: string;
24
+ }
25
+
26
+ export interface Exceptions {
27
+ Source: string;
28
+ Exception: Exception[];
29
+ }
30
+
31
+ export interface ResultResponse {
32
+ Exceptions: Exceptions;
33
+ Result: string;
34
+ }
35
+
36
+ export interface GetVersionRequest {
37
+
38
+ }
39
+
40
+ export interface ListWURequest {
41
+ WUType?: WUTypes;
42
+ Wuid?: string;
43
+ Cluster?: string;
44
+ Owner?: string;
45
+ JobName?: string;
46
+ State?: string;
47
+ FromDate?: string;
48
+ ToDate?: string;
49
+ Archived?: boolean;
50
+ Online?: boolean;
51
+ IncludeDT?: boolean;
52
+ BeforeWU?: string;
53
+ AfterWU?: string;
54
+ MaxNumberWUs?: unsignedInt;
55
+ Descending?: boolean;
56
+ OutputFields?: string;
57
+ }
58
+
59
+ export interface WSSashaPingRequest {
60
+
61
+ }
62
+
63
+ export interface WSSashaPingResponse {
64
+
65
+ }
66
+
67
+ export interface RestoreWURequest {
68
+ Wuid?: string;
69
+ WUType?: WUTypes;
70
+ }
71
+
72
+ }
73
+
74
+ export class SashaServiceBase extends Service {
75
+
76
+ constructor(optsConnection: IOptions | IConnection) {
77
+ super(optsConnection, "WSSasha", "1.01");
78
+ }
79
+
80
+ ArchiveWU(request: Partial<WsSasha.ArchiveWURequest>): Promise<WsSasha.ResultResponse> {
81
+ return this._connection.send("ArchiveWU", request, "json", false, undefined, "ResultResponse");
82
+ }
83
+
84
+ GetVersion(request: Partial<WsSasha.GetVersionRequest>): Promise<WsSasha.ResultResponse> {
85
+ return this._connection.send("GetVersion", request, "json", false, undefined, "ResultResponse");
86
+ }
87
+
88
+ ListWU(request: Partial<WsSasha.ListWURequest>): Promise<WsSasha.ResultResponse> {
89
+ return this._connection.send("ListWU", request, "json", false, undefined, "ResultResponse");
90
+ }
91
+
92
+ Ping(request: Partial<WsSasha.WSSashaPingRequest>): Promise<WsSasha.WSSashaPingResponse> {
93
+ return this._connection.send("Ping", request, "json", false, undefined, "WSSashaPingResponse");
94
+ }
95
+
96
+ RestoreWU(request: Partial<WsSasha.RestoreWURequest>): Promise<WsSasha.ResultResponse> {
97
+ return this._connection.send("RestoreWU", request, "json", false, undefined, "ResultResponse");
98
+ }
99
+
100
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/comms";
2
- export declare const PKG_VERSION = "2.94.1";
3
- export declare const BUILD_VERSION = "2.106.2";
2
+ export declare const PKG_VERSION = "2.95.0";
3
+ export declare const BUILD_VERSION = "2.106.3";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -13,6 +13,7 @@ export * from "./services/wsLogaccess";
13
13
  export * from "./services/wsMachine";
14
14
  export * from "./services/wsPackageProcess";
15
15
  export * from "./services/wsResources";
16
+ export * from "./services/wsSasha";
16
17
  export * from "./services/wsSMC";
17
18
  export * from "./services/wsStore";
18
19
  export * from "./services/wsTopology";
@@ -1 +1 @@
1
- {"version":3,"file":"index-common.d.ts","sourceRoot":"","sources":["../src/index-common.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index-common.d.ts","sourceRoot":"","sources":["../src/index-common.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAE9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AAEvC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAEhC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { SashaServiceBase, WsSasha } from "./wsdl/WsSasha/v1.01/WsSasha";
2
+ export { WsSasha };
3
+ export declare class SashaService extends SashaServiceBase {
4
+ }
5
+ //# sourceMappingURL=wsSasha.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wsSasha.d.ts","sourceRoot":"","sources":["../../src/services/wsSasha.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AAEzE,OAAO,EACH,OAAO,EACV,CAAC;AAEF,qBAAa,YAAa,SAAQ,gBAAgB;CACjD"}
@@ -0,0 +1,65 @@
1
+ import { IConnection, IOptions } from "../../../../connection";
2
+ import { Service } from "../../../../espConnection";
3
+ export declare namespace WsSasha {
4
+ type unsignedInt = number;
5
+ enum WUTypes {
6
+ ECL = "ECL",
7
+ DFU = "DFU"
8
+ }
9
+ interface ArchiveWURequest {
10
+ Wuid?: string;
11
+ WUType?: WUTypes;
12
+ DeleteOnSuccess?: boolean;
13
+ }
14
+ interface Exception {
15
+ Code: string;
16
+ Audience: string;
17
+ Source: string;
18
+ Message: string;
19
+ }
20
+ interface Exceptions {
21
+ Source: string;
22
+ Exception: Exception[];
23
+ }
24
+ interface ResultResponse {
25
+ Exceptions: Exceptions;
26
+ Result: string;
27
+ }
28
+ interface GetVersionRequest {
29
+ }
30
+ interface ListWURequest {
31
+ WUType?: WUTypes;
32
+ Wuid?: string;
33
+ Cluster?: string;
34
+ Owner?: string;
35
+ JobName?: string;
36
+ State?: string;
37
+ FromDate?: string;
38
+ ToDate?: string;
39
+ Archived?: boolean;
40
+ Online?: boolean;
41
+ IncludeDT?: boolean;
42
+ BeforeWU?: string;
43
+ AfterWU?: string;
44
+ MaxNumberWUs?: unsignedInt;
45
+ Descending?: boolean;
46
+ OutputFields?: string;
47
+ }
48
+ interface WSSashaPingRequest {
49
+ }
50
+ interface WSSashaPingResponse {
51
+ }
52
+ interface RestoreWURequest {
53
+ Wuid?: string;
54
+ WUType?: WUTypes;
55
+ }
56
+ }
57
+ export declare class SashaServiceBase extends Service {
58
+ constructor(optsConnection: IOptions | IConnection);
59
+ ArchiveWU(request: Partial<WsSasha.ArchiveWURequest>): Promise<WsSasha.ResultResponse>;
60
+ GetVersion(request: Partial<WsSasha.GetVersionRequest>): Promise<WsSasha.ResultResponse>;
61
+ ListWU(request: Partial<WsSasha.ListWURequest>): Promise<WsSasha.ResultResponse>;
62
+ Ping(request: Partial<WsSasha.WSSashaPingRequest>): Promise<WsSasha.WSSashaPingResponse>;
63
+ RestoreWU(request: Partial<WsSasha.RestoreWURequest>): Promise<WsSasha.ResultResponse>;
64
+ }
65
+ //# sourceMappingURL=WsSasha.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WsSasha.d.ts","sourceRoot":"","sources":["../../../../../src/services/wsdl/WsSasha/v1.01/WsSasha.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,yBAAiB,OAAO,CAAC;IAErB,KAAY,WAAW,GAAG,MAAM,CAAC;IAEjC,KAAY,OAAO;QACf,GAAG,QAAQ;QACX,GAAG,QAAQ;KACd;IAED,UAAiB,gBAAgB;QAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC7B;IAED,UAAiB,SAAS;QACtB,IAAI,EAAE,MAAM,CAAC;QACb,QAAQ,EAAE,MAAM,CAAC;QACjB,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;KACnB;IAED,UAAiB,UAAU;QACvB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,SAAS,EAAE,CAAC;KAC1B;IAED,UAAiB,cAAc;QAC3B,UAAU,EAAE,UAAU,CAAC;QACvB,MAAM,EAAE,MAAM,CAAC;KAClB;IAED,UAAiB,iBAAiB;KAEjC;IAED,UAAiB,aAAa;QAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;QACnB,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,YAAY,CAAC,EAAE,WAAW,CAAC;QAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,YAAY,CAAC,EAAE,MAAM,CAAC;KACzB;IAED,UAAiB,kBAAkB;KAElC;IAED,UAAiB,mBAAmB;KAEnC;IAED,UAAiB,gBAAgB;QAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,OAAO,CAAC;KACpB;CAEJ;AAED,qBAAa,gBAAiB,SAAQ,OAAO;gBAE7B,cAAc,EAAE,QAAQ,GAAG,WAAW;IAIlD,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC;IAItF,UAAU,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,iBAAiB,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC;IAIxF,MAAM,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,aAAa,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC;IAIhF,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,mBAAmB,CAAC;IAIxF,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,gBAAgB,CAAC,GAAG,OAAO,CAAC,OAAO,CAAC,cAAc,CAAC;CAIzF"}
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/comms";
2
- export declare const PKG_VERSION = "2.94.1";
3
- export declare const BUILD_VERSION = "2.106.2";
2
+ export declare const PKG_VERSION = "2.95.0";
3
+ export declare const BUILD_VERSION = "2.106.3";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -13,6 +13,7 @@ export * from "./services/wsLogaccess";
13
13
  export * from "./services/wsMachine";
14
14
  export * from "./services/wsPackageProcess";
15
15
  export * from "./services/wsResources";
16
+ export * from "./services/wsSasha";
16
17
  export * from "./services/wsSMC";
17
18
  export * from "./services/wsStore";
18
19
  export * from "./services/wsTopology";
@@ -0,0 +1,5 @@
1
+ import { SashaServiceBase, WsSasha } from "./wsdl/WsSasha/v1.01/WsSasha";
2
+ export { WsSasha };
3
+ export declare class SashaService extends SashaServiceBase {
4
+ }
5
+ //# sourceMappingURL=wsSasha.d.ts.map
@@ -0,0 +1,65 @@
1
+ import { IConnection, IOptions } from "../../../../connection";
2
+ import { Service } from "../../../../espConnection";
3
+ export declare namespace WsSasha {
4
+ type unsignedInt = number;
5
+ enum WUTypes {
6
+ ECL = "ECL",
7
+ DFU = "DFU"
8
+ }
9
+ interface ArchiveWURequest {
10
+ Wuid?: string;
11
+ WUType?: WUTypes;
12
+ DeleteOnSuccess?: boolean;
13
+ }
14
+ interface Exception {
15
+ Code: string;
16
+ Audience: string;
17
+ Source: string;
18
+ Message: string;
19
+ }
20
+ interface Exceptions {
21
+ Source: string;
22
+ Exception: Exception[];
23
+ }
24
+ interface ResultResponse {
25
+ Exceptions: Exceptions;
26
+ Result: string;
27
+ }
28
+ interface GetVersionRequest {
29
+ }
30
+ interface ListWURequest {
31
+ WUType?: WUTypes;
32
+ Wuid?: string;
33
+ Cluster?: string;
34
+ Owner?: string;
35
+ JobName?: string;
36
+ State?: string;
37
+ FromDate?: string;
38
+ ToDate?: string;
39
+ Archived?: boolean;
40
+ Online?: boolean;
41
+ IncludeDT?: boolean;
42
+ BeforeWU?: string;
43
+ AfterWU?: string;
44
+ MaxNumberWUs?: unsignedInt;
45
+ Descending?: boolean;
46
+ OutputFields?: string;
47
+ }
48
+ interface WSSashaPingRequest {
49
+ }
50
+ interface WSSashaPingResponse {
51
+ }
52
+ interface RestoreWURequest {
53
+ Wuid?: string;
54
+ WUType?: WUTypes;
55
+ }
56
+ }
57
+ export declare class SashaServiceBase extends Service {
58
+ constructor(optsConnection: IOptions | IConnection);
59
+ ArchiveWU(request: Partial<WsSasha.ArchiveWURequest>): Promise<WsSasha.ResultResponse>;
60
+ GetVersion(request: Partial<WsSasha.GetVersionRequest>): Promise<WsSasha.ResultResponse>;
61
+ ListWU(request: Partial<WsSasha.ListWURequest>): Promise<WsSasha.ResultResponse>;
62
+ Ping(request: Partial<WsSasha.WSSashaPingRequest>): Promise<WsSasha.WSSashaPingResponse>;
63
+ RestoreWU(request: Partial<WsSasha.RestoreWURequest>): Promise<WsSasha.ResultResponse>;
64
+ }
65
+ //# sourceMappingURL=WsSasha.d.ts.map