Skip to content

Commit

Permalink
feat: update generated client
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Dec 18, 2024
1 parent 48d666d commit b7122fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mittwald/spec/openapi.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions packages/mittwald/src/generated/v2/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1240,6 +1240,14 @@ export class MittwaldAPIV2Client extends ApiClientBase {
servicetokenAuthenticateService: this.requestFunctionFactory(
descriptors.servicetokenAuthenticateService,
),
/** Check if an address exists. */
verificationVerifyAddress: this.requestFunctionFactory(
descriptors.verificationVerifyAddress,
),
/** Check if a company exists. */
verificationVerifyCompany: this.requestFunctionFactory(
descriptors.verificationVerifyCompany,
),
};

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

0 comments on commit b7122fa

Please sign in to comment.