Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codacy/api-typescript

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codacy/api-typescript - npm Package Compare versions

Comparing version 1.2.39 to 1.2.40

5

lib/models/mappers.d.ts

@@ -47,2 +47,3 @@ import * as msRest from "@azure/ms-rest-js";

export declare const CoverageAnalysis: msRest.CompositeMapper;
export declare const AnalysisMeta: msRest.CompositeMapper;
export declare const CommitWithAnalysis: msRest.CompositeMapper;

@@ -66,3 +67,2 @@ export declare const CommitWithAnalysisListResponse: msRest.CompositeMapper;

export declare const DiffCoverage: msRest.CompositeMapper;
export declare const AnalysisMeta: msRest.CompositeMapper;
export declare const PullRequestQuality: msRest.CompositeMapper;

@@ -243,3 +243,2 @@ export declare const PullRequestCoverage: msRest.CompositeMapper;

export declare const SecurityManagersResponse: msRest.CompositeMapper;
export declare const CheckSecurityManagerRoleResponse: msRest.CompositeMapper;
export declare const SecurityManagerBody: msRest.CompositeMapper;

@@ -253,2 +252,4 @@ export declare const JiraIntegration: msRest.CompositeMapper;

export declare const CommitDetails: msRest.CompositeMapper;
export declare const ConfigurePattern: msRest.CompositeMapper;
export declare const ConfigureToolBody: msRest.CompositeMapper;
export declare const SetCodacyDefaultHeaders: msRest.CompositeMapper;

@@ -255,0 +256,0 @@ export declare const DeleteGatePolicyHeaders: msRest.CompositeMapper;

1

lib/models/parameters.d.ts

@@ -14,2 +14,3 @@ import * as msRest from "@azure/ms-rest-js";

export declare const days: msRest.OperationQueryParameter;
export declare const deleteIssuesForDisabledPatterns: msRest.OperationQueryParameter;
export declare const direction: msRest.OperationQueryParameter;

@@ -16,0 +17,0 @@ export declare const enabled: msRest.OperationQueryParameter;

@@ -150,2 +150,15 @@ /*

};
export var deleteIssuesForDisabledPatterns = {
parameterPath: [
"options",
"deleteIssuesForDisabledPatterns"
],
mapper: {
serializedName: "deleteIssuesForDisabledPatterns",
defaultValue: false,
type: {
name: "Boolean"
}
}
};
export var direction = {

@@ -152,0 +165,0 @@ parameterPath: [

{
"name": "@codacy/api-typescript",
"version": "1.2.39",
"version": "1.2.40",
"description": "Codacy API client for Typescript",

@@ -73,3 +73,3 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme",

},
"apiVersion": "31.19.5"
"apiVersion": "31.24.4"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc