Skip to content

Changes in generated code#117

Merged
kfcampbell merged 1 commit intomainfrom
generated-code-update-dotcom
Oct 10, 2024
Merged

Changes in generated code#117
kfcampbell merged 1 commit intomainfrom
generated-code-update-dotcom

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.

@what-the-diff
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
@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