feat: API Sync by GitHub Action for @tutkat#82
Open
github-actions[bot] wants to merge 5 commits intomainfrom
Open
feat: API Sync by GitHub Action for @tutkat#82github-actions[bot] wants to merge 5 commits intomainfrom
github-actions[bot] wants to merge 5 commits intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This API Sync PR was triggered by @tutkat through GitHub Actions workflow_displatch
on 2026-02-17.
Changes in SDK
New APIs
company_profiles_api.py- CRUD operations for company profiles with private service, service profile, and tag associationslogos_api.py- Logo attachment and deletion for company profilestags_api.py- Tag creation, listing, and management for resourcesEnhanced APIs
metrics_api.py- AddedgetMetricsByNameendpoint with wildcard support for retrieving metrics by name patternNew Models
company_metro.py- Company metro location informationcompany_profile_sort_direction.py- Sort direction enumeration for company profile queriesget_metrics_by_name_response.py- Response model for metrics queries by nameplatform_changelog.py- Platform change tracking and audit metadataresponse_incomplete_details.py- Details for incomplete API responsesresponse_incomplete_details_reason.py- Enumeration of reasons for incomplete responsesresponse_usage_input_tokens_details.py- Input token usage tracking detailsresponse_usage_output_tokens_details.py- Output token usage tracking detailssort.py- Generic sort criteria model for paginated queriesUpdated Models
company_profile_change.py- Company profile change trackingcompany_profile_request.py- Company profile creation/update requestcompany_profile_response.py- Company profile responsecompany_profile_search_request.py- Company profile search criteriaattach_logo_response.py- Logo attachment responsecompany_logo.py- Company logo modellogo_response.py- Logo response modeltag_response.py- Tag response modelport_order_purchase_order.py- Port order purchase informationport_order_signature.py- Port order signature detailsport_order_signature_delegate.py- Port order signature delegationvirtual_port_price.py- Virtual port pricing informationcloud_event_asset_type.py- Cloud event asset type enum (+2 values)equinix_status.py- Equinix resource status enum (+1 value)geo_scope_type.py- Geographic scope type enum (+8 values)patch_operation_op.py- PATCH operation type enum (+4 values)metro.py- Metro location modelmetro_response.py- Metro response modelconnection_route_table_entry.py- Connection route table entrymetric_resource.py- Metric resource modelBreaking Changes
company_profile_update_response.py→get_metrics_by_name_response.py- Model refactored for metrics API