@types/serverless
Advanced tools
Comparing version 1.67.3 to 1.72.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for serverless 1.67 | ||
// Type definitions for serverless 1.72 | ||
// Project: https://github.com/serverless/serverless#readme | ||
@@ -3,0 +3,0 @@ // Definitions by: Hassan Khan <https://github.com/hassankhan> |
{ | ||
"name": "@types/serverless", | ||
"version": "1.67.3", | ||
"version": "1.72.0", | ||
"description": "TypeScript definitions for serverless", | ||
@@ -42,4 +42,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "917b967f17c52e4ac14be4084d5f134461c8a6bddaaf8586b3d0191530700a8a", | ||
"typesPublisherContentHash": "f868211df211fc6704f3dced8dc1225351c2897993fa17b5f88b17b3ffbf1425", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -15,2 +15,7 @@ import Serverless = require('../../../index'); | ||
resources?: Resources; | ||
plugins?: string[]; | ||
org?: string; | ||
app?: string; | ||
tenant?: string; | ||
custom?: Custom; | ||
} | ||
@@ -44,3 +49,3 @@ | ||
environment?: Environment; | ||
endpointType?: string; | ||
endpointType?: 'regional' | 'edge' | 'private'; | ||
apiKeys?: string[]; | ||
@@ -539,5 +544,9 @@ apiGateway?: ApiGateway; | ||
Resources: CloudFormationResources; | ||
extensions: CloudFormationResources; | ||
Outputs: Outputs; | ||
extensions?: CloudFormationResources; | ||
Outputs?: Outputs; | ||
} | ||
interface Custom { | ||
[key: string]: any; | ||
} | ||
} | ||
@@ -544,0 +553,0 @@ |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 May 2020 23:41:58 GMT | ||
* Last updated: Tue, 02 Jun 2020 17:51:42 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
23970
706