@mittwald/api-client 4.144.0 → 4.146.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/generated/v2/client-react.js +2 -4
- package/dist/esm/generated/v2/client.js +2 -4
- package/dist/esm/generated/v2/descriptors.js +6 -12
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +21 -36
- package/dist/types/generated/v2/client.d.ts +98 -253
- package/dist/types/generated/v2/descriptors.d.ts +10 -12
- package/dist/types/generated/v2/types.d.ts +59 -158
- package/dist/types/version.d.ts +1 -1
- package/package.json +2 -2
|
@@ -184,7 +184,7 @@ export declare const conversationSetConversationStatus: OpenAPIOperation<Request
|
|
|
184
184
|
/** Update the content of the message */
|
|
185
185
|
export 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.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ConversationsConversationIdMessagesMessageId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
186
186
|
/** Abort a CronjobExecution. */
|
|
187
|
-
export declare const cronjobAbortExecution: OpenAPIOperation<RequestType<Simplify<
|
|
187
|
+
export declare const cronjobAbortExecution: OpenAPIOperation<RequestType<Simplify<null>, 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.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutionsExecutionIdActionsAbort.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
188
188
|
/** List Cronjobs belonging to a Project. */
|
|
189
189
|
export 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.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdCronjobs.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
190
190
|
/** Create a Cronjob. */
|
|
@@ -192,7 +192,7 @@ export declare const cronjobCreateCronjob: OpenAPIOperation<RequestType<Simplify
|
|
|
192
192
|
/** List CronjobExecutions belonging to a Cronjob. */
|
|
193
193
|
export declare const cronjobListExecutions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
194
194
|
/** Trigger a Cronjob. */
|
|
195
|
-
export declare const cronjobCreateExecution: OpenAPIOperation<RequestType<Simplify<
|
|
195
|
+
export declare const cronjobCreateExecution: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobIdExecutions.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
196
196
|
/** Get a Cronjob. */
|
|
197
197
|
export 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.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CronjobsCronjobId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
198
198
|
/** Delete a Cronjob. */
|
|
@@ -220,7 +220,7 @@ export declare const customerGetWallet: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
220
220
|
/** Create the Wallet for the Customer. */
|
|
221
221
|
export declare const customerCreateWallet: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdWallet.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
222
222
|
/** Decline a CustomerInvite. */
|
|
223
|
-
export declare const customerDeclineCustomerInvite: OpenAPIOperation<RequestType<Simplify<
|
|
223
|
+
export declare const customerDeclineCustomerInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsDecline.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsDecline.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsDecline.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsDecline.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsDecline.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
224
224
|
/** Get a CustomerInvite. */
|
|
225
225
|
export declare const customerGetCustomerInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
226
226
|
/** Delete a CustomerInvite. */
|
|
@@ -239,10 +239,6 @@ export declare const customerUpdateCustomer: OpenAPIOperation<RequestType<Simpli
|
|
|
239
239
|
export declare const customerDeleteCustomer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
240
240
|
/** Get a CustomerInvite by token. */
|
|
241
241
|
export declare const customerGetCustomerTokenInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerTokenInvite.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
242
|
-
/** Get your LeadFyndr request. */
|
|
243
|
-
export declare const customerGetLeadFyndrProfileRequest: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfileRequest.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
244
|
-
/** Get your LeadFyndr profile. */
|
|
245
|
-
export declare const customerGetLeadFyndrProfile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLeadFyndrProfile.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
246
242
|
/** Check if the customer profile has a valid contract partner configured. */
|
|
247
243
|
export declare const customerIsCustomerLegallyCompetent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdLegallyCompetent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
248
244
|
/** List CustomerInvites belonging to the executing user. */
|
|
@@ -256,7 +252,7 @@ export declare const customerRequestAvatarUpload: OpenAPIOperation<RequestType<S
|
|
|
256
252
|
/** Remove the avatar picture of the customer profile. */
|
|
257
253
|
export declare const customerRemoveAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerIdAvatar.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json">>;
|
|
258
254
|
/** Resend the mail for a CustomerInvite. */
|
|
259
|
-
export declare const customerResendCustomerInviteMail: OpenAPIOperation<RequestType<Simplify<
|
|
255
|
+
export declare const customerResendCustomerInviteMail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
260
256
|
/** List MySQLDatabases belonging to a Project. */
|
|
261
257
|
export declare const databaseListMysqlDatabases: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMysqlDatabases.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
262
258
|
/** Create a MySQLDatabase with a MySQLUser. */
|
|
@@ -284,9 +280,9 @@ export declare const databaseGetRedisDatabase: OpenAPIOperation<RequestType<Simp
|
|
|
284
280
|
/** Delete a RedisDatabase. */
|
|
285
281
|
export declare const databaseDeleteRedisDatabase: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2RedisDatabasesRedisDatabaseId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
286
282
|
/** Disable a MySQLUser. */
|
|
287
|
-
export declare const databaseDisableMysqlUser: OpenAPIOperation<RequestType<Simplify<
|
|
283
|
+
export declare const databaseDisableMysqlUser: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsDisable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsDisable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsDisable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsDisable.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsDisable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsDisable.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsDisable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsDisable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
288
284
|
/** Enable a MySQLUser. */
|
|
289
|
-
export declare const databaseEnableMysqlUser: OpenAPIOperation<RequestType<Simplify<
|
|
285
|
+
export declare const databaseEnableMysqlUser: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsEnable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsEnable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsEnable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsEnable.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsEnable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsEnable.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsEnable.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdActionsEnable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
290
286
|
/** Get a MySQLUser's PhpMyAdmin-URL. */
|
|
291
287
|
export declare const databaseGetMysqlUserPhpMyAdminUrl: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdPhpMyAdminUrl.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdPhpMyAdminUrl.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdPhpMyAdminUrl.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdPhpMyAdminUrl.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdPhpMyAdminUrl.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdPhpMyAdminUrl.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdPhpMyAdminUrl.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2MysqlUsersMysqlUserIdPhpMyAdminUrl.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
292
288
|
/** List available MySQL character sets and collations, optionally filtered by a MySQLVersion. */
|
|
@@ -421,6 +417,8 @@ export declare const extensionListExtensions: OpenAPIOperation<RequestType<Simpl
|
|
|
421
417
|
export declare const extensionListOwnExtensions: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
422
418
|
/** Register an Extension. */
|
|
423
419
|
export declare const extensionRegisterExtension: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensions.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
420
|
+
/** List Scopes. */
|
|
421
|
+
export declare const extensionListScopes: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Scopes.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Scopes.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Scopes.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Scopes.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Scopes.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Scopes.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
424
422
|
/** Remove an asset of an extension. */
|
|
425
423
|
export declare const extensionRemoveAsset: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdAssetsAssetRefId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdAssetsAssetRefId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdAssetsAssetRefId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdAssetsAssetRefId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdAssetsAssetRefId.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdAssetsAssetRefId.Delete.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ContributorsContributorIdExtensionsExtensionIdAssetsAssetRefId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
426
424
|
/** Add a logo to an extension. */
|
|
@@ -544,7 +542,7 @@ export declare const projectCreateProjectInvite: OpenAPIOperation<RequestType<Si
|
|
|
544
542
|
/** Create a Project belonging to a Server. */
|
|
545
543
|
export declare const projectCreateProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerIdProjects.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
546
544
|
/** Decline a ProjectInvite. */
|
|
547
|
-
export declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify<
|
|
545
|
+
export declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsDecline.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsDecline.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsDecline.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsDecline.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsDecline.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
548
546
|
/** Request a Project avatar upload. */
|
|
549
547
|
export declare const projectRequestProjectAvatarUpload: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
550
548
|
/** Delete a Project's avatar. */
|
|
@@ -594,7 +592,7 @@ export declare const projectListProjects: OpenAPIOperation<RequestType<Simplify<
|
|
|
594
592
|
/** List Servers belonging to the executing user. */
|
|
595
593
|
export declare const projectListServers: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Servers.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
596
594
|
/** Resend the mail for a ProjectInvite. */
|
|
597
|
-
export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestType<Simplify<
|
|
595
|
+
export declare const projectResendProjectInviteMail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
598
596
|
/** Update a Project's description. */
|
|
599
597
|
export declare const projectUpdateProjectDescription: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDescription.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
600
598
|
/** Update a Servers's description. */
|
|
@@ -474,14 +474,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
474
474
|
type RequestData = InferredRequestData<typeof descriptors.customerGetCustomerTokenInvite>;
|
|
475
475
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerGetCustomerTokenInvite, TStatus>;
|
|
476
476
|
}
|
|
477
|
-
namespace CustomerGetLeadFyndrProfileRequest {
|
|
478
|
-
type RequestData = InferredRequestData<typeof descriptors.customerGetLeadFyndrProfileRequest>;
|
|
479
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerGetLeadFyndrProfileRequest, TStatus>;
|
|
480
|
-
}
|
|
481
|
-
namespace CustomerGetLeadFyndrProfile {
|
|
482
|
-
type RequestData = InferredRequestData<typeof descriptors.customerGetLeadFyndrProfile>;
|
|
483
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerGetLeadFyndrProfile, TStatus>;
|
|
484
|
-
}
|
|
485
477
|
namespace CustomerIsCustomerLegallyCompetent {
|
|
486
478
|
type RequestData = InferredRequestData<typeof descriptors.customerIsCustomerLegallyCompetent>;
|
|
487
479
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.customerIsCustomerLegallyCompetent, TStatus>;
|
|
@@ -838,6 +830,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
838
830
|
type RequestData = InferredRequestData<typeof descriptors.extensionRegisterExtension>;
|
|
839
831
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionRegisterExtension, TStatus>;
|
|
840
832
|
}
|
|
833
|
+
namespace ExtensionListScopes {
|
|
834
|
+
type RequestData = InferredRequestData<typeof descriptors.extensionListScopes>;
|
|
835
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionListScopes, TStatus>;
|
|
836
|
+
}
|
|
841
837
|
namespace ExtensionRemoveAsset {
|
|
842
838
|
type RequestData = InferredRequestData<typeof descriptors.extensionRemoveAsset>;
|
|
843
839
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.extensionRemoveAsset, TStatus>;
|
|
@@ -3483,24 +3479,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3483
3479
|
title?: string;
|
|
3484
3480
|
useFormalTerm?: boolean;
|
|
3485
3481
|
}
|
|
3486
|
-
interface LeadFinderProfileRequest {
|
|
3487
|
-
createdOn: string;
|
|
3488
|
-
customerId: string;
|
|
3489
|
-
domain: string;
|
|
3490
|
-
profileId: string;
|
|
3491
|
-
requestedBy: MittwaldAPIV2.Components.Schemas.LeadFinderUser;
|
|
3492
|
-
resultOn?: string;
|
|
3493
|
-
status: "AUTOTEST_INIT" | "MANUAL_VERIFICATION" | "REJECTED" | "APPROVED";
|
|
3494
|
-
}
|
|
3495
|
-
interface LeadFinderProfile {
|
|
3496
|
-
approvedOn: string;
|
|
3497
|
-
customerId: string;
|
|
3498
|
-
disabledOn?: string;
|
|
3499
|
-
domain: string;
|
|
3500
|
-
}
|
|
3501
|
-
interface LeadFinderUser {
|
|
3502
|
-
userId: string;
|
|
3503
|
-
}
|
|
3504
3482
|
interface MailCreateMailAddress {
|
|
3505
3483
|
address: string;
|
|
3506
3484
|
isCatchAll: boolean;
|
|
@@ -3708,6 +3686,19 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3708
3686
|
keepDays: number;
|
|
3709
3687
|
relocateSensitivity?: number;
|
|
3710
3688
|
}
|
|
3689
|
+
interface MarketplaceContractPartner {
|
|
3690
|
+
contractPartner: {
|
|
3691
|
+
address: MittwaldAPIV2.Components.Schemas.CommonsAddress;
|
|
3692
|
+
company?: string;
|
|
3693
|
+
email: string;
|
|
3694
|
+
firstName: string;
|
|
3695
|
+
lastName: string;
|
|
3696
|
+
};
|
|
3697
|
+
createdAt: string;
|
|
3698
|
+
extensionId: string;
|
|
3699
|
+
extensionInstanceId: string;
|
|
3700
|
+
parentCustomerId: string;
|
|
3701
|
+
}
|
|
3711
3702
|
type MembershipCustomerInheritedRoles = "notset" | "owner" | "member" | "accountant";
|
|
3712
3703
|
interface MembershipCustomerInvite {
|
|
3713
3704
|
/**
|
|
@@ -9518,9 +9509,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9518
9509
|
cronjobId: string;
|
|
9519
9510
|
executionId: string;
|
|
9520
9511
|
};
|
|
9521
|
-
interface RequestBody {
|
|
9522
|
-
[k: string]: unknown;
|
|
9523
|
-
}
|
|
9524
9512
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9525
9513
|
type Query = {};
|
|
9526
9514
|
}
|
|
@@ -9682,9 +9670,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
9682
9670
|
type Path = {
|
|
9683
9671
|
cronjobId: string;
|
|
9684
9672
|
};
|
|
9685
|
-
interface RequestBody {
|
|
9686
|
-
[k: string]: unknown;
|
|
9687
|
-
}
|
|
9688
9673
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9689
9674
|
type Query = {};
|
|
9690
9675
|
}
|
|
@@ -10414,9 +10399,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10414
10399
|
type Path = {
|
|
10415
10400
|
customerInviteId: string;
|
|
10416
10401
|
};
|
|
10417
|
-
interface RequestBody {
|
|
10418
|
-
[k: string]: unknown;
|
|
10419
|
-
}
|
|
10420
10402
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
10421
10403
|
type Query = {};
|
|
10422
10404
|
}
|
|
@@ -10810,112 +10792,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10810
10792
|
}
|
|
10811
10793
|
}
|
|
10812
10794
|
}
|
|
10813
|
-
namespace V2CustomersCustomerIdLeadFyndrProfileRequest {
|
|
10814
|
-
namespace Get {
|
|
10815
|
-
namespace Parameters {
|
|
10816
|
-
type Path = {
|
|
10817
|
-
customerId: string;
|
|
10818
|
-
};
|
|
10819
|
-
type Header = {};
|
|
10820
|
-
type Query = {};
|
|
10821
|
-
}
|
|
10822
|
-
namespace Responses {
|
|
10823
|
-
namespace $200 {
|
|
10824
|
-
namespace Content {
|
|
10825
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadFinderProfileRequest;
|
|
10826
|
-
}
|
|
10827
|
-
}
|
|
10828
|
-
namespace $400 {
|
|
10829
|
-
namespace Content {
|
|
10830
|
-
interface ApplicationJson {
|
|
10831
|
-
[k: string]: unknown;
|
|
10832
|
-
}
|
|
10833
|
-
}
|
|
10834
|
-
}
|
|
10835
|
-
namespace $403 {
|
|
10836
|
-
namespace Content {
|
|
10837
|
-
interface ApplicationJson {
|
|
10838
|
-
[k: string]: unknown;
|
|
10839
|
-
}
|
|
10840
|
-
}
|
|
10841
|
-
}
|
|
10842
|
-
namespace $404 {
|
|
10843
|
-
namespace Content {
|
|
10844
|
-
interface ApplicationJson {
|
|
10845
|
-
[k: string]: unknown;
|
|
10846
|
-
}
|
|
10847
|
-
}
|
|
10848
|
-
}
|
|
10849
|
-
namespace $429 {
|
|
10850
|
-
namespace Content {
|
|
10851
|
-
interface ApplicationJson {
|
|
10852
|
-
[k: string]: unknown;
|
|
10853
|
-
}
|
|
10854
|
-
}
|
|
10855
|
-
}
|
|
10856
|
-
namespace Default {
|
|
10857
|
-
namespace Content {
|
|
10858
|
-
interface ApplicationJson {
|
|
10859
|
-
[k: string]: unknown;
|
|
10860
|
-
}
|
|
10861
|
-
}
|
|
10862
|
-
}
|
|
10863
|
-
}
|
|
10864
|
-
}
|
|
10865
|
-
}
|
|
10866
|
-
namespace V2CustomersCustomerIdLeadFyndrProfile {
|
|
10867
|
-
namespace Get {
|
|
10868
|
-
namespace Parameters {
|
|
10869
|
-
type Path = {
|
|
10870
|
-
customerId: string;
|
|
10871
|
-
};
|
|
10872
|
-
type Header = {};
|
|
10873
|
-
type Query = {};
|
|
10874
|
-
}
|
|
10875
|
-
namespace Responses {
|
|
10876
|
-
namespace $200 {
|
|
10877
|
-
namespace Content {
|
|
10878
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.LeadFinderProfile;
|
|
10879
|
-
}
|
|
10880
|
-
}
|
|
10881
|
-
namespace $400 {
|
|
10882
|
-
namespace Content {
|
|
10883
|
-
interface ApplicationJson {
|
|
10884
|
-
[k: string]: unknown;
|
|
10885
|
-
}
|
|
10886
|
-
}
|
|
10887
|
-
}
|
|
10888
|
-
namespace $403 {
|
|
10889
|
-
namespace Content {
|
|
10890
|
-
interface ApplicationJson {
|
|
10891
|
-
[k: string]: unknown;
|
|
10892
|
-
}
|
|
10893
|
-
}
|
|
10894
|
-
}
|
|
10895
|
-
namespace $404 {
|
|
10896
|
-
namespace Content {
|
|
10897
|
-
interface ApplicationJson {
|
|
10898
|
-
[k: string]: unknown;
|
|
10899
|
-
}
|
|
10900
|
-
}
|
|
10901
|
-
}
|
|
10902
|
-
namespace $429 {
|
|
10903
|
-
namespace Content {
|
|
10904
|
-
interface ApplicationJson {
|
|
10905
|
-
[k: string]: unknown;
|
|
10906
|
-
}
|
|
10907
|
-
}
|
|
10908
|
-
}
|
|
10909
|
-
namespace Default {
|
|
10910
|
-
namespace Content {
|
|
10911
|
-
interface ApplicationJson {
|
|
10912
|
-
[k: string]: unknown;
|
|
10913
|
-
}
|
|
10914
|
-
}
|
|
10915
|
-
}
|
|
10916
|
-
}
|
|
10917
|
-
}
|
|
10918
|
-
}
|
|
10919
10795
|
namespace V2CustomersCustomerIdLegallyCompetent {
|
|
10920
10796
|
namespace Get {
|
|
10921
10797
|
namespace Parameters {
|
|
@@ -11217,9 +11093,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11217
11093
|
type Path = {
|
|
11218
11094
|
customerInviteId: string;
|
|
11219
11095
|
};
|
|
11220
|
-
interface RequestBody {
|
|
11221
|
-
[k: string]: unknown;
|
|
11222
|
-
}
|
|
11223
11096
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11224
11097
|
type Query = {};
|
|
11225
11098
|
}
|
|
@@ -11914,9 +11787,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11914
11787
|
type Path = {
|
|
11915
11788
|
mysqlUserId: string;
|
|
11916
11789
|
};
|
|
11917
|
-
interface RequestBody {
|
|
11918
|
-
[k: string]: unknown;
|
|
11919
|
-
}
|
|
11920
11790
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11921
11791
|
type Query = {};
|
|
11922
11792
|
}
|
|
@@ -11963,9 +11833,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
11963
11833
|
type Path = {
|
|
11964
11834
|
mysqlUserId: string;
|
|
11965
11835
|
};
|
|
11966
|
-
interface RequestBody {
|
|
11967
|
-
[k: string]: unknown;
|
|
11968
|
-
}
|
|
11969
11836
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
11970
11837
|
type Query = {};
|
|
11971
11838
|
}
|
|
@@ -14241,11 +14108,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14241
14108
|
type Path = {};
|
|
14242
14109
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
14243
14110
|
type Query = {
|
|
14111
|
+
context?: MittwaldAPIV2.Components.Schemas.MarketplaceContext;
|
|
14112
|
+
contextId?: string;
|
|
14113
|
+
extensionId?: string;
|
|
14244
14114
|
limit?: number;
|
|
14245
14115
|
skip?: number;
|
|
14246
14116
|
page?: number;
|
|
14247
|
-
|
|
14248
|
-
|
|
14117
|
+
sort?: ("createdAt" | "exensionId")[];
|
|
14118
|
+
order?: ("asc" | "desc")[];
|
|
14249
14119
|
};
|
|
14250
14120
|
}
|
|
14251
14121
|
namespace Responses {
|
|
@@ -14554,6 +14424,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
14554
14424
|
extensionId: string;
|
|
14555
14425
|
};
|
|
14556
14426
|
interface RequestBody {
|
|
14427
|
+
/**
|
|
14428
|
+
* Used to patch asset order.
|
|
14429
|
+
*/
|
|
14430
|
+
assets?: string[];
|
|
14557
14431
|
deprecation?: MittwaldAPIV2.Components.Schemas.MarketplaceExtensionDeprecation;
|
|
14558
14432
|
description?: string;
|
|
14559
14433
|
detailedDescriptions?: MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions;
|
|
@@ -15287,6 +15161,38 @@ export declare namespace MittwaldAPIV2 {
|
|
|
15287
15161
|
}
|
|
15288
15162
|
}
|
|
15289
15163
|
}
|
|
15164
|
+
namespace V2Scopes {
|
|
15165
|
+
namespace Get {
|
|
15166
|
+
namespace Parameters {
|
|
15167
|
+
type Path = {};
|
|
15168
|
+
type Header = {};
|
|
15169
|
+
type Query = {};
|
|
15170
|
+
}
|
|
15171
|
+
namespace Responses {
|
|
15172
|
+
namespace $200 {
|
|
15173
|
+
namespace Content {
|
|
15174
|
+
type ApplicationJson = {
|
|
15175
|
+
name: string;
|
|
15176
|
+
}[];
|
|
15177
|
+
}
|
|
15178
|
+
}
|
|
15179
|
+
namespace $429 {
|
|
15180
|
+
namespace Content {
|
|
15181
|
+
interface ApplicationJson {
|
|
15182
|
+
[k: string]: unknown;
|
|
15183
|
+
}
|
|
15184
|
+
}
|
|
15185
|
+
}
|
|
15186
|
+
namespace Default {
|
|
15187
|
+
namespace Content {
|
|
15188
|
+
interface ApplicationJson {
|
|
15189
|
+
[k: string]: unknown;
|
|
15190
|
+
}
|
|
15191
|
+
}
|
|
15192
|
+
}
|
|
15193
|
+
}
|
|
15194
|
+
}
|
|
15195
|
+
}
|
|
15290
15196
|
namespace V2ContributorsContributorIdExtensionsExtensionIdAssetsAssetRefId {
|
|
15291
15197
|
namespace Delete {
|
|
15292
15198
|
namespace Parameters {
|
|
@@ -18635,9 +18541,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18635
18541
|
type Path = {
|
|
18636
18542
|
projectInviteId: string;
|
|
18637
18543
|
};
|
|
18638
|
-
interface RequestBody {
|
|
18639
|
-
[k: string]: unknown;
|
|
18640
|
-
}
|
|
18641
18544
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
18642
18545
|
type Query = {};
|
|
18643
18546
|
}
|
|
@@ -19542,6 +19445,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
19542
19445
|
hasExpiry?: boolean;
|
|
19543
19446
|
isInherited?: boolean;
|
|
19544
19447
|
role?: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
19448
|
+
hasMfa?: boolean;
|
|
19545
19449
|
};
|
|
19546
19450
|
}
|
|
19547
19451
|
namespace Responses {
|
|
@@ -19796,9 +19700,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
19796
19700
|
type Path = {
|
|
19797
19701
|
projectInviteId: string;
|
|
19798
19702
|
};
|
|
19799
|
-
interface RequestBody {
|
|
19800
|
-
[k: string]: unknown;
|
|
19801
|
-
}
|
|
19802
19703
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
19803
19704
|
type Query = {};
|
|
19804
19705
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.145.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.146.0",
|
|
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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "2f9d12c62947e3be7d695c510c293a160c3eafb1"
|
|
84
84
|
}
|