@mittwald/api-client 4.393.0 → 4.395.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.394.0';
|
|
@@ -1680,13 +1680,7 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1680
1680
|
category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
|
|
1681
1681
|
conversationId: string;
|
|
1682
1682
|
createdAt: string;
|
|
1683
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
1684
|
-
lastMessage?: {
|
|
1685
|
-
createdAt: string;
|
|
1686
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
1687
|
-
} | undefined;
|
|
1688
1683
|
lastMessageAt?: string | undefined;
|
|
1689
|
-
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
1690
1684
|
mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
1691
1685
|
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
1692
1686
|
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
@@ -1696,6 +1690,12 @@ declare const buildConversationApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1696
1690
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
1697
1691
|
title: string;
|
|
1698
1692
|
visibility: "shared" | "private";
|
|
1693
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
1694
|
+
lastMessage?: {
|
|
1695
|
+
createdAt: string;
|
|
1696
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
1697
|
+
} | undefined;
|
|
1698
|
+
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
1699
1699
|
}>;
|
|
1700
1700
|
/** Request an access token for the File belonging to the Conversation. */
|
|
1701
1701
|
getFileAccessToken: (conf: {
|
|
@@ -13191,16 +13191,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13191
13191
|
conversationId: string;
|
|
13192
13192
|
};
|
|
13193
13193
|
}, import("@mittwald/api-client-commons").Response<{
|
|
13194
|
+
[x: string]: unknown;
|
|
13195
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13196
|
+
[x: string]: unknown;
|
|
13197
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13198
|
+
[x: string]: unknown;
|
|
13199
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13200
|
+
[x: string]: unknown;
|
|
13201
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13194
13202
|
category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
|
|
13195
13203
|
conversationId: string;
|
|
13196
13204
|
createdAt: string;
|
|
13197
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13198
|
-
lastMessage?: {
|
|
13199
|
-
createdAt: string;
|
|
13200
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13201
|
-
} | undefined;
|
|
13202
13205
|
lastMessageAt?: string | undefined;
|
|
13203
|
-
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13204
13206
|
mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13205
13207
|
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
13206
13208
|
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
@@ -13210,15 +13212,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13210
13212
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
13211
13213
|
title: string;
|
|
13212
13214
|
visibility: "shared" | "private";
|
|
13213
|
-
|
|
13214
|
-
|
|
13215
|
-
|
|
13216
|
-
|
|
13217
|
-
|
|
13218
|
-
|
|
13219
|
-
},
|
|
13220
|
-
[x: string]: unknown;
|
|
13221
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
13215
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13216
|
+
lastMessage?: {
|
|
13217
|
+
createdAt: string;
|
|
13218
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13219
|
+
} | undefined;
|
|
13220
|
+
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13221
|
+
}, 200, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
13222
13222
|
headers?: Partial<{
|
|
13223
13223
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
13224
13224
|
}>;
|
|
@@ -13227,16 +13227,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13227
13227
|
conversationId: string;
|
|
13228
13228
|
};
|
|
13229
13229
|
}, import("@mittwald/api-client-commons").Response<{
|
|
13230
|
+
[x: string]: unknown;
|
|
13231
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13232
|
+
[x: string]: unknown;
|
|
13233
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13234
|
+
[x: string]: unknown;
|
|
13235
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13236
|
+
[x: string]: unknown;
|
|
13237
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13230
13238
|
category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
|
|
13231
13239
|
conversationId: string;
|
|
13232
13240
|
createdAt: string;
|
|
13233
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13234
|
-
lastMessage?: {
|
|
13235
|
-
createdAt: string;
|
|
13236
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13237
|
-
} | undefined;
|
|
13238
13241
|
lastMessageAt?: string | undefined;
|
|
13239
|
-
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13240
13242
|
mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13241
13243
|
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
13242
13244
|
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
@@ -13246,15 +13248,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13246
13248
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
13247
13249
|
title: string;
|
|
13248
13250
|
visibility: "shared" | "private";
|
|
13249
|
-
|
|
13250
|
-
|
|
13251
|
-
|
|
13252
|
-
|
|
13253
|
-
|
|
13254
|
-
|
|
13255
|
-
},
|
|
13256
|
-
[x: string]: unknown;
|
|
13257
|
-
}, 429, "application/json">>>;
|
|
13251
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13252
|
+
lastMessage?: {
|
|
13253
|
+
createdAt: string;
|
|
13254
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13255
|
+
} | undefined;
|
|
13256
|
+
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13257
|
+
}, 200, "application/json">>>;
|
|
13258
13258
|
/** Update the basic properties of the conversation. */
|
|
13259
13259
|
updateConversation: (request: {
|
|
13260
13260
|
conversationId: string;
|
|
@@ -3046,27 +3046,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3046
3046
|
fallback?: string;
|
|
3047
3047
|
};
|
|
3048
3048
|
}
|
|
3049
|
-
|
|
3050
|
-
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
|
|
3051
|
-
conversationId: string;
|
|
3052
|
-
createdAt: string;
|
|
3049
|
+
type ConversationConversation = MittwaldAPIV2.Components.Schemas.ConversationBasicConversation & {
|
|
3053
3050
|
createdBy?: MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
3054
3051
|
lastMessage?: {
|
|
3055
3052
|
createdAt: string;
|
|
3056
3053
|
createdBy?: MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
3057
3054
|
};
|
|
3058
|
-
lastMessageAt?: string;
|
|
3059
3055
|
lastMessageBy?: MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
3060
|
-
|
|
3061
|
-
notificationRoles?: MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[];
|
|
3062
|
-
relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference;
|
|
3063
|
-
relations?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference[];
|
|
3064
|
-
sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference;
|
|
3065
|
-
shortId: string;
|
|
3066
|
-
status: MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
3067
|
-
title: string;
|
|
3068
|
-
visibility: "shared" | "private";
|
|
3069
|
-
}
|
|
3056
|
+
};
|
|
3070
3057
|
interface ConversationGetConversationIdResponse {
|
|
3071
3058
|
conversationId: string;
|
|
3072
3059
|
shortId: string;
|
|
@@ -3240,11 +3227,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3240
3227
|
type ConversationStatusUpdate = MittwaldAPIV2.Components.Schemas.ConversationResubmissionStatusUpdate | MittwaldAPIV2.Components.Schemas.ConversationGenericStatusUpdate;
|
|
3241
3228
|
interface ConversationUser {
|
|
3242
3229
|
active?: boolean;
|
|
3243
|
-
atlasGroup?: MittwaldAPIV2.Components.Schemas.ConversationGroup;
|
|
3244
3230
|
avatarRefId?: string;
|
|
3245
3231
|
clearName?: string;
|
|
3246
|
-
|
|
3247
|
-
group?: MittwaldAPIV2.Components.Schemas.ConversationGroup;
|
|
3232
|
+
isEmployee?: boolean;
|
|
3248
3233
|
userId: string;
|
|
3249
3234
|
}
|
|
3250
3235
|
interface StraceData {
|
|
@@ -6737,13 +6722,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6737
6722
|
webStorageUsageInBytes: number;
|
|
6738
6723
|
webStorageUsageInBytesSetAt: string;
|
|
6739
6724
|
}
|
|
6740
|
-
type ConversationDepartment = "development" | "mail" | "accounting" | "cloudHosting" | "customerService" | "productManagement" | "generic";
|
|
6741
|
-
interface ConversationGroup {
|
|
6742
|
-
acronym?: string;
|
|
6743
|
-
id: string;
|
|
6744
|
-
isDefaultGroup?: boolean;
|
|
6745
|
-
name: string;
|
|
6746
|
-
}
|
|
6747
6725
|
type DomainmigrationDNSRecordType = "A" | "AAAA" | "TXT" | "MX" | "CNAME" | "SRV" | "CAA" | "NS";
|
|
6748
6726
|
interface DomainmigrationNonMigratableDomain {
|
|
6749
6727
|
hostname: string;
|
|
@@ -6834,6 +6812,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6834
6812
|
pAccount: string;
|
|
6835
6813
|
projectId: string;
|
|
6836
6814
|
}
|
|
6815
|
+
interface ConversationBasicConversation {
|
|
6816
|
+
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
|
|
6817
|
+
conversationId: string;
|
|
6818
|
+
createdAt: string;
|
|
6819
|
+
lastMessageAt?: string;
|
|
6820
|
+
mainUser: MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
6821
|
+
notificationRoles?: MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[];
|
|
6822
|
+
relatedTo?: MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference;
|
|
6823
|
+
relations?: MittwaldAPIV2.Components.Schemas.ConversationAggregateReference[];
|
|
6824
|
+
sharedWith?: MittwaldAPIV2.Components.Schemas.ConversationShareableAggregateReference;
|
|
6825
|
+
shortId: string;
|
|
6826
|
+
status: MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
6827
|
+
title: string;
|
|
6828
|
+
visibility: "shared" | "private";
|
|
6829
|
+
}
|
|
6837
6830
|
interface CommonsAddress {
|
|
6838
6831
|
street: string;
|
|
6839
6832
|
houseNumber: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.394.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.395.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",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:compile": "run tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mittwald/api-client-commons": "^4.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.395.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.395.0",
|
|
54
54
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
55
55
|
"@types/node": "^22.18.11",
|
|
56
56
|
"@types/react": "^18.3.26",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "97be1f81134e589d95a79d87d9add6bc05e5a59f"
|
|
84
84
|
}
|