Skip to content

Commit 72b772e

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@dd2fee6 from refs/heads/main
1 parent 4012df6 commit 72b772e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

api.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20575,7 +20575,7 @@ export const AlertReceiversApiAxiosParamCreator = function (configuration?: Conf
2057520575
};
2057620576
},
2057720577
/**
20578-
* Validate an existing alert receiver by sending a test message for example
20578+
* Validate an existing alert receiver by sending a test message for example.
2057920579
* @summary Validate Existing Alert Receiver
2058020580
* @param {string} alertReceiverId Alert Receiver ID
2058120581
* @param {AlertReceiverValidationRequest} [alertReceiverValidationRequest]
@@ -20737,7 +20737,7 @@ export const AlertReceiversApiFp = function(configuration?: Configuration) {
2073720737
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2073820738
},
2073920739
/**
20740-
* Validate an existing alert receiver by sending a test message for example
20740+
* Validate an existing alert receiver by sending a test message for example.
2074120741
* @summary Validate Existing Alert Receiver
2074220742
* @param {string} alertReceiverId Alert Receiver ID
2074320743
* @param {AlertReceiverValidationRequest} [alertReceiverValidationRequest]
@@ -20825,7 +20825,7 @@ export const AlertReceiversApiFactory = function (configuration?: Configuration,
2082520825
return localVarFp.getAlertReceivers(organizationId, options).then((request) => request(axios, basePath));
2082620826
},
2082720827
/**
20828-
* Validate an existing alert receiver by sending a test message for example
20828+
* Validate an existing alert receiver by sending a test message for example.
2082920829
* @summary Validate Existing Alert Receiver
2083020830
* @param {string} alertReceiverId Alert Receiver ID
2083120831
* @param {AlertReceiverValidationRequest} [alertReceiverValidationRequest]
@@ -20917,7 +20917,7 @@ export class AlertReceiversApi extends BaseAPI {
2091720917
}
2091820918

2091920919
/**
20920-
* Validate an existing alert receiver by sending a test message for example
20920+
* Validate an existing alert receiver by sending a test message for example.
2092120921
* @summary Validate Existing Alert Receiver
2092220922
* @param {string} alertReceiverId Alert Receiver ID
2092320923
* @param {AlertReceiverValidationRequest} [alertReceiverValidationRequest]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qovery-typescript-axios",
3-
"version": "v1.1.777",
3+
"version": "1.0.4",
44
"description": "OpenAPI client for qovery-typescript-axios",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)