@mittwald/api-client 4.394.0 → 4.396.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.395.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 {
|
|
@@ -6388,6 +6373,42 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6388
6373
|
}
|
|
6389
6374
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6390
6375
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6376
|
+
interface ActivitylogParameterProperty {
|
|
6377
|
+
aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6378
|
+
name: string;
|
|
6379
|
+
}
|
|
6380
|
+
interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
|
|
6381
|
+
changes: {
|
|
6382
|
+
after?: {
|
|
6383
|
+
software: string;
|
|
6384
|
+
softwareVersion: string;
|
|
6385
|
+
updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
|
|
6386
|
+
};
|
|
6387
|
+
before?: {
|
|
6388
|
+
software?: string;
|
|
6389
|
+
softwareVersion?: string;
|
|
6390
|
+
updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
|
|
6391
|
+
};
|
|
6392
|
+
};
|
|
6393
|
+
name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
|
|
6394
|
+
parameters?: {
|
|
6395
|
+
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6396
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6397
|
+
};
|
|
6398
|
+
}
|
|
6399
|
+
interface ActivitylogAppInstallationCopyRequested {
|
|
6400
|
+
changes: {
|
|
6401
|
+
after?: {
|
|
6402
|
+
appId: string;
|
|
6403
|
+
sourceAppInstallationId: string;
|
|
6404
|
+
};
|
|
6405
|
+
before?: {
|
|
6406
|
+
appId?: string | null;
|
|
6407
|
+
sourceAppInstallationId?: string | null;
|
|
6408
|
+
};
|
|
6409
|
+
};
|
|
6410
|
+
name: "app.copy-requested";
|
|
6411
|
+
}
|
|
6391
6412
|
interface ActivitylogDnsCnameRecordSet {
|
|
6392
6413
|
changes: {
|
|
6393
6414
|
after?: {
|
|
@@ -6437,6 +6458,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6437
6458
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6438
6459
|
};
|
|
6439
6460
|
}
|
|
6461
|
+
interface ActivitylogLinkedParameterProperty {
|
|
6462
|
+
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6463
|
+
name: string;
|
|
6464
|
+
}
|
|
6440
6465
|
interface ActivitylogDatabaseDescriptionSet {
|
|
6441
6466
|
changes: {
|
|
6442
6467
|
after?: {
|
|
@@ -6451,10 +6476,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6451
6476
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6452
6477
|
};
|
|
6453
6478
|
}
|
|
6454
|
-
interface ActivitylogLinkedParameterProperty {
|
|
6455
|
-
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6456
|
-
name: string;
|
|
6457
|
-
}
|
|
6458
6479
|
interface ActivitylogDatabaseDeleted {
|
|
6459
6480
|
changes: {};
|
|
6460
6481
|
name: "database.mysql-deleted" | "database.redis-deleted";
|
|
@@ -6462,101 +6483,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6462
6483
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6463
6484
|
};
|
|
6464
6485
|
}
|
|
6465
|
-
interface ActivitylogParameterProperty {
|
|
6466
|
-
aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6467
|
-
name: string;
|
|
6468
|
-
}
|
|
6469
|
-
interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
|
|
6470
|
-
changes: {
|
|
6471
|
-
after?: {
|
|
6472
|
-
software: string;
|
|
6473
|
-
softwareVersion: string;
|
|
6474
|
-
updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
|
|
6475
|
-
};
|
|
6476
|
-
before?: {
|
|
6477
|
-
software?: string;
|
|
6478
|
-
softwareVersion?: string;
|
|
6479
|
-
updatePolicy?: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
|
|
6480
|
-
};
|
|
6481
|
-
};
|
|
6482
|
-
name: "app.systemsoftware-set" | "app.systemsoftware-deleted";
|
|
6483
|
-
parameters?: {
|
|
6484
|
-
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6485
|
-
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6486
|
-
};
|
|
6487
|
-
}
|
|
6488
|
-
interface ActivitylogAppInstallationCopyRequested {
|
|
6489
|
-
changes: {
|
|
6490
|
-
after?: {
|
|
6491
|
-
appId: string;
|
|
6492
|
-
sourceAppInstallationId: string;
|
|
6493
|
-
};
|
|
6494
|
-
before?: {
|
|
6495
|
-
appId?: string | null;
|
|
6496
|
-
sourceAppInstallationId?: string | null;
|
|
6497
|
-
};
|
|
6498
|
-
};
|
|
6499
|
-
name: "app.copy-requested";
|
|
6500
|
-
}
|
|
6501
|
-
interface ActivitylogDatabaseCreated {
|
|
6502
|
-
changes: {
|
|
6503
|
-
after?: {
|
|
6504
|
-
description: string;
|
|
6505
|
-
name: string;
|
|
6506
|
-
version: string;
|
|
6507
|
-
};
|
|
6508
|
-
before?: {
|
|
6509
|
-
description?: string | null;
|
|
6510
|
-
name?: string | null;
|
|
6511
|
-
version?: string | null;
|
|
6512
|
-
};
|
|
6513
|
-
};
|
|
6514
|
-
name: "database.mysql-created" | "database.redis-created";
|
|
6515
|
-
parameters: {
|
|
6516
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6517
|
-
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6518
|
-
};
|
|
6519
|
-
}
|
|
6520
|
-
interface ActivitylogDatabaseMysqlUserCreated {
|
|
6521
|
-
changes: {
|
|
6522
|
-
after?: {
|
|
6523
|
-
description: string;
|
|
6524
|
-
externalAccess: boolean;
|
|
6525
|
-
name: string;
|
|
6526
|
-
permissions: {};
|
|
6527
|
-
};
|
|
6528
|
-
before?: {
|
|
6529
|
-
description?: string | null;
|
|
6530
|
-
externalAccess?: boolean | null;
|
|
6531
|
-
name?: string | null;
|
|
6532
|
-
permissions?: {} | null;
|
|
6533
|
-
};
|
|
6534
|
-
};
|
|
6535
|
-
name: "database.mysql-user-created";
|
|
6536
|
-
parameters: {
|
|
6537
|
-
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6538
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6539
|
-
};
|
|
6540
|
-
}
|
|
6541
|
-
interface ActivitylogAggregateReference {
|
|
6542
|
-
aggregate: string;
|
|
6543
|
-
domain: string;
|
|
6544
|
-
id: string;
|
|
6545
|
-
}
|
|
6546
|
-
interface ActivitylogDnsSrvRecordSet {
|
|
6547
|
-
changes: {
|
|
6548
|
-
after?: {
|
|
6549
|
-
srv: {}[];
|
|
6550
|
-
};
|
|
6551
|
-
before?: {
|
|
6552
|
-
srv: {}[];
|
|
6553
|
-
};
|
|
6554
|
-
};
|
|
6555
|
-
name: "dns.srv-record-set";
|
|
6556
|
-
parameters: {
|
|
6557
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6558
|
-
};
|
|
6559
|
-
}
|
|
6560
6486
|
interface ActivitylogDnsMxRecordSet {
|
|
6561
6487
|
changes: {
|
|
6562
6488
|
after?: {
|
|
@@ -6629,31 +6555,63 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6629
6555
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6630
6556
|
};
|
|
6631
6557
|
}
|
|
6632
|
-
interface
|
|
6558
|
+
interface ActivitylogDatabaseCreated {
|
|
6559
|
+
changes: {
|
|
6560
|
+
after?: {
|
|
6561
|
+
description: string;
|
|
6562
|
+
name: string;
|
|
6563
|
+
version: string;
|
|
6564
|
+
};
|
|
6565
|
+
before?: {
|
|
6566
|
+
description?: string | null;
|
|
6567
|
+
name?: string | null;
|
|
6568
|
+
version?: string | null;
|
|
6569
|
+
};
|
|
6570
|
+
};
|
|
6571
|
+
name: "database.mysql-created" | "database.redis-created";
|
|
6572
|
+
parameters: {
|
|
6573
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6574
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6575
|
+
};
|
|
6576
|
+
}
|
|
6577
|
+
interface ActivitylogDatabaseMysqlUserCreated {
|
|
6633
6578
|
changes: {
|
|
6634
6579
|
after?: {
|
|
6635
6580
|
description: string;
|
|
6636
6581
|
externalAccess: boolean;
|
|
6582
|
+
name: string;
|
|
6637
6583
|
permissions: {};
|
|
6638
6584
|
};
|
|
6639
6585
|
before?: {
|
|
6640
|
-
description
|
|
6641
|
-
externalAccess
|
|
6642
|
-
|
|
6586
|
+
description?: string | null;
|
|
6587
|
+
externalAccess?: boolean | null;
|
|
6588
|
+
name?: string | null;
|
|
6589
|
+
permissions?: {} | null;
|
|
6643
6590
|
};
|
|
6644
6591
|
};
|
|
6645
|
-
name: "database.mysql-user-
|
|
6592
|
+
name: "database.mysql-user-created";
|
|
6646
6593
|
parameters: {
|
|
6647
6594
|
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6648
6595
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6649
6596
|
};
|
|
6650
6597
|
}
|
|
6651
|
-
interface
|
|
6652
|
-
|
|
6653
|
-
|
|
6598
|
+
interface ActivitylogAggregateReference {
|
|
6599
|
+
aggregate: string;
|
|
6600
|
+
domain: string;
|
|
6601
|
+
id: string;
|
|
6602
|
+
}
|
|
6603
|
+
interface ActivitylogDnsSrvRecordSet {
|
|
6604
|
+
changes: {
|
|
6605
|
+
after?: {
|
|
6606
|
+
srv: {}[];
|
|
6607
|
+
};
|
|
6608
|
+
before?: {
|
|
6609
|
+
srv: {}[];
|
|
6610
|
+
};
|
|
6611
|
+
};
|
|
6612
|
+
name: "dns.srv-record-set";
|
|
6654
6613
|
parameters: {
|
|
6655
|
-
|
|
6656
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6614
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6657
6615
|
};
|
|
6658
6616
|
}
|
|
6659
6617
|
interface ActivitylogLogEntry {
|
|
@@ -6669,6 +6627,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6669
6627
|
type: "user" | "extension";
|
|
6670
6628
|
};
|
|
6671
6629
|
}
|
|
6630
|
+
interface ActivitylogDatabaseMysqlUserDeleted {
|
|
6631
|
+
changes: {};
|
|
6632
|
+
name: "database.mysql-user-deleted";
|
|
6633
|
+
parameters: {
|
|
6634
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6635
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6636
|
+
};
|
|
6637
|
+
}
|
|
6672
6638
|
interface ActivitylogDnsCaaRecordSet {
|
|
6673
6639
|
changes: {
|
|
6674
6640
|
after?: {
|
|
@@ -6702,6 +6668,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6702
6668
|
[k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6703
6669
|
};
|
|
6704
6670
|
}
|
|
6671
|
+
interface ActivitylogDatabaseMysqlUserUpdated {
|
|
6672
|
+
changes: {
|
|
6673
|
+
after?: {
|
|
6674
|
+
description: string;
|
|
6675
|
+
externalAccess: boolean;
|
|
6676
|
+
permissions: {};
|
|
6677
|
+
};
|
|
6678
|
+
before?: {
|
|
6679
|
+
description: string | null;
|
|
6680
|
+
externalAccess: boolean | null;
|
|
6681
|
+
permissions: {};
|
|
6682
|
+
};
|
|
6683
|
+
};
|
|
6684
|
+
name: "database.mysql-user-updated";
|
|
6685
|
+
parameters: {
|
|
6686
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6687
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6688
|
+
};
|
|
6689
|
+
}
|
|
6705
6690
|
interface ProjectProjectListItem {
|
|
6706
6691
|
backupStorageUsageInBytes: number;
|
|
6707
6692
|
backupStorageUsageInBytesSetAt: string;
|
|
@@ -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
|
/**
|
|
6749
6727
|
* Typed reason a domain cannot be migrated.
|
|
@@ -6775,33 +6753,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6775
6753
|
interface DomainmigrationDomainNotMigratableReasons {
|
|
6776
6754
|
reasonCodes: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReason[];
|
|
6777
6755
|
}
|
|
6778
|
-
interface DomainmigrationMigratableDomain {
|
|
6779
|
-
hostname: string;
|
|
6780
|
-
migratable: true;
|
|
6781
|
-
migrationData: MittwaldAPIV2.Components.Schemas.DomainmigrationMigrationData;
|
|
6782
|
-
}
|
|
6783
6756
|
interface DomainmigrationCheckMigrationResponse {
|
|
6784
6757
|
allDomainsMigratable: boolean;
|
|
6785
6758
|
domains: (MittwaldAPIV2.Components.Schemas.DomainmigrationMigratableDomain | MittwaldAPIV2.Components.Schemas.DomainmigrationNonMigratableDomain)[];
|
|
6786
6759
|
generalIssues?: MittwaldAPIV2.Components.Schemas.DomainmigrationMigrationNotPossibleReasons;
|
|
6787
6760
|
generallyPossible: boolean;
|
|
6788
6761
|
}
|
|
6762
|
+
interface DomainmigrationMigratableDomain {
|
|
6763
|
+
hostname: string;
|
|
6764
|
+
migratable: true;
|
|
6765
|
+
migrationData: MittwaldAPIV2.Components.Schemas.DomainmigrationMigrationData;
|
|
6766
|
+
}
|
|
6789
6767
|
interface DomainmigrationSubdomain {
|
|
6790
6768
|
dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
6791
6769
|
hostname: string;
|
|
6792
6770
|
target?: string;
|
|
6793
6771
|
}
|
|
6794
|
-
interface DomainmigrationDNSRecord {
|
|
6795
|
-
name?: string;
|
|
6796
|
-
ttl: number;
|
|
6797
|
-
type: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecordType;
|
|
6798
|
-
value: string;
|
|
6799
|
-
}
|
|
6800
|
-
interface DomainmigrationMigrationNotPossibleReasons {
|
|
6801
|
-
customerIsNotAllowedToOrder: boolean;
|
|
6802
|
-
legacyTokenNotAuthorized: boolean;
|
|
6803
|
-
noDomainsInSource: boolean;
|
|
6804
|
-
}
|
|
6805
6772
|
interface DomainmigrationMigration {
|
|
6806
6773
|
createdAt?: string;
|
|
6807
6774
|
domains: {
|
|
@@ -6826,6 +6793,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6826
6793
|
pAccount: string;
|
|
6827
6794
|
projectId: string;
|
|
6828
6795
|
}
|
|
6796
|
+
interface DomainmigrationMigrationNotPossibleReasons {
|
|
6797
|
+
customerIsNotAllowedToOrder: boolean;
|
|
6798
|
+
legacyTokenNotAuthorized: boolean;
|
|
6799
|
+
noDomainsInSource: boolean;
|
|
6800
|
+
}
|
|
6801
|
+
interface DomainmigrationDNSRecord {
|
|
6802
|
+
name?: string;
|
|
6803
|
+
ttl: number;
|
|
6804
|
+
type: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecordType;
|
|
6805
|
+
value: string;
|
|
6806
|
+
}
|
|
6829
6807
|
interface DomainmigrationMigrationData {
|
|
6830
6808
|
dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
6831
6809
|
/**
|
|
@@ -6834,6 +6812,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6834
6812
|
monthlyPriceCents: number;
|
|
6835
6813
|
subdomains: MittwaldAPIV2.Components.Schemas.DomainmigrationSubdomain[];
|
|
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.395.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.396.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.396.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.396.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": "3b5d330d3e3f5d9b9d73e918037008af09669b02"
|
|
84
84
|
}
|