@braintrust/core
Advanced tools
Comparing version 0.0.18 to 0.0.19
@@ -12,3 +12,3 @@ declare const TRANSACTION_ID_FIELD = "_xact_id"; | ||
declare const PARENT_ID_FIELD = "_parent_id"; | ||
type TransactionId = bigint; | ||
type TransactionId = string; | ||
declare const ALL_ROW_ID_FIELDS: string[]; | ||
@@ -15,0 +15,0 @@ |
@@ -344,3 +344,3 @@ "use strict"; | ||
), | ||
[TRANSACTION_ID_FIELD]: import_zod4.z.bigint().describe( | ||
[TRANSACTION_ID_FIELD]: import_zod4.z.string().describe( | ||
`The transaction id of an event is unique to the network operation that processed the event insertion. Transaction ids are monotonically increasing over time and can be used to retrieve a versioned snapshot of the ${eventDescription} (see the \`version\` parameter)` | ||
@@ -434,5 +434,5 @@ ), | ||
].join("\n\n"); | ||
var maxXactIdSchema = import_zod4.z.bigint().describe(fetchPaginationCursorDescription); | ||
var maxXactIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription); | ||
var maxRootSpanIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription); | ||
var versionSchema = import_zod4.z.bigint().describe( | ||
var versionSchema = import_zod4.z.string().describe( | ||
[ | ||
@@ -439,0 +439,0 @@ "Retrieve a snapshot of events from a past time", |
@@ -345,3 +345,3 @@ "use strict"; | ||
), | ||
[TRANSACTION_ID_FIELD]: import_zod4.z.bigint().describe( | ||
[TRANSACTION_ID_FIELD]: import_zod4.z.string().describe( | ||
`The transaction id of an event is unique to the network operation that processed the event insertion. Transaction ids are monotonically increasing over time and can be used to retrieve a versioned snapshot of the ${eventDescription} (see the \`version\` parameter)` | ||
@@ -435,5 +435,5 @@ ), | ||
].join("\n\n"); | ||
var maxXactIdSchema = import_zod4.z.bigint().describe(fetchPaginationCursorDescription); | ||
var maxXactIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription); | ||
var maxRootSpanIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription); | ||
var versionSchema = import_zod4.z.bigint().describe( | ||
var versionSchema = import_zod4.z.string().describe( | ||
[ | ||
@@ -440,0 +440,0 @@ "Retrieve a snapshot of events from a past time", |
{ | ||
"name": "@braintrust/core", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Shared core dependencies for Braintrust packages", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
603986
17
8594