@mittwald/api-client 2.0.13 → 2.0.15

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.
@@ -2393,7 +2393,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2393
2393
  }, import("@mittwald/api-client-commons").Response<{
2394
2394
  categoryId: string;
2395
2395
  name: string;
2396
- referenceType: ("unspecified" | "server" | "project" | "organisation")[];
2396
+ referenceType: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategoryReferenceType;
2397
2397
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2398
2398
  [x: string]: unknown;
2399
2399
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -2945,7 +2945,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2945
2945
  }>;
2946
2946
  }, import("@mittwald/api-client-commons").Response<{
2947
2947
  abortedBy?: {
2948
- id?: string | undefined;
2948
+ id?: string | undefined; /** Enable a MySQLUser. */
2949
2949
  } | undefined;
2950
2950
  durationInMilliseconds: number;
2951
2951
  end?: string | undefined;
@@ -3544,7 +3544,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3544
3544
  }>;
3545
3545
  }, import("@mittwald/api-client-commons").Response<{
3546
3546
  activeSuspension?: {
3547
- createdAt: string; /** sets mx-records to managed for a specific zone */
3547
+ createdAt: string;
3548
3548
  } | undefined;
3549
3549
  avatarRefId?: string | undefined;
3550
3550
  categoryId?: string | undefined;
@@ -6434,7 +6434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6434
6434
  address: string;
6435
6435
  isCatchAll: boolean;
6436
6436
  mailbox: {
6437
- enableSpamProtection: boolean;
6437
+ enableSpamProtection: boolean; /** Reset RecoveryCodes for MFA. */
6438
6438
  password: string;
6439
6439
  quotaInBytes: number;
6440
6440
  };
@@ -6504,6 +6504,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6504
6504
  spamProtection: {
6505
6505
  active: boolean;
6506
6506
  autoDeleteSpam: boolean;
6507
+ /** Store a new ssh-key. */
6507
6508
  folder: "spam" | "inbox";
6508
6509
  relocationMinSpamScore: number;
6509
6510
  };
@@ -6511,7 +6512,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6511
6512
  current: {
6512
6513
  updatedAt: string;
6513
6514
  value: number;
6514
- }; /** Get a specific ApiToken. */
6515
+ }; /** Update an existing `ApiToken`. */
6515
6516
  limit: number;
6516
6517
  };
6517
6518
  } | undefined;
@@ -409,10 +409,11 @@ export declare module MittwaldAPIV2 {
409
409
  domain: string;
410
410
  id: string;
411
411
  }
412
+ type ConversationCategoryReferenceType = ("unspecified" | "server" | "project" | "organisation")[];
412
413
  interface ConversationCategory {
413
414
  categoryId: string;
414
415
  name: string;
415
- referenceType: ("unspecified" | "server" | "project" | "organisation")[];
416
+ referenceType: MittwaldAPIV2.Components.Schemas.ConversationCategoryReferenceType;
416
417
  }
