@markprompt/core
Advanced tools
Comparing version 0.31.6 to 0.31.7
@@ -1,2 +0,3 @@ | ||
import type { PromptFeedback, CSAT, BaseOptions } from './types.js'; | ||
import type { PromptFeedback, BaseOptions } from './types.js'; | ||
export type CSAT = 0 | 1 | 2 | 3 | 4 | 5; | ||
export interface SubmitFeedbackBody { | ||
@@ -3,0 +4,0 @@ /** Prompt feedback */ |
export { DEFAULT_SUBMIT_CHAT_OPTIONS, submitChat, type ChatMessage, type SubmitChatOptions, type SubmitChatReturn, type SubmitChatYield, } from './chat.js'; | ||
export { DEFAULT_SUBMIT_FEEDBACK_OPTIONS, submitFeedback, submitCSAT, type SubmitFeedbackBody, type SubmitFeedbackOptions, } from './feedback.js'; | ||
export { DEFAULT_SUBMIT_FEEDBACK_OPTIONS, submitFeedback, submitCSAT, type SubmitFeedbackBody, type SubmitFeedbackOptions, type CSAT, } from './feedback.js'; | ||
export { DEFAULT_SUBMIT_SEARCH_QUERY_OPTIONS, submitAlgoliaDocsearchQuery, submitSearchQuery, type SubmitSearchQueryOptions, type AlgoliaProvider, } from './search.js'; | ||
@@ -4,0 +4,0 @@ import type { BaseOptions } from './types.js'; |
@@ -83,3 +83,2 @@ import type { DocSearchHit } from './docsearch.js'; | ||
} | ||
export type CSAT = 0 | 1 | 2 | 3 | 4 | 5; | ||
export interface PromptFeedback { | ||
@@ -86,0 +85,0 @@ vote: '1' | '-1'; |
{ | ||
"name": "@markprompt/core", | ||
"version": "0.31.6", | ||
"version": "0.31.7", | ||
"repository": { | ||
@@ -31,5 +31,7 @@ "type": "git", | ||
"scripts": { | ||
"build": "tsc --build", | ||
"dev": "tsc --build --watch" | ||
"build": "tsc --build tsconfig.build.json", | ||
"dev": "tsc --build tsconfig.build.json --watch", | ||
"lint:js": "eslint .", | ||
"lint:ts": "tsc --build tsconfig.json" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65547