Skip to content

Commit

Permalink
See Qovery/qovery-openapi-spec@2be0979 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
qovery committed Feb 4, 2025
1 parent b5bdadf commit 3b672e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27694,7 +27694,7 @@ export class ClustersApi extends BaseAPI {
export const ContainerActionsApiAxiosParamCreator = function (configuration?: Configuration) {
return {
/**
* You must provide a git commit id
* You must provide a container image tag
* @summary Deploy container
* @param {string} containerId Container ID
* @param {ContainerDeployRequest} [containerDeployRequest]
Expand Down Expand Up @@ -27872,7 +27872,7 @@ export const ContainerActionsApiFp = function(configuration?: Configuration) {
const localVarAxiosParamCreator = ContainerActionsApiAxiosParamCreator(configuration)
return {
/**
* You must provide a git commit id
* You must provide a container image tag
* @summary Deploy container
* @param {string} containerId Container ID
* @param {ContainerDeployRequest} [containerDeployRequest]
Expand Down Expand Up @@ -27927,7 +27927,7 @@ export const ContainerActionsApiFactory = function (configuration?: Configuratio
const localVarFp = ContainerActionsApiFp(configuration)
return {
/**
* You must provide a git commit id
* You must provide a container image tag
* @summary Deploy container
* @param {string} containerId Container ID
* @param {ContainerDeployRequest} [containerDeployRequest]
Expand Down Expand Up @@ -27978,7 +27978,7 @@ export const ContainerActionsApiFactory = function (configuration?: Configuratio
*/
export class ContainerActionsApi extends BaseAPI {
/**
* You must provide a git commit id
* You must provide a container image tag
* @summary Deploy container
* @param {string} containerId Container ID
* @param {ContainerDeployRequest} [containerDeployRequest]
Expand Down Expand Up @@ -39538,7 +39538,7 @@ export class GithubAppApi extends BaseAPI {
export const HelmActionsApiAxiosParamCreator = function (configuration?: Configuration) {
return {
/**
* You must provide a git commit id or an image tag depending on the source location of your code (git vs image repository).
* You must provide a git commit id or a helm version depending on the source location of your code (git vs helm repository).
* @summary Deploy helm
* @param {string} helmId Helm ID
* @param {HelmForceEvent} [forceEvent] When filled, it indicates the target event to be deployed. If the concerned helm hasn\'t the target event provided, the helm won\'t be deployed.
Expand Down Expand Up @@ -39685,7 +39685,7 @@ export const HelmActionsApiFp = function(configuration?: Configuration) {
const localVarAxiosParamCreator = HelmActionsApiAxiosParamCreator(configuration)
return {
/**
* You must provide a git commit id or an image tag depending on the source location of your code (git vs image repository).
* You must provide a git commit id or a helm version depending on the source location of your code (git vs helm repository).
* @summary Deploy helm
* @param {string} helmId Helm ID
* @param {HelmForceEvent} [forceEvent] When filled, it indicates the target event to be deployed. If the concerned helm hasn\'t the target event provided, the helm won\'t be deployed.
Expand Down Expand Up @@ -39731,7 +39731,7 @@ export const HelmActionsApiFactory = function (configuration?: Configuration, ba
const localVarFp = HelmActionsApiFp(configuration)
return {
/**
* You must provide a git commit id or an image tag depending on the source location of your code (git vs image repository).
* You must provide a git commit id or a helm version depending on the source location of your code (git vs helm repository).
* @summary Deploy helm
* @param {string} helmId Helm ID
* @param {HelmForceEvent} [forceEvent] When filled, it indicates the target event to be deployed. If the concerned helm hasn\'t the target event provided, the helm won\'t be deployed.
Expand Down Expand Up @@ -39774,7 +39774,7 @@ export const HelmActionsApiFactory = function (configuration?: Configuration, ba
*/
export class HelmActionsApi extends BaseAPI {
/**
* You must provide a git commit id or an image tag depending on the source location of your code (git vs image repository).
* You must provide a git commit id or a helm version depending on the source location of your code (git vs helm repository).
* @summary Deploy helm
* @param {string} helmId Helm ID
* @param {HelmForceEvent} [forceEvent] When filled, it indicates the target event to be deployed. If the concerned helm hasn\'t the target event provided, the helm won\'t be deployed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qovery-typescript-axios",
"version": "v1.1.543",
"version": "1.0.3",
"description": "OpenAPI client for qovery-typescript-axios",
"author": "OpenAPI-Generator Contributors",
"repository": {
Expand Down

0 comments on commit 3b672e9

Please sign in to comment.