@codacy/api-typescript
Advanced tools
Comparing version 0.1.13 to 0.2.0
@@ -39,2 +39,3 @@ import { ServiceClientOptions } from "@azure/ms-rest-js"; | ||
created: string; | ||
intercomHash?: string; | ||
} | ||
@@ -41,0 +42,0 @@ /** |
@@ -130,2 +130,8 @@ /* | ||
} | ||
}, | ||
intercomHash: { | ||
serializedName: "intercomHash", | ||
type: { | ||
name: "String" | ||
} | ||
} | ||
@@ -132,0 +138,0 @@ } |
{ | ||
"name": "@codacy/api-typescript", | ||
"version": "0.1.13", | ||
"version": "0.2.0", | ||
"description": "Codacy API client for Typescript", | ||
@@ -48,2 +48,7 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme", | ||
}, | ||
"remarkConfig": { | ||
"plugins": [ | ||
"remark-preset-lint-recommended" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -65,8 +70,3 @@ "@azure/ms-rest-js": "^2.0.4", | ||
}, | ||
"apiVersion": "9.6.0", | ||
"remarkConfig": { | ||
"plugins": [ | ||
"remark-preset-lint-recommended" | ||
] | ||
} | ||
"apiVersion": "10.8.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90573
1779