Skip to content

Commit dbc649c

Browse files
feat: update generated client
1 parent 16d6d43 commit dbc649c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/mittwald/spec/openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/mittwald/src/generated/v2/types.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9756,17 +9756,17 @@ export declare module MittwaldAPIV2 {
97569756
value: string;
97579757
}
97589758

9759-
export interface DomainContactVerificationNameData {
9760-
type: "name";
9761-
value: string;
9762-
}
9763-
97649759
export type DomainContactVerificationStatus =
97659760
| "created"
97669761
| "pending"
97679762
| "completed"
97689763
| "failed";
97699764

9765+
export interface DomainContactVerificationNameData {
9766+
type: "name";
9767+
value: string;
9768+
}
9769+
97709770
export type DomainContactVerificationType = "name" | "address" | "email";
97719771

97729772
export interface CommonsAddress {

0 commit comments

Comments
 (0)