Comparing version 9.0.0 to 9.0.1
@@ -76,2 +76,3 @@ /// <reference types="ws" /> | ||
filter?: Filter; | ||
fields?: Field[]; | ||
} | ||
@@ -78,0 +79,0 @@ export interface Pagination { |
{ | ||
"name": "newsware", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Typescript client for interacting with the Newsware API", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
@@ -87,2 +87,3 @@ import {CloseEvent} from "isomorphic-ws" | ||
filter?: Filter | ||
fields?: Field[] | ||
} | ||
@@ -89,0 +90,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
91433
1795