messaging-api-slack
Advanced tools
Comparing version 1.0.0-beta.23 to 1.0.0-beta.24
@@ -201,3 +201,3 @@ import { OnRequestFunction } from 'messaging-api-common'; | ||
export declare type ActionsBlock = { | ||
type: 'action'; | ||
type: 'actions'; | ||
elements: ActionsBlockElement[]; | ||
@@ -204,0 +204,0 @@ blockId?: string; |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.0-beta.23", | ||
"version": "1.0.0-beta.24", | ||
"main": "dist/index.js", | ||
@@ -15,5 +15,5 @@ "types": "dist/index.d.ts", | ||
"axios": "^0.19.2", | ||
"axios-error": "^1.0.0-beta.16", | ||
"axios-error": "^1.0.0-beta.24", | ||
"lodash": "^4.17.15", | ||
"messaging-api-common": "^1.0.0-beta.23" | ||
"messaging-api-common": "^1.0.0-beta.24" | ||
}, | ||
@@ -27,5 +27,5 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
"gitHead": "5de733d62d61798bdb1d4b19b363bbe216b324e8" | ||
"gitHead": "18258941a920ed2aabf7b12f17e10e8c14238c15" | ||
} |
@@ -284,3 +284,3 @@ import { OnRequestFunction } from 'messaging-api-common'; | ||
export type ActionsBlock = { | ||
type: 'action'; | ||
type: 'actions'; | ||
elements: ActionsBlockElement[]; | ||
@@ -287,0 +287,0 @@ blockId?: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
319386