@mittwald/api-client 2.0.14 → 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: ("
|
|
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;
|
|
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
|
-
}; /**
|
|
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:
|
|
416
|
+
referenceType: MittwaldAPIV2.Components.Schemas.ConversationCategoryReferenceType;
|
|
416
417
|
}
|
|
417
418
|
interface ConversationConversation {
|
|
418
419
|
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
|
|
@@ -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: ("
|
|
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;
|
|
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
|
-
}; /**
|
|
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:
|
|
416
|
+
referenceType: MittwaldAPIV2.Components.Schemas.ConversationCategoryReferenceType;
|
|
416
417
|
}
|
|
417
418
|
interface ConversationConversation {
|
|
418
419
|
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '2.0.15';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '2.0.15';
|