Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zapier-platform-schema

Package Overview
Dependencies
Maintainers
11
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zapier-platform-schema - npm Package Compare versions

Comparing version 15.7.3 to 15.8.0

lib/functional-constraints/pollingThrottle.js

1

lib/functional-constraints/index.js

@@ -21,2 +21,3 @@ 'use strict';

require('./uniqueInputFieldKeys'),
require('./pollingThrottle'),
];

@@ -23,0 +24,0 @@

1

lib/schemas/BasicHookOperationSchema.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc