Skip to content

Commit b7122fa

Browse files
feat: update generated client
1 parent 48d666d commit b7122fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/mittwald/spec/openapi.json

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1240,6 +1240,14 @@ export class MittwaldAPIV2Client extends ApiClientBase {
12401240
servicetokenAuthenticateService: this.requestFunctionFactory(
12411241
descriptors.servicetokenAuthenticateService,
12421242
),
1243+
/** Check if an address exists. */
1244+
verificationVerifyAddress: this.requestFunctionFactory(
1245+
descriptors.verificationVerifyAddress,
1246+
),
1247+
/** Check if a company exists. */
1248+
verificationVerifyCompany: this.requestFunctionFactory(
1249+
descriptors.verificationVerifyCompany,
1250+
),
12431251
};
12441252

12451253
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */

0 commit comments

Comments
 (0)