Skip to content

feat: rename time_pairs fields to start_time/end_time#1244

Merged
dawnho merged 1 commit into
mainfrom
claude/access-code-timeframe-docs-4u7764
Jul 8, 2026
Merged

feat: rename time_pairs fields to start_time/end_time#1244
dawnho merged 1 commit into
mainfrom
claude/access-code-timeframe-docs-4u7764

Conversation

@dawnho

@dawnho dawnho commented Jul 8, 2026

Copy link
Copy Markdown
Member

Summary

Renames the time_pairs fields on the time frame option object from check_in_time / check_out_time to start_time / end_time, matching the shipped seam-connect schema.

Scope: Mintlify docs only. Changes are confined to understanding-time-frame-options.mdx.

Changes

  • Time pair object table: check_in_timestart_time, check_out_timeend_time (descriptions updated; the "end_time earlier than start_time → later date" note preserved).
  • Prose and both JSON examples (Dormakaba Oracode and KeyInCode) updated to the new field names.
  • time_pairs is a single shared object, so this applies to every provider that uses it. The Oracode dormakaba_oracode_metadata.predefined_time_slots fields (a different object) are intentionally left unchanged.

Notes

  • The schema rename has shipped in seam-connect, so this is consistent with the current API/types.
  • Verified locally with @mintlify/cli broken-links: no broken links.
  • The auto-generated API reference is untouched. (The related codegen change that makes the API ref expand time_pairs inner properties is a separate PR.)

🤖 Generated with Claude Code

https://claude.ai/code/session_018Ts8QgybjiqTo8AUpsuSvb

Update the Time Frame Options page so time_pairs use start_time and
end_time instead of check_in_time and check_out_time, across the time
pair object table, prose, and the Oracode and KeyInCode examples. Aligns
with the matching_start_end_time naming.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018Ts8QgybjiqTo8AUpsuSvb
@dawnho dawnho requested a review from a team as a code owner July 8, 2026 23:13
@dawnho dawnho merged commit 7a6c680 into main Jul 8, 2026
10 checks passed
@dawnho dawnho deleted the claude/access-code-timeframe-docs-4u7764 branch July 8, 2026 23:25
@dawnho dawnho changed the title feat: rename time_pairs fields to start_time/end_time feat: time_pairs docs — rename fields to start_time/end_time and expand nested properties in the API ref Jul 9, 2026
@dawnho dawnho changed the title feat: time_pairs docs — rename fields to start_time/end_time and expand nested properties in the API ref feat: rename time_pairs fields to start_time/end_time Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants