From 8b83a59d524eea24912431ad0e0646236e3434c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:43:37 -0500 Subject: [PATCH] feat: API Sync by GitHub Action (2023-10-12) (#162) This API Sync PR was automated through [GitHub Actions workflow_displatch](https://github.com/equinix-labs/metal-go/actions?query=event%3Aworkflow_dispatch) on 2023-10-12. * latest Swagger is fetched * patches have been applied * generated client has been updated --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- api/openapi.yaml | 1 + docs/FindOrganizationDevicesCategoriesParameterInner.md | 2 ++ ...odel_find_organization_devices_categories_parameter_inner.go | 2 ++ spec/oas3.fetched/paths/organizations/id/devices.yaml | 1 + spec/oas3.fetched/paths/plans.yaml | 1 + spec/oas3.fetched/paths/projects/id/devices.yaml | 1 + .../paths/projects/project_id/self-service/reservations.yaml | 1 + spec/oas3.patched/paths/organizations/id/devices.yaml | 1 + spec/oas3.patched/paths/plans.yaml | 1 + spec/oas3.patched/paths/projects/id/devices.yaml | 1 + .../paths/projects/project_id/self-service/reservations.yaml | 1 + 11 files changed, 13 insertions(+) diff --git a/api/openapi.yaml b/api/openapi.yaml index 974cfce6..95a7a813 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -30317,6 +30317,7 @@ components: enum: - compute - storage + - vmce example: compute type: string createOrganizationInterconnection_request: diff --git a/docs/FindOrganizationDevicesCategoriesParameterInner.md b/docs/FindOrganizationDevicesCategoriesParameterInner.md index 394137c2..3f14debf 100644 --- a/docs/FindOrganizationDevicesCategoriesParameterInner.md +++ b/docs/FindOrganizationDevicesCategoriesParameterInner.md @@ -7,6 +7,8 @@ * `STORAGE` (value: `"storage"`) +* `VMCE` (value: `"vmce"`) + [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/metal/v1/model_find_organization_devices_categories_parameter_inner.go b/metal/v1/model_find_organization_devices_categories_parameter_inner.go index 59b7f852..1a3227ec 100644 --- a/metal/v1/model_find_organization_devices_categories_parameter_inner.go +++ b/metal/v1/model_find_organization_devices_categories_parameter_inner.go @@ -23,12 +23,14 @@ type FindOrganizationDevicesCategoriesParameterInner string const ( FINDORGANIZATIONDEVICESCATEGORIESPARAMETERINNER_COMPUTE FindOrganizationDevicesCategoriesParameterInner = "compute" FINDORGANIZATIONDEVICESCATEGORIESPARAMETERINNER_STORAGE FindOrganizationDevicesCategoriesParameterInner = "storage" + FINDORGANIZATIONDEVICESCATEGORIESPARAMETERINNER_VMCE FindOrganizationDevicesCategoriesParameterInner = "vmce" ) // All allowed values of FindOrganizationDevicesCategoriesParameterInner enum var AllowedFindOrganizationDevicesCategoriesParameterInnerEnumValues = []FindOrganizationDevicesCategoriesParameterInner{ "compute", "storage", + "vmce", } func (v *FindOrganizationDevicesCategoriesParameterInner) UnmarshalJSON(src []byte) error { diff --git a/spec/oas3.fetched/paths/organizations/id/devices.yaml b/spec/oas3.fetched/paths/organizations/id/devices.yaml index 93098435..1db0b50d 100644 --- a/spec/oas3.fetched/paths/organizations/id/devices.yaml +++ b/spec/oas3.fetched/paths/organizations/id/devices.yaml @@ -20,6 +20,7 @@ get: enum: - compute - storage + - vmce example: compute - description: Filter by device facility in: query diff --git a/spec/oas3.fetched/paths/plans.yaml b/spec/oas3.fetched/paths/plans.yaml index b702eb88..ad1255a9 100644 --- a/spec/oas3.fetched/paths/plans.yaml +++ b/spec/oas3.fetched/paths/plans.yaml @@ -12,6 +12,7 @@ get: enum: - compute - storage + - vmce example: compute - description: Filter plans by its plan type in: query diff --git a/spec/oas3.fetched/paths/projects/id/devices.yaml b/spec/oas3.fetched/paths/projects/id/devices.yaml index 7877f6cb..7d5d8286 100644 --- a/spec/oas3.fetched/paths/projects/id/devices.yaml +++ b/spec/oas3.fetched/paths/projects/id/devices.yaml @@ -20,6 +20,7 @@ get: enum: - compute - storage + - vmce example: compute - description: Filter by device facility in: query diff --git a/spec/oas3.fetched/paths/projects/project_id/self-service/reservations.yaml b/spec/oas3.fetched/paths/projects/project_id/self-service/reservations.yaml index f732b2fe..9387de7e 100644 --- a/spec/oas3.fetched/paths/projects/project_id/self-service/reservations.yaml +++ b/spec/oas3.fetched/paths/projects/project_id/self-service/reservations.yaml @@ -21,6 +21,7 @@ get: enum: - compute - storage + - vmce example: compute responses: "200": diff --git a/spec/oas3.patched/paths/organizations/id/devices.yaml b/spec/oas3.patched/paths/organizations/id/devices.yaml index e04d5822..e4ed0aaf 100644 --- a/spec/oas3.patched/paths/organizations/id/devices.yaml +++ b/spec/oas3.patched/paths/organizations/id/devices.yaml @@ -20,6 +20,7 @@ get: enum: - compute - storage + - vmce example: compute - description: Filter by device facility in: query diff --git a/spec/oas3.patched/paths/plans.yaml b/spec/oas3.patched/paths/plans.yaml index b702eb88..ad1255a9 100644 --- a/spec/oas3.patched/paths/plans.yaml +++ b/spec/oas3.patched/paths/plans.yaml @@ -12,6 +12,7 @@ get: enum: - compute - storage + - vmce example: compute - description: Filter plans by its plan type in: query diff --git a/spec/oas3.patched/paths/projects/id/devices.yaml b/spec/oas3.patched/paths/projects/id/devices.yaml index ba3422af..22f3ec65 100644 --- a/spec/oas3.patched/paths/projects/id/devices.yaml +++ b/spec/oas3.patched/paths/projects/id/devices.yaml @@ -20,6 +20,7 @@ get: enum: - compute - storage + - vmce example: compute - description: Filter by device facility in: query diff --git a/spec/oas3.patched/paths/projects/project_id/self-service/reservations.yaml b/spec/oas3.patched/paths/projects/project_id/self-service/reservations.yaml index f732b2fe..9387de7e 100644 --- a/spec/oas3.patched/paths/projects/project_id/self-service/reservations.yaml +++ b/spec/oas3.patched/paths/projects/project_id/self-service/reservations.yaml @@ -21,6 +21,7 @@ get: enum: - compute - storage + - vmce example: compute responses: "200":