From 883787d96a6911e4402bf656c0dcc6cb01c41663 Mon Sep 17 00:00:00 2001 From: johanneswuerbach <864578+johanneswuerbach@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:06:50 +0000 Subject: [PATCH] feat: update client --- client/client.gen.go | 683 ++++++++++++++++++++++++++----------------- docs/openapi.json | 120 +++++++- 2 files changed, 537 insertions(+), 266 deletions(-) diff --git a/client/client.gen.go b/client/client.gen.go index 14fef4b..7469b57 100644 --- a/client/client.gen.go +++ b/client/client.gen.go @@ -1434,6 +1434,9 @@ type Key struct { // Fingerprint The Key fingerprint (sha256 hash of the DER representation of the key). Fingerprint string `json:"fingerprint"` + // IsAuthorized If this key has been authorized to be used to validate requests coming from an Agent. + IsAuthorized bool `json:"is_authorized"` + // PublicKey A pcks8 RSA ublic key PEM encoded. PublicKey string `json:"public_key"` } @@ -2356,6 +2359,21 @@ type ResourceDefinitionVersion struct { Type string `json:"type"` } +// ResourceInputsResponse A payload needed to generate a resource graph. +type ResourceInputsResponse struct { + // Class The Resource class. + Class *string `json:"class,omitempty"` + + // Id The Resource ID in the Deployment Set. + Id string `json:"id"` + + // Resource The Resource input parameters specified in the deployment set. + Resource *map[string]interface{} `json:"resource,omitempty"` + + // Type The Resource type. + Type string `json:"type"` +} + // ResourceProvisionRequestRequest ResourceProvisionRequest is the payload passed to the resource provisioner, specifying the resources to be provisioned. type ResourceProvisionRequestRequest struct { // Class (Optional) A resource class @@ -3546,8 +3564,8 @@ type ListPipelineApprovalRequestsParams struct { Status *ByApprovalStatusQueryParam `form:"status,omitempty" json:"status,omitempty"` } -// GetOrgsOrgIdAppsAppIdDeltasParams defines parameters for GetOrgsOrgIdAppsAppIdDeltas. -type GetOrgsOrgIdAppsAppIdDeltasParams struct { +// ListDeltasParams defines parameters for ListDeltas. +type ListDeltasParams struct { // Archived If true, return archived Deltas. // Archived *bool `form:"archived,omitempty" json:"archived,omitempty"` @@ -3557,14 +3575,14 @@ type GetOrgsOrgIdAppsAppIdDeltasParams struct { Env *string `form:"env,omitempty" json:"env,omitempty"` } -// PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONBody defines parameters for PatchOrgsOrgIdAppsAppIdDeltasDeltaId. -type PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONBody = []DeltaRequest +// PatchDeltaJSONBody defines parameters for PatchDelta. +type PatchDeltaJSONBody = []DeltaRequest -// PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONBody defines parameters for PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchived. -type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONBody = bool +// ArchiveDeltaJSONBody defines parameters for ArchiveDelta. +type ArchiveDeltaJSONBody = bool -// PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONBody defines parameters for PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataName. -type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONBody = string +// ChangeNameOfDeltaJSONBody defines parameters for ChangeNameOfDelta. +type ChangeNameOfDeltaJSONBody = string // ListDeploymentsParams defines parameters for ListDeployments. type ListDeploymentsParams struct { @@ -3760,8 +3778,8 @@ type ListRuntimeParams struct { Id *[]string `form:"id,omitempty" json:"id,omitempty"` } -// GetOrgsOrgIdAppsAppIdSetsSetIdParams defines parameters for GetOrgsOrgIdAppsAppIdSetsSetId. -type GetOrgsOrgIdAppsAppIdSetsSetIdParams struct { +// GetSetParams defines parameters for GetSet. +type GetSetParams struct { // Diff ID of the Deployment Set to compared against. Diff *string `form:"diff,omitempty" json:"diff,omitempty"` } @@ -4050,23 +4068,23 @@ type CreateKeyJSONRequestBody = KeyCreateBody // CreateApplicationJSONRequestBody defines body for CreateApplication for application/json ContentType. type CreateApplicationJSONRequestBody = ApplicationCreationRequest -// PostOrgsOrgIdAppsAppIdDeltasJSONRequestBody defines body for PostOrgsOrgIdAppsAppIdDeltas for application/json ContentType. -type PostOrgsOrgIdAppsAppIdDeltasJSONRequestBody = DeltaRequest +// CreateDeltaJSONRequestBody defines body for CreateDelta for application/json ContentType. +type CreateDeltaJSONRequestBody = DeltaRequest -// PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONRequestBody defines body for PatchOrgsOrgIdAppsAppIdDeltasDeltaId for application/json ContentType. -type PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONRequestBody = PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONBody +// PatchDeltaJSONRequestBody defines body for PatchDelta for application/json ContentType. +type PatchDeltaJSONRequestBody = PatchDeltaJSONBody // PutDeltaJSONRequestBody defines body for PutDelta for application/json ContentType. type PutDeltaJSONRequestBody = DeltaRequest -// PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONRequestBody defines body for PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchived for application/json ContentType. -type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONRequestBody = PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONBody +// ArchiveDeltaJSONRequestBody defines body for ArchiveDelta for application/json ContentType. +type ArchiveDeltaJSONRequestBody = ArchiveDeltaJSONBody -// PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdJSONRequestBody defines body for PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvId for application/json ContentType. -type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdJSONRequestBody = EnvironmentID +// ChangeEnvOfDeltaJSONRequestBody defines body for ChangeEnvOfDelta for application/json ContentType. +type ChangeEnvOfDeltaJSONRequestBody = EnvironmentID -// PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONRequestBody defines body for PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataName for application/json ContentType. -type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONRequestBody = PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONBody +// ChangeNameOfDeltaJSONRequestBody defines body for ChangeNameOfDelta for application/json ContentType. +type ChangeNameOfDeltaJSONRequestBody = ChangeNameOfDeltaJSONBody // CreateEnvironmentJSONRequestBody defines body for CreateEnvironment for application/json ContentType. type CreateEnvironmentJSONRequestBody = EnvironmentDefinitionRequest @@ -4128,8 +4146,8 @@ type CreatePipelineCriteriaJSONRequestBody = PipelineCriteriaCreateBody // CreatePipelineRunJSONRequestBody defines body for CreatePipelineRun for application/json ContentType. type CreatePipelineRunJSONRequestBody = PipelineRunCreateBody -// PostOrgsOrgIdAppsAppIdSetsSetIdJSONRequestBody defines body for PostOrgsOrgIdAppsAppIdSetsSetId for application/json ContentType. -type PostOrgsOrgIdAppsAppIdSetsSetIdJSONRequestBody = DeltaRequest +// UpdateSetJSONRequestBody defines body for UpdateSet for application/json ContentType. +type UpdateSetJSONRequestBody = DeltaRequest // CreateUserRoleInAppJSONRequestBody defines body for CreateUserRoleInApp for application/json ContentType. type CreateUserRoleInAppJSONRequestBody = UserRoleRequest @@ -5071,41 +5089,41 @@ type ClientInterface interface { // ListPipelineApprovalRequests request ListPipelineApprovalRequests(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *ListPipelineApprovalRequestsParams, reqEditors ...RequestEditorFn) (*http.Response, error) - // GetOrgsOrgIdAppsAppIdDeltas request - GetOrgsOrgIdAppsAppIdDeltas(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *GetOrgsOrgIdAppsAppIdDeltasParams, reqEditors ...RequestEditorFn) (*http.Response, error) + // ListDeltas request + ListDeltas(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *ListDeltasParams, reqEditors ...RequestEditorFn) (*http.Response, error) - // PostOrgsOrgIdAppsAppIdDeltasWithBody request with any body - PostOrgsOrgIdAppsAppIdDeltasWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) + // CreateDeltaWithBody request with any body + CreateDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) - PostOrgsOrgIdAppsAppIdDeltas(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, body PostOrgsOrgIdAppsAppIdDeltasJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) + CreateDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, body CreateDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // GetDelta request GetDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, reqEditors ...RequestEditorFn) (*http.Response, error) - // PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBody request with any body - PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) + // PatchDeltaWithBody request with any body + PatchDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) - PatchOrgsOrgIdAppsAppIdDeltasDeltaId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) + PatchDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // PutDeltaWithBody request with any body PutDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) PutDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) - // PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBody request with any body - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) + // ArchiveDeltaWithBody request with any body + ArchiveDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchived(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) + ArchiveDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ArchiveDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) - // PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBody request with any body - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) + // ChangeEnvOfDeltaWithBody request with any body + ChangeEnvOfDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) + ChangeEnvOfDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeEnvOfDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) - // PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBody request with any body - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) + // ChangeNameOfDeltaWithBody request with any body + ChangeNameOfDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataName(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) + ChangeNameOfDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeNameOfDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) // ListEnvironments request ListEnvironments(ctx context.Context, orgId string, appId string, reqEditors ...RequestEditorFn) (*http.Response, error) @@ -5333,19 +5351,22 @@ type ClientInterface interface { // ListRuntime request ListRuntime(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *ListRuntimeParams, reqEditors ...RequestEditorFn) (*http.Response, error) - // GetSets request - GetSets(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, reqEditors ...RequestEditorFn) (*http.Response, error) + // ListSets request + ListSets(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, reqEditors ...RequestEditorFn) (*http.Response, error) - // GetOrgsOrgIdAppsAppIdSetsSetId request - GetOrgsOrgIdAppsAppIdSetsSetId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetOrgsOrgIdAppsAppIdSetsSetIdParams, reqEditors ...RequestEditorFn) (*http.Response, error) + // GetSet request + GetSet(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetSetParams, reqEditors ...RequestEditorFn) (*http.Response, error) - // PostOrgsOrgIdAppsAppIdSetsSetIdWithBody request with any body - PostOrgsOrgIdAppsAppIdSetsSetIdWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) + // UpdateSetWithBody request with any body + UpdateSetWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) - PostOrgsOrgIdAppsAppIdSetsSetId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body PostOrgsOrgIdAppsAppIdSetsSetIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) + UpdateSet(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body UpdateSetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) - // GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetId request - GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string, reqEditors ...RequestEditorFn) (*http.Response, error) + // GetDiff request + GetDiff(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string, reqEditors ...RequestEditorFn) (*http.Response, error) + + // GetSetResourceInputs request + GetSetResourceInputs(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, reqEditors ...RequestEditorFn) (*http.Response, error) // ListUserRolesInApp request ListUserRolesInApp(ctx context.Context, orgId OrgIdPathParam, appId string, reqEditors ...RequestEditorFn) (*http.Response, error) @@ -6044,8 +6065,8 @@ func (c *Client) ListPipelineApprovalRequests(ctx context.Context, orgId OrgIdPa return c.Client.Do(req) } -func (c *Client) GetOrgsOrgIdAppsAppIdDeltas(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *GetOrgsOrgIdAppsAppIdDeltasParams, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewGetOrgsOrgIdAppsAppIdDeltasRequest(c.Server, orgId, appId, params) +func (c *Client) ListDeltas(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *ListDeltasParams, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewListDeltasRequest(c.Server, orgId, appId, params) if err != nil { return nil, err } @@ -6056,8 +6077,8 @@ func (c *Client) GetOrgsOrgIdAppsAppIdDeltas(ctx context.Context, orgId OrgIdPat return c.Client.Do(req) } -func (c *Client) PostOrgsOrgIdAppsAppIdDeltasWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPostOrgsOrgIdAppsAppIdDeltasRequestWithBody(c.Server, orgId, appId, contentType, body) +func (c *Client) CreateDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewCreateDeltaRequestWithBody(c.Server, orgId, appId, contentType, body) if err != nil { return nil, err } @@ -6068,8 +6089,8 @@ func (c *Client) PostOrgsOrgIdAppsAppIdDeltasWithBody(ctx context.Context, orgId return c.Client.Do(req) } -func (c *Client) PostOrgsOrgIdAppsAppIdDeltas(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, body PostOrgsOrgIdAppsAppIdDeltasJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPostOrgsOrgIdAppsAppIdDeltasRequest(c.Server, orgId, appId, body) +func (c *Client) CreateDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, body CreateDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewCreateDeltaRequest(c.Server, orgId, appId, body) if err != nil { return nil, err } @@ -6092,8 +6113,8 @@ func (c *Client) GetDelta(ctx context.Context, orgId OrgIdPathParam, appId AppId return c.Client.Do(req) } -func (c *Client) PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPatchOrgsOrgIdAppsAppIdDeltasDeltaIdRequestWithBody(c.Server, orgId, appId, deltaId, contentType, body) +func (c *Client) PatchDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewPatchDeltaRequestWithBody(c.Server, orgId, appId, deltaId, contentType, body) if err != nil { return nil, err } @@ -6104,8 +6125,8 @@ func (c *Client) PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBody(ctx context.Contex return c.Client.Do(req) } -func (c *Client) PatchOrgsOrgIdAppsAppIdDeltasDeltaId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPatchOrgsOrgIdAppsAppIdDeltasDeltaIdRequest(c.Server, orgId, appId, deltaId, body) +func (c *Client) PatchDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewPatchDeltaRequest(c.Server, orgId, appId, deltaId, body) if err != nil { return nil, err } @@ -6140,8 +6161,8 @@ func (c *Client) PutDelta(ctx context.Context, orgId OrgIdPathParam, appId AppId return c.Client.Do(req) } -func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedRequestWithBody(c.Server, orgId, appId, deltaId, contentType, body) +func (c *Client) ArchiveDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewArchiveDeltaRequestWithBody(c.Server, orgId, appId, deltaId, contentType, body) if err != nil { return nil, err } @@ -6152,8 +6173,8 @@ func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBody(ctx return c.Client.Do(req) } -func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchived(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedRequest(c.Server, orgId, appId, deltaId, body) +func (c *Client) ArchiveDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ArchiveDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewArchiveDeltaRequest(c.Server, orgId, appId, deltaId, body) if err != nil { return nil, err } @@ -6164,8 +6185,8 @@ func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchived(ctx context. return c.Client.Do(req) } -func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdRequestWithBody(c.Server, orgId, appId, deltaId, contentType, body) +func (c *Client) ChangeEnvOfDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewChangeEnvOfDeltaRequestWithBody(c.Server, orgId, appId, deltaId, contentType, body) if err != nil { return nil, err } @@ -6176,8 +6197,8 @@ func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBody(ctx con return c.Client.Do(req) } -func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdRequest(c.Server, orgId, appId, deltaId, body) +func (c *Client) ChangeEnvOfDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeEnvOfDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewChangeEnvOfDeltaRequest(c.Server, orgId, appId, deltaId, body) if err != nil { return nil, err } @@ -6188,8 +6209,8 @@ func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvId(ctx context.Con return c.Client.Do(req) } -func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameRequestWithBody(c.Server, orgId, appId, deltaId, contentType, body) +func (c *Client) ChangeNameOfDeltaWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewChangeNameOfDeltaRequestWithBody(c.Server, orgId, appId, deltaId, contentType, body) if err != nil { return nil, err } @@ -6200,8 +6221,8 @@ func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBody(ctx cont return c.Client.Do(req) } -func (c *Client) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataName(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameRequest(c.Server, orgId, appId, deltaId, body) +func (c *Client) ChangeNameOfDelta(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeNameOfDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewChangeNameOfDeltaRequest(c.Server, orgId, appId, deltaId, body) if err != nil { return nil, err } @@ -7196,8 +7217,20 @@ func (c *Client) ListRuntime(ctx context.Context, orgId OrgIdPathParam, appId Ap return c.Client.Do(req) } -func (c *Client) GetSets(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewGetSetsRequest(c.Server, orgId, appId) +func (c *Client) ListSets(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewListSetsRequest(c.Server, orgId, appId) + if err != nil { + return nil, err + } + req = req.WithContext(ctx) + if err := c.applyEditors(ctx, req, reqEditors); err != nil { + return nil, err + } + return c.Client.Do(req) +} + +func (c *Client) GetSet(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetSetParams, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewGetSetRequest(c.Server, orgId, appId, setId, params) if err != nil { return nil, err } @@ -7208,8 +7241,8 @@ func (c *Client) GetSets(ctx context.Context, orgId OrgIdPathParam, appId AppIdP return c.Client.Do(req) } -func (c *Client) GetOrgsOrgIdAppsAppIdSetsSetId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetOrgsOrgIdAppsAppIdSetsSetIdParams, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewGetOrgsOrgIdAppsAppIdSetsSetIdRequest(c.Server, orgId, appId, setId, params) +func (c *Client) UpdateSetWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewUpdateSetRequestWithBody(c.Server, orgId, appId, setId, contentType, body) if err != nil { return nil, err } @@ -7220,8 +7253,8 @@ func (c *Client) GetOrgsOrgIdAppsAppIdSetsSetId(ctx context.Context, orgId OrgId return c.Client.Do(req) } -func (c *Client) PostOrgsOrgIdAppsAppIdSetsSetIdWithBody(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPostOrgsOrgIdAppsAppIdSetsSetIdRequestWithBody(c.Server, orgId, appId, setId, contentType, body) +func (c *Client) UpdateSet(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body UpdateSetJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewUpdateSetRequest(c.Server, orgId, appId, setId, body) if err != nil { return nil, err } @@ -7232,8 +7265,8 @@ func (c *Client) PostOrgsOrgIdAppsAppIdSetsSetIdWithBody(ctx context.Context, or return c.Client.Do(req) } -func (c *Client) PostOrgsOrgIdAppsAppIdSetsSetId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body PostOrgsOrgIdAppsAppIdSetsSetIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewPostOrgsOrgIdAppsAppIdSetsSetIdRequest(c.Server, orgId, appId, setId, body) +func (c *Client) GetDiff(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewGetDiffRequest(c.Server, orgId, appId, setId, sourceSetId) if err != nil { return nil, err } @@ -7244,8 +7277,8 @@ func (c *Client) PostOrgsOrgIdAppsAppIdSetsSetId(ctx context.Context, orgId OrgI return c.Client.Do(req) } -func (c *Client) GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetId(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string, reqEditors ...RequestEditorFn) (*http.Response, error) { - req, err := NewGetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdRequest(c.Server, orgId, appId, setId, sourceSetId) +func (c *Client) GetSetResourceInputs(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, reqEditors ...RequestEditorFn) (*http.Response, error) { + req, err := NewGetSetResourceInputsRequest(c.Server, orgId, appId, setId) if err != nil { return nil, err } @@ -9959,8 +9992,8 @@ func NewListPipelineApprovalRequestsRequest(server string, orgId OrgIdPathParam, return req, nil } -// NewGetOrgsOrgIdAppsAppIdDeltasRequest generates requests for GetOrgsOrgIdAppsAppIdDeltas -func NewGetOrgsOrgIdAppsAppIdDeltasRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, params *GetOrgsOrgIdAppsAppIdDeltasParams) (*http.Request, error) { +// NewListDeltasRequest generates requests for ListDeltas +func NewListDeltasRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, params *ListDeltasParams) (*http.Request, error) { var err error var pathParam0 string @@ -10038,19 +10071,19 @@ func NewGetOrgsOrgIdAppsAppIdDeltasRequest(server string, orgId OrgIdPathParam, return req, nil } -// NewPostOrgsOrgIdAppsAppIdDeltasRequest calls the generic PostOrgsOrgIdAppsAppIdDeltas builder with application/json body -func NewPostOrgsOrgIdAppsAppIdDeltasRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, body PostOrgsOrgIdAppsAppIdDeltasJSONRequestBody) (*http.Request, error) { +// NewCreateDeltaRequest calls the generic CreateDelta builder with application/json body +func NewCreateDeltaRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, body CreateDeltaJSONRequestBody) (*http.Request, error) { var bodyReader io.Reader buf, err := json.Marshal(body) if err != nil { return nil, err } bodyReader = bytes.NewReader(buf) - return NewPostOrgsOrgIdAppsAppIdDeltasRequestWithBody(server, orgId, appId, "application/json", bodyReader) + return NewCreateDeltaRequestWithBody(server, orgId, appId, "application/json", bodyReader) } -// NewPostOrgsOrgIdAppsAppIdDeltasRequestWithBody generates requests for PostOrgsOrgIdAppsAppIdDeltas with any type of body -func NewPostOrgsOrgIdAppsAppIdDeltasRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader) (*http.Request, error) { +// NewCreateDeltaRequestWithBody generates requests for CreateDelta with any type of body +func NewCreateDeltaRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader) (*http.Request, error) { var err error var pathParam0 string @@ -10140,19 +10173,19 @@ func NewGetDeltaRequest(server string, orgId OrgIdPathParam, appId AppIdPathPara return req, nil } -// NewPatchOrgsOrgIdAppsAppIdDeltasDeltaIdRequest calls the generic PatchOrgsOrgIdAppsAppIdDeltasDeltaId builder with application/json body -func NewPatchOrgsOrgIdAppsAppIdDeltasDeltaIdRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONRequestBody) (*http.Request, error) { +// NewPatchDeltaRequest calls the generic PatchDelta builder with application/json body +func NewPatchDeltaRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchDeltaJSONRequestBody) (*http.Request, error) { var bodyReader io.Reader buf, err := json.Marshal(body) if err != nil { return nil, err } bodyReader = bytes.NewReader(buf) - return NewPatchOrgsOrgIdAppsAppIdDeltasDeltaIdRequestWithBody(server, orgId, appId, deltaId, "application/json", bodyReader) + return NewPatchDeltaRequestWithBody(server, orgId, appId, deltaId, "application/json", bodyReader) } -// NewPatchOrgsOrgIdAppsAppIdDeltasDeltaIdRequestWithBody generates requests for PatchOrgsOrgIdAppsAppIdDeltasDeltaId with any type of body -func NewPatchOrgsOrgIdAppsAppIdDeltasDeltaIdRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader) (*http.Request, error) { +// NewPatchDeltaRequestWithBody generates requests for PatchDelta with any type of body +func NewPatchDeltaRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader) (*http.Request, error) { var err error var pathParam0 string @@ -10262,19 +10295,19 @@ func NewPutDeltaRequestWithBody(server string, orgId OrgIdPathParam, appId AppId return req, nil } -// NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedRequest calls the generic PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchived builder with application/json body -func NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONRequestBody) (*http.Request, error) { +// NewArchiveDeltaRequest calls the generic ArchiveDelta builder with application/json body +func NewArchiveDeltaRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ArchiveDeltaJSONRequestBody) (*http.Request, error) { var bodyReader io.Reader buf, err := json.Marshal(body) if err != nil { return nil, err } bodyReader = bytes.NewReader(buf) - return NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedRequestWithBody(server, orgId, appId, deltaId, "application/json", bodyReader) + return NewArchiveDeltaRequestWithBody(server, orgId, appId, deltaId, "application/json", bodyReader) } -// NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedRequestWithBody generates requests for PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchived with any type of body -func NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader) (*http.Request, error) { +// NewArchiveDeltaRequestWithBody generates requests for ArchiveDelta with any type of body +func NewArchiveDeltaRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader) (*http.Request, error) { var err error var pathParam0 string @@ -10323,19 +10356,19 @@ func NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedRequestWithBody(server return req, nil } -// NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdRequest calls the generic PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvId builder with application/json body -func NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdJSONRequestBody) (*http.Request, error) { +// NewChangeEnvOfDeltaRequest calls the generic ChangeEnvOfDelta builder with application/json body +func NewChangeEnvOfDeltaRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeEnvOfDeltaJSONRequestBody) (*http.Request, error) { var bodyReader io.Reader buf, err := json.Marshal(body) if err != nil { return nil, err } bodyReader = bytes.NewReader(buf) - return NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdRequestWithBody(server, orgId, appId, deltaId, "application/json", bodyReader) + return NewChangeEnvOfDeltaRequestWithBody(server, orgId, appId, deltaId, "application/json", bodyReader) } -// NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdRequestWithBody generates requests for PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvId with any type of body -func NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader) (*http.Request, error) { +// NewChangeEnvOfDeltaRequestWithBody generates requests for ChangeEnvOfDelta with any type of body +func NewChangeEnvOfDeltaRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader) (*http.Request, error) { var err error var pathParam0 string @@ -10384,19 +10417,19 @@ func NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdRequestWithBody(server st return req, nil } -// NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameRequest calls the generic PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataName builder with application/json body -func NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONRequestBody) (*http.Request, error) { +// NewChangeNameOfDeltaRequest calls the generic ChangeNameOfDelta builder with application/json body +func NewChangeNameOfDeltaRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeNameOfDeltaJSONRequestBody) (*http.Request, error) { var bodyReader io.Reader buf, err := json.Marshal(body) if err != nil { return nil, err } bodyReader = bytes.NewReader(buf) - return NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameRequestWithBody(server, orgId, appId, deltaId, "application/json", bodyReader) + return NewChangeNameOfDeltaRequestWithBody(server, orgId, appId, deltaId, "application/json", bodyReader) } -// NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameRequestWithBody generates requests for PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataName with any type of body -func NewPutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader) (*http.Request, error) { +// NewChangeNameOfDeltaRequestWithBody generates requests for ChangeNameOfDelta with any type of body +func NewChangeNameOfDeltaRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader) (*http.Request, error) { var err error var pathParam0 string @@ -14628,8 +14661,8 @@ func NewListRuntimeRequest(server string, orgId OrgIdPathParam, appId AppIdPathP return req, nil } -// NewGetSetsRequest generates requests for GetSets -func NewGetSetsRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam) (*http.Request, error) { +// NewListSetsRequest generates requests for ListSets +func NewListSetsRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam) (*http.Request, error) { var err error var pathParam0 string @@ -14669,8 +14702,8 @@ func NewGetSetsRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam return req, nil } -// NewGetOrgsOrgIdAppsAppIdSetsSetIdRequest generates requests for GetOrgsOrgIdAppsAppIdSetsSetId -func NewGetOrgsOrgIdAppsAppIdSetsSetIdRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetOrgsOrgIdAppsAppIdSetsSetIdParams) (*http.Request, error) { +// NewGetSetRequest generates requests for GetSet +func NewGetSetRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetSetParams) (*http.Request, error) { var err error var pathParam0 string @@ -14739,19 +14772,19 @@ func NewGetOrgsOrgIdAppsAppIdSetsSetIdRequest(server string, orgId OrgIdPathPara return req, nil } -// NewPostOrgsOrgIdAppsAppIdSetsSetIdRequest calls the generic PostOrgsOrgIdAppsAppIdSetsSetId builder with application/json body -func NewPostOrgsOrgIdAppsAppIdSetsSetIdRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body PostOrgsOrgIdAppsAppIdSetsSetIdJSONRequestBody) (*http.Request, error) { +// NewUpdateSetRequest calls the generic UpdateSet builder with application/json body +func NewUpdateSetRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body UpdateSetJSONRequestBody) (*http.Request, error) { var bodyReader io.Reader buf, err := json.Marshal(body) if err != nil { return nil, err } bodyReader = bytes.NewReader(buf) - return NewPostOrgsOrgIdAppsAppIdSetsSetIdRequestWithBody(server, orgId, appId, setId, "application/json", bodyReader) + return NewUpdateSetRequestWithBody(server, orgId, appId, setId, "application/json", bodyReader) } -// NewPostOrgsOrgIdAppsAppIdSetsSetIdRequestWithBody generates requests for PostOrgsOrgIdAppsAppIdSetsSetId with any type of body -func NewPostOrgsOrgIdAppsAppIdSetsSetIdRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader) (*http.Request, error) { +// NewUpdateSetRequestWithBody generates requests for UpdateSet with any type of body +func NewUpdateSetRequestWithBody(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader) (*http.Request, error) { var err error var pathParam0 string @@ -14800,8 +14833,8 @@ func NewPostOrgsOrgIdAppsAppIdSetsSetIdRequestWithBody(server string, orgId OrgI return req, nil } -// NewGetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdRequest generates requests for GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetId -func NewGetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string) (*http.Request, error) { +// NewGetDiffRequest generates requests for GetDiff +func NewGetDiffRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string) (*http.Request, error) { var err error var pathParam0 string @@ -14855,6 +14888,54 @@ func NewGetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdRequest(server string, orgI return req, nil } +// NewGetSetResourceInputsRequest generates requests for GetSetResourceInputs +func NewGetSetResourceInputsRequest(server string, orgId OrgIdPathParam, appId AppIdPathParam, setId string) (*http.Request, error) { + var err error + + var pathParam0 string + + pathParam0, err = runtime.StyleParamWithLocation("simple", false, "orgId", runtime.ParamLocationPath, orgId) + if err != nil { + return nil, err + } + + var pathParam1 string + + pathParam1, err = runtime.StyleParamWithLocation("simple", false, "appId", runtime.ParamLocationPath, appId) + if err != nil { + return nil, err + } + + var pathParam2 string + + pathParam2, err = runtime.StyleParamWithLocation("simple", false, "setId", runtime.ParamLocationPath, setId) + if err != nil { + return nil, err + } + + serverURL, err := url.Parse(server) + if err != nil { + return nil, err + } + + operationPath := fmt.Sprintf("/orgs/%s/apps/%s/sets/%s/resources", pathParam0, pathParam1, pathParam2) + if operationPath[0] == '/' { + operationPath = "." + operationPath + } + + queryURL, err := serverURL.Parse(operationPath) + if err != nil { + return nil, err + } + + req, err := http.NewRequest("GET", queryURL.String(), nil) + if err != nil { + return nil, err + } + + return req, nil +} + // NewListUserRolesInAppRequest generates requests for ListUserRolesInApp func NewListUserRolesInAppRequest(server string, orgId OrgIdPathParam, appId string) (*http.Request, error) { var err error @@ -21419,41 +21500,41 @@ type ClientWithResponsesInterface interface { // ListPipelineApprovalRequestsWithResponse request ListPipelineApprovalRequestsWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *ListPipelineApprovalRequestsParams, reqEditors ...RequestEditorFn) (*ListPipelineApprovalRequestsResponse, error) - // GetOrgsOrgIdAppsAppIdDeltasWithResponse request - GetOrgsOrgIdAppsAppIdDeltasWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *GetOrgsOrgIdAppsAppIdDeltasParams, reqEditors ...RequestEditorFn) (*GetOrgsOrgIdAppsAppIdDeltasResponse, error) + // ListDeltasWithResponse request + ListDeltasWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *ListDeltasParams, reqEditors ...RequestEditorFn) (*ListDeltasResponse, error) - // PostOrgsOrgIdAppsAppIdDeltasWithBodyWithResponse request with any body - PostOrgsOrgIdAppsAppIdDeltasWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrgsOrgIdAppsAppIdDeltasResponse, error) + // CreateDeltaWithBodyWithResponse request with any body + CreateDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDeltaResponse, error) - PostOrgsOrgIdAppsAppIdDeltasWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, body PostOrgsOrgIdAppsAppIdDeltasJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrgsOrgIdAppsAppIdDeltasResponse, error) + CreateDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, body CreateDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDeltaResponse, error) // GetDeltaWithResponse request GetDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, reqEditors ...RequestEditorFn) (*GetDeltaResponse, error) - // PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBodyWithResponse request with any body - PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse, error) + // PatchDeltaWithBodyWithResponse request with any body + PatchDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchDeltaResponse, error) - PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse, error) + PatchDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchDeltaResponse, error) // PutDeltaWithBodyWithResponse request with any body PutDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutDeltaResponse, error) PutDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*PutDeltaResponse, error) - // PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBodyWithResponse request with any body - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse, error) + // ArchiveDeltaWithBodyWithResponse request with any body + ArchiveDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveDeltaResponse, error) - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse, error) + ArchiveDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ArchiveDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveDeltaResponse, error) - // PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBodyWithResponse request with any body - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse, error) + // ChangeEnvOfDeltaWithBodyWithResponse request with any body + ChangeEnvOfDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangeEnvOfDeltaResponse, error) - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse, error) + ChangeEnvOfDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeEnvOfDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangeEnvOfDeltaResponse, error) - // PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBodyWithResponse request with any body - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse, error) + // ChangeNameOfDeltaWithBodyWithResponse request with any body + ChangeNameOfDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangeNameOfDeltaResponse, error) - PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse, error) + ChangeNameOfDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeNameOfDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangeNameOfDeltaResponse, error) // ListEnvironmentsWithResponse request ListEnvironmentsWithResponse(ctx context.Context, orgId string, appId string, reqEditors ...RequestEditorFn) (*ListEnvironmentsResponse, error) @@ -21681,19 +21762,22 @@ type ClientWithResponsesInterface interface { // ListRuntimeWithResponse request ListRuntimeWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *ListRuntimeParams, reqEditors ...RequestEditorFn) (*ListRuntimeResponse, error) - // GetSetsWithResponse request - GetSetsWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, reqEditors ...RequestEditorFn) (*GetSetsResponse, error) + // ListSetsWithResponse request + ListSetsWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, reqEditors ...RequestEditorFn) (*ListSetsResponse, error) - // GetOrgsOrgIdAppsAppIdSetsSetIdWithResponse request - GetOrgsOrgIdAppsAppIdSetsSetIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetOrgsOrgIdAppsAppIdSetsSetIdParams, reqEditors ...RequestEditorFn) (*GetOrgsOrgIdAppsAppIdSetsSetIdResponse, error) + // GetSetWithResponse request + GetSetWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetSetParams, reqEditors ...RequestEditorFn) (*GetSetResponse, error) - // PostOrgsOrgIdAppsAppIdSetsSetIdWithBodyWithResponse request with any body - PostOrgsOrgIdAppsAppIdSetsSetIdWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrgsOrgIdAppsAppIdSetsSetIdResponse, error) + // UpdateSetWithBodyWithResponse request with any body + UpdateSetWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSetResponse, error) - PostOrgsOrgIdAppsAppIdSetsSetIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body PostOrgsOrgIdAppsAppIdSetsSetIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrgsOrgIdAppsAppIdSetsSetIdResponse, error) + UpdateSetWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body UpdateSetJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSetResponse, error) - // GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdWithResponse request - GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string, reqEditors ...RequestEditorFn) (*GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse, error) + // GetDiffWithResponse request + GetDiffWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string, reqEditors ...RequestEditorFn) (*GetDiffResponse, error) + + // GetSetResourceInputsWithResponse request + GetSetResourceInputsWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, reqEditors ...RequestEditorFn) (*GetSetResourceInputsResponse, error) // ListUserRolesInAppWithResponse request ListUserRolesInAppWithResponse(ctx context.Context, orgId OrgIdPathParam, appId string, reqEditors ...RequestEditorFn) (*ListUserRolesInAppResponse, error) @@ -22509,14 +22593,14 @@ func (r ListPipelineApprovalRequestsResponse) StatusCode() int { return 0 } -type GetOrgsOrgIdAppsAppIdDeltasResponse struct { +type ListDeltasResponse struct { Body []byte HTTPResponse *http.Response JSON200 *[]DeltaResponse } // Status returns HTTPResponse.Status -func (r GetOrgsOrgIdAppsAppIdDeltasResponse) Status() string { +func (r ListDeltasResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -22524,14 +22608,14 @@ func (r GetOrgsOrgIdAppsAppIdDeltasResponse) Status() string { } // StatusCode returns HTTPResponse.StatusCode -func (r GetOrgsOrgIdAppsAppIdDeltasResponse) StatusCode() int { +func (r ListDeltasResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } return 0 } -type PostOrgsOrgIdAppsAppIdDeltasResponse struct { +type CreateDeltaResponse struct { Body []byte HTTPResponse *http.Response JSON200 *struct { @@ -22539,10 +22623,10 @@ type PostOrgsOrgIdAppsAppIdDeltasResponse struct { } JSON400 *HumanitecErrorResponse } -type PostOrgsOrgIdAppsAppIdDeltas2000 = string +type CreateDelta2000 = string // Status returns HTTPResponse.Status -func (r PostOrgsOrgIdAppsAppIdDeltasResponse) Status() string { +func (r CreateDeltaResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -22550,7 +22634,7 @@ func (r PostOrgsOrgIdAppsAppIdDeltasResponse) Status() string { } // StatusCode returns HTTPResponse.StatusCode -func (r PostOrgsOrgIdAppsAppIdDeltasResponse) StatusCode() int { +func (r CreateDeltaResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } @@ -22580,7 +22664,7 @@ func (r GetDeltaResponse) StatusCode() int { return 0 } -type PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse struct { +type PatchDeltaResponse struct { Body []byte HTTPResponse *http.Response JSON200 *DeltaResponse @@ -22589,7 +22673,7 @@ type PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse struct { } // Status returns HTTPResponse.Status -func (r PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse) Status() string { +func (r PatchDeltaResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -22597,7 +22681,7 @@ func (r PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse) Status() string { } // StatusCode returns HTTPResponse.StatusCode -func (r PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse) StatusCode() int { +func (r PatchDeltaResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } @@ -22627,7 +22711,7 @@ func (r PutDeltaResponse) StatusCode() int { return 0 } -type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse struct { +type ArchiveDeltaResponse struct { Body []byte HTTPResponse *http.Response JSON400 *HumanitecErrorResponse @@ -22635,7 +22719,7 @@ type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse struct { } // Status returns HTTPResponse.Status -func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse) Status() string { +func (r ArchiveDeltaResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -22643,14 +22727,14 @@ func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse) Status() str } // StatusCode returns HTTPResponse.StatusCode -func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse) StatusCode() int { +func (r ArchiveDeltaResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } return 0 } -type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse struct { +type ChangeEnvOfDeltaResponse struct { Body []byte HTTPResponse *http.Response JSON400 *HumanitecErrorResponse @@ -22658,7 +22742,7 @@ type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse struct { } // Status returns HTTPResponse.Status -func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse) Status() string { +func (r ChangeEnvOfDeltaResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -22666,14 +22750,14 @@ func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse) Status() string } // StatusCode returns HTTPResponse.StatusCode -func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse) StatusCode() int { +func (r ChangeEnvOfDeltaResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } return 0 } -type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse struct { +type ChangeNameOfDeltaResponse struct { Body []byte HTTPResponse *http.Response JSON400 *HumanitecErrorResponse @@ -22681,7 +22765,7 @@ type PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse struct { } // Status returns HTTPResponse.Status -func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse) Status() string { +func (r ChangeNameOfDeltaResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -22689,7 +22773,7 @@ func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse) Status() string } // StatusCode returns HTTPResponse.StatusCode -func (r PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse) StatusCode() int { +func (r ChangeNameOfDeltaResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } @@ -24164,7 +24248,7 @@ func (r ListRuntimeResponse) StatusCode() int { return 0 } -type GetSetsResponse struct { +type ListSetsResponse struct { Body []byte HTTPResponse *http.Response JSON200 *[]SetResponse @@ -24172,7 +24256,7 @@ type GetSetsResponse struct { } // Status returns HTTPResponse.Status -func (r GetSetsResponse) Status() string { +func (r ListSetsResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -24180,14 +24264,14 @@ func (r GetSetsResponse) Status() string { } // StatusCode returns HTTPResponse.StatusCode -func (r GetSetsResponse) StatusCode() int { +func (r ListSetsResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } return 0 } -type GetOrgsOrgIdAppsAppIdSetsSetIdResponse struct { +type GetSetResponse struct { Body []byte HTTPResponse *http.Response JSON200 *struct { @@ -24197,7 +24281,7 @@ type GetOrgsOrgIdAppsAppIdSetsSetIdResponse struct { } // Status returns HTTPResponse.Status -func (r GetOrgsOrgIdAppsAppIdSetsSetIdResponse) Status() string { +func (r GetSetResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -24205,14 +24289,14 @@ func (r GetOrgsOrgIdAppsAppIdSetsSetIdResponse) Status() string { } // StatusCode returns HTTPResponse.StatusCode -func (r GetOrgsOrgIdAppsAppIdSetsSetIdResponse) StatusCode() int { +func (r GetSetResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } return 0 } -type PostOrgsOrgIdAppsAppIdSetsSetIdResponse struct { +type UpdateSetResponse struct { Body []byte HTTPResponse *http.Response JSON200 *string @@ -24221,7 +24305,7 @@ type PostOrgsOrgIdAppsAppIdSetsSetIdResponse struct { } // Status returns HTTPResponse.Status -func (r PostOrgsOrgIdAppsAppIdSetsSetIdResponse) Status() string { +func (r UpdateSetResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -24229,14 +24313,14 @@ func (r PostOrgsOrgIdAppsAppIdSetsSetIdResponse) Status() string { } // StatusCode returns HTTPResponse.StatusCode -func (r PostOrgsOrgIdAppsAppIdSetsSetIdResponse) StatusCode() int { +func (r UpdateSetResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } return 0 } -type GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse struct { +type GetDiffResponse struct { Body []byte HTTPResponse *http.Response JSON200 *PlainDeltaResponse @@ -24244,7 +24328,31 @@ type GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse struct { } // Status returns HTTPResponse.Status -func (r GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse) Status() string { +func (r GetDiffResponse) Status() string { + if r.HTTPResponse != nil { + return r.HTTPResponse.Status + } + return http.StatusText(0) +} + +// StatusCode returns HTTPResponse.StatusCode +func (r GetDiffResponse) StatusCode() int { + if r.HTTPResponse != nil { + return r.HTTPResponse.StatusCode + } + return 0 +} + +type GetSetResourceInputsResponse struct { + Body []byte + HTTPResponse *http.Response + JSON200 *[]ResourceInputsResponse + JSON400 *HumanitecErrorResponse + JSON404 *string +} + +// Status returns HTTPResponse.Status +func (r GetSetResourceInputsResponse) Status() string { if r.HTTPResponse != nil { return r.HTTPResponse.Status } @@ -24252,7 +24360,7 @@ func (r GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse) Status() string { } // StatusCode returns HTTPResponse.StatusCode -func (r GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse) StatusCode() int { +func (r GetSetResourceInputsResponse) StatusCode() int { if r.HTTPResponse != nil { return r.HTTPResponse.StatusCode } @@ -27249,30 +27357,30 @@ func (c *ClientWithResponses) ListPipelineApprovalRequestsWithResponse(ctx conte return ParseListPipelineApprovalRequestsResponse(rsp) } -// GetOrgsOrgIdAppsAppIdDeltasWithResponse request returning *GetOrgsOrgIdAppsAppIdDeltasResponse -func (c *ClientWithResponses) GetOrgsOrgIdAppsAppIdDeltasWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *GetOrgsOrgIdAppsAppIdDeltasParams, reqEditors ...RequestEditorFn) (*GetOrgsOrgIdAppsAppIdDeltasResponse, error) { - rsp, err := c.GetOrgsOrgIdAppsAppIdDeltas(ctx, orgId, appId, params, reqEditors...) +// ListDeltasWithResponse request returning *ListDeltasResponse +func (c *ClientWithResponses) ListDeltasWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, params *ListDeltasParams, reqEditors ...RequestEditorFn) (*ListDeltasResponse, error) { + rsp, err := c.ListDeltas(ctx, orgId, appId, params, reqEditors...) if err != nil { return nil, err } - return ParseGetOrgsOrgIdAppsAppIdDeltasResponse(rsp) + return ParseListDeltasResponse(rsp) } -// PostOrgsOrgIdAppsAppIdDeltasWithBodyWithResponse request with arbitrary body returning *PostOrgsOrgIdAppsAppIdDeltasResponse -func (c *ClientWithResponses) PostOrgsOrgIdAppsAppIdDeltasWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrgsOrgIdAppsAppIdDeltasResponse, error) { - rsp, err := c.PostOrgsOrgIdAppsAppIdDeltasWithBody(ctx, orgId, appId, contentType, body, reqEditors...) +// CreateDeltaWithBodyWithResponse request with arbitrary body returning *CreateDeltaResponse +func (c *ClientWithResponses) CreateDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*CreateDeltaResponse, error) { + rsp, err := c.CreateDeltaWithBody(ctx, orgId, appId, contentType, body, reqEditors...) if err != nil { return nil, err } - return ParsePostOrgsOrgIdAppsAppIdDeltasResponse(rsp) + return ParseCreateDeltaResponse(rsp) } -func (c *ClientWithResponses) PostOrgsOrgIdAppsAppIdDeltasWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, body PostOrgsOrgIdAppsAppIdDeltasJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrgsOrgIdAppsAppIdDeltasResponse, error) { - rsp, err := c.PostOrgsOrgIdAppsAppIdDeltas(ctx, orgId, appId, body, reqEditors...) +func (c *ClientWithResponses) CreateDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, body CreateDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*CreateDeltaResponse, error) { + rsp, err := c.CreateDelta(ctx, orgId, appId, body, reqEditors...) if err != nil { return nil, err } - return ParsePostOrgsOrgIdAppsAppIdDeltasResponse(rsp) + return ParseCreateDeltaResponse(rsp) } // GetDeltaWithResponse request returning *GetDeltaResponse @@ -27284,21 +27392,21 @@ func (c *ClientWithResponses) GetDeltaWithResponse(ctx context.Context, orgId Or return ParseGetDeltaResponse(rsp) } -// PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBodyWithResponse request with arbitrary body returning *PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse -func (c *ClientWithResponses) PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse, error) { - rsp, err := c.PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithBody(ctx, orgId, appId, deltaId, contentType, body, reqEditors...) +// PatchDeltaWithBodyWithResponse request with arbitrary body returning *PatchDeltaResponse +func (c *ClientWithResponses) PatchDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PatchDeltaResponse, error) { + rsp, err := c.PatchDeltaWithBody(ctx, orgId, appId, deltaId, contentType, body, reqEditors...) if err != nil { return nil, err } - return ParsePatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse(rsp) + return ParsePatchDeltaResponse(rsp) } -func (c *ClientWithResponses) PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchOrgsOrgIdAppsAppIdDeltasDeltaIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse, error) { - rsp, err := c.PatchOrgsOrgIdAppsAppIdDeltasDeltaId(ctx, orgId, appId, deltaId, body, reqEditors...) +func (c *ClientWithResponses) PatchDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PatchDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*PatchDeltaResponse, error) { + rsp, err := c.PatchDelta(ctx, orgId, appId, deltaId, body, reqEditors...) if err != nil { return nil, err } - return ParsePatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse(rsp) + return ParsePatchDeltaResponse(rsp) } // PutDeltaWithBodyWithResponse request with arbitrary body returning *PutDeltaResponse @@ -27318,55 +27426,55 @@ func (c *ClientWithResponses) PutDeltaWithResponse(ctx context.Context, orgId Or return ParsePutDeltaResponse(rsp) } -// PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBodyWithResponse request with arbitrary body returning *PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse -func (c *ClientWithResponses) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse, error) { - rsp, err := c.PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithBody(ctx, orgId, appId, deltaId, contentType, body, reqEditors...) +// ArchiveDeltaWithBodyWithResponse request with arbitrary body returning *ArchiveDeltaResponse +func (c *ClientWithResponses) ArchiveDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ArchiveDeltaResponse, error) { + rsp, err := c.ArchiveDeltaWithBody(ctx, orgId, appId, deltaId, contentType, body, reqEditors...) if err != nil { return nil, err } - return ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse(rsp) + return ParseArchiveDeltaResponse(rsp) } -func (c *ClientWithResponses) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse, error) { - rsp, err := c.PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchived(ctx, orgId, appId, deltaId, body, reqEditors...) +func (c *ClientWithResponses) ArchiveDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ArchiveDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*ArchiveDeltaResponse, error) { + rsp, err := c.ArchiveDelta(ctx, orgId, appId, deltaId, body, reqEditors...) if err != nil { return nil, err } - return ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse(rsp) + return ParseArchiveDeltaResponse(rsp) } -// PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBodyWithResponse request with arbitrary body returning *PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse -func (c *ClientWithResponses) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse, error) { - rsp, err := c.PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithBody(ctx, orgId, appId, deltaId, contentType, body, reqEditors...) +// ChangeEnvOfDeltaWithBodyWithResponse request with arbitrary body returning *ChangeEnvOfDeltaResponse +func (c *ClientWithResponses) ChangeEnvOfDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangeEnvOfDeltaResponse, error) { + rsp, err := c.ChangeEnvOfDeltaWithBody(ctx, orgId, appId, deltaId, contentType, body, reqEditors...) if err != nil { return nil, err } - return ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse(rsp) + return ParseChangeEnvOfDeltaResponse(rsp) } -func (c *ClientWithResponses) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse, error) { - rsp, err := c.PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvId(ctx, orgId, appId, deltaId, body, reqEditors...) +func (c *ClientWithResponses) ChangeEnvOfDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeEnvOfDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangeEnvOfDeltaResponse, error) { + rsp, err := c.ChangeEnvOfDelta(ctx, orgId, appId, deltaId, body, reqEditors...) if err != nil { return nil, err } - return ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse(rsp) + return ParseChangeEnvOfDeltaResponse(rsp) } -// PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBodyWithResponse request with arbitrary body returning *PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse -func (c *ClientWithResponses) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse, error) { - rsp, err := c.PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithBody(ctx, orgId, appId, deltaId, contentType, body, reqEditors...) +// ChangeNameOfDeltaWithBodyWithResponse request with arbitrary body returning *ChangeNameOfDeltaResponse +func (c *ClientWithResponses) ChangeNameOfDeltaWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*ChangeNameOfDeltaResponse, error) { + rsp, err := c.ChangeNameOfDeltaWithBody(ctx, orgId, appId, deltaId, contentType, body, reqEditors...) if err != nil { return nil, err } - return ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse(rsp) + return ParseChangeNameOfDeltaResponse(rsp) } -func (c *ClientWithResponses) PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameJSONRequestBody, reqEditors ...RequestEditorFn) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse, error) { - rsp, err := c.PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataName(ctx, orgId, appId, deltaId, body, reqEditors...) +func (c *ClientWithResponses) ChangeNameOfDeltaWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, deltaId string, body ChangeNameOfDeltaJSONRequestBody, reqEditors ...RequestEditorFn) (*ChangeNameOfDeltaResponse, error) { + rsp, err := c.ChangeNameOfDelta(ctx, orgId, appId, deltaId, body, reqEditors...) if err != nil { return nil, err } - return ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse(rsp) + return ParseChangeNameOfDeltaResponse(rsp) } // ListEnvironmentsWithResponse request returning *ListEnvironmentsResponse @@ -28087,48 +28195,57 @@ func (c *ClientWithResponses) ListRuntimeWithResponse(ctx context.Context, orgId return ParseListRuntimeResponse(rsp) } -// GetSetsWithResponse request returning *GetSetsResponse -func (c *ClientWithResponses) GetSetsWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, reqEditors ...RequestEditorFn) (*GetSetsResponse, error) { - rsp, err := c.GetSets(ctx, orgId, appId, reqEditors...) +// ListSetsWithResponse request returning *ListSetsResponse +func (c *ClientWithResponses) ListSetsWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, reqEditors ...RequestEditorFn) (*ListSetsResponse, error) { + rsp, err := c.ListSets(ctx, orgId, appId, reqEditors...) + if err != nil { + return nil, err + } + return ParseListSetsResponse(rsp) +} + +// GetSetWithResponse request returning *GetSetResponse +func (c *ClientWithResponses) GetSetWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetSetParams, reqEditors ...RequestEditorFn) (*GetSetResponse, error) { + rsp, err := c.GetSet(ctx, orgId, appId, setId, params, reqEditors...) if err != nil { return nil, err } - return ParseGetSetsResponse(rsp) + return ParseGetSetResponse(rsp) } -// GetOrgsOrgIdAppsAppIdSetsSetIdWithResponse request returning *GetOrgsOrgIdAppsAppIdSetsSetIdResponse -func (c *ClientWithResponses) GetOrgsOrgIdAppsAppIdSetsSetIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, params *GetOrgsOrgIdAppsAppIdSetsSetIdParams, reqEditors ...RequestEditorFn) (*GetOrgsOrgIdAppsAppIdSetsSetIdResponse, error) { - rsp, err := c.GetOrgsOrgIdAppsAppIdSetsSetId(ctx, orgId, appId, setId, params, reqEditors...) +// UpdateSetWithBodyWithResponse request with arbitrary body returning *UpdateSetResponse +func (c *ClientWithResponses) UpdateSetWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*UpdateSetResponse, error) { + rsp, err := c.UpdateSetWithBody(ctx, orgId, appId, setId, contentType, body, reqEditors...) if err != nil { return nil, err } - return ParseGetOrgsOrgIdAppsAppIdSetsSetIdResponse(rsp) + return ParseUpdateSetResponse(rsp) } -// PostOrgsOrgIdAppsAppIdSetsSetIdWithBodyWithResponse request with arbitrary body returning *PostOrgsOrgIdAppsAppIdSetsSetIdResponse -func (c *ClientWithResponses) PostOrgsOrgIdAppsAppIdSetsSetIdWithBodyWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostOrgsOrgIdAppsAppIdSetsSetIdResponse, error) { - rsp, err := c.PostOrgsOrgIdAppsAppIdSetsSetIdWithBody(ctx, orgId, appId, setId, contentType, body, reqEditors...) +func (c *ClientWithResponses) UpdateSetWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body UpdateSetJSONRequestBody, reqEditors ...RequestEditorFn) (*UpdateSetResponse, error) { + rsp, err := c.UpdateSet(ctx, orgId, appId, setId, body, reqEditors...) if err != nil { return nil, err } - return ParsePostOrgsOrgIdAppsAppIdSetsSetIdResponse(rsp) + return ParseUpdateSetResponse(rsp) } -func (c *ClientWithResponses) PostOrgsOrgIdAppsAppIdSetsSetIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, body PostOrgsOrgIdAppsAppIdSetsSetIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PostOrgsOrgIdAppsAppIdSetsSetIdResponse, error) { - rsp, err := c.PostOrgsOrgIdAppsAppIdSetsSetId(ctx, orgId, appId, setId, body, reqEditors...) +// GetDiffWithResponse request returning *GetDiffResponse +func (c *ClientWithResponses) GetDiffWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string, reqEditors ...RequestEditorFn) (*GetDiffResponse, error) { + rsp, err := c.GetDiff(ctx, orgId, appId, setId, sourceSetId, reqEditors...) if err != nil { return nil, err } - return ParsePostOrgsOrgIdAppsAppIdSetsSetIdResponse(rsp) + return ParseGetDiffResponse(rsp) } -// GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdWithResponse request returning *GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse -func (c *ClientWithResponses) GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, sourceSetId string, reqEditors ...RequestEditorFn) (*GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse, error) { - rsp, err := c.GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetId(ctx, orgId, appId, setId, sourceSetId, reqEditors...) +// GetSetResourceInputsWithResponse request returning *GetSetResourceInputsResponse +func (c *ClientWithResponses) GetSetResourceInputsWithResponse(ctx context.Context, orgId OrgIdPathParam, appId AppIdPathParam, setId string, reqEditors ...RequestEditorFn) (*GetSetResourceInputsResponse, error) { + rsp, err := c.GetSetResourceInputs(ctx, orgId, appId, setId, reqEditors...) if err != nil { return nil, err } - return ParseGetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse(rsp) + return ParseGetSetResourceInputsResponse(rsp) } // ListUserRolesInAppWithResponse request returning *ListUserRolesInAppResponse @@ -30082,15 +30199,15 @@ func ParseListPipelineApprovalRequestsResponse(rsp *http.Response) (*ListPipelin return response, nil } -// ParseGetOrgsOrgIdAppsAppIdDeltasResponse parses an HTTP response from a GetOrgsOrgIdAppsAppIdDeltasWithResponse call -func ParseGetOrgsOrgIdAppsAppIdDeltasResponse(rsp *http.Response) (*GetOrgsOrgIdAppsAppIdDeltasResponse, error) { +// ParseListDeltasResponse parses an HTTP response from a ListDeltasWithResponse call +func ParseListDeltasResponse(rsp *http.Response) (*ListDeltasResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &GetOrgsOrgIdAppsAppIdDeltasResponse{ + response := &ListDeltasResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -30108,15 +30225,15 @@ func ParseGetOrgsOrgIdAppsAppIdDeltasResponse(rsp *http.Response) (*GetOrgsOrgId return response, nil } -// ParsePostOrgsOrgIdAppsAppIdDeltasResponse parses an HTTP response from a PostOrgsOrgIdAppsAppIdDeltasWithResponse call -func ParsePostOrgsOrgIdAppsAppIdDeltasResponse(rsp *http.Response) (*PostOrgsOrgIdAppsAppIdDeltasResponse, error) { +// ParseCreateDeltaResponse parses an HTTP response from a CreateDeltaWithResponse call +func ParseCreateDeltaResponse(rsp *http.Response) (*CreateDeltaResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &PostOrgsOrgIdAppsAppIdDeltasResponse{ + response := &CreateDeltaResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -30176,15 +30293,15 @@ func ParseGetDeltaResponse(rsp *http.Response) (*GetDeltaResponse, error) { return response, nil } -// ParsePatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse parses an HTTP response from a PatchOrgsOrgIdAppsAppIdDeltasDeltaIdWithResponse call -func ParsePatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse(rsp *http.Response) (*PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse, error) { +// ParsePatchDeltaResponse parses an HTTP response from a PatchDeltaWithResponse call +func ParsePatchDeltaResponse(rsp *http.Response) (*PatchDeltaResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &PatchOrgsOrgIdAppsAppIdDeltasDeltaIdResponse{ + response := &PatchDeltaResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -30249,15 +30366,15 @@ func ParsePutDeltaResponse(rsp *http.Response) (*PutDeltaResponse, error) { return response, nil } -// ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse parses an HTTP response from a PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedWithResponse call -func ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse(rsp *http.Response) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse, error) { +// ParseArchiveDeltaResponse parses an HTTP response from a ArchiveDeltaWithResponse call +func ParseArchiveDeltaResponse(rsp *http.Response) (*ArchiveDeltaResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse{ + response := &ArchiveDeltaResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -30282,15 +30399,15 @@ func ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataArchivedResponse(rsp *http.R return response, nil } -// ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse parses an HTTP response from a PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdWithResponse call -func ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse(rsp *http.Response) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse, error) { +// ParseChangeEnvOfDeltaResponse parses an HTTP response from a ChangeEnvOfDeltaWithResponse call +func ParseChangeEnvOfDeltaResponse(rsp *http.Response) (*ChangeEnvOfDeltaResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse{ + response := &ChangeEnvOfDeltaResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -30315,15 +30432,15 @@ func ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataEnvIdResponse(rsp *http.Resp return response, nil } -// ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse parses an HTTP response from a PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameWithResponse call -func ParsePutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse(rsp *http.Response) (*PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse, error) { +// ParseChangeNameOfDeltaResponse parses an HTTP response from a ChangeNameOfDeltaWithResponse call +func ParseChangeNameOfDeltaResponse(rsp *http.Response) (*ChangeNameOfDeltaResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &PutOrgsOrgIdAppsAppIdDeltasDeltaIdMetadataNameResponse{ + response := &ChangeNameOfDeltaResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -32685,15 +32802,15 @@ func ParseListRuntimeResponse(rsp *http.Response) (*ListRuntimeResponse, error) return response, nil } -// ParseGetSetsResponse parses an HTTP response from a GetSetsWithResponse call -func ParseGetSetsResponse(rsp *http.Response) (*GetSetsResponse, error) { +// ParseListSetsResponse parses an HTTP response from a ListSetsWithResponse call +func ParseListSetsResponse(rsp *http.Response) (*ListSetsResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &GetSetsResponse{ + response := &ListSetsResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -32718,15 +32835,15 @@ func ParseGetSetsResponse(rsp *http.Response) (*GetSetsResponse, error) { return response, nil } -// ParseGetOrgsOrgIdAppsAppIdSetsSetIdResponse parses an HTTP response from a GetOrgsOrgIdAppsAppIdSetsSetIdWithResponse call -func ParseGetOrgsOrgIdAppsAppIdSetsSetIdResponse(rsp *http.Response) (*GetOrgsOrgIdAppsAppIdSetsSetIdResponse, error) { +// ParseGetSetResponse parses an HTTP response from a GetSetWithResponse call +func ParseGetSetResponse(rsp *http.Response) (*GetSetResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &GetOrgsOrgIdAppsAppIdSetsSetIdResponse{ + response := &GetSetResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -32753,15 +32870,15 @@ func ParseGetOrgsOrgIdAppsAppIdSetsSetIdResponse(rsp *http.Response) (*GetOrgsOr return response, nil } -// ParsePostOrgsOrgIdAppsAppIdSetsSetIdResponse parses an HTTP response from a PostOrgsOrgIdAppsAppIdSetsSetIdWithResponse call -func ParsePostOrgsOrgIdAppsAppIdSetsSetIdResponse(rsp *http.Response) (*PostOrgsOrgIdAppsAppIdSetsSetIdResponse, error) { +// ParseUpdateSetResponse parses an HTTP response from a UpdateSetWithResponse call +func ParseUpdateSetResponse(rsp *http.Response) (*UpdateSetResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &PostOrgsOrgIdAppsAppIdSetsSetIdResponse{ + response := &UpdateSetResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -32793,15 +32910,15 @@ func ParsePostOrgsOrgIdAppsAppIdSetsSetIdResponse(rsp *http.Response) (*PostOrgs return response, nil } -// ParseGetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse parses an HTTP response from a GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdWithResponse call -func ParseGetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse(rsp *http.Response) (*GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse, error) { +// ParseGetDiffResponse parses an HTTP response from a GetDiffWithResponse call +func ParseGetDiffResponse(rsp *http.Response) (*GetDiffResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) defer func() { _ = rsp.Body.Close() }() if err != nil { return nil, err } - response := &GetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse{ + response := &GetDiffResponse{ Body: bodyBytes, HTTPResponse: rsp, } @@ -32826,6 +32943,46 @@ func ParseGetOrgsOrgIdAppsAppIdSetsSetIdDiffSourceSetIdResponse(rsp *http.Respon return response, nil } +// ParseGetSetResourceInputsResponse parses an HTTP response from a GetSetResourceInputsWithResponse call +func ParseGetSetResourceInputsResponse(rsp *http.Response) (*GetSetResourceInputsResponse, error) { + bodyBytes, err := io.ReadAll(rsp.Body) + defer func() { _ = rsp.Body.Close() }() + if err != nil { + return nil, err + } + + response := &GetSetResourceInputsResponse{ + Body: bodyBytes, + HTTPResponse: rsp, + } + + switch { + case strings.Contains(rsp.Header.Get("Content-Type"), "json") && rsp.StatusCode == 200: + var dest []ResourceInputsResponse + if err := json.Unmarshal(bodyBytes, &dest); err != nil { + return nil, err + } + response.JSON200 = &dest + + case strings.Contains(rsp.Header.Get("Content-Type"), "json") && rsp.StatusCode == 400: + var dest HumanitecErrorResponse + if err := json.Unmarshal(bodyBytes, &dest); err != nil { + return nil, err + } + response.JSON400 = &dest + + case strings.Contains(rsp.Header.Get("Content-Type"), "json") && rsp.StatusCode == 404: + var dest string + if err := json.Unmarshal(bodyBytes, &dest); err != nil { + return nil, err + } + response.JSON404 = &dest + + } + + return response, nil +} + // ParseListUserRolesInAppResponse parses an HTTP response from a ListUserRolesInAppWithResponse call func ParseListUserRolesInAppResponse(rsp *http.Response) (*ListUserRolesInAppResponse, error) { bodyBytes, err := io.ReadAll(rsp.Body) diff --git a/docs/openapi.json b/docs/openapi.json index 34efad3..025f423 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.0", "info": { "title": "Humanitec API", - "version": "0.26.23", + "version": "0.26.27", "description": "# Introduction\nThe *Humanitec API* allows you to automate and integrate Humanitec into your developer and operational workflows.\nThe API is a REST based API. It is based around a set of concepts:\n\n* Core\n* External Resources\n* Sets and Deltas\n\n## Authentication\n\nAlmost all requests made to the Humanitec API require Authentication. See our [Developer Docs on API Authentication](https://developer.humanitec.com/platform-orchestrator/reference/api-references/#authentication) for instructions.\n\n## Content Types\nThe Humanitec API, unless explicitly specified, only accepts content types of `application/json` and will always return valid `application/json` or an empty response.\n\n## Response Codes\n### Success\nAny response code in the `2xx` range should be regarded as success.\n\n| **Code** | **Meaning** |\n|----------|-------------------------------------|\n| `200` | Success |\n| `201` | Success, a new resource was created |\n| `204` | Success, but no content in response |\n\n_Note: We plan to simplify the interface by replacing 201 with 200 status codes._\n\n### Failure\nAny response code in the `4xx` range should be regarded as an error that can be rectified by the client. `5xx` error codes indicate errors that cannot be corrected by the client.\n\n| **Code** | **Meaning** |\n|----------|-----------------------------------------------------------------------------------------------------------------------|\n| `400` | General error. (Body will contain details) |\n| `401` | Attempt to access protected resource without `Authorization` Header. |\n| `403` | The `Bearer` or `JWT` does not grant access to the requested resource. |\n| `404` | Resource not found. |\n| `405` | Method not allowed |\n| `409` | Conflict. Usually indicated a resource with that ID already exists. |\n| `422` | Unprocessable Entity. The body was not valid JSON, was empty or contained an object different from what was expected. |\n| `429` | Too many requests - request rate limit has been reached. |\n| `500` | Internal Error. If it occurs repeatedly, contact support. |\n", "contact": { "name": "Humanitec Support", @@ -2898,6 +2898,7 @@ "Delta" ], "summary": "List Deltas in an Application", + "operationId": "listDeltas", "parameters": [ { "$ref": "#/components/parameters/orgIdPathParam" @@ -2945,6 +2946,7 @@ "Delta" ], "summary": "Create a new Delta", + "operationId": "createDelta", "parameters": [ { "$ref": "#/components/parameters/orgIdPathParam" @@ -3066,6 +3068,7 @@ "Delta" ], "summary": "Update an existing Delta", + "operationId": "patchDelta", "parameters": [ { "$ref": "#/components/parameters/orgIdPathParam" @@ -3214,6 +3217,7 @@ "Delta" ], "summary": "Mark a Delta as \"archived\"", + "operationId": "archiveDelta", "description": "Archived Deltas are still accessible but can no longer be updated.", "parameters": [ { @@ -3278,6 +3282,7 @@ "Delta" ], "summary": "Change the Environment of a Delta", + "operationId": "changeEnvOfDelta", "parameters": [ { "$ref": "#/components/parameters/orgIdPathParam" @@ -3341,6 +3346,7 @@ "Delta" ], "summary": "Change the name of a Delta", + "operationId": "changeNameOfDelta", "parameters": [ { "$ref": "#/components/parameters/orgIdPathParam" @@ -3403,7 +3409,7 @@ "public", "Set" ], - "operationId": "getSets", + "operationId": "listSets", "summary": "Get all Deployment Sets", "parameters": [ { @@ -3447,6 +3453,7 @@ "Set" ], "summary": "Get a Deployment Set", + "operationId": "getSet", "parameters": [ { "$ref": "#/components/parameters/orgIdPathParam" @@ -3508,6 +3515,7 @@ "Set" ], "summary": "Apply a Deployment Delta to a Deployment Set", + "operationId": "updateSet", "parameters": [ { "$ref": "#/components/parameters/orgIdPathParam" @@ -3577,6 +3585,68 @@ } } }, + "/orgs/{orgId}/apps/{appId}/sets/{setId}/resources": { + "get": { + "tags": [ + "public", + "Set" + ], + "summary": "Get Resource Inputs for the given Deployment Set", + "operationId": "getSetResourceInputs", + "parameters": [ + { + "$ref": "#/components/parameters/orgIdPathParam" + }, + { + "$ref": "#/components/parameters/appIdPathParam" + }, + { + "name": "setId", + "in": "path", + "description": "ID of the Deployment Set.", + "required": true, + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "Resource Inputs of the requested Deployment Set.", + "content": { + "application/json": { + "schema": { + "items": { + "$ref": "#/components/schemas/ResourceInputsResponse" + }, + "type": "array" + } + } + } + }, + "404": { + "description": "No Deployment Set with ID `setId` found in Application.", + "content": { + "application/json": { + "schema": { + "type": "string" + } + } + } + }, + "400": { + "description": "Invalid resources in the Deployment Set", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HumanitecErrorResponse" + } + } + } + } + } + } + }, "/orgs/{orgId}/apps/{appId}/sets/{setId}/diff/{sourceSetId}": { "get": { "tags": [ @@ -3584,6 +3654,7 @@ "Set" ], "summary": "Get the difference between 2 Deployment Sets", + "operationId": "getDiff", "parameters": [ { "$ref": "#/components/parameters/orgIdPathParam" @@ -13183,6 +13254,11 @@ "example": "2022-06-22T09:37:23.523Z", "format": "date-time", "description": "Time when the Key should be replaced (2 years after its creation)." + }, + "is_authorized": { + "type": "boolean", + "description": "If this key has been authorized to be used to validate requests coming from an Agent.", + "example": true } }, "required": [ @@ -13190,7 +13266,8 @@ "public_key", "created_at", "created_by", - "expired_at" + "expired_at", + "is_authorized" ] }, "KeyCreateBody": { @@ -15294,6 +15371,43 @@ ], "type": "object" }, + "ResourceInputsResponse": { + "description": "A payload needed to generate a resource graph.", + "example": { + "class": "cloudsql", + "id": "shared.postgres", + "resource": { + "host": "127.0.0.1", + "name": "my-database" + }, + "type": "postgres" + }, + "properties": { + "id": { + "description": "The Resource ID in the Deployment Set.", + "type": "string" + }, + "type": { + "description": "The Resource type.", + "type": "string" + }, + "class": { + "description": "The Resource class.", + "type": "string" + }, + "resource": { + "description": "The Resource input parameters specified in the deployment set.", + "additionalProperties": true, + "type": "object" + } + }, + "required": [ + "id", + "type" + ], + "type": "object", + "additionalProperties": false + }, "EventBaseRequest": { "description": "Properties which identify an event .", "properties": {