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
27
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 2.93.0 to 2.94.0

17

build/cjs/models/project/knowledgeBase.d.ts

@@ -82,2 +82,18 @@ import { AIContextParams, AIModelParams } from "../../utils/ai";

}
export interface FAQ {
question: string;
answer: string;
}
export interface KnowledgeBaseSetFaq {
name: string;
status: {
type: KnowledgeBaseDocumentStatus;
data?: unknown;
};
creatorID: number;
updatedAt: Date;
faqSetID: string;
version?: number;
tags?: string[];
}
export interface KnowledgeBase {

@@ -87,2 +103,3 @@ settings?: KnowledgeBaseSettings;

tags?: Record<string, KBTag>;
faqSets?: Record<string, KnowledgeBaseSetFaq>;
}

@@ -82,2 +82,18 @@ import { AIContextParams, AIModelParams } from "../../utils/ai";

}
export interface FAQ {
question: string;
answer: string;
}
export interface KnowledgeBaseSetFaq {
name: string;
status: {
type: KnowledgeBaseDocumentStatus;
data?: unknown;
};
creatorID: number;
updatedAt: Date;
faqSetID: string;
version?: number;
tags?: string[];
}
export interface KnowledgeBase {

@@ -87,2 +103,3 @@ settings?: KnowledgeBaseSettings;

tags?: Record<string, KBTag>;
faqSets?: Record<string, KnowledgeBaseSetFaq>;
}

4

package.json
{
"name": "@voiceflow/base-types",
"description": "Voiceflow base project types",
"version": "2.93.0",
"version": "2.94.0",
"author": "Voiceflow",

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

"types": "build/cjs/index.d.ts",
"gitHead": "3db88a20eca68995ffa84a87206a405dfe482087"
"gitHead": "71f4ab3203b989f298016a551d28b997890584b7"
}

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