@mittwald/api-client 3.1.35 → 3.1.36
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +21 -17
- package/dist/react.d.mts +18 -16
- package/dist/react.d.ts +18 -16
- package/dist/react.mjs +6 -6
- package/dist/shared/{api-client.7029499e.d.mts → api-client.3900eade.d.mts} +450 -387
- package/dist/shared/{api-client.7029499e.d.ts → api-client.3900eade.d.ts} +450 -387
- package/dist/shared/{api-client.9217932c.mjs → api-client.f3e4ffbe.mjs} +26 -21
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -125,7 +125,7 @@ declare const conversationSetConversationStatus: OpenAPIOperation<RequestType<Si
|
|
|
125
125
|
/** Update the content of the message */
|
|
126
126
|
declare const conversationUpdateMessage: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
127
127
|
/** Abort a CronjobExecution. */
|
|
128
|
-
declare const cronjobAbortExecution: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.$
|
|
128
|
+
declare const cronjobAbortExecution: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
129
129
|
/** List Cronjobs belonging to a Project. */
|
|
130
130
|
declare const cronjobListCronjobs: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
131
131
|
/** Create a Cronjob. */
|
|
@@ -137,13 +137,13 @@ declare const cronjobCreateExecution: OpenAPIOperation<RequestType<Simplify<Mitt
|
|
|
137
137
|
/** Get a Cronjob. */
|
|
138
138
|
declare const cronjobGetCronjob: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
139
139
|
/** Delete a Cronjob. */
|
|
140
|
-
declare const cronjobDeleteCronjob: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Responses.$
|
|
140
|
+
declare const cronjobDeleteCronjob: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
141
141
|
/** Update a Cronjob. */
|
|
142
|
-
declare const cronjobUpdateCronjob: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$
|
|
142
|
+
declare const cronjobUpdateCronjob: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
143
143
|
/** Get a CronjobExecution. */
|
|
144
144
|
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
145
145
|
/** Update a Cronjob's app id. */
|
|
146
|
-
declare const cronjobUpdateCronjobAppId: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.$
|
|
146
|
+
declare const cronjobUpdateCronjobAppId: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdAppId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
147
147
|
/** Accept a CustomerInvite. */
|
|
148
148
|
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
149
149
|
/** Get all customer categories. */
|
|
@@ -314,10 +314,12 @@ declare const ingressCreateIngress: OpenAPIOperation<RequestType<Simplify<Mittwa
|
|
|
314
314
|
declare const ingressGetIngress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
315
315
|
/** Delete an Ingress. */
|
|
316
316
|
declare const ingressDeleteIngress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
317
|
+
/** Verifiy the ownership of an Ingress. */
|
|
318
|
+
declare const ingressIngressVerifyOwnership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsVerifyOwnership.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsVerifyOwnership.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsVerifyOwnership.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsVerifyOwnership.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsVerifyOwnership.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsVerifyOwnership.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsVerifyOwnership.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
317
319
|
/** Update the paths of an Ingress. */
|
|
318
320
|
declare const ingressUpdateIngressPaths: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdPaths.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
319
321
|
/** Request the ACME certificate issuance of an Ingress. */
|
|
320
|
-
declare const ingressRequestIngressAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$
|
|
322
|
+
declare const ingressRequestIngressAcmeCertificateIssuance: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdActionsRequestAcmeCertificateIssuance.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
321
323
|
/** Update the tls settings of an Ingress. */
|
|
322
324
|
declare const ingressUpdateIngressTls: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressIdTls.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
323
325
|
/** Get details of an Invoice. */
|
|
@@ -504,6 +506,8 @@ declare const userRemovePhoneNumber: OpenAPIOperation<RequestType<Simplify<null>
|
|
|
504
506
|
declare const userAuthenticateMfa: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.$408.Content.ApplicationJson>, 408, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateMfa.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
505
507
|
/** Authenticate yourself to get an access token. */
|
|
506
508
|
declare const userAuthenticate: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$202.Content.ApplicationJson>, 202, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Authenticate.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
509
|
+
/** Authenticate an user with an access token retrieval key. */
|
|
510
|
+
declare const userAuthenticateWithAccessTokenRetrievalKey: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
507
511
|
/** Get your verified Email-Address. */
|
|
508
512
|
declare const userGetOwnEmail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmail.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmail.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmail.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmail.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmail.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsEmail.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
509
513
|
/** Change your Email-Address. */
|
|
@@ -522,6 +526,8 @@ declare const userConfirmMfa: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV
|
|
|
522
526
|
declare const userDisableMfa: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsMfa.Delete.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsMfa.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsMfa.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsMfa.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsMfa.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsMfa.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsMfa.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
523
527
|
/** Confirm password reset. */
|
|
524
528
|
declare const userConfirmPasswordReset: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfCredentialsPasswordConfirmReset.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
529
|
+
/** Create an access token retrieval key to acquire an access token for your user. */
|
|
530
|
+
declare const userCreateAccessTokenRetrievalKey: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
525
531
|
/** List all of your ApiTokens. */
|
|
526
532
|
declare const userListApiTokens: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfApiTokens.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
527
533
|
/** Store a new ApiToken. */
|
|
@@ -580,6 +586,10 @@ declare const userListSessions: OpenAPIOperation<RequestType<Simplify<null>, Sim
|
|
|
580
586
|
declare const userTerminateAllSessions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessions.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessions.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessions.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessions.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfSessions.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
581
587
|
/** Terminate session and invalidate access token. */
|
|
582
588
|
declare const userLogout: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Logout.Put.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Logout.Put.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Logout.Put.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Logout.Put.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Logout.Put.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Logout.Put.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Logout.Put.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
589
|
+
/** Obtain authorization from the resource owner. */
|
|
590
|
+
declare const userOauthGetAuthorization: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Responses.$302.Content.Empty>, 302, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
591
|
+
/** Retrieve Access Token from Authorization Code. */
|
|
592
|
+
declare const userOauthRetrieveAccessToken: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
583
593
|
/** Register with email and password. */
|
|
584
594
|
declare const userRegister: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Register.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Register.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Register.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Register.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Register.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Register.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Register.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
585
595
|
/** Request a new avatar image upload. */
|
|
@@ -596,14 +606,6 @@ declare const userVerifyEmail: OpenAPIOperation<RequestType<Simplify<MittwaldAPI
|
|
|
596
606
|
declare const userVerifyPhoneNumber: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersUserIdActionsVerifyPhone.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
597
607
|
/** Verify your registration. */
|
|
598
608
|
declare const userVerifyRegistration: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$200.Content.Empty>, 200, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2VerifyRegistration.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
599
|
-
/** Authenticate an user with an access token retrieval key. */
|
|
600
|
-
declare const userAuthenticateWithAccessTokenRetrievalKey: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2AuthenticateTokenRetrievalKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
601
|
-
/** Create an access token retrieval key to acquire an access token for your user. */
|
|
602
|
-
declare const userCreateAccessTokenRetrievalKey: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2UsersSelfTokenRetrievalKey.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
603
|
-
/** Obtain authorization from the resource owner. */
|
|
604
|
-
declare const userOauthGetAuthorization: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Responses.$302.Content.Empty>, 302, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Authorize.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
605
|
-
/** Retrieve Access Token from Authorization Code. */
|
|
606
|
-
declare const userOauthRetrieveAccessToken: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Oauth2Token.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
607
609
|
|
|
608
610
|
declare namespace MittwaldAPIV2 {
|
|
609
611
|
namespace Operations {
|
|
@@ -1231,6 +1233,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
1231
1233
|
type RequestData = RequestData<typeof ingressDeleteIngress>;
|
|
1232
1234
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof ingressDeleteIngress, TStatus>;
|
|
1233
1235
|
}
|
|
1236
|
+
namespace IngressIngressVerifyOwnership {
|
|
1237
|
+
type RequestData = RequestData<typeof ingressIngressVerifyOwnership>;
|
|
1238
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof ingressIngressVerifyOwnership, TStatus>;
|
|
1239
|
+
}
|
|
1234
1240
|
namespace IngressUpdateIngressPaths {
|
|
1235
1241
|
type RequestData = RequestData<typeof ingressUpdateIngressPaths>;
|
|
1236
1242
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof ingressUpdateIngressPaths, TStatus>;
|
|
@@ -1611,6 +1617,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
1611
1617
|
type RequestData = RequestData<typeof userAuthenticate>;
|
|
1612
1618
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userAuthenticate, TStatus>;
|
|
1613
1619
|
}
|
|
1620
|
+
namespace UserAuthenticateWithAccessTokenRetrievalKey {
|
|
1621
|
+
type RequestData = RequestData<typeof userAuthenticateWithAccessTokenRetrievalKey>;
|
|
1622
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userAuthenticateWithAccessTokenRetrievalKey, TStatus>;
|
|
1623
|
+
}
|
|
1614
1624
|
namespace UserGetOwnEmail {
|
|
1615
1625
|
type RequestData = RequestData<typeof userGetOwnEmail>;
|
|
1616
1626
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userGetOwnEmail, TStatus>;
|
|
@@ -1647,6 +1657,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
1647
1657
|
type RequestData = RequestData<typeof userConfirmPasswordReset>;
|
|
1648
1658
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userConfirmPasswordReset, TStatus>;
|
|
1649
1659
|
}
|
|
1660
|
+
namespace UserCreateAccessTokenRetrievalKey {
|
|
1661
|
+
type RequestData = RequestData<typeof userCreateAccessTokenRetrievalKey>;
|
|
1662
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userCreateAccessTokenRetrievalKey, TStatus>;
|
|
1663
|
+
}
|
|
1650
1664
|
namespace UserListApiTokens {
|
|
1651
1665
|
type RequestData = RequestData<typeof userListApiTokens>;
|
|
1652
1666
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userListApiTokens, TStatus>;
|
|
@@ -1763,6 +1777,14 @@ declare namespace MittwaldAPIV2 {
|
|
|
1763
1777
|
type RequestData = RequestData<typeof userLogout>;
|
|
1764
1778
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userLogout, TStatus>;
|
|
1765
1779
|
}
|
|
1780
|
+
namespace UserOauthGetAuthorization {
|
|
1781
|
+
type RequestData = RequestData<typeof userOauthGetAuthorization>;
|
|
1782
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userOauthGetAuthorization, TStatus>;
|
|
1783
|
+
}
|
|
1784
|
+
namespace UserOauthRetrieveAccessToken {
|
|
1785
|
+
type RequestData = RequestData<typeof userOauthRetrieveAccessToken>;
|
|
1786
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userOauthRetrieveAccessToken, TStatus>;
|
|
1787
|
+
}
|
|
1766
1788
|
namespace UserRegister {
|
|
1767
1789
|
type RequestData = RequestData<typeof userRegister>;
|
|
1768
1790
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userRegister, TStatus>;
|
|
@@ -1795,22 +1817,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
1795
1817
|
type RequestData = RequestData<typeof userVerifyRegistration>;
|
|
1796
1818
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userVerifyRegistration, TStatus>;
|
|
1797
1819
|
}
|
|
1798
|
-
namespace UserAuthenticateWithAccessTokenRetrievalKey {
|
|
1799
|
-
type RequestData = RequestData<typeof userAuthenticateWithAccessTokenRetrievalKey>;
|
|
1800
|
-
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userAuthenticateWithAccessTokenRetrievalKey, TStatus>;
|
|
1801
|
-
}
|
|
1802
|
-
namespace UserCreateAccessTokenRetrievalKey {
|
|
1803
|
-
type RequestData = RequestData<typeof userCreateAccessTokenRetrievalKey>;
|
|
1804
|
-
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userCreateAccessTokenRetrievalKey, TStatus>;
|
|
1805
|
-
}
|
|
1806
|
-
namespace UserOauthGetAuthorization {
|
|
1807
|
-
type RequestData = RequestData<typeof userOauthGetAuthorization>;
|
|
1808
|
-
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userOauthGetAuthorization, TStatus>;
|
|
1809
|
-
}
|
|
1810
|
-
namespace UserOauthRetrieveAccessToken {
|
|
1811
|
-
type RequestData = RequestData<typeof userOauthRetrieveAccessToken>;
|
|
1812
|
-
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof userOauthRetrieveAccessToken, TStatus>;
|
|
1813
|
-
}
|
|
1814
1820
|
}
|
|
1815
1821
|
namespace Components {
|
|
1816
1822
|
namespace Schemas {
|
|
@@ -2447,6 +2453,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2447
2453
|
nextExecutionTime?: string;
|
|
2448
2454
|
projectId?: string;
|
|
2449
2455
|
shortId: string;
|
|
2456
|
+
timeout: number;
|
|
2450
2457
|
updatedAt: string;
|
|
2451
2458
|
}
|
|
2452
2459
|
interface CronjobCronjobExecution {
|
|
@@ -2466,7 +2473,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2466
2473
|
id: string;
|
|
2467
2474
|
logPath?: string;
|
|
2468
2475
|
start?: string;
|
|
2469
|
-
status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser";
|
|
2476
|
+
status: "Complete" | "Failed" | "AbortedBySystem" | "Pending" | "Running" | "AbortedByUser" | "TimedOut";
|
|
2470
2477
|
successful: boolean;
|
|
2471
2478
|
triggeredBy?: {
|
|
2472
2479
|
id?: string;
|
|
@@ -2479,20 +2486,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2479
2486
|
destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
2480
2487
|
email?: string;
|
|
2481
2488
|
interval: string;
|
|
2482
|
-
|
|
2483
|
-
interface CronjobCronjobSpecific {
|
|
2484
|
-
active: boolean;
|
|
2485
|
-
appId: string;
|
|
2486
|
-
createdAt: string;
|
|
2487
|
-
description: string;
|
|
2488
|
-
destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
2489
|
-
email?: string;
|
|
2490
|
-
executions?: MittwaldAPIV2.Components.Schemas.CronjobCronjobExecution[];
|
|
2491
|
-
id: string;
|
|
2492
|
-
interval: string;
|
|
2493
|
-
nextExecutionTime?: string;
|
|
2494
|
-
shortId: string;
|
|
2495
|
-
updatedAt: string;
|
|
2489
|
+
timeout: number;
|
|
2496
2490
|
}
|
|
2497
2491
|
interface CronjobCronjobUrl {
|
|
2498
2492
|
url: string;
|
|
@@ -2861,6 +2855,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2861
2855
|
*/
|
|
2862
2856
|
isDefault: boolean;
|
|
2863
2857
|
isEnabled: boolean;
|
|
2858
|
+
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
2864
2859
|
/**
|
|
2865
2860
|
* A list of paths. The default path `/` is always present and cannot be removed.
|
|
2866
2861
|
*/
|
|
@@ -2868,6 +2863,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
2868
2863
|
projectId: string;
|
|
2869
2864
|
tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
2870
2865
|
}
|
|
2866
|
+
interface IngressOwnership {
|
|
2867
|
+
txtRecord: string;
|
|
2868
|
+
/**
|
|
2869
|
+
* Whether the domain ownership is verified or not.
|
|
2870
|
+
*/
|
|
2871
|
+
verified: boolean;
|
|
2872
|
+
}
|
|
2871
2873
|
interface IngressPath {
|
|
2872
2874
|
path: string;
|
|
2873
2875
|
target: MittwaldAPIV2.Components.Schemas.IngressTargetDirectory | MittwaldAPIV2.Components.Schemas.IngressTargetUrl | MittwaldAPIV2.Components.Schemas.IngressTargetInstallation | MittwaldAPIV2.Components.Schemas.IngressTargetUseDefaultPage;
|
|
@@ -2913,7 +2915,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
2913
2915
|
interface InvoiceContractItemInvoiceDefinition {
|
|
2914
2916
|
contractItemId: string;
|
|
2915
2917
|
isDue?: boolean;
|
|
2916
|
-
serviceDate?:
|
|
2918
|
+
serviceDate?: string;
|
|
2917
2919
|
servicePeriod: MittwaldAPIV2.Components.Schemas.InvoiceDatePeriod;
|
|
2918
2920
|
vatRate: number;
|
|
2919
2921
|
}
|
|
@@ -2933,17 +2935,17 @@ declare namespace MittwaldAPIV2 {
|
|
|
2933
2935
|
additionalDescription?: string;
|
|
2934
2936
|
contractItemId: string;
|
|
2935
2937
|
description: string;
|
|
2936
|
-
id: string;
|
|
2937
2938
|
itemCancelledOrCorrectedBy?: {
|
|
2938
2939
|
sourceInvoiceId?: string;
|
|
2939
2940
|
sourceInvoiceItemId?: string;
|
|
2940
2941
|
}[];
|
|
2942
|
+
itemId: string;
|
|
2941
2943
|
price: MittwaldAPIV2.Components.Schemas.InvoicePrice;
|
|
2942
2944
|
reference?: {
|
|
2943
2945
|
sourceInvoiceId: string;
|
|
2944
2946
|
sourceInvoiceItemId: string;
|
|
2945
2947
|
};
|
|
2946
|
-
serviceDate?:
|
|
2948
|
+
serviceDate?: string;
|
|
2947
2949
|
servicePeriod?: MittwaldAPIV2.Components.Schemas.InvoiceDatePeriod;
|
|
2948
2950
|
vatRate: number;
|
|
2949
2951
|
}
|
|
@@ -3018,7 +3020,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
3018
3020
|
title?: string;
|
|
3019
3021
|
useFormalTerm?: boolean;
|
|
3020
3022
|
}
|
|
3021
|
-
type InvoiceServiceDate = string;
|
|
3022
3023
|
interface MailCreateMailAddress {
|
|
3023
3024
|
address: string;
|
|
3024
3025
|
isCatchAll: boolean;
|
|
@@ -6230,10 +6231,9 @@ declare namespace MittwaldAPIV2 {
|
|
|
6230
6231
|
type Query = {};
|
|
6231
6232
|
}
|
|
6232
6233
|
namespace Responses {
|
|
6233
|
-
namespace $
|
|
6234
|
+
namespace $204 {
|
|
6234
6235
|
namespace Content {
|
|
6235
|
-
|
|
6236
|
-
}
|
|
6236
|
+
type Empty = unknown;
|
|
6237
6237
|
}
|
|
6238
6238
|
}
|
|
6239
6239
|
namespace $404 {
|
|
@@ -6439,11 +6439,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
6439
6439
|
type Query = {};
|
|
6440
6440
|
}
|
|
6441
6441
|
namespace Responses {
|
|
6442
|
-
namespace $200 {
|
|
6443
|
-
namespace Content {
|
|
6444
|
-
type Empty = unknown;
|
|
6445
|
-
}
|
|
6446
|
-
}
|
|
6447
6442
|
namespace $204 {
|
|
6448
6443
|
namespace Content {
|
|
6449
6444
|
type Empty = unknown;
|
|
@@ -6483,15 +6478,15 @@ declare namespace MittwaldAPIV2 {
|
|
|
6483
6478
|
destination?: MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand;
|
|
6484
6479
|
email?: string;
|
|
6485
6480
|
interval?: string;
|
|
6481
|
+
timeout?: number;
|
|
6486
6482
|
}
|
|
6487
6483
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6488
6484
|
type Query = {};
|
|
6489
6485
|
}
|
|
6490
6486
|
namespace Responses {
|
|
6491
|
-
namespace $
|
|
6487
|
+
namespace $204 {
|
|
6492
6488
|
namespace Content {
|
|
6493
|
-
|
|
6494
|
-
}
|
|
6489
|
+
type Empty = unknown;
|
|
6495
6490
|
}
|
|
6496
6491
|
}
|
|
6497
6492
|
namespace $400 {
|
|
@@ -6571,12 +6566,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
6571
6566
|
type Query = {};
|
|
6572
6567
|
}
|
|
6573
6568
|
namespace Responses {
|
|
6574
|
-
namespace $201 {
|
|
6575
|
-
namespace Content {
|
|
6576
|
-
interface ApplicationJson {
|
|
6577
|
-
}
|
|
6578
|
-
}
|
|
6579
|
-
}
|
|
6580
6569
|
namespace $204 {
|
|
6581
6570
|
namespace Content {
|
|
6582
6571
|
type Empty = unknown;
|
|
@@ -9893,6 +9882,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
9893
9882
|
namespace Content {
|
|
9894
9883
|
interface ApplicationJson {
|
|
9895
9884
|
id: string;
|
|
9885
|
+
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
9896
9886
|
}
|
|
9897
9887
|
}
|
|
9898
9888
|
}
|
|
@@ -9975,6 +9965,46 @@ declare namespace MittwaldAPIV2 {
|
|
|
9975
9965
|
}
|
|
9976
9966
|
}
|
|
9977
9967
|
}
|
|
9968
|
+
namespace V2IngressesIngressIdActionsVerifyOwnership {
|
|
9969
|
+
namespace Post {
|
|
9970
|
+
namespace Parameters {
|
|
9971
|
+
type Path = {
|
|
9972
|
+
ingressId: string;
|
|
9973
|
+
};
|
|
9974
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9975
|
+
type Query = {};
|
|
9976
|
+
}
|
|
9977
|
+
namespace Responses {
|
|
9978
|
+
namespace $200 {
|
|
9979
|
+
namespace Content {
|
|
9980
|
+
interface ApplicationJson {
|
|
9981
|
+
}
|
|
9982
|
+
}
|
|
9983
|
+
}
|
|
9984
|
+
namespace $400 {
|
|
9985
|
+
namespace Content {
|
|
9986
|
+
interface ApplicationJson {
|
|
9987
|
+
[k: string]: unknown;
|
|
9988
|
+
}
|
|
9989
|
+
}
|
|
9990
|
+
}
|
|
9991
|
+
namespace $404 {
|
|
9992
|
+
namespace Content {
|
|
9993
|
+
interface ApplicationJson {
|
|
9994
|
+
[k: string]: unknown;
|
|
9995
|
+
}
|
|
9996
|
+
}
|
|
9997
|
+
}
|
|
9998
|
+
namespace Default {
|
|
9999
|
+
namespace Content {
|
|
10000
|
+
interface ApplicationJson {
|
|
10001
|
+
[k: string]: unknown;
|
|
10002
|
+
}
|
|
10003
|
+
}
|
|
10004
|
+
}
|
|
10005
|
+
}
|
|
10006
|
+
}
|
|
10007
|
+
}
|
|
9978
10008
|
namespace V2ProjectsProjectIdIngresses { }
|
|
9979
10009
|
namespace V2IngressesIngressIdPaths {
|
|
9980
10010
|
namespace Patch {
|
|
@@ -10019,7 +10049,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
10019
10049
|
type Query = {};
|
|
10020
10050
|
}
|
|
10021
10051
|
namespace Responses {
|
|
10022
|
-
namespace $
|
|
10052
|
+
namespace $204 {
|
|
10023
10053
|
namespace Content {
|
|
10024
10054
|
type Empty = unknown;
|
|
10025
10055
|
}
|
|
@@ -14132,6 +14162,44 @@ declare namespace MittwaldAPIV2 {
|
|
|
14132
14162
|
}
|
|
14133
14163
|
}
|
|
14134
14164
|
}
|
|
14165
|
+
namespace V2AuthenticateTokenRetrievalKey {
|
|
14166
|
+
namespace Post {
|
|
14167
|
+
namespace Parameters {
|
|
14168
|
+
type Path = {};
|
|
14169
|
+
interface RequestBody {
|
|
14170
|
+
accessTokenRetrievalKey: string;
|
|
14171
|
+
userId: string;
|
|
14172
|
+
}
|
|
14173
|
+
type Header = {};
|
|
14174
|
+
type Query = {};
|
|
14175
|
+
}
|
|
14176
|
+
namespace Responses {
|
|
14177
|
+
namespace $200 {
|
|
14178
|
+
namespace Content {
|
|
14179
|
+
interface ApplicationJson {
|
|
14180
|
+
expiresAt?: string;
|
|
14181
|
+
/**
|
|
14182
|
+
* Public token to identify yourself against the public api.
|
|
14183
|
+
*/
|
|
14184
|
+
token: string;
|
|
14185
|
+
}
|
|
14186
|
+
}
|
|
14187
|
+
}
|
|
14188
|
+
namespace $400 {
|
|
14189
|
+
namespace Content {
|
|
14190
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
14191
|
+
}
|
|
14192
|
+
}
|
|
14193
|
+
namespace Default {
|
|
14194
|
+
namespace Content {
|
|
14195
|
+
interface ApplicationJson {
|
|
14196
|
+
[k: string]: unknown;
|
|
14197
|
+
}
|
|
14198
|
+
}
|
|
14199
|
+
}
|
|
14200
|
+
}
|
|
14201
|
+
}
|
|
14202
|
+
}
|
|
14135
14203
|
namespace V2UsersSelfCredentialsEmail {
|
|
14136
14204
|
namespace Get {
|
|
14137
14205
|
namespace Parameters {
|
|
@@ -14505,6 +14573,38 @@ declare namespace MittwaldAPIV2 {
|
|
|
14505
14573
|
}
|
|
14506
14574
|
}
|
|
14507
14575
|
}
|
|
14576
|
+
namespace V2UsersSelfTokenRetrievalKey {
|
|
14577
|
+
namespace Post {
|
|
14578
|
+
namespace Parameters {
|
|
14579
|
+
type Path = {};
|
|
14580
|
+
interface RequestBody {
|
|
14581
|
+
[k: string]: unknown;
|
|
14582
|
+
}
|
|
14583
|
+
type Header = {};
|
|
14584
|
+
type Query = {};
|
|
14585
|
+
}
|
|
14586
|
+
namespace Responses {
|
|
14587
|
+
namespace $201 {
|
|
14588
|
+
namespace Content {
|
|
14589
|
+
interface ApplicationJson {
|
|
14590
|
+
/**
|
|
14591
|
+
* This retrieval can be used as a one time password. It is only valid once and for a short time.
|
|
14592
|
+
*/
|
|
14593
|
+
accessTokenRetrievalKey: string;
|
|
14594
|
+
userId: string;
|
|
14595
|
+
}
|
|
14596
|
+
}
|
|
14597
|
+
}
|
|
14598
|
+
namespace Default {
|
|
14599
|
+
namespace Content {
|
|
14600
|
+
interface ApplicationJson {
|
|
14601
|
+
[k: string]: unknown;
|
|
14602
|
+
}
|
|
14603
|
+
}
|
|
14604
|
+
}
|
|
14605
|
+
}
|
|
14606
|
+
}
|
|
14607
|
+
}
|
|
14508
14608
|
namespace V2SignupTokenApi { }
|
|
14509
14609
|
namespace V2UsersSelfApiTokens {
|
|
14510
14610
|
namespace Get {
|
|
@@ -15465,36 +15565,34 @@ declare namespace MittwaldAPIV2 {
|
|
|
15465
15565
|
}
|
|
15466
15566
|
}
|
|
15467
15567
|
}
|
|
15468
|
-
namespace
|
|
15469
|
-
|
|
15470
|
-
namespace Post {
|
|
15568
|
+
namespace V2Oauth2Authorize {
|
|
15569
|
+
namespace Get {
|
|
15471
15570
|
namespace Parameters {
|
|
15472
15571
|
type Path = {};
|
|
15473
|
-
interface RequestBody {
|
|
15474
|
-
/**
|
|
15475
|
-
* The users email address
|
|
15476
|
-
*/
|
|
15477
|
-
email: string;
|
|
15478
|
-
/**
|
|
15479
|
-
* The users password.
|
|
15480
|
-
*/
|
|
15481
|
-
password: string;
|
|
15482
|
-
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
15483
|
-
}
|
|
15484
15572
|
type Header = {};
|
|
15485
|
-
type Query = {
|
|
15573
|
+
type Query = {
|
|
15574
|
+
grant_consent?: boolean;
|
|
15575
|
+
response_type: "code";
|
|
15576
|
+
client_id: string;
|
|
15577
|
+
redirect_uri?: string;
|
|
15578
|
+
scope?: string;
|
|
15579
|
+
state?: string;
|
|
15580
|
+
code_challenge?: string;
|
|
15581
|
+
code_challenge_method?: "S256";
|
|
15582
|
+
};
|
|
15486
15583
|
}
|
|
15487
15584
|
namespace Responses {
|
|
15488
|
-
namespace $
|
|
15585
|
+
namespace $302 {
|
|
15489
15586
|
namespace Content {
|
|
15490
|
-
|
|
15491
|
-
userId: string;
|
|
15492
|
-
}
|
|
15587
|
+
type Empty = unknown;
|
|
15493
15588
|
}
|
|
15494
15589
|
}
|
|
15495
15590
|
namespace $400 {
|
|
15496
15591
|
namespace Content {
|
|
15497
|
-
|
|
15592
|
+
interface ApplicationJson {
|
|
15593
|
+
error: "invalid_request";
|
|
15594
|
+
error_description?: string;
|
|
15595
|
+
}
|
|
15498
15596
|
}
|
|
15499
15597
|
}
|
|
15500
15598
|
namespace Default {
|
|
@@ -15507,15 +15605,16 @@ declare namespace MittwaldAPIV2 {
|
|
|
15507
15605
|
}
|
|
15508
15606
|
}
|
|
15509
15607
|
}
|
|
15510
|
-
namespace
|
|
15608
|
+
namespace V2Oauth2Token {
|
|
15511
15609
|
namespace Post {
|
|
15512
15610
|
namespace Parameters {
|
|
15513
|
-
type Path = {
|
|
15514
|
-
userId: "self" | string;
|
|
15515
|
-
};
|
|
15611
|
+
type Path = {};
|
|
15516
15612
|
interface RequestBody {
|
|
15613
|
+
[k: string]: unknown;
|
|
15517
15614
|
}
|
|
15518
|
-
type Header = {
|
|
15615
|
+
type Header = {
|
|
15616
|
+
Authorization?: string;
|
|
15617
|
+
};
|
|
15519
15618
|
type Query = {};
|
|
15520
15619
|
}
|
|
15521
15620
|
namespace Responses {
|
|
@@ -15523,13 +15622,116 @@ declare namespace MittwaldAPIV2 {
|
|
|
15523
15622
|
namespace Content {
|
|
15524
15623
|
interface ApplicationJson {
|
|
15525
15624
|
/**
|
|
15526
|
-
* The
|
|
15625
|
+
* The access token issued by the authorization server.
|
|
15626
|
+
*
|
|
15527
15627
|
*/
|
|
15528
|
-
|
|
15628
|
+
access_token: string;
|
|
15529
15629
|
/**
|
|
15530
|
-
*
|
|
15531
|
-
|
|
15532
|
-
|
|
15630
|
+
* The lifetime in seconds of the access token. For
|
|
15631
|
+
* example, the value "3600" denotes that the access
|
|
15632
|
+
* token will expire in one hour from the time the
|
|
15633
|
+
* response was generated.
|
|
15634
|
+
*
|
|
15635
|
+
*/
|
|
15636
|
+
expires_in: number;
|
|
15637
|
+
/**
|
|
15638
|
+
* The scope of the access token as described by
|
|
15639
|
+
* [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3).
|
|
15640
|
+
*
|
|
15641
|
+
*/
|
|
15642
|
+
scope?: string;
|
|
15643
|
+
/**
|
|
15644
|
+
* The type of the token issued as described in
|
|
15645
|
+
* [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-7.1).
|
|
15646
|
+
*
|
|
15647
|
+
*/
|
|
15648
|
+
token_type: "bearer";
|
|
15649
|
+
}
|
|
15650
|
+
}
|
|
15651
|
+
}
|
|
15652
|
+
namespace $400 {
|
|
15653
|
+
namespace Content {
|
|
15654
|
+
interface ApplicationJson {
|
|
15655
|
+
error: "invalid_request" | "invalid_client" | "invalid_grant" | "unauthorized_client" | "unsupported_grant_type" | "invalid_scope";
|
|
15656
|
+
error_description?: string;
|
|
15657
|
+
}
|
|
15658
|
+
}
|
|
15659
|
+
}
|
|
15660
|
+
namespace Default {
|
|
15661
|
+
namespace Content {
|
|
15662
|
+
interface ApplicationJson {
|
|
15663
|
+
[k: string]: unknown;
|
|
15664
|
+
}
|
|
15665
|
+
}
|
|
15666
|
+
}
|
|
15667
|
+
}
|
|
15668
|
+
}
|
|
15669
|
+
}
|
|
15670
|
+
namespace V2SignupRegistration { }
|
|
15671
|
+
namespace V2Register {
|
|
15672
|
+
namespace Post {
|
|
15673
|
+
namespace Parameters {
|
|
15674
|
+
type Path = {};
|
|
15675
|
+
interface RequestBody {
|
|
15676
|
+
/**
|
|
15677
|
+
* The users email address
|
|
15678
|
+
*/
|
|
15679
|
+
email: string;
|
|
15680
|
+
/**
|
|
15681
|
+
* The users password.
|
|
15682
|
+
*/
|
|
15683
|
+
password: string;
|
|
15684
|
+
person: MittwaldAPIV2.Components.Schemas.CommonsPerson;
|
|
15685
|
+
}
|
|
15686
|
+
type Header = {};
|
|
15687
|
+
type Query = {};
|
|
15688
|
+
}
|
|
15689
|
+
namespace Responses {
|
|
15690
|
+
namespace $201 {
|
|
15691
|
+
namespace Content {
|
|
15692
|
+
interface ApplicationJson {
|
|
15693
|
+
userId: string;
|
|
15694
|
+
}
|
|
15695
|
+
}
|
|
15696
|
+
}
|
|
15697
|
+
namespace $400 {
|
|
15698
|
+
namespace Content {
|
|
15699
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
15700
|
+
}
|
|
15701
|
+
}
|
|
15702
|
+
namespace Default {
|
|
15703
|
+
namespace Content {
|
|
15704
|
+
interface ApplicationJson {
|
|
15705
|
+
[k: string]: unknown;
|
|
15706
|
+
}
|
|
15707
|
+
}
|
|
15708
|
+
}
|
|
15709
|
+
}
|
|
15710
|
+
}
|
|
15711
|
+
}
|
|
15712
|
+
namespace V2UsersUserIdAvatar {
|
|
15713
|
+
namespace Post {
|
|
15714
|
+
namespace Parameters {
|
|
15715
|
+
type Path = {
|
|
15716
|
+
userId: "self" | string;
|
|
15717
|
+
};
|
|
15718
|
+
interface RequestBody {
|
|
15719
|
+
}
|
|
15720
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
15721
|
+
type Query = {};
|
|
15722
|
+
}
|
|
15723
|
+
namespace Responses {
|
|
15724
|
+
namespace $200 {
|
|
15725
|
+
namespace Content {
|
|
15726
|
+
interface ApplicationJson {
|
|
15727
|
+
/**
|
|
15728
|
+
* The `refId` to be used to upload your avatar to the /v2/files/:refId route.
|
|
15729
|
+
*/
|
|
15730
|
+
refId: string;
|
|
15731
|
+
/**
|
|
15732
|
+
* Contstraints for the avatar image upload.
|
|
15733
|
+
*/
|
|
15734
|
+
rules: {
|
|
15533
15735
|
/**
|
|
15534
15736
|
* Maximum size in kilobytes of the avatar image.
|
|
15535
15737
|
*/
|
|
@@ -15826,178 +16028,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
15826
16028
|
}
|
|
15827
16029
|
}
|
|
15828
16030
|
}
|
|
15829
|
-
namespace V2AuthenticateTokenRetrievalKey {
|
|
15830
|
-
namespace Post {
|
|
15831
|
-
namespace Parameters {
|
|
15832
|
-
type Path = {};
|
|
15833
|
-
interface RequestBody {
|
|
15834
|
-
accessTokenRetrievalKey: string;
|
|
15835
|
-
userId: string;
|
|
15836
|
-
}
|
|
15837
|
-
type Header = {};
|
|
15838
|
-
type Query = {};
|
|
15839
|
-
}
|
|
15840
|
-
namespace Responses {
|
|
15841
|
-
namespace $200 {
|
|
15842
|
-
namespace Content {
|
|
15843
|
-
interface ApplicationJson {
|
|
15844
|
-
expiresAt?: string;
|
|
15845
|
-
/**
|
|
15846
|
-
* Public token to identify yourself against the public api.
|
|
15847
|
-
*/
|
|
15848
|
-
token: string;
|
|
15849
|
-
}
|
|
15850
|
-
}
|
|
15851
|
-
}
|
|
15852
|
-
namespace $400 {
|
|
15853
|
-
namespace Content {
|
|
15854
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.CommonsValidationErrors;
|
|
15855
|
-
}
|
|
15856
|
-
}
|
|
15857
|
-
namespace Default {
|
|
15858
|
-
namespace Content {
|
|
15859
|
-
interface ApplicationJson {
|
|
15860
|
-
[k: string]: unknown;
|
|
15861
|
-
}
|
|
15862
|
-
}
|
|
15863
|
-
}
|
|
15864
|
-
}
|
|
15865
|
-
}
|
|
15866
|
-
}
|
|
15867
|
-
namespace V2UsersSelfTokenRetrievalKey {
|
|
15868
|
-
namespace Post {
|
|
15869
|
-
namespace Parameters {
|
|
15870
|
-
type Path = {};
|
|
15871
|
-
interface RequestBody {
|
|
15872
|
-
[k: string]: unknown;
|
|
15873
|
-
}
|
|
15874
|
-
type Header = {};
|
|
15875
|
-
type Query = {};
|
|
15876
|
-
}
|
|
15877
|
-
namespace Responses {
|
|
15878
|
-
namespace $201 {
|
|
15879
|
-
namespace Content {
|
|
15880
|
-
interface ApplicationJson {
|
|
15881
|
-
/**
|
|
15882
|
-
* This retrieval can be used as a one time password. It is only valid once and for a short time.
|
|
15883
|
-
*/
|
|
15884
|
-
accessTokenRetrievalKey: string;
|
|
15885
|
-
userId: string;
|
|
15886
|
-
}
|
|
15887
|
-
}
|
|
15888
|
-
}
|
|
15889
|
-
namespace Default {
|
|
15890
|
-
namespace Content {
|
|
15891
|
-
interface ApplicationJson {
|
|
15892
|
-
[k: string]: unknown;
|
|
15893
|
-
}
|
|
15894
|
-
}
|
|
15895
|
-
}
|
|
15896
|
-
}
|
|
15897
|
-
}
|
|
15898
|
-
}
|
|
15899
|
-
namespace V2Oauth2Authorize {
|
|
15900
|
-
namespace Get {
|
|
15901
|
-
namespace Parameters {
|
|
15902
|
-
type Path = {};
|
|
15903
|
-
type Header = {};
|
|
15904
|
-
type Query = {
|
|
15905
|
-
grant_consent?: boolean;
|
|
15906
|
-
response_type: "code";
|
|
15907
|
-
client_id: string;
|
|
15908
|
-
redirect_uri?: string;
|
|
15909
|
-
scope?: string;
|
|
15910
|
-
state?: string;
|
|
15911
|
-
code_challenge?: string;
|
|
15912
|
-
code_challenge_method?: "S256";
|
|
15913
|
-
};
|
|
15914
|
-
}
|
|
15915
|
-
namespace Responses {
|
|
15916
|
-
namespace $302 {
|
|
15917
|
-
namespace Content {
|
|
15918
|
-
type Empty = unknown;
|
|
15919
|
-
}
|
|
15920
|
-
}
|
|
15921
|
-
namespace $400 {
|
|
15922
|
-
namespace Content {
|
|
15923
|
-
interface ApplicationJson {
|
|
15924
|
-
error: "invalid_request";
|
|
15925
|
-
error_description?: string;
|
|
15926
|
-
}
|
|
15927
|
-
}
|
|
15928
|
-
}
|
|
15929
|
-
namespace Default {
|
|
15930
|
-
namespace Content {
|
|
15931
|
-
interface ApplicationJson {
|
|
15932
|
-
[k: string]: unknown;
|
|
15933
|
-
}
|
|
15934
|
-
}
|
|
15935
|
-
}
|
|
15936
|
-
}
|
|
15937
|
-
}
|
|
15938
|
-
}
|
|
15939
|
-
namespace V2Oauth2Token {
|
|
15940
|
-
namespace Post {
|
|
15941
|
-
namespace Parameters {
|
|
15942
|
-
type Path = {};
|
|
15943
|
-
interface RequestBody {
|
|
15944
|
-
[k: string]: unknown;
|
|
15945
|
-
}
|
|
15946
|
-
type Header = {
|
|
15947
|
-
Authorization?: string;
|
|
15948
|
-
};
|
|
15949
|
-
type Query = {};
|
|
15950
|
-
}
|
|
15951
|
-
namespace Responses {
|
|
15952
|
-
namespace $200 {
|
|
15953
|
-
namespace Content {
|
|
15954
|
-
interface ApplicationJson {
|
|
15955
|
-
/**
|
|
15956
|
-
* The access token issued by the authorization server.
|
|
15957
|
-
*
|
|
15958
|
-
*/
|
|
15959
|
-
access_token: string;
|
|
15960
|
-
/**
|
|
15961
|
-
* The lifetime in seconds of the access token. For
|
|
15962
|
-
* example, the value "3600" denotes that the access
|
|
15963
|
-
* token will expire in one hour from the time the
|
|
15964
|
-
* response was generated.
|
|
15965
|
-
*
|
|
15966
|
-
*/
|
|
15967
|
-
expires_in: number;
|
|
15968
|
-
/**
|
|
15969
|
-
* The scope of the access token as described by
|
|
15970
|
-
* [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3).
|
|
15971
|
-
*
|
|
15972
|
-
*/
|
|
15973
|
-
scope?: string;
|
|
15974
|
-
/**
|
|
15975
|
-
* The type of the token issued as described in
|
|
15976
|
-
* [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-7.1).
|
|
15977
|
-
*
|
|
15978
|
-
*/
|
|
15979
|
-
token_type: "bearer";
|
|
15980
|
-
}
|
|
15981
|
-
}
|
|
15982
|
-
}
|
|
15983
|
-
namespace $400 {
|
|
15984
|
-
namespace Content {
|
|
15985
|
-
interface ApplicationJson {
|
|
15986
|
-
error: "invalid_request" | "invalid_client" | "invalid_grant" | "unauthorized_client" | "unsupported_grant_type" | "invalid_scope";
|
|
15987
|
-
error_description?: string;
|
|
15988
|
-
}
|
|
15989
|
-
}
|
|
15990
|
-
}
|
|
15991
|
-
namespace Default {
|
|
15992
|
-
namespace Content {
|
|
15993
|
-
interface ApplicationJson {
|
|
15994
|
-
[k: string]: unknown;
|
|
15995
|
-
}
|
|
15996
|
-
}
|
|
15997
|
-
}
|
|
15998
|
-
}
|
|
15999
|
-
}
|
|
16000
|
-
}
|
|
16001
16031
|
}
|
|
16002
16032
|
}
|
|
16003
16033
|
|
|
@@ -18580,7 +18610,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18580
18610
|
} & Partial<{
|
|
18581
18611
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18582
18612
|
}>; /** Get a specific `AppVersion`. */
|
|
18583
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{},
|
|
18613
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18584
18614
|
[x: string]: unknown;
|
|
18585
18615
|
}, 404, "application/json">>>;
|
|
18586
18616
|
/** List Cronjobs belonging to a Project. */
|
|
@@ -18633,6 +18663,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18633
18663
|
url: string;
|
|
18634
18664
|
};
|
|
18635
18665
|
interval: string;
|
|
18666
|
+
timeout: number;
|
|
18636
18667
|
email?: string | undefined;
|
|
18637
18668
|
};
|
|
18638
18669
|
projectId: string;
|
|
@@ -18648,6 +18679,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18648
18679
|
destination: MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand | MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl;
|
|
18649
18680
|
email?: string | undefined;
|
|
18650
18681
|
interval: string;
|
|
18682
|
+
timeout: number;
|
|
18651
18683
|
};
|
|
18652
18684
|
} & {
|
|
18653
18685
|
pathParameters: {
|
|
@@ -18781,6 +18813,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18781
18813
|
nextExecutionTime?: string | undefined;
|
|
18782
18814
|
projectId?: string | undefined;
|
|
18783
18815
|
shortId: string;
|
|
18816
|
+
timeout: number;
|
|
18784
18817
|
updatedAt: string;
|
|
18785
18818
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18786
18819
|
[x: string]: unknown;
|
|
@@ -18806,7 +18839,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18806
18839
|
} & Partial<{
|
|
18807
18840
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18808
18841
|
}>; /** Get a specific `AppVersion`. */
|
|
18809
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18842
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18810
18843
|
[x: string]: unknown;
|
|
18811
18844
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18812
18845
|
[x: string]: unknown;
|
|
@@ -18826,6 +18859,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18826
18859
|
} | undefined;
|
|
18827
18860
|
email?: string | undefined;
|
|
18828
18861
|
interval?: string | undefined;
|
|
18862
|
+
timeout?: number | undefined;
|
|
18829
18863
|
} | undefined;
|
|
18830
18864
|
headers?: {
|
|
18831
18865
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
@@ -18838,6 +18872,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18838
18872
|
destination?: MittwaldAPIV2.Components.Schemas.CronjobCronjobCommand | MittwaldAPIV2.Components.Schemas.CronjobCronjobUrl | undefined;
|
|
18839
18873
|
email?: string | undefined;
|
|
18840
18874
|
interval?: string | undefined;
|
|
18875
|
+
timeout?: number | undefined;
|
|
18841
18876
|
};
|
|
18842
18877
|
} & {
|
|
18843
18878
|
pathParameters: {
|
|
@@ -18853,7 +18888,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18853
18888
|
} & Partial<{
|
|
18854
18889
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18855
18890
|
}>; /** Get a specific `AppVersion`. */
|
|
18856
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{},
|
|
18891
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18857
18892
|
[x: string]: unknown;
|
|
18858
18893
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18859
18894
|
[x: string]: unknown;
|
|
@@ -18894,7 +18929,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18894
18929
|
id: string;
|
|
18895
18930
|
logPath?: string | undefined;
|
|
18896
18931
|
start?: string | undefined;
|
|
18897
|
-
status: "Pending" | "Failed" | "Complete" | "AbortedBySystem" | "Running" | "AbortedByUser";
|
|
18932
|
+
status: "Pending" | "Failed" | "Complete" | "AbortedBySystem" | "Running" | "AbortedByUser" | "TimedOut";
|
|
18898
18933
|
successful: boolean;
|
|
18899
18934
|
triggeredBy?: {
|
|
18900
18935
|
id?: string | undefined;
|
|
@@ -18930,7 +18965,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18930
18965
|
} & Partial<{
|
|
18931
18966
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
18932
18967
|
}>; /** Get a specific `AppVersion`. */
|
|
18933
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18968
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18934
18969
|
[x: string]: unknown;
|
|
18935
18970
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
18936
18971
|
[x: string]: unknown;
|
|
@@ -21736,6 +21771,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21736
21771
|
}>; /** Get a specific `AppVersion`. */
|
|
21737
21772
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21738
21773
|
id: string;
|
|
21774
|
+
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
21739
21775
|
}, 201, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21740
21776
|
[x: string]: unknown;
|
|
21741
21777
|
}, 404, "application/json">>>;
|
|
@@ -21769,6 +21805,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21769
21805
|
};
|
|
21770
21806
|
isDefault: boolean;
|
|
21771
21807
|
isEnabled: boolean;
|
|
21808
|
+
ownership: MittwaldAPIV2.Components.Schemas.IngressOwnership;
|
|
21772
21809
|
paths: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
21773
21810
|
projectId: string;
|
|
21774
21811
|
tls: MittwaldAPIV2.Components.Schemas.IngressTlsAcme | MittwaldAPIV2.Components.Schemas.IngressTlsCertificate;
|
|
@@ -21799,6 +21836,32 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21799
21836
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21800
21837
|
[x: string]: unknown;
|
|
21801
21838
|
}, 404, "application/json">>>;
|
|
21839
|
+
/** Verifiy the ownership of an Ingress. */
|
|
21840
|
+
ingressIngressVerifyOwnership: (request: {
|
|
21841
|
+
ingressId: string;
|
|
21842
|
+
headers?: {
|
|
21843
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21844
|
+
"x-access-token"?: string | undefined;
|
|
21845
|
+
} | undefined;
|
|
21846
|
+
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
21847
|
+
headers?: Partial<{
|
|
21848
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21849
|
+
}> | undefined;
|
|
21850
|
+
} & {
|
|
21851
|
+
pathParameters: {
|
|
21852
|
+
ingressId: string;
|
|
21853
|
+
};
|
|
21854
|
+
} & {
|
|
21855
|
+
headers: {
|
|
21856
|
+
"x-access-token"?: string | undefined;
|
|
21857
|
+
} & Partial<{
|
|
21858
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21859
|
+
}>; /** Get a specific `AppVersion`. */
|
|
21860
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21861
|
+
[x: string]: unknown;
|
|
21862
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21863
|
+
[x: string]: unknown;
|
|
21864
|
+
}, 404, "application/json">>>;
|
|
21802
21865
|
/** Update the paths of an Ingress. */
|
|
21803
21866
|
ingressUpdateIngressPaths: (request: {
|
|
21804
21867
|
data: MittwaldAPIV2.Components.Schemas.IngressPath[];
|
|
@@ -21847,7 +21910,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21847
21910
|
} & Partial<{
|
|
21848
21911
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21849
21912
|
}>; /** Get a specific `AppVersion`. */
|
|
21850
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{},
|
|
21913
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21851
21914
|
[x: string]: unknown;
|
|
21852
21915
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21853
21916
|
[x: string]: unknown;
|
|
@@ -23196,6 +23259,32 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23196
23259
|
message?: string | undefined;
|
|
23197
23260
|
validationErrors: MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
23198
23261
|
}, 401, "application/json">>>;
|
|
23262
|
+
/** Authenticate an user with an access token retrieval key. */
|
|
23263
|
+
authenticateWithAccessTokenRetrievalKey: (request: {
|
|
23264
|
+
data: {
|
|
23265
|
+
accessTokenRetrievalKey: string;
|
|
23266
|
+
userId: string;
|
|
23267
|
+
};
|
|
23268
|
+
headers?: {
|
|
23269
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23270
|
+
} | undefined;
|
|
23271
|
+
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
23272
|
+
data: {
|
|
23273
|
+
accessTokenRetrievalKey: string;
|
|
23274
|
+
userId: string;
|
|
23275
|
+
};
|
|
23276
|
+
} & {
|
|
23277
|
+
headers?: Partial<{
|
|
23278
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23279
|
+
}> | undefined;
|
|
23280
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23281
|
+
type: "ValidationError";
|
|
23282
|
+
message?: string | undefined;
|
|
23283
|
+
validationErrors: MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
23284
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23285
|
+
expiresAt?: string | undefined;
|
|
23286
|
+
token: string;
|
|
23287
|
+
}, 200, "application/json">>>;
|
|
23199
23288
|
/** Get your verified Email-Address. */
|
|
23200
23289
|
getOwnEmail: (request?: {
|
|
23201
23290
|
headers?: {
|
|
@@ -23435,6 +23524,26 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23435
23524
|
message?: string | undefined;
|
|
23436
23525
|
validationErrors: MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
23437
23526
|
}, 400, "application/json">>>;
|
|
23527
|
+
/** Create an access token retrieval key to acquire an access token for your user. */
|
|
23528
|
+
createAccessTokenRetrievalKey: (request?: {
|
|
23529
|
+
data?: {
|
|
23530
|
+
[x: string]: unknown;
|
|
23531
|
+
} | undefined;
|
|
23532
|
+
headers?: {
|
|
23533
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23534
|
+
} | undefined;
|
|
23535
|
+
} | null | undefined) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
23536
|
+
data: {
|
|
23537
|
+
[x: string]: unknown;
|
|
23538
|
+
};
|
|
23539
|
+
} & {
|
|
23540
|
+
headers?: Partial<{
|
|
23541
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
23542
|
+
}> | undefined;
|
|
23543
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23544
|
+
accessTokenRetrievalKey: string;
|
|
23545
|
+
userId: string;
|
|
23546
|
+
}, 201, "application/json">>>;
|
|
23438
23547
|
/** List all of your ApiTokens. */
|
|
23439
23548
|
listApiTokens: (request?: {
|
|
23440
23549
|
headers?: {
|
|
@@ -24221,6 +24330,73 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24221
24330
|
message?: string | undefined;
|
|
24222
24331
|
validationErrors: MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
24223
24332
|
}, 400, "application/json">>>;
|
|
24333
|
+
/** Obtain authorization from the resource owner. */
|
|
24334
|
+
oauthGetAuthorization: (request: {
|
|
24335
|
+
queryParameters: {
|
|
24336
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24337
|
+
grant_consent?: boolean | undefined;
|
|
24338
|
+
redirect_uri?: string | undefined;
|
|
24339
|
+
scope?: string | undefined;
|
|
24340
|
+
state?: string | undefined;
|
|
24341
|
+
code_challenge?: string | undefined;
|
|
24342
|
+
code_challenge_method?: "S256" | undefined;
|
|
24343
|
+
};
|
|
24344
|
+
headers?: {
|
|
24345
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24346
|
+
} | undefined;
|
|
24347
|
+
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
24348
|
+
headers?: Partial<{
|
|
24349
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24350
|
+
}> | undefined;
|
|
24351
|
+
} & {
|
|
24352
|
+
queryParameters: {
|
|
24353
|
+
grant_consent?: boolean | undefined;
|
|
24354
|
+
response_type: "code";
|
|
24355
|
+
client_id: string;
|
|
24356
|
+
redirect_uri?: string | undefined;
|
|
24357
|
+
scope?: string | undefined;
|
|
24358
|
+
state?: string | undefined;
|
|
24359
|
+
code_challenge?: string | undefined;
|
|
24360
|
+
code_challenge_method?: "S256" | undefined;
|
|
24361
|
+
} & Partial<{
|
|
24362
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24363
|
+
}>;
|
|
24364
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 302, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24365
|
+
error: "invalid_request";
|
|
24366
|
+
error_description?: string | undefined;
|
|
24367
|
+
}, 400, "application/json">>>;
|
|
24368
|
+
/** Retrieve Access Token from Authorization Code. */
|
|
24369
|
+
oauthRetrieveAccessToken: (request?: {
|
|
24370
|
+
data?: {
|
|
24371
|
+
[x: string]: unknown;
|
|
24372
|
+
} | undefined;
|
|
24373
|
+
headers?: {
|
|
24374
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24375
|
+
Authorization?: string | undefined;
|
|
24376
|
+
} | undefined;
|
|
24377
|
+
} | null | undefined) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
24378
|
+
data: {
|
|
24379
|
+
[x: string]: unknown;
|
|
24380
|
+
};
|
|
24381
|
+
} & {
|
|
24382
|
+
headers?: Partial<{
|
|
24383
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24384
|
+
}> | undefined;
|
|
24385
|
+
} & {
|
|
24386
|
+
headers: {
|
|
24387
|
+
Authorization?: string | undefined;
|
|
24388
|
+
} & Partial<{
|
|
24389
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24390
|
+
}>; /** Get a specific `AppVersion`. */
|
|
24391
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24392
|
+
access_token: string;
|
|
24393
|
+
expires_in: number;
|
|
24394
|
+
scope?: string | undefined;
|
|
24395
|
+
token_type: "bearer";
|
|
24396
|
+
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24397
|
+
error: "invalid_request" | "invalid_client" | "invalid_grant" | "unauthorized_client" | "unsupported_grant_type" | "invalid_scope";
|
|
24398
|
+
error_description?: string | undefined;
|
|
24399
|
+
}, 400, "application/json">>>;
|
|
24224
24400
|
/** Register with email and password. */
|
|
24225
24401
|
register: (request: {
|
|
24226
24402
|
data: {
|
|
@@ -24469,119 +24645,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24469
24645
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24470
24646
|
[x: string]: unknown;
|
|
24471
24647
|
}, 404, "application/json">>>;
|
|
24472
|
-
/** Authenticate an user with an access token retrieval key. */
|
|
24473
|
-
authenticateWithAccessTokenRetrievalKey: (request: {
|
|
24474
|
-
data: {
|
|
24475
|
-
accessTokenRetrievalKey: string;
|
|
24476
|
-
userId: string;
|
|
24477
|
-
};
|
|
24478
|
-
headers?: {
|
|
24479
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24480
|
-
} | undefined;
|
|
24481
|
-
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
24482
|
-
data: {
|
|
24483
|
-
accessTokenRetrievalKey: string;
|
|
24484
|
-
userId: string;
|
|
24485
|
-
};
|
|
24486
|
-
} & {
|
|
24487
|
-
headers?: Partial<{
|
|
24488
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24489
|
-
}> | undefined;
|
|
24490
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24491
|
-
type: "ValidationError";
|
|
24492
|
-
message?: string | undefined;
|
|
24493
|
-
validationErrors: MittwaldAPIV2.Components.Schemas.CommonsValidationErrorSchema[];
|
|
24494
|
-
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24495
|
-
expiresAt?: string | undefined;
|
|
24496
|
-
token: string;
|
|
24497
|
-
}, 200, "application/json">>>;
|
|
24498
|
-
/** Create an access token retrieval key to acquire an access token for your user. */
|
|
24499
|
-
createAccessTokenRetrievalKey: (request?: {
|
|
24500
|
-
data?: {
|
|
24501
|
-
[x: string]: unknown;
|
|
24502
|
-
} | undefined;
|
|
24503
|
-
headers?: {
|
|
24504
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24505
|
-
} | undefined;
|
|
24506
|
-
} | null | undefined) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
24507
|
-
data: {
|
|
24508
|
-
[x: string]: unknown;
|
|
24509
|
-
};
|
|
24510
|
-
} & {
|
|
24511
|
-
headers?: Partial<{
|
|
24512
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24513
|
-
}> | undefined;
|
|
24514
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24515
|
-
accessTokenRetrievalKey: string;
|
|
24516
|
-
userId: string;
|
|
24517
|
-
}, 201, "application/json">>>;
|
|
24518
|
-
/** Obtain authorization from the resource owner. */
|
|
24519
|
-
oauthGetAuthorization: (request: {
|
|
24520
|
-
queryParameters: {
|
|
24521
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24522
|
-
grant_consent?: boolean | undefined;
|
|
24523
|
-
redirect_uri?: string | undefined;
|
|
24524
|
-
scope?: string | undefined;
|
|
24525
|
-
state?: string | undefined;
|
|
24526
|
-
code_challenge?: string | undefined;
|
|
24527
|
-
code_challenge_method?: "S256" | undefined;
|
|
24528
|
-
};
|
|
24529
|
-
headers?: {
|
|
24530
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24531
|
-
} | undefined;
|
|
24532
|
-
}) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
24533
|
-
headers?: Partial<{
|
|
24534
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24535
|
-
}> | undefined;
|
|
24536
|
-
} & {
|
|
24537
|
-
queryParameters: {
|
|
24538
|
-
grant_consent?: boolean | undefined;
|
|
24539
|
-
response_type: "code";
|
|
24540
|
-
client_id: string;
|
|
24541
|
-
redirect_uri?: string | undefined;
|
|
24542
|
-
scope?: string | undefined;
|
|
24543
|
-
state?: string | undefined;
|
|
24544
|
-
code_challenge?: string | undefined;
|
|
24545
|
-
code_challenge_method?: "S256" | undefined;
|
|
24546
|
-
} & Partial<{
|
|
24547
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24548
|
-
}>;
|
|
24549
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 302, "empty"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24550
|
-
error: "invalid_request";
|
|
24551
|
-
error_description?: string | undefined;
|
|
24552
|
-
}, 400, "application/json">>>;
|
|
24553
|
-
/** Retrieve Access Token from Authorization Code. */
|
|
24554
|
-
oauthRetrieveAccessToken: (request?: {
|
|
24555
|
-
data?: {
|
|
24556
|
-
[x: string]: unknown;
|
|
24557
|
-
} | undefined;
|
|
24558
|
-
headers?: {
|
|
24559
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24560
|
-
Authorization?: string | undefined;
|
|
24561
|
-
} | undefined;
|
|
24562
|
-
} | null | undefined) => _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.c<_yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.O<{
|
|
24563
|
-
data: {
|
|
24564
|
-
[x: string]: unknown;
|
|
24565
|
-
};
|
|
24566
|
-
} & {
|
|
24567
|
-
headers?: Partial<{
|
|
24568
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24569
|
-
}> | undefined;
|
|
24570
|
-
} & {
|
|
24571
|
-
headers: {
|
|
24572
|
-
Authorization?: string | undefined;
|
|
24573
|
-
} & Partial<{
|
|
24574
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24575
|
-
}>; /** Get a specific `AppVersion`. */
|
|
24576
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24577
|
-
access_token: string;
|
|
24578
|
-
expires_in: number;
|
|
24579
|
-
scope?: string | undefined;
|
|
24580
|
-
token_type: "bearer";
|
|
24581
|
-
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24582
|
-
error: "invalid_request" | "invalid_client" | "invalid_grant" | "unauthorized_client" | "unsupported_grant_type" | "invalid_scope";
|
|
24583
|
-
error_description?: string | undefined;
|
|
24584
|
-
}, 400, "application/json">>>;
|
|
24585
24648
|
};
|
|
24586
24649
|
/** The project API allows you to manage your projects, and also any kinds of user memberships concerning these projects. */
|
|
24587
24650
|
readonly project: {
|