Comparing version 0.0.4 to 0.0.5
@@ -68,2 +68,3 @@ /** | ||
traceId?: string | null; | ||
traceIdType?: components['schemas']['TraceIdTypeGenerations']; | ||
name?: string | null; | ||
@@ -138,2 +139,7 @@ /** Format: date-time */ | ||
ObservationLevelGeneration: 'DEBUG' | 'DEFAULT' | 'WARNING' | 'ERROR'; | ||
/** | ||
* TraceIdTypeGenerations | ||
* @enum {string} | ||
*/ | ||
TraceIdTypeGenerations: 'LANGFUSE' | 'EXTERNAL'; | ||
/** CreateScoreRequest */ | ||
@@ -140,0 +146,0 @@ CreateScoreRequest: { |
{ | ||
"name": "langfuse", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"pretty": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json}\"", | ||
"prebuild": "npm run pretty", | ||
"prebuild": "npm run generateAPI && npm run pretty", | ||
"build": "tsc -p tsconfig.json", | ||
@@ -15,0 +15,0 @@ "prepublishOnly": "npm run build", |
23031
674