@api3/airnode-ois
Advanced tools
Comparing version 0.3.1 to 0.4.0
@@ -38,3 +38,9 @@ import { RESERVED_PARAMETERS } from './constants'; | ||
} | ||
export declare type ApiSecurityScheme = ApiKeySecurityScheme | HttpSecurityScheme | RelayChainIdSecurityScheme | RelayChainTypeSecurityScheme | RelayRequesterAddressSecurityScheme; | ||
export interface RelaySponsorAddressSecurityScheme extends ConfigurableSecurityScheme { | ||
type: 'relaySponsorAddress'; | ||
} | ||
export interface RelaySponsorWalletAddressSecurityScheme extends ConfigurableSecurityScheme { | ||
type: 'relaySponsorWalletAddress'; | ||
} | ||
export declare type ApiSecurityScheme = ApiKeySecurityScheme | HttpSecurityScheme | RelayChainIdSecurityScheme | RelayChainTypeSecurityScheme | RelayRequesterAddressSecurityScheme | RelaySponsorAddressSecurityScheme | RelaySponsorWalletAddressSecurityScheme; | ||
export declare type SecuritySchemeType = ApiSecurityScheme['type']; | ||
@@ -87,3 +93,2 @@ export interface ApiComponents { | ||
summary?: string; | ||
testable?: boolean; | ||
} | ||
@@ -90,0 +95,0 @@ export interface OIS { |
{ | ||
"name": "@api3/airnode-ois", | ||
"license": "MIT", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "main": "dist/index", |
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
6112
122