Skip to content

Commit 4801423

Browse files
chore: generated SDK types
1 parent c3b841d commit 4801423

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

generated_types.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,12 @@
21502150
"object",
21512151
"null"
21522152
],
2153-
"additionalProperties": {},
2153+
"additionalProperties": {
2154+
"type": [
2155+
"string",
2156+
"null"
2157+
]
2158+
},
21542159
"description": "Facets for categorization (dictionary from facet id to value)"
21552160
},
21562161
"classifications": {
@@ -2778,7 +2783,12 @@
27782783
"object",
27792784
"null"
27802785
],
2781-
"additionalProperties": {},
2786+
"additionalProperties": {
2787+
"type": [
2788+
"string",
2789+
"null"
2790+
]
2791+
},
27822792
"description": "Facets for categorization (dictionary from facet id to value)"
27832793
},
27842794
"classifications": {
@@ -5783,7 +5793,12 @@
57835793
"object",
57845794
"null"
57855795
],
5786-
"additionalProperties": {},
5796+
"additionalProperties": {
5797+
"type": [
5798+
"string",
5799+
"null"
5800+
]
5801+
},
57875802
"description": "Facets for categorization (dictionary from facet id to value)"
57885803
},
57895804
"classifications": {

py/src/braintrust/generated_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Auto-generated file (content hash 4767a23fab45ae89) -- do not modify"""
1+
"""Auto-generated file (content hash 70ebf7ccf0df48b3) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)