@hpcc-js/comms 3.15.5 → 3.15.7

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.
Files changed (53) hide show
  1. package/dist/browser/index.js +1 -1
  2. package/dist/browser/index.js.map +1 -1
  3. package/dist/browser/index.umd.cjs +1 -1
  4. package/dist/browser/index.umd.cjs.map +1 -1
  5. package/dist/node/index.cjs +9 -9
  6. package/dist/node/index.cjs.map +4 -4
  7. package/dist/node/index.js +9 -9
  8. package/dist/node/index.js.map +4 -4
  9. package/package.json +13 -11
  10. package/src/ecl/scope.ts +1 -2
  11. package/src/ecl/workunit.ts +1 -0
  12. package/src/services/fileSpray.ts +1 -26
  13. package/src/services/wsPackageProcess.ts +1 -1
  14. package/src/services/wsWorkunits.ts +1 -1
  15. package/src/services/wsdl/FileSpray/v1.27/FileSpray.ts +538 -538
  16. package/src/services/wsdl/FileSpray/v1.29/FileSpray.ts +946 -0
  17. package/src/services/wsdl/WsCloud/v1.02/WsCloud.ts +21 -21
  18. package/src/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.ts +70 -69
  19. package/src/services/wsdl/WsDali/v1.07/WsDali.ts +72 -72
  20. package/src/services/wsdl/WsDfu/v1.68/WsDfu.ts +1301 -0
  21. package/src/services/wsdl/WsESDLConfig/v1.5/WsESDLConfig.ts +366 -0
  22. package/src/services/wsdl/WsFileIO/v1.01/WsFileIO.ts +32 -32
  23. package/src/services/wsdl/WsPackageProcess/v1.08/WsPackageProcess.ts +503 -0
  24. package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +18 -18
  25. package/src/services/wsdl/WsTopology/v1.33/WsTopology.ts +383 -383
  26. package/src/services/wsdl/WsWorkunits/v2.05/WsWorkunits.ts +3177 -0
  27. package/src/services/wsdl/WsWorkunits/v2.08/WsWorkunits.ts +3179 -0
  28. package/src/services/wsdl/ws_access/v1.17/ws_access.ts +319 -319
  29. package/src/services/wsdl/ws_account/v1.07/ws_account.ts +39 -39
  30. package/src/services/wsdl/ws_codesign/v1.1/ws_codesign.ts +26 -26
  31. package/src/services/wsdl/ws_elk/v1/ws_elk.ts +14 -14
  32. package/src/services/wsdl/ws_machine/v1.19/ws_machine.ts +215 -215
  33. package/src/services/wsdl/wsstore/v1.02/wsstore.ts +72 -72
  34. package/types/ecl/workunit.d.ts +1 -0
  35. package/types/services/fileSpray.d.ts +1 -14
  36. package/types/services/wsPackageProcess.d.ts +1 -1
  37. package/types/services/wsWorkunits.d.ts +1 -1
  38. package/types/services/wsdl/FileSpray/v1.29/FileSpray.d.ts +751 -0
  39. package/types/services/wsdl/WsCloud/v1.02/WsCloud.d.ts +18 -18
  40. package/types/services/wsdl/WsDFUXRef/v1.04/WsDFUXRef.d.ts +58 -57
  41. package/types/services/wsdl/WsDali/v1.07/WsDali.d.ts +42 -42
  42. package/types/services/wsdl/WsPackageProcess/{v1.07 → v1.08}/WsPackageProcess.d.ts +121 -118
  43. package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +13 -13
  44. package/types/services/wsdl/WsTopology/v1.33/WsTopology.d.ts +360 -360
  45. package/types/services/wsdl/WsWorkunits/v2.08/WsWorkunits.d.ts +2573 -0
  46. package/types/services/wsdl/ws_access/v1.17/ws_access.d.ts +268 -268
  47. package/types/services/wsdl/ws_account/v1.07/ws_account.d.ts +34 -34
  48. package/types/services/wsdl/ws_codesign/v1.1/ws_codesign.d.ts +22 -22
  49. package/types/services/wsdl/ws_elk/v1/ws_elk.d.ts +12 -12
  50. package/types/services/wsdl/ws_machine/v1.19/ws_machine.d.ts +205 -205
  51. package/types/services/wsdl/wsstore/v1.02/wsstore.d.ts +61 -61
  52. package/types/services/wsdl/FileSpray/v1.27/FileSpray.d.ts +0 -736
  53. package/types/services/wsdl/WsWorkunits/v2.04/WsWorkunits.d.ts +0 -2565
