@mittwald/api-client 3.0.14 → 3.0.16

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.
@@ -594,6 +594,10 @@ export declare module MittwaldAPIV2 {
594
594
  type RequestData = InferredRequestData<typeof descriptors.domainVerifyDomainOwnership>;
595
595
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainVerifyDomainOwnership, TStatus>;
596
596
  }
597
+ namespace DomainGetSupportedTlds {
598
+ type RequestData = InferredRequestData<typeof descriptors.domainGetSupportedTlds>;
599
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetSupportedTlds, TStatus>;
600
+ }
597
601
  namespace DomainListDomainOwnerships {
598
602
  type RequestData = InferredRequestData<typeof descriptors.domainListDomainOwnerships>;
599
603
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainListDomainOwnerships, TStatus>;
@@ -1194,10 +1198,6 @@ export declare module MittwaldAPIV2 {
1194
1198
  type RequestData = InferredRequestData<typeof descriptors.userVerifyRegistration>;
1195
1199
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.userVerifyRegistration, TStatus>;
1196
1200
  }
1197
- namespace DomainGetSupportedTlds {
1198
- type RequestData = InferredRequestData<typeof descriptors.domainGetSupportedTlds>;
1199
- type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.domainGetSupportedTlds, TStatus>;
1200
- }
1201
1201
  }
