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

@stoplight/types

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stoplight/types - npm Package Compare versions

Comparing version 13.11.0 to 13.12.0

9

dist/http-spec.d.ts

@@ -58,5 +58,14 @@ import { JSONSchema7 } from 'json-schema';

security?: HttpSecurityScheme[][];
securityDeclarationType?: HttpOperationSecurityDeclarationTypes;
deprecated?: boolean;
internal?: boolean;
}
export declare enum HttpOperationSecurityDeclarationTypes {
/** Indicates that the operation has no security declarations. */
None = "none",
/** Indicates that the operation has explicit security declarations. */
Declared = "declared",
/** Indicates that the operation inherits its security declarations from the service. */
InheritedFromService = "inheritedFromService"
}
export interface IHttpCallbackOperation<Bundle extends boolean = false> extends Omit<IHttpOperation<Bundle>, 'callbacks'> {

@@ -63,0 +72,0 @@ callbackName: string;

11

dist/index.esm.js

@@ -0,1 +1,10 @@

var HttpOperationSecurityDeclarationTypes;
(function (HttpOperationSecurityDeclarationTypes) {
/** Indicates that the operation has no security declarations. */
HttpOperationSecurityDeclarationTypes["None"] = "none";
/** Indicates that the operation has explicit security declarations. */
HttpOperationSecurityDeclarationTypes["Declared"] = "declared";
/** Indicates that the operation inherits its security declarations from the service. */
HttpOperationSecurityDeclarationTypes["InheritedFromService"] = "inheritedFromService";
})(HttpOperationSecurityDeclarationTypes || (HttpOperationSecurityDeclarationTypes = {}));
var HttpParamStyles;

@@ -76,2 +85,2 @@ (function (HttpParamStyles) {

export { DiagnosticSeverity, HttpParamStyles, NodeFormat, NodeType };
export { DiagnosticSeverity, HttpOperationSecurityDeclarationTypes, HttpParamStyles, NodeFormat, NodeType };

@@ -5,2 +5,11 @@ 'use strict';

exports.HttpOperationSecurityDeclarationTypes = void 0;
(function (HttpOperationSecurityDeclarationTypes) {
/** Indicates that the operation has no security declarations. */
HttpOperationSecurityDeclarationTypes["None"] = "none";
/** Indicates that the operation has explicit security declarations. */
HttpOperationSecurityDeclarationTypes["Declared"] = "declared";
/** Indicates that the operation inherits its security declarations from the service. */
HttpOperationSecurityDeclarationTypes["InheritedFromService"] = "inheritedFromService";
})(exports.HttpOperationSecurityDeclarationTypes || (exports.HttpOperationSecurityDeclarationTypes = {}));
exports.HttpParamStyles = void 0;

@@ -7,0 +16,0 @@ (function (HttpParamStyles) {

2

package.json
{
"name": "@stoplight/types",
"version": "13.11.0",
"version": "13.12.0",
"description": "Common typings for the Stoplight ecosystem.",

@@ -5,0 +5,0 @@ "keywords": [],

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