New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@voiceflow/chat-types

Package Overview
Dependencies
Maintainers
15
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/chat-types - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

9

build/types.d.ts

@@ -6,9 +6,5 @@ import type * as ApiSDK from '@voiceflow/api-sdk';

}
export interface IntentInput extends ApiSDK.IntentInput {
text: Text.SlateTextValue;
}
export interface IntentSlotDialog extends ApiSDK.IntentSlotDialog {
prompt: IntentInput[];
confirm: IntentInput[];
utterances: IntentInput[];
prompt: Prompt[];
confirm: Prompt[];
}

@@ -20,3 +16,2 @@ export interface IntentSlot extends ApiSDK.IntentSlot {

slots?: IntentSlot[];
inputs: IntentInput[];
}
{
"name": "@voiceflow/chat-types",
"description": "Voiceflow chat project types",
"version": "1.4.0",
"version": "1.4.1",
"author": "Voiceflow",

@@ -10,4 +10,4 @@ "bugs": {

"dependencies": {
"@voiceflow/api-sdk": "^1.37.0",
"@voiceflow/base-types": "^1.3.2"
"@voiceflow/api-sdk": "^1.37.1",
"@voiceflow/base-types": "^1.3.3"
},

@@ -41,3 +41,3 @@ "files": [

},
"gitHead": "163af7fdbed51771f09f4bad59f44f1698e562ad"
"gitHead": "2918f788051060a60ff91ddfc3090687fc4f628c"
}
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