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

@voiceflow/base-types

Package Overview
Dependencies
Maintainers
19
Versions
337
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/base-types - npm Package Compare versions

Comparing version 1.5.3 to 1.6.0

11

build/request/index.d.ts

@@ -28,2 +28,5 @@ import type { Chip } from '../button';

}
export interface LabelRequestPayload {
label?: string;
}
export interface BaseRequest<P = unknown> {

@@ -39,3 +42,5 @@ type: string;

}
export interface IntentRequestPayload extends ActionPayload {
interface ActionAndLabelRequestPayload extends ActionPayload, LabelRequestPayload {
}
export interface IntentRequestPayload extends ActionAndLabelRequestPayload {
query: string;

@@ -51,6 +56,6 @@ intent: {

}
export interface GeneralRequest extends BaseRequest<ActionPayload> {
export interface GeneralRequest extends BaseRequest<ActionAndLabelRequestPayload> {
type: string;
}
export interface ActionRequest extends BaseRequest<ActionPayload> {
export interface ActionRequest extends BaseRequest<ActionAndLabelRequestPayload> {
type: RequestType.ACTION;

@@ -57,0 +62,0 @@ }

{
"name": "@voiceflow/base-types",
"description": "Voiceflow base project types",
"version": "1.5.3",
"version": "1.6.0",
"author": "Voiceflow",

@@ -40,3 +40,3 @@ "bugs": {

},
"gitHead": "394d3f0de5d188628e028bd22a037f6075eee618"
"gitHead": "7878e8b15f43d97f65aa971089f5c238c40e9650"
}

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