1202
1202
  namespace Components {
1203
1203
  namespace Schemas {
@@ -2068,8 +2068,6 @@ export declare module MittwaldAPIV2 {
2068
2068
  interface DomainTopLevel {
2069
2069
  rgpDays: number;
2070
2070
  tld: string;
2071
- transitAllowed: boolean;
2072
- type: "unknown" | "countryCode" | "generic" | "newGeneric" | "centralNic" | "other";
2073
2071
  }
2074
2072
  interface FileFileMeta {
2075
2073
  friendlyURL: string;
@@ -2229,6 +2227,11 @@ export declare module MittwaldAPIV2 {
2229
2227
  status?: MittwaldAPIV2.Components.Schemas.InvoiceInvoiceSettingsStatus[];
2230
2228
  targetDay?: number;
2231
2229
  }
2230
+ interface InvoiceInvoiceSettingsStatus {
2231
+ message: string;
2232
+ severity: "success" | "info" | "warning" | "error";
2233
+ statusType?: "returnDebitNote";
2234
+ }
2232
2235
  interface InvoicePaymentSettingsDebit {
2233
2236
  accountHolder: string;
2234
2237
  /**
@@ -2967,11 +2970,6 @@ export declare module MittwaldAPIV2 {
2967
2970
  name: string;
2968
2971
  value: string;
2969
2972
  }
2970
- interface InvoiceInvoiceSettingsStatus {
2971
- message: string;
2972
- severity: "success" | "info" | "warning" | "error";
2973
- statusType?: "returnDebitNote";
2974
- }
2975
2973
  interface CommonsAddress {
2976
2974
  street: string;
2977
2975
  houseNumber: string;
@@ -8873,6 +8871,29 @@ export declare module MittwaldAPIV2 {
8873
8871
  }
8874
8872
  }
8875
8873
  }
8874
+ namespace V2DomainsSupportedTlds {
8875
+ namespace Get {
8876
+ namespace Parameters {
8877
+ type Path = {};
8878
+ type Header = {};
8879
+ type Query = {};
8880
+ }
8881
+ namespace Responses {
8882
+ namespace $200 {
8883
+ namespace Content {
8884
+ type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel[];
8885
+ }
8886
+ }
8887
+ namespace Default {
8888
+ namespace Content {
8889
+ interface ApplicationJson {
8890
+ [k: string]: unknown;
8891
+ }
8892
+ }
8893
+ }
8894
+ }
8895
+ }
8896
+ }
8876
8897
  namespace V2ProjectsProjectIdDomainOwnerships {
8877
8898
  namespace Get {
8878
8899
  namespace Parameters {
@@ -10555,8 +10576,9 @@ export declare module MittwaldAPIV2 {
10555
10576
  }
10556
10577
  }
10557
10578
  }
10558
- namespace V2NotificationsStatus {
10559
- namespace Put {
10579
+ namespace V2NotificationsStatus { }
10580
+ namespace V2NotificationsActionsReadAll {
10581
+ namespace Post {
10560
10582
  namespace Parameters {
10561
10583
  type Path = {};
10562
10584
  interface RequestBody {
@@ -10589,11 +10611,11 @@ export declare module MittwaldAPIV2 {
10589
10611
  }
10590
10612
  }
10591
10613
  }
10592
- namespace V2NotificationsMessageIdStatus {
10614
+ namespace V2NotificationsNotificationIdStatus {
10593
10615
  namespace Put {
10594
10616
  namespace Parameters {
10595
10617
  type Path = {
10596
- messageId: string;
10618
+ notificationId: string;
10597
10619
  };
10598
10620
  interface RequestBody {
10599
10621
  status: MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
@@ -11126,6 +11148,13 @@ export declare module MittwaldAPIV2 {
11126
11148
  }
11127
11149
  }
11128
11150
  }
11151
+ namespace $403 {
11152
+ namespace Content {
11153
+ interface ApplicationJson {
11154
+ [k: string]: unknown;
11155
+ }
11156
+ }
11157
+ }
11129
11158
  namespace $412 {
11130
11159
  namespace Content {
11131
11160
  interface ApplicationJson {
@@ -11196,6 +11225,13 @@ export declare module MittwaldAPIV2 {
11196
11225
  }
11197
11226
  }
11198
11227
  }
11228
+ namespace $403 {
11229
+ namespace Content {
11230
+ interface ApplicationJson {
11231
+ [k: string]: unknown;
11232
+ }
11233
+ }
11234
+ }
11199
11235
  namespace Default {
11200
11236
  namespace Content {
11201
11237
  interface ApplicationJson {
@@ -11226,6 +11262,13 @@ export declare module MittwaldAPIV2 {
11226
11262
  }
11227
11263
  }
11228
11264
  }
11265
+ namespace $403 {
11266
+ namespace Content {
11267
+ interface ApplicationJson {
11268
+ [k: string]: unknown;
11269
+ }
11270
+ }
11271
+ }
11229
11272
  namespace Default {
11230
11273
  namespace Content {
11231
11274
  interface ApplicationJson {
@@ -11404,6 +11447,13 @@ export declare module MittwaldAPIV2 {
11404
11447
  }
11405
11448
  }
11406
11449
  }
11450
+ namespace $403 {
11451
+ namespace Content {
11452
+ interface ApplicationJson {
11453
+ [k: string]: unknown;
11454
+ }
11455
+ }
11456
+ }
11407
11457
  namespace $412 {
11408
11458
  namespace Content {
11409
11459
  interface ApplicationJson {
@@ -11453,6 +11503,13 @@ export declare module MittwaldAPIV2 {
11453
11503
  }
11454
11504
  }
11455
11505
  }
11506
+ namespace $403 {
11507
+ namespace Content {
11508
+ interface ApplicationJson {
11509
+ [k: string]: unknown;
11510
+ }
11511
+ }
11512
+ }
11456
11513
  namespace Default {
11457
11514
  namespace Content {
11458
11515
  interface ApplicationJson {
@@ -11483,6 +11540,13 @@ export declare module MittwaldAPIV2 {
11483
11540
  }
11484
11541
  }
11485
11542
  }
11543
+ namespace $403 {
11544
+ namespace Content {
11545
+ interface ApplicationJson {
11546
+ [k: string]: unknown;
11547
+ }
11548
+ }
11549
+ }
11486
11550
  namespace Default {
11487
11551
  namespace Content {
11488
11552
  interface ApplicationJson {
@@ -11777,7 +11841,7 @@ export declare module MittwaldAPIV2 {
11777
11841
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectProject;
11778
11842
  }
11779
11843
  }
11780
- namespace $404 {
11844
+ namespace $403 {
11781
11845
  namespace Content {
11782
11846
  interface ApplicationJson {
11783
11847
  [k: string]: unknown;
@@ -11841,6 +11905,13 @@ export declare module MittwaldAPIV2 {
11841
11905
  type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectServer;
11842
11906
  }
11843
11907
  }
11908
+ namespace $403 {
11909
+ namespace Content {
11910
+ interface ApplicationJson {
11911
+ [k: string]: unknown;
11912
+ }
11913
+ }
11914
+ }
11844
11915
  namespace $404 {
11845
11916
  namespace Content {
11846
11917
  interface ApplicationJson {
@@ -12064,6 +12135,13 @@ export declare module MittwaldAPIV2 {
12064
12135
  }
12065
12136
  }
12066
12137
  }
12138
+ namespace $403 {
12139
+ namespace Content {
12140
+ interface ApplicationJson {
12141
+ [k: string]: unknown;
12142
+ }
12143
+ }
12144
+ }
12067
12145
  namespace Default {
12068
12146
  namespace Content {
12069
12147
  interface ApplicationJson {
@@ -12169,7 +12247,7 @@ export declare module MittwaldAPIV2 {
12169
12247
  }
12170
12248
  }
12171
12249
  }
12172
- namespace $404 {
12250
+ namespace $403 {
12173
12251
  namespace Content {
12174
12252
  interface ApplicationJson {
12175
12253
  [k: string]: unknown;
@@ -12211,6 +12289,20 @@ export declare module MittwaldAPIV2 {
12211
12289
  }
12212
12290
  }
12213
12291
  }
12292
+ namespace $403 {
12293
+ namespace Content {
12294
+ interface ApplicationJson {
12295
+ [k: string]: unknown;
12296
+ }
12297
+ }
12298
+ }
12299
+ namespace Default {
12300
+ namespace Content {
12301
+ interface ApplicationJson {
12302
+ [k: string]: unknown;
12303
+ }
12304
+ }
12305
+ }
12214
12306
  }
12215
12307
  }
12216
12308
  }
@@ -14530,28 +14622,5 @@ export declare module MittwaldAPIV2 {
14530
14622
  }
14531
14623
  }
14532
14624
  }
14533
- namespace V2DomainsSupportedTlds {
14534
- namespace Get {
14535
- namespace Parameters {
14536
- type Path = {};
14537
- type Header = {};
14538
- type Query = {};
14539
- }
14540
- namespace Responses {
14541
- namespace $200 {
14542
- namespace Content {
14543
- type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainTopLevel[];
14544
- }
14545
- }
14546
- namespace Default {
14547
- namespace Content {
14548
- interface ApplicationJson {
14549
- [k: string]: unknown;
14550
- }
14551
- }
14552
- }
14553
- }
14554
- }
14555
- }
14556
14625
  }
14557
14626
  }
@@ -1100,6 +1100,12 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1100
1100
  projectId: string;
1101
1101
  txtRecord: string;
1102
1102
  }>;
1103
+ /** List all supported top level domains. */
1104
+ getSupportedTlds: (conf?: {
1105
+ headers?: {
1106
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1107
+ } | undefined;
1108
+ } | null | undefined) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[]>;
1103
1109
  /** List all domain ownerships of a project. */
1104
1110
  listDomainOwnerships: (conf: {
1105
1111
  projectId: string;
@@ -1157,12 +1163,6 @@ declare const buildDomainApi: (baseClient: MittwaldAPIV2Client) => {
1157
1163
  "x-access-token"?: string | undefined;
1158
1164
  } | undefined;
1159
1165
  }) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.IngressIngress[]>;
1160
- /** List all supported top level domains. */
1161
- getSupportedTlds: (conf?: {
1162
- headers?: {
1163
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1164
- } | undefined;
1165
- } | null | undefined) => import("@mittwald/react-use-promise/types").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[]>;
1166
1166
  };
1167
1167
  declare const buildFileApi: (baseClient: MittwaldAPIV2Client) => {
1168
1168
  /** Get a File's meta. */
@@ -1344,7 +1344,7 @@ declare const buildNotificationApi: (baseClient: MittwaldAPIV2Client) => {
1344
1344
  total: number;
1345
1345
  warning: number;
1346
1346
  }>;
1347
- /** List all unread notifications */
1347
+ /** List all unread notifications. */
1348
1348
  slistNotifications: (conf?: {
1349
1349
  headers?: {
1350
1350
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -158,6 +158,8 @@ const buildDomainApi = (baseClient) => ({
158
158
  getScreenshotForDomain: new ApiCallAsyncResourceFactory(descriptors.domainGetScreenshotForDomain, baseClient.domain.getScreenshotForDomain).getApiResource,
159
159
  /** Get a domain ownership. */
160
160
  getSpecificDomainOwnership: new ApiCallAsyncResourceFactory(descriptors.domainGetSpecificDomainOwnership, baseClient.domain.getSpecificDomainOwnership).getApiResource,
161
+ /** List all supported top level domains. */
162
+ getSupportedTlds: new ApiCallAsyncResourceFactory(descriptors.domainGetSupportedTlds, baseClient.domain.getSupportedTlds).getApiResource,
161
163
  /** List all domain ownerships of a project. */
162
164
  listDomainOwnerships: new ApiCallAsyncResourceFactory(descriptors.domainListDomainOwnerships, baseClient.domain.listDomainOwnerships).getApiResource,
163
165
  /** List Domains belonging to a Project. */
@@ -168,8 +170,6 @@ const buildDomainApi = (baseClient) => ({
168
170
  ingressListAccessible: new ApiCallAsyncResourceFactory(descriptors.ingressListAccessible, baseClient.domain.ingressListAccessible).getApiResource,
169
171
  /** List Ingresses belonging to a project. */
170
172
  ingressListForProject: new ApiCallAsyncResourceFactory(descriptors.ingressListForProject, baseClient.domain.ingressListForProject).getApiResource,
171
- /** List all supported top level domains. */
172
- getSupportedTlds: new ApiCallAsyncResourceFactory(descriptors.domainGetSupportedTlds, baseClient.domain.getSupportedTlds).getApiResource,
173
173
  });
174
174
  const buildFileApi = (baseClient) => ({
175
175
  /** Get a File's meta. */
@@ -198,7 +198,7 @@ const buildNotificationApi = (baseClient) => ({
198
198
  newsletterGetInfo: new ApiCallAsyncResourceFactory(descriptors.newsletterGetInfo, baseClient.notification.newsletterGetInfo).getApiResource,
199
199
  /** Get the counts for unread notifications of the user. */
200
200
  scountUnreadNotifications: new ApiCallAsyncResourceFactory(descriptors.notificationsCountUnreadNotifications, baseClient.notification.scountUnreadNotifications).getApiResource,
201
- /** List all unread notifications */
201
+ /** List all unread notifications. */
202
202
  slistNotifications: new ApiCallAsyncResourceFactory(descriptors.notificationsListNotifications, baseClient.notification.slistNotifications).getApiResource,
203
203
  });
204
204
  const buildProjectApi = (baseClient) => ({
@@ -4730,7 +4730,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4730
4730
  total: number;
4731
4731
  warning: number;
4732
4732
  }, 200, "application/json">>>;
4733
- /** List all unread notifications */
4733
+ /** List all unread notifications. */
4734
4734
  slistNotifications: (request?: {
4735
4735
  headers?: {
4736
4736
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -4783,7 +4783,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4783
4783
  data: {
4784
4784
  status: "read";
4785
4785
  };
4786
- messageId: string;
4786
+ notificationId: string;
4787
4787
  headers?: {
4788
4788
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4789
4789
  "x-access-token"?: string | undefined;
@@ -4794,7 +4794,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4794
4794
  };
4795
4795
  } & {
4796
4796
  pathParameters: {
4797
- messageId: string;
4797
+ notificationId: string;
4798
4798
  };
4799
4799
  } & {
4800
4800
  headers?: Partial<{
@@ -5680,6 +5680,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5680
5680
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5681
5681
  [x: string]: unknown;
5682
5682
  }, 404, "application/json">>>;
5683
+ /** List all supported top level domains. */
5684
+ getSupportedTlds: (request?: {
5685
+ headers?: {
5686
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5687
+ } | undefined;
5688
+ } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5689
+ headers?: Partial<{
5690
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5691
+ }> | undefined;
5692
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json">>>;
5683
5693
  /** List all domain ownerships of a project. */
5684
5694
  listDomainOwnerships: (request: {
5685
5695
  projectId: string;
@@ -6007,16 +6017,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6007
6017
  }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6008
6018
  [x: string]: unknown;
6009
6019
  }, 404, "application/json">>>;
6010
- /** List all supported top level domains. */
6011
- getSupportedTlds: (request?: {
6012
- headers?: {
6013
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6014
- } | undefined;
6015
- } | null | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6016
- headers?: Partial<{
6017
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6018
- }> | undefined;
6019
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainTopLevel[], 200, "application/json">>>;
6020
6020
  };
6021
6021
  /** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
6022
6022
  readonly file: {
@@ -6930,6 +6930,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6930
6930
  [x: string]: unknown;
6931
6931
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6932
6932
  [x: string]: unknown;
6933
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6934
+ [x: string]: unknown;
6933
6935
  }, 412, "application/json">>>;
6934
6936
  /** Decline a ProjectInvite. */
6935
6937
  declineProjectInvite: (request: {
@@ -6986,7 +6988,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6986
6988
  rules: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
6987
6989
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6988
6990
  [x: string]: unknown;
6989
- }, 400, "application/json">>>;
6991
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6992
+ [x: string]: unknown;
6993
+ }, 403, "application/json">>>;
6990
6994
  /** Delete a Project's avatar. */
6991
6995
  deleteProjectAvatar: (request: {
6992
6996
  projectId: string;
@@ -7010,7 +7014,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7010
7014
  }>;
7011
7015
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7012
7016
  [x: string]: unknown;
7013
- }, 400, "application/json">>>;
7017
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7018
+ [x: string]: unknown;
7019
+ }, 403, "application/json">>>;
7014
7020
  /** Get a ProjectInvite. */
7015
7021
  getProjectInvite: (request: {
7016
7022
  inviteId: string;
@@ -7177,6 +7183,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7177
7183
  [x: string]: unknown;
7178
7184
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7179
7185
  [x: string]: unknown;
7186
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
7187
+ [x: string]: unknown;
7180
7188
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7181
7189
  [x: string]: unknown;
7182
7190
  }, 500, "application/json">>>;
@@ -7206,7 +7214,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7206
7214
  rules: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectAvatarRules;
7207
7215
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7208
7216
  [x: string]: unknown;
7209
- }, 400, "application/json">>>;
7217
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7218
+ [x: string]: unknown;
7219
+ }, 403, "application/json">>>;
7210
7220
  /** Delete a Server's avatar. */
7211
7221
  deleteServerAvatar: (request: {
7212
7222
  serverId: string;
@@ -7230,7 +7240,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7230
7240
  }>;
7231
7241
  }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7232
7242
  [x: string]: unknown;
7233
- }, 400, "application/json">>>;
7243
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7244
+ [x: string]: unknown;
7245
+ }, 403, "application/json">>>;
7234
7246
  /** Get a ProjectInvite by token. */
7235
7247
  getProjectTokenInvite: (request: {
7236
7248
  headers: {
@@ -7304,7 +7316,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7304
7316
  statisticsBaseDomain?: string | undefined;
7305
7317
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7306
7318
  [x: string]: unknown;
7307
- }, 404, "application/json">>>;
7319
+ }, 403, "application/json">>>;
7308
7320
  /** Get the executing user's membership in a Project. */
7309
7321
  getSelfMembershipForProject: (request: {
7310
7322
  projectId: string;
@@ -7375,6 +7387,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7375
7387
  storage: string;
7376
7388
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7377
7389
  [x: string]: unknown;
7390
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
7391
+ [x: string]: unknown;
7378
7392
  }, 404, "application/json">>>;
7379
7393
  /** Leave a Project. */
7380
7394
  leaveProject: (request: {
@@ -7585,7 +7599,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7585
7599
  shortId: string;
7586
7600
  }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7587
7601
  [x: string]: unknown;
7588
- }, 400, "application/json">>>;
7602
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7603
+ [x: string]: unknown;
7604
+ }, 403, "application/json">>>;
7589
7605
  /** List Servers belonging to the executing user. */
7590
7606
  listServers: (request?: {
7591
7607
  headers?: {
@@ -7684,7 +7700,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7684
7700
  [x: string]: unknown;
7685
7701
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7686
7702
  [x: string]: unknown;
7687
- }, 404, "application/json">>>;
7703
+ }, 403, "application/json">>>;
7688
7704
  /** Update a Servers's description. */
7689
7705
  updateServerDescription: (request: {
7690
7706
  data: {
@@ -7715,7 +7731,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
7715
7731
  }>;
7716
7732
  }, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
7717
7733
  [x: string]: unknown;
7718
- }, 400, "application/json">>>;
7734
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7735
+ [x: string]: unknown;
7736
+ }, 403, "application/json">>>;
7719
7737
  };
7720
7738
  /** The filesystem API allows you to directly access the filesystem of your project. */
7721
7739
  readonly projectFileSystem: {
@@ -304,7 +304,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
304
304
  newsletterUnsubscribeUser: this.requestFunctionFactory(descriptors.newsletterUnsubscribeUser),
305
305
  /** Get the counts for unread notifications of the user. */
306
306
  scountUnreadNotifications: this.requestFunctionFactory(descriptors.notificationsCountUnreadNotifications),
307
- /** List all unread notifications */
307
+ /** List all unread notifications. */
308
308
  slistNotifications: this.requestFunctionFactory(descriptors.notificationsListNotifications),
309
309
  /** Mark all notifications as read. */
310
310
  sreadAllNotifications: this.requestFunctionFactory(descriptors.notificationsReadAllNotifications),
@@ -363,6 +363,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
363
363
  getSpecificDomainOwnership: this.requestFunctionFactory(descriptors.domainGetSpecificDomainOwnership),
364
364
  /** Verify a domain ownership. */
365
365
  verifyDomainOwnership: this.requestFunctionFactory(descriptors.domainVerifyDomainOwnership),
366
+ /** List all supported top level domains. */
367
+ getSupportedTlds: this.requestFunctionFactory(descriptors.domainGetSupportedTlds),
366
368
  /** List all domain ownerships of a project. */
367
369
  listDomainOwnerships: this.requestFunctionFactory(descriptors.domainListDomainOwnerships),
368
370
  /** List Domains belonging to a Project. */
@@ -385,8 +387,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
385
387
  ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
386
388
  /** Update an Ingresses tls settings. */
387
389
  ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
388
- /** List all supported top level domains. */
389
- getSupportedTlds: this.requestFunctionFactory(descriptors.domainGetSupportedTlds),
390
390
  };
391
391
  /** The file API allows you to manage your files, for example for conversations attachments and avatar uploads. */
392
392
  file = {