Skip to content

chore(sdk): add OrgInvitationResponse.token field (robosystems #1166) - #189

Merged
jfrench9 merged 1 commit into
mainfrom
chore/org-invitation-token-field
Aug 13, 2026
Merged

chore(sdk): add OrgInvitationResponse.token field (robosystems #1166)#189
jfrench9 merged 1 commit into
mainfrom
chore/org-invitation-token-field

Conversation

@jfrench9

Copy link
Copy Markdown
Member

Summary

Regenerates OrgInvitationResponse to include the new optional token field, added upstream in robosystems #1166.

Change

  • Additive: a new optional field token: None | str | Unset = UNSET on OrgInvitationResponse. No other model changed; the diff is scoped to this one field.
  • The field is documented (test-support only): the API populates it only when AUTH_INVITE_TOKEN_IN_RESPONSE is enabled in a non-production environment, and it is always null in production. It exists so automated authorization tests can complete the invite → register flow without email interception.

Contract

  • Generated-tier, additive → rides a client minor. OrgInvitationResponse is an OpenAPI-generated model, not a facade and not on the integration-template emit path; an added optional field breaks nothing. Not a stable-tier change, no deprecation, no release notes required.
  • No version bump (user-owned via create-release).

Sequencing

The field originates in robosystems #1166, which is open, not yet merged/deployed (prod on API 1.8.3). Because the field is optional, this client is forward-compatible against the current API — the field is simply always absent until #1166 lands. If #1166's review changes the field (e.g. excludes it from the schema), re-regenerate before publishing.

@jfrench9
jfrench9 merged commit 2cf88a1 into main Aug 13, 2026
1 check passed
@jfrench9
jfrench9 deleted the chore/org-invitation-token-field branch August 13, 2026 07:02
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.

1 participant