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.
- package/LICENSE +21 -21
- package/README.md +25 -25
- package/dist/request/Deprecate.d.ts +3 -0
- package/dist/{Ping.js → request/Deprecate.js} +1 -1
- package/dist/request/Deprecate.js.map +1 -0
- package/dist/request/OAuth2Body.d.ts +2 -2
- package/dist/request/index.d.ts +1 -0
- package/dist/request/index.js +1 -0
- package/dist/request/index.js.map +1 -1
- package/dist/response/AuthOAuth2.d.ts +2 -2
- package/dist/{ResponseMessage.d.ts → response/Message.d.ts} +2 -2
- package/dist/{View.js → response/Message.js} +1 -1
- package/dist/response/Message.js.map +1 -0
- package/dist/response/OAuth2Data.d.ts +3 -3
- package/dist/response/Package.d.ts +12 -0
- package/dist/{WhoAmI.js → response/Package.js} +1 -1
- package/dist/response/Package.js.map +1 -0
- package/dist/response/Ping.d.ts +7 -6
- package/dist/response/WhoAmI.d.ts +5 -7
- package/dist/response/index.d.ts +5 -7
- package/dist/response/index.js +5 -7
- package/dist/response/index.js.map +1 -1
- package/package.json +28 -28
- package/dist/AuthOAuth2.d.ts +0 -4
- package/dist/AuthOAuth2.js +0 -3
- package/dist/AuthOAuth2.js.map +0 -1
- package/dist/AuthenticationType.d.ts +0 -5
- package/dist/AuthenticationType.js +0 -10
- package/dist/AuthenticationType.js.map +0 -1
- package/dist/MessageType.d.ts +0 -5
- package/dist/MessageType.js +0 -10
- package/dist/MessageType.js.map +0 -1
- package/dist/OAuth2Data.d.ts +0 -6
- package/dist/OAuth2Data.js +0 -3
- package/dist/OAuth2Data.js.map +0 -1
- package/dist/Ping.d.ts +0 -8
- package/dist/Ping.js.map +0 -1
- package/dist/Release.d.ts +0 -5
- package/dist/Release.js +0 -3
- package/dist/Release.js.map +0 -1
- package/dist/ResponseMessage.js +0 -3
- package/dist/ResponseMessage.js.map +0 -1
- package/dist/UserAuthorization.d.ts +0 -3
- package/dist/UserAuthorization.js +0 -3
- package/dist/UserAuthorization.js.map +0 -1
- package/dist/View.d.ts +0 -12
- package/dist/View.js.map +0 -1
- package/dist/WhoAmI.d.ts +0 -5
- package/dist/WhoAmI.js.map +0 -1
- package/dist/response/ResponseMessage.d.ts +0 -5
- package/dist/response/ResponseMessage.js +0 -3
- 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
|
-
[](https://github.com/RegestaItalia/trm-docs/blob/main/CODE_OF_CONDUCT.md)
|
|
4
|
-

|
|
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
|
+
[](https://github.com/RegestaItalia/trm-docs/blob/main/CODE_OF_CONDUCT.md)
|
|
4
|
+

|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"Deprecate.js","sourceRoot":"","sources":["../../src/request/Deprecate.ts"],"names":[],"mappings":""}
|
package/dist/request/index.d.ts
CHANGED
package/dist/request/index.js
CHANGED
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Message.js","sourceRoot":"","sources":["../../src/response/Message.ts"],"names":[],"mappings":""}
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Package.js","sourceRoot":"","sources":["../../src/response/Package.ts"],"names":[],"mappings":""}
|
package/dist/response/Ping.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { AuthenticationType } from "./AuthenticationType";
|
|
2
2
|
import { OAuth2Data } from "./OAuth2Data";
|
|
3
|
-
import {
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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 {
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
subscriptionEnd?: Date;
|
|
7
|
-
};
|
|
1
|
+
import { Message } from "./Message";
|
|
2
|
+
export interface WhoAmI {
|
|
3
|
+
user: string;
|
|
4
|
+
messages?: Message[];
|
|
5
|
+
}
|
package/dist/response/index.d.ts
CHANGED
|
@@ -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";
|
package/dist/response/index.js
CHANGED
|
@@ -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,
|
|
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": "
|
|
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
|
+
}
|
package/dist/AuthOAuth2.d.ts
DELETED
package/dist/AuthOAuth2.js
DELETED
package/dist/AuthOAuth2.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AuthOAuth2.js","sourceRoot":"","sources":["../src/AuthOAuth2.ts"],"names":[],"mappings":""}
|
|
@@ -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"}
|
package/dist/MessageType.d.ts
DELETED
package/dist/MessageType.js
DELETED
|
@@ -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
|
package/dist/MessageType.js.map
DELETED
|
@@ -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"}
|
package/dist/OAuth2Data.d.ts
DELETED
package/dist/OAuth2Data.js
DELETED
package/dist/OAuth2Data.js.map
DELETED
|
@@ -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
package/dist/Release.js
DELETED
package/dist/Release.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Release.js","sourceRoot":"","sources":["../src/Release.ts"],"names":[],"mappings":""}
|
package/dist/ResponseMessage.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResponseMessage.js","sourceRoot":"","sources":["../src/ResponseMessage.ts"],"names":[],"mappings":""}
|
|
@@ -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
package/dist/WhoAmI.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WhoAmI.js","sourceRoot":"","sources":["../src/WhoAmI.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResponseMessage.js","sourceRoot":"","sources":["../../src/response/ResponseMessage.ts"],"names":[],"mappings":""}
|