opik 2.0.65 → 2.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';var ansiEscapes=require('ansi-escapes'),tslog=require('tslog'),GI=require('fs'),KI=require('os'),K3=require('path'),O3=require('ini');require('dotenv/config');var uuid=require('uuid'),xee=require('xxhash-wasm'),wee=require('fast-json-stable-stringify'),util=require('util'),zee=require('mustache'),Tee=require('nunjucks'),dateFns=require('date-fns'),jestDiff=require('jest-diff'),Fee=require('fast-deep-equal'),async_hooks=require('async_hooks'),Fd=require('chalk'),gre=require('boxen'),zod=require('zod'),hre=require('ora'),openai=require('@ai-sdk/openai'),anthropic=require('@ai-sdk/anthropic'),google=require('@ai-sdk/google'),ai$1=require('ai');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var GI__default=/*#__PURE__*/_interopDefault(GI);var KI__default=/*#__PURE__*/_interopDefault(KI);var K3__default=/*#__PURE__*/_interopDefault(K3);var O3__default=/*#__PURE__*/_interopDefault(O3);var xee__default=/*#__PURE__*/_interopDefault(xee);var wee__default=/*#__PURE__*/_interopDefault(wee);var zee__default=/*#__PURE__*/_interopDefault(zee);var Tee__default=/*#__PURE__*/_interopDefault(Tee);var Fee__default=/*#__PURE__*/_interopDefault(Fee);var Fd__default=/*#__PURE__*/_interopDefault(Fd);var gre__default=/*#__PURE__*/_interopDefault(gre);var hre__default=/*#__PURE__*/_interopDefault(hre);var I3=Object.create;var Qt=Object.defineProperty;var FI=Object.getOwnPropertyDescriptor;var D3=Object.getOwnPropertyNames;var U3=Object.prototype.hasOwnProperty;var MI=(p,i)=>(i=Symbol[p])?i:Symbol.for("Symbol."+p),no=p=>{throw TypeError(p)};var N3=(p,i,e)=>i in p?Qt(p,i,{enumerable:true,configurable:true,writable:true,value:e}):p[i]=e;var n=(p,i)=>()=>(p&&(i=p(p=0)),i);var L=(p,i)=>{for(var e in i)Qt(p,e,{get:i[e],enumerable:true});},B3=(p,i,e,t)=>{if(i&&typeof i=="object"||typeof i=="function")for(let o of D3(i))!U3.call(p,o)&&o!==e&&Qt(p,o,{get:()=>i[o],enumerable:!(t=FI(i,o))||t.enumerable});return p};var F3=p=>B3(Qt({},"__esModule",{value:true}),p);var WI=p=>{var i;return [,,,I3((i=void 0)!=null?i:null)]},VI=["class","method","getter","setter","accessor","field","value","get","set"],ao=p=>p!==void 0&&typeof p!="function"?no("Function expected"):p,M3=(p,i,e,t,o)=>({kind:VI[p],name:i,metadata:t,addInitializer:a=>e._?no("Already initialized"):o.push(ao(a||null))}),yu=(p,i)=>N3(i,MI("metadata"),p[3]),LI=(p,i,e,t)=>{for(var o=0,a=p[i>>1],s=a&&a.length;o<s;o++)a[o].call(e);return t},JI=(p,i,e,t,o,a)=>{var c,l,m,u,d=i&7,f=false,g=false,h=2,y=VI[d+5],k=p[h]||(p[h]=[]),C=((o=o.prototype),FI(o,e));for(var I=t.length-1;I>=0;I--)m=M3(d,e,l={},p[3],k),(m.static=f,m.private=g,u=m.access={has:D=>e in D},(u.get=D=>D[e]),d>2),c=(0, t[I])(C[y],m),l._=1,ao(c)&&(C[y]=c);return C&&Qt(o,e,C),o};function np(p,i=p){return ansiEscapes.link(i,p)}var H3;exports.logger=void 0;exports.setLoggerLevel=void 0;exports.disableLogger=void 0;var q=n(()=>{H3={SILLY:0,TRACE:1,DEBUG:2,INFO:3,WARN:4,ERROR:5,FATAL:6};exports.logger=new tslog.Logger({hideLogPositionForProduction:true,prettyLogTemplate:"{{yyyy}}.{{mm}}.{{dd}} {{hh}}:{{MM}}:{{ss}}:{{ms}} {{logLevelName}} "}),exports.setLoggerLevel=p=>{exports.logger.settings.minLevel=H3[p];},exports.disableLogger=()=>{exports.logger.settings.minLevel=100;};exports.setLoggerLevel(process.env.OPIK_LOG_LEVEL||"INFO");});function xu(p){return Object.fromEntries(Object.entries(p).filter(([,i])=>i!==void 0))}function Ru(p){if(p!==void 0)return ["1","true","yes"].includes(String(p).toLowerCase())}function Q3(){return xu({apiKey:process.env.OPIK_API_KEY,apiUrl:process.env.OPIK_URL_OVERRIDE,projectName:process.env.OPIK_PROJECT_NAME,workspaceName:process.env.OPIK_WORKSPACE,environment:process.env.OPIK_ENVIRONMENT,batchDelayMs:process.env.OPIK_BATCH_DELAY_MS?Number(process.env.OPIK_BATCH_DELAY_MS):void 0,holdUntilFlush:Ru(process.env.OPIK_HOLD_UNTIL_FLUSH),trackDisable:Ru(process.env.OPIK_TRACK_DISABLE),promptCacheTtlSeconds:process.env.OPIK_PROMPT_CACHE_TTL_SECONDS?Math.max(1,parseInt(process.env.OPIK_PROMPT_CACHE_TTL_SECONDS,10)||1):void 0})}function Y3(p){return p.replace(/^~(?=$|\/|\\)/,KI__default.default.homedir())}function X3(){let p=process.env.OPIK_CONFIG_PATH||$3,i=Y3(p);if(!GI__default.default.existsSync(i)){if(process.env.OPIK_CONFIG_PATH)throw new Error(`Config file not found at ${i}`);return {}}try{let e=O3__default.default.parse(GI__default.default.readFileSync(i,"utf8"));return e.opik?xu({apiKey:e.opik.api_key,apiUrl:e.opik.url_override,projectName:e.opik.project_name,workspaceName:e.opik.workspace,trackDisable:Ru(e.opik.track_disable)}):{}}catch(e){return exports.logger.error(`Error loading config file ${i}: ${e}`),{}}}function sp(p){let i=Q3(),e=X3(),{headers:t,...o}=p||{};return Z3({...so,...e,...i,...xu(o)})}function Z3(p){if(!p.apiUrl)throw new Error("OPIK_URL_OVERRIDE is not set");if(p.trackDisable)return p;let i=q3(p.apiUrl);if(i&&!p.apiKey)throw new Error("OPIK_API_KEY is not set");if(i&&!p.workspaceName)throw new Error("OPIK_WORKSPACE is not set");return p}function q3(p){return new URL(p).hostname.endsWith("comet.com")}var $3,so,po=n(()=>{q();$3=K3__default.default.join(KI__default.default.homedir(),".opik.config"),so={apiKey:"",apiUrl:"https://www.comet.com/opik/api",projectName:"Default Project",workspaceName:"default",batchDelayMs:300,holdUntilFlush:false,trackDisable:false};});function e8(p){_u.setTracingActive(p);}function We(){return _u.isTracingActive()}function r8(){_u.resetToConfigDefault();}var wu,_u,Yt=n(()=>{po();wu=class{constructor(){this.tracingActive=null;}setTracingActive(i){this.tracingActive=i;}resetToConfigDefault(){this.tracingActive=null;}isTracingActive(){if(this.tracingActive!==null)return this.tracingActive;try{return this.tracingActive=!sp().trackDisable,this.tracingActive}catch{return true}}},_u=new wu;});function co(p,i){return JSON.parse(p,i)}var Ge,Fr=n(()=>{Ge=(p,i,e)=>JSON.stringify(p,i,e);});function t8({message:p,statusCode:i,body:e}){let t=[];return p!=null&&t.push(p),i!=null&&t.push(`Status code: ${i.toString()}`),e!=null&&t.push(`Body: ${Ge(e,void 0,2)}`),t.join(`
|
|
2
2
|
`)}var A,pp=n(()=>{Fr();A=class extends Error{constructor({message:i,statusCode:e,body:t,rawResponse:o}){super(t8({message:i,statusCode:e,body:t})),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.statusCode=e,this.body=t,this.rawResponse=o;}};});var Mr,OI=n(()=>{Mr=class extends Error{constructor(i){super(i),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var J=n(()=>{pp();OI();});var lo,$I=n(()=>{J();lo=class extends A{constructor(i,e){super({message:"BadGatewayError",statusCode:502,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var B,QI=n(()=>{J();B=class extends A{constructor(i,e){super({message:"BadRequestError",statusCode:400,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var O,YI=n(()=>{J();O=class extends A{constructor(i,e){super({message:"ConflictError",statusCode:409,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var fe,XI=n(()=>{J();fe=class extends A{constructor(i,e){super({message:"ForbiddenError",statusCode:403,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var at,ku=n(()=>{J();at=class extends A{constructor(i,e){super({message:"GoneError",statusCode:410,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var nt,ZI=n(()=>{J();nt=class extends A{constructor(i,e){super({message:"InternalServerError",statusCode:500,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var U,qI=n(()=>{J();U=class extends A{constructor(i,e){super({message:"NotFoundError",statusCode:404,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var st,eD=n(()=>{J();st=class extends A{constructor(i,e){super({message:"NotImplementedError",statusCode:501,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var Xt,rD=n(()=>{J();Xt=class extends A{constructor(i,e){super({message:"ServiceUnavailableError",statusCode:503,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var Ke,tD=n(()=>{J();Ke=class extends A{constructor(i,e){super({message:"TooManyRequestsError",statusCode:429,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var Y,iD=n(()=>{J();Y=class extends A{constructor(i,e){super({message:"UnauthorizedError",statusCode:401,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var me,oD=n(()=>{J();me=class extends A{constructor(i,e){super({message:"UnprocessableEntityError",statusCode:422,body:i,rawResponse:e}),Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name;}};});var aD=n(()=>{$I();QI();YI();XI();ku();ZI();qI();eD();rD();tD();iD();oD();});var Au=n(()=>{});var nD=n(()=>{Au();});var Pu={};var sD=n(()=>{nD();});var zu=n(()=>{});var pD=n(()=>{zu();});var Su={};var cD=n(()=>{pD();});var vu=n(()=>{});var lD=n(()=>{vu();});var mD,dD=n(()=>{mD={General:"general",Slack:"slack",Pagerduty:"pagerduty"};});var Tu=n(()=>{dD();});var cp={};L(cp,{GetWebhookExamplesRequestAlertType:()=>mD});var uD=n(()=>{lD();Tu();});var ju=n(()=>{});var gD=n(()=>{ju();});var Eu={};var fD=n(()=>{gD();});var Cu=n(()=>{});var hD=n(()=>{Cu();});var yD,bD=n(()=>{yD={Trace:"TRACE",Span:"SPAN",Thread:"THREAD"};});var Iu=n(()=>{bD();});var lp={};L(lp,{AssertionResultBatchEntityType:()=>yD});var RD=n(()=>{hD();Iu();});var Du=n(()=>{});var xD=n(()=>{Du();});var wD,_D=n(()=>{wD={Trace:"trace",Span:"span"};});var kD,AD=n(()=>{kD={Trace:"trace",Span:"span"};});var PD,zD=n(()=>{PD={Trace:"trace",Span:"span"};});var SD,vD=n(()=>{SD={Trace:"trace",Span:"span"};});var Uu=n(()=>{_D();AD();zD();vD();});var mp={};L(mp,{AttachmentListRequestEntityType:()=>wD,DownloadAttachmentRequestEntityType:()=>kD,StartMultipartUploadRequestEntityType:()=>PD,UploadAttachmentRequestEntityType:()=>SD});var TD=n(()=>{xD();Uu();});var Nu=n(()=>{});var jD=n(()=>{Nu();});var Bu={};var ED=n(()=>{jD();});var Fu=n(()=>{});var CD=n(()=>{Fu();});var Mu={};var ID=n(()=>{CD();});var DD=n(()=>{});var Wu={};var UD=n(()=>{DD();});var Vu=n(()=>{});var ND=n(()=>{Vu();});var Lu={};var BD=n(()=>{ND();});var Ju=n(()=>{});var FD=n(()=>{Ju();});var MD,WD=n(()=>{MD={Json:"json",Jsonl:"jsonl"};});var VD,LD=n(()=>{VD={Private:"private",Public:"public"};});var dp,Hu=n(()=>{dp={Dataset:"dataset",EvaluationSuite:"evaluation_suite"};});var JD,HD=n(()=>{JD={Private:"private",Public:"public"};});var Gu=n(()=>{WD();LD();Hu();HD();});var up={};L(up,{CreateDatasetItemsFromJsonRequestFormat:()=>MD,DatasetUpdateVisibility:()=>VD,DatasetWriteType:()=>dp,DatasetWriteVisibility:()=>JD});var GD=n(()=>{FD();Gu();});var Ku=n(()=>{});var KD=n(()=>{Ku();});var Ou={};var OD=n(()=>{KD();});var $u=n(()=>{});var $D=n(()=>{$u();});var gp,Qu=n(()=>{gp={Dataset:"dataset",EvaluationSuite:"evaluation_suite"};});var QD,YD=n(()=>{QD={Running:"running",Completed:"completed",Cancelled:"cancelled"};});var XD,ZD=n(()=>{XD={Regular:"regular",Trial:"trial",MiniBatch:"mini-batch",Mutation:"mutation"};});var Yu=n(()=>{Qu();YD();ZD();});var fp={};L(fp,{ExperimentWriteEvaluationMethod:()=>gp,ExperimentWriteStatus:()=>QD,ExperimentWriteType:()=>XD});var qD=n(()=>{$D();Yu();});var Xu=n(()=>{});var eU=n(()=>{Xu();});var rU,tU=n(()=>{rU={Numerical:"numerical",Categorical:"categorical",Boolean:"boolean"};});var Zu=n(()=>{tU();});var hp={};L(hp,{FindFeedbackDefinitionsRequestType:()=>rU});var iU=n(()=>{eU();Zu();});var qu=n(()=>{});var oU=n(()=>{qu();});var eg={};var aU=n(()=>{oU();});var rg=n(()=>{});var nU=n(()=>{rg();});var tg={};var sU=n(()=>{nU();});var pU=n(()=>{});var ig={};var cU=n(()=>{pU();});var og=n(()=>{});var lU=n(()=>{og();});var mU,dU=n(()=>{mU={Openai:"openai",Anthropic:"anthropic",Gemini:"gemini",Openrouter:"openrouter",VertexAi:"vertex-ai",Bedrock:"bedrock",Ollama:"ollama",CustomLlm:"custom-llm",OpikFree:"opik-free"};});var ag=n(()=>{dU();});var yp={};L(yp,{ProviderApiKeyWriteProvider:()=>mU});var uU=n(()=>{lU();ag();});var gU=n(()=>{});var ng={};var fU=n(()=>{gU();});var sg=n(()=>{});var hU=n(()=>{sg();});var pg={};var yU=n(()=>{hU();});var bU=n(()=>{});var cg={};var RU=n(()=>{bU();});var xU=n(()=>{});var lg={};var wU=n(()=>{xU();});var _U=n(()=>{});var mg={};var kU=n(()=>{_U();});var dg=n(()=>{});var AU=n(()=>{dg();});var PU,zU=n(()=>{PU={Running:"running",Completed:"completed",Cancelled:"cancelled",Initialized:"initialized",Error:"error"};});var ug=n(()=>{zU();});var bp={};L(bp,{OptimizationUpdateStatus:()=>PU});var SU=n(()=>{AU();ug();});var gg=n(()=>{});var vU=n(()=>{gg();});var TU,jU=n(()=>{TU={Connect:"connect",Endpoint:"endpoint"};});var fg=n(()=>{jU();});var Rp={};L(Rp,{CreateSessionRequestType:()=>TU});var EU=n(()=>{vU();fg();});var hg=n(()=>{});var CU=n(()=>{hg();});var IU,DU=n(()=>{IU={Traces:"traces",Spans:"spans",Threads:"threads"};});var UU,NU=n(()=>{UU={Hourly:"HOURLY",Daily:"DAILY",Weekly:"WEEKLY",Total:"TOTAL"};});var BU,FU=n(()=>{BU={FeedbackScores:"FEEDBACK_SCORES",TraceCount:"TRACE_COUNT",TokenUsage:"TOKEN_USAGE",Duration:"DURATION",Cost:"COST",GuardrailsFailedCount:"GUARDRAILS_FAILED_COUNT",ThreadCount:"THREAD_COUNT",ThreadDuration:"THREAD_DURATION",ThreadFeedbackScores:"THREAD_FEEDBACK_SCORES",SpanFeedbackScores:"SPAN_FEEDBACK_SCORES",SpanCount:"SPAN_COUNT",SpanDuration:"SPAN_DURATION",SpanTokenUsage:"SPAN_TOKEN_USAGE",TraceAverageDuration:"TRACE_AVERAGE_DURATION",TraceErrorRate:"TRACE_ERROR_RATE",SpanAverageDuration:"SPAN_AVERAGE_DURATION",SpanCost:"SPAN_COST",SpanErrorRate:"SPAN_ERROR_RATE",ThreadAverageDuration:"THREAD_AVERAGE_DURATION",ThreadCost:"THREAD_COST"};});var MU,WU=n(()=>{MU={Private:"private",Public:"public"};});var VU,LU=n(()=>{VU={Private:"private",Public:"public"};});var yg=n(()=>{DU();NU();FU();WU();LU();});var xp={};L(xp,{KpiCardRequestEntityType:()=>IU,ProjectMetricRequestPublicInterval:()=>UU,ProjectMetricRequestPublicMetricType:()=>BU,ProjectUpdateVisibility:()=>MU,ProjectWriteVisibility:()=>VU});var JU=n(()=>{CU();yg();});var bg=n(()=>{});var HU=n(()=>{bg();});var GU,KU=n(()=>{GU={Text:"text",Chat:"chat"};});var OU,$U=n(()=>{OU={Text:"text",Chat:"chat"};});var QU,YU=n(()=>{QU={Mustache:"mustache",Jinja2:"jinja2",Python:"python"};});var Rg=n(()=>{KU();$U();YU();});var wp={};L(wp,{CreatePromptVersionDetailTemplateStructure:()=>GU,PromptWriteTemplateStructure:()=>OU,PromptWriteType:()=>QU});var XU=n(()=>{HU();Rg();});var xg=n(()=>{});var ZU=n(()=>{xg();});var wg={};var qU=n(()=>{ZU();});var _g=n(()=>{});var eN=n(()=>{_g();});var rN,tN=n(()=>{rN={Pending:"pending",Completed:"completed",Failed:"failed"};});var kg=n(()=>{tN();});var _p={};L(_p,{ReportCompleteRequestStatus:()=>rN});var iN=n(()=>{eN();kg();});var Ag=n(()=>{});var oN=n(()=>{Ag();});var aN,nN=n(()=>{aN={Short14D:"short_14d",Base60D:"base_60d",Extended400D:"extended_400d",Unlimited:"unlimited"};});var Pg=n(()=>{nN();});var kp={};L(kp,{RetentionRuleWriteRetention:()=>aN});var sN=n(()=>{oN();Pg();});var zg=n(()=>{});var pN=n(()=>{zg();});var cN,lN=n(()=>{cN={Pending:"pending",PickedUp:"picked_up",Completed:"completed",Failed:"failed",TimedOut:"timed_out"};});var mN,dN=n(()=>{mN={ReadFile:"ReadFile",WriteFile:"WriteFile",EditFile:"EditFile",ListFiles:"ListFiles",SearchFiles:"SearchFiles",Exec:"Exec"};});var uN,gN=n(()=>{uN={Pairing:"pairing",Connected:"connected",Disconnected:"disconnected"};});var fN,hN=n(()=>{fN={Pending:"pending",Running:"running",Completed:"completed",Failed:"failed",Cancelled:"cancelled"};});var Sg=n(()=>{lN();dN();gN();hN();});var Ap={};L(Ap,{BridgeCommandResultRequestStatus:()=>cN,BridgeCommandSubmitRequestType:()=>mN,ListRunnersRequestStatus:()=>uN,LocalRunnerJobResultRequestStatus:()=>fN});var yN=n(()=>{pN();Sg();});var bN=n(()=>{});var vg={};var RN=n(()=>{bN();});var Tg=n(()=>{});var xN=n(()=>{Tg();});var wN,_N=n(()=>{wN={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var kN,AN=n(()=>{kN={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var PN,zN=n(()=>{PN={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var SN,vN=n(()=>{SN={Name:"name",Type:"type",StartTime:"start_time",EndTime:"end_time",Input:"input",Output:"output",Metadata:"metadata",Model:"model",Provider:"provider",Tags:"tags",Usage:"usage",ErrorInfo:"error_info",CreatedAt:"created_at",CreatedBy:"created_by",LastUpdatedBy:"last_updated_by",FeedbackScores:"feedback_scores",Comments:"comments",TotalEstimatedCost:"total_estimated_cost",TotalEstimatedCostVersion:"total_estimated_cost_version",Duration:"duration",Ttft:"ttft",Source:"source",Environment:"environment"};});var TN,jN=n(()=>{TN={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var jg=n(()=>{_N();AN();zN();vN();jN();});var Pp={};L(Pp,{FindFeedbackScoreNames1RequestType:()=>wN,GetSpanStatsRequestType:()=>kN,GetSpansByProjectRequestType:()=>PN,SpanSearchStreamRequestPublicExcludeItem:()=>SN,SpanSearchStreamRequestPublicType:()=>TN});var EN=n(()=>{xN();jg();});var CN=n(()=>{});var Eg={};var IN=n(()=>{CN();});var Cg=n(()=>{});var DN=n(()=>{Cg();});var UN,NN=n(()=>{UN={Name:"name",StartTime:"start_time",EndTime:"end_time",Input:"input",Output:"output",Metadata:"metadata",Tags:"tags",ErrorInfo:"error_info",Usage:"usage",CreatedAt:"created_at",CreatedBy:"created_by",LastUpdatedBy:"last_updated_by",FeedbackScores:"feedback_scores",SpanFeedbackScores:"span_feedback_scores",Comments:"comments",GuardrailsValidations:"guardrails_validations",TotalEstimatedCost:"total_estimated_cost",SpanCount:"span_count",LlmSpanCount:"llm_span_count",HasToolSpans:"has_tool_spans",Duration:"duration",Ttft:"ttft",ThreadId:"thread_id",VisibilityMode:"visibility_mode",Providers:"providers",Experiment:"experiment",Source:"source",Environment:"environment"};});var Ig=n(()=>{NN();});var zp={};L(zp,{TraceSearchStreamRequestPublicExcludeItem:()=>UN});var BN=n(()=>{DN();Ig();});var Dg=n(()=>{});var FN=n(()=>{Dg();});var Ug={};var MN=n(()=>{FN();});var WN=n(()=>{});var Ng={};var VN=n(()=>{WN();});var LN=n(()=>{});var Bg={};var JN=n(()=>{LN();});var HN=n(()=>{Au();sD();zu();cD();vu();uD();Tu();ju();fD();Cu();RD();Iu();Du();TD();Uu();Nu();ED();Fu();ID();UD();Vu();BD();Ju();GD();Gu();Ku();OD();$u();qD();Yu();Xu();iU();Zu();qu();aU();rg();sU();cU();og();uU();ag();fU();sg();yU();RU();wU();kU();dg();SU();ug();gg();EU();fg();hg();JU();yg();bg();XU();Rg();xg();qU();_g();iN();kg();Ag();sN();Pg();zg();yN();Sg();RN();Tg();EN();jg();IN();Cg();BN();Ig();Dg();MN();VN();JN();});var GN=n(()=>{});var KN=n(()=>{});var i8,ON=n(()=>{i8={Blueprint:"blueprint",Mask:"mask"};});var $N=n(()=>{});var o8,QN=n(()=>{o8={Blueprint:"blueprint",Mask:"mask"};});var YN=n(()=>{});var mo,XN=n(()=>{mo={Blueprint:"blueprint",Mask:"mask"};});var ZN=n(()=>{});var qN=n(()=>{});var eB=n(()=>{});var a8,rB=n(()=>{a8={String:"string",Integer:"integer",Float:"float",Boolean:"boolean",Prompt:"prompt",PromptCommit:"prompt_commit"};});var tB=n(()=>{});var n8,iB=n(()=>{n8={String:"string",Integer:"integer",Float:"float",Boolean:"boolean",Prompt:"prompt",PromptCommit:"prompt_commit"};});var oB=n(()=>{});var s8,aB=n(()=>{s8={String:"string",Integer:"integer",Float:"float",Boolean:"boolean",Prompt:"prompt",PromptCommit:"prompt_commit"};});var nB=n(()=>{});var sB=n(()=>{});var p8,pB=n(()=>{p8={General:"general",Slack:"slack",Pagerduty:"pagerduty"};});var cB=n(()=>{});var lB=n(()=>{});var c8,mB=n(()=>{c8={General:"general",Slack:"slack",Pagerduty:"pagerduty"};});var dB=n(()=>{});var uB=n(()=>{});var gB=n(()=>{});var l8,fB=n(()=>{l8={ScopeProject:"scope:project",ThresholdFeedbackScore:"threshold:feedback_score",ThresholdCost:"threshold:cost",ThresholdLatency:"threshold:latency",ThresholdErrors:"threshold:errors"};});var m8,hB=n(()=>{m8={ScopeProject:"scope:project",ThresholdFeedbackScore:"threshold:feedback_score",ThresholdCost:"threshold:cost",ThresholdLatency:"threshold:latency",ThresholdErrors:"threshold:errors"};});var yB=n(()=>{});var d8,bB=n(()=>{d8={ScopeProject:"scope:project",ThresholdFeedbackScore:"threshold:feedback_score",ThresholdCost:"threshold:cost",ThresholdLatency:"threshold:latency",ThresholdErrors:"threshold:errors"};});var u8,RB=n(()=>{u8={TraceErrors:"trace:errors",TraceFeedbackScore:"trace:feedback_score",TraceThreadFeedbackScore:"trace_thread:feedback_score",PromptCreated:"prompt:created",PromptCommitted:"prompt:committed",TraceGuardrailsTriggered:"trace:guardrails_triggered",PromptDeleted:"prompt:deleted",ExperimentFinished:"experiment:finished",TraceCost:"trace:cost",TraceLatency:"trace:latency"};});var xB=n(()=>{});var g8,wB=n(()=>{g8={TraceErrors:"trace:errors",TraceFeedbackScore:"trace:feedback_score",TraceThreadFeedbackScore:"trace_thread:feedback_score",PromptCreated:"prompt:created",PromptCommitted:"prompt:committed",TraceGuardrailsTriggered:"trace:guardrails_triggered",PromptDeleted:"prompt:deleted",ExperimentFinished:"experiment:finished",TraceCost:"trace:cost",TraceLatency:"trace:latency"};});var _B=n(()=>{});var f8,kB=n(()=>{f8={TraceErrors:"trace:errors",TraceFeedbackScore:"trace:feedback_score",TraceThreadFeedbackScore:"trace_thread:feedback_score",PromptCreated:"prompt:created",PromptCommitted:"prompt:committed",TraceGuardrailsTriggered:"trace:guardrails_triggered",PromptDeleted:"prompt:deleted",ExperimentFinished:"experiment:finished",TraceCost:"trace:cost",TraceLatency:"trace:latency"};});var AB=n(()=>{});var h8,PB=n(()=>{h8={General:"general",Slack:"slack",Pagerduty:"pagerduty"};});var zB=n(()=>{});var SB=n(()=>{});var vB=n(()=>{});var TB=n(()=>{});var jB=n(()=>{});var y8,EB=n(()=>{y8={Trace:"trace",Thread:"thread"};});var CB=n(()=>{});var IB=n(()=>{});var b8,DB=n(()=>{b8={Trace:"trace",Thread:"thread"};});var UB=n(()=>{});var R8,NB=n(()=>{R8={Trace:"trace",Thread:"thread"};});var BB=n(()=>{});var FB=n(()=>{});var x8,MB=n(()=>{x8={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var w8,WB=n(()=>{w8={Passed:"passed",Failed:"failed"};});var VB=n(()=>{});var LB=n(()=>{});var JB=n(()=>{});var HB=n(()=>{});var _8,GB=n(()=>{_8={System:"system",User:"user",Assistant:"assistant",Tool:"tool",Function:"function"};});var KB=n(()=>{});var OB=n(()=>{});var $B=n(()=>{});var QB=n(()=>{});var YB=n(()=>{});var XB=n(()=>{});var ZB=n(()=>{});var qB=n(()=>{});var eF=n(()=>{});var k8,rF=n(()=>{k8={Evaluator:"evaluator"};});var tF=n(()=>{});var iF=n(()=>{});var oF=n(()=>{});var aF=n(()=>{});var A8,nF=n(()=>{A8={Evaluator:"evaluator"};});var sF=n(()=>{});var pF=n(()=>{});var P8,cF=n(()=>{P8={Evaluator:"evaluator"};});var lF=n(()=>{});var mF=n(()=>{});var dF=n(()=>{});var uF=n(()=>{});var gF=n(()=>{});var fF=n(()=>{});var hF=n(()=>{});var yF=n(()=>{});var bF=n(()=>{});var RF=n(()=>{});var xF=n(()=>{});var wF=n(()=>{});var _F=n(()=>{});var z8,kF=n(()=>{z8={Evaluator:"evaluator"};});var AF=n(()=>{});var PF=n(()=>{});var zF=n(()=>{});var SF=n(()=>{});var vF=n(()=>{});var TF=n(()=>{});var jF=n(()=>{});var EF=n(()=>{});var CF=n(()=>{});var IF=n(()=>{});var S8,DF=n(()=>{S8={Evaluator:"evaluator"};});var UF=n(()=>{});var NF=n(()=>{});var BF=n(()=>{});var FF=n(()=>{});var MF=n(()=>{});var WF=n(()=>{});var VF=n(()=>{});var LF=n(()=>{});var JF=n(()=>{});var HF=n(()=>{});var GF=n(()=>{});var KF=n(()=>{});var OF=n(()=>{});var $F=n(()=>{});var QF=n(()=>{});var v8,YF=n(()=>{v8={None:"none",Tags:"tags",Metadata:"metadata",Name:"name",ErrorInfo:"error_info",ErrorType:"error_type",Model:"model",Provider:"provider",Type:"type"};});var XF=n(()=>{});var ZF=n(()=>{});var qF=n(()=>{});var T8,eM=n(()=>{T8={ReadFile:"ReadFile",WriteFile:"WriteFile",EditFile:"EditFile",ListFiles:"ListFiles",SearchFiles:"SearchFiles",Exec:"Exec"};});var j8,rM=n(()=>{j8={Pending:"pending",PickedUp:"picked_up",Completed:"completed",Failed:"failed",TimedOut:"timed_out"};});var tM=n(()=>{});var E8,iM=n(()=>{E8={ReadFile:"ReadFile",WriteFile:"WriteFile",EditFile:"EditFile",ListFiles:"ListFiles",SearchFiles:"SearchFiles",Exec:"Exec"};});var oM=n(()=>{});var aM=n(()=>{});var nM=n(()=>{});var sM=n(()=>{});var pM=n(()=>{});var cM=n(()=>{});var lM=n(()=>{});var mM=n(()=>{});var dM=n(()=>{});var uM=n(()=>{});var gM=n(()=>{});var C8,fM=n(()=>{C8={Topic:"TOPIC",Pii:"PII"};});var hM=n(()=>{});var I8,yM=n(()=>{I8={Topic:"TOPIC",Pii:"PII"};});var D8,bM=n(()=>{D8={Passed:"passed",Failed:"failed"};});var U8,RM=n(()=>{U8={Passed:"passed",Failed:"failed"};});var xM=n(()=>{});var wM=n(()=>{});var _M=n(()=>{});var kM=n(()=>{});var AM=n(()=>{});var PM=n(()=>{});var zM=n(()=>{});var N8,SM=n(()=>{N8={String:"string",Number:"number",Object:"object",Boolean:"boolean",Array:"array",Null:"null"};});var vM=n(()=>{});var B8,TM=n(()=>{B8={String:"string",Number:"number",Object:"object",Boolean:"boolean",Array:"array",Null:"null"};});var F8,jM=n(()=>{F8={String:"string",Number:"number",Object:"object",Boolean:"boolean",Array:"array",Null:"null"};});var EM=n(()=>{});var CM=n(()=>{});var IM=n(()=>{});var DM=n(()=>{});var M8,UM=n(()=>{M8={Trace:"trace",Span:"span"};});var NM=n(()=>{});var BM=n(()=>{});var FM=n(()=>{});var MM=n(()=>{});var WM=n(()=>{});var VM=n(()=>{});var W8,LM=n(()=>{W8={Workspace:"workspace",Insights:"insights"};});var V8,JM=n(()=>{V8={MultiProject:"multi_project",Experiments:"experiments"};});var HM=n(()=>{});var L8,GM=n(()=>{L8={MultiProject:"multi_project",Experiments:"experiments"};});var KM=n(()=>{});var J8,OM=n(()=>{J8={MultiProject:"multi_project",Experiments:"experiments"};});var $M=n(()=>{});var QM=n(()=>{});var YM=n(()=>{});var XM=n(()=>{});var ZM=n(()=>{});var qM=n(()=>{});var H8,eW=n(()=>{H8={Pending:"PENDING",Processing:"PROCESSING",Completed:"COMPLETED",Failed:"FAILED"};});var rW=n(()=>{});var tW=n(()=>{});var iW=n(()=>{});var oW=n(()=>{});var G8,aW=n(()=>{G8={Manual:"manual",Trace:"trace",Span:"span",Sdk:"sdk"};});var nW=n(()=>{});var K8,sW=n(()=>{K8={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var pW=n(()=>{});var cW=n(()=>{});var lW=n(()=>{});var O8,mW=n(()=>{O8={Manual:"manual",Trace:"trace",Span:"span",Sdk:"sdk"};});var $8,dW=n(()=>{$8={Manual:"manual",Trace:"trace",Span:"span",Sdk:"sdk"};});var uW=n(()=>{});var gW=n(()=>{});var Fg,fW=n(()=>{Fg={Manual:"manual",Trace:"trace",Span:"span",Sdk:"sdk"};});var hW=n(()=>{});var yW=n(()=>{});var Q8,bW=n(()=>{Q8={Unknown:"unknown",Processing:"processing",Completed:"completed",Failed:"failed"};});var Mg,RW=n(()=>{Mg={Dataset:"dataset",EvaluationSuite:"evaluation_suite"};});var Y8,xW=n(()=>{Y8={Private:"private",Public:"public"};});var X8,wW=n(()=>{X8={Unknown:"unknown",Processing:"processing",Completed:"completed",Failed:"failed"};});var Z8,_W=n(()=>{Z8={Dataset:"dataset",EvaluationSuite:"evaluation_suite"};});var kW=n(()=>{});var AW=n(()=>{});var PW=n(()=>{});var zW=n(()=>{});var SW=n(()=>{});var vW=n(()=>{});var q8,TW=n(()=>{q8={Private:"private",Public:"public"};});var jW=n(()=>{});var eZ,EW=n(()=>{eZ={Trace:"trace",Span:"span"};});var CW=n(()=>{});var IW=n(()=>{});var DW=n(()=>{});var UW=n(()=>{});var NW=n(()=>{});var BW=n(()=>{});var FW=n(()=>{});var MW=n(()=>{});var WW=n(()=>{});var VW=n(()=>{});var LW=n(()=>{});var JW=n(()=>{});var HW=n(()=>{});var GW=n(()=>{});var KW=n(()=>{});var OW=n(()=>{});var $W=n(()=>{});var QW=n(()=>{});var YW=n(()=>{});var XW=n(()=>{});var rZ,ZW=n(()=>{rZ={LlmJudge:"llm_judge",CodeMetric:"code_metric"};});var qW=n(()=>{});var Wg,Vg=n(()=>{Wg={LlmJudge:"llm_judge",CodeMetric:"code_metric"};});var tZ,e0=n(()=>{tZ={LlmJudge:"llm_judge",CodeMetric:"code_metric"};});var r0=n(()=>{});var Lg,Jg=n(()=>{Lg={LlmJudge:"llm_judge",CodeMetric:"code_metric"};});var t0=n(()=>{});var i0=n(()=>{});var o0=n(()=>{});var a0=n(()=>{});var n0=n(()=>{});var iZ,s0=n(()=>{iZ={Dataset:"dataset",EvaluationSuite:"evaluation_suite"};});var p0=n(()=>{});var c0=n(()=>{});var l0=n(()=>{});var m0=n(()=>{});var d0=n(()=>{});var u0=n(()=>{});var g0=n(()=>{});var f0=n(()=>{});var h0=n(()=>{});var oZ,y0=n(()=>{oZ={Passed:"passed",Failed:"failed"};});var aZ,b0=n(()=>{aZ={Default:"default",Hidden:"hidden"};});var R0=n(()=>{});var nZ,x0=n(()=>{nZ={Default:"default",Hidden:"hidden"};});var w0=n(()=>{});var _0=n(()=>{});var sZ,k0=n(()=>{sZ={Passed:"passed",Failed:"failed"};});var pZ,A0=n(()=>{pZ={Default:"default",Hidden:"hidden"};});var P0=n(()=>{});var z0=n(()=>{});var cZ,S0=n(()=>{cZ={Dataset:"dataset",EvaluationSuite:"evaluation_suite"};});var lZ,v0=n(()=>{lZ={Running:"running",Completed:"completed",Cancelled:"cancelled"};});var mZ,T0=n(()=>{mZ={Regular:"regular",Trial:"trial",MiniBatch:"mini-batch",Mutation:"mutation"};});var j0=n(()=>{});var E0=n(()=>{});var dZ,C0=n(()=>{dZ={Passed:"passed",Failed:"failed"};});var I0=n(()=>{});var uZ,D0=n(()=>{uZ={Passed:"passed",Failed:"failed"};});var gZ,U0=n(()=>{gZ={Passed:"passed",Failed:"failed"};});var N0=n(()=>{});var B0=n(()=>{});var F0=n(()=>{});var fZ,M0=n(()=>{fZ={Running:"running",Completed:"completed",Cancelled:"cancelled"};});var Hg,W0=n(()=>{Hg={Regular:"regular",Trial:"trial",MiniBatch:"mini-batch",Mutation:"mutation"};});var V0=n(()=>{});var hZ,L0=n(()=>{hZ={Running:"running",Completed:"completed",Cancelled:"cancelled"};});var yZ,J0=n(()=>{yZ={Regular:"regular",Trial:"trial",MiniBatch:"mini-batch",Mutation:"mutation"};});var H0=n(()=>{});var G0=n(()=>{});var K0=n(()=>{});var O0=n(()=>{});var $0=n(()=>{});var Q0=n(()=>{});var Y0=n(()=>{});var X0=n(()=>{});var Z0=n(()=>{});var q0=n(()=>{});var eV=n(()=>{});var rV=n(()=>{});var Gg,Kg=n(()=>{Gg={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var tV=n(()=>{});var bZ,iV=n(()=>{bZ={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var oV=n(()=>{});var RZ,aV=n(()=>{RZ={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var nV=n(()=>{});var xZ,sV=n(()=>{xZ={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var pV=n(()=>{});var cV=n(()=>{});var lV=n(()=>{});var wZ,mV=n(()=>{wZ={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var _Z,dV=n(()=>{_Z={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var uV=n(()=>{});var gV=n(()=>{});var fV=n(()=>{});var hV=n(()=>{});var yV=n(()=>{});var bV=n(()=>{});var RV=n(()=>{});var xV=n(()=>{});var wV=n(()=>{});var _V=n(()=>{});var kZ,kV=n(()=>{kZ={Topic:"TOPIC",Pii:"PII"};});var AZ,AV=n(()=>{AZ={Passed:"passed",Failed:"failed"};});var PV=n(()=>{});var zV=n(()=>{});var SV=n(()=>{});var PZ,vV=n(()=>{PZ={Topic:"TOPIC",Pii:"PII"};});var zZ,TV=n(()=>{zZ={Passed:"passed",Failed:"failed"};});var jV=n(()=>{});var EV=n(()=>{});var CV=n(()=>{});var IV=n(()=>{});var DV=n(()=>{});var UV=n(()=>{});var SZ,NV=n(()=>{SZ={High:"high",Medium:"medium",Low:"low"};});var BV=n(()=>{});var FV=n(()=>{});var MV=n(()=>{});var WV=n(()=>{});var VV=n(()=>{});var LV=n(()=>{});var JV=n(()=>{});var HV=n(()=>{});var GV=n(()=>{});var KV=n(()=>{});var OV=n(()=>{});var $V=n(()=>{});var QV=n(()=>{});var YV=n(()=>{});var vZ,XV=n(()=>{vZ={Count:"count",Errors:"errors",AvgDuration:"avg_duration",TotalCost:"total_cost"};});var ZV=n(()=>{});var qV=n(()=>{});var eL=n(()=>{});var rL=n(()=>{});var tL=n(()=>{});var iL=n(()=>{});var oL=n(()=>{});var aL=n(()=>{});var nL=n(()=>{});var TZ,sL=n(()=>{TZ={System:"SYSTEM",User:"USER",Ai:"AI",ToolExecutionResult:"TOOL_EXECUTION_RESULT",Custom:"CUSTOM"};});var jZ,pL=n(()=>{jZ={System:"SYSTEM",User:"USER",Ai:"AI",ToolExecutionResult:"TOOL_EXECUTION_RESULT",Custom:"CUSTOM"};});var cL=n(()=>{});var EZ,lL=n(()=>{EZ={System:"SYSTEM",User:"USER",Ai:"AI",ToolExecutionResult:"TOOL_EXECUTION_RESULT",Custom:"CUSTOM"};});var mL=n(()=>{});var dL=n(()=>{});var uL=n(()=>{});var gL=n(()=>{});var fL=n(()=>{});var CZ,hL=n(()=>{CZ={Boolean:"BOOLEAN",Integer:"INTEGER",Double:"DOUBLE"};});var IZ,yL=n(()=>{IZ={Boolean:"BOOLEAN",Integer:"INTEGER",Double:"DOUBLE"};});var bL=n(()=>{});var DZ,RL=n(()=>{DZ={Boolean:"BOOLEAN",Integer:"INTEGER",Double:"DOUBLE"};});var xL=n(()=>{});var wL=n(()=>{});var _L=n(()=>{});var kL=n(()=>{});var AL=n(()=>{});var UZ,PL=n(()=>{UZ={Pending:"pending",Running:"running",Completed:"completed",Failed:"failed",Cancelled:"cancelled"};});var zL=n(()=>{});var SL=n(()=>{});var NZ,vL=n(()=>{NZ={Pairing:"pairing",Connected:"connected",Disconnected:"disconnected"};});var BZ,TL=n(()=>{BZ={Connect:"connect",Endpoint:"endpoint"};});var jL=n(()=>{});var EL=n(()=>{});var CL=n(()=>{});var FZ,IL=n(()=>{FZ={Info:"INFO",Warn:"WARN",Error:"ERROR",Debug:"DEBUG",Trace:"TRACE"};});var DL=n(()=>{});var UL=n(()=>{});var NL=n(()=>{});var BL=n(()=>{});var MZ,FL=n(()=>{MZ={Trace:"trace",Thread:"thread",Span:"span"};});var ML=n(()=>{});var WL=n(()=>{});var VL=n(()=>{});var LL=n(()=>{});var JL=n(()=>{});var HL=n(()=>{});var GL=n(()=>{});var KL=n(()=>{});var OL=n(()=>{});var $L=n(()=>{});var QL=n(()=>{});var YL=n(()=>{});var XL=n(()=>{});var ZL=n(()=>{});var qL=n(()=>{});var eJ=n(()=>{});var rJ=n(()=>{});var tJ=n(()=>{});var WZ,iJ=n(()=>{WZ={Pending:"pending",Completed:"completed",Failed:"failed"};});var oJ=n(()=>{});var aJ=n(()=>{});var nJ=n(()=>{});var VZ,sJ=n(()=>{VZ={Running:"running",Completed:"completed",Cancelled:"cancelled",Initialized:"initialized",Error:"error"};});var LZ,pJ=n(()=>{LZ={Running:"running",Completed:"completed",Cancelled:"cancelled",Initialized:"initialized",Error:"error"};});var cJ=n(()=>{});var lJ=n(()=>{});var mJ=n(()=>{});var dJ=n(()=>{});var uJ=n(()=>{});var JZ,gJ=n(()=>{JZ={Running:"running",Completed:"completed",Cancelled:"cancelled",Initialized:"initialized",Error:"error"};});var fJ=n(()=>{});var hJ=n(()=>{});var Zt,Og=n(()=>{Zt={Required:"required",Optional:"optional"};});var yJ=n(()=>{});var bJ=n(()=>{});var RJ=n(()=>{});var xJ=n(()=>{});var wJ=n(()=>{});var _J=n(()=>{});var kJ=n(()=>{});var HZ,AJ=n(()=>{HZ={Private:"private",Public:"public"};});var PJ=n(()=>{});var GZ,zJ=n(()=>{GZ={Hourly:"HOURLY",Daily:"DAILY",Weekly:"WEEKLY",Total:"TOTAL"};});var KZ,SJ=n(()=>{KZ={FeedbackScores:"FEEDBACK_SCORES",TraceCount:"TRACE_COUNT",TokenUsage:"TOKEN_USAGE",Duration:"DURATION",Cost:"COST",GuardrailsFailedCount:"GUARDRAILS_FAILED_COUNT",ThreadCount:"THREAD_COUNT",ThreadDuration:"THREAD_DURATION",ThreadFeedbackScores:"THREAD_FEEDBACK_SCORES",SpanFeedbackScores:"SPAN_FEEDBACK_SCORES",SpanCount:"SPAN_COUNT",SpanDuration:"SPAN_DURATION",SpanTokenUsage:"SPAN_TOKEN_USAGE",TraceAverageDuration:"TRACE_AVERAGE_DURATION",TraceErrorRate:"TRACE_ERROR_RATE",SpanAverageDuration:"SPAN_AVERAGE_DURATION",SpanCost:"SPAN_COST",SpanErrorRate:"SPAN_ERROR_RATE",ThreadAverageDuration:"THREAD_AVERAGE_DURATION",ThreadCost:"THREAD_COST"};});var vJ=n(()=>{});var TJ=n(()=>{});var OZ,jJ=n(()=>{OZ={Private:"private",Public:"public"};});var EJ=n(()=>{});var CJ=n(()=>{});var IJ=n(()=>{});var DJ=n(()=>{});var UJ=n(()=>{});var NJ=n(()=>{});var $Z,BJ=n(()=>{$Z={Private:"private",Public:"public"};});var FJ=n(()=>{});var MJ=n(()=>{});var QZ,WJ=n(()=>{QZ={Text:"text",Chat:"chat"};});var VJ=n(()=>{});var LJ=n(()=>{});var YZ,JJ=n(()=>{YZ={Text:"text",Chat:"chat"};});var XZ,HJ=n(()=>{XZ={Text:"text",Chat:"chat"};});var GJ=n(()=>{});var ZZ,KJ=n(()=>{ZZ={Mustache:"mustache",Jinja2:"jinja2",Python:"python"};});var OJ=n(()=>{});var $J=n(()=>{});var QJ=n(()=>{});var qZ,YJ=n(()=>{qZ={Text:"text",Chat:"chat"};});var e7,XJ=n(()=>{e7={Mustache:"mustache",Jinja2:"jinja2",Python:"python"};});var r7,ZJ=n(()=>{r7={PromptVersion:"prompt_version",Mask:"mask"};});var qJ=n(()=>{});var e1=n(()=>{});var r1=n(()=>{});var t1=n(()=>{});var i1=n(()=>{});var t7,o1=n(()=>{t7={Text:"text",Chat:"chat"};});var i7,a1=n(()=>{i7={Mustache:"mustache",Jinja2:"jinja2",Python:"python"};});var o7,n1=n(()=>{o7={PromptVersion:"prompt_version",Mask:"mask"};});var a7,s1=n(()=>{a7={Text:"text",Chat:"chat"};});var n7,p1=n(()=>{n7={Mustache:"mustache",Jinja2:"jinja2",Python:"python"};});var c1=n(()=>{});var s7,l1=n(()=>{s7={PromptVersion:"prompt_version",Mask:"mask"};});var m1=n(()=>{});var d1=n(()=>{});var p7,u1=n(()=>{p7={Openai:"openai",Anthropic:"anthropic",Gemini:"gemini",Openrouter:"openrouter",VertexAi:"vertex-ai",Bedrock:"bedrock",Ollama:"ollama",CustomLlm:"custom-llm",OpikFree:"opik-free"};});var g1=n(()=>{});var c7,f1=n(()=>{c7={Openai:"openai",Anthropic:"anthropic",Gemini:"gemini",Openrouter:"openrouter",VertexAi:"vertex-ai",Bedrock:"bedrock",Ollama:"ollama",CustomLlm:"custom-llm",OpikFree:"opik-free"};});var h1=n(()=>{});var l7,y1=n(()=>{l7={TraceDaily:"trace_daily",Experiment:"experiment",DatasetVersion:"dataset_version",TestSuiteVersion:"test_suite_version",AlertEvent:"alert_event",Optimization:"optimization",PromptVersion:"prompt_version"};});var b1=n(()=>{});var R1=n(()=>{});var x1=n(()=>{});var m7,w1=n(()=>{m7={Text:"text",JsonObject:"json_object",JsonSchema:"json_schema"};});var _1=n(()=>{});var k1=n(()=>{});var A1=n(()=>{});var P1=n(()=>{});var d7,z1=n(()=>{d7={Organization:"organization",Workspace:"workspace",Project:"project"};});var u7,S1=n(()=>{u7={Short14D:"short_14d",Base60D:"base_60d",Extended400D:"extended_400d",Unlimited:"unlimited"};});var v1=n(()=>{});var T1=n(()=>{});var j1=n(()=>{});var E1=n(()=>{});var C1=n(()=>{});var I1=n(()=>{});var D1=n(()=>{});var U1=n(()=>{});var g7,N1=n(()=>{g7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var f7,B1=n(()=>{f7={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var F1=n(()=>{});var h7,M1=n(()=>{h7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var W1=n(()=>{});var y7,V1=n(()=>{y7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var L1=n(()=>{});var b7,J1=n(()=>{b7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var H1=n(()=>{});var G1=n(()=>{});var K1=n(()=>{});var O1=n(()=>{});var $1=n(()=>{});var R7,Q1=n(()=>{R7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var x7,Y1=n(()=>{x7={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var w7,X1=n(()=>{w7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var Z1=n(()=>{});exports.OpikSpanType=void 0;var $g=n(()=>{exports.OpikSpanType={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var q1=n(()=>{});var _7,eH=n(()=>{_7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var k7,rH=n(()=>{k7={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var tH=n(()=>{});var iH=n(()=>{});var oH=n(()=>{});var aH=n(()=>{});var A7,nH=n(()=>{A7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var P7,sH=n(()=>{P7={General:"general",Tool:"tool",Llm:"llm",Guardrail:"guardrail"};});var pH=n(()=>{});var cH=n(()=>{});var lH=n(()=>{});var mH=n(()=>{});var dH=n(()=>{});var uH=n(()=>{});var gH=n(()=>{});var fH=n(()=>{});var hH=n(()=>{});var yH=n(()=>{});var bH=n(()=>{});var RH=n(()=>{});var xH=n(()=>{});var wH=n(()=>{});var _H=n(()=>{});var kH=n(()=>{});var AH=n(()=>{});var PH=n(()=>{});var zH=n(()=>{});var SH=n(()=>{});var vH=n(()=>{});var TH=n(()=>{});var jH=n(()=>{});var EH=n(()=>{});var CH=n(()=>{});var IH=n(()=>{});var DH=n(()=>{});var UH=n(()=>{});var NH=n(()=>{});var BH=n(()=>{});var FH=n(()=>{});var z7,MH=n(()=>{z7={Function:"function"};});var S7,WH=n(()=>{S7={Function:"function"};});var VH=n(()=>{});var LH=n(()=>{});var JH=n(()=>{});var HH=n(()=>{});var GH=n(()=>{});var v7,KH=n(()=>{v7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var OH=n(()=>{});var T7,$H=n(()=>{T7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var QH=n(()=>{});var j7,YH=n(()=>{j7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var XH=n(()=>{});var E7,ZH=n(()=>{E7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var qH=n(()=>{});var eG=n(()=>{});var C7,rG=n(()=>{C7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var I7,tG=n(()=>{I7={Default:"default",Hidden:"hidden"};});var D7,iG=n(()=>{D7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var oG=n(()=>{});var aG=n(()=>{});var U7,nG=n(()=>{U7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var sG=n(()=>{});var N7,pG=n(()=>{N7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var cG=n(()=>{});var B7,lG=n(()=>{B7={Contains:"contains",NotContains:"not_contains",StartsWith:"starts_with",EndsWith:"ends_with",EqualTo:"=",NotEquals:"!=",GreaterThan:">",GreaterThanOrEqualTo:">=",LessThan:"<",LessThanOrEqualTo:"<=",IsEmpty:"is_empty",IsNotEmpty:"is_not_empty",In:"in",NotIn:"not_in"};});var mG=n(()=>{});var dG=n(()=>{});var uG=n(()=>{});var gG=n(()=>{});var fG=n(()=>{});var F7,hG=n(()=>{F7={Active:"active",Inactive:"inactive"};});var yG=n(()=>{});var bG=n(()=>{});var RG=n(()=>{});var xG=n(()=>{});var wG=n(()=>{});var M7,_G=n(()=>{M7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var W7,kG=n(()=>{W7={Default:"default",Hidden:"hidden"};});var AG=n(()=>{});var V7,PG=n(()=>{V7={Sdk:"sdk",Experiment:"experiment",Playground:"playground",Optimization:"optimization"};});var zG=n(()=>{});var SG=n(()=>{});var vG=n(()=>{});var TG=n(()=>{});var jG=n(()=>{});var EG=n(()=>{});var L7,CG=n(()=>{L7={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var IG=n(()=>{});var J7,DG=n(()=>{J7={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var UG=n(()=>{});var H7,NG=n(()=>{H7={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var G7,BG=n(()=>{G7={Ui:"ui",Sdk:"sdk",OnlineScoring:"online_scoring"};});var FG=n(()=>{});var MG=n(()=>{});var WG=n(()=>{});var VG=n(()=>{});var LG=n(()=>{});var JG=n(()=>{});var HG=n(()=>{});var K7,GG=n(()=>{K7={Success:"success",Failure:"failure"};});var KG=n(()=>{});var OG=n(()=>{});var $G=n(()=>{});var QG=n(()=>{});var YG=n(()=>{});var XG=n(()=>{});var ZG=n(()=>{});var qG=n(()=>{});var eK=n(()=>{});var rK=n(()=>{});var tK=n(()=>{});var iK=n(()=>{});var oK=n(()=>{});var O7,aK=n(()=>{O7={Version1:"version_1",Version2:"version_2"};});var Qg=n(()=>{GN();KN();ON();$N();QN();YN();XN();ZN();qN();eB();rB();tB();iB();oB();aB();nB();sB();pB();cB();lB();mB();dB();uB();gB();fB();hB();yB();bB();RB();xB();wB();_B();kB();AB();PB();zB();SB();vB();TB();jB();EB();CB();IB();DB();UB();NB();BB();FB();MB();WB();VB();LB();JB();HB();GB();KB();OB();$B();QB();YB();XB();ZB();qB();eF();rF();tF();iF();oF();aF();nF();sF();pF();cF();lF();mF();dF();uF();gF();fF();hF();yF();bF();RF();xF();wF();_F();kF();AF();PF();zF();SF();vF();TF();jF();EF();CF();IF();DF();UF();NF();BF();FF();MF();WF();VF();LF();JF();HF();GF();KF();OF();$F();QF();YF();XF();ZF();qF();eM();rM();tM();iM();oM();aM();nM();sM();pM();cM();lM();mM();dM();uM();gM();fM();hM();yM();bM();RM();xM();wM();_M();kM();AM();PM();zM();SM();vM();TM();jM();EM();CM();IM();DM();UM();NM();BM();FM();MM();WM();VM();LM();JM();HM();GM();KM();OM();$M();QM();YM();XM();ZM();qM();eW();rW();tW();iW();oW();aW();nW();sW();pW();cW();lW();mW();dW();uW();gW();fW();hW();yW();bW();RW();xW();wW();_W();kW();AW();PW();zW();SW();vW();TW();jW();EW();CW();IW();DW();UW();NW();BW();FW();MW();WW();VW();LW();JW();HW();GW();KW();OW();$W();QW();YW();XW();ZW();qW();Vg();e0();r0();Jg();t0();i0();o0();a0();n0();s0();p0();c0();l0();m0();d0();u0();g0();f0();h0();y0();b0();R0();x0();w0();_0();k0();A0();P0();z0();S0();v0();T0();j0();E0();C0();I0();D0();U0();N0();B0();F0();M0();W0();V0();L0();J0();H0();G0();K0();O0();$0();Q0();Y0();X0();Z0();q0();eV();rV();Kg();tV();iV();oV();aV();nV();sV();pV();cV();lV();mV();dV();uV();gV();fV();hV();yV();bV();RV();xV();wV();_V();kV();AV();PV();zV();SV();vV();TV();jV();EV();CV();IV();DV();UV();NV();BV();FV();MV();WV();VV();LV();JV();HV();GV();KV();OV();$V();QV();YV();XV();ZV();qV();eL();rL();tL();iL();oL();aL();nL();sL();pL();cL();lL();mL();dL();uL();gL();fL();hL();yL();bL();RL();xL();wL();_L();kL();AL();PL();zL();SL();vL();TL();jL();EL();CL();IL();DL();UL();NL();BL();FL();ML();WL();VL();LL();JL();HL();GL();KL();OL();$L();QL();YL();XL();ZL();qL();eJ();rJ();tJ();iJ();oJ();aJ();nJ();sJ();pJ();cJ();lJ();mJ();dJ();uJ();gJ();fJ();hJ();Og();yJ();bJ();RJ();xJ();wJ();_J();kJ();AJ();PJ();zJ();SJ();vJ();TJ();jJ();EJ();CJ();IJ();DJ();UJ();NJ();BJ();FJ();MJ();WJ();VJ();LJ();JJ();HJ();GJ();KJ();OJ();$J();QJ();YJ();XJ();ZJ();qJ();e1();r1();t1();i1();o1();a1();n1();s1();p1();c1();l1();m1();d1();u1();g1();f1();h1();y1();b1();R1();x1();w1();_1();k1();A1();P1();z1();S1();v1();T1();j1();E1();C1();I1();D1();U1();N1();B1();F1();M1();W1();V1();L1();J1();H1();G1();K1();O1();$1();Q1();Y1();X1();Z1();$g();q1();eH();rH();tH();iH();oH();aH();nH();sH();pH();cH();lH();mH();dH();uH();gH();fH();hH();yH();bH();RH();xH();wH();_H();kH();AH();PH();zH();SH();vH();TH();jH();EH();CH();IH();DH();UH();NH();BH();FH();MH();WH();VH();LH();JH();HH();GH();KH();OH();$H();QH();YH();XH();ZH();qH();eG();rG();tG();iG();oG();aG();nG();sG();pG();cG();lG();mG();dG();uG();gG();fG();hG();yG();bG();RG();xG();wG();_G();kG();AG();PG();zG();SG();vG();TG();jG();EG();CG();IG();DG();UG();NG();BG();FG();MG();WG();VG();LG();JG();HG();GG();KG();OG();$G();QG();YG();XG();ZG();qG();eK();rK();tK();iK();oK();aK();});var oe={};L(oe,{AgentBlueprintHistoryType:()=>i8,AgentBlueprintPublicType:()=>o8,AgentBlueprintWriteType:()=>mo,AgentConfigValueHistoryType:()=>a8,AgentConfigValuePublicType:()=>n8,AgentConfigValueWriteType:()=>s8,AlertAlertType:()=>p8,AlertPublicAlertType:()=>c8,AlertTriggerConfigPublicType:()=>l8,AlertTriggerConfigType:()=>m8,AlertTriggerConfigWriteType:()=>d8,AlertTriggerEventType:()=>u8,AlertTriggerPublicEventType:()=>g8,AlertTriggerWriteEventType:()=>f8,AlertWriteAlertType:()=>h8,AnnotationQueuePublicScope:()=>y8,AnnotationQueueScope:()=>b8,AnnotationQueueWriteScope:()=>R8,AssertionResultBatchEntityType:()=>yD,AssertionResultBatchItemSource:()=>x8,AssertionResultBatchItemStatus:()=>w8,AssistantMessageRole:()=>_8,AttachmentListRequestEntityType:()=>wD,AutomationRuleEvaluatorAction:()=>k8,AutomationRuleEvaluatorObjectObjectPublicAction:()=>A8,AutomationRuleEvaluatorPublicAction:()=>P8,AutomationRuleEvaluatorUpdateAction:()=>z8,AutomationRuleEvaluatorWriteAction:()=>S8,BadGatewayError:()=>lo,BadRequestError:()=>B,BreakdownConfigPublicField:()=>v8,BridgeCommandItemType:()=>T8,BridgeCommandResultRequestStatus:()=>cN,BridgeCommandStatus:()=>j8,BridgeCommandSubmitRequestType:()=>mN,BridgeCommandType:()=>E8,CheckName:()=>C8,CheckPublicName:()=>I8,CheckPublicResult:()=>D8,CheckResult:()=>U8,ColumnCompareTypesItem:()=>N8,ColumnPublicTypesItem:()=>B8,ColumnTypesItem:()=>F8,CompleteMultipartUploadRequestEntityType:()=>M8,ConflictError:()=>O,CreateDatasetItemsFromJsonRequestFormat:()=>MD,CreatePromptVersionDetailTemplateStructure:()=>GU,CreateSessionRequestType:()=>TU,DashboardPublicScope:()=>W8,DashboardPublicType:()=>V8,DashboardUpdatePublicType:()=>L8,DashboardWriteType:()=>J8,DatasetExportJobPublicStatus:()=>H8,DatasetItemCompareSource:()=>G8,DatasetItemFilterOperator:()=>K8,DatasetItemPublicSource:()=>O8,DatasetItemSource:()=>$8,DatasetItemWriteSource:()=>Fg,DatasetPublicStatus:()=>Q8,DatasetPublicType:()=>Mg,DatasetPublicVisibility:()=>Y8,DatasetStatus:()=>X8,DatasetType:()=>Z8,DatasetUpdateVisibility:()=>VD,DatasetVisibility:()=>q8,DatasetWriteType:()=>dp,DatasetWriteVisibility:()=>JD,DeleteAttachmentsRequestEntityType:()=>eZ,DownloadAttachmentRequestEntityType:()=>kD,EvaluatorItemCompareType:()=>rZ,EvaluatorItemPublicType:()=>Wg,EvaluatorItemType:()=>tZ,EvaluatorItemWriteType:()=>Lg,ExperimentEvaluationMethod:()=>iZ,ExperimentItemCompareStatus:()=>oZ,ExperimentItemCompareTraceVisibilityMode:()=>aZ,ExperimentItemPublicTraceVisibilityMode:()=>nZ,ExperimentItemStatus:()=>sZ,ExperimentItemTraceVisibilityMode:()=>pZ,ExperimentPublicEvaluationMethod:()=>cZ,ExperimentPublicStatus:()=>lZ,ExperimentPublicType:()=>mZ,ExperimentRunSummaryCompareStatus:()=>dZ,ExperimentRunSummaryPublicStatus:()=>uZ,ExperimentRunSummaryStatus:()=>gZ,ExperimentStatus:()=>fZ,ExperimentType:()=>Hg,ExperimentUpdateStatus:()=>hZ,ExperimentUpdateType:()=>yZ,ExperimentWriteEvaluationMethod:()=>gp,ExperimentWriteStatus:()=>QD,ExperimentWriteType:()=>XD,FeedbackScoreBatchItemSource:()=>Gg,FeedbackScoreBatchItemThreadSource:()=>bZ,FeedbackScoreCompareSource:()=>RZ,FeedbackScoreExperimentItemBulkWriteViewSource:()=>xZ,FeedbackScorePublicSource:()=>wZ,FeedbackScoreSource:()=>_Z,FindFeedbackDefinitionsRequestType:()=>rU,FindFeedbackScoreNames1RequestType:()=>wN,ForbiddenError:()=>fe,GetSpanStatsRequestType:()=>kN,GetSpansByProjectRequestType:()=>PN,GetWebhookExamplesRequestAlertType:()=>mD,GoneError:()=>at,GuardrailName:()=>kZ,GuardrailResult:()=>AZ,GuardrailWriteName:()=>PZ,GuardrailWriteResult:()=>zZ,InternalServerError:()=>nt,ItemImpact:()=>SZ,KpiCardRequestEntityType:()=>IU,KpiMetricType:()=>vZ,ListRunnersRequestStatus:()=>uN,LlmAsJudgeMessagePublicRole:()=>TZ,LlmAsJudgeMessageRole:()=>jZ,LlmAsJudgeMessageWriteRole:()=>EZ,LlmAsJudgeOutputSchemaPublicType:()=>CZ,LlmAsJudgeOutputSchemaType:()=>IZ,LlmAsJudgeOutputSchemaWriteType:()=>DZ,LocalRunnerJobResultRequestStatus:()=>fN,LocalRunnerJobStatus:()=>UZ,LocalRunnerStatus:()=>NZ,LocalRunnerType:()=>BZ,LogItemLevel:()=>FZ,ManualEvaluationRequestEntityType:()=>MZ,NotFoundError:()=>U,NotImplementedError:()=>st,OllieReportStatus:()=>WZ,OptimizationPublicStatus:()=>VZ,OptimizationStatus:()=>LZ,OptimizationUpdateStatus:()=>PU,OptimizationWriteStatus:()=>JZ,ParamPresence:()=>Zt,ProjectDetailedVisibility:()=>HZ,ProjectMetricRequestPublicInterval:()=>UU,ProjectMetricRequestPublicMetricType:()=>BU,ProjectMetricResponsePublicInterval:()=>GZ,ProjectMetricResponsePublicMetricType:()=>KZ,ProjectPublicVisibility:()=>OZ,ProjectUpdateVisibility:()=>MU,ProjectVisibility:()=>$Z,ProjectWriteVisibility:()=>VU,PromptDetailTemplateStructure:()=>QZ,PromptPublicTemplateStructure:()=>YZ,PromptTemplateStructure:()=>XZ,PromptType:()=>ZZ,PromptVersionDetailTemplateStructure:()=>qZ,PromptVersionDetailType:()=>e7,PromptVersionDetailVersionType:()=>r7,PromptVersionPublicTemplateStructure:()=>t7,PromptVersionPublicType:()=>i7,PromptVersionPublicVersionType:()=>o7,PromptVersionTemplateStructure:()=>a7,PromptVersionType:()=>n7,PromptVersionVersionType:()=>s7,PromptWriteTemplateStructure:()=>OU,PromptWriteType:()=>QU,ProviderApiKeyProvider:()=>p7,ProviderApiKeyPublicProvider:()=>c7,ProviderApiKeyWriteProvider:()=>mU,RecentActivityItemPublicType:()=>l7,ReportCompleteRequestStatus:()=>rN,ResponseFormatType:()=>m7,RetentionRulePublicLevel:()=>d7,RetentionRulePublicRetention:()=>u7,RetentionRuleWriteRetention:()=>aN,ServiceUnavailableError:()=>Xt,SpanExperimentItemBulkWriteViewSource:()=>g7,SpanExperimentItemBulkWriteViewType:()=>f7,SpanFilterOperator:()=>h7,SpanFilterPublicOperator:()=>y7,SpanFilterWriteOperator:()=>b7,SpanPublicSource:()=>R7,SpanPublicType:()=>x7,SpanSearchStreamRequestPublicExcludeItem:()=>SN,SpanSearchStreamRequestPublicType:()=>TN,SpanSource:()=>w7,SpanType:()=>exports.OpikSpanType,SpanUpdateSource:()=>_7,SpanUpdateType:()=>k7,SpanWriteSource:()=>A7,SpanWriteType:()=>P7,StartMultipartUploadRequestEntityType:()=>PD,TooManyRequestsError:()=>Ke,ToolCallType:()=>z7,ToolType:()=>S7,TraceExperimentItemBulkWriteViewSource:()=>v7,TraceFilterOperator:()=>T7,TraceFilterPublicOperator:()=>j7,TraceFilterWriteOperator:()=>E7,TracePublicSource:()=>C7,TracePublicVisibilityMode:()=>I7,TraceSearchStreamRequestPublicExcludeItem:()=>UN,TraceSource:()=>D7,TraceThreadFilterOperator:()=>U7,TraceThreadFilterPublicOperator:()=>N7,TraceThreadFilterWriteOperator:()=>B7,TraceThreadStatus:()=>F7,TraceUpdateSource:()=>M7,TraceVisibilityMode:()=>W7,TraceWriteSource:()=>V7,UnauthorizedError:()=>Y,UnprocessableEntityError:()=>me,UploadAttachmentRequestEntityType:()=>SD,ValueEntryCompareSource:()=>L7,ValueEntryExperimentItemBulkWriteViewSource:()=>J7,ValueEntryPublicSource:()=>H7,ValueEntrySource:()=>G7,WebhookTestResultStatus:()=>K7,WorkspaceVersionOpikVersion:()=>O7,agentConfigs:()=>Pu,aiSpend:()=>Su,alerts:()=>cp,annotationQueues:()=>Eu,assertionResults:()=>lp,attachments:()=>mp,automationRuleEvaluators:()=>Bu,chatCompletions:()=>Mu,check:()=>Wu,dashboards:()=>Lu,datasets:()=>up,environments:()=>Ou,experiments:()=>fp,feedbackDefinitions:()=>hp,guardrails:()=>eg,insightsViews:()=>tg,llmModels:()=>ig,llmProviderKey:()=>yp,manualEvaluation:()=>ng,mcpOAuth:()=>pg,ollama:()=>cg,ollieState:()=>lg,openTelemetryIngestion:()=>mg,optimizations:()=>bp,pairing:()=>Rp,projects:()=>xp,prompts:()=>wp,redirect:()=>wg,reports:()=>_p,retentionRules:()=>kp,runners:()=>Ap,serviceToggles:()=>vg,spans:()=>Pp,systemUsage:()=>Eg,traces:()=>zp,welcomeWizard:()=>Ug,workspacePermissions:()=>Ng,workspaces:()=>Bg});var te=n(()=>{aD();HN();Qg();});function z(...p){let i={};for(let[e,t]of p.filter(o=>o!=null).flatMap(o=>Object.entries(o))){let o=e.toLowerCase();t!=null?i[o]=t:o in i&&delete i[o];}return i}function T(...p){let i={};for(let[e,t]of p.filter(o=>o!=null).flatMap(o=>Object.entries(o))){let o=e.toLowerCase();t!=null&&(i[o]=t);}return i}var $=n(()=>{});var Yg,Xg=n(()=>{Yg={get:async(p,i)=>typeof p=="function"?p(i):p};});function Zg(p){return p==null?$7:p instanceof qt?p:(p=p!=null?p:{},(p.level)!=null||(p.level=Ve.Info),(p.logger)!=null||(p.logger=new pt),(p.silent)!=null||(p.silent=true),new qt(p))}var Ve,nK,pt,qt,$7,Sp=n(()=>{Ve={Debug:"debug",Info:"info",Warn:"warn",Error:"error"},nK={[Ve.Debug]:1,[Ve.Info]:2,[Ve.Warn]:3,[Ve.Error]:4},pt=class{debug(i,...e){console.debug(i,...e);}info(i,...e){console.info(i,...e);}warn(i,...e){console.warn(i,...e);}error(i,...e){console.error(i,...e);}},qt=class{constructor(i){this.level=nK[i.level],this.logger=i.logger,this.silent=i.silent;}shouldLog(i){return !this.silent&&this.level<=nK[i]}isDebug(){return this.shouldLog(Ve.Debug)}debug(i,...e){this.isDebug()&&this.logger.debug(i,...e);}isInfo(){return this.shouldLog(Ve.Info)}info(i,...e){this.isInfo()&&this.logger.info(i,...e);}isWarn(){return this.shouldLog(Ve.Warn)}warn(i,...e){this.isWarn()&&this.logger.warn(i,...e);}isError(){return this.shouldLog(Ve.Error)}error(i,...e){this.isError()&&this.logger.error(i,...e);}};$7=new qt({level:Ve.Info,logger:new pt,silent:true});});function sK(p,i){if(p===void 0||p===null)return "";let e=String(p);return i?encodeURIComponent(e):e}function qg(p,i="",e){let t=[];for(let[o,a]of Object.entries(p)){let s=i?`${i}[${o}]`:o;if(a!==void 0)if(Array.isArray(a)){if(a.length===0)continue;for(let c=0;c<a.length;c++){let l=a[c];if(l!==void 0)if(typeof l=="object"&&!Array.isArray(l)&&l!==null){let m=e.arrayFormat==="indices"?`${s}[${c}]`:s;t.push(...qg(l,m,e));}else {let m=e.arrayFormat==="indices"?`${s}[${c}]`:s,u=e.encode?encodeURIComponent(m):m;t.push(`${u}=${sK(l,e.encode)}`);}}}else if(typeof a=="object"&&a!==null){if(Object.keys(a).length===0)continue;t.push(...qg(a,s,e));}else {let c=e.encode?encodeURIComponent(s):s;t.push(`${c}=${sK(a,e.encode)}`);}}return t}function ct(p,i){return p==null||typeof p!="object"?"":qg(p,"",{...Y7,...i}).join("&")}var Y7,uo=n(()=>{Y7={arrayFormat:"indices",encode:true};});function pK(p,i){let e=ct(i,{arrayFormat:"repeat"});return e?`${p}?${e}`:p}var cK=n(()=>{uo();});function lK(p){let i={get bodyUsed(){return p.bodyUsed},stream:()=>p.body,arrayBuffer:p.arrayBuffer.bind(p),blob:p.blob.bind(p)};return "bytes"in p&&typeof p.bytes=="function"&&(i.bytes=p.bytes.bind(p)),i}var mK=n(()=>{});async function vp(p,i){switch(i){case "binary-response":return lK(p);case "blob":return await p.blob();case "arrayBuffer":return await p.arrayBuffer();case "sse":return p.body==null?{ok:false,error:{reason:"body-is-null",statusCode:p.status}}:p.body;case "streaming":return p.body==null?{ok:false,error:{reason:"body-is-null",statusCode:p.status}}:p.body;case "text":return await p.text()}let e=await p.text();if(e.length>0)try{return co(e)}catch{return {ok:false,error:{reason:"non-json",statusCode:p.status,rawBody:e}}}}var ef=n(()=>{Fr();mK();});async function dK(p){var e,t,o;let i=(e=p.headers.get("Content-Type"))==null?void 0:e.toLowerCase();if(i==null||i.length===0)return vp(p);switch(i.indexOf(";")!==-1&&(i=(o=(t=i.split(";")[0])==null?void 0:t.trim())!=null?o:""),i){case "application/hal+json":case "application/json":case "application/ld+json":case "application/problem+json":case "application/vnd.api+json":case "text/json":{let a=await p.text();return a.length>0?co(a):void 0}default:if(i.startsWith("application/vnd.")&&i.endsWith("+json")){let a=await p.text();return a.length>0?co(a):void 0}return await p.text()}}var uK=n(()=>{Fr();ef();});async function gK(){return fetch}var fK=n(()=>{});async function hK({body:p,type:i}){return i==="form"?ct(p,{arrayFormat:"repeat",encode:true}):i.includes("json")?Ge(p):p}var yK=n(()=>{Fr();uo();});var Wr,rf=n(()=>{typeof globalThis.Headers!="undefined"?Wr=globalThis.Headers:Wr=class bK{constructor(i){if(this.headers=new Map,i)if(i instanceof bK)i.forEach((e,t)=>this.append(t,e));else if(Array.isArray(i))for(let[e,t]of i)if(typeof e=="string"&&typeof t=="string")this.append(e,t);else throw new TypeError("Each header entry must be a [string, string] tuple");else for(let[e,t]of Object.entries(i))if(typeof t=="string")this.append(e,t);else throw new TypeError("Header values must be strings")}append(i,e){let t=i.toLowerCase(),o=this.headers.get(t)||[];this.headers.set(t,[...o,e]);}delete(i){let e=i.toLowerCase();this.headers.delete(e);}get(i){let e=i.toLowerCase(),t=this.headers.get(e);return t?t.join(", "):null}has(i){let e=i.toLowerCase();return this.headers.has(e)}set(i,e){let t=i.toLowerCase();this.headers.set(t,[e]);}forEach(i,e){let t=e?i.bind(e):i;this.headers.forEach((o,a)=>t(o.join(", "),a,this));}getSetCookie(){return this.headers.get("set-cookie")||[]}*entries(){for(let[i,e]of this.headers.entries())yield [i,e.join(", ")];}*keys(){yield*this.headers.keys();}*values(){for(let i of this.headers.values())yield i.join(", ");}[Symbol.iterator](){return this.entries()}};});function RK(p){let i=new AbortController,e=setTimeout(()=>i.abort(X7),p);return {signal:i.signal,abortId:e}}function xK(...p){let i=p.length===1&&Array.isArray(p[0])?p[0]:p,e=new AbortController;for(let t of i){if(t.aborted){e.abort(t==null?void 0:t.reason);break}t.addEventListener("abort",()=>e.abort(t==null?void 0:t.reason),{signal:e.signal});}return e.signal}var X7,wK=n(()=>{X7="timeout";});var _K,kK=n(()=>{wK();_K=async(p,i,e,t,o,a,s,c,l)=>{let m=[],u;if(a!=null){let{signal:g,abortId:h}=RK(a);u=h,m.push(g);}s!=null&&m.push(s);let d=xK(m),f=await p(i,{method:e,headers:t,body:o,signal:d,credentials:c?"include":void 0,duplex:l});return u!=null&&clearTimeout(u),f};});function Ep(p){return {headers:p.headers,redirected:p.redirected,status:p.status,statusText:p.statusText,type:p.type,url:p.url}}var Tp,jp,tf=n(()=>{rf();Tp={headers:new Wr,redirected:false,status:499,statusText:"Client Closed Request",type:"error",url:""},jp={headers:new Wr,redirected:false,status:0,statusText:"Unknown Error",type:"error",url:""};});function Z7(p){let i=1+Math.random()*.2;return p*i}function q7(p){let i=1+(Math.random()-.5)*.2;return p*i}function eq(p,i){let e=p.headers.get("Retry-After");if(e){let o=parseInt(e,10);if(!Number.isNaN(o)&&o>0)return Math.min(o*1e3,6e4);let a=new Date(e);if(!Number.isNaN(a.getTime())){let s=a.getTime()-Date.now();if(s>0)return Math.min(Math.max(s,0),6e4)}}let t=p.headers.get("X-RateLimit-Reset");if(t){let o=parseInt(t,10);if(!Number.isNaN(o)){let a=o*1e3-Date.now();if(a>0)return Z7(Math.min(a,6e4))}}return q7(Math.min(1e3*2**i,6e4))}async function AK(p,i=2){let e=await p();for(let t=0;t<i&&([408,429].includes(e.status)||e.status>=500);++t){let o=eq(e,t);await new Promise(a=>setTimeout(a,o)),e=await p();}return e}var PK=n(()=>{});function of(p){let i={};for(let[e,t]of p instanceof Wr?p.entries():Object.entries(p))rq.has(e.toLowerCase())?i[e]="[REDACTED]":i[e]=t;return i}function tq(p){if(p==null)return p;let i={};for(let[e,t]of Object.entries(p))af.has(e.toLowerCase())?i[e]="[REDACTED]":i[e]=t;return i}function lt(p){let i=p.indexOf("://");if(i===-1)return p;let e=i+3,t=p.indexOf("/",e),o=p.indexOf("?",e),a=p.indexOf("#",e),s=Math.min(t===-1?p.length:t,o===-1?p.length:o,a===-1?p.length:a),c=-1;for(let h=e;h<s;h++)p[h]==="@"&&(c=h);if(c!==-1&&(p=`${p.slice(0,e)}[REDACTED]@${p.slice(c+1)}`),o=p.indexOf("?"),o===-1)return p;a=p.indexOf("#",o);let l=a!==-1?a:p.length,m=p.slice(o+1,l);if(m.length===0)return p;let u=m.toLowerCase();if(!(u.includes("token")||u.includes("key")||u.includes("password")||u.includes("passwd")||u.includes("secret")||u.includes("session")||u.includes("auth")))return p;let f=[],g=m.split("&");for(let h of g){let y=h.indexOf("=");if(y===-1){f.push(h);continue}let w=h.slice(0,y),k=af.has(w.toLowerCase());if(!k&&w.includes("%"))try{let C=decodeURIComponent(w);k=af.has(C.toLowerCase());}catch{}f.push(k?`${w}=[REDACTED]`:h);}return p.slice(0,o+1)+f.join("&")+p.slice(l)}async function iq(p){var e;let i=new Wr;if(i.set("Accept",p.responseType==="json"?"application/json":p.responseType==="text"?"text/plain":"*/*"),p.body!==void 0&&p.contentType!=null&&i.set("Content-Type",p.contentType),p.headers==null)return i;for(let[t,o]of Object.entries(p.headers)){let a=await Yg.get(o,{endpointMetadata:(e=p.endpointMetadata)!=null?e:{}});if(typeof a=="string"){i.set(t,a);continue}a!=null&&i.set(t,`${a}`);}return i}async function oq(p){var s,c,l;let i=pK(p.url,p.queryParameters),e=await hK({body:p.body,type:(s=p.requestType)!=null?s:"other"}),t=(c=p.fetchFn)!=null?c:await gK(),o=await iq(p),a=Zg(p.logging);if(a.isDebug()){let m={method:p.method,url:lt(i),headers:of(o),queryParameters:tq(p.queryParameters),hasBody:e!=null};a.debug("Making HTTP request",m);}try{let m=await AK(async()=>_K(t,i,p.method,o,e,p.timeoutMs,p.abortSignal,p.withCredentials,p.duplex),p.maxRetries);if(m.status>=200&&m.status<400){if(a.isDebug()){let d={method:p.method,url:lt(i),statusCode:m.status,responseHeaders:of(m.headers)};a.debug("HTTP request succeeded",d);}return {ok:!0,body:await vp(m,p.responseType),headers:m.headers,rawResponse:Ep(m)}}else {if(a.isError()){let u={method:p.method,url:lt(i),statusCode:m.status,responseHeaders:of(Object.fromEntries(m.headers.entries()))};a.error("HTTP request failed with error status",u);}return {ok:!1,error:{reason:"status-code",statusCode:m.status,body:await dK(m)},rawResponse:Ep(m)}}}catch(m){if((l=p.abortSignal)!=null&&l.aborted){if(a.isError()){let u={method:p.method,url:lt(i)};a.error("HTTP request was aborted",u);}return {ok:false,error:{reason:"unknown",errorMessage:"The user aborted a request"},rawResponse:Tp}}else if(m instanceof Error&&m.name==="AbortError"){if(a.isError()){let u={method:p.method,url:lt(i),timeoutMs:p.timeoutMs};a.error("HTTP request timed out",u);}return {ok:false,error:{reason:"timeout"},rawResponse:Tp}}else if(m instanceof Error){if(a.isError()){let u={method:p.method,url:lt(i),errorMessage:m.message};a.error("HTTP request failed with error",u);}return {ok:false,error:{reason:"unknown",errorMessage:m.message},rawResponse:jp}}if(a.isError()){let u={method:p.method,url:lt(i),error:Ge(m)};a.error("HTTP request failed with unknown error",u);}return {ok:false,error:{reason:"unknown",errorMessage:Ge(m)},rawResponse:jp}}}var rq,af,S,zK=n(()=>{Fr();Sp();cK();Xg();uK();fK();yK();ef();rf();kK();tf();PK();rq=new Set(["authorization","www-authenticate","x-api-key","api-key","apikey","x-api-token","x-auth-token","auth-token","cookie","set-cookie","proxy-authorization","proxy-authenticate","x-csrf-token","x-xsrf-token","x-session-token","x-access-token"]);af=new Set(["api_key","api-key","apikey","token","access_token","access-token","auth_token","auth-token","password","passwd","secret","api_secret","api-secret","apisecret","key","session","session_id","session-id"]);S=oq;});var SK=n(()=>{});var P,vK=n(()=>{P=class p extends Promise{constructor(i){super(e=>{e(void 0);}),this.innerPromise=i;}static fromFunction(i,...e){return new p(i(...e))}static interceptFunction(i){return (...e)=>p.fromPromise(i(...e))}static fromPromise(i){return new p(i)}static fromExecutor(i){let e=new Promise(i);return new p(e)}static fromResult(i){let e=Promise.resolve(i);return new p(e)}unwrap(){return this.unwrappedPromise||(this.unwrappedPromise=this.innerPromise.then(({data:i})=>i)),this.unwrappedPromise}then(i,e){return this.unwrap().then(i,e)}catch(i){return this.unwrap().catch(i)}finally(i){return this.unwrap().finally(i)}async withRawResponse(){return await this.innerPromise}};});var x,TK=n(()=>{x={get:async p=>typeof p=="function"?p():p};});var jK=n(()=>{Xg();zK();SK();vK();tf();TK();});async function aq(p){let{data:i,filename:e,contentLength:t,contentType:o}=await sf(p),a={body:i,headers:{}};return e&&(a.headers["Content-Disposition"]=`attachment; filename="${e}"`),o&&(a.headers["Content-Type"]=o),t!=null&&(a.headers["Content-Length"]=t.toString()),a}async function nf(p){let{data:i,filename:e,contentType:t}=await sf(p,{noSniffFileSize:true});return {data:i,filename:e,contentType:t}}async function sf(p,{noSniffFileSize:i}={}){var e,t,o,a,s;if(nq(p))return sf({data:p},{noSniffFileSize:i});if("path"in p){let c=await import('fs');if(!c||!c.createReadStream)throw new Error("File path uploads are not supported in this environment.");let l=c.createReadStream(p.path),m=(e=p.contentLength)!=null?e:i===true?void 0:await EK(p.path),u=(t=p.filename)!=null?t:CK(p.path);return {data:l,filename:u,contentType:p.contentType,contentLength:m}}if("data"in p){let c=p.data,l=(o=p.contentLength)!=null?o:await pq(c,{noSniffFileSize:i}),m=(a=p.filename)!=null?a:sq(c);return {data:c,filename:m,contentType:(s=p.contentType)!=null?s:cq(c),contentLength:l}}throw new Error(`Invalid FileUpload of type ${typeof p}: ${JSON.stringify(p)}`)}function nq(p){return DK(p)||UK(p)||NK(p)||uq(p)||pf(p)||cf(p)||mq(p)||dq(p)}async function EK(p){try{let i=await import('fs');return !i||!i.promises||!i.promises.stat?void 0:(await i.promises.stat(p)).size}catch{return}}function sq(p){if(lq(p))return p.name;if(IK(p))return CK(p.path.toString())}async function pq(p,{noSniffFileSize:i}={}){if(DK(p))return p.length;if(UK(p)||NK(p))return p.byteLength;if(pf(p)||cf(p))return p.size;if(i!==true&&IK(p))return await EK(p.path.toString())}function cq(p){if(pf(p)||cf(p))return p.type}function CK(p){let i=p.lastIndexOf("/"),e=p.lastIndexOf("\\"),t=Math.max(i,e);return t>=0?p.substring(t+1):p}function lq(p){return typeof p=="object"&&p!=null&&"name"in p}function IK(p){return typeof p=="object"&&p!=null&&"path"in p}function mq(p){return typeof p=="object"&&p!=null&&("read"in p||"pipe"in p)}function dq(p){return typeof p=="object"&&p!=null&&"getReader"in p}function DK(p){return typeof Buffer!="undefined"&&Buffer.isBuffer&&Buffer.isBuffer(p)}function UK(p){return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView(p)}function NK(p){return typeof ArrayBuffer!="undefined"&&p instanceof ArrayBuffer}function uq(p){return typeof Uint8Array!="undefined"&&p instanceof Uint8Array}function pf(p){return typeof Blob!="undefined"&&p instanceof Blob}function cf(p){return typeof File!="undefined"&&p instanceof File}var BK=n(()=>{});var FK=n(()=>{});var go={};L(go,{toBinaryUploadRequest:()=>aq,toMultipartDataPart:()=>nf});var lf=n(()=>{BK();FK();});var MK=n(()=>{uo();});function gq(){var l,m,u,d,f;return typeof window!="undefined"&&typeof window.document!="undefined"?{type:"browser",version:window.navigator.userAgent}:typeof globalThis!="undefined"&&((l=globalThis==null?void 0:globalThis.navigator)==null?void 0:l.userAgent)==="Cloudflare-Workers"?{type:"workerd"}:typeof EdgeRuntime=="string"?{type:"edge-runtime"}:typeof self=="object"&&typeof(self==null?void 0:self.importScripts)=="function"&&(((m=self.constructor)==null?void 0:m.name)==="DedicatedWorkerGlobalScope"||((u=self.constructor)==null?void 0:u.name)==="ServiceWorkerGlobalScope"||((d=self.constructor)==null?void 0:d.name)==="SharedWorkerGlobalScope")?{type:"web-worker"}:typeof Deno!="undefined"&&typeof Deno.version!="undefined"&&typeof Deno.version.deno!="undefined"?{type:"deno",version:Deno.version.deno}:typeof Bun!="undefined"&&typeof Bun.version!="undefined"?{type:"bun",version:Bun.version}:typeof navigator!="undefined"&&(navigator==null?void 0:navigator.product)==="ReactNative"?{type:"react-native"}:typeof process!="undefined"&&"version"in process&&!!process.version&&"versions"in process&&!!((f=process.versions)!=null&&f.node)?{type:"node",version:process.versions.node,parsedVersion:Number(process.versions.node.split(".")[0])}:{type:"unknown"}}var ei,WK=n(()=>{ei=gq();});var mf=n(()=>{WK();});async function uf(){return new df}function fq(p){return typeof p=="object"&&p!=null&&("read"in p||"pipe"in p)}function VK(p){return typeof p=="object"&&p!=null&&"getReader"in p}function hq(p){return typeof Buffer!="undefined"&&Buffer.isBuffer&&Buffer.isBuffer(p)}function yq(p){return ArrayBuffer.isView(p)}async function bq(p){if(ei.type==="node"){let{Readable:i}=await import('stream');if(p instanceof i){let e=[];for await(let t of p)e.push(Buffer.isBuffer(t)?t:Buffer.from(t));return Buffer.concat(e)}}if(VK(p)){let i=p.getReader(),e=[];try{for(;;){let{done:s,value:c}=await i.read();if(s)break;e.push(c);}}finally{i.releaseLock();}let t=e.reduce((s,c)=>s+c.length,0),o=new Uint8Array(t),a=0;for(let s of e)o.set(s,a),a+=s.length;return Buffer.from(o)}throw new Error(`Unsupported stream type: ${typeof p}. Expected Node.js Readable stream or Web ReadableStream.`)}async function Rq(p,i){if(fq(p)||VK(p)){let e=await bq(p);return new Blob([e],{type:i})}return p instanceof Blob?p:hq(p)?new Blob([p],{type:i}):p instanceof ArrayBuffer?new Blob([p],{type:i}):yq(p)?new Blob([p],{type:i}):typeof p=="string"?new Blob([p],{type:i}):typeof p=="object"&&p!==null?new Blob([Ge(p)],{type:i!=null?i:"application/json"}):new Blob([String(p)],{type:i})}var df,LK=n(()=>{lf();Fr();mf();df=class{constructor(){this.fd=new FormData;}async setup(){}append(i,e){this.fd.append(i,String(e));}async appendFile(i,e){let{data:t,filename:o,contentType:a}=await nf(e),s=await Rq(t,a);o?this.fd.append(i,s,o):this.fd.append(i,s);}getRequest(){return {body:this.fd,headers:{},duplex:"half"}}};});var JK=n(()=>{MK();LK();});var fo={};L(fo,{ConsoleLogger:()=>pt,LogLevel:()=>Ve,Logger:()=>qt,createLogger:()=>Zg});var HK=n(()=>{Sp();});var K,he=n(()=>{K={BIGINT:"bigint",DATE:"date",ENUM:"enum",LIST:"list",STRING_LITERAL:"stringLiteral",BOOLEAN_LITERAL:"booleanLiteral",OBJECT:"object",ANY:"any",BOOLEAN:"boolean",NUMBER:"number",STRING:"string",UNKNOWN:"unknown",NEVER:"never",RECORD:"record",SET:"set",UNION:"union",UNDISCRIMINATED_UNION:"undiscriminatedUnion",NULLABLE:"nullable",OPTIONAL:"optional",OPTIONAL_NULLABLE:"optionalNullable"};});function ae(p,i){return `Expected ${i}. Received ${xq(p)}.`}function xq(p){if(Array.isArray(p))return "list";if(p===null)return "null";if(p instanceof BigInt)return "BigInt";switch(typeof p){case "string":return `"${p}"`;case "bigint":case "number":case "boolean":case "undefined":return `${p}`}return typeof p}var ze=n(()=>{});function ye(p){return {...p,json:GK(p.json),parse:GK(p.parse)}}function GK(p){return (i,e)=>{let t=p(i,e),{skipValidation:o=false}=e!=null?e:{};return !t.ok&&o?(console.warn(["Failed to validate.",...t.errors.map(a=>" - "+(a.path.length>0?`${a.path.join(".")}: ${a.message}`:a.message))].join(`
|
|
3
|
-
`)),{ok:true,value:i}):t}}var pr=n(()=>{});function Cp(p){return p.path.length===0?p.message:`${p.path.join(" -> ")}: ${p.message}`}var gf=n(()=>{});var ri,ff=n(()=>{gf();ri=class p extends Error{constructor(e){super(e.map(Cp).join("; "));this.errors=e;Object.setPrototypeOf(this,p.prototype);}};});var ti,hf=n(()=>{gf();ti=class p extends Error{constructor(e){super(e.map(Cp).join("; "));this.errors=e;Object.setPrototypeOf(this,p.prototype);}};});function se(p){return {nullable:()=>wq(p),optional:()=>yf(p),optionalNullable:()=>_q(p),transform:i=>bf(p,i),parseOrThrow:(i,e)=>{let t=p.parse(i,e);if(t.ok)return t.value;throw new ti(t.errors)},jsonOrThrow:(i,e)=>{let t=p.json(i,e);if(t.ok)return t.value;throw new ri(t.errors)}}}function wq(p){let i={parse:(e,t)=>e==null?{ok:true,value:null}:p.parse(e,t),json:(e,t)=>e==null?{ok:true,value:null}:p.json(e,t),getType:()=>K.NULLABLE};return {...i,...se(i)}}function yf(p){let i={parse:(e,t)=>e==null?{ok:true,value:void 0}:p.parse(e,t),json:(e,t)=>t!=null&&t.omitUndefined&&e===void 0?{ok:true,value:void 0}:e==null?{ok:true,value:null}:p.json(e,t),getType:()=>K.OPTIONAL};return {...i,...se(i)}}function _q(p){let i={parse:(e,t)=>e===void 0?{ok:true,value:void 0}:e===null?{ok:true,value:null}:p.parse(e,t),json:(e,t)=>e===void 0?{ok:true,value:void 0}:e===null?{ok:true,value:null}:p.json(e,t),getType:()=>K.OPTIONAL_NULLABLE};return {...i,...se(i)}}function bf(p,i){let e={parse:(t,o)=>{let a=p.parse(t,o);return a.ok?{ok:true,value:i.transform(a.value)}:a},json:(t,o)=>{let a=i.untransform(t);return p.json(a,o)},getType:()=>p.getType()};return {...e,...se(e)}}var KK=n(()=>{he();ff();hf();});var Ce=n(()=>{KK();ff();hf();});function OK(){let p={parse:(i,{breadcrumbsPrefix:e=[]}={})=>typeof i=="bigint"?{ok:true,value:i}:typeof i=="number"?{ok:true,value:BigInt(i)}:{ok:false,errors:[{path:e,message:ae(i,"bigint | number")}]},json:(i,{breadcrumbsPrefix:e=[]}={})=>typeof i!="bigint"?{ok:false,errors:[{path:e,message:ae(i,"bigint")}]}:{ok:true,value:i},getType:()=>K.BIGINT};return {...ye(p),...se(p)}}var $K=n(()=>{he();ze();pr();Ce();});var QK=n(()=>{$K();});function YK(){let p={parse:(i,{breadcrumbsPrefix:e=[]}={})=>typeof i!="string"?{ok:false,errors:[{path:e,message:ae(i,"string")}]}:kq.test(i)?{ok:true,value:new Date(i)}:{ok:false,errors:[{path:e,message:ae(i,"ISO 8601 date string")}]},json:(i,{breadcrumbsPrefix:e=[]}={})=>i instanceof Date?{ok:true,value:i.toISOString()}:{ok:false,errors:[{path:e,message:ae(i,"Date object")}]},getType:()=>K.DATE};return {...ye(p),...se(p)}}var kq,XK=n(()=>{he();ze();pr();Ce();kq=/^([+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([.,]\d+(?!:))?)?(\17[0-5]\d([.,]\d+)?)?([zZ]|([+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/;});var ZK=n(()=>{XK();});function be(p,i){return ()=>{let e={parse:i,json:i,getType:()=>p};return {...ye(e),...se(e)}}}var cr=n(()=>{Ce();pr();});function Ip(p){let i=new Set(p);return be(K.ENUM,(t,{allowUnrecognizedEnumValues:o,breadcrumbsPrefix:a=[]}={})=>typeof t!="string"?{ok:false,errors:[{path:a,message:ae(t,"string")}]}:!i.has(t)&&!o?{ok:false,errors:[{path:a,message:ae(t,"enum")}]}:{ok:true,value:t})()}var qK=n(()=>{he();cr();ze();});var Rf=n(()=>{qK();});function eO(p){let i=xf(p);return {...i,...se(i)}}function xf(p){return {parse:(i,e)=>ii(p).parse(i,e),json:(i,e)=>ii(p).json(i,e),getType:()=>ii(p).getType()}}function ii(p){let i=p;return i.__zurg_memoized==null&&(i.__zurg_memoized=p()),i.__zurg_memoized}var wf=n(()=>{Ce();});function ho(p){return Object.entries(p)}var _f=n(()=>{});function yo(p,i){let e=new Set(i);return Object.entries(p).reduce((t,[o,a])=>(e.has(o)&&(t[o]=a),t),{})}var kf=n(()=>{});function br(p){if(typeof p!="object"||p===null)return false;if(Object.getPrototypeOf(p)===null)return true;let i=p;for(;Object.getPrototypeOf(i)!==null;)i=Object.getPrototypeOf(i);return Object.getPrototypeOf(p)===i}var bo=n(()=>{});function Ro(p){return Object.keys(p)}var Af=n(()=>{});function rO(p,i){let e=[],t=[];for(let o of p)i(o)?e.push(o):t.push(o);return [e,t]}var tO=n(()=>{});function Qe(p){return {withParsedProperties:i=>Pf(p,i)}}function Pf(p,i){let e={parse:(t,o)=>{let a=p.parse(t,o);if(!a.ok)return a;let s=Object.entries(i).reduce((c,[l,m])=>({...c,[l]:typeof m=="function"?m(a.value):m}),{});return {ok:true,value:{...a.value,...s}}},json:(t,o)=>{var c;if(!br(t))return {ok:false,errors:[{path:(c=o==null?void 0:o.breadcrumbsPrefix)!=null?c:[],message:ae(t,"object")}]};let a=new Set(Object.keys(i)),s=yo(t,Object.keys(t).filter(l=>!a.has(l)));return p.json(s,o)},getType:()=>p.getType()};return {...e,...se(e),...Qe(e)}}var iO=n(()=>{kf();ze();bo();Ce();});var xo=n(()=>{iO();});function oO(p,i){return {rawKey:p,valueSchema:i,isProperty:true}}function Vr(p){return p.isProperty}var zf=n(()=>{});function Dp(p){let i={_getRawProperties:()=>Object.entries(p).map(([e,t])=>Vr(t)?t.rawKey:e),_getParsedProperties:()=>Ro(p),parse:(e,t)=>{let o={},a=[];for(let[s,c]of ho(p)){let l=Vr(c)?c.rawKey:s,m=Vr(c)?c.valueSchema:c,u={rawKey:l,parsedKey:s,valueSchema:m};o[l]=u,sO(m)&&a.push(l);}return aO({value:e,requiredKeys:a,getProperty:s=>{let c=o[s];if(c!=null)return {transformedKey:c.parsedKey,transform:l=>{var m;return c.valueSchema.parse(l,{...t,breadcrumbsPrefix:[...(m=t==null?void 0:t.breadcrumbsPrefix)!=null?m:[],s]})}}},unrecognizedObjectKeys:t==null?void 0:t.unrecognizedObjectKeys,skipValidation:t==null?void 0:t.skipValidation,breadcrumbsPrefix:t==null?void 0:t.breadcrumbsPrefix,omitUndefined:t==null?void 0:t.omitUndefined})},json:(e,t)=>{let o=[];for(let[a,s]of ho(p)){let c=Vr(s)?s.valueSchema:s;sO(c)&&o.push(a);}return aO({value:e,requiredKeys:o,getProperty:a=>{let s=p[a];if(s!=null)return Vr(s)?{transformedKey:s.rawKey,transform:c=>{var l;return s.valueSchema.json(c,{...t,breadcrumbsPrefix:[...(l=t==null?void 0:t.breadcrumbsPrefix)!=null?l:[],a]})}}:{transformedKey:a,transform:c=>{var l;return s.json(c,{...t,breadcrumbsPrefix:[...(l=t==null?void 0:t.breadcrumbsPrefix)!=null?l:[],a]})}}},unrecognizedObjectKeys:t==null?void 0:t.unrecognizedObjectKeys,skipValidation:t==null?void 0:t.skipValidation,breadcrumbsPrefix:t==null?void 0:t.breadcrumbsPrefix,omitUndefined:t==null?void 0:t.omitUndefined})},getType:()=>K.OBJECT};return {...ye(i),...se(i),...Qe(i),...mt(i)}}function aO({value:p,requiredKeys:i,getProperty:e,unrecognizedObjectKeys:t="fail",skipValidation:o=false,breadcrumbsPrefix:a=[]}){if(!br(p))return {ok:false,errors:[{path:a,message:ae(p,"object")}]};let s=new Set(i),c=[],l={};for(let[m,u]of Object.entries(p)){let d=e(m);if(d!=null){s.delete(m);let f=d.transform(u);f.ok?l[d.transformedKey]=f.value:(l[m]=u,c.push(...f.errors));}else switch(t){case "fail":c.push({path:[...a,m],message:`Unexpected key "${m}"`});break;case "strip":break;case "passthrough":l[m]=u;break}}return c.push(...i.filter(m=>s.has(m)).map(m=>({path:a,message:`Missing required key "${m}"`}))),c.length===0||o?{ok:true,value:l}:{ok:false,errors:c}}function mt(p){return {extend:i=>{let e={_getParsedProperties:()=>[...p._getParsedProperties(),...i._getParsedProperties()],_getRawProperties:()=>[...p._getRawProperties(),...i._getRawProperties()],parse:(t,o)=>nO({extensionKeys:i._getRawProperties(),value:t,transformBase:a=>p.parse(a,o),transformExtension:a=>i.parse(a,o),breadcrumbsPrefix:o==null?void 0:o.breadcrumbsPrefix}),json:(t,o)=>nO({extensionKeys:i._getParsedProperties(),value:t,transformBase:a=>p.json(a,o),transformExtension:a=>i.json(a,o),breadcrumbsPrefix:o==null?void 0:o.breadcrumbsPrefix}),getType:()=>K.OBJECT};return {...e,...se(e),...Qe(e),...mt(e)}},passthrough:()=>{let i=new Set(p._getRawProperties()),e=new Set(p._getParsedProperties()),t={_getParsedProperties:()=>p._getParsedProperties(),_getRawProperties:()=>p._getRawProperties(),parse:(o,a)=>{let s=p.parse(o,{...a,unrecognizedObjectKeys:"passthrough"});if(!s.ok)return s;let c={};if(typeof o=="object"&&o!=null)for(let[l,m]of Object.entries(o))i.has(l)||(c[l]=m);return {ok:true,value:{...c,...s.value}}},json:(o,a)=>{let s=p.json(o,{...a,unrecognizedObjectKeys:"passthrough"});if(!s.ok)return s;let c={};if(typeof o=="object"&&o!=null)for(let[l,m]of Object.entries(o))e.has(l)||(c[l]=m);return {ok:true,value:{...c,...s.value}}},getType:()=>K.OBJECT};return {...t,...se(t),...Qe(t),...mt(t)}}}}function nO({extensionKeys:p,value:i,transformBase:e,transformExtension:t,breadcrumbsPrefix:o=[]}){if(!br(i))return {ok:false,errors:[{path:o,message:ae(i,"object")}]};let a=new Set(p),[s,c]=rO(Ro(i),u=>a.has(u)),l=e(yo(i,c)),m=t(yo(i,s));return l.ok&&m.ok?{ok:true,value:{...l.value,...m.value}}:{ok:false,errors:[...l.ok?[]:l.errors,...m.ok?[]:m.errors]}}function sO(p){return !Aq(p)}function Aq(p){switch(p.getType()){case K.ANY:case K.UNKNOWN:case K.OPTIONAL:case K.OPTIONAL_NULLABLE:return true;default:return false}}var Sf=n(()=>{he();_f();kf();ze();bo();Af();pr();tO();xo();Ce();zf();});function pO(p){return Dp(p)}var cO=n(()=>{Sf();});var vf=n(()=>{Sf();cO();zf();});function lO(p){let i={...xf(p),_getRawProperties:()=>ii(p)._getRawProperties(),_getParsedProperties:()=>ii(p)._getParsedProperties()};return {...i,...se(i),...Qe(i),...mt(i)}}var mO=n(()=>{vf();xo();Ce();wf();});var dO=n(()=>{wf();mO();});function Up(p){let i={parse:(e,t)=>uO(e,(o,a)=>{var s;return p.parse(o,{...t,breadcrumbsPrefix:[...(s=t==null?void 0:t.breadcrumbsPrefix)!=null?s:[],`[${a}]`]})}),json:(e,t)=>uO(e,(o,a)=>{var s;return p.json(o,{...t,breadcrumbsPrefix:[...(s=t==null?void 0:t.breadcrumbsPrefix)!=null?s:[],`[${a}]`]})}),getType:()=>K.LIST};return {...ye(i),...se(i)}}function uO(p,i){return Array.isArray(p)?p.map((t,o)=>i(t,o)).reduce((t,o)=>{if(t.ok&&o.ok)return {ok:true,value:[...t.value,o.value]};let a=[];return t.ok||a.push(...t.errors),o.ok||a.push(...o.errors),{ok:false,errors:a}},{ok:true,value:[]}):{ok:false,errors:[{message:ae(p,"list"),path:[]}]}}var gO=n(()=>{he();ze();pr();Ce();});var Tf=n(()=>{gO();});function fO(p){return be(K.BOOLEAN_LITERAL,(e,{breadcrumbsPrefix:t=[]}={})=>e===p?{ok:true,value:p}:{ok:false,errors:[{path:t,message:ae(e,`${p.toString()}`)}]})()}var hO=n(()=>{he();cr();ze();});function yO(p){return be(K.STRING_LITERAL,(e,{breadcrumbsPrefix:t=[]}={})=>e===p?{ok:true,value:p}:{ok:false,errors:[{path:t,message:ae(e,`"${p}"`)}]})()}var bO=n(()=>{he();cr();ze();});var RO=n(()=>{hO();bO();});var xO,wO=n(()=>{he();cr();xO=be(K.ANY,p=>({ok:true,value:p}));});var _O,kO=n(()=>{he();cr();ze();_O=be(K.BOOLEAN,(p,{breadcrumbsPrefix:i=[]}={})=>typeof p=="boolean"?{ok:true,value:p}:{ok:false,errors:[{path:i,message:ae(p,"boolean")}]});});var AO,PO=n(()=>{he();cr();AO=be(K.NEVER,(p,{breadcrumbsPrefix:i=[]}={})=>({ok:false,errors:[{path:i,message:"Expected never"}]}));});var zO,SO=n(()=>{he();cr();ze();zO=be(K.NUMBER,(p,{breadcrumbsPrefix:i=[]}={})=>typeof p=="number"?{ok:true,value:p}:{ok:false,errors:[{path:i,message:ae(p,"number")}]});});var vO,TO=n(()=>{he();cr();ze();vO=be(K.STRING,(p,{breadcrumbsPrefix:i=[]}={})=>typeof p=="string"?{ok:true,value:p}:{ok:false,errors:[{path:i,message:ae(p,"string")}]});});var jO,EO=n(()=>{he();cr();jO=be(K.UNKNOWN,p=>({ok:true,value:p}));});var CO=n(()=>{wO();kO();PO();SO();TO();EO();});function DO(p,i){let e={parse:(t,o)=>IO({value:t,isKeyNumeric:p.getType()===K.NUMBER,transformKey:a=>{var s;return p.parse(a,{...o,breadcrumbsPrefix:[...(s=o==null?void 0:o.breadcrumbsPrefix)!=null?s:[],`${a} (key)`]})},transformValue:(a,s)=>{var c;return i.parse(a,{...o,breadcrumbsPrefix:[...(c=o==null?void 0:o.breadcrumbsPrefix)!=null?c:[],`${s}`]})},breadcrumbsPrefix:o==null?void 0:o.breadcrumbsPrefix}),json:(t,o)=>IO({value:t,isKeyNumeric:p.getType()===K.NUMBER,transformKey:a=>{var s;return p.json(a,{...o,breadcrumbsPrefix:[...(s=o==null?void 0:o.breadcrumbsPrefix)!=null?s:[],`${a} (key)`]})},transformValue:(a,s)=>{var c;return i.json(a,{...o,breadcrumbsPrefix:[...(c=o==null?void 0:o.breadcrumbsPrefix)!=null?c:[],`${s}`]})},breadcrumbsPrefix:o==null?void 0:o.breadcrumbsPrefix}),getType:()=>K.RECORD};return {...ye(e),...se(e)}}function IO({value:p,isKeyNumeric:i,transformKey:e,transformValue:t,breadcrumbsPrefix:o=[]}){return br(p)?ho(p).reduce((a,[s,c])=>{if(c===void 0)return a;let l=a,m=s;if(i){let g=s.length>0?Number(s):NaN;Number.isNaN(g)||(m=g);}let u=e(m),d=t(c,m);if(l.ok&&u.ok&&d.ok)return {ok:true,value:{...l.value,[u.value]:d.value}};let f=[];return l.ok||f.push(...l.errors),u.ok||f.push(...u.errors),d.ok||f.push(...d.errors),{ok:false,errors:f}},{ok:true,value:{}}):{ok:false,errors:[{path:o,message:ae(p,"object")}]}}var UO=n(()=>{he();_f();ze();bo();pr();Ce();});var NO=n(()=>{UO();});function BO(p){let i=Up(p),e={parse:(t,o)=>{let a=i.parse(t,o);return a.ok?{ok:true,value:new Set(a.value)}:a},json:(t,o)=>{var s;return t instanceof Set?i.json([...t],o):{ok:false,errors:[{path:(s=o==null?void 0:o.breadcrumbsPrefix)!=null?s:[],message:ae(t,"Set")}]}},getType:()=>K.SET};return {...ye(e),...se(e)}}var FO=n(()=>{he();ze();pr();Tf();Ce();});var MO=n(()=>{FO();});function VO(p){let i={parse:(e,t)=>WO((o,a)=>o.parse(e,a),p,t),json:(e,t)=>WO((o,a)=>o.json(e,a),p,t),getType:()=>K.UNDISCRIMINATED_UNION};return {...ye(i),...se(i)}}function WO(p,i,e){let t=[];for(let[o,a]of i.entries()){let s=p(a,{...e,skipValidation:false});if(s.ok)return s;for(let c of s.errors)t.push({path:c.path,message:`[Variant ${o}] ${c.message}`});}return {ok:false,errors:t}}var LO=n(()=>{he();pr();Ce();});var JO=n(()=>{LO();});function HO(p,i){return {parsedDiscriminant:p,rawDiscriminant:i}}var GO=n(()=>{});function OO(p,i){let e=typeof p=="string"?p:p.rawDiscriminant,t=typeof p=="string"?p:p.parsedDiscriminant,o=Ip(Ro(i)),a={parse:(s,c)=>KO({value:s,discriminant:e,transformedDiscriminant:t,transformDiscriminantValue:l=>{var m;return o.parse(l,{allowUnrecognizedEnumValues:c==null?void 0:c.allowUnrecognizedUnionMembers,breadcrumbsPrefix:[...(m=c==null?void 0:c.breadcrumbsPrefix)!=null?m:[],e]})},getAdditionalPropertiesSchema:l=>i[l],allowUnrecognizedUnionMembers:c==null?void 0:c.allowUnrecognizedUnionMembers,transformAdditionalProperties:(l,m)=>m.parse(l,c),breadcrumbsPrefix:c==null?void 0:c.breadcrumbsPrefix}),json:(s,c)=>KO({value:s,discriminant:t,transformedDiscriminant:e,transformDiscriminantValue:l=>{var m;return o.json(l,{allowUnrecognizedEnumValues:c==null?void 0:c.allowUnrecognizedUnionMembers,breadcrumbsPrefix:[...(m=c==null?void 0:c.breadcrumbsPrefix)!=null?m:[],t]})},getAdditionalPropertiesSchema:l=>i[l],allowUnrecognizedUnionMembers:c==null?void 0:c.allowUnrecognizedUnionMembers,transformAdditionalProperties:(l,m)=>m.json(l,c),breadcrumbsPrefix:c==null?void 0:c.breadcrumbsPrefix}),getType:()=>K.UNION};return {...ye(a),...se(a),...Qe(a)}}function KO({value:p,discriminant:i,transformedDiscriminant:e,transformDiscriminantValue:t,getAdditionalPropertiesSchema:o,allowUnrecognizedUnionMembers:a=false,transformAdditionalProperties:s,breadcrumbsPrefix:c=[]}){if(!br(p))return {ok:false,errors:[{path:c,message:ae(p,"object")}]};let{[i]:l,...m}=p;if(l==null)return {ok:false,errors:[{path:c,message:`Missing discriminant ("${i}")`}]};let u=t(l);if(!u.ok)return {ok:false,errors:u.errors};let d=o(u.value);if(d==null)return a?{ok:true,value:{[e]:u.value,...m}}:{ok:false,errors:[{path:[...c,i],message:"Unexpected discriminant value"}]};let f=s(m,d);return f.ok?{ok:true,value:{[e]:l,...f.value}}:f}var $O=n(()=>{he();ze();bo();Af();pr();Rf();xo();Ce();});var QO=n(()=>{GO();$O();});var YO=n(()=>{QK();ZK();Rf();dO();Tf();RO();vf();xo();CO();NO();Ce();MO();JO();QO();});var r={};L(r,{JsonError:()=>ri,ParseError:()=>ti,any:()=>xO,bigint:()=>OK,boolean:()=>_O,booleanLiteral:()=>fO,date:()=>YK,discriminant:()=>HO,enum_:()=>Ip,getObjectLikeUtils:()=>Qe,getObjectUtils:()=>mt,getSchemaUtils:()=>se,isProperty:()=>Vr,lazy:()=>eO,lazyObject:()=>lO,list:()=>Up,never:()=>AO,number:()=>zO,object:()=>Dp,objectWithoutOptionalProperties:()=>pO,optional:()=>yf,property:()=>oO,record:()=>DO,set:()=>BO,string:()=>vO,stringLiteral:()=>yO,transform:()=>bf,undiscriminatedUnion:()=>VO,union:()=>OO,unknown:()=>jO,withParsedProperties:()=>Pf});var XO=n(()=>{YO();});function ZO(p){if(p===null)return "null";switch(typeof p){case "undefined":return "undefined";case "string":case "number":case "boolean":break;default:p=String(p);break}return encodeURIComponent(p)}var qO=n(()=>{});function r$(p,...i){if(!p)return "";if(i.length===0)return p;if(p.includes("://")){let e;try{e=new URL(p);}catch{return e$(p,...i)}let t=i[i.length-1],o=t==null?void 0:t.endsWith("/");for(let a of i){let s=i$(a);s&&(e.pathname=t$(e.pathname,s));}return o&&!e.pathname.endsWith("/")&&(e.pathname+="/"),e.toString()}return e$(p,...i)}function e$(p,...i){if(i.length===0)return p;let e=p,t=i[i.length-1],o=t==null?void 0:t.endsWith("/");for(let a of i){let s=i$(a);s&&(e=t$(e,s));}return o&&!e.endsWith("/")&&(e+="/"),e}function t$(p,i){return p.endsWith("/")?p+i:`${p}/${i}`}function i$(p){if(!p)return p;let i=0,e=p.length;return p.startsWith("/")&&(i=1),p.endsWith("/")&&(e=p.length-1),i===0&&e===p.length?p:p.slice(i,e)}var o$=n(()=>{});var _={};L(_,{encodePathParam:()=>ZO,join:()=>r$,toQueryString:()=>ct});var a$=n(()=>{qO();o$();uo();});var b=n(()=>{jK();lf();JK();HK();mf();XO();a$();});function W(p){let i=z({"X-Fern-Language":"JavaScript","X-Fern-Runtime":ei.type,"X-Fern-Runtime-Version":ei.version,"Comet-Workspace":p==null?void 0:p.workspaceName},p==null?void 0:p.headers);return {...p,logging:fo.createLogger(p==null?void 0:p.logging),headers:i}}var X=n(()=>{$();b();});var v,Q=n(()=>{v={Default:"http://localhost:5173/api"};});function j(p,i,e,t){switch(p.reason){case "non-json":throw new A({statusCode:p.statusCode,body:p.rawBody,rawResponse:i});case "body-is-null":throw new A({statusCode:p.statusCode,rawResponse:i});case "timeout":throw new Mr(`Timeout exceeded when calling ${e} ${t}.`);case "unknown":throw new A({message:p.errorMessage,rawResponse:i});default:throw new A({message:"Unknown error",rawResponse:i})}}var Z=n(()=>{J();});var wo,n$=n(()=>{b();wo=r.object({blueprintName:r.property("blueprint_name",r.string())});});var jf,Ef=n(()=>{b();jf=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),envName:r.property("env_name",r.string()),blueprintId:r.property("blueprint_id",r.string()),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),endedAt:r.property("ended_at",r.date().optional())});});var _o,s$=n(()=>{b();Ef();_o=r.object({projectId:r.property("project_id",r.string()),envs:r.list(jf)});});var ko,p$=n(()=>{b();ko=r.object({projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),keys:r.list(r.string())});});var Cf=n(()=>{n$();s$();p$();});var c$=n(()=>{Cf();});var Np={};L(Np,{AgentConfigEnvSetByName:()=>wo,AgentConfigEnvUpdate:()=>_o,AgentConfigRemoveValues:()=>ko});var l$=n(()=>{c$();});var Bp,m$=n(()=>{b();Bp=r.enum_(["general","slack","pagerduty"]);});var If=n(()=>{m$();});var Fp={};L(Fp,{GetWebhookExamplesRequestAlertType:()=>Bp});var d$=n(()=>{If();});var Df,Uf=n(()=>{b();Df=r.enum_(["trace","thread"]);});var Ao,Nf=n(()=>{b();Uf();Ao=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string()),name:r.string(),description:r.string().optional(),instructions:r.string().optional(),scope:Df,commentsEnabled:r.property("comments_enabled",r.boolean().optional()),feedbackDefinitionNames:r.property("feedback_definition_names",r.list(r.string()).optional()),annotatorsPerItem:r.property("annotators_per_item",r.number().optional()),lockTimeoutSeconds:r.property("lock_timeout_seconds",r.number().optional())});});var Po,u$=n(()=>{b();Nf();Po=r.object({annotationQueues:r.property("annotation_queues",r.list(Ao))});});var zo,g$=n(()=>{b();zo=r.object({name:r.string().optional(),description:r.string().optional(),instructions:r.string().optional(),commentsEnabled:r.property("comments_enabled",r.boolean().optional()),feedbackDefinitionNames:r.property("feedback_definition_names",r.list(r.string()).optional()),annotatorsPerItem:r.property("annotators_per_item",r.number().optional()),lockTimeoutSeconds:r.property("lock_timeout_seconds",r.number().optional())});});var Bf=n(()=>{u$();g$();});var f$=n(()=>{Bf();});var Mp={};L(Mp,{AnnotationQueueBatchWrite:()=>Po,AnnotationQueueUpdate:()=>zo});var h$=n(()=>{f$();});var Ff,Mf=n(()=>{b();Ff=r.enum_(["ui","sdk","online_scoring"]);});var Wf,Vf=n(()=>{b();Wf=r.enum_(["passed","failed"]);});var Lf,Jf=n(()=>{b();Mf();Vf();Lf=r.object({entityId:r.property("entity_id",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string(),status:Wf,reason:r.string().optional(),source:Ff});});var Wp,Hf=n(()=>{b();Wp=r.enum_(["TRACE","SPAN","THREAD"]);});var So,y$=n(()=>{b();Jf();Hf();So=r.object({entityType:r.property("entity_type",Wp),assertionResults:r.property("assertion_results",r.list(Lf))});});var Gf=n(()=>{y$();});var b$=n(()=>{Gf();});var Kf=n(()=>{Hf();});var Vp={};L(Vp,{AssertionResultBatch:()=>So,AssertionResultBatchEntityType:()=>Wp});var R$=n(()=>{b$();Kf();});var Lp,Of=n(()=>{b();Lp=r.enum_(["trace","span"]);});var vo,x$=n(()=>{b();Of();vo=r.object({fileName:r.property("file_name",r.string()),numOfFileParts:r.property("num_of_file_parts",r.number()),mimeType:r.property("mime_type",r.string().optional()),projectName:r.property("project_name",r.string().optional()),entityType:r.property("entity_type",Lp),entityId:r.property("entity_id",r.string()),path:r.string()});});var $f=n(()=>{x$();});var Jp={};L(Jp,{Request:()=>Pq});var Pq,w$=n(()=>{b();Pq=r.record(r.string(),r.unknown());});var _$=n(()=>{$f();w$();});var Hp,k$=n(()=>{b();Hp=r.enum_(["trace","span"]);});var Gp,A$=n(()=>{b();Gp=r.enum_(["trace","span"]);});var Kp,P$=n(()=>{b();Kp=r.enum_(["trace","span"]);});var Qf=n(()=>{k$();A$();Of();P$();});var oi={};L(oi,{AttachmentListRequestEntityType:()=>Hp,DownloadAttachmentRequestEntityType:()=>Gp,StartMultipartUploadRequest:()=>vo,StartMultipartUploadRequestEntityType:()=>Lp,UploadAttachmentRequestEntityType:()=>Kp,uploadAttachment:()=>Jp});var z$=n(()=>{_$();Qf();});var To,Op=n(()=>{b();To=r.object({name:r.string().optional(),description:r.string().optional(),strict:r.boolean().optional(),parameters:r.record(r.string(),r.record(r.string(),r.unknown())).optional()});});var Rr,ai=n(()=>{b();Rr=r.object({name:r.string().optional(),arguments:r.string().optional()});});var V,ce=n(()=>{b();V=r.record(r.string(),r.unknown());});var jo,$p=n(()=>{b();ce();jo=r.object({role:r.string(),content:V});});var Yf,Xf=n(()=>{b();Yf=r.object({name:r.string().optional(),strict:r.boolean().optional(),schema:r.record(r.string(),r.record(r.string(),r.unknown())).optional()});});var Zf,qf=n(()=>{b();Zf=r.enum_(["text","json_object","json_schema"]);});var eh,rh=n(()=>{b();Xf();qf();eh=r.object({type:Zf.optional(),jsonSchema:r.property("json_schema",Yf.optional())});});var th,ih=n(()=>{b();th=r.object({includeUsage:r.property("include_usage",r.boolean().optional())});});var oh,ah=n(()=>{b();oh=r.enum_(["function"]);});var nh,sh=n(()=>{b();Op();ah();nh=r.object({type:oh.optional(),function:To.optional()});});var Eo,S$=n(()=>{b();Op();ai();$p();rh();ih();sh();Eo=r.object({model:r.string().optional(),messages:r.list(jo).optional(),temperature:r.number().optional(),topP:r.property("top_p",r.number().optional()),n:r.number().optional(),stream:r.boolean().optional(),streamOptions:r.property("stream_options",th.optional()),stop:r.list(r.string()).optional(),maxTokens:r.property("max_tokens",r.number().optional()),maxCompletionTokens:r.property("max_completion_tokens",r.number().optional()),presencePenalty:r.property("presence_penalty",r.number().optional()),frequencyPenalty:r.property("frequency_penalty",r.number().optional()),logitBias:r.property("logit_bias",r.record(r.string(),r.number()).optional()),user:r.string().optional(),responseFormat:r.property("response_format",eh.optional()),seed:r.number().optional(),tools:r.list(nh).optional(),toolChoice:r.property("tool_choice",r.record(r.string(),r.unknown()).optional()),parallelToolCalls:r.property("parallel_tool_calls",r.boolean().optional()),store:r.boolean().optional(),metadata:r.record(r.string(),r.string()).optional(),reasoningEffort:r.property("reasoning_effort",r.string().optional()),serviceTier:r.property("service_tier",r.string().optional()),logprobs:r.boolean().optional(),topLogprobs:r.property("top_logprobs",r.number().optional()),functions:r.list(To).optional(),functionCall:r.property("function_call",Rr.optional())});});var ph=n(()=>{S$();});var v$=n(()=>{ph();});var Qp={};L(Qp,{ChatCompletionRequest:()=>Eo});var T$=n(()=>{v$();});var ch,lh=n(()=>{b();ch=r.enum_(["llm_judge","code_metric"]);});var xr,ni=n(()=>{b();lh();ce();xr=r.object({name:r.string(),type:ch,config:V});});var Ye,dt=n(()=>{b();Ye=r.object({runsPerItem:r.property("runs_per_item",r.number().optional()),passThreshold:r.property("pass_threshold",r.number().optional())});});var mh,dh=n(()=>{b();mh=r.object({includeTags:r.boolean().optional(),includeFeedbackScores:r.boolean().optional(),includeComments:r.boolean().optional(),includeUsage:r.boolean().optional(),includeMetadata:r.boolean().optional()});});var Co,j$=n(()=>{b();ni();dt();dh();Co=r.object({spanIds:r.property("span_ids",r.list(r.string())),enrichmentOptions:r.property("enrichment_options",mh),evaluators:r.list(xr).optional(),executionPolicy:r.property("execution_policy",Ye.optional())});});var uh,gh=n(()=>{b();uh=r.object({includeSpans:r.boolean().optional(),includeTags:r.boolean().optional(),includeFeedbackScores:r.boolean().optional(),includeComments:r.boolean().optional(),includeUsage:r.boolean().optional(),includeMetadata:r.boolean().optional()});});var Io,E$=n(()=>{b();ni();dt();gh();Io=r.object({traceIds:r.property("trace_ids",r.list(r.string())),enrichmentOptions:r.property("enrichment_options",uh),evaluators:r.list(xr).optional(),executionPolicy:r.property("execution_policy",Ye.optional())});});var Do,C$=n(()=>{b();Do=r.object({model:r.string(),sampleCount:r.property("sample_count",r.number().optional()),preserveFields:r.property("preserve_fields",r.list(r.string()).optional()),variationInstructions:r.property("variation_instructions",r.string().optional()),customPrompt:r.property("custom_prompt",r.string().optional()),maxCompletionTokens:r.property("max_completion_tokens",r.number().optional())});});var Uo,I$=n(()=>{b();Uo=r.object({datasetName:r.property("dataset_name",r.string()),projectName:r.property("project_name",r.string().optional())});});var No,D$=n(()=>{b();No=r.object({datasetName:r.property("dataset_name",r.string()),projectName:r.property("project_name",r.string().optional())});});var fh,hh=n(()=>{b();fh=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Bo,Yp=n(()=>{b();hh();Bo=r.object({field:r.string().optional(),operator:fh.optional(),key:r.string().optional(),value:r.string().optional()});});var yh,bh=n(()=>{b();ni();dt();ce();yh=r.object({input:r.string().optional(),expectedOutput:r.property("expected_output",r.string().optional()),metadata:V.optional(),data:V.optional(),description:r.string().optional(),tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional()),evaluators:r.list(xr).optional(),executionPolicy:r.property("execution_policy",Ye.optional()),clearExecutionPolicy:r.property("clear_execution_policy",r.boolean().optional())});});var Fo,U$=n(()=>{b();Yp();bh();Fo=r.object({ids:r.list(r.string()).optional(),filters:r.list(Bo).optional(),datasetId:r.property("dataset_id",r.string().optional()),update:yh,mergeTags:r.property("merge_tags",r.boolean().optional())});});var Rh,xh=n(()=>{b();Rh=r.enum_(["manual","trace","span","sdk"]);});var wh,_h=n(()=>{b();wh=r.enum_(["llm_judge","code_metric"]);});var Se,wr=n(()=>{b();Se=r.record(r.string(),r.unknown());});var kh,Ah=n(()=>{b();_h();wr();kh=r.object({name:r.string(),type:wh,config:Se});});var Ph,zh=n(()=>{b();Ph=r.object({runsPerItem:r.property("runs_per_item",r.number().optional()),passThreshold:r.property("pass_threshold",r.number().optional())});});var Mo,Sh=n(()=>{b();xh();Ah();zh();ce();Mo=r.object({id:r.string().optional(),traceId:r.property("trace_id",r.string().optional()),spanId:r.property("span_id",r.string().optional()),source:Rh,data:V,description:r.string().optional(),tags:r.list(r.string()).optional(),evaluators:r.list(kh).optional(),executionPolicy:r.property("execution_policy",Ph.optional())});});var Wo,N$=n(()=>{b();Sh();Wo=r.object({datasetName:r.property("dataset_name",r.string().optional()),datasetId:r.property("dataset_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),items:r.list(Mo),batchGroupId:r.property("batch_group_id",r.string().optional()),copyFromDatasetId:r.property("copy_from_dataset_id",r.string().optional()),copyFromVersionId:r.property("copy_from_version_id",r.string().optional())});});var Vo,B$=n(()=>{b();Vo=r.object({datasetName:r.property("dataset_name",r.string()),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),steamLimit:r.property("steam_limit",r.number().optional()),datasetVersion:r.property("dataset_version",r.string().optional()),projectName:r.property("project_name",r.string().optional()),filters:r.string().optional()});});var Lo,F$=n(()=>{b();Yp();Lo=r.object({itemIds:r.property("item_ids",r.list(r.string()).optional()),datasetId:r.property("dataset_id",r.string().optional()),filters:r.list(Bo).optional(),batchGroupId:r.property("batch_group_id",r.string().optional())});});var Xp,vh=n(()=>{b();Xp=r.enum_(["private","public"]);});var Jo,M$=n(()=>{b();vh();Jo=r.object({name:r.string(),description:r.string().optional(),visibility:Xp.optional(),tags:r.list(r.string()).optional()});});var Ho,W$=n(()=>{b();Ho=r.object({versionRef:r.property("version_ref",r.string())});});var Go,V$=n(()=>{b();Go=r.object({versionName:r.property("version_name",r.string())});});var Ko,L$=n(()=>{b();Ko=r.object({tag:r.string()});});var Oo,J$=n(()=>{b();Oo=r.object({changeDescription:r.property("change_description",r.string().optional()),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional())});});var Zp,Th=n(()=>{b();Zp=r.enum_(["dataset","evaluation_suite"]);});var qp,jh=n(()=>{b();qp=r.enum_(["private","public"]);});var $o,H$=n(()=>{b();Th();jh();$o=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),type:Zp.optional(),visibility:qp.optional(),tags:r.list(r.string()).optional(),description:r.string().optional()});});var Eh=n(()=>{j$();E$();C$();I$();D$();U$();N$();B$();F$();M$();W$();V$();L$();J$();H$();});var Ch,Ih=n(()=>{b();Ch=r.enum_(["PENDING","PROCESSING","COMPLETED","FAILED"]);});var si,Dh=n(()=>{b();Ih();si=r.object({id:r.string().optional(),datasetId:r.property("dataset_id",r.string().optional()),datasetName:r.property("dataset_name",r.string().optional()),status:Ch.optional(),filePath:r.property("file_path",r.string().optional()),errorMessage:r.property("error_message",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),expiresAt:r.property("expires_at",r.date().optional()),viewedAt:r.property("viewed_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var ec={};L(ec,{Response:()=>zq});var zq,G$=n(()=>{b();Dh();zq=r.list(si);});var K$=n(()=>{G$();Eh();});var rc,O$=n(()=>{b();rc=r.enum_(["json","jsonl"]);});var Uh=n(()=>{O$();vh();Th();jh();});var pi={};L(pi,{CreateDatasetItemsFromJsonRequestFormat:()=>rc,CreateDatasetItemsFromSpansRequest:()=>Co,CreateDatasetItemsFromTracesRequest:()=>Io,DatasetExpansionWrite:()=>Do,DatasetIdentifier:()=>Uo,DatasetIdentifierPublic:()=>No,DatasetItemBatchUpdate:()=>Fo,DatasetItemBatchWrite:()=>Wo,DatasetItemStreamRequest:()=>Vo,DatasetItemsDelete:()=>Lo,DatasetUpdate:()=>Jo,DatasetUpdateVisibility:()=>Xp,DatasetVersionRestorePublic:()=>Ho,DatasetVersionRetrieveRequestPublic:()=>Go,DatasetVersionTag:()=>Ko,DatasetVersionUpdatePublic:()=>Oo,DatasetWrite:()=>$o,DatasetWriteType:()=>Zp,DatasetWriteVisibility:()=>qp,getDatasetExportJobs:()=>ec});var $$=n(()=>{K$();Uh();});var Qo,Q$=n(()=>{b();Qo=r.object({name:r.string().optional(),description:r.string().optional(),color:r.string().optional(),position:r.number().optional()});});var Yo,Y$=n(()=>{b();Yo=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),color:r.string().optional(),position:r.number().optional()});});var Nh=n(()=>{Q$();Y$();});var X$=n(()=>{Nh();});var tc={};L(tc,{EnvironmentUpdate:()=>Qo,EnvironmentWrite:()=>Yo});var Z$=n(()=>{X$();});var Xo,ic=n(()=>{b();Xo=r.object({name:r.string(),value:r.number()});});var Bh,Fh=n(()=>{b();Bh=r.enum_(["running","completed","cancelled"]);});var Mh,Wh=n(()=>{b();Mh=r.enum_(["regular","trial","mini-batch","mutation"]);});var Zo,Vh=n(()=>{b();ic();Fh();Wh();ce();Zo=r.object({name:r.string().optional(),metadata:V.optional(),tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional()),type:Mh.optional(),status:Bh.optional(),experimentScores:r.property("experiment_scores",r.list(Xo).optional())});});var qo,q$=n(()=>{b();Vh();qo=r.object({ids:r.list(r.string()),update:Zo,mergeTags:r.property("merge_tags",r.boolean().optional())});});var Lr,ea=n(()=>{b();Lr=r.object({id:r.string(),commit:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),promptId:r.property("prompt_id",r.string().optional()),promptName:r.property("prompt_name",r.string().optional())});});var Lh,Jh=n(()=>{b();ce();$p();ea();Lh=r.object({model:r.string(),messages:r.list(jo),configs:r.record(r.string(),V).optional(),promptVersions:r.property("prompt_versions",r.list(Lr).optional())});});var ra,eQ=n(()=>{b();Jh();ea();ra=r.object({datasetName:r.property("dataset_name",r.string()),datasetVersionId:r.property("dataset_version_id",r.string().optional()),prompts:r.list(Lh),projectName:r.property("project_name",r.string().optional()),datasetId:r.property("dataset_id",r.string()),versionHash:r.property("version_hash",r.string().optional()),promptVersions:r.property("prompt_versions",r.list(Lr).optional())});});var Hh,Gh=n(()=>{b();Hh=r.enum_(["ui","sdk","online_scoring"]);});var Kh,Oh=n(()=>{b();Kh=r.enum_(["ui","sdk","online_scoring"]);});var $h,Qh=n(()=>{b();Oh();$h=r.object({value:r.number().optional(),reason:r.string().optional(),categoryName:r.property("category_name",r.string().optional()),source:Kh.optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),spanType:r.property("span_type",r.string().optional()),spanId:r.property("span_id",r.string().optional())});});var Yh,Xh=n(()=>{b();Gh();Qh();Yh=r.object({name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:Hh,createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),valueByAuthor:r.property("value_by_author",r.record(r.string(),$h).optional())});});var Xe,ta=n(()=>{b();Xe=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var ia,oc=n(()=>{b();ia=r.object({exceptionType:r.property("exception_type",r.string()),message:r.string().optional(),traceback:r.string()});});var Zh,qh=n(()=>{b();Zh=r.enum_(["sdk","experiment","playground","optimization"]);});var ey,ry=n(()=>{b();ey=r.enum_(["general","tool","llm","guardrail"]);});var ty,iy=n(()=>{b();oc();ta();qh();ry();ty=r.object({id:r.string().optional(),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:ey.optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Xe.optional(),output:Xe.optional(),metadata:Xe.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),usage:r.record(r.string(),r.number()).optional(),errorInfo:r.property("error_info",ia.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostVersion:r.property("total_estimated_cost_version",r.string().optional()),ttft:r.number().optional(),source:Zh.optional(),environment:r.string().optional()});});var oy,ay=n(()=>{b();oy=r.enum_(["sdk","experiment","playground","optimization"]);});var ny,sy=n(()=>{b();oc();ta();ay();ny=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Xe.optional(),output:Xe.optional(),metadata:Xe.optional(),tags:r.list(r.string()).optional(),errorInfo:r.property("error_info",ia.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),ttft:r.number().optional(),threadId:r.property("thread_id",r.string().optional()),source:oy.optional(),environment:r.string().optional()});});var py,cy=n(()=>{b();Xh();ta();iy();sy();py=r.object({datasetItemId:r.property("dataset_item_id",r.string()),evaluateTaskResult:r.property("evaluate_task_result",Xe.optional()),trace:ny.optional(),spans:r.list(ty).optional(),feedbackScores:r.property("feedback_scores",r.list(Yh).optional())});});var oa,rQ=n(()=>{b();cy();oa=r.object({experimentName:r.property("experiment_name",r.string()),datasetName:r.property("dataset_name",r.string()),experimentId:r.property("experiment_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),items:r.list(py)});});var aa,tQ=n(()=>{b();aa=r.object({experimentName:r.property("experiment_name",r.string()),limit:r.number().optional(),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),truncate:r.boolean().optional(),projectName:r.property("project_name",r.string().optional())});});var ly,my=n(()=>{b();ly=r.object({value:r.string().optional(),passed:r.boolean().optional(),reason:r.string().optional()});});var ge,ut=n(()=>{b();ge=r.object({id:r.string().optional(),text:r.string(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var dy,uy=n(()=>{b();dy=r.enum_(["passed","failed"]);});var gy,fy=n(()=>{b();gy=r.enum_(["default","hidden"]);});var hy,yy=n(()=>{b();hy=r.enum_(["ui","sdk","online_scoring"]);});var by,Ry=n(()=>{b();by=r.enum_(["ui","sdk","online_scoring"]);});var xy,wy=n(()=>{b();Ry();xy=r.object({value:r.number().optional(),reason:r.string().optional(),categoryName:r.property("category_name",r.string().optional()),source:by.optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),spanType:r.property("span_type",r.string().optional()),spanId:r.property("span_id",r.string().optional())});});var Pe,gt=n(()=>{b();yy();wy();Pe=r.object({name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:hy,createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),valueByAuthor:r.property("value_by_author",r.record(r.string(),xy).optional())});});var le,Ze=n(()=>{b();le=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var na,ac=n(()=>{b();my();ut();dt();uy();fy();gt();Ze();na=r.object({id:r.string().optional(),experimentId:r.property("experiment_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string()),traceId:r.property("trace_id",r.string()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),input:le.optional(),output:le.optional(),traceMetadata:r.property("trace_metadata",le.optional()),feedbackScores:r.property("feedback_scores",r.list(Pe).optional()),comments:r.list(ge).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),duration:r.number().optional(),usage:r.record(r.string(),r.number()).optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),traceVisibilityMode:r.property("trace_visibility_mode",gy.optional()),description:r.string().optional(),executionPolicy:r.property("execution_policy",Ye.optional()),assertionResults:r.property("assertion_results",r.list(ly).optional()),status:dy.optional()});});var sa,iQ=n(()=>{b();ac();sa=r.object({experimentItems:r.property("experiment_items",r.list(na))});});var pa,oQ=n(()=>{b();pa=r.object({ids:r.list(r.string())});});var ca,aQ=n(()=>{b();ca=r.object({name:r.string(),limit:r.number().optional(),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),projectName:r.property("project_name",r.string().optional())});});var _y,ky=n(()=>{b();_y=r.object({name:r.string(),value:r.number()});});var Le,ci=n(()=>{b();Le=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var nc,Ay=n(()=>{b();nc=r.object({id:r.string()});});var sc,Py=n(()=>{b();sc=r.enum_(["dataset","evaluation_suite"]);});var pc,zy=n(()=>{b();pc=r.enum_(["running","completed","cancelled"]);});var cc,Sy=n(()=>{b();cc=r.enum_(["regular","trial","mini-batch","mutation"]);});var la,nQ=n(()=>{b();ky();ci();Ay();Py();zy();Sy();la=r.object({id:r.string().optional(),datasetName:r.property("dataset_name",r.string().nullable()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),metadata:Le.optional(),tags:r.list(r.string()).optional(),type:cc.optional(),evaluationMethod:r.property("evaluation_method",sc.optional()),optimizationId:r.property("optimization_id",r.string().optional()),status:pc.optional(),experimentScores:r.property("experiment_scores",r.list(_y).optional()),promptVersion:r.property("prompt_version",nc.optional()),promptVersions:r.property("prompt_versions",r.list(nc).optional()),datasetVersionId:r.property("dataset_version_id",r.string().optional())});});var vy=n(()=>{q$();eQ();rQ();tQ();iQ();oQ();aQ();nQ();});var sQ=n(()=>{vy();});var Ty=n(()=>{Py();zy();Sy();});var lc={};L(lc,{ExperimentBatchUpdate:()=>qo,ExperimentExecutionRequest:()=>ra,ExperimentItemBulkUploadExperimentItemBulkWriteView:()=>oa,ExperimentItemStreamRequest:()=>aa,ExperimentItemsBatch:()=>sa,ExperimentItemsDelete:()=>pa,ExperimentStreamRequestPublic:()=>ca,ExperimentWrite:()=>la,ExperimentWriteEvaluationMethod:()=>sc,ExperimentWriteStatus:()=>pc,ExperimentWriteType:()=>cc});var pQ=n(()=>{sQ();Ty();});var mc,cQ=n(()=>{b();mc=r.enum_(["numerical","categorical","boolean"]);});var jy=n(()=>{cQ();});var dc={};L(dc,{FindFeedbackDefinitionsRequestType:()=>mc});var lQ=n(()=>{jy();});var Ey,Cy=n(()=>{b();Ey=r.enum_(["TOPIC","PII"]);});var Iy,Dy=n(()=>{b();Iy=r.enum_(["passed","failed"]);});var Uy,Ny=n(()=>{b();Cy();Dy();ce();Uy=r.object({entityId:r.property("entity_id",r.string()),secondaryId:r.property("secondary_id",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:Ey,result:Iy,config:V,details:V});});var ma,mQ=n(()=>{b();Ny();ma=r.object({guardrails:r.list(Uy)});});var By=n(()=>{mQ();});var dQ=n(()=>{By();});var uc={};L(uc,{GuardrailBatchWrite:()=>ma});var uQ=n(()=>{dQ();});var gc={};L(gc,{Response:()=>Sq});var Sq,gQ=n(()=>{b();Sq=r.string();});var fQ=n(()=>{gQ();});var li={};L(li,{getLlmModels:()=>gc});var hQ=n(()=>{fQ();});var da,yQ=n(()=>{b();da=r.object({apiKey:r.property("api_key",r.string().optional()),name:r.string().optional(),providerName:r.property("provider_name",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),configuration:r.record(r.string(),r.string()).optional(),baseUrl:r.property("base_url",r.string().optional())});});var fc,Fy=n(()=>{b();fc=r.enum_(["openai","anthropic","gemini","openrouter","vertex-ai","bedrock","ollama","custom-llm","opik-free"]);});var ua,bQ=n(()=>{b();Fy();ua=r.object({provider:fc,apiKey:r.property("api_key",r.string().optional()),name:r.string().optional(),providerName:r.property("provider_name",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),configuration:r.record(r.string(),r.string()).optional(),baseUrl:r.property("base_url",r.string().optional())});});var My=n(()=>{yQ();bQ();});var RQ=n(()=>{My();});var Wy=n(()=>{Fy();});var hc={};L(hc,{ProviderApiKeyUpdate:()=>da,ProviderApiKeyWrite:()=>ua,ProviderApiKeyWriteProvider:()=>fc});var xQ=n(()=>{RQ();Wy();});var ga,wQ=n(()=>{b();ga=r.object({clientName:r.property("client_name",r.string()),redirectUris:r.property("redirect_uris",r.list(r.string())),logoUri:r.property("logo_uri",r.string().optional())});});var fa,_Q=n(()=>{b();fa=r.object({clientId:r.property("client_id",r.string()),redirectUri:r.property("redirect_uri",r.string()),codeChallenge:r.property("code_challenge",r.string()),codeChallengeMethod:r.property("code_challenge_method",r.string()),resource:r.string(),state:r.string().optional(),workspaceId:r.property("workspace_id",r.string().optional()),workspaceName:r.property("workspace_name",r.string().optional()),csrf:r.string().optional()});});var ha,kQ=n(()=>{b();ha=r.object({token:r.string().optional(),clientId:r.property("client_id",r.string().optional())});});var ya,AQ=n(()=>{b();ya=r.object({grantType:r.property("grant_type",r.string().optional()),code:r.string().optional(),redirectUri:r.property("redirect_uri",r.string().optional()),clientId:r.property("client_id",r.string().optional()),codeVerifier:r.property("code_verifier",r.string().optional()),refreshToken:r.property("refresh_token",r.string().optional())});});var Vy=n(()=>{wQ();_Q();kQ();AQ();});var PQ=n(()=>{Vy();});var yc={};L(yc,{ClientRegistrationRequest:()=>ga,ConsentRequest:()=>fa,RevokeRequest:()=>ha,TokenRequest:()=>ya});var zQ=n(()=>{PQ();});var Ly,Jy=n(()=>{b();Ly=r.object({name:r.string(),size:r.number().optional(),digest:r.string().optional(),modifiedAt:r.property("modified_at",r.date().optional())});});var bc={};L(bc,{Response:()=>vq});var vq,SQ=n(()=>{b();Jy();vq=r.list(Ly);});var vQ=n(()=>{SQ();});var mi={};L(mi,{listModels:()=>bc});var TQ=n(()=>{vQ();});var Rc,Hy=n(()=>{b();Rc=r.enum_(["running","completed","cancelled","initialized","error"]);});var ba,jQ=n(()=>{b();Hy();ba=r.object({name:r.string().optional(),status:Rc.optional()});});var Gy=n(()=>{jQ();});var EQ=n(()=>{Gy();});var Ky=n(()=>{Hy();});var xc={};L(xc,{OptimizationUpdate:()=>ba,OptimizationUpdateStatus:()=>Rc});var CQ=n(()=>{EQ();Ky();});var Ra,IQ=n(()=>{b();Ra=r.object({runnerName:r.property("runner_name",r.string()),hmac:r.string()});});var wc,Oy=n(()=>{b();wc=r.enum_(["connect","endpoint"]);});var xa,DQ=n(()=>{b();Oy();xa=r.object({projectId:r.property("project_id",r.string()),activationKey:r.property("activation_key",r.string()),ttlSeconds:r.property("ttl_seconds",r.number().optional()),type:wc});});var $y=n(()=>{IQ();DQ();});var UQ=n(()=>{$y();});var Qy=n(()=>{Oy();});var _c={};L(_c,{ActivateRequest:()=>Ra,CreateSessionRequest:()=>xa,CreateSessionRequestType:()=>wc});var NQ=n(()=>{UQ();Qy();});var kc,Yy=n(()=>{b();kc=r.enum_(["traces","spans","threads"]);});var wa,BQ=n(()=>{b();Yy();wa=r.object({entityType:r.property("entity_type",kc),filters:r.string().optional(),intervalStart:r.property("interval_start",r.date()),intervalEnd:r.property("interval_end",r.date().optional())});});var Xy,Zy=n(()=>{b();Xy=r.enum_(["none","tags","metadata","name","error_info","error_type","model","provider","type"]);});var qy,eb=n(()=>{b();Zy();qy=r.object({field:Xy.optional(),metadataKey:r.property("metadata_key",r.string().optional()),subMetric:r.property("sub_metric",r.string().optional())});});var rb,tb=n(()=>{b();rb=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var _r,di=n(()=>{b();tb();_r=r.object({field:r.string().optional(),operator:rb.optional(),key:r.string().optional(),value:r.string().optional()});});var ib,ob=n(()=>{b();ib=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var kr,ui=n(()=>{b();ob();kr=r.object({field:r.string().optional(),operator:ib.optional(),key:r.string().optional(),value:r.string().optional()});});var ab,nb=n(()=>{b();ab=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var ft,_a=n(()=>{b();nb();ft=r.object({field:r.string().optional(),operator:ab.optional(),key:r.string().optional(),value:r.string().optional()});});var Ac,sb=n(()=>{b();Ac=r.enum_(["HOURLY","DAILY","WEEKLY","TOTAL"]);});var Pc,pb=n(()=>{b();Pc=r.enum_(["FEEDBACK_SCORES","TRACE_COUNT","TOKEN_USAGE","DURATION","COST","GUARDRAILS_FAILED_COUNT","THREAD_COUNT","THREAD_DURATION","THREAD_FEEDBACK_SCORES","SPAN_FEEDBACK_SCORES","SPAN_COUNT","SPAN_DURATION","SPAN_TOKEN_USAGE","TRACE_AVERAGE_DURATION","TRACE_ERROR_RATE","SPAN_AVERAGE_DURATION","SPAN_COST","SPAN_ERROR_RATE","THREAD_AVERAGE_DURATION","THREAD_COST"]);});var ka,FQ=n(()=>{b();eb();di();ui();_a();sb();pb();ka=r.object({metricType:r.property("metric_type",Pc.optional()),interval:Ac.optional(),intervalStart:r.property("interval_start",r.date().optional()),intervalEnd:r.property("interval_end",r.date().optional()),spanFilters:r.property("span_filters",r.list(_r).optional()),traceFilters:r.property("trace_filters",r.list(kr).optional()),threadFilters:r.property("thread_filters",r.list(ft).optional()),breakdown:qy.optional()});});var Aa,MQ=n(()=>{b();Aa=r.object({name:r.string()});});var zc,cb=n(()=>{b();zc=r.enum_(["private","public"]);});var Pa,WQ=n(()=>{b();cb();Pa=r.object({name:r.string().optional(),description:r.string().optional(),visibility:zc.optional()});});var Sc,lb=n(()=>{b();Sc=r.enum_(["private","public"]);});var za,VQ=n(()=>{b();lb();za=r.object({name:r.string(),visibility:Sc.optional(),description:r.string().optional()});});var mb=n(()=>{BQ();FQ();MQ();WQ();VQ();});var LQ=n(()=>{mb();});var db=n(()=>{Yy();sb();pb();cb();lb();});var vc={};L(vc,{KpiCardRequest:()=>wa,KpiCardRequestEntityType:()=>kc,ProjectMetricRequestPublic:()=>ka,ProjectMetricRequestPublicInterval:()=>Ac,ProjectMetricRequestPublicMetricType:()=>Pc,ProjectRetrieveDetailed:()=>Aa,ProjectUpdate:()=>Pa,ProjectUpdateVisibility:()=>zc,ProjectWrite:()=>za,ProjectWriteVisibility:()=>Sc});var JQ=n(()=>{LQ();db();});var ub,gb=n(()=>{b();ub=r.record(r.string(),r.unknown());});var fb,hb=n(()=>{b();fb=r.enum_(["text","chat"]);});var yb,bb=n(()=>{b();yb=r.enum_(["mustache","jinja2","python"]);});var Rb,xb=n(()=>{b();Rb=r.enum_(["prompt_version","mask"]);});var Ie,Sa=n(()=>{b();gb();hb();bb();xb();Ie=r.object({id:r.string().optional(),promptId:r.property("prompt_id",r.string().optional()),commit:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),template:r.string(),metadata:ub.optional(),type:yb.optional(),versionType:r.property("version_type",Rb.optional()),environment:r.string().optional(),environments:r.list(r.string()).optional(),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional(),variables:r.list(r.string()).optional(),templateStructure:r.property("template_structure",fb.optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var Tc,wb=n(()=>{b();Tc=r.enum_(["text","chat"]);});var va,HQ=n(()=>{b();Sa();wb();va=r.object({name:r.string(),version:Ie,templateStructure:r.property("template_structure",Tc.optional()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional())});});var Ta,GQ=n(()=>{b();Ta=r.object({name:r.string(),description:r.string().optional(),tags:r.list(r.string()).optional()});});var _b,kb=n(()=>{b();_b=r.object({tags:r.list(r.string()).optional()});});var ja,KQ=n(()=>{b();kb();ja=r.object({ids:r.list(r.string()),update:_b,mergeTags:r.property("merge_tags",r.boolean().optional())});});var Ea,OQ=n(()=>{b();Ea=r.object({commits:r.list(r.string())});});var Ca,$Q=n(()=>{b();Ca=r.object({environments:r.list(r.string())});});var Ia,QQ=n(()=>{b();Ia=r.object({ids:r.list(r.string())});});var Da,YQ=n(()=>{b();Da=r.object({name:r.string(),commit:r.string().optional(),environment:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),projectName:r.property("project_name",r.string().optional())});});var jc,Ab=n(()=>{b();jc=r.enum_(["text","chat"]);});var Ec,Pb=n(()=>{b();Ec=r.enum_(["mustache","jinja2","python"]);});var Ua,XQ=n(()=>{b();wr();Ab();Pb();Ua=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),description:r.string().optional(),template:r.string().optional(),metadata:Se.optional(),changeDescription:r.property("change_description",r.string().optional()),type:Ec.optional(),templateStructure:r.property("template_structure",jc.optional()),tags:r.list(r.string()).optional()});});var zb=n(()=>{HQ();GQ();KQ();OQ();$Q();QQ();YQ();XQ();});var gi,Cc=n(()=>{b();gi=r.object({promptVersionId:r.property("prompt_version_id",r.string().optional()),commit:r.string().optional(),promptId:r.property("prompt_id",r.string().optional()),promptName:r.property("prompt_name",r.string().optional())});});var Ic={};L(Ic,{Response:()=>Tq});var Tq,ZQ=n(()=>{b();Cc();Tq=r.list(gi);});var Dc={};L(Dc,{Response:()=>jq});var jq,qQ=n(()=>{b();Sa();jq=r.list(Ie);});var e4=n(()=>{ZQ();zb();qQ();});var Sb=n(()=>{wb();Ab();Pb();});var ht={};L(ht,{CreatePromptVersionDetail:()=>va,CreatePromptVersionDetailTemplateStructure:()=>Tc,PromptUpdatable:()=>Ta,PromptVersionBatchUpdate:()=>ja,PromptVersionCommitsRequestPublic:()=>Ea,PromptVersionEnvironmentUpdate:()=>Ca,PromptVersionIdsRequestDetail:()=>Ia,PromptVersionRetrieveDetail:()=>Da,PromptWrite:()=>Ua,PromptWriteTemplateStructure:()=>jc,PromptWriteType:()=>Ec,getPromptsByCommits:()=>Ic,retrievePromptVersionsByIds:()=>Dc});var r4=n(()=>{e4();Sb();});var Uc,vb=n(()=>{b();Uc=r.enum_(["pending","completed","failed"]);});var Na,t4=n(()=>{b();ce();vb();Na=r.object({content:r.string().optional(),status:Uc,sessionId:r.property("session_id",r.string().optional()),recommendedActions:r.property("recommended_actions",V.optional())});});var Tb=n(()=>{t4();});var i4=n(()=>{Tb();});var jb=n(()=>{vb();});var Nc={};L(Nc,{ReportCompleteRequest:()=>Na,ReportCompleteRequestStatus:()=>Uc});var o4=n(()=>{i4();jb();});var Bc,Eb=n(()=>{b();Bc=r.enum_(["short_14d","base_60d","extended_400d","unlimited"]);});var Ba,a4=n(()=>{b();Eb();Ba=r.object({projectId:r.property("project_id",r.string().optional()),organizationLevel:r.property("organization_level",r.boolean().optional()),retention:Bc,applyToPast:r.property("apply_to_past",r.boolean().optional())});});var Cb=n(()=>{a4();});var n4=n(()=>{Cb();});var Ib=n(()=>{Eb();});var Fc={};L(Fc,{RetentionRuleWrite:()=>Ba,RetentionRuleWriteRetention:()=>Bc});var s4=n(()=>{n4();Ib();});var Fa,p4=n(()=>{b();Fa=r.object({maxCommands:r.property("max_commands",r.number().optional())});});var Mc,Db=n(()=>{b();Mc=r.enum_(["pending","picked_up","completed","failed","timed_out"]);});var Ma,c4=n(()=>{b();ce();Db();Ma=r.object({status:Mc,result:V.optional(),error:V.optional(),durationMs:r.property("duration_ms",r.number().optional())});});var Wc,Ub=n(()=>{b();Wc=r.enum_(["ReadFile","WriteFile","EditFile","ListFiles","SearchFiles","Exec"]);});var Wa,l4=n(()=>{b();ce();Ub();Wa=r.object({type:Wc,args:V,timeoutSeconds:r.property("timeout_seconds",r.number().optional())});});var Va,Vc=n(()=>{b();Va=r.object({datasetId:r.property("dataset_id",r.string().optional()),datasetVersionId:r.property("dataset_version_id",r.string().optional()),datasetItemVersionId:r.property("dataset_item_version_id",r.string().optional()),datasetItemId:r.property("dataset_item_id",r.string().optional())});});var La,m4=n(()=>{b();ce();Vc();La=r.object({agentName:r.property("agent_name",r.string()),inputs:V.optional(),projectId:r.property("project_id",r.string()),maskId:r.property("mask_id",r.string().optional()),promptMasks:r.property("prompt_masks",r.record(r.string(),r.string()).optional()),blueprintName:r.property("blueprint_name",r.string().optional()),metadata:Va.optional()});});var Ja,d4=n(()=>{b();Ja=r.object({capabilities:r.list(r.string()).optional()});});var Lc,Nb=n(()=>{b();Lc=r.enum_(["pending","running","completed","failed","cancelled"]);});var Ha,u4=n(()=>{b();ce();Nb();Ha=r.object({status:Lc,result:V.optional(),error:r.string().optional(),traceId:r.property("trace_id",r.string().optional())});});var Bb=n(()=>{p4();c4();l4();m4();d4();u4();});var Ga,Jc=n(()=>{b();Ga=r.object({stream:r.string(),text:r.string()});});var Hc={};L(Hc,{Request:()=>Eq});var Eq,g4=n(()=>{b();Jc();Eq=r.list(Ga);});var Gc={};L(Gc,{Response:()=>Cq});var Cq,f4=n(()=>{b();Jc();Cq=r.list(Ga);});var Fb,Mb=n(()=>{b();Fb=r.enum_(["pending","running","completed","failed","cancelled"]);});var yt,Kc=n(()=>{b();ce();Vc();Mb();yt=r.object({id:r.string().optional(),runnerId:r.property("runner_id",r.string().optional()),agentName:r.property("agent_name",r.string().optional()),status:Fb.optional(),inputs:V.optional(),result:V.optional(),error:r.string().optional(),projectId:r.property("project_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),maskId:r.property("mask_id",r.string().optional()),promptMasks:r.property("prompt_masks",r.record(r.string(),r.string()).optional()),blueprintName:r.property("blueprint_name",r.string().optional()),metadata:Va.optional(),timeout:r.number().optional(),createdAt:r.property("created_at",r.date().optional()),startedAt:r.property("started_at",r.date().optional()),completedAt:r.property("completed_at",r.date().optional())});});var Oc={};L(Oc,{Response:()=>Iq});var Iq,h4=n(()=>{Kc();Iq=yt.nullable();});var $c={};L($c,{Request:()=>Dq});var Dq,y4=n(()=>{b();Dq=r.record(r.string(),r.unknown());});var Qc={};L(Qc,{Request:()=>Uq});var Uq,b4=n(()=>{b();Uq=r.record(r.string(),r.unknown());});var R4=n(()=>{g4();f4();h4();y4();b4();Bb();});var Yc,x4=n(()=>{b();Yc=r.enum_(["pairing","connected","disconnected"]);});var Wb=n(()=>{Db();Ub();x4();Nb();});var lr={};L(lr,{BridgeCommandNextRequest:()=>Fa,BridgeCommandResultRequest:()=>Ma,BridgeCommandResultRequestStatus:()=>Mc,BridgeCommandSubmitRequest:()=>Wa,BridgeCommandSubmitRequestType:()=>Wc,CreateLocalRunnerJobRequest:()=>La,ListRunnersRequestStatus:()=>Yc,LocalRunnerHeartbeatRequest:()=>Ja,LocalRunnerJobResultRequest:()=>Ha,LocalRunnerJobResultRequestStatus:()=>Lc,appendJobLogs:()=>Hc,getJobLogs:()=>Gc,nextJob:()=>Oc,patchChecklist:()=>$c,registerAgents:()=>Qc});var w4=n(()=>{R4();Wb();});var Ar,fi=n(()=>{b();Ar=r.object({exceptionType:r.property("exception_type",r.string()),message:r.string().optional(),traceback:r.string()});});var Vb,Lb=n(()=>{b();Vb=r.enum_(["sdk","experiment","playground","optimization"]);});var Jb,Hb=n(()=>{b();Jb=r.enum_(["general","tool","llm","guardrail"]);});var Ka,Gb=n(()=>{b();fi();Ze();Lb();Hb();Ka=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),traceId:r.property("trace_id",r.string()),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:Jb.optional(),endTime:r.property("end_time",r.date().optional()),input:le.optional(),output:le.optional(),metadata:le.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional()),usage:r.record(r.string(),r.number()).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),errorInfo:r.property("error_info",Ar.optional()),ttft:r.number().optional(),source:Vb.optional(),environment:r.string().optional()});});var Oa,_4=n(()=>{b();Gb();Oa=r.object({ids:r.list(r.string()),update:Ka,mergeTags:r.property("merge_tags",r.boolean().optional())});});var $a,Xc=n(()=>{b();$a=r.object({exceptionType:r.property("exception_type",r.string()),message:r.string().optional(),traceback:r.string()});});var Kb,Ob=n(()=>{b();Kb=r.enum_(["sdk","experiment","playground","optimization"]);});var $b,Qb=n(()=>{b();$b=r.enum_(["general","tool","llm","guardrail"]);});var Qa,Yb=n(()=>{b();Xc();ci();Ob();Qb();Qa=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:$b.optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Le.optional(),output:Le.optional(),metadata:Le.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),usage:r.record(r.string(),r.number()).optional(),errorInfo:r.property("error_info",$a.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostVersion:r.property("total_estimated_cost_version",r.string().optional()),ttft:r.number().optional(),source:Kb.optional(),environment:r.string().optional()});});var Ya,k4=n(()=>{b();Yb();Ya=r.object({spans:r.list(Qa)});});var Zc,Xb=n(()=>{b();Zc=r.enum_(["name","type","start_time","end_time","input","output","metadata","model","provider","tags","usage","error_info","created_at","created_by","last_updated_by","feedback_scores","comments","total_estimated_cost","total_estimated_cost_version","duration","ttft","source","environment"]);});var qc,Zb=n(()=>{b();qc=r.enum_(["general","tool","llm","guardrail"]);});var Xa,A4=n(()=>{b();di();Xb();Zb();Xa=r.object({traceId:r.property("trace_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),type:qc.optional(),filters:r.list(_r).optional(),limit:r.number().optional(),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),truncate:r.boolean().optional(),exclude:r.list(Zc).optional(),fromTime:r.property("from_time",r.date().optional()),toTime:r.property("to_time",r.date().optional())});});var qb=n(()=>{_4();k4();A4();});var P4=n(()=>{qb();});var el,z4=n(()=>{b();el=r.enum_(["general","tool","llm","guardrail"]);});var rl,S4=n(()=>{b();rl=r.enum_(["general","tool","llm","guardrail"]);});var tl,v4=n(()=>{b();tl=r.enum_(["general","tool","llm","guardrail"]);});var eR=n(()=>{z4();S4();v4();Xb();Zb();});var il={};L(il,{FindFeedbackScoreNames1RequestType:()=>el,GetSpanStatsRequestType:()=>rl,GetSpansByProjectRequestType:()=>tl,SpanBatchUpdate:()=>Oa,SpanBatchWrite:()=>Ya,SpanSearchStreamRequestPublic:()=>Xa,SpanSearchStreamRequestPublicExcludeItem:()=>Zc,SpanSearchStreamRequestPublicType:()=>qc});var T4=n(()=>{P4();eR();});var Za,j4=n(()=>{b();Za=r.object({projectName:r.property("project_name",r.string()),threadId:r.property("thread_id",r.string()),names:r.list(r.string()),author:r.string().optional()});});var qa,E4=n(()=>{b();qa=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),threadIds:r.property("thread_ids",r.list(r.string()))});});var rR,tR=n(()=>{b();rR=r.enum_(["ui","sdk","online_scoring"]);});var iR,oR=n(()=>{b();tR();iR=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:rR,author:r.string().optional(),threadId:r.property("thread_id",r.string())});});var en,C4=n(()=>{b();oR();en=r.object({scores:r.list(iR)});});var aR,nR=n(()=>{b();aR=r.enum_(["sdk","experiment","playground","optimization"]);});var rn,sR=n(()=>{b();fi();Ze();nR();rn=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string().optional(),endTime:r.property("end_time",r.date().optional()),input:le.optional(),output:le.optional(),metadata:le.optional(),tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional()),errorInfo:r.property("error_info",Ar.optional()),threadId:r.property("thread_id",r.string().optional()),ttft:r.number().optional(),source:aR.optional(),environment:r.string().optional()});});var tn,I4=n(()=>{b();sR();tn=r.object({ids:r.list(r.string()),update:rn,mergeTags:r.property("merge_tags",r.boolean().optional())});});var pR,cR=n(()=>{b();pR=r.enum_(["sdk","experiment","playground","optimization"]);});var on,lR=n(()=>{b();Xc();ci();cR();on=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Le.optional(),output:Le.optional(),metadata:Le.optional(),tags:r.list(r.string()).optional(),errorInfo:r.property("error_info",$a.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),ttft:r.number().optional(),threadId:r.property("thread_id",r.string().optional()),source:pR.optional(),environment:r.string().optional()});});var an,D4=n(()=>{b();lR();an=r.object({traces:r.list(on)});});var ol,mR=n(()=>{b();ol=r.enum_(["name","start_time","end_time","input","output","metadata","tags","error_info","usage","created_at","created_by","last_updated_by","feedback_scores","span_feedback_scores","comments","guardrails_validations","total_estimated_cost","span_count","llm_span_count","has_tool_spans","duration","ttft","thread_id","visibility_mode","providers","experiment","source","environment"]);});var nn,U4=n(()=>{b();ui();mR();nn=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),filters:r.list(kr).optional(),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),limit:r.number().optional(),truncate:r.boolean().optional(),stripAttachments:r.property("strip_attachments",r.boolean().optional()),exclude:r.list(ol).optional(),fromTime:r.property("from_time",r.date().optional()),toTime:r.property("to_time",r.date().optional())});});var sn,N4=n(()=>{b();sn=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),threadId:r.property("thread_id",r.string().optional()),threadIds:r.property("thread_ids",r.list(r.string()).optional())});});var pn,dR=n(()=>{b();pn=r.object({tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional())});});var cn,B4=n(()=>{b();dR();cn=r.object({ids:r.list(r.string()),update:pn,mergeTags:r.property("merge_tags",r.boolean().optional())});});var uR,gR=n(()=>{b();uR=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var qe,bt=n(()=>{b();gR();qe=r.object({field:r.string().optional(),operator:uR.optional(),key:r.string().optional(),value:r.string().optional()});});var ln,F4=n(()=>{b();bt();ln=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),filters:r.list(qe).optional(),lastRetrievedThreadModelId:r.property("last_retrieved_thread_model_id",r.string().optional()),limit:r.number().optional(),truncate:r.boolean().optional(),stripAttachments:r.property("strip_attachments",r.boolean().optional()),fromTime:r.property("from_time",r.date().optional()),toTime:r.property("to_time",r.date().optional())});});var fR=n(()=>{j4();E4();C4();I4();D4();U4();N4();B4();F4();});var M4=n(()=>{fR();});var hR=n(()=>{mR();});var al={};L(al,{DeleteThreadFeedbackScores:()=>Za,DeleteTraceThreads:()=>qa,FeedbackScoreBatchThread:()=>en,TraceBatchUpdate:()=>tn,TraceBatchWrite:()=>an,TraceSearchStreamRequestPublic:()=>nn,TraceSearchStreamRequestPublicExcludeItem:()=>ol,TraceThreadBatchIdentifier:()=>sn,TraceThreadBatchUpdate:()=>cn,TraceThreadSearchStreamRequest:()=>ln});var W4=n(()=>{M4();hR();});var mn,V4=n(()=>{b();mn=r.object({role:r.string().optional(),integrations:r.list(r.string()).optional(),email:r.string().optional(),joinBetaProgram:r.property("join_beta_program",r.boolean().optional())});});var yR=n(()=>{V4();});var L4=n(()=>{yR();});var nl={};L(nl,{WelcomeWizardSubmission:()=>mn});var J4=n(()=>{L4();});var H4=n(()=>{Cf();l$();d$();If();Bf();h$();Gf();R$();Kf();$f();z$();Qf();ph();T$();Eh();$$();Uh();Nh();Z$();vy();pQ();Ty();lQ();jy();By();uQ();hQ();My();xQ();Wy();Vy();zQ();TQ();Gy();CQ();Ky();$y();NQ();Qy();mb();JQ();db();zb();r4();Sb();Tb();o4();jb();Cb();s4();Ib();Bb();w4();Wb();qb();T4();eR();fR();W4();hR();yR();J4();});var bR,RR=n(()=>{b();bR=r.enum_(["required","optional"]);});var xR,wR=n(()=>{b();RR();xR=r.object({name:r.string(),type:r.string(),presence:bR.optional()});});var _R,kR=n(()=>{b();wR();_R=r.object({name:r.string().optional(),description:r.string().optional(),language:r.string().optional(),executable:r.string().optional(),sourceFile:r.property("source_file",r.string().optional()),params:r.list(xR).optional(),timeout:r.number().optional()});});var AR,PR=n(()=>{b();AR=r.enum_(["blueprint","mask"]);});var zR,SR=n(()=>{b();zR=r.enum_(["string","integer","float","boolean","prompt","prompt_commit"]);});var vR,TR=n(()=>{b();SR();vR=r.object({key:r.string(),value:r.string().optional(),type:zR,description:r.string().optional()});});var jR,ER=n(()=>{b();PR();TR();jR=r.object({id:r.string().optional(),name:r.string().optional(),type:AR,description:r.string().optional(),envs:r.list(r.string()).optional(),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),values:r.list(vR)});});var CR,IR=n(()=>{b();CR=r.enum_(["blueprint","mask"]);});var DR,UR=n(()=>{b();DR=r.enum_(["string","integer","float","boolean","prompt","prompt_commit"]);});var NR,BR=n(()=>{b();UR();NR=r.object({key:r.string(),value:r.string().optional(),type:DR,description:r.string().optional()});});var Rt,G4=n(()=>{b();IR();BR();Rt=r.object({id:r.string().optional(),name:r.string().optional(),type:CR,description:r.string().optional(),envs:r.list(r.string()).optional(),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),values:r.list(NR)});});var FR,MR=n(()=>{b();FR=r.enum_(["blueprint","mask"]);});var WR,VR=n(()=>{b();WR=r.enum_(["string","integer","float","boolean","prompt","prompt_commit"]);});var LR,JR=n(()=>{b();VR();LR=r.object({key:r.string(),value:r.string().optional(),type:WR,description:r.string().optional()});});var HR,GR=n(()=>{b();MR();JR();HR=r.object({id:r.string().optional(),type:FR,description:r.string().optional(),values:r.list(LR)});});var sl,K4=n(()=>{b();GR();sl=r.object({projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),id:r.string().optional(),blueprint:HR});});var ve,Jr=n(()=>{b();ve=r.object({name:r.string(),value:r.number()});});var Pr,hi=n(()=>{b();Pr=r.object({p50:r.number().optional(),p90:r.number().optional(),p99:r.number().optional()});});var KR,OR=n(()=>{b();Jr();hi();KR=r.object({experimentCount:r.property("experiment_count",r.number().optional()),traceCount:r.property("trace_count",r.number().optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostAvg:r.property("total_estimated_cost_avg",r.number().optional()),duration:Pr.optional(),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),experimentScores:r.property("experiment_scores",r.list(ve).optional()),passRateAvg:r.property("pass_rate_avg",r.number().optional()),passedCountSum:r.property("passed_count_sum",r.number().optional()),totalCountSum:r.property("total_count_sum",r.number().optional())});});var $R,QR=n(()=>{b();$R=r.enum_(["general","slack","pagerduty"]);});var YR,XR=n(()=>{b();YR=r.enum_(["scope:project","threshold:feedback_score","threshold:cost","threshold:latency","threshold:errors"]);});var ZR,qR=n(()=>{b();XR();ZR=r.object({id:r.string().optional(),alertTriggerId:r.property("alert_trigger_id",r.string().optional()),type:YR,configValue:r.property("config_value",r.record(r.string(),r.string()).optional()),groupIndex:r.property("group_index",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var ex,rx=n(()=>{b();ex=r.enum_(["trace:errors","trace:feedback_score","trace_thread:feedback_score","prompt:created","prompt:committed","trace:guardrails_triggered","prompt:deleted","experiment:finished","trace:cost","trace:latency"]);});var tx,ix=n(()=>{b();qR();rx();tx=r.object({id:r.string().optional(),alertId:r.property("alert_id",r.string().optional()),eventType:r.property("event_type",ex),triggerConfigs:r.property("trigger_configs",r.list(ZR).optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var ox,ax=n(()=>{b();ox=r.object({id:r.string().optional(),name:r.string().optional(),url:r.string(),secretToken:r.property("secret_token",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Nq,O4=n(()=>{b();QR();ix();ax();Nq=r.object({id:r.string().optional(),name:r.string().optional(),enabled:r.boolean().optional(),alertType:r.property("alert_type",$R.optional()),metadata:r.record(r.string(),r.string()).optional(),webhook:ox,triggers:r.list(tx).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),projectId:r.property("project_id",r.string().optional())});});var nx,sx=n(()=>{b();nx=r.enum_(["general","slack","pagerduty"]);});var px,cx=n(()=>{b();px=r.enum_(["scope:project","threshold:feedback_score","threshold:cost","threshold:latency","threshold:errors"]);});var lx,mx=n(()=>{b();cx();lx=r.object({id:r.string().optional(),alertTriggerId:r.property("alert_trigger_id",r.string().optional()),type:px,configValue:r.property("config_value",r.record(r.string(),r.string()).optional()),groupIndex:r.property("group_index",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var dx,ux=n(()=>{b();dx=r.enum_(["trace:errors","trace:feedback_score","trace_thread:feedback_score","prompt:created","prompt:committed","trace:guardrails_triggered","prompt:deleted","experiment:finished","trace:cost","trace:latency"]);});var gx,fx=n(()=>{b();mx();ux();gx=r.object({id:r.string().optional(),alertId:r.property("alert_id",r.string().optional()),eventType:r.property("event_type",dx),triggerConfigs:r.property("trigger_configs",r.list(lx).optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var hx,yx=n(()=>{b();hx=r.object({id:r.string().optional(),name:r.string().optional(),url:r.string(),secretToken:r.property("secret_token",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var dn,bx=n(()=>{b();sx();fx();yx();dn=r.object({id:r.string().optional(),name:r.string().optional(),enabled:r.boolean().optional(),alertType:r.property("alert_type",nx.optional()),metadata:r.record(r.string(),r.string()).optional(),webhook:hx,triggers:r.list(gx).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),projectId:r.property("project_id",r.string().optional())});});var un,$4=n(()=>{b();bx();un=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(dn).optional(),sortableBy:r.property("sortable_by",r.list(r.string()).optional())});});var Rx,xx=n(()=>{b();Rx=r.enum_(["scope:project","threshold:feedback_score","threshold:cost","threshold:latency","threshold:errors"]);});var wx,_x=n(()=>{b();xx();wx=r.object({id:r.string().optional(),type:Rx,configValue:r.property("config_value",r.record(r.string(),r.string()).optional()),groupIndex:r.property("group_index",r.number().optional())});});var kx,Ax=n(()=>{b();kx=r.enum_(["trace:errors","trace:feedback_score","trace_thread:feedback_score","prompt:created","prompt:committed","trace:guardrails_triggered","prompt:deleted","experiment:finished","trace:cost","trace:latency"]);});var Px,zx=n(()=>{b();_x();Ax();Px=r.object({id:r.string().optional(),eventType:r.property("event_type",kx),triggerConfigs:r.property("trigger_configs",r.list(wx).optional())});});var Sx,vx=n(()=>{b();Sx=r.enum_(["general","slack","pagerduty"]);});var Tx,jx=n(()=>{b();Tx=r.object({id:r.string().optional(),name:r.string().optional(),url:r.string(),secretToken:r.property("secret_token",r.string().optional()),headers:r.record(r.string(),r.string()).optional()});});var gn,Q4=n(()=>{b();zx();vx();jx();gn=r.object({id:r.string().optional(),name:r.string().optional(),enabled:r.boolean().optional(),alertType:r.property("alert_type",Sx.optional()),metadata:r.record(r.string(),r.string()).optional(),webhook:Tx,triggers:r.list(Px).optional(),projectId:r.property("project_id",r.string().optional())});});var Ex,Cx=n(()=>{b();Ex=r.object({username:r.string().optional(),status:r.number().optional()});});var Ix,Dx=n(()=>{b();Ix=r.enum_(["trace","thread"]);});var Ux,Nx=n(()=>{b();Cx();Dx();Jr();Ux=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string()),projectName:r.property("project_name",r.string().optional()),name:r.string(),description:r.string().optional(),instructions:r.string().optional(),scope:Ix,commentsEnabled:r.property("comments_enabled",r.boolean().optional()),feedbackDefinitionNames:r.property("feedback_definition_names",r.list(r.string()).optional()),annotatorsPerItem:r.property("annotators_per_item",r.number().optional()),lockTimeoutSeconds:r.property("lock_timeout_seconds",r.number().optional()),reviewers:r.list(Ex).optional(),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),itemsCount:r.property("items_count",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Bq,Y4=n(()=>{b();Nx();Bq=r.object({annotationQueues:r.property("annotation_queues",r.list(Ux))});});var pl,X4=n(()=>{b();pl=r.object({ids:r.list(r.string())});});var Bx,Fx=n(()=>{b();Bx=r.enum_(["trace","thread"]);});var Mx,Wx=n(()=>{b();Mx=r.object({username:r.string().optional(),status:r.number().optional()});});var Hr,fn=n(()=>{b();Hr=r.object({name:r.string(),value:r.number()});});var hn,Vx=n(()=>{b();Fx();Wx();fn();hn=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string()),projectName:r.property("project_name",r.string().optional()),name:r.string(),description:r.string().optional(),instructions:r.string().optional(),scope:Bx,commentsEnabled:r.property("comments_enabled",r.boolean().optional()),feedbackDefinitionNames:r.property("feedback_definition_names",r.list(r.string()).optional()),annotatorsPerItem:r.property("annotators_per_item",r.number().optional()),lockTimeoutSeconds:r.property("lock_timeout_seconds",r.number().optional()),reviewers:r.list(Mx).optional(),feedbackScores:r.property("feedback_scores",r.list(Hr).optional()),itemsCount:r.property("items_count",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Lx,Z4=n(()=>{b();Vx();Lx=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(hn).optional(),sortableBy:r.list(r.string()).optional()});});var Jx,Hx=n(()=>{b();Jx=r.object({value:r.string().optional(),passed:r.boolean().optional(),reason:r.string().optional()});});var Gx,Kx=n(()=>{b();Gx=r.object({name:r.string(),value:r.number()});});var Ox,$x=n(()=>{b();Ox=r.object({name:r.string(),value:r.number()});});var Qx,Yx=n(()=>{b();Qx=r.enum_(["system","user","assistant","tool","function"]);});var Xx,Zx=n(()=>{b();Xx=r.enum_(["function"]);});var yn,cl=n(()=>{b();ai();Zx();yn=r.object({id:r.string().optional(),index:r.number().optional(),type:Xx.optional(),function:Rr.optional()});});var qx,ew=n(()=>{b();Yx();ai();cl();qx=r.object({role:Qx.optional(),content:r.string().optional(),reasoningContent:r.property("reasoning_content",r.string().optional()),name:r.string().optional(),toolCalls:r.property("tool_calls",r.list(yn).optional()),refusal:r.string().optional(),functionCall:r.property("function_call",Rr.optional())});});var rw,tw=n(()=>{b();rw=r.object({link:r.string().optional(),fileName:r.property("file_name",r.string()),fileSize:r.property("file_size",r.number()),mimeType:r.property("mime_type",r.string())});});var iw,q4=n(()=>{b();tw();iw=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(rw).optional(),sortableBy:r.list(r.string()).optional()});});var ow,aw=n(()=>{b();ow=r.object({url:r.string()});});var nw,sw=n(()=>{b();nw=r.object({url:r.string()});});var pw,cw=n(()=>{b();pw=r.object({url:r.string()});});var lw,e6=n(()=>{b();lw=r.record(r.string(),r.unknown());});var mw,r6=n(()=>{b();mw=r.object({issuer:r.string().optional(),authorizationEndpoint:r.property("authorization_endpoint",r.string().optional()),tokenEndpoint:r.property("token_endpoint",r.string().optional()),revocationEndpoint:r.property("revocation_endpoint",r.string().optional()),registrationEndpoint:r.property("registration_endpoint",r.string().optional()),responseTypesSupported:r.property("response_types_supported",r.list(r.string()).optional()),grantTypesSupported:r.property("grant_types_supported",r.list(r.string()).optional()),codeChallengeMethodsSupported:r.property("code_challenge_methods_supported",r.list(r.string()).optional()),tokenEndpointAuthMethodsSupported:r.property("token_endpoint_auth_methods_supported",r.list(r.string()).optional())});});var dw,uw=n(()=>{b();dw=r.object({id:r.string().optional(),name:r.string().optional()});});var gw,t6=n(()=>{b();uw();gw=r.object({clientName:r.property("client_name",r.string().optional()),clientLogoUri:r.property("client_logo_uri",r.string().optional()),workspaces:r.list(dw).optional(),csrfToken:r.property("csrf_token",r.string().optional())});});var fw,hw=n(()=>{b();fw=r.enum_(["evaluator"]);});var yw,bw=n(()=>{b();yw=r.object({url:r.string(),detail:r.string().optional()});});var Rw,xw=n(()=>{b();Rw=r.object({url:r.string()});});var ww,_w=n(()=>{b();aw();bw();xw();ww=r.object({type:r.string(),text:r.string().optional(),imageUrl:r.property("image_url",yw.optional()),videoUrl:r.property("video_url",Rw.optional()),audioUrl:r.property("audio_url",ow.optional())});});var kw,Aw=n(()=>{b();kw=r.enum_(["SYSTEM","USER","AI","TOOL_EXECUTION_RESULT","CUSTOM"]);});var xt,bn=n(()=>{b();_w();Aw();xt=r.object({role:kw,content:r.string().optional(),contentArray:r.property("content_array",r.list(ww).optional()),stringContent:r.property("string_content",r.boolean().optional()),structuredContent:r.property("structured_content",r.boolean().optional())});});var wt,Rn=n(()=>{b();ce();wt=r.object({name:r.string(),temperature:r.number().optional(),seed:r.number().optional(),customParameters:r.property("custom_parameters",V.optional())});});var Pw,zw=n(()=>{b();Pw=r.enum_(["BOOLEAN","INTEGER","DOUBLE"]);});var _t,xn=n(()=>{b();zw();_t=r.object({name:r.string(),type:Pw,description:r.string()});});var wn,ll=n(()=>{b();bn();Rn();xn();wn=r.object({model:wt,messages:r.list(xt),variables:r.record(r.string(),r.string()),schema:r.list(_t)});});var Sw,vw=n(()=>{b();Sw=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var zr,yi=n(()=>{b();vw();zr=r.object({field:r.string().optional(),operator:Sw.optional(),key:r.string().optional(),value:r.string().optional()});});var Tw,jw=n(()=>{b();ll();yi();Tw=r.object({filters:r.list(zr).optional(),code:wn.optional()});});var Ew,Cw=n(()=>{b();Ew=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Sr,bi=n(()=>{b();Cw();Sr=r.object({field:r.string().optional(),operator:Ew.optional(),key:r.string().optional(),value:r.string().optional()});});var _n,ml=n(()=>{b();bn();Rn();xn();_n=r.object({model:wt,messages:r.list(xt),variables:r.record(r.string(),r.string()),schema:r.list(_t)});});var Iw,Dw=n(()=>{b();bi();ml();Iw=r.object({filters:r.list(Sr).optional(),code:_n.optional()});});var kn,dl=n(()=>{b();kn=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var Uw,Nw=n(()=>{b();bi();dl();Uw=r.object({filters:r.list(Sr).optional(),code:kn.optional()});});var An,ul=n(()=>{b();bn();Rn();xn();An=r.object({model:wt,messages:r.list(xt),schema:r.list(_t)});});var Bw,Fw=n(()=>{b();bt();ul();Bw=r.object({filters:r.list(qe).optional(),code:An.optional()});});var Pn,gl=n(()=>{b();Pn=r.object({metric:r.string()});});var Mw,Ww=n(()=>{b();bt();gl();Mw=r.object({filters:r.list(qe).optional(),code:Pn.optional()});});var zn,fl=n(()=>{b();zn=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var Vw,Lw=n(()=>{b();yi();fl();Vw=r.object({filters:r.list(zr).optional(),code:zn.optional()});});var Jw,Hw=n(()=>{b();Jw=r.object({projectId:r.property("project_id",r.string()),projectName:r.property("project_name",r.string())});});var Ri,Fq,i6=n(()=>{b();hw();jw();Dw();Nw();Fw();Ww();Lw();Hw();Ri=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projects:r.list(Jw).optional(),projectIds:r.property("project_ids",r.list(r.string()).optional()),name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),action:fw}),Fq=r.union("type",{llm_as_judge:Tw.extend(Ri),user_defined_metric_python:Vw.extend(Ri),trace_thread_llm_as_judge:Bw.extend(Ri),trace_thread_user_defined_metric_python:Mw.extend(Ri),span_llm_as_judge:Iw.extend(Ri),span_user_defined_metric_python:Uw.extend(Ri)}).transform({transform:p=>p,untransform:p=>p});});var Gw,Kw=n(()=>{b();Gw=r.object({url:r.string(),detail:r.string().optional()});});var Ow,$w=n(()=>{b();Ow=r.object({url:r.string()});});var Qw,Yw=n(()=>{b();sw();Kw();$w();Qw=r.object({type:r.string(),text:r.string().optional(),imageUrl:r.property("image_url",Gw.optional()),videoUrl:r.property("video_url",Ow.optional()),audioUrl:r.property("audio_url",nw.optional())});});var Xw,Zw=n(()=>{b();Xw=r.enum_(["SYSTEM","USER","AI","TOOL_EXECUTION_RESULT","CUSTOM"]);});var kt,Sn=n(()=>{b();Yw();Zw();kt=r.object({role:Xw,content:r.string().optional(),contentArray:r.property("content_array",r.list(Qw).optional()),stringContent:r.property("string_content",r.boolean().optional()),structuredContent:r.property("structured_content",r.boolean().optional())});});var _e,mr=n(()=>{b();_e=r.record(r.string(),r.unknown());});var At,vn=n(()=>{b();mr();At=r.object({name:r.string(),temperature:r.number().optional(),seed:r.number().optional(),customParameters:r.property("custom_parameters",_e.optional())});});var qw,e_=n(()=>{b();qw=r.enum_(["BOOLEAN","INTEGER","DOUBLE"]);});var Pt,Tn=n(()=>{b();e_();Pt=r.object({name:r.string(),type:qw,description:r.string()});});var r_,t_=n(()=>{b();Sn();vn();Tn();r_=r.object({model:At,messages:r.list(kt),variables:r.record(r.string(),r.string()),schema:r.list(Pt)});});var jn,hl=n(()=>{b();t_();ui();jn=r.object({filters:r.list(kr).optional(),code:r_.optional()});});var i_,o_=n(()=>{b();i_=r.object({url:r.string(),detail:r.string().optional()});});var a_,n_=n(()=>{b();a_=r.object({url:r.string()});});var s_,p_=n(()=>{b();cw();o_();n_();s_=r.object({type:r.string(),text:r.string().optional(),imageUrl:r.property("image_url",i_.optional()),videoUrl:r.property("video_url",a_.optional()),audioUrl:r.property("audio_url",pw.optional())});});var c_,l_=n(()=>{b();c_=r.enum_(["SYSTEM","USER","AI","TOOL_EXECUTION_RESULT","CUSTOM"]);});var zt,En=n(()=>{b();p_();l_();zt=r.object({role:c_,content:r.string().optional(),contentArray:r.property("content_array",r.list(s_).optional()),stringContent:r.property("string_content",r.boolean().optional()),structuredContent:r.property("structured_content",r.boolean().optional())});});var St,Cn=n(()=>{b();wr();St=r.object({name:r.string(),temperature:r.number().optional(),seed:r.number().optional(),customParameters:r.property("custom_parameters",Se.optional())});});var m_,d_=n(()=>{b();m_=r.enum_(["BOOLEAN","INTEGER","DOUBLE"]);});var vt,In=n(()=>{b();d_();vt=r.object({name:r.string(),type:m_,description:r.string()});});var u_,g_=n(()=>{b();En();Cn();In();u_=r.object({model:St,messages:r.list(zt),variables:r.record(r.string(),r.string()),schema:r.list(vt)});});var f_,h_=n(()=>{b();f_=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Dn,yl=n(()=>{b();h_();Dn=r.object({field:r.string().optional(),operator:f_.optional(),key:r.string().optional(),value:r.string().optional()});});var y_,b_=n(()=>{b();g_();yl();y_=r.object({filters:r.list(Dn).optional(),code:u_.optional()});});var R_,x_=n(()=>{b();R_=r.enum_(["evaluator"]);});var w_,__=n(()=>{b();Sn();vn();Tn();w_=r.object({model:At,messages:r.list(kt),variables:r.record(r.string(),r.string()),schema:r.list(Pt)});});var Un,bl=n(()=>{b();di();__();Un=r.object({filters:r.list(_r).optional(),code:w_.optional()});});var k_,A_=n(()=>{b();k_=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var Nn,Rl=n(()=>{b();di();A_();Nn=r.object({filters:r.list(_r).optional(),code:k_.optional()});});var P_,z_=n(()=>{b();Sn();vn();Tn();P_=r.object({model:At,messages:r.list(kt),schema:r.list(Pt)});});var Bn,xl=n(()=>{b();_a();z_();Bn=r.object({filters:r.list(ft).optional(),code:P_.optional()});});var S_,v_=n(()=>{b();S_=r.object({metric:r.string()});});var Fn,wl=n(()=>{b();_a();v_();Fn=r.object({filters:r.list(ft).optional(),code:S_.optional()});});var T_,j_=n(()=>{b();T_=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var Mn,_l=n(()=>{b();ui();j_();Mn=r.object({filters:r.list(kr).optional(),code:T_.optional()});});var Wn,kl=n(()=>{b();Wn=r.object({projectId:r.property("project_id",r.string()),projectName:r.property("project_name",r.string())});});var xi,E_,C_=n(()=>{b();hl();x_();bl();Rl();xl();wl();_l();kl();xi=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projects:r.list(Wn).optional(),name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),action:R_}),E_=r.union("type",{llm_as_judge:jn.extend(xi),user_defined_metric_python:Mn.extend(xi),trace_thread_llm_as_judge:Bn.extend(xi),trace_thread_user_defined_metric_python:Fn.extend(xi),span_llm_as_judge:Un.extend(xi),span_user_defined_metric_python:Nn.extend(xi)}).transform({transform:p=>p,untransform:p=>p});});var I_,o6=n(()=>{b();C_();I_=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(E_).optional(),sortableBy:r.property("sortable_by",r.list(r.string()).optional())});});var D_,U_=n(()=>{b();D_=r.enum_(["evaluator"]);});var wi,N_,a6=n(()=>{b();hl();U_();bl();Rl();xl();wl();_l();kl();wi=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projects:r.list(Wn).optional(),name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),action:D_}),N_=r.union("type",{llm_as_judge:jn.extend(wi),user_defined_metric_python:Mn.extend(wi),trace_thread_llm_as_judge:Bn.extend(wi),trace_thread_user_defined_metric_python:Fn.extend(wi),span_llm_as_judge:Un.extend(wi),span_user_defined_metric_python:Nn.extend(wi)}).transform({transform:p=>p,untransform:p=>p});});var B_,F_=n(()=>{b();B_=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Vn,Al=n(()=>{b();F_();Vn=r.object({field:r.string().optional(),operator:B_.optional(),key:r.string().optional(),value:r.string().optional()});});var M_,W_=n(()=>{b();En();Cn();In();M_=r.object({model:St,messages:r.list(zt),variables:r.record(r.string(),r.string()),schema:r.list(vt)});});var V_,L_=n(()=>{b();Al();W_();V_=r.object({filters:r.list(Vn).optional(),code:M_.optional()});});var J_,H_=n(()=>{b();J_=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var G_,K_=n(()=>{b();Al();H_();G_=r.object({filters:r.list(Vn).optional(),code:J_.optional()});});var O_,$_=n(()=>{b();O_=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Ln,Pl=n(()=>{b();$_();Ln=r.object({field:r.string().optional(),operator:O_.optional(),key:r.string().optional(),value:r.string().optional()});});var Q_,Y_=n(()=>{b();En();Cn();In();Q_=r.object({model:St,messages:r.list(zt),schema:r.list(vt)});});var X_,Z_=n(()=>{b();Pl();Y_();X_=r.object({filters:r.list(Ln).optional(),code:Q_.optional()});});var q_,ek=n(()=>{b();q_=r.object({metric:r.string()});});var rk,tk=n(()=>{b();Pl();ek();rk=r.object({filters:r.list(Ln).optional(),code:q_.optional()});});var ik,ok=n(()=>{b();ik=r.enum_(["evaluator"]);});var ak,nk=n(()=>{b();ll();yi();ak=r.object({filters:r.list(zr).optional(),code:wn.optional()});});var sk,pk=n(()=>{b();bi();ml();sk=r.object({filters:r.list(Sr).optional(),code:_n.optional()});});var ck,lk=n(()=>{b();bi();dl();ck=r.object({filters:r.list(Sr).optional(),code:kn.optional()});});var mk,dk=n(()=>{b();bt();ul();mk=r.object({filters:r.list(qe).optional(),code:An.optional()});});var uk,gk=n(()=>{b();bt();gl();uk=r.object({filters:r.list(qe).optional(),code:Pn.optional()});});var fk,hk=n(()=>{b();yi();fl();fk=r.object({filters:r.list(zr).optional(),code:zn.optional()});});var _i,yk,n6=n(()=>{b();ok();nk();pk();lk();dk();gk();hk();_i=r.object({name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),projectId:r.property("project_id",r.string().optional()),projectIds:r.property("project_ids",r.list(r.string()).optional()),action:ik}),yk=r.union("type",{llm_as_judge:ak.extend(_i),user_defined_metric_python:fk.extend(_i),trace_thread_llm_as_judge:mk.extend(_i),trace_thread_user_defined_metric_python:uk.extend(_i),span_llm_as_judge:sk.extend(_i),span_user_defined_metric_python:ck.extend(_i)}).transform({transform:p=>p,untransform:p=>p});});var bk,Rk=n(()=>{b();bk=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var xk,wk=n(()=>{b();yl();Rk();xk=r.object({filters:r.list(Dn).optional(),code:bk.optional()});});var _k,kk=n(()=>{b();_k=r.enum_(["evaluator"]);});var ki,Ak,s6=n(()=>{b();b_();L_();K_();Z_();tk();wk();kk();ki=r.object({projectId:r.property("project_id",r.string().optional()),projectIds:r.property("project_ids",r.list(r.string()).optional()),name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),action:_k}),Ak=r.union("type",{llm_as_judge:y_.extend(ki),user_defined_metric_python:xk.extend(ki),trace_thread_llm_as_judge:X_.extend(ki),trace_thread_user_defined_metric_python:rk.extend(ki),span_llm_as_judge:V_.extend(ki),span_user_defined_metric_python:G_.extend(ki)}).transform({transform:p=>p,untransform:p=>p});});var Pk,zk=n(()=>{b();Pk=r.object({value:r.number().optional()});});var de,p6=n(()=>{b();de=r.object({ids:r.list(r.string())});});var Mq,c6=n(()=>{b();Mq=r.object({ids:r.list(r.string()),projectId:r.property("project_id",r.string().optional())});});var Sk,vk=n(()=>{b();Sk=r.object({workspaceId:r.property("workspace_id",r.string().optional()),user:r.string().optional(),count:r.number().optional()});});var Ai,l6=n(()=>{b();vk();Ai=r.object({biInformation:r.property("bi_information",r.list(Sk).optional())});});var Tk,m6=n(()=>{b();ER();Tk=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(jR).optional()});});var jk,Ek=n(()=>{b();jk=r.object({trueLabel:r.string(),falseLabel:r.string()});});var Ck,Ik=n(()=>{b();Ek();Ck=r.object({details:jk.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Dk,Uk=n(()=>{b();Dk=r.object({trueLabel:r.string(),falseLabel:r.string()});});var Nk,Bk=n(()=>{b();Uk();Nk=r.object({details:Dk.optional()});});var Fk,Mk=n(()=>{b();Fk=r.object({trueLabel:r.string(),falseLabel:r.string()});});var Jn,zl=n(()=>{b();Mk();Jn=r.object({details:Fk.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Wk,Vk=n(()=>{b();Wk=r.object({trueLabel:r.string(),falseLabel:r.string()});});var Lk,Jk=n(()=>{b();Vk();Lk=r.object({details:Wk.optional()});});var Hk,Gk=n(()=>{b();Hk=r.enum_(["pending","picked_up","completed","failed","timed_out"]);});var Kk,Ok=n(()=>{b();Kk=r.enum_(["ReadFile","WriteFile","EditFile","ListFiles","SearchFiles","Exec"]);});var $k,d6=n(()=>{b();Gk();Ok();ce();$k=r.object({commandId:r.property("command_id",r.string().optional()),runnerId:r.property("runner_id",r.string().optional()),type:Kk.optional(),status:Hk.optional(),args:V.optional(),result:V.optional(),error:V.optional(),timeoutSeconds:r.property("timeout_seconds",r.number().optional()),submittedAt:r.property("submitted_at",r.date().optional()),pickedUpAt:r.property("picked_up_at",r.date().optional()),completedAt:r.property("completed_at",r.date().optional()),durationMs:r.property("duration_ms",r.number().optional())});});var Qk,Yk=n(()=>{b();Qk=r.enum_(["ReadFile","WriteFile","EditFile","ListFiles","SearchFiles","Exec"]);});var Xk,Zk=n(()=>{b();Yk();ce();Xk=r.object({commandId:r.property("command_id",r.string().optional()),type:Qk.optional(),args:V.optional(),timeoutSeconds:r.property("timeout_seconds",r.number().optional()),submittedAt:r.property("submitted_at",r.date().optional())});});var qk,u6=n(()=>{b();Zk();qk=r.object({commands:r.list(Xk).optional()});});var eA,g6=n(()=>{b();eA=r.object({commandId:r.property("command_id",r.string().optional())});});var rA,tA=n(()=>{b();rA=r.object({categories:r.record(r.string(),r.number())});});var iA,oA=n(()=>{b();tA();iA=r.object({details:rA.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var aA,nA=n(()=>{b();aA=r.object({categories:r.record(r.string(),r.number())});});var sA,pA=n(()=>{b();nA();sA=r.object({details:aA.optional()});});var cA,lA=n(()=>{b();cA=r.object({categories:r.record(r.string(),r.number())});});var Hn,Sl=n(()=>{b();lA();Hn=r.object({details:cA.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var mA,dA=n(()=>{b();mA=r.object({categories:r.record(r.string(),r.number())});});var uA,gA=n(()=>{b();dA();uA=r.object({details:mA.optional()});});var fA,hA=n(()=>{b();ai();cl();fA=r.object({role:r.string().optional(),content:r.string().optional(),reasoningContent:r.property("reasoning_content",r.string().optional()),toolCalls:r.property("tool_calls",r.list(yn).optional()),functionCall:r.property("function_call",Rr.optional())});});var yA,bA=n(()=>{b();yA=r.object({token:r.string().optional(),logprob:r.number().optional(),bytes:r.list(r.number()).optional()});});var RA,xA=n(()=>{b();bA();RA=r.object({content:r.list(yA).optional()});});var wA,_A=n(()=>{b();ew();hA();xA();wA=r.object({index:r.number().optional(),message:qx.optional(),delta:fA.optional(),finishReason:r.property("finish_reason",r.string().optional()),logprobs:RA.optional()});});var kA,AA=n(()=>{b();kA=r.object({reasoningTokens:r.property("reasoning_tokens",r.number().optional())});});var PA,zA=n(()=>{b();PA=r.object({cachedTokens:r.property("cached_tokens",r.number().optional())});});var SA,vA=n(()=>{b();AA();zA();SA=r.object({totalTokens:r.property("total_tokens",r.number().optional()),promptTokens:r.property("prompt_tokens",r.number().optional()),promptTokensDetails:r.property("prompt_tokens_details",PA.optional()),completionTokens:r.property("completion_tokens",r.number().optional()),completionTokensDetails:r.property("completion_tokens_details",kA.optional())});});var TA,f6=n(()=>{b();_A();vA();TA=r.object({id:r.string().optional(),created:r.number().optional(),model:r.string().optional(),choices:r.list(wA).optional(),usage:SA.optional(),systemFingerprint:r.property("system_fingerprint",r.string().optional()),serviceTier:r.property("service_tier",r.string().optional())});});var jA,EA=n(()=>{b();jA=r.enum_(["TOPIC","PII"]);});var CA,IA=n(()=>{b();CA=r.enum_(["passed","failed"]);});var DA,UA=n(()=>{b();EA();IA();DA=r.object({name:jA.optional(),result:CA.optional()});});var NA,BA=n(()=>{b();NA=r.enum_(["TOPIC","PII"]);});var FA,MA=n(()=>{b();FA=r.enum_(["passed","failed"]);});var WA,VA=n(()=>{b();BA();MA();WA=r.object({name:NA.optional(),result:FA.optional()});});var LA,JA=n(()=>{b();LA=r.object({typeName:r.string().optional()});});var Wq,h6=n(()=>{b();JA();Wq=r.object({type:LA.optional(),closed:r.boolean().optional()});});var HA,GA=n(()=>{b();HA=r.object({typeName:r.string().optional()});});var Vq,y6=n(()=>{b();GA();Vq=r.object({type:HA.optional(),closed:r.boolean().optional()});});var KA,b6=n(()=>{b();KA=r.object({clientId:r.property("client_id",r.string().optional()),clientIdIssuedAt:r.property("client_id_issued_at",r.number().optional()),clientName:r.property("client_name",r.string().optional()),logoUri:r.property("logo_uri",r.string().optional()),redirectUris:r.property("redirect_uris",r.list(r.string()).optional()),tokenEndpointAuthMethod:r.property("token_endpoint_auth_method",r.string().optional()),grantTypes:r.property("grant_types",r.list(r.string()).optional()),responseTypes:r.property("response_types",r.list(r.string()).optional())});});var OA,$A=n(()=>{b();OA=r.enum_(["string","number","object","boolean","array","null"]);});var QA,YA=n(()=>{b();$A();QA=r.object({name:r.string().optional(),types:r.list(OA).optional(),filterFieldPrefix:r.property("filter_field_prefix",r.string().optional()),filterField:r.string().optional()});});var XA,ZA=n(()=>{b();XA=r.enum_(["string","number","object","boolean","array","null"]);});var qA,eP=n(()=>{b();ZA();qA=r.object({name:r.string().optional(),types:r.list(XA).optional(),filterFieldPrefix:r.property("filter_field_prefix",r.string().optional()),filterField:r.string().optional()});});var rP,tP=n(()=>{b();rP=r.enum_(["string","number","object","boolean","array","null"]);});var iP,oP=n(()=>{b();tP();iP=r.object({name:r.string().optional(),types:r.list(rP).optional(),filterFieldPrefix:r.property("filter_field_prefix",r.string().optional()),filterField:r.string().optional()});});var aP,nP=n(()=>{b();aP=r.object({id:r.string().optional(),text:r.string(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Tt,Gn=n(()=>{b();Tt=r.object({id:r.string().optional(),text:r.string(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var sP,pP=n(()=>{b();sP=r.enum_(["trace","span"]);});var cP,lP=n(()=>{b();cP=r.object({eTag:r.property("e_tag",r.string()),partNumber:r.property("part_number",r.number())});});var vl,R6=n(()=>{b();pP();lP();vl=r.object({fileName:r.property("file_name",r.string()),projectName:r.property("project_name",r.string().optional()),entityType:r.property("entity_type",sP),entityId:r.property("entity_id",r.string()),containerId:r.property("container_id",r.string().optional()),fileSize:r.property("file_size",r.number()),mimeType:r.property("mime_type",r.string().optional()),uploadId:r.property("upload_id",r.string()),uploadedFileParts:r.property("uploaded_file_parts",r.list(cP))});});var mP,x6=n(()=>{b();mP=r.object({redirectTo:r.property("redirect_to",r.string().optional())});});var dP,uP=n(()=>{b();dP=r.object({value:r.number().optional()});});var gP,w6=n(()=>{b();gP=r.object({sessionId:r.property("session_id",r.string().optional()),runnerId:r.property("runner_id",r.string().optional())});});var fP,hP=n(()=>{b();fP=r.enum_(["workspace","insights"]);});var yP,bP=n(()=>{b();yP=r.enum_(["multi_project","experiments"]);});var er,RP=n(()=>{b();hP();bP();mr();er=r.object({id:r.string().optional(),workspaceId:r.property("workspace_id",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string(),slug:r.string().optional(),type:yP.optional(),scope:fP.optional(),description:r.string().optional(),config:_e,createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional())});});var jt,_6=n(()=>{b();RP();jt=r.object({content:r.list(er).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),sortableBy:r.property("sortable_by",r.list(r.string()).optional())});});var xP,wP=n(()=>{b();xP=r.enum_(["multi_project","experiments"]);});var Kn,k6=n(()=>{b();wP();mr();Kn=r.object({name:r.string().optional(),type:xP.optional(),description:r.string().optional(),config:_e.optional()});});var _P,kP=n(()=>{b();_P=r.enum_(["multi_project","experiments"]);});var On,A6=n(()=>{b();kP();wr();On=r.object({projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),name:r.string(),type:_P.optional(),description:r.string().optional(),config:Se});});var Lq,P6=n(()=>{b();Lq=r.object({time:r.date(),value:r.number().optional()});});var AP,PP=n(()=>{b();AP=r.object({time:r.date(),value:r.number().optional()});});var zP,SP=n(()=>{b();zP=r.enum_(["unknown","processing","completed","failed"]);});var vP,TP=n(()=>{b();vP=r.enum_(["dataset","evaluation_suite"]);});var $n,Tl=n(()=>{b();$n=r.object({id:r.string().optional(),versionHash:r.property("version_hash",r.string().optional()),versionName:r.property("version_name",r.string().optional()),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional()});});var jP,EP=n(()=>{b();jP=r.enum_(["private","public"]);});var Jq,z6=n(()=>{b();SP();TP();Tl();EP();Jq=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),type:vP.optional(),visibility:jP.optional(),tags:r.list(r.string()).optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),experimentCount:r.property("experiment_count",r.number().optional()),datasetItemsCount:r.property("dataset_items_count",r.number().optional()),optimizationCount:r.property("optimization_count",r.number().optional()),mostRecentExperimentAt:r.property("most_recent_experiment_at",r.date().optional()),lastCreatedExperimentAt:r.property("last_created_experiment_at",r.date().optional()),mostRecentOptimizationAt:r.property("most_recent_optimization_at",r.date().optional()),lastCreatedOptimizationAt:r.property("last_created_optimization_at",r.date().optional()),status:zP.optional(),latestVersion:r.property("latest_version",$n.optional())});});var Hq,S6=n(()=>{b();Hq=r.object({model:r.string(),sampleCount:r.property("sample_count",r.number().optional()),preserveFields:r.property("preserve_fields",r.list(r.string()).optional()),variationInstructions:r.property("variation_instructions",r.string().optional()),customPrompt:r.property("custom_prompt",r.string().optional()),maxCompletionTokens:r.property("max_completion_tokens",r.number().optional())});});var CP,IP=n(()=>{b();CP=r.enum_(["manual","trace","span","sdk"]);});var DP,UP=n(()=>{b();DP=r.enum_(["passed","failed"]);});var NP,BP=n(()=>{b();UP();NP=r.object({passedRuns:r.property("passed_runs",r.number().optional()),totalRuns:r.property("total_runs",r.number().optional()),status:DP.optional()});});var Qn,jl=n(()=>{b();IP();ni();dt();ac();BP();ce();Qn=r.object({id:r.string().optional(),datasetItemId:r.property("dataset_item_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),spanId:r.property("span_id",r.string().optional()),source:CP,data:V,description:r.string().optional(),tags:r.list(r.string()).optional(),evaluators:r.list(xr).optional(),executionPolicy:r.property("execution_policy",Ye.optional()),experimentItems:r.property("experiment_items",r.list(na).optional()),runSummariesByExperiment:r.property("run_summaries_by_experiment",r.record(r.string(),NP).optional()),datasetId:r.property("dataset_id",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var FP,v6=n(()=>{b();jl();FP=r.object({generatedSamples:r.property("generated_samples",r.list(Qn).optional()),model:r.string().optional(),totalGenerated:r.property("total_generated",r.number().optional()),generationTime:r.property("generation_time",r.date().optional())});});var Gq,T6=n(()=>{b();jl();Gq=r.object({datasetName:r.property("dataset_name",r.string().optional()),datasetId:r.property("dataset_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),items:r.list(Qn),batchGroupId:r.property("batch_group_id",r.string().optional()),copyFromDatasetId:r.property("copy_from_dataset_id",r.string().optional()),copyFromVersionId:r.property("copy_from_version_id",r.string().optional())});});var MP,j6=n(()=>{b();MP=r.record(r.string(),r.unknown());});var WP,VP=n(()=>{b();WP=r.enum_(["manual","trace","span","sdk"]);});var LP,JP=n(()=>{b();LP=r.enum_(["llm_judge","code_metric"]);});var HP,GP=n(()=>{b();HP=r.record(r.string(),r.unknown());});var KP,OP=n(()=>{b();JP();GP();KP=r.object({name:r.string(),type:LP,config:HP});});var Yn,El=n(()=>{b();Yn=r.object({runsPerItem:r.property("runs_per_item",r.number().optional()),passThreshold:r.property("pass_threshold",r.number().optional())});});var $P,QP=n(()=>{b();$P=r.enum_(["passed","failed"]);});var YP,XP=n(()=>{b();YP=r.enum_(["default","hidden"]);});var ZP,qP=n(()=>{b();ZP=r.enum_(["ui","sdk","online_scoring"]);});var ez,rz=n(()=>{b();ez=r.enum_(["ui","sdk","online_scoring"]);});var tz,iz=n(()=>{b();rz();tz=r.object({value:r.number().optional(),reason:r.string().optional(),categoryName:r.property("category_name",r.string().optional()),source:ez.optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),spanType:r.property("span_type",r.string().optional()),spanId:r.property("span_id",r.string().optional())});});var oz,az=n(()=>{b();qP();iz();oz=r.object({name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:ZP,createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),valueByAuthor:r.property("value_by_author",r.record(r.string(),tz).optional())});});var Xn,nz=n(()=>{b();Xn=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var sz,pz=n(()=>{b();Hx();nP();El();QP();XP();az();nz();sz=r.object({id:r.string().optional(),experimentId:r.property("experiment_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string()),traceId:r.property("trace_id",r.string()),projectId:r.property("project_id",r.string().optional()),input:Xn.optional(),output:Xn.optional(),traceMetadata:r.property("trace_metadata",Xn.optional()),feedbackScores:r.property("feedback_scores",r.list(oz).optional()),comments:r.list(aP).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),duration:r.number().optional(),usage:r.record(r.string(),r.number()).optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),traceVisibilityMode:r.property("trace_visibility_mode",YP.optional()),description:r.string().optional(),executionPolicy:r.property("execution_policy",Yn.optional()),assertionResults:r.property("assertion_results",r.list(Jx).optional()),status:$P.optional()});});var cz,lz=n(()=>{b();cz=r.enum_(["passed","failed"]);});var mz,dz=n(()=>{b();lz();mz=r.object({passedRuns:r.property("passed_runs",r.number().optional()),totalRuns:r.property("total_runs",r.number().optional()),status:cz.optional()});});var uz,gz=n(()=>{b();VP();OP();El();pz();dz();ce();uz=r.object({id:r.string().optional(),datasetItemId:r.property("dataset_item_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),spanId:r.property("span_id",r.string().optional()),source:WP,data:V,description:r.string().optional(),tags:r.list(r.string()).optional(),evaluators:r.list(KP).optional(),executionPolicy:r.property("execution_policy",Yn.optional()),experimentItems:r.property("experiment_items",r.list(sz).optional()),runSummariesByExperiment:r.property("run_summaries_by_experiment",r.record(r.string(),mz).optional()),datasetId:r.property("dataset_id",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var fz,E6=n(()=>{b();eP();gz();fz=r.object({content:r.list(uz).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),columns:r.list(qA).optional(),sortableBy:r.list(r.string()).optional()});});var hz,yz=n(()=>{b();hz=r.enum_(["manual","trace","span","sdk"]);});var bz,Rz=n(()=>{b();bz=r.enum_(["llm_judge","code_metric"]);});var Zn,Cl=n(()=>{b();Rz();mr();Zn=r.object({name:r.string(),type:bz,config:_e});});var qn,Il=n(()=>{b();qn=r.object({runsPerItem:r.property("runs_per_item",r.number().optional()),passThreshold:r.property("pass_threshold",r.number().optional())});});var xz,wz=n(()=>{b();xz=r.enum_(["default","hidden"]);});var es,_z=n(()=>{b();wz();es=r.object({id:r.string().optional(),experimentId:r.property("experiment_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string()),traceId:r.property("trace_id",r.string()),projectId:r.property("project_id",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),traceVisibilityMode:r.property("trace_visibility_mode",xz.optional())});});var kz,Az=n(()=>{b();kz=r.enum_(["passed","failed"]);});var Pz,zz=n(()=>{b();Az();Pz=r.object({passedRuns:r.property("passed_runs",r.number().optional()),totalRuns:r.property("total_runs",r.number().optional()),status:kz.optional()});});var rs,Sz=n(()=>{b();yz();Cl();Il();_z();zz();ce();rs=r.object({id:r.string().optional(),datasetItemId:r.property("dataset_item_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),spanId:r.property("span_id",r.string().optional()),source:hz,data:V,description:r.string().optional(),tags:r.list(r.string()).optional(),evaluators:r.list(Zn).optional(),executionPolicy:r.property("execution_policy",qn.optional()),experimentItems:r.property("experiment_items",r.list(es).optional()),runSummariesByExperiment:r.property("run_summaries_by_experiment",r.record(r.string(),Pz).optional()),datasetId:r.property("dataset_id",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var vz,C6=n(()=>{b();oP();Sz();vz=r.object({content:r.list(rs).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),columns:r.list(iP).optional(),sortableBy:r.list(r.string()).optional()});});var Tz,jz=n(()=>{b();Tz=r.enum_(["unknown","processing","completed","failed"]);});var Ez,Cz=n(()=>{b();Ez=r.enum_(["dataset","evaluation_suite"]);});var Iz,Dz=n(()=>{b();Iz=r.enum_(["private","public"]);});var ts,Dl=n(()=>{b();ts=r.object({id:r.string().optional(),versionHash:r.property("version_hash",r.string().optional()),versionName:r.property("version_name",r.string().optional()),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional()});});var Pi,Uz=n(()=>{b();jz();Cz();Dz();Dl();Pi=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),type:Ez.optional(),visibility:Iz.optional(),tags:r.list(r.string()).optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),experimentCount:r.property("experiment_count",r.number().optional()),datasetItemsCount:r.property("dataset_items_count",r.number().optional()),optimizationCount:r.property("optimization_count",r.number().optional()),mostRecentExperimentAt:r.property("most_recent_experiment_at",r.date().optional()),lastCreatedExperimentAt:r.property("last_created_experiment_at",r.date().optional()),mostRecentOptimizationAt:r.property("most_recent_optimization_at",r.date().optional()),lastCreatedOptimizationAt:r.property("last_created_optimization_at",r.date().optional()),status:Tz.optional(),latestVersion:r.property("latest_version",ts.optional())});});var is,I6=n(()=>{b();Uz();is=r.object({content:r.list(Pi).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),sortableBy:r.list(r.string()).optional()});});var Nz,Bz=n(()=>{b();Nz=r.object({itemsAdded:r.number().optional(),itemsModified:r.number().optional(),itemsDeleted:r.number().optional(),itemsUnchanged:r.number().optional()});});var Fz,D6=n(()=>{b();Bz();Fz=r.object({fromVersion:r.property("from_version",r.string().optional()),toVersion:r.property("to_version",r.string().optional()),statistics:Nz.optional()});});var Gr,Mz=n(()=>{b();Cl();Il();Gr=r.object({id:r.string().optional(),datasetId:r.property("dataset_id",r.string().optional()),versionHash:r.property("version_hash",r.string().optional()),tags:r.list(r.string()).optional(),isLatest:r.property("is_latest",r.boolean().optional()),versionName:r.property("version_name",r.string().optional()),itemsTotal:r.property("items_total",r.number().optional()),itemsAdded:r.property("items_added",r.number().optional()),itemsModified:r.property("items_modified",r.number().optional()),itemsDeleted:r.property("items_deleted",r.number().optional()),changeDescription:r.property("change_description",r.string().optional()),metadata:r.record(r.string(),r.string()).optional(),evaluators:r.list(Zn).optional(),executionPolicy:r.property("execution_policy",qn.optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Wz,U6=n(()=>{b();Mz();Wz=r.object({content:r.list(Gr).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional()});});var Vz,Lz=n(()=>{b();Vz=r.enum_(["trace","span"]);});var Kq,N6=n(()=>{b();Lz();Kq=r.object({fileNames:r.property("file_names",r.list(r.string())),entityType:r.property("entity_type",Vz),entityId:r.property("entity_id",r.string()),containerId:r.property("container_id",r.string())});});var os,B6=n(()=>{b();os=r.object({name:r.string(),author:r.string().optional()});});var zi,F6=n(()=>{b();zi=r.object({ids:r.list(r.string())});});var Oq,M6=n(()=>{b();Oq=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),color:r.string().optional(),position:r.number().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var as,Jz=n(()=>{b();as=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),color:r.string().optional(),position:r.number().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Hz,W6=n(()=>{b();Jz();Hz=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(as).optional(),sortableBy:r.list(r.string()).optional()});});var ns,Ul=n(()=>{b();ns=r.object({count:r.number().optional(),deviation:r.number().optional(),deviationPercentage:r.property("deviation_percentage",r.number().optional())});});var Gz,Kz=n(()=>{b();Gz=r.object({count:r.number().optional(),deviation:r.number().optional(),deviationPercentage:r.property("deviation_percentage",r.number().optional())});});var ss,Nl=n(()=>{b();ss=r.object({exceptionType:r.property("exception_type",r.string()),message:r.string().optional(),traceback:r.string()});});var Si,V6=n(()=>{b();Si=r.object({code:r.number().optional(),message:r.string().optional(),details:r.string().optional()});});var $q,L6=n(()=>{b();$q=r.object({errors:r.list(r.string()).optional()});});var Qq,J6=n(()=>{b();Qq=r.object({errors:r.list(r.string()).optional()});});var Yq,H6=n(()=>{b();Yq=r.object({errors:r.list(r.string()).optional()});});var Xq,G6=n(()=>{b();Xq=r.object({code:r.number().optional(),message:r.string().optional(),details:r.string().optional()});});var Zq,K6=n(()=>{b();Zq=r.object({errors:r.list(r.string()).optional()});});var Oz,$z=n(()=>{b();Oz=r.enum_(["dataset","evaluation_suite"]);});var Qz,Yz=n(()=>{b();Qz=r.enum_(["running","completed","cancelled"]);});var Xz,Zz=n(()=>{b();Xz=r.enum_(["regular","trial","mini-batch","mutation"]);});var qq,O6=n(()=>{b();Kx();ut();Tl();$z();ic();Yz();Zz();Jr();Ze();hi();ea();qq=r.object({id:r.string().optional(),datasetName:r.property("dataset_name",r.string().nullable()),datasetId:r.property("dataset_id",r.string().optional()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),metadata:le.optional(),tags:r.list(r.string()).optional(),type:Xz.optional(),evaluationMethod:r.property("evaluation_method",Oz.optional()),optimizationId:r.property("optimization_id",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),comments:r.list(ge).optional(),traceCount:r.property("trace_count",r.number().optional()),datasetItemCount:r.property("dataset_item_count",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),duration:Pr.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostAvg:r.property("total_estimated_cost_avg",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),status:Qz.optional(),experimentScores:r.property("experiment_scores",r.list(Xo).optional()),promptVersion:r.property("prompt_version",Lr.optional()),promptVersions:r.property("prompt_versions",r.list(Lr).optional()),datasetVersionId:r.property("dataset_version_id",r.string().optional()),datasetVersionSummary:r.property("dataset_version_summary",$n.optional()),passRate:r.property("pass_rate",r.number().optional()),passedCount:r.property("passed_count",r.number().optional()),totalCount:r.property("total_count",r.number().optional()),assertionScores:r.property("assertion_scores",r.list(Gx).optional())});});var qz,eS=n(()=>{b();qz=r.object({experimentId:r.property("experiment_id",r.string().optional()),promptIndex:r.property("prompt_index",r.number().optional())});});var rS,$6=n(()=>{b();eS();rS=r.object({experiments:r.list(qz).optional(),totalItems:r.property("total_items",r.number().optional())});});var tS,iS=n(()=>{b();OR();tS=r.object({label:r.string().optional(),aggregations:KR.optional()});});var oS,Q6=n(()=>{b();iS();oS=r.object({content:r.record(r.string(),tS).optional()});});var aS,nS=n(()=>{b();aS=r.object({label:r.string().optional()});});var sS,pS=n(()=>{b();sS=r.object({groupSorting:r.property("group_sorting",r.list(r.string()).optional())});});var cS,lS=n(()=>{b();pS();cS=r.object({groupsDetails:r.property("groups_details",r.list(sS).optional())});});var mS,Y6=n(()=>{b();nS();lS();mS=r.object({content:r.record(r.string(),aS).optional(),details:cS.optional()});});var dS,uS=n(()=>{b();dS=r.enum_(["sdk","experiment","playground","optimization"]);});var gS,fS=n(()=>{b();gS=r.enum_(["general","tool","llm","guardrail"]);});var ps,Bl=n(()=>{b();ut();fi();gt();Ze();uS();fS();ps=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:gS.optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:le.optional(),output:le.optional(),metadata:le.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),usage:r.record(r.string(),r.number()).optional(),errorInfo:r.property("error_info",Ar.optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Pe).optional()),comments:r.list(ge).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostVersion:r.property("total_estimated_cost_version",r.string().optional()),duration:r.number().optional(),ttft:r.number().optional(),source:dS.optional(),environment:r.string().optional()});});var hS,yS=n(()=>{b();hS=r.object({id:r.string(),name:r.string(),datasetId:r.property("dataset_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string())});});var bS,RS=n(()=>{b();UA();bS=r.object({spanId:r.property("span_id",r.string().optional()),checks:r.list(DA).optional()});});var xS,wS=n(()=>{b();xS=r.enum_(["sdk","experiment","playground","optimization"]);});var _S,kS=n(()=>{b();_S=r.enum_(["default","hidden"]);});var cs,Fl=n(()=>{b();ut();fi();yS();gt();RS();Ze();wS();kS();cs=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string().optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:le.optional(),output:le.optional(),metadata:le.optional(),tags:r.list(r.string()).optional(),errorInfo:r.property("error_info",Ar.optional()),usage:r.record(r.string(),r.number()).optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Pe).optional()),spanFeedbackScores:r.property("span_feedback_scores",r.list(Pe).optional()),comments:r.list(ge).optional(),guardrailsValidations:r.property("guardrails_validations",r.list(bS).optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),spanCount:r.property("span_count",r.number().optional()),duration:r.number().optional(),ttft:r.number().optional(),threadId:r.property("thread_id",r.string().optional()),visibilityMode:r.property("visibility_mode",_S.optional()),llmSpanCount:r.property("llm_span_count",r.number().optional()),hasToolSpans:r.property("has_tool_spans",r.boolean().optional()),providers:r.list(r.string()).optional(),experiment:hS.optional(),source:xS.optional(),environment:r.string().optional()});});var AS,PS=n(()=>{b();gt();Ze();Bl();Fl();AS=r.object({datasetItemId:r.property("dataset_item_id",r.string()),evaluateTaskResult:r.property("evaluate_task_result",le.optional()),trace:cs.optional(),spans:r.list(ps).optional(),feedbackScores:r.property("feedback_scores",r.list(Pe).optional())});});var eee,X6=n(()=>{b();PS();eee=r.object({experimentName:r.property("experiment_name",r.string()),datasetName:r.property("dataset_name",r.string()),experimentId:r.property("experiment_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),items:r.list(AS)});});var zS,SS=n(()=>{b();zS=r.object({id:r.string(),name:r.string(),datasetId:r.property("dataset_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string())});});var vS,TS=n(()=>{b();vS=r.enum_(["dataset","evaluation_suite"]);});var jS,ES=n(()=>{b();jS=r.enum_(["running","completed","cancelled"]);});var CS,IS=n(()=>{b();CS=r.enum_(["regular","trial","mini-batch","mutation"]);});var DS,US=n(()=>{b();DS=r.object({name:r.string(),value:r.number()});});var Je,vi=n(()=>{b();Je=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var ls,Ml=n(()=>{b();ls=r.object({p50:r.number().optional(),p90:r.number().optional(),p99:r.number().optional()});});var ms,NS=n(()=>{b();$x();Gn();Dl();TS();ES();IS();US();fn();vi();Ml();Cc();ms=r.object({id:r.string().optional(),datasetName:r.property("dataset_name",r.string().nullable()),datasetId:r.property("dataset_id",r.string().optional()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),metadata:Je.optional(),tags:r.list(r.string()).optional(),type:CS.optional(),evaluationMethod:r.property("evaluation_method",vS.optional()),optimizationId:r.property("optimization_id",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Hr).optional()),comments:r.list(Tt).optional(),traceCount:r.property("trace_count",r.number().optional()),datasetItemCount:r.property("dataset_item_count",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),duration:ls.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostAvg:r.property("total_estimated_cost_avg",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),status:jS.optional(),experimentScores:r.property("experiment_scores",r.list(DS).optional()),promptVersion:r.property("prompt_version",gi.optional()),promptVersions:r.property("prompt_versions",r.list(gi).optional()),datasetVersionId:r.property("dataset_version_id",r.string().optional()),datasetVersionSummary:r.property("dataset_version_summary",ts.optional()),passRate:r.property("pass_rate",r.number().optional()),passedCount:r.property("passed_count",r.number().optional()),totalCount:r.property("total_count",r.number().optional()),assertionScores:r.property("assertion_scores",r.list(Ox).optional())});});var ds,Z6=n(()=>{b();NS();ds=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(ms).optional(),sortableBy:r.list(r.string()).optional()});});var ree,q6=n(()=>{ce();ree=V;});var BS,FS=n(()=>{b();BS=r.object({max:r.number(),min:r.number()});});var MS,WS=n(()=>{b();FS();MS=r.object({details:BS.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var VS,tee,e2=n(()=>{b();Ik();oA();WS();VS=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),createdAt:r.date().optional(),createdBy:r.string().optional(),lastUpdatedAt:r.date().optional(),lastUpdatedBy:r.string().optional()}),tee=r.union("type",{numerical:MS.extend(VS),categorical:iA.extend(VS),boolean:Ck.extend(VS)}).transform({transform:p=>p,untransform:p=>p});});var LS,JS=n(()=>{b();LS=r.object({max:r.number(),min:r.number()});});var HS,GS=n(()=>{b();JS();HS=r.object({details:LS.optional()});});var KS,OS,r2=n(()=>{b();Bk();pA();GS();KS=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional()}),OS=r.union("type",{numerical:HS.extend(KS),categorical:sA.extend(KS),boolean:Nk.extend(KS)}).transform({transform:p=>p,untransform:p=>p});});var $S,QS=n(()=>{b();$S=r.object({max:r.number(),min:r.number()});});var us,Wl=n(()=>{b();QS();us=r.object({details:$S.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var YS,XS,ZS=n(()=>{b();zl();Sl();Wl();YS=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),createdAt:r.date().optional(),createdBy:r.string().optional(),lastUpdatedAt:r.date().optional(),lastUpdatedBy:r.string().optional()}),XS=r.union("type",{numerical:us.extend(YS),categorical:Hn.extend(YS),boolean:Jn.extend(YS)}).transform({transform:p=>p,untransform:p=>p});});var qS,t2=n(()=>{b();ZS();qS=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(XS).optional()});});var ev,rv,i2=n(()=>{b();zl();Sl();Wl();ev=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),createdAt:r.date().optional(),createdBy:r.string().optional(),lastUpdatedAt:r.date().optional(),lastUpdatedBy:r.string().optional()}),rv=r.union("type",{numerical:us.extend(ev),categorical:Hn.extend(ev),boolean:Jn.extend(ev)}).transform({transform:p=>p,untransform:p=>p});});var tv,iv=n(()=>{b();tv=r.object({name:r.string(),value:r.number()});});var ov,av=n(()=>{b();ov=r.enum_(["ui","sdk","online_scoring"]);});var nv,sv=n(()=>{b();av();nv=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:ov,author:r.string().optional(),id:r.string()});});var gs,o2=n(()=>{b();sv();gs=r.object({scores:r.list(nv)});});var pv,cv=n(()=>{b();pv=r.object({name:r.string().optional(),type:r.string().optional()});});var lv,a2=n(()=>{b();cv();lv=r.object({scores:r.list(pv).optional()});});var mv,dv=n(()=>{b();mv=r.object({name:r.string().optional(),type:r.string().optional()});});var Kr,n2=n(()=>{b();dv();Kr=r.object({scores:r.list(mv).optional()});});var uv,gv=n(()=>{b();uv=r.enum_(["ui","sdk","online_scoring"]);});var fv,hv=n(()=>{b();fv=r.enum_(["ui","sdk","online_scoring"]);});var yv,bv=n(()=>{b();hv();yv=r.object({value:r.number().optional(),reason:r.string().optional(),categoryName:r.property("category_name",r.string().optional()),source:fv.optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),spanType:r.property("span_type",r.string().optional()),spanId:r.property("span_id",r.string().optional())});});var Ti,Vl=n(()=>{b();gv();bv();Ti=r.object({name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:uv,createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),valueByAuthor:r.property("value_by_author",r.record(r.string(),yv).optional())});});var Rv,xv=n(()=>{b();Rv=r.object({max:r.number(),min:r.number()});});var wv,_v=n(()=>{b();xv();wv=r.object({details:Rv.optional()});});var kv,Av,s2=n(()=>{b();Jk();gA();_v();kv=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional()}),Av=r.union("type",{numerical:wv.extend(kv),categorical:uA.extend(kv),boolean:Lk.extend(kv)}).transform({transform:p=>p,untransform:p=>p});});var Pv,p2=n(()=>{b();Pv=r.object({reportId:r.string().optional()});});var zv,Sv=n(()=>{b();zv=r.enum_(["TOPIC","PII"]);});var vv,Tv=n(()=>{b();vv=r.enum_(["passed","failed"]);});var jv,Ev=n(()=>{b();Sv();Tv();ce();jv=r.object({id:r.string().optional(),entityId:r.property("entity_id",r.string()),secondaryId:r.property("secondary_id",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:zv,result:vv,config:V,details:V});});var iee,c2=n(()=>{b();Ev();iee=r.object({guardrails:r.list(jv)});});var Cv,Iv=n(()=>{b();VA();Cv=r.object({spanId:r.property("span_id",r.string().optional()),checks:r.list(WA).optional()});});var Dv,Uv=n(()=>{b();Dv=r.object({key:r.string().optional(),label:r.string().optional()});});var oee,l2=n(()=>{b();oee=r.object({ids:r.list(r.string())});});var Nv,Bv=n(()=>{b();Nv=r.enum_(["high","medium","low"]);});var fs,Ll=n(()=>{b();Bv();fs=r.object({id:r.string().optional(),title:r.string().optional(),body:r.string().optional(),impact:Nv.optional(),estimatedSavingsTokens:r.property("estimated_savings_tokens",r.number().optional()),docsUrl:r.property("docs_url",r.string().optional()),relatedLaneKey:r.property("related_lane_key",r.string().optional())});});var Fv,Mv=n(()=>{b();Fv=r.object({activeLocks:r.property("active_locks",r.number().optional()),lockedBy:r.property("locked_by",r.list(r.string()).optional())});});var Wv,Vv=n(()=>{b();Wv=r.enum_(["count","errors","avg_duration","total_cost"]);});var Lv,Jv=n(()=>{b();Vv();Lv=r.object({type:Wv.optional(),currentValue:r.property("current_value",r.number().optional()),previousValue:r.property("previous_value",r.number().optional())});});var Hv,m2=n(()=>{b();Jv();Hv=r.object({stats:r.list(Lv).optional()});});var dr,ji=n(()=>{b();dr=r.object({model:r.string().optional(),inputTokens:r.property("input_tokens",r.number().optional()),cacheReadTokens:r.property("cache_read_tokens",r.number().optional()),cacheCreationTokens:r.property("cache_creation_tokens",r.number().optional()),outputTokens:r.property("output_tokens",r.number().optional())});});var Gv,Kv=n(()=>{b();ji();Gv=r.object({key:r.string().optional(),label:r.string().optional(),totalTokens:r.property("total_tokens",r.number().optional()),byModel:r.property("by_model",r.list(dr).optional()),hasBreakdown:r.property("has_breakdown",r.boolean().optional())});});var Ov,$v=n(()=>{b();Ov=r.enum_(["pairing","connected","disconnected"]);});var Qv,Yv=n(()=>{b();Qv=r.enum_(["connect","endpoint"]);});var hs,Xv=n(()=>{b();kR();ce();$v();Yv();hs=r.object({id:r.string().optional(),name:r.string().optional(),projectId:r.property("project_id",r.string().optional()),status:Ov.optional(),connectedAt:r.property("connected_at",r.date().optional()),agents:r.list(_R).optional(),capabilities:r.list(r.string()).optional(),checklist:V.optional(),type:Qv.optional()});});var Zv,d2=n(()=>{b();Zv=r.object({cancelledJobIds:r.property("cancelled_job_ids",r.list(r.string()).optional())});});var qv,u2=n(()=>{b();Kc();qv=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(yt).optional()});});var eT,g2=n(()=>{b();Xv();eT=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(hs).optional()});});var rT,f2=n(()=>{b();rT=r.object({acquired:r.boolean().optional(),itemId:r.property("item_id",r.string().optional()),lockedBy:r.property("locked_by",r.string().optional()),expiresAt:r.property("expires_at",r.date().optional())});});var tT,h2=n(()=>{b();Mv();tT=r.object({locks:r.record(r.string(),Fv).optional()});});var iT,oT=n(()=>{b();iT=r.enum_(["INFO","WARN","ERROR","DEBUG","TRACE"]);});var aT,nT=n(()=>{b();oT();aT=r.object({timestamp:r.date().optional(),ruleId:r.property("rule_id",r.string().optional()),level:iT.optional(),message:r.string().optional(),markers:r.record(r.string(),r.string()).optional()});});var sT,y2=n(()=>{b();nT();sT=r.object({content:r.list(aT).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional()});});var pT,cT=n(()=>{b();pT=r.enum_(["trace","thread","span"]);});var ys,b2=n(()=>{b();cT();ys=r.object({projectId:r.property("project_id",r.string()),entityIds:r.property("entity_ids",r.list(r.string())),ruleIds:r.property("rule_ids",r.list(r.string())),entityType:r.property("entity_type",pT)});});var bs,R2=n(()=>{b();bs=r.object({entitiesQueued:r.property("entities_queued",r.number().optional()),rulesApplied:r.property("rules_applied",r.number().optional())});});var aee,x2=n(()=>{b();aee=r.object({error:r.string().optional(),errorDescription:r.property("error_description",r.string().optional())});});var Jl,w2=n(()=>{b();Jl=r.object({connected:r.boolean().optional(),version:r.string().optional(),errorMessage:r.property("error_message",r.string().optional())});});var Hl,_2=n(()=>{b();Hl=r.object({baseUrl:r.property("base_url",r.string()),apiKey:r.property("api_key",r.string().optional())});});var lT,mT=n(()=>{b();lT=r.enum_(["pending","completed","failed"]);});var dT,uT=n(()=>{b();ce();mT();dT=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),sessionId:r.property("session_id",r.string().optional()),content:r.string().optional(),recommendedActions:r.property("recommended_actions",V.optional()),status:lT.optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional())});});var gT,k2=n(()=>{b();uT();gT=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(dT).optional()});});var fT,hT=n(()=>{b();fT=r.enum_(["running","completed","cancelled","initialized","error"]);});var yT,bT=n(()=>{b();ce();yT=r.object({type:r.string(),parameters:V.optional()});});var RT,xT=n(()=>{b();bT();RT=r.object({metrics:r.list(yT)});});var wT,_T=n(()=>{b();ce();wT=r.object({model:r.string(),parameters:V.optional()});});var kT,AT=n(()=>{b();ce();kT=r.object({type:r.string(),parameters:V.optional()});});var PT,zT=n(()=>{b();PT=r.object({role:r.string(),content:r.string()});});var ST,vT=n(()=>{b();zT();ST=r.object({messages:r.list(PT)});});var TT,jT=n(()=>{b();xT();_T();AT();vT();TT=r.object({datasetName:r.property("dataset_name",r.string()),prompt:ST,llmModel:r.property("llm_model",wT),evaluation:RT,optimizer:kT});});var nee,A2=n(()=>{b();Jr();Ze();hT();jT();nee=r.object({id:r.string().optional(),name:r.string().optional(),datasetName:r.property("dataset_name",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),objectiveName:r.property("objective_name",r.string()),status:fT,metadata:le.optional(),studioConfig:r.property("studio_config",TT.optional()),datasetId:r.property("dataset_id",r.string().optional()),numTrials:r.property("num_trials",r.number().optional()),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),experimentScores:r.property("experiment_scores",r.list(ve).optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),baselineObjectiveScore:r.property("baseline_objective_score",r.number().optional()),bestObjectiveScore:r.property("best_objective_score",r.number().optional()),baselineDuration:r.property("baseline_duration",r.number().optional()),bestDuration:r.property("best_duration",r.number().optional()),baselineCost:r.property("baseline_cost",r.number().optional()),bestCost:r.property("best_cost",r.number().optional()),totalOptimizationCost:r.property("total_optimization_cost",r.number().optional())});});var ET,CT=n(()=>{b();ET=r.enum_(["running","completed","cancelled","initialized","error"]);});var IT,DT=n(()=>{b();mr();IT=r.object({type:r.string(),parameters:_e.optional()});});var UT,NT=n(()=>{b();DT();UT=r.object({metrics:r.list(IT)});});var BT,FT=n(()=>{b();mr();BT=r.object({model:r.string(),parameters:_e.optional()});});var MT,WT=n(()=>{b();mr();MT=r.object({type:r.string(),parameters:_e.optional()});});var VT,LT=n(()=>{b();VT=r.object({role:r.string(),content:r.string()});});var JT,HT=n(()=>{b();LT();JT=r.object({messages:r.list(VT)});});var GT,KT=n(()=>{b();NT();FT();WT();HT();GT=r.object({datasetName:r.property("dataset_name",r.string()),prompt:JT,llmModel:r.property("llm_model",BT),evaluation:UT,optimizer:MT});});var Rs,OT=n(()=>{b();fn();vi();CT();KT();Rs=r.object({id:r.string().optional(),name:r.string().optional(),datasetName:r.property("dataset_name",r.string()),projectId:r.property("project_id",r.string().optional()),objectiveName:r.property("objective_name",r.string()),status:ET,metadata:Je.optional(),studioConfig:r.property("studio_config",GT.optional()),datasetId:r.property("dataset_id",r.string().optional()),numTrials:r.property("num_trials",r.number().optional()),feedbackScores:r.property("feedback_scores",r.list(Hr).optional()),experimentScores:r.property("experiment_scores",r.list(Hr).optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),baselineObjectiveScore:r.property("baseline_objective_score",r.number().optional()),bestObjectiveScore:r.property("best_objective_score",r.number().optional()),baselineDuration:r.property("baseline_duration",r.number().optional()),bestDuration:r.property("best_duration",r.number().optional()),baselineCost:r.property("baseline_cost",r.number().optional()),bestCost:r.property("best_cost",r.number().optional()),totalOptimizationCost:r.property("total_optimization_cost",r.number().optional())});});var xs,P2=n(()=>{b();OT();xs=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(Rs).optional(),sortableBy:r.list(r.string()).optional()});});var $T,QT=n(()=>{b();wr();$T=r.object({type:r.string(),parameters:Se.optional()});});var YT,XT=n(()=>{b();QT();YT=r.object({metrics:r.list($T)});});var ZT,qT=n(()=>{b();wr();ZT=r.object({model:r.string(),parameters:Se.optional()});});var ej,rj=n(()=>{b();wr();ej=r.object({type:r.string(),parameters:Se.optional()});});var tj,ij=n(()=>{b();tj=r.object({role:r.string(),content:r.string()});});var oj,aj=n(()=>{b();ij();oj=r.object({messages:r.list(tj)});});var nj,sj=n(()=>{b();XT();qT();rj();aj();nj=r.object({datasetName:r.property("dataset_name",r.string()),prompt:oj,llmModel:r.property("llm_model",ZT),evaluation:YT,optimizer:ej});});var pj,z2=n(()=>{b();pj=r.object({url:r.string().optional(),lastModified:r.property("last_modified",r.date().optional()),expiresAt:r.property("expires_at",r.date().optional())});});var cj,lj=n(()=>{b();cj=r.enum_(["running","completed","cancelled","initialized","error"]);});var Gl,S2=n(()=>{b();ci();sj();lj();Gl=r.object({id:r.string().optional(),name:r.string().optional(),datasetName:r.property("dataset_name",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),objectiveName:r.property("objective_name",r.string()),status:cj,metadata:Le.optional(),studioConfig:r.property("studio_config",nj.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional())});});var mj,v2=n(()=>{b();YA();mj=r.object({columns:r.list(QA).optional()});});var dj,uj=n(()=>{b();Ml();dj=r.object({value:ls.optional()});});var gj,fj=n(()=>{b();gj=r.object({p50:r.number().optional(),p90:r.number().optional(),p99:r.number().optional()});});var hj,yj=n(()=>{b();hj=r.object({permissionName:r.string().optional(),permissionValue:r.string().optional()});});var bj,Rj=n(()=>{b();bj=r.enum_(["private","public"]);});var see,T2=n(()=>{b();Ul();Jr();hi();Rj();see=r.object({id:r.string().optional(),name:r.string(),visibility:bj.optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedTraceAt:r.property("last_updated_trace_at",r.date().optional()),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),duration:Pr.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostSum:r.property("total_estimated_cost_sum",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),traceCount:r.property("trace_count",r.number().optional()),threadCount:r.property("thread_count",r.number().optional()),guardrailsFailedCount:r.property("guardrails_failed_count",r.number().optional()),errorCount:r.property("error_count",ns.optional())});});var xj,wj=n(()=>{b();xj=r.enum_(["private","public"]);});var _j,j2=n(()=>{b();Kz();iv();fj();wj();_j=r.object({id:r.string().optional(),name:r.string(),visibility:xj.optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedTraceAt:r.property("last_updated_trace_at",r.date().optional()),feedbackScores:r.property("feedback_scores",r.list(tv).optional()),duration:gj.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostSum:r.property("total_estimated_cost_sum",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),traceCount:r.property("trace_count",r.number().optional()),threadCount:r.property("thread_count",r.number().optional()),guardrailsFailedCount:r.property("guardrails_failed_count",r.number().optional()),errorCount:r.property("error_count",Gz.optional())});});var kj,Aj=n(()=>{b();kj=r.enum_(["HOURLY","DAILY","WEEKLY","TOTAL"]);});var Pj,zj=n(()=>{b();Pj=r.enum_(["FEEDBACK_SCORES","TRACE_COUNT","TOKEN_USAGE","DURATION","COST","GUARDRAILS_FAILED_COUNT","THREAD_COUNT","THREAD_DURATION","THREAD_FEEDBACK_SCORES","SPAN_FEEDBACK_SCORES","SPAN_COUNT","SPAN_DURATION","SPAN_TOKEN_USAGE","TRACE_AVERAGE_DURATION","TRACE_ERROR_RATE","SPAN_AVERAGE_DURATION","SPAN_COST","SPAN_ERROR_RATE","THREAD_AVERAGE_DURATION","THREAD_COST"]);});var Sj,vj=n(()=>{b();PP();Sj=r.object({name:r.string().optional(),data:r.list(AP).optional()});});var Tj,E2=n(()=>{b();Aj();zj();vj();Tj=r.object({projectId:r.property("project_id",r.string().optional()),metricType:r.property("metric_type",Pj.optional()),interval:kj.optional(),results:r.list(Sj).optional()});});var jj,Ej=n(()=>{b();jj=r.enum_(["private","public"]);});var ws,Cj=n(()=>{b();Ej();ws=r.object({id:r.string().optional(),name:r.string(),visibility:jj.optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedTraceAt:r.property("last_updated_trace_at",r.date().optional())});});var Ij,C2=n(()=>{b();Cj();Ij=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(ws).optional(),sortableBy:r.list(r.string()).optional()});});var Dj,Uj,Nj=n(()=>{b();zk();uP();uj();Dj=r.object({name:r.string().optional()}),Uj=r.union("type",{PERCENTAGE:dj.extend(Dj),COUNT:dP.extend(Dj),AVG:Pk.extend(Dj)}).transform({transform:p=>p,untransform:p=>p});});var Or,I2=n(()=>{b();Nj();Or=r.object({stats:r.list(Uj).optional()});});var Bj,Fj=n(()=>{b();Ul();Jr();hi();Bj=r.object({projectId:r.property("project_id",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),duration:Pr.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostSum:r.property("total_estimated_cost_sum",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),traceCount:r.property("trace_count",r.number().optional()),threadCount:r.property("thread_count",r.number().optional()),guardrailsFailedCount:r.property("guardrails_failed_count",r.number().optional()),errorCount:r.property("error_count",ns.optional())});});var Mj,D2=n(()=>{b();Fj();Mj=r.object({content:r.list(Bj).optional()});});var Wj,Vj=n(()=>{b();Wj=r.enum_(["text","chat"]);});var Lj,Jj=n(()=>{b();Lj=r.enum_(["mustache","jinja2","python"]);});var Hj,Gj=n(()=>{b();Hj=r.enum_(["text","chat"]);});var Kj,Oj=n(()=>{b();Kj=r.enum_(["mustache","jinja2","python"]);});var $j,Qj=n(()=>{b();$j=r.enum_(["prompt_version","mask"]);});var Kl,Yj=n(()=>{b();ce();Gj();Oj();Qj();Kl=r.object({id:r.string().optional(),promptId:r.property("prompt_id",r.string().optional()),commit:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),template:r.string(),metadata:V.optional(),type:Kj.optional(),versionType:r.property("version_type",$j.optional()),environment:r.string().optional(),environments:r.list(r.string()).optional(),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional(),variables:r.list(r.string()).optional(),templateStructure:r.property("template_structure",Hj.optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var pee,U2=n(()=>{b();ce();Vj();Jj();Yj();pee=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),description:r.string().optional(),template:r.string().optional(),metadata:V.optional(),changeDescription:r.property("change_description",r.string().optional()),type:Lj.optional(),templateStructure:r.property("template_structure",Wj.optional()),tags:r.list(r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),versionCount:r.property("version_count",r.number().optional()),latestVersion:r.property("latest_version",Kl.optional()),requestedVersion:r.property("requested_version",Kl.optional())});});var Xj,Zj=n(()=>{b();Xj=r.enum_(["text","chat"]);});var Ol,N2=n(()=>{b();Zj();Sa();Ol=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),description:r.string().optional(),templateStructure:r.property("template_structure",Xj.optional()),tags:r.list(r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),versionCount:r.property("version_count",r.number().optional()),latestVersion:r.property("latest_version",Ie.optional()),requestedVersion:r.property("requested_version",Ie.optional())});});var qj,eE=n(()=>{b();qj=r.enum_(["text","chat"]);});var rE,tE=n(()=>{b();eE();rE=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),description:r.string().optional(),templateStructure:r.property("template_structure",qj.optional()),tags:r.list(r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),versionCount:r.property("version_count",r.number().optional())});});var _s,B2=n(()=>{b();tE();_s=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(rE).optional(),sortableBy:r.list(r.string()).optional()});});var iE,oE=n(()=>{b();iE=r.enum_(["text","chat"]);});var aE,nE=n(()=>{b();aE=r.enum_(["mustache","jinja2","python"]);});var sE,pE=n(()=>{b();sE=r.enum_(["prompt_version","mask"]);});var cE,lE=n(()=>{b();mr();oE();nE();pE();cE=r.object({id:r.string().optional(),promptId:r.property("prompt_id",r.string().optional()),commit:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),template:r.string(),metadata:_e.optional(),type:aE.optional(),versionType:r.property("version_type",sE.optional()),environment:r.string().optional(),environments:r.list(r.string()).optional(),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional(),templateStructure:r.property("template_structure",iE.optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var mE,F2=n(()=>{b();lE();mE=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(cE).optional(),sortableBy:r.list(r.string()).optional()});});var dE,uE=n(()=>{b();dE=r.enum_(["openai","anthropic","gemini","openrouter","vertex-ai","bedrock","ollama","custom-llm","opik-free"]);});var cee,M2=n(()=>{b();uE();cee=r.object({id:r.string().optional(),provider:dE,apiKey:r.property("api_key",r.string().optional()),name:r.string().optional(),providerName:r.property("provider_name",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),configuration:r.record(r.string(),r.string()).optional(),baseUrl:r.property("base_url",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),readOnly:r.property("read_only",r.boolean().optional())});});var gE,fE=n(()=>{b();gE=r.enum_(["openai","anthropic","gemini","openrouter","vertex-ai","bedrock","ollama","custom-llm","opik-free"]);});var ks,hE=n(()=>{b();fE();ks=r.object({id:r.string().optional(),provider:gE,apiKey:r.property("api_key",r.string().optional()),name:r.string().optional(),providerName:r.property("provider_name",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),configuration:r.record(r.string(),r.string()).optional(),baseUrl:r.property("base_url",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),readOnly:r.property("read_only",r.boolean().optional())});});var yE,W2=n(()=>{b();hE();yE=r.object({size:r.number().optional(),total:r.number().optional(),content:r.list(ks).optional(),sortableBy:r.list(r.string()).optional()});});var bE,RE=n(()=>{b();bE=r.enum_(["trace_daily","experiment","dataset_version","test_suite_version","alert_event","optimization","prompt_version"]);});var xE,wE=n(()=>{b();RE();xE=r.object({type:bE.optional(),id:r.string().optional(),name:r.string().optional(),resourceId:r.property("resource_id",r.string().optional()),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional())});});var _E,V2=n(()=>{b();wE();_E=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(xE).optional()});});var As,L2=n(()=>{b();As=r.object({projectId:r.property("project_id",r.string().optional()),enabled:r.boolean().optional(),scheduleTime:r.property("schedule_time",r.string().optional()),customPrompt:r.property("custom_prompt",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional())});});var vr,Ps=n(()=>{b();vr=r.object({name:r.string().optional(),current:r.number().optional(),previous:r.number().optional()});});var kE,AE=n(()=>{b();kE=r.enum_(["organization","workspace","project"]);});var PE,zE=n(()=>{b();PE=r.enum_(["short_14d","base_60d","extended_400d","unlimited"]);});var Ei,SE=n(()=>{b();AE();zE();Ei=r.object({id:r.string().optional(),workspaceId:r.property("workspace_id",r.string().optional()),projectId:r.property("project_id",r.string().optional()),level:kE.optional(),retention:PE,applyToPast:r.property("apply_to_past",r.boolean().optional()),enabled:r.boolean().optional(),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),catchUpCursor:r.property("catch_up_cursor",r.string().optional()),catchUpDone:r.property("catch_up_done",r.boolean().optional())});});var vE,J2=n(()=>{b();SE();vE=r.object({content:r.list(Ei).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional()});});var TE,H2=n(()=>{b();TE=r.object({pythonEvaluatorEnabled:r.boolean(),traceThreadPythonEvaluatorEnabled:r.boolean(),spanLlmAsJudgeEnabled:r.boolean(),spanUserDefinedMetricPythonEnabled:r.boolean(),guardrailsEnabled:r.boolean(),opikAiEnabled:r.property("opikAIEnabled",r.boolean()),alertsEnabled:r.boolean(),welcomeWizardEnabled:r.boolean(),exportEnabled:r.boolean(),optimizationStudioEnabled:r.boolean(),datasetVersioningEnabled:r.boolean(),datasetExportEnabled:r.boolean(),demoDataEnabled:r.boolean(),openaiProviderEnabled:r.boolean(),anthropicProviderEnabled:r.boolean(),geminiProviderEnabled:r.boolean(),openrouterProviderEnabled:r.boolean(),vertexaiProviderEnabled:r.boolean(),bedrockProviderEnabled:r.boolean(),customllmProviderEnabled:r.boolean(),ollamaProviderEnabled:r.boolean(),ollieEnabled:r.boolean(),projectHomepageEnabled:r.boolean(),agenticToolsEnabled:r.boolean(),agentInsightsEnabled:r.boolean(),v2WorkspaceAllowlistIds:r.list(r.string()),v1WorkspaceAllowlistIds:r.list(r.string()),forceWorkspaceVersion:r.string(),defaultPageSize:r.number().optional(),v2WorkspaceAllowlist:r.string().optional(),v1WorkspaceAllowlist:r.string().optional()});});var $l,jE=n(()=>{b();Kv();$l=r.object({totalTokens:r.property("total_tokens",r.number().optional()),lanes:r.list(Gv).optional()});});var lee,G2=n(()=>{b();Bl();lee=r.object({spans:r.list(ps)});});var EE,CE=n(()=>{b();EE=r.enum_(["sdk","experiment","playground","optimization"]);});var IE,DE=n(()=>{b();IE=r.enum_(["general","tool","llm","guardrail"]);});var zs,UE=n(()=>{b();Gn();Nl();Vl();vi();CE();DE();zs=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:IE.optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Je.optional(),output:Je.optional(),metadata:Je.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),usage:r.record(r.string(),r.number()).optional(),errorInfo:r.property("error_info",ss.optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Ti).optional()),comments:r.list(Tt).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostVersion:r.property("total_estimated_cost_version",r.string().optional()),duration:r.number().optional(),ttft:r.number().optional(),source:EE.optional(),environment:r.string().optional()});});var NE,K2=n(()=>{b();UE();NE=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(zs).optional(),sortableBy:r.list(r.string()).optional()});});var BE,FE=n(()=>{b();BE=r.object({workspace:r.string().optional(),spanCount:r.property("span_count",r.number().optional())});});var ME,O2=n(()=>{b();FE();ME=r.object({workspacesSpansCount:r.property("workspaces_spans_count",r.list(BE).optional())});});var WE,$2=n(()=>{b();Ll();ji();WE=r.object({laneKey:r.property("lane_key",r.string().optional()),title:r.string().optional(),subtitle:r.string().optional(),totalTokens:r.property("total_tokens",r.number().optional()),byModel:r.property("by_model",r.list(dr).optional()),itemCount:r.property("item_count",r.number().optional()),itemUnit:r.property("item_unit",r.string().optional()),items:r.list(fs).optional()});});var VE,Q2=n(()=>{b();Uv();jE();VE=r.object({input:$l.optional(),harness:r.list(Dv).optional(),output:$l.optional()});});var Et,Y2=n(()=>{b();Et=r.object({projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),intervalStart:r.property("interval_start",r.date()),intervalEnd:r.property("interval_end",r.date()),userId:r.property("user_id",r.string().optional()),startBeforeEnd:r.property("start_before_end",r.boolean().optional()),projectProvided:r.property("project_provided",r.boolean().optional())});});var LE,X2=n(()=>{b();Ll();LE=r.object({totalSavingsTokens:r.property("total_savings_tokens",r.number().optional()),items:r.list(fs).optional()});});var JE,Z2=n(()=>{b();ji();Ps();JE=r.object({results:r.list(vr).optional(),spendCurrent:r.property("spend_current",r.list(dr).optional()),spendPrevious:r.property("spend_previous",r.list(dr).optional())});});var HE,GE=n(()=>{b();ji();HE=r.object({userUuid:r.property("user_uuid",r.string().optional()),userEmail:r.property("user_email",r.string().optional()),userDisplayName:r.property("user_display_name",r.string().optional()),byModel:r.property("by_model",r.list(dr).optional()),totalTokens:r.property("total_tokens",r.number().optional()),requests:r.number().optional(),skills:r.number().optional(),mcps:r.number().optional(),mcpCalls:r.property("mcp_calls",r.number().optional()),repositories:r.list(r.string()).optional(),flags:r.list(r.string()).optional()});});var KE,q2=n(()=>{b();GE();KE=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(HE).optional(),sortableBy:r.property("sortable_by",r.list(r.string()).optional())});});var OE,eY=n(()=>{b();OE=r.object({uploadId:r.property("upload_id",r.string()),preSignUrls:r.property("pre_sign_urls",r.list(r.string()))});});var $E,rY=n(()=>{b();$E=r.object({accessToken:r.property("access_token",r.string().optional()),refreshToken:r.property("refresh_token",r.string().optional()),tokenType:r.property("token_type",r.string().optional()),expiresIn:r.property("expires_in",r.number().optional()),workspaceId:r.property("workspace_id",r.string().optional()),workspaceName:r.property("workspace_name",r.string().optional())});});var QE,tY=n(()=>{b();QE=r.object({names:r.list(r.string()).optional()});});var mee,iY=n(()=>{b();Fl();mee=r.object({traces:r.list(cs)});});var YE,XE=n(()=>{b();YE=r.object({workspace:r.string().optional(),traceCount:r.property("trace_count",r.number().optional())});});var ZE,oY=n(()=>{b();XE();ZE=r.object({workspacesTracesCount:r.property("workspaces_traces_count",r.list(YE).optional())});});var qE,eC=n(()=>{b();qE=r.enum_(["sdk","experiment","playground","optimization"]);});var rC,tC=n(()=>{b();rC=r.enum_(["default","hidden"]);});var Ss,iC=n(()=>{b();Gn();Nl();SS();Vl();Iv();vi();eC();tC();Ss=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),name:r.string().optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Je.optional(),output:Je.optional(),metadata:Je.optional(),tags:r.list(r.string()).optional(),errorInfo:r.property("error_info",ss.optional()),usage:r.record(r.string(),r.number()).optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Ti).optional()),spanFeedbackScores:r.property("span_feedback_scores",r.list(Ti).optional()),comments:r.list(Tt).optional(),guardrailsValidations:r.property("guardrails_validations",r.list(Cv).optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),spanCount:r.property("span_count",r.number().optional()),duration:r.number().optional(),ttft:r.number().optional(),threadId:r.property("thread_id",r.string().optional()),visibilityMode:r.property("visibility_mode",rC.optional()),llmSpanCount:r.property("llm_span_count",r.number().optional()),hasToolSpans:r.property("has_tool_spans",r.boolean().optional()),providers:r.list(r.string()).optional(),experiment:zS.optional(),source:qE.optional(),environment:r.string().optional()});});var oC,aY=n(()=>{b();iC();oC=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(Ss).optional(),sortableBy:r.list(r.string()).optional()});});var aC,nC=n(()=>{b();aC=r.enum_(["active","inactive"]);});var vs,sC=n(()=>{b();ut();gt();Ze();nC();vs=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),threadModelId:r.property("thread_model_id",r.string().optional()),startTime:r.property("start_time",r.date().optional()),endTime:r.property("end_time",r.date().optional()),duration:r.number().optional(),firstMessage:r.property("first_message",le.optional()),lastMessage:r.property("last_message",le.optional()),feedbackScores:r.property("feedback_scores",r.list(Pe).optional()),status:aC.optional(),numberOfMessages:r.property("number_of_messages",r.number().optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),comments:r.list(ge).optional(),tags:r.list(r.string()).optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),environment:r.string().optional()});});var Ql,nY=n(()=>{b();Ql=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),threadId:r.property("thread_id",r.string()),truncate:r.boolean().optional()});});var pC,sY=n(()=>{b();sC();pC=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(vs).optional(),sortableBy:r.list(r.string()).optional()});});var cC,pY=n(()=>{b();cC=r.object({responseExamples:r.property("response_examples",r.record(r.string(),r.record(r.string(),r.unknown())).optional())});});var lC,mC=n(()=>{b();lC=r.enum_(["success","failure"]);});var dC,cY=n(()=>{b();mC();dC=r.object({status:lC.optional(),statusCode:r.property("status_code",r.number().optional()),requestBody:r.property("request_body",r.string().optional()),errorMessage:r.property("error_message",r.string().optional())});});var uC,lY=n(()=>{b();uC=r.object({completed:r.boolean().optional()});});var Ts,mY=n(()=>{b();Ts=r.object({timeoutToMarkThreadAsInactive:r.property("timeout_to_mark_thread_as_inactive",r.string().optional()),truncationOnTables:r.property("truncation_on_tables",r.boolean().optional()),colorMap:r.property("color_map",r.record(r.string(),r.string()).optional())});});var dee,dY=n(()=>{b();dee=r.object({projectIds:r.property("project_ids",r.list(r.string()).optional()),name:r.string().optional(),intervalStart:r.property("interval_start",r.date()),intervalEnd:r.property("interval_end",r.date()),startBeforeEnd:r.property("start_before_end",r.boolean().optional())});});var Yl,uY=n(()=>{b();Ps();Yl=r.object({results:r.list(vr).optional()});});var Ci,gY=n(()=>{b();Ci=r.object({projectIds:r.property("project_ids",r.list(r.string()).optional()),intervalStart:r.property("interval_start",r.date()),intervalEnd:r.property("interval_end",r.date()),startBeforeEnd:r.property("start_before_end",r.boolean().optional())});});var gC,fY=n(()=>{b();Ps();gC=r.object({results:r.list(vr).optional()});});var fC,hY=n(()=>{b();fC=r.object({workspaceName:r.property("workspace_name",r.string().optional())});});var hC,yY=n(()=>{b();yj();hC=r.object({userName:r.string().optional(),workspaceName:r.string().optional(),permissions:r.list(hj).optional()});});var yC,bC=n(()=>{b();yC=r.enum_(["version_1","version_2"]);});var RC,bY=n(()=>{b();bC();RC=r.object({opikVersion:r.property("opik_version",yC.optional())});});var RY=n(()=>{kR();ER();PR();G4();IR();GR();MR();K4();Ef();TR();SR();BR();UR();JR();VR();OR();O4();QR();$4();bx();sx();ix();qR();mx();cx();XR();_x();xx();rx();fx();ux();zx();Ax();Q4();vx();Nx();Y4();X4();Z4();Vx();Fx();Cx();Wx();Dx();Nf();Uf();my();Jf();Mf();Vf();Hx();Kx();$x();ew();Yx();tw();q4();aw();sw();cw();e6();r6();t6();i6();hw();jw();hl();b_();C_();x_();o6();a6();U_();Dw();bl();L_();Nw();Rl();K_();Fw();xl();Z_();Ww();wl();tk();n6();ok();nk();pk();lk();dk();gk();hk();Lw();_l();wk();s6();kk();zk();p6();c6();vk();l6();m6();Ik();Bk();zl();Jk();Ek();Uk();Mk();Vk();eb();Zy();d6();u6();Zk();Yk();Gk();g6();Ok();oA();pA();Sl();gA();tA();nA();lA();dA();_A();f6();UA();EA();VA();BA();MA();IA();h6();y6();GA();JA();b6();YA();eP();ZA();oP();tP();$A();ut();nP();Gn();R6();pP();AA();x6();uP();w6();_6();RP();hP();bP();k6();wP();A6();kP();P6();PP();z6();S6();v6();Dh();Ih();jl();T6();j6();gz();VP();Yp();hh();E6();C6();Sz();yz();IP();bh();Sh();xh();I6();Uz();jz();Cz();Dz();SP();TP();D6();Bz();U6();Mz();Tl();Dl();EP();N6();Lz();B6();F6();hA();M6();W6();Jz();Ul();Kz();fi();oc();Nl();Xc();V6();L6();J6();H6();G6();K6();ni();OP();JP();Cl();Rz();lh();Ah();_h();dt();El();Il();zh();O6();$z();$6();Q6();Y6();eS();ac();PS();cy();X6();pz();QP();XP();_z();wz();yS();SS();uy();fy();Z6();NS();TS();ES();IS();BP();dz();lz();zz();Az();UP();ic();US();ky();Yz();Zz();Vh();Fh();Wh();q6();e2();r2();t2();ZS();i2();gt();Jr();iv();fn();o2();sv();av();oR();tR();az();qP();Xh();Gh();a2();n2();Vl();gv();yy();s2();Op();ai();p2();nS();iS();pS();lS();Ev();c2();Sv();Tv();RS();Iv();Ny();Cy();Dy();Uv();l2();bw();Kw();o_();Ll();Bv();Mv();Ze();nz();ta();vi();ci();ce();GP();gb();mr();wr();Xf();m2();Jv();Vv();Kv();ll();t_();g_();bn();_w();Yw();p_();Sn();Zw();Aw();En();l_();Rn();vn();Cn();xn();Tn();e_();zw();In();d_();Xv();d2();Kc();Vc();u2();Mb();Jc();g2();$v();Yv();f2();h2();nT();oT();y2();bA();xA();b2();cT();R2();$p();ji();lP();WS();GS();Wl();_v();FS();JS();QS();xv();x2();w2();_2();Jy();uT();k2();mT();A2();P2();OT();CT();hT();jT();KT();sj();z2();S2();lj();v2();wR();RR();uj();hi();fj();Ml();yj();T2();j2();wj();E2();Aj();zj();C2();Cj();Ej();Hw();kl();Nj();I2();D2();Fj();Rj();U2();N2();Zj();B2();tE();eE();Vj();zA();Jj();Jh();Yj();Sa();hb();bb();xb();ea();Cc();Ay();F2();lE();oE();nE();pE();Gj();Oj();kb();Qj();M2();W2();uE();hE();fE();wE();RE();V2();L2();rh();qf();Ps();vj();J2();SE();AE();zE();cv();dv();H2();jE();Bl();G2();dh();iy();qh();ry();bi();Cw();di();tb();Al();F_();ml();__();W_();K2();UE();CE();DE();uS();O2();fS();Gb();Lb();Hb();dl();A_();H_();Yb();Ob();Qb();$2();Q2();Y2();X2();Z2();q2();GE();eY();ih();xT();NT();XT();_T();FT();qT();zT();LT();ij();bT();DT();QT();AT();WT();rj();vT();HT();aj();rY();tY();sh();cl();Zx();ah();Fl();iY();oY();gh();sy();ay();yi();vw();ui();ob();yl();h_();aY();iC();eC();tC();wS();sC();bt();gR();_a();nb();Pl();$_();nY();ul();z_();Y_();sY();nC();dR();gl();v_();ek();sR();nR();kS();lR();cR();vA();fl();j_();Rk();wy();iz();rz();Qh();Oh();bv();hv();Ry();xw();$w();n_();ax();pY();yx();cY();mC();jx();lY();mY();uw();dY();uY();gY();fY();hY();FE();XE();yY();bY();bC();});var G={};L(G,{ActivateRequest:()=>Ra,Agent:()=>_R,AgentBlueprintHistory:()=>jR,AgentBlueprintHistoryType:()=>AR,AgentBlueprintPublic:()=>Rt,AgentBlueprintPublicType:()=>CR,AgentBlueprintWrite:()=>HR,AgentBlueprintWriteType:()=>FR,AgentConfigCreateWrite:()=>sl,AgentConfigEnv:()=>jf,AgentConfigEnvSetByName:()=>wo,AgentConfigEnvUpdate:()=>_o,AgentConfigRemoveValues:()=>ko,AgentConfigValueHistory:()=>vR,AgentConfigValueHistoryType:()=>zR,AgentConfigValuePublic:()=>NR,AgentConfigValuePublicType:()=>DR,AgentConfigValueWrite:()=>LR,AgentConfigValueWriteType:()=>WR,AggregationData:()=>KR,Alert:()=>Nq,AlertAlertType:()=>$R,AlertPagePublic:()=>un,AlertPublic:()=>dn,AlertPublicAlertType:()=>nx,AlertTrigger:()=>tx,AlertTriggerConfig:()=>ZR,AlertTriggerConfigPublic:()=>lx,AlertTriggerConfigPublicType:()=>px,AlertTriggerConfigType:()=>YR,AlertTriggerConfigWrite:()=>wx,AlertTriggerConfigWriteType:()=>Rx,AlertTriggerEventType:()=>ex,AlertTriggerPublic:()=>gx,AlertTriggerPublicEventType:()=>dx,AlertTriggerWrite:()=>Px,AlertTriggerWriteEventType:()=>kx,AlertWrite:()=>gn,AlertWriteAlertType:()=>Sx,AnnotationQueue:()=>Ux,AnnotationQueueBatch:()=>Bq,AnnotationQueueBatchWrite:()=>Po,AnnotationQueueItemIds:()=>pl,AnnotationQueuePagePublic:()=>Lx,AnnotationQueuePublic:()=>hn,AnnotationQueuePublicScope:()=>Bx,AnnotationQueueReviewer:()=>Ex,AnnotationQueueReviewerPublic:()=>Mx,AnnotationQueueScope:()=>Ix,AnnotationQueueUpdate:()=>zo,AnnotationQueueWrite:()=>Ao,AnnotationQueueWriteScope:()=>Df,AssertionResult:()=>ly,AssertionResultBatch:()=>So,AssertionResultBatchEntityType:()=>Wp,AssertionResultBatchItem:()=>Lf,AssertionResultBatchItemSource:()=>Ff,AssertionResultBatchItemStatus:()=>Wf,AssertionResultCompare:()=>Jx,AssertionScoreAverage:()=>Gx,AssertionScoreAveragePublic:()=>Ox,AssistantMessage:()=>qx,AssistantMessageRole:()=>Qx,Attachment:()=>rw,AttachmentListRequestEntityType:()=>Hp,AttachmentPage:()=>iw,AudioUrl:()=>ow,AudioUrlPublic:()=>nw,AudioUrlWrite:()=>pw,AuthDetailsHolder:()=>lw,AuthorizationServerMetadata:()=>mw,AuthorizeContext:()=>gw,AutomationRuleEvaluator:()=>Fq,AutomationRuleEvaluatorAction:()=>fw,AutomationRuleEvaluatorLlmAsJudge:()=>Tw,AutomationRuleEvaluatorLlmAsJudgePublic:()=>jn,AutomationRuleEvaluatorLlmAsJudgeWrite:()=>y_,AutomationRuleEvaluatorObjectObjectPublic:()=>E_,AutomationRuleEvaluatorObjectObjectPublicAction:()=>R_,AutomationRuleEvaluatorPagePublic:()=>I_,AutomationRuleEvaluatorPublic:()=>N_,AutomationRuleEvaluatorPublicAction:()=>D_,AutomationRuleEvaluatorSpanLlmAsJudge:()=>Iw,AutomationRuleEvaluatorSpanLlmAsJudgePublic:()=>Un,AutomationRuleEvaluatorSpanLlmAsJudgeWrite:()=>V_,AutomationRuleEvaluatorSpanUserDefinedMetricPython:()=>Uw,AutomationRuleEvaluatorSpanUserDefinedMetricPythonPublic:()=>Nn,AutomationRuleEvaluatorSpanUserDefinedMetricPythonWrite:()=>G_,AutomationRuleEvaluatorTraceThreadLlmAsJudge:()=>Bw,AutomationRuleEvaluatorTraceThreadLlmAsJudgePublic:()=>Bn,AutomationRuleEvaluatorTraceThreadLlmAsJudgeWrite:()=>X_,AutomationRuleEvaluatorTraceThreadUserDefinedMetricPython:()=>Mw,AutomationRuleEvaluatorTraceThreadUserDefinedMetricPythonPublic:()=>Fn,AutomationRuleEvaluatorTraceThreadUserDefinedMetricPythonWrite:()=>rk,AutomationRuleEvaluatorUpdate:()=>yk,AutomationRuleEvaluatorUpdateAction:()=>ik,AutomationRuleEvaluatorUpdateLlmAsJudge:()=>ak,AutomationRuleEvaluatorUpdateSpanLlmAsJudge:()=>sk,AutomationRuleEvaluatorUpdateSpanUserDefinedMetricPython:()=>ck,AutomationRuleEvaluatorUpdateTraceThreadLlmAsJudge:()=>mk,AutomationRuleEvaluatorUpdateTraceThreadUserDefinedMetricPython:()=>uk,AutomationRuleEvaluatorUpdateUserDefinedMetricPython:()=>fk,AutomationRuleEvaluatorUserDefinedMetricPython:()=>Vw,AutomationRuleEvaluatorUserDefinedMetricPythonPublic:()=>Mn,AutomationRuleEvaluatorUserDefinedMetricPythonWrite:()=>xk,AutomationRuleEvaluatorWrite:()=>Ak,AutomationRuleEvaluatorWriteAction:()=>_k,AvgValueStatPublic:()=>Pk,BatchDelete:()=>de,BatchDeleteByProject:()=>Mq,BiInformation:()=>Sk,BiInformationResponse:()=>Ai,BlueprintPageHistory:()=>Tk,BooleanFeedbackDefinition:()=>Ck,BooleanFeedbackDefinitionCreate:()=>Nk,BooleanFeedbackDefinitionPublic:()=>Jn,BooleanFeedbackDefinitionUpdate:()=>Lk,BooleanFeedbackDetail:()=>jk,BooleanFeedbackDetailCreate:()=>Dk,BooleanFeedbackDetailPublic:()=>Fk,BooleanFeedbackDetailUpdate:()=>Wk,BreakdownConfigPublic:()=>qy,BreakdownConfigPublicField:()=>Xy,BridgeCommand:()=>$k,BridgeCommandBatchResponse:()=>qk,BridgeCommandItem:()=>Xk,BridgeCommandItemType:()=>Qk,BridgeCommandNextRequest:()=>Fa,BridgeCommandResultRequest:()=>Ma,BridgeCommandResultRequestStatus:()=>Mc,BridgeCommandStatus:()=>Hk,BridgeCommandSubmitRequest:()=>Wa,BridgeCommandSubmitRequestType:()=>Wc,BridgeCommandSubmitResponse:()=>eA,BridgeCommandType:()=>Kk,CategoricalFeedbackDefinition:()=>iA,CategoricalFeedbackDefinitionCreate:()=>sA,CategoricalFeedbackDefinitionPublic:()=>Hn,CategoricalFeedbackDefinitionUpdate:()=>uA,CategoricalFeedbackDetail:()=>rA,CategoricalFeedbackDetailCreate:()=>aA,CategoricalFeedbackDetailPublic:()=>cA,CategoricalFeedbackDetailUpdate:()=>mA,ChatCompletionChoice:()=>wA,ChatCompletionRequest:()=>Eo,ChatCompletionResponse:()=>TA,Check:()=>DA,CheckName:()=>jA,CheckPublic:()=>WA,CheckPublicName:()=>NA,CheckPublicResult:()=>FA,CheckResult:()=>CA,ChunkedOutputJsonNode:()=>Wq,ChunkedOutputJsonNodePublic:()=>Vq,ChunkedOutputJsonNodePublicType:()=>HA,ChunkedOutputJsonNodeType:()=>LA,ClientRegistrationRequest:()=>ga,ClientRegistrationResponse:()=>KA,Column:()=>QA,ColumnCompare:()=>qA,ColumnCompareTypesItem:()=>XA,ColumnPublic:()=>iP,ColumnPublicTypesItem:()=>rP,ColumnTypesItem:()=>OA,Comment:()=>ge,CommentCompare:()=>aP,CommentPublic:()=>Tt,CompleteMultipartUploadRequest:()=>vl,CompleteMultipartUploadRequestEntityType:()=>sP,CompletionTokensDetails:()=>kA,ConsentRequest:()=>fa,ConsentResponse:()=>mP,CountValueStatPublic:()=>dP,CreateDatasetItemsFromJsonRequestFormat:()=>rc,CreateDatasetItemsFromSpansRequest:()=>Co,CreateDatasetItemsFromTracesRequest:()=>Io,CreateLocalRunnerJobRequest:()=>La,CreatePromptVersionDetail:()=>va,CreatePromptVersionDetailTemplateStructure:()=>Tc,CreateSessionRequest:()=>xa,CreateSessionRequestType:()=>wc,CreateSessionResponse:()=>gP,DashboardPagePublic:()=>jt,DashboardPublic:()=>er,DashboardPublicScope:()=>fP,DashboardPublicType:()=>yP,DashboardUpdatePublic:()=>Kn,DashboardUpdatePublicType:()=>xP,DashboardWrite:()=>On,DashboardWriteType:()=>_P,DataPointDouble:()=>Lq,DataPointNumberPublic:()=>AP,Dataset:()=>Jq,DatasetExpansion:()=>Hq,DatasetExpansionResponse:()=>FP,DatasetExpansionWrite:()=>Do,DatasetExportJobPublic:()=>si,DatasetExportJobPublicStatus:()=>Ch,DatasetIdentifier:()=>Uo,DatasetIdentifierPublic:()=>No,DatasetItem:()=>Qn,DatasetItemBatch:()=>Gq,DatasetItemBatchUpdate:()=>Fo,DatasetItemBatchWrite:()=>Wo,DatasetItemChangesPublic:()=>MP,DatasetItemCompare:()=>uz,DatasetItemCompareSource:()=>WP,DatasetItemFilter:()=>Bo,DatasetItemFilterOperator:()=>fh,DatasetItemPageCompare:()=>fz,DatasetItemPagePublic:()=>vz,DatasetItemPublic:()=>rs,DatasetItemPublicSource:()=>hz,DatasetItemSource:()=>CP,DatasetItemStreamRequest:()=>Vo,DatasetItemUpdate:()=>yh,DatasetItemWrite:()=>Mo,DatasetItemWriteSource:()=>Rh,DatasetItemsDelete:()=>Lo,DatasetPagePublic:()=>is,DatasetPublic:()=>Pi,DatasetPublicStatus:()=>Tz,DatasetPublicType:()=>Ez,DatasetPublicVisibility:()=>Iz,DatasetStatus:()=>zP,DatasetType:()=>vP,DatasetUpdate:()=>Jo,DatasetUpdateVisibility:()=>Xp,DatasetVersionDiff:()=>Fz,DatasetVersionDiffStats:()=>Nz,DatasetVersionPagePublic:()=>Wz,DatasetVersionPublic:()=>Gr,DatasetVersionRestorePublic:()=>Ho,DatasetVersionRetrieveRequestPublic:()=>Go,DatasetVersionSummary:()=>$n,DatasetVersionSummaryPublic:()=>ts,DatasetVersionTag:()=>Ko,DatasetVersionUpdatePublic:()=>Oo,DatasetVisibility:()=>jP,DatasetWrite:()=>$o,DatasetWriteType:()=>Zp,DatasetWriteVisibility:()=>qp,DeleteAttachmentsRequest:()=>Kq,DeleteAttachmentsRequestEntityType:()=>Vz,DeleteFeedbackScore:()=>os,DeleteIdsHolder:()=>zi,DeleteThreadFeedbackScores:()=>Za,DeleteTraceThreads:()=>qa,Delta:()=>fA,DownloadAttachmentRequestEntityType:()=>Gp,Environment:()=>Oq,EnvironmentPagePublic:()=>Hz,EnvironmentPublic:()=>as,EnvironmentUpdate:()=>Qo,EnvironmentWrite:()=>Yo,ErrorCountWithDeviation:()=>ns,ErrorCountWithDeviationDetailed:()=>Gz,ErrorInfo:()=>Ar,ErrorInfoExperimentItemBulkWriteView:()=>ia,ErrorInfoPublic:()=>ss,ErrorInfoWrite:()=>$a,ErrorMessage:()=>Si,ErrorMessageDetail:()=>$q,ErrorMessageDetailed:()=>Qq,ErrorMessageHistory:()=>Yq,ErrorMessagePublic:()=>Xq,ErrorMessageWrite:()=>Zq,EvaluatorItem:()=>xr,EvaluatorItemCompare:()=>KP,EvaluatorItemCompareType:()=>LP,EvaluatorItemPublic:()=>Zn,EvaluatorItemPublicType:()=>bz,EvaluatorItemType:()=>ch,EvaluatorItemWrite:()=>kh,EvaluatorItemWriteType:()=>wh,ExecutionPolicy:()=>Ye,ExecutionPolicyCompare:()=>Yn,ExecutionPolicyPublic:()=>qn,ExecutionPolicyWrite:()=>Ph,Experiment:()=>qq,ExperimentBatchUpdate:()=>qo,ExperimentEvaluationMethod:()=>Oz,ExperimentExecutionRequest:()=>ra,ExperimentExecutionResponse:()=>rS,ExperimentGroupAggregationsResponse:()=>oS,ExperimentGroupResponse:()=>mS,ExperimentInfo:()=>qz,ExperimentItem:()=>na,ExperimentItemBulkRecord:()=>AS,ExperimentItemBulkRecordExperimentItemBulkWriteView:()=>py,ExperimentItemBulkUpload:()=>eee,ExperimentItemBulkUploadExperimentItemBulkWriteView:()=>oa,ExperimentItemCompare:()=>sz,ExperimentItemCompareStatus:()=>$P,ExperimentItemCompareTraceVisibilityMode:()=>YP,ExperimentItemPublic:()=>es,ExperimentItemPublicTraceVisibilityMode:()=>xz,ExperimentItemReference:()=>hS,ExperimentItemReferencePublic:()=>zS,ExperimentItemStatus:()=>dy,ExperimentItemStreamRequest:()=>aa,ExperimentItemTraceVisibilityMode:()=>gy,ExperimentItemsBatch:()=>sa,ExperimentItemsDelete:()=>pa,ExperimentPagePublic:()=>ds,ExperimentPublic:()=>ms,ExperimentPublicEvaluationMethod:()=>vS,ExperimentPublicStatus:()=>jS,ExperimentPublicType:()=>CS,ExperimentRunSummary:()=>NP,ExperimentRunSummaryCompare:()=>mz,ExperimentRunSummaryCompareStatus:()=>cz,ExperimentRunSummaryPublic:()=>Pz,ExperimentRunSummaryPublicStatus:()=>kz,ExperimentRunSummaryStatus:()=>DP,ExperimentScore:()=>Xo,ExperimentScorePublic:()=>DS,ExperimentScoreWrite:()=>_y,ExperimentStatus:()=>Qz,ExperimentStreamRequestPublic:()=>ca,ExperimentType:()=>Xz,ExperimentUpdate:()=>Zo,ExperimentUpdateStatus:()=>Bh,ExperimentUpdateType:()=>Mh,ExperimentWrite:()=>la,ExperimentWriteEvaluationMethod:()=>sc,ExperimentWriteStatus:()=>pc,ExperimentWriteType:()=>cc,ExportTraceServiceRequest:()=>ree,Feedback:()=>tee,FeedbackCreate:()=>OS,FeedbackDefinitionPagePublic:()=>qS,FeedbackObjectPublic:()=>XS,FeedbackPublic:()=>rv,FeedbackScore:()=>Pe,FeedbackScoreAverage:()=>ve,FeedbackScoreAverageDetailed:()=>tv,FeedbackScoreAveragePublic:()=>Hr,FeedbackScoreBatch:()=>gs,FeedbackScoreBatchItem:()=>nv,FeedbackScoreBatchItemSource:()=>ov,FeedbackScoreBatchItemThread:()=>iR,FeedbackScoreBatchItemThreadSource:()=>rR,FeedbackScoreBatchThread:()=>en,FeedbackScoreCompare:()=>oz,FeedbackScoreCompareSource:()=>ZP,FeedbackScoreExperimentItemBulkWriteView:()=>Yh,FeedbackScoreExperimentItemBulkWriteViewSource:()=>Hh,FeedbackScoreNames:()=>lv,FeedbackScoreNamesPublic:()=>Kr,FeedbackScorePublic:()=>Ti,FeedbackScorePublicSource:()=>uv,FeedbackScoreSource:()=>hy,FeedbackUpdate:()=>Av,FindFeedbackDefinitionsRequestType:()=>mc,FindFeedbackScoreNames1RequestType:()=>el,Function:()=>To,FunctionCall:()=>Rr,GenerateReportResponse:()=>Pv,GetSpanStatsRequestType:()=>rl,GetSpansByProjectRequestType:()=>tl,GetWebhookExamplesRequestAlertType:()=>Bp,GroupContent:()=>aS,GroupContentWithAggregations:()=>tS,GroupDetail:()=>sS,GroupDetails:()=>cS,Guardrail:()=>jv,GuardrailBatch:()=>iee,GuardrailBatchWrite:()=>ma,GuardrailName:()=>zv,GuardrailResult:()=>vv,GuardrailWrite:()=>Uy,GuardrailWriteName:()=>Ey,GuardrailWriteResult:()=>Iy,GuardrailsValidation:()=>bS,GuardrailsValidationPublic:()=>Cv,HarnessEntry:()=>Dv,IdsHolder:()=>oee,ImageUrl:()=>yw,ImageUrlPublic:()=>Gw,ImageUrlWrite:()=>i_,Item:()=>fs,ItemImpact:()=>Nv,ItemLockInfo:()=>Fv,JsonListString:()=>le,JsonListStringCompare:()=>Xn,JsonListStringExperimentItemBulkWriteView:()=>Xe,JsonListStringPublic:()=>Je,JsonListStringWrite:()=>Le,JsonNode:()=>V,JsonNodeCompare:()=>HP,JsonNodeDetail:()=>ub,JsonNodePublic:()=>_e,JsonNodeWrite:()=>Se,JsonSchema:()=>Yf,KpiCardRequest:()=>wa,KpiCardRequestEntityType:()=>kc,KpiCardResponse:()=>Hv,KpiMetric:()=>Lv,KpiMetricType:()=>Wv,Lane:()=>Gv,ListRunnersRequestStatus:()=>Yc,LlmAsJudgeCode:()=>wn,LlmAsJudgeCodePublic:()=>r_,LlmAsJudgeCodeWrite:()=>u_,LlmAsJudgeMessage:()=>xt,LlmAsJudgeMessageContent:()=>ww,LlmAsJudgeMessageContentPublic:()=>Qw,LlmAsJudgeMessageContentWrite:()=>s_,LlmAsJudgeMessagePublic:()=>kt,LlmAsJudgeMessagePublicRole:()=>Xw,LlmAsJudgeMessageRole:()=>kw,LlmAsJudgeMessageWrite:()=>zt,LlmAsJudgeMessageWriteRole:()=>c_,LlmAsJudgeModelParameters:()=>wt,LlmAsJudgeModelParametersPublic:()=>At,LlmAsJudgeModelParametersWrite:()=>St,LlmAsJudgeOutputSchema:()=>_t,LlmAsJudgeOutputSchemaPublic:()=>Pt,LlmAsJudgeOutputSchemaPublicType:()=>qw,LlmAsJudgeOutputSchemaType:()=>Pw,LlmAsJudgeOutputSchemaWrite:()=>vt,LlmAsJudgeOutputSchemaWriteType:()=>m_,LocalRunner:()=>hs,LocalRunnerHeartbeatRequest:()=>Ja,LocalRunnerHeartbeatResponse:()=>Zv,LocalRunnerJob:()=>yt,LocalRunnerJobMetadata:()=>Va,LocalRunnerJobPage:()=>qv,LocalRunnerJobResultRequest:()=>Ha,LocalRunnerJobResultRequestStatus:()=>Lc,LocalRunnerJobStatus:()=>Fb,LocalRunnerLogEntry:()=>Ga,LocalRunnerPage:()=>eT,LocalRunnerStatus:()=>Ov,LocalRunnerType:()=>Qv,LockResponse:()=>rT,LocksResponse:()=>tT,LogItem:()=>aT,LogItemLevel:()=>iT,LogPage:()=>sT,LogProb:()=>yA,LogProbs:()=>RA,ManualEvaluationRequest:()=>ys,ManualEvaluationRequestEntityType:()=>pT,ManualEvaluationResponse:()=>bs,Message:()=>jo,ModelTiers:()=>dr,MultipartUploadPart:()=>cP,NumericalFeedbackDefinition:()=>MS,NumericalFeedbackDefinitionCreate:()=>HS,NumericalFeedbackDefinitionPublic:()=>us,NumericalFeedbackDefinitionUpdate:()=>wv,NumericalFeedbackDetail:()=>BS,NumericalFeedbackDetailCreate:()=>LS,NumericalFeedbackDetailPublic:()=>$S,NumericalFeedbackDetailUpdate:()=>Rv,OAuthError:()=>aee,OllamaConnectionTestResponse:()=>Jl,OllamaInstanceBaseUrlRequest:()=>Hl,OllamaModel:()=>Ly,OllieReport:()=>dT,OllieReportPage:()=>gT,OllieReportStatus:()=>lT,Optimization:()=>nee,OptimizationPagePublic:()=>xs,OptimizationPublic:()=>Rs,OptimizationPublicStatus:()=>ET,OptimizationStatus:()=>fT,OptimizationStudioConfig:()=>TT,OptimizationStudioConfigPublic:()=>GT,OptimizationStudioConfigWrite:()=>nj,OptimizationStudioLog:()=>pj,OptimizationUpdate:()=>ba,OptimizationUpdateStatus:()=>Rc,OptimizationWrite:()=>Gl,OptimizationWriteStatus:()=>cj,PageColumns:()=>mj,Param:()=>xR,ParamPresence:()=>bR,PercentageValueStatPublic:()=>dj,PercentageValues:()=>Pr,PercentageValuesDetailed:()=>gj,PercentageValuesPublic:()=>ls,Permission:()=>hj,Project:()=>see,ProjectDetailed:()=>_j,ProjectDetailedVisibility:()=>xj,ProjectMetricRequestPublic:()=>ka,ProjectMetricRequestPublicInterval:()=>Ac,ProjectMetricRequestPublicMetricType:()=>Pc,ProjectMetricResponsePublic:()=>Tj,ProjectMetricResponsePublicInterval:()=>kj,ProjectMetricResponsePublicMetricType:()=>Pj,ProjectPagePublic:()=>Ij,ProjectPublic:()=>ws,ProjectPublicVisibility:()=>jj,ProjectReference:()=>Jw,ProjectReferencePublic:()=>Wn,ProjectRetrieveDetailed:()=>Aa,ProjectStatItemObjectPublic:()=>Uj,ProjectStatsPublic:()=>Or,ProjectStatsSummary:()=>Mj,ProjectStatsSummaryItem:()=>Bj,ProjectUpdate:()=>Pa,ProjectUpdateVisibility:()=>zc,ProjectVisibility:()=>bj,ProjectWrite:()=>za,ProjectWriteVisibility:()=>Sc,Prompt:()=>pee,PromptDetail:()=>Ol,PromptDetailTemplateStructure:()=>Xj,PromptPagePublic:()=>_s,PromptPublic:()=>rE,PromptPublicTemplateStructure:()=>qj,PromptTemplateStructure:()=>Wj,PromptTokensDetails:()=>PA,PromptType:()=>Lj,PromptUpdatable:()=>Ta,PromptVariant:()=>Lh,PromptVersion:()=>Kl,PromptVersionBatchUpdate:()=>ja,PromptVersionCommitsRequestPublic:()=>Ea,PromptVersionDetail:()=>Ie,PromptVersionDetailTemplateStructure:()=>fb,PromptVersionDetailType:()=>yb,PromptVersionDetailVersionType:()=>Rb,PromptVersionEnvironmentUpdate:()=>Ca,PromptVersionIdsRequestDetail:()=>Ia,PromptVersionLink:()=>Lr,PromptVersionLinkPublic:()=>gi,PromptVersionLinkWrite:()=>nc,PromptVersionPagePublic:()=>mE,PromptVersionPublic:()=>cE,PromptVersionPublicTemplateStructure:()=>iE,PromptVersionPublicType:()=>aE,PromptVersionPublicVersionType:()=>sE,PromptVersionRetrieveDetail:()=>Da,PromptVersionTemplateStructure:()=>Hj,PromptVersionType:()=>Kj,PromptVersionUpdate:()=>_b,PromptVersionVersionType:()=>$j,PromptWrite:()=>Ua,PromptWriteTemplateStructure:()=>jc,PromptWriteType:()=>Ec,ProviderApiKey:()=>cee,ProviderApiKeyPagePublic:()=>yE,ProviderApiKeyProvider:()=>dE,ProviderApiKeyPublic:()=>ks,ProviderApiKeyPublicProvider:()=>gE,ProviderApiKeyUpdate:()=>da,ProviderApiKeyWrite:()=>ua,ProviderApiKeyWriteProvider:()=>fc,RecentActivityItemPublic:()=>xE,RecentActivityItemPublicType:()=>bE,RecentActivityPagePublic:()=>_E,ReportCompleteRequest:()=>Na,ReportCompleteRequestStatus:()=>Uc,ReportPreference:()=>As,ResponseFormat:()=>eh,ResponseFormatType:()=>Zf,Result:()=>vr,ResultsNumberPublic:()=>Sj,RetentionRulePagePublic:()=>vE,RetentionRulePublic:()=>Ei,RetentionRulePublicLevel:()=>kE,RetentionRulePublicRetention:()=>PE,RetentionRuleWrite:()=>Ba,RetentionRuleWriteRetention:()=>Bc,RevokeRequest:()=>ha,ScoreName:()=>pv,ScoreNamePublic:()=>mv,ServiceTogglesConfig:()=>TE,Side:()=>$l,Span:()=>ps,SpanBatch:()=>lee,SpanBatchUpdate:()=>Oa,SpanBatchWrite:()=>Ya,SpanEnrichmentOptions:()=>mh,SpanExperimentItemBulkWriteView:()=>ty,SpanExperimentItemBulkWriteViewSource:()=>Zh,SpanExperimentItemBulkWriteViewType:()=>ey,SpanFilter:()=>Sr,SpanFilterOperator:()=>Ew,SpanFilterPublic:()=>_r,SpanFilterPublicOperator:()=>rb,SpanFilterWrite:()=>Vn,SpanFilterWriteOperator:()=>B_,SpanLlmAsJudgeCode:()=>_n,SpanLlmAsJudgeCodePublic:()=>w_,SpanLlmAsJudgeCodeWrite:()=>M_,SpanPagePublic:()=>NE,SpanPublic:()=>zs,SpanPublicSource:()=>EE,SpanPublicType:()=>IE,SpanSearchStreamRequestPublic:()=>Xa,SpanSearchStreamRequestPublicExcludeItem:()=>Zc,SpanSearchStreamRequestPublicType:()=>qc,SpanSource:()=>dS,SpanType:()=>gS,SpanUpdate:()=>Ka,SpanUpdateSource:()=>Vb,SpanUpdateType:()=>Jb,SpanUserDefinedMetricPythonCode:()=>kn,SpanUserDefinedMetricPythonCodePublic:()=>k_,SpanUserDefinedMetricPythonCodeWrite:()=>J_,SpanWrite:()=>Qa,SpanWriteSource:()=>Kb,SpanWriteType:()=>$b,SpansCountResponse:()=>ME,SpendBreakdownResponse:()=>WE,SpendCompositionResponse:()=>VE,SpendMetricRequest:()=>Et,SpendRecommendationsResponse:()=>LE,SpendSummaryResponse:()=>JE,SpendUserPage:()=>KE,SpendUserRow:()=>HE,StartMultipartUploadRequest:()=>vo,StartMultipartUploadRequestEntityType:()=>Lp,StartMultipartUploadResponse:()=>OE,StreamOptions:()=>th,StudioEvaluation:()=>RT,StudioEvaluationPublic:()=>UT,StudioEvaluationWrite:()=>YT,StudioLlmModel:()=>wT,StudioLlmModelPublic:()=>BT,StudioLlmModelWrite:()=>ZT,StudioMessage:()=>PT,StudioMessagePublic:()=>VT,StudioMessageWrite:()=>tj,StudioMetric:()=>yT,StudioMetricPublic:()=>IT,StudioMetricWrite:()=>$T,StudioOptimizer:()=>kT,StudioOptimizerPublic:()=>MT,StudioOptimizerWrite:()=>ej,StudioPrompt:()=>ST,StudioPromptPublic:()=>JT,StudioPromptWrite:()=>oj,TokenRequest:()=>ya,TokenResponse:()=>$E,TokenUsageNames:()=>QE,Tool:()=>nh,ToolCall:()=>yn,ToolCallType:()=>Xx,ToolType:()=>oh,Trace:()=>cs,TraceBatch:()=>mee,TraceBatchUpdate:()=>tn,TraceBatchWrite:()=>an,TraceCountResponse:()=>ZE,TraceEnrichmentOptions:()=>uh,TraceExperimentItemBulkWriteView:()=>ny,TraceExperimentItemBulkWriteViewSource:()=>oy,TraceFilter:()=>zr,TraceFilterOperator:()=>Sw,TraceFilterPublic:()=>kr,TraceFilterPublicOperator:()=>ib,TraceFilterWrite:()=>Dn,TraceFilterWriteOperator:()=>f_,TracePagePublic:()=>oC,TracePublic:()=>Ss,TracePublicSource:()=>qE,TracePublicVisibilityMode:()=>rC,TraceSearchStreamRequestPublic:()=>nn,TraceSearchStreamRequestPublicExcludeItem:()=>ol,TraceSource:()=>xS,TraceThread:()=>vs,TraceThreadBatchIdentifier:()=>sn,TraceThreadBatchUpdate:()=>cn,TraceThreadFilter:()=>qe,TraceThreadFilterOperator:()=>uR,TraceThreadFilterPublic:()=>ft,TraceThreadFilterPublicOperator:()=>ab,TraceThreadFilterWrite:()=>Ln,TraceThreadFilterWriteOperator:()=>O_,TraceThreadIdentifier:()=>Ql,TraceThreadLlmAsJudgeCode:()=>An,TraceThreadLlmAsJudgeCodePublic:()=>P_,TraceThreadLlmAsJudgeCodeWrite:()=>Q_,TraceThreadPage:()=>pC,TraceThreadSearchStreamRequest:()=>ln,TraceThreadStatus:()=>aC,TraceThreadUpdate:()=>pn,TraceThreadUserDefinedMetricPythonCode:()=>Pn,TraceThreadUserDefinedMetricPythonCodePublic:()=>S_,TraceThreadUserDefinedMetricPythonCodeWrite:()=>q_,TraceUpdate:()=>rn,TraceUpdateSource:()=>aR,TraceVisibilityMode:()=>_S,TraceWrite:()=>on,TraceWriteSource:()=>pR,UploadAttachmentRequestEntityType:()=>Kp,Usage:()=>SA,UserDefinedMetricPythonCode:()=>zn,UserDefinedMetricPythonCodePublic:()=>T_,UserDefinedMetricPythonCodeWrite:()=>bk,ValueEntry:()=>xy,ValueEntryCompare:()=>tz,ValueEntryCompareSource:()=>ez,ValueEntryExperimentItemBulkWriteView:()=>$h,ValueEntryExperimentItemBulkWriteViewSource:()=>Kh,ValueEntryPublic:()=>yv,ValueEntryPublicSource:()=>fv,ValueEntrySource:()=>by,VideoUrl:()=>Rw,VideoUrlPublic:()=>Ow,VideoUrlWrite:()=>a_,Webhook:()=>ox,WebhookExamples:()=>cC,WebhookPublic:()=>hx,WebhookTestResult:()=>dC,WebhookTestResultStatus:()=>lC,WebhookWrite:()=>Tx,WelcomeWizardSubmission:()=>mn,WelcomeWizardTracking:()=>uC,WorkspaceConfiguration:()=>Ts,WorkspaceInfo:()=>dw,WorkspaceMetricRequest:()=>dee,WorkspaceMetricResponse:()=>Yl,WorkspaceMetricsSummaryRequest:()=>Ci,WorkspaceMetricsSummaryResponse:()=>gC,WorkspaceNameHolder:()=>fC,WorkspaceSpansCount:()=>BE,WorkspaceTraceCount:()=>YE,WorkspaceUserPermissions:()=>hC,WorkspaceVersion:()=>RC,WorkspaceVersionOpikVersion:()=>yC,agentConfigs:()=>Np,alerts:()=>Fp,annotationQueues:()=>Mp,assertionResults:()=>Vp,attachments:()=>oi,chatCompletions:()=>Qp,datasets:()=>pi,environments:()=>tc,experiments:()=>lc,feedbackDefinitions:()=>dc,guardrails:()=>uc,llmModels:()=>li,llmProviderKey:()=>hc,mcpOAuth:()=>yc,ollama:()=>mi,optimizations:()=>xc,pairing:()=>_c,projects:()=>vc,prompts:()=>ht,reports:()=>Nc,retentionRules:()=>Fc,runners:()=>lr,spans:()=>il,traces:()=>al,welcomeWizard:()=>nl});var ie=n(()=>{H4();RY();});var Xl,xY=n(()=>{X();$();b();Q();Z();J();ie();te();Xl=class{constructor(i={}){this._options=W(i);}createAgentConfig(i,e){return P.fromPromise(this.__createAgentConfig(i,e))}async __createAgentConfig(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/agent-configs/blueprints"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:sl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 401:throw new Y(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/agent-configs/blueprints")}updateAgentConfig(i,e){return P.fromPromise(this.__updateAgentConfig(i,e))}async __updateAgentConfig(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/agent-configs/blueprints"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:sl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"PATCH","/v1/private/agent-configs/blueprints")}createBlueprintFromMask(i,e,t={},o){return P.fromPromise(this.__createBlueprintFromMask(i,e,t,o))}async __createBlueprintFromMask(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/agent-configs/blueprints/projects/${_.encodePathParam(i)}/masks/${_.encodePathParam(e)}`),method:"POST",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 401:throw new Y(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/agent-configs/blueprints/projects/{project_id}/masks/{mask_id}")}createOrUpdateEnvs(i,e){return P.fromPromise(this.__createOrUpdateEnvs(i,e))}async __createOrUpdateEnvs(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/agent-configs/blueprints/environments"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:_o.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/agent-configs/blueprints/environments")}getBlueprintByEnv(i,e,t={},o){return P.fromPromise(this.__getBlueprintByEnv(i,e,t,o))}async __getBlueprintByEnv(i,e,t={},o){var m,u,d,f,g,h,y,w,k,C,I;let{maskId:a}=t,s={mask_id:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=o==null?void 0:o.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),o==null?void 0:o.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/agent-configs/blueprints/environments/${_.encodePathParam(i)}/projects/${_.encodePathParam(e)}`),method:"GET",headers:c,queryParameters:{...s,...o==null?void 0:o.queryParams},timeoutMs:((w=(y=o==null?void 0:o.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=o==null?void 0:o.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Rt.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 401:throw new Y(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}")}setEnvByBlueprintName(i,e,t,o){return P.fromPromise(this.__setEnvByBlueprintName(i,e,t,o))}async __setEnvByBlueprintName(i,e,t,o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/agent-configs/blueprints/environments/${_.encodePathParam(i)}/projects/${_.encodePathParam(e)}`),method:"PUT",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:wo.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 401:throw new Y(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PUT","/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}")}deleteEnv(i,e,t={},o){return P.fromPromise(this.__deleteEnv(i,e,t,o))}async __deleteEnv(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/agent-configs/blueprints/environments/${_.encodePathParam(i)}/projects/${_.encodePathParam(e)}`),method:"DELETE",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===401?new Y(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"DELETE","/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}")}getBlueprintById(i,e={},t){return P.fromPromise(this.__getBlueprintById(i,e,t))}async __getBlueprintById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{maskId:o}=e,a={mask_id:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/agent-configs/blueprints/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Rt.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")switch(c.error.statusCode){case 401:throw new Y(c.error.body,c.rawResponse);case 404:throw new U(c.error.body,c.rawResponse);default:throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse})}return j(c.error,c.rawResponse,"GET","/v1/private/agent-configs/blueprints/{blueprint_id}")}getBlueprintByName(i,e,t={},o){return P.fromPromise(this.__getBlueprintByName(i,e,t,o))}async __getBlueprintByName(i,e,t={},o){var m,u,d,f,g,h,y,w,k,C,I;let{maskId:a}=t,s={mask_id:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=o==null?void 0:o.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),o==null?void 0:o.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/agent-configs/blueprints/projects/${_.encodePathParam(i)}/names/${_.encodePathParam(e)}`),method:"GET",headers:c,queryParameters:{...s,...o==null?void 0:o.queryParams},timeoutMs:((w=(y=o==null?void 0:o.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=o==null?void 0:o.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Rt.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 401:throw new Y(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/agent-configs/blueprints/projects/{project_id}/names/{name}")}getBlueprintHistory(i,e={},t){return P.fromPromise(this.__getBlueprintHistory(i,e,t))}async __getBlueprintHistory(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{page:o,size:a}=e,s={page:o,size:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/agent-configs/blueprints/history/projects/${_.encodePathParam(i)}`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Tk.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 401:throw new Y(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/agent-configs/blueprints/history/projects/{project_id}")}getDeltaById(i,e={},t){return P.fromPromise(this.__getDeltaById(i,e,t))}async __getDeltaById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/agent-configs/blueprints/${_.encodePathParam(i)}/deltas`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Rt.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 401:throw new Y(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"GET","/v1/private/agent-configs/blueprints/{blueprint_id}/deltas")}getLatestBlueprint(i,e={},t){return P.fromPromise(this.__getLatestBlueprint(i,e,t))}async __getLatestBlueprint(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{maskId:o}=e,a={mask_id:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/agent-configs/blueprints/latest/projects/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Rt.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")switch(c.error.statusCode){case 401:throw new Y(c.error.body,c.rawResponse);case 404:throw new U(c.error.body,c.rawResponse);default:throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse})}return j(c.error,c.rawResponse,"GET","/v1/private/agent-configs/blueprints/latest/projects/{project_id}")}removeConfigKeys(i,e){return P.fromPromise(this.__removeConfigKeys(i,e))}async __removeConfigKeys(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/agent-configs/blueprints/remove-keys"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ko.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===401?new Y(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/agent-configs/blueprints/remove-keys")}};});var Zl,wY=n(()=>{X();$();b();Q();Z();J();ie();te();Zl=class{constructor(i={}){this._options=W(i);}getSpendComposition(i,e){return P.fromPromise(this.__getSpendComposition(i,e))}async __getSpendComposition(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ai-spend/composition"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Et.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:VE.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/ai-spend/composition")}getSpendLaneBreakdown(i,e,t){return P.fromPromise(this.__getSpendLaneBreakdown(i,e,t))}async __getSpendLaneBreakdown(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/ai-spend/composition/${_.encodePathParam(i)}/breakdown`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Et.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:WE.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===400?new B(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/ai-spend/composition/{laneKey}/breakdown")}getSpendRecommendations(i,e){return P.fromPromise(this.__getSpendRecommendations(i,e))}async __getSpendRecommendations(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ai-spend/recommendations"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Et.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:LE.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/ai-spend/recommendations")}getSpendSummary(i,e){return P.fromPromise(this.__getSpendSummary(i,e))}async __getSpendSummary(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ai-spend/summary"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Et.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:JE.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/ai-spend/summary")}getSpendUsers(i,e){return P.fromPromise(this.__getSpendUsers(i,e))}async __getSpendUsers(i,e){var d,f,g,h,y,w,k,C,I,D,N;let{page:t,size:o,sorting:a,name:s,body:c}=i,l={page:t,size:o,sorting:a,name:s},m=z((d=this._options)==null?void 0:d.headers,T({"Comet-Workspace":(g=e==null?void 0:e.workspaceName)!=null?g:(f=this._options)==null?void 0:f.workspaceName}),e==null?void 0:e.headers),u=await S({url:_.join((y=(h=await x.get(this._options.baseUrl))!=null?h:await x.get(this._options.environment))!=null?y:v.Default,"v1/private/ai-spend/users"),method:"POST",headers:m,contentType:"application/json",queryParameters:{...l,...e==null?void 0:e.queryParams},requestType:"json",body:Et.jsonOrThrow(c,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((C=(k=e==null?void 0:e.timeoutInSeconds)!=null?k:(w=this._options)==null?void 0:w.timeoutInSeconds)!=null?C:60)*1e3,maxRetries:(D=e==null?void 0:e.maxRetries)!=null?D:(I=this._options)==null?void 0:I.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(N=this._options)==null?void 0:N.fetch,logging:this._options.logging});if(u.ok)return {data:KE.parseOrThrow(u.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:u.rawResponse};if(u.error.reason==="status-code")throw u.error.statusCode===400?new B(u.error.body,u.rawResponse):new A({statusCode:u.error.statusCode,body:u.error.body,rawResponse:u.rawResponse});return j(u.error,u.rawResponse,"POST","/v1/private/ai-spend/users")}};});var ql,_Y=n(()=>{X();$();b();Q();Z();J();ie();te();ql=class{constructor(i={}){this._options=W(i);}findAlerts(i={},e){return P.fromPromise(this.__findAlerts(i,e))}async __findAlerts(i={},e){var u,d,f,g,h,y,w,k,C,I,D;let{page:t,size:o,sorting:a,filters:s}=i,c={page:t,size:o,sorting:a,filters:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/private/alerts"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:un.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/alerts")}createAlert(i,e){return P.fromPromise(this.__createAlert(i,e))}async __createAlert(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/alerts"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:gn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/alerts")}deleteAlertBatch(i,e){return P.fromPromise(this.__deleteAlertBatch(i,e))}async __deleteAlertBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/alerts/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/alerts/delete")}getAlertById(i,e={},t){return P.fromPromise(this.__getAlertById(i,e,t))}async __getAlertById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/alerts/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:dn.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/alerts/{id}")}updateAlert(i,e,t){return P.fromPromise(this.__updateAlert(i,e,t))}async __updateAlert(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/alerts/${_.encodePathParam(i)}`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:gn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);case 422:throw new me(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PUT","/v1/private/alerts/{id}")}getWebhookExamples(i={},e){return P.fromPromise(this.__getWebhookExamples(i,e))}async __getWebhookExamples(i={},e){var c,l,m,u,d,f,g,h,y,w,k;let{alertType:t}=i,o={alert_type:t!=null?Bp.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0},a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/alerts/webhooks/examples"),method:"GET",headers:a,queryParameters:{...o,...e==null?void 0:e.queryParams},timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:cC.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/alerts/webhooks/examples")}testWebhook(i,e){return P.fromPromise(this.__testWebhook(i,e))}async __testWebhook(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/alerts/webhooks/tests"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:gn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:dC.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===422?new me(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/alerts/webhooks/tests")}};});var em,kY=n(()=>{X();$();b();Q();Z();J();ie();te();em=class{constructor(i={}){this._options=W(i);}addItemsToAnnotationQueue(i,e,t){return P.fromPromise(this.__addItemsToAnnotationQueue(i,e,t))}async __addItemsToAnnotationQueue(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}/items/add`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:pl.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/annotation-queues/{id}/items/add")}findAnnotationQueues(i={},e){return P.fromPromise(this.__findAnnotationQueues(i,e))}async __findAnnotationQueues(i={},e){var d,f,g,h,y,w,k,C,I,D,N;let{page:t,size:o,name:a,filters:s,sorting:c}=i,l={page:t,size:o,name:a,filters:s,sorting:c},m=z((d=this._options)==null?void 0:d.headers,T({"Comet-Workspace":(g=e==null?void 0:e.workspaceName)!=null?g:(f=this._options)==null?void 0:f.workspaceName}),e==null?void 0:e.headers),u=await S({url:_.join((y=(h=await x.get(this._options.baseUrl))!=null?h:await x.get(this._options.environment))!=null?y:v.Default,"v1/private/annotation-queues"),method:"GET",headers:m,queryParameters:{...l,...e==null?void 0:e.queryParams},timeoutMs:((C=(k=e==null?void 0:e.timeoutInSeconds)!=null?k:(w=this._options)==null?void 0:w.timeoutInSeconds)!=null?C:60)*1e3,maxRetries:(D=e==null?void 0:e.maxRetries)!=null?D:(I=this._options)==null?void 0:I.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(N=this._options)==null?void 0:N.fetch,logging:this._options.logging});if(u.ok)return {data:Lx.parseOrThrow(u.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:u.rawResponse};if(u.error.reason==="status-code")throw new A({statusCode:u.error.statusCode,body:u.error.body,rawResponse:u.rawResponse});return j(u.error,u.rawResponse,"GET","/v1/private/annotation-queues")}createAnnotationQueue(i,e){return P.fromPromise(this.__createAnnotationQueue(i,e))}async __createAnnotationQueue(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/annotation-queues"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ao.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/annotation-queues")}createAnnotationQueueBatch(i,e){return P.fromPromise(this.__createAnnotationQueueBatch(i,e))}async __createAnnotationQueueBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/annotation-queues/batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Po.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/annotation-queues/batch")}deleteAnnotationQueueBatch(i,e){return P.fromPromise(this.__deleteAnnotationQueueBatch(i,e))}async __deleteAnnotationQueueBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/annotation-queues/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/annotation-queues/delete")}getAnnotationQueueById(i,e={},t){return P.fromPromise(this.__getAnnotationQueueById(i,e,t))}async __getAnnotationQueueById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:hn.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/annotation-queues/{id}")}updateAnnotationQueue(i,e={},t){return P.fromPromise(this.__updateAnnotationQueue(i,e,t))}async __updateAnnotationQueue(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:zo.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===400?new B(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"PATCH","/v1/private/annotation-queues/{id}")}getAnnotationQueueLocks(i,e={},t){return P.fromPromise(this.__getAnnotationQueueLocks(i,e,t))}async __getAnnotationQueueLocks(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}/locks`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:tT.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/annotation-queues/{queueId}/locks")}lockAnnotationQueueItem(i,e,t={},o){return P.fromPromise(this.__lockAnnotationQueueItem(i,e,t,o))}async __lockAnnotationQueueItem(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}/items/${_.encodePathParam(e)}/lock`),method:"PUT",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:rT.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/annotation-queues/{queueId}/items/{itemId}/lock")}removeItemsFromAnnotationQueue(i,e,t){return P.fromPromise(this.__removeItemsFromAnnotationQueue(i,e,t))}async __removeItemsFromAnnotationQueue(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}/items/delete`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:pl.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/annotation-queues/{id}/items/delete")}};});var rm,AY=n(()=>{X();$();b();Q();Z();J();ie();rm=class{constructor(i={}){this._options=W(i);}storeAssertionsBatch(i,e){return P.fromPromise(this.__storeAssertionsBatch(i,e))}async __storeAssertionsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/assertion-results"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:So.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/assertion-results")}};});var tm,PY=n(()=>{X();$();b();Q();Z();J();ie();te();tm=class{constructor(i={}){this._options=W(i);}attachmentList(i,e){return P.fromPromise(this.__attachmentList(i,e))}async __attachmentList(i,e){var f,g,h,y,w,k,C,I,D,N,M;let{page:t,size:o,projectId:a,entityType:s,entityId:c,path:l}=i,m={page:t,size:o,project_id:a,entity_type:Hp.jsonOrThrow(s,{unrecognizedObjectKeys:"strip",omitUndefined:true}),entity_id:c,path:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/attachment/list"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:iw.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")switch(d.error.statusCode){case 401:throw new Y(d.error.body,d.rawResponse);case 403:throw new fe(d.error.body,d.rawResponse);default:throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse})}return j(d.error,d.rawResponse,"GET","/v1/private/attachment/list")}completeMultiPartUpload(i,e){return P.fromPromise(this.__completeMultiPartUpload(i,e))}async __completeMultiPartUpload(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/attachment/upload-complete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:vl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/attachment/upload-complete")}deleteAttachments(i,e){return P.fromPromise(this.__deleteAttachments(i,e))}async __deleteAttachments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/attachment/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:vl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/attachment/delete")}downloadAttachment(i,e){return P.fromPromise(this.__downloadAttachment(i,e))}async __downloadAttachment(i,e){var f,g,h,y,w,k,C,I,D,N,M;let{workspaceName:t,containerId:o,entityType:a,entityId:s,fileName:c,mimeType:l}=i,m={workspace_name:t,container_id:o,entity_type:Gp.jsonOrThrow(a,{unrecognizedObjectKeys:"strip",omitUndefined:true}),entity_id:s,file_name:c,mime_type:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/attachment/download"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},responseType:"streaming",timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:d.body,rawResponse:d.rawResponse};if(d.error.reason==="status-code")switch(d.error.statusCode){case 401:throw new Y(d.error.body,d.rawResponse);case 403:throw new fe(d.error.body,d.rawResponse);default:throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse})}return j(d.error,d.rawResponse,"GET","/v1/private/attachment/download")}startMultiPartUpload(i,e){return P.fromPromise(this.__startMultiPartUpload(i,e))}async __startMultiPartUpload(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/attachment/upload-start"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:vo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:OE.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/attachment/upload-start")}uploadAttachment(i,e){return P.fromPromise(this.__uploadAttachment(i,e))}async __uploadAttachment(i,e){var f,g,h,y,w,k,C,I,D,N,M;let{fileName:t,projectName:o,mimeType:a,entityType:s,entityId:c,body:l}=i,m={file_name:t,project_name:o,mime_type:a,entity_type:Kp.jsonOrThrow(s,{unrecognizedObjectKeys:"strip",omitUndefined:true}),entity_id:c},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/attachment/upload"),method:"PUT",headers:u,contentType:"application/json",queryParameters:{...m,...e==null?void 0:e.queryParams},requestType:"json",body:oi.uploadAttachment.Request.jsonOrThrow(l,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:void 0,rawResponse:d.rawResponse};if(d.error.reason==="status-code")switch(d.error.statusCode){case 401:throw new Y(d.error.body,d.rawResponse);case 403:throw new fe(d.error.body,d.rawResponse);default:throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse})}return j(d.error,d.rawResponse,"PUT","/v1/private/attachment/upload")}};});var im,zY=n(()=>{X();$();b();Q();Z();J();ie();im=class{constructor(i={}){this._options=W(i);}findEvaluators(i={},e){return P.fromPromise(this.__findEvaluators(i,e))}async __findEvaluators(i={},e){var g,h,y,w,k,C,I,D,N,M,re;let{projectId:t,id:o,name:a,filters:s,sorting:c,page:l,size:m}=i,u={project_id:t,id:o,name:a,filters:s,sorting:c,page:l,size:m},d=z((g=this._options)==null?void 0:g.headers,T({"Comet-Workspace":(y=e==null?void 0:e.workspaceName)!=null?y:(h=this._options)==null?void 0:h.workspaceName}),e==null?void 0:e.headers),f=await S({url:_.join((k=(w=await x.get(this._options.baseUrl))!=null?w:await x.get(this._options.environment))!=null?k:v.Default,"v1/private/automations/evaluators"),method:"GET",headers:d,queryParameters:{...u,...e==null?void 0:e.queryParams},timeoutMs:((D=(I=e==null?void 0:e.timeoutInSeconds)!=null?I:(C=this._options)==null?void 0:C.timeoutInSeconds)!=null?D:60)*1e3,maxRetries:(M=e==null?void 0:e.maxRetries)!=null?M:(N=this._options)==null?void 0:N.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(re=this._options)==null?void 0:re.fetch,logging:this._options.logging});if(f.ok)return {data:I_.parseOrThrow(f.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:f.rawResponse};if(f.error.reason==="status-code")throw new A({statusCode:f.error.statusCode,body:f.error.body,rawResponse:f.rawResponse});return j(f.error,f.rawResponse,"GET","/v1/private/automations/evaluators")}createAutomationRuleEvaluator(i,e){return P.fromPromise(this.__createAutomationRuleEvaluator(i,e))}async __createAutomationRuleEvaluator(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/automations/evaluators"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ak.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/automations/evaluators")}deleteAutomationRuleEvaluatorBatch(i,e){return P.fromPromise(this.__deleteAutomationRuleEvaluatorBatch(i,e))}async __deleteAutomationRuleEvaluatorBatch(i,e){var l,m,u,d,f,g,h,y,w,k,C;let{projectId:t,body:o}=i,a={project_id:t},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=e==null?void 0:e.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),e==null?void 0:e.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,"v1/private/automations/evaluators/delete"),method:"POST",headers:s,contentType:"application/json",queryParameters:{...a,...e==null?void 0:e.queryParams},requestType:"json",body:de.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((y=(h=e==null?void 0:e.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=e==null?void 0:e.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:void 0,rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"POST","/v1/private/automations/evaluators/delete")}getEvaluatorById(i,e={},t){return P.fromPromise(this.__getEvaluatorById(i,e,t))}async __getEvaluatorById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{projectId:o}=e,a={project_id:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/automations/evaluators/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:N_.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/automations/evaluators/{id}")}updateAutomationRuleEvaluator(i,e,t){return P.fromPromise(this.__updateAutomationRuleEvaluator(i,e,t))}async __updateAutomationRuleEvaluator(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/automations/evaluators/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:yk.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/automations/evaluators/{id}")}getEvaluatorLogsById(i,e={},t){return P.fromPromise(this.__getEvaluatorLogsById(i,e,t))}async __getEvaluatorLogsById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{size:o}=e,a={size:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/automations/evaluators/${_.encodePathParam(i)}/logs`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:sT.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/automations/evaluators/{id}/logs")}};});var om,SY=n(()=>{X();$();b();Q();Z();J();ie();om=class{constructor(i={}){this._options=W(i);}createChatCompletions(i={},e){return P.fromPromise(this.__createChatCompletions(i,e))}async __createChatCompletions(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/chat/completions"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Eo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:TA.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/chat/completions")}};});var am,vY=n(()=>{X();$();b();Q();Z();J();ie();te();am=class{constructor(i={}){this._options=W(i);}access(i,e){return P.fromPromise(this.__access(i,e))}async __access(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/auth"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:lw.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/auth")}getWorkspaceName(i){return P.fromPromise(this.__getWorkspaceName(i))}async __getWorkspaceName(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/auth/workspace"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:fC.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")switch(t.error.statusCode){case 401:throw new Y(t.error.body,t.rawResponse);case 403:throw new fe(t.error.body,t.rawResponse);default:throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse})}return j(t.error,t.rawResponse,"GET","/v1/private/auth/workspace")}};});var nm,TY=n(()=>{X();$();b();Q();Z();J();ie();te();nm=class{constructor(i={}){this._options=W(i);}findDashboards(i={},e){return P.fromPromise(this.__findDashboards(i,e))}async __findDashboards(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{page:t,size:o,name:a,projectId:s,sorting:c,filters:l}=i,m={page:t,size:o,name:a,project_id:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/dashboards"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:jt.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/dashboards")}createDashboard(i,e){return P.fromPromise(this.__createDashboard(i,e))}async __createDashboard(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/dashboards"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:On.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:er.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/dashboards")}getDashboardById(i,e={},t){return P.fromPromise(this.__getDashboardById(i,e,t))}async __getDashboardById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/dashboards/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:er.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/dashboards/{dashboardId}")}deleteDashboard(i,e={},t){return P.fromPromise(this.__deleteDashboard(i,e,t))}async __deleteDashboard(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/dashboards/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/dashboards/{dashboardId}")}updateDashboard(i,e,t){return P.fromPromise(this.__updateDashboard(i,e,t))}async __updateDashboard(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/dashboards/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Kn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:er.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PATCH","/v1/private/dashboards/{dashboardId}")}deleteDashboardsBatch(i,e){return P.fromPromise(this.__deleteDashboardsBatch(i,e))}async __deleteDashboardsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/dashboards/delete-batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/dashboards/delete-batch")}};});var sm,jY=n(()=>{X();$();b();Fr();Q();Z();J();ie();te();sm=class{constructor(i={}){this._options=W(i);}applyDatasetItemChanges(i,e,t){return P.fromPromise(this.__applyDatasetItemChanges(i,e,t))}async __applyDatasetItemChanges(i,e,t){var m,u,d,f,g,h,y,w,k,C,I;let{override:o,body:a}=e,s={override:o},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/changes`),method:"POST",headers:c,contentType:"application/json",queryParameters:{...s,...t==null?void 0:t.queryParams},requestType:"json",body:MP.jsonOrThrow(a,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Gr.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);case 409:throw new O(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"POST","/v1/private/datasets/{id}/items/changes")}batchUpdateDatasetItems(i,e){return P.fromPromise(this.__batchUpdateDatasetItems(i,e))}async __batchUpdateDatasetItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/items/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Fo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/datasets/items/batch")}findDatasets(i={},e){return P.fromPromise(this.__findDatasets(i,e))}async __findDatasets(i={},e){var y,w,k,C,I,D,N,M,re,ne,we;let{page:t,size:o,withExperimentsOnly:a,withOptimizationsOnly:s,promptId:c,projectId:l,name:m,sorting:u,filters:d}=i,f={page:t,size:o,with_experiments_only:a,with_optimizations_only:s,prompt_id:c,project_id:l,name:m,sorting:u,filters:d},g=z((y=this._options)==null?void 0:y.headers,T({"Comet-Workspace":(k=e==null?void 0:e.workspaceName)!=null?k:(w=this._options)==null?void 0:w.workspaceName}),e==null?void 0:e.headers),h=await S({url:_.join((I=(C=await x.get(this._options.baseUrl))!=null?C:await x.get(this._options.environment))!=null?I:v.Default,"v1/private/datasets"),method:"GET",headers:g,queryParameters:{...f,...e==null?void 0:e.queryParams},timeoutMs:((M=(N=e==null?void 0:e.timeoutInSeconds)!=null?N:(D=this._options)==null?void 0:D.timeoutInSeconds)!=null?M:60)*1e3,maxRetries:(ne=e==null?void 0:e.maxRetries)!=null?ne:(re=this._options)==null?void 0:re.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(we=this._options)==null?void 0:we.fetch,logging:this._options.logging});if(h.ok)return {data:is.parseOrThrow(h.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:h.rawResponse};if(h.error.reason==="status-code")throw new A({statusCode:h.error.statusCode,body:h.error.body,rawResponse:h.rawResponse});return j(h.error,h.rawResponse,"GET","/v1/private/datasets")}createDataset(i,e){return P.fromPromise(this.__createDataset(i,e))}async __createDataset(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:$o.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets")}createOrUpdateDatasetItems(i,e){return P.fromPromise(this.__createOrUpdateDatasetItems(i,e))}async __createOrUpdateDatasetItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/items"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Wo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/datasets/items")}createDatasetItemsFromCsv(i,e){return P.fromPromise(this.__createDatasetItemsFromCsv(i,e))}async __createDatasetItemsFromCsv(i,e){var c,l,m,u,d,f,g,h,y,w,k;let t=await uf();t.append("file",Ge(i.file)),t.append("dataset_id",i.datasetId);let o=await t.getRequest(),a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName,...o.headers}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/datasets/items/from-csv"),method:"POST",headers:a,queryParameters:e==null?void 0:e.queryParams,requestType:"file",duplex:o.duplex,body:o.body,timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===400?new B(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/datasets/items/from-csv")}createDatasetItemsFromJson(i,e){return P.fromPromise(this.__createDatasetItemsFromJson(i,e))}async __createDatasetItemsFromJson(i,e){var c,l,m,u,d,f,g,h,y,w,k;let t=await uf();t.append("file",Ge(i.file)),t.append("dataset_id",i.datasetId),t.append("format",rc.jsonOrThrow(i.format,{unrecognizedObjectKeys:"strip",omitUndefined:true}));let o=await t.getRequest(),a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName,...o.headers}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/datasets/items/from-json"),method:"POST",headers:a,queryParameters:e==null?void 0:e.queryParams,requestType:"file",duplex:o.duplex,body:o.body,timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===400?new B(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/datasets/items/from-json")}createDatasetItemsFromSpans(i,e,t){return P.fromPromise(this.__createDatasetItemsFromSpans(i,e,t))}async __createDatasetItemsFromSpans(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/from-spans`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Co.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{dataset_id}/items/from-spans")}createDatasetItemsFromTraces(i,e,t){return P.fromPromise(this.__createDatasetItemsFromTraces(i,e,t))}async __createDatasetItemsFromTraces(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/from-traces`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Io.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{dataset_id}/items/from-traces")}getDatasetById(i,e={},t){return P.fromPromise(this.__getDatasetById(i,e,t))}async __getDatasetById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Pi.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/datasets/{id}")}updateDataset(i,e,t){return P.fromPromise(this.__updateDataset(i,e,t))}async __updateDataset(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}`),method:"PUT",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Jo.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"PUT","/v1/private/datasets/{id}")}deleteDataset(i,e={},t){return P.fromPromise(this.__deleteDataset(i,e,t))}async __deleteDataset(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/datasets/{id}")}deleteDatasetByName(i,e){return P.fromPromise(this.__deleteDatasetByName(i,e))}async __deleteDatasetByName(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Uo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/delete")}deleteDatasetItems(i={},e){return P.fromPromise(this.__deleteDatasetItems(i,e))}async __deleteDatasetItems(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/items/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Lo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/items/delete")}deleteDatasetsBatch(i,e){return P.fromPromise(this.__deleteDatasetsBatch(i,e))}async __deleteDatasetsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/delete-batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/delete-batch")}downloadDatasetExport(i,e={},t){return P.fromPromise(this.__downloadDatasetExport(i,e,t))}async __downloadDatasetExport(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/export-jobs/${_.encodePathParam(i)}/download`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,responseType:"streaming",timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:a.body,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"GET","/v1/private/datasets/export-jobs/{jobId}/download")}expandDataset(i,e,t){return P.fromPromise(this.__expandDataset(i,e,t))}async __expandDataset(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/expansions`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Do.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:FP.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{id}/expansions")}findDatasetItemsWithExperimentItems(i,e,t){return P.fromPromise(this.__findDatasetItemsWithExperimentItems(i,e,t))}async __findDatasetItemsWithExperimentItems(i,e,t){var h,y,w,k,C,I,D,N,M,re,ne;let{page:o,size:a,experimentIds:s,filters:c,sorting:l,search:m,truncate:u}=e,d={page:o,size:a,experiment_ids:s,filters:c,sorting:l,search:m,truncate:u},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=t==null?void 0:t.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),t==null?void 0:t.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/experiments/items`),method:"GET",headers:f,queryParameters:{...d,...t==null?void 0:t.queryParams},timeoutMs:((N=(D=t==null?void 0:t.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=t==null?void 0:t.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:fz.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/datasets/{id}/items/experiments/items")}getDatasetByIdentifier(i,e){return P.fromPromise(this.__getDatasetByIdentifier(i,e))}async __getDatasetByIdentifier(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/retrieve"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:No.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Pi.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/retrieve")}getDatasetExperimentItemsStats(i,e,t){return P.fromPromise(this.__getDatasetExperimentItemsStats(i,e,t))}async __getDatasetExperimentItemsStats(i,e,t){var m,u,d,f,g,h,y,w,k,C,I;let{experimentIds:o,filters:a}=e,s={experiment_ids:o,filters:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/experiments/items/stats`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Or.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse});return j(l.error,l.rawResponse,"GET","/v1/private/datasets/{id}/items/experiments/items/stats")}getDatasetExportJob(i,e={},t){return P.fromPromise(this.__getDatasetExportJob(i,e,t))}async __getDatasetExportJob(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/export-jobs/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:si.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/datasets/export-jobs/{jobId}")}getDatasetExportJobs(i){return P.fromPromise(this.__getDatasetExportJobs(i))}async __getDatasetExportJobs(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/datasets/export-jobs"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:pi.getDatasetExportJobs.Response.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/datasets/export-jobs")}getDatasetItemById(i,e={},t){return P.fromPromise(this.__getDatasetItemById(i,e,t))}async __getDatasetItemById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/items/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:rs.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/datasets/items/{itemId}")}patchDatasetItem(i,e,t){return P.fromPromise(this.__patchDatasetItem(i,e,t))}async __patchDatasetItem(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/datasets/items/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Mo.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/datasets/items/{itemId}")}getDatasetItems(i,e={},t){return P.fromPromise(this.__getDatasetItems(i,e,t))}async __getDatasetItems(i,e={},t){var f,g,h,y,w,k,C,I,D,N,M;let{page:o,size:a,version:s,filters:c,truncate:l}=e,m={page:o,size:a,version:s,filters:c,truncate:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=t==null?void 0:t.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),t==null?void 0:t.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items`),method:"GET",headers:u,queryParameters:{...m,...t==null?void 0:t.queryParams},timeoutMs:((I=(C=t==null?void 0:t.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=t==null?void 0:t.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:vz.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/datasets/{id}/items")}getDatasetItemsOutputColumns(i,e={},t){return P.fromPromise(this.__getDatasetItemsOutputColumns(i,e,t))}async __getDatasetItemsOutputColumns(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{experimentIds:o}=e,a={experiment_ids:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/experiments/items/output/columns`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:mj.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/datasets/{id}/items/experiments/items/output/columns")}markDatasetExportJobViewed(i,e={},t){return P.fromPromise(this.__markDatasetExportJobViewed(i,e,t))}async __markDatasetExportJobViewed(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/export-jobs/${_.encodePathParam(i)}/mark-viewed`),method:"PUT",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"PUT","/v1/private/datasets/export-jobs/{jobId}/mark-viewed")}startDatasetExport(i,e={},t){return P.fromPromise(this.__startDatasetExport(i,e,t))}async __startDatasetExport(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/export`),method:"POST",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:si.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{id}/export")}streamDatasetItems(i,e){return P.fromPromise(this.__streamDatasetItems(i,e))}async __streamDatasetItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/items/stream"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Vo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/items/stream")}compareDatasetVersions(i,e={},t){return P.fromPromise(this.__compareDatasetVersions(i,e,t))}async __compareDatasetVersions(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/diff`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Fz.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/datasets/{id}/versions/diff")}createVersionTag(i,e,t,o){return P.fromPromise(this.__createVersionTag(i,e,t,o))}async __createVersionTag(i,e,t,o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/hash/${_.encodePathParam(e)}/tags`),method:"POST",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:Ko.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/datasets/{id}/versions/hash/{versionHash}/tags")}deleteVersionTag(i,e,t,o={},a){return P.fromPromise(this.__deleteVersionTag(i,e,t,o,a))}async __deleteVersionTag(i,e,t,o={},a){var l,m,u,d,f,g,h,y,w,k,C;let s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=a==null?void 0:a.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),a==null?void 0:a.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/${_.encodePathParam(e)}/tags/${_.encodePathParam(t)}`),method:"DELETE",headers:s,queryParameters:a==null?void 0:a.queryParams,timeoutMs:((y=(h=a==null?void 0:a.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=a==null?void 0:a.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:a==null?void 0:a.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:void 0,rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"DELETE","/v1/private/datasets/{id}/versions/{versionHash}/tags/{tag}")}listDatasetVersions(i,e={},t){return P.fromPromise(this.__listDatasetVersions(i,e,t))}async __listDatasetVersions(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{page:o,size:a}=e,s={page:o,size:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Wz.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")throw l.error.statusCode===400?new B(l.error.body,l.rawResponse):new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse});return j(l.error,l.rawResponse,"GET","/v1/private/datasets/{id}/versions")}restoreDatasetVersion(i,e,t){return P.fromPromise(this.__restoreDatasetVersion(i,e,t))}async __restoreDatasetVersion(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/restore`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ho.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Gr.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{id}/versions/restore")}retrieveDatasetVersion(i,e,t){return P.fromPromise(this.__retrieveDatasetVersion(i,e,t))}async __retrieveDatasetVersion(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/retrieve`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Go.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Gr.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{id}/versions/retrieve")}updateDatasetVersion(i,e,t={},o){return P.fromPromise(this.__updateDatasetVersion(i,e,t,o))}async __updateDatasetVersion(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/hash/${_.encodePathParam(e)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:Oo.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Gr.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PATCH","/v1/private/datasets/{id}/versions/hash/{versionHash}")}};});var pm,EY=n(()=>{X();$();b();Q();Z();J();ie();te();pm=class{constructor(i={}){this._options=W(i);}findEnvironments(i){return P.fromPromise(this.__findEnvironments(i))}async __findEnvironments(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/environments"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Hz.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/environments")}createEnvironment(i,e){return P.fromPromise(this.__createEnvironment(i,e))}async __createEnvironment(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/environments"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Yo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===409?new O(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/environments")}deleteEnvironmentsBatch(i,e){return P.fromPromise(this.__deleteEnvironmentsBatch(i,e))}async __deleteEnvironmentsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/environments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/environments/delete")}getEnvironmentById(i,e={},t){return P.fromPromise(this.__getEnvironmentById(i,e,t))}async __getEnvironmentById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/environments/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:as.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/environments/{id}")}updateEnvironment(i,e={},t){return P.fromPromise(this.__updateEnvironment(i,e,t))}async __updateEnvironment(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/environments/${_.encodePathParam(i)}`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Qo.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PATCH","/v1/private/environments/{id}")}};});var cm,CY=n(()=>{X();$();b();Q();Z();J();ie();te();cm=class{constructor(i={}){this._options=W(i);}batchUpdateExperiments(i,e){return P.fromPromise(this.__batchUpdateExperiments(i,e))}async __batchUpdateExperiments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:qo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/experiments/batch")}findExperiments(i={},e){return P.fromPromise(this.__findExperiments(i,e))}async __findExperiments(i={},e){var D,N,M,re,ne,we,je,Ee,$e,io,oo;let{page:t,size:o,datasetId:a,optimizationId:s,types:c,name:l,datasetDeleted:m,promptId:u,projectId:d,projectDeleted:f,sorting:g,filters:h,experimentIds:y,forceSorting:w}=i,k={page:t,size:o,datasetId:a,optimization_id:s,types:c,name:l,dataset_deleted:m,prompt_id:u,project_id:d,project_deleted:f,sorting:g,filters:h,experiment_ids:y,force_sorting:w},C=z((D=this._options)==null?void 0:D.headers,T({"Comet-Workspace":(M=e==null?void 0:e.workspaceName)!=null?M:(N=this._options)==null?void 0:N.workspaceName}),e==null?void 0:e.headers),I=await S({url:_.join((ne=(re=await x.get(this._options.baseUrl))!=null?re:await x.get(this._options.environment))!=null?ne:v.Default,"v1/private/experiments"),method:"GET",headers:C,queryParameters:{...k,...e==null?void 0:e.queryParams},timeoutMs:((Ee=(je=e==null?void 0:e.timeoutInSeconds)!=null?je:(we=this._options)==null?void 0:we.timeoutInSeconds)!=null?Ee:60)*1e3,maxRetries:(io=e==null?void 0:e.maxRetries)!=null?io:($e=this._options)==null?void 0:$e.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(oo=this._options)==null?void 0:oo.fetch,logging:this._options.logging});if(I.ok)return {data:ds.parseOrThrow(I.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:I.rawResponse};if(I.error.reason==="status-code")throw I.error.statusCode===400?new B(I.error.body,I.rawResponse):new A({statusCode:I.error.statusCode,body:I.error.body,rawResponse:I.rawResponse});return j(I.error,I.rawResponse,"GET","/v1/private/experiments")}createExperiment(i,e){return P.fromPromise(this.__createExperiment(i,e))}async __createExperiment(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:la.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments")}createExperimentItems(i,e){return P.fromPromise(this.__createExperimentItems(i,e))}async __createExperimentItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/items"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:sa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/items")}deleteExperimentItems(i,e){return P.fromPromise(this.__deleteExperimentItems(i,e))}async __deleteExperimentItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/items/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:pa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/items/delete")}deleteExperimentsById(i,e){return P.fromPromise(this.__deleteExperimentsById(i,e))}async __deleteExperimentsById(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:zi.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/delete")}executeExperiment(i,e){return P.fromPromise(this.__executeExperiment(i,e))}async __executeExperiment(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/execute"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ra.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:rS.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/execute")}experimentItemsBulk(i,e){return P.fromPromise(this.__experimentItemsBulk(i,e))}async __experimentItemsBulk(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/items/bulk"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:oa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"PUT","/v1/private/experiments/items/bulk")}findFeedbackScoreNames(i={},e){return P.fromPromise(this.__findFeedbackScoreNames(i,e))}async __findFeedbackScoreNames(i={},e){var l,m,u,d,f,g,h,y,w,k,C;let{experimentIds:t,projectId:o}=i,a={experiment_ids:t,project_id:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=e==null?void 0:e.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),e==null?void 0:e.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,"v1/private/experiments/feedback-scores/names"),method:"GET",headers:s,queryParameters:{...a,...e==null?void 0:e.queryParams},timeoutMs:((y=(h=e==null?void 0:e.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=e==null?void 0:e.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Kr.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/experiments/feedback-scores/names")}findExperimentGroups(i={},e){return P.fromPromise(this.__findExperimentGroups(i,e))}async __findExperimentGroups(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{groups:t,types:o,name:a,projectId:s,projectDeleted:c,filters:l}=i,m={groups:t,types:o,name:a,project_id:s,project_deleted:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/experiments/groups"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:mS.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw d.error.statusCode===400?new B(d.error.body,d.rawResponse):new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/experiments/groups")}findExperimentGroupsAggregations(i={},e){return P.fromPromise(this.__findExperimentGroupsAggregations(i,e))}async __findExperimentGroupsAggregations(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{groups:t,types:o,name:a,projectId:s,projectDeleted:c,filters:l}=i,m={groups:t,types:o,name:a,project_id:s,project_deleted:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/experiments/groups/aggregations"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:oS.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw d.error.statusCode===400?new B(d.error.body,d.rawResponse):new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/experiments/groups/aggregations")}finishExperiments(i,e){return P.fromPromise(this.__finishExperiments(i,e))}async __finishExperiments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/finish"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:zi.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/finish")}getExperimentById(i,e={},t){return P.fromPromise(this.__getExperimentById(i,e,t))}async __getExperimentById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/experiments/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:ms.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/experiments/{id}")}updateExperiment(i,e,t){return P.fromPromise(this.__updateExperiment(i,e,t))}async __updateExperiment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/experiments/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Zo.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PATCH","/v1/private/experiments/{id}")}getExperimentItemById(i,e={},t){return P.fromPromise(this.__getExperimentItemById(i,e,t))}async __getExperimentItemById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/experiments/items/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:es.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/experiments/items/{id}")}streamExperimentItems(i,e){return P.fromPromise(this.__streamExperimentItems(i,e))}async __streamExperimentItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/items/stream"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:aa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/items/stream")}streamExperiments(i,e){return P.fromPromise(this.__streamExperiments(i,e))}async __streamExperiments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/stream"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ca.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/stream")}};});var lm,IY=n(()=>{X();$();b();Q();Z();J();ie();te();lm=class{constructor(i={}){this._options=W(i);}findFeedbackDefinitions(i={},e){return P.fromPromise(this.__findFeedbackDefinitions(i,e))}async __findFeedbackDefinitions(i={},e){var u,d,f,g,h,y,w,k,C,I,D;let{page:t,size:o,name:a,type:s}=i,c={page:t,size:o,name:a,type:s!=null?mc.jsonOrThrow(s,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/private/feedback-definitions"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:qS.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/feedback-definitions")}createFeedbackDefinition(i,e){return P.fromPromise(this.__createFeedbackDefinition(i,e))}async __createFeedbackDefinition(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/feedback-definitions"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:OS.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/feedback-definitions")}getFeedbackDefinitionById(i,e={},t){return P.fromPromise(this.__getFeedbackDefinitionById(i,e,t))}async __getFeedbackDefinitionById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/feedback-definitions/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:rv.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/feedback-definitions/{id}")}updateFeedbackDefinition(i,e,t){return P.fromPromise(this.__updateFeedbackDefinition(i,e,t))}async __updateFeedbackDefinition(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/feedback-definitions/${_.encodePathParam(i)}`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Av.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/feedback-definitions/{id}")}deleteFeedbackDefinitionById(i,e={},t){return P.fromPromise(this.__deleteFeedbackDefinitionById(i,e,t))}async __deleteFeedbackDefinitionById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/feedback-definitions/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===409?new O(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/feedback-definitions/{id}")}deleteFeedbackDefinitionsBatch(i,e){return P.fromPromise(this.__deleteFeedbackDefinitionsBatch(i,e))}async __deleteFeedbackDefinitionsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/feedback-definitions/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===409?new O(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/feedback-definitions/delete")}};});var mm,DY=n(()=>{X();$();b();Q();Z();J();ie();mm=class{constructor(i={}){this._options=W(i);}createGuardrails(i,e){return P.fromPromise(this.__createGuardrails(i,e))}async __createGuardrails(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/guardrails"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ma.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/guardrails")}};});var dm,UY=n(()=>{X();$();b();Q();Z();J();ie();te();dm=class{constructor(i={}){this._options=W(i);}findInsightsViews(i={},e){return P.fromPromise(this.__findInsightsViews(i,e))}async __findInsightsViews(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{page:t,size:o,name:a,projectId:s,sorting:c,filters:l}=i,m={page:t,size:o,name:a,project_id:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/insights-views"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:jt.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/insights-views")}createInsightsView(i,e){return P.fromPromise(this.__createInsightsView(i,e))}async __createInsightsView(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/insights-views"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:On.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:er.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/insights-views")}getInsightsViewById(i,e={},t){return P.fromPromise(this.__getInsightsViewById(i,e,t))}async __getInsightsViewById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/insights-views/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:er.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/insights-views/{insightsViewId}")}deleteInsightsView(i,e={},t){return P.fromPromise(this.__deleteInsightsView(i,e,t))}async __deleteInsightsView(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/insights-views/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/insights-views/{insightsViewId}")}updateInsightsView(i,e,t){return P.fromPromise(this.__updateInsightsView(i,e,t))}async __updateInsightsView(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/insights-views/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Kn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:er.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PATCH","/v1/private/insights-views/{insightsViewId}")}deleteInsightsViewsBatch(i,e){return P.fromPromise(this.__deleteInsightsViewsBatch(i,e))}async __deleteInsightsViewsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/insights-views/delete-batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/insights-views/delete-batch")}};});var um,NY=n(()=>{X();$();b();Q();Z();J();ie();um=class{constructor(i={}){this._options=W(i);}getLlmModels(i){return P.fromPromise(this.__getLlmModels(i))}async __getLlmModels(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/llm/models"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:li.getLlmModels.Response.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/llm/models")}};});var gm,BY=n(()=>{X();$();b();Q();Z();J();ie();te();gm=class{constructor(i={}){this._options=W(i);}deleteLlmProviderApiKeysBatch(i,e){return P.fromPromise(this.__deleteLlmProviderApiKeysBatch(i,e))}async __deleteLlmProviderApiKeysBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/llm-provider-key/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/llm-provider-key/delete")}findLlmProviderKeys(i){return P.fromPromise(this.__findLlmProviderKeys(i))}async __findLlmProviderKeys(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/llm-provider-key"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:yE.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/llm-provider-key")}storeLlmProviderApiKey(i,e){return P.fromPromise(this.__storeLlmProviderApiKey(i,e))}async __storeLlmProviderApiKey(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/llm-provider-key"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ua.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/llm-provider-key")}getLlmProviderApiKeyById(i,e={},t){return P.fromPromise(this.__getLlmProviderApiKeyById(i,e,t))}async __getLlmProviderApiKeyById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/llm-provider-key/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:ks.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/llm-provider-key/{id}")}updateLlmProviderApiKey(i,e={},t){return P.fromPromise(this.__updateLlmProviderApiKey(i,e,t))}async __updateLlmProviderApiKey(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/llm-provider-key/${_.encodePathParam(i)}`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:da.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 401:throw new Y(a.error.body,a.rawResponse);case 403:throw new fe(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PATCH","/v1/private/llm-provider-key/{id}")}};});var fm,FY=n(()=>{X();$();b();Q();Z();J();ie();te();fm=class{constructor(i={}){this._options=W(i);}evaluateSpans(i,e){return P.fromPromise(this.__evaluateSpans(i,e))}async __evaluateSpans(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/manual-evaluation/spans"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ys.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:bs.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/manual-evaluation/spans")}evaluateThreads(i,e){return P.fromPromise(this.__evaluateThreads(i,e))}async __evaluateThreads(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/manual-evaluation/threads"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ys.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:bs.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/manual-evaluation/threads")}evaluateTraces(i,e){return P.fromPromise(this.__evaluateTraces(i,e))}async __evaluateTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/manual-evaluation/traces"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ys.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:bs.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/manual-evaluation/traces")}};});var hm,MY=n(()=>{X();$();b();Q();Z();J();ie();te();hm=class{constructor(i={}){this._options=W(i);}authorize(i,e){return P.fromPromise(this.__authorize(i,e))}async __authorize(i,e){var g,h,y,w,k,C,I,D,N,M,re;let{clientId:t,redirectUri:o,responseType:a,codeChallenge:s,codeChallengeMethod:c,resource:l,state:m}=i,u={client_id:t,redirect_uri:o,response_type:a,code_challenge:s,code_challenge_method:c,resource:l,state:m},d=z((g=this._options)==null?void 0:g.headers,T({"Comet-Workspace":(y=e==null?void 0:e.workspaceName)!=null?y:(h=this._options)==null?void 0:h.workspaceName}),e==null?void 0:e.headers),f=await S({url:_.join((k=(w=await x.get(this._options.baseUrl))!=null?w:await x.get(this._options.environment))!=null?k:v.Default,"oauth/authorize"),method:"GET",headers:d,queryParameters:{...u,...e==null?void 0:e.queryParams},timeoutMs:((D=(I=e==null?void 0:e.timeoutInSeconds)!=null?I:(C=this._options)==null?void 0:C.timeoutInSeconds)!=null?D:60)*1e3,maxRetries:(M=e==null?void 0:e.maxRetries)!=null?M:(N=this._options)==null?void 0:N.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(re=this._options)==null?void 0:re.fetch,logging:this._options.logging});if(f.ok)return {data:void 0,rawResponse:f.rawResponse};if(f.error.reason==="status-code")throw new A({statusCode:f.error.statusCode,body:f.error.body,rawResponse:f.rawResponse});return j(f.error,f.rawResponse,"GET","/oauth/authorize")}consent(i,e){return P.fromPromise(this.__consent(i,e))}async __consent(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"oauth/authorize"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:fa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:mP.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/oauth/authorize")}getAuthorizeContext(i,e){return P.fromPromise(this.__getAuthorizeContext(i,e))}async __getAuthorizeContext(i,e){var l,m,u,d,f,g,h,y,w,k,C;let{clientId:t,redirectUri:o}=i,a={client_id:t,redirect_uri:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=e==null?void 0:e.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),e==null?void 0:e.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,"oauth/authorize/context"),method:"GET",headers:s,queryParameters:{...a,...e==null?void 0:e.queryParams},timeoutMs:((y=(h=e==null?void 0:e.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=e==null?void 0:e.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:gw.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/oauth/authorize/context")}getOAuthAuthorizationServerMetadata(i){return P.fromPromise(this.__getOAuthAuthorizationServerMetadata(i))}async __getOAuthAuthorizationServerMetadata(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,".well-known/oauth-authorization-server"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:mw.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/.well-known/oauth-authorization-server")}registerOAuthClient(i,e){return P.fromPromise(this.__registerOAuthClient(i,e))}async __registerOAuthClient(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"oauth/register"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ga.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:KA.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===429?new Ke(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/oauth/register")}revoke(i={},e){return P.fromPromise(this.__revoke(i,e))}async __revoke(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"oauth/revoke"),method:"POST",headers:t,contentType:"application/x-www-form-urlencoded",queryParameters:e==null?void 0:e.queryParams,requestType:"form",body:ha.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/oauth/revoke")}token(i={},e){return P.fromPromise(this.__token(i,e))}async __token(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"oauth/token"),method:"POST",headers:t,contentType:"application/x-www-form-urlencoded",queryParameters:e==null?void 0:e.queryParams,requestType:"form",body:ya.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:$E.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/oauth/token")}};});var ym,WY=n(()=>{X();$();b();Q();Z();J();ie();te();ym=class{constructor(i={}){this._options=W(i);}listModels(i,e){return P.fromPromise(this.__listModels(i,e))}async __listModels(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ollama/models"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Hl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:mi.listModels.Response.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 422:throw new me(o.error.body,o.rawResponse);case 500:throw new nt(o.error.body,o.rawResponse);case 503:throw new Xt(Si.parseOrThrow(o.error.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/ollama/models")}testConnection(i,e){return P.fromPromise(this.__testConnection(i,e))}async __testConnection(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ollama/test-connection"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Hl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Jl.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 422:throw new me(o.error.body,o.rawResponse);case 502:throw new lo(Jl.parseOrThrow(o.error.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),o.rawResponse);case 503:throw new Xt(Si.parseOrThrow(o.error.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/ollama/test-connection")}};});var bm,VY=n(()=>{X();$();b();Q();Z();J();te();bm=class{constructor(i={}){this._options=W(i);}downloadOllieState(i){return P.fromPromise(this.__downloadOllieState(i))}async __downloadOllieState(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/ollie/state"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,responseType:"streaming",timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:t.body,rawResponse:t.rawResponse};if(t.error.reason==="status-code")switch(t.error.statusCode){case 401:throw new Y(t.error.body,t.rawResponse);case 404:throw new U(t.error.body,t.rawResponse);default:throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse})}return j(t.error,t.rawResponse,"GET","/v1/private/ollie/state")}replaceOllieState(i,e){return P.fromPromise(this.__replaceOllieState(i,e))}async __replaceOllieState(i,e){var s,c,l,m,u,d,f,g,h,y,w;let t=await go.toBinaryUploadRequest(i),o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=e==null?void 0:e.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t.headers,e==null?void 0:e.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,"v1/private/ollie/state"),method:"PUT",headers:o,contentType:"application/gzip",queryParameters:e==null?void 0:e.queryParams,requestType:"bytes",duplex:"half",body:t.body,timeoutMs:((g=(f=e==null?void 0:e.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=e==null?void 0:e.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 401:throw new Y(a.error.body,a.rawResponse);case 429:throw new Ke(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PUT","/v1/private/ollie/state")}deleteOllieState(i){return P.fromPromise(this.__deleteOllieState(i))}async __deleteOllieState(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/ollie/state"),method:"DELETE",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:void 0,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw t.error.statusCode===401?new Y(t.error.body,t.rawResponse):new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"DELETE","/v1/private/ollie/state")}};});var Rm,LY=n(()=>{X();$();b();Q();Z();J();Rm=class{constructor(i={}){this._options=W(i);}receiveProtobufTraces(i){return P.fromPromise(this.__receiveProtobufTraces(i))}async __receiveProtobufTraces(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/otel/v1/traces"),method:"POST",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:t.body,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"POST","/v1/private/otel/v1/traces")}};});var xm,JY=n(()=>{X();$();b();Q();Z();J();ie();te();xm=class{constructor(i={}){this._options=W(i);}cancelStudioOptimizations(i,e={},t){return P.fromPromise(this.__cancelStudioOptimizations(i,e,t))}async __cancelStudioOptimizations(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/optimizations/studio/${_.encodePathParam(i)}/cancel`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===501?new st(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/optimizations/studio/{id}/cancel")}findOptimizations(i={},e){return P.fromPromise(this.__findOptimizations(i,e))}async __findOptimizations(i={},e){var h,y,w,k,C,I,D,N,M,re,ne;let{page:t,size:o,datasetId:a,name:s,datasetName:c,datasetDeleted:l,projectId:m,filters:u}=i,d={page:t,size:o,dataset_id:a,name:s,dataset_name:c,dataset_deleted:l,project_id:m,filters:u},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=e==null?void 0:e.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),e==null?void 0:e.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,"v1/private/optimizations"),method:"GET",headers:f,queryParameters:{...d,...e==null?void 0:e.queryParams},timeoutMs:((N=(D=e==null?void 0:e.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=e==null?void 0:e.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:xs.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw g.error.statusCode===400?new B(g.error.body,g.rawResponse):new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/optimizations")}createOptimization(i,e){return P.fromPromise(this.__createOptimization(i,e))}async __createOptimization(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/optimizations"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Gl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/optimizations")}upsertOptimization(i,e){return P.fromPromise(this.__upsertOptimization(i,e))}async __upsertOptimization(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/optimizations"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Gl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/optimizations")}deleteOptimizationsById(i,e){return P.fromPromise(this.__deleteOptimizationsById(i,e))}async __deleteOptimizationsById(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/optimizations/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:zi.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/optimizations/delete")}getOptimizationById(i,e={},t){return P.fromPromise(this.__getOptimizationById(i,e,t))}async __getOptimizationById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/optimizations/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Rs.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/optimizations/{id}")}updateOptimizationsById(i,e={},t){return P.fromPromise(this.__updateOptimizationsById(i,e,t))}async __updateOptimizationsById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/optimizations/${_.encodePathParam(i)}`),method:"PUT",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ba.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"PUT","/v1/private/optimizations/{id}")}getStudioOptimizationLogs(i,e={},t){return P.fromPromise(this.__getStudioOptimizationLogs(i,e,t))}async __getStudioOptimizationLogs(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/optimizations/studio/${_.encodePathParam(i)}/logs`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:pj.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/optimizations/studio/{id}/logs")}};});var wm,HY=n(()=>{X();$();b();Q();Z();J();ie();te();wm=class{constructor(i={}){this._options=W(i);}activatePairingSession(i,e,t){return P.fromPromise(this.__activatePairingSession(i,e,t))}async __activatePairingSession(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/pairing/sessions/${_.encodePathParam(i)}/activate`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ra.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 403:throw new fe(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);case 422:throw new me(a.error.body,a.rawResponse);case 429:throw new Ke(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/pairing/sessions/{sessionId}/activate")}createPairingSession(i,e){return P.fromPromise(this.__createPairingSession(i,e))}async __createPairingSession(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/pairing/sessions"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:xa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:gP.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);case 429:throw new Ke(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/pairing/sessions")}};});var _m,GY=n(()=>{X();$();b();Q();Z();J();ie();te();_m=class{constructor(i={}){this._options=W(i);}findAlertsByProject(i,e={},t){return P.fromPromise(this.__findAlertsByProject(i,e,t))}async __findAlertsByProject(i,e={},t){var d,f,g,h,y,w,k,C,I,D,N;let{page:o,size:a,sorting:s,filters:c}=e,l={page:o,size:a,sorting:s,filters:c},m=z((d=this._options)==null?void 0:d.headers,T({"Comet-Workspace":(g=t==null?void 0:t.workspaceName)!=null?g:(f=this._options)==null?void 0:f.workspaceName}),t==null?void 0:t.headers),u=await S({url:_.join((y=(h=await x.get(this._options.baseUrl))!=null?h:await x.get(this._options.environment))!=null?y:v.Default,`v1/private/projects/${_.encodePathParam(i)}/alerts`),method:"GET",headers:m,queryParameters:{...l,...t==null?void 0:t.queryParams},timeoutMs:((C=(k=t==null?void 0:t.timeoutInSeconds)!=null?k:(w=this._options)==null?void 0:w.timeoutInSeconds)!=null?C:60)*1e3,maxRetries:(D=t==null?void 0:t.maxRetries)!=null?D:(I=this._options)==null?void 0:I.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(N=this._options)==null?void 0:N.fetch,logging:this._options.logging});if(u.ok)return {data:un.parseOrThrow(u.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:u.rawResponse};if(u.error.reason==="status-code")throw u.error.statusCode===400?new B(u.error.body,u.rawResponse):new A({statusCode:u.error.statusCode,body:u.error.body,rawResponse:u.rawResponse});return j(u.error,u.rawResponse,"GET","/v1/private/projects/{projectId}/alerts")}findDashboardsByProject(i,e={},t){return P.fromPromise(this.__findDashboardsByProject(i,e,t))}async __findDashboardsByProject(i,e={},t){var f,g,h,y,w,k,C,I,D,N,M;let{page:o,size:a,name:s,sorting:c,filters:l}=e,m={page:o,size:a,name:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=t==null?void 0:t.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),t==null?void 0:t.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,`v1/private/projects/${_.encodePathParam(i)}/dashboards`),method:"GET",headers:u,queryParameters:{...m,...t==null?void 0:t.queryParams},timeoutMs:((I=(C=t==null?void 0:t.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=t==null?void 0:t.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:jt.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/projects/{projectId}/dashboards")}findDatasetsByProject(i,e={},t){return P.fromPromise(this.__findDatasetsByProject(i,e,t))}async __findDatasetsByProject(i,e={},t){var h,y,w,k,C,I,D,N,M,re,ne;let{page:o,size:a,withExperimentsOnly:s,withOptimizationsOnly:c,name:l,sorting:m,filters:u}=e,d={page:o,size:a,with_experiments_only:s,with_optimizations_only:c,name:l,sorting:m,filters:u},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=t==null?void 0:t.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),t==null?void 0:t.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,`v1/private/projects/${_.encodePathParam(i)}/datasets`),method:"GET",headers:f,queryParameters:{...d,...t==null?void 0:t.queryParams},timeoutMs:((N=(D=t==null?void 0:t.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=t==null?void 0:t.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:is.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/projects/{projectId}/datasets")}findExperimentsByProject(i,e={},t){return P.fromPromise(this.__findExperimentsByProject(i,e,t))}async __findExperimentsByProject(i,e={},t){var C,I,D,N,M,re,ne,we,je,Ee,$e;let{page:o,size:a,datasetId:s,optimizationId:c,types:l,name:m,datasetDeleted:u,sorting:d,filters:f,experimentIds:g,forceSorting:h}=e,y={page:o,size:a,datasetId:s,optimization_id:c,types:l,name:m,dataset_deleted:u,sorting:d,filters:f,experiment_ids:g,force_sorting:h},w=z((C=this._options)==null?void 0:C.headers,T({"Comet-Workspace":(D=t==null?void 0:t.workspaceName)!=null?D:(I=this._options)==null?void 0:I.workspaceName}),t==null?void 0:t.headers),k=await S({url:_.join((M=(N=await x.get(this._options.baseUrl))!=null?N:await x.get(this._options.environment))!=null?M:v.Default,`v1/private/projects/${_.encodePathParam(i)}/experiments`),method:"GET",headers:w,queryParameters:{...y,...t==null?void 0:t.queryParams},timeoutMs:((we=(ne=t==null?void 0:t.timeoutInSeconds)!=null?ne:(re=this._options)==null?void 0:re.timeoutInSeconds)!=null?we:60)*1e3,maxRetries:(Ee=t==null?void 0:t.maxRetries)!=null?Ee:(je=this._options)==null?void 0:je.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:($e=this._options)==null?void 0:$e.fetch,logging:this._options.logging});if(k.ok)return {data:ds.parseOrThrow(k.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:k.rawResponse};if(k.error.reason==="status-code")throw k.error.statusCode===400?new B(k.error.body,k.rawResponse):new A({statusCode:k.error.statusCode,body:k.error.body,rawResponse:k.rawResponse});return j(k.error,k.rawResponse,"GET","/v1/private/projects/{projectId}/experiments")}findOptimizationsByProject(i,e={},t){return P.fromPromise(this.__findOptimizationsByProject(i,e,t))}async __findOptimizationsByProject(i,e={},t){var h,y,w,k,C,I,D,N,M,re,ne;let{page:o,size:a,datasetId:s,datasetName:c,name:l,datasetDeleted:m,filters:u}=e,d={page:o,size:a,dataset_id:s,dataset_name:c,name:l,dataset_deleted:m,filters:u},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=t==null?void 0:t.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),t==null?void 0:t.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,`v1/private/projects/${_.encodePathParam(i)}/optimizations`),method:"GET",headers:f,queryParameters:{...d,...t==null?void 0:t.queryParams},timeoutMs:((N=(D=t==null?void 0:t.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=t==null?void 0:t.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:xs.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw g.error.statusCode===400?new B(g.error.body,g.rawResponse):new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/projects/{projectId}/optimizations")}getPromptsByProject(i,e={},t){return P.fromPromise(this.__getPromptsByProject(i,e,t))}async __getPromptsByProject(i,e={},t){var f,g,h,y,w,k,C,I,D,N,M;let{page:o,size:a,name:s,sorting:c,filters:l}=e,m={page:o,size:a,name:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=t==null?void 0:t.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),t==null?void 0:t.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,`v1/private/projects/${_.encodePathParam(i)}/prompts`),method:"GET",headers:u,queryParameters:{...m,...t==null?void 0:t.queryParams},timeoutMs:((I=(C=t==null?void 0:t.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=t==null?void 0:t.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:_s.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/projects/{projectId}/prompts")}findProjects(i={},e){return P.fromPromise(this.__findProjects(i,e))}async __findProjects(i={},e){var u,d,f,g,h,y,w,k,C,I,D;let{page:t,size:o,name:a,sorting:s}=i,c={page:t,size:o,name:a,sorting:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/private/projects"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:Ij.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/projects")}createProject(i,e){return P.fromPromise(this.__createProject(i,e))}async __createProject(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/projects"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:za.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/projects")}getProjectById(i,e={},t){return P.fromPromise(this.__getProjectById(i,e,t))}async __getProjectById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:ws.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/projects/{id}")}deleteProjectById(i,e={},t){return P.fromPromise(this.__deleteProjectById(i,e,t))}async __deleteProjectById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===409?new O(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/projects/{id}")}updateProject(i,e={},t){return P.fromPromise(this.__updateProject(i,e,t))}async __updateProject(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Pa.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 422:throw new me(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PATCH","/v1/private/projects/{id}")}deleteProjectsBatch(i,e){return P.fromPromise(this.__deleteProjectsBatch(i,e))}async __deleteProjectsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/projects/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/projects/delete")}findFeedbackScoreNamesByProjectIds(i={},e){return P.fromPromise(this.__findFeedbackScoreNamesByProjectIds(i,e))}async __findFeedbackScoreNamesByProjectIds(i={},e){var c,l,m,u,d,f,g,h,y,w,k;let{projectIds:t}=i,o={project_ids:t},a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/projects/feedback-scores/names"),method:"GET",headers:a,queryParameters:{...o,...e==null?void 0:e.queryParams},timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:lv.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/projects/feedback-scores/names")}findTokenUsageNames(i,e={},t){return P.fromPromise(this.__findTokenUsageNames(i,e,t))}async __findTokenUsageNames(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/token-usage/names`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:QE.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/projects/{id}/token-usage/names")}getProjectKpiCards(i,e,t){return P.fromPromise(this.__getProjectKpiCards(i,e,t))}async __getProjectKpiCards(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/kpi-cards`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:wa.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Hv.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===400?new B(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/projects/{id}/kpi-cards")}getProjectMetrics(i,e={},t){return P.fromPromise(this.__getProjectMetrics(i,e,t))}async __getProjectMetrics(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/metrics`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ka.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Tj.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/projects/{id}/metrics")}getProjectStats(i={},e){return P.fromPromise(this.__getProjectStats(i,e))}async __getProjectStats(i={},e){var d,f,g,h,y,w,k,C,I,D,N;let{page:t,size:o,name:a,filters:s,sorting:c}=i,l={page:t,size:o,name:a,filters:s,sorting:c},m=z((d=this._options)==null?void 0:d.headers,T({"Comet-Workspace":(g=e==null?void 0:e.workspaceName)!=null?g:(f=this._options)==null?void 0:f.workspaceName}),e==null?void 0:e.headers),u=await S({url:_.join((y=(h=await x.get(this._options.baseUrl))!=null?h:await x.get(this._options.environment))!=null?y:v.Default,"v1/private/projects/stats"),method:"GET",headers:m,queryParameters:{...l,...e==null?void 0:e.queryParams},timeoutMs:((C=(k=e==null?void 0:e.timeoutInSeconds)!=null?k:(w=this._options)==null?void 0:w.timeoutInSeconds)!=null?C:60)*1e3,maxRetries:(D=e==null?void 0:e.maxRetries)!=null?D:(I=this._options)==null?void 0:I.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(N=this._options)==null?void 0:N.fetch,logging:this._options.logging});if(u.ok)return {data:Mj.parseOrThrow(u.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:u.rawResponse};if(u.error.reason==="status-code")throw new A({statusCode:u.error.statusCode,body:u.error.body,rawResponse:u.rawResponse});return j(u.error,u.rawResponse,"GET","/v1/private/projects/stats")}retrieveProject(i,e){return P.fromPromise(this.__retrieveProject(i,e))}async __retrieveProject(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/projects/retrieve"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Aa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:_j.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/projects/retrieve")}getRecentActivity(i,e={},t){return P.fromPromise(this.__getRecentActivity(i,e,t))}async __getRecentActivity(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{page:o,size:a}=e,s={page:o,size:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/projects/${_.encodePathParam(i)}/activities`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:_E.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 500:throw new nt(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/projects/{projectId}/activities")}};});var km,KY=n(()=>{X();$();b();Q();Z();J();ie();te();km=class{constructor(i={}){this._options=W(i);}getPrompts(i={},e){return P.fromPromise(this.__getPrompts(i,e))}async __getPrompts(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{page:t,size:o,name:a,projectId:s,sorting:c,filters:l}=i,m={page:t,size:o,name:a,project_id:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/prompts"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:_s.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/prompts")}createPrompt(i,e){return P.fromPromise(this.__createPrompt(i,e))}async __createPrompt(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ua.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/prompts")}createPromptVersion(i,e){return P.fromPromise(this.__createPromptVersion(i,e))}async __createPromptVersion(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/versions"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:va.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Ie.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/prompts/versions")}updatePromptVersions(i,e){return P.fromPromise(this.__updatePromptVersions(i,e))}async __updatePromptVersions(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/versions"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ja.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/prompts/versions")}getPromptById(i,e={},t){return P.fromPromise(this.__getPromptById(i,e,t))}async __getPromptById(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{maskId:o,environment:a}=e,s={mask_id:o,environment:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/prompts/${_.encodePathParam(i)}`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Ol.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/prompts/{id}")}updatePrompt(i,e,t){return P.fromPromise(this.__updatePrompt(i,e,t))}async __updatePrompt(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/${_.encodePathParam(i)}`),method:"PUT",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ta.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);case 422:throw new me(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PUT","/v1/private/prompts/{id}")}deletePrompt(i,e={},t){return P.fromPromise(this.__deletePrompt(i,e,t))}async __deletePrompt(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/prompts/{id}")}deletePromptsBatch(i,e){return P.fromPromise(this.__deletePromptsBatch(i,e))}async __deletePromptsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/prompts/delete")}getPromptByCommit(i,e={},t){return P.fromPromise(this.__getPromptByCommit(i,e,t))}async __getPromptByCommit(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/by-commit/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Ol.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"GET","/v1/private/prompts/by-commit/{commit}")}getPromptVersionById(i,e={},t){return P.fromPromise(this.__getPromptVersionById(i,e,t))}async __getPromptVersionById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/versions/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Ie.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/prompts/versions/{versionId}")}getPromptVersionByNumber(i,e,t={},o){return P.fromPromise(this.__getPromptVersionByNumber(i,e,t,o))}async __getPromptVersionByNumber(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/prompts/${_.encodePathParam(i)}/versions/by-number/${_.encodePathParam(e)}`),method:"GET",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Ie.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"GET","/v1/private/prompts/{promptId}/versions/by-number/{versionNumber}")}getPromptVersions(i,e={},t){return P.fromPromise(this.__getPromptVersions(i,e,t))}async __getPromptVersions(i,e={},t){var f,g,h,y,w,k,C,I,D,N,M;let{page:o,size:a,search:s,sorting:c,filters:l}=e,m={page:o,size:a,search:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=t==null?void 0:t.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),t==null?void 0:t.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,`v1/private/prompts/${_.encodePathParam(i)}/versions`),method:"GET",headers:u,queryParameters:{...m,...t==null?void 0:t.queryParams},timeoutMs:((I=(C=t==null?void 0:t.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=t==null?void 0:t.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:mE.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/prompts/{id}/versions")}getPromptsByCommits(i,e){return P.fromPromise(this.__getPromptsByCommits(i,e))}async __getPromptsByCommits(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/retrieve-by-commits"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ea.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:ht.getPromptsByCommits.Response.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/prompts/retrieve-by-commits")}restorePromptVersion(i,e,t={},o){return P.fromPromise(this.__restorePromptVersion(i,e,t,o))}async __restorePromptVersion(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/prompts/${_.encodePathParam(i)}/versions/${_.encodePathParam(e)}/restore`),method:"POST",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Ie.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/prompts/{promptId}/versions/{versionId}/restore")}retrievePromptVersion(i,e){return P.fromPromise(this.__retrievePromptVersion(i,e))}async __retrievePromptVersion(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/versions/retrieve"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Da.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Ie.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/prompts/versions/retrieve")}retrievePromptVersionsByIds(i,e){return P.fromPromise(this.__retrievePromptVersionsByIds(i,e))}async __retrievePromptVersionsByIds(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/versions/retrieve-by-ids"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ia.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:ht.retrievePromptVersionsByIds.Response.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/prompts/versions/retrieve-by-ids")}setPromptVersionEnvironment(i,e,t){return P.fromPromise(this.__setPromptVersionEnvironment(i,e,t))}async __setPromptVersionEnvironment(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/versions/${_.encodePathParam(i)}/environments`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ca.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PATCH","/v1/private/prompts/versions/{versionId}/environments")}};});var Am,OY=n(()=>{X();$();b();Q();Z();J();te();Am=class{constructor(i={}){this._options=W(i);}datasetsRedirect(i,e){return P.fromPromise(this.__datasetsRedirect(i,e))}async __datasetsRedirect(i,e){var m,u,d,f,g,h,y,w,k,C,I;let{datasetId:t,workspaceName:o,path:a}=i,s={dataset_id:t,workspace_name:o,path:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=e==null?void 0:e.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),e==null?void 0:e.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,"v1/session/redirect/datasets"),method:"GET",headers:c,queryParameters:{...s,...e==null?void 0:e.queryParams},timeoutMs:((w=(y=e==null?void 0:e.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=e==null?void 0:e.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:void 0,rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/session/redirect/datasets")}experimentsRedirect(i,e){return P.fromPromise(this.__experimentsRedirect(i,e))}async __experimentsRedirect(i,e){var u,d,f,g,h,y,w,k,C,I,D;let{datasetId:t,experimentId:o,workspaceName:a,path:s}=i,c={dataset_id:t,experiment_id:o,workspace_name:a,path:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/session/redirect/experiments"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:void 0,rawResponse:m.rawResponse};if(m.error.reason==="status-code")switch(m.error.statusCode){case 400:throw new B(m.error.body,m.rawResponse);case 404:throw new U(m.error.body,m.rawResponse);default:throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse})}return j(m.error,m.rawResponse,"GET","/v1/session/redirect/experiments")}optimizationsRedirect(i,e){return P.fromPromise(this.__optimizationsRedirect(i,e))}async __optimizationsRedirect(i,e){var u,d,f,g,h,y,w,k,C,I,D;let{datasetId:t,optimizationId:o,workspaceName:a,path:s}=i,c={dataset_id:t,optimization_id:o,workspace_name:a,path:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/session/redirect/optimizations"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:void 0,rawResponse:m.rawResponse};if(m.error.reason==="status-code")switch(m.error.statusCode){case 400:throw new B(m.error.body,m.rawResponse);case 404:throw new U(m.error.body,m.rawResponse);default:throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse})}return j(m.error,m.rawResponse,"GET","/v1/session/redirect/optimizations")}projectsRedirect(i,e){return P.fromPromise(this.__projectsRedirect(i,e))}async __projectsRedirect(i,e){var m,u,d,f,g,h,y,w,k,C,I;let{traceId:t,workspaceName:o,path:a}=i,s={trace_id:t,workspace_name:o,path:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=e==null?void 0:e.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),e==null?void 0:e.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,"v1/session/redirect/projects"),method:"GET",headers:c,queryParameters:{...s,...e==null?void 0:e.queryParams},timeoutMs:((w=(y=e==null?void 0:e.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=e==null?void 0:e.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:void 0,rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/session/redirect/projects")}};});var Pm,$Y=n(()=>{X();$();b();Q();Z();J();ie();te();Pm=class{constructor(i={}){this._options=W(i);}completeReport(i,e,t,o){return P.fromPromise(this.__completeReport(i,e,t,o))}async __completeReport(i,e,t,o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports/${_.encodePathParam(e)}/complete`),method:"POST",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:Na.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/projects/{projectId}/reports/{reportId}/complete")}generateReport(i,e={},t){return P.fromPromise(this.__generateReport(i,e,t))}async __generateReport(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports/generate`),method:"POST",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Pv.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 401:throw new Y(a.error.body,a.rawResponse);case 403:throw new fe(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/projects/{projectId}/reports/generate")}getReportPreference(i,e={},t){return P.fromPromise(this.__getReportPreference(i,e,t))}async __getReportPreference(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports/preferences`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:As.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/projects/{projectId}/reports/preferences")}updateReportPreference(i,e,t){return P.fromPromise(this.__updateReportPreference(i,e,t))}async __updateReportPreference(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports/preferences`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:As.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:As.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/projects/{projectId}/reports/preferences")}getReports(i,e={},t){return P.fromPromise(this.__getReports(i,e,t))}async __getReports(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{page:o,size:a}=e,s={page:o,size:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:gT.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse});return j(l.error,l.rawResponse,"GET","/v1/private/projects/{projectId}/reports")}};});var zm,QY=n(()=>{X();$();b();Q();Z();J();ie();te();zm=class{constructor(i={}){this._options=W(i);}findRetentionRules(i={},e){return P.fromPromise(this.__findRetentionRules(i,e))}async __findRetentionRules(i={},e){var m,u,d,f,g,h,y,w,k,C,I;let{page:t,size:o,includeInactive:a}=i,s={page:t,size:o,include_inactive:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=e==null?void 0:e.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),e==null?void 0:e.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,"v1/private/retention/rules"),method:"GET",headers:c,queryParameters:{...s,...e==null?void 0:e.queryParams},timeoutMs:((w=(y=e==null?void 0:e.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=e==null?void 0:e.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:vE.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse});return j(l.error,l.rawResponse,"GET","/v1/private/retention/rules")}createRetentionRule(i,e){return P.fromPromise(this.__createRetentionRule(i,e))}async __createRetentionRule(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/retention/rules"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ba.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Ei.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/retention/rules")}getRetentionRuleById(i,e={},t){return P.fromPromise(this.__getRetentionRuleById(i,e,t))}async __getRetentionRuleById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/retention/rules/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Ei.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/retention/rules/{ruleId}")}deactivateRetentionRule(i,e={},t){return P.fromPromise(this.__deactivateRetentionRule(i,e,t))}async __deactivateRetentionRule(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/retention/rules/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/retention/rules/{ruleId}")}};});var Sm,YY=n(()=>{X();$();b();Q();Z();J();ie();te();Sm=class{constructor(i={}){this._options=W(i);}getJobLogs(i,e={},t){return P.fromPromise(this.__getJobLogs(i,e,t))}async __getJobLogs(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{offset:o}=e,a={offset:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}/logs`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:lr.getJobLogs.Response.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw c.error.statusCode===404?new U(c.error.body,c.rawResponse):new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/local-runners/jobs/{jobId}/logs")}appendJobLogs(i,e,t){return P.fromPromise(this.__appendJobLogs(i,e,t))}async __appendJobLogs(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}/logs`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:lr.appendJobLogs.Request.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/local-runners/jobs/{jobId}/logs")}cancelJob(i,e={},t){return P.fromPromise(this.__cancelJob(i,e,t))}async __cancelJob(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}/cancel`),method:"POST",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/jobs/{jobId}/cancel")}createBridgeCommand(i,e,t){return P.fromPromise(this.__createBridgeCommand(i,e,t))}async __createBridgeCommand(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/bridge/commands`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Wa.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:eA.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);case 429:throw new Ke(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/{runnerId}/bridge/commands")}createJob(i,e){return P.fromPromise(this.__createJob(i,e))}async __createJob(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/local-runners/jobs"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:La.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 404:throw new U(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/local-runners/jobs")}getRunner(i,e={},t){return P.fromPromise(this.__getRunner(i,e,t))}async __getRunner(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:hs.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/local-runners/{runnerId}")}disconnectRunner(i,e={},t){return P.fromPromise(this.__disconnectRunner(i,e,t))}async __disconnectRunner(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/local-runners/{runnerId}")}getBridgeCommand(i,e,t={},o){return P.fromPromise(this.__getBridgeCommand(i,e,t,o))}async __getBridgeCommand(i,e,t={},o){var u,d,f,g,h,y,w,k,C,I,D;let{wait:a,timeout:s}=t,c={wait:a,timeout:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=o==null?void 0:o.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),o==null?void 0:o.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/bridge/commands/${_.encodePathParam(e)}`),method:"GET",headers:l,queryParameters:{...c,...o==null?void 0:o.queryParams},timeoutMs:((k=(w=o==null?void 0:o.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=o==null?void 0:o.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:$k.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw m.error.statusCode===404?new U(m.error.body,m.rawResponse):new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/local-runners/{runnerId}/bridge/commands/{commandId}")}getJob(i,e={},t){return P.fromPromise(this.__getJob(i,e,t))}async __getJob(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:yt.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/local-runners/jobs/{jobId}")}heartbeat(i,e={},t){return P.fromPromise(this.__heartbeat(i,e,t))}async __heartbeat(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/heartbeats`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ja.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Zv.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 404:throw new U(a.error.body,a.rawResponse);case 410:throw new at(Si.parseOrThrow(a.error.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/{runnerId}/heartbeats")}listJobs(i,e={},t){return P.fromPromise(this.__listJobs(i,e,t))}async __listJobs(i,e={},t){var u,d,f,g,h,y,w,k,C,I,D;let{projectId:o,page:a,size:s}=e,c={project_id:o,page:a,size:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=t==null?void 0:t.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),t==null?void 0:t.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/jobs`),method:"GET",headers:l,queryParameters:{...c,...t==null?void 0:t.queryParams},timeoutMs:((k=(w=t==null?void 0:t.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=t==null?void 0:t.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:qv.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw m.error.statusCode===404?new U(m.error.body,m.rawResponse):new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/local-runners/{runnerId}/jobs")}listRunners(i,e){return P.fromPromise(this.__listRunners(i,e))}async __listRunners(i,e){var u,d,f,g,h,y,w,k,C,I,D;let{projectId:t,status:o,page:a,size:s}=i,c={project_id:t,status:o!=null?Yc.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0,page:a,size:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/private/local-runners"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:eT.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw m.error.statusCode===404?new U(m.error.body,m.rawResponse):new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/local-runners")}nextBridgeCommands(i,e={},t){return P.fromPromise(this.__nextBridgeCommands(i,e,t))}async __nextBridgeCommands(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/bridge/commands/next`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Fa.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:qk.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/{runnerId}/bridge/commands/next")}nextJob(i,e={},t){return P.fromPromise(this.__nextJob(i,e,t))}async __nextJob(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/jobs/next`),method:"POST",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:lr.nextJob.Response.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/{runnerId}/jobs/next")}patchChecklist(i,e,t){return P.fromPromise(this.__patchChecklist(i,e,t))}async __patchChecklist(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/checklist`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:lr.patchChecklist.Request.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/local-runners/{runnerId}/checklist")}registerAgents(i,e,t){return P.fromPromise(this.__registerAgents(i,e,t))}async __registerAgents(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/agents`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:lr.registerAgents.Request.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PUT","/v1/private/local-runners/{runnerId}/agents")}reportBridgeResult(i,e,t,o){return P.fromPromise(this.__reportBridgeResult(i,e,t,o))}async __reportBridgeResult(i,e,t,o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/bridge/commands/${_.encodePathParam(e)}/results`),method:"POST",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:Ma.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/local-runners/{runnerId}/bridge/commands/{commandId}/results")}reportJobResult(i,e,t){return P.fromPromise(this.__reportJobResult(i,e,t))}async __reportJobResult(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}/results`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ha.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/jobs/{jobId}/results")}};});var vm,XY=n(()=>{X();$();b();Q();Z();J();ie();vm=class{constructor(i={}){this._options=W(i);}getServiceToggles(i){return P.fromPromise(this.__getServiceToggles(i))}async __getServiceToggles(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/toggles"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:TE.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/toggles")}};});var Tm,ZY=n(()=>{X();$();b();Q();Z();J();ie();te();Tm=class{constructor(i={}){this._options=W(i);}addSpanComment(i,e,t){return P.fromPromise(this.__addSpanComment(i,e,t))}async __addSpanComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}/comments`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/spans/{id}/comments")}addSpanFeedbackScore(i,e,t){return P.fromPromise(this.__addSpanFeedbackScore(i,e,t))}async __addSpanFeedbackScore(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}/feedback-scores`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Pe.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/spans/{id}/feedback-scores")}createSpans(i,e){return P.fromPromise(this.__createSpans(i,e))}async __createSpans(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ya.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/spans/batch")}batchUpdateSpans(i,e){return P.fromPromise(this.__batchUpdateSpans(i,e))}async __batchUpdateSpans(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Oa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/spans/batch")}getSpansByProject(i={},e){return P.fromPromise(this.__getSpansByProject(i,e))}async __getSpansByProject(i={},e){var D,N,M,re,ne,we,je,Ee,$e,io,oo;let{page:t,size:o,projectName:a,projectId:s,traceId:c,type:l,filters:m,truncate:u,stripAttachments:d,sorting:f,exclude:g,search:h,fromTime:y,toTime:w}=i,k={page:t,size:o,project_name:a,project_id:s,trace_id:c,type:l!=null?tl.jsonOrThrow(l,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0,filters:m,truncate:u,strip_attachments:d,sorting:f,exclude:g,search:h,from_time:y==null?void 0:y.toISOString(),to_time:w==null?void 0:w.toISOString()},C=z((D=this._options)==null?void 0:D.headers,T({"Comet-Workspace":(M=e==null?void 0:e.workspaceName)!=null?M:(N=this._options)==null?void 0:N.workspaceName}),e==null?void 0:e.headers),I=await S({url:_.join((ne=(re=await x.get(this._options.baseUrl))!=null?re:await x.get(this._options.environment))!=null?ne:v.Default,"v1/private/spans"),method:"GET",headers:C,queryParameters:{...k,...e==null?void 0:e.queryParams},timeoutMs:((Ee=(je=e==null?void 0:e.timeoutInSeconds)!=null?je:(we=this._options)==null?void 0:we.timeoutInSeconds)!=null?Ee:60)*1e3,maxRetries:(io=e==null?void 0:e.maxRetries)!=null?io:($e=this._options)==null?void 0:$e.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(oo=this._options)==null?void 0:oo.fetch,logging:this._options.logging});if(I.ok)return {data:NE.parseOrThrow(I.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:I.rawResponse};if(I.error.reason==="status-code")throw new A({statusCode:I.error.statusCode,body:I.error.body,rawResponse:I.rawResponse});return j(I.error,I.rawResponse,"GET","/v1/private/spans")}createSpan(i,e){return P.fromPromise(this.__createSpan(i,e))}async __createSpan(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Qa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===409?new O(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/spans")}getSpanById(i,e={},t){return P.fromPromise(this.__getSpanById(i,e,t))}async __getSpanById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{stripAttachments:o}=e,a={strip_attachments:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/spans/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:zs.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw c.error.statusCode===404?new U(c.error.body,c.rawResponse):new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/spans/{id}")}deleteSpanById(i,e={},t){return P.fromPromise(this.__deleteSpanById(i,e,t))}async __deleteSpanById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/spans/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===501?new st(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/spans/{id}")}updateSpan(i,e,t){return P.fromPromise(this.__updateSpan(i,e,t))}async __updateSpan(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ka.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/spans/{id}")}deleteSpanComments(i,e){return P.fromPromise(this.__deleteSpanComments(i,e))}async __deleteSpanComments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/comments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/spans/comments/delete")}deleteSpanFeedbackScore(i,e,t){return P.fromPromise(this.__deleteSpanFeedbackScore(i,e,t))}async __deleteSpanFeedbackScore(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}/feedback-scores/delete`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:os.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/spans/{id}/feedback-scores/delete")}findFeedbackScoreNames1(i={},e){return P.fromPromise(this.__findFeedbackScoreNames1(i,e))}async __findFeedbackScoreNames1(i={},e){var l,m,u,d,f,g,h,y,w,k,C;let{projectId:t,type:o}=i,a={project_id:t,type:o!=null?el.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=e==null?void 0:e.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),e==null?void 0:e.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,"v1/private/spans/feedback-scores/names"),method:"GET",headers:s,queryParameters:{...a,...e==null?void 0:e.queryParams},timeoutMs:((y=(h=e==null?void 0:e.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=e==null?void 0:e.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Kr.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/spans/feedback-scores/names")}getSpanComment(i,e,t={},o){return P.fromPromise(this.__getSpanComment(i,e,t,o))}async __getSpanComment(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}/comments/${_.encodePathParam(e)}`),method:"GET",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:ge.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/spans/{spanId}/comments/{commentId}")}getSpanStats(i={},e){return P.fromPromise(this.__getSpanStats(i,e))}async __getSpanStats(i={},e){var h,y,w,k,C,I,D,N,M,re,ne;let{projectId:t,projectName:o,traceId:a,type:s,filters:c,search:l,fromTime:m,toTime:u}=i,d={project_id:t,project_name:o,trace_id:a,type:s!=null?rl.jsonOrThrow(s,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0,filters:c,search:l,from_time:m==null?void 0:m.toISOString(),to_time:u==null?void 0:u.toISOString()},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=e==null?void 0:e.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),e==null?void 0:e.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,"v1/private/spans/stats"),method:"GET",headers:f,queryParameters:{...d,...e==null?void 0:e.queryParams},timeoutMs:((N=(D=e==null?void 0:e.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=e==null?void 0:e.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:Or.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/spans/stats")}scoreBatchOfSpans(i,e){return P.fromPromise(this.__scoreBatchOfSpans(i,e))}async __scoreBatchOfSpans(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/feedback-scores"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:gs.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/spans/feedback-scores")}searchSpans(i={},e){return P.fromPromise(this.__searchSpans(i,e))}async __searchSpans(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/search"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Xa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/spans/search")}updateSpanComment(i,e,t){return P.fromPromise(this.__updateSpanComment(i,e,t))}async __updateSpanComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/comments/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/spans/comments/{commentId}")}};});var jm,qY=n(()=>{X();$();b();Q();Z();J();ie();jm=class{constructor(i={}){this._options=W(i);}getDatasetBiInfo(i){return P.fromPromise(this.__getDatasetBiInfo(i))}async __getDatasetBiInfo(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/bi-datasets"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ai.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/bi-datasets")}getExperimentBiInfo(i){return P.fromPromise(this.__getExperimentBiInfo(i))}async __getExperimentBiInfo(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/bi-experiments"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ai.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/bi-experiments")}getSpansBiInfo(i){return P.fromPromise(this.__getSpansBiInfo(i))}async __getSpansBiInfo(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/bi-spans"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ai.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/bi-spans")}getSpansCountForWorkspaces(i){return P.fromPromise(this.__getSpansCountForWorkspaces(i))}async __getSpansCountForWorkspaces(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/workspace-span-counts"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:ME.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/workspace-span-counts")}getTracesBiInfo(i){return P.fromPromise(this.__getTracesBiInfo(i))}async __getTracesBiInfo(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/bi-traces"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ai.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/bi-traces")}getTracesCountForWorkspaces(i){return P.fromPromise(this.__getTracesCountForWorkspaces(i))}async __getTracesCountForWorkspaces(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/workspace-trace-counts"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:ZE.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/workspace-trace-counts")}};});var Em,eX=n(()=>{X();$();b();Q();Z();J();ie();te();Em=class{constructor(i={}){this._options=W(i);}addThreadComment(i,e,t){return P.fromPromise(this.__addThreadComment(i,e,t))}async __addThreadComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/threads/${_.encodePathParam(i)}/comments`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/traces/threads/{id}/comments")}addTraceComment(i,e,t){return P.fromPromise(this.__addTraceComment(i,e,t))}async __addTraceComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}/comments`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/traces/{id}/comments")}addTraceFeedbackScore(i,e,t){return P.fromPromise(this.__addTraceFeedbackScore(i,e,t))}async __addTraceFeedbackScore(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}/feedback-scores`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Pe.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/traces/{id}/feedback-scores")}createTraces(i,e){return P.fromPromise(this.__createTraces(i,e))}async __createTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:an.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/batch")}batchUpdateTraces(i,e){return P.fromPromise(this.__batchUpdateTraces(i,e))}async __batchUpdateTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:tn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/traces/batch")}batchUpdateThreads(i,e){return P.fromPromise(this.__batchUpdateThreads(i,e))}async __batchUpdateThreads(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:cn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/traces/threads/batch")}closeTraceThread(i={},e){return P.fromPromise(this.__closeTraceThread(i,e))}async __closeTraceThread(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/close"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:sn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===404?new U(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/traces/threads/close")}getTracesByProject(i={},e){return P.fromPromise(this.__getTracesByProject(i,e))}async __getTracesByProject(i={},e){var C,I,D,N,M,re,ne,we,je,Ee,$e;let{page:t,size:o,projectName:a,projectId:s,filters:c,truncate:l,stripAttachments:m,sorting:u,exclude:d,search:f,fromTime:g,toTime:h}=i,y={page:t,size:o,project_name:a,project_id:s,filters:c,truncate:l,strip_attachments:m,sorting:u,exclude:d,search:f,from_time:g==null?void 0:g.toISOString(),to_time:h==null?void 0:h.toISOString()},w=z((C=this._options)==null?void 0:C.headers,T({"Comet-Workspace":(D=e==null?void 0:e.workspaceName)!=null?D:(I=this._options)==null?void 0:I.workspaceName}),e==null?void 0:e.headers),k=await S({url:_.join((M=(N=await x.get(this._options.baseUrl))!=null?N:await x.get(this._options.environment))!=null?M:v.Default,"v1/private/traces"),method:"GET",headers:w,queryParameters:{...y,...e==null?void 0:e.queryParams},timeoutMs:((we=(ne=e==null?void 0:e.timeoutInSeconds)!=null?ne:(re=this._options)==null?void 0:re.timeoutInSeconds)!=null?we:60)*1e3,maxRetries:(Ee=e==null?void 0:e.maxRetries)!=null?Ee:(je=this._options)==null?void 0:je.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:($e=this._options)==null?void 0:$e.fetch,logging:this._options.logging});if(k.ok)return {data:oC.parseOrThrow(k.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:k.rawResponse};if(k.error.reason==="status-code")throw new A({statusCode:k.error.statusCode,body:k.error.body,rawResponse:k.rawResponse});return j(k.error,k.rawResponse,"GET","/v1/private/traces")}createTrace(i,e){return P.fromPromise(this.__createTrace(i,e))}async __createTrace(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:on.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces")}getTraceById(i,e={},t){return P.fromPromise(this.__getTraceById(i,e,t))}async __getTraceById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{stripAttachments:o}=e,a={strip_attachments:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/traces/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Ss.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/traces/{id}")}deleteTraceById(i,e={},t){return P.fromPromise(this.__deleteTraceById(i,e,t))}async __deleteTraceById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/traces/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/traces/{id}")}updateTrace(i,e,t){return P.fromPromise(this.__updateTrace(i,e,t))}async __updateTrace(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:rn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/traces/{id}")}deleteThreadComments(i,e){return P.fromPromise(this.__deleteThreadComments(i,e))}async __deleteThreadComments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/comments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/comments/delete")}deleteThreadFeedbackScores(i,e){return P.fromPromise(this.__deleteThreadFeedbackScores(i,e))}async __deleteThreadFeedbackScores(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/feedback-scores/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Za.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/feedback-scores/delete")}deleteTraceComments(i,e){return P.fromPromise(this.__deleteTraceComments(i,e))}async __deleteTraceComments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/comments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/comments/delete")}deleteTraceFeedbackScore(i,e,t){return P.fromPromise(this.__deleteTraceFeedbackScore(i,e,t))}async __deleteTraceFeedbackScore(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}/feedback-scores/delete`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:os.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/traces/{id}/feedback-scores/delete")}deleteTraceThreads(i,e){return P.fromPromise(this.__deleteTraceThreads(i,e))}async __deleteTraceThreads(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:qa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/delete")}deleteTraces(i,e){return P.fromPromise(this.__deleteTraces(i,e))}async __deleteTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/delete")}findFeedbackScoreNames2(i={},e){return P.fromPromise(this.__findFeedbackScoreNames2(i,e))}async __findFeedbackScoreNames2(i={},e){var c,l,m,u,d,f,g,h,y,w,k;let{projectId:t}=i,o={project_id:t},a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/traces/feedback-scores/names"),method:"GET",headers:a,queryParameters:{...o,...e==null?void 0:e.queryParams},timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Kr.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/traces/feedback-scores/names")}findTraceThreadsFeedbackScoreNames(i={},e){return P.fromPromise(this.__findTraceThreadsFeedbackScoreNames(i,e))}async __findTraceThreadsFeedbackScoreNames(i={},e){var c,l,m,u,d,f,g,h,y,w,k;let{projectId:t}=i,o={project_id:t},a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/traces/threads/feedback-scores/names"),method:"GET",headers:a,queryParameters:{...o,...e==null?void 0:e.queryParams},timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Kr.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/traces/threads/feedback-scores/names")}getTraceStats(i={},e){return P.fromPromise(this.__getTraceStats(i,e))}async __getTraceStats(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{projectId:t,projectName:o,filters:a,search:s,fromTime:c,toTime:l}=i,m={project_id:t,project_name:o,filters:a,search:s,from_time:c==null?void 0:c.toISOString(),to_time:l==null?void 0:l.toISOString()},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/traces/stats"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:Or.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/traces/stats")}getThreadComment(i,e,t={},o){return P.fromPromise(this.__getThreadComment(i,e,t,o))}async __getThreadComment(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/threads/${_.encodePathParam(i)}/comments/${_.encodePathParam(e)}`),method:"GET",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:ge.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/traces/threads/{threadId}/comments/{commentId}")}getTraceThreadStats(i={},e){return P.fromPromise(this.__getTraceThreadStats(i,e))}async __getTraceThreadStats(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{projectId:t,projectName:o,filters:a,search:s,fromTime:c,toTime:l}=i,m={project_id:t,project_name:o,filters:a,search:s,from_time:c==null?void 0:c.toISOString(),to_time:l==null?void 0:l.toISOString()},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/traces/threads/stats"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:Or.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/traces/threads/stats")}getTraceComment(i,e,t={},o){return P.fromPromise(this.__getTraceComment(i,e,t,o))}async __getTraceComment(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}/comments/${_.encodePathParam(e)}`),method:"GET",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:ge.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/traces/{traceId}/comments/{commentId}")}getTraceThread(i,e){return P.fromPromise(this.__getTraceThread(i,e))}async __getTraceThread(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/retrieve"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ql.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:vs.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===404?new U(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/retrieve")}getTraceThreads(i={},e){return P.fromPromise(this.__getTraceThreads(i,e))}async __getTraceThreads(i={},e){var k,C,I,D,N,M,re,ne,we,je,Ee;let{page:t,size:o,projectName:a,projectId:s,truncate:c,stripAttachments:l,filters:m,sorting:u,search:d,fromTime:f,toTime:g}=i,h={page:t,size:o,project_name:a,project_id:s,truncate:c,strip_attachments:l,filters:m,sorting:u,search:d,from_time:f==null?void 0:f.toISOString(),to_time:g==null?void 0:g.toISOString()},y=z((k=this._options)==null?void 0:k.headers,T({"Comet-Workspace":(I=e==null?void 0:e.workspaceName)!=null?I:(C=this._options)==null?void 0:C.workspaceName}),e==null?void 0:e.headers),w=await S({url:_.join((N=(D=await x.get(this._options.baseUrl))!=null?D:await x.get(this._options.environment))!=null?N:v.Default,"v1/private/traces/threads"),method:"GET",headers:y,queryParameters:{...h,...e==null?void 0:e.queryParams},timeoutMs:((ne=(re=e==null?void 0:e.timeoutInSeconds)!=null?re:(M=this._options)==null?void 0:M.timeoutInSeconds)!=null?ne:60)*1e3,maxRetries:(je=e==null?void 0:e.maxRetries)!=null?je:(we=this._options)==null?void 0:we.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(Ee=this._options)==null?void 0:Ee.fetch,logging:this._options.logging});if(w.ok)return {data:pC.parseOrThrow(w.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:w.rawResponse};if(w.error.reason==="status-code")throw new A({statusCode:w.error.statusCode,body:w.error.body,rawResponse:w.rawResponse});return j(w.error,w.rawResponse,"GET","/v1/private/traces/threads")}openTraceThread(i,e){return P.fromPromise(this.__openTraceThread(i,e))}async __openTraceThread(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/open"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ql.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/traces/threads/open")}scoreBatchOfThreads(i,e){return P.fromPromise(this.__scoreBatchOfThreads(i,e))}async __scoreBatchOfThreads(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/feedback-scores"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:en.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/traces/threads/feedback-scores")}scoreBatchOfTraces(i,e){return P.fromPromise(this.__scoreBatchOfTraces(i,e))}async __scoreBatchOfTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/feedback-scores"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:gs.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/traces/feedback-scores")}searchTraceThreads(i={},e){return P.fromPromise(this.__searchTraceThreads(i,e))}async __searchTraceThreads(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/search"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ln.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/search")}searchTraces(i={},e){return P.fromPromise(this.__searchTraces(i,e))}async __searchTraces(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/search"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:nn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 401:throw new Y(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/traces/search")}updateThread(i,e,t){return P.fromPromise(this.__updateThread(i,e,t))}async __updateThread(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/threads/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:pn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/traces/threads/{threadModelId}")}updateThreadComment(i,e,t){return P.fromPromise(this.__updateThreadComment(i,e,t))}async __updateThreadComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/threads/comments/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/traces/threads/comments/{commentId}")}updateTraceComment(i,e,t){return P.fromPromise(this.__updateTraceComment(i,e,t))}async __updateTraceComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/comments/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/traces/comments/{commentId}")}};});var Cm,rX=n(()=>{X();$();b();Q();Z();J();ie();Cm=class{constructor(i={}){this._options=W(i);}getWelcomeWizardStatus(i){return P.fromPromise(this.__getWelcomeWizardStatus(i))}async __getWelcomeWizardStatus(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/welcome-wizard"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:uC.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/welcome-wizard")}submitWelcomeWizard(i={},e){return P.fromPromise(this.__submitWelcomeWizard(i,e))}async __submitWelcomeWizard(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/welcome-wizard"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:mn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/welcome-wizard")}};});var Im,tX=n(()=>{X();$();b();Q();Z();J();ie();te();Im=class{constructor(i={}){this._options=W(i);}getWorkspaceUserPermissions(i){return P.fromPromise(this.__getWorkspaceUserPermissions(i))}async __getWorkspaceUserPermissions(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/workspace-permissions"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:hC.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")switch(t.error.statusCode){case 400:throw new B(t.error.body,t.rawResponse);case 401:throw new Y(t.error.body,t.rawResponse);default:throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse})}return j(t.error,t.rawResponse,"GET","/v1/private/workspace-permissions")}};});var Dm,iX=n(()=>{X();$();b();Q();Z();J();ie();te();Dm=class{constructor(i={}){this._options=W(i);}costsSummary(i,e){return P.fromPromise(this.__costsSummary(i,e))}async __costsSummary(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/costs/summaries"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ci.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:vr.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/workspaces/costs/summaries")}getWorkspaceConfiguration(i){return P.fromPromise(this.__getWorkspaceConfiguration(i))}async __getWorkspaceConfiguration(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/workspaces/configurations"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ts.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw t.error.statusCode===404?new U(t.error.body,t.rawResponse):new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/workspaces/configurations")}upsertWorkspaceConfiguration(i,e){return P.fromPromise(this.__upsertWorkspaceConfiguration(i,e))}async __upsertWorkspaceConfiguration(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/configurations"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ts.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Ts.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"PUT","/v1/private/workspaces/configurations")}deleteWorkspaceConfiguration(i){return P.fromPromise(this.__deleteWorkspaceConfiguration(i))}async __deleteWorkspaceConfiguration(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/workspaces/configurations"),method:"DELETE",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:void 0,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw t.error.statusCode===404?new U(t.error.body,t.rawResponse):new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"DELETE","/v1/private/workspaces/configurations")}getCost(i,e){return P.fromPromise(this.__getCost(i,e))}async __getCost(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/costs"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ci.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Yl.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/workspaces/costs")}getMetric(i,e){return P.fromPromise(this.__getMetric(i,e))}async __getMetric(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/metrics"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ci.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Yl.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/workspaces/metrics")}getWorkspaceVersion(i){return P.fromPromise(this.__getWorkspaceVersion(i))}async __getWorkspaceVersion(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/workspaces/versions"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:RC.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/workspaces/versions")}metricsSummary(i,e){return P.fromPromise(this.__metricsSummary(i,e))}async __metricsSummary(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/metrics/summaries"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ci.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:gC.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/workspaces/metrics/summaries")}};});var js,oX=n(()=>{xY();wY();_Y();kY();AY();PY();zY();SY();vY();TY();jY();EY();CY();IY();DY();UY();NY();BY();FY();MY();WY();VY();LY();JY();HY();GY();KY();OY();$Y();QY();YY();XY();ZY();qY();eX();rX();tX();iX();X();$();b();Q();Z();J();js=class{constructor(i={}){this._options=W(i);}get mcpOAuth(){var i;return (i=this._mcpOAuth)!=null?i:this._mcpOAuth=new hm(this._options)}get systemUsage(){var i;return (i=this._systemUsage)!=null?i:this._systemUsage=new jm(this._options)}get agentConfigs(){var i;return (i=this._agentConfigs)!=null?i:this._agentConfigs=new Xl(this._options)}get aiSpend(){var i;return (i=this._aiSpend)!=null?i:this._aiSpend=new Zl(this._options)}get alerts(){var i;return (i=this._alerts)!=null?i:this._alerts=new ql(this._options)}get annotationQueues(){var i;return (i=this._annotationQueues)!=null?i:this._annotationQueues=new em(this._options)}get assertionResults(){var i;return (i=this._assertionResults)!=null?i:this._assertionResults=new rm(this._options)}get attachments(){var i;return (i=this._attachments)!=null?i:this._attachments=new tm(this._options)}get check(){var i;return (i=this._check)!=null?i:this._check=new am(this._options)}get automationRuleEvaluators(){var i;return (i=this._automationRuleEvaluators)!=null?i:this._automationRuleEvaluators=new im(this._options)}get chatCompletions(){var i;return (i=this._chatCompletions)!=null?i:this._chatCompletions=new om(this._options)}get dashboards(){var i;return (i=this._dashboards)!=null?i:this._dashboards=new nm(this._options)}get datasets(){var i;return (i=this._datasets)!=null?i:this._datasets=new sm(this._options)}get environments(){var i;return (i=this._environments)!=null?i:this._environments=new pm(this._options)}get experiments(){var i;return (i=this._experiments)!=null?i:this._experiments=new cm(this._options)}get feedbackDefinitions(){var i;return (i=this._feedbackDefinitions)!=null?i:this._feedbackDefinitions=new lm(this._options)}get guardrails(){var i;return (i=this._guardrails)!=null?i:this._guardrails=new mm(this._options)}get insightsViews(){var i;return (i=this._insightsViews)!=null?i:this._insightsViews=new dm(this._options)}get llmModels(){var i;return (i=this._llmModels)!=null?i:this._llmModels=new um(this._options)}get llmProviderKey(){var i;return (i=this._llmProviderKey)!=null?i:this._llmProviderKey=new gm(this._options)}get runners(){var i;return (i=this._runners)!=null?i:this._runners=new Sm(this._options)}get manualEvaluation(){var i;return (i=this._manualEvaluation)!=null?i:this._manualEvaluation=new fm(this._options)}get ollama(){var i;return (i=this._ollama)!=null?i:this._ollama=new ym(this._options)}get ollieState(){var i;return (i=this._ollieState)!=null?i:this._ollieState=new bm(this._options)}get openTelemetryIngestion(){var i;return (i=this._openTelemetryIngestion)!=null?i:this._openTelemetryIngestion=new Rm(this._options)}get optimizations(){var i;return (i=this._optimizations)!=null?i:this._optimizations=new xm(this._options)}get pairing(){var i;return (i=this._pairing)!=null?i:this._pairing=new wm(this._options)}get projects(){var i;return (i=this._projects)!=null?i:this._projects=new _m(this._options)}get prompts(){var i;return (i=this._prompts)!=null?i:this._prompts=new km(this._options)}get reports(){var i;return (i=this._reports)!=null?i:this._reports=new Pm(this._options)}get retentionRules(){var i;return (i=this._retentionRules)!=null?i:this._retentionRules=new zm(this._options)}get serviceToggles(){var i;return (i=this._serviceToggles)!=null?i:this._serviceToggles=new vm(this._options)}get spans(){var i;return (i=this._spans)!=null?i:this._spans=new Tm(this._options)}get traces(){var i;return (i=this._traces)!=null?i:this._traces=new Em(this._options)}get welcomeWizard(){var i;return (i=this._welcomeWizard)!=null?i:this._welcomeWizard=new Cm(this._options)}get workspacePermissions(){var i;return (i=this._workspacePermissions)!=null?i:this._workspacePermissions=new Im(this._options)}get workspaces(){var i;return (i=this._workspaces)!=null?i:this._workspaces=new Dm(this._options)}get redirect(){var i;return (i=this._redirect)!=null?i:this._redirect=new Am(this._options)}isAlive(i){return P.fromPromise(this.__isAlive(i))}async __isAlive(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"is-alive/ping"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:t.body,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/is-alive/ping")}version(i){return P.fromPromise(this.__version(i))}async __version(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"is-alive/ver"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:t.body,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/is-alive/ver")}};});var aX=n(()=>{});var nX,sX=n(()=>{Sp();(e=>(e.LogLevel=Ve,e.ConsoleLogger=pt))(nX||(nX={}));});var pX=n(()=>{aX();sX();});var cX=n(()=>{pX();});var Tr=n(()=>{te();oX();Q();J();cX();ie();});exports.generateId=void 0;var rr=n(()=>{exports.generateId=()=>uuid.v7();});function gee(p){return p.templateStructure==="text"}function fee(p){return p.templateStructure==="chat"}var jr,Um=n(()=>{jr=class{static serializePromptToInfoDict(i){let e;return gee(i)?e=i.prompt:fee(i)?e=i.messages:e="",{name:i.name,...i.id&&{id:i.id},template_structure:i.templateStructure,version:{...i.versionId&&{id:i.versionId},...i.commit&&{commit:i.commit},template:e}}}static normalizeMetadata(i){if(!i)return {};if(typeof i=="object"&&!Array.isArray(i))return i;if(typeof i=="string")try{let e=JSON.parse(i);if(typeof e=="object"&&e!==null&&!Array.isArray(e))return e}catch{}return null}static promptAlreadyInjected(i,e,t){let o=this.normalizeMetadata(i);return o===null?true:(Array.isArray(o.opik_prompts)?o.opik_prompts:[]).some(s=>{var c;return s.id===e&&((c=s.version)==null?void 0:c.commit)===t})}static mergePromptsIntoMetadata(i,e,t,o){var m,u;let a=t.map(d=>this.serializePromptToInfoDict(d)),s=(m=this.normalizeMetadata(i))!=null?m:{},c=(u=this.normalizeMetadata(e))!=null?u:{},l=o&&Array.isArray(s.opik_prompts)?s.opik_prompts:[];return {...s,...c,opik_prompts:[...l,...a]}}static processUpdate(i,e){var s,c;let{prompts:t,appendPrompts:o,...a}=i;if(!t||t.length===0){if(a.metadata&&e){let l=(s=this.normalizeMetadata(e))!=null?s:{},m=(c=this.normalizeMetadata(a.metadata))!=null?c:{};return {...a,metadata:{...l,...m}}}return a}return {...a,metadata:this.mergePromptsIntoMetadata(e,a.metadata,t,o!=null?o:false)}}static processTraceUpdate(i,e){return this.processUpdate(i,e)}static processSpanUpdate(i,e){return this.processUpdate(i,e)}};});var Nm,lX=n(()=>{Yt();rr();q();Um();Nm=class p{constructor(i,e){this.data=i;this.opik=e;this.childSpans=[];this.end=()=>this.update({endTime:new Date});this.score=i=>{var e;We()&&this.opik.spanFeedbackScoresBatchQueue.create({...i,projectName:(e=this.data.projectName)!=null?e:this.opik.config.projectName,id:this.data.id,source:"sdk"});};this.update=i=>{var o;let e=jr.processSpanUpdate(i,this.data.metadata),t={parentSpanId:this.data.parentSpanId,projectName:(o=this.data.projectName)!=null?o:this.opik.config.projectName,traceId:this.data.traceId,...e};return We()&&this.opik.spanBatchQueue.update(this.data.id,t),this.data={...this.data,...t},this};this.span=i=>{var c,l;let e=(c=this.data.projectName)!=null?c:this.opik.config.projectName,{environment:t,...o}=i;t!==void 0&&t!==this.data.environment&&exports.logger.warn(`You are attempting to log data into a nested span under the environment "${t}". However, the environment "${(l=this.data.environment)!=null?l:""}" from the parent span will be used instead.`);let a={id:exports.generateId(),startTime:new Date,source:this.data.source,...o,projectName:e,traceId:this.data.traceId,parentSpanId:this.data.id,...this.data.environment!==void 0?{environment:this.data.environment}:{}};We()&&this.opik.spanBatchQueue.create(a);let s=new p(a,this.opik);return this.childSpans.push(s),s};}};});var Bm,mX=n(()=>{Yt();rr();q();lX();Um();Bm=class{constructor(i,e){this.data=i;this.opik=e;this.spans=[];this.end=()=>this.update({endTime:new Date});this.score=i=>{var e;We()&&this.opik.traceFeedbackScoresBatchQueue.create({...i,projectName:(e=this.data.projectName)!=null?e:this.opik.config.projectName,id:this.data.id,source:"sdk"});};this.span=i=>{var c,l,m;let e=(l=(c=this.data.projectName)!=null?c:i.projectName)!=null?l:this.opik.config.projectName,{environment:t,...o}=i;t!==void 0&&t!==this.data.environment&&exports.logger.warn(`You are attempting to log data into a nested span under the environment "${t}". However, the environment "${(m=this.data.environment)!=null?m:""}" from the parent trace will be used instead.`);let a={id:exports.generateId(),startTime:new Date,source:this.data.source,...o,projectName:e,traceId:this.data.id,...this.data.environment!==void 0?{environment:this.data.environment}:{}};We()&&this.opik.spanBatchQueue.create(a);let s=new Nm(a,this.opik);return this.spans.push(s),s};this.update=i=>{var o;let e=jr.processTraceUpdate(i,this.data.metadata),t={projectName:(o=this.data.projectName)!=null?o:this.opik.config.projectName,...e};return We()&&this.opik.traceBatchQueue.update(this.data.id,t),this.data={...this.data,...t},this};}};});var dX,Es,hee,yee,uX,gX,fX,hX,xC=n(()=>{dX={REDIRECT_BASE:"v1/session/redirect",EXPERIMENTS:"api/v1/session/redirect/experiments/",PROJECTS:"api/v1/session/redirect/projects/",DATASETS:"api/v1/session/redirect/datasets/",PROJECT_BY_NAME:"redirect/projects"},Es={EXPERIMENT_ID:"experiment_id",DATASET_ID:"dataset_id",TRACE_ID:"trace_id",PROJECT_NAME:"name",PATH:"path",WORKSPACE:"workspace"},hee=p=>Object.entries(p).map(([i,e])=>`${i}=${encodeURIComponent(e)}`).join("&").replace(/%3A/g,":").replace(/%2F/g,"/").replace(/%26/g,"&").replace(/%3F/g,"?").replace(/%3D/g,"="),yee=p=>p.replace(/\/api\/?$/,""),uX=p=>Buffer.from(p).toString("base64"),gX=(p,i,e)=>{let t=hee(e),o=yee(p),a=o.endsWith("/")?o:`${o}/`,s=i.startsWith("/")?i.slice(1):i;return `${a}${s}?${t}`},fX=({datasetId:p,experimentId:i,baseUrl:e})=>gX(e,dX.EXPERIMENTS,{[Es.EXPERIMENT_ID]:i,[Es.DATASET_ID]:p,[Es.PATH]:uX(e)}),hX=(p,i)=>gX(i,dX.PROJECTS,{[Es.TRACE_ID]:p,[Es.PATH]:uX(i)});});var bee,Fm,Cs,De,Ct=n(()=>{q();bee=300,Fm=100,Cs=class{constructor({action:i,batchSize:e=Fm,delay:t,enableBatch:o,name:a="ActionQueue"}){this.timerId=null;this.promise=Promise.resolve();this.queue=new Map;this.debounceFlush=()=>{this.timerId&&clearTimeout(this.timerId),this.timerId=setTimeout(()=>this.flush(),this.delay);};this.add=(i,e)=>{if(this.queue.set(i,e),!this.enableBatch){this.flush();return}if(this.queue.size>=this.batchSize){this.flush();return}this.debounceFlush();};this.update=(i,e)=>{let t=this.queue.get(i);t&&(this.queue.set(i,{...t,...e}),this.debounceFlush());};this.flush=async()=>{if(this.queue.size===0)return this.promise;let i=new Map(this.queue);this.queue.clear(),exports.logger.debug(`Adding ${i.size} items to ${this.name} promise:`,i),this.promise=this.promise.finally(()=>(exports.logger.debug(`Flushing ${this.name}:`,i),this.action(i))).catch(e=>{exports.logger.error(`Failed to flush ${this.name}:`,e,i);}),await this.promise;};this.action=i,this.batchSize=e,this.delay=t,this.enableBatch=o,this.name=a;}},De=class{constructor({delay:i=bee,enableCreateBatch:e=true,enableUpdateBatch:t=false,enableDeleteBatch:o=true,createBatchSize:a=Fm,updateBatchSize:s=Fm,deleteBatchSize:c=Fm,name:l="BatchQueue"}={}){this.create=i=>{let e=this.getId(i);this.createQueue.add(e,i);};this.get=async i=>{let e=this.createQueue.queue.get(i);return e||this.getEntity(i)};this.update=(i,e)=>{if(this.createQueue.queue.get(i)){this.createQueue.update(i,e);return}let o=this.updateQueue.queue.get(i);this.updateQueue.add(i,{...o,...e});};this.delete=i=>{if(this.createQueue.queue.has(i)){this.createQueue.queue.delete(i);return}this.deleteQueue.add(i);};this.flush=async()=>{await this.createQueue.flush(),await this.updateQueue.flush(),await this.deleteQueue.flush();};this.name=l,this.createQueue=new Cs({action:async m=>{await this.createEntities(Array.from(m.values()));},delay:i,enableBatch:e,batchSize:a,name:`${l}:createQueue`}),this.updateQueue=new Cs({action:async m=>{await this.createQueue.flush();let u=Array.from(m.entries());for(let[d,f]of u)await this.updateEntity(d,f);},delay:i,enableBatch:t,batchSize:s,name:`${l}:updateQueue`}),this.deleteQueue=new Cs({action:async m=>{await this.createQueue.flush(),await this.updateQueue.flush(),await this.deleteEntities(Array.from(m.keys()));},delay:i,enableBatch:o,batchSize:c,name:`${l}:deleteQueue`});}};});var Ree,Mm,yX=n(()=>{pp();q();Ct();Ree="suite_assertion",Mm=class extends De{constructor(e,t,o="TRACE"){super({delay:t,enableCreateBatch:true,enableUpdateBatch:false,enableDeleteBatch:false,name:`AssertionResultsBatchQueue:${o}`});this.api=e;this.entityType=o;this.useLegacyFallback=false;}getId(e){return {entityId:e.entityId,name:e.name}}async createEntities(e){if(this.useLegacyFallback){await this.writeViaLegacyFeedbackScores(e);return}try{await this.api.assertionResults.storeAssertionsBatch({entityType:this.entityType,assertionResults:e},this.api.requestOptions);}catch(t){if(t instanceof A&&t.statusCode===404&&this.entityType==="TRACE"){this.useLegacyFallback=true,exports.logger.warn('Opik backend does not support PUT /v1/private/assertion-results yet \u2014 falling back to the legacy feedback-scores path with categoryName="suite_assertion". Upgrade the Opik backend to a version that includes OPIK-6048 to enable native assertion-results ingestion.'),await this.writeViaLegacyFeedbackScores(e);return}throw t}}async writeViaLegacyFeedbackScores(e){let t=e.map(o=>({id:o.entityId,name:o.name,value:o.status==="passed"?1:0,categoryName:Ree,reason:o.reason,source:o.source,projectName:o.projectName,projectId:o.projectId}));await this.api.traces.scoreBatchOfTraces({scores:t},this.api.requestOptions);}async getEntity(){throw new Error("Not implemented")}async updateEntity(){throw new Error("Not implemented")}async deleteEntities(){throw new Error("Not implemented")}};});var Wm,bX=n(()=>{Ct();Wm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"SpanBatchQueue"});this.api=e;}getId(e){return e.id}async createEntities(e){await this.api.spans.createSpans({spans:e},this.api.requestOptions);}async getEntity(e){return await this.api.spans.getSpanById(e,{},this.api.requestOptions)}async updateEntity(e,t){await this.api.spans.updateSpan(e,{body:t},this.api.requestOptions);}async deleteEntities(e){for(let t of e)await this.api.spans.deleteSpanById(t,this.api.requestOptions);}};});var Vm,RX=n(()=>{Ct();Vm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"SpanFeedbackScoresBatchQueue"});this.api=e;}getId(e){return {id:e.id,name:e.name}}async createEntities(e){await this.api.spans.scoreBatchOfSpans({scores:e},this.api.requestOptions);}async getEntity(){throw new Error("Not implemented")}async updateEntity(){throw new Error("Not implemented")}async deleteEntities(e){for(let t of e)await this.api.spans.deleteSpanFeedbackScore(t.id,{body:{name:t.name}},this.api.requestOptions);}};});var Lm,xX=n(()=>{Ct();Lm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"TraceBatchQueue"});this.api=e;}getId(e){return e.id}async createEntities(e){await this.api.traces.createTraces({traces:e},this.api.requestOptions);}async getEntity(e){return await this.api.traces.getTraceById(e,{},this.api.requestOptions)}async updateEntity(e,t){await this.api.traces.updateTrace(e,{body:t},this.api.requestOptions);}async deleteEntities(e){await this.api.traces.deleteTraces({ids:e},this.api.requestOptions);}};});var Jm,wX=n(()=>{Ct();Jm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"TraceFeedbackScoresBatchQueue"});this.api=e;}getId(e){return {id:e.id,name:e.name}}async createEntities(e){await this.api.traces.scoreBatchOfTraces({scores:e},this.api.requestOptions);}async getEntity(){throw new Error("Not implemented")}async updateEntity(){throw new Error("Not implemented")}async deleteEntities(e){for(let t of e)await this.api.traces.deleteTraceFeedbackScore(t.id,{body:{name:t.name}},this.api.requestOptions);}};});var Hm,_X=n(()=>{Tr();Hm=class extends js{constructor(e){var o;let t={...e==null?void 0:e.headers,...(o=e==null?void 0:e.requestOptions)==null?void 0:o.headers};(e==null?void 0:e.apiKey)!==void 0&&(t.authorization=e.apiKey);super({...e,headers:t});this.setHeaders=e=>{this.requestOptions.headers=e;};this.requestOptions=(e==null?void 0:e.requestOptions)||{};}};});var Gm,kX=n(()=>{Ct();Gm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"DatasetBatchQueue"});this.api=e;}getId(e){return e.id||""}async createEntities(e){for(let t of e)await this.api.datasets.createDataset(t,this.api.requestOptions);}async getEntity(e){try{return await this.api.datasets.getDatasetById(e,this.api.requestOptions)}catch{return}}async updateEntity(e,t){await this.api.datasets.updateDataset(e,{name:t.name||"",visibility:t.visibility,description:t.description},this.api.requestOptions);}async deleteEntities(e){await this.api.datasets.deleteDatasetsBatch({ids:e},this.api.requestOptions);}};});async function AX(){return wC||(wC=await xee__default.default()),wC}var wC,PX=n(()=>{wC=null;});var Ii,Km=n(()=>{te();rr();PX();Ii=class p{constructor(i,e){let{id:t,traceId:o,spanId:a,source:s,description:c,evaluators:l,executionPolicy:m,...u}=i;this.id=t||exports.generateId(),this.traceId=o,this.spanId=a,this.source=s||Fg.Sdk,this.description=c!=null?c:e,this.evaluators=l,this.executionPolicy=m,this.data={...u,...c!==void 0?{description:c}:{}};}getContent(i=false){return i?{...this.data,id:this.id}:{...this.data}}async contentHash(){let i={...this.getContent()};this.evaluators&&this.evaluators.length>0&&(i.evaluators=this.evaluators),this.executionPolicy&&Object.keys(this.executionPolicy).length>0&&(i.executionPolicy=this.executionPolicy);let e=wee__default.default(i);return (await AX()).h32(e,43981).toString(16)}toApiModel(){return {id:this.id,traceId:this.traceId,spanId:this.spanId,source:this.source,data:this.getContent(),...this.description&&{description:this.description},...this.evaluators&&{evaluators:this.evaluators},...this.executionPolicy&&{executionPolicy:this.executionPolicy}}}static fromApiModel(i){return new p({id:i.id,traceId:i.traceId,spanId:i.spanId,source:i.source,...i.evaluators&&{evaluators:i.evaluators},...i.executionPolicy&&{executionPolicy:i.executionPolicy},...i.data},i.description)}};});async function Ue(p,i,e){var c;if(e===0)return [];let t=new util.TextDecoder("utf-8"),o=[],a="",s=p.getReader();try{for(;;){let{done:l,value:m}=await s.read();if(l)break;let u=m;a+=t.decode(u,{stream:!0});let d=a.split(`
|
|
3
|
+
`)),{ok:true,value:i}):t}}var pr=n(()=>{});function Cp(p){return p.path.length===0?p.message:`${p.path.join(" -> ")}: ${p.message}`}var gf=n(()=>{});var ri,ff=n(()=>{gf();ri=class p extends Error{constructor(e){super(e.map(Cp).join("; "));this.errors=e;Object.setPrototypeOf(this,p.prototype);}};});var ti,hf=n(()=>{gf();ti=class p extends Error{constructor(e){super(e.map(Cp).join("; "));this.errors=e;Object.setPrototypeOf(this,p.prototype);}};});function se(p){return {nullable:()=>wq(p),optional:()=>yf(p),optionalNullable:()=>_q(p),transform:i=>bf(p,i),parseOrThrow:(i,e)=>{let t=p.parse(i,e);if(t.ok)return t.value;throw new ti(t.errors)},jsonOrThrow:(i,e)=>{let t=p.json(i,e);if(t.ok)return t.value;throw new ri(t.errors)}}}function wq(p){let i={parse:(e,t)=>e==null?{ok:true,value:null}:p.parse(e,t),json:(e,t)=>e==null?{ok:true,value:null}:p.json(e,t),getType:()=>K.NULLABLE};return {...i,...se(i)}}function yf(p){let i={parse:(e,t)=>e==null?{ok:true,value:void 0}:p.parse(e,t),json:(e,t)=>t!=null&&t.omitUndefined&&e===void 0?{ok:true,value:void 0}:e==null?{ok:true,value:null}:p.json(e,t),getType:()=>K.OPTIONAL};return {...i,...se(i)}}function _q(p){let i={parse:(e,t)=>e===void 0?{ok:true,value:void 0}:e===null?{ok:true,value:null}:p.parse(e,t),json:(e,t)=>e===void 0?{ok:true,value:void 0}:e===null?{ok:true,value:null}:p.json(e,t),getType:()=>K.OPTIONAL_NULLABLE};return {...i,...se(i)}}function bf(p,i){let e={parse:(t,o)=>{let a=p.parse(t,o);return a.ok?{ok:true,value:i.transform(a.value)}:a},json:(t,o)=>{let a=i.untransform(t);return p.json(a,o)},getType:()=>p.getType()};return {...e,...se(e)}}var KK=n(()=>{he();ff();hf();});var Ce=n(()=>{KK();ff();hf();});function OK(){let p={parse:(i,{breadcrumbsPrefix:e=[]}={})=>typeof i=="bigint"?{ok:true,value:i}:typeof i=="number"?{ok:true,value:BigInt(i)}:{ok:false,errors:[{path:e,message:ae(i,"bigint | number")}]},json:(i,{breadcrumbsPrefix:e=[]}={})=>typeof i!="bigint"?{ok:false,errors:[{path:e,message:ae(i,"bigint")}]}:{ok:true,value:i},getType:()=>K.BIGINT};return {...ye(p),...se(p)}}var $K=n(()=>{he();ze();pr();Ce();});var QK=n(()=>{$K();});function YK(){let p={parse:(i,{breadcrumbsPrefix:e=[]}={})=>typeof i!="string"?{ok:false,errors:[{path:e,message:ae(i,"string")}]}:kq.test(i)?{ok:true,value:new Date(i)}:{ok:false,errors:[{path:e,message:ae(i,"ISO 8601 date string")}]},json:(i,{breadcrumbsPrefix:e=[]}={})=>i instanceof Date?{ok:true,value:i.toISOString()}:{ok:false,errors:[{path:e,message:ae(i,"Date object")}]},getType:()=>K.DATE};return {...ye(p),...se(p)}}var kq,XK=n(()=>{he();ze();pr();Ce();kq=/^([+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([0-4]\d|5[0-2])(-?[1-7])?|(00[1-9]|0[1-9]\d|[12]\d{2}|3([0-5]\d|6[1-6])))([T\s]((([01]\d|2[0-3])((:?)[0-5]\d)?|24:?00)([.,]\d+(?!:))?)?(\17[0-5]\d([.,]\d+)?)?([zZ]|([+-])([01]\d|2[0-3]):?([0-5]\d)?)?)?)?$/;});var ZK=n(()=>{XK();});function be(p,i){return ()=>{let e={parse:i,json:i,getType:()=>p};return {...ye(e),...se(e)}}}var cr=n(()=>{Ce();pr();});function Ip(p){let i=new Set(p);return be(K.ENUM,(t,{allowUnrecognizedEnumValues:o,breadcrumbsPrefix:a=[]}={})=>typeof t!="string"?{ok:false,errors:[{path:a,message:ae(t,"string")}]}:!i.has(t)&&!o?{ok:false,errors:[{path:a,message:ae(t,"enum")}]}:{ok:true,value:t})()}var qK=n(()=>{he();cr();ze();});var Rf=n(()=>{qK();});function eO(p){let i=xf(p);return {...i,...se(i)}}function xf(p){return {parse:(i,e)=>ii(p).parse(i,e),json:(i,e)=>ii(p).json(i,e),getType:()=>ii(p).getType()}}function ii(p){let i=p;return i.__zurg_memoized==null&&(i.__zurg_memoized=p()),i.__zurg_memoized}var wf=n(()=>{Ce();});function ho(p){return Object.entries(p)}var _f=n(()=>{});function yo(p,i){let e=new Set(i);return Object.entries(p).reduce((t,[o,a])=>(e.has(o)&&(t[o]=a),t),{})}var kf=n(()=>{});function br(p){if(typeof p!="object"||p===null)return false;if(Object.getPrototypeOf(p)===null)return true;let i=p;for(;Object.getPrototypeOf(i)!==null;)i=Object.getPrototypeOf(i);return Object.getPrototypeOf(p)===i}var bo=n(()=>{});function Ro(p){return Object.keys(p)}var Af=n(()=>{});function rO(p,i){let e=[],t=[];for(let o of p)i(o)?e.push(o):t.push(o);return [e,t]}var tO=n(()=>{});function Qe(p){return {withParsedProperties:i=>Pf(p,i)}}function Pf(p,i){let e={parse:(t,o)=>{let a=p.parse(t,o);if(!a.ok)return a;let s=Object.entries(i).reduce((c,[l,m])=>({...c,[l]:typeof m=="function"?m(a.value):m}),{});return {ok:true,value:{...a.value,...s}}},json:(t,o)=>{var c;if(!br(t))return {ok:false,errors:[{path:(c=o==null?void 0:o.breadcrumbsPrefix)!=null?c:[],message:ae(t,"object")}]};let a=new Set(Object.keys(i)),s=yo(t,Object.keys(t).filter(l=>!a.has(l)));return p.json(s,o)},getType:()=>p.getType()};return {...e,...se(e),...Qe(e)}}var iO=n(()=>{kf();ze();bo();Ce();});var xo=n(()=>{iO();});function oO(p,i){return {rawKey:p,valueSchema:i,isProperty:true}}function Vr(p){return p.isProperty}var zf=n(()=>{});function Dp(p){let i={_getRawProperties:()=>Object.entries(p).map(([e,t])=>Vr(t)?t.rawKey:e),_getParsedProperties:()=>Ro(p),parse:(e,t)=>{let o={},a=[];for(let[s,c]of ho(p)){let l=Vr(c)?c.rawKey:s,m=Vr(c)?c.valueSchema:c,u={rawKey:l,parsedKey:s,valueSchema:m};o[l]=u,sO(m)&&a.push(l);}return aO({value:e,requiredKeys:a,getProperty:s=>{let c=o[s];if(c!=null)return {transformedKey:c.parsedKey,transform:l=>{var m;return c.valueSchema.parse(l,{...t,breadcrumbsPrefix:[...(m=t==null?void 0:t.breadcrumbsPrefix)!=null?m:[],s]})}}},unrecognizedObjectKeys:t==null?void 0:t.unrecognizedObjectKeys,skipValidation:t==null?void 0:t.skipValidation,breadcrumbsPrefix:t==null?void 0:t.breadcrumbsPrefix,omitUndefined:t==null?void 0:t.omitUndefined})},json:(e,t)=>{let o=[];for(let[a,s]of ho(p)){let c=Vr(s)?s.valueSchema:s;sO(c)&&o.push(a);}return aO({value:e,requiredKeys:o,getProperty:a=>{let s=p[a];if(s!=null)return Vr(s)?{transformedKey:s.rawKey,transform:c=>{var l;return s.valueSchema.json(c,{...t,breadcrumbsPrefix:[...(l=t==null?void 0:t.breadcrumbsPrefix)!=null?l:[],a]})}}:{transformedKey:a,transform:c=>{var l;return s.json(c,{...t,breadcrumbsPrefix:[...(l=t==null?void 0:t.breadcrumbsPrefix)!=null?l:[],a]})}}},unrecognizedObjectKeys:t==null?void 0:t.unrecognizedObjectKeys,skipValidation:t==null?void 0:t.skipValidation,breadcrumbsPrefix:t==null?void 0:t.breadcrumbsPrefix,omitUndefined:t==null?void 0:t.omitUndefined})},getType:()=>K.OBJECT};return {...ye(i),...se(i),...Qe(i),...mt(i)}}function aO({value:p,requiredKeys:i,getProperty:e,unrecognizedObjectKeys:t="fail",skipValidation:o=false,breadcrumbsPrefix:a=[]}){if(!br(p))return {ok:false,errors:[{path:a,message:ae(p,"object")}]};let s=new Set(i),c=[],l={};for(let[m,u]of Object.entries(p)){let d=e(m);if(d!=null){s.delete(m);let f=d.transform(u);f.ok?l[d.transformedKey]=f.value:(l[m]=u,c.push(...f.errors));}else switch(t){case "fail":c.push({path:[...a,m],message:`Unexpected key "${m}"`});break;case "strip":break;case "passthrough":l[m]=u;break}}return c.push(...i.filter(m=>s.has(m)).map(m=>({path:a,message:`Missing required key "${m}"`}))),c.length===0||o?{ok:true,value:l}:{ok:false,errors:c}}function mt(p){return {extend:i=>{let e={_getParsedProperties:()=>[...p._getParsedProperties(),...i._getParsedProperties()],_getRawProperties:()=>[...p._getRawProperties(),...i._getRawProperties()],parse:(t,o)=>nO({extensionKeys:i._getRawProperties(),value:t,transformBase:a=>p.parse(a,o),transformExtension:a=>i.parse(a,o),breadcrumbsPrefix:o==null?void 0:o.breadcrumbsPrefix}),json:(t,o)=>nO({extensionKeys:i._getParsedProperties(),value:t,transformBase:a=>p.json(a,o),transformExtension:a=>i.json(a,o),breadcrumbsPrefix:o==null?void 0:o.breadcrumbsPrefix}),getType:()=>K.OBJECT};return {...e,...se(e),...Qe(e),...mt(e)}},passthrough:()=>{let i=new Set(p._getRawProperties()),e=new Set(p._getParsedProperties()),t={_getParsedProperties:()=>p._getParsedProperties(),_getRawProperties:()=>p._getRawProperties(),parse:(o,a)=>{let s=p.parse(o,{...a,unrecognizedObjectKeys:"passthrough"});if(!s.ok)return s;let c={};if(typeof o=="object"&&o!=null)for(let[l,m]of Object.entries(o))i.has(l)||(c[l]=m);return {ok:true,value:{...c,...s.value}}},json:(o,a)=>{let s=p.json(o,{...a,unrecognizedObjectKeys:"passthrough"});if(!s.ok)return s;let c={};if(typeof o=="object"&&o!=null)for(let[l,m]of Object.entries(o))e.has(l)||(c[l]=m);return {ok:true,value:{...c,...s.value}}},getType:()=>K.OBJECT};return {...t,...se(t),...Qe(t),...mt(t)}}}}function nO({extensionKeys:p,value:i,transformBase:e,transformExtension:t,breadcrumbsPrefix:o=[]}){if(!br(i))return {ok:false,errors:[{path:o,message:ae(i,"object")}]};let a=new Set(p),[s,c]=rO(Ro(i),u=>a.has(u)),l=e(yo(i,c)),m=t(yo(i,s));return l.ok&&m.ok?{ok:true,value:{...l.value,...m.value}}:{ok:false,errors:[...l.ok?[]:l.errors,...m.ok?[]:m.errors]}}function sO(p){return !Aq(p)}function Aq(p){switch(p.getType()){case K.ANY:case K.UNKNOWN:case K.OPTIONAL:case K.OPTIONAL_NULLABLE:return true;default:return false}}var Sf=n(()=>{he();_f();kf();ze();bo();Af();pr();tO();xo();Ce();zf();});function pO(p){return Dp(p)}var cO=n(()=>{Sf();});var vf=n(()=>{Sf();cO();zf();});function lO(p){let i={...xf(p),_getRawProperties:()=>ii(p)._getRawProperties(),_getParsedProperties:()=>ii(p)._getParsedProperties()};return {...i,...se(i),...Qe(i),...mt(i)}}var mO=n(()=>{vf();xo();Ce();wf();});var dO=n(()=>{wf();mO();});function Up(p){let i={parse:(e,t)=>uO(e,(o,a)=>{var s;return p.parse(o,{...t,breadcrumbsPrefix:[...(s=t==null?void 0:t.breadcrumbsPrefix)!=null?s:[],`[${a}]`]})}),json:(e,t)=>uO(e,(o,a)=>{var s;return p.json(o,{...t,breadcrumbsPrefix:[...(s=t==null?void 0:t.breadcrumbsPrefix)!=null?s:[],`[${a}]`]})}),getType:()=>K.LIST};return {...ye(i),...se(i)}}function uO(p,i){return Array.isArray(p)?p.map((t,o)=>i(t,o)).reduce((t,o)=>{if(t.ok&&o.ok)return {ok:true,value:[...t.value,o.value]};let a=[];return t.ok||a.push(...t.errors),o.ok||a.push(...o.errors),{ok:false,errors:a}},{ok:true,value:[]}):{ok:false,errors:[{message:ae(p,"list"),path:[]}]}}var gO=n(()=>{he();ze();pr();Ce();});var Tf=n(()=>{gO();});function fO(p){return be(K.BOOLEAN_LITERAL,(e,{breadcrumbsPrefix:t=[]}={})=>e===p?{ok:true,value:p}:{ok:false,errors:[{path:t,message:ae(e,`${p.toString()}`)}]})()}var hO=n(()=>{he();cr();ze();});function yO(p){return be(K.STRING_LITERAL,(e,{breadcrumbsPrefix:t=[]}={})=>e===p?{ok:true,value:p}:{ok:false,errors:[{path:t,message:ae(e,`"${p}"`)}]})()}var bO=n(()=>{he();cr();ze();});var RO=n(()=>{hO();bO();});var xO,wO=n(()=>{he();cr();xO=be(K.ANY,p=>({ok:true,value:p}));});var _O,kO=n(()=>{he();cr();ze();_O=be(K.BOOLEAN,(p,{breadcrumbsPrefix:i=[]}={})=>typeof p=="boolean"?{ok:true,value:p}:{ok:false,errors:[{path:i,message:ae(p,"boolean")}]});});var AO,PO=n(()=>{he();cr();AO=be(K.NEVER,(p,{breadcrumbsPrefix:i=[]}={})=>({ok:false,errors:[{path:i,message:"Expected never"}]}));});var zO,SO=n(()=>{he();cr();ze();zO=be(K.NUMBER,(p,{breadcrumbsPrefix:i=[]}={})=>typeof p=="number"?{ok:true,value:p}:{ok:false,errors:[{path:i,message:ae(p,"number")}]});});var vO,TO=n(()=>{he();cr();ze();vO=be(K.STRING,(p,{breadcrumbsPrefix:i=[]}={})=>typeof p=="string"?{ok:true,value:p}:{ok:false,errors:[{path:i,message:ae(p,"string")}]});});var jO,EO=n(()=>{he();cr();jO=be(K.UNKNOWN,p=>({ok:true,value:p}));});var CO=n(()=>{wO();kO();PO();SO();TO();EO();});function DO(p,i){let e={parse:(t,o)=>IO({value:t,isKeyNumeric:p.getType()===K.NUMBER,transformKey:a=>{var s;return p.parse(a,{...o,breadcrumbsPrefix:[...(s=o==null?void 0:o.breadcrumbsPrefix)!=null?s:[],`${a} (key)`]})},transformValue:(a,s)=>{var c;return i.parse(a,{...o,breadcrumbsPrefix:[...(c=o==null?void 0:o.breadcrumbsPrefix)!=null?c:[],`${s}`]})},breadcrumbsPrefix:o==null?void 0:o.breadcrumbsPrefix}),json:(t,o)=>IO({value:t,isKeyNumeric:p.getType()===K.NUMBER,transformKey:a=>{var s;return p.json(a,{...o,breadcrumbsPrefix:[...(s=o==null?void 0:o.breadcrumbsPrefix)!=null?s:[],`${a} (key)`]})},transformValue:(a,s)=>{var c;return i.json(a,{...o,breadcrumbsPrefix:[...(c=o==null?void 0:o.breadcrumbsPrefix)!=null?c:[],`${s}`]})},breadcrumbsPrefix:o==null?void 0:o.breadcrumbsPrefix}),getType:()=>K.RECORD};return {...ye(e),...se(e)}}function IO({value:p,isKeyNumeric:i,transformKey:e,transformValue:t,breadcrumbsPrefix:o=[]}){return br(p)?ho(p).reduce((a,[s,c])=>{if(c===void 0)return a;let l=a,m=s;if(i){let g=s.length>0?Number(s):NaN;Number.isNaN(g)||(m=g);}let u=e(m),d=t(c,m);if(l.ok&&u.ok&&d.ok)return {ok:true,value:{...l.value,[u.value]:d.value}};let f=[];return l.ok||f.push(...l.errors),u.ok||f.push(...u.errors),d.ok||f.push(...d.errors),{ok:false,errors:f}},{ok:true,value:{}}):{ok:false,errors:[{path:o,message:ae(p,"object")}]}}var UO=n(()=>{he();_f();ze();bo();pr();Ce();});var NO=n(()=>{UO();});function BO(p){let i=Up(p),e={parse:(t,o)=>{let a=i.parse(t,o);return a.ok?{ok:true,value:new Set(a.value)}:a},json:(t,o)=>{var s;return t instanceof Set?i.json([...t],o):{ok:false,errors:[{path:(s=o==null?void 0:o.breadcrumbsPrefix)!=null?s:[],message:ae(t,"Set")}]}},getType:()=>K.SET};return {...ye(e),...se(e)}}var FO=n(()=>{he();ze();pr();Tf();Ce();});var MO=n(()=>{FO();});function VO(p){let i={parse:(e,t)=>WO((o,a)=>o.parse(e,a),p,t),json:(e,t)=>WO((o,a)=>o.json(e,a),p,t),getType:()=>K.UNDISCRIMINATED_UNION};return {...ye(i),...se(i)}}function WO(p,i,e){let t=[];for(let[o,a]of i.entries()){let s=p(a,{...e,skipValidation:false});if(s.ok)return s;for(let c of s.errors)t.push({path:c.path,message:`[Variant ${o}] ${c.message}`});}return {ok:false,errors:t}}var LO=n(()=>{he();pr();Ce();});var JO=n(()=>{LO();});function HO(p,i){return {parsedDiscriminant:p,rawDiscriminant:i}}var GO=n(()=>{});function OO(p,i){let e=typeof p=="string"?p:p.rawDiscriminant,t=typeof p=="string"?p:p.parsedDiscriminant,o=Ip(Ro(i)),a={parse:(s,c)=>KO({value:s,discriminant:e,transformedDiscriminant:t,transformDiscriminantValue:l=>{var m;return o.parse(l,{allowUnrecognizedEnumValues:c==null?void 0:c.allowUnrecognizedUnionMembers,breadcrumbsPrefix:[...(m=c==null?void 0:c.breadcrumbsPrefix)!=null?m:[],e]})},getAdditionalPropertiesSchema:l=>i[l],allowUnrecognizedUnionMembers:c==null?void 0:c.allowUnrecognizedUnionMembers,transformAdditionalProperties:(l,m)=>m.parse(l,c),breadcrumbsPrefix:c==null?void 0:c.breadcrumbsPrefix}),json:(s,c)=>KO({value:s,discriminant:t,transformedDiscriminant:e,transformDiscriminantValue:l=>{var m;return o.json(l,{allowUnrecognizedEnumValues:c==null?void 0:c.allowUnrecognizedUnionMembers,breadcrumbsPrefix:[...(m=c==null?void 0:c.breadcrumbsPrefix)!=null?m:[],t]})},getAdditionalPropertiesSchema:l=>i[l],allowUnrecognizedUnionMembers:c==null?void 0:c.allowUnrecognizedUnionMembers,transformAdditionalProperties:(l,m)=>m.json(l,c),breadcrumbsPrefix:c==null?void 0:c.breadcrumbsPrefix}),getType:()=>K.UNION};return {...ye(a),...se(a),...Qe(a)}}function KO({value:p,discriminant:i,transformedDiscriminant:e,transformDiscriminantValue:t,getAdditionalPropertiesSchema:o,allowUnrecognizedUnionMembers:a=false,transformAdditionalProperties:s,breadcrumbsPrefix:c=[]}){if(!br(p))return {ok:false,errors:[{path:c,message:ae(p,"object")}]};let{[i]:l,...m}=p;if(l==null)return {ok:false,errors:[{path:c,message:`Missing discriminant ("${i}")`}]};let u=t(l);if(!u.ok)return {ok:false,errors:u.errors};let d=o(u.value);if(d==null)return a?{ok:true,value:{[e]:u.value,...m}}:{ok:false,errors:[{path:[...c,i],message:"Unexpected discriminant value"}]};let f=s(m,d);return f.ok?{ok:true,value:{[e]:l,...f.value}}:f}var $O=n(()=>{he();ze();bo();Af();pr();Rf();xo();Ce();});var QO=n(()=>{GO();$O();});var YO=n(()=>{QK();ZK();Rf();dO();Tf();RO();vf();xo();CO();NO();Ce();MO();JO();QO();});var r={};L(r,{JsonError:()=>ri,ParseError:()=>ti,any:()=>xO,bigint:()=>OK,boolean:()=>_O,booleanLiteral:()=>fO,date:()=>YK,discriminant:()=>HO,enum_:()=>Ip,getObjectLikeUtils:()=>Qe,getObjectUtils:()=>mt,getSchemaUtils:()=>se,isProperty:()=>Vr,lazy:()=>eO,lazyObject:()=>lO,list:()=>Up,never:()=>AO,number:()=>zO,object:()=>Dp,objectWithoutOptionalProperties:()=>pO,optional:()=>yf,property:()=>oO,record:()=>DO,set:()=>BO,string:()=>vO,stringLiteral:()=>yO,transform:()=>bf,undiscriminatedUnion:()=>VO,union:()=>OO,unknown:()=>jO,withParsedProperties:()=>Pf});var XO=n(()=>{YO();});function ZO(p){if(p===null)return "null";switch(typeof p){case "undefined":return "undefined";case "string":case "number":case "boolean":break;default:p=String(p);break}return encodeURIComponent(p)}var qO=n(()=>{});function r$(p,...i){if(!p)return "";if(i.length===0)return p;if(p.includes("://")){let e;try{e=new URL(p);}catch{return e$(p,...i)}let t=i[i.length-1],o=t==null?void 0:t.endsWith("/");for(let a of i){let s=i$(a);s&&(e.pathname=t$(e.pathname,s));}return o&&!e.pathname.endsWith("/")&&(e.pathname+="/"),e.toString()}return e$(p,...i)}function e$(p,...i){if(i.length===0)return p;let e=p,t=i[i.length-1],o=t==null?void 0:t.endsWith("/");for(let a of i){let s=i$(a);s&&(e=t$(e,s));}return o&&!e.endsWith("/")&&(e+="/"),e}function t$(p,i){return p.endsWith("/")?p+i:`${p}/${i}`}function i$(p){if(!p)return p;let i=0,e=p.length;return p.startsWith("/")&&(i=1),p.endsWith("/")&&(e=p.length-1),i===0&&e===p.length?p:p.slice(i,e)}var o$=n(()=>{});var _={};L(_,{encodePathParam:()=>ZO,join:()=>r$,toQueryString:()=>ct});var a$=n(()=>{qO();o$();uo();});var b=n(()=>{jK();lf();JK();HK();mf();XO();a$();});function W(p){let i=z({"X-Fern-Language":"JavaScript","X-Fern-Runtime":ei.type,"X-Fern-Runtime-Version":ei.version,"Comet-Workspace":p==null?void 0:p.workspaceName},p==null?void 0:p.headers);return {...p,logging:fo.createLogger(p==null?void 0:p.logging),headers:i}}var X=n(()=>{$();b();});var v,Q=n(()=>{v={Default:"http://localhost:5173/api"};});function j(p,i,e,t){switch(p.reason){case "non-json":throw new A({statusCode:p.statusCode,body:p.rawBody,rawResponse:i});case "body-is-null":throw new A({statusCode:p.statusCode,rawResponse:i});case "timeout":throw new Mr(`Timeout exceeded when calling ${e} ${t}.`);case "unknown":throw new A({message:p.errorMessage,rawResponse:i});default:throw new A({message:"Unknown error",rawResponse:i})}}var Z=n(()=>{J();});var wo,n$=n(()=>{b();wo=r.object({blueprintName:r.property("blueprint_name",r.string())});});var jf,Ef=n(()=>{b();jf=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),envName:r.property("env_name",r.string()),blueprintId:r.property("blueprint_id",r.string()),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),endedAt:r.property("ended_at",r.date().optional())});});var _o,s$=n(()=>{b();Ef();_o=r.object({projectId:r.property("project_id",r.string()),envs:r.list(jf)});});var ko,p$=n(()=>{b();ko=r.object({projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),keys:r.list(r.string())});});var Cf=n(()=>{n$();s$();p$();});var c$=n(()=>{Cf();});var Np={};L(Np,{AgentConfigEnvSetByName:()=>wo,AgentConfigEnvUpdate:()=>_o,AgentConfigRemoveValues:()=>ko});var l$=n(()=>{c$();});var Bp,m$=n(()=>{b();Bp=r.enum_(["general","slack","pagerduty"]);});var If=n(()=>{m$();});var Fp={};L(Fp,{GetWebhookExamplesRequestAlertType:()=>Bp});var d$=n(()=>{If();});var Df,Uf=n(()=>{b();Df=r.enum_(["trace","thread"]);});var Ao,Nf=n(()=>{b();Uf();Ao=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string()),name:r.string(),description:r.string().optional(),instructions:r.string().optional(),scope:Df,commentsEnabled:r.property("comments_enabled",r.boolean().optional()),feedbackDefinitionNames:r.property("feedback_definition_names",r.list(r.string()).optional()),annotatorsPerItem:r.property("annotators_per_item",r.number().optional()),lockTimeoutSeconds:r.property("lock_timeout_seconds",r.number().optional())});});var Po,u$=n(()=>{b();Nf();Po=r.object({annotationQueues:r.property("annotation_queues",r.list(Ao))});});var zo,g$=n(()=>{b();zo=r.object({name:r.string().optional(),description:r.string().optional(),instructions:r.string().optional(),commentsEnabled:r.property("comments_enabled",r.boolean().optional()),feedbackDefinitionNames:r.property("feedback_definition_names",r.list(r.string()).optional()),annotatorsPerItem:r.property("annotators_per_item",r.number().optional()),lockTimeoutSeconds:r.property("lock_timeout_seconds",r.number().optional())});});var Bf=n(()=>{u$();g$();});var f$=n(()=>{Bf();});var Mp={};L(Mp,{AnnotationQueueBatchWrite:()=>Po,AnnotationQueueUpdate:()=>zo});var h$=n(()=>{f$();});var Ff,Mf=n(()=>{b();Ff=r.enum_(["ui","sdk","online_scoring"]);});var Wf,Vf=n(()=>{b();Wf=r.enum_(["passed","failed"]);});var Lf,Jf=n(()=>{b();Mf();Vf();Lf=r.object({entityId:r.property("entity_id",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string(),status:Wf,reason:r.string().optional(),source:Ff});});var Wp,Hf=n(()=>{b();Wp=r.enum_(["TRACE","SPAN","THREAD"]);});var So,y$=n(()=>{b();Jf();Hf();So=r.object({entityType:r.property("entity_type",Wp),assertionResults:r.property("assertion_results",r.list(Lf))});});var Gf=n(()=>{y$();});var b$=n(()=>{Gf();});var Kf=n(()=>{Hf();});var Vp={};L(Vp,{AssertionResultBatch:()=>So,AssertionResultBatchEntityType:()=>Wp});var R$=n(()=>{b$();Kf();});var Lp,Of=n(()=>{b();Lp=r.enum_(["trace","span"]);});var vo,x$=n(()=>{b();Of();vo=r.object({fileName:r.property("file_name",r.string()),numOfFileParts:r.property("num_of_file_parts",r.number()),mimeType:r.property("mime_type",r.string().optional()),projectName:r.property("project_name",r.string().optional()),entityType:r.property("entity_type",Lp),entityId:r.property("entity_id",r.string()),path:r.string()});});var $f=n(()=>{x$();});var Jp={};L(Jp,{Request:()=>Pq});var Pq,w$=n(()=>{b();Pq=r.record(r.string(),r.unknown());});var _$=n(()=>{$f();w$();});var Hp,k$=n(()=>{b();Hp=r.enum_(["trace","span"]);});var Gp,A$=n(()=>{b();Gp=r.enum_(["trace","span"]);});var Kp,P$=n(()=>{b();Kp=r.enum_(["trace","span"]);});var Qf=n(()=>{k$();A$();Of();P$();});var oi={};L(oi,{AttachmentListRequestEntityType:()=>Hp,DownloadAttachmentRequestEntityType:()=>Gp,StartMultipartUploadRequest:()=>vo,StartMultipartUploadRequestEntityType:()=>Lp,UploadAttachmentRequestEntityType:()=>Kp,uploadAttachment:()=>Jp});var z$=n(()=>{_$();Qf();});var To,Op=n(()=>{b();To=r.object({name:r.string().optional(),description:r.string().optional(),strict:r.boolean().optional(),parameters:r.record(r.string(),r.record(r.string(),r.unknown())).optional()});});var Rr,ai=n(()=>{b();Rr=r.object({name:r.string().optional(),arguments:r.string().optional()});});var V,ce=n(()=>{b();V=r.record(r.string(),r.unknown());});var jo,$p=n(()=>{b();ce();jo=r.object({role:r.string(),content:V});});var Yf,Xf=n(()=>{b();Yf=r.object({name:r.string().optional(),strict:r.boolean().optional(),schema:r.record(r.string(),r.record(r.string(),r.unknown())).optional()});});var Zf,qf=n(()=>{b();Zf=r.enum_(["text","json_object","json_schema"]);});var eh,rh=n(()=>{b();Xf();qf();eh=r.object({type:Zf.optional(),jsonSchema:r.property("json_schema",Yf.optional())});});var th,ih=n(()=>{b();th=r.object({includeUsage:r.property("include_usage",r.boolean().optional())});});var oh,ah=n(()=>{b();oh=r.enum_(["function"]);});var nh,sh=n(()=>{b();Op();ah();nh=r.object({type:oh.optional(),function:To.optional()});});var Eo,S$=n(()=>{b();Op();ai();$p();rh();ih();sh();Eo=r.object({model:r.string().optional(),messages:r.list(jo).optional(),temperature:r.number().optional(),topP:r.property("top_p",r.number().optional()),n:r.number().optional(),stream:r.boolean().optional(),streamOptions:r.property("stream_options",th.optional()),stop:r.list(r.string()).optional(),maxTokens:r.property("max_tokens",r.number().optional()),maxCompletionTokens:r.property("max_completion_tokens",r.number().optional()),presencePenalty:r.property("presence_penalty",r.number().optional()),frequencyPenalty:r.property("frequency_penalty",r.number().optional()),logitBias:r.property("logit_bias",r.record(r.string(),r.number()).optional()),user:r.string().optional(),responseFormat:r.property("response_format",eh.optional()),seed:r.number().optional(),tools:r.list(nh).optional(),toolChoice:r.property("tool_choice",r.record(r.string(),r.unknown()).optional()),parallelToolCalls:r.property("parallel_tool_calls",r.boolean().optional()),store:r.boolean().optional(),metadata:r.record(r.string(),r.string()).optional(),reasoningEffort:r.property("reasoning_effort",r.string().optional()),serviceTier:r.property("service_tier",r.string().optional()),logprobs:r.boolean().optional(),topLogprobs:r.property("top_logprobs",r.number().optional()),functions:r.list(To).optional(),functionCall:r.property("function_call",Rr.optional())});});var ph=n(()=>{S$();});var v$=n(()=>{ph();});var Qp={};L(Qp,{ChatCompletionRequest:()=>Eo});var T$=n(()=>{v$();});var ch,lh=n(()=>{b();ch=r.enum_(["llm_judge","code_metric"]);});var xr,ni=n(()=>{b();lh();ce();xr=r.object({name:r.string(),type:ch,config:V});});var Ye,dt=n(()=>{b();Ye=r.object({runsPerItem:r.property("runs_per_item",r.number().optional()),passThreshold:r.property("pass_threshold",r.number().optional())});});var mh,dh=n(()=>{b();mh=r.object({includeTags:r.boolean().optional(),includeFeedbackScores:r.boolean().optional(),includeComments:r.boolean().optional(),includeUsage:r.boolean().optional(),includeMetadata:r.boolean().optional()});});var Co,j$=n(()=>{b();ni();dt();dh();Co=r.object({spanIds:r.property("span_ids",r.list(r.string())),enrichmentOptions:r.property("enrichment_options",mh),evaluators:r.list(xr).optional(),executionPolicy:r.property("execution_policy",Ye.optional())});});var uh,gh=n(()=>{b();uh=r.object({includeSpans:r.boolean().optional(),includeTags:r.boolean().optional(),includeFeedbackScores:r.boolean().optional(),includeComments:r.boolean().optional(),includeUsage:r.boolean().optional(),includeMetadata:r.boolean().optional()});});var Io,E$=n(()=>{b();ni();dt();gh();Io=r.object({traceIds:r.property("trace_ids",r.list(r.string())),enrichmentOptions:r.property("enrichment_options",uh),evaluators:r.list(xr).optional(),executionPolicy:r.property("execution_policy",Ye.optional())});});var Do,C$=n(()=>{b();Do=r.object({model:r.string(),sampleCount:r.property("sample_count",r.number().optional()),preserveFields:r.property("preserve_fields",r.list(r.string()).optional()),variationInstructions:r.property("variation_instructions",r.string().optional()),customPrompt:r.property("custom_prompt",r.string().optional()),maxCompletionTokens:r.property("max_completion_tokens",r.number().optional())});});var Uo,I$=n(()=>{b();Uo=r.object({datasetName:r.property("dataset_name",r.string()),projectName:r.property("project_name",r.string().optional())});});var No,D$=n(()=>{b();No=r.object({datasetName:r.property("dataset_name",r.string()),projectName:r.property("project_name",r.string().optional())});});var fh,hh=n(()=>{b();fh=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Bo,Yp=n(()=>{b();hh();Bo=r.object({field:r.string().optional(),operator:fh.optional(),key:r.string().optional(),value:r.string().optional()});});var yh,bh=n(()=>{b();ni();dt();ce();yh=r.object({input:r.string().optional(),expectedOutput:r.property("expected_output",r.string().optional()),metadata:V.optional(),data:V.optional(),description:r.string().optional(),tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional()),evaluators:r.list(xr).optional(),executionPolicy:r.property("execution_policy",Ye.optional()),clearExecutionPolicy:r.property("clear_execution_policy",r.boolean().optional())});});var Fo,U$=n(()=>{b();Yp();bh();Fo=r.object({ids:r.list(r.string()).optional(),filters:r.list(Bo).optional(),datasetId:r.property("dataset_id",r.string().optional()),update:yh,mergeTags:r.property("merge_tags",r.boolean().optional())});});var Rh,xh=n(()=>{b();Rh=r.enum_(["manual","trace","span","sdk"]);});var wh,_h=n(()=>{b();wh=r.enum_(["llm_judge","code_metric"]);});var Se,wr=n(()=>{b();Se=r.record(r.string(),r.unknown());});var kh,Ah=n(()=>{b();_h();wr();kh=r.object({name:r.string(),type:wh,config:Se});});var Ph,zh=n(()=>{b();Ph=r.object({runsPerItem:r.property("runs_per_item",r.number().optional()),passThreshold:r.property("pass_threshold",r.number().optional())});});var Mo,Sh=n(()=>{b();xh();Ah();zh();ce();Mo=r.object({id:r.string().optional(),traceId:r.property("trace_id",r.string().optional()),spanId:r.property("span_id",r.string().optional()),source:Rh,data:V,description:r.string().optional(),tags:r.list(r.string()).optional(),evaluators:r.list(kh).optional(),executionPolicy:r.property("execution_policy",Ph.optional())});});var Wo,N$=n(()=>{b();Sh();Wo=r.object({datasetName:r.property("dataset_name",r.string().optional()),datasetId:r.property("dataset_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),items:r.list(Mo),batchGroupId:r.property("batch_group_id",r.string().optional()),copyFromDatasetId:r.property("copy_from_dataset_id",r.string().optional()),copyFromVersionId:r.property("copy_from_version_id",r.string().optional())});});var Vo,B$=n(()=>{b();Vo=r.object({datasetName:r.property("dataset_name",r.string()),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),steamLimit:r.property("steam_limit",r.number().optional()),datasetVersion:r.property("dataset_version",r.string().optional()),projectName:r.property("project_name",r.string().optional()),filters:r.string().optional()});});var Lo,F$=n(()=>{b();Yp();Lo=r.object({itemIds:r.property("item_ids",r.list(r.string()).optional()),datasetId:r.property("dataset_id",r.string().optional()),filters:r.list(Bo).optional(),batchGroupId:r.property("batch_group_id",r.string().optional())});});var Xp,vh=n(()=>{b();Xp=r.enum_(["private","public"]);});var Jo,M$=n(()=>{b();vh();Jo=r.object({name:r.string(),description:r.string().optional(),visibility:Xp.optional(),tags:r.list(r.string()).optional()});});var Ho,W$=n(()=>{b();Ho=r.object({versionRef:r.property("version_ref",r.string())});});var Go,V$=n(()=>{b();Go=r.object({versionName:r.property("version_name",r.string())});});var Ko,L$=n(()=>{b();Ko=r.object({tag:r.string()});});var Oo,J$=n(()=>{b();Oo=r.object({changeDescription:r.property("change_description",r.string().optional()),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional())});});var Zp,Th=n(()=>{b();Zp=r.enum_(["dataset","evaluation_suite"]);});var qp,jh=n(()=>{b();qp=r.enum_(["private","public"]);});var $o,H$=n(()=>{b();Th();jh();$o=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),type:Zp.optional(),visibility:qp.optional(),tags:r.list(r.string()).optional(),description:r.string().optional()});});var Eh=n(()=>{j$();E$();C$();I$();D$();U$();N$();B$();F$();M$();W$();V$();L$();J$();H$();});var Ch,Ih=n(()=>{b();Ch=r.enum_(["PENDING","PROCESSING","COMPLETED","FAILED"]);});var si,Dh=n(()=>{b();Ih();si=r.object({id:r.string().optional(),datasetId:r.property("dataset_id",r.string().optional()),datasetName:r.property("dataset_name",r.string().optional()),status:Ch.optional(),filePath:r.property("file_path",r.string().optional()),errorMessage:r.property("error_message",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),expiresAt:r.property("expires_at",r.date().optional()),viewedAt:r.property("viewed_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var ec={};L(ec,{Response:()=>zq});var zq,G$=n(()=>{b();Dh();zq=r.list(si);});var K$=n(()=>{G$();Eh();});var rc,O$=n(()=>{b();rc=r.enum_(["json","jsonl"]);});var Uh=n(()=>{O$();vh();Th();jh();});var pi={};L(pi,{CreateDatasetItemsFromJsonRequestFormat:()=>rc,CreateDatasetItemsFromSpansRequest:()=>Co,CreateDatasetItemsFromTracesRequest:()=>Io,DatasetExpansionWrite:()=>Do,DatasetIdentifier:()=>Uo,DatasetIdentifierPublic:()=>No,DatasetItemBatchUpdate:()=>Fo,DatasetItemBatchWrite:()=>Wo,DatasetItemStreamRequest:()=>Vo,DatasetItemsDelete:()=>Lo,DatasetUpdate:()=>Jo,DatasetUpdateVisibility:()=>Xp,DatasetVersionRestorePublic:()=>Ho,DatasetVersionRetrieveRequestPublic:()=>Go,DatasetVersionTag:()=>Ko,DatasetVersionUpdatePublic:()=>Oo,DatasetWrite:()=>$o,DatasetWriteType:()=>Zp,DatasetWriteVisibility:()=>qp,getDatasetExportJobs:()=>ec});var $$=n(()=>{K$();Uh();});var Qo,Q$=n(()=>{b();Qo=r.object({name:r.string().optional(),description:r.string().optional(),color:r.string().optional(),position:r.number().optional()});});var Yo,Y$=n(()=>{b();Yo=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),color:r.string().optional(),position:r.number().optional()});});var Nh=n(()=>{Q$();Y$();});var X$=n(()=>{Nh();});var tc={};L(tc,{EnvironmentUpdate:()=>Qo,EnvironmentWrite:()=>Yo});var Z$=n(()=>{X$();});var Xo,ic=n(()=>{b();Xo=r.object({name:r.string(),value:r.number()});});var Bh,Fh=n(()=>{b();Bh=r.enum_(["running","completed","cancelled"]);});var Mh,Wh=n(()=>{b();Mh=r.enum_(["regular","trial","mini-batch","mutation"]);});var Zo,Vh=n(()=>{b();ic();Fh();Wh();ce();Zo=r.object({name:r.string().optional(),metadata:V.optional(),tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional()),type:Mh.optional(),status:Bh.optional(),experimentScores:r.property("experiment_scores",r.list(Xo).optional())});});var qo,q$=n(()=>{b();Vh();qo=r.object({ids:r.list(r.string()),update:Zo,mergeTags:r.property("merge_tags",r.boolean().optional())});});var Lr,ea=n(()=>{b();Lr=r.object({id:r.string(),commit:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),promptId:r.property("prompt_id",r.string().optional()),promptName:r.property("prompt_name",r.string().optional())});});var Lh,Jh=n(()=>{b();ce();$p();ea();Lh=r.object({model:r.string(),messages:r.list(jo),configs:r.record(r.string(),V).optional(),promptVersions:r.property("prompt_versions",r.list(Lr).optional())});});var ra,eQ=n(()=>{b();Jh();ea();ra=r.object({datasetName:r.property("dataset_name",r.string()),datasetVersionId:r.property("dataset_version_id",r.string().optional()),prompts:r.list(Lh),projectName:r.property("project_name",r.string().optional()),datasetId:r.property("dataset_id",r.string()),versionHash:r.property("version_hash",r.string().optional()),promptVersions:r.property("prompt_versions",r.list(Lr).optional())});});var Hh,Gh=n(()=>{b();Hh=r.enum_(["ui","sdk","online_scoring"]);});var Kh,Oh=n(()=>{b();Kh=r.enum_(["ui","sdk","online_scoring"]);});var $h,Qh=n(()=>{b();Oh();$h=r.object({value:r.number().optional(),reason:r.string().optional(),categoryName:r.property("category_name",r.string().optional()),source:Kh.optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),spanType:r.property("span_type",r.string().optional()),spanId:r.property("span_id",r.string().optional())});});var Yh,Xh=n(()=>{b();Gh();Qh();Yh=r.object({name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:Hh,createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),valueByAuthor:r.property("value_by_author",r.record(r.string(),$h).optional())});});var Xe,ta=n(()=>{b();Xe=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var ia,oc=n(()=>{b();ia=r.object({exceptionType:r.property("exception_type",r.string()),message:r.string().optional(),traceback:r.string()});});var Zh,qh=n(()=>{b();Zh=r.enum_(["sdk","experiment","playground","optimization"]);});var ey,ry=n(()=>{b();ey=r.enum_(["general","tool","llm","guardrail"]);});var ty,iy=n(()=>{b();oc();ta();qh();ry();ty=r.object({id:r.string().optional(),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:ey.optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Xe.optional(),output:Xe.optional(),metadata:Xe.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),usage:r.record(r.string(),r.number()).optional(),errorInfo:r.property("error_info",ia.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostVersion:r.property("total_estimated_cost_version",r.string().optional()),ttft:r.number().optional(),source:Zh.optional(),environment:r.string().optional()});});var oy,ay=n(()=>{b();oy=r.enum_(["sdk","experiment","playground","optimization"]);});var ny,sy=n(()=>{b();oc();ta();ay();ny=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Xe.optional(),output:Xe.optional(),metadata:Xe.optional(),tags:r.list(r.string()).optional(),errorInfo:r.property("error_info",ia.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),ttft:r.number().optional(),threadId:r.property("thread_id",r.string().optional()),source:oy.optional(),environment:r.string().optional()});});var py,cy=n(()=>{b();Xh();ta();iy();sy();py=r.object({datasetItemId:r.property("dataset_item_id",r.string()),evaluateTaskResult:r.property("evaluate_task_result",Xe.optional()),trace:ny.optional(),spans:r.list(ty).optional(),feedbackScores:r.property("feedback_scores",r.list(Yh).optional())});});var oa,rQ=n(()=>{b();cy();oa=r.object({experimentName:r.property("experiment_name",r.string()),datasetName:r.property("dataset_name",r.string()),experimentId:r.property("experiment_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),items:r.list(py)});});var aa,tQ=n(()=>{b();aa=r.object({experimentName:r.property("experiment_name",r.string()),limit:r.number().optional(),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),truncate:r.boolean().optional(),projectName:r.property("project_name",r.string().optional())});});var ly,my=n(()=>{b();ly=r.object({value:r.string().optional(),passed:r.boolean().optional(),reason:r.string().optional()});});var ge,ut=n(()=>{b();ge=r.object({id:r.string().optional(),text:r.string(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var dy,uy=n(()=>{b();dy=r.enum_(["passed","failed"]);});var gy,fy=n(()=>{b();gy=r.enum_(["default","hidden"]);});var hy,yy=n(()=>{b();hy=r.enum_(["ui","sdk","online_scoring"]);});var by,Ry=n(()=>{b();by=r.enum_(["ui","sdk","online_scoring"]);});var xy,wy=n(()=>{b();Ry();xy=r.object({value:r.number().optional(),reason:r.string().optional(),categoryName:r.property("category_name",r.string().optional()),source:by.optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),spanType:r.property("span_type",r.string().optional()),spanId:r.property("span_id",r.string().optional())});});var Pe,gt=n(()=>{b();yy();wy();Pe=r.object({name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:hy,createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),valueByAuthor:r.property("value_by_author",r.record(r.string(),xy).optional())});});var le,Ze=n(()=>{b();le=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var na,ac=n(()=>{b();my();ut();dt();uy();fy();gt();Ze();na=r.object({id:r.string().optional(),experimentId:r.property("experiment_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string()),traceId:r.property("trace_id",r.string()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),input:le.optional(),output:le.optional(),traceMetadata:r.property("trace_metadata",le.optional()),feedbackScores:r.property("feedback_scores",r.list(Pe).optional()),comments:r.list(ge).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),duration:r.number().optional(),usage:r.record(r.string(),r.number()).optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),traceVisibilityMode:r.property("trace_visibility_mode",gy.optional()),description:r.string().optional(),executionPolicy:r.property("execution_policy",Ye.optional()),assertionResults:r.property("assertion_results",r.list(ly).optional()),status:dy.optional()});});var sa,iQ=n(()=>{b();ac();sa=r.object({experimentItems:r.property("experiment_items",r.list(na))});});var pa,oQ=n(()=>{b();pa=r.object({ids:r.list(r.string())});});var ca,aQ=n(()=>{b();ca=r.object({name:r.string(),limit:r.number().optional(),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),projectName:r.property("project_name",r.string().optional())});});var _y,ky=n(()=>{b();_y=r.object({name:r.string(),value:r.number()});});var Le,ci=n(()=>{b();Le=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var nc,Ay=n(()=>{b();nc=r.object({id:r.string()});});var sc,Py=n(()=>{b();sc=r.enum_(["dataset","evaluation_suite"]);});var pc,zy=n(()=>{b();pc=r.enum_(["running","completed","cancelled"]);});var cc,Sy=n(()=>{b();cc=r.enum_(["regular","trial","mini-batch","mutation"]);});var la,nQ=n(()=>{b();ky();ci();Ay();Py();zy();Sy();la=r.object({id:r.string().optional(),datasetName:r.property("dataset_name",r.string().nullable()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),metadata:Le.optional(),tags:r.list(r.string()).optional(),type:cc.optional(),evaluationMethod:r.property("evaluation_method",sc.optional()),optimizationId:r.property("optimization_id",r.string().optional()),status:pc.optional(),experimentScores:r.property("experiment_scores",r.list(_y).optional()),promptVersion:r.property("prompt_version",nc.optional()),promptVersions:r.property("prompt_versions",r.list(nc).optional()),datasetVersionId:r.property("dataset_version_id",r.string().optional())});});var vy=n(()=>{q$();eQ();rQ();tQ();iQ();oQ();aQ();nQ();});var sQ=n(()=>{vy();});var Ty=n(()=>{Py();zy();Sy();});var lc={};L(lc,{ExperimentBatchUpdate:()=>qo,ExperimentExecutionRequest:()=>ra,ExperimentItemBulkUploadExperimentItemBulkWriteView:()=>oa,ExperimentItemStreamRequest:()=>aa,ExperimentItemsBatch:()=>sa,ExperimentItemsDelete:()=>pa,ExperimentStreamRequestPublic:()=>ca,ExperimentWrite:()=>la,ExperimentWriteEvaluationMethod:()=>sc,ExperimentWriteStatus:()=>pc,ExperimentWriteType:()=>cc});var pQ=n(()=>{sQ();Ty();});var mc,cQ=n(()=>{b();mc=r.enum_(["numerical","categorical","boolean"]);});var jy=n(()=>{cQ();});var dc={};L(dc,{FindFeedbackDefinitionsRequestType:()=>mc});var lQ=n(()=>{jy();});var Ey,Cy=n(()=>{b();Ey=r.enum_(["TOPIC","PII"]);});var Iy,Dy=n(()=>{b();Iy=r.enum_(["passed","failed"]);});var Uy,Ny=n(()=>{b();Cy();Dy();ce();Uy=r.object({entityId:r.property("entity_id",r.string()),secondaryId:r.property("secondary_id",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:Ey,result:Iy,config:V,details:V});});var ma,mQ=n(()=>{b();Ny();ma=r.object({guardrails:r.list(Uy)});});var By=n(()=>{mQ();});var dQ=n(()=>{By();});var uc={};L(uc,{GuardrailBatchWrite:()=>ma});var uQ=n(()=>{dQ();});var gc={};L(gc,{Response:()=>Sq});var Sq,gQ=n(()=>{b();Sq=r.string();});var fQ=n(()=>{gQ();});var li={};L(li,{getLlmModels:()=>gc});var hQ=n(()=>{fQ();});var da,yQ=n(()=>{b();da=r.object({apiKey:r.property("api_key",r.string().optional()),name:r.string().optional(),providerName:r.property("provider_name",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),configuration:r.record(r.string(),r.string()).optional(),baseUrl:r.property("base_url",r.string().optional())});});var fc,Fy=n(()=>{b();fc=r.enum_(["openai","anthropic","gemini","openrouter","vertex-ai","bedrock","ollama","custom-llm","opik-free"]);});var ua,bQ=n(()=>{b();Fy();ua=r.object({provider:fc,apiKey:r.property("api_key",r.string().optional()),name:r.string().optional(),providerName:r.property("provider_name",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),configuration:r.record(r.string(),r.string()).optional(),baseUrl:r.property("base_url",r.string().optional())});});var My=n(()=>{yQ();bQ();});var RQ=n(()=>{My();});var Wy=n(()=>{Fy();});var hc={};L(hc,{ProviderApiKeyUpdate:()=>da,ProviderApiKeyWrite:()=>ua,ProviderApiKeyWriteProvider:()=>fc});var xQ=n(()=>{RQ();Wy();});var ga,wQ=n(()=>{b();ga=r.object({clientName:r.property("client_name",r.string()),redirectUris:r.property("redirect_uris",r.list(r.string())),logoUri:r.property("logo_uri",r.string().optional())});});var fa,_Q=n(()=>{b();fa=r.object({clientId:r.property("client_id",r.string()),redirectUri:r.property("redirect_uri",r.string()),codeChallenge:r.property("code_challenge",r.string()),codeChallengeMethod:r.property("code_challenge_method",r.string()),resource:r.string(),state:r.string().optional(),workspaceId:r.property("workspace_id",r.string().optional()),workspaceName:r.property("workspace_name",r.string().optional()),csrf:r.string().optional()});});var ha,kQ=n(()=>{b();ha=r.object({token:r.string().optional(),clientId:r.property("client_id",r.string().optional())});});var ya,AQ=n(()=>{b();ya=r.object({grantType:r.property("grant_type",r.string().optional()),code:r.string().optional(),redirectUri:r.property("redirect_uri",r.string().optional()),clientId:r.property("client_id",r.string().optional()),codeVerifier:r.property("code_verifier",r.string().optional()),refreshToken:r.property("refresh_token",r.string().optional())});});var Vy=n(()=>{wQ();_Q();kQ();AQ();});var PQ=n(()=>{Vy();});var yc={};L(yc,{ClientRegistrationRequest:()=>ga,ConsentRequest:()=>fa,RevokeRequest:()=>ha,TokenRequest:()=>ya});var zQ=n(()=>{PQ();});var Ly,Jy=n(()=>{b();Ly=r.object({name:r.string(),size:r.number().optional(),digest:r.string().optional(),modifiedAt:r.property("modified_at",r.date().optional())});});var bc={};L(bc,{Response:()=>vq});var vq,SQ=n(()=>{b();Jy();vq=r.list(Ly);});var vQ=n(()=>{SQ();});var mi={};L(mi,{listModels:()=>bc});var TQ=n(()=>{vQ();});var Rc,Hy=n(()=>{b();Rc=r.enum_(["running","completed","cancelled","initialized","error"]);});var ba,jQ=n(()=>{b();Hy();ba=r.object({name:r.string().optional(),status:Rc.optional()});});var Gy=n(()=>{jQ();});var EQ=n(()=>{Gy();});var Ky=n(()=>{Hy();});var xc={};L(xc,{OptimizationUpdate:()=>ba,OptimizationUpdateStatus:()=>Rc});var CQ=n(()=>{EQ();Ky();});var Ra,IQ=n(()=>{b();Ra=r.object({runnerName:r.property("runner_name",r.string()),hmac:r.string()});});var wc,Oy=n(()=>{b();wc=r.enum_(["connect","endpoint"]);});var xa,DQ=n(()=>{b();Oy();xa=r.object({projectId:r.property("project_id",r.string()),activationKey:r.property("activation_key",r.string()),ttlSeconds:r.property("ttl_seconds",r.number().optional()),type:wc});});var $y=n(()=>{IQ();DQ();});var UQ=n(()=>{$y();});var Qy=n(()=>{Oy();});var _c={};L(_c,{ActivateRequest:()=>Ra,CreateSessionRequest:()=>xa,CreateSessionRequestType:()=>wc});var NQ=n(()=>{UQ();Qy();});var kc,Yy=n(()=>{b();kc=r.enum_(["traces","spans","threads"]);});var wa,BQ=n(()=>{b();Yy();wa=r.object({entityType:r.property("entity_type",kc),filters:r.string().optional(),intervalStart:r.property("interval_start",r.date()),intervalEnd:r.property("interval_end",r.date().optional())});});var Xy,Zy=n(()=>{b();Xy=r.enum_(["none","tags","metadata","name","error_info","error_type","model","provider","type"]);});var qy,eb=n(()=>{b();Zy();qy=r.object({field:Xy.optional(),metadataKey:r.property("metadata_key",r.string().optional()),subMetric:r.property("sub_metric",r.string().optional())});});var rb,tb=n(()=>{b();rb=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var _r,di=n(()=>{b();tb();_r=r.object({field:r.string().optional(),operator:rb.optional(),key:r.string().optional(),value:r.string().optional()});});var ib,ob=n(()=>{b();ib=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var kr,ui=n(()=>{b();ob();kr=r.object({field:r.string().optional(),operator:ib.optional(),key:r.string().optional(),value:r.string().optional()});});var ab,nb=n(()=>{b();ab=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var ft,_a=n(()=>{b();nb();ft=r.object({field:r.string().optional(),operator:ab.optional(),key:r.string().optional(),value:r.string().optional()});});var Ac,sb=n(()=>{b();Ac=r.enum_(["HOURLY","DAILY","WEEKLY","TOTAL"]);});var Pc,pb=n(()=>{b();Pc=r.enum_(["FEEDBACK_SCORES","TRACE_COUNT","TOKEN_USAGE","DURATION","COST","GUARDRAILS_FAILED_COUNT","THREAD_COUNT","THREAD_DURATION","THREAD_FEEDBACK_SCORES","SPAN_FEEDBACK_SCORES","SPAN_COUNT","SPAN_DURATION","SPAN_TOKEN_USAGE","TRACE_AVERAGE_DURATION","TRACE_ERROR_RATE","SPAN_AVERAGE_DURATION","SPAN_COST","SPAN_ERROR_RATE","THREAD_AVERAGE_DURATION","THREAD_COST"]);});var ka,FQ=n(()=>{b();eb();di();ui();_a();sb();pb();ka=r.object({metricType:r.property("metric_type",Pc.optional()),interval:Ac.optional(),intervalStart:r.property("interval_start",r.date().optional()),intervalEnd:r.property("interval_end",r.date().optional()),spanFilters:r.property("span_filters",r.list(_r).optional()),traceFilters:r.property("trace_filters",r.list(kr).optional()),threadFilters:r.property("thread_filters",r.list(ft).optional()),breakdown:qy.optional()});});var Aa,MQ=n(()=>{b();Aa=r.object({name:r.string()});});var zc,cb=n(()=>{b();zc=r.enum_(["private","public"]);});var Pa,WQ=n(()=>{b();cb();Pa=r.object({name:r.string().optional(),description:r.string().optional(),visibility:zc.optional()});});var Sc,lb=n(()=>{b();Sc=r.enum_(["private","public"]);});var za,VQ=n(()=>{b();lb();za=r.object({name:r.string(),visibility:Sc.optional(),description:r.string().optional()});});var mb=n(()=>{BQ();FQ();MQ();WQ();VQ();});var LQ=n(()=>{mb();});var db=n(()=>{Yy();sb();pb();cb();lb();});var vc={};L(vc,{KpiCardRequest:()=>wa,KpiCardRequestEntityType:()=>kc,ProjectMetricRequestPublic:()=>ka,ProjectMetricRequestPublicInterval:()=>Ac,ProjectMetricRequestPublicMetricType:()=>Pc,ProjectRetrieveDetailed:()=>Aa,ProjectUpdate:()=>Pa,ProjectUpdateVisibility:()=>zc,ProjectWrite:()=>za,ProjectWriteVisibility:()=>Sc});var JQ=n(()=>{LQ();db();});var ub,gb=n(()=>{b();ub=r.record(r.string(),r.unknown());});var fb,hb=n(()=>{b();fb=r.enum_(["text","chat"]);});var yb,bb=n(()=>{b();yb=r.enum_(["mustache","jinja2","python"]);});var Rb,xb=n(()=>{b();Rb=r.enum_(["prompt_version","mask"]);});var Ie,Sa=n(()=>{b();gb();hb();bb();xb();Ie=r.object({id:r.string().optional(),promptId:r.property("prompt_id",r.string().optional()),commit:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),template:r.string(),metadata:ub.optional(),type:yb.optional(),versionType:r.property("version_type",Rb.optional()),environment:r.string().optional(),environments:r.list(r.string()).optional(),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional(),variables:r.list(r.string()).optional(),templateStructure:r.property("template_structure",fb.optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var Tc,wb=n(()=>{b();Tc=r.enum_(["text","chat"]);});var va,HQ=n(()=>{b();Sa();wb();va=r.object({name:r.string(),version:Ie,templateStructure:r.property("template_structure",Tc.optional()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional())});});var Ta,GQ=n(()=>{b();Ta=r.object({name:r.string(),description:r.string().optional(),tags:r.list(r.string()).optional()});});var _b,kb=n(()=>{b();_b=r.object({tags:r.list(r.string()).optional()});});var ja,KQ=n(()=>{b();kb();ja=r.object({ids:r.list(r.string()),update:_b,mergeTags:r.property("merge_tags",r.boolean().optional())});});var Ea,OQ=n(()=>{b();Ea=r.object({commits:r.list(r.string())});});var Ca,$Q=n(()=>{b();Ca=r.object({environments:r.list(r.string())});});var Ia,QQ=n(()=>{b();Ia=r.object({ids:r.list(r.string())});});var Da,YQ=n(()=>{b();Da=r.object({name:r.string(),commit:r.string().optional(),environment:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),projectName:r.property("project_name",r.string().optional())});});var jc,Ab=n(()=>{b();jc=r.enum_(["text","chat"]);});var Ec,Pb=n(()=>{b();Ec=r.enum_(["mustache","jinja2","python"]);});var Ua,XQ=n(()=>{b();wr();Ab();Pb();Ua=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),description:r.string().optional(),template:r.string().optional(),metadata:Se.optional(),changeDescription:r.property("change_description",r.string().optional()),type:Ec.optional(),templateStructure:r.property("template_structure",jc.optional()),tags:r.list(r.string()).optional()});});var zb=n(()=>{HQ();GQ();KQ();OQ();$Q();QQ();YQ();XQ();});var gi,Cc=n(()=>{b();gi=r.object({promptVersionId:r.property("prompt_version_id",r.string().optional()),commit:r.string().optional(),promptId:r.property("prompt_id",r.string().optional()),promptName:r.property("prompt_name",r.string().optional())});});var Ic={};L(Ic,{Response:()=>Tq});var Tq,ZQ=n(()=>{b();Cc();Tq=r.list(gi);});var Dc={};L(Dc,{Response:()=>jq});var jq,qQ=n(()=>{b();Sa();jq=r.list(Ie);});var e4=n(()=>{ZQ();zb();qQ();});var Sb=n(()=>{wb();Ab();Pb();});var ht={};L(ht,{CreatePromptVersionDetail:()=>va,CreatePromptVersionDetailTemplateStructure:()=>Tc,PromptUpdatable:()=>Ta,PromptVersionBatchUpdate:()=>ja,PromptVersionCommitsRequestPublic:()=>Ea,PromptVersionEnvironmentUpdate:()=>Ca,PromptVersionIdsRequestDetail:()=>Ia,PromptVersionRetrieveDetail:()=>Da,PromptWrite:()=>Ua,PromptWriteTemplateStructure:()=>jc,PromptWriteType:()=>Ec,getPromptsByCommits:()=>Ic,retrievePromptVersionsByIds:()=>Dc});var r4=n(()=>{e4();Sb();});var Uc,vb=n(()=>{b();Uc=r.enum_(["pending","completed","failed"]);});var Na,t4=n(()=>{b();ce();vb();Na=r.object({content:r.string().optional(),status:Uc,sessionId:r.property("session_id",r.string().optional()),recommendedActions:r.property("recommended_actions",V.optional())});});var Tb=n(()=>{t4();});var i4=n(()=>{Tb();});var jb=n(()=>{vb();});var Nc={};L(Nc,{ReportCompleteRequest:()=>Na,ReportCompleteRequestStatus:()=>Uc});var o4=n(()=>{i4();jb();});var Bc,Eb=n(()=>{b();Bc=r.enum_(["short_14d","base_60d","extended_400d","unlimited"]);});var Ba,a4=n(()=>{b();Eb();Ba=r.object({projectId:r.property("project_id",r.string().optional()),organizationLevel:r.property("organization_level",r.boolean().optional()),retention:Bc,applyToPast:r.property("apply_to_past",r.boolean().optional())});});var Cb=n(()=>{a4();});var n4=n(()=>{Cb();});var Ib=n(()=>{Eb();});var Fc={};L(Fc,{RetentionRuleWrite:()=>Ba,RetentionRuleWriteRetention:()=>Bc});var s4=n(()=>{n4();Ib();});var Fa,p4=n(()=>{b();Fa=r.object({maxCommands:r.property("max_commands",r.number().optional())});});var Mc,Db=n(()=>{b();Mc=r.enum_(["pending","picked_up","completed","failed","timed_out"]);});var Ma,c4=n(()=>{b();ce();Db();Ma=r.object({status:Mc,result:V.optional(),error:V.optional(),durationMs:r.property("duration_ms",r.number().optional())});});var Wc,Ub=n(()=>{b();Wc=r.enum_(["ReadFile","WriteFile","EditFile","ListFiles","SearchFiles","Exec"]);});var Wa,l4=n(()=>{b();ce();Ub();Wa=r.object({type:Wc,args:V,timeoutSeconds:r.property("timeout_seconds",r.number().optional())});});var Va,Vc=n(()=>{b();Va=r.object({datasetId:r.property("dataset_id",r.string().optional()),datasetVersionId:r.property("dataset_version_id",r.string().optional()),datasetItemVersionId:r.property("dataset_item_version_id",r.string().optional()),datasetItemId:r.property("dataset_item_id",r.string().optional())});});var La,m4=n(()=>{b();ce();Vc();La=r.object({agentName:r.property("agent_name",r.string()),inputs:V.optional(),projectId:r.property("project_id",r.string()),maskId:r.property("mask_id",r.string().optional()),promptMasks:r.property("prompt_masks",r.record(r.string(),r.string()).optional()),blueprintName:r.property("blueprint_name",r.string().optional()),metadata:Va.optional()});});var Ja,d4=n(()=>{b();Ja=r.object({capabilities:r.list(r.string()).optional()});});var Lc,Nb=n(()=>{b();Lc=r.enum_(["pending","running","completed","failed","cancelled"]);});var Ha,u4=n(()=>{b();ce();Nb();Ha=r.object({status:Lc,result:V.optional(),error:r.string().optional(),traceId:r.property("trace_id",r.string().optional())});});var Bb=n(()=>{p4();c4();l4();m4();d4();u4();});var Ga,Jc=n(()=>{b();Ga=r.object({stream:r.string(),text:r.string()});});var Hc={};L(Hc,{Request:()=>Eq});var Eq,g4=n(()=>{b();Jc();Eq=r.list(Ga);});var Gc={};L(Gc,{Response:()=>Cq});var Cq,f4=n(()=>{b();Jc();Cq=r.list(Ga);});var Fb,Mb=n(()=>{b();Fb=r.enum_(["pending","running","completed","failed","cancelled"]);});var yt,Kc=n(()=>{b();ce();Vc();Mb();yt=r.object({id:r.string().optional(),runnerId:r.property("runner_id",r.string().optional()),agentName:r.property("agent_name",r.string().optional()),status:Fb.optional(),inputs:V.optional(),result:V.optional(),error:r.string().optional(),projectId:r.property("project_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),maskId:r.property("mask_id",r.string().optional()),promptMasks:r.property("prompt_masks",r.record(r.string(),r.string()).optional()),blueprintName:r.property("blueprint_name",r.string().optional()),metadata:Va.optional(),timeout:r.number().optional(),createdAt:r.property("created_at",r.date().optional()),startedAt:r.property("started_at",r.date().optional()),completedAt:r.property("completed_at",r.date().optional())});});var Oc={};L(Oc,{Response:()=>Iq});var Iq,h4=n(()=>{Kc();Iq=yt.nullable();});var $c={};L($c,{Request:()=>Dq});var Dq,y4=n(()=>{b();Dq=r.record(r.string(),r.unknown());});var Qc={};L(Qc,{Request:()=>Uq});var Uq,b4=n(()=>{b();Uq=r.record(r.string(),r.unknown());});var R4=n(()=>{g4();f4();h4();y4();b4();Bb();});var Yc,x4=n(()=>{b();Yc=r.enum_(["pairing","connected","disconnected"]);});var Wb=n(()=>{Db();Ub();x4();Nb();});var lr={};L(lr,{BridgeCommandNextRequest:()=>Fa,BridgeCommandResultRequest:()=>Ma,BridgeCommandResultRequestStatus:()=>Mc,BridgeCommandSubmitRequest:()=>Wa,BridgeCommandSubmitRequestType:()=>Wc,CreateLocalRunnerJobRequest:()=>La,ListRunnersRequestStatus:()=>Yc,LocalRunnerHeartbeatRequest:()=>Ja,LocalRunnerJobResultRequest:()=>Ha,LocalRunnerJobResultRequestStatus:()=>Lc,appendJobLogs:()=>Hc,getJobLogs:()=>Gc,nextJob:()=>Oc,patchChecklist:()=>$c,registerAgents:()=>Qc});var w4=n(()=>{R4();Wb();});var Ar,fi=n(()=>{b();Ar=r.object({exceptionType:r.property("exception_type",r.string()),message:r.string().optional(),traceback:r.string()});});var Vb,Lb=n(()=>{b();Vb=r.enum_(["sdk","experiment","playground","optimization"]);});var Jb,Hb=n(()=>{b();Jb=r.enum_(["general","tool","llm","guardrail"]);});var Ka,Gb=n(()=>{b();fi();Ze();Lb();Hb();Ka=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),traceId:r.property("trace_id",r.string()),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:Jb.optional(),endTime:r.property("end_time",r.date().optional()),input:le.optional(),output:le.optional(),metadata:le.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional()),usage:r.record(r.string(),r.number()).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),errorInfo:r.property("error_info",Ar.optional()),ttft:r.number().optional(),source:Vb.optional(),environment:r.string().optional()});});var Oa,_4=n(()=>{b();Gb();Oa=r.object({ids:r.list(r.string()),update:Ka,mergeTags:r.property("merge_tags",r.boolean().optional())});});var $a,Xc=n(()=>{b();$a=r.object({exceptionType:r.property("exception_type",r.string()),message:r.string().optional(),traceback:r.string()});});var Kb,Ob=n(()=>{b();Kb=r.enum_(["sdk","experiment","playground","optimization"]);});var $b,Qb=n(()=>{b();$b=r.enum_(["general","tool","llm","guardrail"]);});var Qa,Yb=n(()=>{b();Xc();ci();Ob();Qb();Qa=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:$b.optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Le.optional(),output:Le.optional(),metadata:Le.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),usage:r.record(r.string(),r.number()).optional(),errorInfo:r.property("error_info",$a.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostVersion:r.property("total_estimated_cost_version",r.string().optional()),ttft:r.number().optional(),source:Kb.optional(),environment:r.string().optional()});});var Ya,k4=n(()=>{b();Yb();Ya=r.object({spans:r.list(Qa)});});var Zc,Xb=n(()=>{b();Zc=r.enum_(["name","type","start_time","end_time","input","output","metadata","model","provider","tags","usage","error_info","created_at","created_by","last_updated_by","feedback_scores","comments","total_estimated_cost","total_estimated_cost_version","duration","ttft","source","environment"]);});var qc,Zb=n(()=>{b();qc=r.enum_(["general","tool","llm","guardrail"]);});var Xa,A4=n(()=>{b();di();Xb();Zb();Xa=r.object({traceId:r.property("trace_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),type:qc.optional(),filters:r.list(_r).optional(),limit:r.number().optional(),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),truncate:r.boolean().optional(),exclude:r.list(Zc).optional(),fromTime:r.property("from_time",r.date().optional()),toTime:r.property("to_time",r.date().optional())});});var qb=n(()=>{_4();k4();A4();});var P4=n(()=>{qb();});var el,z4=n(()=>{b();el=r.enum_(["general","tool","llm","guardrail"]);});var rl,S4=n(()=>{b();rl=r.enum_(["general","tool","llm","guardrail"]);});var tl,v4=n(()=>{b();tl=r.enum_(["general","tool","llm","guardrail"]);});var eR=n(()=>{z4();S4();v4();Xb();Zb();});var il={};L(il,{FindFeedbackScoreNames1RequestType:()=>el,GetSpanStatsRequestType:()=>rl,GetSpansByProjectRequestType:()=>tl,SpanBatchUpdate:()=>Oa,SpanBatchWrite:()=>Ya,SpanSearchStreamRequestPublic:()=>Xa,SpanSearchStreamRequestPublicExcludeItem:()=>Zc,SpanSearchStreamRequestPublicType:()=>qc});var T4=n(()=>{P4();eR();});var Za,j4=n(()=>{b();Za=r.object({projectName:r.property("project_name",r.string()),threadId:r.property("thread_id",r.string()),names:r.list(r.string()),author:r.string().optional()});});var qa,E4=n(()=>{b();qa=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),threadIds:r.property("thread_ids",r.list(r.string()))});});var rR,tR=n(()=>{b();rR=r.enum_(["ui","sdk","online_scoring"]);});var iR,oR=n(()=>{b();tR();iR=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:rR,author:r.string().optional(),threadId:r.property("thread_id",r.string())});});var en,C4=n(()=>{b();oR();en=r.object({scores:r.list(iR)});});var aR,nR=n(()=>{b();aR=r.enum_(["sdk","experiment","playground","optimization"]);});var rn,sR=n(()=>{b();fi();Ze();nR();rn=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string().optional(),endTime:r.property("end_time",r.date().optional()),input:le.optional(),output:le.optional(),metadata:le.optional(),tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional()),errorInfo:r.property("error_info",Ar.optional()),threadId:r.property("thread_id",r.string().optional()),ttft:r.number().optional(),source:aR.optional(),environment:r.string().optional()});});var tn,I4=n(()=>{b();sR();tn=r.object({ids:r.list(r.string()),update:rn,mergeTags:r.property("merge_tags",r.boolean().optional())});});var pR,cR=n(()=>{b();pR=r.enum_(["sdk","experiment","playground","optimization"]);});var on,lR=n(()=>{b();Xc();ci();cR();on=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Le.optional(),output:Le.optional(),metadata:Le.optional(),tags:r.list(r.string()).optional(),errorInfo:r.property("error_info",$a.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),ttft:r.number().optional(),threadId:r.property("thread_id",r.string().optional()),source:pR.optional(),environment:r.string().optional()});});var an,D4=n(()=>{b();lR();an=r.object({traces:r.list(on)});});var ol,mR=n(()=>{b();ol=r.enum_(["name","start_time","end_time","input","output","metadata","tags","error_info","usage","created_at","created_by","last_updated_by","feedback_scores","span_feedback_scores","comments","guardrails_validations","total_estimated_cost","span_count","llm_span_count","has_tool_spans","duration","ttft","thread_id","visibility_mode","providers","experiment","source","environment"]);});var nn,U4=n(()=>{b();ui();mR();nn=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),filters:r.list(kr).optional(),lastRetrievedId:r.property("last_retrieved_id",r.string().optional()),limit:r.number().optional(),truncate:r.boolean().optional(),stripAttachments:r.property("strip_attachments",r.boolean().optional()),exclude:r.list(ol).optional(),fromTime:r.property("from_time",r.date().optional()),toTime:r.property("to_time",r.date().optional())});});var sn,N4=n(()=>{b();sn=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),threadId:r.property("thread_id",r.string().optional()),threadIds:r.property("thread_ids",r.list(r.string()).optional())});});var pn,dR=n(()=>{b();pn=r.object({tags:r.list(r.string()).optional(),tagsToAdd:r.property("tags_to_add",r.list(r.string()).optional()),tagsToRemove:r.property("tags_to_remove",r.list(r.string()).optional())});});var cn,B4=n(()=>{b();dR();cn=r.object({ids:r.list(r.string()),update:pn,mergeTags:r.property("merge_tags",r.boolean().optional())});});var uR,gR=n(()=>{b();uR=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var qe,bt=n(()=>{b();gR();qe=r.object({field:r.string().optional(),operator:uR.optional(),key:r.string().optional(),value:r.string().optional()});});var ln,F4=n(()=>{b();bt();ln=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),filters:r.list(qe).optional(),lastRetrievedThreadModelId:r.property("last_retrieved_thread_model_id",r.string().optional()),limit:r.number().optional(),truncate:r.boolean().optional(),stripAttachments:r.property("strip_attachments",r.boolean().optional()),fromTime:r.property("from_time",r.date().optional()),toTime:r.property("to_time",r.date().optional())});});var fR=n(()=>{j4();E4();C4();I4();D4();U4();N4();B4();F4();});var M4=n(()=>{fR();});var hR=n(()=>{mR();});var al={};L(al,{DeleteThreadFeedbackScores:()=>Za,DeleteTraceThreads:()=>qa,FeedbackScoreBatchThread:()=>en,TraceBatchUpdate:()=>tn,TraceBatchWrite:()=>an,TraceSearchStreamRequestPublic:()=>nn,TraceSearchStreamRequestPublicExcludeItem:()=>ol,TraceThreadBatchIdentifier:()=>sn,TraceThreadBatchUpdate:()=>cn,TraceThreadSearchStreamRequest:()=>ln});var W4=n(()=>{M4();hR();});var mn,V4=n(()=>{b();mn=r.object({role:r.string().optional(),integrations:r.list(r.string()).optional(),email:r.string().optional(),joinBetaProgram:r.property("join_beta_program",r.boolean().optional())});});var yR=n(()=>{V4();});var L4=n(()=>{yR();});var nl={};L(nl,{WelcomeWizardSubmission:()=>mn});var J4=n(()=>{L4();});var H4=n(()=>{Cf();l$();d$();If();Bf();h$();Gf();R$();Kf();$f();z$();Qf();ph();T$();Eh();$$();Uh();Nh();Z$();vy();pQ();Ty();lQ();jy();By();uQ();hQ();My();xQ();Wy();Vy();zQ();TQ();Gy();CQ();Ky();$y();NQ();Qy();mb();JQ();db();zb();r4();Sb();Tb();o4();jb();Cb();s4();Ib();Bb();w4();Wb();qb();T4();eR();fR();W4();hR();yR();J4();});var bR,RR=n(()=>{b();bR=r.enum_(["required","optional"]);});var xR,wR=n(()=>{b();RR();xR=r.object({name:r.string(),type:r.string(),presence:bR.optional()});});var _R,kR=n(()=>{b();wR();_R=r.object({name:r.string().optional(),description:r.string().optional(),language:r.string().optional(),executable:r.string().optional(),sourceFile:r.property("source_file",r.string().optional()),params:r.list(xR).optional(),timeout:r.number().optional()});});var AR,PR=n(()=>{b();AR=r.enum_(["blueprint","mask"]);});var zR,SR=n(()=>{b();zR=r.enum_(["string","integer","float","boolean","prompt","prompt_commit"]);});var vR,TR=n(()=>{b();SR();vR=r.object({key:r.string(),value:r.string().optional(),type:zR,description:r.string().optional()});});var jR,ER=n(()=>{b();PR();TR();jR=r.object({id:r.string().optional(),name:r.string().optional(),type:AR,description:r.string().optional(),envs:r.list(r.string()).optional(),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),values:r.list(vR)});});var CR,IR=n(()=>{b();CR=r.enum_(["blueprint","mask"]);});var DR,UR=n(()=>{b();DR=r.enum_(["string","integer","float","boolean","prompt","prompt_commit"]);});var NR,BR=n(()=>{b();UR();NR=r.object({key:r.string(),value:r.string().optional(),type:DR,description:r.string().optional()});});var Rt,G4=n(()=>{b();IR();BR();Rt=r.object({id:r.string().optional(),name:r.string().optional(),type:CR,description:r.string().optional(),envs:r.list(r.string()).optional(),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),values:r.list(NR)});});var FR,MR=n(()=>{b();FR=r.enum_(["blueprint","mask"]);});var WR,VR=n(()=>{b();WR=r.enum_(["string","integer","float","boolean","prompt","prompt_commit"]);});var LR,JR=n(()=>{b();VR();LR=r.object({key:r.string(),value:r.string().optional(),type:WR,description:r.string().optional()});});var HR,GR=n(()=>{b();MR();JR();HR=r.object({id:r.string().optional(),type:FR,description:r.string().optional(),values:r.list(LR)});});var sl,K4=n(()=>{b();GR();sl=r.object({projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),id:r.string().optional(),blueprint:HR});});var ve,Jr=n(()=>{b();ve=r.object({name:r.string(),value:r.number()});});var Pr,hi=n(()=>{b();Pr=r.object({p50:r.number().optional(),p90:r.number().optional(),p99:r.number().optional()});});var KR,OR=n(()=>{b();Jr();hi();KR=r.object({experimentCount:r.property("experiment_count",r.number().optional()),traceCount:r.property("trace_count",r.number().optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostAvg:r.property("total_estimated_cost_avg",r.number().optional()),duration:Pr.optional(),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),experimentScores:r.property("experiment_scores",r.list(ve).optional()),passRateAvg:r.property("pass_rate_avg",r.number().optional()),passedCountSum:r.property("passed_count_sum",r.number().optional()),totalCountSum:r.property("total_count_sum",r.number().optional())});});var $R,QR=n(()=>{b();$R=r.enum_(["general","slack","pagerduty"]);});var YR,XR=n(()=>{b();YR=r.enum_(["scope:project","threshold:feedback_score","threshold:cost","threshold:latency","threshold:errors"]);});var ZR,qR=n(()=>{b();XR();ZR=r.object({id:r.string().optional(),alertTriggerId:r.property("alert_trigger_id",r.string().optional()),type:YR,configValue:r.property("config_value",r.record(r.string(),r.string()).optional()),groupIndex:r.property("group_index",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var ex,rx=n(()=>{b();ex=r.enum_(["trace:errors","trace:feedback_score","trace_thread:feedback_score","prompt:created","prompt:committed","trace:guardrails_triggered","prompt:deleted","experiment:finished","trace:cost","trace:latency"]);});var tx,ix=n(()=>{b();qR();rx();tx=r.object({id:r.string().optional(),alertId:r.property("alert_id",r.string().optional()),eventType:r.property("event_type",ex),triggerConfigs:r.property("trigger_configs",r.list(ZR).optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var ox,ax=n(()=>{b();ox=r.object({id:r.string().optional(),name:r.string().optional(),url:r.string(),secretToken:r.property("secret_token",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Nq,O4=n(()=>{b();QR();ix();ax();Nq=r.object({id:r.string().optional(),name:r.string().optional(),enabled:r.boolean().optional(),alertType:r.property("alert_type",$R.optional()),metadata:r.record(r.string(),r.string()).optional(),webhook:ox,triggers:r.list(tx).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),projectId:r.property("project_id",r.string().optional())});});var nx,sx=n(()=>{b();nx=r.enum_(["general","slack","pagerduty"]);});var px,cx=n(()=>{b();px=r.enum_(["scope:project","threshold:feedback_score","threshold:cost","threshold:latency","threshold:errors"]);});var lx,mx=n(()=>{b();cx();lx=r.object({id:r.string().optional(),alertTriggerId:r.property("alert_trigger_id",r.string().optional()),type:px,configValue:r.property("config_value",r.record(r.string(),r.string()).optional()),groupIndex:r.property("group_index",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var dx,ux=n(()=>{b();dx=r.enum_(["trace:errors","trace:feedback_score","trace_thread:feedback_score","prompt:created","prompt:committed","trace:guardrails_triggered","prompt:deleted","experiment:finished","trace:cost","trace:latency"]);});var gx,fx=n(()=>{b();mx();ux();gx=r.object({id:r.string().optional(),alertId:r.property("alert_id",r.string().optional()),eventType:r.property("event_type",dx),triggerConfigs:r.property("trigger_configs",r.list(lx).optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var hx,yx=n(()=>{b();hx=r.object({id:r.string().optional(),name:r.string().optional(),url:r.string(),secretToken:r.property("secret_token",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var dn,bx=n(()=>{b();sx();fx();yx();dn=r.object({id:r.string().optional(),name:r.string().optional(),enabled:r.boolean().optional(),alertType:r.property("alert_type",nx.optional()),metadata:r.record(r.string(),r.string()).optional(),webhook:hx,triggers:r.list(gx).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),projectId:r.property("project_id",r.string().optional())});});var un,$4=n(()=>{b();bx();un=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(dn).optional(),sortableBy:r.property("sortable_by",r.list(r.string()).optional())});});var Rx,xx=n(()=>{b();Rx=r.enum_(["scope:project","threshold:feedback_score","threshold:cost","threshold:latency","threshold:errors"]);});var wx,_x=n(()=>{b();xx();wx=r.object({id:r.string().optional(),type:Rx,configValue:r.property("config_value",r.record(r.string(),r.string()).optional()),groupIndex:r.property("group_index",r.number().optional())});});var kx,Ax=n(()=>{b();kx=r.enum_(["trace:errors","trace:feedback_score","trace_thread:feedback_score","prompt:created","prompt:committed","trace:guardrails_triggered","prompt:deleted","experiment:finished","trace:cost","trace:latency"]);});var Px,zx=n(()=>{b();_x();Ax();Px=r.object({id:r.string().optional(),eventType:r.property("event_type",kx),triggerConfigs:r.property("trigger_configs",r.list(wx).optional())});});var Sx,vx=n(()=>{b();Sx=r.enum_(["general","slack","pagerduty"]);});var Tx,jx=n(()=>{b();Tx=r.object({id:r.string().optional(),name:r.string().optional(),url:r.string(),secretToken:r.property("secret_token",r.string().optional()),headers:r.record(r.string(),r.string()).optional()});});var gn,Q4=n(()=>{b();zx();vx();jx();gn=r.object({id:r.string().optional(),name:r.string().optional(),enabled:r.boolean().optional(),alertType:r.property("alert_type",Sx.optional()),metadata:r.record(r.string(),r.string()).optional(),webhook:Tx,triggers:r.list(Px).optional(),projectId:r.property("project_id",r.string().optional())});});var Ex,Cx=n(()=>{b();Ex=r.object({username:r.string().optional(),status:r.number().optional()});});var Ix,Dx=n(()=>{b();Ix=r.enum_(["trace","thread"]);});var Ux,Nx=n(()=>{b();Cx();Dx();Jr();Ux=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string()),projectName:r.property("project_name",r.string().optional()),name:r.string(),description:r.string().optional(),instructions:r.string().optional(),scope:Ix,commentsEnabled:r.property("comments_enabled",r.boolean().optional()),feedbackDefinitionNames:r.property("feedback_definition_names",r.list(r.string()).optional()),annotatorsPerItem:r.property("annotators_per_item",r.number().optional()),lockTimeoutSeconds:r.property("lock_timeout_seconds",r.number().optional()),reviewers:r.list(Ex).optional(),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),itemsCount:r.property("items_count",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Bq,Y4=n(()=>{b();Nx();Bq=r.object({annotationQueues:r.property("annotation_queues",r.list(Ux))});});var pl,X4=n(()=>{b();pl=r.object({ids:r.list(r.string())});});var Bx,Fx=n(()=>{b();Bx=r.enum_(["trace","thread"]);});var Mx,Wx=n(()=>{b();Mx=r.object({username:r.string().optional(),status:r.number().optional()});});var Hr,fn=n(()=>{b();Hr=r.object({name:r.string(),value:r.number()});});var hn,Vx=n(()=>{b();Fx();Wx();fn();hn=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string()),projectName:r.property("project_name",r.string().optional()),name:r.string(),description:r.string().optional(),instructions:r.string().optional(),scope:Bx,commentsEnabled:r.property("comments_enabled",r.boolean().optional()),feedbackDefinitionNames:r.property("feedback_definition_names",r.list(r.string()).optional()),annotatorsPerItem:r.property("annotators_per_item",r.number().optional()),lockTimeoutSeconds:r.property("lock_timeout_seconds",r.number().optional()),reviewers:r.list(Mx).optional(),feedbackScores:r.property("feedback_scores",r.list(Hr).optional()),itemsCount:r.property("items_count",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Lx,Z4=n(()=>{b();Vx();Lx=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(hn).optional(),sortableBy:r.list(r.string()).optional()});});var Jx,Hx=n(()=>{b();Jx=r.object({value:r.string().optional(),passed:r.boolean().optional(),reason:r.string().optional()});});var Gx,Kx=n(()=>{b();Gx=r.object({name:r.string(),value:r.number()});});var Ox,$x=n(()=>{b();Ox=r.object({name:r.string(),value:r.number()});});var Qx,Yx=n(()=>{b();Qx=r.enum_(["system","user","assistant","tool","function"]);});var Xx,Zx=n(()=>{b();Xx=r.enum_(["function"]);});var yn,cl=n(()=>{b();ai();Zx();yn=r.object({id:r.string().optional(),index:r.number().optional(),type:Xx.optional(),function:Rr.optional()});});var qx,ew=n(()=>{b();Yx();ai();cl();qx=r.object({role:Qx.optional(),content:r.string().optional(),reasoningContent:r.property("reasoning_content",r.string().optional()),name:r.string().optional(),toolCalls:r.property("tool_calls",r.list(yn).optional()),refusal:r.string().optional(),functionCall:r.property("function_call",Rr.optional())});});var rw,tw=n(()=>{b();rw=r.object({link:r.string().optional(),fileName:r.property("file_name",r.string()),fileSize:r.property("file_size",r.number()),mimeType:r.property("mime_type",r.string())});});var iw,q4=n(()=>{b();tw();iw=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(rw).optional(),sortableBy:r.list(r.string()).optional()});});var ow,aw=n(()=>{b();ow=r.object({url:r.string()});});var nw,sw=n(()=>{b();nw=r.object({url:r.string()});});var pw,cw=n(()=>{b();pw=r.object({url:r.string()});});var lw,e6=n(()=>{b();lw=r.record(r.string(),r.unknown());});var mw,r6=n(()=>{b();mw=r.object({issuer:r.string().optional(),authorizationEndpoint:r.property("authorization_endpoint",r.string().optional()),tokenEndpoint:r.property("token_endpoint",r.string().optional()),revocationEndpoint:r.property("revocation_endpoint",r.string().optional()),registrationEndpoint:r.property("registration_endpoint",r.string().optional()),responseTypesSupported:r.property("response_types_supported",r.list(r.string()).optional()),grantTypesSupported:r.property("grant_types_supported",r.list(r.string()).optional()),codeChallengeMethodsSupported:r.property("code_challenge_methods_supported",r.list(r.string()).optional()),tokenEndpointAuthMethodsSupported:r.property("token_endpoint_auth_methods_supported",r.list(r.string()).optional())});});var dw,uw=n(()=>{b();dw=r.object({id:r.string().optional(),name:r.string().optional()});});var gw,t6=n(()=>{b();uw();gw=r.object({clientName:r.property("client_name",r.string().optional()),clientLogoUri:r.property("client_logo_uri",r.string().optional()),workspaces:r.list(dw).optional(),csrfToken:r.property("csrf_token",r.string().optional())});});var fw,hw=n(()=>{b();fw=r.enum_(["evaluator"]);});var yw,bw=n(()=>{b();yw=r.object({url:r.string(),detail:r.string().optional()});});var Rw,xw=n(()=>{b();Rw=r.object({url:r.string()});});var ww,_w=n(()=>{b();aw();bw();xw();ww=r.object({type:r.string(),text:r.string().optional(),imageUrl:r.property("image_url",yw.optional()),videoUrl:r.property("video_url",Rw.optional()),audioUrl:r.property("audio_url",ow.optional())});});var kw,Aw=n(()=>{b();kw=r.enum_(["SYSTEM","USER","AI","TOOL_EXECUTION_RESULT","CUSTOM"]);});var xt,bn=n(()=>{b();_w();Aw();xt=r.object({role:kw,content:r.string().optional(),contentArray:r.property("content_array",r.list(ww).optional()),stringContent:r.property("string_content",r.boolean().optional()),structuredContent:r.property("structured_content",r.boolean().optional())});});var wt,Rn=n(()=>{b();ce();wt=r.object({name:r.string(),temperature:r.number().optional(),seed:r.number().optional(),customParameters:r.property("custom_parameters",V.optional())});});var Pw,zw=n(()=>{b();Pw=r.enum_(["BOOLEAN","INTEGER","DOUBLE"]);});var _t,xn=n(()=>{b();zw();_t=r.object({name:r.string(),type:Pw,description:r.string()});});var wn,ll=n(()=>{b();bn();Rn();xn();wn=r.object({model:wt,messages:r.list(xt),variables:r.record(r.string(),r.string()),schema:r.list(_t)});});var Sw,vw=n(()=>{b();Sw=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var zr,yi=n(()=>{b();vw();zr=r.object({field:r.string().optional(),operator:Sw.optional(),key:r.string().optional(),value:r.string().optional()});});var Tw,jw=n(()=>{b();ll();yi();Tw=r.object({filters:r.list(zr).optional(),code:wn.optional()});});var Ew,Cw=n(()=>{b();Ew=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Sr,bi=n(()=>{b();Cw();Sr=r.object({field:r.string().optional(),operator:Ew.optional(),key:r.string().optional(),value:r.string().optional()});});var _n,ml=n(()=>{b();bn();Rn();xn();_n=r.object({model:wt,messages:r.list(xt),variables:r.record(r.string(),r.string()),schema:r.list(_t)});});var Iw,Dw=n(()=>{b();bi();ml();Iw=r.object({filters:r.list(Sr).optional(),code:_n.optional()});});var kn,dl=n(()=>{b();kn=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var Uw,Nw=n(()=>{b();bi();dl();Uw=r.object({filters:r.list(Sr).optional(),code:kn.optional()});});var An,ul=n(()=>{b();bn();Rn();xn();An=r.object({model:wt,messages:r.list(xt),schema:r.list(_t)});});var Bw,Fw=n(()=>{b();bt();ul();Bw=r.object({filters:r.list(qe).optional(),code:An.optional()});});var Pn,gl=n(()=>{b();Pn=r.object({metric:r.string()});});var Mw,Ww=n(()=>{b();bt();gl();Mw=r.object({filters:r.list(qe).optional(),code:Pn.optional()});});var zn,fl=n(()=>{b();zn=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var Vw,Lw=n(()=>{b();yi();fl();Vw=r.object({filters:r.list(zr).optional(),code:zn.optional()});});var Jw,Hw=n(()=>{b();Jw=r.object({projectId:r.property("project_id",r.string()),projectName:r.property("project_name",r.string())});});var Ri,Fq,i6=n(()=>{b();hw();jw();Dw();Nw();Fw();Ww();Lw();Hw();Ri=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projects:r.list(Jw).optional(),projectIds:r.property("project_ids",r.list(r.string()).optional()),name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),action:fw}),Fq=r.union("type",{llm_as_judge:Tw.extend(Ri),user_defined_metric_python:Vw.extend(Ri),trace_thread_llm_as_judge:Bw.extend(Ri),trace_thread_user_defined_metric_python:Mw.extend(Ri),span_llm_as_judge:Iw.extend(Ri),span_user_defined_metric_python:Uw.extend(Ri)}).transform({transform:p=>p,untransform:p=>p});});var Gw,Kw=n(()=>{b();Gw=r.object({url:r.string(),detail:r.string().optional()});});var Ow,$w=n(()=>{b();Ow=r.object({url:r.string()});});var Qw,Yw=n(()=>{b();sw();Kw();$w();Qw=r.object({type:r.string(),text:r.string().optional(),imageUrl:r.property("image_url",Gw.optional()),videoUrl:r.property("video_url",Ow.optional()),audioUrl:r.property("audio_url",nw.optional())});});var Xw,Zw=n(()=>{b();Xw=r.enum_(["SYSTEM","USER","AI","TOOL_EXECUTION_RESULT","CUSTOM"]);});var kt,Sn=n(()=>{b();Yw();Zw();kt=r.object({role:Xw,content:r.string().optional(),contentArray:r.property("content_array",r.list(Qw).optional()),stringContent:r.property("string_content",r.boolean().optional()),structuredContent:r.property("structured_content",r.boolean().optional())});});var _e,mr=n(()=>{b();_e=r.record(r.string(),r.unknown());});var At,vn=n(()=>{b();mr();At=r.object({name:r.string(),temperature:r.number().optional(),seed:r.number().optional(),customParameters:r.property("custom_parameters",_e.optional())});});var qw,e_=n(()=>{b();qw=r.enum_(["BOOLEAN","INTEGER","DOUBLE"]);});var Pt,Tn=n(()=>{b();e_();Pt=r.object({name:r.string(),type:qw,description:r.string()});});var r_,t_=n(()=>{b();Sn();vn();Tn();r_=r.object({model:At,messages:r.list(kt),variables:r.record(r.string(),r.string()),schema:r.list(Pt)});});var jn,hl=n(()=>{b();t_();ui();jn=r.object({filters:r.list(kr).optional(),code:r_.optional()});});var i_,o_=n(()=>{b();i_=r.object({url:r.string(),detail:r.string().optional()});});var a_,n_=n(()=>{b();a_=r.object({url:r.string()});});var s_,p_=n(()=>{b();cw();o_();n_();s_=r.object({type:r.string(),text:r.string().optional(),imageUrl:r.property("image_url",i_.optional()),videoUrl:r.property("video_url",a_.optional()),audioUrl:r.property("audio_url",pw.optional())});});var c_,l_=n(()=>{b();c_=r.enum_(["SYSTEM","USER","AI","TOOL_EXECUTION_RESULT","CUSTOM"]);});var zt,En=n(()=>{b();p_();l_();zt=r.object({role:c_,content:r.string().optional(),contentArray:r.property("content_array",r.list(s_).optional()),stringContent:r.property("string_content",r.boolean().optional()),structuredContent:r.property("structured_content",r.boolean().optional())});});var St,Cn=n(()=>{b();wr();St=r.object({name:r.string(),temperature:r.number().optional(),seed:r.number().optional(),customParameters:r.property("custom_parameters",Se.optional())});});var m_,d_=n(()=>{b();m_=r.enum_(["BOOLEAN","INTEGER","DOUBLE"]);});var vt,In=n(()=>{b();d_();vt=r.object({name:r.string(),type:m_,description:r.string()});});var u_,g_=n(()=>{b();En();Cn();In();u_=r.object({model:St,messages:r.list(zt),variables:r.record(r.string(),r.string()),schema:r.list(vt)});});var f_,h_=n(()=>{b();f_=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Dn,yl=n(()=>{b();h_();Dn=r.object({field:r.string().optional(),operator:f_.optional(),key:r.string().optional(),value:r.string().optional()});});var y_,b_=n(()=>{b();g_();yl();y_=r.object({filters:r.list(Dn).optional(),code:u_.optional()});});var R_,x_=n(()=>{b();R_=r.enum_(["evaluator"]);});var w_,__=n(()=>{b();Sn();vn();Tn();w_=r.object({model:At,messages:r.list(kt),variables:r.record(r.string(),r.string()),schema:r.list(Pt)});});var Un,bl=n(()=>{b();di();__();Un=r.object({filters:r.list(_r).optional(),code:w_.optional()});});var k_,A_=n(()=>{b();k_=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var Nn,Rl=n(()=>{b();di();A_();Nn=r.object({filters:r.list(_r).optional(),code:k_.optional()});});var P_,z_=n(()=>{b();Sn();vn();Tn();P_=r.object({model:At,messages:r.list(kt),schema:r.list(Pt)});});var Bn,xl=n(()=>{b();_a();z_();Bn=r.object({filters:r.list(ft).optional(),code:P_.optional()});});var S_,v_=n(()=>{b();S_=r.object({metric:r.string()});});var Fn,wl=n(()=>{b();_a();v_();Fn=r.object({filters:r.list(ft).optional(),code:S_.optional()});});var T_,j_=n(()=>{b();T_=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var Mn,_l=n(()=>{b();ui();j_();Mn=r.object({filters:r.list(kr).optional(),code:T_.optional()});});var Wn,kl=n(()=>{b();Wn=r.object({projectId:r.property("project_id",r.string()),projectName:r.property("project_name",r.string())});});var xi,E_,C_=n(()=>{b();hl();x_();bl();Rl();xl();wl();_l();kl();xi=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projects:r.list(Wn).optional(),name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),action:R_}),E_=r.union("type",{llm_as_judge:jn.extend(xi),user_defined_metric_python:Mn.extend(xi),trace_thread_llm_as_judge:Bn.extend(xi),trace_thread_user_defined_metric_python:Fn.extend(xi),span_llm_as_judge:Un.extend(xi),span_user_defined_metric_python:Nn.extend(xi)}).transform({transform:p=>p,untransform:p=>p});});var I_,o6=n(()=>{b();C_();I_=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(E_).optional(),sortableBy:r.property("sortable_by",r.list(r.string()).optional())});});var D_,U_=n(()=>{b();D_=r.enum_(["evaluator"]);});var wi,N_,a6=n(()=>{b();hl();U_();bl();Rl();xl();wl();_l();kl();wi=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projects:r.list(Wn).optional(),name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),action:D_}),N_=r.union("type",{llm_as_judge:jn.extend(wi),user_defined_metric_python:Mn.extend(wi),trace_thread_llm_as_judge:Bn.extend(wi),trace_thread_user_defined_metric_python:Fn.extend(wi),span_llm_as_judge:Un.extend(wi),span_user_defined_metric_python:Nn.extend(wi)}).transform({transform:p=>p,untransform:p=>p});});var B_,F_=n(()=>{b();B_=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Vn,Al=n(()=>{b();F_();Vn=r.object({field:r.string().optional(),operator:B_.optional(),key:r.string().optional(),value:r.string().optional()});});var M_,W_=n(()=>{b();En();Cn();In();M_=r.object({model:St,messages:r.list(zt),variables:r.record(r.string(),r.string()),schema:r.list(vt)});});var V_,L_=n(()=>{b();Al();W_();V_=r.object({filters:r.list(Vn).optional(),code:M_.optional()});});var J_,H_=n(()=>{b();J_=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var G_,K_=n(()=>{b();Al();H_();G_=r.object({filters:r.list(Vn).optional(),code:J_.optional()});});var O_,$_=n(()=>{b();O_=r.enum_(["contains","not_contains","starts_with","ends_with","=","!=",">",">=","<","<=","is_empty","is_not_empty","in","not_in"]);});var Ln,Pl=n(()=>{b();$_();Ln=r.object({field:r.string().optional(),operator:O_.optional(),key:r.string().optional(),value:r.string().optional()});});var Q_,Y_=n(()=>{b();En();Cn();In();Q_=r.object({model:St,messages:r.list(zt),schema:r.list(vt)});});var X_,Z_=n(()=>{b();Pl();Y_();X_=r.object({filters:r.list(Ln).optional(),code:Q_.optional()});});var q_,ek=n(()=>{b();q_=r.object({metric:r.string()});});var rk,tk=n(()=>{b();Pl();ek();rk=r.object({filters:r.list(Ln).optional(),code:q_.optional()});});var ik,ok=n(()=>{b();ik=r.enum_(["evaluator"]);});var ak,nk=n(()=>{b();ll();yi();ak=r.object({filters:r.list(zr).optional(),code:wn.optional()});});var sk,pk=n(()=>{b();bi();ml();sk=r.object({filters:r.list(Sr).optional(),code:_n.optional()});});var ck,lk=n(()=>{b();bi();dl();ck=r.object({filters:r.list(Sr).optional(),code:kn.optional()});});var mk,dk=n(()=>{b();bt();ul();mk=r.object({filters:r.list(qe).optional(),code:An.optional()});});var uk,gk=n(()=>{b();bt();gl();uk=r.object({filters:r.list(qe).optional(),code:Pn.optional()});});var fk,hk=n(()=>{b();yi();fl();fk=r.object({filters:r.list(zr).optional(),code:zn.optional()});});var _i,yk,n6=n(()=>{b();ok();nk();pk();lk();dk();gk();hk();_i=r.object({name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),projectId:r.property("project_id",r.string().optional()),projectIds:r.property("project_ids",r.list(r.string()).optional()),action:ik}),yk=r.union("type",{llm_as_judge:ak.extend(_i),user_defined_metric_python:fk.extend(_i),trace_thread_llm_as_judge:mk.extend(_i),trace_thread_user_defined_metric_python:uk.extend(_i),span_llm_as_judge:sk.extend(_i),span_user_defined_metric_python:ck.extend(_i)}).transform({transform:p=>p,untransform:p=>p});});var bk,Rk=n(()=>{b();bk=r.object({metric:r.string(),arguments:r.record(r.string(),r.string())});});var xk,wk=n(()=>{b();yl();Rk();xk=r.object({filters:r.list(Dn).optional(),code:bk.optional()});});var _k,kk=n(()=>{b();_k=r.enum_(["evaluator"]);});var ki,Ak,s6=n(()=>{b();b_();L_();K_();Z_();tk();wk();kk();ki=r.object({projectId:r.property("project_id",r.string().optional()),projectIds:r.property("project_ids",r.list(r.string()).optional()),name:r.string(),samplingRate:r.property("sampling_rate",r.number().optional()),enabled:r.boolean().optional(),action:_k}),Ak=r.union("type",{llm_as_judge:y_.extend(ki),user_defined_metric_python:xk.extend(ki),trace_thread_llm_as_judge:X_.extend(ki),trace_thread_user_defined_metric_python:rk.extend(ki),span_llm_as_judge:V_.extend(ki),span_user_defined_metric_python:G_.extend(ki)}).transform({transform:p=>p,untransform:p=>p});});var Pk,zk=n(()=>{b();Pk=r.object({value:r.number().optional()});});var de,p6=n(()=>{b();de=r.object({ids:r.list(r.string())});});var Mq,c6=n(()=>{b();Mq=r.object({ids:r.list(r.string()),projectId:r.property("project_id",r.string().optional())});});var Sk,vk=n(()=>{b();Sk=r.object({workspaceId:r.property("workspace_id",r.string().optional()),user:r.string().optional(),count:r.number().optional()});});var Ai,l6=n(()=>{b();vk();Ai=r.object({biInformation:r.property("bi_information",r.list(Sk).optional())});});var Tk,m6=n(()=>{b();ER();Tk=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(jR).optional()});});var jk,Ek=n(()=>{b();jk=r.object({trueLabel:r.string(),falseLabel:r.string()});});var Ck,Ik=n(()=>{b();Ek();Ck=r.object({details:jk.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Dk,Uk=n(()=>{b();Dk=r.object({trueLabel:r.string(),falseLabel:r.string()});});var Nk,Bk=n(()=>{b();Uk();Nk=r.object({details:Dk.optional()});});var Fk,Mk=n(()=>{b();Fk=r.object({trueLabel:r.string(),falseLabel:r.string()});});var Jn,zl=n(()=>{b();Mk();Jn=r.object({details:Fk.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Wk,Vk=n(()=>{b();Wk=r.object({trueLabel:r.string(),falseLabel:r.string()});});var Lk,Jk=n(()=>{b();Vk();Lk=r.object({details:Wk.optional()});});var Hk,Gk=n(()=>{b();Hk=r.enum_(["pending","picked_up","completed","failed","timed_out"]);});var Kk,Ok=n(()=>{b();Kk=r.enum_(["ReadFile","WriteFile","EditFile","ListFiles","SearchFiles","Exec"]);});var $k,d6=n(()=>{b();Gk();Ok();ce();$k=r.object({commandId:r.property("command_id",r.string().optional()),runnerId:r.property("runner_id",r.string().optional()),type:Kk.optional(),status:Hk.optional(),args:V.optional(),result:V.optional(),error:V.optional(),timeoutSeconds:r.property("timeout_seconds",r.number().optional()),submittedAt:r.property("submitted_at",r.date().optional()),pickedUpAt:r.property("picked_up_at",r.date().optional()),completedAt:r.property("completed_at",r.date().optional()),durationMs:r.property("duration_ms",r.number().optional())});});var Qk,Yk=n(()=>{b();Qk=r.enum_(["ReadFile","WriteFile","EditFile","ListFiles","SearchFiles","Exec"]);});var Xk,Zk=n(()=>{b();Yk();ce();Xk=r.object({commandId:r.property("command_id",r.string().optional()),type:Qk.optional(),args:V.optional(),timeoutSeconds:r.property("timeout_seconds",r.number().optional()),submittedAt:r.property("submitted_at",r.date().optional())});});var qk,u6=n(()=>{b();Zk();qk=r.object({commands:r.list(Xk).optional()});});var eA,g6=n(()=>{b();eA=r.object({commandId:r.property("command_id",r.string().optional())});});var rA,tA=n(()=>{b();rA=r.object({categories:r.record(r.string(),r.number())});});var iA,oA=n(()=>{b();tA();iA=r.object({details:rA.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var aA,nA=n(()=>{b();aA=r.object({categories:r.record(r.string(),r.number())});});var sA,pA=n(()=>{b();nA();sA=r.object({details:aA.optional()});});var cA,lA=n(()=>{b();cA=r.object({categories:r.record(r.string(),r.number())});});var Hn,Sl=n(()=>{b();lA();Hn=r.object({details:cA.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var mA,dA=n(()=>{b();mA=r.object({categories:r.record(r.string(),r.number())});});var uA,gA=n(()=>{b();dA();uA=r.object({details:mA.optional()});});var fA,hA=n(()=>{b();ai();cl();fA=r.object({role:r.string().optional(),content:r.string().optional(),reasoningContent:r.property("reasoning_content",r.string().optional()),toolCalls:r.property("tool_calls",r.list(yn).optional()),functionCall:r.property("function_call",Rr.optional())});});var yA,bA=n(()=>{b();yA=r.object({token:r.string().optional(),logprob:r.number().optional(),bytes:r.list(r.number()).optional()});});var RA,xA=n(()=>{b();bA();RA=r.object({content:r.list(yA).optional()});});var wA,_A=n(()=>{b();ew();hA();xA();wA=r.object({index:r.number().optional(),message:qx.optional(),delta:fA.optional(),finishReason:r.property("finish_reason",r.string().optional()),logprobs:RA.optional()});});var kA,AA=n(()=>{b();kA=r.object({reasoningTokens:r.property("reasoning_tokens",r.number().optional())});});var PA,zA=n(()=>{b();PA=r.object({cachedTokens:r.property("cached_tokens",r.number().optional())});});var SA,vA=n(()=>{b();AA();zA();SA=r.object({totalTokens:r.property("total_tokens",r.number().optional()),promptTokens:r.property("prompt_tokens",r.number().optional()),promptTokensDetails:r.property("prompt_tokens_details",PA.optional()),completionTokens:r.property("completion_tokens",r.number().optional()),completionTokensDetails:r.property("completion_tokens_details",kA.optional())});});var TA,f6=n(()=>{b();_A();vA();TA=r.object({id:r.string().optional(),created:r.number().optional(),model:r.string().optional(),choices:r.list(wA).optional(),usage:SA.optional(),systemFingerprint:r.property("system_fingerprint",r.string().optional()),serviceTier:r.property("service_tier",r.string().optional())});});var jA,EA=n(()=>{b();jA=r.enum_(["TOPIC","PII"]);});var CA,IA=n(()=>{b();CA=r.enum_(["passed","failed"]);});var DA,UA=n(()=>{b();EA();IA();DA=r.object({name:jA.optional(),result:CA.optional()});});var NA,BA=n(()=>{b();NA=r.enum_(["TOPIC","PII"]);});var FA,MA=n(()=>{b();FA=r.enum_(["passed","failed"]);});var WA,VA=n(()=>{b();BA();MA();WA=r.object({name:NA.optional(),result:FA.optional()});});var LA,JA=n(()=>{b();LA=r.object({typeName:r.string().optional()});});var Wq,h6=n(()=>{b();JA();Wq=r.object({type:LA.optional(),closed:r.boolean().optional()});});var HA,GA=n(()=>{b();HA=r.object({typeName:r.string().optional()});});var Vq,y6=n(()=>{b();GA();Vq=r.object({type:HA.optional(),closed:r.boolean().optional()});});var KA,b6=n(()=>{b();KA=r.object({clientId:r.property("client_id",r.string().optional()),clientIdIssuedAt:r.property("client_id_issued_at",r.number().optional()),clientName:r.property("client_name",r.string().optional()),logoUri:r.property("logo_uri",r.string().optional()),redirectUris:r.property("redirect_uris",r.list(r.string()).optional()),tokenEndpointAuthMethod:r.property("token_endpoint_auth_method",r.string().optional()),grantTypes:r.property("grant_types",r.list(r.string()).optional()),responseTypes:r.property("response_types",r.list(r.string()).optional())});});var OA,$A=n(()=>{b();OA=r.enum_(["string","number","object","boolean","array","null"]);});var QA,YA=n(()=>{b();$A();QA=r.object({name:r.string().optional(),types:r.list(OA).optional(),filterFieldPrefix:r.property("filter_field_prefix",r.string().optional()),filterField:r.string().optional()});});var XA,ZA=n(()=>{b();XA=r.enum_(["string","number","object","boolean","array","null"]);});var qA,eP=n(()=>{b();ZA();qA=r.object({name:r.string().optional(),types:r.list(XA).optional(),filterFieldPrefix:r.property("filter_field_prefix",r.string().optional()),filterField:r.string().optional()});});var rP,tP=n(()=>{b();rP=r.enum_(["string","number","object","boolean","array","null"]);});var iP,oP=n(()=>{b();tP();iP=r.object({name:r.string().optional(),types:r.list(rP).optional(),filterFieldPrefix:r.property("filter_field_prefix",r.string().optional()),filterField:r.string().optional()});});var aP,nP=n(()=>{b();aP=r.object({id:r.string().optional(),text:r.string(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Tt,Gn=n(()=>{b();Tt=r.object({id:r.string().optional(),text:r.string(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var sP,pP=n(()=>{b();sP=r.enum_(["trace","span"]);});var cP,lP=n(()=>{b();cP=r.object({eTag:r.property("e_tag",r.string()),partNumber:r.property("part_number",r.number())});});var vl,R6=n(()=>{b();pP();lP();vl=r.object({fileName:r.property("file_name",r.string()),projectName:r.property("project_name",r.string().optional()),entityType:r.property("entity_type",sP),entityId:r.property("entity_id",r.string()),containerId:r.property("container_id",r.string().optional()),fileSize:r.property("file_size",r.number()),mimeType:r.property("mime_type",r.string().optional()),uploadId:r.property("upload_id",r.string()),uploadedFileParts:r.property("uploaded_file_parts",r.list(cP))});});var mP,x6=n(()=>{b();mP=r.object({redirectTo:r.property("redirect_to",r.string().optional())});});var dP,uP=n(()=>{b();dP=r.object({value:r.number().optional()});});var gP,w6=n(()=>{b();gP=r.object({sessionId:r.property("session_id",r.string().optional()),runnerId:r.property("runner_id",r.string().optional())});});var fP,hP=n(()=>{b();fP=r.enum_(["workspace","insights"]);});var yP,bP=n(()=>{b();yP=r.enum_(["multi_project","experiments"]);});var er,RP=n(()=>{b();hP();bP();mr();er=r.object({id:r.string().optional(),workspaceId:r.property("workspace_id",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string(),slug:r.string().optional(),type:yP.optional(),scope:fP.optional(),description:r.string().optional(),config:_e,createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional())});});var jt,_6=n(()=>{b();RP();jt=r.object({content:r.list(er).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),sortableBy:r.property("sortable_by",r.list(r.string()).optional())});});var xP,wP=n(()=>{b();xP=r.enum_(["multi_project","experiments"]);});var Kn,k6=n(()=>{b();wP();mr();Kn=r.object({name:r.string().optional(),type:xP.optional(),description:r.string().optional(),config:_e.optional()});});var _P,kP=n(()=>{b();_P=r.enum_(["multi_project","experiments"]);});var On,A6=n(()=>{b();kP();wr();On=r.object({projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),name:r.string(),type:_P.optional(),description:r.string().optional(),config:Se});});var Lq,P6=n(()=>{b();Lq=r.object({time:r.date(),value:r.number().optional()});});var AP,PP=n(()=>{b();AP=r.object({time:r.date(),value:r.number().optional()});});var zP,SP=n(()=>{b();zP=r.enum_(["unknown","processing","completed","failed"]);});var vP,TP=n(()=>{b();vP=r.enum_(["dataset","evaluation_suite"]);});var $n,Tl=n(()=>{b();$n=r.object({id:r.string().optional(),versionHash:r.property("version_hash",r.string().optional()),versionName:r.property("version_name",r.string().optional()),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional()});});var jP,EP=n(()=>{b();jP=r.enum_(["private","public"]);});var Jq,z6=n(()=>{b();SP();TP();Tl();EP();Jq=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),type:vP.optional(),visibility:jP.optional(),tags:r.list(r.string()).optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),experimentCount:r.property("experiment_count",r.number().optional()),datasetItemsCount:r.property("dataset_items_count",r.number().optional()),optimizationCount:r.property("optimization_count",r.number().optional()),mostRecentExperimentAt:r.property("most_recent_experiment_at",r.date().optional()),lastCreatedExperimentAt:r.property("last_created_experiment_at",r.date().optional()),mostRecentOptimizationAt:r.property("most_recent_optimization_at",r.date().optional()),lastCreatedOptimizationAt:r.property("last_created_optimization_at",r.date().optional()),status:zP.optional(),latestVersion:r.property("latest_version",$n.optional())});});var Hq,S6=n(()=>{b();Hq=r.object({model:r.string(),sampleCount:r.property("sample_count",r.number().optional()),preserveFields:r.property("preserve_fields",r.list(r.string()).optional()),variationInstructions:r.property("variation_instructions",r.string().optional()),customPrompt:r.property("custom_prompt",r.string().optional()),maxCompletionTokens:r.property("max_completion_tokens",r.number().optional())});});var CP,IP=n(()=>{b();CP=r.enum_(["manual","trace","span","sdk"]);});var DP,UP=n(()=>{b();DP=r.enum_(["passed","failed"]);});var NP,BP=n(()=>{b();UP();NP=r.object({passedRuns:r.property("passed_runs",r.number().optional()),totalRuns:r.property("total_runs",r.number().optional()),status:DP.optional()});});var Qn,jl=n(()=>{b();IP();ni();dt();ac();BP();ce();Qn=r.object({id:r.string().optional(),datasetItemId:r.property("dataset_item_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),spanId:r.property("span_id",r.string().optional()),source:CP,data:V,description:r.string().optional(),tags:r.list(r.string()).optional(),evaluators:r.list(xr).optional(),executionPolicy:r.property("execution_policy",Ye.optional()),experimentItems:r.property("experiment_items",r.list(na).optional()),runSummariesByExperiment:r.property("run_summaries_by_experiment",r.record(r.string(),NP).optional()),datasetId:r.property("dataset_id",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var FP,v6=n(()=>{b();jl();FP=r.object({generatedSamples:r.property("generated_samples",r.list(Qn).optional()),model:r.string().optional(),totalGenerated:r.property("total_generated",r.number().optional()),generationTime:r.property("generation_time",r.date().optional())});});var Gq,T6=n(()=>{b();jl();Gq=r.object({datasetName:r.property("dataset_name",r.string().optional()),datasetId:r.property("dataset_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),items:r.list(Qn),batchGroupId:r.property("batch_group_id",r.string().optional()),copyFromDatasetId:r.property("copy_from_dataset_id",r.string().optional()),copyFromVersionId:r.property("copy_from_version_id",r.string().optional())});});var MP,j6=n(()=>{b();MP=r.record(r.string(),r.unknown());});var WP,VP=n(()=>{b();WP=r.enum_(["manual","trace","span","sdk"]);});var LP,JP=n(()=>{b();LP=r.enum_(["llm_judge","code_metric"]);});var HP,GP=n(()=>{b();HP=r.record(r.string(),r.unknown());});var KP,OP=n(()=>{b();JP();GP();KP=r.object({name:r.string(),type:LP,config:HP});});var Yn,El=n(()=>{b();Yn=r.object({runsPerItem:r.property("runs_per_item",r.number().optional()),passThreshold:r.property("pass_threshold",r.number().optional())});});var $P,QP=n(()=>{b();$P=r.enum_(["passed","failed"]);});var YP,XP=n(()=>{b();YP=r.enum_(["default","hidden"]);});var ZP,qP=n(()=>{b();ZP=r.enum_(["ui","sdk","online_scoring"]);});var ez,rz=n(()=>{b();ez=r.enum_(["ui","sdk","online_scoring"]);});var tz,iz=n(()=>{b();rz();tz=r.object({value:r.number().optional(),reason:r.string().optional(),categoryName:r.property("category_name",r.string().optional()),source:ez.optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),spanType:r.property("span_type",r.string().optional()),spanId:r.property("span_id",r.string().optional())});});var oz,az=n(()=>{b();qP();iz();oz=r.object({name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:ZP,createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),valueByAuthor:r.property("value_by_author",r.record(r.string(),tz).optional())});});var Xn,nz=n(()=>{b();Xn=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var sz,pz=n(()=>{b();Hx();nP();El();QP();XP();az();nz();sz=r.object({id:r.string().optional(),experimentId:r.property("experiment_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string()),traceId:r.property("trace_id",r.string()),projectId:r.property("project_id",r.string().optional()),input:Xn.optional(),output:Xn.optional(),traceMetadata:r.property("trace_metadata",Xn.optional()),feedbackScores:r.property("feedback_scores",r.list(oz).optional()),comments:r.list(aP).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),duration:r.number().optional(),usage:r.record(r.string(),r.number()).optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),traceVisibilityMode:r.property("trace_visibility_mode",YP.optional()),description:r.string().optional(),executionPolicy:r.property("execution_policy",Yn.optional()),assertionResults:r.property("assertion_results",r.list(Jx).optional()),status:$P.optional()});});var cz,lz=n(()=>{b();cz=r.enum_(["passed","failed"]);});var mz,dz=n(()=>{b();lz();mz=r.object({passedRuns:r.property("passed_runs",r.number().optional()),totalRuns:r.property("total_runs",r.number().optional()),status:cz.optional()});});var uz,gz=n(()=>{b();VP();OP();El();pz();dz();ce();uz=r.object({id:r.string().optional(),datasetItemId:r.property("dataset_item_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),spanId:r.property("span_id",r.string().optional()),source:WP,data:V,description:r.string().optional(),tags:r.list(r.string()).optional(),evaluators:r.list(KP).optional(),executionPolicy:r.property("execution_policy",Yn.optional()),experimentItems:r.property("experiment_items",r.list(sz).optional()),runSummariesByExperiment:r.property("run_summaries_by_experiment",r.record(r.string(),mz).optional()),datasetId:r.property("dataset_id",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var fz,E6=n(()=>{b();eP();gz();fz=r.object({content:r.list(uz).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),columns:r.list(qA).optional(),sortableBy:r.list(r.string()).optional()});});var hz,yz=n(()=>{b();hz=r.enum_(["manual","trace","span","sdk"]);});var bz,Rz=n(()=>{b();bz=r.enum_(["llm_judge","code_metric"]);});var Zn,Cl=n(()=>{b();Rz();mr();Zn=r.object({name:r.string(),type:bz,config:_e});});var qn,Il=n(()=>{b();qn=r.object({runsPerItem:r.property("runs_per_item",r.number().optional()),passThreshold:r.property("pass_threshold",r.number().optional())});});var xz,wz=n(()=>{b();xz=r.enum_(["default","hidden"]);});var es,_z=n(()=>{b();wz();es=r.object({id:r.string().optional(),experimentId:r.property("experiment_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string()),traceId:r.property("trace_id",r.string()),projectId:r.property("project_id",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),traceVisibilityMode:r.property("trace_visibility_mode",xz.optional())});});var kz,Az=n(()=>{b();kz=r.enum_(["passed","failed"]);});var Pz,zz=n(()=>{b();Az();Pz=r.object({passedRuns:r.property("passed_runs",r.number().optional()),totalRuns:r.property("total_runs",r.number().optional()),status:kz.optional()});});var rs,Sz=n(()=>{b();yz();Cl();Il();_z();zz();ce();rs=r.object({id:r.string().optional(),datasetItemId:r.property("dataset_item_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),spanId:r.property("span_id",r.string().optional()),source:hz,data:V,description:r.string().optional(),tags:r.list(r.string()).optional(),evaluators:r.list(Zn).optional(),executionPolicy:r.property("execution_policy",qn.optional()),experimentItems:r.property("experiment_items",r.list(es).optional()),runSummariesByExperiment:r.property("run_summaries_by_experiment",r.record(r.string(),Pz).optional()),datasetId:r.property("dataset_id",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var vz,C6=n(()=>{b();oP();Sz();vz=r.object({content:r.list(rs).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),columns:r.list(iP).optional(),sortableBy:r.list(r.string()).optional()});});var Tz,jz=n(()=>{b();Tz=r.enum_(["unknown","processing","completed","failed"]);});var Ez,Cz=n(()=>{b();Ez=r.enum_(["dataset","evaluation_suite"]);});var Iz,Dz=n(()=>{b();Iz=r.enum_(["private","public"]);});var ts,Dl=n(()=>{b();ts=r.object({id:r.string().optional(),versionHash:r.property("version_hash",r.string().optional()),versionName:r.property("version_name",r.string().optional()),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional()});});var Pi,Uz=n(()=>{b();jz();Cz();Dz();Dl();Pi=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),type:Ez.optional(),visibility:Iz.optional(),tags:r.list(r.string()).optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),experimentCount:r.property("experiment_count",r.number().optional()),datasetItemsCount:r.property("dataset_items_count",r.number().optional()),optimizationCount:r.property("optimization_count",r.number().optional()),mostRecentExperimentAt:r.property("most_recent_experiment_at",r.date().optional()),lastCreatedExperimentAt:r.property("last_created_experiment_at",r.date().optional()),mostRecentOptimizationAt:r.property("most_recent_optimization_at",r.date().optional()),lastCreatedOptimizationAt:r.property("last_created_optimization_at",r.date().optional()),status:Tz.optional(),latestVersion:r.property("latest_version",ts.optional())});});var is,I6=n(()=>{b();Uz();is=r.object({content:r.list(Pi).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),sortableBy:r.list(r.string()).optional()});});var Nz,Bz=n(()=>{b();Nz=r.object({itemsAdded:r.number().optional(),itemsModified:r.number().optional(),itemsDeleted:r.number().optional(),itemsUnchanged:r.number().optional()});});var Fz,D6=n(()=>{b();Bz();Fz=r.object({fromVersion:r.property("from_version",r.string().optional()),toVersion:r.property("to_version",r.string().optional()),statistics:Nz.optional()});});var Gr,Mz=n(()=>{b();Cl();Il();Gr=r.object({id:r.string().optional(),datasetId:r.property("dataset_id",r.string().optional()),versionHash:r.property("version_hash",r.string().optional()),tags:r.list(r.string()).optional(),isLatest:r.property("is_latest",r.boolean().optional()),versionName:r.property("version_name",r.string().optional()),itemsTotal:r.property("items_total",r.number().optional()),itemsAdded:r.property("items_added",r.number().optional()),itemsModified:r.property("items_modified",r.number().optional()),itemsDeleted:r.property("items_deleted",r.number().optional()),changeDescription:r.property("change_description",r.string().optional()),metadata:r.record(r.string(),r.string()).optional(),evaluators:r.list(Zn).optional(),executionPolicy:r.property("execution_policy",qn.optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Wz,U6=n(()=>{b();Mz();Wz=r.object({content:r.list(Gr).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional()});});var Vz,Lz=n(()=>{b();Vz=r.enum_(["trace","span"]);});var Kq,N6=n(()=>{b();Lz();Kq=r.object({fileNames:r.property("file_names",r.list(r.string())),entityType:r.property("entity_type",Vz),entityId:r.property("entity_id",r.string()),containerId:r.property("container_id",r.string())});});var os,B6=n(()=>{b();os=r.object({name:r.string(),author:r.string().optional()});});var zi,F6=n(()=>{b();zi=r.object({ids:r.list(r.string())});});var Oq,M6=n(()=>{b();Oq=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),color:r.string().optional(),position:r.number().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var as,Jz=n(()=>{b();as=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),color:r.string().optional(),position:r.number().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var Hz,W6=n(()=>{b();Jz();Hz=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(as).optional(),sortableBy:r.list(r.string()).optional()});});var ns,Ul=n(()=>{b();ns=r.object({count:r.number().optional(),deviation:r.number().optional(),deviationPercentage:r.property("deviation_percentage",r.number().optional())});});var Gz,Kz=n(()=>{b();Gz=r.object({count:r.number().optional(),deviation:r.number().optional(),deviationPercentage:r.property("deviation_percentage",r.number().optional())});});var ss,Nl=n(()=>{b();ss=r.object({exceptionType:r.property("exception_type",r.string()),message:r.string().optional(),traceback:r.string()});});var Si,V6=n(()=>{b();Si=r.object({code:r.number().optional(),message:r.string().optional(),details:r.string().optional()});});var $q,L6=n(()=>{b();$q=r.object({errors:r.list(r.string()).optional()});});var Qq,J6=n(()=>{b();Qq=r.object({errors:r.list(r.string()).optional()});});var Yq,H6=n(()=>{b();Yq=r.object({errors:r.list(r.string()).optional()});});var Xq,G6=n(()=>{b();Xq=r.object({code:r.number().optional(),message:r.string().optional(),details:r.string().optional()});});var Zq,K6=n(()=>{b();Zq=r.object({errors:r.list(r.string()).optional()});});var Oz,$z=n(()=>{b();Oz=r.enum_(["dataset","evaluation_suite"]);});var Qz,Yz=n(()=>{b();Qz=r.enum_(["running","completed","cancelled"]);});var Xz,Zz=n(()=>{b();Xz=r.enum_(["regular","trial","mini-batch","mutation"]);});var qq,O6=n(()=>{b();Kx();ut();Tl();$z();ic();Yz();Zz();Jr();Ze();hi();ea();qq=r.object({id:r.string().optional(),datasetName:r.property("dataset_name",r.string().nullable()),datasetId:r.property("dataset_id",r.string().optional()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),metadata:le.optional(),tags:r.list(r.string()).optional(),type:Xz.optional(),evaluationMethod:r.property("evaluation_method",Oz.optional()),optimizationId:r.property("optimization_id",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),comments:r.list(ge).optional(),traceCount:r.property("trace_count",r.number().optional()),datasetItemCount:r.property("dataset_item_count",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),duration:Pr.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostAvg:r.property("total_estimated_cost_avg",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),status:Qz.optional(),experimentScores:r.property("experiment_scores",r.list(Xo).optional()),promptVersion:r.property("prompt_version",Lr.optional()),promptVersions:r.property("prompt_versions",r.list(Lr).optional()),datasetVersionId:r.property("dataset_version_id",r.string().optional()),datasetVersionSummary:r.property("dataset_version_summary",$n.optional()),passRate:r.property("pass_rate",r.number().optional()),passedCount:r.property("passed_count",r.number().optional()),totalCount:r.property("total_count",r.number().optional()),assertionScores:r.property("assertion_scores",r.list(Gx).optional())});});var qz,eS=n(()=>{b();qz=r.object({experimentId:r.property("experiment_id",r.string().optional()),promptIndex:r.property("prompt_index",r.number().optional())});});var rS,$6=n(()=>{b();eS();rS=r.object({experiments:r.list(qz).optional(),totalItems:r.property("total_items",r.number().optional())});});var tS,iS=n(()=>{b();OR();tS=r.object({label:r.string().optional(),aggregations:KR.optional()});});var oS,Q6=n(()=>{b();iS();oS=r.object({content:r.record(r.string(),tS).optional()});});var aS,nS=n(()=>{b();aS=r.object({label:r.string().optional()});});var sS,pS=n(()=>{b();sS=r.object({groupSorting:r.property("group_sorting",r.list(r.string()).optional())});});var cS,lS=n(()=>{b();pS();cS=r.object({groupsDetails:r.property("groups_details",r.list(sS).optional())});});var mS,Y6=n(()=>{b();nS();lS();mS=r.object({content:r.record(r.string(),aS).optional(),details:cS.optional()});});var dS,uS=n(()=>{b();dS=r.enum_(["sdk","experiment","playground","optimization"]);});var gS,fS=n(()=>{b();gS=r.enum_(["general","tool","llm","guardrail"]);});var ps,Bl=n(()=>{b();ut();fi();gt();Ze();uS();fS();ps=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:gS.optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:le.optional(),output:le.optional(),metadata:le.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),usage:r.record(r.string(),r.number()).optional(),errorInfo:r.property("error_info",Ar.optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Pe).optional()),comments:r.list(ge).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostVersion:r.property("total_estimated_cost_version",r.string().optional()),duration:r.number().optional(),ttft:r.number().optional(),source:dS.optional(),environment:r.string().optional()});});var hS,yS=n(()=>{b();hS=r.object({id:r.string(),name:r.string(),datasetId:r.property("dataset_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string())});});var bS,RS=n(()=>{b();UA();bS=r.object({spanId:r.property("span_id",r.string().optional()),checks:r.list(DA).optional()});});var xS,wS=n(()=>{b();xS=r.enum_(["sdk","experiment","playground","optimization"]);});var _S,kS=n(()=>{b();_S=r.enum_(["default","hidden"]);});var cs,Fl=n(()=>{b();ut();fi();yS();gt();RS();Ze();wS();kS();cs=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string().optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:le.optional(),output:le.optional(),metadata:le.optional(),tags:r.list(r.string()).optional(),errorInfo:r.property("error_info",Ar.optional()),usage:r.record(r.string(),r.number()).optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Pe).optional()),spanFeedbackScores:r.property("span_feedback_scores",r.list(Pe).optional()),comments:r.list(ge).optional(),guardrailsValidations:r.property("guardrails_validations",r.list(bS).optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),spanCount:r.property("span_count",r.number().optional()),duration:r.number().optional(),ttft:r.number().optional(),threadId:r.property("thread_id",r.string().optional()),visibilityMode:r.property("visibility_mode",_S.optional()),llmSpanCount:r.property("llm_span_count",r.number().optional()),hasToolSpans:r.property("has_tool_spans",r.boolean().optional()),providers:r.list(r.string()).optional(),experiment:hS.optional(),source:xS.optional(),environment:r.string().optional()});});var AS,PS=n(()=>{b();gt();Ze();Bl();Fl();AS=r.object({datasetItemId:r.property("dataset_item_id",r.string()),evaluateTaskResult:r.property("evaluate_task_result",le.optional()),trace:cs.optional(),spans:r.list(ps).optional(),feedbackScores:r.property("feedback_scores",r.list(Pe).optional())});});var eee,X6=n(()=>{b();PS();eee=r.object({experimentName:r.property("experiment_name",r.string()),datasetName:r.property("dataset_name",r.string()),experimentId:r.property("experiment_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),items:r.list(AS)});});var zS,SS=n(()=>{b();zS=r.object({id:r.string(),name:r.string(),datasetId:r.property("dataset_id",r.string()),datasetItemId:r.property("dataset_item_id",r.string())});});var vS,TS=n(()=>{b();vS=r.enum_(["dataset","evaluation_suite"]);});var jS,ES=n(()=>{b();jS=r.enum_(["running","completed","cancelled"]);});var CS,IS=n(()=>{b();CS=r.enum_(["regular","trial","mini-batch","mutation"]);});var DS,US=n(()=>{b();DS=r.object({name:r.string(),value:r.number()});});var Je,vi=n(()=>{b();Je=r.undiscriminatedUnion([r.record(r.string(),r.unknown()),r.list(r.record(r.string(),r.unknown())),r.string()]);});var ls,Ml=n(()=>{b();ls=r.object({p50:r.number().optional(),p90:r.number().optional(),p99:r.number().optional()});});var ms,NS=n(()=>{b();$x();Gn();Dl();TS();ES();IS();US();fn();vi();Ml();Cc();ms=r.object({id:r.string().optional(),datasetName:r.property("dataset_name",r.string().nullable()),datasetId:r.property("dataset_id",r.string().optional()),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),name:r.string().optional(),metadata:Je.optional(),tags:r.list(r.string()).optional(),type:CS.optional(),evaluationMethod:r.property("evaluation_method",vS.optional()),optimizationId:r.property("optimization_id",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Hr).optional()),comments:r.list(Tt).optional(),traceCount:r.property("trace_count",r.number().optional()),datasetItemCount:r.property("dataset_item_count",r.number().optional()),createdAt:r.property("created_at",r.date().optional()),duration:ls.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostAvg:r.property("total_estimated_cost_avg",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),status:jS.optional(),experimentScores:r.property("experiment_scores",r.list(DS).optional()),promptVersion:r.property("prompt_version",gi.optional()),promptVersions:r.property("prompt_versions",r.list(gi).optional()),datasetVersionId:r.property("dataset_version_id",r.string().optional()),datasetVersionSummary:r.property("dataset_version_summary",ts.optional()),passRate:r.property("pass_rate",r.number().optional()),passedCount:r.property("passed_count",r.number().optional()),totalCount:r.property("total_count",r.number().optional()),assertionScores:r.property("assertion_scores",r.list(Ox).optional())});});var ds,Z6=n(()=>{b();NS();ds=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(ms).optional(),sortableBy:r.list(r.string()).optional()});});var ree,q6=n(()=>{ce();ree=V;});var BS,FS=n(()=>{b();BS=r.object({max:r.number(),min:r.number()});});var MS,WS=n(()=>{b();FS();MS=r.object({details:BS.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var VS,tee,e2=n(()=>{b();Ik();oA();WS();VS=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),createdAt:r.date().optional(),createdBy:r.string().optional(),lastUpdatedAt:r.date().optional(),lastUpdatedBy:r.string().optional()}),tee=r.union("type",{numerical:MS.extend(VS),categorical:iA.extend(VS),boolean:Ck.extend(VS)}).transform({transform:p=>p,untransform:p=>p});});var LS,JS=n(()=>{b();LS=r.object({max:r.number(),min:r.number()});});var HS,GS=n(()=>{b();JS();HS=r.object({details:LS.optional()});});var KS,OS,r2=n(()=>{b();Bk();pA();GS();KS=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional()}),OS=r.union("type",{numerical:HS.extend(KS),categorical:sA.extend(KS),boolean:Nk.extend(KS)}).transform({transform:p=>p,untransform:p=>p});});var $S,QS=n(()=>{b();$S=r.object({max:r.number(),min:r.number()});});var us,Wl=n(()=>{b();QS();us=r.object({details:$S.optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional())});});var YS,XS,ZS=n(()=>{b();zl();Sl();Wl();YS=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),createdAt:r.date().optional(),createdBy:r.string().optional(),lastUpdatedAt:r.date().optional(),lastUpdatedBy:r.string().optional()}),XS=r.union("type",{numerical:us.extend(YS),categorical:Hn.extend(YS),boolean:Jn.extend(YS)}).transform({transform:p=>p,untransform:p=>p});});var qS,t2=n(()=>{b();ZS();qS=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(XS).optional()});});var ev,rv,i2=n(()=>{b();zl();Sl();Wl();ev=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional(),createdAt:r.date().optional(),createdBy:r.string().optional(),lastUpdatedAt:r.date().optional(),lastUpdatedBy:r.string().optional()}),rv=r.union("type",{numerical:us.extend(ev),categorical:Hn.extend(ev),boolean:Jn.extend(ev)}).transform({transform:p=>p,untransform:p=>p});});var tv,iv=n(()=>{b();tv=r.object({name:r.string(),value:r.number()});});var ov,av=n(()=>{b();ov=r.enum_(["ui","sdk","online_scoring"]);});var nv,sv=n(()=>{b();av();nv=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:ov,author:r.string().optional(),id:r.string()});});var gs,o2=n(()=>{b();sv();gs=r.object({scores:r.list(nv)});});var pv,cv=n(()=>{b();pv=r.object({name:r.string().optional(),type:r.string().optional()});});var lv,a2=n(()=>{b();cv();lv=r.object({scores:r.list(pv).optional()});});var mv,dv=n(()=>{b();mv=r.object({name:r.string().optional(),type:r.string().optional()});});var Kr,n2=n(()=>{b();dv();Kr=r.object({scores:r.list(mv).optional()});});var uv,gv=n(()=>{b();uv=r.enum_(["ui","sdk","online_scoring"]);});var fv,hv=n(()=>{b();fv=r.enum_(["ui","sdk","online_scoring"]);});var yv,bv=n(()=>{b();hv();yv=r.object({value:r.number().optional(),reason:r.string().optional(),categoryName:r.property("category_name",r.string().optional()),source:fv.optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),spanType:r.property("span_type",r.string().optional()),spanId:r.property("span_id",r.string().optional())});});var Ti,Vl=n(()=>{b();gv();bv();Ti=r.object({name:r.string(),categoryName:r.property("category_name",r.string().optional()),value:r.number(),reason:r.string().optional(),source:uv,createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),valueByAuthor:r.property("value_by_author",r.record(r.string(),yv).optional())});});var Rv,xv=n(()=>{b();Rv=r.object({max:r.number(),min:r.number()});});var wv,_v=n(()=>{b();xv();wv=r.object({details:Rv.optional()});});var kv,Av,s2=n(()=>{b();Jk();gA();_v();kv=r.object({id:r.string().optional(),name:r.string(),description:r.string().optional()}),Av=r.union("type",{numerical:wv.extend(kv),categorical:uA.extend(kv),boolean:Lk.extend(kv)}).transform({transform:p=>p,untransform:p=>p});});var Pv,p2=n(()=>{b();Pv=r.object({reportId:r.string().optional()});});var zv,Sv=n(()=>{b();zv=r.enum_(["TOPIC","PII"]);});var vv,Tv=n(()=>{b();vv=r.enum_(["passed","failed"]);});var jv,Ev=n(()=>{b();Sv();Tv();ce();jv=r.object({id:r.string().optional(),entityId:r.property("entity_id",r.string()),secondaryId:r.property("secondary_id",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),name:zv,result:vv,config:V,details:V});});var iee,c2=n(()=>{b();Ev();iee=r.object({guardrails:r.list(jv)});});var Cv,Iv=n(()=>{b();VA();Cv=r.object({spanId:r.property("span_id",r.string().optional()),checks:r.list(WA).optional()});});var Dv,Uv=n(()=>{b();Dv=r.object({key:r.string().optional(),label:r.string().optional()});});var oee,l2=n(()=>{b();oee=r.object({ids:r.list(r.string())});});var Nv,Bv=n(()=>{b();Nv=r.enum_(["high","medium","low"]);});var fs,Ll=n(()=>{b();Bv();fs=r.object({id:r.string().optional(),title:r.string().optional(),body:r.string().optional(),impact:Nv.optional(),estimatedSavingsTokens:r.property("estimated_savings_tokens",r.number().optional()),docsUrl:r.property("docs_url",r.string().optional()),relatedLaneKey:r.property("related_lane_key",r.string().optional())});});var Fv,Mv=n(()=>{b();Fv=r.object({activeLocks:r.property("active_locks",r.number().optional()),lockedBy:r.property("locked_by",r.list(r.string()).optional())});});var Wv,Vv=n(()=>{b();Wv=r.enum_(["count","errors","avg_duration","total_cost"]);});var Lv,Jv=n(()=>{b();Vv();Lv=r.object({type:Wv.optional(),currentValue:r.property("current_value",r.number().optional()),previousValue:r.property("previous_value",r.number().optional())});});var Hv,m2=n(()=>{b();Jv();Hv=r.object({stats:r.list(Lv).optional()});});var dr,ji=n(()=>{b();dr=r.object({model:r.string().optional(),inputTokens:r.property("input_tokens",r.number().optional()),cacheReadTokens:r.property("cache_read_tokens",r.number().optional()),cacheCreationTokens:r.property("cache_creation_tokens",r.number().optional()),outputTokens:r.property("output_tokens",r.number().optional())});});var Gv,Kv=n(()=>{b();ji();Gv=r.object({key:r.string().optional(),label:r.string().optional(),totalTokens:r.property("total_tokens",r.number().optional()),byModel:r.property("by_model",r.list(dr).optional()),hasBreakdown:r.property("has_breakdown",r.boolean().optional())});});var Ov,$v=n(()=>{b();Ov=r.enum_(["pairing","connected","disconnected"]);});var Qv,Yv=n(()=>{b();Qv=r.enum_(["connect","endpoint"]);});var hs,Xv=n(()=>{b();kR();ce();$v();Yv();hs=r.object({id:r.string().optional(),name:r.string().optional(),projectId:r.property("project_id",r.string().optional()),status:Ov.optional(),connectedAt:r.property("connected_at",r.date().optional()),agents:r.list(_R).optional(),capabilities:r.list(r.string()).optional(),checklist:V.optional(),type:Qv.optional()});});var Zv,d2=n(()=>{b();Zv=r.object({cancelledJobIds:r.property("cancelled_job_ids",r.list(r.string()).optional())});});var qv,u2=n(()=>{b();Kc();qv=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(yt).optional()});});var eT,g2=n(()=>{b();Xv();eT=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(hs).optional()});});var rT,f2=n(()=>{b();rT=r.object({acquired:r.boolean().optional(),itemId:r.property("item_id",r.string().optional()),lockedBy:r.property("locked_by",r.string().optional()),expiresAt:r.property("expires_at",r.date().optional())});});var tT,h2=n(()=>{b();Mv();tT=r.object({locks:r.record(r.string(),Fv).optional()});});var iT,oT=n(()=>{b();iT=r.enum_(["INFO","WARN","ERROR","DEBUG","TRACE"]);});var aT,nT=n(()=>{b();oT();aT=r.object({timestamp:r.date().optional(),ruleId:r.property("rule_id",r.string().optional()),level:iT.optional(),message:r.string().optional(),markers:r.record(r.string(),r.string()).optional()});});var sT,y2=n(()=>{b();nT();sT=r.object({content:r.list(aT).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional()});});var pT,cT=n(()=>{b();pT=r.enum_(["trace","thread","span"]);});var ys,b2=n(()=>{b();cT();ys=r.object({projectId:r.property("project_id",r.string()),entityIds:r.property("entity_ids",r.list(r.string())),ruleIds:r.property("rule_ids",r.list(r.string())),entityType:r.property("entity_type",pT)});});var bs,R2=n(()=>{b();bs=r.object({entitiesQueued:r.property("entities_queued",r.number().optional()),rulesApplied:r.property("rules_applied",r.number().optional())});});var aee,x2=n(()=>{b();aee=r.object({error:r.string().optional(),errorDescription:r.property("error_description",r.string().optional())});});var Jl,w2=n(()=>{b();Jl=r.object({connected:r.boolean().optional(),version:r.string().optional(),errorMessage:r.property("error_message",r.string().optional())});});var Hl,_2=n(()=>{b();Hl=r.object({baseUrl:r.property("base_url",r.string()),apiKey:r.property("api_key",r.string().optional())});});var lT,mT=n(()=>{b();lT=r.enum_(["pending","completed","failed"]);});var dT,uT=n(()=>{b();ce();mT();dT=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),sessionId:r.property("session_id",r.string().optional()),content:r.string().optional(),recommendedActions:r.property("recommended_actions",V.optional()),status:lT.optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional())});});var gT,k2=n(()=>{b();uT();gT=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(dT).optional()});});var fT,hT=n(()=>{b();fT=r.enum_(["running","completed","cancelled","initialized","error"]);});var yT,bT=n(()=>{b();ce();yT=r.object({type:r.string(),parameters:V.optional()});});var RT,xT=n(()=>{b();bT();RT=r.object({metrics:r.list(yT)});});var wT,_T=n(()=>{b();ce();wT=r.object({model:r.string(),parameters:V.optional()});});var kT,AT=n(()=>{b();ce();kT=r.object({type:r.string(),parameters:V.optional()});});var PT,zT=n(()=>{b();PT=r.object({role:r.string(),content:r.string()});});var ST,vT=n(()=>{b();zT();ST=r.object({messages:r.list(PT)});});var TT,jT=n(()=>{b();xT();_T();AT();vT();TT=r.object({datasetName:r.property("dataset_name",r.string()),prompt:ST,llmModel:r.property("llm_model",wT),evaluation:RT,optimizer:kT});});var nee,A2=n(()=>{b();Jr();Ze();hT();jT();nee=r.object({id:r.string().optional(),name:r.string().optional(),datasetName:r.property("dataset_name",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),objectiveName:r.property("objective_name",r.string()),status:fT,metadata:le.optional(),studioConfig:r.property("studio_config",TT.optional()),datasetId:r.property("dataset_id",r.string().optional()),numTrials:r.property("num_trials",r.number().optional()),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),experimentScores:r.property("experiment_scores",r.list(ve).optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),baselineObjectiveScore:r.property("baseline_objective_score",r.number().optional()),bestObjectiveScore:r.property("best_objective_score",r.number().optional()),baselineDuration:r.property("baseline_duration",r.number().optional()),bestDuration:r.property("best_duration",r.number().optional()),baselineCost:r.property("baseline_cost",r.number().optional()),bestCost:r.property("best_cost",r.number().optional()),totalOptimizationCost:r.property("total_optimization_cost",r.number().optional())});});var ET,CT=n(()=>{b();ET=r.enum_(["running","completed","cancelled","initialized","error"]);});var IT,DT=n(()=>{b();mr();IT=r.object({type:r.string(),parameters:_e.optional()});});var UT,NT=n(()=>{b();DT();UT=r.object({metrics:r.list(IT)});});var BT,FT=n(()=>{b();mr();BT=r.object({model:r.string(),parameters:_e.optional()});});var MT,WT=n(()=>{b();mr();MT=r.object({type:r.string(),parameters:_e.optional()});});var VT,LT=n(()=>{b();VT=r.object({role:r.string(),content:r.string()});});var JT,HT=n(()=>{b();LT();JT=r.object({messages:r.list(VT)});});var GT,KT=n(()=>{b();NT();FT();WT();HT();GT=r.object({datasetName:r.property("dataset_name",r.string()),prompt:JT,llmModel:r.property("llm_model",BT),evaluation:UT,optimizer:MT});});var Rs,OT=n(()=>{b();fn();vi();CT();KT();Rs=r.object({id:r.string().optional(),name:r.string().optional(),datasetName:r.property("dataset_name",r.string()),projectId:r.property("project_id",r.string().optional()),objectiveName:r.property("objective_name",r.string()),status:ET,metadata:Je.optional(),studioConfig:r.property("studio_config",GT.optional()),datasetId:r.property("dataset_id",r.string().optional()),numTrials:r.property("num_trials",r.number().optional()),feedbackScores:r.property("feedback_scores",r.list(Hr).optional()),experimentScores:r.property("experiment_scores",r.list(Hr).optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),baselineObjectiveScore:r.property("baseline_objective_score",r.number().optional()),bestObjectiveScore:r.property("best_objective_score",r.number().optional()),baselineDuration:r.property("baseline_duration",r.number().optional()),bestDuration:r.property("best_duration",r.number().optional()),baselineCost:r.property("baseline_cost",r.number().optional()),bestCost:r.property("best_cost",r.number().optional()),totalOptimizationCost:r.property("total_optimization_cost",r.number().optional())});});var xs,P2=n(()=>{b();OT();xs=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(Rs).optional(),sortableBy:r.list(r.string()).optional()});});var $T,QT=n(()=>{b();wr();$T=r.object({type:r.string(),parameters:Se.optional()});});var YT,XT=n(()=>{b();QT();YT=r.object({metrics:r.list($T)});});var ZT,qT=n(()=>{b();wr();ZT=r.object({model:r.string(),parameters:Se.optional()});});var ej,rj=n(()=>{b();wr();ej=r.object({type:r.string(),parameters:Se.optional()});});var tj,ij=n(()=>{b();tj=r.object({role:r.string(),content:r.string()});});var oj,aj=n(()=>{b();ij();oj=r.object({messages:r.list(tj)});});var nj,sj=n(()=>{b();XT();qT();rj();aj();nj=r.object({datasetName:r.property("dataset_name",r.string()),prompt:oj,llmModel:r.property("llm_model",ZT),evaluation:YT,optimizer:ej});});var pj,z2=n(()=>{b();pj=r.object({url:r.string().optional(),lastModified:r.property("last_modified",r.date().optional()),expiresAt:r.property("expires_at",r.date().optional())});});var cj,lj=n(()=>{b();cj=r.enum_(["running","completed","cancelled","initialized","error"]);});var Gl,S2=n(()=>{b();ci();sj();lj();Gl=r.object({id:r.string().optional(),name:r.string().optional(),datasetName:r.property("dataset_name",r.string()),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),objectiveName:r.property("objective_name",r.string()),status:cj,metadata:Le.optional(),studioConfig:r.property("studio_config",nj.optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional())});});var mj,v2=n(()=>{b();YA();mj=r.object({columns:r.list(QA).optional()});});var dj,uj=n(()=>{b();Ml();dj=r.object({value:ls.optional()});});var gj,fj=n(()=>{b();gj=r.object({p50:r.number().optional(),p90:r.number().optional(),p99:r.number().optional()});});var hj,yj=n(()=>{b();hj=r.object({permissionName:r.string().optional(),permissionValue:r.string().optional()});});var bj,Rj=n(()=>{b();bj=r.enum_(["private","public"]);});var see,T2=n(()=>{b();Ul();Jr();hi();Rj();see=r.object({id:r.string().optional(),name:r.string(),visibility:bj.optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedTraceAt:r.property("last_updated_trace_at",r.date().optional()),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),duration:Pr.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostSum:r.property("total_estimated_cost_sum",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),traceCount:r.property("trace_count",r.number().optional()),threadCount:r.property("thread_count",r.number().optional()),guardrailsFailedCount:r.property("guardrails_failed_count",r.number().optional()),errorCount:r.property("error_count",ns.optional())});});var xj,wj=n(()=>{b();xj=r.enum_(["private","public"]);});var _j,j2=n(()=>{b();Kz();iv();fj();wj();_j=r.object({id:r.string().optional(),name:r.string(),visibility:xj.optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedTraceAt:r.property("last_updated_trace_at",r.date().optional()),feedbackScores:r.property("feedback_scores",r.list(tv).optional()),duration:gj.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostSum:r.property("total_estimated_cost_sum",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),traceCount:r.property("trace_count",r.number().optional()),threadCount:r.property("thread_count",r.number().optional()),guardrailsFailedCount:r.property("guardrails_failed_count",r.number().optional()),errorCount:r.property("error_count",Gz.optional())});});var kj,Aj=n(()=>{b();kj=r.enum_(["HOURLY","DAILY","WEEKLY","TOTAL"]);});var Pj,zj=n(()=>{b();Pj=r.enum_(["FEEDBACK_SCORES","TRACE_COUNT","TOKEN_USAGE","DURATION","COST","GUARDRAILS_FAILED_COUNT","THREAD_COUNT","THREAD_DURATION","THREAD_FEEDBACK_SCORES","SPAN_FEEDBACK_SCORES","SPAN_COUNT","SPAN_DURATION","SPAN_TOKEN_USAGE","TRACE_AVERAGE_DURATION","TRACE_ERROR_RATE","SPAN_AVERAGE_DURATION","SPAN_COST","SPAN_ERROR_RATE","THREAD_AVERAGE_DURATION","THREAD_COST"]);});var Sj,vj=n(()=>{b();PP();Sj=r.object({name:r.string().optional(),data:r.list(AP).optional()});});var Tj,E2=n(()=>{b();Aj();zj();vj();Tj=r.object({projectId:r.property("project_id",r.string().optional()),metricType:r.property("metric_type",Pj.optional()),interval:kj.optional(),results:r.list(Sj).optional()});});var jj,Ej=n(()=>{b();jj=r.enum_(["private","public"]);});var ws,Cj=n(()=>{b();Ej();ws=r.object({id:r.string().optional(),name:r.string(),visibility:jj.optional(),description:r.string().optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedTraceAt:r.property("last_updated_trace_at",r.date().optional())});});var Ij,C2=n(()=>{b();Cj();Ij=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(ws).optional(),sortableBy:r.list(r.string()).optional()});});var Dj,Uj,Nj=n(()=>{b();zk();uP();uj();Dj=r.object({name:r.string().optional()}),Uj=r.union("type",{PERCENTAGE:dj.extend(Dj),COUNT:dP.extend(Dj),AVG:Pk.extend(Dj)}).transform({transform:p=>p,untransform:p=>p});});var Or,I2=n(()=>{b();Nj();Or=r.object({stats:r.list(Uj).optional()});});var Bj,Fj=n(()=>{b();Ul();Jr();hi();Bj=r.object({projectId:r.property("project_id",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(ve).optional()),duration:Pr.optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostSum:r.property("total_estimated_cost_sum",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),traceCount:r.property("trace_count",r.number().optional()),threadCount:r.property("thread_count",r.number().optional()),guardrailsFailedCount:r.property("guardrails_failed_count",r.number().optional()),errorCount:r.property("error_count",ns.optional())});});var Mj,D2=n(()=>{b();Fj();Mj=r.object({content:r.list(Bj).optional()});});var Wj,Vj=n(()=>{b();Wj=r.enum_(["text","chat"]);});var Lj,Jj=n(()=>{b();Lj=r.enum_(["mustache","jinja2","python"]);});var Hj,Gj=n(()=>{b();Hj=r.enum_(["text","chat"]);});var Kj,Oj=n(()=>{b();Kj=r.enum_(["mustache","jinja2","python"]);});var $j,Qj=n(()=>{b();$j=r.enum_(["prompt_version","mask"]);});var Kl,Yj=n(()=>{b();ce();Gj();Oj();Qj();Kl=r.object({id:r.string().optional(),promptId:r.property("prompt_id",r.string().optional()),commit:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),template:r.string(),metadata:V.optional(),type:Kj.optional(),versionType:r.property("version_type",$j.optional()),environment:r.string().optional(),environments:r.list(r.string()).optional(),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional(),variables:r.list(r.string()).optional(),templateStructure:r.property("template_structure",Hj.optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var pee,U2=n(()=>{b();ce();Vj();Jj();Yj();pee=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),description:r.string().optional(),template:r.string().optional(),metadata:V.optional(),changeDescription:r.property("change_description",r.string().optional()),type:Lj.optional(),templateStructure:r.property("template_structure",Wj.optional()),tags:r.list(r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),versionCount:r.property("version_count",r.number().optional()),latestVersion:r.property("latest_version",Kl.optional()),requestedVersion:r.property("requested_version",Kl.optional())});});var Xj,Zj=n(()=>{b();Xj=r.enum_(["text","chat"]);});var Ol,N2=n(()=>{b();Zj();Sa();Ol=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),description:r.string().optional(),templateStructure:r.property("template_structure",Xj.optional()),tags:r.list(r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),versionCount:r.property("version_count",r.number().optional()),latestVersion:r.property("latest_version",Ie.optional()),requestedVersion:r.property("requested_version",Ie.optional())});});var qj,eE=n(()=>{b();qj=r.enum_(["text","chat"]);});var rE,tE=n(()=>{b();eE();rE=r.object({id:r.string().optional(),name:r.string(),projectId:r.property("project_id",r.string().optional()),description:r.string().optional(),templateStructure:r.property("template_structure",qj.optional()),tags:r.list(r.string()).optional(),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),versionCount:r.property("version_count",r.number().optional())});});var _s,B2=n(()=>{b();tE();_s=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(rE).optional(),sortableBy:r.list(r.string()).optional()});});var iE,oE=n(()=>{b();iE=r.enum_(["text","chat"]);});var aE,nE=n(()=>{b();aE=r.enum_(["mustache","jinja2","python"]);});var sE,pE=n(()=>{b();sE=r.enum_(["prompt_version","mask"]);});var cE,lE=n(()=>{b();mr();oE();nE();pE();cE=r.object({id:r.string().optional(),promptId:r.property("prompt_id",r.string().optional()),commit:r.string().optional(),versionNumber:r.property("version_number",r.string().optional()),template:r.string(),metadata:_e.optional(),type:aE.optional(),versionType:r.property("version_type",sE.optional()),environment:r.string().optional(),environments:r.list(r.string()).optional(),changeDescription:r.property("change_description",r.string().optional()),tags:r.list(r.string()).optional(),templateStructure:r.property("template_structure",iE.optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional())});});var mE,F2=n(()=>{b();lE();mE=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(cE).optional(),sortableBy:r.list(r.string()).optional()});});var dE,uE=n(()=>{b();dE=r.enum_(["openai","anthropic","gemini","openrouter","vertex-ai","bedrock","ollama","custom-llm","opik-free"]);});var cee,M2=n(()=>{b();uE();cee=r.object({id:r.string().optional(),provider:dE,apiKey:r.property("api_key",r.string().optional()),name:r.string().optional(),providerName:r.property("provider_name",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),configuration:r.record(r.string(),r.string()).optional(),baseUrl:r.property("base_url",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),readOnly:r.property("read_only",r.boolean().optional())});});var gE,fE=n(()=>{b();gE=r.enum_(["openai","anthropic","gemini","openrouter","vertex-ai","bedrock","ollama","custom-llm","opik-free"]);});var ks,hE=n(()=>{b();fE();ks=r.object({id:r.string().optional(),provider:gE,apiKey:r.property("api_key",r.string().optional()),name:r.string().optional(),providerName:r.property("provider_name",r.string().optional()),headers:r.record(r.string(),r.string()).optional(),configuration:r.record(r.string(),r.string()).optional(),baseUrl:r.property("base_url",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),readOnly:r.property("read_only",r.boolean().optional())});});var yE,W2=n(()=>{b();hE();yE=r.object({size:r.number().optional(),total:r.number().optional(),content:r.list(ks).optional(),sortableBy:r.list(r.string()).optional()});});var bE,RE=n(()=>{b();bE=r.enum_(["trace_daily","experiment","dataset_version","test_suite_version","alert_event","optimization","prompt_version"]);});var xE,wE=n(()=>{b();RE();xE=r.object({type:bE.optional(),id:r.string().optional(),name:r.string().optional(),resourceId:r.property("resource_id",r.string().optional()),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional())});});var _E,V2=n(()=>{b();wE();_E=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(xE).optional()});});var As,L2=n(()=>{b();As=r.object({projectId:r.property("project_id",r.string().optional()),enabled:r.boolean().optional(),scheduleTime:r.property("schedule_time",r.string().optional()),customPrompt:r.property("custom_prompt",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional())});});var vr,Ps=n(()=>{b();vr=r.object({name:r.string().optional(),current:r.number().optional(),previous:r.number().optional()});});var kE,AE=n(()=>{b();kE=r.enum_(["organization","workspace","project"]);});var PE,zE=n(()=>{b();PE=r.enum_(["short_14d","base_60d","extended_400d","unlimited"]);});var Ei,SE=n(()=>{b();AE();zE();Ei=r.object({id:r.string().optional(),workspaceId:r.property("workspace_id",r.string().optional()),projectId:r.property("project_id",r.string().optional()),level:kE.optional(),retention:PE,applyToPast:r.property("apply_to_past",r.boolean().optional()),enabled:r.boolean().optional(),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),catchUpCursor:r.property("catch_up_cursor",r.string().optional()),catchUpDone:r.property("catch_up_done",r.boolean().optional())});});var vE,J2=n(()=>{b();SE();vE=r.object({content:r.list(Ei).optional(),page:r.number().optional(),size:r.number().optional(),total:r.number().optional()});});var TE,H2=n(()=>{b();TE=r.object({pythonEvaluatorEnabled:r.boolean(),traceThreadPythonEvaluatorEnabled:r.boolean(),spanLlmAsJudgeEnabled:r.boolean(),spanUserDefinedMetricPythonEnabled:r.boolean(),guardrailsEnabled:r.boolean(),opikAiEnabled:r.property("opikAIEnabled",r.boolean()),alertsEnabled:r.boolean(),welcomeWizardEnabled:r.boolean(),exportEnabled:r.boolean(),optimizationStudioEnabled:r.boolean(),costIntelligenceEnabled:r.boolean(),datasetVersioningEnabled:r.boolean(),datasetExportEnabled:r.boolean(),demoDataEnabled:r.boolean(),openaiProviderEnabled:r.boolean(),anthropicProviderEnabled:r.boolean(),geminiProviderEnabled:r.boolean(),openrouterProviderEnabled:r.boolean(),vertexaiProviderEnabled:r.boolean(),bedrockProviderEnabled:r.boolean(),customllmProviderEnabled:r.boolean(),ollamaProviderEnabled:r.boolean(),ollieEnabled:r.boolean(),projectHomepageEnabled:r.boolean(),agenticToolsEnabled:r.boolean(),agentInsightsEnabled:r.boolean(),v2WorkspaceAllowlistIds:r.list(r.string()),v1WorkspaceAllowlistIds:r.list(r.string()),forceWorkspaceVersion:r.string(),defaultPageSize:r.number().optional(),v2WorkspaceAllowlist:r.string().optional(),v1WorkspaceAllowlist:r.string().optional()});});var $l,jE=n(()=>{b();Kv();$l=r.object({totalTokens:r.property("total_tokens",r.number().optional()),lanes:r.list(Gv).optional()});});var lee,G2=n(()=>{b();Bl();lee=r.object({spans:r.list(ps)});});var EE,CE=n(()=>{b();EE=r.enum_(["sdk","experiment","playground","optimization"]);});var IE,DE=n(()=>{b();IE=r.enum_(["general","tool","llm","guardrail"]);});var zs,UE=n(()=>{b();Gn();Nl();Vl();vi();CE();DE();zs=r.object({id:r.string().optional(),projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),traceId:r.property("trace_id",r.string().optional()),parentSpanId:r.property("parent_span_id",r.string().optional()),name:r.string().optional(),type:IE.optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Je.optional(),output:Je.optional(),metadata:Je.optional(),model:r.string().optional(),provider:r.string().optional(),tags:r.list(r.string()).optional(),usage:r.record(r.string(),r.number()).optional(),errorInfo:r.property("error_info",ss.optional()),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Ti).optional()),comments:r.list(Tt).optional(),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),totalEstimatedCostVersion:r.property("total_estimated_cost_version",r.string().optional()),duration:r.number().optional(),ttft:r.number().optional(),source:EE.optional(),environment:r.string().optional()});});var NE,K2=n(()=>{b();UE();NE=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(zs).optional(),sortableBy:r.list(r.string()).optional()});});var BE,FE=n(()=>{b();BE=r.object({workspace:r.string().optional(),spanCount:r.property("span_count",r.number().optional())});});var ME,O2=n(()=>{b();FE();ME=r.object({workspacesSpansCount:r.property("workspaces_spans_count",r.list(BE).optional())});});var WE,$2=n(()=>{b();Ll();ji();WE=r.object({laneKey:r.property("lane_key",r.string().optional()),title:r.string().optional(),subtitle:r.string().optional(),totalTokens:r.property("total_tokens",r.number().optional()),byModel:r.property("by_model",r.list(dr).optional()),itemCount:r.property("item_count",r.number().optional()),itemUnit:r.property("item_unit",r.string().optional()),items:r.list(fs).optional()});});var VE,Q2=n(()=>{b();Uv();jE();VE=r.object({input:$l.optional(),harness:r.list(Dv).optional(),output:$l.optional()});});var Et,Y2=n(()=>{b();Et=r.object({projectId:r.property("project_id",r.string().optional()),projectName:r.property("project_name",r.string().optional()),intervalStart:r.property("interval_start",r.date()),intervalEnd:r.property("interval_end",r.date()),userId:r.property("user_id",r.string().optional()),startBeforeEnd:r.property("start_before_end",r.boolean().optional()),projectProvided:r.property("project_provided",r.boolean().optional())});});var LE,X2=n(()=>{b();Ll();LE=r.object({totalSavingsTokens:r.property("total_savings_tokens",r.number().optional()),items:r.list(fs).optional()});});var JE,Z2=n(()=>{b();ji();Ps();JE=r.object({results:r.list(vr).optional(),spendCurrent:r.property("spend_current",r.list(dr).optional()),spendPrevious:r.property("spend_previous",r.list(dr).optional())});});var HE,GE=n(()=>{b();ji();HE=r.object({userUuid:r.property("user_uuid",r.string().optional()),userEmail:r.property("user_email",r.string().optional()),userDisplayName:r.property("user_display_name",r.string().optional()),byModel:r.property("by_model",r.list(dr).optional()),totalTokens:r.property("total_tokens",r.number().optional()),requests:r.number().optional(),skills:r.number().optional(),mcps:r.number().optional(),mcpCalls:r.property("mcp_calls",r.number().optional()),repositories:r.list(r.string()).optional(),flags:r.list(r.string()).optional()});});var KE,q2=n(()=>{b();GE();KE=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(HE).optional(),sortableBy:r.property("sortable_by",r.list(r.string()).optional())});});var OE,eY=n(()=>{b();OE=r.object({uploadId:r.property("upload_id",r.string()),preSignUrls:r.property("pre_sign_urls",r.list(r.string()))});});var $E,rY=n(()=>{b();$E=r.object({accessToken:r.property("access_token",r.string().optional()),refreshToken:r.property("refresh_token",r.string().optional()),tokenType:r.property("token_type",r.string().optional()),expiresIn:r.property("expires_in",r.number().optional()),workspaceId:r.property("workspace_id",r.string().optional()),workspaceName:r.property("workspace_name",r.string().optional())});});var QE,tY=n(()=>{b();QE=r.object({names:r.list(r.string()).optional()});});var mee,iY=n(()=>{b();Fl();mee=r.object({traces:r.list(cs)});});var YE,XE=n(()=>{b();YE=r.object({workspace:r.string().optional(),traceCount:r.property("trace_count",r.number().optional())});});var ZE,oY=n(()=>{b();XE();ZE=r.object({workspacesTracesCount:r.property("workspaces_traces_count",r.list(YE).optional())});});var qE,eC=n(()=>{b();qE=r.enum_(["sdk","experiment","playground","optimization"]);});var rC,tC=n(()=>{b();rC=r.enum_(["default","hidden"]);});var Ss,iC=n(()=>{b();Gn();Nl();SS();Vl();Iv();vi();eC();tC();Ss=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),name:r.string().optional(),startTime:r.property("start_time",r.date()),endTime:r.property("end_time",r.date().optional()),input:Je.optional(),output:Je.optional(),metadata:Je.optional(),tags:r.list(r.string()).optional(),errorInfo:r.property("error_info",ss.optional()),usage:r.record(r.string(),r.number()).optional(),createdAt:r.property("created_at",r.date().optional()),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),createdBy:r.property("created_by",r.string().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),feedbackScores:r.property("feedback_scores",r.list(Ti).optional()),spanFeedbackScores:r.property("span_feedback_scores",r.list(Ti).optional()),comments:r.list(Tt).optional(),guardrailsValidations:r.property("guardrails_validations",r.list(Cv).optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),spanCount:r.property("span_count",r.number().optional()),duration:r.number().optional(),ttft:r.number().optional(),threadId:r.property("thread_id",r.string().optional()),visibilityMode:r.property("visibility_mode",rC.optional()),llmSpanCount:r.property("llm_span_count",r.number().optional()),hasToolSpans:r.property("has_tool_spans",r.boolean().optional()),providers:r.list(r.string()).optional(),experiment:zS.optional(),source:qE.optional(),environment:r.string().optional()});});var oC,aY=n(()=>{b();iC();oC=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(Ss).optional(),sortableBy:r.list(r.string()).optional()});});var aC,nC=n(()=>{b();aC=r.enum_(["active","inactive"]);});var vs,sC=n(()=>{b();ut();gt();Ze();nC();vs=r.object({id:r.string().optional(),projectId:r.property("project_id",r.string().optional()),threadModelId:r.property("thread_model_id",r.string().optional()),startTime:r.property("start_time",r.date().optional()),endTime:r.property("end_time",r.date().optional()),duration:r.number().optional(),firstMessage:r.property("first_message",le.optional()),lastMessage:r.property("last_message",le.optional()),feedbackScores:r.property("feedback_scores",r.list(Pe).optional()),status:aC.optional(),numberOfMessages:r.property("number_of_messages",r.number().optional()),totalEstimatedCost:r.property("total_estimated_cost",r.number().optional()),usage:r.record(r.string(),r.number()).optional(),comments:r.list(ge).optional(),tags:r.list(r.string()).optional(),lastUpdatedAt:r.property("last_updated_at",r.date().optional()),lastUpdatedBy:r.property("last_updated_by",r.string().optional()),createdBy:r.property("created_by",r.string().optional()),createdAt:r.property("created_at",r.date().optional()),environment:r.string().optional()});});var Ql,nY=n(()=>{b();Ql=r.object({projectName:r.property("project_name",r.string().optional()),projectId:r.property("project_id",r.string().optional()),threadId:r.property("thread_id",r.string()),truncate:r.boolean().optional()});});var pC,sY=n(()=>{b();sC();pC=r.object({page:r.number().optional(),size:r.number().optional(),total:r.number().optional(),content:r.list(vs).optional(),sortableBy:r.list(r.string()).optional()});});var cC,pY=n(()=>{b();cC=r.object({responseExamples:r.property("response_examples",r.record(r.string(),r.record(r.string(),r.unknown())).optional())});});var lC,mC=n(()=>{b();lC=r.enum_(["success","failure"]);});var dC,cY=n(()=>{b();mC();dC=r.object({status:lC.optional(),statusCode:r.property("status_code",r.number().optional()),requestBody:r.property("request_body",r.string().optional()),errorMessage:r.property("error_message",r.string().optional())});});var uC,lY=n(()=>{b();uC=r.object({completed:r.boolean().optional()});});var Ts,mY=n(()=>{b();Ts=r.object({timeoutToMarkThreadAsInactive:r.property("timeout_to_mark_thread_as_inactive",r.string().optional()),truncationOnTables:r.property("truncation_on_tables",r.boolean().optional()),colorMap:r.property("color_map",r.record(r.string(),r.string()).optional())});});var dee,dY=n(()=>{b();dee=r.object({projectIds:r.property("project_ids",r.list(r.string()).optional()),name:r.string().optional(),intervalStart:r.property("interval_start",r.date()),intervalEnd:r.property("interval_end",r.date()),startBeforeEnd:r.property("start_before_end",r.boolean().optional())});});var Yl,uY=n(()=>{b();Ps();Yl=r.object({results:r.list(vr).optional()});});var Ci,gY=n(()=>{b();Ci=r.object({projectIds:r.property("project_ids",r.list(r.string()).optional()),intervalStart:r.property("interval_start",r.date()),intervalEnd:r.property("interval_end",r.date()),startBeforeEnd:r.property("start_before_end",r.boolean().optional())});});var gC,fY=n(()=>{b();Ps();gC=r.object({results:r.list(vr).optional()});});var fC,hY=n(()=>{b();fC=r.object({workspaceName:r.property("workspace_name",r.string().optional())});});var hC,yY=n(()=>{b();yj();hC=r.object({userName:r.string().optional(),workspaceName:r.string().optional(),permissions:r.list(hj).optional()});});var yC,bC=n(()=>{b();yC=r.enum_(["version_1","version_2"]);});var RC,bY=n(()=>{b();bC();RC=r.object({opikVersion:r.property("opik_version",yC.optional())});});var RY=n(()=>{kR();ER();PR();G4();IR();GR();MR();K4();Ef();TR();SR();BR();UR();JR();VR();OR();O4();QR();$4();bx();sx();ix();qR();mx();cx();XR();_x();xx();rx();fx();ux();zx();Ax();Q4();vx();Nx();Y4();X4();Z4();Vx();Fx();Cx();Wx();Dx();Nf();Uf();my();Jf();Mf();Vf();Hx();Kx();$x();ew();Yx();tw();q4();aw();sw();cw();e6();r6();t6();i6();hw();jw();hl();b_();C_();x_();o6();a6();U_();Dw();bl();L_();Nw();Rl();K_();Fw();xl();Z_();Ww();wl();tk();n6();ok();nk();pk();lk();dk();gk();hk();Lw();_l();wk();s6();kk();zk();p6();c6();vk();l6();m6();Ik();Bk();zl();Jk();Ek();Uk();Mk();Vk();eb();Zy();d6();u6();Zk();Yk();Gk();g6();Ok();oA();pA();Sl();gA();tA();nA();lA();dA();_A();f6();UA();EA();VA();BA();MA();IA();h6();y6();GA();JA();b6();YA();eP();ZA();oP();tP();$A();ut();nP();Gn();R6();pP();AA();x6();uP();w6();_6();RP();hP();bP();k6();wP();A6();kP();P6();PP();z6();S6();v6();Dh();Ih();jl();T6();j6();gz();VP();Yp();hh();E6();C6();Sz();yz();IP();bh();Sh();xh();I6();Uz();jz();Cz();Dz();SP();TP();D6();Bz();U6();Mz();Tl();Dl();EP();N6();Lz();B6();F6();hA();M6();W6();Jz();Ul();Kz();fi();oc();Nl();Xc();V6();L6();J6();H6();G6();K6();ni();OP();JP();Cl();Rz();lh();Ah();_h();dt();El();Il();zh();O6();$z();$6();Q6();Y6();eS();ac();PS();cy();X6();pz();QP();XP();_z();wz();yS();SS();uy();fy();Z6();NS();TS();ES();IS();BP();dz();lz();zz();Az();UP();ic();US();ky();Yz();Zz();Vh();Fh();Wh();q6();e2();r2();t2();ZS();i2();gt();Jr();iv();fn();o2();sv();av();oR();tR();az();qP();Xh();Gh();a2();n2();Vl();gv();yy();s2();Op();ai();p2();nS();iS();pS();lS();Ev();c2();Sv();Tv();RS();Iv();Ny();Cy();Dy();Uv();l2();bw();Kw();o_();Ll();Bv();Mv();Ze();nz();ta();vi();ci();ce();GP();gb();mr();wr();Xf();m2();Jv();Vv();Kv();ll();t_();g_();bn();_w();Yw();p_();Sn();Zw();Aw();En();l_();Rn();vn();Cn();xn();Tn();e_();zw();In();d_();Xv();d2();Kc();Vc();u2();Mb();Jc();g2();$v();Yv();f2();h2();nT();oT();y2();bA();xA();b2();cT();R2();$p();ji();lP();WS();GS();Wl();_v();FS();JS();QS();xv();x2();w2();_2();Jy();uT();k2();mT();A2();P2();OT();CT();hT();jT();KT();sj();z2();S2();lj();v2();wR();RR();uj();hi();fj();Ml();yj();T2();j2();wj();E2();Aj();zj();C2();Cj();Ej();Hw();kl();Nj();I2();D2();Fj();Rj();U2();N2();Zj();B2();tE();eE();Vj();zA();Jj();Jh();Yj();Sa();hb();bb();xb();ea();Cc();Ay();F2();lE();oE();nE();pE();Gj();Oj();kb();Qj();M2();W2();uE();hE();fE();wE();RE();V2();L2();rh();qf();Ps();vj();J2();SE();AE();zE();cv();dv();H2();jE();Bl();G2();dh();iy();qh();ry();bi();Cw();di();tb();Al();F_();ml();__();W_();K2();UE();CE();DE();uS();O2();fS();Gb();Lb();Hb();dl();A_();H_();Yb();Ob();Qb();$2();Q2();Y2();X2();Z2();q2();GE();eY();ih();xT();NT();XT();_T();FT();qT();zT();LT();ij();bT();DT();QT();AT();WT();rj();vT();HT();aj();rY();tY();sh();cl();Zx();ah();Fl();iY();oY();gh();sy();ay();yi();vw();ui();ob();yl();h_();aY();iC();eC();tC();wS();sC();bt();gR();_a();nb();Pl();$_();nY();ul();z_();Y_();sY();nC();dR();gl();v_();ek();sR();nR();kS();lR();cR();vA();fl();j_();Rk();wy();iz();rz();Qh();Oh();bv();hv();Ry();xw();$w();n_();ax();pY();yx();cY();mC();jx();lY();mY();uw();dY();uY();gY();fY();hY();FE();XE();yY();bY();bC();});var G={};L(G,{ActivateRequest:()=>Ra,Agent:()=>_R,AgentBlueprintHistory:()=>jR,AgentBlueprintHistoryType:()=>AR,AgentBlueprintPublic:()=>Rt,AgentBlueprintPublicType:()=>CR,AgentBlueprintWrite:()=>HR,AgentBlueprintWriteType:()=>FR,AgentConfigCreateWrite:()=>sl,AgentConfigEnv:()=>jf,AgentConfigEnvSetByName:()=>wo,AgentConfigEnvUpdate:()=>_o,AgentConfigRemoveValues:()=>ko,AgentConfigValueHistory:()=>vR,AgentConfigValueHistoryType:()=>zR,AgentConfigValuePublic:()=>NR,AgentConfigValuePublicType:()=>DR,AgentConfigValueWrite:()=>LR,AgentConfigValueWriteType:()=>WR,AggregationData:()=>KR,Alert:()=>Nq,AlertAlertType:()=>$R,AlertPagePublic:()=>un,AlertPublic:()=>dn,AlertPublicAlertType:()=>nx,AlertTrigger:()=>tx,AlertTriggerConfig:()=>ZR,AlertTriggerConfigPublic:()=>lx,AlertTriggerConfigPublicType:()=>px,AlertTriggerConfigType:()=>YR,AlertTriggerConfigWrite:()=>wx,AlertTriggerConfigWriteType:()=>Rx,AlertTriggerEventType:()=>ex,AlertTriggerPublic:()=>gx,AlertTriggerPublicEventType:()=>dx,AlertTriggerWrite:()=>Px,AlertTriggerWriteEventType:()=>kx,AlertWrite:()=>gn,AlertWriteAlertType:()=>Sx,AnnotationQueue:()=>Ux,AnnotationQueueBatch:()=>Bq,AnnotationQueueBatchWrite:()=>Po,AnnotationQueueItemIds:()=>pl,AnnotationQueuePagePublic:()=>Lx,AnnotationQueuePublic:()=>hn,AnnotationQueuePublicScope:()=>Bx,AnnotationQueueReviewer:()=>Ex,AnnotationQueueReviewerPublic:()=>Mx,AnnotationQueueScope:()=>Ix,AnnotationQueueUpdate:()=>zo,AnnotationQueueWrite:()=>Ao,AnnotationQueueWriteScope:()=>Df,AssertionResult:()=>ly,AssertionResultBatch:()=>So,AssertionResultBatchEntityType:()=>Wp,AssertionResultBatchItem:()=>Lf,AssertionResultBatchItemSource:()=>Ff,AssertionResultBatchItemStatus:()=>Wf,AssertionResultCompare:()=>Jx,AssertionScoreAverage:()=>Gx,AssertionScoreAveragePublic:()=>Ox,AssistantMessage:()=>qx,AssistantMessageRole:()=>Qx,Attachment:()=>rw,AttachmentListRequestEntityType:()=>Hp,AttachmentPage:()=>iw,AudioUrl:()=>ow,AudioUrlPublic:()=>nw,AudioUrlWrite:()=>pw,AuthDetailsHolder:()=>lw,AuthorizationServerMetadata:()=>mw,AuthorizeContext:()=>gw,AutomationRuleEvaluator:()=>Fq,AutomationRuleEvaluatorAction:()=>fw,AutomationRuleEvaluatorLlmAsJudge:()=>Tw,AutomationRuleEvaluatorLlmAsJudgePublic:()=>jn,AutomationRuleEvaluatorLlmAsJudgeWrite:()=>y_,AutomationRuleEvaluatorObjectObjectPublic:()=>E_,AutomationRuleEvaluatorObjectObjectPublicAction:()=>R_,AutomationRuleEvaluatorPagePublic:()=>I_,AutomationRuleEvaluatorPublic:()=>N_,AutomationRuleEvaluatorPublicAction:()=>D_,AutomationRuleEvaluatorSpanLlmAsJudge:()=>Iw,AutomationRuleEvaluatorSpanLlmAsJudgePublic:()=>Un,AutomationRuleEvaluatorSpanLlmAsJudgeWrite:()=>V_,AutomationRuleEvaluatorSpanUserDefinedMetricPython:()=>Uw,AutomationRuleEvaluatorSpanUserDefinedMetricPythonPublic:()=>Nn,AutomationRuleEvaluatorSpanUserDefinedMetricPythonWrite:()=>G_,AutomationRuleEvaluatorTraceThreadLlmAsJudge:()=>Bw,AutomationRuleEvaluatorTraceThreadLlmAsJudgePublic:()=>Bn,AutomationRuleEvaluatorTraceThreadLlmAsJudgeWrite:()=>X_,AutomationRuleEvaluatorTraceThreadUserDefinedMetricPython:()=>Mw,AutomationRuleEvaluatorTraceThreadUserDefinedMetricPythonPublic:()=>Fn,AutomationRuleEvaluatorTraceThreadUserDefinedMetricPythonWrite:()=>rk,AutomationRuleEvaluatorUpdate:()=>yk,AutomationRuleEvaluatorUpdateAction:()=>ik,AutomationRuleEvaluatorUpdateLlmAsJudge:()=>ak,AutomationRuleEvaluatorUpdateSpanLlmAsJudge:()=>sk,AutomationRuleEvaluatorUpdateSpanUserDefinedMetricPython:()=>ck,AutomationRuleEvaluatorUpdateTraceThreadLlmAsJudge:()=>mk,AutomationRuleEvaluatorUpdateTraceThreadUserDefinedMetricPython:()=>uk,AutomationRuleEvaluatorUpdateUserDefinedMetricPython:()=>fk,AutomationRuleEvaluatorUserDefinedMetricPython:()=>Vw,AutomationRuleEvaluatorUserDefinedMetricPythonPublic:()=>Mn,AutomationRuleEvaluatorUserDefinedMetricPythonWrite:()=>xk,AutomationRuleEvaluatorWrite:()=>Ak,AutomationRuleEvaluatorWriteAction:()=>_k,AvgValueStatPublic:()=>Pk,BatchDelete:()=>de,BatchDeleteByProject:()=>Mq,BiInformation:()=>Sk,BiInformationResponse:()=>Ai,BlueprintPageHistory:()=>Tk,BooleanFeedbackDefinition:()=>Ck,BooleanFeedbackDefinitionCreate:()=>Nk,BooleanFeedbackDefinitionPublic:()=>Jn,BooleanFeedbackDefinitionUpdate:()=>Lk,BooleanFeedbackDetail:()=>jk,BooleanFeedbackDetailCreate:()=>Dk,BooleanFeedbackDetailPublic:()=>Fk,BooleanFeedbackDetailUpdate:()=>Wk,BreakdownConfigPublic:()=>qy,BreakdownConfigPublicField:()=>Xy,BridgeCommand:()=>$k,BridgeCommandBatchResponse:()=>qk,BridgeCommandItem:()=>Xk,BridgeCommandItemType:()=>Qk,BridgeCommandNextRequest:()=>Fa,BridgeCommandResultRequest:()=>Ma,BridgeCommandResultRequestStatus:()=>Mc,BridgeCommandStatus:()=>Hk,BridgeCommandSubmitRequest:()=>Wa,BridgeCommandSubmitRequestType:()=>Wc,BridgeCommandSubmitResponse:()=>eA,BridgeCommandType:()=>Kk,CategoricalFeedbackDefinition:()=>iA,CategoricalFeedbackDefinitionCreate:()=>sA,CategoricalFeedbackDefinitionPublic:()=>Hn,CategoricalFeedbackDefinitionUpdate:()=>uA,CategoricalFeedbackDetail:()=>rA,CategoricalFeedbackDetailCreate:()=>aA,CategoricalFeedbackDetailPublic:()=>cA,CategoricalFeedbackDetailUpdate:()=>mA,ChatCompletionChoice:()=>wA,ChatCompletionRequest:()=>Eo,ChatCompletionResponse:()=>TA,Check:()=>DA,CheckName:()=>jA,CheckPublic:()=>WA,CheckPublicName:()=>NA,CheckPublicResult:()=>FA,CheckResult:()=>CA,ChunkedOutputJsonNode:()=>Wq,ChunkedOutputJsonNodePublic:()=>Vq,ChunkedOutputJsonNodePublicType:()=>HA,ChunkedOutputJsonNodeType:()=>LA,ClientRegistrationRequest:()=>ga,ClientRegistrationResponse:()=>KA,Column:()=>QA,ColumnCompare:()=>qA,ColumnCompareTypesItem:()=>XA,ColumnPublic:()=>iP,ColumnPublicTypesItem:()=>rP,ColumnTypesItem:()=>OA,Comment:()=>ge,CommentCompare:()=>aP,CommentPublic:()=>Tt,CompleteMultipartUploadRequest:()=>vl,CompleteMultipartUploadRequestEntityType:()=>sP,CompletionTokensDetails:()=>kA,ConsentRequest:()=>fa,ConsentResponse:()=>mP,CountValueStatPublic:()=>dP,CreateDatasetItemsFromJsonRequestFormat:()=>rc,CreateDatasetItemsFromSpansRequest:()=>Co,CreateDatasetItemsFromTracesRequest:()=>Io,CreateLocalRunnerJobRequest:()=>La,CreatePromptVersionDetail:()=>va,CreatePromptVersionDetailTemplateStructure:()=>Tc,CreateSessionRequest:()=>xa,CreateSessionRequestType:()=>wc,CreateSessionResponse:()=>gP,DashboardPagePublic:()=>jt,DashboardPublic:()=>er,DashboardPublicScope:()=>fP,DashboardPublicType:()=>yP,DashboardUpdatePublic:()=>Kn,DashboardUpdatePublicType:()=>xP,DashboardWrite:()=>On,DashboardWriteType:()=>_P,DataPointDouble:()=>Lq,DataPointNumberPublic:()=>AP,Dataset:()=>Jq,DatasetExpansion:()=>Hq,DatasetExpansionResponse:()=>FP,DatasetExpansionWrite:()=>Do,DatasetExportJobPublic:()=>si,DatasetExportJobPublicStatus:()=>Ch,DatasetIdentifier:()=>Uo,DatasetIdentifierPublic:()=>No,DatasetItem:()=>Qn,DatasetItemBatch:()=>Gq,DatasetItemBatchUpdate:()=>Fo,DatasetItemBatchWrite:()=>Wo,DatasetItemChangesPublic:()=>MP,DatasetItemCompare:()=>uz,DatasetItemCompareSource:()=>WP,DatasetItemFilter:()=>Bo,DatasetItemFilterOperator:()=>fh,DatasetItemPageCompare:()=>fz,DatasetItemPagePublic:()=>vz,DatasetItemPublic:()=>rs,DatasetItemPublicSource:()=>hz,DatasetItemSource:()=>CP,DatasetItemStreamRequest:()=>Vo,DatasetItemUpdate:()=>yh,DatasetItemWrite:()=>Mo,DatasetItemWriteSource:()=>Rh,DatasetItemsDelete:()=>Lo,DatasetPagePublic:()=>is,DatasetPublic:()=>Pi,DatasetPublicStatus:()=>Tz,DatasetPublicType:()=>Ez,DatasetPublicVisibility:()=>Iz,DatasetStatus:()=>zP,DatasetType:()=>vP,DatasetUpdate:()=>Jo,DatasetUpdateVisibility:()=>Xp,DatasetVersionDiff:()=>Fz,DatasetVersionDiffStats:()=>Nz,DatasetVersionPagePublic:()=>Wz,DatasetVersionPublic:()=>Gr,DatasetVersionRestorePublic:()=>Ho,DatasetVersionRetrieveRequestPublic:()=>Go,DatasetVersionSummary:()=>$n,DatasetVersionSummaryPublic:()=>ts,DatasetVersionTag:()=>Ko,DatasetVersionUpdatePublic:()=>Oo,DatasetVisibility:()=>jP,DatasetWrite:()=>$o,DatasetWriteType:()=>Zp,DatasetWriteVisibility:()=>qp,DeleteAttachmentsRequest:()=>Kq,DeleteAttachmentsRequestEntityType:()=>Vz,DeleteFeedbackScore:()=>os,DeleteIdsHolder:()=>zi,DeleteThreadFeedbackScores:()=>Za,DeleteTraceThreads:()=>qa,Delta:()=>fA,DownloadAttachmentRequestEntityType:()=>Gp,Environment:()=>Oq,EnvironmentPagePublic:()=>Hz,EnvironmentPublic:()=>as,EnvironmentUpdate:()=>Qo,EnvironmentWrite:()=>Yo,ErrorCountWithDeviation:()=>ns,ErrorCountWithDeviationDetailed:()=>Gz,ErrorInfo:()=>Ar,ErrorInfoExperimentItemBulkWriteView:()=>ia,ErrorInfoPublic:()=>ss,ErrorInfoWrite:()=>$a,ErrorMessage:()=>Si,ErrorMessageDetail:()=>$q,ErrorMessageDetailed:()=>Qq,ErrorMessageHistory:()=>Yq,ErrorMessagePublic:()=>Xq,ErrorMessageWrite:()=>Zq,EvaluatorItem:()=>xr,EvaluatorItemCompare:()=>KP,EvaluatorItemCompareType:()=>LP,EvaluatorItemPublic:()=>Zn,EvaluatorItemPublicType:()=>bz,EvaluatorItemType:()=>ch,EvaluatorItemWrite:()=>kh,EvaluatorItemWriteType:()=>wh,ExecutionPolicy:()=>Ye,ExecutionPolicyCompare:()=>Yn,ExecutionPolicyPublic:()=>qn,ExecutionPolicyWrite:()=>Ph,Experiment:()=>qq,ExperimentBatchUpdate:()=>qo,ExperimentEvaluationMethod:()=>Oz,ExperimentExecutionRequest:()=>ra,ExperimentExecutionResponse:()=>rS,ExperimentGroupAggregationsResponse:()=>oS,ExperimentGroupResponse:()=>mS,ExperimentInfo:()=>qz,ExperimentItem:()=>na,ExperimentItemBulkRecord:()=>AS,ExperimentItemBulkRecordExperimentItemBulkWriteView:()=>py,ExperimentItemBulkUpload:()=>eee,ExperimentItemBulkUploadExperimentItemBulkWriteView:()=>oa,ExperimentItemCompare:()=>sz,ExperimentItemCompareStatus:()=>$P,ExperimentItemCompareTraceVisibilityMode:()=>YP,ExperimentItemPublic:()=>es,ExperimentItemPublicTraceVisibilityMode:()=>xz,ExperimentItemReference:()=>hS,ExperimentItemReferencePublic:()=>zS,ExperimentItemStatus:()=>dy,ExperimentItemStreamRequest:()=>aa,ExperimentItemTraceVisibilityMode:()=>gy,ExperimentItemsBatch:()=>sa,ExperimentItemsDelete:()=>pa,ExperimentPagePublic:()=>ds,ExperimentPublic:()=>ms,ExperimentPublicEvaluationMethod:()=>vS,ExperimentPublicStatus:()=>jS,ExperimentPublicType:()=>CS,ExperimentRunSummary:()=>NP,ExperimentRunSummaryCompare:()=>mz,ExperimentRunSummaryCompareStatus:()=>cz,ExperimentRunSummaryPublic:()=>Pz,ExperimentRunSummaryPublicStatus:()=>kz,ExperimentRunSummaryStatus:()=>DP,ExperimentScore:()=>Xo,ExperimentScorePublic:()=>DS,ExperimentScoreWrite:()=>_y,ExperimentStatus:()=>Qz,ExperimentStreamRequestPublic:()=>ca,ExperimentType:()=>Xz,ExperimentUpdate:()=>Zo,ExperimentUpdateStatus:()=>Bh,ExperimentUpdateType:()=>Mh,ExperimentWrite:()=>la,ExperimentWriteEvaluationMethod:()=>sc,ExperimentWriteStatus:()=>pc,ExperimentWriteType:()=>cc,ExportTraceServiceRequest:()=>ree,Feedback:()=>tee,FeedbackCreate:()=>OS,FeedbackDefinitionPagePublic:()=>qS,FeedbackObjectPublic:()=>XS,FeedbackPublic:()=>rv,FeedbackScore:()=>Pe,FeedbackScoreAverage:()=>ve,FeedbackScoreAverageDetailed:()=>tv,FeedbackScoreAveragePublic:()=>Hr,FeedbackScoreBatch:()=>gs,FeedbackScoreBatchItem:()=>nv,FeedbackScoreBatchItemSource:()=>ov,FeedbackScoreBatchItemThread:()=>iR,FeedbackScoreBatchItemThreadSource:()=>rR,FeedbackScoreBatchThread:()=>en,FeedbackScoreCompare:()=>oz,FeedbackScoreCompareSource:()=>ZP,FeedbackScoreExperimentItemBulkWriteView:()=>Yh,FeedbackScoreExperimentItemBulkWriteViewSource:()=>Hh,FeedbackScoreNames:()=>lv,FeedbackScoreNamesPublic:()=>Kr,FeedbackScorePublic:()=>Ti,FeedbackScorePublicSource:()=>uv,FeedbackScoreSource:()=>hy,FeedbackUpdate:()=>Av,FindFeedbackDefinitionsRequestType:()=>mc,FindFeedbackScoreNames1RequestType:()=>el,Function:()=>To,FunctionCall:()=>Rr,GenerateReportResponse:()=>Pv,GetSpanStatsRequestType:()=>rl,GetSpansByProjectRequestType:()=>tl,GetWebhookExamplesRequestAlertType:()=>Bp,GroupContent:()=>aS,GroupContentWithAggregations:()=>tS,GroupDetail:()=>sS,GroupDetails:()=>cS,Guardrail:()=>jv,GuardrailBatch:()=>iee,GuardrailBatchWrite:()=>ma,GuardrailName:()=>zv,GuardrailResult:()=>vv,GuardrailWrite:()=>Uy,GuardrailWriteName:()=>Ey,GuardrailWriteResult:()=>Iy,GuardrailsValidation:()=>bS,GuardrailsValidationPublic:()=>Cv,HarnessEntry:()=>Dv,IdsHolder:()=>oee,ImageUrl:()=>yw,ImageUrlPublic:()=>Gw,ImageUrlWrite:()=>i_,Item:()=>fs,ItemImpact:()=>Nv,ItemLockInfo:()=>Fv,JsonListString:()=>le,JsonListStringCompare:()=>Xn,JsonListStringExperimentItemBulkWriteView:()=>Xe,JsonListStringPublic:()=>Je,JsonListStringWrite:()=>Le,JsonNode:()=>V,JsonNodeCompare:()=>HP,JsonNodeDetail:()=>ub,JsonNodePublic:()=>_e,JsonNodeWrite:()=>Se,JsonSchema:()=>Yf,KpiCardRequest:()=>wa,KpiCardRequestEntityType:()=>kc,KpiCardResponse:()=>Hv,KpiMetric:()=>Lv,KpiMetricType:()=>Wv,Lane:()=>Gv,ListRunnersRequestStatus:()=>Yc,LlmAsJudgeCode:()=>wn,LlmAsJudgeCodePublic:()=>r_,LlmAsJudgeCodeWrite:()=>u_,LlmAsJudgeMessage:()=>xt,LlmAsJudgeMessageContent:()=>ww,LlmAsJudgeMessageContentPublic:()=>Qw,LlmAsJudgeMessageContentWrite:()=>s_,LlmAsJudgeMessagePublic:()=>kt,LlmAsJudgeMessagePublicRole:()=>Xw,LlmAsJudgeMessageRole:()=>kw,LlmAsJudgeMessageWrite:()=>zt,LlmAsJudgeMessageWriteRole:()=>c_,LlmAsJudgeModelParameters:()=>wt,LlmAsJudgeModelParametersPublic:()=>At,LlmAsJudgeModelParametersWrite:()=>St,LlmAsJudgeOutputSchema:()=>_t,LlmAsJudgeOutputSchemaPublic:()=>Pt,LlmAsJudgeOutputSchemaPublicType:()=>qw,LlmAsJudgeOutputSchemaType:()=>Pw,LlmAsJudgeOutputSchemaWrite:()=>vt,LlmAsJudgeOutputSchemaWriteType:()=>m_,LocalRunner:()=>hs,LocalRunnerHeartbeatRequest:()=>Ja,LocalRunnerHeartbeatResponse:()=>Zv,LocalRunnerJob:()=>yt,LocalRunnerJobMetadata:()=>Va,LocalRunnerJobPage:()=>qv,LocalRunnerJobResultRequest:()=>Ha,LocalRunnerJobResultRequestStatus:()=>Lc,LocalRunnerJobStatus:()=>Fb,LocalRunnerLogEntry:()=>Ga,LocalRunnerPage:()=>eT,LocalRunnerStatus:()=>Ov,LocalRunnerType:()=>Qv,LockResponse:()=>rT,LocksResponse:()=>tT,LogItem:()=>aT,LogItemLevel:()=>iT,LogPage:()=>sT,LogProb:()=>yA,LogProbs:()=>RA,ManualEvaluationRequest:()=>ys,ManualEvaluationRequestEntityType:()=>pT,ManualEvaluationResponse:()=>bs,Message:()=>jo,ModelTiers:()=>dr,MultipartUploadPart:()=>cP,NumericalFeedbackDefinition:()=>MS,NumericalFeedbackDefinitionCreate:()=>HS,NumericalFeedbackDefinitionPublic:()=>us,NumericalFeedbackDefinitionUpdate:()=>wv,NumericalFeedbackDetail:()=>BS,NumericalFeedbackDetailCreate:()=>LS,NumericalFeedbackDetailPublic:()=>$S,NumericalFeedbackDetailUpdate:()=>Rv,OAuthError:()=>aee,OllamaConnectionTestResponse:()=>Jl,OllamaInstanceBaseUrlRequest:()=>Hl,OllamaModel:()=>Ly,OllieReport:()=>dT,OllieReportPage:()=>gT,OllieReportStatus:()=>lT,Optimization:()=>nee,OptimizationPagePublic:()=>xs,OptimizationPublic:()=>Rs,OptimizationPublicStatus:()=>ET,OptimizationStatus:()=>fT,OptimizationStudioConfig:()=>TT,OptimizationStudioConfigPublic:()=>GT,OptimizationStudioConfigWrite:()=>nj,OptimizationStudioLog:()=>pj,OptimizationUpdate:()=>ba,OptimizationUpdateStatus:()=>Rc,OptimizationWrite:()=>Gl,OptimizationWriteStatus:()=>cj,PageColumns:()=>mj,Param:()=>xR,ParamPresence:()=>bR,PercentageValueStatPublic:()=>dj,PercentageValues:()=>Pr,PercentageValuesDetailed:()=>gj,PercentageValuesPublic:()=>ls,Permission:()=>hj,Project:()=>see,ProjectDetailed:()=>_j,ProjectDetailedVisibility:()=>xj,ProjectMetricRequestPublic:()=>ka,ProjectMetricRequestPublicInterval:()=>Ac,ProjectMetricRequestPublicMetricType:()=>Pc,ProjectMetricResponsePublic:()=>Tj,ProjectMetricResponsePublicInterval:()=>kj,ProjectMetricResponsePublicMetricType:()=>Pj,ProjectPagePublic:()=>Ij,ProjectPublic:()=>ws,ProjectPublicVisibility:()=>jj,ProjectReference:()=>Jw,ProjectReferencePublic:()=>Wn,ProjectRetrieveDetailed:()=>Aa,ProjectStatItemObjectPublic:()=>Uj,ProjectStatsPublic:()=>Or,ProjectStatsSummary:()=>Mj,ProjectStatsSummaryItem:()=>Bj,ProjectUpdate:()=>Pa,ProjectUpdateVisibility:()=>zc,ProjectVisibility:()=>bj,ProjectWrite:()=>za,ProjectWriteVisibility:()=>Sc,Prompt:()=>pee,PromptDetail:()=>Ol,PromptDetailTemplateStructure:()=>Xj,PromptPagePublic:()=>_s,PromptPublic:()=>rE,PromptPublicTemplateStructure:()=>qj,PromptTemplateStructure:()=>Wj,PromptTokensDetails:()=>PA,PromptType:()=>Lj,PromptUpdatable:()=>Ta,PromptVariant:()=>Lh,PromptVersion:()=>Kl,PromptVersionBatchUpdate:()=>ja,PromptVersionCommitsRequestPublic:()=>Ea,PromptVersionDetail:()=>Ie,PromptVersionDetailTemplateStructure:()=>fb,PromptVersionDetailType:()=>yb,PromptVersionDetailVersionType:()=>Rb,PromptVersionEnvironmentUpdate:()=>Ca,PromptVersionIdsRequestDetail:()=>Ia,PromptVersionLink:()=>Lr,PromptVersionLinkPublic:()=>gi,PromptVersionLinkWrite:()=>nc,PromptVersionPagePublic:()=>mE,PromptVersionPublic:()=>cE,PromptVersionPublicTemplateStructure:()=>iE,PromptVersionPublicType:()=>aE,PromptVersionPublicVersionType:()=>sE,PromptVersionRetrieveDetail:()=>Da,PromptVersionTemplateStructure:()=>Hj,PromptVersionType:()=>Kj,PromptVersionUpdate:()=>_b,PromptVersionVersionType:()=>$j,PromptWrite:()=>Ua,PromptWriteTemplateStructure:()=>jc,PromptWriteType:()=>Ec,ProviderApiKey:()=>cee,ProviderApiKeyPagePublic:()=>yE,ProviderApiKeyProvider:()=>dE,ProviderApiKeyPublic:()=>ks,ProviderApiKeyPublicProvider:()=>gE,ProviderApiKeyUpdate:()=>da,ProviderApiKeyWrite:()=>ua,ProviderApiKeyWriteProvider:()=>fc,RecentActivityItemPublic:()=>xE,RecentActivityItemPublicType:()=>bE,RecentActivityPagePublic:()=>_E,ReportCompleteRequest:()=>Na,ReportCompleteRequestStatus:()=>Uc,ReportPreference:()=>As,ResponseFormat:()=>eh,ResponseFormatType:()=>Zf,Result:()=>vr,ResultsNumberPublic:()=>Sj,RetentionRulePagePublic:()=>vE,RetentionRulePublic:()=>Ei,RetentionRulePublicLevel:()=>kE,RetentionRulePublicRetention:()=>PE,RetentionRuleWrite:()=>Ba,RetentionRuleWriteRetention:()=>Bc,RevokeRequest:()=>ha,ScoreName:()=>pv,ScoreNamePublic:()=>mv,ServiceTogglesConfig:()=>TE,Side:()=>$l,Span:()=>ps,SpanBatch:()=>lee,SpanBatchUpdate:()=>Oa,SpanBatchWrite:()=>Ya,SpanEnrichmentOptions:()=>mh,SpanExperimentItemBulkWriteView:()=>ty,SpanExperimentItemBulkWriteViewSource:()=>Zh,SpanExperimentItemBulkWriteViewType:()=>ey,SpanFilter:()=>Sr,SpanFilterOperator:()=>Ew,SpanFilterPublic:()=>_r,SpanFilterPublicOperator:()=>rb,SpanFilterWrite:()=>Vn,SpanFilterWriteOperator:()=>B_,SpanLlmAsJudgeCode:()=>_n,SpanLlmAsJudgeCodePublic:()=>w_,SpanLlmAsJudgeCodeWrite:()=>M_,SpanPagePublic:()=>NE,SpanPublic:()=>zs,SpanPublicSource:()=>EE,SpanPublicType:()=>IE,SpanSearchStreamRequestPublic:()=>Xa,SpanSearchStreamRequestPublicExcludeItem:()=>Zc,SpanSearchStreamRequestPublicType:()=>qc,SpanSource:()=>dS,SpanType:()=>gS,SpanUpdate:()=>Ka,SpanUpdateSource:()=>Vb,SpanUpdateType:()=>Jb,SpanUserDefinedMetricPythonCode:()=>kn,SpanUserDefinedMetricPythonCodePublic:()=>k_,SpanUserDefinedMetricPythonCodeWrite:()=>J_,SpanWrite:()=>Qa,SpanWriteSource:()=>Kb,SpanWriteType:()=>$b,SpansCountResponse:()=>ME,SpendBreakdownResponse:()=>WE,SpendCompositionResponse:()=>VE,SpendMetricRequest:()=>Et,SpendRecommendationsResponse:()=>LE,SpendSummaryResponse:()=>JE,SpendUserPage:()=>KE,SpendUserRow:()=>HE,StartMultipartUploadRequest:()=>vo,StartMultipartUploadRequestEntityType:()=>Lp,StartMultipartUploadResponse:()=>OE,StreamOptions:()=>th,StudioEvaluation:()=>RT,StudioEvaluationPublic:()=>UT,StudioEvaluationWrite:()=>YT,StudioLlmModel:()=>wT,StudioLlmModelPublic:()=>BT,StudioLlmModelWrite:()=>ZT,StudioMessage:()=>PT,StudioMessagePublic:()=>VT,StudioMessageWrite:()=>tj,StudioMetric:()=>yT,StudioMetricPublic:()=>IT,StudioMetricWrite:()=>$T,StudioOptimizer:()=>kT,StudioOptimizerPublic:()=>MT,StudioOptimizerWrite:()=>ej,StudioPrompt:()=>ST,StudioPromptPublic:()=>JT,StudioPromptWrite:()=>oj,TokenRequest:()=>ya,TokenResponse:()=>$E,TokenUsageNames:()=>QE,Tool:()=>nh,ToolCall:()=>yn,ToolCallType:()=>Xx,ToolType:()=>oh,Trace:()=>cs,TraceBatch:()=>mee,TraceBatchUpdate:()=>tn,TraceBatchWrite:()=>an,TraceCountResponse:()=>ZE,TraceEnrichmentOptions:()=>uh,TraceExperimentItemBulkWriteView:()=>ny,TraceExperimentItemBulkWriteViewSource:()=>oy,TraceFilter:()=>zr,TraceFilterOperator:()=>Sw,TraceFilterPublic:()=>kr,TraceFilterPublicOperator:()=>ib,TraceFilterWrite:()=>Dn,TraceFilterWriteOperator:()=>f_,TracePagePublic:()=>oC,TracePublic:()=>Ss,TracePublicSource:()=>qE,TracePublicVisibilityMode:()=>rC,TraceSearchStreamRequestPublic:()=>nn,TraceSearchStreamRequestPublicExcludeItem:()=>ol,TraceSource:()=>xS,TraceThread:()=>vs,TraceThreadBatchIdentifier:()=>sn,TraceThreadBatchUpdate:()=>cn,TraceThreadFilter:()=>qe,TraceThreadFilterOperator:()=>uR,TraceThreadFilterPublic:()=>ft,TraceThreadFilterPublicOperator:()=>ab,TraceThreadFilterWrite:()=>Ln,TraceThreadFilterWriteOperator:()=>O_,TraceThreadIdentifier:()=>Ql,TraceThreadLlmAsJudgeCode:()=>An,TraceThreadLlmAsJudgeCodePublic:()=>P_,TraceThreadLlmAsJudgeCodeWrite:()=>Q_,TraceThreadPage:()=>pC,TraceThreadSearchStreamRequest:()=>ln,TraceThreadStatus:()=>aC,TraceThreadUpdate:()=>pn,TraceThreadUserDefinedMetricPythonCode:()=>Pn,TraceThreadUserDefinedMetricPythonCodePublic:()=>S_,TraceThreadUserDefinedMetricPythonCodeWrite:()=>q_,TraceUpdate:()=>rn,TraceUpdateSource:()=>aR,TraceVisibilityMode:()=>_S,TraceWrite:()=>on,TraceWriteSource:()=>pR,UploadAttachmentRequestEntityType:()=>Kp,Usage:()=>SA,UserDefinedMetricPythonCode:()=>zn,UserDefinedMetricPythonCodePublic:()=>T_,UserDefinedMetricPythonCodeWrite:()=>bk,ValueEntry:()=>xy,ValueEntryCompare:()=>tz,ValueEntryCompareSource:()=>ez,ValueEntryExperimentItemBulkWriteView:()=>$h,ValueEntryExperimentItemBulkWriteViewSource:()=>Kh,ValueEntryPublic:()=>yv,ValueEntryPublicSource:()=>fv,ValueEntrySource:()=>by,VideoUrl:()=>Rw,VideoUrlPublic:()=>Ow,VideoUrlWrite:()=>a_,Webhook:()=>ox,WebhookExamples:()=>cC,WebhookPublic:()=>hx,WebhookTestResult:()=>dC,WebhookTestResultStatus:()=>lC,WebhookWrite:()=>Tx,WelcomeWizardSubmission:()=>mn,WelcomeWizardTracking:()=>uC,WorkspaceConfiguration:()=>Ts,WorkspaceInfo:()=>dw,WorkspaceMetricRequest:()=>dee,WorkspaceMetricResponse:()=>Yl,WorkspaceMetricsSummaryRequest:()=>Ci,WorkspaceMetricsSummaryResponse:()=>gC,WorkspaceNameHolder:()=>fC,WorkspaceSpansCount:()=>BE,WorkspaceTraceCount:()=>YE,WorkspaceUserPermissions:()=>hC,WorkspaceVersion:()=>RC,WorkspaceVersionOpikVersion:()=>yC,agentConfigs:()=>Np,alerts:()=>Fp,annotationQueues:()=>Mp,assertionResults:()=>Vp,attachments:()=>oi,chatCompletions:()=>Qp,datasets:()=>pi,environments:()=>tc,experiments:()=>lc,feedbackDefinitions:()=>dc,guardrails:()=>uc,llmModels:()=>li,llmProviderKey:()=>hc,mcpOAuth:()=>yc,ollama:()=>mi,optimizations:()=>xc,pairing:()=>_c,projects:()=>vc,prompts:()=>ht,reports:()=>Nc,retentionRules:()=>Fc,runners:()=>lr,spans:()=>il,traces:()=>al,welcomeWizard:()=>nl});var ie=n(()=>{H4();RY();});var Xl,xY=n(()=>{X();$();b();Q();Z();J();ie();te();Xl=class{constructor(i={}){this._options=W(i);}createAgentConfig(i,e){return P.fromPromise(this.__createAgentConfig(i,e))}async __createAgentConfig(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/agent-configs/blueprints"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:sl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 401:throw new Y(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/agent-configs/blueprints")}updateAgentConfig(i,e){return P.fromPromise(this.__updateAgentConfig(i,e))}async __updateAgentConfig(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/agent-configs/blueprints"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:sl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"PATCH","/v1/private/agent-configs/blueprints")}createBlueprintFromMask(i,e,t={},o){return P.fromPromise(this.__createBlueprintFromMask(i,e,t,o))}async __createBlueprintFromMask(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/agent-configs/blueprints/projects/${_.encodePathParam(i)}/masks/${_.encodePathParam(e)}`),method:"POST",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 401:throw new Y(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/agent-configs/blueprints/projects/{project_id}/masks/{mask_id}")}createOrUpdateEnvs(i,e){return P.fromPromise(this.__createOrUpdateEnvs(i,e))}async __createOrUpdateEnvs(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/agent-configs/blueprints/environments"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:_o.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/agent-configs/blueprints/environments")}getBlueprintByEnv(i,e,t={},o){return P.fromPromise(this.__getBlueprintByEnv(i,e,t,o))}async __getBlueprintByEnv(i,e,t={},o){var m,u,d,f,g,h,y,w,k,C,I;let{maskId:a}=t,s={mask_id:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=o==null?void 0:o.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),o==null?void 0:o.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/agent-configs/blueprints/environments/${_.encodePathParam(i)}/projects/${_.encodePathParam(e)}`),method:"GET",headers:c,queryParameters:{...s,...o==null?void 0:o.queryParams},timeoutMs:((w=(y=o==null?void 0:o.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=o==null?void 0:o.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Rt.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 401:throw new Y(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}")}setEnvByBlueprintName(i,e,t,o){return P.fromPromise(this.__setEnvByBlueprintName(i,e,t,o))}async __setEnvByBlueprintName(i,e,t,o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/agent-configs/blueprints/environments/${_.encodePathParam(i)}/projects/${_.encodePathParam(e)}`),method:"PUT",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:wo.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 401:throw new Y(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PUT","/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}")}deleteEnv(i,e,t={},o){return P.fromPromise(this.__deleteEnv(i,e,t,o))}async __deleteEnv(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/agent-configs/blueprints/environments/${_.encodePathParam(i)}/projects/${_.encodePathParam(e)}`),method:"DELETE",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===401?new Y(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"DELETE","/v1/private/agent-configs/blueprints/environments/{env_name}/projects/{project_id}")}getBlueprintById(i,e={},t){return P.fromPromise(this.__getBlueprintById(i,e,t))}async __getBlueprintById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{maskId:o}=e,a={mask_id:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/agent-configs/blueprints/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Rt.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")switch(c.error.statusCode){case 401:throw new Y(c.error.body,c.rawResponse);case 404:throw new U(c.error.body,c.rawResponse);default:throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse})}return j(c.error,c.rawResponse,"GET","/v1/private/agent-configs/blueprints/{blueprint_id}")}getBlueprintByName(i,e,t={},o){return P.fromPromise(this.__getBlueprintByName(i,e,t,o))}async __getBlueprintByName(i,e,t={},o){var m,u,d,f,g,h,y,w,k,C,I;let{maskId:a}=t,s={mask_id:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=o==null?void 0:o.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),o==null?void 0:o.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/agent-configs/blueprints/projects/${_.encodePathParam(i)}/names/${_.encodePathParam(e)}`),method:"GET",headers:c,queryParameters:{...s,...o==null?void 0:o.queryParams},timeoutMs:((w=(y=o==null?void 0:o.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=o==null?void 0:o.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Rt.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 401:throw new Y(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/agent-configs/blueprints/projects/{project_id}/names/{name}")}getBlueprintHistory(i,e={},t){return P.fromPromise(this.__getBlueprintHistory(i,e,t))}async __getBlueprintHistory(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{page:o,size:a}=e,s={page:o,size:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/agent-configs/blueprints/history/projects/${_.encodePathParam(i)}`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Tk.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 401:throw new Y(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/agent-configs/blueprints/history/projects/{project_id}")}getDeltaById(i,e={},t){return P.fromPromise(this.__getDeltaById(i,e,t))}async __getDeltaById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/agent-configs/blueprints/${_.encodePathParam(i)}/deltas`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Rt.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 401:throw new Y(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"GET","/v1/private/agent-configs/blueprints/{blueprint_id}/deltas")}getLatestBlueprint(i,e={},t){return P.fromPromise(this.__getLatestBlueprint(i,e,t))}async __getLatestBlueprint(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{maskId:o}=e,a={mask_id:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/agent-configs/blueprints/latest/projects/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Rt.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")switch(c.error.statusCode){case 401:throw new Y(c.error.body,c.rawResponse);case 404:throw new U(c.error.body,c.rawResponse);default:throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse})}return j(c.error,c.rawResponse,"GET","/v1/private/agent-configs/blueprints/latest/projects/{project_id}")}removeConfigKeys(i,e){return P.fromPromise(this.__removeConfigKeys(i,e))}async __removeConfigKeys(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/agent-configs/blueprints/remove-keys"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ko.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===401?new Y(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/agent-configs/blueprints/remove-keys")}};});var Zl,wY=n(()=>{X();$();b();Q();Z();J();ie();te();Zl=class{constructor(i={}){this._options=W(i);}getSpendComposition(i,e){return P.fromPromise(this.__getSpendComposition(i,e))}async __getSpendComposition(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ai-spend/composition"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Et.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:VE.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/ai-spend/composition")}getSpendLaneBreakdown(i,e,t){return P.fromPromise(this.__getSpendLaneBreakdown(i,e,t))}async __getSpendLaneBreakdown(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/ai-spend/composition/${_.encodePathParam(i)}/breakdown`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Et.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:WE.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===400?new B(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/ai-spend/composition/{laneKey}/breakdown")}getSpendRecommendations(i,e){return P.fromPromise(this.__getSpendRecommendations(i,e))}async __getSpendRecommendations(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ai-spend/recommendations"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Et.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:LE.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/ai-spend/recommendations")}getSpendSummary(i,e){return P.fromPromise(this.__getSpendSummary(i,e))}async __getSpendSummary(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ai-spend/summary"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Et.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:JE.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/ai-spend/summary")}getSpendUsers(i,e){return P.fromPromise(this.__getSpendUsers(i,e))}async __getSpendUsers(i,e){var d,f,g,h,y,w,k,C,I,D,N;let{page:t,size:o,sorting:a,name:s,body:c}=i,l={page:t,size:o,sorting:a,name:s},m=z((d=this._options)==null?void 0:d.headers,T({"Comet-Workspace":(g=e==null?void 0:e.workspaceName)!=null?g:(f=this._options)==null?void 0:f.workspaceName}),e==null?void 0:e.headers),u=await S({url:_.join((y=(h=await x.get(this._options.baseUrl))!=null?h:await x.get(this._options.environment))!=null?y:v.Default,"v1/private/ai-spend/users"),method:"POST",headers:m,contentType:"application/json",queryParameters:{...l,...e==null?void 0:e.queryParams},requestType:"json",body:Et.jsonOrThrow(c,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((C=(k=e==null?void 0:e.timeoutInSeconds)!=null?k:(w=this._options)==null?void 0:w.timeoutInSeconds)!=null?C:60)*1e3,maxRetries:(D=e==null?void 0:e.maxRetries)!=null?D:(I=this._options)==null?void 0:I.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(N=this._options)==null?void 0:N.fetch,logging:this._options.logging});if(u.ok)return {data:KE.parseOrThrow(u.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:u.rawResponse};if(u.error.reason==="status-code")throw u.error.statusCode===400?new B(u.error.body,u.rawResponse):new A({statusCode:u.error.statusCode,body:u.error.body,rawResponse:u.rawResponse});return j(u.error,u.rawResponse,"POST","/v1/private/ai-spend/users")}};});var ql,_Y=n(()=>{X();$();b();Q();Z();J();ie();te();ql=class{constructor(i={}){this._options=W(i);}findAlerts(i={},e){return P.fromPromise(this.__findAlerts(i,e))}async __findAlerts(i={},e){var u,d,f,g,h,y,w,k,C,I,D;let{page:t,size:o,sorting:a,filters:s}=i,c={page:t,size:o,sorting:a,filters:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/private/alerts"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:un.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/alerts")}createAlert(i,e){return P.fromPromise(this.__createAlert(i,e))}async __createAlert(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/alerts"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:gn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/alerts")}deleteAlertBatch(i,e){return P.fromPromise(this.__deleteAlertBatch(i,e))}async __deleteAlertBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/alerts/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/alerts/delete")}getAlertById(i,e={},t){return P.fromPromise(this.__getAlertById(i,e,t))}async __getAlertById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/alerts/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:dn.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/alerts/{id}")}updateAlert(i,e,t){return P.fromPromise(this.__updateAlert(i,e,t))}async __updateAlert(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/alerts/${_.encodePathParam(i)}`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:gn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);case 422:throw new me(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PUT","/v1/private/alerts/{id}")}getWebhookExamples(i={},e){return P.fromPromise(this.__getWebhookExamples(i,e))}async __getWebhookExamples(i={},e){var c,l,m,u,d,f,g,h,y,w,k;let{alertType:t}=i,o={alert_type:t!=null?Bp.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0},a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/alerts/webhooks/examples"),method:"GET",headers:a,queryParameters:{...o,...e==null?void 0:e.queryParams},timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:cC.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/alerts/webhooks/examples")}testWebhook(i,e){return P.fromPromise(this.__testWebhook(i,e))}async __testWebhook(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/alerts/webhooks/tests"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:gn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:dC.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===422?new me(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/alerts/webhooks/tests")}};});var em,kY=n(()=>{X();$();b();Q();Z();J();ie();te();em=class{constructor(i={}){this._options=W(i);}addItemsToAnnotationQueue(i,e,t){return P.fromPromise(this.__addItemsToAnnotationQueue(i,e,t))}async __addItemsToAnnotationQueue(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}/items/add`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:pl.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/annotation-queues/{id}/items/add")}findAnnotationQueues(i={},e){return P.fromPromise(this.__findAnnotationQueues(i,e))}async __findAnnotationQueues(i={},e){var d,f,g,h,y,w,k,C,I,D,N;let{page:t,size:o,name:a,filters:s,sorting:c}=i,l={page:t,size:o,name:a,filters:s,sorting:c},m=z((d=this._options)==null?void 0:d.headers,T({"Comet-Workspace":(g=e==null?void 0:e.workspaceName)!=null?g:(f=this._options)==null?void 0:f.workspaceName}),e==null?void 0:e.headers),u=await S({url:_.join((y=(h=await x.get(this._options.baseUrl))!=null?h:await x.get(this._options.environment))!=null?y:v.Default,"v1/private/annotation-queues"),method:"GET",headers:m,queryParameters:{...l,...e==null?void 0:e.queryParams},timeoutMs:((C=(k=e==null?void 0:e.timeoutInSeconds)!=null?k:(w=this._options)==null?void 0:w.timeoutInSeconds)!=null?C:60)*1e3,maxRetries:(D=e==null?void 0:e.maxRetries)!=null?D:(I=this._options)==null?void 0:I.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(N=this._options)==null?void 0:N.fetch,logging:this._options.logging});if(u.ok)return {data:Lx.parseOrThrow(u.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:u.rawResponse};if(u.error.reason==="status-code")throw new A({statusCode:u.error.statusCode,body:u.error.body,rawResponse:u.rawResponse});return j(u.error,u.rawResponse,"GET","/v1/private/annotation-queues")}createAnnotationQueue(i,e){return P.fromPromise(this.__createAnnotationQueue(i,e))}async __createAnnotationQueue(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/annotation-queues"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ao.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/annotation-queues")}createAnnotationQueueBatch(i,e){return P.fromPromise(this.__createAnnotationQueueBatch(i,e))}async __createAnnotationQueueBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/annotation-queues/batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Po.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/annotation-queues/batch")}deleteAnnotationQueueBatch(i,e){return P.fromPromise(this.__deleteAnnotationQueueBatch(i,e))}async __deleteAnnotationQueueBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/annotation-queues/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/annotation-queues/delete")}getAnnotationQueueById(i,e={},t){return P.fromPromise(this.__getAnnotationQueueById(i,e,t))}async __getAnnotationQueueById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:hn.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/annotation-queues/{id}")}updateAnnotationQueue(i,e={},t){return P.fromPromise(this.__updateAnnotationQueue(i,e,t))}async __updateAnnotationQueue(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:zo.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===400?new B(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"PATCH","/v1/private/annotation-queues/{id}")}getAnnotationQueueLocks(i,e={},t){return P.fromPromise(this.__getAnnotationQueueLocks(i,e,t))}async __getAnnotationQueueLocks(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}/locks`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:tT.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/annotation-queues/{queueId}/locks")}lockAnnotationQueueItem(i,e,t={},o){return P.fromPromise(this.__lockAnnotationQueueItem(i,e,t,o))}async __lockAnnotationQueueItem(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}/items/${_.encodePathParam(e)}/lock`),method:"PUT",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:rT.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/annotation-queues/{queueId}/items/{itemId}/lock")}removeItemsFromAnnotationQueue(i,e,t){return P.fromPromise(this.__removeItemsFromAnnotationQueue(i,e,t))}async __removeItemsFromAnnotationQueue(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/annotation-queues/${_.encodePathParam(i)}/items/delete`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:pl.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/annotation-queues/{id}/items/delete")}};});var rm,AY=n(()=>{X();$();b();Q();Z();J();ie();rm=class{constructor(i={}){this._options=W(i);}storeAssertionsBatch(i,e){return P.fromPromise(this.__storeAssertionsBatch(i,e))}async __storeAssertionsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/assertion-results"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:So.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/assertion-results")}};});var tm,PY=n(()=>{X();$();b();Q();Z();J();ie();te();tm=class{constructor(i={}){this._options=W(i);}attachmentList(i,e){return P.fromPromise(this.__attachmentList(i,e))}async __attachmentList(i,e){var f,g,h,y,w,k,C,I,D,N,M;let{page:t,size:o,projectId:a,entityType:s,entityId:c,path:l}=i,m={page:t,size:o,project_id:a,entity_type:Hp.jsonOrThrow(s,{unrecognizedObjectKeys:"strip",omitUndefined:true}),entity_id:c,path:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/attachment/list"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:iw.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")switch(d.error.statusCode){case 401:throw new Y(d.error.body,d.rawResponse);case 403:throw new fe(d.error.body,d.rawResponse);default:throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse})}return j(d.error,d.rawResponse,"GET","/v1/private/attachment/list")}completeMultiPartUpload(i,e){return P.fromPromise(this.__completeMultiPartUpload(i,e))}async __completeMultiPartUpload(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/attachment/upload-complete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:vl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/attachment/upload-complete")}deleteAttachments(i,e){return P.fromPromise(this.__deleteAttachments(i,e))}async __deleteAttachments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/attachment/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:vl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/attachment/delete")}downloadAttachment(i,e){return P.fromPromise(this.__downloadAttachment(i,e))}async __downloadAttachment(i,e){var f,g,h,y,w,k,C,I,D,N,M;let{workspaceName:t,containerId:o,entityType:a,entityId:s,fileName:c,mimeType:l}=i,m={workspace_name:t,container_id:o,entity_type:Gp.jsonOrThrow(a,{unrecognizedObjectKeys:"strip",omitUndefined:true}),entity_id:s,file_name:c,mime_type:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/attachment/download"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},responseType:"streaming",timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:d.body,rawResponse:d.rawResponse};if(d.error.reason==="status-code")switch(d.error.statusCode){case 401:throw new Y(d.error.body,d.rawResponse);case 403:throw new fe(d.error.body,d.rawResponse);default:throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse})}return j(d.error,d.rawResponse,"GET","/v1/private/attachment/download")}startMultiPartUpload(i,e){return P.fromPromise(this.__startMultiPartUpload(i,e))}async __startMultiPartUpload(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/attachment/upload-start"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:vo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:OE.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/attachment/upload-start")}uploadAttachment(i,e){return P.fromPromise(this.__uploadAttachment(i,e))}async __uploadAttachment(i,e){var f,g,h,y,w,k,C,I,D,N,M;let{fileName:t,projectName:o,mimeType:a,entityType:s,entityId:c,body:l}=i,m={file_name:t,project_name:o,mime_type:a,entity_type:Kp.jsonOrThrow(s,{unrecognizedObjectKeys:"strip",omitUndefined:true}),entity_id:c},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/attachment/upload"),method:"PUT",headers:u,contentType:"application/json",queryParameters:{...m,...e==null?void 0:e.queryParams},requestType:"json",body:oi.uploadAttachment.Request.jsonOrThrow(l,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:void 0,rawResponse:d.rawResponse};if(d.error.reason==="status-code")switch(d.error.statusCode){case 401:throw new Y(d.error.body,d.rawResponse);case 403:throw new fe(d.error.body,d.rawResponse);default:throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse})}return j(d.error,d.rawResponse,"PUT","/v1/private/attachment/upload")}};});var im,zY=n(()=>{X();$();b();Q();Z();J();ie();im=class{constructor(i={}){this._options=W(i);}findEvaluators(i={},e){return P.fromPromise(this.__findEvaluators(i,e))}async __findEvaluators(i={},e){var g,h,y,w,k,C,I,D,N,M,re;let{projectId:t,id:o,name:a,filters:s,sorting:c,page:l,size:m}=i,u={project_id:t,id:o,name:a,filters:s,sorting:c,page:l,size:m},d=z((g=this._options)==null?void 0:g.headers,T({"Comet-Workspace":(y=e==null?void 0:e.workspaceName)!=null?y:(h=this._options)==null?void 0:h.workspaceName}),e==null?void 0:e.headers),f=await S({url:_.join((k=(w=await x.get(this._options.baseUrl))!=null?w:await x.get(this._options.environment))!=null?k:v.Default,"v1/private/automations/evaluators"),method:"GET",headers:d,queryParameters:{...u,...e==null?void 0:e.queryParams},timeoutMs:((D=(I=e==null?void 0:e.timeoutInSeconds)!=null?I:(C=this._options)==null?void 0:C.timeoutInSeconds)!=null?D:60)*1e3,maxRetries:(M=e==null?void 0:e.maxRetries)!=null?M:(N=this._options)==null?void 0:N.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(re=this._options)==null?void 0:re.fetch,logging:this._options.logging});if(f.ok)return {data:I_.parseOrThrow(f.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:f.rawResponse};if(f.error.reason==="status-code")throw new A({statusCode:f.error.statusCode,body:f.error.body,rawResponse:f.rawResponse});return j(f.error,f.rawResponse,"GET","/v1/private/automations/evaluators")}createAutomationRuleEvaluator(i,e){return P.fromPromise(this.__createAutomationRuleEvaluator(i,e))}async __createAutomationRuleEvaluator(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/automations/evaluators"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ak.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/automations/evaluators")}deleteAutomationRuleEvaluatorBatch(i,e){return P.fromPromise(this.__deleteAutomationRuleEvaluatorBatch(i,e))}async __deleteAutomationRuleEvaluatorBatch(i,e){var l,m,u,d,f,g,h,y,w,k,C;let{projectId:t,body:o}=i,a={project_id:t},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=e==null?void 0:e.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),e==null?void 0:e.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,"v1/private/automations/evaluators/delete"),method:"POST",headers:s,contentType:"application/json",queryParameters:{...a,...e==null?void 0:e.queryParams},requestType:"json",body:de.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((y=(h=e==null?void 0:e.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=e==null?void 0:e.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:void 0,rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"POST","/v1/private/automations/evaluators/delete")}getEvaluatorById(i,e={},t){return P.fromPromise(this.__getEvaluatorById(i,e,t))}async __getEvaluatorById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{projectId:o}=e,a={project_id:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/automations/evaluators/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:N_.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/automations/evaluators/{id}")}updateAutomationRuleEvaluator(i,e,t){return P.fromPromise(this.__updateAutomationRuleEvaluator(i,e,t))}async __updateAutomationRuleEvaluator(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/automations/evaluators/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:yk.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/automations/evaluators/{id}")}getEvaluatorLogsById(i,e={},t){return P.fromPromise(this.__getEvaluatorLogsById(i,e,t))}async __getEvaluatorLogsById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{size:o}=e,a={size:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/automations/evaluators/${_.encodePathParam(i)}/logs`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:sT.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/automations/evaluators/{id}/logs")}};});var om,SY=n(()=>{X();$();b();Q();Z();J();ie();om=class{constructor(i={}){this._options=W(i);}createChatCompletions(i={},e){return P.fromPromise(this.__createChatCompletions(i,e))}async __createChatCompletions(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/chat/completions"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Eo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:TA.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/chat/completions")}};});var am,vY=n(()=>{X();$();b();Q();Z();J();ie();te();am=class{constructor(i={}){this._options=W(i);}access(i,e){return P.fromPromise(this.__access(i,e))}async __access(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/auth"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:lw.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/auth")}getWorkspaceName(i){return P.fromPromise(this.__getWorkspaceName(i))}async __getWorkspaceName(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/auth/workspace"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:fC.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")switch(t.error.statusCode){case 401:throw new Y(t.error.body,t.rawResponse);case 403:throw new fe(t.error.body,t.rawResponse);default:throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse})}return j(t.error,t.rawResponse,"GET","/v1/private/auth/workspace")}};});var nm,TY=n(()=>{X();$();b();Q();Z();J();ie();te();nm=class{constructor(i={}){this._options=W(i);}findDashboards(i={},e){return P.fromPromise(this.__findDashboards(i,e))}async __findDashboards(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{page:t,size:o,name:a,projectId:s,sorting:c,filters:l}=i,m={page:t,size:o,name:a,project_id:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/dashboards"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:jt.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/dashboards")}createDashboard(i,e){return P.fromPromise(this.__createDashboard(i,e))}async __createDashboard(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/dashboards"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:On.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:er.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/dashboards")}getDashboardById(i,e={},t){return P.fromPromise(this.__getDashboardById(i,e,t))}async __getDashboardById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/dashboards/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:er.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/dashboards/{dashboardId}")}deleteDashboard(i,e={},t){return P.fromPromise(this.__deleteDashboard(i,e,t))}async __deleteDashboard(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/dashboards/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/dashboards/{dashboardId}")}updateDashboard(i,e,t){return P.fromPromise(this.__updateDashboard(i,e,t))}async __updateDashboard(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/dashboards/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Kn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:er.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PATCH","/v1/private/dashboards/{dashboardId}")}deleteDashboardsBatch(i,e){return P.fromPromise(this.__deleteDashboardsBatch(i,e))}async __deleteDashboardsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/dashboards/delete-batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/dashboards/delete-batch")}};});var sm,jY=n(()=>{X();$();b();Fr();Q();Z();J();ie();te();sm=class{constructor(i={}){this._options=W(i);}applyDatasetItemChanges(i,e,t){return P.fromPromise(this.__applyDatasetItemChanges(i,e,t))}async __applyDatasetItemChanges(i,e,t){var m,u,d,f,g,h,y,w,k,C,I;let{override:o,body:a}=e,s={override:o},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/changes`),method:"POST",headers:c,contentType:"application/json",queryParameters:{...s,...t==null?void 0:t.queryParams},requestType:"json",body:MP.jsonOrThrow(a,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Gr.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);case 409:throw new O(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"POST","/v1/private/datasets/{id}/items/changes")}batchUpdateDatasetItems(i,e){return P.fromPromise(this.__batchUpdateDatasetItems(i,e))}async __batchUpdateDatasetItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/items/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Fo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/datasets/items/batch")}findDatasets(i={},e){return P.fromPromise(this.__findDatasets(i,e))}async __findDatasets(i={},e){var y,w,k,C,I,D,N,M,re,ne,we;let{page:t,size:o,withExperimentsOnly:a,withOptimizationsOnly:s,promptId:c,projectId:l,name:m,sorting:u,filters:d}=i,f={page:t,size:o,with_experiments_only:a,with_optimizations_only:s,prompt_id:c,project_id:l,name:m,sorting:u,filters:d},g=z((y=this._options)==null?void 0:y.headers,T({"Comet-Workspace":(k=e==null?void 0:e.workspaceName)!=null?k:(w=this._options)==null?void 0:w.workspaceName}),e==null?void 0:e.headers),h=await S({url:_.join((I=(C=await x.get(this._options.baseUrl))!=null?C:await x.get(this._options.environment))!=null?I:v.Default,"v1/private/datasets"),method:"GET",headers:g,queryParameters:{...f,...e==null?void 0:e.queryParams},timeoutMs:((M=(N=e==null?void 0:e.timeoutInSeconds)!=null?N:(D=this._options)==null?void 0:D.timeoutInSeconds)!=null?M:60)*1e3,maxRetries:(ne=e==null?void 0:e.maxRetries)!=null?ne:(re=this._options)==null?void 0:re.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(we=this._options)==null?void 0:we.fetch,logging:this._options.logging});if(h.ok)return {data:is.parseOrThrow(h.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:h.rawResponse};if(h.error.reason==="status-code")throw new A({statusCode:h.error.statusCode,body:h.error.body,rawResponse:h.rawResponse});return j(h.error,h.rawResponse,"GET","/v1/private/datasets")}createDataset(i,e){return P.fromPromise(this.__createDataset(i,e))}async __createDataset(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:$o.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets")}createOrUpdateDatasetItems(i,e){return P.fromPromise(this.__createOrUpdateDatasetItems(i,e))}async __createOrUpdateDatasetItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/items"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Wo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/datasets/items")}createDatasetItemsFromCsv(i,e){return P.fromPromise(this.__createDatasetItemsFromCsv(i,e))}async __createDatasetItemsFromCsv(i,e){var c,l,m,u,d,f,g,h,y,w,k;let t=await uf();t.append("file",Ge(i.file)),t.append("dataset_id",i.datasetId);let o=await t.getRequest(),a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName,...o.headers}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/datasets/items/from-csv"),method:"POST",headers:a,queryParameters:e==null?void 0:e.queryParams,requestType:"file",duplex:o.duplex,body:o.body,timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===400?new B(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/datasets/items/from-csv")}createDatasetItemsFromJson(i,e){return P.fromPromise(this.__createDatasetItemsFromJson(i,e))}async __createDatasetItemsFromJson(i,e){var c,l,m,u,d,f,g,h,y,w,k;let t=await uf();t.append("file",Ge(i.file)),t.append("dataset_id",i.datasetId),t.append("format",rc.jsonOrThrow(i.format,{unrecognizedObjectKeys:"strip",omitUndefined:true}));let o=await t.getRequest(),a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName,...o.headers}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/datasets/items/from-json"),method:"POST",headers:a,queryParameters:e==null?void 0:e.queryParams,requestType:"file",duplex:o.duplex,body:o.body,timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===400?new B(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/datasets/items/from-json")}createDatasetItemsFromSpans(i,e,t){return P.fromPromise(this.__createDatasetItemsFromSpans(i,e,t))}async __createDatasetItemsFromSpans(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/from-spans`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Co.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{dataset_id}/items/from-spans")}createDatasetItemsFromTraces(i,e,t){return P.fromPromise(this.__createDatasetItemsFromTraces(i,e,t))}async __createDatasetItemsFromTraces(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/from-traces`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Io.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{dataset_id}/items/from-traces")}getDatasetById(i,e={},t){return P.fromPromise(this.__getDatasetById(i,e,t))}async __getDatasetById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Pi.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/datasets/{id}")}updateDataset(i,e,t){return P.fromPromise(this.__updateDataset(i,e,t))}async __updateDataset(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}`),method:"PUT",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Jo.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"PUT","/v1/private/datasets/{id}")}deleteDataset(i,e={},t){return P.fromPromise(this.__deleteDataset(i,e,t))}async __deleteDataset(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/datasets/{id}")}deleteDatasetByName(i,e){return P.fromPromise(this.__deleteDatasetByName(i,e))}async __deleteDatasetByName(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Uo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/delete")}deleteDatasetItems(i={},e){return P.fromPromise(this.__deleteDatasetItems(i,e))}async __deleteDatasetItems(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/items/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Lo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/items/delete")}deleteDatasetsBatch(i,e){return P.fromPromise(this.__deleteDatasetsBatch(i,e))}async __deleteDatasetsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/delete-batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/delete-batch")}downloadDatasetExport(i,e={},t){return P.fromPromise(this.__downloadDatasetExport(i,e,t))}async __downloadDatasetExport(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/export-jobs/${_.encodePathParam(i)}/download`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,responseType:"streaming",timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:a.body,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"GET","/v1/private/datasets/export-jobs/{jobId}/download")}expandDataset(i,e,t){return P.fromPromise(this.__expandDataset(i,e,t))}async __expandDataset(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/expansions`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Do.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:FP.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{id}/expansions")}findDatasetItemsWithExperimentItems(i,e,t){return P.fromPromise(this.__findDatasetItemsWithExperimentItems(i,e,t))}async __findDatasetItemsWithExperimentItems(i,e,t){var h,y,w,k,C,I,D,N,M,re,ne;let{page:o,size:a,experimentIds:s,filters:c,sorting:l,search:m,truncate:u}=e,d={page:o,size:a,experiment_ids:s,filters:c,sorting:l,search:m,truncate:u},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=t==null?void 0:t.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),t==null?void 0:t.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/experiments/items`),method:"GET",headers:f,queryParameters:{...d,...t==null?void 0:t.queryParams},timeoutMs:((N=(D=t==null?void 0:t.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=t==null?void 0:t.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:fz.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/datasets/{id}/items/experiments/items")}getDatasetByIdentifier(i,e){return P.fromPromise(this.__getDatasetByIdentifier(i,e))}async __getDatasetByIdentifier(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/retrieve"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:No.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Pi.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/retrieve")}getDatasetExperimentItemsStats(i,e,t){return P.fromPromise(this.__getDatasetExperimentItemsStats(i,e,t))}async __getDatasetExperimentItemsStats(i,e,t){var m,u,d,f,g,h,y,w,k,C,I;let{experimentIds:o,filters:a}=e,s={experiment_ids:o,filters:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/experiments/items/stats`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Or.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse});return j(l.error,l.rawResponse,"GET","/v1/private/datasets/{id}/items/experiments/items/stats")}getDatasetExportJob(i,e={},t){return P.fromPromise(this.__getDatasetExportJob(i,e,t))}async __getDatasetExportJob(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/export-jobs/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:si.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/datasets/export-jobs/{jobId}")}getDatasetExportJobs(i){return P.fromPromise(this.__getDatasetExportJobs(i))}async __getDatasetExportJobs(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/datasets/export-jobs"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:pi.getDatasetExportJobs.Response.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/datasets/export-jobs")}getDatasetItemById(i,e={},t){return P.fromPromise(this.__getDatasetItemById(i,e,t))}async __getDatasetItemById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/items/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:rs.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/datasets/items/{itemId}")}patchDatasetItem(i,e,t){return P.fromPromise(this.__patchDatasetItem(i,e,t))}async __patchDatasetItem(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/datasets/items/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Mo.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/datasets/items/{itemId}")}getDatasetItems(i,e={},t){return P.fromPromise(this.__getDatasetItems(i,e,t))}async __getDatasetItems(i,e={},t){var f,g,h,y,w,k,C,I,D,N,M;let{page:o,size:a,version:s,filters:c,truncate:l}=e,m={page:o,size:a,version:s,filters:c,truncate:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=t==null?void 0:t.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),t==null?void 0:t.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items`),method:"GET",headers:u,queryParameters:{...m,...t==null?void 0:t.queryParams},timeoutMs:((I=(C=t==null?void 0:t.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=t==null?void 0:t.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:vz.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/datasets/{id}/items")}getDatasetItemsOutputColumns(i,e={},t){return P.fromPromise(this.__getDatasetItemsOutputColumns(i,e,t))}async __getDatasetItemsOutputColumns(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{experimentIds:o}=e,a={experiment_ids:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/items/experiments/items/output/columns`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:mj.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/datasets/{id}/items/experiments/items/output/columns")}markDatasetExportJobViewed(i,e={},t){return P.fromPromise(this.__markDatasetExportJobViewed(i,e,t))}async __markDatasetExportJobViewed(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/export-jobs/${_.encodePathParam(i)}/mark-viewed`),method:"PUT",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"PUT","/v1/private/datasets/export-jobs/{jobId}/mark-viewed")}startDatasetExport(i,e={},t){return P.fromPromise(this.__startDatasetExport(i,e,t))}async __startDatasetExport(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/export`),method:"POST",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:si.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{id}/export")}streamDatasetItems(i,e){return P.fromPromise(this.__streamDatasetItems(i,e))}async __streamDatasetItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/datasets/items/stream"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Vo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/datasets/items/stream")}compareDatasetVersions(i,e={},t){return P.fromPromise(this.__compareDatasetVersions(i,e,t))}async __compareDatasetVersions(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/diff`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Fz.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/datasets/{id}/versions/diff")}createVersionTag(i,e,t,o){return P.fromPromise(this.__createVersionTag(i,e,t,o))}async __createVersionTag(i,e,t,o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/hash/${_.encodePathParam(e)}/tags`),method:"POST",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:Ko.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/datasets/{id}/versions/hash/{versionHash}/tags")}deleteVersionTag(i,e,t,o={},a){return P.fromPromise(this.__deleteVersionTag(i,e,t,o,a))}async __deleteVersionTag(i,e,t,o={},a){var l,m,u,d,f,g,h,y,w,k,C;let s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=a==null?void 0:a.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),a==null?void 0:a.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/${_.encodePathParam(e)}/tags/${_.encodePathParam(t)}`),method:"DELETE",headers:s,queryParameters:a==null?void 0:a.queryParams,timeoutMs:((y=(h=a==null?void 0:a.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=a==null?void 0:a.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:a==null?void 0:a.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:void 0,rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"DELETE","/v1/private/datasets/{id}/versions/{versionHash}/tags/{tag}")}listDatasetVersions(i,e={},t){return P.fromPromise(this.__listDatasetVersions(i,e,t))}async __listDatasetVersions(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{page:o,size:a}=e,s={page:o,size:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Wz.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")throw l.error.statusCode===400?new B(l.error.body,l.rawResponse):new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse});return j(l.error,l.rawResponse,"GET","/v1/private/datasets/{id}/versions")}restoreDatasetVersion(i,e,t){return P.fromPromise(this.__restoreDatasetVersion(i,e,t))}async __restoreDatasetVersion(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/restore`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ho.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Gr.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{id}/versions/restore")}retrieveDatasetVersion(i,e,t){return P.fromPromise(this.__retrieveDatasetVersion(i,e,t))}async __retrieveDatasetVersion(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/retrieve`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Go.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Gr.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/datasets/{id}/versions/retrieve")}updateDatasetVersion(i,e,t={},o){return P.fromPromise(this.__updateDatasetVersion(i,e,t,o))}async __updateDatasetVersion(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/datasets/${_.encodePathParam(i)}/versions/hash/${_.encodePathParam(e)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:Oo.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Gr.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PATCH","/v1/private/datasets/{id}/versions/hash/{versionHash}")}};});var pm,EY=n(()=>{X();$();b();Q();Z();J();ie();te();pm=class{constructor(i={}){this._options=W(i);}findEnvironments(i){return P.fromPromise(this.__findEnvironments(i))}async __findEnvironments(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/environments"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Hz.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/environments")}createEnvironment(i,e){return P.fromPromise(this.__createEnvironment(i,e))}async __createEnvironment(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/environments"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Yo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===409?new O(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/environments")}deleteEnvironmentsBatch(i,e){return P.fromPromise(this.__deleteEnvironmentsBatch(i,e))}async __deleteEnvironmentsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/environments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/environments/delete")}getEnvironmentById(i,e={},t){return P.fromPromise(this.__getEnvironmentById(i,e,t))}async __getEnvironmentById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/environments/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:as.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/environments/{id}")}updateEnvironment(i,e={},t){return P.fromPromise(this.__updateEnvironment(i,e,t))}async __updateEnvironment(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/environments/${_.encodePathParam(i)}`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Qo.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PATCH","/v1/private/environments/{id}")}};});var cm,CY=n(()=>{X();$();b();Q();Z();J();ie();te();cm=class{constructor(i={}){this._options=W(i);}batchUpdateExperiments(i,e){return P.fromPromise(this.__batchUpdateExperiments(i,e))}async __batchUpdateExperiments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:qo.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/experiments/batch")}findExperiments(i={},e){return P.fromPromise(this.__findExperiments(i,e))}async __findExperiments(i={},e){var D,N,M,re,ne,we,je,Ee,$e,io,oo;let{page:t,size:o,datasetId:a,optimizationId:s,types:c,name:l,datasetDeleted:m,promptId:u,projectId:d,projectDeleted:f,sorting:g,filters:h,experimentIds:y,forceSorting:w}=i,k={page:t,size:o,datasetId:a,optimization_id:s,types:c,name:l,dataset_deleted:m,prompt_id:u,project_id:d,project_deleted:f,sorting:g,filters:h,experiment_ids:y,force_sorting:w},C=z((D=this._options)==null?void 0:D.headers,T({"Comet-Workspace":(M=e==null?void 0:e.workspaceName)!=null?M:(N=this._options)==null?void 0:N.workspaceName}),e==null?void 0:e.headers),I=await S({url:_.join((ne=(re=await x.get(this._options.baseUrl))!=null?re:await x.get(this._options.environment))!=null?ne:v.Default,"v1/private/experiments"),method:"GET",headers:C,queryParameters:{...k,...e==null?void 0:e.queryParams},timeoutMs:((Ee=(je=e==null?void 0:e.timeoutInSeconds)!=null?je:(we=this._options)==null?void 0:we.timeoutInSeconds)!=null?Ee:60)*1e3,maxRetries:(io=e==null?void 0:e.maxRetries)!=null?io:($e=this._options)==null?void 0:$e.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(oo=this._options)==null?void 0:oo.fetch,logging:this._options.logging});if(I.ok)return {data:ds.parseOrThrow(I.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:I.rawResponse};if(I.error.reason==="status-code")throw I.error.statusCode===400?new B(I.error.body,I.rawResponse):new A({statusCode:I.error.statusCode,body:I.error.body,rawResponse:I.rawResponse});return j(I.error,I.rawResponse,"GET","/v1/private/experiments")}createExperiment(i,e){return P.fromPromise(this.__createExperiment(i,e))}async __createExperiment(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:la.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments")}createExperimentItems(i,e){return P.fromPromise(this.__createExperimentItems(i,e))}async __createExperimentItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/items"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:sa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/items")}deleteExperimentItems(i,e){return P.fromPromise(this.__deleteExperimentItems(i,e))}async __deleteExperimentItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/items/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:pa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/items/delete")}deleteExperimentsById(i,e){return P.fromPromise(this.__deleteExperimentsById(i,e))}async __deleteExperimentsById(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:zi.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/delete")}executeExperiment(i,e){return P.fromPromise(this.__executeExperiment(i,e))}async __executeExperiment(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/execute"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ra.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:rS.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/execute")}experimentItemsBulk(i,e){return P.fromPromise(this.__experimentItemsBulk(i,e))}async __experimentItemsBulk(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/items/bulk"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:oa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"PUT","/v1/private/experiments/items/bulk")}findFeedbackScoreNames(i={},e){return P.fromPromise(this.__findFeedbackScoreNames(i,e))}async __findFeedbackScoreNames(i={},e){var l,m,u,d,f,g,h,y,w,k,C;let{experimentIds:t,projectId:o}=i,a={experiment_ids:t,project_id:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=e==null?void 0:e.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),e==null?void 0:e.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,"v1/private/experiments/feedback-scores/names"),method:"GET",headers:s,queryParameters:{...a,...e==null?void 0:e.queryParams},timeoutMs:((y=(h=e==null?void 0:e.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=e==null?void 0:e.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Kr.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/experiments/feedback-scores/names")}findExperimentGroups(i={},e){return P.fromPromise(this.__findExperimentGroups(i,e))}async __findExperimentGroups(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{groups:t,types:o,name:a,projectId:s,projectDeleted:c,filters:l}=i,m={groups:t,types:o,name:a,project_id:s,project_deleted:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/experiments/groups"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:mS.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw d.error.statusCode===400?new B(d.error.body,d.rawResponse):new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/experiments/groups")}findExperimentGroupsAggregations(i={},e){return P.fromPromise(this.__findExperimentGroupsAggregations(i,e))}async __findExperimentGroupsAggregations(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{groups:t,types:o,name:a,projectId:s,projectDeleted:c,filters:l}=i,m={groups:t,types:o,name:a,project_id:s,project_deleted:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/experiments/groups/aggregations"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:oS.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw d.error.statusCode===400?new B(d.error.body,d.rawResponse):new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/experiments/groups/aggregations")}finishExperiments(i,e){return P.fromPromise(this.__finishExperiments(i,e))}async __finishExperiments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/finish"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:zi.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/finish")}getExperimentById(i,e={},t){return P.fromPromise(this.__getExperimentById(i,e,t))}async __getExperimentById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/experiments/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:ms.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/experiments/{id}")}updateExperiment(i,e,t){return P.fromPromise(this.__updateExperiment(i,e,t))}async __updateExperiment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/experiments/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Zo.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PATCH","/v1/private/experiments/{id}")}getExperimentItemById(i,e={},t){return P.fromPromise(this.__getExperimentItemById(i,e,t))}async __getExperimentItemById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/experiments/items/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:es.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/experiments/items/{id}")}streamExperimentItems(i,e){return P.fromPromise(this.__streamExperimentItems(i,e))}async __streamExperimentItems(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/items/stream"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:aa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/items/stream")}streamExperiments(i,e){return P.fromPromise(this.__streamExperiments(i,e))}async __streamExperiments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/experiments/stream"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ca.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/experiments/stream")}};});var lm,IY=n(()=>{X();$();b();Q();Z();J();ie();te();lm=class{constructor(i={}){this._options=W(i);}findFeedbackDefinitions(i={},e){return P.fromPromise(this.__findFeedbackDefinitions(i,e))}async __findFeedbackDefinitions(i={},e){var u,d,f,g,h,y,w,k,C,I,D;let{page:t,size:o,name:a,type:s}=i,c={page:t,size:o,name:a,type:s!=null?mc.jsonOrThrow(s,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/private/feedback-definitions"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:qS.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/feedback-definitions")}createFeedbackDefinition(i,e){return P.fromPromise(this.__createFeedbackDefinition(i,e))}async __createFeedbackDefinition(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/feedback-definitions"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:OS.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/feedback-definitions")}getFeedbackDefinitionById(i,e={},t){return P.fromPromise(this.__getFeedbackDefinitionById(i,e,t))}async __getFeedbackDefinitionById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/feedback-definitions/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:rv.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/feedback-definitions/{id}")}updateFeedbackDefinition(i,e,t){return P.fromPromise(this.__updateFeedbackDefinition(i,e,t))}async __updateFeedbackDefinition(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/feedback-definitions/${_.encodePathParam(i)}`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Av.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/feedback-definitions/{id}")}deleteFeedbackDefinitionById(i,e={},t){return P.fromPromise(this.__deleteFeedbackDefinitionById(i,e,t))}async __deleteFeedbackDefinitionById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/feedback-definitions/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===409?new O(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/feedback-definitions/{id}")}deleteFeedbackDefinitionsBatch(i,e){return P.fromPromise(this.__deleteFeedbackDefinitionsBatch(i,e))}async __deleteFeedbackDefinitionsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/feedback-definitions/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===409?new O(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/feedback-definitions/delete")}};});var mm,DY=n(()=>{X();$();b();Q();Z();J();ie();mm=class{constructor(i={}){this._options=W(i);}createGuardrails(i,e){return P.fromPromise(this.__createGuardrails(i,e))}async __createGuardrails(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/guardrails"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ma.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/guardrails")}};});var dm,UY=n(()=>{X();$();b();Q();Z();J();ie();te();dm=class{constructor(i={}){this._options=W(i);}findInsightsViews(i={},e){return P.fromPromise(this.__findInsightsViews(i,e))}async __findInsightsViews(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{page:t,size:o,name:a,projectId:s,sorting:c,filters:l}=i,m={page:t,size:o,name:a,project_id:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/insights-views"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:jt.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/insights-views")}createInsightsView(i,e){return P.fromPromise(this.__createInsightsView(i,e))}async __createInsightsView(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/insights-views"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:On.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:er.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/insights-views")}getInsightsViewById(i,e={},t){return P.fromPromise(this.__getInsightsViewById(i,e,t))}async __getInsightsViewById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/insights-views/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:er.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/insights-views/{insightsViewId}")}deleteInsightsView(i,e={},t){return P.fromPromise(this.__deleteInsightsView(i,e,t))}async __deleteInsightsView(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/insights-views/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/insights-views/{insightsViewId}")}updateInsightsView(i,e,t){return P.fromPromise(this.__updateInsightsView(i,e,t))}async __updateInsightsView(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/insights-views/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Kn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:er.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PATCH","/v1/private/insights-views/{insightsViewId}")}deleteInsightsViewsBatch(i,e){return P.fromPromise(this.__deleteInsightsViewsBatch(i,e))}async __deleteInsightsViewsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/insights-views/delete-batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/insights-views/delete-batch")}};});var um,NY=n(()=>{X();$();b();Q();Z();J();ie();um=class{constructor(i={}){this._options=W(i);}getLlmModels(i){return P.fromPromise(this.__getLlmModels(i))}async __getLlmModels(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/llm/models"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:li.getLlmModels.Response.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/llm/models")}};});var gm,BY=n(()=>{X();$();b();Q();Z();J();ie();te();gm=class{constructor(i={}){this._options=W(i);}deleteLlmProviderApiKeysBatch(i,e){return P.fromPromise(this.__deleteLlmProviderApiKeysBatch(i,e))}async __deleteLlmProviderApiKeysBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/llm-provider-key/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/llm-provider-key/delete")}findLlmProviderKeys(i){return P.fromPromise(this.__findLlmProviderKeys(i))}async __findLlmProviderKeys(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/llm-provider-key"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:yE.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/llm-provider-key")}storeLlmProviderApiKey(i,e){return P.fromPromise(this.__storeLlmProviderApiKey(i,e))}async __storeLlmProviderApiKey(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/llm-provider-key"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ua.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 401:throw new Y(o.error.body,o.rawResponse);case 403:throw new fe(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/llm-provider-key")}getLlmProviderApiKeyById(i,e={},t){return P.fromPromise(this.__getLlmProviderApiKeyById(i,e,t))}async __getLlmProviderApiKeyById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/llm-provider-key/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:ks.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/llm-provider-key/{id}")}updateLlmProviderApiKey(i,e={},t){return P.fromPromise(this.__updateLlmProviderApiKey(i,e,t))}async __updateLlmProviderApiKey(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/llm-provider-key/${_.encodePathParam(i)}`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:da.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 401:throw new Y(a.error.body,a.rawResponse);case 403:throw new fe(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PATCH","/v1/private/llm-provider-key/{id}")}};});var fm,FY=n(()=>{X();$();b();Q();Z();J();ie();te();fm=class{constructor(i={}){this._options=W(i);}evaluateSpans(i,e){return P.fromPromise(this.__evaluateSpans(i,e))}async __evaluateSpans(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/manual-evaluation/spans"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ys.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:bs.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/manual-evaluation/spans")}evaluateThreads(i,e){return P.fromPromise(this.__evaluateThreads(i,e))}async __evaluateThreads(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/manual-evaluation/threads"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ys.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:bs.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/manual-evaluation/threads")}evaluateTraces(i,e){return P.fromPromise(this.__evaluateTraces(i,e))}async __evaluateTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/manual-evaluation/traces"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ys.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:bs.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/manual-evaluation/traces")}};});var hm,MY=n(()=>{X();$();b();Q();Z();J();ie();te();hm=class{constructor(i={}){this._options=W(i);}authorize(i,e){return P.fromPromise(this.__authorize(i,e))}async __authorize(i,e){var g,h,y,w,k,C,I,D,N,M,re;let{clientId:t,redirectUri:o,responseType:a,codeChallenge:s,codeChallengeMethod:c,resource:l,state:m}=i,u={client_id:t,redirect_uri:o,response_type:a,code_challenge:s,code_challenge_method:c,resource:l,state:m},d=z((g=this._options)==null?void 0:g.headers,T({"Comet-Workspace":(y=e==null?void 0:e.workspaceName)!=null?y:(h=this._options)==null?void 0:h.workspaceName}),e==null?void 0:e.headers),f=await S({url:_.join((k=(w=await x.get(this._options.baseUrl))!=null?w:await x.get(this._options.environment))!=null?k:v.Default,"oauth/authorize"),method:"GET",headers:d,queryParameters:{...u,...e==null?void 0:e.queryParams},timeoutMs:((D=(I=e==null?void 0:e.timeoutInSeconds)!=null?I:(C=this._options)==null?void 0:C.timeoutInSeconds)!=null?D:60)*1e3,maxRetries:(M=e==null?void 0:e.maxRetries)!=null?M:(N=this._options)==null?void 0:N.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(re=this._options)==null?void 0:re.fetch,logging:this._options.logging});if(f.ok)return {data:void 0,rawResponse:f.rawResponse};if(f.error.reason==="status-code")throw new A({statusCode:f.error.statusCode,body:f.error.body,rawResponse:f.rawResponse});return j(f.error,f.rawResponse,"GET","/oauth/authorize")}consent(i,e){return P.fromPromise(this.__consent(i,e))}async __consent(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"oauth/authorize"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:fa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:mP.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/oauth/authorize")}getAuthorizeContext(i,e){return P.fromPromise(this.__getAuthorizeContext(i,e))}async __getAuthorizeContext(i,e){var l,m,u,d,f,g,h,y,w,k,C;let{clientId:t,redirectUri:o}=i,a={client_id:t,redirect_uri:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=e==null?void 0:e.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),e==null?void 0:e.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,"oauth/authorize/context"),method:"GET",headers:s,queryParameters:{...a,...e==null?void 0:e.queryParams},timeoutMs:((y=(h=e==null?void 0:e.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=e==null?void 0:e.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:gw.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/oauth/authorize/context")}getOAuthAuthorizationServerMetadata(i){return P.fromPromise(this.__getOAuthAuthorizationServerMetadata(i))}async __getOAuthAuthorizationServerMetadata(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,".well-known/oauth-authorization-server"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:mw.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/.well-known/oauth-authorization-server")}registerOAuthClient(i,e){return P.fromPromise(this.__registerOAuthClient(i,e))}async __registerOAuthClient(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"oauth/register"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ga.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:KA.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===429?new Ke(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/oauth/register")}revoke(i={},e){return P.fromPromise(this.__revoke(i,e))}async __revoke(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"oauth/revoke"),method:"POST",headers:t,contentType:"application/x-www-form-urlencoded",queryParameters:e==null?void 0:e.queryParams,requestType:"form",body:ha.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/oauth/revoke")}token(i={},e){return P.fromPromise(this.__token(i,e))}async __token(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"oauth/token"),method:"POST",headers:t,contentType:"application/x-www-form-urlencoded",queryParameters:e==null?void 0:e.queryParams,requestType:"form",body:ya.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:$E.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/oauth/token")}};});var ym,WY=n(()=>{X();$();b();Q();Z();J();ie();te();ym=class{constructor(i={}){this._options=W(i);}listModels(i,e){return P.fromPromise(this.__listModels(i,e))}async __listModels(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ollama/models"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Hl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:mi.listModels.Response.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 422:throw new me(o.error.body,o.rawResponse);case 500:throw new nt(o.error.body,o.rawResponse);case 503:throw new Xt(Si.parseOrThrow(o.error.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/ollama/models")}testConnection(i,e){return P.fromPromise(this.__testConnection(i,e))}async __testConnection(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/ollama/test-connection"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Hl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Jl.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 422:throw new me(o.error.body,o.rawResponse);case 502:throw new lo(Jl.parseOrThrow(o.error.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),o.rawResponse);case 503:throw new Xt(Si.parseOrThrow(o.error.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/ollama/test-connection")}};});var bm,VY=n(()=>{X();$();b();Q();Z();J();te();bm=class{constructor(i={}){this._options=W(i);}downloadOllieState(i){return P.fromPromise(this.__downloadOllieState(i))}async __downloadOllieState(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/ollie/state"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,responseType:"streaming",timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:t.body,rawResponse:t.rawResponse};if(t.error.reason==="status-code")switch(t.error.statusCode){case 401:throw new Y(t.error.body,t.rawResponse);case 404:throw new U(t.error.body,t.rawResponse);default:throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse})}return j(t.error,t.rawResponse,"GET","/v1/private/ollie/state")}replaceOllieState(i,e){return P.fromPromise(this.__replaceOllieState(i,e))}async __replaceOllieState(i,e){var s,c,l,m,u,d,f,g,h,y,w;let t=await go.toBinaryUploadRequest(i),o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=e==null?void 0:e.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t.headers,e==null?void 0:e.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,"v1/private/ollie/state"),method:"PUT",headers:o,contentType:"application/gzip",queryParameters:e==null?void 0:e.queryParams,requestType:"bytes",duplex:"half",body:t.body,timeoutMs:((g=(f=e==null?void 0:e.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=e==null?void 0:e.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 401:throw new Y(a.error.body,a.rawResponse);case 429:throw new Ke(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PUT","/v1/private/ollie/state")}deleteOllieState(i){return P.fromPromise(this.__deleteOllieState(i))}async __deleteOllieState(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/ollie/state"),method:"DELETE",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:void 0,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw t.error.statusCode===401?new Y(t.error.body,t.rawResponse):new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"DELETE","/v1/private/ollie/state")}};});var Rm,LY=n(()=>{X();$();b();Q();Z();J();Rm=class{constructor(i={}){this._options=W(i);}receiveProtobufTraces(i){return P.fromPromise(this.__receiveProtobufTraces(i))}async __receiveProtobufTraces(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/otel/v1/traces"),method:"POST",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:t.body,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"POST","/v1/private/otel/v1/traces")}};});var xm,JY=n(()=>{X();$();b();Q();Z();J();ie();te();xm=class{constructor(i={}){this._options=W(i);}cancelStudioOptimizations(i,e={},t){return P.fromPromise(this.__cancelStudioOptimizations(i,e,t))}async __cancelStudioOptimizations(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/optimizations/studio/${_.encodePathParam(i)}/cancel`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===501?new st(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/optimizations/studio/{id}/cancel")}findOptimizations(i={},e){return P.fromPromise(this.__findOptimizations(i,e))}async __findOptimizations(i={},e){var h,y,w,k,C,I,D,N,M,re,ne;let{page:t,size:o,datasetId:a,name:s,datasetName:c,datasetDeleted:l,projectId:m,filters:u}=i,d={page:t,size:o,dataset_id:a,name:s,dataset_name:c,dataset_deleted:l,project_id:m,filters:u},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=e==null?void 0:e.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),e==null?void 0:e.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,"v1/private/optimizations"),method:"GET",headers:f,queryParameters:{...d,...e==null?void 0:e.queryParams},timeoutMs:((N=(D=e==null?void 0:e.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=e==null?void 0:e.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:xs.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw g.error.statusCode===400?new B(g.error.body,g.rawResponse):new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/optimizations")}createOptimization(i,e){return P.fromPromise(this.__createOptimization(i,e))}async __createOptimization(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/optimizations"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Gl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/optimizations")}upsertOptimization(i,e){return P.fromPromise(this.__upsertOptimization(i,e))}async __upsertOptimization(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/optimizations"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Gl.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/optimizations")}deleteOptimizationsById(i,e){return P.fromPromise(this.__deleteOptimizationsById(i,e))}async __deleteOptimizationsById(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/optimizations/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:zi.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/optimizations/delete")}getOptimizationById(i,e={},t){return P.fromPromise(this.__getOptimizationById(i,e,t))}async __getOptimizationById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/optimizations/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Rs.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/optimizations/{id}")}updateOptimizationsById(i,e={},t){return P.fromPromise(this.__updateOptimizationsById(i,e,t))}async __updateOptimizationsById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/optimizations/${_.encodePathParam(i)}`),method:"PUT",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ba.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"PUT","/v1/private/optimizations/{id}")}getStudioOptimizationLogs(i,e={},t){return P.fromPromise(this.__getStudioOptimizationLogs(i,e,t))}async __getStudioOptimizationLogs(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/optimizations/studio/${_.encodePathParam(i)}/logs`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:pj.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/optimizations/studio/{id}/logs")}};});var wm,HY=n(()=>{X();$();b();Q();Z();J();ie();te();wm=class{constructor(i={}){this._options=W(i);}activatePairingSession(i,e,t){return P.fromPromise(this.__activatePairingSession(i,e,t))}async __activatePairingSession(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/pairing/sessions/${_.encodePathParam(i)}/activate`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ra.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 403:throw new fe(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);case 422:throw new me(a.error.body,a.rawResponse);case 429:throw new Ke(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/pairing/sessions/{sessionId}/activate")}createPairingSession(i,e){return P.fromPromise(this.__createPairingSession(i,e))}async __createPairingSession(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/pairing/sessions"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:xa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:gP.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);case 429:throw new Ke(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/pairing/sessions")}};});var _m,GY=n(()=>{X();$();b();Q();Z();J();ie();te();_m=class{constructor(i={}){this._options=W(i);}findAlertsByProject(i,e={},t){return P.fromPromise(this.__findAlertsByProject(i,e,t))}async __findAlertsByProject(i,e={},t){var d,f,g,h,y,w,k,C,I,D,N;let{page:o,size:a,sorting:s,filters:c}=e,l={page:o,size:a,sorting:s,filters:c},m=z((d=this._options)==null?void 0:d.headers,T({"Comet-Workspace":(g=t==null?void 0:t.workspaceName)!=null?g:(f=this._options)==null?void 0:f.workspaceName}),t==null?void 0:t.headers),u=await S({url:_.join((y=(h=await x.get(this._options.baseUrl))!=null?h:await x.get(this._options.environment))!=null?y:v.Default,`v1/private/projects/${_.encodePathParam(i)}/alerts`),method:"GET",headers:m,queryParameters:{...l,...t==null?void 0:t.queryParams},timeoutMs:((C=(k=t==null?void 0:t.timeoutInSeconds)!=null?k:(w=this._options)==null?void 0:w.timeoutInSeconds)!=null?C:60)*1e3,maxRetries:(D=t==null?void 0:t.maxRetries)!=null?D:(I=this._options)==null?void 0:I.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(N=this._options)==null?void 0:N.fetch,logging:this._options.logging});if(u.ok)return {data:un.parseOrThrow(u.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:u.rawResponse};if(u.error.reason==="status-code")throw u.error.statusCode===400?new B(u.error.body,u.rawResponse):new A({statusCode:u.error.statusCode,body:u.error.body,rawResponse:u.rawResponse});return j(u.error,u.rawResponse,"GET","/v1/private/projects/{projectId}/alerts")}findDashboardsByProject(i,e={},t){return P.fromPromise(this.__findDashboardsByProject(i,e,t))}async __findDashboardsByProject(i,e={},t){var f,g,h,y,w,k,C,I,D,N,M;let{page:o,size:a,name:s,sorting:c,filters:l}=e,m={page:o,size:a,name:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=t==null?void 0:t.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),t==null?void 0:t.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,`v1/private/projects/${_.encodePathParam(i)}/dashboards`),method:"GET",headers:u,queryParameters:{...m,...t==null?void 0:t.queryParams},timeoutMs:((I=(C=t==null?void 0:t.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=t==null?void 0:t.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:jt.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/projects/{projectId}/dashboards")}findDatasetsByProject(i,e={},t){return P.fromPromise(this.__findDatasetsByProject(i,e,t))}async __findDatasetsByProject(i,e={},t){var h,y,w,k,C,I,D,N,M,re,ne;let{page:o,size:a,withExperimentsOnly:s,withOptimizationsOnly:c,name:l,sorting:m,filters:u}=e,d={page:o,size:a,with_experiments_only:s,with_optimizations_only:c,name:l,sorting:m,filters:u},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=t==null?void 0:t.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),t==null?void 0:t.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,`v1/private/projects/${_.encodePathParam(i)}/datasets`),method:"GET",headers:f,queryParameters:{...d,...t==null?void 0:t.queryParams},timeoutMs:((N=(D=t==null?void 0:t.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=t==null?void 0:t.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:is.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/projects/{projectId}/datasets")}findExperimentsByProject(i,e={},t){return P.fromPromise(this.__findExperimentsByProject(i,e,t))}async __findExperimentsByProject(i,e={},t){var C,I,D,N,M,re,ne,we,je,Ee,$e;let{page:o,size:a,datasetId:s,optimizationId:c,types:l,name:m,datasetDeleted:u,sorting:d,filters:f,experimentIds:g,forceSorting:h}=e,y={page:o,size:a,datasetId:s,optimization_id:c,types:l,name:m,dataset_deleted:u,sorting:d,filters:f,experiment_ids:g,force_sorting:h},w=z((C=this._options)==null?void 0:C.headers,T({"Comet-Workspace":(D=t==null?void 0:t.workspaceName)!=null?D:(I=this._options)==null?void 0:I.workspaceName}),t==null?void 0:t.headers),k=await S({url:_.join((M=(N=await x.get(this._options.baseUrl))!=null?N:await x.get(this._options.environment))!=null?M:v.Default,`v1/private/projects/${_.encodePathParam(i)}/experiments`),method:"GET",headers:w,queryParameters:{...y,...t==null?void 0:t.queryParams},timeoutMs:((we=(ne=t==null?void 0:t.timeoutInSeconds)!=null?ne:(re=this._options)==null?void 0:re.timeoutInSeconds)!=null?we:60)*1e3,maxRetries:(Ee=t==null?void 0:t.maxRetries)!=null?Ee:(je=this._options)==null?void 0:je.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:($e=this._options)==null?void 0:$e.fetch,logging:this._options.logging});if(k.ok)return {data:ds.parseOrThrow(k.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:k.rawResponse};if(k.error.reason==="status-code")throw k.error.statusCode===400?new B(k.error.body,k.rawResponse):new A({statusCode:k.error.statusCode,body:k.error.body,rawResponse:k.rawResponse});return j(k.error,k.rawResponse,"GET","/v1/private/projects/{projectId}/experiments")}findOptimizationsByProject(i,e={},t){return P.fromPromise(this.__findOptimizationsByProject(i,e,t))}async __findOptimizationsByProject(i,e={},t){var h,y,w,k,C,I,D,N,M,re,ne;let{page:o,size:a,datasetId:s,datasetName:c,name:l,datasetDeleted:m,filters:u}=e,d={page:o,size:a,dataset_id:s,dataset_name:c,name:l,dataset_deleted:m,filters:u},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=t==null?void 0:t.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),t==null?void 0:t.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,`v1/private/projects/${_.encodePathParam(i)}/optimizations`),method:"GET",headers:f,queryParameters:{...d,...t==null?void 0:t.queryParams},timeoutMs:((N=(D=t==null?void 0:t.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=t==null?void 0:t.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:xs.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw g.error.statusCode===400?new B(g.error.body,g.rawResponse):new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/projects/{projectId}/optimizations")}getPromptsByProject(i,e={},t){return P.fromPromise(this.__getPromptsByProject(i,e,t))}async __getPromptsByProject(i,e={},t){var f,g,h,y,w,k,C,I,D,N,M;let{page:o,size:a,name:s,sorting:c,filters:l}=e,m={page:o,size:a,name:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=t==null?void 0:t.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),t==null?void 0:t.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,`v1/private/projects/${_.encodePathParam(i)}/prompts`),method:"GET",headers:u,queryParameters:{...m,...t==null?void 0:t.queryParams},timeoutMs:((I=(C=t==null?void 0:t.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=t==null?void 0:t.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:_s.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/projects/{projectId}/prompts")}findProjects(i={},e){return P.fromPromise(this.__findProjects(i,e))}async __findProjects(i={},e){var u,d,f,g,h,y,w,k,C,I,D;let{page:t,size:o,name:a,sorting:s}=i,c={page:t,size:o,name:a,sorting:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/private/projects"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:Ij.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/projects")}createProject(i,e){return P.fromPromise(this.__createProject(i,e))}async __createProject(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/projects"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:za.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/projects")}getProjectById(i,e={},t){return P.fromPromise(this.__getProjectById(i,e,t))}async __getProjectById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:ws.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/projects/{id}")}deleteProjectById(i,e={},t){return P.fromPromise(this.__deleteProjectById(i,e,t))}async __deleteProjectById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===409?new O(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/projects/{id}")}updateProject(i,e={},t){return P.fromPromise(this.__updateProject(i,e,t))}async __updateProject(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Pa.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 422:throw new me(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PATCH","/v1/private/projects/{id}")}deleteProjectsBatch(i,e){return P.fromPromise(this.__deleteProjectsBatch(i,e))}async __deleteProjectsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/projects/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/projects/delete")}findFeedbackScoreNamesByProjectIds(i={},e){return P.fromPromise(this.__findFeedbackScoreNamesByProjectIds(i,e))}async __findFeedbackScoreNamesByProjectIds(i={},e){var c,l,m,u,d,f,g,h,y,w,k;let{projectIds:t}=i,o={project_ids:t},a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/projects/feedback-scores/names"),method:"GET",headers:a,queryParameters:{...o,...e==null?void 0:e.queryParams},timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:lv.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/projects/feedback-scores/names")}findTokenUsageNames(i,e={},t){return P.fromPromise(this.__findTokenUsageNames(i,e,t))}async __findTokenUsageNames(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/token-usage/names`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:QE.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/projects/{id}/token-usage/names")}getProjectKpiCards(i,e,t){return P.fromPromise(this.__getProjectKpiCards(i,e,t))}async __getProjectKpiCards(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/kpi-cards`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:wa.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Hv.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===400?new B(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/projects/{id}/kpi-cards")}getProjectMetrics(i,e={},t){return P.fromPromise(this.__getProjectMetrics(i,e,t))}async __getProjectMetrics(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/metrics`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ka.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Tj.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/projects/{id}/metrics")}getProjectStats(i={},e){return P.fromPromise(this.__getProjectStats(i,e))}async __getProjectStats(i={},e){var d,f,g,h,y,w,k,C,I,D,N;let{page:t,size:o,name:a,filters:s,sorting:c}=i,l={page:t,size:o,name:a,filters:s,sorting:c},m=z((d=this._options)==null?void 0:d.headers,T({"Comet-Workspace":(g=e==null?void 0:e.workspaceName)!=null?g:(f=this._options)==null?void 0:f.workspaceName}),e==null?void 0:e.headers),u=await S({url:_.join((y=(h=await x.get(this._options.baseUrl))!=null?h:await x.get(this._options.environment))!=null?y:v.Default,"v1/private/projects/stats"),method:"GET",headers:m,queryParameters:{...l,...e==null?void 0:e.queryParams},timeoutMs:((C=(k=e==null?void 0:e.timeoutInSeconds)!=null?k:(w=this._options)==null?void 0:w.timeoutInSeconds)!=null?C:60)*1e3,maxRetries:(D=e==null?void 0:e.maxRetries)!=null?D:(I=this._options)==null?void 0:I.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(N=this._options)==null?void 0:N.fetch,logging:this._options.logging});if(u.ok)return {data:Mj.parseOrThrow(u.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:u.rawResponse};if(u.error.reason==="status-code")throw new A({statusCode:u.error.statusCode,body:u.error.body,rawResponse:u.rawResponse});return j(u.error,u.rawResponse,"GET","/v1/private/projects/stats")}retrieveProject(i,e){return P.fromPromise(this.__retrieveProject(i,e))}async __retrieveProject(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/projects/retrieve"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Aa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:_j.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/projects/retrieve")}getRecentActivity(i,e={},t){return P.fromPromise(this.__getRecentActivity(i,e,t))}async __getRecentActivity(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{page:o,size:a}=e,s={page:o,size:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/projects/${_.encodePathParam(i)}/activities`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:_E.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 500:throw new nt(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/projects/{projectId}/activities")}};});var km,KY=n(()=>{X();$();b();Q();Z();J();ie();te();km=class{constructor(i={}){this._options=W(i);}getPrompts(i={},e){return P.fromPromise(this.__getPrompts(i,e))}async __getPrompts(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{page:t,size:o,name:a,projectId:s,sorting:c,filters:l}=i,m={page:t,size:o,name:a,project_id:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/prompts"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:_s.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/prompts")}createPrompt(i,e){return P.fromPromise(this.__createPrompt(i,e))}async __createPrompt(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ua.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/prompts")}createPromptVersion(i,e){return P.fromPromise(this.__createPromptVersion(i,e))}async __createPromptVersion(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/versions"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:va.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Ie.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/prompts/versions")}updatePromptVersions(i,e){return P.fromPromise(this.__updatePromptVersions(i,e))}async __updatePromptVersions(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/versions"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ja.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/prompts/versions")}getPromptById(i,e={},t){return P.fromPromise(this.__getPromptById(i,e,t))}async __getPromptById(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{maskId:o,environment:a}=e,s={mask_id:o,environment:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/prompts/${_.encodePathParam(i)}`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:Ol.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/private/prompts/{id}")}updatePrompt(i,e,t){return P.fromPromise(this.__updatePrompt(i,e,t))}async __updatePrompt(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/${_.encodePathParam(i)}`),method:"PUT",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ta.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);case 422:throw new me(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PUT","/v1/private/prompts/{id}")}deletePrompt(i,e={},t){return P.fromPromise(this.__deletePrompt(i,e,t))}async __deletePrompt(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/prompts/{id}")}deletePromptsBatch(i,e){return P.fromPromise(this.__deletePromptsBatch(i,e))}async __deletePromptsBatch(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/prompts/delete")}getPromptByCommit(i,e={},t){return P.fromPromise(this.__getPromptByCommit(i,e,t))}async __getPromptByCommit(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/by-commit/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Ol.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"GET","/v1/private/prompts/by-commit/{commit}")}getPromptVersionById(i,e={},t){return P.fromPromise(this.__getPromptVersionById(i,e,t))}async __getPromptVersionById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/versions/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Ie.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/prompts/versions/{versionId}")}getPromptVersionByNumber(i,e,t={},o){return P.fromPromise(this.__getPromptVersionByNumber(i,e,t,o))}async __getPromptVersionByNumber(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/prompts/${_.encodePathParam(i)}/versions/by-number/${_.encodePathParam(e)}`),method:"GET",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Ie.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"GET","/v1/private/prompts/{promptId}/versions/by-number/{versionNumber}")}getPromptVersions(i,e={},t){return P.fromPromise(this.__getPromptVersions(i,e,t))}async __getPromptVersions(i,e={},t){var f,g,h,y,w,k,C,I,D,N,M;let{page:o,size:a,search:s,sorting:c,filters:l}=e,m={page:o,size:a,search:s,sorting:c,filters:l},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=t==null?void 0:t.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),t==null?void 0:t.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,`v1/private/prompts/${_.encodePathParam(i)}/versions`),method:"GET",headers:u,queryParameters:{...m,...t==null?void 0:t.queryParams},timeoutMs:((I=(C=t==null?void 0:t.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=t==null?void 0:t.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:mE.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/prompts/{id}/versions")}getPromptsByCommits(i,e){return P.fromPromise(this.__getPromptsByCommits(i,e))}async __getPromptsByCommits(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/retrieve-by-commits"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ea.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:ht.getPromptsByCommits.Response.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/prompts/retrieve-by-commits")}restorePromptVersion(i,e,t={},o){return P.fromPromise(this.__restorePromptVersion(i,e,t,o))}async __restorePromptVersion(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/prompts/${_.encodePathParam(i)}/versions/${_.encodePathParam(e)}/restore`),method:"POST",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Ie.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/prompts/{promptId}/versions/{versionId}/restore")}retrievePromptVersion(i,e){return P.fromPromise(this.__retrievePromptVersion(i,e))}async __retrievePromptVersion(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/versions/retrieve"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Da.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Ie.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 404:throw new U(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/prompts/versions/retrieve")}retrievePromptVersionsByIds(i,e){return P.fromPromise(this.__retrievePromptVersionsByIds(i,e))}async __retrievePromptVersionsByIds(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/prompts/versions/retrieve-by-ids"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ia.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:ht.retrievePromptVersionsByIds.Response.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/prompts/versions/retrieve-by-ids")}setPromptVersionEnvironment(i,e,t){return P.fromPromise(this.__setPromptVersionEnvironment(i,e,t))}async __setPromptVersionEnvironment(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/prompts/versions/${_.encodePathParam(i)}/environments`),method:"PATCH",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ca.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"PATCH","/v1/private/prompts/versions/{versionId}/environments")}};});var Am,OY=n(()=>{X();$();b();Q();Z();J();te();Am=class{constructor(i={}){this._options=W(i);}datasetsRedirect(i,e){return P.fromPromise(this.__datasetsRedirect(i,e))}async __datasetsRedirect(i,e){var m,u,d,f,g,h,y,w,k,C,I;let{datasetId:t,workspaceName:o,path:a}=i,s={dataset_id:t,workspace_name:o,path:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=e==null?void 0:e.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),e==null?void 0:e.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,"v1/session/redirect/datasets"),method:"GET",headers:c,queryParameters:{...s,...e==null?void 0:e.queryParams},timeoutMs:((w=(y=e==null?void 0:e.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=e==null?void 0:e.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:void 0,rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/session/redirect/datasets")}experimentsRedirect(i,e){return P.fromPromise(this.__experimentsRedirect(i,e))}async __experimentsRedirect(i,e){var u,d,f,g,h,y,w,k,C,I,D;let{datasetId:t,experimentId:o,workspaceName:a,path:s}=i,c={dataset_id:t,experiment_id:o,workspace_name:a,path:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/session/redirect/experiments"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:void 0,rawResponse:m.rawResponse};if(m.error.reason==="status-code")switch(m.error.statusCode){case 400:throw new B(m.error.body,m.rawResponse);case 404:throw new U(m.error.body,m.rawResponse);default:throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse})}return j(m.error,m.rawResponse,"GET","/v1/session/redirect/experiments")}optimizationsRedirect(i,e){return P.fromPromise(this.__optimizationsRedirect(i,e))}async __optimizationsRedirect(i,e){var u,d,f,g,h,y,w,k,C,I,D;let{datasetId:t,optimizationId:o,workspaceName:a,path:s}=i,c={dataset_id:t,optimization_id:o,workspace_name:a,path:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/session/redirect/optimizations"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:void 0,rawResponse:m.rawResponse};if(m.error.reason==="status-code")switch(m.error.statusCode){case 400:throw new B(m.error.body,m.rawResponse);case 404:throw new U(m.error.body,m.rawResponse);default:throw new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse})}return j(m.error,m.rawResponse,"GET","/v1/session/redirect/optimizations")}projectsRedirect(i,e){return P.fromPromise(this.__projectsRedirect(i,e))}async __projectsRedirect(i,e){var m,u,d,f,g,h,y,w,k,C,I;let{traceId:t,workspaceName:o,path:a}=i,s={trace_id:t,workspace_name:o,path:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=e==null?void 0:e.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),e==null?void 0:e.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,"v1/session/redirect/projects"),method:"GET",headers:c,queryParameters:{...s,...e==null?void 0:e.queryParams},timeoutMs:((w=(y=e==null?void 0:e.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=e==null?void 0:e.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:void 0,rawResponse:l.rawResponse};if(l.error.reason==="status-code")switch(l.error.statusCode){case 400:throw new B(l.error.body,l.rawResponse);case 404:throw new U(l.error.body,l.rawResponse);default:throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse})}return j(l.error,l.rawResponse,"GET","/v1/session/redirect/projects")}};});var Pm,$Y=n(()=>{X();$();b();Q();Z();J();ie();te();Pm=class{constructor(i={}){this._options=W(i);}completeReport(i,e,t,o){return P.fromPromise(this.__completeReport(i,e,t,o))}async __completeReport(i,e,t,o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports/${_.encodePathParam(e)}/complete`),method:"POST",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:Na.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/projects/{projectId}/reports/{reportId}/complete")}generateReport(i,e={},t){return P.fromPromise(this.__generateReport(i,e,t))}async __generateReport(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports/generate`),method:"POST",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Pv.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 401:throw new Y(a.error.body,a.rawResponse);case 403:throw new fe(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/projects/{projectId}/reports/generate")}getReportPreference(i,e={},t){return P.fromPromise(this.__getReportPreference(i,e,t))}async __getReportPreference(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports/preferences`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:As.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/projects/{projectId}/reports/preferences")}updateReportPreference(i,e,t){return P.fromPromise(this.__updateReportPreference(i,e,t))}async __updateReportPreference(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports/preferences`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:As.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:As.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/projects/{projectId}/reports/preferences")}getReports(i,e={},t){return P.fromPromise(this.__getReports(i,e,t))}async __getReports(i,e={},t){var m,u,d,f,g,h,y,w,k,C,I;let{page:o,size:a}=e,s={page:o,size:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=t==null?void 0:t.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),t==null?void 0:t.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,`v1/private/projects/${_.encodePathParam(i)}/reports`),method:"GET",headers:c,queryParameters:{...s,...t==null?void 0:t.queryParams},timeoutMs:((w=(y=t==null?void 0:t.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=t==null?void 0:t.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:gT.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse});return j(l.error,l.rawResponse,"GET","/v1/private/projects/{projectId}/reports")}};});var zm,QY=n(()=>{X();$();b();Q();Z();J();ie();te();zm=class{constructor(i={}){this._options=W(i);}findRetentionRules(i={},e){return P.fromPromise(this.__findRetentionRules(i,e))}async __findRetentionRules(i={},e){var m,u,d,f,g,h,y,w,k,C,I;let{page:t,size:o,includeInactive:a}=i,s={page:t,size:o,include_inactive:a},c=z((m=this._options)==null?void 0:m.headers,T({"Comet-Workspace":(d=e==null?void 0:e.workspaceName)!=null?d:(u=this._options)==null?void 0:u.workspaceName}),e==null?void 0:e.headers),l=await S({url:_.join((g=(f=await x.get(this._options.baseUrl))!=null?f:await x.get(this._options.environment))!=null?g:v.Default,"v1/private/retention/rules"),method:"GET",headers:c,queryParameters:{...s,...e==null?void 0:e.queryParams},timeoutMs:((w=(y=e==null?void 0:e.timeoutInSeconds)!=null?y:(h=this._options)==null?void 0:h.timeoutInSeconds)!=null?w:60)*1e3,maxRetries:(C=e==null?void 0:e.maxRetries)!=null?C:(k=this._options)==null?void 0:k.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(I=this._options)==null?void 0:I.fetch,logging:this._options.logging});if(l.ok)return {data:vE.parseOrThrow(l.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:l.rawResponse};if(l.error.reason==="status-code")throw new A({statusCode:l.error.statusCode,body:l.error.body,rawResponse:l.rawResponse});return j(l.error,l.rawResponse,"GET","/v1/private/retention/rules")}createRetentionRule(i,e){return P.fromPromise(this.__createRetentionRule(i,e))}async __createRetentionRule(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/retention/rules"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ba.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Ei.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/retention/rules")}getRetentionRuleById(i,e={},t){return P.fromPromise(this.__getRetentionRuleById(i,e,t))}async __getRetentionRuleById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/retention/rules/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Ei.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/retention/rules/{ruleId}")}deactivateRetentionRule(i,e={},t){return P.fromPromise(this.__deactivateRetentionRule(i,e,t))}async __deactivateRetentionRule(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/retention/rules/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/retention/rules/{ruleId}")}};});var Sm,YY=n(()=>{X();$();b();Q();Z();J();ie();te();Sm=class{constructor(i={}){this._options=W(i);}getJobLogs(i,e={},t){return P.fromPromise(this.__getJobLogs(i,e,t))}async __getJobLogs(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{offset:o}=e,a={offset:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}/logs`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:lr.getJobLogs.Response.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw c.error.statusCode===404?new U(c.error.body,c.rawResponse):new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/local-runners/jobs/{jobId}/logs")}appendJobLogs(i,e,t){return P.fromPromise(this.__appendJobLogs(i,e,t))}async __appendJobLogs(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}/logs`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:lr.appendJobLogs.Request.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/local-runners/jobs/{jobId}/logs")}cancelJob(i,e={},t){return P.fromPromise(this.__cancelJob(i,e,t))}async __cancelJob(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}/cancel`),method:"POST",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/jobs/{jobId}/cancel")}createBridgeCommand(i,e,t){return P.fromPromise(this.__createBridgeCommand(i,e,t))}async __createBridgeCommand(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/bridge/commands`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Wa.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:eA.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 404:throw new U(a.error.body,a.rawResponse);case 409:throw new O(a.error.body,a.rawResponse);case 429:throw new Ke(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/{runnerId}/bridge/commands")}createJob(i,e){return P.fromPromise(this.__createJob(i,e))}async __createJob(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/local-runners/jobs"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:La.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 404:throw new U(o.error.body,o.rawResponse);case 409:throw new O(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/local-runners/jobs")}getRunner(i,e={},t){return P.fromPromise(this.__getRunner(i,e,t))}async __getRunner(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:hs.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/local-runners/{runnerId}")}disconnectRunner(i,e={},t){return P.fromPromise(this.__disconnectRunner(i,e,t))}async __disconnectRunner(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/local-runners/{runnerId}")}getBridgeCommand(i,e,t={},o){return P.fromPromise(this.__getBridgeCommand(i,e,t,o))}async __getBridgeCommand(i,e,t={},o){var u,d,f,g,h,y,w,k,C,I,D;let{wait:a,timeout:s}=t,c={wait:a,timeout:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=o==null?void 0:o.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),o==null?void 0:o.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/bridge/commands/${_.encodePathParam(e)}`),method:"GET",headers:l,queryParameters:{...c,...o==null?void 0:o.queryParams},timeoutMs:((k=(w=o==null?void 0:o.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=o==null?void 0:o.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:$k.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw m.error.statusCode===404?new U(m.error.body,m.rawResponse):new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/local-runners/{runnerId}/bridge/commands/{commandId}")}getJob(i,e={},t){return P.fromPromise(this.__getJob(i,e,t))}async __getJob(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}`),method:"GET",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:yt.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"GET","/v1/private/local-runners/jobs/{jobId}")}heartbeat(i,e={},t){return P.fromPromise(this.__heartbeat(i,e,t))}async __heartbeat(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/heartbeats`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ja.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:Zv.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 404:throw new U(a.error.body,a.rawResponse);case 410:throw new at(Si.parseOrThrow(a.error.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/{runnerId}/heartbeats")}listJobs(i,e={},t){return P.fromPromise(this.__listJobs(i,e,t))}async __listJobs(i,e={},t){var u,d,f,g,h,y,w,k,C,I,D;let{projectId:o,page:a,size:s}=e,c={project_id:o,page:a,size:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=t==null?void 0:t.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),t==null?void 0:t.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/jobs`),method:"GET",headers:l,queryParameters:{...c,...t==null?void 0:t.queryParams},timeoutMs:((k=(w=t==null?void 0:t.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=t==null?void 0:t.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:qv.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw m.error.statusCode===404?new U(m.error.body,m.rawResponse):new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/local-runners/{runnerId}/jobs")}listRunners(i,e){return P.fromPromise(this.__listRunners(i,e))}async __listRunners(i,e){var u,d,f,g,h,y,w,k,C,I,D;let{projectId:t,status:o,page:a,size:s}=i,c={project_id:t,status:o!=null?Yc.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0,page:a,size:s},l=z((u=this._options)==null?void 0:u.headers,T({"Comet-Workspace":(f=e==null?void 0:e.workspaceName)!=null?f:(d=this._options)==null?void 0:d.workspaceName}),e==null?void 0:e.headers),m=await S({url:_.join((h=(g=await x.get(this._options.baseUrl))!=null?g:await x.get(this._options.environment))!=null?h:v.Default,"v1/private/local-runners"),method:"GET",headers:l,queryParameters:{...c,...e==null?void 0:e.queryParams},timeoutMs:((k=(w=e==null?void 0:e.timeoutInSeconds)!=null?w:(y=this._options)==null?void 0:y.timeoutInSeconds)!=null?k:60)*1e3,maxRetries:(I=e==null?void 0:e.maxRetries)!=null?I:(C=this._options)==null?void 0:C.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(D=this._options)==null?void 0:D.fetch,logging:this._options.logging});if(m.ok)return {data:eT.parseOrThrow(m.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:m.rawResponse};if(m.error.reason==="status-code")throw m.error.statusCode===404?new U(m.error.body,m.rawResponse):new A({statusCode:m.error.statusCode,body:m.error.body,rawResponse:m.rawResponse});return j(m.error,m.rawResponse,"GET","/v1/private/local-runners")}nextBridgeCommands(i,e={},t){return P.fromPromise(this.__nextBridgeCommands(i,e,t))}async __nextBridgeCommands(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/bridge/commands/next`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Fa.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:qk.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/{runnerId}/bridge/commands/next")}nextJob(i,e={},t){return P.fromPromise(this.__nextJob(i,e,t))}async __nextJob(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/jobs/next`),method:"POST",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:lr.nextJob.Response.parseOrThrow(a.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===404?new U(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/{runnerId}/jobs/next")}patchChecklist(i,e,t){return P.fromPromise(this.__patchChecklist(i,e,t))}async __patchChecklist(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/checklist`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:lr.patchChecklist.Request.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/local-runners/{runnerId}/checklist")}registerAgents(i,e,t){return P.fromPromise(this.__registerAgents(i,e,t))}async __registerAgents(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/agents`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:lr.registerAgents.Request.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 400:throw new B(s.error.body,s.rawResponse);case 404:throw new U(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"PUT","/v1/private/local-runners/{runnerId}/agents")}reportBridgeResult(i,e,t,o){return P.fromPromise(this.__reportBridgeResult(i,e,t,o))}async __reportBridgeResult(i,e,t,o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/local-runners/${_.encodePathParam(i)}/bridge/commands/${_.encodePathParam(e)}/results`),method:"POST",headers:a,contentType:"application/json",queryParameters:o==null?void 0:o.queryParams,requestType:"json",body:Ma.jsonOrThrow(t,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")switch(s.error.statusCode){case 404:throw new U(s.error.body,s.rawResponse);case 409:throw new O(s.error.body,s.rawResponse);default:throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse})}return j(s.error,s.rawResponse,"POST","/v1/private/local-runners/{runnerId}/bridge/commands/{commandId}/results")}reportJobResult(i,e,t){return P.fromPromise(this.__reportJobResult(i,e,t))}async __reportJobResult(i,e,t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/local-runners/jobs/${_.encodePathParam(i)}/results`),method:"POST",headers:o,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ha.jsonOrThrow(e,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")switch(a.error.statusCode){case 400:throw new B(a.error.body,a.rawResponse);case 404:throw new U(a.error.body,a.rawResponse);default:throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse})}return j(a.error,a.rawResponse,"POST","/v1/private/local-runners/jobs/{jobId}/results")}};});var vm,XY=n(()=>{X();$();b();Q();Z();J();ie();vm=class{constructor(i={}){this._options=W(i);}getServiceToggles(i){return P.fromPromise(this.__getServiceToggles(i))}async __getServiceToggles(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/toggles"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:TE.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/toggles")}};});var Tm,ZY=n(()=>{X();$();b();Q();Z();J();ie();te();Tm=class{constructor(i={}){this._options=W(i);}addSpanComment(i,e,t){return P.fromPromise(this.__addSpanComment(i,e,t))}async __addSpanComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}/comments`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/spans/{id}/comments")}addSpanFeedbackScore(i,e,t){return P.fromPromise(this.__addSpanFeedbackScore(i,e,t))}async __addSpanFeedbackScore(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}/feedback-scores`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Pe.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/spans/{id}/feedback-scores")}createSpans(i,e){return P.fromPromise(this.__createSpans(i,e))}async __createSpans(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ya.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/spans/batch")}batchUpdateSpans(i,e){return P.fromPromise(this.__batchUpdateSpans(i,e))}async __batchUpdateSpans(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Oa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/spans/batch")}getSpansByProject(i={},e){return P.fromPromise(this.__getSpansByProject(i,e))}async __getSpansByProject(i={},e){var D,N,M,re,ne,we,je,Ee,$e,io,oo;let{page:t,size:o,projectName:a,projectId:s,traceId:c,type:l,filters:m,truncate:u,stripAttachments:d,sorting:f,exclude:g,search:h,fromTime:y,toTime:w}=i,k={page:t,size:o,project_name:a,project_id:s,trace_id:c,type:l!=null?tl.jsonOrThrow(l,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0,filters:m,truncate:u,strip_attachments:d,sorting:f,exclude:g,search:h,from_time:y==null?void 0:y.toISOString(),to_time:w==null?void 0:w.toISOString()},C=z((D=this._options)==null?void 0:D.headers,T({"Comet-Workspace":(M=e==null?void 0:e.workspaceName)!=null?M:(N=this._options)==null?void 0:N.workspaceName}),e==null?void 0:e.headers),I=await S({url:_.join((ne=(re=await x.get(this._options.baseUrl))!=null?re:await x.get(this._options.environment))!=null?ne:v.Default,"v1/private/spans"),method:"GET",headers:C,queryParameters:{...k,...e==null?void 0:e.queryParams},timeoutMs:((Ee=(je=e==null?void 0:e.timeoutInSeconds)!=null?je:(we=this._options)==null?void 0:we.timeoutInSeconds)!=null?Ee:60)*1e3,maxRetries:(io=e==null?void 0:e.maxRetries)!=null?io:($e=this._options)==null?void 0:$e.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(oo=this._options)==null?void 0:oo.fetch,logging:this._options.logging});if(I.ok)return {data:NE.parseOrThrow(I.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:I.rawResponse};if(I.error.reason==="status-code")throw new A({statusCode:I.error.statusCode,body:I.error.body,rawResponse:I.rawResponse});return j(I.error,I.rawResponse,"GET","/v1/private/spans")}createSpan(i,e){return P.fromPromise(this.__createSpan(i,e))}async __createSpan(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Qa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===409?new O(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/spans")}getSpanById(i,e={},t){return P.fromPromise(this.__getSpanById(i,e,t))}async __getSpanById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{stripAttachments:o}=e,a={strip_attachments:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/spans/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:zs.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw c.error.statusCode===404?new U(c.error.body,c.rawResponse):new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/spans/{id}")}deleteSpanById(i,e={},t){return P.fromPromise(this.__deleteSpanById(i,e,t))}async __deleteSpanById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/spans/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw a.error.statusCode===501?new st(a.error.body,a.rawResponse):new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/spans/{id}")}updateSpan(i,e,t){return P.fromPromise(this.__updateSpan(i,e,t))}async __updateSpan(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Ka.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/spans/{id}")}deleteSpanComments(i,e){return P.fromPromise(this.__deleteSpanComments(i,e))}async __deleteSpanComments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/comments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/spans/comments/delete")}deleteSpanFeedbackScore(i,e,t){return P.fromPromise(this.__deleteSpanFeedbackScore(i,e,t))}async __deleteSpanFeedbackScore(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}/feedback-scores/delete`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:os.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/spans/{id}/feedback-scores/delete")}findFeedbackScoreNames1(i={},e){return P.fromPromise(this.__findFeedbackScoreNames1(i,e))}async __findFeedbackScoreNames1(i={},e){var l,m,u,d,f,g,h,y,w,k,C;let{projectId:t,type:o}=i,a={project_id:t,type:o!=null?el.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=e==null?void 0:e.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),e==null?void 0:e.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,"v1/private/spans/feedback-scores/names"),method:"GET",headers:s,queryParameters:{...a,...e==null?void 0:e.queryParams},timeoutMs:((y=(h=e==null?void 0:e.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=e==null?void 0:e.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Kr.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/spans/feedback-scores/names")}getSpanComment(i,e,t={},o){return P.fromPromise(this.__getSpanComment(i,e,t,o))}async __getSpanComment(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/${_.encodePathParam(i)}/comments/${_.encodePathParam(e)}`),method:"GET",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:ge.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/spans/{spanId}/comments/{commentId}")}getSpanStats(i={},e){return P.fromPromise(this.__getSpanStats(i,e))}async __getSpanStats(i={},e){var h,y,w,k,C,I,D,N,M,re,ne;let{projectId:t,projectName:o,traceId:a,type:s,filters:c,search:l,fromTime:m,toTime:u}=i,d={project_id:t,project_name:o,trace_id:a,type:s!=null?rl.jsonOrThrow(s,{unrecognizedObjectKeys:"strip",omitUndefined:true}):void 0,filters:c,search:l,from_time:m==null?void 0:m.toISOString(),to_time:u==null?void 0:u.toISOString()},f=z((h=this._options)==null?void 0:h.headers,T({"Comet-Workspace":(w=e==null?void 0:e.workspaceName)!=null?w:(y=this._options)==null?void 0:y.workspaceName}),e==null?void 0:e.headers),g=await S({url:_.join((C=(k=await x.get(this._options.baseUrl))!=null?k:await x.get(this._options.environment))!=null?C:v.Default,"v1/private/spans/stats"),method:"GET",headers:f,queryParameters:{...d,...e==null?void 0:e.queryParams},timeoutMs:((N=(D=e==null?void 0:e.timeoutInSeconds)!=null?D:(I=this._options)==null?void 0:I.timeoutInSeconds)!=null?N:60)*1e3,maxRetries:(re=e==null?void 0:e.maxRetries)!=null?re:(M=this._options)==null?void 0:M.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(ne=this._options)==null?void 0:ne.fetch,logging:this._options.logging});if(g.ok)return {data:Or.parseOrThrow(g.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:g.rawResponse};if(g.error.reason==="status-code")throw new A({statusCode:g.error.statusCode,body:g.error.body,rawResponse:g.rawResponse});return j(g.error,g.rawResponse,"GET","/v1/private/spans/stats")}scoreBatchOfSpans(i,e){return P.fromPromise(this.__scoreBatchOfSpans(i,e))}async __scoreBatchOfSpans(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/feedback-scores"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:gs.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/spans/feedback-scores")}searchSpans(i={},e){return P.fromPromise(this.__searchSpans(i,e))}async __searchSpans(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/spans/search"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Xa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/spans/search")}updateSpanComment(i,e,t){return P.fromPromise(this.__updateSpanComment(i,e,t))}async __updateSpanComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/spans/comments/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/spans/comments/{commentId}")}};});var jm,qY=n(()=>{X();$();b();Q();Z();J();ie();jm=class{constructor(i={}){this._options=W(i);}getDatasetBiInfo(i){return P.fromPromise(this.__getDatasetBiInfo(i))}async __getDatasetBiInfo(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/bi-datasets"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ai.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/bi-datasets")}getExperimentBiInfo(i){return P.fromPromise(this.__getExperimentBiInfo(i))}async __getExperimentBiInfo(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/bi-experiments"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ai.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/bi-experiments")}getSpansBiInfo(i){return P.fromPromise(this.__getSpansBiInfo(i))}async __getSpansBiInfo(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/bi-spans"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ai.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/bi-spans")}getSpansCountForWorkspaces(i){return P.fromPromise(this.__getSpansCountForWorkspaces(i))}async __getSpansCountForWorkspaces(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/workspace-span-counts"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:ME.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/workspace-span-counts")}getTracesBiInfo(i){return P.fromPromise(this.__getTracesBiInfo(i))}async __getTracesBiInfo(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/bi-traces"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ai.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/bi-traces")}getTracesCountForWorkspaces(i){return P.fromPromise(this.__getTracesCountForWorkspaces(i))}async __getTracesCountForWorkspaces(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/internal/usage/workspace-trace-counts"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:ZE.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/internal/usage/workspace-trace-counts")}};});var Em,eX=n(()=>{X();$();b();Q();Z();J();ie();te();Em=class{constructor(i={}){this._options=W(i);}addThreadComment(i,e,t){return P.fromPromise(this.__addThreadComment(i,e,t))}async __addThreadComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/threads/${_.encodePathParam(i)}/comments`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/traces/threads/{id}/comments")}addTraceComment(i,e,t){return P.fromPromise(this.__addTraceComment(i,e,t))}async __addTraceComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}/comments`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/traces/{id}/comments")}addTraceFeedbackScore(i,e,t){return P.fromPromise(this.__addTraceFeedbackScore(i,e,t))}async __addTraceFeedbackScore(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}/feedback-scores`),method:"PUT",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:Pe.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PUT","/v1/private/traces/{id}/feedback-scores")}createTraces(i,e){return P.fromPromise(this.__createTraces(i,e))}async __createTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/batch"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:an.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/batch")}batchUpdateTraces(i,e){return P.fromPromise(this.__batchUpdateTraces(i,e))}async __batchUpdateTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:tn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/traces/batch")}batchUpdateThreads(i,e){return P.fromPromise(this.__batchUpdateThreads(i,e))}async __batchUpdateThreads(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/batch"),method:"PATCH",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:cn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PATCH","/v1/private/traces/threads/batch")}closeTraceThread(i={},e){return P.fromPromise(this.__closeTraceThread(i,e))}async __closeTraceThread(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/close"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:sn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===404?new U(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/traces/threads/close")}getTracesByProject(i={},e){return P.fromPromise(this.__getTracesByProject(i,e))}async __getTracesByProject(i={},e){var C,I,D,N,M,re,ne,we,je,Ee,$e;let{page:t,size:o,projectName:a,projectId:s,filters:c,truncate:l,stripAttachments:m,sorting:u,exclude:d,search:f,fromTime:g,toTime:h}=i,y={page:t,size:o,project_name:a,project_id:s,filters:c,truncate:l,strip_attachments:m,sorting:u,exclude:d,search:f,from_time:g==null?void 0:g.toISOString(),to_time:h==null?void 0:h.toISOString()},w=z((C=this._options)==null?void 0:C.headers,T({"Comet-Workspace":(D=e==null?void 0:e.workspaceName)!=null?D:(I=this._options)==null?void 0:I.workspaceName}),e==null?void 0:e.headers),k=await S({url:_.join((M=(N=await x.get(this._options.baseUrl))!=null?N:await x.get(this._options.environment))!=null?M:v.Default,"v1/private/traces"),method:"GET",headers:w,queryParameters:{...y,...e==null?void 0:e.queryParams},timeoutMs:((we=(ne=e==null?void 0:e.timeoutInSeconds)!=null?ne:(re=this._options)==null?void 0:re.timeoutInSeconds)!=null?we:60)*1e3,maxRetries:(Ee=e==null?void 0:e.maxRetries)!=null?Ee:(je=this._options)==null?void 0:je.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:($e=this._options)==null?void 0:$e.fetch,logging:this._options.logging});if(k.ok)return {data:oC.parseOrThrow(k.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:k.rawResponse};if(k.error.reason==="status-code")throw new A({statusCode:k.error.statusCode,body:k.error.body,rawResponse:k.rawResponse});return j(k.error,k.rawResponse,"GET","/v1/private/traces")}createTrace(i,e){return P.fromPromise(this.__createTrace(i,e))}async __createTrace(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:on.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces")}getTraceById(i,e={},t){return P.fromPromise(this.__getTraceById(i,e,t))}async __getTraceById(i,e={},t){var l,m,u,d,f,g,h,y,w,k,C;let{stripAttachments:o}=e,a={strip_attachments:o},s=z((l=this._options)==null?void 0:l.headers,T({"Comet-Workspace":(u=t==null?void 0:t.workspaceName)!=null?u:(m=this._options)==null?void 0:m.workspaceName}),t==null?void 0:t.headers),c=await S({url:_.join((f=(d=await x.get(this._options.baseUrl))!=null?d:await x.get(this._options.environment))!=null?f:v.Default,`v1/private/traces/${_.encodePathParam(i)}`),method:"GET",headers:s,queryParameters:{...a,...t==null?void 0:t.queryParams},timeoutMs:((y=(h=t==null?void 0:t.timeoutInSeconds)!=null?h:(g=this._options)==null?void 0:g.timeoutInSeconds)!=null?y:60)*1e3,maxRetries:(k=t==null?void 0:t.maxRetries)!=null?k:(w=this._options)==null?void 0:w.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(C=this._options)==null?void 0:C.fetch,logging:this._options.logging});if(c.ok)return {data:Ss.parseOrThrow(c.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:c.rawResponse};if(c.error.reason==="status-code")throw new A({statusCode:c.error.statusCode,body:c.error.body,rawResponse:c.rawResponse});return j(c.error,c.rawResponse,"GET","/v1/private/traces/{id}")}deleteTraceById(i,e={},t){return P.fromPromise(this.__deleteTraceById(i,e,t))}async __deleteTraceById(i,e={},t){var s,c,l,m,u,d,f,g,h,y,w;let o=z((s=this._options)==null?void 0:s.headers,T({"Comet-Workspace":(l=t==null?void 0:t.workspaceName)!=null?l:(c=this._options)==null?void 0:c.workspaceName}),t==null?void 0:t.headers),a=await S({url:_.join((u=(m=await x.get(this._options.baseUrl))!=null?m:await x.get(this._options.environment))!=null?u:v.Default,`v1/private/traces/${_.encodePathParam(i)}`),method:"DELETE",headers:o,queryParameters:t==null?void 0:t.queryParams,timeoutMs:((g=(f=t==null?void 0:t.timeoutInSeconds)!=null?f:(d=this._options)==null?void 0:d.timeoutInSeconds)!=null?g:60)*1e3,maxRetries:(y=t==null?void 0:t.maxRetries)!=null?y:(h=this._options)==null?void 0:h.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(w=this._options)==null?void 0:w.fetch,logging:this._options.logging});if(a.ok)return {data:void 0,rawResponse:a.rawResponse};if(a.error.reason==="status-code")throw new A({statusCode:a.error.statusCode,body:a.error.body,rawResponse:a.rawResponse});return j(a.error,a.rawResponse,"DELETE","/v1/private/traces/{id}")}updateTrace(i,e,t){return P.fromPromise(this.__updateTrace(i,e,t))}async __updateTrace(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:rn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/traces/{id}")}deleteThreadComments(i,e){return P.fromPromise(this.__deleteThreadComments(i,e))}async __deleteThreadComments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/comments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/comments/delete")}deleteThreadFeedbackScores(i,e){return P.fromPromise(this.__deleteThreadFeedbackScores(i,e))}async __deleteThreadFeedbackScores(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/feedback-scores/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Za.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/feedback-scores/delete")}deleteTraceComments(i,e){return P.fromPromise(this.__deleteTraceComments(i,e))}async __deleteTraceComments(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/comments/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/comments/delete")}deleteTraceFeedbackScore(i,e,t){return P.fromPromise(this.__deleteTraceFeedbackScore(i,e,t))}async __deleteTraceFeedbackScore(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}/feedback-scores/delete`),method:"POST",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:os.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"POST","/v1/private/traces/{id}/feedback-scores/delete")}deleteTraceThreads(i,e){return P.fromPromise(this.__deleteTraceThreads(i,e))}async __deleteTraceThreads(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:qa.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/delete")}deleteTraces(i,e){return P.fromPromise(this.__deleteTraces(i,e))}async __deleteTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/delete"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:de.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/delete")}findFeedbackScoreNames2(i={},e){return P.fromPromise(this.__findFeedbackScoreNames2(i,e))}async __findFeedbackScoreNames2(i={},e){var c,l,m,u,d,f,g,h,y,w,k;let{projectId:t}=i,o={project_id:t},a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/traces/feedback-scores/names"),method:"GET",headers:a,queryParameters:{...o,...e==null?void 0:e.queryParams},timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Kr.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/traces/feedback-scores/names")}findTraceThreadsFeedbackScoreNames(i={},e){return P.fromPromise(this.__findTraceThreadsFeedbackScoreNames(i,e))}async __findTraceThreadsFeedbackScoreNames(i={},e){var c,l,m,u,d,f,g,h,y,w,k;let{projectId:t}=i,o={project_id:t},a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=e==null?void 0:e.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),e==null?void 0:e.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,"v1/private/traces/threads/feedback-scores/names"),method:"GET",headers:a,queryParameters:{...o,...e==null?void 0:e.queryParams},timeoutMs:((h=(g=e==null?void 0:e.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=e==null?void 0:e.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:Kr.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/traces/threads/feedback-scores/names")}getTraceStats(i={},e){return P.fromPromise(this.__getTraceStats(i,e))}async __getTraceStats(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{projectId:t,projectName:o,filters:a,search:s,fromTime:c,toTime:l}=i,m={project_id:t,project_name:o,filters:a,search:s,from_time:c==null?void 0:c.toISOString(),to_time:l==null?void 0:l.toISOString()},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/traces/stats"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:Or.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/traces/stats")}getThreadComment(i,e,t={},o){return P.fromPromise(this.__getThreadComment(i,e,t,o))}async __getThreadComment(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/threads/${_.encodePathParam(i)}/comments/${_.encodePathParam(e)}`),method:"GET",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:ge.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/traces/threads/{threadId}/comments/{commentId}")}getTraceThreadStats(i={},e){return P.fromPromise(this.__getTraceThreadStats(i,e))}async __getTraceThreadStats(i={},e){var f,g,h,y,w,k,C,I,D,N,M;let{projectId:t,projectName:o,filters:a,search:s,fromTime:c,toTime:l}=i,m={project_id:t,project_name:o,filters:a,search:s,from_time:c==null?void 0:c.toISOString(),to_time:l==null?void 0:l.toISOString()},u=z((f=this._options)==null?void 0:f.headers,T({"Comet-Workspace":(h=e==null?void 0:e.workspaceName)!=null?h:(g=this._options)==null?void 0:g.workspaceName}),e==null?void 0:e.headers),d=await S({url:_.join((w=(y=await x.get(this._options.baseUrl))!=null?y:await x.get(this._options.environment))!=null?w:v.Default,"v1/private/traces/threads/stats"),method:"GET",headers:u,queryParameters:{...m,...e==null?void 0:e.queryParams},timeoutMs:((I=(C=e==null?void 0:e.timeoutInSeconds)!=null?C:(k=this._options)==null?void 0:k.timeoutInSeconds)!=null?I:60)*1e3,maxRetries:(N=e==null?void 0:e.maxRetries)!=null?N:(D=this._options)==null?void 0:D.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(M=this._options)==null?void 0:M.fetch,logging:this._options.logging});if(d.ok)return {data:Or.parseOrThrow(d.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:d.rawResponse};if(d.error.reason==="status-code")throw new A({statusCode:d.error.statusCode,body:d.error.body,rawResponse:d.rawResponse});return j(d.error,d.rawResponse,"GET","/v1/private/traces/threads/stats")}getTraceComment(i,e,t={},o){return P.fromPromise(this.__getTraceComment(i,e,t,o))}async __getTraceComment(i,e,t={},o){var c,l,m,u,d,f,g,h,y,w,k;let a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=o==null?void 0:o.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),o==null?void 0:o.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/${_.encodePathParam(i)}/comments/${_.encodePathParam(e)}`),method:"GET",headers:a,queryParameters:o==null?void 0:o.queryParams,timeoutMs:((h=(g=o==null?void 0:o.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=o==null?void 0:o.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:o==null?void 0:o.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:ge.parseOrThrow(s.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"GET","/v1/private/traces/{traceId}/comments/{commentId}")}getTraceThread(i,e){return P.fromPromise(this.__getTraceThread(i,e))}async __getTraceThread(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/retrieve"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ql.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:vs.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===404?new U(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/retrieve")}getTraceThreads(i={},e){return P.fromPromise(this.__getTraceThreads(i,e))}async __getTraceThreads(i={},e){var k,C,I,D,N,M,re,ne,we,je,Ee;let{page:t,size:o,projectName:a,projectId:s,truncate:c,stripAttachments:l,filters:m,sorting:u,search:d,fromTime:f,toTime:g}=i,h={page:t,size:o,project_name:a,project_id:s,truncate:c,strip_attachments:l,filters:m,sorting:u,search:d,from_time:f==null?void 0:f.toISOString(),to_time:g==null?void 0:g.toISOString()},y=z((k=this._options)==null?void 0:k.headers,T({"Comet-Workspace":(I=e==null?void 0:e.workspaceName)!=null?I:(C=this._options)==null?void 0:C.workspaceName}),e==null?void 0:e.headers),w=await S({url:_.join((N=(D=await x.get(this._options.baseUrl))!=null?D:await x.get(this._options.environment))!=null?N:v.Default,"v1/private/traces/threads"),method:"GET",headers:y,queryParameters:{...h,...e==null?void 0:e.queryParams},timeoutMs:((ne=(re=e==null?void 0:e.timeoutInSeconds)!=null?re:(M=this._options)==null?void 0:M.timeoutInSeconds)!=null?ne:60)*1e3,maxRetries:(je=e==null?void 0:e.maxRetries)!=null?je:(we=this._options)==null?void 0:we.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(Ee=this._options)==null?void 0:Ee.fetch,logging:this._options.logging});if(w.ok)return {data:pC.parseOrThrow(w.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:w.rawResponse};if(w.error.reason==="status-code")throw new A({statusCode:w.error.statusCode,body:w.error.body,rawResponse:w.rawResponse});return j(w.error,w.rawResponse,"GET","/v1/private/traces/threads")}openTraceThread(i,e){return P.fromPromise(this.__openTraceThread(i,e))}async __openTraceThread(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/open"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ql.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/traces/threads/open")}scoreBatchOfThreads(i,e){return P.fromPromise(this.__scoreBatchOfThreads(i,e))}async __scoreBatchOfThreads(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/feedback-scores"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:en.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/traces/threads/feedback-scores")}scoreBatchOfTraces(i,e){return P.fromPromise(this.__scoreBatchOfTraces(i,e))}async __scoreBatchOfTraces(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/feedback-scores"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:gs.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"PUT","/v1/private/traces/feedback-scores")}searchTraceThreads(i={},e){return P.fromPromise(this.__searchTraceThreads(i,e))}async __searchTraceThreads(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/threads/search"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:ln.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/traces/threads/search")}searchTraces(i={},e){return P.fromPromise(this.__searchTraces(i,e))}async __searchTraces(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/traces/search"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:nn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),responseType:"streaming",timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:o.body,rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 401:throw new Y(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"POST","/v1/private/traces/search")}updateThread(i,e,t){return P.fromPromise(this.__updateThread(i,e,t))}async __updateThread(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/threads/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:pn.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/traces/threads/{threadModelId}")}updateThreadComment(i,e,t){return P.fromPromise(this.__updateThreadComment(i,e,t))}async __updateThreadComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/threads/comments/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/traces/threads/comments/{commentId}")}updateTraceComment(i,e,t){return P.fromPromise(this.__updateTraceComment(i,e,t))}async __updateTraceComment(i,e,t){var c,l,m,u,d,f,g,h,y,w,k;let{body:o}=e,a=z((c=this._options)==null?void 0:c.headers,T({"Comet-Workspace":(m=t==null?void 0:t.workspaceName)!=null?m:(l=this._options)==null?void 0:l.workspaceName}),t==null?void 0:t.headers),s=await S({url:_.join((d=(u=await x.get(this._options.baseUrl))!=null?u:await x.get(this._options.environment))!=null?d:v.Default,`v1/private/traces/comments/${_.encodePathParam(i)}`),method:"PATCH",headers:a,contentType:"application/json",queryParameters:t==null?void 0:t.queryParams,requestType:"json",body:ge.jsonOrThrow(o,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((h=(g=t==null?void 0:t.timeoutInSeconds)!=null?g:(f=this._options)==null?void 0:f.timeoutInSeconds)!=null?h:60)*1e3,maxRetries:(w=t==null?void 0:t.maxRetries)!=null?w:(y=this._options)==null?void 0:y.maxRetries,withCredentials:true,abortSignal:t==null?void 0:t.abortSignal,fetchFn:(k=this._options)==null?void 0:k.fetch,logging:this._options.logging});if(s.ok)return {data:void 0,rawResponse:s.rawResponse};if(s.error.reason==="status-code")throw s.error.statusCode===404?new U(s.error.body,s.rawResponse):new A({statusCode:s.error.statusCode,body:s.error.body,rawResponse:s.rawResponse});return j(s.error,s.rawResponse,"PATCH","/v1/private/traces/comments/{commentId}")}};});var Cm,rX=n(()=>{X();$();b();Q();Z();J();ie();Cm=class{constructor(i={}){this._options=W(i);}getWelcomeWizardStatus(i){return P.fromPromise(this.__getWelcomeWizardStatus(i))}async __getWelcomeWizardStatus(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/welcome-wizard"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:uC.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/welcome-wizard")}submitWelcomeWizard(i={},e){return P.fromPromise(this.__submitWelcomeWizard(i,e))}async __submitWelcomeWizard(i={},e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/welcome-wizard"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:mn.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:void 0,rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/welcome-wizard")}};});var Im,tX=n(()=>{X();$();b();Q();Z();J();ie();te();Im=class{constructor(i={}){this._options=W(i);}getWorkspaceUserPermissions(i){return P.fromPromise(this.__getWorkspaceUserPermissions(i))}async __getWorkspaceUserPermissions(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/workspace-permissions"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:hC.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")switch(t.error.statusCode){case 400:throw new B(t.error.body,t.rawResponse);case 401:throw new Y(t.error.body,t.rawResponse);default:throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse})}return j(t.error,t.rawResponse,"GET","/v1/private/workspace-permissions")}};});var Dm,iX=n(()=>{X();$();b();Q();Z();J();ie();te();Dm=class{constructor(i={}){this._options=W(i);}costsSummary(i,e){return P.fromPromise(this.__costsSummary(i,e))}async __costsSummary(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/costs/summaries"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ci.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:vr.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/workspaces/costs/summaries")}getWorkspaceConfiguration(i){return P.fromPromise(this.__getWorkspaceConfiguration(i))}async __getWorkspaceConfiguration(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/workspaces/configurations"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:Ts.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw t.error.statusCode===404?new U(t.error.body,t.rawResponse):new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/workspaces/configurations")}upsertWorkspaceConfiguration(i,e){return P.fromPromise(this.__upsertWorkspaceConfiguration(i,e))}async __upsertWorkspaceConfiguration(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/configurations"),method:"PUT",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ts.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Ts.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")switch(o.error.statusCode){case 400:throw new B(o.error.body,o.rawResponse);case 422:throw new me(o.error.body,o.rawResponse);default:throw new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse})}return j(o.error,o.rawResponse,"PUT","/v1/private/workspaces/configurations")}deleteWorkspaceConfiguration(i){return P.fromPromise(this.__deleteWorkspaceConfiguration(i))}async __deleteWorkspaceConfiguration(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/workspaces/configurations"),method:"DELETE",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:void 0,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw t.error.statusCode===404?new U(t.error.body,t.rawResponse):new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"DELETE","/v1/private/workspaces/configurations")}getCost(i,e){return P.fromPromise(this.__getCost(i,e))}async __getCost(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/costs"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ci.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Yl.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/workspaces/costs")}getMetric(i,e){return P.fromPromise(this.__getMetric(i,e))}async __getMetric(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/metrics"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ci.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:Yl.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/workspaces/metrics")}getWorkspaceVersion(i){return P.fromPromise(this.__getWorkspaceVersion(i))}async __getWorkspaceVersion(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"v1/private/workspaces/versions"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:RC.parseOrThrow(t.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/v1/private/workspaces/versions")}metricsSummary(i,e){return P.fromPromise(this.__metricsSummary(i,e))}async __metricsSummary(i,e){var a,s,c,l,m,u,d,f,g,h,y;let t=z((a=this._options)==null?void 0:a.headers,T({"Comet-Workspace":(c=e==null?void 0:e.workspaceName)!=null?c:(s=this._options)==null?void 0:s.workspaceName}),e==null?void 0:e.headers),o=await S({url:_.join((m=(l=await x.get(this._options.baseUrl))!=null?l:await x.get(this._options.environment))!=null?m:v.Default,"v1/private/workspaces/metrics/summaries"),method:"POST",headers:t,contentType:"application/json",queryParameters:e==null?void 0:e.queryParams,requestType:"json",body:Ci.jsonOrThrow(i,{unrecognizedObjectKeys:"strip",omitUndefined:true}),timeoutMs:((f=(d=e==null?void 0:e.timeoutInSeconds)!=null?d:(u=this._options)==null?void 0:u.timeoutInSeconds)!=null?f:60)*1e3,maxRetries:(h=e==null?void 0:e.maxRetries)!=null?h:(g=this._options)==null?void 0:g.maxRetries,withCredentials:true,abortSignal:e==null?void 0:e.abortSignal,fetchFn:(y=this._options)==null?void 0:y.fetch,logging:this._options.logging});if(o.ok)return {data:gC.parseOrThrow(o.body,{unrecognizedObjectKeys:"passthrough",allowUnrecognizedUnionMembers:true,allowUnrecognizedEnumValues:true,skipValidation:true,breadcrumbsPrefix:["response"]}),rawResponse:o.rawResponse};if(o.error.reason==="status-code")throw o.error.statusCode===400?new B(o.error.body,o.rawResponse):new A({statusCode:o.error.statusCode,body:o.error.body,rawResponse:o.rawResponse});return j(o.error,o.rawResponse,"POST","/v1/private/workspaces/metrics/summaries")}};});var js,oX=n(()=>{xY();wY();_Y();kY();AY();PY();zY();SY();vY();TY();jY();EY();CY();IY();DY();UY();NY();BY();FY();MY();WY();VY();LY();JY();HY();GY();KY();OY();$Y();QY();YY();XY();ZY();qY();eX();rX();tX();iX();X();$();b();Q();Z();J();js=class{constructor(i={}){this._options=W(i);}get mcpOAuth(){var i;return (i=this._mcpOAuth)!=null?i:this._mcpOAuth=new hm(this._options)}get systemUsage(){var i;return (i=this._systemUsage)!=null?i:this._systemUsage=new jm(this._options)}get agentConfigs(){var i;return (i=this._agentConfigs)!=null?i:this._agentConfigs=new Xl(this._options)}get aiSpend(){var i;return (i=this._aiSpend)!=null?i:this._aiSpend=new Zl(this._options)}get alerts(){var i;return (i=this._alerts)!=null?i:this._alerts=new ql(this._options)}get annotationQueues(){var i;return (i=this._annotationQueues)!=null?i:this._annotationQueues=new em(this._options)}get assertionResults(){var i;return (i=this._assertionResults)!=null?i:this._assertionResults=new rm(this._options)}get attachments(){var i;return (i=this._attachments)!=null?i:this._attachments=new tm(this._options)}get check(){var i;return (i=this._check)!=null?i:this._check=new am(this._options)}get automationRuleEvaluators(){var i;return (i=this._automationRuleEvaluators)!=null?i:this._automationRuleEvaluators=new im(this._options)}get chatCompletions(){var i;return (i=this._chatCompletions)!=null?i:this._chatCompletions=new om(this._options)}get dashboards(){var i;return (i=this._dashboards)!=null?i:this._dashboards=new nm(this._options)}get datasets(){var i;return (i=this._datasets)!=null?i:this._datasets=new sm(this._options)}get environments(){var i;return (i=this._environments)!=null?i:this._environments=new pm(this._options)}get experiments(){var i;return (i=this._experiments)!=null?i:this._experiments=new cm(this._options)}get feedbackDefinitions(){var i;return (i=this._feedbackDefinitions)!=null?i:this._feedbackDefinitions=new lm(this._options)}get guardrails(){var i;return (i=this._guardrails)!=null?i:this._guardrails=new mm(this._options)}get insightsViews(){var i;return (i=this._insightsViews)!=null?i:this._insightsViews=new dm(this._options)}get llmModels(){var i;return (i=this._llmModels)!=null?i:this._llmModels=new um(this._options)}get llmProviderKey(){var i;return (i=this._llmProviderKey)!=null?i:this._llmProviderKey=new gm(this._options)}get runners(){var i;return (i=this._runners)!=null?i:this._runners=new Sm(this._options)}get manualEvaluation(){var i;return (i=this._manualEvaluation)!=null?i:this._manualEvaluation=new fm(this._options)}get ollama(){var i;return (i=this._ollama)!=null?i:this._ollama=new ym(this._options)}get ollieState(){var i;return (i=this._ollieState)!=null?i:this._ollieState=new bm(this._options)}get openTelemetryIngestion(){var i;return (i=this._openTelemetryIngestion)!=null?i:this._openTelemetryIngestion=new Rm(this._options)}get optimizations(){var i;return (i=this._optimizations)!=null?i:this._optimizations=new xm(this._options)}get pairing(){var i;return (i=this._pairing)!=null?i:this._pairing=new wm(this._options)}get projects(){var i;return (i=this._projects)!=null?i:this._projects=new _m(this._options)}get prompts(){var i;return (i=this._prompts)!=null?i:this._prompts=new km(this._options)}get reports(){var i;return (i=this._reports)!=null?i:this._reports=new Pm(this._options)}get retentionRules(){var i;return (i=this._retentionRules)!=null?i:this._retentionRules=new zm(this._options)}get serviceToggles(){var i;return (i=this._serviceToggles)!=null?i:this._serviceToggles=new vm(this._options)}get spans(){var i;return (i=this._spans)!=null?i:this._spans=new Tm(this._options)}get traces(){var i;return (i=this._traces)!=null?i:this._traces=new Em(this._options)}get welcomeWizard(){var i;return (i=this._welcomeWizard)!=null?i:this._welcomeWizard=new Cm(this._options)}get workspacePermissions(){var i;return (i=this._workspacePermissions)!=null?i:this._workspacePermissions=new Im(this._options)}get workspaces(){var i;return (i=this._workspaces)!=null?i:this._workspaces=new Dm(this._options)}get redirect(){var i;return (i=this._redirect)!=null?i:this._redirect=new Am(this._options)}isAlive(i){return P.fromPromise(this.__isAlive(i))}async __isAlive(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"is-alive/ping"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:t.body,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/is-alive/ping")}version(i){return P.fromPromise(this.__version(i))}async __version(i){var o,a,s,c,l,m,u,d,f,g,h;let e=z((o=this._options)==null?void 0:o.headers,T({"Comet-Workspace":(s=i==null?void 0:i.workspaceName)!=null?s:(a=this._options)==null?void 0:a.workspaceName}),i==null?void 0:i.headers),t=await S({url:_.join((l=(c=await x.get(this._options.baseUrl))!=null?c:await x.get(this._options.environment))!=null?l:v.Default,"is-alive/ver"),method:"GET",headers:e,queryParameters:i==null?void 0:i.queryParams,timeoutMs:((d=(u=i==null?void 0:i.timeoutInSeconds)!=null?u:(m=this._options)==null?void 0:m.timeoutInSeconds)!=null?d:60)*1e3,maxRetries:(g=i==null?void 0:i.maxRetries)!=null?g:(f=this._options)==null?void 0:f.maxRetries,withCredentials:true,abortSignal:i==null?void 0:i.abortSignal,fetchFn:(h=this._options)==null?void 0:h.fetch,logging:this._options.logging});if(t.ok)return {data:t.body,rawResponse:t.rawResponse};if(t.error.reason==="status-code")throw new A({statusCode:t.error.statusCode,body:t.error.body,rawResponse:t.rawResponse});return j(t.error,t.rawResponse,"GET","/is-alive/ver")}};});var aX=n(()=>{});var nX,sX=n(()=>{Sp();(e=>(e.LogLevel=Ve,e.ConsoleLogger=pt))(nX||(nX={}));});var pX=n(()=>{aX();sX();});var cX=n(()=>{pX();});var Tr=n(()=>{te();oX();Q();J();cX();ie();});exports.generateId=void 0;var rr=n(()=>{exports.generateId=()=>uuid.v7();});function gee(p){return p.templateStructure==="text"}function fee(p){return p.templateStructure==="chat"}var jr,Um=n(()=>{jr=class{static serializePromptToInfoDict(i){let e;return gee(i)?e=i.prompt:fee(i)?e=i.messages:e="",{name:i.name,...i.id&&{id:i.id},template_structure:i.templateStructure,version:{...i.versionId&&{id:i.versionId},...i.commit&&{commit:i.commit},template:e}}}static normalizeMetadata(i){if(!i)return {};if(typeof i=="object"&&!Array.isArray(i))return i;if(typeof i=="string")try{let e=JSON.parse(i);if(typeof e=="object"&&e!==null&&!Array.isArray(e))return e}catch{}return null}static promptAlreadyInjected(i,e,t){let o=this.normalizeMetadata(i);return o===null?true:(Array.isArray(o.opik_prompts)?o.opik_prompts:[]).some(s=>{var c;return s.id===e&&((c=s.version)==null?void 0:c.commit)===t})}static mergePromptsIntoMetadata(i,e,t,o){var m,u;let a=t.map(d=>this.serializePromptToInfoDict(d)),s=(m=this.normalizeMetadata(i))!=null?m:{},c=(u=this.normalizeMetadata(e))!=null?u:{},l=o&&Array.isArray(s.opik_prompts)?s.opik_prompts:[];return {...s,...c,opik_prompts:[...l,...a]}}static processUpdate(i,e){var s,c;let{prompts:t,appendPrompts:o,...a}=i;if(!t||t.length===0){if(a.metadata&&e){let l=(s=this.normalizeMetadata(e))!=null?s:{},m=(c=this.normalizeMetadata(a.metadata))!=null?c:{};return {...a,metadata:{...l,...m}}}return a}return {...a,metadata:this.mergePromptsIntoMetadata(e,a.metadata,t,o!=null?o:false)}}static processTraceUpdate(i,e){return this.processUpdate(i,e)}static processSpanUpdate(i,e){return this.processUpdate(i,e)}};});var Nm,lX=n(()=>{Yt();rr();q();Um();Nm=class p{constructor(i,e){this.data=i;this.opik=e;this.childSpans=[];this.end=()=>this.update({endTime:new Date});this.score=i=>{var e;We()&&this.opik.spanFeedbackScoresBatchQueue.create({...i,projectName:(e=this.data.projectName)!=null?e:this.opik.config.projectName,id:this.data.id,source:"sdk"});};this.update=i=>{var o;let e=jr.processSpanUpdate(i,this.data.metadata),t={parentSpanId:this.data.parentSpanId,projectName:(o=this.data.projectName)!=null?o:this.opik.config.projectName,traceId:this.data.traceId,...e};return We()&&this.opik.spanBatchQueue.update(this.data.id,t),this.data={...this.data,...t},this};this.span=i=>{var c,l;let e=(c=this.data.projectName)!=null?c:this.opik.config.projectName,{environment:t,...o}=i;t!==void 0&&t!==this.data.environment&&exports.logger.warn(`You are attempting to log data into a nested span under the environment "${t}". However, the environment "${(l=this.data.environment)!=null?l:""}" from the parent span will be used instead.`);let a={id:exports.generateId(),startTime:new Date,source:this.data.source,...o,projectName:e,traceId:this.data.traceId,parentSpanId:this.data.id,...this.data.environment!==void 0?{environment:this.data.environment}:{}};We()&&this.opik.spanBatchQueue.create(a);let s=new p(a,this.opik);return this.childSpans.push(s),s};}};});var Bm,mX=n(()=>{Yt();rr();q();lX();Um();Bm=class{constructor(i,e){this.data=i;this.opik=e;this.spans=[];this.end=()=>this.update({endTime:new Date});this.score=i=>{var e;We()&&this.opik.traceFeedbackScoresBatchQueue.create({...i,projectName:(e=this.data.projectName)!=null?e:this.opik.config.projectName,id:this.data.id,source:"sdk"});};this.span=i=>{var c,l,m;let e=(l=(c=this.data.projectName)!=null?c:i.projectName)!=null?l:this.opik.config.projectName,{environment:t,...o}=i;t!==void 0&&t!==this.data.environment&&exports.logger.warn(`You are attempting to log data into a nested span under the environment "${t}". However, the environment "${(m=this.data.environment)!=null?m:""}" from the parent trace will be used instead.`);let a={id:exports.generateId(),startTime:new Date,source:this.data.source,...o,projectName:e,traceId:this.data.id,...this.data.environment!==void 0?{environment:this.data.environment}:{}};We()&&this.opik.spanBatchQueue.create(a);let s=new Nm(a,this.opik);return this.spans.push(s),s};this.update=i=>{var o;let e=jr.processTraceUpdate(i,this.data.metadata),t={projectName:(o=this.data.projectName)!=null?o:this.opik.config.projectName,...e};return We()&&this.opik.traceBatchQueue.update(this.data.id,t),this.data={...this.data,...t},this};}};});var dX,Es,hee,yee,uX,gX,fX,hX,xC=n(()=>{dX={REDIRECT_BASE:"v1/session/redirect",EXPERIMENTS:"api/v1/session/redirect/experiments/",PROJECTS:"api/v1/session/redirect/projects/",DATASETS:"api/v1/session/redirect/datasets/",PROJECT_BY_NAME:"redirect/projects"},Es={EXPERIMENT_ID:"experiment_id",DATASET_ID:"dataset_id",TRACE_ID:"trace_id",PROJECT_NAME:"name",PATH:"path",WORKSPACE:"workspace"},hee=p=>Object.entries(p).map(([i,e])=>`${i}=${encodeURIComponent(e)}`).join("&").replace(/%3A/g,":").replace(/%2F/g,"/").replace(/%26/g,"&").replace(/%3F/g,"?").replace(/%3D/g,"="),yee=p=>p.replace(/\/api\/?$/,""),uX=p=>Buffer.from(p).toString("base64"),gX=(p,i,e)=>{let t=hee(e),o=yee(p),a=o.endsWith("/")?o:`${o}/`,s=i.startsWith("/")?i.slice(1):i;return `${a}${s}?${t}`},fX=({datasetId:p,experimentId:i,baseUrl:e})=>gX(e,dX.EXPERIMENTS,{[Es.EXPERIMENT_ID]:i,[Es.DATASET_ID]:p,[Es.PATH]:uX(e)}),hX=(p,i)=>gX(i,dX.PROJECTS,{[Es.TRACE_ID]:p,[Es.PATH]:uX(i)});});var bee,Fm,Cs,De,Ct=n(()=>{q();bee=300,Fm=100,Cs=class{constructor({action:i,batchSize:e=Fm,delay:t,enableBatch:o,name:a="ActionQueue"}){this.timerId=null;this.promise=Promise.resolve();this.queue=new Map;this.debounceFlush=()=>{this.timerId&&clearTimeout(this.timerId),this.timerId=setTimeout(()=>this.flush(),this.delay);};this.add=(i,e)=>{if(this.queue.set(i,e),!this.enableBatch){this.flush();return}if(this.queue.size>=this.batchSize){this.flush();return}this.debounceFlush();};this.update=(i,e)=>{let t=this.queue.get(i);t&&(this.queue.set(i,{...t,...e}),this.debounceFlush());};this.flush=async()=>{if(this.queue.size===0)return this.promise;let i=new Map(this.queue);this.queue.clear(),exports.logger.debug(`Adding ${i.size} items to ${this.name} promise:`,i),this.promise=this.promise.finally(()=>(exports.logger.debug(`Flushing ${this.name}:`,i),this.action(i))).catch(e=>{exports.logger.error(`Failed to flush ${this.name}:`,e,i);}),await this.promise;};this.action=i,this.batchSize=e,this.delay=t,this.enableBatch=o,this.name=a;}},De=class{constructor({delay:i=bee,enableCreateBatch:e=true,enableUpdateBatch:t=false,enableDeleteBatch:o=true,createBatchSize:a=Fm,updateBatchSize:s=Fm,deleteBatchSize:c=Fm,name:l="BatchQueue"}={}){this.create=i=>{let e=this.getId(i);this.createQueue.add(e,i);};this.get=async i=>{let e=this.createQueue.queue.get(i);return e||this.getEntity(i)};this.update=(i,e)=>{if(this.createQueue.queue.get(i)){this.createQueue.update(i,e);return}let o=this.updateQueue.queue.get(i);this.updateQueue.add(i,{...o,...e});};this.delete=i=>{if(this.createQueue.queue.has(i)){this.createQueue.queue.delete(i);return}this.deleteQueue.add(i);};this.flush=async()=>{await this.createQueue.flush(),await this.updateQueue.flush(),await this.deleteQueue.flush();};this.name=l,this.createQueue=new Cs({action:async m=>{await this.createEntities(Array.from(m.values()));},delay:i,enableBatch:e,batchSize:a,name:`${l}:createQueue`}),this.updateQueue=new Cs({action:async m=>{await this.createQueue.flush();let u=Array.from(m.entries());for(let[d,f]of u)await this.updateEntity(d,f);},delay:i,enableBatch:t,batchSize:s,name:`${l}:updateQueue`}),this.deleteQueue=new Cs({action:async m=>{await this.createQueue.flush(),await this.updateQueue.flush(),await this.deleteEntities(Array.from(m.keys()));},delay:i,enableBatch:o,batchSize:c,name:`${l}:deleteQueue`});}};});var Ree,Mm,yX=n(()=>{pp();q();Ct();Ree="suite_assertion",Mm=class extends De{constructor(e,t,o="TRACE"){super({delay:t,enableCreateBatch:true,enableUpdateBatch:false,enableDeleteBatch:false,name:`AssertionResultsBatchQueue:${o}`});this.api=e;this.entityType=o;this.useLegacyFallback=false;}getId(e){return {entityId:e.entityId,name:e.name}}async createEntities(e){if(this.useLegacyFallback){await this.writeViaLegacyFeedbackScores(e);return}try{await this.api.assertionResults.storeAssertionsBatch({entityType:this.entityType,assertionResults:e},this.api.requestOptions);}catch(t){if(t instanceof A&&t.statusCode===404&&this.entityType==="TRACE"){this.useLegacyFallback=true,exports.logger.warn('Opik backend does not support PUT /v1/private/assertion-results yet \u2014 falling back to the legacy feedback-scores path with categoryName="suite_assertion". Upgrade the Opik backend to a version that includes OPIK-6048 to enable native assertion-results ingestion.'),await this.writeViaLegacyFeedbackScores(e);return}throw t}}async writeViaLegacyFeedbackScores(e){let t=e.map(o=>({id:o.entityId,name:o.name,value:o.status==="passed"?1:0,categoryName:Ree,reason:o.reason,source:o.source,projectName:o.projectName,projectId:o.projectId}));await this.api.traces.scoreBatchOfTraces({scores:t},this.api.requestOptions);}async getEntity(){throw new Error("Not implemented")}async updateEntity(){throw new Error("Not implemented")}async deleteEntities(){throw new Error("Not implemented")}};});var Wm,bX=n(()=>{Ct();Wm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"SpanBatchQueue"});this.api=e;}getId(e){return e.id}async createEntities(e){await this.api.spans.createSpans({spans:e},this.api.requestOptions);}async getEntity(e){return await this.api.spans.getSpanById(e,{},this.api.requestOptions)}async updateEntity(e,t){await this.api.spans.updateSpan(e,{body:t},this.api.requestOptions);}async deleteEntities(e){for(let t of e)await this.api.spans.deleteSpanById(t,this.api.requestOptions);}};});var Vm,RX=n(()=>{Ct();Vm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"SpanFeedbackScoresBatchQueue"});this.api=e;}getId(e){return {id:e.id,name:e.name}}async createEntities(e){await this.api.spans.scoreBatchOfSpans({scores:e},this.api.requestOptions);}async getEntity(){throw new Error("Not implemented")}async updateEntity(){throw new Error("Not implemented")}async deleteEntities(e){for(let t of e)await this.api.spans.deleteSpanFeedbackScore(t.id,{body:{name:t.name}},this.api.requestOptions);}};});var Lm,xX=n(()=>{Ct();Lm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"TraceBatchQueue"});this.api=e;}getId(e){return e.id}async createEntities(e){await this.api.traces.createTraces({traces:e},this.api.requestOptions);}async getEntity(e){return await this.api.traces.getTraceById(e,{},this.api.requestOptions)}async updateEntity(e,t){await this.api.traces.updateTrace(e,{body:t},this.api.requestOptions);}async deleteEntities(e){await this.api.traces.deleteTraces({ids:e},this.api.requestOptions);}};});var Jm,wX=n(()=>{Ct();Jm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"TraceFeedbackScoresBatchQueue"});this.api=e;}getId(e){return {id:e.id,name:e.name}}async createEntities(e){await this.api.traces.scoreBatchOfTraces({scores:e},this.api.requestOptions);}async getEntity(){throw new Error("Not implemented")}async updateEntity(){throw new Error("Not implemented")}async deleteEntities(e){for(let t of e)await this.api.traces.deleteTraceFeedbackScore(t.id,{body:{name:t.name}},this.api.requestOptions);}};});var Hm,_X=n(()=>{Tr();Hm=class extends js{constructor(e){var o;let t={...e==null?void 0:e.headers,...(o=e==null?void 0:e.requestOptions)==null?void 0:o.headers};(e==null?void 0:e.apiKey)!==void 0&&(t.authorization=e.apiKey);super({...e,headers:t});this.setHeaders=e=>{this.requestOptions.headers=e;};this.requestOptions=(e==null?void 0:e.requestOptions)||{};}};});var Gm,kX=n(()=>{Ct();Gm=class extends De{constructor(e,t){super({delay:t,enableCreateBatch:true,enableUpdateBatch:true,enableDeleteBatch:true,name:"DatasetBatchQueue"});this.api=e;}getId(e){return e.id||""}async createEntities(e){for(let t of e)await this.api.datasets.createDataset(t,this.api.requestOptions);}async getEntity(e){try{return await this.api.datasets.getDatasetById(e,this.api.requestOptions)}catch{return}}async updateEntity(e,t){await this.api.datasets.updateDataset(e,{name:t.name||"",visibility:t.visibility,description:t.description},this.api.requestOptions);}async deleteEntities(e){await this.api.datasets.deleteDatasetsBatch({ids:e},this.api.requestOptions);}};});async function AX(){return wC||(wC=await xee__default.default()),wC}var wC,PX=n(()=>{wC=null;});var Ii,Km=n(()=>{te();rr();PX();Ii=class p{constructor(i,e){let{id:t,traceId:o,spanId:a,source:s,description:c,evaluators:l,executionPolicy:m,...u}=i;this.id=t||exports.generateId(),this.traceId=o,this.spanId=a,this.source=s||Fg.Sdk,this.description=c!=null?c:e,this.evaluators=l,this.executionPolicy=m,this.data={...u,...c!==void 0?{description:c}:{}};}getContent(i=false){return i?{...this.data,id:this.id}:{...this.data}}async contentHash(){let i={...this.getContent()};this.evaluators&&this.evaluators.length>0&&(i.evaluators=this.evaluators),this.executionPolicy&&Object.keys(this.executionPolicy).length>0&&(i.executionPolicy=this.executionPolicy);let e=wee__default.default(i);return (await AX()).h32(e,43981).toString(16)}toApiModel(){return {id:this.id,traceId:this.traceId,spanId:this.spanId,source:this.source,data:this.getContent(),...this.description&&{description:this.description},...this.evaluators&&{evaluators:this.evaluators},...this.executionPolicy&&{executionPolicy:this.executionPolicy}}}static fromApiModel(i){return new p({id:i.id,traceId:i.traceId,spanId:i.spanId,source:i.source,...i.evaluators&&{evaluators:i.evaluators},...i.executionPolicy&&{executionPolicy:i.executionPolicy},...i.data},i.description)}};});async function Ue(p,i,e){var c;if(e===0)return [];let t=new util.TextDecoder("utf-8"),o=[],a="",s=p.getReader();try{for(;;){let{done:l,value:m}=await s.read();if(l)break;let u=m;a+=t.decode(u,{stream:!0});let d=a.split(`
|
|
4
4
|
`);a=(c=d.pop())!=null?c:"";for(let f of d)if(!(!f.trim()||f==="{}"||f==="[]"||f==="null"))try{let g=JSON.parse(f),h=i.parse(g,{unrecognizedObjectKeys:"strip"});if(h.ok){if(o.push(h.value),e!==void 0&&o.length>=e)return s.releaseLock(),o}else exports.logger.error("Error parsing experiment item:",h.errors);}catch(g){exports.logger.error("Error parsing JSON line:",g instanceof Error?g.message:String(g));}}if(a.trim()&&a!=="{}"&&a!=="[]"&&a!=="null")try{let l=JSON.parse(a),m=i.parse(l,{unrecognizedObjectKeys:"strip"});m.ok?o.push(m.value):exports.logger.error("Error parsing experiment item:",m.errors);}catch(l){exports.logger.error("Error parsing remaining buffer:",l instanceof Error?l.message:String(l));}}catch(l){exports.logger.error("Error processing stream:",l instanceof Error?l.message:String(l));}finally{s.releaseLock();}return o}function tr(p,i){let e=[];for(let t=0;t<p.length;t+=i.maxBatchSize)e.push(p.slice(t,t+i.maxBatchSize));return e}var $r=n(()=>{q();});async function Di(p,i){let{datasetName:e,projectName:t,datasetVersion:o,nbSamples:a,lastRetrievedId:s}=i;if(a===0)return [];let c=[],l=a,m=s;for(;;){let u=Math.min(l!=null?l:zX,zX),d=await p.api.datasets.streamDatasetItems({datasetName:e,projectName:t,lastRetrievedId:m,steamLimit:u,datasetVersion:o}),f=await Ue(d,G.DatasetItemPublic,u);if(f.length===0)break;let g=f.map(h=>Ii.fromApiModel(h));if(c.push(...g),m=f[f.length-1].id,l!==void 0&&(l-=f.length,l<=0)||f.length<u)break}return c}var zX,_C=n(()=>{Km();$r();Tr();zX=2e3;});exports.DatasetVersion=void 0;var Om=n(()=>{_C();exports.DatasetVersion=class{constructor(i,e,t,o){this.datasetName=i,this.datasetId=e,this.versionInfo=t,this.opik=o;}get name(){return this.datasetName}get id(){return this.datasetId}get versionId(){return this.versionInfo.id}get versionHash(){return this.versionInfo.versionHash}get versionName(){return this.versionInfo.versionName}get tags(){return this.versionInfo.tags}get isLatest(){return this.versionInfo.isLatest}get itemsTotal(){return this.versionInfo.itemsTotal}get itemsAdded(){return this.versionInfo.itemsAdded}get itemsModified(){return this.versionInfo.itemsModified}get itemsDeleted(){return this.versionInfo.itemsDeleted}get changeDescription(){return this.versionInfo.changeDescription}get createdAt(){return this.versionInfo.createdAt}get createdBy(){return this.versionInfo.createdBy}getVersionInfo(){return this.versionInfo}async getItems(i,e){return (await Di(this.opik,{datasetName:this.datasetName,datasetVersion:this.versionInfo.versionHash,nbSamples:i,lastRetrievedId:e})).map(o=>o.getContent(true))}async toJson(i={}){let t=(await this.getItems()).map(o=>{let a={...o};for(let[s,c]of Object.entries(i))if(s in a){let l=a[s];delete a[s],a[c]=l;}return a});return wee__default.default(t)}};});var ke,It=n(()=>{q();ke=class extends Error{constructor(i){var e;super(i.message),this.name=this.constructor.name,this.code=i.code,this.statusCode=i.statusCode,this.details=i.details,this.originalError=i.originalError,exports.logger.error(this.message),(e=Error.captureStackTrace)==null||e.call(Error,this,this.constructor);}toJSON(){return {name:this.name,message:this.message,code:this.code,statusCode:this.statusCode,details:this.details,originalError:this.originalError,stack:this.stack}}};});var SX=n(()=>{});var kC,AC=n(()=>{kC={DATASET_NOT_FOUND:p=>`Dataset with name '${p}' not found`,DATASET_ITEM_NOT_FOUND:p=>`Dataset item with id '${p}' not found`,DATASET_ITEM_MISSING_ID:p=>`Item at index ${p} is missing an ID required for update`,INVALID_JSON_FORMAT:p=>`Invalid JSON format${p?": "+p:""}`,JSON_NOT_ARRAY:"JSON input must be an array of objects",ITEM_NOT_OBJECT:(p,i)=>`Item at position ${p} is not an object (${i})`,INSERTION_FAILED:p=>`Failed to insert items from JSON: ${p}`,DATASET_JSON_PARSE_ERROR:p=>`Failed to parse JSON input: ${p}`,DATASET_VERSION_NOT_FOUND:(p,i)=>`Dataset version '${p}' not found in dataset '${i}'`};});var vX,$m;exports.DatasetVersionNotFoundError=void 0;var PC=n(()=>{AC();It();vX={DATASET_ITEM_MISSING_ID:"DATASET_ITEM_MISSING_ID",DATASET_VERSION_NOT_FOUND:"DATASET_VERSION_NOT_FOUND"},$m=class extends ke{constructor(i){super({message:kC.DATASET_ITEM_MISSING_ID(i),code:vX.DATASET_ITEM_MISSING_ID});}},exports.DatasetVersionNotFoundError=class extends ke{constructor(i,e){super({message:kC.DATASET_VERSION_NOT_FOUND(i,e),code:vX.DATASET_VERSION_NOT_FOUND});}};});var TX=n(()=>{AC();PC();});var Aee,Qm,jX=n(()=>{It();Aee={SEARCH_TIMEOUT:"SEARCH_TIMEOUT"},Qm=class extends ke{constructor(i){super({message:i,code:Aee.SEARCH_TIMEOUT});}};});var EX=n(()=>{});var CX=n(()=>{jX();EX();});var Ym,Xm,Ui,Us=n(()=>{Ym=class extends Error{constructor(i){super(i),this.name="AnnotationQueueError";}},Xm=class extends Ym{constructor(i){super(`Annotation queue with ID '${i}' not found`),this.name="AnnotationQueueNotFoundError";}},Ui=class extends Ym{constructor(i,e){let t=e!==void 0?` at index ${e}`:"";super(`${i} object${t} has no ID`),this.name="AnnotationQueueItemMissingIdError";}};});exports.ConfigNotFoundError=void 0;exports.ConfigMismatchError=void 0;var Zm=n(()=>{It();exports.ConfigNotFoundError=class extends ke{constructor(i){super({message:i,code:"CONFIG_NOT_FOUND"}),this.name="ConfigNotFoundError";}},exports.ConfigMismatchError=class extends ke{constructor(i){super({message:i,code:"CONFIG_MISMATCH"}),this.name="ConfigMismatchError";}};});var qm,ed,rd,zC=n(()=>{qm=class extends Error{constructor(i){super(i),this.name="EnvironmentError";}},ed=class extends qm{constructor(i){super(`Environment '${i}' already exists in this workspace.`),this.name="EnvironmentAlreadyExistsError";}},rd=class extends qm{constructor(i){super(i),this.name="EnvironmentConfigurationError";}};});var SC=n(()=>{It();SX();TX();CX();Us();Zm();zC();});var td,IX=n(()=>{td={JSON_NOT_ARRAY:p=>`JSON input must be an array of objects${p?` (${p})`:""}`,JSON_PARSE_ERROR:"Failed to parse JSON input",JSON_ITEM_NOT_OBJECT:(p,i)=>`Item at position ${p} is not an object (${i})`};});var vC,id,od,ad,DX=n(()=>{It();IX();vC={JSON_PARSE_ERROR:"JSON_PARSE_ERROR",JSON_NOT_ARRAY:"JSON_NOT_ARRAY",JSON_ITEM_NOT_OBJECT:"JSON_ITEM_NOT_OBJECT"},id=class extends ke{constructor(i){let e=i instanceof Error?i:new Error(String(i));super({message:td.JSON_PARSE_ERROR,code:vC.JSON_PARSE_ERROR,originalError:e});}},od=class extends ke{constructor(i){super({message:td.JSON_NOT_ARRAY(i),code:vC.JSON_NOT_ARRAY});}},ad=class extends ke{constructor(i,e){super({message:td.JSON_ITEM_NOT_OBJECT(i,e),code:vC.JSON_ITEM_NOT_OBJECT});}};});exports.Dataset=void 0;var nd=n(()=>{rr();Km();Om();_C();$r();q();SC();DX();J();exports.Dataset=class{constructor({name:i,description:e,id:t,projectName:o},a){this.opik=a;this.idToHash=new Map;this.hashes=new Set;this.id=t||exports.generateId(),this.name=i,this.description=e,this.projectName=o;}async insert(i){if(!i||i.length===0)return;await this.opik.datasetBatchQueue.flush(),await this.syncHashes();let e=await this.getDeduplicatedItems(i),t=tr(e,{maxBatchSize:1e3}),o=exports.generateId();try{let a=0;for(let s of t)await this.opik.api.datasets.createOrUpdateDatasetItems({datasetId:this.id,items:s,batchGroupId:o,projectName:this.projectName}),a+=s.length,exports.logger.info(`Inserted ${Math.min(a,e.length)} of ${e.length} items into dataset ${this.id}`);}catch(a){throw exports.logger.error(`Error inserting items into dataset: ${a instanceof Error?a.message:String(a)}`),a}this.cachedItemsCount=void 0;}async update(i){if(!(!i||i.length===0)){for(let e=0;e<i.length;e++)if(!i[e].id)throw new $m(e);await this.insert(i);}}async delete(i){if(!i||i.length===0){exports.logger.info("No item IDs provided for deletion");return}let e=tr(i,{maxBatchSize:100}),t=exports.generateId();for await(let o of e){exports.logger.debug("Deleting dataset items batch",{batchSize:o.length,datasetId:this.id}),await this.opik.api.datasets.deleteDatasetItems({itemIds:o,batchGroupId:t});for(let a of o)if(this.idToHash.has(a)){let s=this.idToHash.get(a);this.hashes.delete(s),this.idToHash.delete(a);}}this.cachedItemsCount=void 0;}async clear(){let e=(await this.getItems()).map(t=>t.id).filter(Boolean);e.length!==0&&await this.delete(e);}async getTags(){var e;return (e=(await this.opik.api.datasets.getDatasetByIdentifier({datasetName:this.name,projectName:this.projectName})).tags)!=null?e:[]}async getItemsCount(){if(this.cachedItemsCount===void 0){let i=await this.opik.api.datasets.getDatasetByIdentifier({datasetName:this.name,projectName:this.projectName});this.cachedItemsCount=i.datasetItemsCount;}return this.cachedItemsCount}async getItems(i,e){return (await Di(this.opik,{datasetName:this.name,projectName:this.projectName,nbSamples:i,lastRetrievedId:e})).map(o=>o.getContent(true))}async getRawItems(i,e){return Di(this.opik,{datasetName:this.name,projectName:this.projectName,nbSamples:i,lastRetrievedId:e})}async insertFromJson(i,e={},t=[]){let o;try{o=JSON.parse(i);}catch(s){throw new id(s)}if(!Array.isArray(o))throw new od(typeof o);if(o.length===0)return;for(let s=0;s<o.length;s++){let c=o[s];if(typeof c!="object"||c===null)throw new ad(s,typeof c)}let a=o.map(s=>{let c=s,l={};for(let[m,u]of Object.entries(c)){if(t.includes(m))continue;let d=e[m]||m;l[d]=u;}return l});await this.insert(a);}async toJson(i={}){let t=(await this.getItems()).map(o=>{let a={...o};for(let[s,c]of Object.entries(i))if(s in a){let l=a[s];delete a[s],a[c]=l;}return a});return wee__default.default(t)}async getDeduplicatedItems(i){let e=[];for(let t of i){let o=new Ii(t),a=await o.contentHash();if(this.hashes.has(a)){exports.logger.debug("Duplicate item found - skipping",{contentHash:a,datasetId:this.id});continue}e.push(o.toApiModel()),this.hashes.add(a),this.idToHash.set(o.id,a);}return e}clearHashState(){this.idToHash.clear(),this.hashes.clear();}async syncHashes(){exports.logger.debug("Syncing dataset hashes with backend",{datasetId:this.id});try{let i=await Di(this.opik,{datasetName:this.name,projectName:this.projectName});this.clearHashState();for(let e of i){let t=await e.contentHash();this.idToHash.set(e.id,t),this.hashes.add(t);}exports.logger.debug("Dataset hash sync completed",{datasetId:this.id,itemCount:i.length});}catch(i){if(i instanceof A&&i.statusCode===404){exports.logger.debug("Dataset not found - starting with empty hash state",{datasetId:this.id}),this.clearHashState();return}throw i}}async getVersionView(i){let e=await this.findVersionByName(i);if(!e)throw new exports.DatasetVersionNotFoundError(i,this.name);return new exports.DatasetVersion(this.name,this.id,e,this.opik)}async getCurrentVersionName(){let i=await this.getVersionInfo();return i==null?void 0:i.versionName}async getVersionInfo(){var i;try{let t=(i=(await this.opik.api.datasets.listDatasetVersions(this.id,{page:1,size:1})).content)!=null?i:[];return t.length===0?void 0:t[0]}catch(e){if(e instanceof A&&e.statusCode===404)return;throw e}}async findVersionByName(i){try{return await this.opik.api.datasets.retrieveDatasetVersion(this.id,{versionName:i})}catch(e){if(e instanceof A&&e.statusCode===404)return;throw e}}};});var TC,Dt,UX=n(()=>{TC=class extends Error{constructor(i){super(i),this.name="DatasetError";}},Dt=class extends TC{constructor(i){super(`Dataset with name '${i}' not found`),this.name="DatasetNotFoundError";}};});var jC=n(()=>{nd();Km();Om();UX();});var Ns,sd,EC=n(()=>{Ns=class{constructor(i){if(!i.datasetItemId)throw new Error("datasetItemId is required");if(!i.traceId)throw new Error("traceId is required");this.datasetItemId=i.datasetItemId,this.traceId=i.traceId,this.projectName=i.projectName;}},sd=class p{constructor(i){this.id=i.id,this.datasetItemId=i.datasetItemId,this.traceId=i.traceId,this.datasetItemData=i.datasetItemData,this.evaluationTaskOutput=i.evaluationTaskOutput,this.feedbackScores=[...i.feedbackScores];}static fromRestExperimentItemCompare(i){var t,o;let e=(o=(t=i.feedbackScores)==null?void 0:t.map(a=>({categoryName:a.categoryName,name:a.name,reason:a.reason,value:a.value,source:a.source})))!=null?o:[];return new p({id:i.id,traceId:i.traceId,datasetItemId:i.datasetItemId,datasetItemData:i.input,evaluationTaskOutput:i.output,feedbackScores:e})}};});var Cr,pd=n(()=>{rr();EC();$r();q();Tr();xC();po();Cr=class{constructor({id:i,name:e,datasetName:t,prompts:o,tags:a,projectName:s},c){this.opik=c;this.id=i||exports.generateId(),this._name=e,this.datasetName=t,this.prompts=o,this.tags=a,this.projectName=s;}get name(){return this._name}async ensureNameLoaded(){if(this._name!==void 0)return this._name;let i=await this.opik.api.experiments.getExperimentById(this.id);if(this._name=i.name,!this._name)throw new Error("Experiment name is not loaded");return this._name}async insert(i){if(i.length===0)return;let e=i.map(o=>({id:exports.generateId(),experimentId:this.id,datasetItemId:o.datasetItemId,traceId:o.traceId,projectName:o.projectName})),t=tr(e,{maxBatchSize:50});try{for(let o of t)await this.opik.api.experiments.createExperimentItems({experimentItems:o});exports.logger.debug(`Inserted ${i.length} items into experiment ${this.id}`);}catch(o){throw exports.logger.error(`Error inserting items into experiment: ${o instanceof Error?o.message:String(o)}`),o}}async getItems(i){let e=[],{maxResults:o,truncate:a=false}=i||{},s,c=true;try{for(;c&&!(o!==void 0&&e.length>=o);){let l=o?Math.min(o-e.length,2e3):2e3,m=await this.opik.api.experiments.streamExperimentItems({experimentName:this.name,limit:l,lastRetrievedId:s,truncate:a});try{let u=await Ue(m,G.ExperimentItemCompare,l);if(u.length===0){c=!1;break}for(let d of u){let f=sd.fromRestExperimentItemCompare(d);if(e.push(f),o!==void 0&&e.length>=o){c=!1;break}}s=u[u.length-1].id;}catch(u){exports.logger.error("Error parsing experiment item: "+(u instanceof Error?u.message:String(u))),c=!1;break}}}catch(l){throw exports.logger.error("Error retrieving experiment items: "+(l instanceof Error?l.message:String(l))),l}return exports.logger.info(`Retrieved ${e.length} items${o?` (limited by maxResults=${o})`:""}`),e}async getUrl(){if(!this.datasetName)throw new Error("Cannot get URL: the associated dataset has been deleted or is unavailable");let i=await this.opik.getDataset(this.datasetName,this.projectName),e=this.opik.config.apiUrl||so.apiUrl;return fX({datasetId:i.id,experimentId:this.id,baseUrl:e})}};});var cd,CC=n(()=>{pd();cd=class extends Cr{constructor(i,e){super(i,e),this.passRate=i.passRate,this.passedCount=i.passedCount,this.totalCount=i.totalCount,this.assertionScores=i.assertionScores;}};});var ld,IC=n(()=>{ld={EXPERIMENT_NOT_FOUND:p=>`Experiment with name '${p}' not found`,INVALID_CONFIG_TYPE:p=>`experimentConfig must be a plain object, but ${p} was provided. Please provide a valid configuration object like { model: 'gpt-4', temperature: 0.7 }`,CONFIG_PROMPTS_CONFLICT:()=>`Cannot specify both 'prompts' parameter and 'experimentConfig.prompts'. Choose one approach:
|
|
5
5
|
1. Use prompts parameter: buildMetadataAndPromptVersions(config, [prompt1, prompt2])
|
|
6
6
|
2. Use config only: buildMetadataAndPromptVersions({ ...config, prompts: {...} })
|