@types/serverless
Advanced tools
Comparing version 3.12.2 to 3.12.3
@@ -33,2 +33,12 @@ import Serverless = require('../index'); | ||
type ConfigurationVariablesSource = (variableSource: any) => Promise<any>; | ||
interface ConfigurationVariablesSources { | ||
[variablePrefix: string]: ConfigurationVariablesSource | { | ||
resolve: ConfigurationVariablesSource, | ||
isDisabledAtPrepopulation?: boolean | undefined, | ||
serviceName?: string | undefined | ||
}; | ||
} | ||
interface Logging { | ||
@@ -56,4 +66,5 @@ log: { | ||
variableResolvers?: Plugin.VariableResolvers | undefined; | ||
configurationVariablesSources?: Plugin.ConfigurationVariablesSources | undefined; | ||
} | ||
export = Plugin; |
{ | ||
"name": "@types/serverless", | ||
"version": "3.12.2", | ||
"version": "3.12.3", | ||
"description": "TypeScript definitions for serverless", | ||
@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serverless", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f01e63ebb01735ab06a62dd7672f15ba06ce3578c0c8683ece52372d089e16c9", | ||
"typesPublisherContentHash": "37fc973a2d2fc8d97d73dd36d3ef04e1276905ac15c2b934c5d9f72599507560", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 26 Apr 2022 19:31:52 GMT | ||
* Last updated: Thu, 28 Apr 2022 23:31:45 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
38449
963