@apify/consts
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -34,2 +34,10 @@ export declare const FREE_SUBSCRIPTION_PLAN_CODE = "DEV"; | ||
/** | ||
* Dictionary of possible values for 'status' field of webhookDispatches collections. | ||
*/ | ||
export declare const WEBHOOK_DISPATCH_STATUSES: { | ||
readonly ACTIVE: "ACTIVE"; | ||
readonly SUCCEEDED: "SUCCEEDED"; | ||
readonly FAILED: "FAILED"; | ||
}; | ||
/** | ||
* An array of act jobs statuses that are final for the jobs. | ||
@@ -36,0 +44,0 @@ */ |
@@ -87,2 +87,3 @@ "use strict"; | ||
WEBHOOK_DEFAULT_PAYLOAD_TEMPLATE: () => WEBHOOK_DEFAULT_PAYLOAD_TEMPLATE, | ||
WEBHOOK_DISPATCH_STATUSES: () => WEBHOOK_DISPATCH_STATUSES, | ||
WEBHOOK_EVENT_TYPES: () => WEBHOOK_EVENT_TYPES, | ||
@@ -148,2 +149,7 @@ WEBHOOK_EVENT_TYPE_GROUPS: () => WEBHOOK_EVENT_TYPE_GROUPS, | ||
}; | ||
var WEBHOOK_DISPATCH_STATUSES = { | ||
ACTIVE: "ACTIVE", | ||
SUCCEEDED: "SUCCEEDED", | ||
FAILED: "FAILED" | ||
}; | ||
var ACT_JOB_TERMINAL_STATUSES = [ | ||
@@ -620,2 +626,3 @@ ACT_JOB_STATUSES.SUCCEEDED, | ||
WEBHOOK_DEFAULT_PAYLOAD_TEMPLATE, | ||
WEBHOOK_DISPATCH_STATUSES, | ||
WEBHOOK_EVENT_TYPES, | ||
@@ -622,0 +629,0 @@ WEBHOOK_EVENT_TYPE_GROUPS, |
{ | ||
"name": "@apify/consts", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Tools and constants shared across Apify projects.", | ||
@@ -45,3 +45,3 @@ "main": "./index.js", | ||
}, | ||
"gitHead": "229892ffd77561cf697034b564cd3193e09057ba" | ||
"gitHead": "e71cb4efb52c713b592308f9d5cccfe0c98cefd8" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
136510
1636