Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rocket.chat/rest-typings

Package Overview
Dependencies
Maintainers
7
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocket.chat/rest-typings - npm Package Compare versions

Comparing version 6.4.0-rc.4 to 6.4.0-rc.5

17

CHANGELOG.md
# @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 @@

4

dist/v1/integrations/IntegrationsCreateProps.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc