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
19
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.32 to 2.0.0

5

build/project/index.d.ts

@@ -1,5 +0,4 @@

import { BasePlatformData } from '@voiceflow/api-sdk';
import { Project } from '@voiceflow/base-types';
import { Models, Project } from '@voiceflow/base-types';
export interface ChatProject extends Project.BaseProject {
}
export declare const defaultChatProjectData: (data?: Partial<BasePlatformData>) => BasePlatformData;
export declare const defaultChatProjectData: (data?: Partial<Models.BasePlatformData>) => Models.BasePlatformData;

9

build/types.d.ts

@@ -1,15 +0,14 @@

import type * as ApiSDK from '@voiceflow/api-sdk';
import { Node as BaseNode, Text } from '@voiceflow/base-types';
import { Models, Node as BaseNode, Text } from '@voiceflow/base-types';
export interface Prompt extends BaseNode.Utils.DataID {
content: Text.SlateTextValue;
}
export interface IntentSlotDialog extends ApiSDK.IntentSlotDialog {
export interface IntentSlotDialog extends Models.IntentSlotDialog {
prompt: Prompt[];
confirm: Prompt[];
}
export interface IntentSlot extends ApiSDK.IntentSlot {
export interface IntentSlot extends Models.IntentSlot {
dialog: IntentSlotDialog;
}
export interface Intent extends ApiSDK.Intent {
export interface Intent extends Models.Intent {
slots?: IntentSlot[];
}

@@ -1,3 +0,3 @@

import { Nullable } from '@voiceflow/api-sdk';
import { Nullable } from '@voiceflow/base-types';
import { Prompt } from "./types";
export declare const defaultPrompt: (prompt: Nullable<Prompt> | undefined) => Nullable<Prompt>;
{
"name": "@voiceflow/chat-types",
"description": "Voiceflow chat project types",
"version": "1.4.32",
"version": "2.0.0",
"author": "Voiceflow",

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

"dependencies": {
"@voiceflow/api-sdk": "^2.0.1",
"@voiceflow/base-types": "^1.12.3"
"@voiceflow/base-types": "^2.0.0"
},

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

},
"gitHead": "c607878a09b40d9052a0d986c68cb1c1a9794f8e"
"gitHead": "53085c0019d5a5a745416f25b6932e43e6786cd1"
}

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