cloudvision-connector
Advanced tools
Comparing version 4.6.4 to 4.6.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.6.5](https://github.com/aristanetworks/cloudvision/compare/v4.6.4...v4.6.5) (2021-01-20) | ||
### Bug Fixes | ||
* **cloudvision-connector:** fix DatasetObject type ([#337](https://github.com/aristanetworks/cloudvision/issues/337)) ([b432bf9](https://github.com/aristanetworks/cloudvision/commit/b432bf93cad353a67edf9eb29e36736bbeef89be)) | ||
## [4.6.4](https://github.com/aristanetworks/cloudvision/compare/v4.6.3...v4.6.4) (2021-01-19) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "cloudvision-connector", | ||
"version": "4.6.4", | ||
"version": "4.6.5", | ||
"description": "A module to communicate with the CloudVision API server", | ||
@@ -57,3 +57,3 @@ "author": "extensions@arista.com", | ||
"dependencies": { | ||
"a-msgpack": "4.6.4", | ||
"a-msgpack": "4.6.5", | ||
"base64-js": "1.5.1", | ||
@@ -86,3 +86,3 @@ "jsbi": "3.1.4", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.36.2", | ||
"rollup": "2.37.0", | ||
"rollup-plugin-terser": "7.0.2", | ||
@@ -96,3 +96,3 @@ "ts-jest": "26.4.4", | ||
}, | ||
"gitHead": "95134f5fc82f60268cc936edcd7da5271001b481" | ||
"gitHead": "0e3485561e6ed10dc80244316f32b9c513e4d5b1" | ||
} |
@@ -18,3 +18,3 @@ // Copyright (c) 2018, Arista Networks, Inc. | ||
import { DatasetType, RequestContext, SearchType } from '../types'; | ||
import { RequestContext, SearchType } from '../types'; | ||
@@ -58,3 +58,3 @@ export const ERROR = 'ERROR'; | ||
export const DEVICE_DATASET_TYPE = 'device'; | ||
export const ALL_DATASET_TYPES: DatasetType[] = [ | ||
export const ALL_DATASET_TYPES: string[] = [ | ||
APP_DATASET_TYPE, | ||
@@ -61,0 +61,0 @@ CONFIG_DATASET_TYPE, |
@@ -1,2 +0,2 @@ | ||
import { DatasetType, RequestContext, SearchType } from '../types'; | ||
import { RequestContext, SearchType } from '../types'; | ||
export declare const ERROR = "ERROR"; | ||
@@ -32,3 +32,3 @@ export declare const INFO = "INFO"; | ||
export declare const DEVICE_DATASET_TYPE = "device"; | ||
export declare const ALL_DATASET_TYPES: DatasetType[]; | ||
export declare const ALL_DATASET_TYPES: string[]; | ||
export declare const SEARCH_TYPE_ANY = "ANY"; | ||
@@ -35,0 +35,0 @@ export declare const SEARCH_TYPE_IP = "IP"; |
import { NeatType, PathElements } from 'a-msgpack'; | ||
import { APP_DATASET_TYPE, CLOSE, CONFIG_DATASET_TYPE, DEVICE_DATASET_TYPE, GET, GET_AND_SUBSCRIBE, GET_DATASETS, PUBLISH, SEARCH, SEARCH_SUBSCRIBE, SEARCH_TYPE_ANY, SEARCH_TYPE_IP, SEARCH_TYPE_MAC, SERVICE_REQUEST, SUBSCRIBE } from '../src/constants'; | ||
import { CLOSE, GET, GET_AND_SUBSCRIBE, GET_DATASETS, PUBLISH, SEARCH, SEARCH_SUBSCRIBE, SEARCH_TYPE_ANY, SEARCH_TYPE_IP, SEARCH_TYPE_MAC, SERVICE_REQUEST, SUBSCRIBE } from '../src/constants'; | ||
export declare type GetCommand = typeof GET | typeof GET_DATASETS | typeof SEARCH; | ||
@@ -10,5 +10,2 @@ /** @deprecated: Use `GetCommand`. */ | ||
export declare type WsCommand = GetCommand | StreamCommand | typeof CLOSE | typeof PUBLISH; | ||
export declare type DatasetType = typeof APP_DATASET_TYPE | typeof CONFIG_DATASET_TYPE | typeof DEVICE_DATASET_TYPE; | ||
/** @deprecated: Use `DatasetType`. */ | ||
export declare type DatasetTypes = DatasetType; | ||
export declare type SearchType = typeof SEARCH_TYPE_ANY | typeof SEARCH_TYPE_IP | typeof SEARCH_TYPE_MAC; | ||
@@ -25,7 +22,4 @@ export interface PathObject { | ||
name: string; | ||
type: DatasetType; | ||
parent?: { | ||
name: string; | ||
type: string; | ||
}; | ||
type: string; | ||
parent?: DatasetObject; | ||
} | ||
@@ -87,3 +81,3 @@ export interface QueryObject { | ||
export interface DatasetParams { | ||
types?: DatasetType[]; | ||
types?: string[]; | ||
} | ||
@@ -90,0 +84,0 @@ export interface SearchParams { |
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
317007
7033
+ Addeda-msgpack@4.6.5(transitive)
- Removeda-msgpack@4.6.4(transitive)
Updateda-msgpack@4.6.5