Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion generated_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
"role",
"org_member",
"project_log",
"org_project"
"org_project",
"org_audit_logs"
],
"description": "The object type that the ACL applies to"
},
Expand Down
1 change: 1 addition & 0 deletions py/src/braintrust/_generated_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'org_member',
'project_log',
'org_project',
'org_audit_logs',
]
"""
The object type that the ACL applies to
Expand Down
2 changes: 1 addition & 1 deletion py/src/braintrust/generated_types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Auto-generated file (content hash 18e2255a8ff33bf3) -- do not modify"""
"""Auto-generated file (content hash 98e7ecf4ce147303) -- do not modify"""

from ._generated_types import (
Acl,
Expand Down
Loading