@bitfab/sdk 0.46.0 → 0.47.0

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.d.cts CHANGED
@@ -1259,7 +1259,7 @@ declare class DatasetsClient {
1259
1259
 
1260
1260
  type LabelConfidence = "VeryLow" | "Low" | "Medium" | "High" | "VeryHigh";
1261
1261
  type LabelAction = "set" | "archived" | "no-active-label" | "skipped";
1262
- type LabelTarget = {
1262
+ type LabelTarget = ({
1263
1263
  traceId: string;
1264
1264
  originalTraceId?: never;
1265
1265
  attempt?: never;
@@ -1267,6 +1267,8 @@ type LabelTarget = {
1267
1267
  originalTraceId: string;
1268
1268
  attempt?: number;
1269
1269
  traceId?: never;
1270
+ }) & {
1271
+ assertionId?: string;
1270
1272
  };
1271
1273
  type LabelVerdict = {
1272
1274
  label: boolean;
@@ -3197,7 +3199,7 @@ declare class BitfabFunction {
3197
3199
  /**
3198
3200
  * SDK version from package.json (injected at build time)
3199
3201
  */
3200
- declare const __version__ = "0.46.0";
3202
+ declare const __version__ = "0.47.0";
3201
3203
 
3202
3204
  /**
3203
3205
  * Constants for the Bitfab SDK.
package/dist/index.d.ts CHANGED
@@ -1259,7 +1259,7 @@ declare class DatasetsClient {
1259
1259
 
1260
1260
  type LabelConfidence = "VeryLow" | "Low" | "Medium" | "High" | "VeryHigh";
1261
1261
  type LabelAction = "set" | "archived" | "no-active-label" | "skipped";
1262
- type LabelTarget = {
1262
+ type LabelTarget = ({
1263
1263
  traceId: string;
1264
1264
  originalTraceId?: never;
1265
1265
  attempt?: never;
@@ -1267,6 +1267,8 @@ type LabelTarget = {
1267
1267
  originalTraceId: string;
1268
1268
  attempt?: number;
1269
1269
  traceId?: never;
1270
+ }) & {
1271
+ assertionId?: string;
1270
1272
  };
1271
1273
  type LabelVerdict = {
1272
1274
  label: boolean;
@@ -3197,7 +3199,7 @@ declare class BitfabFunction {
3197
3199
  /**
3198
3200
  * SDK version from package.json (injected at build time)
3199
3201
  */
3200
- declare const __version__ = "0.46.0";
3202
+ declare const __version__ = "0.47.0";
3201
3203
 
3202
3204
  /**
3203
3205
  * Constants for the Bitfab SDK.
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ import {
17
17
  getCurrentSpan,
18
18
  getCurrentTrace,
19
19
  seedFromRegistry
20
- } from "./chunk-OS62EZ6Y.js";
20
+ } from "./chunk-LP2CN7SZ.js";
21
21
  import "./chunk-ZUD7OFYB.js";
22
22
  import {
23
23
  BITFAB_PROGRESS_PREFIX,
@@ -26,7 +26,7 @@ import {
26
26
  ReplayError,
27
27
  reportReplayProgress,
28
28
  serializeReplayResult
29
- } from "./chunk-WVGPOCCT.js";
29
+ } from "./chunk-G52ZQTWU.js";
30
30
  import {
31
31
  BitfabError,
32
32
  DEFAULT_SERVICE_URL,
@@ -34,7 +34,7 @@ import {
34
34
  MixedTracingError,
35
35
  __version__,
36
36
  flushTraces
37
- } from "./chunk-HSLKCBA3.js";
37
+ } from "./chunk-YKHZGYAC.js";
38
38
  import "./chunk-H6LZRFMN.js";
39
39
  export {
40
40
  BITFAB_PROGRESS_PREFIX,
package/dist/node.cjs CHANGED
@@ -88,7 +88,7 @@ var __version__, __packageName__;
88
88
  var init_version_generated = __esm({
89
89
  "src/version.generated.ts"() {
90
90
  "use strict";
91
- __version__ = "0.46.0";
91
+ __version__ = "0.47.0";
92
92
  __packageName__ = "@bitfab/sdk";
93
93
  }
94
94
  });