@mittwald/api-client 4.188.0 → 4.190.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.189.0';
|
|
@@ -473,6 +473,10 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
473
473
|
queryParameters?: {
|
|
474
474
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
475
475
|
stackId?: string | undefined;
|
|
476
|
+
status?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus | undefined;
|
|
477
|
+
requiresRecreate?: boolean | undefined;
|
|
478
|
+
searchTerm?: string | undefined;
|
|
479
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder | undefined;
|
|
476
480
|
limit?: number | undefined;
|
|
477
481
|
skip?: number | undefined;
|
|
478
482
|
page?: number | undefined;
|
|
@@ -502,6 +506,8 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
502
506
|
queryParameters?: {
|
|
503
507
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
504
508
|
stackId?: string | undefined;
|
|
509
|
+
searchTerm?: string | undefined;
|
|
510
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
505
511
|
limit?: number | undefined;
|
|
506
512
|
skip?: number | undefined;
|
|
507
513
|
page?: number | undefined;
|
|
@@ -2283,6 +2289,7 @@ declare const buildMailApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2283
2289
|
forwardAddresses: string[];
|
|
2284
2290
|
id: string;
|
|
2285
2291
|
isArchived: boolean;
|
|
2292
|
+
isBackupInProgress: boolean;
|
|
2286
2293
|
isCatchAll: boolean;
|
|
2287
2294
|
mailbox?: {
|
|
2288
2295
|
name: string;
|
|
@@ -2728,6 +2735,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2728
2735
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
2729
2736
|
disabledAt?: string | undefined;
|
|
2730
2737
|
enabled: boolean;
|
|
2738
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
|
|
2731
2739
|
id: string;
|
|
2732
2740
|
imageRefId?: string | undefined;
|
|
2733
2741
|
isReady: boolean;
|
|
@@ -2894,6 +2902,7 @@ declare const buildProjectApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
2894
2902
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
2895
2903
|
disabledAt?: string;
|
|
2896
2904
|
enabled: boolean;
|
|
2905
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
2897
2906
|
id: string;
|
|
2898
2907
|
imageRefId?: string;
|
|
2899
2908
|
isReady: boolean;
|
|
@@ -3370,6 +3370,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3370
3370
|
queryParameters?: {
|
|
3371
3371
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3372
3372
|
stackId?: string | undefined;
|
|
3373
|
+
status?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus | undefined;
|
|
3374
|
+
requiresRecreate?: boolean | undefined;
|
|
3375
|
+
searchTerm?: string | undefined;
|
|
3376
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder | undefined;
|
|
3373
3377
|
limit?: number | undefined;
|
|
3374
3378
|
skip?: number | undefined;
|
|
3375
3379
|
page?: number | undefined;
|
|
@@ -3385,6 +3389,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3385
3389
|
} & {
|
|
3386
3390
|
queryParameters: {
|
|
3387
3391
|
stackId?: string | undefined;
|
|
3392
|
+
status?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus | undefined;
|
|
3393
|
+
requiresRecreate?: boolean | undefined;
|
|
3394
|
+
searchTerm?: string | undefined;
|
|
3395
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder | undefined;
|
|
3388
3396
|
limit?: number | undefined;
|
|
3389
3397
|
skip?: number | undefined;
|
|
3390
3398
|
page?: number | undefined;
|
|
@@ -3418,6 +3426,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3418
3426
|
} & {
|
|
3419
3427
|
queryParameters: {
|
|
3420
3428
|
stackId?: string | undefined;
|
|
3429
|
+
status?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceStatus | undefined;
|
|
3430
|
+
requiresRecreate?: boolean | undefined;
|
|
3431
|
+
searchTerm?: string | undefined;
|
|
3432
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder | undefined;
|
|
3421
3433
|
limit?: number | undefined;
|
|
3422
3434
|
skip?: number | undefined;
|
|
3423
3435
|
page?: number | undefined;
|
|
@@ -3525,6 +3537,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3525
3537
|
queryParameters?: {
|
|
3526
3538
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
3527
3539
|
stackId?: string | undefined;
|
|
3540
|
+
searchTerm?: string | undefined;
|
|
3541
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
3528
3542
|
limit?: number | undefined;
|
|
3529
3543
|
skip?: number | undefined;
|
|
3530
3544
|
page?: number | undefined;
|
|
@@ -3540,6 +3554,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3540
3554
|
} & {
|
|
3541
3555
|
queryParameters: {
|
|
3542
3556
|
stackId?: string | undefined;
|
|
3557
|
+
searchTerm?: string | undefined;
|
|
3558
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
3543
3559
|
limit?: number | undefined;
|
|
3544
3560
|
skip?: number | undefined;
|
|
3545
3561
|
page?: number | undefined;
|
|
@@ -3571,6 +3587,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
3571
3587
|
} & {
|
|
3572
3588
|
queryParameters: {
|
|
3573
3589
|
stackId?: string | undefined;
|
|
3590
|
+
searchTerm?: string | undefined;
|
|
3591
|
+
sortOrder?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder | undefined;
|
|
3574
3592
|
limit?: number | undefined;
|
|
3575
3593
|
skip?: number | undefined;
|
|
3576
3594
|
page?: number | undefined;
|
|
@@ -17454,6 +17472,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17454
17472
|
forwardAddresses: string[];
|
|
17455
17473
|
id: string;
|
|
17456
17474
|
isArchived: boolean;
|
|
17475
|
+
isBackupInProgress: boolean;
|
|
17457
17476
|
isCatchAll: boolean;
|
|
17458
17477
|
mailbox?: {
|
|
17459
17478
|
name: string;
|
|
@@ -17513,6 +17532,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17513
17532
|
forwardAddresses: string[];
|
|
17514
17533
|
id: string;
|
|
17515
17534
|
isArchived: boolean;
|
|
17535
|
+
isBackupInProgress: boolean;
|
|
17516
17536
|
isCatchAll: boolean;
|
|
17517
17537
|
mailbox?: {
|
|
17518
17538
|
name: string;
|
|
@@ -23920,6 +23940,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23920
23940
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
23921
23941
|
disabledAt?: string | undefined;
|
|
23922
23942
|
enabled: boolean;
|
|
23943
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
|
|
23923
23944
|
id: string;
|
|
23924
23945
|
imageRefId?: string | undefined;
|
|
23925
23946
|
isReady: boolean;
|
|
@@ -23967,6 +23988,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23967
23988
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason | undefined;
|
|
23968
23989
|
disabledAt?: string | undefined;
|
|
23969
23990
|
enabled: boolean;
|
|
23991
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[] | undefined;
|
|
23970
23992
|
id: string;
|
|
23971
23993
|
imageRefId?: string | undefined;
|
|
23972
23994
|
isReady: boolean;
|
|
@@ -24746,6 +24768,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24746
24768
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
24747
24769
|
disabledAt?: string;
|
|
24748
24770
|
enabled: boolean;
|
|
24771
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
24749
24772
|
id: string;
|
|
24750
24773
|
imageRefId?: string;
|
|
24751
24774
|
isReady: boolean;
|
|
@@ -24796,6 +24819,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24796
24819
|
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
24797
24820
|
disabledAt?: string;
|
|
24798
24821
|
enabled: boolean;
|
|
24822
|
+
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
24799
24823
|
id: string;
|
|
24800
24824
|
imageRefId?: string;
|
|
24801
24825
|
isReady: boolean;
|
|
@@ -3849,6 +3849,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3849
3849
|
forwardAddresses: string[];
|
|
3850
3850
|
id: string;
|
|
3851
3851
|
isArchived: boolean;
|
|
3852
|
+
isBackupInProgress: boolean;
|
|
3852
3853
|
isCatchAll: boolean;
|
|
3853
3854
|
mailbox?: {
|
|
3854
3855
|
name: string;
|
|
@@ -4603,6 +4604,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4603
4604
|
disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
4604
4605
|
disabledAt?: string;
|
|
4605
4606
|
enabled: boolean;
|
|
4607
|
+
features?: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
4606
4608
|
id: string;
|
|
4607
4609
|
imageRefId?: string;
|
|
4608
4610
|
/**
|
|
@@ -4844,19 +4846,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4844
4846
|
interface StoragespaceStatisticsMeta {
|
|
4845
4847
|
isExceeding?: boolean;
|
|
4846
4848
|
/**
|
|
4847
|
-
* The
|
|
4849
|
+
* The last total exceedance in bytes. It is retained as a historical record of the most recent exceedance and does not reset once set.
|
|
4848
4850
|
*/
|
|
4849
|
-
|
|
4851
|
+
lastTotalExceedanceInBytes?: number;
|
|
4850
4852
|
/**
|
|
4851
|
-
* The
|
|
4853
|
+
* The last total exceedance date. It is retained as a historical record of the most recent exceedance and does not reset once set.
|
|
4852
4854
|
*/
|
|
4853
|
-
|
|
4855
|
+
lastTotalExceedanceInBytesSetAt?: string;
|
|
4854
4856
|
limitInBytes?: number;
|
|
4855
4857
|
/**
|
|
4856
4858
|
* If true, set notification threshold is used as limit for meta calculations. E.g. for projects with a parent server.
|
|
4857
4859
|
*/
|
|
4858
4860
|
notificationThresholdUsedAsLimit?: boolean;
|
|
4861
|
+
/**
|
|
4862
|
+
* The current total exceedance in bytes.
|
|
4863
|
+
*/
|
|
4859
4864
|
totalExceedanceInBytes?: number;
|
|
4865
|
+
/**
|
|
4866
|
+
* The current total exceedance date.
|
|
4867
|
+
*/
|
|
4860
4868
|
totalExceedanceInBytesSetAt?: string;
|
|
4861
4869
|
totalFreeInBytes?: number;
|
|
4862
4870
|
totalFreeInPercentage?: number;
|
|
@@ -5091,6 +5099,12 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5091
5099
|
result: MittwaldAPIV2.Components.Schemas.VerificationEmailOrigin;
|
|
5092
5100
|
}
|
|
5093
5101
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5102
|
+
interface MailMailAddressBackup {
|
|
5103
|
+
name: string;
|
|
5104
|
+
}
|
|
5105
|
+
type ContainerServiceSortOrder = "descriptionAsc" | "descriptionDesc";
|
|
5106
|
+
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5107
|
+
type ProjectProjectFeature = "redis" | "node" | "container";
|
|
5094
5108
|
interface CommonsAddress {
|
|
5095
5109
|
street: string;
|
|
5096
5110
|
houseNumber: string;
|
|
@@ -7799,6 +7813,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7799
7813
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7800
7814
|
type Query = {
|
|
7801
7815
|
stackId?: string;
|
|
7816
|
+
status?: MittwaldAPIV2.Components.Schemas.ContainerServiceStatus;
|
|
7817
|
+
requiresRecreate?: boolean;
|
|
7818
|
+
searchTerm?: string;
|
|
7819
|
+
sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerServiceSortOrder;
|
|
7802
7820
|
limit?: number;
|
|
7803
7821
|
skip?: number;
|
|
7804
7822
|
page?: number;
|
|
@@ -7921,6 +7939,8 @@ export declare namespace MittwaldAPIV2 {
|
|
|
7921
7939
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
7922
7940
|
type Query = {
|
|
7923
7941
|
stackId?: string;
|
|
7942
|
+
searchTerm?: string;
|
|
7943
|
+
sortOrder?: MittwaldAPIV2.Components.Schemas.ContainerVolumeSortOrder;
|
|
7924
7944
|
limit?: number;
|
|
7925
7945
|
skip?: number;
|
|
7926
7946
|
page?: number;
|
|
@@ -22052,6 +22072,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
22052
22072
|
disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
22053
22073
|
disabledAt?: string;
|
|
22054
22074
|
enabled: boolean;
|
|
22075
|
+
features?: MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
22055
22076
|
id: string;
|
|
22056
22077
|
imageRefId?: string;
|
|
22057
22078
|
/**
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.189.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.190.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": "2fe1aae437fec0e15303f1503ce198722704b4aa"
|
|
84
84
|
}
|