@braintrust/core
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -429,14 +429,8 @@ "use strict"; | ||
); | ||
var maxXactIdSchema = import_zod4.z.bigint().describe( | ||
[ | ||
"Pagination cursor transaction ID, combined with `max_root_span_id`", | ||
`Given a previous fetch with a list of rows, you can determine \`max_xact_id\` as the maximum of the \`${TRANSACTION_ID_FIELD}\` field over all rows. See the documentation for \`limit\` for an overview of paginating fetch queries.` | ||
].join("\n\n") | ||
); | ||
var maxRootSpanIdSchema = import_zod4.z.string().describe( | ||
[ | ||
"Pagination cursor transaction root span ID, combined with `max_xact_id`", | ||
`Given a previous fetch with a list of rows, you can determine \`max_root_span_id\` as the maximum of the \`root_span_id\` field over all rows. See the documentation for \`limit\` for an overview of paginating fetch queries.` | ||
].join("\n\n") | ||
); | ||
var fetchPaginationCursorDescription = [ | ||
"Together, `max_xact_id` and `max_root_span_id` form a pagination cursor", | ||
`Since a paginated fetch query returns results in order from latest to earliest, the cursor for the next page can be found as the row with the minimum (earliest) value of the tuple \`(${TRANSACTION_ID_FIELD}, root_span_id)\`. See the documentation of \`limit\` for an overview of paginating fetch queries.` | ||
].join("\n\n"); | ||
var maxXactIdSchema = import_zod4.z.bigint().describe(fetchPaginationCursorDescription); | ||
var maxRootSpanIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription); | ||
var versionSchema = import_zod4.z.bigint().describe( | ||
@@ -443,0 +437,0 @@ [ |
@@ -430,14 +430,8 @@ "use strict"; | ||
); | ||
var maxXactIdSchema = import_zod4.z.bigint().describe( | ||
[ | ||
"Pagination cursor transaction ID, combined with `max_root_span_id`", | ||
`Given a previous fetch with a list of rows, you can determine \`max_xact_id\` as the maximum of the \`${TRANSACTION_ID_FIELD}\` field over all rows. See the documentation for \`limit\` for an overview of paginating fetch queries.` | ||
].join("\n\n") | ||
); | ||
var maxRootSpanIdSchema = import_zod4.z.string().describe( | ||
[ | ||
"Pagination cursor transaction root span ID, combined with `max_xact_id`", | ||
`Given a previous fetch with a list of rows, you can determine \`max_root_span_id\` as the maximum of the \`root_span_id\` field over all rows. See the documentation for \`limit\` for an overview of paginating fetch queries.` | ||
].join("\n\n") | ||
); | ||
var fetchPaginationCursorDescription = [ | ||
"Together, `max_xact_id` and `max_root_span_id` form a pagination cursor", | ||
`Since a paginated fetch query returns results in order from latest to earliest, the cursor for the next page can be found as the row with the minimum (earliest) value of the tuple \`(${TRANSACTION_ID_FIELD}, root_span_id)\`. See the documentation of \`limit\` for an overview of paginating fetch queries.` | ||
].join("\n\n"); | ||
var maxXactIdSchema = import_zod4.z.bigint().describe(fetchPaginationCursorDescription); | ||
var maxRootSpanIdSchema = import_zod4.z.string().describe(fetchPaginationCursorDescription); | ||
var versionSchema = import_zod4.z.bigint().describe( | ||
@@ -444,0 +438,0 @@ [ |
{ | ||
"name": "@braintrust/core", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"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
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
590945
13
8244