Skip to content

Commit

Permalink
feat: update client
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjenek committed May 16, 2024
1 parent 8eba066 commit 93b078e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
17 changes: 13 additions & 4 deletions client/client.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 27 additions & 5 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12838,8 +12838,7 @@
},
"required": [
"id",
"name",
"from_deploy_id"
"name"
],
"type": "object"
},
Expand Down Expand Up @@ -15966,6 +15965,7 @@
"app_id": "test-app",
"class": "default",
"def_id": "gcp-dev-postgres",
"def_version_id": "01234567-89ab-cdef-0123-4567890abcdef",
"deploy_id": "172a1013b",
"env_id": "gcp-dev",
"env_type": "development",
Expand Down Expand Up @@ -16000,6 +16000,10 @@
"description": "The Resource Definition that this resource was provisioned from.",
"type": "string"
},
"def_version_id": {
"description": "The Resource Definition Version that this resource was provisioned from.",
"type": "string"
},
"deploy_id": {
"description": "The deployment that the resource was last provisioned in.",
"type": "string"
Expand Down Expand Up @@ -16072,7 +16076,8 @@
"resource",
"updated_at",
"deploy_id",
"gu_res_id"
"gu_res_id",
"def_version_id"
]
},
"ActiveResourceResponse": {
Expand All @@ -16081,6 +16086,7 @@
"app_id": "test-app",
"class": "default",
"def_id": "gcp-dev-postgres",
"def_version_id": "01234567-89ab-cdef-0123-4567890abcdef",
"deploy_id": "172a1013b",
"env_id": "gcp-dev",
"env_type": "development",
Expand Down Expand Up @@ -16115,6 +16121,10 @@
"description": "The Resource Definition that this resource was provisioned from.",
"type": "string"
},
"def_version_id": {
"description": "The Resource Definition Version that this resource was provisioned from.",
"type": "string"
},
"deploy_id": {
"description": "The deployment that the resource was last provisioned in.",
"type": "string"
Expand Down Expand Up @@ -16179,6 +16189,7 @@
"env_type",
"res_id",
"def_id",
"def_version_id",
"type",
"driver_type",
"class",
Expand Down Expand Up @@ -16503,6 +16514,7 @@
"class": "default",
"criteria_id": "09876545321",
"def_id": "dns-res-def",
"def_version_id": "01234567-89ab-cdef-0123-4567890abcdef",
"depends_on": [
"ff09876545321"
],
Expand Down Expand Up @@ -16536,6 +16548,10 @@
"def_id": {
"type": "string"
},
"def_version_id": {
"description": "The Resource Definition Version ID that was used to provision the resource.",
"type": "string"
},
"depends_on": {
"items": {
"type": "string"
Expand Down Expand Up @@ -16584,7 +16600,8 @@
"criteria_id",
"driver_type",
"resource_schema",
"depends_on"
"depends_on",
"def_version_id"
],
"type": "object"
},
Expand Down Expand Up @@ -16846,6 +16863,10 @@
"description": "The Resource Definition ID.",
"type": "string"
},
"current_version_id": {
"description": "The Resource Definition Version ID.",
"type": "string"
},
"is_default": {
"description": "Indicates this definition is a built-in one (provided by Humanitec).",
"type": "boolean"
Expand Down Expand Up @@ -16883,7 +16904,8 @@
"created_by",
"is_default",
"is_deleted",
"driver_type"
"driver_type",
"current_version_id"
],
"type": "object"
},
Expand Down

0 comments on commit 93b078e

Please sign in to comment.