Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in generated code #117

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Changes in generated code #117

merged 1 commit into from
Oct 10, 2024

Conversation

octokitbot
Copy link
Collaborator

The latest OpenAPI spec resulted in changes to the generated code. Please review, set an applicable commit message, merge, and tag a release as appropriate.

Copy link

what-the-diff bot commented Oct 8, 2024

PR Summary

  • Addition of a Custom BaseURL to NewApiClient:
    Our API Client has been updated to support a custom BaseURL. What this means is that, if needed, we can now direct the client to a different BaseURL than the default.

  • Creation of 'Unit Test for Custom BaseURL':
    To ensure that our new custom BaseURL functions as expected, we have created a new test - TestNewApiClientAppAuthBaseUrl - specifically to verify accuracy.

  • Amendment to CopilotOrganizationDetails:
    We have added a new field - plan_type - to the CopilotOrganizationDetails. This change allows the type of Copilot plan an organization has to be represented within the system for clearer referencing.

  • Introduction of New Enum: CopilotOrganizationDetails_plan_type:
    To support the plan_type field mentioned above, we've created a new set of predefined constants - an 'enum' - called CopilotOrganizationDetails_plan_type to help define the available Copilot plans.

  • Improvements to CopilotSeatDetails:
    In a similar vein to the CopilotOrganizationDetails, a plan_type field has been added to the CopilotSeatDetails, indicating the type of seat plan in place.

  • Addition of New Enum: CopilotSeatDetails_plan_type:
    To further facilitate this change, we've introduced a new enum - CopilotSeatDetails_plan_type - allowing us to specify different seat plans.

@kfcampbell kfcampbell merged commit a221333 into main Oct 10, 2024
6 checks passed
@kfcampbell kfcampbell deleted the generated-code-update-dotcom branch October 10, 2024 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants