@mittwald/api-client 2.0.15 → 2.0.17
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/cjs/generated/v2/client.d.ts +80 -39
- package/dist/cjs/generated/v2/client.js +4 -2
- package/dist/cjs/generated/v2/descriptors.d.ts +4 -2
- package/dist/cjs/generated/v2/descriptors.js +16 -10
- package/dist/cjs/generated/v2/types.d.ts +90 -44
- package/dist/esm/generated/v2/client.d.ts +80 -39
- package/dist/esm/generated/v2/client.js +4 -2
- package/dist/esm/generated/v2/descriptors.d.ts +4 -2
- package/dist/esm/generated/v2/descriptors.js +12 -6
- package/dist/esm/generated/v2/types.d.ts +90 -44
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -4782,6 +4782,46 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4782
4782
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4783
4783
|
[x: string]: unknown;
|
|
4784
4784
|
}, 404, "application/json">>>;
|
|
4785
|
+
/** Update a RedisDatabase's configuration. */
|
|
4786
|
+
updateRedisDatabaseConfiguration: (request: {
|
|
4787
|
+
pathParameters: {
|
|
4788
|
+
id: string;
|
|
4789
|
+
};
|
|
4790
|
+
data?: {
|
|
4791
|
+
configuration?: {
|
|
4792
|
+
additionalFlags?: string[] | undefined;
|
|
4793
|
+
maxMemory?: string | undefined;
|
|
4794
|
+
maxMemoryPolicy?: string | undefined;
|
|
4795
|
+
persistent?: boolean | undefined;
|
|
4796
|
+
} | undefined;
|
|
4797
|
+
} | undefined;
|
|
4798
|
+
headers?: {
|
|
4799
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4800
|
+
"x-access-token"?: string | undefined;
|
|
4801
|
+
} | undefined;
|
|
4802
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4803
|
+
data: {
|
|
4804
|
+
configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
4805
|
+
};
|
|
4806
|
+
} & {
|
|
4807
|
+
pathParameters: {
|
|
4808
|
+
id: string;
|
|
4809
|
+
};
|
|
4810
|
+
} & {
|
|
4811
|
+
headers?: Partial<{
|
|
4812
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4813
|
+
}> | undefined;
|
|
4814
|
+
} & {
|
|
4815
|
+
headers: {
|
|
4816
|
+
"x-access-token"?: string | undefined;
|
|
4817
|
+
} & Partial<{
|
|
4818
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4819
|
+
}>;
|
|
4820
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
4821
|
+
[x: string]: unknown;
|
|
4822
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4823
|
+
[x: string]: unknown;
|
|
4824
|
+
}, 404, "application/json">>>;
|
|
4785
4825
|
/** Update a RedisDatabase's description. */
|
|
4786
4826
|
updateRedisDatabaseDescription: (request: {
|
|
4787
4827
|
data: {
|
|
@@ -5981,6 +6021,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5981
6021
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5982
6022
|
[x: string]: unknown;
|
|
5983
6023
|
}, 404, "application/json">>>;
|
|
6024
|
+
/** Request ACME certificate issuance */
|
|
6025
|
+
ingressRequestAcmeCertificateIssuance: (request: {
|
|
6026
|
+
pathParameters: {
|
|
6027
|
+
ingressId: string;
|
|
6028
|
+
};
|
|
6029
|
+
headers?: {
|
|
6030
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6031
|
+
"x-access-token"?: string | undefined;
|
|
6032
|
+
} | undefined;
|
|
6033
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6034
|
+
headers?: Partial<{
|
|
6035
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6036
|
+
}> | undefined;
|
|
6037
|
+
} & {
|
|
6038
|
+
pathParameters: {
|
|
6039
|
+
ingressId: string;
|
|
6040
|
+
};
|
|
6041
|
+
} & {
|
|
6042
|
+
headers: {
|
|
6043
|
+
"x-access-token"?: string | undefined;
|
|
6044
|
+
} & Partial<{
|
|
6045
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6046
|
+
}>;
|
|
6047
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6048
|
+
[x: string]: unknown;
|
|
6049
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6050
|
+
[x: string]: unknown;
|
|
6051
|
+
}, 404, "application/json">>>;
|
|
5984
6052
|
/** Update an Ingresses tls settings. */
|
|
5985
6053
|
ingressTls: (request: {
|
|
5986
6054
|
data: {
|
|
@@ -6434,7 +6502,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6434
6502
|
address: string;
|
|
6435
6503
|
isCatchAll: boolean;
|
|
6436
6504
|
mailbox: {
|
|
6437
|
-
enableSpamProtection: boolean;
|
|
6505
|
+
enableSpamProtection: boolean;
|
|
6438
6506
|
password: string;
|
|
6439
6507
|
quotaInBytes: number;
|
|
6440
6508
|
};
|
|
@@ -6491,7 +6559,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6491
6559
|
autoResponder: {
|
|
6492
6560
|
active: boolean;
|
|
6493
6561
|
expiresAt?: string | undefined;
|
|
6494
|
-
message: string;
|
|
6562
|
+
message: string; /** Confirm password reset. */
|
|
6495
6563
|
startsAt?: string | undefined;
|
|
6496
6564
|
};
|
|
6497
6565
|
forwardAddresses: string[];
|
|
@@ -6504,17 +6572,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6504
6572
|
spamProtection: {
|
|
6505
6573
|
active: boolean;
|
|
6506
6574
|
autoDeleteSpam: boolean;
|
|
6507
|
-
/** Store a new ssh-key. */
|
|
6508
6575
|
folder: "spam" | "inbox";
|
|
6509
6576
|
relocationMinSpamScore: number;
|
|
6510
6577
|
};
|
|
6511
6578
|
storageInBytes: {
|
|
6512
6579
|
current: {
|
|
6580
|
+
/** Get your stored ssh-keys. */
|
|
6513
6581
|
updatedAt: string;
|
|
6514
6582
|
value: number;
|
|
6515
|
-
};
|
|
6583
|
+
};
|
|
6516
6584
|
limit: number;
|
|
6517
|
-
};
|
|
6585
|
+
}; /** Store a new ssh-key. */
|
|
6518
6586
|
} | undefined;
|
|
6519
6587
|
projectId: string;
|
|
6520
6588
|
receivingDisabled: boolean;
|
|
@@ -9055,10 +9123,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9055
9123
|
/** Submit your user feedback. */
|
|
9056
9124
|
createFeedback: (request: {
|
|
9057
9125
|
data: {
|
|
9058
|
-
origin: string;
|
|
9059
9126
|
subject: string;
|
|
9060
|
-
vote: number;
|
|
9061
9127
|
message?: string | undefined;
|
|
9128
|
+
origin?: string | undefined;
|
|
9129
|
+
type?: "feedback" | "bug" | undefined;
|
|
9130
|
+
vote?: number | undefined;
|
|
9062
9131
|
};
|
|
9063
9132
|
headers?: {
|
|
9064
9133
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -9067,9 +9136,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9067
9136
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9068
9137
|
data: {
|
|
9069
9138
|
message?: string | undefined;
|
|
9070
|
-
origin
|
|
9139
|
+
origin?: string | undefined;
|
|
9071
9140
|
subject: string;
|
|
9072
|
-
|
|
9141
|
+
type?: "feedback" | "bug" | undefined;
|
|
9142
|
+
vote?: number | undefined;
|
|
9073
9143
|
};
|
|
9074
9144
|
} & {
|
|
9075
9145
|
headers?: Partial<{
|
|
@@ -9086,36 +9156,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9086
9156
|
}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9087
9157
|
[x: string]: unknown;
|
|
9088
9158
|
}, 404, "application/json">>>;
|
|
9089
|
-
/** Create a new issue. */
|
|
9090
|
-
createIssue: (request: {
|
|
9091
|
-
data: {
|
|
9092
|
-
message: string;
|
|
9093
|
-
type: "feedback" | "bug";
|
|
9094
|
-
origin?: string | undefined;
|
|
9095
|
-
subject?: string | undefined;
|
|
9096
|
-
};
|
|
9097
|
-
headers?: {
|
|
9098
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
9099
|
-
"x-access-token"?: string | undefined;
|
|
9100
|
-
} | undefined;
|
|
9101
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9102
|
-
data: {
|
|
9103
|
-
message: string;
|
|
9104
|
-
origin?: string | undefined;
|
|
9105
|
-
subject?: string | undefined;
|
|
9106
|
-
type: "feedback" | "bug";
|
|
9107
|
-
};
|
|
9108
|
-
} & {
|
|
9109
|
-
headers?: Partial<{
|
|
9110
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9111
|
-
}> | undefined;
|
|
9112
|
-
} & {
|
|
9113
|
-
headers: {
|
|
9114
|
-
"x-access-token"?: string | undefined;
|
|
9115
|
-
} & Partial<{
|
|
9116
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9117
|
-
}>;
|
|
9118
|
-
}, import("@mittwald/api-client-commons").Response<{}, 201, "empty">>>;
|
|
9119
9159
|
/** Get your stored ssh-keys. */
|
|
9120
9160
|
listSshKeys: (request?: {
|
|
9121
9161
|
headers?: {
|
|
@@ -9599,6 +9639,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9599
9639
|
email?: string | undefined;
|
|
9600
9640
|
person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
9601
9641
|
phoneNumber?: string | undefined;
|
|
9642
|
+
registeredAt?: string | undefined;
|
|
9602
9643
|
userId: string;
|
|
9603
9644
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9604
9645
|
[x: string]: unknown;
|
|
@@ -294,6 +294,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
294
294
|
updateMysqlDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateMysqlDatabaseDescription),
|
|
295
295
|
/** Update a MySQLUser's password. */
|
|
296
296
|
updateMysqlUserPassword: this.requestFunctionFactory(descriptors.databaseUpdateMysqlUserPassword),
|
|
297
|
+
/** Update a RedisDatabase's configuration. */
|
|
298
|
+
updateRedisDatabaseConfiguration: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseConfiguration),
|
|
297
299
|
/** Update a RedisDatabase's description. */
|
|
298
300
|
updateRedisDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseDescription),
|
|
299
301
|
};
|
|
@@ -367,6 +369,8 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
367
369
|
ingressListForProject: this.requestFunctionFactory(descriptors.ingressListForProject),
|
|
368
370
|
/** Update an Ingresses paths. */
|
|
369
371
|
ingressPaths: this.requestFunctionFactory(descriptors.ingressPaths),
|
|
372
|
+
/** Request ACME certificate issuance */
|
|
373
|
+
ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
|
|
370
374
|
/** Update an Ingresses tls settings. */
|
|
371
375
|
ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
|
|
372
376
|
};
|
|
@@ -572,8 +576,6 @@ class MittwaldAPIV2Client extends api_client_commons_1.ApiClientBase {
|
|
|
572
576
|
createApiToken: this.requestFunctionFactory(descriptors.userCreateApiToken),
|
|
573
577
|
/** Submit your user feedback. */
|
|
574
578
|
createFeedback: this.requestFunctionFactory(descriptors.userCreateFeedback),
|
|
575
|
-
/** Create a new issue. */
|
|
576
|
-
createIssue: this.requestFunctionFactory(descriptors.userCreateIssue),
|
|
577
579
|
/** Get your stored ssh-keys. */
|
|
578
580
|
listSshKeys: this.requestFunctionFactory(descriptors.userListSshKeys),
|
|
579
581
|
/** Store a new ssh-key. */
|
|
@@ -243,6 +243,8 @@ export declare const databaseUpdateMysqlDatabaseDefaultCharset: OpenAPIOperation
|
|
|
243
243
|
export declare const databaseUpdateMysqlDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
244
244
|
/** Update a MySQLUser's password. */
|
|
245
245
|
export declare const databaseUpdateMysqlUserPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
|
+
/** Update a RedisDatabase's configuration. */
|
|
247
|
+
export declare const databaseUpdateRedisDatabaseConfiguration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
248
|
/** Update a RedisDatabase's description. */
|
|
247
249
|
export declare const databaseUpdateRedisDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
248
250
|
/** updates a-records for a specific zone */
|
|
@@ -323,6 +325,8 @@ export declare const ingressListAccessible: OpenAPIOperation<RequestType<Simplif
|
|
|
323
325
|
export declare const ingressListForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
324
326
|
/** Update an Ingresses paths. */
|
|
325
327
|
export declare const ingressPaths: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
|
+
/** Request ACME certificate issuance */
|
|
329
|
+
export declare const ingressRequestAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
326
330
|
/** Update an Ingresses tls settings. */
|
|
327
331
|
export declare const ingressTls: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
332
|
/** Get details of an Invoice. */
|
|
@@ -531,8 +535,6 @@ export declare const userListApiTokens: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
531
535
|
export declare const userCreateApiToken: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
532
536
|
/** Submit your user feedback. */
|
|
533
537
|
export declare const userCreateFeedback: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
534
|
-
/** Create a new issue. */
|
|
535
|
-
export declare const userCreateIssue: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Responses.$201.Content.Empty>, 201, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
536
538
|
/** Get your stored ssh-keys. */
|
|
537
539
|
export declare const userListSshKeys: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
538
540
|
/** Store a new ssh-key. */
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.conversationListConversations = exports.contractListContracts = exports.contractGetNextTerminationDateForItem = exports.contractGetDetailOfContract = exports.contractGetDetailOfContractItem = exports.contractGetDetailOfContractByServer = exports.contractGetDetailOfContractByProject = exports.contractGetDetailOfContractByDomain = exports.contractGetBaseItemOfContract = exports.contractCancelContractTermination = exports.contractTerminateContract = exports.contractCancelContractTariffChange = exports.contractCancelContractItemTermination = exports.contractTerminateContractItem = exports.backupUpdateProjectBackupDescription = exports.backupDeleteProjectBackup = exports.backupGetProjectBackup = exports.backupUpdateProjectBackupSchedule = exports.backupDeleteProjectBackupSchedule = exports.backupGetProjectBackupSchedule = exports.backupCreateProjectBackup = exports.backupListProjectBackups = exports.backupCreateProjectBackupSchedule = exports.backupListProjectBackupSchedules = exports.backupDeleteProjectBackupExport = exports.backupCreateProjectBackupExport = exports.articleListArticles = exports.articleGetArticle = exports.appUpdateStatus = exports.appUnlinkDatabase = exports.appSetDatabaseUsers = exports.appRetrieveStatus = exports.appRequestAppinstallationCopy = exports.appReconcileDetectedApps = exports.appListUpdateCandidatesForAppversion = exports.appListSystemsoftwareversions = exports.appListSystemsoftwares = exports.appListAppversions = exports.appListApps = exports.appRequestAppinstallation = exports.appListAppinstallations = exports.appLinkDatabase = exports.appGetSystemsoftwareversion = exports.appGetSystemsoftware = exports.appGetAppversion = exports.appPatchAppinstallation = exports.appUninstallAppinstallation = exports.appGetAppinstallation = exports.appGetApp = exports.appExecuteAction = void 0;
|
|
4
4
|
exports.databaseCreateMysqlDatabase = exports.databaseListMysqlDatabases = exports.customerResendCustomerInviteMail = exports.customerRemoveAvatar = exports.customerRequestAvatarUpload = exports.customerListMembershipsForCustomer = exports.customerListInvitesForCustomer = exports.customerListCustomerMemberships = exports.customerListCustomerInvites = exports.customerLeaveCustomer = exports.customerIsCustomerLegallyCompetent = exports.customerGetCustomerTokenInvite = exports.customerDeleteCustomer = exports.customerUpdateCustomer = exports.customerGetCustomer = exports.customerUpdateCustomerMembership = exports.customerDeleteCustomerMembership = exports.customerGetCustomerMembership = exports.customerDeleteCustomerInvite = exports.customerGetCustomerInvite = exports.customerDeleteCategory = exports.customerUpdateCategory = exports.customerGetCustomerCategory = exports.customerDeclineCustomerInvite = exports.customerCreateCustomer = exports.customerListCustomers = exports.customerCreateCustomerInvite = exports.customerCreateCategory = exports.customerListOfCustomerCategories = exports.customerAcceptCustomerInvite = exports.cronjobUpdateCronjobAppId = exports.cronjobGetExecution = exports.cronjobUpdateCronjob = exports.cronjobDeleteCronjob = exports.cronjobGetCronjob = exports.cronjobCreateExecution = exports.cronjobListExecutions = exports.cronjobCreateCronjob = exports.cronjobListCronjobs = exports.cronjobAbortExecution = exports.conversationUpdateMessage = exports.conversationSetConversationStatus = exports.conversationRequestFileUpload = exports.conversationListCategories = exports.conversationUpdateConversation = exports.conversationGetConversation = exports.conversationGetCategory = exports.conversationCreateMessage = exports.conversationListMessagesByConversation = exports.conversationCreateConversation = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.
|
|
5
|
+
exports.domainResendDomainEmail = exports.domainListToplevelDomains = exports.domainListDomains = exports.domainListDomainOwnerships = exports.domainGetToplevelDomain = exports.domainVerifyDomainOwnership = exports.domainGetSpecificDomainOwnership = exports.domainGetScreenshotForDomain = exports.domainGetHandleFields = exports.domainDeleteDomain = exports.domainGetDomain = exports.domainDeclareProcessChangeHandles = exports.domainDeclareProcessChangeAuthcode = exports.domainDeclareNameservers = exports.domainCreateAuthcode2ForDomain = exports.domainCreateAuthcodeForDomain = exports.domainCheckDomainAvailability = exports.domainChangeProjectOfDomain = exports.domainChangeOwnercOfDomain = exports.domainAbortDeclareProcess = exports.dnsZonesForProject = exports.dnsZoneGetSpecific = exports.dnsRecordTxtSet = exports.dnsRecordMxSetManaged = exports.dnsRecordMxSetCustom = exports.dnsRecordCnameSet = exports.dnsRecordAsetManagedByIngress = exports.dnsRecordAsetCustom = exports.databaseUpdateRedisDatabaseDescription = exports.databaseUpdateRedisDatabaseConfiguration = exports.databaseUpdateMysqlUserPassword = exports.databaseUpdateMysqlDatabaseDescription = exports.databaseUpdateMysqlDatabaseDefaultCharset = exports.databaseListRedisVersions = exports.databaseListMysqlVersions = exports.databaseListMysqlCharsets = exports.databaseGetMysqlUserPhpMyAdminUrl = exports.databaseEnableMysqlUser = exports.databaseDisableMysqlUser = exports.databaseDeleteRedisDatabase = exports.databaseGetRedisDatabase = exports.databaseDeleteMysqlUser = exports.databaseUpdateMysqlUser = exports.databaseGetMysqlUser = exports.databaseDeleteMysqlDatabase = exports.databaseGetMysqlDatabase = exports.databaseCreateRedisDatabase = exports.databaseListRedisDatabases = exports.databaseCreateMysqlUser = exports.databaseListMysqlUsers = void 0;
|
|
6
|
+
exports.orderPreviewOrder = exports.orderListProjectOrders = exports.orderListCustomerOrders = exports.orderGetOrder = exports.orderCreateTariffChange = exports.orderCreateOrder = exports.notificationsReadNotification = exports.notificationsReadAllNotifications = exports.notificationsListNotifications = exports.notificationsCountUnreadNotifications = exports.newsletterSubscribeUser = exports.newsletterUnsubscribeUser = exports.newsletterGetInfo = exports.mailProjectsettingUpdateWhitelist = exports.mailProjectsettingUpdateBlacklist = exports.mailProjectsettingGetSpecific = exports.mailMailaddressUpdateSpamprotection = exports.mailMailaddressUpdateQuota = exports.mailMailaddressUpdatePassword = exports.mailMailaddressUpdateForwardaddresses = exports.mailMailaddressUpdateCatchall = exports.mailMailaddressUpdateAutoresponder = exports.mailMailaddressUpdateAddress = exports.mailMailaddressDelete = exports.mailMailaddressGetSpecific = exports.mailMailaddressCreate = exports.mailMailaddressList = exports.mailDeliveryboxUpdatePassword = exports.mailDeliveryboxUpdateDescription = exports.mailDeliveryboxDelete = exports.mailDeliveryboxGetSpecific = exports.mailDeliveryboxCreate = exports.mailDeliveryboxList = exports.invoiceListCustomerInvoices = exports.invoiceUpdateInvoiceSettings = exports.invoiceGetDetailOfInvoiceSettings = exports.invoiceDetailOfInvoice = exports.ingressTls = exports.ingressRequestAcmeCertificateIssuance = exports.ingressPaths = exports.ingressListForProject = exports.ingressListAccessible = exports.ingressDelete = exports.ingressGetSpecific = exports.ingressCreate = exports.fileGetFile = exports.fileGetFileTypeRules = exports.fileGetFileTokenRules = exports.fileGetFileMeta = exports.fileCreateFile = void 0;
|
|
7
|
+
exports.sshUserUpdateSshUser = exports.sshUserDeleteSshUser = exports.sshUserGetSshUser = exports.sshUserCreateSshUser = exports.sshUserListSshUsers = exports.sftpUserUpdateSftpUser = exports.sftpUserDeleteSftpUser = exports.sftpUserGetSftpUser = exports.sftpUserCreateSftpUser = exports.sftpUserListSftpUsers = exports.servicetokenAuthenticateService = exports.relocationCreateLegacyTariffChange = exports.redirectusCreateRelocation = exports.projectUpdateServerDescription = exports.projectUpdateProjectDescription = exports.projectResendProjectInviteMail = exports.projectListServers = exports.projectListProjects = exports.projectListProjectMemberships = exports.projectListProjectInvites = exports.projectListMembershipsForProject = exports.projectListInvitesForProject = exports.projectLeaveProject = exports.projectGetServer = exports.projectGetSelfMembershipForProject = exports.projectGetProject = exports.projectGetProjectTokenInvite = exports.projectFileSystemListFiles = exports.projectFileSystemGetJwt = exports.projectFileSystemGetFileContent = exports.projectFileSystemGetDiskUsage = exports.projectFileSystemGetDirectories = exports.projectDeleteServerAvatar = exports.projectRequestServerAvatarUpload = exports.projectDeleteProject = exports.projectUpdateProjectMembership = exports.projectDeleteProjectMembership = exports.projectGetProjectMembership = exports.projectDeleteProjectInvite = exports.projectGetProjectInvite = exports.projectDeleteProjectAvatar = exports.projectRequestProjectAvatarUpload = exports.projectDeclineProjectInvite = exports.projectCreateProject = exports.projectCreateProjectInvite = exports.projectAcceptProjectInvite = exports.passwordValidationGetPasswordPolicy = exports.pageinsightsListPerformanceDataForProject = exports.pageinsightsGetPerformanceData = exports.orderPreviewTariffChange = void 0;
|
|
8
|
+
exports.userVerifyRegistration = exports.userVerifyPhoneNumber = exports.userVerifyEmail = exports.userSupportCodeRequest = exports.userResendVerificationEmail = exports.userRemoveAvatar = exports.userRequestAvatarUpload = exports.userRegister = exports.userLogout = exports.userTerminateAllSessions = exports.userListSessions = exports.userListFeedback = exports.userInitPasswordReset = exports.userInitMfa = exports.userUpdatePersonalInformation = exports.userGetUser = exports.userTerminateSession = exports.userGetSession = exports.userUpdatePersonalizedSettings = exports.userGetPersonalizedSettings = exports.userGetPasswordUpdatedAt = exports.userUpdateAccount = exports.userGetOwnAccount = exports.userDeleteUser = exports.userDeleteSshKey = exports.userEditSshKey = exports.userGetSshKey = exports.userDeleteApiToken = exports.userEditApiToken = exports.userGetApiToken = exports.userCreateSshKey = exports.userListSshKeys = exports.userCreateFeedback = exports.userCreateApiToken = exports.userListApiTokens = exports.userConfirmPasswordReset = exports.userDisableMfa = exports.userConfirmMfa = exports.userResetRecoverycodes = exports.userGetMfaStatus = exports.userCheckToken = exports.userChangePassword = exports.userChangeEmail = exports.userGetOwnEmail = exports.userAuthenticate = exports.userAuthenticateMfa = exports.userRemovePhoneNumber = exports.userAddPhoneNumber = void 0;
|
|
9
9
|
/** execute a runtime concerning action on a specific `AppInstallation` */
|
|
10
10
|
exports.appExecuteAction = {
|
|
11
11
|
path: "/v2/appinstallations/{appInstallationId}/actions/{action}",
|
|
@@ -726,6 +726,12 @@ exports.databaseUpdateMysqlUserPassword = {
|
|
|
726
726
|
method: "PATCH",
|
|
727
727
|
operationId: "database-update-mysql-user-password",
|
|
728
728
|
};
|
|
729
|
+
/** Update a RedisDatabase's configuration. */
|
|
730
|
+
exports.databaseUpdateRedisDatabaseConfiguration = {
|
|
731
|
+
path: "/v2/redis-databases/{id}/configuration",
|
|
732
|
+
method: "PATCH",
|
|
733
|
+
operationId: "database-update-redis-database-configuration",
|
|
734
|
+
};
|
|
729
735
|
/** Update a RedisDatabase's description. */
|
|
730
736
|
exports.databaseUpdateRedisDatabaseDescription = {
|
|
731
737
|
path: "/v2/redis-databases/{id}/description",
|
|
@@ -966,6 +972,12 @@ exports.ingressPaths = {
|
|
|
966
972
|
method: "PUT",
|
|
967
973
|
operationId: "ingress-paths",
|
|
968
974
|
};
|
|
975
|
+
/** Request ACME certificate issuance */
|
|
976
|
+
exports.ingressRequestAcmeCertificateIssuance = {
|
|
977
|
+
path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
|
|
978
|
+
method: "POST",
|
|
979
|
+
operationId: "ingress-request-acme-certificate-issuance",
|
|
980
|
+
};
|
|
969
981
|
/** Update an Ingresses tls settings. */
|
|
970
982
|
exports.ingressTls = {
|
|
971
983
|
path: "/v2/ingresses/{ingressId}/tls",
|
|
@@ -1590,12 +1602,6 @@ exports.userCreateFeedback = {
|
|
|
1590
1602
|
method: "POST",
|
|
1591
1603
|
operationId: "user-create-feedback",
|
|
1592
1604
|
};
|
|
1593
|
-
/** Create a new issue. */
|
|
1594
|
-
exports.userCreateIssue = {
|
|
1595
|
-
path: "/v2/users/self/issues",
|
|
1596
|
-
method: "POST",
|
|
1597
|
-
operationId: "user-create-issue",
|
|
1598
|
-
};
|
|
1599
1605
|
/** Get your stored ssh-keys. */
|
|
1600
1606
|
exports.userListSshKeys = {
|
|
1601
1607
|
path: "/v2/users/self/ssh-keys",
|
|
@@ -1656,6 +1656,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1656
1656
|
email?: string;
|
|
1657
1657
|
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
1658
1658
|
phoneNumber?: string;
|
|
1659
|
+
registeredAt?: string;
|
|
1659
1660
|
userId: string;
|
|
1660
1661
|
}
|
|
1661
1662
|
interface SignupSshKey {
|
|
@@ -6537,6 +6538,48 @@ export declare module MittwaldAPIV2 {
|
|
|
6537
6538
|
}
|
|
6538
6539
|
}
|
|
6539
6540
|
}
|
|
6541
|
+
namespace V2RedisDatabasesIdConfiguration {
|
|
6542
|
+
namespace Patch {
|
|
6543
|
+
namespace Parameters {
|
|
6544
|
+
type Path = {
|
|
6545
|
+
id: string;
|
|
6546
|
+
};
|
|
6547
|
+
interface RequestBody {
|
|
6548
|
+
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
|
|
6549
|
+
}
|
|
6550
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6551
|
+
type Query = {};
|
|
6552
|
+
}
|
|
6553
|
+
namespace Responses {
|
|
6554
|
+
namespace $200 {
|
|
6555
|
+
namespace Content {
|
|
6556
|
+
type Empty = unknown;
|
|
6557
|
+
}
|
|
6558
|
+
}
|
|
6559
|
+
namespace $400 {
|
|
6560
|
+
namespace Content {
|
|
6561
|
+
interface ApplicationJson {
|
|
6562
|
+
[k: string]: unknown;
|
|
6563
|
+
}
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
namespace $404 {
|
|
6567
|
+
namespace Content {
|
|
6568
|
+
interface ApplicationJson {
|
|
6569
|
+
[k: string]: unknown;
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
}
|
|
6573
|
+
namespace Default {
|
|
6574
|
+
namespace Content {
|
|
6575
|
+
interface ApplicationJson {
|
|
6576
|
+
[k: string]: unknown;
|
|
6577
|
+
}
|
|
6578
|
+
}
|
|
6579
|
+
}
|
|
6580
|
+
}
|
|
6581
|
+
}
|
|
6582
|
+
}
|
|
6540
6583
|
namespace V2RedisDatabasesIdDescription {
|
|
6541
6584
|
namespace Patch {
|
|
6542
6585
|
namespace Parameters {
|
|
@@ -6586,6 +6629,7 @@ export declare module MittwaldAPIV2 {
|
|
|
6586
6629
|
namespace V2NewsletterSubscriptions { }
|
|
6587
6630
|
namespace V2SignupEmail { }
|
|
6588
6631
|
namespace V2SignupPasswordResetConfirm { }
|
|
6632
|
+
namespace V2UsersSelfIssues { }
|
|
6589
6633
|
namespace V2SignupTokenApiApiTokenId { }
|
|
6590
6634
|
namespace V2SignupSshSshKeyId { }
|
|
6591
6635
|
namespace V2SignupMfa { }
|
|
@@ -8069,6 +8113,45 @@ export declare module MittwaldAPIV2 {
|
|
|
8069
8113
|
}
|
|
8070
8114
|
}
|
|
8071
8115
|
}
|
|
8116
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
8117
|
+
namespace Post {
|
|
8118
|
+
namespace Parameters {
|
|
8119
|
+
type Path = {
|
|
8120
|
+
ingressId: string;
|
|
8121
|
+
};
|
|
8122
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8123
|
+
type Query = {};
|
|
8124
|
+
}
|
|
8125
|
+
namespace Responses {
|
|
8126
|
+
namespace $200 {
|
|
8127
|
+
namespace Content {
|
|
8128
|
+
type Empty = unknown;
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
8131
|
+
namespace $400 {
|
|
8132
|
+
namespace Content {
|
|
8133
|
+
interface ApplicationJson {
|
|
8134
|
+
[k: string]: unknown;
|
|
8135
|
+
}
|
|
8136
|
+
}
|
|
8137
|
+
}
|
|
8138
|
+
namespace $404 {
|
|
8139
|
+
namespace Content {
|
|
8140
|
+
interface ApplicationJson {
|
|
8141
|
+
[k: string]: unknown;
|
|
8142
|
+
}
|
|
8143
|
+
}
|
|
8144
|
+
}
|
|
8145
|
+
namespace Default {
|
|
8146
|
+
namespace Content {
|
|
8147
|
+
interface ApplicationJson {
|
|
8148
|
+
[k: string]: unknown;
|
|
8149
|
+
}
|
|
8150
|
+
}
|
|
8151
|
+
}
|
|
8152
|
+
}
|
|
8153
|
+
}
|
|
8154
|
+
}
|
|
8072
8155
|
namespace V2IngressesIngressIdTls {
|
|
8073
8156
|
namespace Put {
|
|
8074
8157
|
namespace Parameters {
|
|
@@ -12053,15 +12136,19 @@ export declare module MittwaldAPIV2 {
|
|
|
12053
12136
|
/**
|
|
12054
12137
|
* Origin of the feedback.
|
|
12055
12138
|
*/
|
|
12056
|
-
origin
|
|
12139
|
+
origin?: string;
|
|
12057
12140
|
/**
|
|
12058
12141
|
* Descriptive subject.
|
|
12059
12142
|
*/
|
|
12060
12143
|
subject: string;
|
|
12061
12144
|
/**
|
|
12062
|
-
*
|
|
12145
|
+
* Type of feedback.
|
|
12063
12146
|
*/
|
|
12064
|
-
|
|
12147
|
+
type?: "feedback" | "bug";
|
|
12148
|
+
/**
|
|
12149
|
+
* Feedback rating from bad to good. Set to 0 or skip this field to not vote at all.
|
|
12150
|
+
*/
|
|
12151
|
+
vote?: number;
|
|
12065
12152
|
}
|
|
12066
12153
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12067
12154
|
type Query = {};
|
|
@@ -12097,47 +12184,6 @@ export declare module MittwaldAPIV2 {
|
|
|
12097
12184
|
}
|
|
12098
12185
|
}
|
|
12099
12186
|
}
|
|
12100
|
-
namespace V2UsersSelfIssues {
|
|
12101
|
-
namespace Post {
|
|
12102
|
-
namespace Parameters {
|
|
12103
|
-
type Path = {};
|
|
12104
|
-
interface RequestBody {
|
|
12105
|
-
/**
|
|
12106
|
-
* Detailed report of the issue.
|
|
12107
|
-
*/
|
|
12108
|
-
message: string;
|
|
12109
|
-
/**
|
|
12110
|
-
* Origin of the issue.
|
|
12111
|
-
*/
|
|
12112
|
-
origin?: string;
|
|
12113
|
-
/**
|
|
12114
|
-
* Descriptive subject of the report.
|
|
12115
|
-
*/
|
|
12116
|
-
subject?: string;
|
|
12117
|
-
/**
|
|
12118
|
-
* Type of feedback.
|
|
12119
|
-
*/
|
|
12120
|
-
type: "feedback" | "bug";
|
|
12121
|
-
}
|
|
12122
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12123
|
-
type Query = {};
|
|
12124
|
-
}
|
|
12125
|
-
namespace Responses {
|
|
12126
|
-
namespace $201 {
|
|
12127
|
-
namespace Content {
|
|
12128
|
-
type Empty = unknown;
|
|
12129
|
-
}
|
|
12130
|
-
}
|
|
12131
|
-
namespace Default {
|
|
12132
|
-
namespace Content {
|
|
12133
|
-
interface ApplicationJson {
|
|
12134
|
-
[k: string]: unknown;
|
|
12135
|
-
}
|
|
12136
|
-
}
|
|
12137
|
-
}
|
|
12138
|
-
}
|
|
12139
|
-
}
|
|
12140
|
-
}
|
|
12141
12187
|
namespace V2SignupSsh { }
|
|
12142
12188
|
namespace V2UsersSelfSshKeys {
|
|
12143
12189
|
namespace Get {
|
|
@@ -4782,6 +4782,46 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4782
4782
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4783
4783
|
[x: string]: unknown;
|
|
4784
4784
|
}, 404, "application/json">>>;
|
|
4785
|
+
/** Update a RedisDatabase's configuration. */
|
|
4786
|
+
updateRedisDatabaseConfiguration: (request: {
|
|
4787
|
+
pathParameters: {
|
|
4788
|
+
id: string;
|
|
4789
|
+
};
|
|
4790
|
+
data?: {
|
|
4791
|
+
configuration?: {
|
|
4792
|
+
additionalFlags?: string[] | undefined;
|
|
4793
|
+
maxMemory?: string | undefined;
|
|
4794
|
+
maxMemoryPolicy?: string | undefined;
|
|
4795
|
+
persistent?: boolean | undefined;
|
|
4796
|
+
} | undefined;
|
|
4797
|
+
} | undefined;
|
|
4798
|
+
headers?: {
|
|
4799
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4800
|
+
"x-access-token"?: string | undefined;
|
|
4801
|
+
} | undefined;
|
|
4802
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4803
|
+
data: {
|
|
4804
|
+
configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
|
|
4805
|
+
};
|
|
4806
|
+
} & {
|
|
4807
|
+
pathParameters: {
|
|
4808
|
+
id: string;
|
|
4809
|
+
};
|
|
4810
|
+
} & {
|
|
4811
|
+
headers?: Partial<{
|
|
4812
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4813
|
+
}> | undefined;
|
|
4814
|
+
} & {
|
|
4815
|
+
headers: {
|
|
4816
|
+
"x-access-token"?: string | undefined;
|
|
4817
|
+
} & Partial<{
|
|
4818
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4819
|
+
}>;
|
|
4820
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
4821
|
+
[x: string]: unknown;
|
|
4822
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4823
|
+
[x: string]: unknown;
|
|
4824
|
+
}, 404, "application/json">>>;
|
|
4785
4825
|
/** Update a RedisDatabase's description. */
|
|
4786
4826
|
updateRedisDatabaseDescription: (request: {
|
|
4787
4827
|
data: {
|
|
@@ -5981,6 +6021,34 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5981
6021
|
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5982
6022
|
[x: string]: unknown;
|
|
5983
6023
|
}, 404, "application/json">>>;
|
|
6024
|
+
/** Request ACME certificate issuance */
|
|
6025
|
+
ingressRequestAcmeCertificateIssuance: (request: {
|
|
6026
|
+
pathParameters: {
|
|
6027
|
+
ingressId: string;
|
|
6028
|
+
};
|
|
6029
|
+
headers?: {
|
|
6030
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6031
|
+
"x-access-token"?: string | undefined;
|
|
6032
|
+
} | undefined;
|
|
6033
|
+
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6034
|
+
headers?: Partial<{
|
|
6035
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6036
|
+
}> | undefined;
|
|
6037
|
+
} & {
|
|
6038
|
+
pathParameters: {
|
|
6039
|
+
ingressId: string;
|
|
6040
|
+
};
|
|
6041
|
+
} & {
|
|
6042
|
+
headers: {
|
|
6043
|
+
"x-access-token"?: string | undefined;
|
|
6044
|
+
} & Partial<{
|
|
6045
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6046
|
+
}>;
|
|
6047
|
+
}, import("@mittwald/api-client-commons").Response<{}, 200, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
6048
|
+
[x: string]: unknown;
|
|
6049
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6050
|
+
[x: string]: unknown;
|
|
6051
|
+
}, 404, "application/json">>>;
|
|
5984
6052
|
/** Update an Ingresses tls settings. */
|
|
5985
6053
|
ingressTls: (request: {
|
|
5986
6054
|
data: {
|
|
@@ -6434,7 +6502,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6434
6502
|
address: string;
|
|
6435
6503
|
isCatchAll: boolean;
|
|
6436
6504
|
mailbox: {
|
|
6437
|
-
enableSpamProtection: boolean;
|
|
6505
|
+
enableSpamProtection: boolean;
|
|
6438
6506
|
password: string;
|
|
6439
6507
|
quotaInBytes: number;
|
|
6440
6508
|
};
|
|
@@ -6491,7 +6559,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6491
6559
|
autoResponder: {
|
|
6492
6560
|
active: boolean;
|
|
6493
6561
|
expiresAt?: string | undefined;
|
|
6494
|
-
message: string;
|
|
6562
|
+
message: string; /** Confirm password reset. */
|
|
6495
6563
|
startsAt?: string | undefined;
|
|
6496
6564
|
};
|
|
6497
6565
|
forwardAddresses: string[];
|
|
@@ -6504,17 +6572,17 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6504
6572
|
spamProtection: {
|
|
6505
6573
|
active: boolean;
|
|
6506
6574
|
autoDeleteSpam: boolean;
|
|
6507
|
-
/** Store a new ssh-key. */
|
|
6508
6575
|
folder: "spam" | "inbox";
|
|
6509
6576
|
relocationMinSpamScore: number;
|
|
6510
6577
|
};
|
|
6511
6578
|
storageInBytes: {
|
|
6512
6579
|
current: {
|
|
6580
|
+
/** Get your stored ssh-keys. */
|
|
6513
6581
|
updatedAt: string;
|
|
6514
6582
|
value: number;
|
|
6515
|
-
};
|
|
6583
|
+
};
|
|
6516
6584
|
limit: number;
|
|
6517
|
-
};
|
|
6585
|
+
}; /** Store a new ssh-key. */
|
|
6518
6586
|
} | undefined;
|
|
6519
6587
|
projectId: string;
|
|
6520
6588
|
receivingDisabled: boolean;
|
|
@@ -9055,10 +9123,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9055
9123
|
/** Submit your user feedback. */
|
|
9056
9124
|
createFeedback: (request: {
|
|
9057
9125
|
data: {
|
|
9058
|
-
origin: string;
|
|
9059
9126
|
subject: string;
|
|
9060
|
-
vote: number;
|
|
9061
9127
|
message?: string | undefined;
|
|
9128
|
+
origin?: string | undefined;
|
|
9129
|
+
type?: "feedback" | "bug" | undefined;
|
|
9130
|
+
vote?: number | undefined;
|
|
9062
9131
|
};
|
|
9063
9132
|
headers?: {
|
|
9064
9133
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -9067,9 +9136,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9067
9136
|
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9068
9137
|
data: {
|
|
9069
9138
|
message?: string | undefined;
|
|
9070
|
-
origin
|
|
9139
|
+
origin?: string | undefined;
|
|
9071
9140
|
subject: string;
|
|
9072
|
-
|
|
9141
|
+
type?: "feedback" | "bug" | undefined;
|
|
9142
|
+
vote?: number | undefined;
|
|
9073
9143
|
};
|
|
9074
9144
|
} & {
|
|
9075
9145
|
headers?: Partial<{
|
|
@@ -9086,36 +9156,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9086
9156
|
}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9087
9157
|
[x: string]: unknown;
|
|
9088
9158
|
}, 404, "application/json">>>;
|
|
9089
|
-
/** Create a new issue. */
|
|
9090
|
-
createIssue: (request: {
|
|
9091
|
-
data: {
|
|
9092
|
-
message: string;
|
|
9093
|
-
type: "feedback" | "bug";
|
|
9094
|
-
origin?: string | undefined;
|
|
9095
|
-
subject?: string | undefined;
|
|
9096
|
-
};
|
|
9097
|
-
headers?: {
|
|
9098
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
9099
|
-
"x-access-token"?: string | undefined;
|
|
9100
|
-
} | undefined;
|
|
9101
|
-
}) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
9102
|
-
data: {
|
|
9103
|
-
message: string;
|
|
9104
|
-
origin?: string | undefined;
|
|
9105
|
-
subject?: string | undefined;
|
|
9106
|
-
type: "feedback" | "bug";
|
|
9107
|
-
};
|
|
9108
|
-
} & {
|
|
9109
|
-
headers?: Partial<{
|
|
9110
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9111
|
-
}> | undefined;
|
|
9112
|
-
} & {
|
|
9113
|
-
headers: {
|
|
9114
|
-
"x-access-token"?: string | undefined;
|
|
9115
|
-
} & Partial<{
|
|
9116
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
9117
|
-
}>;
|
|
9118
|
-
}, import("@mittwald/api-client-commons").Response<{}, 201, "empty">>>;
|
|
9119
9159
|
/** Get your stored ssh-keys. */
|
|
9120
9160
|
listSshKeys: (request?: {
|
|
9121
9161
|
headers?: {
|
|
@@ -9599,6 +9639,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9599
9639
|
email?: string | undefined;
|
|
9600
9640
|
person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
9601
9641
|
phoneNumber?: string | undefined;
|
|
9642
|
+
registeredAt?: string | undefined;
|
|
9602
9643
|
userId: string;
|
|
9603
9644
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
9604
9645
|
[x: string]: unknown;
|
|
@@ -289,6 +289,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
289
289
|
updateMysqlDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateMysqlDatabaseDescription),
|
|
290
290
|
/** Update a MySQLUser's password. */
|
|
291
291
|
updateMysqlUserPassword: this.requestFunctionFactory(descriptors.databaseUpdateMysqlUserPassword),
|
|
292
|
+
/** Update a RedisDatabase's configuration. */
|
|
293
|
+
updateRedisDatabaseConfiguration: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseConfiguration),
|
|
292
294
|
/** Update a RedisDatabase's description. */
|
|
293
295
|
updateRedisDatabaseDescription: this.requestFunctionFactory(descriptors.databaseUpdateRedisDatabaseDescription),
|
|
294
296
|
};
|
|
@@ -362,6 +364,8 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
362
364
|
ingressListForProject: this.requestFunctionFactory(descriptors.ingressListForProject),
|
|
363
365
|
/** Update an Ingresses paths. */
|
|
364
366
|
ingressPaths: this.requestFunctionFactory(descriptors.ingressPaths),
|
|
367
|
+
/** Request ACME certificate issuance */
|
|
368
|
+
ingressRequestAcmeCertificateIssuance: this.requestFunctionFactory(descriptors.ingressRequestAcmeCertificateIssuance),
|
|
365
369
|
/** Update an Ingresses tls settings. */
|
|
366
370
|
ingressTls: this.requestFunctionFactory(descriptors.ingressTls),
|
|
367
371
|
};
|
|
@@ -567,8 +571,6 @@ export class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
567
571
|
createApiToken: this.requestFunctionFactory(descriptors.userCreateApiToken),
|
|
568
572
|
/** Submit your user feedback. */
|
|
569
573
|
createFeedback: this.requestFunctionFactory(descriptors.userCreateFeedback),
|
|
570
|
-
/** Create a new issue. */
|
|
571
|
-
createIssue: this.requestFunctionFactory(descriptors.userCreateIssue),
|
|
572
574
|
/** Get your stored ssh-keys. */
|
|
573
575
|
listSshKeys: this.requestFunctionFactory(descriptors.userListSshKeys),
|
|
574
576
|
/** Store a new ssh-key. */
|
|
@@ -243,6 +243,8 @@ export declare const databaseUpdateMysqlDatabaseDefaultCharset: OpenAPIOperation
|
|
|
243
243
|
export declare const databaseUpdateMysqlDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
244
244
|
/** Update a MySQLUser's password. */
|
|
245
245
|
export declare const databaseUpdateMysqlUserPassword: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersIdPassword.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
|
+
/** Update a RedisDatabase's configuration. */
|
|
247
|
+
export declare const databaseUpdateRedisDatabaseConfiguration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdConfiguration.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
248
|
/** Update a RedisDatabase's description. */
|
|
247
249
|
export declare const databaseUpdateRedisDatabaseDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
248
250
|
/** updates a-records for a specific zone */
|
|
@@ -323,6 +325,8 @@ export declare const ingressListAccessible: OpenAPIOperation<RequestType<Simplif
|
|
|
323
325
|
export declare const ingressListForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdIngresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
324
326
|
/** Update an Ingresses paths. */
|
|
325
327
|
export declare const ingressPaths: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
|
+
/** Request ACME certificate issuance */
|
|
329
|
+
export declare const ingressRequestAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
326
330
|
/** Update an Ingresses tls settings. */
|
|
327
331
|
export declare const ingressTls: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
328
332
|
/** Get details of an Invoice. */
|
|
@@ -531,8 +535,6 @@ export declare const userListApiTokens: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
531
535
|
export declare const userCreateApiToken: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
532
536
|
/** Submit your user feedback. */
|
|
533
537
|
export declare const userCreateFeedback: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfFeedback.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
534
|
-
/** Create a new issue. */
|
|
535
|
-
export declare const userCreateIssue: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Responses.$201.Content.Empty>, 201, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfIssues.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
536
538
|
/** Get your stored ssh-keys. */
|
|
537
539
|
export declare const userListSshKeys: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSshKeys.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
538
540
|
/** Store a new ssh-key. */
|
|
@@ -718,6 +718,12 @@ export const databaseUpdateMysqlUserPassword = {
|
|
|
718
718
|
method: "PATCH",
|
|
719
719
|
operationId: "database-update-mysql-user-password",
|
|
720
720
|
};
|
|
721
|
+
/** Update a RedisDatabase's configuration. */
|
|
722
|
+
export const databaseUpdateRedisDatabaseConfiguration = {
|
|
723
|
+
path: "/v2/redis-databases/{id}/configuration",
|
|
724
|
+
method: "PATCH",
|
|
725
|
+
operationId: "database-update-redis-database-configuration",
|
|
726
|
+
};
|
|
721
727
|
/** Update a RedisDatabase's description. */
|
|
722
728
|
export const databaseUpdateRedisDatabaseDescription = {
|
|
723
729
|
path: "/v2/redis-databases/{id}/description",
|
|
@@ -958,6 +964,12 @@ export const ingressPaths = {
|
|
|
958
964
|
method: "PUT",
|
|
959
965
|
operationId: "ingress-paths",
|
|
960
966
|
};
|
|
967
|
+
/** Request ACME certificate issuance */
|
|
968
|
+
export const ingressRequestAcmeCertificateIssuance = {
|
|
969
|
+
path: "/v2/ingresses/{ingressId}/actions/request-acme-certificate-issuance",
|
|
970
|
+
method: "POST",
|
|
971
|
+
operationId: "ingress-request-acme-certificate-issuance",
|
|
972
|
+
};
|
|
961
973
|
/** Update an Ingresses tls settings. */
|
|
962
974
|
export const ingressTls = {
|
|
963
975
|
path: "/v2/ingresses/{ingressId}/tls",
|
|
@@ -1582,12 +1594,6 @@ export const userCreateFeedback = {
|
|
|
1582
1594
|
method: "POST",
|
|
1583
1595
|
operationId: "user-create-feedback",
|
|
1584
1596
|
};
|
|
1585
|
-
/** Create a new issue. */
|
|
1586
|
-
export const userCreateIssue = {
|
|
1587
|
-
path: "/v2/users/self/issues",
|
|
1588
|
-
method: "POST",
|
|
1589
|
-
operationId: "user-create-issue",
|
|
1590
|
-
};
|
|
1591
1597
|
/** Get your stored ssh-keys. */
|
|
1592
1598
|
export const userListSshKeys = {
|
|
1593
1599
|
path: "/v2/users/self/ssh-keys",
|
|
@@ -1656,6 +1656,7 @@ export declare module MittwaldAPIV2 {
|
|
|
1656
1656
|
email?: string;
|
|
1657
1657
|
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
1658
1658
|
phoneNumber?: string;
|
|
1659
|
+
registeredAt?: string;
|
|
1659
1660
|
userId: string;
|
|
1660
1661
|
}
|
|
1661
1662
|
interface SignupSshKey {
|
|
@@ -6537,6 +6538,48 @@ export declare module MittwaldAPIV2 {
|
|
|
6537
6538
|
}
|
|
6538
6539
|
}
|
|
6539
6540
|
}
|
|
6541
|
+
namespace V2RedisDatabasesIdConfiguration {
|
|
6542
|
+
namespace Patch {
|
|
6543
|
+
namespace Parameters {
|
|
6544
|
+
type Path = {
|
|
6545
|
+
id: string;
|
|
6546
|
+
};
|
|
6547
|
+
interface RequestBody {
|
|
6548
|
+
configuration?: MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration;
|
|
6549
|
+
}
|
|
6550
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6551
|
+
type Query = {};
|
|
6552
|
+
}
|
|
6553
|
+
namespace Responses {
|
|
6554
|
+
namespace $200 {
|
|
6555
|
+
namespace Content {
|
|
6556
|
+
type Empty = unknown;
|
|
6557
|
+
}
|
|
6558
|
+
}
|
|
6559
|
+
namespace $400 {
|
|
6560
|
+
namespace Content {
|
|
6561
|
+
interface ApplicationJson {
|
|
6562
|
+
[k: string]: unknown;
|
|
6563
|
+
}
|
|
6564
|
+
}
|
|
6565
|
+
}
|
|
6566
|
+
namespace $404 {
|
|
6567
|
+
namespace Content {
|
|
6568
|
+
interface ApplicationJson {
|
|
6569
|
+
[k: string]: unknown;
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
}
|
|
6573
|
+
namespace Default {
|
|
6574
|
+
namespace Content {
|
|
6575
|
+
interface ApplicationJson {
|
|
6576
|
+
[k: string]: unknown;
|
|
6577
|
+
}
|
|
6578
|
+
}
|
|
6579
|
+
}
|
|
6580
|
+
}
|
|
6581
|
+
}
|
|
6582
|
+
}
|
|
6540
6583
|
namespace V2RedisDatabasesIdDescription {
|
|
6541
6584
|
namespace Patch {
|
|
6542
6585
|
namespace Parameters {
|
|
@@ -6586,6 +6629,7 @@ export declare module MittwaldAPIV2 {
|
|
|
6586
6629
|
namespace V2NewsletterSubscriptions { }
|
|
6587
6630
|
namespace V2SignupEmail { }
|
|
6588
6631
|
namespace V2SignupPasswordResetConfirm { }
|
|
6632
|
+
namespace V2UsersSelfIssues { }
|
|
6589
6633
|
namespace V2SignupTokenApiApiTokenId { }
|
|
6590
6634
|
namespace V2SignupSshSshKeyId { }
|
|
6591
6635
|
namespace V2SignupMfa { }
|
|
@@ -8069,6 +8113,45 @@ export declare module MittwaldAPIV2 {
|
|
|
8069
8113
|
}
|
|
8070
8114
|
}
|
|
8071
8115
|
}
|
|
8116
|
+
namespace V2IngressesIngressIdActionsRequestAcmeCertificateIssuance {
|
|
8117
|
+
namespace Post {
|
|
8118
|
+
namespace Parameters {
|
|
8119
|
+
type Path = {
|
|
8120
|
+
ingressId: string;
|
|
8121
|
+
};
|
|
8122
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8123
|
+
type Query = {};
|
|
8124
|
+
}
|
|
8125
|
+
namespace Responses {
|
|
8126
|
+
namespace $200 {
|
|
8127
|
+
namespace Content {
|
|
8128
|
+
type Empty = unknown;
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
8131
|
+
namespace $400 {
|
|
8132
|
+
namespace Content {
|
|
8133
|
+
interface ApplicationJson {
|
|
8134
|
+
[k: string]: unknown;
|
|
8135
|
+
}
|
|
8136
|
+
}
|
|
8137
|
+
}
|
|
8138
|
+
namespace $404 {
|
|
8139
|
+
namespace Content {
|
|
8140
|
+
interface ApplicationJson {
|
|
8141
|
+
[k: string]: unknown;
|
|
8142
|
+
}
|
|
8143
|
+
}
|
|
8144
|
+
}
|
|
8145
|
+
namespace Default {
|
|
8146
|
+
namespace Content {
|
|
8147
|
+
interface ApplicationJson {
|
|
8148
|
+
[k: string]: unknown;
|
|
8149
|
+
}
|
|
8150
|
+
}
|
|
8151
|
+
}
|
|
8152
|
+
}
|
|
8153
|
+
}
|
|
8154
|
+
}
|
|
8072
8155
|
namespace V2IngressesIngressIdTls {
|
|
8073
8156
|
namespace Put {
|
|
8074
8157
|
namespace Parameters {
|
|
@@ -12053,15 +12136,19 @@ export declare module MittwaldAPIV2 {
|
|
|
12053
12136
|
/**
|
|
12054
12137
|
* Origin of the feedback.
|
|
12055
12138
|
*/
|
|
12056
|
-
origin
|
|
12139
|
+
origin?: string;
|
|
12057
12140
|
/**
|
|
12058
12141
|
* Descriptive subject.
|
|
12059
12142
|
*/
|
|
12060
12143
|
subject: string;
|
|
12061
12144
|
/**
|
|
12062
|
-
*
|
|
12145
|
+
* Type of feedback.
|
|
12063
12146
|
*/
|
|
12064
|
-
|
|
12147
|
+
type?: "feedback" | "bug";
|
|
12148
|
+
/**
|
|
12149
|
+
* Feedback rating from bad to good. Set to 0 or skip this field to not vote at all.
|
|
12150
|
+
*/
|
|
12151
|
+
vote?: number;
|
|
12065
12152
|
}
|
|
12066
12153
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12067
12154
|
type Query = {};
|
|
@@ -12097,47 +12184,6 @@ export declare module MittwaldAPIV2 {
|
|
|
12097
12184
|
}
|
|
12098
12185
|
}
|
|
12099
12186
|
}
|
|
12100
|
-
namespace V2UsersSelfIssues {
|
|
12101
|
-
namespace Post {
|
|
12102
|
-
namespace Parameters {
|
|
12103
|
-
type Path = {};
|
|
12104
|
-
interface RequestBody {
|
|
12105
|
-
/**
|
|
12106
|
-
* Detailed report of the issue.
|
|
12107
|
-
*/
|
|
12108
|
-
message: string;
|
|
12109
|
-
/**
|
|
12110
|
-
* Origin of the issue.
|
|
12111
|
-
*/
|
|
12112
|
-
origin?: string;
|
|
12113
|
-
/**
|
|
12114
|
-
* Descriptive subject of the report.
|
|
12115
|
-
*/
|
|
12116
|
-
subject?: string;
|
|
12117
|
-
/**
|
|
12118
|
-
* Type of feedback.
|
|
12119
|
-
*/
|
|
12120
|
-
type: "feedback" | "bug";
|
|
12121
|
-
}
|
|
12122
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12123
|
-
type Query = {};
|
|
12124
|
-
}
|
|
12125
|
-
namespace Responses {
|
|
12126
|
-
namespace $201 {
|
|
12127
|
-
namespace Content {
|
|
12128
|
-
type Empty = unknown;
|
|
12129
|
-
}
|
|
12130
|
-
}
|
|
12131
|
-
namespace Default {
|
|
12132
|
-
namespace Content {
|
|
12133
|
-
interface ApplicationJson {
|
|
12134
|
-
[k: string]: unknown;
|
|
12135
|
-
}
|
|
12136
|
-
}
|
|
12137
|
-
}
|
|
12138
|
-
}
|
|
12139
|
-
}
|
|
12140
|
-
}
|
|
12141
12187
|
namespace V2SignupSsh { }
|
|
12142
12188
|
namespace V2UsersSelfSshKeys {
|
|
12143
12189
|
namespace Get {
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '2.0.17';
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '2.0.
|
|
1
|
+
export const MittwaldAPIClientVersion = '2.0.17';
|