@mittwald/api-client 0.0.0-development-833ac69-20260128 → 0.0.0-development-5fa3f27-20260129
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/descriptors.js +6 -6
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client.d.ts +6 -28
- package/dist/types/generated/v2/descriptors.d.ts +2 -2
- package/dist/types/generated/v2/types.d.ts +72 -79
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -802,12 +802,6 @@ export const cronjobGetExecution = {
|
|
|
802
802
|
method: "GET",
|
|
803
803
|
operationId: "cronjob-get-execution",
|
|
804
804
|
};
|
|
805
|
-
/** Update a Cronjob's app installation id. */
|
|
806
|
-
export const cronjobReplaceCronjobAppInstallationId = {
|
|
807
|
-
path: "/v2/cronjobs/{cronjobId}/app-installation-id",
|
|
808
|
-
method: "PUT",
|
|
809
|
-
operationId: "cronjob-replace-cronjob-app-installation-id",
|
|
810
|
-
};
|
|
811
805
|
/** Accept a CustomerInvite. */
|
|
812
806
|
export const customerAcceptCustomerInvite = {
|
|
813
807
|
path: "/v2/customer-invites/{customerInviteId}/actions/accept",
|
|
@@ -2740,3 +2734,9 @@ export const verificationVerifyCompany = {
|
|
|
2740
2734
|
method: "POST",
|
|
2741
2735
|
operationId: "verification-verify-company",
|
|
2742
2736
|
};
|
|
2737
|
+
/** Update a Cronjob's app installation id. */
|
|
2738
|
+
export const cronjobReplaceCronjobAppInstallationId = {
|
|
2739
|
+
path: "/v2/cronjobs/{cronjobId}/app-installation-id",
|
|
2740
|
+
method: "PUT",
|
|
2741
|
+
operationId: "cronjob-replace-cronjob-app-installation-id",
|
|
2742
|
+
};
|
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '
|
|
1
|
+
export const MittwaldAPIClientVersion = '0.0.0-development-833ac69-20260128';
|
|
@@ -18417,34 +18417,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18417
18417
|
skip?: number | undefined;
|
|
18418
18418
|
page?: number | undefined;
|
|
18419
18419
|
} | undefined;
|
|
18420
|
-
}
|
|
18421
|
-
data: {
|
|
18422
|
-
certificateId: string;
|
|
18423
|
-
};
|
|
18424
|
-
headers?: {
|
|
18425
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18426
|
-
"x-access-token"?: string | undefined;
|
|
18427
|
-
} | undefined;
|
|
18428
|
-
queryParameters?: {
|
|
18429
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18430
|
-
limit?: number | undefined;
|
|
18431
|
-
skip?: number | undefined;
|
|
18432
|
-
page?: number | undefined;
|
|
18433
|
-
} | undefined;
|
|
18434
|
-
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<(({
|
|
18420
|
+
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18435
18421
|
data: {
|
|
18436
18422
|
certificate: string;
|
|
18437
18423
|
projectId: string;
|
|
18438
18424
|
};
|
|
18439
|
-
}
|
|
18440
|
-
data: {
|
|
18441
|
-
certificateId: string;
|
|
18442
|
-
};
|
|
18443
|
-
}) & {
|
|
18425
|
+
} & {
|
|
18444
18426
|
headers?: Partial<{
|
|
18445
18427
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18446
18428
|
}>;
|
|
18447
|
-
}
|
|
18429
|
+
} & {
|
|
18448
18430
|
queryParameters: {
|
|
18449
18431
|
limit?: number | undefined;
|
|
18450
18432
|
skip?: number | undefined;
|
|
@@ -18464,20 +18446,16 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18464
18446
|
[x: string]: unknown;
|
|
18465
18447
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
18466
18448
|
[x: string]: unknown;
|
|
18467
|
-
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<
|
|
18449
|
+
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
18468
18450
|
data: {
|
|
18469
18451
|
certificate: string;
|
|
18470
18452
|
projectId: string;
|
|
18471
18453
|
};
|
|
18472
|
-
}
|
|
18473
|
-
data: {
|
|
18474
|
-
certificateId: string;
|
|
18475
|
-
};
|
|
18476
|
-
}) & {
|
|
18454
|
+
} & {
|
|
18477
18455
|
headers?: Partial<{
|
|
18478
18456
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18479
18457
|
}>;
|
|
18480
|
-
}
|
|
18458
|
+
} & {
|
|
18481
18459
|
queryParameters: {
|
|
18482
18460
|
limit?: number | undefined;
|
|
18483
18461
|
skip?: number | undefined;
|
|
@@ -271,8 +271,6 @@ export declare const cronjobUpdateCronjob: OpenAPIOperation<RequestType<Simplify
|
|
|
271
271
|
export declare const cronjobGetExecutionAnalysis: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdAnalysis.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
272
272
|
/** Get a CronjobExecution. */
|
|
273
273
|
export declare const cronjobGetExecution: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
274
|
-
/** Update a Cronjob's app installation id. */
|
|
275
|
-
export declare const cronjobReplaceCronjobAppInstallationId: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
276
274
|
/** Accept a CustomerInvite. */
|
|
277
275
|
export declare const customerAcceptCustomerInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsAccept.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
278
276
|
/** List Invites belonging to a Customer. */
|
|
@@ -917,3 +915,5 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
917
915
|
export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
918
916
|
/** Check if a company exists. */
|
|
919
917
|
export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.$500.Content.Empty>, 500, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
918
|
+
/** Update a Cronjob's app installation id. */
|
|
919
|
+
export declare const cronjobReplaceCronjobAppInstallationId: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppInstallationId.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -538,10 +538,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
538
538
|
type RequestData = InferredRequestData<typeof descriptors.cronjobGetExecution>;
|
|
539
539
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobGetExecution, TStatus>;
|
|
540
540
|
}
|
|
541
|
-
namespace CronjobReplaceCronjobAppInstallationId {
|
|
542
|
-
type RequestData = InferredRequestData<typeof descriptors.cronjobReplaceCronjobAppInstallationId>;
|
|
543
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobReplaceCronjobAppInstallationId, TStatus>;
|
|
544
|
-
}
|
|
545
541
|
namespace CustomerAcceptCustomerInvite {
|
|
546
542
|
type RequestData = InferredRequestData<typeof descriptors.customerAcceptCustomerInvite>;
|
|
547
543
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerAcceptCustomerInvite, TStatus>;
|
|
@@ -1830,6 +1826,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
1830
1826
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1831
1827
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1832
1828
|
}
|
|
1829
|
+
namespace CronjobReplaceCronjobAppInstallationId {
|
|
1830
|
+
type RequestData = InferredRequestData<typeof descriptors.cronjobReplaceCronjobAppInstallationId>;
|
|
1831
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.cronjobReplaceCronjobAppInstallationId, TStatus>;
|
|
1832
|
+
}
|
|
1833
1833
|
}
|
|
1834
1834
|
namespace Components {
|
|
1835
1835
|
namespace Schemas {
|
|
@@ -5762,49 +5762,32 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5762
5762
|
}
|
|
5763
5763
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
5764
5764
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
5765
|
-
|
|
5766
|
-
/**
|
|
5767
|
-
* PEM-encoded certificate. Linebreaks have to be escaped with
|
|
5768
|
-
* .
|
|
5769
|
-
*/
|
|
5770
|
-
certificate: string;
|
|
5771
|
-
/**
|
|
5772
|
-
* The projects UUID.
|
|
5773
|
-
*/
|
|
5774
|
-
projectId: string;
|
|
5775
|
-
}
|
|
5776
|
-
interface IngressListIngressesCompatibleWithCertificateIDRequest {
|
|
5777
|
-
/**
|
|
5778
|
-
* The certificates UUID.
|
|
5779
|
-
*/
|
|
5780
|
-
certificateId: string;
|
|
5781
|
-
}
|
|
5782
|
-
interface OrderLicenseOrderPreviewResponse {
|
|
5783
|
-
totalPrice: number;
|
|
5784
|
-
}
|
|
5785
|
-
type OrderLicenseOrder = {
|
|
5765
|
+
type OrderLicenseOrderPreview = {
|
|
5786
5766
|
/**
|
|
5787
5767
|
* Describe for which typo3 instance the license will be used.
|
|
5788
5768
|
*/
|
|
5789
|
-
description
|
|
5769
|
+
description?: string;
|
|
5790
5770
|
licenseType: "typo3";
|
|
5791
5771
|
/**
|
|
5792
5772
|
* The major version for which a license should be purchased.
|
|
5793
5773
|
*/
|
|
5794
5774
|
majorVersion: number;
|
|
5795
|
-
projectId: string;
|
|
5796
5775
|
};
|
|
5797
|
-
type
|
|
5776
|
+
type OrderLicenseOrder = {
|
|
5798
5777
|
/**
|
|
5799
5778
|
* Describe for which typo3 instance the license will be used.
|
|
5800
5779
|
*/
|
|
5801
|
-
description
|
|
5780
|
+
description: string;
|
|
5802
5781
|
licenseType: "typo3";
|
|
5803
5782
|
/**
|
|
5804
5783
|
* The major version for which a license should be purchased.
|
|
5805
5784
|
*/
|
|
5806
5785
|
majorVersion: number;
|
|
5786
|
+
projectId: string;
|
|
5807
5787
|
};
|
|
5788
|
+
interface OrderLicenseOrderPreviewResponse {
|
|
5789
|
+
totalPrice: number;
|
|
5790
|
+
}
|
|
5808
5791
|
interface CommonsAddress {
|
|
5809
5792
|
street: string;
|
|
5810
5793
|
houseNumber: string;
|
|
@@ -12949,55 +12932,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
12949
12932
|
}
|
|
12950
12933
|
}
|
|
12951
12934
|
}
|
|
12952
|
-
namespace V2CronjobsCronjobIdAppInstallationId {
|
|
12953
|
-
namespace Put {
|
|
12954
|
-
namespace Parameters {
|
|
12955
|
-
type Path = {
|
|
12956
|
-
cronjobId: string;
|
|
12957
|
-
};
|
|
12958
|
-
interface RequestBody {
|
|
12959
|
-
appInstallationId: string;
|
|
12960
|
-
}
|
|
12961
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12962
|
-
type Query = {};
|
|
12963
|
-
}
|
|
12964
|
-
namespace Responses {
|
|
12965
|
-
namespace $204 {
|
|
12966
|
-
namespace Content {
|
|
12967
|
-
type Empty = unknown;
|
|
12968
|
-
}
|
|
12969
|
-
}
|
|
12970
|
-
namespace $400 {
|
|
12971
|
-
namespace Content {
|
|
12972
|
-
interface ApplicationJson {
|
|
12973
|
-
[k: string]: unknown;
|
|
12974
|
-
}
|
|
12975
|
-
}
|
|
12976
|
-
}
|
|
12977
|
-
namespace $412 {
|
|
12978
|
-
namespace Content {
|
|
12979
|
-
interface ApplicationJson {
|
|
12980
|
-
[k: string]: unknown;
|
|
12981
|
-
}
|
|
12982
|
-
}
|
|
12983
|
-
}
|
|
12984
|
-
namespace $429 {
|
|
12985
|
-
namespace Content {
|
|
12986
|
-
interface ApplicationJson {
|
|
12987
|
-
[k: string]: unknown;
|
|
12988
|
-
}
|
|
12989
|
-
}
|
|
12990
|
-
}
|
|
12991
|
-
namespace Default {
|
|
12992
|
-
namespace Content {
|
|
12993
|
-
interface ApplicationJson {
|
|
12994
|
-
[k: string]: unknown;
|
|
12995
|
-
}
|
|
12996
|
-
}
|
|
12997
|
-
}
|
|
12998
|
-
}
|
|
12999
|
-
}
|
|
13000
|
-
}
|
|
13001
12935
|
namespace V2CustomerInvitesCustomerInviteIdActionsAccept {
|
|
13002
12936
|
namespace Post {
|
|
13003
12937
|
namespace Parameters {
|
|
@@ -20128,7 +20062,17 @@ export declare namespace MittwaldAPIV2 {
|
|
|
20128
20062
|
namespace Post {
|
|
20129
20063
|
namespace Parameters {
|
|
20130
20064
|
type Path = {};
|
|
20131
|
-
|
|
20065
|
+
interface RequestBody {
|
|
20066
|
+
/**
|
|
20067
|
+
* PEM-encoded certificate. Linebreaks have to be escaped with
|
|
20068
|
+
* .
|
|
20069
|
+
*/
|
|
20070
|
+
certificate: string;
|
|
20071
|
+
/**
|
|
20072
|
+
* The projects UUID.
|
|
20073
|
+
*/
|
|
20074
|
+
projectId: string;
|
|
20075
|
+
}
|
|
20132
20076
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
20133
20077
|
type Query = {
|
|
20134
20078
|
limit?: number;
|
|
@@ -29273,5 +29217,54 @@ export declare namespace MittwaldAPIV2 {
|
|
|
29273
29217
|
}
|
|
29274
29218
|
}
|
|
29275
29219
|
}
|
|
29220
|
+
namespace V2CronjobsCronjobIdAppInstallationId {
|
|
29221
|
+
namespace Put {
|
|
29222
|
+
namespace Parameters {
|
|
29223
|
+
type Path = {
|
|
29224
|
+
cronjobId: string;
|
|
29225
|
+
};
|
|
29226
|
+
interface RequestBody {
|
|
29227
|
+
appInstallationId: string;
|
|
29228
|
+
}
|
|
29229
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
29230
|
+
type Query = {};
|
|
29231
|
+
}
|
|
29232
|
+
namespace Responses {
|
|
29233
|
+
namespace $204 {
|
|
29234
|
+
namespace Content {
|
|
29235
|
+
type Empty = unknown;
|
|
29236
|
+
}
|
|
29237
|
+
}
|
|
29238
|
+
namespace $400 {
|
|
29239
|
+
namespace Content {
|
|
29240
|
+
interface ApplicationJson {
|
|
29241
|
+
[k: string]: unknown;
|
|
29242
|
+
}
|
|
29243
|
+
}
|
|
29244
|
+
}
|
|
29245
|
+
namespace $412 {
|
|
29246
|
+
namespace Content {
|
|
29247
|
+
interface ApplicationJson {
|
|
29248
|
+
[k: string]: unknown;
|
|
29249
|
+
}
|
|
29250
|
+
}
|
|
29251
|
+
}
|
|
29252
|
+
namespace $429 {
|
|
29253
|
+
namespace Content {
|
|
29254
|
+
interface ApplicationJson {
|
|
29255
|
+
[k: string]: unknown;
|
|
29256
|
+
}
|
|
29257
|
+
}
|
|
29258
|
+
}
|
|
29259
|
+
namespace Default {
|
|
29260
|
+
namespace Content {
|
|
29261
|
+
interface ApplicationJson {
|
|
29262
|
+
[k: string]: unknown;
|
|
29263
|
+
}
|
|
29264
|
+
}
|
|
29265
|
+
}
|
|
29266
|
+
}
|
|
29267
|
+
}
|
|
29268
|
+
}
|
|
29276
29269
|
}
|
|
29277
29270
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '0.0.0-development-833ac69-20260128';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "0.0.0-development-
|
|
3
|
+
"version": "0.0.0-development-5fa3f27-20260129",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:compile": "run tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mittwald/api-client-commons": "^0.0.0-development-
|
|
49
|
+
"@mittwald/api-client-commons": "^0.0.0-development-5fa3f27-20260129",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^0.0.0-development-
|
|
53
|
+
"@mittwald/api-code-generator": "^0.0.0-development-5fa3f27-20260129",
|
|
54
54
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
55
55
|
"@types/node": "^22.18.11",
|
|
56
56
|
"@types/react": "^18.3.26",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "b752698862c7c4277408c06934b17b50ea24346c"
|
|
84
84
|
}
|