Skip to content

Commit dc16715

Browse files
author
qovery
committed
See Qovery/qovery-openapi-spec@05b054e from refs/heads/main
1 parent d88ab56 commit dc16715

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

api.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20102,7 +20102,7 @@ export interface WebhookEventResponse {
2010220102
* @type {string}
2010320103
* @memberof WebhookEventResponse
2010420104
*/
20105-
'createdAt': string;
20105+
'created_at': string;
2010620106
/**
2010720107
*
2010820108
* @type {OrganizationWebhookKindEnum}
@@ -20114,13 +20114,13 @@ export interface WebhookEventResponse {
2011420114
* @type {OrganizationWebhookEventEnum}
2011520115
* @memberof WebhookEventResponse
2011620116
*/
20117-
'matchedEvent': OrganizationWebhookEventEnum;
20117+
'matched_event': OrganizationWebhookEventEnum;
2011820118
/**
2011920119
* The webhook target URL that was invoked
2012020120
* @type {string}
2012120121
* @memberof WebhookEventResponse
2012220122
*/
20123-
'targetUrlUsed': string;
20123+
'target_url_used': string;
2012420124
/**
2012520125
* The request payload sent to the webhook
2012620126
* @type {{ [key: string]: any; }}
@@ -20132,13 +20132,13 @@ export interface WebhookEventResponse {
2013220132
* @type {number}
2013320133
* @memberof WebhookEventResponse
2013420134
*/
20135-
'targetResponseStatusCode': number;
20135+
'target_response_status_code': number;
2013620136
/**
2013720137
* Response body from the webhook target
2013820138
* @type {string}
2013920139
* @memberof WebhookEventResponse
2014020140
*/
20141-
'targetResponseBody'?: string | null;
20141+
'target_response_body'?: string | null;
2014220142
}
2014320143

2014420144

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.775",
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)