@mittwald/api-client 2.0.18 → 2.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -886,7 +886,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
886
886
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
887
887
  [x: string]: unknown;
888
888
  }, 404, "application/json">>>;
889
- /** List BackupSchedules belonging to a given Project. */
889
+ /** List BackupSchedules belonging to a Project. */
890
890
  listProjectBackupSchedules: (request: {
891
891
  pathParameters: {
892
892
  projectId: string;
@@ -958,7 +958,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
958
958
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
959
959
  [x: string]: unknown;
960
960
  }, 404, "application/json">>>;
961
- /** List Backups for a given Project. */
961
+ /** List Backups belonging to a Project. */
962
962
  listProjectBackups: (request: {
963
963
  pathParameters: {
964
964
  projectId: string;
@@ -3746,7 +3746,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3746
3746
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
3747
3747
  }>;
3748
3748
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
3749
- /** List all CustomerInvites for the executing user. */
3749
+ /** List CustomerInvites belonging to the executing user. */
3750
3750
  listCustomerInvites: (request?: {
3751
3751
  headers?: {
3752
3752
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -3777,7 +3777,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3777
3777
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3778
3778
  [x: string]: unknown;
3779
3779
  }, 404, "application/json">>>;
3780
- /** List all CustomerMemberships for the executing user. */
3780
+ /** List CustomerMemberships belonging to the executing user. */
3781
3781
  listCustomerMemberships: (request?: {
3782
3782
  headers?: {
3783
3783
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -3808,7 +3808,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3808
3808
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3809
3809
  [x: string]: unknown;
3810
3810
  }, 404, "application/json">>>;
3811
- /** List all invites for a Customer. */
3811
+ /** List Invites belonging to a Customer. */
3812
3812
  listInvitesForCustomer: (request: {
3813
3813
  pathParameters: {
3814
3814
  customerId: string;
@@ -3846,7 +3846,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3846
3846
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
3847
3847
  [x: string]: unknown;
3848
3848
  }, 404, "application/json">>>;
3849
- /** List all memberships belonging to a Customer. */
3849
+ /** List Memberships belonging to a Customer. */
3850
3850
  listMembershipsForCustomer: (request: {
3851
3851
  pathParameters: {
3852
3852
  customerId: string;
@@ -4073,7 +4073,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4073
4073
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4074
4074
  [x: string]: unknown;
4075
4075
  }, 404, "application/json">>>;
4076
- /** List MySQLUsers belonging to a database. */
4076
+ /** List MySQLUsers belonging to a Database. */
4077
4077
  listMysqlUsers: (request: {
4078
4078
  pathParameters: {
4079
4079
  databaseId: string;
@@ -4148,7 +4148,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4148
4148
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4149
4149
  [x: string]: unknown;
4150
4150
  }, 404, "application/json">>>;
4151
- /** List RedisDatabases belonging to a project. */
4151
+ /** List RedisDatabases belonging to a Project. */
4152
4152
  listRedisDatabases: (request: {
4153
4153
  pathParameters: {
4154
4154
  projectId: string;
@@ -4613,7 +4613,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4613
4613
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4614
4614
  [x: string]: unknown;
4615
4615
  }, 404, "application/json">>>;
4616
- /** List available MySQLVersions. */
4616
+ /** List MySQLVersions. */
4617
4617
  listMysqlVersions: (request?: {
4618
4618
  headers?: {
4619
4619
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -4644,7 +4644,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4644
4644
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
4645
4645
  [x: string]: unknown;
4646
4646
  }, 404, "application/json">>>;
4647
- /** List available Redis versions. */
4647
+ /** List RedisVersions. */
4648
4648
  listRedisVersions: (request?: {
4649
4649
  headers?: {
4650
4650
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -5159,6 +5159,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5159
5159
  cname: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCNAME;
5160
5160
  combinedARecords: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordCombinedA;
5161
5161
  mx: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordMX;
5162
+ srv: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRV;
5162
5163
  txt: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordTXT;
5163
5164
  };
5164
5165
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -5699,39 +5700,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5699
5700
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5700
5701
  [x: string]: unknown;
5701
5702
  }, 404, "application/json">>>;
5702
- /** Get a toplevel domain. */
5703
- getToplevelDomain: (request: {
5704
- pathParameters: {
5705
- tld: string;
5706
- };
5707
- headers?: {
5708
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5709
- "x-access-token"?: string | undefined;
5710
- } | undefined;
5711
- }) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5712
- headers?: Partial<{
5713
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5714
- }> | undefined;
5715
- } & {
5716
- pathParameters: {
5717
- tld: string;
5718
- };
5719
- } & {
5720
- headers: {
5721
- "x-access-token"?: string | undefined;
5722
- } & Partial<{
5723
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5724
- }>;
5725
- }, import("@mittwald/api-client-commons").Response<{
5726
- rgpDays: number;
5727
- tld: string;
5728
- transitAllowed: boolean;
5729
- type: "other" | "generic" | "unknown" | "countryCode" | "newGeneric" | "centralNic";
5730
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5731
- [x: string]: unknown;
5732
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5733
- [x: string]: unknown;
5734
- }, 404, "application/json">>>;
5735
5703
  /** List all domain ownerships of a project. */
5736
5704
  listDomainOwnerships: (request: {
5737
5705
  pathParameters: {
@@ -5798,25 +5766,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5798
5766
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5799
5767
  [x: string]: unknown;
5800
5768
  }, 400, "application/json">>>;
5801
- /** List all supported toplevel domains. */
5802
- listToplevelDomains: (request?: {
5803
- headers?: {
5804
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5805
- "x-access-token"?: string | undefined;
5806
- } | undefined;
5807
- } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5808
- headers?: Partial<{
5809
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5810
- }> | undefined;
5811
- } & {
5812
- headers: {
5813
- "x-access-token"?: string | undefined;
5814
- } & Partial<{
5815
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5816
- }>;
5817
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5818
- [x: string]: unknown;
5819
- }, 400, "application/json">>>;
5820
5769
  /** Resend a domain email. */
5821
5770
  resendDomainEmail: (request: {
5822
5771
  pathParameters: {
@@ -6098,6 +6047,89 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6098
6047
  }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6099
6048
  [x: string]: unknown;
6100
6049
  }, 404, "application/json">>>;
6050
+ /** updates srv-records for a specific zone */
6051
+ dnsRecordSrvSet: (request: {
6052
+ pathParameters: {
6053
+ zoneId: string;
6054
+ };
6055
+ headers?: {
6056
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6057
+ "x-access-token"?: string | undefined;
6058
+ } | undefined;
6059
+ } | {
6060
+ data: {
6061
+ records: [import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord[]];
6062
+ settings: {
6063
+ ttl?: {
6064
+ seconds: number;
6065
+ } | {
6066
+ auto: boolean;
6067
+ } | undefined;
6068
+ };
6069
+ };
6070
+ pathParameters: {
6071
+ zoneId: string;
6072
+ };
6073
+ headers?: {
6074
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6075
+ "x-access-token"?: string | undefined;
6076
+ } | undefined;
6077
+ }) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
6078
+ headers?: Partial<{
6079
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6080
+ }> | undefined;
6081
+ } | {
6082
+ data: {
6083
+ records: [import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSRVRecord[]];
6084
+ settings: import("./types.js").MittwaldAPIV2.Components.Schemas.DnsRecordSettings;
6085
+ };
6086
+ }) & {
6087
+ pathParameters: {
6088
+ zoneId: string;
6089
+ };
6090
+ } & {
6091
+ headers?: Partial<{
6092
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6093
+ }> | undefined;
6094
+ } & {
6095
+ headers: {
6096
+ "x-access-token"?: string | undefined;
6097
+ } & Partial<{
6098
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6099
+ }>;
6100
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6101
+ [x: string]: unknown;
6102
+ }, 400, "application/json">>>;
6103
+ /** creates a sub zone for a given dns zone */
6104
+ dnsSubZoneCreate: (request: {
6105
+ data: {
6106
+ name: string;
6107
+ parentZoneId: string;
6108
+ };
6109
+ headers?: {
6110
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6111
+ "x-access-token"?: string | undefined;
6112
+ } | undefined;
6113
+ }) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6114
+ data: {
6115
+ name: string;
6116
+ parentZoneId: string;
6117
+ };
6118
+ } & {
6119
+ headers?: Partial<{
6120
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6121
+ }> | undefined;
6122
+ } & {
6123
+ headers: {
6124
+ "x-access-token"?: string | undefined;
6125
+ } & Partial<{
6126
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6127
+ }>;
6128
+ }, import("@mittwald/api-client-commons").Response<{
6129
+ id: string;
6130
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6131
+ [x: string]: unknown;
6132
+ }, 400, "application/json">>>;
6101
6133
  };
6102
6134
  /** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
6103
6135
  readonly file: {
@@ -6558,7 +6590,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6558
6590
  }, import("@mittwald/api-client-commons").Response<{}, 403, "empty"> | import("@mittwald/api-client-commons").Response<{}, 404, "empty"> | import("@mittwald/api-client-commons").Response<{}, 500, "empty"> | import("@mittwald/api-client-commons").Response<{}, 503, "empty"> | import("@mittwald/api-client-commons").Response<{
6559
6591
  address: string;
6560
6592
  autoResponder: {
6561
- active: boolean; /** Disable Multi Factor Authentication. */
6593
+ active: boolean;
6562
6594
  expiresAt?: string | undefined;
6563
6595
  message: string;
6564
6596
  startsAt?: string | undefined;
@@ -6575,7 +6607,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6575
6607
  autoDeleteSpam: boolean;
6576
6608
  folder: "spam" | "inbox";
6577
6609
  relocationMinSpamScore: number;
6578
- }; /** Submit your user feedback. */
6610
+ };
6579
6611
  storageInBytes: {
6580
6612
  current: {
6581
6613
  updatedAt: string;
@@ -7747,7 +7779,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7747
7779
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7748
7780
  }>;
7749
7781
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty">>>;
7750
- /** List all invites belonging to a Project. */
7782
+ /** List Invites belonging to a Project. */
7751
7783
  listInvitesForProject: (request: {
7752
7784
  pathParameters: {
7753
7785
  projectId: string;
@@ -7785,7 +7817,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7785
7817
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7786
7818
  [x: string]: unknown;
7787
7819
  }, 404, "application/json">>>;
7788
- /** List all memberships for a Project. */
7820
+ /** List Memberships belonging to a Project. */
7789
7821
  listMembershipsForProject: (request: {
7790
7822
  pathParameters: {
7791
7823
  projectId: string;
@@ -7823,7 +7855,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7823
7855
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7824
7856
  [x: string]: unknown;
7825
7857
  }, 404, "application/json">>>;
7826
- /** List all ProjectInvites for the executing user. */
7858
+ /** List ProjectInvites belonging to the executing user. */
7827
7859
  listProjectInvites: (request?: {
7828
7860
  headers?: {
7829
7861
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -7885,7 +7917,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7885
7917
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7886
7918
  [x: string]: unknown;
7887
7919
  }, 404, "application/json">>>;
7888
- /** List Project's for an Organization or Server. */
7920
+ /** List Projects belonging to the executing user. */
7889
7921
  listProjects: (request?: {
7890
7922
  headers?: {
7891
7923
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -7932,7 +7964,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7932
7964
  }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7933
7965
  [x: string]: unknown;
7934
7966
  }, 400, "application/json">>>;
7935
- /** List Servers for an Organization or User. */
7967
+ /** List Servers belonging to the executing user. */
7936
7968
  listServers: (request?: {
7937
7969
  headers?: {
7938
7970
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -8071,7 +8103,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
8071
8103
  };
8072
8104
  /** The filesystem API allows you to directly access the filesystem of your project. */
8073
8105
  readonly projectFileSystem: {
8074
- /** List the directories of a Project. */
8106
+ /** List directories belonging to a Project. */
8075
8107
  getDirectories: (request: {
8076
8108
  pathParameters: {
8077
8109
  projectId: string;
@@ -64,11 +64,11 @@ export class MittwaldAPIV2Client extends ApiClientBase {
64
64
  createProjectBackupExport: this.requestFunctionFactory(descriptors.backupCreateProjectBackupExport),
65
65
  /** Delete a ProjectBackupExport. */
66
66
  deleteProjectBackupExport: this.requestFunctionFactory(descriptors.backupDeleteProjectBackupExport),
67
- /** List BackupSchedules belonging to a given Project. */
67
+ /** List BackupSchedules belonging to a Project. */
68
68
  listProjectBackupSchedules: this.requestFunctionFactory(descriptors.backupListProjectBackupSchedules),
69
69
  /** Create a BackupSchedule for a Project. */
70
70
  createProjectBackupSchedule: this.requestFunctionFactory(descriptors.backupCreateProjectBackupSchedule),
71
- /** List Backups for a given Project. */
71
+ /** List Backups belonging to a Project. */
72
72
  listProjectBackups: this.requestFunctionFactory(descriptors.backupListProjectBackups),
73
73
  /** Create a Backup of a Project. */
74
74
  createProjectBackup: this.requestFunctionFactory(descriptors.backupCreateProjectBackup),
@@ -228,13 +228,13 @@ export class MittwaldAPIV2Client extends ApiClientBase {
228
228
  isCustomerLegallyCompetent: this.requestFunctionFactory(descriptors.customerIsCustomerLegallyCompetent),
229
229
  /** Leave a Customer. */
230
230
  leaveCustomer: this.requestFunctionFactory(descriptors.customerLeaveCustomer),
231
- /** List all CustomerInvites for the executing user. */
231
+ /** List CustomerInvites belonging to the executing user. */
232
232
  listCustomerInvites: this.requestFunctionFactory(descriptors.customerListCustomerInvites),
233
- /** List all CustomerMemberships for the executing user. */
233
+ /** List CustomerMemberships belonging to the executing user. */
234
234
  listCustomerMemberships: this.requestFunctionFactory(descriptors.customerListCustomerMemberships),
235
- /** List all invites for a Customer. */
235
+ /** List Invites belonging to a Customer. */
236
236
  listInvitesForCustomer: this.requestFunctionFactory(descriptors.customerListInvitesForCustomer),
237
- /** List all memberships belonging to a Customer. */
237
+ /** List Memberships belonging to a Customer. */
238
238
  listMembershipsForCustomer: this.requestFunctionFactory(descriptors.customerListMembershipsForCustomer),
239
239
  /** Request a new avatar upload for the customer profile. */
240
240
  requestAvatarUpload: this.requestFunctionFactory(descriptors.customerRequestAvatarUpload),
@@ -249,11 +249,11 @@ export class MittwaldAPIV2Client extends ApiClientBase {
249
249
  listMysqlDatabases: this.requestFunctionFactory(descriptors.databaseListMysqlDatabases),
250
250
  /** Create a MySQLDatabase with a MySQLUser. */
251
251
  createMysqlDatabase: this.requestFunctionFactory(descriptors.databaseCreateMysqlDatabase),
252
- /** List MySQLUsers belonging to a database. */
252
+ /** List MySQLUsers belonging to a Database. */
253
253
  listMysqlUsers: this.requestFunctionFactory(descriptors.databaseListMysqlUsers),
254
254
  /** Create a MySQLUser. */
255
255
  createMysqlUser: this.requestFunctionFactory(descriptors.databaseCreateMysqlUser),
256
- /** List RedisDatabases belonging to a project. */
256
+ /** List RedisDatabases belonging to a Project. */
257
257
  listRedisDatabases: this.requestFunctionFactory(descriptors.databaseListRedisDatabases),
258
258
  /** Create a RedisDatabase. */
259
259
  createRedisDatabase: this.requestFunctionFactory(descriptors.databaseCreateRedisDatabase),
@@ -279,9 +279,9 @@ export class MittwaldAPIV2Client extends ApiClientBase {
279
279
  getMysqlUserPhpMyAdminUrl: this.requestFunctionFactory(descriptors.databaseGetMysqlUserPhpMyAdminUrl),
280
280
  /** List available MySQL character sets and collations, optionally filtered by a MySQLVersion. */
281
281
  listMysqlCharsets: this.requestFunctionFactory(descriptors.databaseListMysqlCharsets),
282
- /** List available MySQLVersions. */
282
+ /** List MySQLVersions. */
283
283
  listMysqlVersions: this.requestFunctionFactory(descriptors.databaseListMysqlVersions),
284
- /** List available Redis versions. */
284
+ /** List RedisVersions. */
285
285
  listRedisVersions: this.requestFunctionFactory(descriptors.databaseListRedisVersions),
286
286
  /** Update a MySQLDatabase's default character settings. */
287
287
  updateMysqlDatabaseDefaultCharset: this.requestFunctionFactory(descriptors.databaseUpdateMysqlDatabaseDefaultCharset),
@@ -342,14 +342,10 @@ export class MittwaldAPIV2Client extends ApiClientBase {
342
342
  getSpecificDomainOwnership: this.requestFunctionFactory(descriptors.domainGetSpecificDomainOwnership),
343
343
  /** Verify a domain ownership. */
344
344
  verifyDomainOwnership: this.requestFunctionFactory(descriptors.domainVerifyDomainOwnership),
345
- /** Get a toplevel domain. */
346
- getToplevelDomain: this.requestFunctionFactory(descriptors.domainGetToplevelDomain),
347
345
  /** List all domain ownerships of a project. */
348
346
  listDomainOwnerships: this.requestFunctionFactory(descriptors.domainListDomainOwnerships),
349
347
  /** List Domains belonging to a Project. */
350
348
  listDomains: this.requestFunctionFactory(descriptors.domainListDomains),
351
- /** List all supported toplevel domains. */
352
- listToplevelDomains: this.requestFunctionFactory(descriptors.domainListToplevelDomains),
353
349
  /** Resend a domain email. */
354
350
  resendDomainEmail: this.requestFunctionFactory(descriptors.domainResendDomainEmail),
355
351
  /** Create an Ingress. */
@@ -368,6 +364,10 @@ export class MittwaldAPIV2Client extends ApiClientBase {
368
364
  ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
369
365
  /** Update an Ingresses tls settings. */
370
366
  ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
367
+ /** updates srv-records for a specific zone */
368
+ dnsRecordSrvSet: this.requestFunctionFactory(descriptors.dnsRecordSrvSet),
369
+ /** creates a sub zone for a given dns zone */
370
+ dnsSubZoneCreate: this.requestFunctionFactory(descriptors.dnsSubZoneCreate),
371
371
  };
372
372
  /** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
373
373
  file = {
@@ -482,17 +482,17 @@ export class MittwaldAPIV2Client extends ApiClientBase {
482
482
  getServer: this.requestFunctionFactory(descriptors.projectGetServer),
483
483
  /** Leave a Project. */
484
484
  leaveProject: this.requestFunctionFactory(descriptors.projectLeaveProject),
485
- /** List all invites belonging to a Project. */
485
+ /** List Invites belonging to a Project. */
486
486
  listInvitesForProject: this.requestFunctionFactory(descriptors.projectListInvitesForProject),
487
- /** List all memberships for a Project. */
487
+ /** List Memberships belonging to a Project. */
488
488
  listMembershipsForProject: this.requestFunctionFactory(descriptors.projectListMembershipsForProject),
489
- /** List all ProjectInvites for the executing user. */
489
+ /** List ProjectInvites belonging to the executing user. */
490
490
  listProjectInvites: this.requestFunctionFactory(descriptors.projectListProjectInvites),
491
491
  /** List ProjectMemberships belonging to the executing user. */
492
492
  listProjectMemberships: this.requestFunctionFactory(descriptors.projectListProjectMemberships),
493
- /** List Project's for an Organization or Server. */
493
+ /** List Projects belonging to the executing user. */
494
494
  listProjects: this.requestFunctionFactory(descriptors.projectListProjects),
495
- /** List Servers for an Organization or User. */
495
+ /** List Servers belonging to the executing user. */
496
496
  listServers: this.requestFunctionFactory(descriptors.projectListServers),
497
497
  /** Resend the mail for a ProjectInvite. */
498
498
  resendProjectInviteMail: this.requestFunctionFactory(descriptors.projectResendProjectInviteMail),
@@ -503,7 +503,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
503
503
  };
504
504
  /** The filesystem API allows you to directly access the filesystem of your project. */
505
505
  projectFileSystem = {
506
- /** List the directories of a Project. */
506
+ /** List directories belonging to a Project. */
507
507
  getDirectories: this.requestFunctionFactory(descriptors.projectFileSystemGetDirectories),
508
508
  /** Get a Project directory filesystem usage. */
509
509
  getDiskUsage: this.requestFunctionFactory(descriptors.projectFileSystemGetDiskUsage),