Comparing version 10.0.4 to 10.0.5
@@ -81,3 +81,3 @@ /// <reference types="ws" /> | ||
fields?: Field[]; | ||
filter?: Filter; | ||
filter?: Filter | string; | ||
} | ||
@@ -99,3 +99,3 @@ export interface HistoricalFilter { | ||
value: { | ||
filter?: Filter; | ||
filter?: Filter | string; | ||
fields?: Field[]; | ||
@@ -102,0 +102,0 @@ }; |
{ | ||
"name": "newsware", | ||
"version": "10.0.4", | ||
"version": "10.0.5", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -93,3 +93,3 @@ import { CloseEvent } from "isomorphic-ws" | ||
fields?: Field[], | ||
filter?: Filter, | ||
filter?: Filter | string, | ||
} | ||
@@ -113,3 +113,3 @@ | ||
id: string | ||
value: { filter?: Filter, fields?: Field[] } | ||
value: { filter?: Filter | string, fields?: Field[] } | ||
} | { | ||
@@ -116,0 +116,0 @@ method: WebsocketMethod.UNSUBSCRIBE |
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
103150