@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/{chunk-WVGPOCCT.js → chunk-G52ZQTWU.js} +2 -2
- package/dist/{chunk-OS62EZ6Y.js → chunk-LP2CN7SZ.js} +6 -6
- package/dist/chunk-LP2CN7SZ.js.map +1 -0
- package/dist/{chunk-RIMNDJP3.js → chunk-RQEYVHGV.js} +2 -2
- package/dist/{chunk-RIMNDJP3.js.map → chunk-RQEYVHGV.js.map} +1 -1
- package/dist/{chunk-HSLKCBA3.js → chunk-YKHZGYAC.js} +2 -2
- package/dist/{chunk-HSLKCBA3.js.map → chunk-YKHZGYAC.js.map} +1 -1
- package/dist/{http-RKVEWOUX.js → http-224ASOWH.js} +2 -2
- package/dist/{http-LVSVWTKO.js → http-BUAOWCLI.js} +2 -2
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -2
- package/dist/index.d.ts +4 -2
- package/dist/index.js +3 -3
- package/dist/node.cjs +1 -1
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-Q2YYL5HB.js → replay-OONSKTLR.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-OS62EZ6Y.js.map +0 -1
- /package/dist/{chunk-WVGPOCCT.js.map → chunk-G52ZQTWU.js.map} +0 -0
- /package/dist/{http-LVSVWTKO.js.map → http-224ASOWH.js.map} +0 -0
- /package/dist/{http-RKVEWOUX.js.map → http-BUAOWCLI.js.map} +0 -0
- /package/dist/{replay-Q2YYL5HB.js.map → replay-OONSKTLR.js.map} +0 -0
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.
|
|
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.
|
|
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-
|
|
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-
|
|
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-
|
|
37
|
+
} from "./chunk-YKHZGYAC.js";
|
|
38
38
|
import "./chunk-H6LZRFMN.js";
|
|
39
39
|
export {
|
|
40
40
|
BITFAB_PROGRESS_PREFIX,
|