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

feat: Updates CheckRun.id to the proper type #105

Merged
merged 1 commit into from
Aug 22, 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 Aug 22, 2024

PR Summary

  • Updated descriptionHash in kiota-lock.json
    The unique identifier in the project lock file (kiota-lock.json) has been updated. This changed value guides the tool to understand if any project dependencies have been altered.

  • Adjusted data type of id in check_run.go
    The kind of data the id field can hold in the check_run.go file has been expanded. It moved from a 32-bit number (int32) to a 64-bit number (int64). This change possibly allows for a larger range of identification values.

  • Updated Put function documentation in item_item_contents_with_path_item_request_builder.go
    The information regarding the Put function (used to update objects) has been updated in the item_item_contents_with_path_item_request_builder.go file. Specific mention of a type of error (BasicError for code 409) that the function no longer returns has been removed from the explanations. This may improve overall understanding of the function's behavior.

  • Revised Post function documentation in item_item_git_blobs_request_builder.go
    The Post function's (used to create objects) description in the item_item_git_blobs_request_builder.go file was modified. A type of error (ValidationError for code 422) the function previously returned is no longer included in the documentation. This simplifies the understanding of the function's operation for users.

@nickfloyd nickfloyd changed the title Changes in generated code feat: Updates CheckRun.id to the proper type Aug 22, 2024
@nickfloyd nickfloyd merged commit ec9f1a5 into main Aug 22, 2024
6 checks passed
@nickfloyd nickfloyd deleted the generated-code-update-dotcom branch August 22, 2024 19:42
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