417
418
  interface ConversationConversation {
418
419
  category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
@@ -6587,6 +6588,7 @@ export declare module MittwaldAPIV2 {
6587
6588
  namespace V2SignupPasswordResetConfirm { }
6588
6589
  namespace V2SignupTokenApiApiTokenId { }
6589
6590
  namespace V2SignupSshSshKeyId { }
6591
+ namespace V2SignupMfa { }
6590
6592
  namespace V2SignupPasswordReset { }
6591
6593
  namespace V2SignupLogout { }
6592
6594
  namespace V2SignupEmailResend { }
@@ -6600,6 +6602,7 @@ export declare module MittwaldAPIV2 {
6600
6602
  namespace V2User { }
6601
6603
  namespace V2SignupSessions { }
6602
6604
  namespace V2SignupSessionsTokenId { }
6605
+ namespace V2SignupProfile { }
6603
6606
  namespace V2SignupEmailVerify { }
6604
6607
  namespace V2DnsZonesZoneIdRecordsetAcombinedCustom {
6605
6608
  namespace Put {
@@ -12380,7 +12383,6 @@ export declare module MittwaldAPIV2 {
12380
12383
  }
12381
12384
  }
12382
12385
  }
12383
- namespace V2SignupProfile { }
12384
12386
  namespace V2UsersSelf {
12385
12387
  namespace Delete {
12386
12388
  namespace Parameters {
@@ -12430,7 +12432,6 @@ export declare module MittwaldAPIV2 {
12430
12432
  }
12431
12433
  }
12432
12434
  }
12433
- namespace V2SignupMfa { }
12434
12435
  namespace V2UsersSelfPersonalInformation {
12435
12436
  namespace Get {
12436
12437
  namespace Parameters {
@@ -2393,7 +2393,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2393
2393
  }, import("@mittwald/api-client-commons").Response<{
2394
2394
  categoryId: string;
2395
2395
  name: string;
2396
- referenceType: ("unspecified" | "server" | "project" | "organisation")[];
2396
+ referenceType: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategoryReferenceType;
2397
2397
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2398
2398
  [x: string]: unknown;
2399
2399
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -2945,7 +2945,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2945
2945
  }>;
2946
2946
  }, import("@mittwald/api-client-commons").Response<{
2947
2947
  abortedBy?: {
2948
- id?: string | undefined;
2948
+ id?: string | undefined; /** Enable a MySQLUser. */
2949
2949
  } | undefined;
2950
2950
  durationInMilliseconds: number;
2951
2951
  end?: string | undefined;
@@ -3544,7 +3544,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3544
3544
  }>;
3545
3545
  }, import("@mittwald/api-client-commons").Response<{
3546
3546
  activeSuspension?: {
3547
- createdAt: string; /** sets mx-records to managed for a specific zone */
3547
+ createdAt: string;
3548
3548
  } | undefined;
3549
3549
  avatarRefId?: string | undefined;
3550
3550
  categoryId?: string | undefined;
@@ -6434,7 +6434,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6434
6434
  address: string;
6435
6435
  isCatchAll: boolean;
6436
6436
  mailbox: {
6437
- enableSpamProtection: boolean;
6437
+ enableSpamProtection: boolean; /** Reset RecoveryCodes for MFA. */
6438
6438
  password: string;
6439
6439
  quotaInBytes: number;
6440
6440
  };
@@ -6504,6 +6504,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6504
6504
  spamProtection: {
6505
6505
  active: boolean;
6506
6506
  autoDeleteSpam: boolean;
6507
+ /** Store a new ssh-key. */
6507
6508
  folder: "spam" | "inbox";
6508
6509
  relocationMinSpamScore: number;
6509
6510
  };
@@ -6511,7 +6512,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6511
6512
  current: {
6512
6513
  updatedAt: string;
6513
6514
  value: number;
6514
- }; /** Get a specific ApiToken. */
6515
+ }; /** Update an existing `ApiToken`. */
6515
6516
  limit: number;
6516
6517
  };
6517
6518
  } | undefined;
@@ -409,10 +409,11 @@ export declare module MittwaldAPIV2 {
409
409
  domain: string;
410
410
  id: string;
411
411
  }
412
+ type ConversationCategoryReferenceType = ("unspecified" | "server" | "project" | "organisation")[];
412
413
  interface ConversationCategory {
413
414
  categoryId: string;
414
415
  name: string;
415
- referenceType: ("unspecified" | "server" | "project" | "organisation")[];
416
+ referenceType: MittwaldAPIV2.Components.Schemas.ConversationCategoryReferenceType;
416
417
  }
417
418
  interface ConversationConversation {
418
419
  category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
@@ -6587,6 +6588,7 @@ export declare module MittwaldAPIV2 {
6587
6588
  namespace V2SignupPasswordResetConfirm { }
6588
6589
  namespace V2SignupTokenApiApiTokenId { }
6589
6590
  namespace V2SignupSshSshKeyId { }
6591
+ namespace V2SignupMfa { }
6590
6592
  namespace V2SignupPasswordReset { }
6591
6593
  namespace V2SignupLogout { }
6592
6594
  namespace V2SignupEmailResend { }
@@ -6600,6 +6602,7 @@ export declare module MittwaldAPIV2 {
6600
6602
  namespace V2User { }
6601
6603
  namespace V2SignupSessions { }
6602
6604
  namespace V2SignupSessionsTokenId { }
6605
+ namespace V2SignupProfile { }
6603
6606
  namespace V2SignupEmailVerify { }
6604
6607
  namespace V2DnsZonesZoneIdRecordsetAcombinedCustom {
6605
6608
  namespace Put {
@@ -12380,7 +12383,6 @@ export declare module MittwaldAPIV2 {
12380
12383
  }
12381
12384
  }
12382
12385
  }
12383
- namespace V2SignupProfile { }
12384
12386
  namespace V2UsersSelf {
12385
12387
  namespace Delete {
12386
12388
  namespace Parameters {
@@ -12430,7 +12432,6 @@ export declare module MittwaldAPIV2 {
12430
12432
  }
12431
12433
  }
12432
12434
  }
12433
- namespace V2SignupMfa { }
12434
12435
  namespace V2UsersSelfPersonalInformation {
12435
12436
  namespace Get {
12436
12437
  namespace Parameters {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '2.0.13';
1
+ export declare const MittwaldAPIClientVersion = '2.0.15';
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const MittwaldAPIClientVersion = '2.0.13';
1
+ export const MittwaldAPIClientVersion = '2.0.15';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/api-client",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "Auto-generated client for the mittwald API",
5
5
  "license": "MIT",
6
6
  "repository": "github:mittwald/api-client-js",