@mittwald/api-client 0.0.0-development-559bf74-20260622 → 0.0.0-development-8335166-20260625
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 -6
- package/dist/esm/generated/v2/client.js +8 -10
- package/dist/esm/generated/v2/descriptors.js +24 -30
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +73 -72
- package/dist/types/generated/v2/client.d.ts +390 -455
- package/dist/types/generated/v2/descriptors.d.ts +8 -10
- package/dist/types/generated/v2/types.d.ts +1723 -1762
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -4334,6 +4334,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4334
4334
|
updateStack: (request: {
|
|
4335
4335
|
stackId: string;
|
|
4336
4336
|
data?: {
|
|
4337
|
+
description?: string | undefined;
|
|
4337
4338
|
services?: {
|
|
4338
4339
|
[x: string]: {
|
|
4339
4340
|
command?: string[] | undefined;
|
|
@@ -4375,6 +4376,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4375
4376
|
} | undefined;
|
|
4376
4377
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4377
4378
|
data: {
|
|
4379
|
+
description?: string | undefined;
|
|
4378
4380
|
services?: {
|
|
4379
4381
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceRequest;
|
|
4380
4382
|
} | undefined;
|
|
@@ -4423,6 +4425,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4423
4425
|
[x: string]: unknown;
|
|
4424
4426
|
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4425
4427
|
data: {
|
|
4428
|
+
description?: string | undefined;
|
|
4426
4429
|
services?: {
|
|
4427
4430
|
[k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceRequest;
|
|
4428
4431
|
} | undefined;
|
|
@@ -4808,6 +4811,111 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4808
4811
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4809
4812
|
[x: string]: unknown;
|
|
4810
4813
|
}, 500, "application/json">>>;
|
|
4814
|
+
/** Get a ContainerImageConfig. */
|
|
4815
|
+
getContainerImageConfig: (request: {
|
|
4816
|
+
queryParameters: {
|
|
4817
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4818
|
+
imageReference: string;
|
|
4819
|
+
useCredentialsForProjectId?: string | undefined;
|
|
4820
|
+
useCredentialsForRegistryId?: string | undefined;
|
|
4821
|
+
generateAiData?: boolean | undefined;
|
|
4822
|
+
};
|
|
4823
|
+
headers?: {
|
|
4824
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
4825
|
+
"Accept-Language"?: "de" | "en" | undefined;
|
|
4826
|
+
"x-access-token"?: string | undefined;
|
|
4827
|
+
} | undefined;
|
|
4828
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4829
|
+
headers?: Partial<{
|
|
4830
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4831
|
+
}>;
|
|
4832
|
+
} & {
|
|
4833
|
+
queryParameters: {
|
|
4834
|
+
imageReference: string;
|
|
4835
|
+
useCredentialsForProjectId?: string | undefined;
|
|
4836
|
+
useCredentialsForRegistryId?: string | undefined;
|
|
4837
|
+
generateAiData?: boolean | undefined;
|
|
4838
|
+
} & Partial<{
|
|
4839
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4840
|
+
}>;
|
|
4841
|
+
} & {
|
|
4842
|
+
headers: {
|
|
4843
|
+
"Accept-Language"?: "de" | "en" | undefined;
|
|
4844
|
+
"x-access-token"?: string | undefined;
|
|
4845
|
+
} & Partial<{
|
|
4846
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4847
|
+
}>;
|
|
4848
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
4849
|
+
command?: string[] | undefined;
|
|
4850
|
+
digest: string;
|
|
4851
|
+
entrypoint?: string[] | undefined;
|
|
4852
|
+
env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
|
|
4853
|
+
exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
|
|
4854
|
+
hasAiGeneratedData: boolean;
|
|
4855
|
+
isAiAvailable: boolean;
|
|
4856
|
+
isUserRoot: boolean;
|
|
4857
|
+
overwritingUser?: number | undefined;
|
|
4858
|
+
user: string;
|
|
4859
|
+
userId: number;
|
|
4860
|
+
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
|
|
4861
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4862
|
+
[x: string]: unknown;
|
|
4863
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4864
|
+
[x: string]: unknown;
|
|
4865
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4866
|
+
[x: string]: unknown;
|
|
4867
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4868
|
+
[x: string]: unknown;
|
|
4869
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4870
|
+
[x: string]: unknown;
|
|
4871
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4872
|
+
[x: string]: unknown;
|
|
4873
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4874
|
+
headers?: Partial<{
|
|
4875
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4876
|
+
}>;
|
|
4877
|
+
} & {
|
|
4878
|
+
queryParameters: {
|
|
4879
|
+
imageReference: string;
|
|
4880
|
+
useCredentialsForProjectId?: string | undefined;
|
|
4881
|
+
useCredentialsForRegistryId?: string | undefined;
|
|
4882
|
+
generateAiData?: boolean | undefined;
|
|
4883
|
+
} & Partial<{
|
|
4884
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4885
|
+
}>;
|
|
4886
|
+
} & {
|
|
4887
|
+
headers: {
|
|
4888
|
+
"Accept-Language"?: "de" | "en" | undefined;
|
|
4889
|
+
"x-access-token"?: string | undefined;
|
|
4890
|
+
} & Partial<{
|
|
4891
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
4892
|
+
}>;
|
|
4893
|
+
}, import("@mittwald/api-client-commons").Response<{
|
|
4894
|
+
command?: string[] | undefined;
|
|
4895
|
+
digest: string;
|
|
4896
|
+
entrypoint?: string[] | undefined;
|
|
4897
|
+
env?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigEnv[] | undefined;
|
|
4898
|
+
exposedPorts?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigExposedPort[] | undefined;
|
|
4899
|
+
hasAiGeneratedData: boolean;
|
|
4900
|
+
isAiAvailable: boolean;
|
|
4901
|
+
isUserRoot: boolean;
|
|
4902
|
+
overwritingUser?: number | undefined;
|
|
4903
|
+
user: string;
|
|
4904
|
+
userId: number;
|
|
4905
|
+
volumes?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerContainerImageConfigVolume[] | undefined;
|
|
4906
|
+
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4907
|
+
[x: string]: unknown;
|
|
4908
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4909
|
+
[x: string]: unknown;
|
|
4910
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4911
|
+
[x: string]: unknown;
|
|
4912
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4913
|
+
[x: string]: unknown;
|
|
4914
|
+
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4915
|
+
[x: string]: unknown;
|
|
4916
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
4917
|
+
[x: string]: unknown;
|
|
4918
|
+
}, 500, "application/json">>>;
|
|
4811
4919
|
/** Get logs belonging to a Service. */
|
|
4812
4920
|
getServiceLogs: (request: {
|
|
4813
4921
|
stackId: string;
|
|
@@ -5729,77 +5837,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
5729
5837
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5730
5838
|
[x: string]: unknown;
|
|
5731
5839
|
}, 500, "application/json">>>;
|
|
5732
|
-
/** Replace the description of a Stack. */
|
|
5733
|
-
setStackDescription: (request: {
|
|
5734
|
-
data: {
|
|
5735
|
-
description: string;
|
|
5736
|
-
};
|
|
5737
|
-
stackId: string;
|
|
5738
|
-
headers?: {
|
|
5739
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5740
|
-
"x-access-token"?: string | undefined;
|
|
5741
|
-
} | undefined;
|
|
5742
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5743
|
-
data: {
|
|
5744
|
-
description: string;
|
|
5745
|
-
};
|
|
5746
|
-
} & {
|
|
5747
|
-
pathParameters: {
|
|
5748
|
-
stackId: string;
|
|
5749
|
-
};
|
|
5750
|
-
} & {
|
|
5751
|
-
headers?: Partial<{
|
|
5752
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5753
|
-
}>;
|
|
5754
|
-
} & {
|
|
5755
|
-
headers: {
|
|
5756
|
-
"x-access-token"?: string | undefined;
|
|
5757
|
-
} & Partial<{
|
|
5758
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5759
|
-
}>;
|
|
5760
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5761
|
-
[x: string]: unknown;
|
|
5762
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5763
|
-
[x: string]: unknown;
|
|
5764
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5765
|
-
[x: string]: unknown;
|
|
5766
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5767
|
-
[x: string]: unknown;
|
|
5768
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5769
|
-
[x: string]: unknown;
|
|
5770
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5771
|
-
[x: string]: unknown;
|
|
5772
|
-
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5773
|
-
data: {
|
|
5774
|
-
description: string;
|
|
5775
|
-
};
|
|
5776
|
-
} & {
|
|
5777
|
-
pathParameters: {
|
|
5778
|
-
stackId: string;
|
|
5779
|
-
};
|
|
5780
|
-
} & {
|
|
5781
|
-
headers?: Partial<{
|
|
5782
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5783
|
-
}>;
|
|
5784
|
-
} & {
|
|
5785
|
-
headers: {
|
|
5786
|
-
"x-access-token"?: string | undefined;
|
|
5787
|
-
} & Partial<{
|
|
5788
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5789
|
-
}>;
|
|
5790
|
-
}, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
|
|
5791
|
-
[x: string]: unknown;
|
|
5792
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5793
|
-
[x: string]: unknown;
|
|
5794
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5795
|
-
[x: string]: unknown;
|
|
5796
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5797
|
-
[x: string]: unknown;
|
|
5798
|
-
}, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5799
|
-
[x: string]: unknown;
|
|
5800
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5801
|
-
[x: string]: unknown;
|
|
5802
|
-
}, 500, "application/json">>>;
|
|
5803
5840
|
/** Set an update schedule for a Stack. */
|
|
5804
5841
|
setStackUpdateSchedule: (request: {
|
|
5805
5842
|
stackId: string;
|
|
@@ -6006,169 +6043,64 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
6006
6043
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6007
6044
|
[x: string]: unknown;
|
|
6008
6045
|
}, 500, "application/json">>>;
|
|
6009
|
-
|
|
6010
|
-
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
|
|
6017
|
-
|
|
6046
|
+
};
|
|
6047
|
+
/** The contract API allows you to manage your contracts and orders */
|
|
6048
|
+
readonly contract: {
|
|
6049
|
+
/** Schedule the Termination of a ContractItem. */
|
|
6050
|
+
terminateContractItem: (request: {
|
|
6051
|
+
contractId: string;
|
|
6052
|
+
contractItemId: string;
|
|
6053
|
+
data?: {
|
|
6054
|
+
reason?: string | undefined;
|
|
6055
|
+
terminationTargetDate?: string | undefined;
|
|
6056
|
+
} | undefined;
|
|
6018
6057
|
headers?: {
|
|
6019
6058
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6020
|
-
"Accept-Language"?: "de" | "en" | undefined;
|
|
6021
6059
|
"x-access-token"?: string | undefined;
|
|
6022
6060
|
} | undefined;
|
|
6023
6061
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6024
|
-
|
|
6025
|
-
|
|
6026
|
-
|
|
6062
|
+
data: {
|
|
6063
|
+
reason?: string | undefined;
|
|
6064
|
+
terminationTargetDate?: string | undefined;
|
|
6065
|
+
};
|
|
6027
6066
|
} & {
|
|
6028
|
-
|
|
6029
|
-
|
|
6030
|
-
|
|
6031
|
-
|
|
6032
|
-
|
|
6033
|
-
|
|
6067
|
+
pathParameters: {
|
|
6068
|
+
contractId: string;
|
|
6069
|
+
contractItemId: string;
|
|
6070
|
+
};
|
|
6071
|
+
} & {
|
|
6072
|
+
headers?: Partial<{
|
|
6034
6073
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6035
6074
|
}>;
|
|
6036
6075
|
} & {
|
|
6037
6076
|
headers: {
|
|
6038
|
-
"Accept-Language"?: "de" | "en" | undefined;
|
|
6039
6077
|
"x-access-token"?: string | undefined;
|
|
6040
6078
|
} & Partial<{
|
|
6041
6079
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6042
6080
|
}>;
|
|
6043
6081
|
}, import("@mittwald/api-client-commons").Response<{
|
|
6044
|
-
|
|
6045
|
-
|
|
6046
|
-
|
|
6047
|
-
|
|
6048
|
-
|
|
6049
|
-
|
|
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<{
|
|
6082
|
+
contractId?: string | undefined;
|
|
6083
|
+
contractItemId?: string | undefined;
|
|
6084
|
+
explanation?: string | undefined;
|
|
6085
|
+
reason?: string | undefined;
|
|
6086
|
+
terminationTargetDate?: string | undefined;
|
|
6087
|
+
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6057
6088
|
[x: string]: unknown;
|
|
6058
6089
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6059
6090
|
[x: string]: unknown;
|
|
6060
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6061
|
-
[x: string]: unknown;
|
|
6062
6091
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6063
6092
|
[x: string]: unknown;
|
|
6064
|
-
},
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
|
|
6068
|
-
|
|
6069
|
-
|
|
6070
|
-
|
|
6071
|
-
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
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
|
-
};
|
|
6115
|
-
/** The contract API allows you to manage your contracts and orders */
|
|
6116
|
-
readonly contract: {
|
|
6117
|
-
/** Schedule the Termination of a ContractItem. */
|
|
6118
|
-
terminateContractItem: (request: {
|
|
6119
|
-
contractId: string;
|
|
6120
|
-
contractItemId: string;
|
|
6121
|
-
data?: {
|
|
6122
|
-
reason?: string | undefined;
|
|
6123
|
-
terminationTargetDate?: string | undefined;
|
|
6124
|
-
} | undefined;
|
|
6125
|
-
headers?: {
|
|
6126
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
6127
|
-
"x-access-token"?: string | undefined;
|
|
6128
|
-
} | undefined;
|
|
6129
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6130
|
-
data: {
|
|
6131
|
-
reason?: string | undefined;
|
|
6132
|
-
terminationTargetDate?: string | undefined;
|
|
6133
|
-
};
|
|
6134
|
-
} & {
|
|
6135
|
-
pathParameters: {
|
|
6136
|
-
contractId: string;
|
|
6137
|
-
contractItemId: string;
|
|
6138
|
-
};
|
|
6139
|
-
} & {
|
|
6140
|
-
headers?: Partial<{
|
|
6141
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6142
|
-
}>;
|
|
6143
|
-
} & {
|
|
6144
|
-
headers: {
|
|
6145
|
-
"x-access-token"?: string | undefined;
|
|
6146
|
-
} & Partial<{
|
|
6147
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6148
|
-
}>;
|
|
6149
|
-
}, import("@mittwald/api-client-commons").Response<{
|
|
6150
|
-
contractId?: string | undefined;
|
|
6151
|
-
contractItemId?: string | undefined;
|
|
6152
|
-
explanation?: string | undefined;
|
|
6153
|
-
reason?: string | undefined;
|
|
6154
|
-
terminationTargetDate?: string | undefined;
|
|
6155
|
-
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6156
|
-
[x: string]: unknown;
|
|
6157
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6158
|
-
[x: string]: unknown;
|
|
6159
|
-
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6160
|
-
[x: string]: unknown;
|
|
6161
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6162
|
-
data: {
|
|
6163
|
-
reason?: string | undefined;
|
|
6164
|
-
terminationTargetDate?: string | undefined;
|
|
6165
|
-
};
|
|
6166
|
-
} & {
|
|
6167
|
-
pathParameters: {
|
|
6168
|
-
contractId: string;
|
|
6169
|
-
contractItemId: string;
|
|
6170
|
-
};
|
|
6171
|
-
} & {
|
|
6093
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
6094
|
+
data: {
|
|
6095
|
+
reason?: string | undefined;
|
|
6096
|
+
terminationTargetDate?: string | undefined;
|
|
6097
|
+
};
|
|
6098
|
+
} & {
|
|
6099
|
+
pathParameters: {
|
|
6100
|
+
contractId: string;
|
|
6101
|
+
contractItemId: string;
|
|
6102
|
+
};
|
|
6103
|
+
} & {
|
|
6172
6104
|
headers?: Partial<{
|
|
6173
6105
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
6174
6106
|
}>;
|
|
@@ -11710,6 +11642,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11710
11642
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
11711
11643
|
extensionId?: string | undefined;
|
|
11712
11644
|
extensionInstanceId?: string | undefined;
|
|
11645
|
+
state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
11713
11646
|
limit?: number | undefined;
|
|
11714
11647
|
skip?: number | undefined;
|
|
11715
11648
|
page?: number | undefined;
|
|
@@ -11728,6 +11661,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11728
11661
|
queryParameters: {
|
|
11729
11662
|
extensionId?: string | undefined;
|
|
11730
11663
|
extensionInstanceId?: string | undefined;
|
|
11664
|
+
state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
11731
11665
|
limit?: number | undefined;
|
|
11732
11666
|
skip?: number | undefined;
|
|
11733
11667
|
page?: number | undefined;
|
|
@@ -11756,6 +11690,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11756
11690
|
queryParameters: {
|
|
11757
11691
|
extensionId?: string | undefined;
|
|
11758
11692
|
extensionInstanceId?: string | undefined;
|
|
11693
|
+
state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
|
|
11759
11694
|
limit?: number | undefined;
|
|
11760
11695
|
skip?: number | undefined;
|
|
11761
11696
|
page?: number | undefined;
|
|
@@ -13262,16 +13197,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13262
13197
|
conversationId: string;
|
|
13263
13198
|
};
|
|
13264
13199
|
}, import("@mittwald/api-client-commons").Response<{
|
|
13200
|
+
[x: string]: unknown;
|
|
13201
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13202
|
+
[x: string]: unknown;
|
|
13203
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13204
|
+
[x: string]: unknown;
|
|
13205
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13206
|
+
[x: string]: unknown;
|
|
13207
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13265
13208
|
category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
|
|
13266
13209
|
conversationId: string;
|
|
13267
13210
|
createdAt: string;
|
|
13268
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13269
|
-
lastMessage?: {
|
|
13270
|
-
createdAt: string;
|
|
13271
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13272
|
-
} | undefined;
|
|
13273
13211
|
lastMessageAt?: string | undefined;
|
|
13274
|
-
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13275
13212
|
mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13276
13213
|
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
13277
13214
|
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
@@ -13281,15 +13218,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13281
13218
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
13282
13219
|
title: string;
|
|
13283
13220
|
visibility: "shared" | "private";
|
|
13284
|
-
|
|
13285
|
-
|
|
13286
|
-
|
|
13287
|
-
|
|
13288
|
-
|
|
13289
|
-
|
|
13290
|
-
},
|
|
13291
|
-
[x: string]: unknown;
|
|
13292
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
13221
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13222
|
+
lastMessage?: {
|
|
13223
|
+
createdAt: string;
|
|
13224
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13225
|
+
} | undefined;
|
|
13226
|
+
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13227
|
+
}, 200, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
13293
13228
|
headers?: Partial<{
|
|
13294
13229
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
13295
13230
|
}>;
|
|
@@ -13298,16 +13233,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13298
13233
|
conversationId: string;
|
|
13299
13234
|
};
|
|
13300
13235
|
}, import("@mittwald/api-client-commons").Response<{
|
|
13236
|
+
[x: string]: unknown;
|
|
13237
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13238
|
+
[x: string]: unknown;
|
|
13239
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13240
|
+
[x: string]: unknown;
|
|
13241
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13242
|
+
[x: string]: unknown;
|
|
13243
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
13301
13244
|
category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
|
|
13302
13245
|
conversationId: string;
|
|
13303
13246
|
createdAt: string;
|
|
13304
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13305
|
-
lastMessage?: {
|
|
13306
|
-
createdAt: string;
|
|
13307
|
-
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13308
|
-
} | undefined;
|
|
13309
13247
|
lastMessageAt?: string | undefined;
|
|
13310
|
-
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13311
13248
|
mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13312
13249
|
notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
|
|
13313
13250
|
relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
|
|
@@ -13317,15 +13254,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13317
13254
|
status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
|
|
13318
13255
|
title: string;
|
|
13319
13256
|
visibility: "shared" | "private";
|
|
13320
|
-
|
|
13321
|
-
|
|
13322
|
-
|
|
13323
|
-
|
|
13324
|
-
|
|
13325
|
-
|
|
13326
|
-
},
|
|
13327
|
-
[x: string]: unknown;
|
|
13328
|
-
}, 429, "application/json">>>;
|
|
13257
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13258
|
+
lastMessage?: {
|
|
13259
|
+
createdAt: string;
|
|
13260
|
+
createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
|
|
13261
|
+
} | undefined;
|
|
13262
|
+
lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
|
|
13263
|
+
}, 200, "application/json">>>;
|
|
13329
13264
|
/** Update the basic properties of the conversation. */
|
|
13330
13265
|
updateConversation: (request: {
|
|
13331
13266
|
conversationId: string;
|
|
@@ -22675,23 +22610,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22675
22610
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22676
22611
|
[x: string]: unknown;
|
|
22677
22612
|
}, 429, "application/json">>>;
|
|
22678
|
-
/**
|
|
22679
|
-
|
|
22613
|
+
/** Request a rate limit change for a MailAddress. */
|
|
22614
|
+
requestMailAddressRateLimitChange: (request: {
|
|
22680
22615
|
data: {
|
|
22681
|
-
|
|
22616
|
+
rateLimitId: string;
|
|
22682
22617
|
};
|
|
22683
|
-
|
|
22618
|
+
mailAddressId: string;
|
|
22684
22619
|
headers?: {
|
|
22685
22620
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22686
22621
|
"x-access-token"?: string | undefined;
|
|
22687
22622
|
} | undefined;
|
|
22688
22623
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22689
22624
|
data: {
|
|
22690
|
-
|
|
22625
|
+
rateLimitId: string;
|
|
22691
22626
|
};
|
|
22692
22627
|
} & {
|
|
22693
22628
|
pathParameters: {
|
|
22694
|
-
|
|
22629
|
+
mailAddressId: string;
|
|
22695
22630
|
};
|
|
22696
22631
|
} & {
|
|
22697
22632
|
headers?: Partial<{
|
|
@@ -22717,11 +22652,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22717
22652
|
[x: string]: unknown;
|
|
22718
22653
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22719
22654
|
data: {
|
|
22720
|
-
|
|
22655
|
+
rateLimitId: string;
|
|
22721
22656
|
};
|
|
22722
22657
|
} & {
|
|
22723
22658
|
pathParameters: {
|
|
22724
|
-
|
|
22659
|
+
mailAddressId: string;
|
|
22725
22660
|
};
|
|
22726
22661
|
} & {
|
|
22727
22662
|
headers?: Partial<{
|
|
@@ -22746,10 +22681,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22746
22681
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22747
22682
|
[x: string]: unknown;
|
|
22748
22683
|
}, 503, "application/json">>>;
|
|
22749
|
-
/** Update the
|
|
22750
|
-
|
|
22684
|
+
/** Update the description of a DeliveryBox. */
|
|
22685
|
+
updateDeliveryBoxDescription: (request: {
|
|
22751
22686
|
data: {
|
|
22752
|
-
|
|
22687
|
+
description: string;
|
|
22753
22688
|
};
|
|
22754
22689
|
deliveryBoxId: string;
|
|
22755
22690
|
headers?: {
|
|
@@ -22758,7 +22693,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22758
22693
|
} | undefined;
|
|
22759
22694
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22760
22695
|
data: {
|
|
22761
|
-
|
|
22696
|
+
description: string;
|
|
22762
22697
|
};
|
|
22763
22698
|
} & {
|
|
22764
22699
|
pathParameters: {
|
|
@@ -22788,7 +22723,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22788
22723
|
[x: string]: unknown;
|
|
22789
22724
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22790
22725
|
data: {
|
|
22791
|
-
|
|
22726
|
+
description: string;
|
|
22792
22727
|
};
|
|
22793
22728
|
} & {
|
|
22794
22729
|
pathParameters: {
|
|
@@ -22817,23 +22752,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22817
22752
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22818
22753
|
[x: string]: unknown;
|
|
22819
22754
|
}, 503, "application/json">>>;
|
|
22820
|
-
/** Update a
|
|
22821
|
-
|
|
22755
|
+
/** Update the password of a DeliveryBox. */
|
|
22756
|
+
updateDeliveryBoxPassword: (request: {
|
|
22822
22757
|
data: {
|
|
22823
|
-
|
|
22758
|
+
password: string;
|
|
22824
22759
|
};
|
|
22825
|
-
|
|
22760
|
+
deliveryBoxId: string;
|
|
22826
22761
|
headers?: {
|
|
22827
22762
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
22828
22763
|
"x-access-token"?: string | undefined;
|
|
22829
22764
|
} | undefined;
|
|
22830
22765
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22831
22766
|
data: {
|
|
22832
|
-
|
|
22767
|
+
password: string;
|
|
22833
22768
|
};
|
|
22834
22769
|
} & {
|
|
22835
22770
|
pathParameters: {
|
|
22836
|
-
|
|
22771
|
+
deliveryBoxId: string;
|
|
22837
22772
|
};
|
|
22838
22773
|
} & {
|
|
22839
22774
|
headers?: Partial<{
|
|
@@ -22859,11 +22794,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22859
22794
|
[x: string]: unknown;
|
|
22860
22795
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22861
22796
|
data: {
|
|
22862
|
-
|
|
22797
|
+
password: string;
|
|
22863
22798
|
};
|
|
22864
22799
|
} & {
|
|
22865
22800
|
pathParameters: {
|
|
22866
|
-
|
|
22801
|
+
deliveryBoxId: string;
|
|
22867
22802
|
};
|
|
22868
22803
|
} & {
|
|
22869
22804
|
headers?: Partial<{
|
|
@@ -22888,10 +22823,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22888
22823
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22889
22824
|
[x: string]: unknown;
|
|
22890
22825
|
}, 503, "application/json">>>;
|
|
22891
|
-
/** Update
|
|
22892
|
-
|
|
22826
|
+
/** Update a MailAddress. */
|
|
22827
|
+
updateMailAddressAddress: (request: {
|
|
22893
22828
|
data: {
|
|
22894
|
-
|
|
22829
|
+
address: string;
|
|
22895
22830
|
};
|
|
22896
22831
|
mailAddressId: string;
|
|
22897
22832
|
headers?: {
|
|
@@ -22900,7 +22835,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22900
22835
|
} | undefined;
|
|
22901
22836
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22902
22837
|
data: {
|
|
22903
|
-
|
|
22838
|
+
address: string;
|
|
22904
22839
|
};
|
|
22905
22840
|
} & {
|
|
22906
22841
|
pathParameters: {
|
|
@@ -22930,7 +22865,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22930
22865
|
[x: string]: unknown;
|
|
22931
22866
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22932
22867
|
data: {
|
|
22933
|
-
|
|
22868
|
+
address: string;
|
|
22934
22869
|
};
|
|
22935
22870
|
} & {
|
|
22936
22871
|
pathParameters: {
|
|
@@ -22959,10 +22894,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22959
22894
|
}, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
22960
22895
|
[x: string]: unknown;
|
|
22961
22896
|
}, 503, "application/json">>>;
|
|
22962
|
-
/**
|
|
22963
|
-
|
|
22897
|
+
/** Update the catch-all of a MailAddress. */
|
|
22898
|
+
updateMailAddressCatchAll: (request: {
|
|
22964
22899
|
data: {
|
|
22965
|
-
|
|
22900
|
+
active: boolean;
|
|
22966
22901
|
};
|
|
22967
22902
|
mailAddressId: string;
|
|
22968
22903
|
headers?: {
|
|
@@ -22971,7 +22906,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
22971
22906
|
} | undefined;
|
|
22972
22907
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
22973
22908
|
data: {
|
|
22974
|
-
|
|
22909
|
+
active: boolean;
|
|
22975
22910
|
};
|
|
22976
22911
|
} & {
|
|
22977
22912
|
pathParameters: {
|
|
@@ -23001,7 +22936,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23001
22936
|
[x: string]: unknown;
|
|
23002
22937
|
}, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
23003
22938
|
data: {
|
|
23004
|
-
|
|
22939
|
+
active: boolean;
|
|
23005
22940
|
};
|
|
23006
22941
|
} & {
|
|
23007
22942
|
pathParameters: {
|
|
@@ -29640,22 +29575,21 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
29640
29575
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29641
29576
|
[x: string]: unknown;
|
|
29642
29577
|
}, 429, "application/json">>>;
|
|
29643
|
-
/** List
|
|
29644
|
-
|
|
29645
|
-
|
|
29578
|
+
/** List Projects belonging to a Customer. */
|
|
29579
|
+
listCustomerProjects: (request: {
|
|
29580
|
+
customerId: string;
|
|
29646
29581
|
headers?: {
|
|
29647
29582
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29648
29583
|
"x-access-token"?: string | undefined;
|
|
29649
29584
|
} | undefined;
|
|
29650
29585
|
queryParameters?: {
|
|
29651
29586
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29587
|
+
searchTerm?: string | undefined;
|
|
29652
29588
|
limit?: number | undefined;
|
|
29653
29589
|
skip?: number | undefined;
|
|
29654
|
-
|
|
29655
|
-
|
|
29656
|
-
|
|
29657
|
-
hasMfa?: boolean | undefined;
|
|
29658
|
-
searchTerm?: string | undefined;
|
|
29590
|
+
page?: number | undefined;
|
|
29591
|
+
sort?: "createdAt" | "description" | undefined;
|
|
29592
|
+
order?: "asc" | "desc" | undefined;
|
|
29659
29593
|
} | undefined;
|
|
29660
29594
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29661
29595
|
headers?: Partial<{
|
|
@@ -29663,17 +29597,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
29663
29597
|
}>;
|
|
29664
29598
|
} & {
|
|
29665
29599
|
pathParameters: {
|
|
29666
|
-
|
|
29600
|
+
customerId: string;
|
|
29667
29601
|
};
|
|
29668
29602
|
} & {
|
|
29669
29603
|
queryParameters: {
|
|
29604
|
+
searchTerm?: string | undefined;
|
|
29670
29605
|
limit?: number | undefined;
|
|
29671
29606
|
skip?: number | undefined;
|
|
29672
|
-
|
|
29673
|
-
|
|
29674
|
-
|
|
29675
|
-
hasMfa?: boolean | undefined;
|
|
29676
|
-
searchTerm?: string | undefined;
|
|
29607
|
+
page?: number | undefined;
|
|
29608
|
+
sort?: "createdAt" | "description" | undefined;
|
|
29609
|
+
order?: "asc" | "desc" | undefined;
|
|
29677
29610
|
} & Partial<{
|
|
29678
29611
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29679
29612
|
}>;
|
|
@@ -29683,14 +29616,65 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
29683
29616
|
} & Partial<{
|
|
29684
29617
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29685
29618
|
}>;
|
|
29686
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.
|
|
29619
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29687
29620
|
[x: string]: unknown;
|
|
29688
|
-
},
|
|
29621
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29622
|
+
[x: string]: unknown;
|
|
29623
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29689
29624
|
[x: string]: unknown;
|
|
29690
29625
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29691
29626
|
headers?: Partial<{
|
|
29692
29627
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29693
29628
|
}>;
|
|
29629
|
+
} & {
|
|
29630
|
+
pathParameters: {
|
|
29631
|
+
customerId: string;
|
|
29632
|
+
};
|
|
29633
|
+
} & {
|
|
29634
|
+
queryParameters: {
|
|
29635
|
+
searchTerm?: string | undefined;
|
|
29636
|
+
limit?: number | undefined;
|
|
29637
|
+
skip?: number | undefined;
|
|
29638
|
+
page?: number | undefined;
|
|
29639
|
+
sort?: "createdAt" | "description" | undefined;
|
|
29640
|
+
order?: "asc" | "desc" | undefined;
|
|
29641
|
+
} & Partial<{
|
|
29642
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29643
|
+
}>;
|
|
29644
|
+
} & {
|
|
29645
|
+
headers: {
|
|
29646
|
+
"x-access-token"?: string | undefined;
|
|
29647
|
+
} & Partial<{
|
|
29648
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29649
|
+
}>;
|
|
29650
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29651
|
+
[x: string]: unknown;
|
|
29652
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29653
|
+
[x: string]: unknown;
|
|
29654
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29655
|
+
[x: string]: unknown;
|
|
29656
|
+
}, 429, "application/json">>>;
|
|
29657
|
+
/** List Memberships belonging to a Project. */
|
|
29658
|
+
listMembershipsForProject: (request: {
|
|
29659
|
+
projectId: string;
|
|
29660
|
+
headers?: {
|
|
29661
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29662
|
+
"x-access-token"?: string | undefined;
|
|
29663
|
+
} | undefined;
|
|
29664
|
+
queryParameters?: {
|
|
29665
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29666
|
+
limit?: number | undefined;
|
|
29667
|
+
skip?: number | undefined;
|
|
29668
|
+
hasExpiry?: boolean | undefined;
|
|
29669
|
+
isInherited?: boolean | undefined;
|
|
29670
|
+
role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
|
|
29671
|
+
hasMfa?: boolean | undefined;
|
|
29672
|
+
searchTerm?: string | undefined;
|
|
29673
|
+
} | undefined;
|
|
29674
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29675
|
+
headers?: Partial<{
|
|
29676
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29677
|
+
}>;
|
|
29694
29678
|
} & {
|
|
29695
29679
|
pathParameters: {
|
|
29696
29680
|
projectId: string;
|
|
@@ -29717,6 +29701,121 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
29717
29701
|
[x: string]: unknown;
|
|
29718
29702
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29719
29703
|
[x: string]: unknown;
|
|
29704
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29705
|
+
headers?: Partial<{
|
|
29706
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29707
|
+
}>;
|
|
29708
|
+
} & {
|
|
29709
|
+
pathParameters: {
|
|
29710
|
+
projectId: string;
|
|
29711
|
+
};
|
|
29712
|
+
} & {
|
|
29713
|
+
queryParameters: {
|
|
29714
|
+
limit?: number | undefined;
|
|
29715
|
+
skip?: number | undefined;
|
|
29716
|
+
hasExpiry?: boolean | undefined;
|
|
29717
|
+
isInherited?: boolean | undefined;
|
|
29718
|
+
role?: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectRoles | undefined;
|
|
29719
|
+
hasMfa?: boolean | undefined;
|
|
29720
|
+
searchTerm?: string | undefined;
|
|
29721
|
+
} & Partial<{
|
|
29722
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29723
|
+
}>;
|
|
29724
|
+
} & {
|
|
29725
|
+
headers: {
|
|
29726
|
+
"x-access-token"?: string | undefined;
|
|
29727
|
+
} & Partial<{
|
|
29728
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29729
|
+
}>;
|
|
29730
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipProjectMembership[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29731
|
+
[x: string]: unknown;
|
|
29732
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29733
|
+
[x: string]: unknown;
|
|
29734
|
+
}, 429, "application/json">>>;
|
|
29735
|
+
/** Get the activities of a project. */
|
|
29736
|
+
listProjectActivities: (request: {
|
|
29737
|
+
projectId: string;
|
|
29738
|
+
headers?: {
|
|
29739
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29740
|
+
} | undefined;
|
|
29741
|
+
queryParameters?: {
|
|
29742
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
29743
|
+
aggregateName?: string | undefined;
|
|
29744
|
+
aggregateDomain?: string | undefined;
|
|
29745
|
+
aggregateId?: string | undefined;
|
|
29746
|
+
startTime?: string | undefined;
|
|
29747
|
+
endTime?: string | undefined;
|
|
29748
|
+
fulltextSearch?: string | undefined;
|
|
29749
|
+
limit?: number | undefined;
|
|
29750
|
+
skip?: number | undefined;
|
|
29751
|
+
page?: number | undefined;
|
|
29752
|
+
sort?: "dateTime" | undefined;
|
|
29753
|
+
order?: "asc" | "desc" | undefined;
|
|
29754
|
+
} | undefined;
|
|
29755
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29756
|
+
headers?: Partial<{
|
|
29757
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29758
|
+
}>;
|
|
29759
|
+
} & {
|
|
29760
|
+
pathParameters: {
|
|
29761
|
+
projectId: string;
|
|
29762
|
+
};
|
|
29763
|
+
} & {
|
|
29764
|
+
queryParameters: {
|
|
29765
|
+
aggregateName?: string | undefined;
|
|
29766
|
+
aggregateDomain?: string | undefined;
|
|
29767
|
+
aggregateId?: string | undefined;
|
|
29768
|
+
startTime?: string | undefined;
|
|
29769
|
+
endTime?: string | undefined;
|
|
29770
|
+
fulltextSearch?: string | undefined;
|
|
29771
|
+
limit?: number | undefined;
|
|
29772
|
+
skip?: number | undefined;
|
|
29773
|
+
page?: number | undefined;
|
|
29774
|
+
sort?: "dateTime" | undefined;
|
|
29775
|
+
order?: "asc" | "desc" | undefined;
|
|
29776
|
+
} & Partial<{
|
|
29777
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29778
|
+
}>;
|
|
29779
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29780
|
+
[x: string]: unknown;
|
|
29781
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29782
|
+
[x: string]: unknown;
|
|
29783
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29784
|
+
[x: string]: unknown;
|
|
29785
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29786
|
+
[x: string]: unknown;
|
|
29787
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
29788
|
+
headers?: Partial<{
|
|
29789
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29790
|
+
}>;
|
|
29791
|
+
} & {
|
|
29792
|
+
pathParameters: {
|
|
29793
|
+
projectId: string;
|
|
29794
|
+
};
|
|
29795
|
+
} & {
|
|
29796
|
+
queryParameters: {
|
|
29797
|
+
aggregateName?: string | undefined;
|
|
29798
|
+
aggregateDomain?: string | undefined;
|
|
29799
|
+
aggregateId?: string | undefined;
|
|
29800
|
+
startTime?: string | undefined;
|
|
29801
|
+
endTime?: string | undefined;
|
|
29802
|
+
fulltextSearch?: string | undefined;
|
|
29803
|
+
limit?: number | undefined;
|
|
29804
|
+
skip?: number | undefined;
|
|
29805
|
+
page?: number | undefined;
|
|
29806
|
+
sort?: "dateTime" | undefined;
|
|
29807
|
+
order?: "asc" | "desc" | undefined;
|
|
29808
|
+
} & Partial<{
|
|
29809
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
29810
|
+
}>;
|
|
29811
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ActivitylogLogEntry[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29812
|
+
[x: string]: unknown;
|
|
29813
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29814
|
+
[x: string]: unknown;
|
|
29815
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29816
|
+
[x: string]: unknown;
|
|
29817
|
+
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
29818
|
+
[x: string]: unknown;
|
|
29720
29819
|
}, 429, "application/json">>>;
|
|
29721
29820
|
/** List ProjectInvites belonging to the executing user. */
|
|
29722
29821
|
listProjectInvites: (request?: {
|
|
@@ -30422,170 +30521,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
30422
30521
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
30423
30522
|
[x: string]: unknown;
|
|
30424
30523
|
}, 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">>>;
|
|
30589
30524
|
};
|
|
30590
30525
|
/** The filesystem API allows you to directly access the filesystem of your project. */
|
|
30591
30526
|
readonly projectFileSystem: {
|