@rocket.chat/rest-typings
Advanced tools
Comparing version 6.4.0-rc.4 to 6.4.0-rc.5
# @rocket.chat/rest-typings | ||
## 6.4.0-rc.5 | ||
### Minor Changes | ||
- 1041d4d361: Added option to select between two script engine options for the integrations | ||
### Patch Changes | ||
- Updated dependencies [1041d4d361] | ||
- @rocket.chat/core-typings@6.4.0-rc.5 | ||
## 6.4.0-rc.4 | ||
@@ -52,2 +63,8 @@ | ||
## 6.3.8 | ||
### Patch Changes | ||
- @rocket.chat/core-typings@6.3.8 | ||
## 6.3.7 | ||
@@ -54,0 +71,0 @@ |
@@ -1,2 +0,2 @@ | ||
import type { OutgoingIntegrationEvent } from '@rocket.chat/core-typings'; | ||
import type { OutgoingIntegrationEvent, IntegrationScriptEngine } from '@rocket.chat/core-typings'; | ||
export type IntegrationsCreateProps = { | ||
@@ -14,2 +14,3 @@ type: 'webhook-incoming'; | ||
emoji?: string; | ||
scriptEngine?: IntegrationScriptEngine; | ||
} | { | ||
@@ -37,4 +38,5 @@ type: 'webhook-outgoing'; | ||
emoji?: string; | ||
scriptEngine?: IntegrationScriptEngine; | ||
}; | ||
export declare const isIntegrationsCreateProps: import("ajv").ValidateFunction<IntegrationsCreateProps>; | ||
//# sourceMappingURL=IntegrationsCreateProps.d.ts.map |
@@ -53,2 +53,6 @@ import Ajv from 'ajv'; | ||
}, | ||
scriptEngine: { | ||
type: 'string', | ||
nullable: true, | ||
}, | ||
}, | ||
@@ -154,2 +158,6 @@ required: ['type', 'username', 'channel', 'scriptEnabled', 'name', 'enabled'], | ||
}, | ||
scriptEngine: { | ||
type: 'string', | ||
nullable: true, | ||
}, | ||
}, | ||
@@ -156,0 +164,0 @@ required: ['type', 'username', 'channel', 'event', 'scriptEnabled', 'name', 'enabled'], |
{ | ||
"name": "@rocket.chat/rest-typings", | ||
"version": "6.4.0-rc.4", | ||
"version": "6.4.0-rc.5", | ||
"devDependencies": { | ||
@@ -28,3 +28,3 @@ "@rocket.chat/eslint-config": "^0.6.0-rc.0", | ||
"@rocket.chat/apps-engine": "1.41.0-alpha.290", | ||
"@rocket.chat/core-typings": "^6.4.0-rc.4", | ||
"@rocket.chat/core-typings": "^6.4.0-rc.5", | ||
"@rocket.chat/message-parser": "next", | ||
@@ -31,0 +31,0 @@ "@rocket.chat/ui-kit": "next", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
900098
15508