zapier-platform-schema
Advanced tools
Comparing version 12.0.0 to 12.0.1
{ | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"schemas": { | ||
@@ -1500,3 +1500,3 @@ "AppSchema": { | ||
"skipThrowForStatus": { | ||
"description": "Starting in `core` version `10.0.0`, `response.throwForStatus()` was called by default. We introduced a per-request way to opt-out of this behavior. This flag takes that a step further and controls that behavior integration-wide. Only takes effect if the request _does not_ specify a value for `skipThrowForStatus` at all.", | ||
"description": "Starting in `core` version `10.0.0`, `response.throwForStatus()` was called by default. We introduced a per-request way to opt-out of this behavior. This flag takes that a step further and controls that behavior integration-wide **for requests made using `z.request()`**. Unless they specify otherwise (per-request, or via middleware), [Shorthand requests](https://github.com/zapier/zapier-platform/blob/master/packages/cli/README.md#shorthand-http-requests) _always_ call `throwForStatus()`. `z.request()` calls can also ignore this flag if they set `skipThrowForStatus` directly", | ||
"type": "boolean" | ||
@@ -1503,0 +1503,0 @@ } |
@@ -17,3 +17,3 @@ 'use strict'; | ||
description: | ||
'Starting in `core` version `10.0.0`, `response.throwForStatus()` was called by default. We introduced a per-request way to opt-out of this behavior. This flag takes that a step further and controls that behavior integration-wide. Only takes effect if the request _does not_ specify a value for `skipThrowForStatus` at all.', | ||
'Starting in `core` version `10.0.0`, `response.throwForStatus()` was called by default. We introduced a per-request way to opt-out of this behavior. This flag takes that a step further and controls that behavior integration-wide **for requests made using `z.request()`**. Unless they specify otherwise (per-request, or via middleware), [Shorthand requests](https://github.com/zapier/zapier-platform/blob/master/packages/cli/README.md#shorthand-http-requests) _always_ call `throwForStatus()`. `z.request()` calls can also ignore this flag if they set `skipThrowForStatus` directly', | ||
type: 'boolean', | ||
@@ -20,0 +20,0 @@ }, |
{ | ||
"name": "zapier-platform-schema", | ||
"version": "12.0.0", | ||
"version": "12.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
186304
5423