zapier-platform-schema
Advanced tools
Comparing version 14.0.0 to 14.0.1
{ | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"schemas": { | ||
@@ -652,9 +652,9 @@ "AppSchema": { | ||
}, | ||
"important": { | ||
"description": "Affects how prominently this operation is displayed in the UI. Only mark a few of the most popular operations important.", | ||
"type": "boolean" | ||
}, | ||
"hidden": { | ||
"description": "Should this operation be unselectable by users?", | ||
"type": "boolean" | ||
}, | ||
"important": { | ||
"description": "**DEPRECATED** Formerly affected how prominently this operation is displayed in the UI.", | ||
"type": "boolean" | ||
} | ||
@@ -661,0 +661,0 @@ }, |
@@ -44,11 +44,11 @@ 'use strict'; | ||
}, | ||
hidden: { | ||
description: 'Should this operation be unselectable by users?', | ||
type: 'boolean', | ||
}, | ||
important: { | ||
description: | ||
'Affects how prominently this operation is displayed in the UI. Only mark a few of the most popular operations important.', | ||
'**DEPRECATED** Formerly affected how prominently this operation is displayed in the UI.', | ||
type: 'boolean', | ||
}, | ||
hidden: { | ||
description: 'Should this operation be unselectable by users?', | ||
type: 'boolean', | ||
}, | ||
}, | ||
@@ -64,3 +64,2 @@ additionalProperties: false, | ||
hidden: false, | ||
important: true, | ||
}, | ||
@@ -85,11 +84,3 @@ ], | ||
}, | ||
{ | ||
example: { | ||
label: 'New Thing', | ||
description: 'Gets a new thing for you.', | ||
important: 1, | ||
}, | ||
reason: 'Invalid value for key: important', | ||
}, | ||
], | ||
}); |
{ | ||
"name": "zapier-platform-schema", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"description": "Schema definition for CLI apps in the Zapier Developer Platform.", | ||
@@ -5,0 +5,0 @@ "repository": "zapier/zapier-platform", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
199050
5721