@zuplo/lint-win32-x64 7.6.6 → 7.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -754,7 +754,8 @@
754
754
  "required": [
755
755
  "classifierAppID",
756
756
  "classifierAppApiKey",
757
- "classifierModel"
757
+ "classifierModel",
758
+ "modelsByComplexity"
758
759
  ],
759
760
  "properties": {
760
761
  "classifierAppID": {
@@ -785,8 +786,9 @@
785
786
  "modelsByComplexity": {
786
787
  "type": "object",
787
788
  "title": "Models By Complexity",
788
- "description": "Optional `providerName/model` routing by classified complexity. Used only when `smartRoutingEnabled` is true.",
789
+ "description": "`providerName/model` routing by classified complexity. All of `low`, `medium`, and `high` are required. Used only when `smartRoutingEnabled` is true.",
789
790
  "additionalProperties": false,
791
+ "required": ["low", "medium", "high"],
790
792
  "properties": {
791
793
  "low": {
792
794
  "type": "string",
package/bin/version.txt CHANGED
@@ -1 +1 @@
1
- 7.6.6
1
+ 7.6.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/lint-win32-x64",
3
- "version": "7.6.6",
3
+ "version": "7.6.7",
4
4
  "description": "The win32-x64 binary for zuplo-lint, the Zuplo API linter.",
5
5
  "repository": "https://github.com/zuplo/zuplo",
6
6
  "author": "Zuplo, Inc.",