@hpcc-js/comms 2.94.0 → 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.
Files changed (45) hide show
  1. package/dist/index.es6.js +65 -15
  2. package/dist/index.es6.js.map +1 -1
  3. package/dist/index.js +65 -14
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist/index.node.js +65 -14
  8. package/dist/index.node.js.map +1 -1
  9. package/dist/index.node.min.js +1 -1
  10. package/dist/index.node.min.js.map +1 -1
  11. package/lib-es6/__package__.js +2 -2
  12. package/lib-es6/index-common.js +1 -0
  13. package/lib-es6/index-common.js.map +1 -1
  14. package/lib-es6/services/wsAccount.js +7 -17
  15. package/lib-es6/services/wsAccount.js.map +1 -1
  16. package/lib-es6/services/wsSasha.js +12 -0
  17. package/lib-es6/services/wsSasha.js.map +1 -0
  18. package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js +34 -0
  19. package/lib-es6/services/wsdl/WsSasha/v1.01/WsSasha.js.map +1 -0
  20. package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js +26 -0
  21. package/lib-es6/services/wsdl/ws_account/v1.06/ws_account.js.map +1 -0
  22. package/package.json +3 -2
  23. package/src/__package__.ts +2 -2
  24. package/src/index-common.ts +1 -0
  25. package/src/services/wsAccount.ts +7 -100
  26. package/src/services/wsSasha.ts +8 -0
  27. package/src/services/wsdl/WsSasha/v1.01/WsSasha.ts +100 -0
  28. package/src/services/wsdl/ws_account/v1.06/ws_account.ts +109 -0
  29. package/types/__package__.d.ts +2 -2
  30. package/types/index-common.d.ts +1 -0
  31. package/types/index-common.d.ts.map +1 -1
  32. package/types/services/wsAccount.d.ts +3 -66
  33. package/types/services/wsAccount.d.ts.map +1 -1
  34. package/types/services/wsSasha.d.ts +5 -0
  35. package/types/services/wsSasha.d.ts.map +1 -0
  36. package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +65 -0
  37. package/types/services/wsdl/WsSasha/v1.01/WsSasha.d.ts.map +1 -0
  38. package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts +71 -0
  39. package/types/services/wsdl/ws_account/v1.06/ws_account.d.ts.map +1 -0
  40. package/types-3.4/__package__.d.ts +2 -2
  41. package/types-3.4/index-common.d.ts +1 -0
  42. package/types-3.4/services/wsAccount.d.ts +3 -66
  43. package/types-3.4/services/wsSasha.d.ts +5 -0
  44. package/types-3.4/services/wsdl/WsSasha/v1.01/WsSasha.d.ts +65 -0
  45. package/types-3.4/services/wsdl/ws_account/v1.06/ws_account.d.ts +71 -0
