@braintrust/core
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -10,4 +10,5 @@ declare const TRANSACTION_ID_FIELD = "_xact_id"; | ||
declare const VALID_SOURCES: readonly ["app", "api", "external"]; | ||
type Source = typeof VALID_SOURCES[number]; | ||
type Source = (typeof VALID_SOURCES)[number]; | ||
declare const PARENT_ID_FIELD = "_parent_id"; | ||
type TransactionId = bigint; | ||
declare const ALL_ROW_ID_FIELDS: string[]; | ||
@@ -62,2 +63,2 @@ | ||
export { ALL_ROW_ID_FIELDS, AUDIT_METADATA_FIELD, AUDIT_SOURCE_FIELD, CREATED_FIELD, type CollectMetadata, type GitFields, type GitMetadataSettings, ID_FIELD, IS_MERGE_FIELD, MERGE_PATHS_FIELD, OBJECT_DELETE_FIELD, PARENT_ID_FIELD, type RepoStatus, type Score, type Scorer, type ScorerArgs, type Source, SpanTypeAttribute, TRANSACTION_ID_FIELD, VALID_SOURCES, mergeDicts, mergeGitMetadataSettings, mergeRowBatch }; | ||
export { ALL_ROW_ID_FIELDS, AUDIT_METADATA_FIELD, AUDIT_SOURCE_FIELD, CREATED_FIELD, type CollectMetadata, type GitFields, type GitMetadataSettings, ID_FIELD, IS_MERGE_FIELD, MERGE_PATHS_FIELD, OBJECT_DELETE_FIELD, PARENT_ID_FIELD, type RepoStatus, type Score, type Scorer, type ScorerArgs, type Source, SpanTypeAttribute, TRANSACTION_ID_FIELD, type TransactionId, VALID_SOURCES, mergeDicts, mergeGitMetadataSettings, mergeRowBatch }; |
{ | ||
"name": "@braintrust/core", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Shared core dependencies for Braintrust packages", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
13636
338