Comparing version 10.0.5 to 10.0.6
@@ -87,3 +87,3 @@ /// <reference types="ws" /> | ||
publishedBefore?: number; | ||
filter?: Filter; | ||
filter?: Filter | string; | ||
fields?: Field[]; | ||
@@ -90,0 +90,0 @@ } |
{ | ||
"name": "newsware", | ||
"version": "10.0.5", | ||
"version": "10.0.6", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -100,3 +100,3 @@ import { CloseEvent } from "isomorphic-ws" | ||
publishedBefore?: number | ||
filter?: Filter | ||
filter?: Filter | string | ||
fields?: Field[] | ||
@@ -103,0 +103,0 @@ } |
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
103168