f5-conx-core
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -12,2 +12,8 @@ | ||
## [0.17.2] - (12-12-2022) | ||
- extend and isolate OpenApi types | ||
--- | ||
## [0.17.1] - (11-6-2022) | ||
@@ -14,0 +20,0 @@ |
@@ -17,3 +17,3 @@ /// <reference types="node" /> | ||
import { ExtHttp } from '../externalHttps'; | ||
import { NextOpenApi } from './nextModels'; | ||
import { OpenApi } from './OpenApiModels'; | ||
/** | ||
@@ -176,3 +176,3 @@ * Main F5 connectivity client | ||
events: EventEmitter; | ||
openApi: NextOpenApi | undefined; | ||
openApi: OpenApi | undefined; | ||
constructor(host: string, user: string, password: string, hostOptions?: { | ||
@@ -179,0 +179,0 @@ port?: number; |
@@ -15,34 +15,2 @@ export declare type Ntoken = { | ||
}; | ||
export interface NextOpenApi { | ||
openapi: string; | ||
info: { | ||
title: string; | ||
version: string; | ||
license: { | ||
name: string; | ||
url: string; | ||
}; | ||
}; | ||
servers: [ | ||
{ | ||
url: string; | ||
description: string; | ||
} | ||
]; | ||
paths: { | ||
[k: string]: { | ||
[k: string]: { | ||
[k: string]: unknown; | ||
}; | ||
}; | ||
}; | ||
components: { | ||
[k: string]: unknown; | ||
}; | ||
security: [ | ||
{ | ||
bearerAuth: unknown; | ||
} | ||
]; | ||
} | ||
export declare const mtokenExample: Ntoken; | ||
@@ -49,0 +17,0 @@ export declare type NCMtoken = { |
{ | ||
"name": "f5-conx-core", | ||
"author": "F5 Networks", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "F5 SDK for JavaScript with Typescript type definitions", | ||
@@ -6,0 +6,0 @@ "license": "SEE LICENSE IN LICENSE file", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2788475
134
56300
7