Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@braintrust/core

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@braintrust/core - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

18

dist/typespecs-stainless/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc