diff --git a/docs/openapi/monitoring-api.json b/docs/openapi/monitoring-api.json index ce1a576..e5771a6 100644 --- a/docs/openapi/monitoring-api.json +++ b/docs/openapi/monitoring-api.json @@ -5187,7 +5187,7 @@ "Invites" ], "summary": "Resend invite", - "operationId": "resend", + "operationId": "resend_1", "parameters": [ { "name": "inviteId", diff --git a/src/lib/api.generated.ts b/src/lib/api.generated.ts index ba8d61a..841dfbf 100644 --- a/src/lib/api.generated.ts +++ b/src/lib/api.generated.ts @@ -618,7 +618,7 @@ export interface paths { get?: never; put?: never; /** Resend invite */ - post: operations["resend"]; + post: operations["resend_1"]; delete?: never; options?: never; head?: never; @@ -11803,7 +11803,7 @@ export interface operations { }; }; }; - resend: { + resend_1: { parameters: { query?: never; header?: never;