trm-registry-types 1.2.0 → 2.0.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 (52) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +25 -25
  3. package/dist/request/Deprecate.d.ts +3 -0
  4. package/dist/{Ping.js → request/Deprecate.js} +1 -1
  5. package/dist/request/Deprecate.js.map +1 -0
  6. package/dist/request/OAuth2Body.d.ts +2 -2
  7. package/dist/request/index.d.ts +1 -0
  8. package/dist/request/index.js +1 -0
  9. package/dist/request/index.js.map +1 -1
  10. package/dist/response/AuthOAuth2.d.ts +2 -2
  11. package/dist/{ResponseMessage.d.ts → response/Message.d.ts} +2 -2
  12. package/dist/{View.js → response/Message.js} +1 -1
  13. package/dist/response/Message.js.map +1 -0
  14. package/dist/response/OAuth2Data.d.ts +3 -3
  15. package/dist/response/Package.d.ts +12 -0
  16. package/dist/{WhoAmI.js → response/Package.js} +1 -1
  17. package/dist/response/Package.js.map +1 -0
  18. package/dist/response/Ping.d.ts +7 -6
  19. package/dist/response/WhoAmI.d.ts +5 -7
  20. package/dist/response/index.d.ts +5 -7
  21. package/dist/response/index.js +5 -7
  22. package/dist/response/index.js.map +1 -1
  23. package/package.json +28 -28
  24. package/dist/AuthOAuth2.d.ts +0 -4
  25. package/dist/AuthOAuth2.js +0 -3
  26. package/dist/AuthOAuth2.js.map +0 -1
  27. package/dist/AuthenticationType.d.ts +0 -5
  28. package/dist/AuthenticationType.js +0 -10
  29. package/dist/AuthenticationType.js.map +0 -1
  30. package/dist/MessageType.d.ts +0 -5
  31. package/dist/MessageType.js +0 -10
  32. package/dist/MessageType.js.map +0 -1
  33. package/dist/OAuth2Data.d.ts +0 -6
  34. package/dist/OAuth2Data.js +0 -3
  35. package/dist/OAuth2Data.js.map +0 -1
  36. package/dist/Ping.d.ts +0 -8
  37. package/dist/Ping.js.map +0 -1
  38. package/dist/Release.d.ts +0 -5
  39. package/dist/Release.js +0 -3
  40. package/dist/Release.js.map +0 -1
  41. package/dist/ResponseMessage.js +0 -3
  42. package/dist/ResponseMessage.js.map +0 -1
  43. package/dist/UserAuthorization.d.ts +0 -3
  44. package/dist/UserAuthorization.js +0 -3
  45. package/dist/UserAuthorization.js.map +0 -1
  46. package/dist/View.d.ts +0 -12
  47. package/dist/View.js.map +0 -1
  48. package/dist/WhoAmI.d.ts +0 -5
  49. package/dist/WhoAmI.js.map +0 -1
  50. package/dist/response/ResponseMessage.d.ts +0 -5
  51. package/dist/response/ResponseMessage.js +0 -3
  52. package/dist/response/ResponseMessage.js.map +0 -1
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2023 RegestaItalia
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2023 RegestaItalia
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,26 +1,26 @@
1
- # TRM Registry Types
2
-
3
- [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-1.3.0-4baaaa.svg)](https://github.com/RegestaItalia/trm-docs/blob/main/CODE_OF_CONDUCT.md)
4
- ![trm-registry-types version](https://img.shields.io/npm/v/trm-registry-types?label=trm-registry-types)
5
-
6
- [trm-registry-types](https://www.npmjs.com/package/trm-registry-types) is a Node package that contains the type declaration of all TRM Registry REST APIs requests and responses.
7
-
8
- # Documentation <!-- {docsify-remove} -->
9
-
10
- The documentation of TRM Registry Types is only related to the request and response objects.
11
-
12
- The API documentation (and object usage) can be found [here](https://docs.trmregistry.com).
13
-
14
- <!-- START TABLE_OF_CONTENTS.md -->
15
- - [Request types](docs/requests.md)
16
- - [Response types](docs/responses.md)<!-- END TABLE_OF_CONTENTS.md -->
17
-
18
- # Contributing <!-- {docsify-remove} -->
19
-
20
- Like every other TRM open-soruce projects, contributions are always welcomed ❤️.
21
-
22
- Make sure to open an issue first.
23
-
24
- Contributions will be merged upon approval.
25
-
1
+ # TRM Registry Types
2
+
3
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-1.3.0-4baaaa.svg)](https://github.com/RegestaItalia/trm-docs/blob/main/CODE_OF_CONDUCT.md)
4
+ ![trm-registry-types version](https://img.shields.io/npm/v/trm-registry-types?label=trm-registry-types)
5
+
6
+ [trm-registry-types](https://www.npmjs.com/package/trm-registry-types) is a Node package that contains the type declaration of all TRM Registry REST APIs requests and responses.
7
+
8
+ # Documentation <!-- {docsify-remove} -->
9
+
10
+ The documentation of TRM Registry Types is only related to the request and response objects.
11
+
12
+ The API documentation (and object usage) can be found [here](https://docs.trmregistry.com).
13
+
14
+ <!-- START TABLE_OF_CONTENTS.md -->
15
+ - [Request types](docs/requests.md)
16
+ - [Response types](docs/responses.md)<!-- END TABLE_OF_CONTENTS.md -->
17
+
18
+ # Contributing <!-- {docsify-remove} -->
19
+
20
+ Like every other TRM open-soruce projects, contributions are always welcomed ❤️.
21
+
22
+ Make sure to open an issue first.
23
+
24
+ Contributions will be merged upon approval.
25
+
26
26
  [Click here](https://docs.trmregistry.com/#/CONTRIBUTING) for the full list of TRM contribution guidelines.
@@ -0,0 +1,3 @@
1
+ export interface Deprecate {
2
+ deprecate_note: string;
3
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Ping.js.map
3
+ //# sourceMappingURL=Deprecate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Deprecate.js","sourceRoot":"","sources":["../../src/request/Deprecate.ts"],"names":[],"mappings":""}
@@ -1,6 +1,6 @@
1
- export type OAuth2Body = {
1
+ export interface OAuth2Body {
2
2
  grant_type: 'refresh_token' | 'authorization_code';
3
3
  code?: string;
4
4
  refresh_token?: string;
5
5
  redirect_uri?: string;
6
- };
6
+ }
@@ -1 +1,2 @@
1
1
  export * from "./OAuth2Body";
2
+ export * from "./Deprecate";
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./OAuth2Body"), exports);
18
+ __exportStar(require("./Deprecate"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/request/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/request/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,8CAA4B"}
@@ -1,6 +1,6 @@
1
- export type AuthOAuth2 = {
1
+ export interface AuthOAuth2 {
2
2
  access_token: string;
3
3
  token_type: 'Bearer';
4
4
  expires_in: number;
5
5
  refresh_token?: string;
6
- };
6
+ }
@@ -1,5 +1,5 @@
1
1
  import { MessageType } from "./MessageType";
2
- export type ResponseMessage = {
2
+ export interface Message {
3
3
  type: MessageType;
4
4
  text: string;
5
- };
5
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=View.js.map
3
+ //# sourceMappingURL=Message.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Message.js","sourceRoot":"","sources":["../../src/response/Message.ts"],"names":[],"mappings":""}
@@ -1,6 +1,6 @@
1
1
  export type OAuth2Data = {
2
- authorizationUrl: string;
3
- clientId: string;
4
- responseType: 'code';
2
+ authorization_url: string;
3
+ client_id: string;
4
+ response_type: 'code';
5
5
  scope?: string;
6
6
  };
@@ -0,0 +1,12 @@
1
+ export interface Package {
2
+ name: string;
3
+ latest: string;
4
+ versions: string[];
5
+ yanked_versions: string[];
6
+ manifest: any;
7
+ deprecated: boolean;
8
+ deprecated_message?: string;
9
+ download_link: string;
10
+ download_link_expiry?: number;
11
+ checksum: string;
12
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=WhoAmI.js.map
3
+ //# sourceMappingURL=Package.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Package.js","sourceRoot":"","sources":["../../src/response/Package.ts"],"names":[],"mappings":""}
@@ -1,8 +1,9 @@
1
1
  import { AuthenticationType } from "./AuthenticationType";
2
2
  import { OAuth2Data } from "./OAuth2Data";
3
- import { ResponseMessage } from "./ResponseMessage";
4
- export type Ping = {
5
- authenticationType: AuthenticationType;
6
- authenticationData?: OAuth2Data;
7
- wallMessage?: ResponseMessage;
8
- };
3
+ import { Message } from "./Message";
4
+ export interface Ping {
5
+ authentication_type: AuthenticationType;
6
+ authentication_data?: OAuth2Data;
7
+ alert_email?: string;
8
+ messages?: Message[];
9
+ }
@@ -1,7 +1,5 @@
1
- import { ResponseMessage } from "./ResponseMessage";
2
- export type WhoAmI = {
3
- logonMessage?: ResponseMessage;
4
- username: string;
5
- subscription?: string;
6
- subscriptionEnd?: Date;
7
- };
1
+ import { Message } from "./Message";
2
+ export interface WhoAmI {
3
+ user: string;
4
+ messages?: Message[];
5
+ }
@@ -1,10 +1,8 @@
1
- export * from "./Ping";
2
- export * from "./UserAuthorization";
3
- export * from "./View";
4
- export * from "./Release";
5
- export * from "./WhoAmI";
6
1
  export * from "./AuthenticationType";
7
- export * from "./MessageType";
8
- export * from "./ResponseMessage";
9
2
  export * from "./OAuth2Data";
10
3
  export * from "./AuthOAuth2";
4
+ export * from "./MessageType";
5
+ export * from "./Message";
6
+ export * from "./Ping";
7
+ export * from "./WhoAmI";
8
+ export * from "./Package";
@@ -14,14 +14,12 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./Ping"), exports);
18
- __exportStar(require("./UserAuthorization"), exports);
19
- __exportStar(require("./View"), exports);
20
- __exportStar(require("./Release"), exports);
21
- __exportStar(require("./WhoAmI"), exports);
22
17
  __exportStar(require("./AuthenticationType"), exports);
23
- __exportStar(require("./MessageType"), exports);
24
- __exportStar(require("./ResponseMessage"), exports);
25
18
  __exportStar(require("./OAuth2Data"), exports);
26
19
  __exportStar(require("./AuthOAuth2"), exports);
20
+ __exportStar(require("./MessageType"), exports);
21
+ __exportStar(require("./Message"), exports);
22
+ __exportStar(require("./Ping"), exports);
23
+ __exportStar(require("./WhoAmI"), exports);
24
+ __exportStar(require("./Package"), exports);
27
25
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/response/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,sDAAoC;AACpC,yCAAuB;AACvB,4CAA0B;AAC1B,2CAAyB;AACzB,uDAAqC;AACrC,gDAA8B;AAC9B,oDAAkC;AAClC,+CAA6B;AAC7B,+CAA6B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/response/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC;AACrC,+CAA6B;AAC7B,+CAA6B;AAC7B,gDAA8B;AAC9B,4CAA0B;AAC1B,yCAAuB;AACvB,2CAAyB;AACzB,4CAA0B"}
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "trm-registry-types",
3
- "version": "1.2.0",
4
- "description": "TRM Registry Types",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "files": [
8
- "/dist"
9
- ],
10
- "scripts": {
11
- "build": "tsc",
12
- "prepublishOnly": "npm run build"
13
- },
14
- "keywords": [
15
- "trm",
16
- "abap"
17
- ],
18
- "homepage": "https://www.trmregistry.com",
19
- "repository": {
20
- "type": "git",
21
- "url": "git+https://github.com/RegestaItalia/trm-registry-types.git"
22
- },
23
- "author": {
24
- "name": "Simone Gaffurini",
25
- "email": "simone.gaffurini@regestaitalia.it"
26
- },
27
- "license": "MIT"
28
- }
1
+ {
2
+ "name": "trm-registry-types",
3
+ "version": "2.0.0",
4
+ "description": "TRM Registry Types",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "/dist"
9
+ ],
10
+ "scripts": {
11
+ "build": "tsc",
12
+ "prepublishOnly": "npm run build"
13
+ },
14
+ "keywords": [
15
+ "trm",
16
+ "abap"
17
+ ],
18
+ "homepage": "https://www.trmregistry.com",
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/RegestaItalia/trm-registry-types.git"
22
+ },
23
+ "author": {
24
+ "name": "Simone Gaffurini",
25
+ "email": "simone.gaffurini@regestaitalia.it"
26
+ },
27
+ "license": "MIT"
28
+ }
@@ -1,4 +0,0 @@
1
- export type AuthOAuth2 = {
2
- access_token: string;
3
- refresh_token?: string;
4
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=AuthOAuth2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AuthOAuth2.js","sourceRoot":"","sources":["../src/AuthOAuth2.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- export declare enum AuthenticationType {
2
- NO_AUTH = "NO_AUTH",
3
- BASIC = "BASIC",
4
- OAUTH2 = "OAUTH2"
5
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AuthenticationType = void 0;
4
- var AuthenticationType;
5
- (function (AuthenticationType) {
6
- AuthenticationType["NO_AUTH"] = "NO_AUTH";
7
- AuthenticationType["BASIC"] = "BASIC";
8
- AuthenticationType["OAUTH2"] = "OAUTH2";
9
- })(AuthenticationType || (exports.AuthenticationType = AuthenticationType = {}));
10
- //# sourceMappingURL=AuthenticationType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AuthenticationType.js","sourceRoot":"","sources":["../src/AuthenticationType.ts"],"names":[],"mappings":";;;AAAA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,yCAAmB,CAAA;IACnB,qCAAe,CAAA;IACf,uCAAiB,CAAA;AACrB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B"}
@@ -1,5 +0,0 @@
1
- export declare enum MessageType {
2
- WARNING = "WARNING",
3
- ERROR = "ERROR",
4
- INFO = "INFO"
5
- }
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MessageType = void 0;
4
- var MessageType;
5
- (function (MessageType) {
6
- MessageType["WARNING"] = "WARNING";
7
- MessageType["ERROR"] = "ERROR";
8
- MessageType["INFO"] = "INFO";
9
- })(MessageType || (exports.MessageType = MessageType = {}));
10
- //# sourceMappingURL=MessageType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MessageType.js","sourceRoot":"","sources":["../src/MessageType.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAIX;AAJD,WAAY,WAAW;IACnB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;IACf,4BAAa,CAAA;AACjB,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB"}
@@ -1,6 +0,0 @@
1
- export type OAuth2Data = {
2
- authorizationUrl: string;
3
- clientId: string;
4
- responseType: 'code';
5
- scope?: string;
6
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=OAuth2Data.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OAuth2Data.js","sourceRoot":"","sources":["../src/OAuth2Data.ts"],"names":[],"mappings":""}
package/dist/Ping.d.ts DELETED
@@ -1,8 +0,0 @@
1
- import { AuthenticationType } from "./AuthenticationType";
2
- import { OAuth2Data } from "./OAuth2Data";
3
- import { ResponseMessage } from "./ResponseMessage";
4
- export type Ping = {
5
- authenticationType: AuthenticationType;
6
- authenticationData?: OAuth2Data;
7
- wallMessage?: ResponseMessage;
8
- };
package/dist/Ping.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"Ping.js","sourceRoot":"","sources":["../src/Ping.ts"],"names":[],"mappings":""}
package/dist/Release.d.ts DELETED
@@ -1,5 +0,0 @@
1
- export type Release = {
2
- version: string;
3
- deprecated?: boolean;
4
- latest: boolean;
5
- };
package/dist/Release.js DELETED
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Release.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Release.js","sourceRoot":"","sources":["../src/Release.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ResponseMessage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResponseMessage.js","sourceRoot":"","sources":["../src/ResponseMessage.ts"],"names":[],"mappings":""}
@@ -1,3 +0,0 @@
1
- export type UserAuthorization = {
2
- canCreateReleases: boolean;
3
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=UserAuthorization.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserAuthorization.js","sourceRoot":"","sources":["../src/UserAuthorization.ts"],"names":[],"mappings":""}
package/dist/View.d.ts DELETED
@@ -1,12 +0,0 @@
1
- import { Release } from "./Release";
2
- import { UserAuthorization } from "./UserAuthorization";
3
- export type View = {
4
- name?: string;
5
- private?: boolean;
6
- shortDescription?: string;
7
- website?: string;
8
- git?: string;
9
- license?: string;
10
- userAuthorizations: UserAuthorization;
11
- release?: Release;
12
- };
package/dist/View.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"View.js","sourceRoot":"","sources":["../src/View.ts"],"names":[],"mappings":""}
package/dist/WhoAmI.d.ts DELETED
@@ -1,5 +0,0 @@
1
- import { ResponseMessage } from "./ResponseMessage";
2
- export type WhoAmI = {
3
- logonMessage?: ResponseMessage;
4
- username: string;
5
- };
@@ -1 +0,0 @@
1
- {"version":3,"file":"WhoAmI.js","sourceRoot":"","sources":["../src/WhoAmI.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- import { MessageType } from "./MessageType";
2
- export type ResponseMessage = {
3
- type: MessageType;
4
- text: string;
5
- };
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=ResponseMessage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ResponseMessage.js","sourceRoot":"","sources":["../../src/response/ResponseMessage.ts"],"names":[],"mappings":""}