@@ -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"}
@@ -0,0 +1,71 @@
1
+ import { IConnection, IOptions } from "../../../../connection";
2
+ import { Service } from "../../../../espConnection";
3
+ export declare namespace WsAccount {
4
+ type int = number;
5
+ interface MyAccountRequest {
6
+ }
7
+ interface Exception {
8
+ Code: string;
9
+ Audience: string;
10
+ Source: string;
11
+ Message: string;
12
+ }
13
+ interface Exceptions {
14
+ Source: string;
15
+ Exception: Exception[];
16
+ }
17
+ interface MyAccountResponse {
18
+ Exceptions: Exceptions;
19
+ username: string;
20
+ firstName: string;
21
+ lastName: string;
22
+ passwordExpiration: string;
23
+ passwordDaysRemaining: int;
24
+ passwordExpirationWarningDays: int;
25
+ employeeID: string;
26
+ distinguishedName: string;
27
+ accountType: string;
28
+ passwordNeverExpires: boolean;
29
+ passwordIsExpired: boolean;
30
+ CanUpdatePassword: boolean;
31
+ accountStatus: int;
32
+ }
33
+ interface ws_accountPingRequest {
34
+ }
35
+ interface ws_accountPingResponse {
36
+ }
37
+ interface UpdateUserRequest {
38
+ username?: string;
39
+ oldpass?: string;
40
+ newpass1?: string;
41
+ newpass2?: string;
42
+ }
43
+ interface UpdateUserResponse {
44
+ Exceptions: Exceptions;
45
+ retcode: int;
46
+ message: string;
47
+ }
48
+ interface UpdateUserInputRequest {
49
+ }
50
+ interface UpdateUserInputResponse {
51
+ Exceptions: Exceptions;
52
+ username: string;
53
+ }
54
+ interface VerifyUserRequest {
55
+ application?: string;
56
+ version?: string;
57
+ }
58
+ interface VerifyUserResponse {
59
+ Exceptions: Exceptions;
60
+ retcode: int;
61
+ }
62
+ }
63
+ export declare class AccountServiceBase extends Service {
64
+ constructor(optsConnection: IOptions | IConnection);
65
+ MyAccount(request: Partial<WsAccount.MyAccountRequest>): Promise<WsAccount.MyAccountResponse>;
66
+ Ping(request: Partial<WsAccount.ws_accountPingRequest>): Promise<WsAccount.ws_accountPingResponse>;
67
+ UpdateUser(request: Partial<WsAccount.UpdateUserRequest>): Promise<WsAccount.UpdateUserResponse>;
68
+ UpdateUserInput(request: Partial<WsAccount.UpdateUserInputRequest>): Promise<WsAccount.UpdateUserInputResponse>;
69
+ VerifyUser(request: Partial<WsAccount.VerifyUserRequest>): Promise<WsAccount.VerifyUserResponse>;
70
+ }
71
+ //# sourceMappingURL=ws_account.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ws_account.d.ts","sourceRoot":"","sources":["../../../../../src/services/wsdl/ws_account/v1.06/ws_account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAEpD,yBAAiB,SAAS,CAAC;IAEvB,KAAY,GAAG,GAAG,MAAM,CAAC;IAEzB,UAAiB,gBAAgB;KAEhC;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,iBAAiB;QAC9B,UAAU,EAAE,UAAU,CAAC;QACvB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,kBAAkB,EAAE,MAAM,CAAC;QAC3B,qBAAqB,EAAE,GAAG,CAAC;QAC3B,6BAA6B,EAAE,GAAG,CAAC;QACnC,UAAU,EAAE,MAAM,CAAC;QACnB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,WAAW,EAAE,MAAM,CAAC;QACpB,oBAAoB,EAAE,OAAO,CAAC;QAC9B,iBAAiB,EAAE,OAAO,CAAC;QAC3B,iBAAiB,EAAE,OAAO,CAAC;QAC3B,aAAa,EAAE,GAAG,CAAC;KACtB;IAED,UAAiB,qBAAqB;KAErC;IAED,UAAiB,sBAAsB;KAEtC;IAED,UAAiB,iBAAiB;QAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACrB;IAED,UAAiB,kBAAkB;QAC/B,UAAU,EAAE,UAAU,CAAC;QACvB,OAAO,EAAE,GAAG,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;KACnB;IAED,UAAiB,sBAAsB;KAEtC;IAED,UAAiB,uBAAuB;QACpC,UAAU,EAAE,UAAU,CAAC;QACvB,QAAQ,EAAE,MAAM,CAAC;KACpB;IAED,UAAiB,iBAAiB;QAC9B,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,OAAO,CAAC,EAAE,MAAM,CAAC;KACpB;IAED,UAAiB,kBAAkB;QAC/B,UAAU,EAAE,UAAU,CAAC;QACvB,OAAO,EAAE,GAAG,CAAC;KAChB;CAEJ;AAED,qBAAa,kBAAmB,SAAQ,OAAO;gBAE/B,cAAc,EAAE,QAAQ,GAAG,WAAW;IAIlD,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,gBAAgB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,iBAAiB,CAAC;IAI7F,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,qBAAqB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,sBAAsB,CAAC;IAIlG,UAAU,CAAC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,iBAAiB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,kBAAkB,CAAC;IAIhG,eAAe,CAAC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,sBAAsB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,uBAAuB,CAAC;IAI/G,UAAU,CAAC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,iBAAiB,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,kBAAkB,CAAC;CAInG"}
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/comms";
2
- export declare const PKG_VERSION = "2.94.0";
3
- export declare const BUILD_VERSION = "2.106.0";
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,69 +1,6 @@
1
- import { IConnection, IOptions } from "../connection";
2
- export declare namespace WsAccount {
3
- interface MyAccountRequest {
4
- }
5
- interface WsAccountPingRequest {
6
- }
7
- interface UpdateUserRequest {
8
- username: string;
9
- oldpass: string;
10
- newpass1: string;
11
- newpass2: string;
12
- }
13
- interface UpdateUserInputRequest {
14
- }
15
- interface VerifyUserRequest {
16
- application: string;
17
- version: string;
18
- }
19
- interface Exception {
20
- Code: string;
21
- Audience: string;
22
- Source: string;
23
- Message: string;
24
- }
25
- interface Exceptions {
26
- Source: string;
27
- Exception: Exception[];
28
- }
29
- interface MyAccountResponse {
30
- Exceptions: Exceptions;
31
- username: string;
32
- firstName: string;
33
- lastName: string;
34
- passwordExpiration: string;
35
- passwordDaysRemaining: number;
36
- passwordExpirationWarningDays: number;
37
- employeeID: string;
38
- distinguishedName: string;
39
- accountType: string;
40
- passwordNeverExpires: boolean;
41
- passwordIsExpired: boolean;
42
- accountStatus: number;
43
- }
44
- interface WsAccountPingResponse {
45
- }
46
- interface UpdateUserResponse {
47
- Exceptions: Exceptions;
48
- retcode: number;
49
- message: string;
50
- }
51
- interface UpdateUserInputResponse {
52
- Exceptions: Exceptions;
53
- username: string;
54
- }
55
- interface VerifyUserResponse {
56
- Exceptions: Exceptions;
57
- retcode: number;
58
- }
59
- }
60
- export declare class AccountService {
61
- private _connection;
62
- constructor(optsConnection: IOptions | IConnection);
63
- connectionOptions(): IOptions;
64
- MyAccount(request: WsAccount.MyAccountRequest): Promise<WsAccount.MyAccountResponse>;
65
- UpdateUser(request: WsAccount.UpdateUserRequest): Promise<WsAccount.UpdateUserResponse>;
66
- UpdateUserInput(request: WsAccount.UpdateUserInputRequest): Promise<WsAccount.UpdateUserInputResponse>;
1
+ import { AccountServiceBase, WsAccount } from "./wsdl/ws_account/v1.06/ws_account";
2
+ export { WsAccount };
3
+ export declare class AccountService extends AccountServiceBase {
67
4
  VerifyUser(request: WsAccount.VerifyUserRequest): Promise<WsAccount.VerifyUserResponse>;
68
5
  }
69
6
  //# sourceMappingURL=wsAccount.d.ts.map
@@ -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
@@ -0,0 +1,71 @@
1
+ import { IConnection, IOptions } from "../../../../connection";
2
+ import { Service } from "../../../../espConnection";
3
+ export declare namespace WsAccount {
4
+ type int = number;
5
+ interface MyAccountRequest {
6
+ }
7
+ interface Exception {
8
+ Code: string;
9
+ Audience: string;
10
+ Source: string;
11
+ Message: string;
12
+ }
13
+ interface Exceptions {
14
+ Source: string;
15
+ Exception: Exception[];
16
+ }
17
+ interface MyAccountResponse {
18
+ Exceptions: Exceptions;
19
+ username: string;
20
+ firstName: string;
21
+ lastName: string;
22
+ passwordExpiration: string;
23
+ passwordDaysRemaining: int;
24
+ passwordExpirationWarningDays: int;
25
+ employeeID: string;
26
+ distinguishedName: string;
27
+ accountType: string;
28
+ passwordNeverExpires: boolean;
29
+ passwordIsExpired: boolean;
30
+ CanUpdatePassword: boolean;
31
+ accountStatus: int;
32
+ }
33
+ interface ws_accountPingRequest {
34
+ }
35
+ interface ws_accountPingResponse {
36
+ }
37
+ interface UpdateUserRequest {
38
+ username?: string;
39
+ oldpass?: string;
40
+ newpass1?: string;
41
+ newpass2?: string;
42
+ }
43
+ interface UpdateUserResponse {
44
+ Exceptions: Exceptions;
45
+ retcode: int;
46
+ message: string;
47
+ }
48
+ interface UpdateUserInputRequest {
49
+ }
50
+ interface UpdateUserInputResponse {
51
+ Exceptions: Exceptions;
52
+ username: string;
53
+ }
54
+ interface VerifyUserRequest {
55
+ application?: string;
56
+ version?: string;
57
+ }
58
+ interface VerifyUserResponse {
59
+ Exceptions: Exceptions;
60
+ retcode: int;
61
+ }
62
+ }
63
+ export declare class AccountServiceBase extends Service {
64
+ constructor(optsConnection: IOptions | IConnection);
65
+ MyAccount(request: Partial<WsAccount.MyAccountRequest>): Promise<WsAccount.MyAccountResponse>;
66
+ Ping(request: Partial<WsAccount.ws_accountPingRequest>): Promise<WsAccount.ws_accountPingResponse>;
67
+ UpdateUser(request: Partial<WsAccount.UpdateUserRequest>): Promise<WsAccount.UpdateUserResponse>;
68
+ UpdateUserInput(request: Partial<WsAccount.UpdateUserInputRequest>): Promise<WsAccount.UpdateUserInputResponse>;
69
+ VerifyUser(request: Partial<WsAccount.VerifyUserRequest>): Promise<WsAccount.VerifyUserResponse>;
70
+ }
71
+ //# sourceMappingURL=ws_account.d.ts.map