@elasticdash/core 0.0.5 → 0.0.7

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
@@ -236,7 +236,7 @@ var Logger = class {
236
236
  */
237
237
  formatMessage(level, message) {
238
238
  const timestamp = this.config.enableTimestamp ? (/* @__PURE__ */ new Date()).toISOString() : "";
239
- const prefix = this.config.prefix || "[Langfuse SDK]";
239
+ const prefix = this.config.prefix || "[ElasticDash SDK]";
240
240
  const parts = [timestamp, prefix, `[${level}]`, message].filter(Boolean);
241
241
  return parts.join(" ");
242
242
  }
@@ -354,7 +354,7 @@ var resetGlobalLogger = () => {
354
354
  // package.json
355
355
  var package_default = {
356
356
  name: "@elasticdash/core",
357
- version: "0.0.5",
357
+ version: "0.0.7",
358
358
  description: "Core functions and utilities for ElasticDash packages",
359
359
  type: "module",
360
360
  sideEffects: false,
@@ -395,47 +395,47 @@ var package_default = {
395
395
  };
396
396
 
397
397
  // src/constants.ts
398
- var ELASTICDASH_TRACER_NAME = "langfuse-sdk";
398
+ var ELASTICDASH_TRACER_NAME = "elasticdash-sdk";
399
399
  var ELASTICDASH_SDK_VERSION = package_default.version;
400
400
  var ELASTICDASH_SDK_NAME = "javascript";
401
401
  var ELASTICDASH_SDK_EXPERIMENT_ENVIRONMENT = "sdk-experiment";
402
402
  var LangfuseOtelSpanAttributes = /* @__PURE__ */ ((LangfuseOtelSpanAttributes2) => {
403
- LangfuseOtelSpanAttributes2["TRACE_NAME"] = "langfuse.trace.name";
403
+ LangfuseOtelSpanAttributes2["TRACE_NAME"] = "elasticdash.trace.name";
404
404
  LangfuseOtelSpanAttributes2["TRACE_USER_ID"] = "user.id";
405
405
  LangfuseOtelSpanAttributes2["TRACE_SESSION_ID"] = "session.id";
406
- LangfuseOtelSpanAttributes2["TRACE_TAGS"] = "langfuse.trace.tags";
407
- LangfuseOtelSpanAttributes2["TRACE_PUBLIC"] = "langfuse.trace.public";
408
- LangfuseOtelSpanAttributes2["TRACE_METADATA"] = "langfuse.trace.metadata";
409
- LangfuseOtelSpanAttributes2["TRACE_INPUT"] = "langfuse.trace.input";
410
- LangfuseOtelSpanAttributes2["TRACE_OUTPUT"] = "langfuse.trace.output";
411
- LangfuseOtelSpanAttributes2["OBSERVATION_TYPE"] = "langfuse.observation.type";
412
- LangfuseOtelSpanAttributes2["OBSERVATION_METADATA"] = "langfuse.observation.metadata";
413
- LangfuseOtelSpanAttributes2["OBSERVATION_LEVEL"] = "langfuse.observation.level";
414
- LangfuseOtelSpanAttributes2["OBSERVATION_STATUS_MESSAGE"] = "langfuse.observation.status_message";
415
- LangfuseOtelSpanAttributes2["OBSERVATION_INPUT"] = "langfuse.observation.input";
416
- LangfuseOtelSpanAttributes2["OBSERVATION_OUTPUT"] = "langfuse.observation.output";
417
- LangfuseOtelSpanAttributes2["OBSERVATION_COMPLETION_START_TIME"] = "langfuse.observation.completion_start_time";
418
- LangfuseOtelSpanAttributes2["OBSERVATION_MODEL"] = "langfuse.observation.model.name";
419
- LangfuseOtelSpanAttributes2["OBSERVATION_MODEL_PARAMETERS"] = "langfuse.observation.model.parameters";
420
- LangfuseOtelSpanAttributes2["OBSERVATION_USAGE_DETAILS"] = "langfuse.observation.usage_details";
421
- LangfuseOtelSpanAttributes2["OBSERVATION_COST_DETAILS"] = "langfuse.observation.cost_details";
422
- LangfuseOtelSpanAttributes2["OBSERVATION_PROMPT_NAME"] = "langfuse.observation.prompt.name";
423
- LangfuseOtelSpanAttributes2["OBSERVATION_PROMPT_VERSION"] = "langfuse.observation.prompt.version";
424
- LangfuseOtelSpanAttributes2["ENVIRONMENT"] = "langfuse.environment";
425
- LangfuseOtelSpanAttributes2["RELEASE"] = "langfuse.release";
426
- LangfuseOtelSpanAttributes2["VERSION"] = "langfuse.version";
427
- LangfuseOtelSpanAttributes2["AS_ROOT"] = "langfuse.internal.as_root";
428
- LangfuseOtelSpanAttributes2["EXPERIMENT_ID"] = "langfuse.experiment.id";
429
- LangfuseOtelSpanAttributes2["EXPERIMENT_NAME"] = "langfuse.experiment.name";
430
- LangfuseOtelSpanAttributes2["EXPERIMENT_DESCRIPTION"] = "langfuse.experiment.description";
431
- LangfuseOtelSpanAttributes2["EXPERIMENT_METADATA"] = "langfuse.experiment.metadata";
432
- LangfuseOtelSpanAttributes2["EXPERIMENT_DATASET_ID"] = "langfuse.experiment.dataset.id";
433
- LangfuseOtelSpanAttributes2["EXPERIMENT_ITEM_ID"] = "langfuse.experiment.item.id";
434
- LangfuseOtelSpanAttributes2["EXPERIMENT_ITEM_EXPECTED_OUTPUT"] = "langfuse.experiment.item.expected_output";
435
- LangfuseOtelSpanAttributes2["EXPERIMENT_ITEM_METADATA"] = "langfuse.experiment.item.metadata";
436
- LangfuseOtelSpanAttributes2["EXPERIMENT_ITEM_ROOT_OBSERVATION_ID"] = "langfuse.experiment.item.root_observation_id";
437
- LangfuseOtelSpanAttributes2["TRACE_COMPAT_USER_ID"] = "langfuse.user.id";
438
- LangfuseOtelSpanAttributes2["TRACE_COMPAT_SESSION_ID"] = "langfuse.session.id";
406
+ LangfuseOtelSpanAttributes2["TRACE_TAGS"] = "elasticdash.trace.tags";
407
+ LangfuseOtelSpanAttributes2["TRACE_PUBLIC"] = "elasticdash.trace.public";
408
+ LangfuseOtelSpanAttributes2["TRACE_METADATA"] = "elasticdash.trace.metadata";
409
+ LangfuseOtelSpanAttributes2["TRACE_INPUT"] = "elasticdash.trace.input";
410
+ LangfuseOtelSpanAttributes2["TRACE_OUTPUT"] = "elasticdash.trace.output";
411
+ LangfuseOtelSpanAttributes2["OBSERVATION_TYPE"] = "elasticdash.observation.type";
412
+ LangfuseOtelSpanAttributes2["OBSERVATION_METADATA"] = "elasticdash.observation.metadata";
413
+ LangfuseOtelSpanAttributes2["OBSERVATION_LEVEL"] = "elasticdash.observation.level";
414
+ LangfuseOtelSpanAttributes2["OBSERVATION_STATUS_MESSAGE"] = "elasticdash.observation.status_message";
415
+ LangfuseOtelSpanAttributes2["OBSERVATION_INPUT"] = "elasticdash.observation.input";
416
+ LangfuseOtelSpanAttributes2["OBSERVATION_OUTPUT"] = "elasticdash.observation.output";
417
+ LangfuseOtelSpanAttributes2["OBSERVATION_COMPLETION_START_TIME"] = "elasticdash.observation.completion_start_time";
418
+ LangfuseOtelSpanAttributes2["OBSERVATION_MODEL"] = "elasticdash.observation.model.name";
419
+ LangfuseOtelSpanAttributes2["OBSERVATION_MODEL_PARAMETERS"] = "elasticdash.observation.model.parameters";
420
+ LangfuseOtelSpanAttributes2["OBSERVATION_USAGE_DETAILS"] = "elasticdash.observation.usage_details";
421
+ LangfuseOtelSpanAttributes2["OBSERVATION_COST_DETAILS"] = "elasticdash.observation.cost_details";
422
+ LangfuseOtelSpanAttributes2["OBSERVATION_PROMPT_NAME"] = "elasticdash.observation.prompt.name";
423
+ LangfuseOtelSpanAttributes2["OBSERVATION_PROMPT_VERSION"] = "elasticdash.observation.prompt.version";
424
+ LangfuseOtelSpanAttributes2["ENVIRONMENT"] = "elasticdash.environment";
425
+ LangfuseOtelSpanAttributes2["RELEASE"] = "elasticdash.release";
426
+ LangfuseOtelSpanAttributes2["VERSION"] = "elasticdash.version";
427
+ LangfuseOtelSpanAttributes2["AS_ROOT"] = "elasticdash.internal.as_root";
428
+ LangfuseOtelSpanAttributes2["EXPERIMENT_ID"] = "elasticdash.experiment.id";
429
+ LangfuseOtelSpanAttributes2["EXPERIMENT_NAME"] = "elasticdash.experiment.name";
430
+ LangfuseOtelSpanAttributes2["EXPERIMENT_DESCRIPTION"] = "elasticdash.experiment.description";
431
+ LangfuseOtelSpanAttributes2["EXPERIMENT_METADATA"] = "elasticdash.experiment.metadata";
432
+ LangfuseOtelSpanAttributes2["EXPERIMENT_DATASET_ID"] = "elasticdash.experiment.dataset.id";
433
+ LangfuseOtelSpanAttributes2["EXPERIMENT_ITEM_ID"] = "elasticdash.experiment.item.id";
434
+ LangfuseOtelSpanAttributes2["EXPERIMENT_ITEM_EXPECTED_OUTPUT"] = "elasticdash.experiment.item.expected_output";
435
+ LangfuseOtelSpanAttributes2["EXPERIMENT_ITEM_METADATA"] = "elasticdash.experiment.item.metadata";
436
+ LangfuseOtelSpanAttributes2["EXPERIMENT_ITEM_ROOT_OBSERVATION_ID"] = "elasticdash.experiment.item.root_observation_id";
437
+ LangfuseOtelSpanAttributes2["TRACE_COMPAT_USER_ID"] = "elasticdash.user.id";
438
+ LangfuseOtelSpanAttributes2["TRACE_COMPAT_SESSION_ID"] = "elasticdash.session.id";
439
439
  return LangfuseOtelSpanAttributes2;
440
440
  })(LangfuseOtelSpanAttributes || {});
441
441
 
@@ -1676,9 +1676,9 @@ var AnnotationQueues = class {
1676
1676
  (_a2 = this._options) == null ? void 0 : _a2.headers,
1677
1677
  mergeOnlyDefinedHeaders({
1678
1678
  Authorization: await this._getAuthorizationHeader(),
1679
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
1680
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
1681
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
1679
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
1680
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
1681
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
1682
1682
  }),
1683
1683
  requestOptions == null ? void 0 : requestOptions.headers
1684
1684
  );
@@ -1783,9 +1783,9 @@ var AnnotationQueues = class {
1783
1783
  (_a2 = this._options) == null ? void 0 : _a2.headers,
1784
1784
  mergeOnlyDefinedHeaders({
1785
1785
  Authorization: await this._getAuthorizationHeader(),
1786
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
1787
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
1788
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
1786
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
1787
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
1788
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
1789
1789
  }),
1790
1790
  requestOptions == null ? void 0 : requestOptions.headers
1791
1791
  );
@@ -1889,9 +1889,9 @@ var AnnotationQueues = class {
1889
1889
  (_a2 = this._options) == null ? void 0 : _a2.headers,
1890
1890
  mergeOnlyDefinedHeaders({
1891
1891
  Authorization: await this._getAuthorizationHeader(),
1892
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
1893
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
1894
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
1892
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
1893
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
1894
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
1895
1895
  }),
1896
1896
  requestOptions == null ? void 0 : requestOptions.headers
1897
1897
  );
@@ -2004,9 +2004,9 @@ var AnnotationQueues = class {
2004
2004
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2005
2005
  mergeOnlyDefinedHeaders({
2006
2006
  Authorization: await this._getAuthorizationHeader(),
2007
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2008
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2009
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2007
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2008
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2009
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2010
2010
  }),
2011
2011
  requestOptions == null ? void 0 : requestOptions.headers
2012
2012
  );
@@ -2108,9 +2108,9 @@ var AnnotationQueues = class {
2108
2108
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2109
2109
  mergeOnlyDefinedHeaders({
2110
2110
  Authorization: await this._getAuthorizationHeader(),
2111
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2112
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2113
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2111
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2112
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2113
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2114
2114
  }),
2115
2115
  requestOptions == null ? void 0 : requestOptions.headers
2116
2116
  );
@@ -2216,9 +2216,9 @@ var AnnotationQueues = class {
2216
2216
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2217
2217
  mergeOnlyDefinedHeaders({
2218
2218
  Authorization: await this._getAuthorizationHeader(),
2219
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2220
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2221
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2219
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2220
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2221
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2222
2222
  }),
2223
2223
  requestOptions == null ? void 0 : requestOptions.headers
2224
2224
  );
@@ -2326,9 +2326,9 @@ var AnnotationQueues = class {
2326
2326
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2327
2327
  mergeOnlyDefinedHeaders({
2328
2328
  Authorization: await this._getAuthorizationHeader(),
2329
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2330
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2331
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2329
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2330
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2331
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2332
2332
  }),
2333
2333
  requestOptions == null ? void 0 : requestOptions.headers
2334
2334
  );
@@ -2433,9 +2433,9 @@ var AnnotationQueues = class {
2433
2433
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2434
2434
  mergeOnlyDefinedHeaders({
2435
2435
  Authorization: await this._getAuthorizationHeader(),
2436
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2437
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2438
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2436
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2437
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2438
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2439
2439
  }),
2440
2440
  requestOptions == null ? void 0 : requestOptions.headers
2441
2441
  );
@@ -2539,9 +2539,9 @@ var AnnotationQueues = class {
2539
2539
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2540
2540
  mergeOnlyDefinedHeaders({
2541
2541
  Authorization: await this._getAuthorizationHeader(),
2542
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2543
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2544
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2542
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2543
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2544
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2545
2545
  }),
2546
2546
  requestOptions == null ? void 0 : requestOptions.headers
2547
2547
  );
@@ -2648,9 +2648,9 @@ var AnnotationQueues = class {
2648
2648
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2649
2649
  mergeOnlyDefinedHeaders({
2650
2650
  Authorization: await this._getAuthorizationHeader(),
2651
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2652
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2653
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2651
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2652
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2653
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2654
2654
  }),
2655
2655
  requestOptions == null ? void 0 : requestOptions.headers
2656
2656
  );
@@ -2771,9 +2771,9 @@ var BlobStorageIntegrations = class {
2771
2771
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2772
2772
  mergeOnlyDefinedHeaders({
2773
2773
  Authorization: await this._getAuthorizationHeader(),
2774
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2775
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2776
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2774
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2775
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2776
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2777
2777
  }),
2778
2778
  requestOptions == null ? void 0 : requestOptions.headers
2779
2779
  );
@@ -2889,9 +2889,9 @@ var BlobStorageIntegrations = class {
2889
2889
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2890
2890
  mergeOnlyDefinedHeaders({
2891
2891
  Authorization: await this._getAuthorizationHeader(),
2892
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2893
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2894
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2892
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2893
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
2894
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2895
2895
  }),
2896
2896
  requestOptions == null ? void 0 : requestOptions.headers
2897
2897
  );
@@ -2995,9 +2995,9 @@ var BlobStorageIntegrations = class {
2995
2995
  (_a2 = this._options) == null ? void 0 : _a2.headers,
2996
2996
  mergeOnlyDefinedHeaders({
2997
2997
  Authorization: await this._getAuthorizationHeader(),
2998
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2999
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3000
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
2998
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
2999
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3000
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3001
3001
  }),
3002
3002
  requestOptions == null ? void 0 : requestOptions.headers
3003
3003
  );
@@ -3122,9 +3122,9 @@ var Comments = class {
3122
3122
  (_a2 = this._options) == null ? void 0 : _a2.headers,
3123
3123
  mergeOnlyDefinedHeaders({
3124
3124
  Authorization: await this._getAuthorizationHeader(),
3125
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3126
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3127
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3125
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3126
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3127
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3128
3128
  }),
3129
3129
  requestOptions == null ? void 0 : requestOptions.headers
3130
3130
  );
@@ -3245,9 +3245,9 @@ var Comments = class {
3245
3245
  (_a2 = this._options) == null ? void 0 : _a2.headers,
3246
3246
  mergeOnlyDefinedHeaders({
3247
3247
  Authorization: await this._getAuthorizationHeader(),
3248
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3249
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3250
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3248
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3249
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3250
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3251
3251
  }),
3252
3252
  requestOptions == null ? void 0 : requestOptions.headers
3253
3253
  );
@@ -3325,7 +3325,7 @@ var Comments = class {
3325
3325
  /**
3326
3326
  * Get a comment by id
3327
3327
  *
3328
- * @param {string} commentId - The unique langfuse identifier of a comment
3328
+ * @param {string} commentId - The unique elasticdash identifier of a comment
3329
3329
  * @param {Comments.RequestOptions} requestOptions - Request-specific configuration.
3330
3330
  *
3331
3331
  * @throws {@link LangfuseAPI.Error}
@@ -3348,9 +3348,9 @@ var Comments = class {
3348
3348
  (_a2 = this._options) == null ? void 0 : _a2.headers,
3349
3349
  mergeOnlyDefinedHeaders({
3350
3350
  Authorization: await this._getAuthorizationHeader(),
3351
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3352
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3353
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3351
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3352
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3353
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3354
3354
  }),
3355
3355
  requestOptions == null ? void 0 : requestOptions.headers
3356
3356
  );
@@ -3478,9 +3478,9 @@ var DatasetItems = class {
3478
3478
  (_a2 = this._options) == null ? void 0 : _a2.headers,
3479
3479
  mergeOnlyDefinedHeaders({
3480
3480
  Authorization: await this._getAuthorizationHeader(),
3481
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3482
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3483
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3481
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3482
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3483
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3484
3484
  }),
3485
3485
  requestOptions == null ? void 0 : requestOptions.headers
3486
3486
  );
@@ -3582,9 +3582,9 @@ var DatasetItems = class {
3582
3582
  (_a2 = this._options) == null ? void 0 : _a2.headers,
3583
3583
  mergeOnlyDefinedHeaders({
3584
3584
  Authorization: await this._getAuthorizationHeader(),
3585
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3586
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3587
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3585
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3586
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3587
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3588
3588
  }),
3589
3589
  requestOptions == null ? void 0 : requestOptions.headers
3590
3590
  );
@@ -3702,9 +3702,9 @@ var DatasetItems = class {
3702
3702
  (_a2 = this._options) == null ? void 0 : _a2.headers,
3703
3703
  mergeOnlyDefinedHeaders({
3704
3704
  Authorization: await this._getAuthorizationHeader(),
3705
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3706
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3707
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3705
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3706
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3707
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3708
3708
  }),
3709
3709
  requestOptions == null ? void 0 : requestOptions.headers
3710
3710
  );
@@ -3805,9 +3805,9 @@ var DatasetItems = class {
3805
3805
  (_a2 = this._options) == null ? void 0 : _a2.headers,
3806
3806
  mergeOnlyDefinedHeaders({
3807
3807
  Authorization: await this._getAuthorizationHeader(),
3808
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3809
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3810
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3808
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3809
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3810
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3811
3811
  }),
3812
3812
  requestOptions == null ? void 0 : requestOptions.headers
3813
3813
  );
@@ -3933,9 +3933,9 @@ var DatasetRunItems = class {
3933
3933
  (_a2 = this._options) == null ? void 0 : _a2.headers,
3934
3934
  mergeOnlyDefinedHeaders({
3935
3935
  Authorization: await this._getAuthorizationHeader(),
3936
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3937
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3938
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3936
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
3937
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
3938
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
3939
3939
  }),
3940
3940
  requestOptions == null ? void 0 : requestOptions.headers
3941
3941
  );
@@ -4052,9 +4052,9 @@ var DatasetRunItems = class {
4052
4052
  (_a2 = this._options) == null ? void 0 : _a2.headers,
4053
4053
  mergeOnlyDefinedHeaders({
4054
4054
  Authorization: await this._getAuthorizationHeader(),
4055
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4056
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4057
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4055
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4056
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4057
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4058
4058
  }),
4059
4059
  requestOptions == null ? void 0 : requestOptions.headers
4060
4060
  );
@@ -4181,9 +4181,9 @@ var Datasets = class {
4181
4181
  (_a2 = this._options) == null ? void 0 : _a2.headers,
4182
4182
  mergeOnlyDefinedHeaders({
4183
4183
  Authorization: await this._getAuthorizationHeader(),
4184
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4185
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4186
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4184
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4185
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4186
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4187
4187
  }),
4188
4188
  requestOptions == null ? void 0 : requestOptions.headers
4189
4189
  );
@@ -4284,9 +4284,9 @@ var Datasets = class {
4284
4284
  (_a2 = this._options) == null ? void 0 : _a2.headers,
4285
4285
  mergeOnlyDefinedHeaders({
4286
4286
  Authorization: await this._getAuthorizationHeader(),
4287
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4288
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4289
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4287
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4288
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4289
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4290
4290
  }),
4291
4291
  requestOptions == null ? void 0 : requestOptions.headers
4292
4292
  );
@@ -4393,9 +4393,9 @@ var Datasets = class {
4393
4393
  (_a2 = this._options) == null ? void 0 : _a2.headers,
4394
4394
  mergeOnlyDefinedHeaders({
4395
4395
  Authorization: await this._getAuthorizationHeader(),
4396
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4397
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4398
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4396
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4397
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4398
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4399
4399
  }),
4400
4400
  requestOptions == null ? void 0 : requestOptions.headers
4401
4401
  );
@@ -4500,9 +4500,9 @@ var Datasets = class {
4500
4500
  (_a2 = this._options) == null ? void 0 : _a2.headers,
4501
4501
  mergeOnlyDefinedHeaders({
4502
4502
  Authorization: await this._getAuthorizationHeader(),
4503
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4504
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4505
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4503
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4504
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4505
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4506
4506
  }),
4507
4507
  requestOptions == null ? void 0 : requestOptions.headers
4508
4508
  );
@@ -4604,9 +4604,9 @@ var Datasets = class {
4604
4604
  (_a2 = this._options) == null ? void 0 : _a2.headers,
4605
4605
  mergeOnlyDefinedHeaders({
4606
4606
  Authorization: await this._getAuthorizationHeader(),
4607
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4608
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4609
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4607
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4608
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4609
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4610
4610
  }),
4611
4611
  requestOptions == null ? void 0 : requestOptions.headers
4612
4612
  );
@@ -4716,9 +4716,9 @@ var Datasets = class {
4716
4716
  (_a2 = this._options) == null ? void 0 : _a2.headers,
4717
4717
  mergeOnlyDefinedHeaders({
4718
4718
  Authorization: await this._getAuthorizationHeader(),
4719
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4720
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4721
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4719
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4720
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4721
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4722
4722
  }),
4723
4723
  requestOptions == null ? void 0 : requestOptions.headers
4724
4724
  );
@@ -4835,9 +4835,9 @@ var Health = class {
4835
4835
  (_a2 = this._options) == null ? void 0 : _a2.headers,
4836
4836
  mergeOnlyDefinedHeaders({
4837
4837
  Authorization: await this._getAuthorizationHeader(),
4838
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4839
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4840
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4838
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
4839
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
4840
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
4841
4841
  }),
4842
4842
  requestOptions == null ? void 0 : requestOptions.headers
4843
4843
  );
@@ -4933,19 +4933,19 @@ var Ingestion = class {
4933
4933
  this._options = _options;
4934
4934
  }
4935
4935
  /**
4936
- * **Legacy endpoint for batch ingestion for Langfuse Observability.**
4936
+ * **Legacy endpoint for batch ingestion for ElasticDash Observability.**
4937
4937
  *
4938
- * -> Please use the OpenTelemetry endpoint (`/api/public/otel/v1/traces`). Learn more: https://langfuse.com/integrations/native/opentelemetry
4938
+ * -> Please use the OpenTelemetry endpoint (`/api/public/otel/v1/traces`). Learn more: https://elasticdash.com/integrations/native/opentelemetry
4939
4939
  *
4940
4940
  * Within each batch, there can be multiple events.
4941
4941
  * Each event has a type, an id, a timestamp, metadata and a body.
4942
4942
  * Internally, we refer to this as the "event envelope" as it tells us something about the event but not the trace.
4943
4943
  * We use the event id within this envelope to deduplicate messages to avoid processing the same event twice, i.e. the event id should be unique per request.
4944
- * The event.body.id is the ID of the actual trace and will be used for updates and will be visible within the Langfuse App.
4944
+ * The event.body.id is the ID of the actual trace and will be used for updates and will be visible within the ElasticDash App.
4945
4945
  * I.e. if you want to update a trace, you'd use the same body id, but separate event IDs.
4946
4946
  *
4947
4947
  * Notes:
4948
- * - Introduction to data model: https://langfuse.com/docs/observability/data-model
4948
+ * - Introduction to data model: https://elasticdash.com/docs/observability/data-model
4949
4949
  * - Batch sizes are limited to 3.5 MB in total. You need to adjust the number of events per batch accordingly.
4950
4950
  * - The API does not return a 4xx status code for input errors. Instead, it responds with a 207 status code, which includes a list of the encountered errors.
4951
4951
  *
@@ -5024,9 +5024,9 @@ var Ingestion = class {
5024
5024
  (_a2 = this._options) == null ? void 0 : _a2.headers,
5025
5025
  mergeOnlyDefinedHeaders({
5026
5026
  Authorization: await this._getAuthorizationHeader(),
5027
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5028
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5029
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5027
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5028
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5029
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5030
5030
  }),
5031
5031
  requestOptions == null ? void 0 : requestOptions.headers
5032
5032
  );
@@ -5156,9 +5156,9 @@ var LlmConnections = class {
5156
5156
  (_a2 = this._options) == null ? void 0 : _a2.headers,
5157
5157
  mergeOnlyDefinedHeaders({
5158
5158
  Authorization: await this._getAuthorizationHeader(),
5159
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5160
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5161
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5159
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5160
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5161
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5162
5162
  }),
5163
5163
  requestOptions == null ? void 0 : requestOptions.headers
5164
5164
  );
@@ -5268,9 +5268,9 @@ var LlmConnections = class {
5268
5268
  (_a2 = this._options) == null ? void 0 : _a2.headers,
5269
5269
  mergeOnlyDefinedHeaders({
5270
5270
  Authorization: await this._getAuthorizationHeader(),
5271
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5272
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5273
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5271
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5272
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5273
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5274
5274
  }),
5275
5275
  requestOptions == null ? void 0 : requestOptions.headers
5276
5276
  );
@@ -5369,7 +5369,7 @@ var Media = class {
5369
5369
  /**
5370
5370
  * Get a media record
5371
5371
  *
5372
- * @param {string} mediaId - The unique langfuse identifier of a media record
5372
+ * @param {string} mediaId - The unique elasticdash identifier of a media record
5373
5373
  * @param {Media.RequestOptions} requestOptions - Request-specific configuration.
5374
5374
  *
5375
5375
  * @throws {@link LangfuseAPI.Error}
@@ -5392,9 +5392,9 @@ var Media = class {
5392
5392
  (_a2 = this._options) == null ? void 0 : _a2.headers,
5393
5393
  mergeOnlyDefinedHeaders({
5394
5394
  Authorization: await this._getAuthorizationHeader(),
5395
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5396
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5397
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5395
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5396
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5397
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5398
5398
  }),
5399
5399
  requestOptions == null ? void 0 : requestOptions.headers
5400
5400
  );
@@ -5472,7 +5472,7 @@ var Media = class {
5472
5472
  /**
5473
5473
  * Patch a media record
5474
5474
  *
5475
- * @param {string} mediaId - The unique langfuse identifier of a media record
5475
+ * @param {string} mediaId - The unique elasticdash identifier of a media record
5476
5476
  * @param {LangfuseAPI.PatchMediaBody} request
5477
5477
  * @param {Media.RequestOptions} requestOptions - Request-specific configuration.
5478
5478
  *
@@ -5501,9 +5501,9 @@ var Media = class {
5501
5501
  (_a2 = this._options) == null ? void 0 : _a2.headers,
5502
5502
  mergeOnlyDefinedHeaders({
5503
5503
  Authorization: await this._getAuthorizationHeader(),
5504
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5505
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5506
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5504
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5505
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5506
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5507
5507
  }),
5508
5508
  requestOptions == null ? void 0 : requestOptions.headers
5509
5509
  );
@@ -5611,9 +5611,9 @@ var Media = class {
5611
5611
  (_a2 = this._options) == null ? void 0 : _a2.headers,
5612
5612
  mergeOnlyDefinedHeaders({
5613
5613
  Authorization: await this._getAuthorizationHeader(),
5614
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5615
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5616
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5614
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5615
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5616
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5617
5617
  }),
5618
5618
  requestOptions == null ? void 0 : requestOptions.headers
5619
5619
  );
@@ -5710,7 +5710,7 @@ var MetricsV2 = class {
5710
5710
  this._options = _options;
5711
5711
  }
5712
5712
  /**
5713
- * Get metrics from the Langfuse project using a query object. V2 endpoint with optimized performance.
5713
+ * Get metrics from the ElasticDash project using a query object. V2 endpoint with optimized performance.
5714
5714
  *
5715
5715
  * ## V2 Differences
5716
5716
  * - Supports `observations`, `scores-numeric`, and `scores-categorical` views only (traces view not supported)
@@ -5718,7 +5718,7 @@ var MetricsV2 = class {
5718
5718
  * - Backwards-compatible: traceName, traceRelease, traceVersion dimensions are still available on observations view
5719
5719
  * - High cardinality dimensions are not supported and will return a 400 error (see below)
5720
5720
  *
5721
- * For more details, see the [Metrics API documentation](https://langfuse.com/docs/metrics/features/metrics-api).
5721
+ * For more details, see the [Metrics API documentation](https://elasticdash.com/docs/metrics/features/metrics-api).
5722
5722
  *
5723
5723
  * ## Available Views
5724
5724
  *
@@ -5840,9 +5840,9 @@ var MetricsV2 = class {
5840
5840
  (_a2 = this._options) == null ? void 0 : _a2.headers,
5841
5841
  mergeOnlyDefinedHeaders({
5842
5842
  Authorization: await this._getAuthorizationHeader(),
5843
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5844
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5845
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5843
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5844
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5845
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5846
5846
  }),
5847
5847
  requestOptions == null ? void 0 : requestOptions.headers
5848
5848
  );
@@ -5936,11 +5936,11 @@ var Metrics = class {
5936
5936
  this._options = _options;
5937
5937
  }
5938
5938
  /**
5939
- * Get metrics from the Langfuse project using a query object.
5939
+ * Get metrics from the ElasticDash project using a query object.
5940
5940
  *
5941
5941
  * Consider using the [v2 metrics endpoint](/api-reference#tag/metricsv2/GET/api/public/v2/metrics) for better performance.
5942
5942
  *
5943
- * For more details, see the [Metrics API documentation](https://langfuse.com/docs/metrics/features/metrics-api).
5943
+ * For more details, see the [Metrics API documentation](https://elasticdash.com/docs/metrics/features/metrics-api).
5944
5944
  *
5945
5945
  * @param {LangfuseAPI.GetMetricsRequest} request
5946
5946
  * @param {Metrics.RequestOptions} requestOptions - Request-specific configuration.
@@ -5970,9 +5970,9 @@ var Metrics = class {
5970
5970
  (_a2 = this._options) == null ? void 0 : _a2.headers,
5971
5971
  mergeOnlyDefinedHeaders({
5972
5972
  Authorization: await this._getAuthorizationHeader(),
5973
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5974
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5975
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5973
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
5974
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
5975
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
5976
5976
  }),
5977
5977
  requestOptions == null ? void 0 : requestOptions.headers
5978
5978
  );
@@ -6102,9 +6102,9 @@ var Models = class {
6102
6102
  (_a2 = this._options) == null ? void 0 : _a2.headers,
6103
6103
  mergeOnlyDefinedHeaders({
6104
6104
  Authorization: await this._getAuthorizationHeader(),
6105
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6106
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6107
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6105
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6106
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6107
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6108
6108
  }),
6109
6109
  requestOptions == null ? void 0 : requestOptions.headers
6110
6110
  );
@@ -6216,9 +6216,9 @@ var Models = class {
6216
6216
  (_a2 = this._options) == null ? void 0 : _a2.headers,
6217
6217
  mergeOnlyDefinedHeaders({
6218
6218
  Authorization: await this._getAuthorizationHeader(),
6219
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6220
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6221
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6219
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6220
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6221
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6222
6222
  }),
6223
6223
  requestOptions == null ? void 0 : requestOptions.headers
6224
6224
  );
@@ -6317,9 +6317,9 @@ var Models = class {
6317
6317
  (_a2 = this._options) == null ? void 0 : _a2.headers,
6318
6318
  mergeOnlyDefinedHeaders({
6319
6319
  Authorization: await this._getAuthorizationHeader(),
6320
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6321
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6322
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6320
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6321
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6322
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6323
6323
  }),
6324
6324
  requestOptions == null ? void 0 : requestOptions.headers
6325
6325
  );
@@ -6395,7 +6395,7 @@ var Models = class {
6395
6395
  }
6396
6396
  }
6397
6397
  /**
6398
- * Delete a model. Cannot delete models managed by Langfuse. You can create your own definition with the same modelName to override the definition though.
6398
+ * Delete a model. Cannot delete models managed by ElasticDash. You can create your own definition with the same modelName to override the definition though.
6399
6399
  *
6400
6400
  * @param {string} id
6401
6401
  * @param {Models.RequestOptions} requestOptions - Request-specific configuration.
@@ -6420,9 +6420,9 @@ var Models = class {
6420
6420
  (_a2 = this._options) == null ? void 0 : _a2.headers,
6421
6421
  mergeOnlyDefinedHeaders({
6422
6422
  Authorization: await this._getAuthorizationHeader(),
6423
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6424
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6425
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6423
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6424
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6425
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6426
6426
  }),
6427
6427
  requestOptions == null ? void 0 : requestOptions.headers
6428
6428
  );
@@ -6632,9 +6632,9 @@ var ObservationsV2 = class {
6632
6632
  (_a2 = this._options) == null ? void 0 : _a2.headers,
6633
6633
  mergeOnlyDefinedHeaders({
6634
6634
  Authorization: await this._getAuthorizationHeader(),
6635
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6636
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6637
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6635
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6636
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6637
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6638
6638
  }),
6639
6639
  requestOptions == null ? void 0 : requestOptions.headers
6640
6640
  );
@@ -6730,7 +6730,7 @@ var Observations = class {
6730
6730
  /**
6731
6731
  * Get a observation
6732
6732
  *
6733
- * @param {string} observationId - The unique langfuse identifier of an observation, can be an event, span or generation
6733
+ * @param {string} observationId - The unique elasticdash identifier of an observation, can be an event, span or generation
6734
6734
  * @param {Observations.RequestOptions} requestOptions - Request-specific configuration.
6735
6735
  *
6736
6736
  * @throws {@link LangfuseAPI.Error}
@@ -6753,9 +6753,9 @@ var Observations = class {
6753
6753
  (_a2 = this._options) == null ? void 0 : _a2.headers,
6754
6754
  mergeOnlyDefinedHeaders({
6755
6755
  Authorization: await this._getAuthorizationHeader(),
6756
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6757
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6758
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6756
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6757
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6758
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6759
6759
  }),
6760
6760
  requestOptions == null ? void 0 : requestOptions.headers
6761
6761
  );
@@ -6917,9 +6917,9 @@ var Observations = class {
6917
6917
  (_a2 = this._options) == null ? void 0 : _a2.headers,
6918
6918
  mergeOnlyDefinedHeaders({
6919
6919
  Authorization: await this._getAuthorizationHeader(),
6920
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6921
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6922
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6920
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
6921
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
6922
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
6923
6923
  }),
6924
6924
  requestOptions == null ? void 0 : requestOptions.headers
6925
6925
  );
@@ -7015,7 +7015,7 @@ var Opentelemetry = class {
7015
7015
  /**
7016
7016
  * **OpenTelemetry Traces Ingestion Endpoint**
7017
7017
  *
7018
- * This endpoint implements the OTLP/HTTP specification for trace ingestion, providing native OpenTelemetry integration for Langfuse Observability.
7018
+ * This endpoint implements the OTLP/HTTP specification for trace ingestion, providing native OpenTelemetry integration for ElasticDash Observability.
7019
7019
  *
7020
7020
  * **Supported Formats:**
7021
7021
  * - Binary Protobuf: `Content-Type: application/x-protobuf`
@@ -7027,8 +7027,8 @@ var Opentelemetry = class {
7027
7027
  * - Implements `ExportTraceServiceRequest` message format
7028
7028
  *
7029
7029
  * **Documentation:**
7030
- * - Integration guide: https://langfuse.com/integrations/native/opentelemetry
7031
- * - Data model: https://langfuse.com/docs/observability/data-model
7030
+ * - Integration guide: https://elasticdash.com/integrations/native/opentelemetry
7031
+ * - Data model: https://elasticdash.com/docs/observability/data-model
7032
7032
  *
7033
7033
  * @param {LangfuseAPI.OtelTraceRequest} request
7034
7034
  * @param {Opentelemetry.RequestOptions} requestOptions - Request-specific configuration.
@@ -7057,7 +7057,7 @@ var Opentelemetry = class {
7057
7057
  * },
7058
7058
  * scopeSpans: [{
7059
7059
  * scope: {
7060
- * name: "langfuse-sdk",
7060
+ * name: "elasticdash-sdk",
7061
7061
  * version: "2.60.3"
7062
7062
  * },
7063
7063
  * spans: [{
@@ -7068,7 +7068,7 @@ var Opentelemetry = class {
7068
7068
  * startTimeUnixNano: "1747872000000000000",
7069
7069
  * endTimeUnixNano: "1747872001000000000",
7070
7070
  * attributes: [{
7071
- * key: "langfuse.observation.type",
7071
+ * key: "elasticdash.observation.type",
7072
7072
  * value: {
7073
7073
  * stringValue: "generation"
7074
7074
  * }
@@ -7090,9 +7090,9 @@ var Opentelemetry = class {
7090
7090
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7091
7091
  mergeOnlyDefinedHeaders({
7092
7092
  Authorization: await this._getAuthorizationHeader(),
7093
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7094
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7095
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7093
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7094
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7095
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7096
7096
  }),
7097
7097
  requestOptions == null ? void 0 : requestOptions.headers
7098
7098
  );
@@ -7213,9 +7213,9 @@ var Organizations = class {
7213
7213
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7214
7214
  mergeOnlyDefinedHeaders({
7215
7215
  Authorization: await this._getAuthorizationHeader(),
7216
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7217
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7218
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7216
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7217
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7218
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7219
7219
  }),
7220
7220
  requestOptions == null ? void 0 : requestOptions.headers
7221
7221
  );
@@ -7319,9 +7319,9 @@ var Organizations = class {
7319
7319
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7320
7320
  mergeOnlyDefinedHeaders({
7321
7321
  Authorization: await this._getAuthorizationHeader(),
7322
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7323
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7324
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7322
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7323
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7324
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7325
7325
  }),
7326
7326
  requestOptions == null ? void 0 : requestOptions.headers
7327
7327
  );
@@ -7427,9 +7427,9 @@ var Organizations = class {
7427
7427
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7428
7428
  mergeOnlyDefinedHeaders({
7429
7429
  Authorization: await this._getAuthorizationHeader(),
7430
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7431
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7432
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7430
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7431
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7432
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7433
7433
  }),
7434
7434
  requestOptions == null ? void 0 : requestOptions.headers
7435
7435
  );
@@ -7533,9 +7533,9 @@ var Organizations = class {
7533
7533
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7534
7534
  mergeOnlyDefinedHeaders({
7535
7535
  Authorization: await this._getAuthorizationHeader(),
7536
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7537
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7538
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7536
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7537
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7538
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7539
7539
  }),
7540
7540
  requestOptions == null ? void 0 : requestOptions.headers
7541
7541
  );
@@ -7640,9 +7640,9 @@ var Organizations = class {
7640
7640
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7641
7641
  mergeOnlyDefinedHeaders({
7642
7642
  Authorization: await this._getAuthorizationHeader(),
7643
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7644
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7645
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7643
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7644
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7645
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7646
7646
  }),
7647
7647
  requestOptions == null ? void 0 : requestOptions.headers
7648
7648
  );
@@ -7749,9 +7749,9 @@ var Organizations = class {
7749
7749
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7750
7750
  mergeOnlyDefinedHeaders({
7751
7751
  Authorization: await this._getAuthorizationHeader(),
7752
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7753
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7754
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7752
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7753
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7754
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7755
7755
  }),
7756
7756
  requestOptions == null ? void 0 : requestOptions.headers
7757
7757
  );
@@ -7854,9 +7854,9 @@ var Organizations = class {
7854
7854
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7855
7855
  mergeOnlyDefinedHeaders({
7856
7856
  Authorization: await this._getAuthorizationHeader(),
7857
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7858
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7859
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7857
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7858
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7859
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7860
7860
  }),
7861
7861
  requestOptions == null ? void 0 : requestOptions.headers
7862
7862
  );
@@ -7956,9 +7956,9 @@ var Organizations = class {
7956
7956
  (_a2 = this._options) == null ? void 0 : _a2.headers,
7957
7957
  mergeOnlyDefinedHeaders({
7958
7958
  Authorization: await this._getAuthorizationHeader(),
7959
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7960
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7961
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7959
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
7960
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
7961
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
7962
7962
  }),
7963
7963
  requestOptions == null ? void 0 : requestOptions.headers
7964
7964
  );
@@ -8074,9 +8074,9 @@ var Projects = class {
8074
8074
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8075
8075
  mergeOnlyDefinedHeaders({
8076
8076
  Authorization: await this._getAuthorizationHeader(),
8077
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8078
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8079
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8077
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8078
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8079
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8080
8080
  }),
8081
8081
  requestOptions == null ? void 0 : requestOptions.headers
8082
8082
  );
@@ -8181,9 +8181,9 @@ var Projects = class {
8181
8181
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8182
8182
  mergeOnlyDefinedHeaders({
8183
8183
  Authorization: await this._getAuthorizationHeader(),
8184
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8185
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8186
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8184
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8185
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8186
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8187
8187
  }),
8188
8188
  requestOptions == null ? void 0 : requestOptions.headers
8189
8189
  );
@@ -8292,9 +8292,9 @@ var Projects = class {
8292
8292
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8293
8293
  mergeOnlyDefinedHeaders({
8294
8294
  Authorization: await this._getAuthorizationHeader(),
8295
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8296
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8297
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8295
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8296
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8297
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8298
8298
  }),
8299
8299
  requestOptions == null ? void 0 : requestOptions.headers
8300
8300
  );
@@ -8398,9 +8398,9 @@ var Projects = class {
8398
8398
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8399
8399
  mergeOnlyDefinedHeaders({
8400
8400
  Authorization: await this._getAuthorizationHeader(),
8401
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8402
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8403
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8401
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8402
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8403
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8404
8404
  }),
8405
8405
  requestOptions == null ? void 0 : requestOptions.headers
8406
8406
  );
@@ -8501,9 +8501,9 @@ var Projects = class {
8501
8501
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8502
8502
  mergeOnlyDefinedHeaders({
8503
8503
  Authorization: await this._getAuthorizationHeader(),
8504
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8505
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8506
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8504
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8505
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8506
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8507
8507
  }),
8508
8508
  requestOptions == null ? void 0 : requestOptions.headers
8509
8509
  );
@@ -8609,9 +8609,9 @@ var Projects = class {
8609
8609
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8610
8610
  mergeOnlyDefinedHeaders({
8611
8611
  Authorization: await this._getAuthorizationHeader(),
8612
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8613
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8614
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8612
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8613
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8614
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8615
8615
  }),
8616
8616
  requestOptions == null ? void 0 : requestOptions.headers
8617
8617
  );
@@ -8716,9 +8716,9 @@ var Projects = class {
8716
8716
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8717
8717
  mergeOnlyDefinedHeaders({
8718
8718
  Authorization: await this._getAuthorizationHeader(),
8719
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8720
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8721
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8719
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8720
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8721
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8722
8722
  }),
8723
8723
  requestOptions == null ? void 0 : requestOptions.headers
8724
8724
  );
@@ -8842,9 +8842,9 @@ var PromptVersion = class {
8842
8842
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8843
8843
  mergeOnlyDefinedHeaders({
8844
8844
  Authorization: await this._getAuthorizationHeader(),
8845
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8846
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8847
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8845
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8846
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8847
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8848
8848
  }),
8849
8849
  requestOptions == null ? void 0 : requestOptions.headers
8850
8850
  );
@@ -8976,9 +8976,9 @@ var Prompts = class {
8976
8976
  (_a2 = this._options) == null ? void 0 : _a2.headers,
8977
8977
  mergeOnlyDefinedHeaders({
8978
8978
  Authorization: await this._getAuthorizationHeader(),
8979
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8980
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8981
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8979
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
8980
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
8981
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
8982
8982
  }),
8983
8983
  requestOptions == null ? void 0 : requestOptions.headers
8984
8984
  );
@@ -9102,9 +9102,9 @@ var Prompts = class {
9102
9102
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9103
9103
  mergeOnlyDefinedHeaders({
9104
9104
  Authorization: await this._getAuthorizationHeader(),
9105
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9106
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9107
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9105
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9106
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9107
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9108
9108
  }),
9109
9109
  requestOptions == null ? void 0 : requestOptions.headers
9110
9110
  );
@@ -9221,9 +9221,9 @@ var Prompts = class {
9221
9221
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9222
9222
  mergeOnlyDefinedHeaders({
9223
9223
  Authorization: await this._getAuthorizationHeader(),
9224
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9225
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9226
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9224
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9225
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9226
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9227
9227
  }),
9228
9228
  requestOptions == null ? void 0 : requestOptions.headers
9229
9229
  );
@@ -9336,9 +9336,9 @@ var Prompts = class {
9336
9336
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9337
9337
  mergeOnlyDefinedHeaders({
9338
9338
  Authorization: await this._getAuthorizationHeader(),
9339
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9340
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9341
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9339
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9340
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9341
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9342
9342
  }),
9343
9343
  requestOptions == null ? void 0 : requestOptions.headers
9344
9344
  );
@@ -9453,9 +9453,9 @@ var Scim = class {
9453
9453
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9454
9454
  mergeOnlyDefinedHeaders({
9455
9455
  Authorization: await this._getAuthorizationHeader(),
9456
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9457
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9458
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9456
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9457
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9458
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9459
9459
  }),
9460
9460
  requestOptions == null ? void 0 : requestOptions.headers
9461
9461
  );
@@ -9555,9 +9555,9 @@ var Scim = class {
9555
9555
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9556
9556
  mergeOnlyDefinedHeaders({
9557
9557
  Authorization: await this._getAuthorizationHeader(),
9558
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9559
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9560
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9558
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9559
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9560
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9561
9561
  }),
9562
9562
  requestOptions == null ? void 0 : requestOptions.headers
9563
9563
  );
@@ -9657,9 +9657,9 @@ var Scim = class {
9657
9657
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9658
9658
  mergeOnlyDefinedHeaders({
9659
9659
  Authorization: await this._getAuthorizationHeader(),
9660
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9661
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9662
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9660
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9661
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9662
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9663
9663
  }),
9664
9664
  requestOptions == null ? void 0 : requestOptions.headers
9665
9665
  );
@@ -9771,9 +9771,9 @@ var Scim = class {
9771
9771
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9772
9772
  mergeOnlyDefinedHeaders({
9773
9773
  Authorization: await this._getAuthorizationHeader(),
9774
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9775
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9776
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9774
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9775
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9776
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9777
9777
  }),
9778
9778
  requestOptions == null ? void 0 : requestOptions.headers
9779
9779
  );
@@ -9882,9 +9882,9 @@ var Scim = class {
9882
9882
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9883
9883
  mergeOnlyDefinedHeaders({
9884
9884
  Authorization: await this._getAuthorizationHeader(),
9885
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9886
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9887
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9885
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9886
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9887
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9888
9888
  }),
9889
9889
  requestOptions == null ? void 0 : requestOptions.headers
9890
9890
  );
@@ -9988,9 +9988,9 @@ var Scim = class {
9988
9988
  (_a2 = this._options) == null ? void 0 : _a2.headers,
9989
9989
  mergeOnlyDefinedHeaders({
9990
9990
  Authorization: await this._getAuthorizationHeader(),
9991
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9992
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9993
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9991
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
9992
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
9993
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
9994
9994
  }),
9995
9995
  requestOptions == null ? void 0 : requestOptions.headers
9996
9996
  );
@@ -10091,9 +10091,9 @@ var Scim = class {
10091
10091
  (_a2 = this._options) == null ? void 0 : _a2.headers,
10092
10092
  mergeOnlyDefinedHeaders({
10093
10093
  Authorization: await this._getAuthorizationHeader(),
10094
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10095
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10096
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10094
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10095
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10096
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10097
10097
  }),
10098
10098
  requestOptions == null ? void 0 : requestOptions.headers
10099
10099
  );
@@ -10219,9 +10219,9 @@ var ScoreConfigs = class {
10219
10219
  (_a2 = this._options) == null ? void 0 : _a2.headers,
10220
10220
  mergeOnlyDefinedHeaders({
10221
10221
  Authorization: await this._getAuthorizationHeader(),
10222
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10223
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10224
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10222
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10223
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10224
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10225
10225
  }),
10226
10226
  requestOptions == null ? void 0 : requestOptions.headers
10227
10227
  );
@@ -10333,9 +10333,9 @@ var ScoreConfigs = class {
10333
10333
  (_a2 = this._options) == null ? void 0 : _a2.headers,
10334
10334
  mergeOnlyDefinedHeaders({
10335
10335
  Authorization: await this._getAuthorizationHeader(),
10336
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10337
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10338
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10336
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10337
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10338
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10339
10339
  }),
10340
10340
  requestOptions == null ? void 0 : requestOptions.headers
10341
10341
  );
@@ -10413,7 +10413,7 @@ var ScoreConfigs = class {
10413
10413
  /**
10414
10414
  * Get a score config
10415
10415
  *
10416
- * @param {string} configId - The unique langfuse identifier of a score config
10416
+ * @param {string} configId - The unique elasticdash identifier of a score config
10417
10417
  * @param {ScoreConfigs.RequestOptions} requestOptions - Request-specific configuration.
10418
10418
  *
10419
10419
  * @throws {@link LangfuseAPI.Error}
@@ -10436,9 +10436,9 @@ var ScoreConfigs = class {
10436
10436
  (_a2 = this._options) == null ? void 0 : _a2.headers,
10437
10437
  mergeOnlyDefinedHeaders({
10438
10438
  Authorization: await this._getAuthorizationHeader(),
10439
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10440
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10441
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10439
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10440
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10441
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10442
10442
  }),
10443
10443
  requestOptions == null ? void 0 : requestOptions.headers
10444
10444
  );
@@ -10516,7 +10516,7 @@ var ScoreConfigs = class {
10516
10516
  /**
10517
10517
  * Update a score config
10518
10518
  *
10519
- * @param {string} configId - The unique langfuse identifier of a score config
10519
+ * @param {string} configId - The unique elasticdash identifier of a score config
10520
10520
  * @param {LangfuseAPI.UpdateScoreConfigRequest} request
10521
10521
  * @param {ScoreConfigs.RequestOptions} requestOptions - Request-specific configuration.
10522
10522
  *
@@ -10547,9 +10547,9 @@ var ScoreConfigs = class {
10547
10547
  (_a2 = this._options) == null ? void 0 : _a2.headers,
10548
10548
  mergeOnlyDefinedHeaders({
10549
10549
  Authorization: await this._getAuthorizationHeader(),
10550
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10551
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10552
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10550
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10551
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10552
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10553
10553
  }),
10554
10554
  requestOptions == null ? void 0 : requestOptions.headers
10555
10555
  );
@@ -10758,9 +10758,9 @@ var ScoreV2 = class {
10758
10758
  (_a2 = this._options) == null ? void 0 : _a2.headers,
10759
10759
  mergeOnlyDefinedHeaders({
10760
10760
  Authorization: await this._getAuthorizationHeader(),
10761
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10762
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10763
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10761
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10762
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10763
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10764
10764
  }),
10765
10765
  requestOptions == null ? void 0 : requestOptions.headers
10766
10766
  );
@@ -10838,7 +10838,7 @@ var ScoreV2 = class {
10838
10838
  /**
10839
10839
  * Get a score (supports both trace and session scores)
10840
10840
  *
10841
- * @param {string} scoreId - The unique langfuse identifier of a score
10841
+ * @param {string} scoreId - The unique elasticdash identifier of a score
10842
10842
  * @param {ScoreV2.RequestOptions} requestOptions - Request-specific configuration.
10843
10843
  *
10844
10844
  * @throws {@link LangfuseAPI.Error}
@@ -10861,9 +10861,9 @@ var ScoreV2 = class {
10861
10861
  (_a2 = this._options) == null ? void 0 : _a2.headers,
10862
10862
  mergeOnlyDefinedHeaders({
10863
10863
  Authorization: await this._getAuthorizationHeader(),
10864
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10865
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10866
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10864
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
10865
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
10866
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10867
10867
  }),
10868
10868
  requestOptions == null ? void 0 : requestOptions.headers
10869
10869
  );
@@ -10996,9 +10996,9 @@ var Score = class {
10996
10996
  (_a2 = this._options) == null ? void 0 : _a2.headers,
10997
10997
  mergeOnlyDefinedHeaders({
10998
10998
  Authorization: await this._getAuthorizationHeader(),
10999
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11000
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11001
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
10999
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11000
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11001
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11002
11002
  }),
11003
11003
  requestOptions == null ? void 0 : requestOptions.headers
11004
11004
  );
@@ -11079,7 +11079,7 @@ var Score = class {
11079
11079
  /**
11080
11080
  * Delete a score (supports both trace and session scores)
11081
11081
  *
11082
- * @param {string} scoreId - The unique langfuse identifier of a score
11082
+ * @param {string} scoreId - The unique elasticdash identifier of a score
11083
11083
  * @param {Score.RequestOptions} requestOptions - Request-specific configuration.
11084
11084
  *
11085
11085
  * @throws {@link LangfuseAPI.Error}
@@ -11102,9 +11102,9 @@ var Score = class {
11102
11102
  (_a2 = this._options) == null ? void 0 : _a2.headers,
11103
11103
  mergeOnlyDefinedHeaders({
11104
11104
  Authorization: await this._getAuthorizationHeader(),
11105
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11106
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11107
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11105
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11106
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11107
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11108
11108
  }),
11109
11109
  requestOptions == null ? void 0 : requestOptions.headers
11110
11110
  );
@@ -11241,9 +11241,9 @@ var Sessions = class {
11241
11241
  (_a2 = this._options) == null ? void 0 : _a2.headers,
11242
11242
  mergeOnlyDefinedHeaders({
11243
11243
  Authorization: await this._getAuthorizationHeader(),
11244
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11245
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11246
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11244
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11245
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11246
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11247
11247
  }),
11248
11248
  requestOptions == null ? void 0 : requestOptions.headers
11249
11249
  );
@@ -11344,9 +11344,9 @@ var Sessions = class {
11344
11344
  (_a2 = this._options) == null ? void 0 : _a2.headers,
11345
11345
  mergeOnlyDefinedHeaders({
11346
11346
  Authorization: await this._getAuthorizationHeader(),
11347
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11348
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11349
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11347
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11348
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11349
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11350
11350
  }),
11351
11351
  requestOptions == null ? void 0 : requestOptions.headers
11352
11352
  );
@@ -11442,7 +11442,7 @@ var Trace = class {
11442
11442
  /**
11443
11443
  * Get a specific trace
11444
11444
  *
11445
- * @param {string} traceId - The unique langfuse identifier of a trace
11445
+ * @param {string} traceId - The unique elasticdash identifier of a trace
11446
11446
  * @param {Trace.RequestOptions} requestOptions - Request-specific configuration.
11447
11447
  *
11448
11448
  * @throws {@link LangfuseAPI.Error}
@@ -11465,9 +11465,9 @@ var Trace = class {
11465
11465
  (_a2 = this._options) == null ? void 0 : _a2.headers,
11466
11466
  mergeOnlyDefinedHeaders({
11467
11467
  Authorization: await this._getAuthorizationHeader(),
11468
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11469
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11470
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11468
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11469
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11470
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11471
11471
  }),
11472
11472
  requestOptions == null ? void 0 : requestOptions.headers
11473
11473
  );
@@ -11545,7 +11545,7 @@ var Trace = class {
11545
11545
  /**
11546
11546
  * Delete a specific trace
11547
11547
  *
11548
- * @param {string} traceId - The unique langfuse identifier of the trace to delete
11548
+ * @param {string} traceId - The unique elasticdash identifier of the trace to delete
11549
11549
  * @param {Trace.RequestOptions} requestOptions - Request-specific configuration.
11550
11550
  *
11551
11551
  * @throws {@link LangfuseAPI.Error}
@@ -11568,9 +11568,9 @@ var Trace = class {
11568
11568
  (_a2 = this._options) == null ? void 0 : _a2.headers,
11569
11569
  mergeOnlyDefinedHeaders({
11570
11570
  Authorization: await this._getAuthorizationHeader(),
11571
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11572
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11573
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11571
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11572
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11573
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11574
11574
  }),
11575
11575
  requestOptions == null ? void 0 : requestOptions.headers
11576
11576
  );
@@ -11738,9 +11738,9 @@ var Trace = class {
11738
11738
  (_a2 = this._options) == null ? void 0 : _a2.headers,
11739
11739
  mergeOnlyDefinedHeaders({
11740
11740
  Authorization: await this._getAuthorizationHeader(),
11741
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11742
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11743
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11741
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11742
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11743
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11744
11744
  }),
11745
11745
  requestOptions == null ? void 0 : requestOptions.headers
11746
11746
  );
@@ -11843,9 +11843,9 @@ var Trace = class {
11843
11843
  (_a2 = this._options) == null ? void 0 : _a2.headers,
11844
11844
  mergeOnlyDefinedHeaders({
11845
11845
  Authorization: await this._getAuthorizationHeader(),
11846
- "X-Langfuse-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11847
- "X-Langfuse-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11848
- "X-Langfuse-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11846
+ "X-ElasticDash-Sdk-Name": (_c = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkName) != null ? _c : (_b = this._options) == null ? void 0 : _b.xLangfuseSdkName,
11847
+ "X-ElasticDash-Sdk-Version": (_e = requestOptions == null ? void 0 : requestOptions.xLangfuseSdkVersion) != null ? _e : (_d = this._options) == null ? void 0 : _d.xLangfuseSdkVersion,
11848
+ "X-ElasticDash-Public-Key": (_g = requestOptions == null ? void 0 : requestOptions.xLangfusePublicKey) != null ? _g : (_f = this._options) == null ? void 0 : _f.xLangfusePublicKey
11849
11849
  }),
11850
11850
  requestOptions == null ? void 0 : requestOptions.headers
11851
11851
  );
@@ -11943,9 +11943,9 @@ var LangfuseAPIClient = class {
11943
11943
  ..._options,
11944
11944
  headers: mergeHeaders(
11945
11945
  {
11946
- "X-Langfuse-Sdk-Name": _options == null ? void 0 : _options.xLangfuseSdkName,
11947
- "X-Langfuse-Sdk-Version": _options == null ? void 0 : _options.xLangfuseSdkVersion,
11948
- "X-Langfuse-Public-Key": _options == null ? void 0 : _options.xLangfusePublicKey
11946
+ "X-ElasticDash-Sdk-Name": _options == null ? void 0 : _options.xLangfuseSdkName,
11947
+ "X-ElasticDash-Sdk-Version": _options == null ? void 0 : _options.xLangfuseSdkVersion,
11948
+ "X-ElasticDash-Public-Key": _options == null ? void 0 : _options.xLangfusePublicKey
11949
11949
  },
11950
11950
  _options == null ? void 0 : _options.headers
11951
11951
  )
@@ -12168,7 +12168,7 @@ var LangfuseMedia = class {
12168
12168
  return bytesToBase64(new Uint8Array(hash));
12169
12169
  } catch (error) {
12170
12170
  getGlobalLogger().warn(
12171
- "[Langfuse] Failed to generate SHA-256 hash for media content:",
12171
+ "[ElasticDash] Failed to generate SHA-256 hash for media content:",
12172
12172
  error
12173
12173
  );
12174
12174
  return void 0;
@@ -12179,7 +12179,7 @@ var LangfuseMedia = class {
12179
12179
  *
12180
12180
  * The tag format is: `@@@langfuseMedia:type=<contentType>|id=<mediaId>|source=<source>@@@`
12181
12181
  * This tag can be embedded in trace attributes and will be replaced with actual
12182
- * media content when the trace is viewed in Langfuse.
12182
+ * media content when the trace is viewed in ElasticDash.
12183
12183
  *
12184
12184
  * @returns The media reference tag, or null if required data is missing
12185
12185
  *
@@ -12413,7 +12413,7 @@ function getPropagatedAttributesFromContext(context) {
12413
12413
  const metadata = context.getValue(LangfuseOtelContextKeys["metadata"]);
12414
12414
  if (metadata && typeof metadata === "object" && metadata !== null) {
12415
12415
  for (const [k, v] of Object.entries(metadata)) {
12416
- const spanKey = `${"langfuse.trace.metadata" /* TRACE_METADATA */}.${k}`;
12416
+ const spanKey = `${"elasticdash.trace.metadata" /* TRACE_METADATA */}.${k}`;
12417
12417
  propagatedAttributes[spanKey] = String(v);
12418
12418
  }
12419
12419
  }
@@ -12426,7 +12426,7 @@ function getPropagatedAttributesFromContext(context) {
12426
12426
  }
12427
12427
  }
12428
12428
  if (propagatedAttributes[getSpanKeyForPropagatedKey("experimentItemRootObservationId")]) {
12429
- propagatedAttributes["langfuse.environment" /* ENVIRONMENT */] = ELASTICDASH_SDK_EXPERIMENT_ENVIRONMENT;
12429
+ propagatedAttributes["elasticdash.environment" /* ENVIRONMENT */] = ELASTICDASH_SDK_EXPERIMENT_ENVIRONMENT;
12430
12430
  }
12431
12431
  return propagatedAttributes;
12432
12432
  }
@@ -12447,7 +12447,7 @@ function setPropagatedAttribute(params) {
12447
12447
  if (key === "metadata") {
12448
12448
  for (const [k, v] of Object.entries(mergedMetadata)) {
12449
12449
  span.setAttribute(
12450
- `${"langfuse.trace.metadata" /* TRACE_METADATA */}.${k}`,
12450
+ `${"elasticdash.trace.metadata" /* TRACE_METADATA */}.${k}`,
12451
12451
  v
12452
12452
  );
12453
12453
  }
@@ -12522,27 +12522,27 @@ function getSpanKeyForPropagatedKey(key) {
12522
12522
  case "sessionId":
12523
12523
  return "session.id" /* TRACE_SESSION_ID */;
12524
12524
  case "version":
12525
- return "langfuse.version" /* VERSION */;
12525
+ return "elasticdash.version" /* VERSION */;
12526
12526
  case "traceName":
12527
- return "langfuse.trace.name" /* TRACE_NAME */;
12527
+ return "elasticdash.trace.name" /* TRACE_NAME */;
12528
12528
  case "metadata":
12529
- return "langfuse.trace.metadata" /* TRACE_METADATA */;
12529
+ return "elasticdash.trace.metadata" /* TRACE_METADATA */;
12530
12530
  case "tags":
12531
- return "langfuse.trace.tags" /* TRACE_TAGS */;
12531
+ return "elasticdash.trace.tags" /* TRACE_TAGS */;
12532
12532
  case "experimentId":
12533
- return "langfuse.experiment.id" /* EXPERIMENT_ID */;
12533
+ return "elasticdash.experiment.id" /* EXPERIMENT_ID */;
12534
12534
  case "experimentName":
12535
- return "langfuse.experiment.name" /* EXPERIMENT_NAME */;
12535
+ return "elasticdash.experiment.name" /* EXPERIMENT_NAME */;
12536
12536
  case "experimentMetadata":
12537
- return "langfuse.experiment.metadata" /* EXPERIMENT_METADATA */;
12537
+ return "elasticdash.experiment.metadata" /* EXPERIMENT_METADATA */;
12538
12538
  case "experimentDatasetId":
12539
- return "langfuse.experiment.dataset.id" /* EXPERIMENT_DATASET_ID */;
12539
+ return "elasticdash.experiment.dataset.id" /* EXPERIMENT_DATASET_ID */;
12540
12540
  case "experimentItemId":
12541
- return "langfuse.experiment.item.id" /* EXPERIMENT_ITEM_ID */;
12541
+ return "elasticdash.experiment.item.id" /* EXPERIMENT_ITEM_ID */;
12542
12542
  case "experimentItemMetadata":
12543
- return "langfuse.experiment.item.metadata" /* EXPERIMENT_ITEM_METADATA */;
12543
+ return "elasticdash.experiment.item.metadata" /* EXPERIMENT_ITEM_METADATA */;
12544
12544
  case "experimentItemRootObservationId":
12545
- return "langfuse.experiment.item.root_observation_id" /* EXPERIMENT_ITEM_ROOT_OBSERVATION_ID */;
12545
+ return "elasticdash.experiment.item.root_observation_id" /* EXPERIMENT_ITEM_ROOT_OBSERVATION_ID */;
12546
12546
  default: {
12547
12547
  const fallback = key;
12548
12548
  throw Error("Unhandled propagated key", fallback);
@@ -12588,7 +12588,7 @@ function getSpanKeyFromBaggageKey(baggageKey) {
12588
12588
  const suffix = baggageKey.slice(ELASTICDASH_BAGGAGE_PREFIX.length);
12589
12589
  if (suffix.startsWith("metadata_")) {
12590
12590
  const metadataKey = suffix.slice("metadata_".length);
12591
- return `${"langfuse.trace.metadata" /* TRACE_METADATA */}.${metadataKey}`;
12591
+ return `${"elasticdash.trace.metadata" /* TRACE_METADATA */}.${metadataKey}`;
12592
12592
  }
12593
12593
  switch (suffix) {
12594
12594
  case "user_id":