@@ -5,34 +5,34 @@ export declare namespace WsAccount {
5
5
  interface MyAccountRequest {
6
6
  }
7
7
  interface Exception {
8
- Code: string;
9
- Audience: string;
10
- Source: string;
11
- Message: string;
8
+ Code?: string;
9
+ Audience?: string;
10
+ Source?: string;
11
+ Message?: string;
12
12
  }
13
13
  interface Exceptions {
14
- Source: string;
15
- Exception: Exception[];
14
+ Source?: string;
15
+ Exception?: Exception[];
16
16
  }
17
17
  interface Groups {
18
- Group: string[];
18
+ Group?: string[];
19
19
  }
20
20
  interface MyAccountResponse {
21
- Exceptions: Exceptions;
22
- username: string;
23
- firstName: string;
24
- lastName: string;
25
- passwordExpiration: string;
26
- passwordDaysRemaining: int;
27
- passwordExpirationWarningDays: int;
28
- employeeID: string;
29
- distinguishedName: string;
30
- accountType: string;
31
- passwordNeverExpires: boolean;
32
- passwordIsExpired: boolean;
33
- CanUpdatePassword: boolean;
34
- accountStatus: int;
35
- Groups: Groups;
21
+ Exceptions?: Exceptions;
22
+ username?: string;
23
+ firstName?: string;
24
+ lastName?: string;
25
+ passwordExpiration?: string;
26
+ passwordDaysRemaining?: int;
27
+ passwordExpirationWarningDays?: int;
28
+ employeeID?: string;
29
+ distinguishedName?: string;
30
+ accountType?: string;
31
+ passwordNeverExpires?: boolean;
32
+ passwordIsExpired?: boolean;
33
+ CanUpdatePassword?: boolean;
34
+ accountStatus?: int;
35
+ Groups?: Groups;
36
36
  }
37
37
  interface ws_accountPingRequest {
38
38
  }
@@ -45,30 +45,30 @@ export declare namespace WsAccount {
45
45
  newpass2?: string;
46
46
  }
47
47
  interface UpdateUserResponse {
48
- Exceptions: Exceptions;
49
- retcode: int;
50
- message: string;
48
+ Exceptions?: Exceptions;
49
+ retcode?: int;
50
+ message?: string;
51
51
  }
52
52
  interface UpdateUserInputRequest {
53
53
  }
54
54
  interface UpdateUserInputResponse {
55
- Exceptions: Exceptions;
56
- username: string;
55
+ Exceptions?: Exceptions;
56
+ username?: string;
57
57
  }
58
58
  interface VerifyUserRequest {
59
59
  application?: string;
60
60
  version?: string;
61
61
  }
62
62
  interface VerifyUserResponse {
63
- Exceptions: Exceptions;
64
- retcode: int;
63
+ Exceptions?: Exceptions;
64
+ retcode?: int;
65
65
  }
66
66
  }
67
67
  export declare class AccountServiceBase extends Service {
68
68
  constructor(optsConnection: IOptions | IConnection);
69
- MyAccount(request: Partial<WsAccount.MyAccountRequest>): Promise<WsAccount.MyAccountResponse>;
70
- Ping(request: Partial<WsAccount.ws_accountPingRequest>): Promise<WsAccount.ws_accountPingResponse>;
71
- UpdateUser(request: Partial<WsAccount.UpdateUserRequest>): Promise<WsAccount.UpdateUserResponse>;
72
- UpdateUserInput(request: Partial<WsAccount.UpdateUserInputRequest>): Promise<WsAccount.UpdateUserInputResponse>;
73
- VerifyUser(request: Partial<WsAccount.VerifyUserRequest>): Promise<WsAccount.VerifyUserResponse>;
69
+ MyAccount(request: WsAccount.MyAccountRequest, abortSignal?: AbortSignal): Promise<WsAccount.MyAccountResponse>;
70
+ Ping(request: WsAccount.ws_accountPingRequest, abortSignal?: AbortSignal): Promise<WsAccount.ws_accountPingResponse>;
71
+ UpdateUser(request: WsAccount.UpdateUserRequest, abortSignal?: AbortSignal): Promise<WsAccount.UpdateUserResponse>;
72
+ UpdateUserInput(request: WsAccount.UpdateUserInputRequest, abortSignal?: AbortSignal): Promise<WsAccount.UpdateUserInputResponse>;
73
+ VerifyUser(request: WsAccount.VerifyUserRequest, abortSignal?: AbortSignal): Promise<WsAccount.VerifyUserResponse>;
74
74
  }
