zapier-platform-schema
Advanced tools
Comparing version 15.7.3 to 15.8.0
@@ -21,2 +21,3 @@ 'use strict'; | ||
require('./uniqueInputFieldKeys'), | ||
require('./pollingThrottle'), | ||
]; | ||
@@ -23,0 +24,0 @@ |
@@ -86,3 +86,2 @@ 'use strict'; | ||
sample: BasicHookOperationSchema.properties.sample, | ||
throttle: BasicHookOperationSchema.properties.throttle, | ||
}; | ||
@@ -89,0 +88,0 @@ |
@@ -20,2 +20,3 @@ 'use strict'; | ||
}, | ||
additionalProperties: false, | ||
examples: [ | ||
@@ -22,0 +23,0 @@ { |
@@ -20,2 +20,3 @@ 'use strict'; | ||
}, | ||
additionalProperties: false, | ||
examples: [ | ||
@@ -22,0 +23,0 @@ { |
@@ -21,2 +21,3 @@ 'use strict'; | ||
}, | ||
additionalProperties: false, | ||
examples: [ | ||
@@ -23,0 +24,0 @@ { |
@@ -39,2 +39,12 @@ 'use strict'; | ||
}, | ||
retry: { | ||
description: | ||
'The effect of throttling on the tasks of the action. `true` means throttled tasks are automatically retried after some delay, while `false` means tasks are held without retry. It defaults to `true`. NOTE that it has no effect on polling triggers and should not be set.', | ||
type: 'boolean', | ||
}, | ||
filter: { | ||
description: `EXPERIMENTAL: Account-based attribute to override the throttle by. You can set to one of the following: "free", "trial", "paid". Therefore, the throttle scope would be automatically set to "account" and ONLY the accounts based on the specified filter will have their requests throttled based on the throttle overrides while the rest are throttled based on the original configuration.`, | ||
type: 'string', | ||
enum: ['free', 'trial', 'paid'], | ||
}, | ||
overrides: { | ||
@@ -76,2 +86,3 @@ description: | ||
scope: ['action', 'auth'], | ||
retry: false, | ||
}, | ||
@@ -82,2 +93,3 @@ { | ||
scope: ['auth'], | ||
retry: false, | ||
overrides: [ | ||
@@ -84,0 +96,0 @@ { |
@@ -29,3 +29,3 @@ 'use strict'; | ||
description: | ||
'The effect of throttling on the tasks of the action. `true` means throttled tasks are automatically retried after some delay, while `false` means tasks are held without retry. It defaults to `true`.', | ||
'The effect of throttling on the tasks of the action. `true` means throttled tasks are automatically retried after some delay, while `false` means tasks are held without retry. It defaults to `true`. NOTE that it has no effect on polling triggers and should not be set.', | ||
type: 'boolean', | ||
@@ -32,0 +32,0 @@ }, |
{ | ||
"name": "zapier-platform-schema", | ||
"version": "15.7.3", | ||
"version": "15.8.0", | ||
"description": "Schema definition for CLI apps in the Zapier Developer Platform.", | ||
@@ -5,0 +5,0 @@ "repository": "zapier/zapier-platform", |
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
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
221958
78
6215