@mittwald/api-client 0.0.0-development-9f66b59-20260619 → 0.0.0-development-559bf74-20260622
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/generated/v2/client-react.js +6 -4
- package/dist/esm/generated/v2/client.js +6 -4
- package/dist/esm/generated/v2/descriptors.js +18 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +68 -76
- package/dist/types/generated/v2/client.d.ts +299 -246
- package/dist/types/generated/v2/descriptors.d.ts +6 -4
- package/dist/types/generated/v2/types.d.ts +857 -760
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -4808,111 +4808,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4808
4808
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4809
4809
|
[x: string]: unknown;
|
|
4810
4810
|
}, 500, "application/json">>>;
|
|
4811
|
-
/** Get a ContainerImageConfig. */
|
|
4812
|
-
getContainerImageConfig: (request: {
|
|
4813
|
-
queryParameters: {
|
|
4814
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4815
|
-
imageReference: string;
|
|
4816
|
-
useCredentialsForProjectId?: string | undefined;
|
|
4817
|
-
useCredentialsForRegistryId?: string | undefined;
|
|
4818
|
-
generateAiData?: boolean | undefined;
|
|
4819
|
-
};
|
|
4820
|
-
headers?: {
|
|
4821
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4822
|
-
"Accept-Language"?: "de" | "en" | undefined;
|
|
4823
|
-
"x-access-token"?: string | undefined;
|
|
4824
|
-
} | undefined;
|
|
4825
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4826
|
-
headers?: Partial<{
|
|
4827
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4828
|
-
}>;
|
|
4829
|
-
} & {
|
|
4830
|
-
queryParameters: {
|
|
4831
|
-
imageReference: string;
|
|
4832
|
-
useCredentialsForProjectId?: string | undefined;
|
|
4833
|
-
useCredentialsForRegistryId?: string | undefined;
|
|
4834
|
-
generateAiData?: boolean | undefined;
|
|
4835
|
-
} & Partial<{
|
|
4836
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4837
|
-
}>;
|
|
4838
|
-
} & {
|
|
4839
|
-
headers: {
|
|
4840
|
-
"Accept-Language"?: "de" | "en" | undefined;
|
|
4841
|
-
"x-access-token"?: string | undefined;
|
|
4842
|
-
} & Partial<{
|
|
4843
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4844
|
-
}>;
|
|
4845
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
4846
|
-
command?: string[] | undefined;
|
|
4847
|
-
digest: string;
|
|
4848
|
-
entrypoint?: string[] | undefined;
|
|
4849
|
-
env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
|
|
4850
|
-
exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
|
|
4851
|
-
hasAiGeneratedData: boolean;
|
|
4852
|
-
isAiAvailable: boolean;
|
|
4853
|
-
isUserRoot: boolean;
|
|
4854
|
-
overwritingUser?: number | undefined;
|
|
4855
|
-
user: string;
|
|
4856
|
-
userId: number;
|
|
4857
|
-
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
|
|
4858
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4859
|
-
[x: string]: unknown;
|
|
4860
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4861
|
-
[x: string]: unknown;
|
|
4862
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4863
|
-
[x: string]: unknown;
|
|
4864
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4865
|
-
[x: string]: unknown;
|
|
4866
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4867
|
-
[x: string]: unknown;
|
|
4868
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4869
|
-
[x: string]: unknown;
|
|
4870
|
-
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4871
|
-
headers?: Partial<{
|
|
4872
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4873
|
-
}>;
|
|
4874
|
-
} & {
|
|
4875
|
-
queryParameters: {
|
|
4876
|
-
imageReference: string;
|
|
4877
|
-
useCredentialsForProjectId?: string | undefined;
|
|
4878
|
-
useCredentialsForRegistryId?: string | undefined;
|
|
4879
|
-
generateAiData?: boolean | undefined;
|
|
4880
|
-
} & Partial<{
|
|
4881
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4882
|
-
}>;
|
|
4883
|
-
} & {
|
|
4884
|
-
headers: {
|
|
4885
|
-
"Accept-Language"?: "de" | "en" | undefined;
|
|
4886
|
-
"x-access-token"?: string | undefined;
|
|
4887
|
-
} & Partial<{
|
|
4888
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4889
|
-
}>;
|
|
4890
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
4891
|
-
command?: string[] | undefined;
|
|
4892
|
-
digest: string;
|
|
4893
|
-
entrypoint?: string[] | undefined;
|
|
4894
|
-
env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
|
|
4895
|
-
exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
|
|
4896
|
-
hasAiGeneratedData: boolean;
|
|
4897
|
-
isAiAvailable: boolean;
|
|
4898
|
-
isUserRoot: boolean;
|
|
4899
|
-
overwritingUser?: number | undefined;
|
|
4900
|
-
user: string;
|
|
4901
|
-
userId: number;
|
|
4902
|
-
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
|
|
4903
|
-
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4904
|
-
[x: string]: unknown;
|
|
4905
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4906
|
-
[x: string]: unknown;
|
|
4907
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4908
|
-
[x: string]: unknown;
|
|
4909
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4910
|
-
[x: string]: unknown;
|
|
4911
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4912
|
-
[x: string]: unknown;
|
|
4913
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4914
|
-
[x: string]: unknown;
|
|
4915
|
-
}, 500, "application/json">>>;
|
|
4916
4811
|
/** Get logs belonging to a Service. */
|
|
4917
4812
|
getServiceLogs: (request: {
|
|
4918
4813
|
stackId: string;
|
|
@@ -6111,6 +6006,111 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6111
6006
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6112
6007
|
[x: string]: unknown;
|
|
6113
6008
|
}, 500, "application/json">>>;
|
|
6009
|
+
/** Get a ContainerImageConfig. */
|
|
6010
|
+
getContainerImageConfig: (request: {
|
|
6011
|
+
queryParameters: {
|
|
6012
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6013
|
+
imageReference: string;
|
|
6014
|
+
useCredentialsForProjectId?: string | undefined;
|
|
6015
|
+
useCredentialsForRegistryId?: string | undefined;
|
|
6016
|
+
generateAiData?: boolean | undefined;
|
|
6017
|
+
};
|
|
6018
|
+
headers?: {
|
|
6019
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6020
|
+
"Accept-Language"?: "de" | "en" | undefined;
|
|
6021
|
+
"x-access-token"?: string | undefined;
|
|
6022
|
+
} | undefined;
|
|
6023
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6024
|
+
headers?: Partial<{
|
|
6025
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6026
|
+
}>;
|
|
6027
|
+
} & {
|
|
6028
|
+
queryParameters: {
|
|
6029
|
+
imageReference: string;
|
|
6030
|
+
useCredentialsForProjectId?: string | undefined;
|
|
6031
|
+
useCredentialsForRegistryId?: string | undefined;
|
|
6032
|
+
generateAiData?: boolean | undefined;
|
|
6033
|
+
} & Partial<{
|
|
6034
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6035
|
+
}>;
|
|
6036
|
+
} & {
|
|
6037
|
+
headers: {
|
|
6038
|
+
"Accept-Language"?: "de" | "en" | undefined;
|
|
6039
|
+
"x-access-token"?: string | undefined;
|
|
6040
|
+
} & Partial<{
|
|
6041
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6042
|
+
}>;
|
|
6043
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6044
|
+
command?: string[] | undefined;
|
|
6045
|
+
digest: string;
|
|
6046
|
+
entrypoint?: string[] | undefined;
|
|
6047
|
+
env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
|
|
6048
|
+
exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
|
|
6049
|
+
hasAiGeneratedData: boolean;
|
|
6050
|
+
isAiAvailable: boolean;
|
|
6051
|
+
isUserRoot: boolean;
|
|
6052
|
+
overwritingUser?: number | undefined;
|
|
6053
|
+
user: string;
|
|
6054
|
+
userId: number;
|
|
6055
|
+
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
|
|
6056
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6057
|
+
[x: string]: unknown;
|
|
6058
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6059
|
+
[x: string]: unknown;
|
|
6060
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6061
|
+
[x: string]: unknown;
|
|
6062
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6063
|
+
[x: string]: unknown;
|
|
6064
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6065
|
+
[x: string]: unknown;
|
|
6066
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6067
|
+
[x: string]: unknown;
|
|
6068
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6069
|
+
headers?: Partial<{
|
|
6070
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6071
|
+
}>;
|
|
6072
|
+
} & {
|
|
6073
|
+
queryParameters: {
|
|
6074
|
+
imageReference: string;
|
|
6075
|
+
useCredentialsForProjectId?: string | undefined;
|
|
6076
|
+
useCredentialsForRegistryId?: string | undefined;
|
|
6077
|
+
generateAiData?: boolean | undefined;
|
|
6078
|
+
} & Partial<{
|
|
6079
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6080
|
+
}>;
|
|
6081
|
+
} & {
|
|
6082
|
+
headers: {
|
|
6083
|
+
"Accept-Language"?: "de" | "en" | undefined;
|
|
6084
|
+
"x-access-token"?: string | undefined;
|
|
6085
|
+
} & Partial<{
|
|
6086
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6087
|
+
}>;
|
|
6088
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
6089
|
+
command?: string[] | undefined;
|
|
6090
|
+
digest: string;
|
|
6091
|
+
entrypoint?: string[] | undefined;
|
|
6092
|
+
env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
|
|
6093
|
+
exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
|
|
6094
|
+
hasAiGeneratedData: boolean;
|
|
6095
|
+
isAiAvailable: boolean;
|
|
6096
|
+
isUserRoot: boolean;
|
|
6097
|
+
overwritingUser?: number | undefined;
|
|
6098
|
+
user: string;
|
|
6099
|
+
userId: number;
|
|
6100
|
+
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
|
|
6101
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6102
|
+
[x: string]: unknown;
|
|
6103
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6104
|
+
[x: string]: unknown;
|
|
6105
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6106
|
+
[x: string]: unknown;
|
|
6107
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6108
|
+
[x: string]: unknown;
|
|
6109
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6110
|
+
[x: string]: unknown;
|
|
6111
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6112
|
+
[x: string]: unknown;
|
|
6113
|
+
}, 500, "application/json">>>;
|
|
6114
6114
|
};
|
|
6115
6115
|
/** The contract API allows you to manage your contracts and orders */
|
|
6116
6116
|
readonly contract: {
|
|
@@ -19333,7 +19333,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19333
19333
|
}, import("@mittwald/api-client-commons").Response<{
|
|
19334
19334
|
id: string;
|
|
19335
19335
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19336
|
-
|
|
19336
|
+
message: string;
|
|
19337
|
+
params?: {
|
|
19338
|
+
[k: string]: string;
|
|
19339
|
+
} | undefined;
|
|
19340
|
+
type: string;
|
|
19341
|
+
validationErrors: (import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableValidationError | {
|
|
19342
|
+
context?: {
|
|
19343
|
+
[k: string]: string;
|
|
19344
|
+
};
|
|
19345
|
+
message: string;
|
|
19346
|
+
path: string;
|
|
19347
|
+
type: string;
|
|
19348
|
+
})[];
|
|
19337
19349
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19338
19350
|
[x: string]: unknown;
|
|
19339
19351
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -19358,7 +19370,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19358
19370
|
}, import("@mittwald/api-client-commons").Response<{
|
|
19359
19371
|
id: string;
|
|
19360
19372
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19361
|
-
|
|
19373
|
+
message: string;
|
|
19374
|
+
params?: {
|
|
19375
|
+
[k: string]: string;
|
|
19376
|
+
} | undefined;
|
|
19377
|
+
type: string;
|
|
19378
|
+
validationErrors: (import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableValidationError | {
|
|
19379
|
+
context?: {
|
|
19380
|
+
[k: string]: string;
|
|
19381
|
+
};
|
|
19382
|
+
message: string;
|
|
19383
|
+
path: string;
|
|
19384
|
+
type: string;
|
|
19385
|
+
})[];
|
|
19362
19386
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
19363
19387
|
[x: string]: unknown;
|
|
19364
19388
|
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -21867,6 +21891,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21867
21891
|
isBackupInProgress: boolean;
|
|
21868
21892
|
isCatchAll: boolean;
|
|
21869
21893
|
mailbox?: {
|
|
21894
|
+
mailsystemSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
|
|
21870
21895
|
name: string;
|
|
21871
21896
|
passwordUpdatedAt: string;
|
|
21872
21897
|
sendingEnabled: boolean;
|
|
@@ -21935,6 +21960,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21935
21960
|
isBackupInProgress: boolean;
|
|
21936
21961
|
isCatchAll: boolean;
|
|
21937
21962
|
mailbox?: {
|
|
21963
|
+
mailsystemSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
|
|
21938
21964
|
name: string;
|
|
21939
21965
|
passwordUpdatedAt: string;
|
|
21940
21966
|
sendingEnabled: boolean;
|
|
@@ -29692,91 +29718,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
29692
29718
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29693
29719
|
[x: string]: unknown;
|
|
29694
29720
|
}, 429, "application/json">>>;
|
|
29695
|
-
/** Get the activities of a project. */
|
|
29696
|
-
listProjectActivities: (request: {
|
|
29697
|
-
projectId: string;
|
|
29698
|
-
headers?: {
|
|
29699
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29700
|
-
} | undefined;
|
|
29701
|
-
queryParameters?: {
|
|
29702
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29703
|
-
aggregateName?: string | undefined;
|
|
29704
|
-
aggregateDomain?: string | undefined;
|
|
29705
|
-
aggregateId?: string | undefined;
|
|
29706
|
-
startTime?: string | undefined;
|
|
29707
|
-
endTime?: string | undefined;
|
|
29708
|
-
fulltextSearch?: string | undefined;
|
|
29709
|
-
limit?: number | undefined;
|
|
29710
|
-
skip?: number | undefined;
|
|
29711
|
-
page?: number | undefined;
|
|
29712
|
-
sort?: "dateTime" | undefined;
|
|
29713
|
-
order?: "asc" | "desc" | undefined;
|
|
29714
|
-
} | undefined;
|
|
29715
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29716
|
-
headers?: Partial<{
|
|
29717
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29718
|
-
}>;
|
|
29719
|
-
} & {
|
|
29720
|
-
pathParameters: {
|
|
29721
|
-
projectId: string;
|
|
29722
|
-
};
|
|
29723
|
-
} & {
|
|
29724
|
-
queryParameters: {
|
|
29725
|
-
aggregateName?: string | undefined;
|
|
29726
|
-
aggregateDomain?: string | undefined;
|
|
29727
|
-
aggregateId?: string | undefined;
|
|
29728
|
-
startTime?: string | undefined;
|
|
29729
|
-
endTime?: string | undefined;
|
|
29730
|
-
fulltextSearch?: string | undefined;
|
|
29731
|
-
limit?: number | undefined;
|
|
29732
|
-
skip?: number | undefined;
|
|
29733
|
-
page?: number | undefined;
|
|
29734
|
-
sort?: "dateTime" | undefined;
|
|
29735
|
-
order?: "asc" | "desc" | undefined;
|
|
29736
|
-
} & Partial<{
|
|
29737
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29738
|
-
}>;
|
|
29739
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29740
|
-
[x: string]: unknown;
|
|
29741
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29742
|
-
[x: string]: unknown;
|
|
29743
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29744
|
-
[x: string]: unknown;
|
|
29745
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29746
|
-
[x: string]: unknown;
|
|
29747
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29748
|
-
headers?: Partial<{
|
|
29749
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29750
|
-
}>;
|
|
29751
|
-
} & {
|
|
29752
|
-
pathParameters: {
|
|
29753
|
-
projectId: string;
|
|
29754
|
-
};
|
|
29755
|
-
} & {
|
|
29756
|
-
queryParameters: {
|
|
29757
|
-
aggregateName?: string | undefined;
|
|
29758
|
-
aggregateDomain?: string | undefined;
|
|
29759
|
-
aggregateId?: string | undefined;
|
|
29760
|
-
startTime?: string | undefined;
|
|
29761
|
-
endTime?: string | undefined;
|
|
29762
|
-
fulltextSearch?: string | undefined;
|
|
29763
|
-
limit?: number | undefined;
|
|
29764
|
-
skip?: number | undefined;
|
|
29765
|
-
page?: number | undefined;
|
|
29766
|
-
sort?: "dateTime" | undefined;
|
|
29767
|
-
order?: "asc" | "desc" | undefined;
|
|
29768
|
-
} & Partial<{
|
|
29769
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29770
|
-
}>;
|
|
29771
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29772
|
-
[x: string]: unknown;
|
|
29773
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29774
|
-
[x: string]: unknown;
|
|
29775
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29776
|
-
[x: string]: unknown;
|
|
29777
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29778
|
-
[x: string]: unknown;
|
|
29779
|
-
}, 429, "application/json">>>;
|
|
29780
29721
|
/** List ProjectInvites belonging to the executing user. */
|
|
29781
29722
|
listProjectInvites: (request?: {
|
|
29782
29723
|
headers?: {
|
|
@@ -29948,33 +29889,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
29948
29889
|
} & Partial<{
|
|
29949
29890
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29950
29891
|
}>;
|
|
29951
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
29952
|
-
backupStorageUsageInBytes: number;
|
|
29953
|
-
backupStorageUsageInBytesSetAt: string;
|
|
29954
|
-
createdAt: string;
|
|
29955
|
-
customerId: string;
|
|
29956
|
-
customerMeta: {
|
|
29957
|
-
id: string;
|
|
29958
|
-
};
|
|
29959
|
-
description: string;
|
|
29960
|
-
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
29961
|
-
disabledAt?: string;
|
|
29962
|
-
enabled: boolean;
|
|
29963
|
-
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
29964
|
-
id: string;
|
|
29965
|
-
imageRefId?: string;
|
|
29966
|
-
isReady: boolean;
|
|
29967
|
-
projectHostingId?: string;
|
|
29968
|
-
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
29969
|
-
serverGroupId: string;
|
|
29970
|
-
serverId?: string;
|
|
29971
|
-
shortId: string;
|
|
29972
|
-
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
29973
|
-
statusSetAt: string;
|
|
29974
|
-
supportedFeatures: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
29975
|
-
webStorageUsageInBytes: number;
|
|
29976
|
-
webStorageUsageInBytesSetAt: string;
|
|
29977
|
-
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29892
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29978
29893
|
[x: string]: unknown;
|
|
29979
29894
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29980
29895
|
[x: string]: unknown;
|
|
@@ -30003,33 +29918,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30003
29918
|
} & Partial<{
|
|
30004
29919
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30005
29920
|
}>;
|
|
30006
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
30007
|
-
backupStorageUsageInBytes: number;
|
|
30008
|
-
backupStorageUsageInBytesSetAt: string;
|
|
30009
|
-
createdAt: string;
|
|
30010
|
-
customerId: string;
|
|
30011
|
-
customerMeta: {
|
|
30012
|
-
id: string;
|
|
30013
|
-
};
|
|
30014
|
-
description: string;
|
|
30015
|
-
disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
30016
|
-
disabledAt?: string;
|
|
30017
|
-
enabled: boolean;
|
|
30018
|
-
features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
30019
|
-
id: string;
|
|
30020
|
-
imageRefId?: string;
|
|
30021
|
-
isReady: boolean;
|
|
30022
|
-
projectHostingId?: string;
|
|
30023
|
-
readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
30024
|
-
serverGroupId: string;
|
|
30025
|
-
serverId?: string;
|
|
30026
|
-
shortId: string;
|
|
30027
|
-
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
30028
|
-
statusSetAt: string;
|
|
30029
|
-
supportedFeatures: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
|
|
30030
|
-
webStorageUsageInBytes: number;
|
|
30031
|
-
webStorageUsageInBytesSetAt: string;
|
|
30032
|
-
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29921
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30033
29922
|
[x: string]: unknown;
|
|
30034
29923
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30035
29924
|
[x: string]: unknown;
|
|
@@ -30533,6 +30422,170 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30533
30422
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30534
30423
|
[x: string]: unknown;
|
|
30535
30424
|
}, 500, "application/json">>>;
|
|
30425
|
+
/** Get the activities of a project. */
|
|
30426
|
+
listProjectActivities: (request: {
|
|
30427
|
+
projectId: string;
|
|
30428
|
+
headers?: {
|
|
30429
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30430
|
+
} | undefined;
|
|
30431
|
+
queryParameters?: {
|
|
30432
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30433
|
+
aggregateName?: string | undefined;
|
|
30434
|
+
aggregateDomain?: string | undefined;
|
|
30435
|
+
aggregateId?: string | undefined;
|
|
30436
|
+
startTime?: string | undefined;
|
|
30437
|
+
endTime?: string | undefined;
|
|
30438
|
+
fulltextSearch?: string | undefined;
|
|
30439
|
+
limit?: number | undefined;
|
|
30440
|
+
skip?: number | undefined;
|
|
30441
|
+
page?: number | undefined;
|
|
30442
|
+
sort?: "dateTime" | undefined;
|
|
30443
|
+
order?: "asc" | "desc" | undefined;
|
|
30444
|
+
} | undefined;
|
|
30445
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30446
|
+
headers?: Partial<{
|
|
30447
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30448
|
+
}>;
|
|
30449
|
+
} & {
|
|
30450
|
+
pathParameters: {
|
|
30451
|
+
projectId: string;
|
|
30452
|
+
};
|
|
30453
|
+
} & {
|
|
30454
|
+
queryParameters: {
|
|
30455
|
+
aggregateName?: string | undefined;
|
|
30456
|
+
aggregateDomain?: string | undefined;
|
|
30457
|
+
aggregateId?: string | undefined;
|
|
30458
|
+
startTime?: string | undefined;
|
|
30459
|
+
endTime?: string | undefined;
|
|
30460
|
+
fulltextSearch?: string | undefined;
|
|
30461
|
+
limit?: number | undefined;
|
|
30462
|
+
skip?: number | undefined;
|
|
30463
|
+
page?: number | undefined;
|
|
30464
|
+
sort?: "dateTime" | undefined;
|
|
30465
|
+
order?: "asc" | "desc" | undefined;
|
|
30466
|
+
} & Partial<{
|
|
30467
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30468
|
+
}>;
|
|
30469
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30470
|
+
[x: string]: unknown;
|
|
30471
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30472
|
+
[x: string]: unknown;
|
|
30473
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30474
|
+
[x: string]: unknown;
|
|
30475
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30476
|
+
[x: string]: unknown;
|
|
30477
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30478
|
+
headers?: Partial<{
|
|
30479
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30480
|
+
}>;
|
|
30481
|
+
} & {
|
|
30482
|
+
pathParameters: {
|
|
30483
|
+
projectId: string;
|
|
30484
|
+
};
|
|
30485
|
+
} & {
|
|
30486
|
+
queryParameters: {
|
|
30487
|
+
aggregateName?: string | undefined;
|
|
30488
|
+
aggregateDomain?: string | undefined;
|
|
30489
|
+
aggregateId?: string | undefined;
|
|
30490
|
+
startTime?: string | undefined;
|
|
30491
|
+
endTime?: string | undefined;
|
|
30492
|
+
fulltextSearch?: string | undefined;
|
|
30493
|
+
limit?: number | undefined;
|
|
30494
|
+
skip?: number | undefined;
|
|
30495
|
+
page?: number | undefined;
|
|
30496
|
+
sort?: "dateTime" | undefined;
|
|
30497
|
+
order?: "asc" | "desc" | undefined;
|
|
30498
|
+
} & Partial<{
|
|
30499
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30500
|
+
}>;
|
|
30501
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30502
|
+
[x: string]: unknown;
|
|
30503
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30504
|
+
[x: string]: unknown;
|
|
30505
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30506
|
+
[x: string]: unknown;
|
|
30507
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30508
|
+
[x: string]: unknown;
|
|
30509
|
+
}, 429, "application/json">>>;
|
|
30510
|
+
/** List Projects belonging to a Customer. */
|
|
30511
|
+
listCustomerProjects: (request: {
|
|
30512
|
+
customerId: string;
|
|
30513
|
+
headers?: {
|
|
30514
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30515
|
+
"x-access-token"?: string | undefined;
|
|
30516
|
+
} | undefined;
|
|
30517
|
+
queryParameters?: {
|
|
30518
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30519
|
+
searchTerm?: string | undefined;
|
|
30520
|
+
limit?: number | undefined;
|
|
30521
|
+
skip?: number | undefined;
|
|
30522
|
+
page?: number | undefined;
|
|
30523
|
+
sort?: "createdAt" | "description" | undefined;
|
|
30524
|
+
order?: "asc" | "desc" | undefined;
|
|
30525
|
+
} | undefined;
|
|
30526
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30527
|
+
headers?: Partial<{
|
|
30528
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30529
|
+
}>;
|
|
30530
|
+
} & {
|
|
30531
|
+
pathParameters: {
|
|
30532
|
+
customerId: string;
|
|
30533
|
+
};
|
|
30534
|
+
} & {
|
|
30535
|
+
queryParameters: {
|
|
30536
|
+
searchTerm?: string | undefined;
|
|
30537
|
+
limit?: number | undefined;
|
|
30538
|
+
skip?: number | undefined;
|
|
30539
|
+
page?: number | undefined;
|
|
30540
|
+
sort?: "createdAt" | "description" | undefined;
|
|
30541
|
+
order?: "asc" | "desc" | undefined;
|
|
30542
|
+
} & Partial<{
|
|
30543
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30544
|
+
}>;
|
|
30545
|
+
} & {
|
|
30546
|
+
headers: {
|
|
30547
|
+
"x-access-token"?: string | undefined;
|
|
30548
|
+
} & Partial<{
|
|
30549
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30550
|
+
}>;
|
|
30551
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30552
|
+
[x: string]: unknown;
|
|
30553
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30554
|
+
[x: string]: unknown;
|
|
30555
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30556
|
+
[x: string]: unknown;
|
|
30557
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30558
|
+
headers?: Partial<{
|
|
30559
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30560
|
+
}>;
|
|
30561
|
+
} & {
|
|
30562
|
+
pathParameters: {
|
|
30563
|
+
customerId: string;
|
|
30564
|
+
};
|
|
30565
|
+
} & {
|
|
30566
|
+
queryParameters: {
|
|
30567
|
+
searchTerm?: string | undefined;
|
|
30568
|
+
limit?: number | undefined;
|
|
30569
|
+
skip?: number | undefined;
|
|
30570
|
+
page?: number | undefined;
|
|
30571
|
+
sort?: "createdAt" | "description" | undefined;
|
|
30572
|
+
order?: "asc" | "desc" | undefined;
|
|
30573
|
+
} & Partial<{
|
|
30574
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30575
|
+
}>;
|
|
30576
|
+
} & {
|
|
30577
|
+
headers: {
|
|
30578
|
+
"x-access-token"?: string | undefined;
|
|
30579
|
+
} & Partial<{
|
|
30580
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30581
|
+
}>;
|
|
30582
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30583
|
+
[x: string]: unknown;
|
|
30584
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30585
|
+
[x: string]: unknown;
|
|
30586
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30587
|
+
[x: string]: unknown;
|
|
30588
|
+
}, 429, "application/json">>>;
|
|
30536
30589
|
};
|
|
30537
30590
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
30538
30591
|
readonly projectFileSystem: {
|