We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d666d commit b7122faCopy full SHA for b7122fa
packages/mittwald/spec/openapi.json
packages/mittwald/src/generated/v2/client.ts
@@ -1240,6 +1240,14 @@ export class MittwaldAPIV2Client extends ApiClientBase {
1240
servicetokenAuthenticateService: this.requestFunctionFactory(
1241
descriptors.servicetokenAuthenticateService,
1242
),
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
1251
};
1252
1253
/** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
0 commit comments