Skip to content

Commit ec4c468

Browse files
chore: generated SDK types
1 parent fae4723 commit ec4c468

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

generated_types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
"role",
111111
"org_member",
112112
"project_log",
113-
"org_project"
113+
"org_project",
114+
"org_audit_logs"
114115
],
115116
"description": "The object type that the ACL applies to"
116117
},

py/src/braintrust/_generated_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'org_member',
2525
'project_log',
2626
'org_project',
27+
'org_audit_logs',
2728
]
2829
"""
2930
The object type that the ACL applies to

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 18e2255a8ff33bf3) -- do not modify"""
1+
"""Auto-generated file (content hash 98e7ecf4ce147303) -- do not modify"""
22

33
from ._generated_types import (
44
Acl,

0 commit comments

Comments
 (0)