@@ -8,21 +8,21 @@ export declare namespace WsCodesign {
8
8
  interface ListUserIDsRequest {
9
9
  }
10
10
  interface Exception {
11
- Code: string;
12
- Audience: string;
13
- Source: string;
14
- Message: string;
11
+ Code?: string;
12
+ Audience?: string;
13
+ Source?: string;
14
+ Message?: string;
15
15
  }
16
16
  interface Exceptions {
17
- Source: string;
18
- Exception: Exception[];
17
+ Source?: string;
18
+ Exception?: Exception[];
19
19
  }
20
20
  interface UserIDs {
21
- Item: string[];
21
+ Item?: string[];
22
22
  }
23
23
  interface ListUserIDsResponse {
24
- Exceptions: Exceptions;
25
- UserIDs: UserIDs;
24
+ Exceptions?: Exceptions;
25
+ UserIDs?: UserIDs;
26
26
  }
27
27
  interface ws_codesignPingRequest {
28
28
  }
@@ -35,26 +35,26 @@ export declare namespace WsCodesign {
35
35
  Text?: string;
36
36
  }
37
37
  interface SignResponse {
38
- Exceptions: Exceptions;
39
- RetCode: int;
40
- ErrMsg: string;
41
- SignedText: string;
38
+ Exceptions?: Exceptions;
39
+ RetCode?: int;
40
+ ErrMsg?: string;
41
+ SignedText?: string;
42
42
  }
43
43
  interface VerifyRequest {
44
44
  Text?: string;
45
45
  }
46
46
  interface VerifyResponse {
47
- Exceptions: Exceptions;
48
- RetCode: int;
49
- ErrMsg: string;
50
- IsVerified: boolean;
51
- SignedBy: string;
47
+ Exceptions?: Exceptions;
48
+ RetCode?: int;
49
+ ErrMsg?: string;
50
+ IsVerified?: boolean;
51
+ SignedBy?: string;
52
52
  }
53
53
  }
54
54
  export declare class CodesignServiceBase extends Service {
55
55
  constructor(optsConnection: IOptions | IConnection);
56
- ListUserIDs(request: Partial<WsCodesign.ListUserIDsRequest>): Promise<WsCodesign.ListUserIDsResponse>;
57
- Ping(request: Partial<WsCodesign.ws_codesignPingRequest>): Promise<WsCodesign.ws_codesignPingResponse>;
58
- Sign(request: Partial<WsCodesign.SignRequest>): Promise<WsCodesign.SignResponse>;
59
- Verify(request: Partial<WsCodesign.VerifyRequest>): Promise<WsCodesign.VerifyResponse>;
56
+ ListUserIDs(request: WsCodesign.ListUserIDsRequest, abortSignal?: AbortSignal): Promise<WsCodesign.ListUserIDsResponse>;
57
+ Ping(request: WsCodesign.ws_codesignPingRequest, abortSignal?: AbortSignal): Promise<WsCodesign.ws_codesignPingResponse>;
58
+ Sign(request: WsCodesign.SignRequest, abortSignal?: AbortSignal): Promise<WsCodesign.SignResponse>;
59
+ Verify(request: WsCodesign.VerifyRequest, abortSignal?: AbortSignal): Promise<WsCodesign.VerifyResponse>;
60
60
  }
@@ -4,16 +4,16 @@ export declare namespace WsElk {
4
4
  interface GetConfigDetailsRequest {
5
5
  }
6
6
  interface GetConfigDetailsResponse {
7
- IntegrateKibana: boolean;
8
- KibanaAddress: string;
9
- KibanaPort: string;
10
- KibanaEntryPointURI: string;
11
- ReportElasticSearchHealth: boolean;
12
- ElasticSearchAddresses: string;
13
- ElasticSearchPort: string;
14
- ReportLogStashHealth: boolean;
15
- LogStashAddress: string;
16
- LogStashPort: string;
7
+ IntegrateKibana?: boolean;
8
+ KibanaAddress?: string;
9
+ KibanaPort?: string;
10
+ KibanaEntryPointURI?: string;
11
+ ReportElasticSearchHealth?: boolean;
12
+ ElasticSearchAddresses?: string;
13
+ ElasticSearchPort?: string;
14
+ ReportLogStashHealth?: boolean;
15
+ LogStashAddress?: string;
16
+ LogStashPort?: string;
17
17
  }
18
18
  interface ws_elkPingRequest {
19
19
  }
@@ -22,6 +22,6 @@ export declare namespace WsElk {
22
22
  }
23
23
  export declare class ElkServiceBase extends Service {
24
24
  constructor(optsConnection: IOptions | IConnection);
25
- GetConfigDetails(request: Partial<WsElk.GetConfigDetailsRequest>): Promise<WsElk.GetConfigDetailsResponse>;
26
- Ping(request: Partial<WsElk.ws_elkPingRequest>): Promise<WsElk.ws_elkPingResponse>;
25
+ GetConfigDetails(request: WsElk.GetConfigDetailsRequest, abortSignal?: AbortSignal): Promise<WsElk.GetConfigDetailsResponse>;
26
+ Ping(request: WsElk.ws_elkPingRequest, abortSignal?: AbortSignal): Promise<WsElk.ws_elkPingResponse>;
27
27
  }