Skip to content

Commit f1b19b3

Browse files
Add Serverless definitions for v2.14.0
1 parent 59d5b29 commit f1b19b3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

index.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ export interface AWS {
450450
);
451451
batchSize?: number;
452452
enabled?: boolean;
453+
maximumBatchingWindow?: number;
453454
};
454455
}
455456
| {
@@ -1737,6 +1738,7 @@ export interface AWS {
17371738
* via the `patternProperty` "^[a-zA-Z0-9]{1,255}$".
17381739
*/
17391740
[k: string]: {
1741+
Type: string;
17401742
Properties?: {
17411743
[k: string]: unknown;
17421744
};
@@ -1753,9 +1755,6 @@ export interface AWS {
17531755
};
17541756
UpdateReplacePolicy?: string;
17551757
Condition?: string;
1756-
[k: string]: {
1757-
[k: string]: unknown;
1758-
};
17591758
};
17601759
};
17611760
Transform?: string[];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/typescript",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"description": "Serverless typescript definitions",
55
"main": "index.d.ts",
66
"scripts": {},

0 commit comments

Comments
 (0)