Skip to content

draft: orgMembershipStatuses param + invitationExpiresAt nullable#775

Draft
matt-condon wants to merge 2 commits intomainfrom
preview/CLOUDP-363238
Draft

draft: orgMembershipStatuses param + invitationExpiresAt nullable#775
matt-condon wants to merge 2 commits intomainfrom
preview/CLOUDP-363238

Conversation

@matt-condon
Copy link
Copy Markdown
Collaborator

Simulating the SDK changes that would result from the MMS PR 162451:

  • GroupPendingUserResponse/OrgPendingUserResponse: invitationExpiresAt removed from required (field was already *time.Time pointer, so no Go type change)
  • invitationExpiresAt description updated to note it is absent for active users and null for rejected invitations
  • orgMembershipStatus param deprecated on listGroupUsers, listOrgTeamUsers, listOrgUsers
  • New orgMembershipStatuses []string param added to the same 3 endpoints

Confirmed this is a minor (additive) SDK version bump; no breaking type changes

…resAt nullable

Simulates the SDK changes that would result from the MMS PR 162451:
- GroupPendingUserResponse/OrgPendingUserResponse: invitationExpiresAt removed from
  required (field was already *time.Time pointer, so no Go type change)
- invitationExpiresAt description updated to note it is absent for active users and
  null for rejected invitations
- orgMembershipStatus param deprecated on listGroupUsers, listOrgTeamUsers, listOrgUsers
- New orgMembershipStatuses []string param added to the same 3 endpoints

This is a minor (additive) SDK version bump — no breaking type changes.
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