@mittwald/api-client 4.175.0 → 4.176.0
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.
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.175.0';
|
|
@@ -2021,7 +2021,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2021
2021
|
limit?: number | undefined;
|
|
2022
2022
|
skip?: number | undefined;
|
|
2023
2023
|
page?: number | undefined;
|
|
2024
|
-
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[] | undefined;
|
|
2024
|
+
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
2025
2025
|
order?: ("asc" | "desc")[] | undefined;
|
|
2026
2026
|
} | undefined;
|
|
2027
2027
|
}) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailAddress[]>;
|
|
@@ -16996,7 +16996,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
16996
16996
|
limit?: number | undefined;
|
|
16997
16997
|
skip?: number | undefined;
|
|
16998
16998
|
page?: number | undefined;
|
|
16999
|
-
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[] | undefined;
|
|
16999
|
+
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
17000
17000
|
order?: ("asc" | "desc")[] | undefined;
|
|
17001
17001
|
} | undefined;
|
|
17002
17002
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
@@ -17016,7 +17016,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17016
17016
|
limit?: number | undefined;
|
|
17017
17017
|
skip?: number | undefined;
|
|
17018
17018
|
page?: number | undefined;
|
|
17019
|
-
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[] | undefined;
|
|
17019
|
+
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
17020
17020
|
order?: ("asc" | "desc")[] | undefined;
|
|
17021
17021
|
} & Partial<{
|
|
17022
17022
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -17056,7 +17056,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17056
17056
|
limit?: number | undefined;
|
|
17057
17057
|
skip?: number | undefined;
|
|
17058
17058
|
page?: number | undefined;
|
|
17059
|
-
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[] | undefined;
|
|
17059
|
+
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[] | undefined;
|
|
17060
17060
|
order?: ("asc" | "desc")[] | undefined;
|
|
17061
17061
|
} & Partial<{
|
|
17062
17062
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
@@ -5039,12 +5039,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5039
5039
|
name: string;
|
|
5040
5040
|
value: string;
|
|
5041
5041
|
}
|
|
5042
|
-
interface LlmlocksmithModel {
|
|
5043
|
-
displayName: string;
|
|
5044
|
-
docLink: string;
|
|
5045
|
-
name: string;
|
|
5046
|
-
termsOfServiceLink: string;
|
|
5047
|
-
}
|
|
5048
5042
|
interface LlmlocksmithContainerMeta {
|
|
5049
5043
|
containerId?: string;
|
|
5050
5044
|
ingressId?: string;
|
|
@@ -5061,6 +5055,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5061
5055
|
projectId?: string;
|
|
5062
5056
|
rateLimit: number;
|
|
5063
5057
|
}
|
|
5058
|
+
interface LlmlocksmithModel {
|
|
5059
|
+
displayName: string;
|
|
5060
|
+
docLink: string;
|
|
5061
|
+
name: string;
|
|
5062
|
+
termsOfServiceLink: string;
|
|
5063
|
+
}
|
|
5064
5064
|
interface CommonsAddress {
|
|
5065
5065
|
street: string;
|
|
5066
5066
|
houseNumber: string;
|
|
@@ -17864,7 +17864,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
17864
17864
|
limit?: number;
|
|
17865
17865
|
skip?: number;
|
|
17866
17866
|
page?: number;
|
|
17867
|
-
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name")[];
|
|
17867
|
+
sort?: ("address.domain" | "address.local" | "updatedAt" | "projectId" | "mailbox.quota" | "mailbox.name" | "mailbox.storageInBytes.current" | "mailbox.storageInBytes.limit")[];
|
|
17868
17868
|
order?: ("asc" | "desc")[];
|
|
17869
17869
|
};
|
|
17870
17870
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.175.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.176.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "4f887f7adf229510db6fd1c88180cb0fc3d38444"
|
|
84
84
|
}
|