kuzzle-sdk
Advanced tools
Comparing version 7.11.1 to 7.11.2-beta.1
@@ -1,1 +0,1 @@ | ||
/*! Kuzzle Javascript SDK version 7.11.1 */ | ||
/*! Kuzzle Javascript SDK version 7.11.2-beta.1 */ |
{ | ||
"name": "kuzzle-sdk", | ||
"version": "7.11.1", | ||
"version": "7.11.2-beta.1", | ||
"description": "Official Javascript SDK for Kuzzle", | ||
@@ -5,0 +5,0 @@ "author": "The Kuzzle Team <support@kuzzle.io>", |
@@ -26,14 +26,16 @@ /** | ||
*/ | ||
restrictedTo?: { | ||
/** | ||
* Index name. | ||
* Rights will only be applied on this index. | ||
*/ | ||
index: string; | ||
/** | ||
* Collection names. | ||
* Rights will only be applied on those collections. | ||
*/ | ||
collections?: Array<string>; | ||
}; | ||
restrictedTo?: [ | ||
{ | ||
/** | ||
* Index name. | ||
* Rights will only be applied on this index. | ||
*/ | ||
index: string; | ||
/** | ||
* Collection names. | ||
* Rights will only be applied on those collections. | ||
*/ | ||
collections?: Array<string>; | ||
} | ||
]; | ||
}; |
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
556956
12454
2