@nrfcloud/models
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -6,1 +6,6 @@ export * from './value/URLValue'; | ||
export * from './model/Status'; | ||
export * from './model/HttpProblem'; | ||
export * from './error/BadRequestError'; | ||
export * from './error/AccessDeniedError'; | ||
export * from './error/EntityNotFoundError'; | ||
export * from './error/ApplicationError'; |
@@ -11,2 +11,7 @@ "use strict"; | ||
__export(require("./model/Status")); | ||
__export(require("./model/HttpProblem")); | ||
__export(require("./error/BadRequestError")); | ||
__export(require("./error/AccessDeniedError")); | ||
__export(require("./error/EntityNotFoundError")); | ||
__export(require("./error/ApplicationError")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@nrfcloud/models", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "Contains model definitions for the REST API", | ||
@@ -34,4 +34,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@commitlint/cli": "^3.2.0", | ||
"@commitlint/config-angular": "^3.1.1", | ||
"@commitlint/cli": "^4.0.0", | ||
"@commitlint/config-angular": "^4.2.0", | ||
"@types/jest": "^21.1.0", | ||
@@ -38,0 +38,0 @@ "@types/node": "^8.0.28", |
@@ -54,4 +54,4 @@ # Models | ||
JSON Schema: [ApiIndex.schema.json](./src/models/ApiIndex.schema.json) | ||
Source: [ApiIndex.ts](./src/models/Link.ts) | ||
JSON Schema: [ApiIndex.schema.json](./src/model/ApiIndex.schema.json) | ||
Source: [ApiIndex.ts](./src/model/Link.ts) | ||
@@ -72,4 +72,4 @@ ### Link | ||
JSON Schema: [Link.schema.json](./src/models/Link.schema.json) | ||
Source: [Link.ts](./src/models/Link.ts) | ||
JSON Schema: [Link.schema.json](./src/model/Link.schema.json) | ||
Source: [Link.ts](./src/model/Link.ts) | ||
@@ -82,3 +82,3 @@ ### Status | ||
{ | ||
"__context": "https://github.com/nRFCloud/models#Link", | ||
"__context": "https://github.com/nRFCloud/models#Status", | ||
"__contextVersion": 1, | ||
@@ -91,3 +91,3 @@ "maintenance": false, | ||
JSON Schema: [Link.schema.json](./src/models/Status.schema.json) | ||
Source: [Link.ts](./src/models/Status.ts) | ||
JSON Schema: [Status.schema.json](./src/model/Status.schema.json) | ||
Source: [Status.ts](./src/model/Status.ts) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68819
54
1317