@mittwald/api-client 3.0.8 → 3.0.9

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.
@@ -5046,7 +5046,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5046
5046
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5047
5047
  [x: string]: unknown;
5048
5048
  }, 404, "application/json">>>;
5049
- /** Change the ownerC of a domain. */
5049
+ /** Change the owner contact of a domain. */
5050
5050
  changeOwnercOfDomain: (request: {
5051
5051
  data: {
5052
5052
  ownerC: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
@@ -5336,7 +5336,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5336
5336
  domainId: string;
5337
5337
  handles: {
5338
5338
  adminC?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable | undefined;
5339
- ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable; /** Mark all notifications as read. */
5339
+ ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
5340
5340
  };
5341
5341
  hasAuthCode: boolean;
5342
5342
  nameservers: [string, string, ...string[]];
@@ -5908,7 +5908,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5908
5908
  imageDimensions?: {
5909
5909
  max?: {
5910
5910
  height?: number | undefined;
5911
- width?: number | undefined;
5911
+ width?: number | undefined; /** Request a Server avatar upload. */
5912
5912
  } | undefined;
5913
5913
  min?: {
5914
5914
  height?: number | undefined;
@@ -5942,7 +5942,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5942
5942
  imageDimensions?: {
5943
5943
  max?: {
5944
5944
  height?: number | undefined;
5945
- width?: number | undefined;
5945
+ width?: number | undefined; /** Request a Server avatar upload. */
5946
5946
  } | undefined;
5947
5947
  min?: {
5948
5948
  height?: number | undefined;
@@ -6208,7 +6208,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6208
6208
  isCatchAll: boolean;
6209
6209
  mailbox: {
6210
6210
  enableSpamProtection: boolean;
6211
- password: string; /** Confirm password reset. */
6211
+ password: string;
6212
6212
  quotaInBytes: number;
6213
6213
  };
6214
6214
  };
@@ -6262,7 +6262,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6262
6262
  autoResponder: {
6263
6263
  active: boolean;
6264
6264
  expiresAt?: string | undefined;
6265
- message: string;
6265
+ message: string; /** Get a specific ApiToken. */
6266
6266
  startsAt?: string | undefined;
6267
6267
  };
6268
6268
  forwardAddresses: string[];
@@ -6274,7 +6274,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6274
6274
  sendingEnabled: boolean;
6275
6275
  spamProtection: {
6276
6276
  active: boolean;
6277
- autoDeleteSpam: boolean;
6277
+ autoDeleteSpam: boolean; /** Get a specific stored ssh-key. */
6278
6278
  folder: "spam" | "inbox";
6279
6279
  relocationMinSpamScore: number;
6280
6280
  };
@@ -6282,7 +6282,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6282
6282
  current: {
6283
6283
  updatedAt: string;
6284
6284
  value: number;
6285
- };
6285
+ }; /** Remove a ssh-key. */
6286
6286
  limit: number;
6287
6287
  };
6288
6288
  } | undefined;
@@ -346,7 +346,7 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
346
346
  dnsZonesForProject: this.requestFunctionFactory(descriptors.dnsZonesForProject),
347
347
  /** Abort a declare process. */
348
348
  abortDeclareProcess: this.requestFunctionFactory(descriptors.domainAbortDeclareProcess),
349
- /** Change the ownerC of a domain. */
349
+ /** Change the owner contact of a domain. */
350
350
  changeOwnercOfDomain: this.requestFunctionFactory(descriptors.domainChangeOwnercOfDomain),
351
351
  /** Change the Project relation of a Domain. */
352
352
  changeProjectOfDomain: this.requestFunctionFactory(descriptors.domainChangeProjectOfDomain),
@@ -269,7 +269,7 @@ export declare const dnsZoneGetSpecific: OpenAPIOperation<RequestType<Simplify<n
269
269
  export declare const dnsZonesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
270
270
  /** Abort a declare process. */
271
271
  export declare const domainAbortDeclareProcess: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
272
- /** Change the ownerC of a domain. */
272
+ /** Change the owner contact of a domain. */
273
273
  export declare const domainChangeOwnercOfDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
274
274
  /** Change the Project relation of a Domain. */
275
275
  export declare const domainChangeProjectOfDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -804,7 +804,7 @@ exports.domainAbortDeclareProcess = {
804
804
  method: "DELETE",
805
805
  operationId: "domain-abort-declare-process",
806
806
  };
807
- /** Change the ownerC of a domain. */
807
+ /** Change the owner contact of a domain. */
808
808
  exports.domainChangeOwnercOfDomain = {
809
809
  path: "/v2/domains/{domainId}/handles/ownerc",
810
810
  method: "PUT",
@@ -5046,7 +5046,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5046
5046
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5047
5047
  [x: string]: unknown;
5048
5048
  }, 404, "application/json">>>;
5049
- /** Change the ownerC of a domain. */
5049
+ /** Change the owner contact of a domain. */
5050
5050
  changeOwnercOfDomain: (request: {
5051
5051
  data: {
5052
5052
  ownerC: [import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField, ...import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleField[]];
@@ -5336,7 +5336,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5336
5336
  domainId: string;
5337
5337
  handles: {
5338
5338
  adminC?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable | undefined;
5339
- ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable; /** Mark all notifications as read. */
5339
+ ownerC: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainHandleReadable;
5340
5340
  };
5341
5341
  hasAuthCode: boolean;
5342
5342
  nameservers: [string, string, ...string[]];
@@ -5908,7 +5908,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5908
5908
  imageDimensions?: {
5909
5909
  max?: {
5910
5910
  height?: number | undefined;
5911
- width?: number | undefined;
5911
+ width?: number | undefined; /** Request a Server avatar upload. */
5912
5912
  } | undefined;
5913
5913
  min?: {
5914
5914
  height?: number | undefined;
@@ -5942,7 +5942,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5942
5942
  imageDimensions?: {
5943
5943
  max?: {
5944
5944
  height?: number | undefined;
5945
- width?: number | undefined;
5945
+ width?: number | undefined; /** Request a Server avatar upload. */
5946
5946
  } | undefined;
5947
5947
  min?: {
5948
5948
  height?: number | undefined;
@@ -6208,7 +6208,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6208
6208
  isCatchAll: boolean;
6209
6209
  mailbox: {
6210
6210
  enableSpamProtection: boolean;
6211
- password: string; /** Confirm password reset. */
6211
+ password: string;
6212
6212
  quotaInBytes: number;
6213
6213
  };
6214
6214
  };
@@ -6262,7 +6262,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6262
6262
  autoResponder: {
6263
6263
  active: boolean;
6264
6264
  expiresAt?: string | undefined;
6265
- message: string;
6265
+ message: string; /** Get a specific ApiToken. */
6266
6266
  startsAt?: string | undefined;
6267
6267
  };
6268
6268
  forwardAddresses: string[];
@@ -6274,7 +6274,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6274
6274
  sendingEnabled: boolean;
6275
6275
  spamProtection: {
6276
6276
  active: boolean;
6277
- autoDeleteSpam: boolean;
6277
+ autoDeleteSpam: boolean; /** Get a specific stored ssh-key. */
6278
6278
  folder: "spam" | "inbox";
6279
6279
  relocationMinSpamScore: number;
6280
6280
  };
@@ -6282,7 +6282,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6282
6282
  current: {
6283
6283
  updatedAt: string;
6284
6284
  value: number;
6285
- };
6285
+ }; /** Remove a ssh-key. */
6286
6286
  limit: number;
6287
6287
  };
6288
6288
  } | undefined;
@@ -318,7 +318,7 @@ export class MittwaldAPIV2Client extends ApiClientBase {
318
318
  dnsZonesForProject: this.requestFunctionFactory(descriptors.dnsZonesForProject),
319
319
  /** Abort a declare process. */
320
320
  abortDeclareProcess: this.requestFunctionFactory(descriptors.domainAbortDeclareProcess),
321
- /** Change the ownerC of a domain. */
321
+ /** Change the owner contact of a domain. */
322
322
  changeOwnercOfDomain: this.requestFunctionFactory(descriptors.domainChangeOwnercOfDomain),
323
323
  /** Change the Project relation of a Domain. */
324
324
  changeProjectOfDomain: this.requestFunctionFactory(descriptors.domainChangeProjectOfDomain),
@@ -269,7 +269,7 @@ export declare const dnsZoneGetSpecific: OpenAPIOperation<RequestType<Simplify<n
269
269
  export declare const dnsZonesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDnsZones.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
270
270
  /** Abort a declare process. */
271
271
  export declare const domainAbortDeclareProcess: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclarations.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
272
- /** Change the ownerC of a domain. */
272
+ /** Change the owner contact of a domain. */
273
273
  export declare const domainChangeOwnercOfDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdHandlesOwnerc.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
274
274
  /** Change the Project relation of a Domain. */
275
275
  export declare const domainChangeProjectOfDomain: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdProjectId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -796,7 +796,7 @@ export const domainAbortDeclareProcess = {
796
796
  method: "DELETE",
797
797
  operationId: "domain-abort-declare-process",
798
798
  };
799
- /** Change the ownerC of a domain. */
799
+ /** Change the owner contact of a domain. */
800
800
  export const domainChangeOwnercOfDomain = {
801
801
  path: "/v2/domains/{domainId}/handles/ownerc",
802
802
  method: "PUT",
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '3.0.8';
1
+ export declare const MittwaldAPIClientVersion = '3.0.9';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '3.0.8';
1
+ export const MittwaldAPIClientVersion = '3.0.9';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",