update(tb-prod): regenerate schema from ai-agent + bump to 1.1.0#15
Merged
update(tb-prod): regenerate schema from ai-agent + bump to 1.1.0#15
Conversation
Regenerated schema.json from ai-agent's generate-schema script. New resources: approval_policy_assignments, calendar_events, email_threads, expense_line_items, integrations, resource_requests, scenario_bookings, slack_users New enums: approval_policy_target_type, booking_approval_status, integration_type, resource_request_status Also includes: param field additions across most resources, improved descriptions, and the holidays after/before filter fix from #14. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Schema field params changed from _id suffix to bare names (e.g. project_id → project, assignee_id → assignee). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
schema.jsonfrom ai-agent'sscripts/generate-schema.ts(latestdevelop)New resources (8)
approval_policy_assignments,calendar_events,email_threads,expense_line_items,integrations,resource_requests,scenario_bookings,slack_usersNew enums (4)
approval_policy_target_type,booking_approval_status,integration_type,resource_request_statusOther changes
paramfields added across most resources (previously missing)after/beforefilter fix from fix(tb-prod): holidays schema — replace date filter with after/before #14Test plan
cargo check -p tb-prodpassestb-prod describe holidays --include schemashowsafter/beforefilterstb-prod describe approval_policy_assignmentsworks for a new resourcetb-prod query projects,tb-prod query tasks🤖 Generated with Claude Code