@smart-moov/plugin
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -30,2 +30,11 @@ "use strict"; | ||
/** | ||
* Returns the campaign configuration for ATS synchronization | ||
* @returns object | ||
*/ | ||
getApplicationsCampaignConfiguration() { | ||
return {}; | ||
} | ||
/** | ||
* Handles a new application to an organization | ||
@@ -32,0 +41,0 @@ * |
{ | ||
"name": "@smart-moov/plugin", | ||
"description": "Base for Smart Moov plugins, available in the Smart Moov Marketplace", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "repository": "git@github.com:smart-moov/plugin.git", |
@@ -18,2 +18,10 @@ import Plugin from './Plugin' | ||
/** | ||
* Returns the campaign configuration for ATS synchronization | ||
* @returns object | ||
*/ | ||
getApplicationsCampaignConfiguration () { | ||
return {} | ||
} | ||
/** | ||
* Handles a new application to an organization | ||
@@ -20,0 +28,0 @@ * |
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
22260
421