@mittwald/api-client 3.1.25 → 3.1.26
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 +7 -7
- package/dist/react.d.mts +32 -32
- package/dist/react.d.ts +32 -32
- package/dist/react.mjs +11 -11
- package/dist/shared/{api-client.d04e5a06.d.mts → api-client.0fce0dd2.d.mts} +352 -240
- package/dist/shared/{api-client.d04e5a06.d.ts → api-client.0fce0dd2.d.ts} +352 -240
- package/dist/shared/{api-client.519928b6.mjs → api-client.444da6c8.mjs} +28 -28
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -145,7 +145,7 @@ declare const cronjobGetExecution: OpenAPIOperation<RequestType<Simplify<null>,
|
|
|
145
145
|
/** Update a Cronjob's app id. */
|
|
146
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.$201.Content.ApplicationJson>, 201, "application/json"> | 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
|
-
declare const customerAcceptCustomerInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
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. */
|
|
150
150
|
declare const customerListOfCustomerCategories: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCategories.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
151
151
|
/** Create a new customer category. */
|
|
@@ -157,7 +157,7 @@ declare const customerListCustomers: OpenAPIOperation<RequestType<Simplify<null>
|
|
|
157
157
|
/** Create a new customer profile. */
|
|
158
158
|
declare const customerCreateCustomer: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Customers.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
159
159
|
/** Decline a CustomerInvite. */
|
|
160
|
-
declare const customerDeclineCustomerInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
160
|
+
declare const customerDeclineCustomerInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsDecline.Post.Parameters.RequestBody>, 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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
161
161
|
/** Get a customer category. */
|
|
162
162
|
declare const customerGetCustomerCategory: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
163
163
|
/** Update a customer category. */
|
|
@@ -165,15 +165,15 @@ declare const customerUpdateCategory: OpenAPIOperation<RequestType<Simplify<Mitt
|
|
|
165
165
|
/** Delete a customer category. */
|
|
166
166
|
declare const customerDeleteCategory: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerCategoriesCategoryId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
167
167
|
/** Get a CustomerInvite. */
|
|
168
|
-
declare const customerGetCustomerInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
168
|
+
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
169
169
|
/** Delete a CustomerInvite. */
|
|
170
|
-
declare const customerDeleteCustomerInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
170
|
+
declare const customerDeleteCustomerInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
171
171
|
/** Get a CustomerMembership. */
|
|
172
|
-
declare const customerGetCustomerMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
172
|
+
declare const customerGetCustomerMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
173
173
|
/** Delete a CustomerMembership. */
|
|
174
|
-
declare const customerDeleteCustomerMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
174
|
+
declare const customerDeleteCustomerMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
175
175
|
/** Update a CustomerMembership. */
|
|
176
|
-
declare const customerUpdateCustomerMembership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
176
|
+
declare const customerUpdateCustomerMembership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsCustomerMembershipId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
177
177
|
/** Get a customer profile. */
|
|
178
178
|
declare const customerGetCustomer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomersCustomerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
179
179
|
/** Update a customer profile. */
|
|
@@ -199,7 +199,7 @@ declare const customerRequestAvatarUpload: OpenAPIOperation<RequestType<Simplify
|
|
|
199
199
|
/** Remove the avatar picture of the customer profile. */
|
|
200
200
|
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.$500.Content.ApplicationJson>, 500, "application/json">>;
|
|
201
201
|
/** Resend the mail for a CustomerInvite. */
|
|
202
|
-
declare const customerResendCustomerInviteMail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
202
|
+
declare const customerResendCustomerInviteMail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesCustomerInviteIdActionsResend.Post.Parameters.RequestBody>, 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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
203
203
|
/** List MySQLDatabases belonging to a Project. */
|
|
204
204
|
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
205
205
|
/** Create a MySQLDatabase with a MySQLUser. */
|
|
@@ -266,6 +266,8 @@ declare const dnsUpdateRecordSet: OpenAPIOperation<RequestType<Simplify<Mittwald
|
|
|
266
266
|
declare const domainAbortDomainDeclaration: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdDeclaration.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
267
267
|
/** Check if a Domain is available to register. */
|
|
268
268
|
declare const domainCheckDomainRegistrability: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainRegistrable.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
269
|
+
/** List Domains */
|
|
270
|
+
declare const domainListDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Domains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
269
271
|
/** Create an auth code 2. */
|
|
270
272
|
declare const domainCreateDomainAuthCode2: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode2.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode2.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode2.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode2.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode2.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode2.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode2.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode2.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
271
273
|
/** Create an auth code for a Domains transfer-out process. */
|
|
@@ -282,8 +284,6 @@ declare const domainGetDomainOwnership: OpenAPIOperation<RequestType<Simplify<nu
|
|
|
282
284
|
declare const domainGetLatestScreenshot: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdLatestScreenshot.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
283
285
|
/** List the DomainOwnerships of a project. */
|
|
284
286
|
declare const domainListDomainOwnerships: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomainOwnerships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
285
|
-
/** List Domains belonging to a Project. */
|
|
286
|
-
declare const domainListDomains: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdDomains.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
287
287
|
/** List the contact schemas for a TLD. */
|
|
288
288
|
declare const domainListTldContactSchemas: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTldsTldContactSchemas.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
289
289
|
/** List TLDs. */
|
|
@@ -299,15 +299,15 @@ declare const domainUpdateDomainProjectId: OpenAPIOperation<RequestType<Simplify
|
|
|
299
299
|
/** Verify a DomainOwnership. */
|
|
300
300
|
declare const domainVerifyDomainOwnership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainOwnershipsDomainOwnershipIdActionsVerify.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
301
301
|
/** Create a File. */
|
|
302
|
-
declare const fileCreateFile: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
302
|
+
declare const fileCreateFile: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Files.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$406.Content.ApplicationJson>, 406, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$422.Content.ApplicationJson>, 422, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Files.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
303
303
|
/** Get a File's meta. */
|
|
304
|
-
declare const fileGetFileMeta: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
304
|
+
declare const fileGetFileMeta: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$422.Content.ApplicationJson>, 422, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileIdMeta.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
305
305
|
/** Get a FileUploadToken's rules. */
|
|
306
|
-
declare const fileGetFileUploadTokenRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
306
|
+
declare const fileGetFileUploadTokenRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTokensFileUploadTokenRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
307
307
|
/** Get a FileUploadType's rules. */
|
|
308
|
-
declare const fileGetFileUploadTypeRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
308
|
+
declare const fileGetFileUploadTypeRules: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FileUploadTypesFileUploadTypeRules.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
309
309
|
/** Get a File. */
|
|
310
|
-
declare const fileGetFile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Base64>, 200, "base64"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Ocr>, 200, "ocr"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
310
|
+
declare const fileGetFile: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Base64>, 200, "base64"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$200.Content.Ocr>, 200, "ocr"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$422.Content.ApplicationJson>, 422, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2FilesFileId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
311
311
|
/** List Ingresses. */
|
|
312
312
|
declare const ingressListIngresses: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
313
313
|
/** Create an Ingress. */
|
|
@@ -403,27 +403,29 @@ declare const pageinsightsListPerformanceDataForProject: OpenAPIOperation<Reques
|
|
|
403
403
|
/** Get a PasswordPolicy. */
|
|
404
404
|
declare const passwordValidationGetPasswordPolicy: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2PasswordPoliciesPasswordPolicy.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
405
405
|
/** Accept a ProjectInvite. */
|
|
406
|
-
declare const projectAcceptProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
406
|
+
declare const projectAcceptProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsAccept.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
407
|
+
/** List Invites belonging to a Project. */
|
|
408
|
+
declare const projectListInvitesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
407
409
|
/** Create a ProjectInvite. */
|
|
408
|
-
declare const projectCreateProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
410
|
+
declare const projectCreateProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
409
411
|
/** Create a Project belonging to a Server. */
|
|
410
412
|
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
411
413
|
/** Decline a ProjectInvite. */
|
|
412
|
-
declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
414
|
+
declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsDecline.Post.Parameters.RequestBody>, 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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
413
415
|
/** Request a Project avatar upload. */
|
|
414
416
|
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
415
417
|
/** Delete a Project's avatar. */
|
|
416
418
|
declare const projectDeleteProjectAvatar: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdAvatar.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
417
419
|
/** Get a ProjectInvite. */
|
|
418
|
-
declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
420
|
+
declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
419
421
|
/** Delete a ProjectInvite. */
|
|
420
|
-
declare const projectDeleteProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
422
|
+
declare const projectDeleteProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
421
423
|
/** Get a ProjectMembership */
|
|
422
|
-
declare const projectGetProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
424
|
+
declare const projectGetProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
423
425
|
/** Delete a ProjectMembership. */
|
|
424
|
-
declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
426
|
+
declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
425
427
|
/** Update a ProjectMembership. */
|
|
426
|
-
declare const projectUpdateProjectMembership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
428
|
+
declare const projectUpdateProjectMembership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsProjectMembershipId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
427
429
|
/** Get a Project. */
|
|
428
430
|
declare const projectGetProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
429
431
|
/** Delete a Project. */
|
|
@@ -450,8 +452,6 @@ declare const projectGetSelfMembershipForProject: OpenAPIOperation<RequestType<S
|
|
|
450
452
|
declare const projectGetServer: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ServersServerId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
451
453
|
/** Leave a Project. */
|
|
452
454
|
declare const projectLeaveProject: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdLeave.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
453
|
-
/** List Invites belonging to a Project. */
|
|
454
|
-
declare const projectListInvitesForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdInvites.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
455
455
|
/** List Memberships belonging to a Project. */
|
|
456
456
|
declare const projectListMembershipsForProject: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdMemberships.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
457
457
|
/** List ProjectInvites belonging to the executing user. */
|
|
@@ -463,7 +463,7 @@ declare const projectListProjects: OpenAPIOperation<RequestType<Simplify<null>,
|
|
|
463
463
|
/** List Servers belonging to the executing user. */
|
|
464
464
|
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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
465
465
|
/** Resend the mail for a ProjectInvite. */
|
|
466
|
-
declare const projectResendProjectInviteMail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
466
|
+
declare const projectResendProjectInviteMail: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesProjectInviteIdActionsResend.Post.Parameters.RequestBody>, 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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
467
467
|
/** Update a Project's description. */
|
|
468
468
|
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.$200.Content.Empty>, 200, "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.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
469
469
|
/** Update a Servers's description. */
|
|
@@ -1121,6 +1121,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
1121
1121
|
type RequestData = RequestData<typeof domainCheckDomainRegistrability>;
|
|
1122
1122
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof domainCheckDomainRegistrability, TStatus>;
|
|
1123
1123
|
}
|
|
1124
|
+
namespace DomainListDomains {
|
|
1125
|
+
type RequestData = RequestData<typeof domainListDomains>;
|
|
1126
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof domainListDomains, TStatus>;
|
|
1127
|
+
}
|
|
1124
1128
|
namespace DomainCreateDomainAuthCode2 {
|
|
1125
1129
|
type RequestData = RequestData<typeof domainCreateDomainAuthCode2>;
|
|
1126
1130
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof domainCreateDomainAuthCode2, TStatus>;
|
|
@@ -1153,10 +1157,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
1153
1157
|
type RequestData = RequestData<typeof domainListDomainOwnerships>;
|
|
1154
1158
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof domainListDomainOwnerships, TStatus>;
|
|
1155
1159
|
}
|
|
1156
|
-
namespace DomainListDomains {
|
|
1157
|
-
type RequestData = RequestData<typeof domainListDomains>;
|
|
1158
|
-
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof domainListDomains, TStatus>;
|
|
1159
|
-
}
|
|
1160
1160
|
namespace DomainListTldContactSchemas {
|
|
1161
1161
|
type RequestData = RequestData<typeof domainListTldContactSchemas>;
|
|
1162
1162
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof domainListTldContactSchemas, TStatus>;
|
|
@@ -1397,6 +1397,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
1397
1397
|
type RequestData = RequestData<typeof projectAcceptProjectInvite>;
|
|
1398
1398
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof projectAcceptProjectInvite, TStatus>;
|
|
1399
1399
|
}
|
|
1400
|
+
namespace ProjectListInvitesForProject {
|
|
1401
|
+
type RequestData = RequestData<typeof projectListInvitesForProject>;
|
|
1402
|
+
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof projectListInvitesForProject, TStatus>;
|
|
1403
|
+
}
|
|
1400
1404
|
namespace ProjectCreateProjectInvite {
|
|
1401
1405
|
type RequestData = RequestData<typeof projectCreateProjectInvite>;
|
|
1402
1406
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof projectCreateProjectInvite, TStatus>;
|
|
@@ -1489,10 +1493,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
1489
1493
|
type RequestData = RequestData<typeof projectLeaveProject>;
|
|
1490
1494
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof projectLeaveProject, TStatus>;
|
|
1491
1495
|
}
|
|
1492
|
-
namespace ProjectListInvitesForProject {
|
|
1493
|
-
type RequestData = RequestData<typeof projectListInvitesForProject>;
|
|
1494
|
-
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof projectListInvitesForProject, TStatus>;
|
|
1495
|
-
}
|
|
1496
1496
|
namespace ProjectListMembershipsForProject {
|
|
1497
1497
|
type RequestData = RequestData<typeof projectListMembershipsForProject>;
|
|
1498
1498
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof projectListMembershipsForProject, TStatus>;
|
|
@@ -6484,11 +6484,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
6484
6484
|
}
|
|
6485
6485
|
}
|
|
6486
6486
|
}
|
|
6487
|
-
namespace
|
|
6487
|
+
namespace V2CustomerInvitesCustomerInviteIdActionsAccept {
|
|
6488
6488
|
namespace Post {
|
|
6489
6489
|
namespace Parameters {
|
|
6490
6490
|
type Path = {
|
|
6491
|
-
|
|
6491
|
+
customerInviteId: string;
|
|
6492
6492
|
};
|
|
6493
6493
|
interface RequestBody {
|
|
6494
6494
|
/**
|
|
@@ -6716,11 +6716,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
6716
6716
|
}
|
|
6717
6717
|
}
|
|
6718
6718
|
}
|
|
6719
|
-
namespace
|
|
6719
|
+
namespace V2CustomerInvitesCustomerInviteIdActionsDecline {
|
|
6720
6720
|
namespace Post {
|
|
6721
6721
|
namespace Parameters {
|
|
6722
6722
|
type Path = {
|
|
6723
|
-
|
|
6723
|
+
customerInviteId: string;
|
|
6724
6724
|
};
|
|
6725
6725
|
interface RequestBody {
|
|
6726
6726
|
[k: string]: unknown;
|
|
@@ -6838,11 +6838,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
6838
6838
|
}
|
|
6839
6839
|
}
|
|
6840
6840
|
}
|
|
6841
|
-
namespace
|
|
6841
|
+
namespace V2CustomerInvitesCustomerInviteId {
|
|
6842
6842
|
namespace Get {
|
|
6843
6843
|
namespace Parameters {
|
|
6844
6844
|
type Path = {
|
|
6845
|
-
|
|
6845
|
+
customerInviteId: string;
|
|
6846
6846
|
};
|
|
6847
6847
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6848
6848
|
type Query = {};
|
|
@@ -6872,7 +6872,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
6872
6872
|
namespace Delete {
|
|
6873
6873
|
namespace Parameters {
|
|
6874
6874
|
type Path = {
|
|
6875
|
-
|
|
6875
|
+
customerInviteId: string;
|
|
6876
6876
|
};
|
|
6877
6877
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6878
6878
|
type Query = {};
|
|
@@ -6893,11 +6893,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
6893
6893
|
}
|
|
6894
6894
|
}
|
|
6895
6895
|
}
|
|
6896
|
-
namespace
|
|
6896
|
+
namespace V2CustomerMembershipsCustomerMembershipId {
|
|
6897
6897
|
namespace Get {
|
|
6898
6898
|
namespace Parameters {
|
|
6899
6899
|
type Path = {
|
|
6900
|
-
|
|
6900
|
+
customerMembershipId: string;
|
|
6901
6901
|
};
|
|
6902
6902
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6903
6903
|
type Query = {};
|
|
@@ -6927,7 +6927,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
6927
6927
|
namespace Delete {
|
|
6928
6928
|
namespace Parameters {
|
|
6929
6929
|
type Path = {
|
|
6930
|
-
|
|
6930
|
+
customerMembershipId: string;
|
|
6931
6931
|
};
|
|
6932
6932
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
6933
6933
|
type Query = {};
|
|
@@ -6950,7 +6950,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
6950
6950
|
namespace Patch {
|
|
6951
6951
|
namespace Parameters {
|
|
6952
6952
|
type Path = {
|
|
6953
|
-
|
|
6953
|
+
customerMembershipId: string;
|
|
6954
6954
|
};
|
|
6955
6955
|
interface RequestBody {
|
|
6956
6956
|
/**
|
|
@@ -7420,11 +7420,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
7420
7420
|
}
|
|
7421
7421
|
}
|
|
7422
7422
|
}
|
|
7423
|
-
namespace
|
|
7423
|
+
namespace V2CustomerInvitesCustomerInviteIdActionsResend {
|
|
7424
7424
|
namespace Post {
|
|
7425
7425
|
namespace Parameters {
|
|
7426
7426
|
type Path = {
|
|
7427
|
-
|
|
7427
|
+
customerInviteId: string;
|
|
7428
7428
|
};
|
|
7429
7429
|
interface RequestBody {
|
|
7430
7430
|
[k: string]: unknown;
|
|
@@ -8836,7 +8836,41 @@ declare namespace MittwaldAPIV2 {
|
|
|
8836
8836
|
}
|
|
8837
8837
|
}
|
|
8838
8838
|
}
|
|
8839
|
-
namespace V2Domains {
|
|
8839
|
+
namespace V2Domains {
|
|
8840
|
+
namespace Get {
|
|
8841
|
+
namespace Parameters {
|
|
8842
|
+
type Path = {};
|
|
8843
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8844
|
+
type Query = {
|
|
8845
|
+
projectId?: string;
|
|
8846
|
+
page?: number;
|
|
8847
|
+
limit?: number;
|
|
8848
|
+
domainSearchName?: string;
|
|
8849
|
+
};
|
|
8850
|
+
}
|
|
8851
|
+
namespace Responses {
|
|
8852
|
+
namespace $200 {
|
|
8853
|
+
namespace Content {
|
|
8854
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
8855
|
+
}
|
|
8856
|
+
}
|
|
8857
|
+
namespace $400 {
|
|
8858
|
+
namespace Content {
|
|
8859
|
+
interface ApplicationJson {
|
|
8860
|
+
[k: string]: unknown;
|
|
8861
|
+
}
|
|
8862
|
+
}
|
|
8863
|
+
}
|
|
8864
|
+
namespace Default {
|
|
8865
|
+
namespace Content {
|
|
8866
|
+
interface ApplicationJson {
|
|
8867
|
+
[k: string]: unknown;
|
|
8868
|
+
}
|
|
8869
|
+
}
|
|
8870
|
+
}
|
|
8871
|
+
}
|
|
8872
|
+
}
|
|
8873
|
+
}
|
|
8840
8874
|
namespace V2DomainsDomainIdActionsCreateAuthcode2 { }
|
|
8841
8875
|
namespace V2DomainsDomainIdActionsAuthCode2 {
|
|
8842
8876
|
namespace Post {
|
|
@@ -9166,42 +9200,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9166
9200
|
}
|
|
9167
9201
|
}
|
|
9168
9202
|
}
|
|
9169
|
-
namespace V2ProjectsProjectIdDomains {
|
|
9170
|
-
namespace Get {
|
|
9171
|
-
namespace Parameters {
|
|
9172
|
-
type Path = {
|
|
9173
|
-
projectId: string;
|
|
9174
|
-
};
|
|
9175
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9176
|
-
type Query = {
|
|
9177
|
-
page?: number;
|
|
9178
|
-
limit?: number;
|
|
9179
|
-
domainSearchName?: string;
|
|
9180
|
-
};
|
|
9181
|
-
}
|
|
9182
|
-
namespace Responses {
|
|
9183
|
-
namespace $200 {
|
|
9184
|
-
namespace Content {
|
|
9185
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.DomainDomain[];
|
|
9186
|
-
}
|
|
9187
|
-
}
|
|
9188
|
-
namespace $400 {
|
|
9189
|
-
namespace Content {
|
|
9190
|
-
interface ApplicationJson {
|
|
9191
|
-
[k: string]: unknown;
|
|
9192
|
-
}
|
|
9193
|
-
}
|
|
9194
|
-
}
|
|
9195
|
-
namespace Default {
|
|
9196
|
-
namespace Content {
|
|
9197
|
-
interface ApplicationJson {
|
|
9198
|
-
[k: string]: unknown;
|
|
9199
|
-
}
|
|
9200
|
-
}
|
|
9201
|
-
}
|
|
9202
|
-
}
|
|
9203
|
-
}
|
|
9204
|
-
}
|
|
9205
9203
|
namespace V2DomainTldsTldContactSchemas {
|
|
9206
9204
|
namespace Get {
|
|
9207
9205
|
namespace Parameters {
|
|
@@ -9501,6 +9499,27 @@ declare namespace MittwaldAPIV2 {
|
|
|
9501
9499
|
}
|
|
9502
9500
|
}
|
|
9503
9501
|
}
|
|
9502
|
+
namespace $401 {
|
|
9503
|
+
namespace Content {
|
|
9504
|
+
interface ApplicationJson {
|
|
9505
|
+
[k: string]: unknown;
|
|
9506
|
+
}
|
|
9507
|
+
}
|
|
9508
|
+
}
|
|
9509
|
+
namespace $406 {
|
|
9510
|
+
namespace Content {
|
|
9511
|
+
interface ApplicationJson {
|
|
9512
|
+
[k: string]: unknown;
|
|
9513
|
+
}
|
|
9514
|
+
}
|
|
9515
|
+
}
|
|
9516
|
+
namespace $422 {
|
|
9517
|
+
namespace Content {
|
|
9518
|
+
interface ApplicationJson {
|
|
9519
|
+
[k: string]: unknown;
|
|
9520
|
+
}
|
|
9521
|
+
}
|
|
9522
|
+
}
|
|
9504
9523
|
namespace $500 {
|
|
9505
9524
|
namespace Content {
|
|
9506
9525
|
interface ApplicationJson {
|
|
@@ -9533,6 +9552,27 @@ declare namespace MittwaldAPIV2 {
|
|
|
9533
9552
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
9534
9553
|
}
|
|
9535
9554
|
}
|
|
9555
|
+
namespace $400 {
|
|
9556
|
+
namespace Content {
|
|
9557
|
+
interface ApplicationJson {
|
|
9558
|
+
[k: string]: unknown;
|
|
9559
|
+
}
|
|
9560
|
+
}
|
|
9561
|
+
}
|
|
9562
|
+
namespace $401 {
|
|
9563
|
+
namespace Content {
|
|
9564
|
+
interface ApplicationJson {
|
|
9565
|
+
[k: string]: unknown;
|
|
9566
|
+
}
|
|
9567
|
+
}
|
|
9568
|
+
}
|
|
9569
|
+
namespace $403 {
|
|
9570
|
+
namespace Content {
|
|
9571
|
+
interface ApplicationJson {
|
|
9572
|
+
[k: string]: unknown;
|
|
9573
|
+
}
|
|
9574
|
+
}
|
|
9575
|
+
}
|
|
9536
9576
|
namespace $404 {
|
|
9537
9577
|
namespace Content {
|
|
9538
9578
|
interface ApplicationJson {
|
|
@@ -9540,6 +9580,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
9540
9580
|
}
|
|
9541
9581
|
}
|
|
9542
9582
|
}
|
|
9583
|
+
namespace $422 {
|
|
9584
|
+
namespace Content {
|
|
9585
|
+
interface ApplicationJson {
|
|
9586
|
+
[k: string]: unknown;
|
|
9587
|
+
}
|
|
9588
|
+
}
|
|
9589
|
+
}
|
|
9590
|
+
namespace $500 {
|
|
9591
|
+
namespace Content {
|
|
9592
|
+
interface ApplicationJson {
|
|
9593
|
+
[k: string]: unknown;
|
|
9594
|
+
}
|
|
9595
|
+
}
|
|
9596
|
+
}
|
|
9543
9597
|
namespace Default {
|
|
9544
9598
|
namespace Content {
|
|
9545
9599
|
interface ApplicationJson {
|
|
@@ -9565,6 +9619,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9565
9619
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
9566
9620
|
}
|
|
9567
9621
|
}
|
|
9622
|
+
namespace $400 {
|
|
9623
|
+
namespace Content {
|
|
9624
|
+
interface ApplicationJson {
|
|
9625
|
+
[k: string]: unknown;
|
|
9626
|
+
}
|
|
9627
|
+
}
|
|
9628
|
+
}
|
|
9568
9629
|
namespace $404 {
|
|
9569
9630
|
namespace Content {
|
|
9570
9631
|
interface ApplicationJson {
|
|
@@ -9604,6 +9665,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9604
9665
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
9605
9666
|
}
|
|
9606
9667
|
}
|
|
9668
|
+
namespace $400 {
|
|
9669
|
+
namespace Content {
|
|
9670
|
+
interface ApplicationJson {
|
|
9671
|
+
[k: string]: unknown;
|
|
9672
|
+
}
|
|
9673
|
+
}
|
|
9674
|
+
}
|
|
9607
9675
|
namespace $404 {
|
|
9608
9676
|
namespace Content {
|
|
9609
9677
|
interface ApplicationJson {
|
|
@@ -9656,6 +9724,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
9656
9724
|
}
|
|
9657
9725
|
}
|
|
9658
9726
|
}
|
|
9727
|
+
namespace $401 {
|
|
9728
|
+
namespace Content {
|
|
9729
|
+
interface ApplicationJson {
|
|
9730
|
+
[k: string]: unknown;
|
|
9731
|
+
}
|
|
9732
|
+
}
|
|
9733
|
+
}
|
|
9734
|
+
namespace $403 {
|
|
9735
|
+
namespace Content {
|
|
9736
|
+
interface ApplicationJson {
|
|
9737
|
+
[k: string]: unknown;
|
|
9738
|
+
}
|
|
9739
|
+
}
|
|
9740
|
+
}
|
|
9659
9741
|
namespace $404 {
|
|
9660
9742
|
namespace Content {
|
|
9661
9743
|
interface ApplicationJson {
|
|
@@ -9663,6 +9745,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9663
9745
|
}
|
|
9664
9746
|
}
|
|
9665
9747
|
}
|
|
9748
|
+
namespace $422 {
|
|
9749
|
+
namespace Content {
|
|
9750
|
+
interface ApplicationJson {
|
|
9751
|
+
[k: string]: unknown;
|
|
9752
|
+
}
|
|
9753
|
+
}
|
|
9754
|
+
}
|
|
9666
9755
|
namespace $500 {
|
|
9667
9756
|
namespace Content {
|
|
9668
9757
|
interface ApplicationJson {
|
|
@@ -11879,11 +11968,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
11879
11968
|
}
|
|
11880
11969
|
}
|
|
11881
11970
|
namespace V2PasswordPoliciesPath { }
|
|
11882
|
-
namespace
|
|
11971
|
+
namespace V2ProjectInvitesProjectInviteIdActionsAccept {
|
|
11883
11972
|
namespace Post {
|
|
11884
11973
|
namespace Parameters {
|
|
11885
11974
|
type Path = {
|
|
11886
|
-
|
|
11975
|
+
projectInviteId: string;
|
|
11887
11976
|
};
|
|
11888
11977
|
interface RequestBody {
|
|
11889
11978
|
/**
|
|
@@ -11931,7 +12020,41 @@ declare namespace MittwaldAPIV2 {
|
|
|
11931
12020
|
}
|
|
11932
12021
|
}
|
|
11933
12022
|
}
|
|
11934
|
-
namespace V2ProjectProjectIdInvites {
|
|
12023
|
+
namespace V2ProjectProjectIdInvites { }
|
|
12024
|
+
namespace V2ProjectsProjectIdInvites {
|
|
12025
|
+
namespace Get {
|
|
12026
|
+
namespace Parameters {
|
|
12027
|
+
type Path = {
|
|
12028
|
+
projectId: string;
|
|
12029
|
+
};
|
|
12030
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12031
|
+
type Query = {
|
|
12032
|
+
limit?: number;
|
|
12033
|
+
skip?: number;
|
|
12034
|
+
};
|
|
12035
|
+
}
|
|
12036
|
+
namespace Responses {
|
|
12037
|
+
namespace $200 {
|
|
12038
|
+
namespace Content {
|
|
12039
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
|
|
12040
|
+
}
|
|
12041
|
+
}
|
|
12042
|
+
namespace $404 {
|
|
12043
|
+
namespace Content {
|
|
12044
|
+
interface ApplicationJson {
|
|
12045
|
+
[k: string]: unknown;
|
|
12046
|
+
}
|
|
12047
|
+
}
|
|
12048
|
+
}
|
|
12049
|
+
namespace Default {
|
|
12050
|
+
namespace Content {
|
|
12051
|
+
interface ApplicationJson {
|
|
12052
|
+
[k: string]: unknown;
|
|
12053
|
+
}
|
|
12054
|
+
}
|
|
12055
|
+
}
|
|
12056
|
+
}
|
|
12057
|
+
}
|
|
11935
12058
|
namespace Post {
|
|
11936
12059
|
namespace Parameters {
|
|
11937
12060
|
type Path = {
|
|
@@ -12039,11 +12162,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12039
12162
|
}
|
|
12040
12163
|
}
|
|
12041
12164
|
}
|
|
12042
|
-
namespace
|
|
12165
|
+
namespace V2ProjectInvitesProjectInviteIdActionsDecline {
|
|
12043
12166
|
namespace Post {
|
|
12044
12167
|
namespace Parameters {
|
|
12045
12168
|
type Path = {
|
|
12046
|
-
|
|
12169
|
+
projectInviteId: string;
|
|
12047
12170
|
};
|
|
12048
12171
|
interface RequestBody {
|
|
12049
12172
|
[k: string]: unknown;
|
|
@@ -12146,11 +12269,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12146
12269
|
}
|
|
12147
12270
|
}
|
|
12148
12271
|
}
|
|
12149
|
-
namespace
|
|
12272
|
+
namespace V2ProjectInvitesProjectInviteId {
|
|
12150
12273
|
namespace Get {
|
|
12151
12274
|
namespace Parameters {
|
|
12152
12275
|
type Path = {
|
|
12153
|
-
|
|
12276
|
+
projectInviteId: string;
|
|
12154
12277
|
};
|
|
12155
12278
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12156
12279
|
type Query = {};
|
|
@@ -12180,7 +12303,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12180
12303
|
namespace Delete {
|
|
12181
12304
|
namespace Parameters {
|
|
12182
12305
|
type Path = {
|
|
12183
|
-
|
|
12306
|
+
projectInviteId: string;
|
|
12184
12307
|
};
|
|
12185
12308
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12186
12309
|
type Query = {};
|
|
@@ -12201,11 +12324,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12201
12324
|
}
|
|
12202
12325
|
}
|
|
12203
12326
|
}
|
|
12204
|
-
namespace
|
|
12327
|
+
namespace V2ProjectMembershipsProjectMembershipId {
|
|
12205
12328
|
namespace Get {
|
|
12206
12329
|
namespace Parameters {
|
|
12207
12330
|
type Path = {
|
|
12208
|
-
|
|
12331
|
+
projectMembershipId: string;
|
|
12209
12332
|
};
|
|
12210
12333
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12211
12334
|
type Query = {};
|
|
@@ -12235,7 +12358,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12235
12358
|
namespace Delete {
|
|
12236
12359
|
namespace Parameters {
|
|
12237
12360
|
type Path = {
|
|
12238
|
-
|
|
12361
|
+
projectMembershipId: string;
|
|
12239
12362
|
};
|
|
12240
12363
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12241
12364
|
type Query = {};
|
|
@@ -12258,7 +12381,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12258
12381
|
namespace Patch {
|
|
12259
12382
|
namespace Parameters {
|
|
12260
12383
|
type Path = {
|
|
12261
|
-
|
|
12384
|
+
projectMembershipId: string;
|
|
12262
12385
|
};
|
|
12263
12386
|
interface RequestBody {
|
|
12264
12387
|
/**
|
|
@@ -12826,41 +12949,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
12826
12949
|
}
|
|
12827
12950
|
}
|
|
12828
12951
|
}
|
|
12829
|
-
namespace V2ProjectsProjectIdInvites {
|
|
12830
|
-
namespace Get {
|
|
12831
|
-
namespace Parameters {
|
|
12832
|
-
type Path = {
|
|
12833
|
-
projectId: string;
|
|
12834
|
-
};
|
|
12835
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12836
|
-
type Query = {
|
|
12837
|
-
limit?: number;
|
|
12838
|
-
skip?: number;
|
|
12839
|
-
};
|
|
12840
|
-
}
|
|
12841
|
-
namespace Responses {
|
|
12842
|
-
namespace $200 {
|
|
12843
|
-
namespace Content {
|
|
12844
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
|
|
12845
|
-
}
|
|
12846
|
-
}
|
|
12847
|
-
namespace $404 {
|
|
12848
|
-
namespace Content {
|
|
12849
|
-
interface ApplicationJson {
|
|
12850
|
-
[k: string]: unknown;
|
|
12851
|
-
}
|
|
12852
|
-
}
|
|
12853
|
-
}
|
|
12854
|
-
namespace Default {
|
|
12855
|
-
namespace Content {
|
|
12856
|
-
interface ApplicationJson {
|
|
12857
|
-
[k: string]: unknown;
|
|
12858
|
-
}
|
|
12859
|
-
}
|
|
12860
|
-
}
|
|
12861
|
-
}
|
|
12862
|
-
}
|
|
12863
|
-
}
|
|
12864
12952
|
namespace V2ProjectsProjectIdMemberships {
|
|
12865
12953
|
namespace Get {
|
|
12866
12954
|
namespace Parameters {
|
|
@@ -13056,11 +13144,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
13056
13144
|
}
|
|
13057
13145
|
}
|
|
13058
13146
|
}
|
|
13059
|
-
namespace
|
|
13147
|
+
namespace V2ProjectInvitesProjectInviteIdActionsResend {
|
|
13060
13148
|
namespace Post {
|
|
13061
13149
|
namespace Parameters {
|
|
13062
13150
|
type Path = {
|
|
13063
|
-
|
|
13151
|
+
projectInviteId: string;
|
|
13064
13152
|
};
|
|
13065
13153
|
interface RequestBody {
|
|
13066
13154
|
[k: string]: unknown;
|
|
@@ -15490,6 +15578,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
15490
15578
|
}
|
|
15491
15579
|
}
|
|
15492
15580
|
}
|
|
15581
|
+
namespace V2ProjectsProjectIdDomains { }
|
|
15493
15582
|
}
|
|
15494
15583
|
}
|
|
15495
15584
|
|
|
@@ -18432,7 +18521,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18432
18521
|
readonly customer: {
|
|
18433
18522
|
/** Accept a CustomerInvite. */
|
|
18434
18523
|
acceptCustomerInvite: (request: {
|
|
18435
|
-
|
|
18524
|
+
customerInviteId: string;
|
|
18436
18525
|
data?: {
|
|
18437
18526
|
invitationToken?: string | undefined;
|
|
18438
18527
|
} | undefined;
|
|
@@ -18446,7 +18535,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18446
18535
|
};
|
|
18447
18536
|
} & {
|
|
18448
18537
|
pathParameters: {
|
|
18449
|
-
|
|
18538
|
+
customerInviteId: string;
|
|
18450
18539
|
};
|
|
18451
18540
|
} & {
|
|
18452
18541
|
headers?: Partial<{
|
|
@@ -18661,7 +18750,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18661
18750
|
}, 400, "application/json">>>;
|
|
18662
18751
|
/** Decline a CustomerInvite. */
|
|
18663
18752
|
declineCustomerInvite: (request: {
|
|
18664
|
-
|
|
18753
|
+
customerInviteId: string;
|
|
18665
18754
|
data?: {
|
|
18666
18755
|
[x: string]: unknown;
|
|
18667
18756
|
} | undefined;
|
|
@@ -18675,7 +18764,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18675
18764
|
};
|
|
18676
18765
|
} & {
|
|
18677
18766
|
pathParameters: {
|
|
18678
|
-
|
|
18767
|
+
customerInviteId: string;
|
|
18679
18768
|
};
|
|
18680
18769
|
} & {
|
|
18681
18770
|
headers?: Partial<{
|
|
@@ -18789,7 +18878,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18789
18878
|
}, 200, "application/json">>>;
|
|
18790
18879
|
/** Get a CustomerInvite. */
|
|
18791
18880
|
getCustomerInvite: (request: {
|
|
18792
|
-
|
|
18881
|
+
customerInviteId: string;
|
|
18793
18882
|
headers?: {
|
|
18794
18883
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18795
18884
|
"x-access-token"?: string | undefined;
|
|
@@ -18800,7 +18889,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18800
18889
|
}> | undefined;
|
|
18801
18890
|
} & {
|
|
18802
18891
|
pathParameters: {
|
|
18803
|
-
|
|
18892
|
+
customerInviteId: string;
|
|
18804
18893
|
};
|
|
18805
18894
|
} & {
|
|
18806
18895
|
headers: {
|
|
@@ -18823,7 +18912,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18823
18912
|
}, 404, "application/json">>>;
|
|
18824
18913
|
/** Delete a CustomerInvite. */
|
|
18825
18914
|
deleteCustomerInvite: (request: {
|
|
18826
|
-
|
|
18915
|
+
customerInviteId: string;
|
|
18827
18916
|
headers?: {
|
|
18828
18917
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18829
18918
|
"x-access-token"?: string | undefined;
|
|
@@ -18834,7 +18923,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18834
18923
|
}> | undefined;
|
|
18835
18924
|
} & {
|
|
18836
18925
|
pathParameters: {
|
|
18837
|
-
|
|
18926
|
+
customerInviteId: string;
|
|
18838
18927
|
};
|
|
18839
18928
|
} & {
|
|
18840
18929
|
headers: {
|
|
@@ -18845,7 +18934,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18845
18934
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
18846
18935
|
/** Get a CustomerMembership. */
|
|
18847
18936
|
getCustomerMembership: (request: {
|
|
18848
|
-
|
|
18937
|
+
customerMembershipId: string;
|
|
18849
18938
|
headers?: {
|
|
18850
18939
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18851
18940
|
"x-access-token"?: string | undefined;
|
|
@@ -18856,7 +18945,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18856
18945
|
}> | undefined;
|
|
18857
18946
|
} & {
|
|
18858
18947
|
pathParameters: {
|
|
18859
|
-
|
|
18948
|
+
customerMembershipId: string;
|
|
18860
18949
|
};
|
|
18861
18950
|
} & {
|
|
18862
18951
|
headers: {
|
|
@@ -18877,7 +18966,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18877
18966
|
}, 404, "application/json">>>;
|
|
18878
18967
|
/** Delete a CustomerMembership. */
|
|
18879
18968
|
deleteCustomerMembership: (request: {
|
|
18880
|
-
|
|
18969
|
+
customerMembershipId: string;
|
|
18881
18970
|
headers?: {
|
|
18882
18971
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18883
18972
|
"x-access-token"?: string | undefined;
|
|
@@ -18888,7 +18977,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18888
18977
|
}> | undefined;
|
|
18889
18978
|
} & {
|
|
18890
18979
|
pathParameters: {
|
|
18891
|
-
|
|
18980
|
+
customerMembershipId: string;
|
|
18892
18981
|
};
|
|
18893
18982
|
} & {
|
|
18894
18983
|
headers: {
|
|
@@ -18903,7 +18992,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18903
18992
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
18904
18993
|
expiresAt?: string | undefined;
|
|
18905
18994
|
};
|
|
18906
|
-
|
|
18995
|
+
customerMembershipId: string;
|
|
18907
18996
|
headers?: {
|
|
18908
18997
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18909
18998
|
"x-access-token"?: string | undefined;
|
|
@@ -18915,7 +19004,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18915
19004
|
};
|
|
18916
19005
|
} & {
|
|
18917
19006
|
pathParameters: {
|
|
18918
|
-
|
|
19007
|
+
customerMembershipId: string;
|
|
18919
19008
|
};
|
|
18920
19009
|
} & {
|
|
18921
19010
|
headers?: Partial<{
|
|
@@ -19349,7 +19438,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19349
19438
|
}, 500, "application/json">>>;
|
|
19350
19439
|
/** Resend the mail for a CustomerInvite. */
|
|
19351
19440
|
resendCustomerInviteMail: (request: {
|
|
19352
|
-
|
|
19441
|
+
customerInviteId: string;
|
|
19353
19442
|
data?: {
|
|
19354
19443
|
[x: string]: unknown;
|
|
19355
19444
|
} | undefined;
|
|
@@ -19363,7 +19452,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19363
19452
|
};
|
|
19364
19453
|
} & {
|
|
19365
19454
|
pathParameters: {
|
|
19366
|
-
|
|
19455
|
+
customerInviteId: string;
|
|
19367
19456
|
};
|
|
19368
19457
|
} & {
|
|
19369
19458
|
headers?: Partial<{
|
|
@@ -20714,6 +20803,41 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20714
20803
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
20715
20804
|
[x: string]: unknown;
|
|
20716
20805
|
}, 400, "application/json">>>;
|
|
20806
|
+
/** List Domains */
|
|
20807
|
+
listDomains: (request?: {
|
|
20808
|
+
headers?: {
|
|
20809
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20810
|
+
"x-access-token"?: string | undefined;
|
|
20811
|
+
} | undefined;
|
|
20812
|
+
queryParameters?: {
|
|
20813
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20814
|
+
projectId?: string | undefined;
|
|
20815
|
+
page?: number | undefined;
|
|
20816
|
+
limit?: number | undefined;
|
|
20817
|
+
domainSearchName?: string | undefined;
|
|
20818
|
+
} | undefined;
|
|
20819
|
+
} | 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<{
|
|
20820
|
+
headers?: Partial<{
|
|
20821
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20822
|
+
}> | undefined;
|
|
20823
|
+
} & {
|
|
20824
|
+
queryParameters: {
|
|
20825
|
+
projectId?: string | undefined;
|
|
20826
|
+
page?: number | undefined;
|
|
20827
|
+
limit?: number | undefined;
|
|
20828
|
+
domainSearchName?: string | undefined;
|
|
20829
|
+
} & Partial<{
|
|
20830
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20831
|
+
}>;
|
|
20832
|
+
} & {
|
|
20833
|
+
headers: {
|
|
20834
|
+
"x-access-token"?: string | undefined;
|
|
20835
|
+
} & Partial<{
|
|
20836
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20837
|
+
}>; /** Get a specific `AppVersion`. */
|
|
20838
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
20839
|
+
[x: string]: unknown;
|
|
20840
|
+
}, 400, "application/json">>>;
|
|
20717
20841
|
/** Create an auth code 2. */
|
|
20718
20842
|
createDomainAuthCode2: (request: {
|
|
20719
20843
|
domainId: string;
|
|
@@ -20983,44 +21107,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20983
21107
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<MittwaldAPIV2.Components.Schemas.DomainDomainOwnership[], 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
20984
21108
|
[x: string]: unknown;
|
|
20985
21109
|
}, 400, "application/json">>>;
|
|
20986
|
-
/** List Domains belonging to a Project. */
|
|
20987
|
-
listDomains: (request: {
|
|
20988
|
-
projectId: string;
|
|
20989
|
-
headers?: {
|
|
20990
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20991
|
-
"x-access-token"?: string | undefined;
|
|
20992
|
-
} | undefined;
|
|
20993
|
-
queryParameters?: {
|
|
20994
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20995
|
-
page?: number | undefined;
|
|
20996
|
-
limit?: number | undefined;
|
|
20997
|
-
domainSearchName?: string | undefined;
|
|
20998
|
-
} | undefined;
|
|
20999
|
-
}) => _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<{
|
|
21000
|
-
headers?: Partial<{
|
|
21001
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21002
|
-
}> | undefined;
|
|
21003
|
-
} & {
|
|
21004
|
-
pathParameters: {
|
|
21005
|
-
projectId: string;
|
|
21006
|
-
};
|
|
21007
|
-
} & {
|
|
21008
|
-
queryParameters: {
|
|
21009
|
-
page?: number | undefined;
|
|
21010
|
-
limit?: number | undefined;
|
|
21011
|
-
domainSearchName?: string | undefined;
|
|
21012
|
-
} & Partial<{
|
|
21013
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21014
|
-
}>;
|
|
21015
|
-
} & {
|
|
21016
|
-
headers: {
|
|
21017
|
-
"x-access-token"?: string | undefined;
|
|
21018
|
-
} & Partial<{
|
|
21019
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21020
|
-
}>; /** Get a specific `AppVersion`. */
|
|
21021
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21022
|
-
[x: string]: unknown;
|
|
21023
|
-
}, 400, "application/json">>>;
|
|
21024
21110
|
/** List the contact schemas for a TLD. */
|
|
21025
21111
|
listTldContactSchemas: (request: {
|
|
21026
21112
|
tld: string;
|
|
@@ -21475,6 +21561,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21475
21561
|
[x: string]: unknown;
|
|
21476
21562
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21477
21563
|
[x: string]: unknown;
|
|
21564
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21565
|
+
[x: string]: unknown;
|
|
21566
|
+
}, 406, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21567
|
+
[x: string]: unknown;
|
|
21568
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21569
|
+
[x: string]: unknown;
|
|
21478
21570
|
}, 500, "application/json">>>;
|
|
21479
21571
|
/** Get a File's meta. */
|
|
21480
21572
|
getFileMeta: (request: {
|
|
@@ -21498,7 +21590,17 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21498
21590
|
type: string;
|
|
21499
21591
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21500
21592
|
[x: string]: unknown;
|
|
21501
|
-
},
|
|
21593
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21594
|
+
[x: string]: unknown;
|
|
21595
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21596
|
+
[x: string]: unknown;
|
|
21597
|
+
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21598
|
+
[x: string]: unknown;
|
|
21599
|
+
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21600
|
+
[x: string]: unknown;
|
|
21601
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21602
|
+
[x: string]: unknown;
|
|
21603
|
+
}, 500, "application/json">>>;
|
|
21502
21604
|
/** Get a FileUploadToken's rules. */
|
|
21503
21605
|
getFileUploadTokenRules: (request: {
|
|
21504
21606
|
fileUploadToken: string;
|
|
@@ -21530,6 +21632,8 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21530
21632
|
} | undefined;
|
|
21531
21633
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21532
21634
|
[x: string]: unknown;
|
|
21635
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21636
|
+
[x: string]: unknown;
|
|
21533
21637
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21534
21638
|
[x: string]: unknown;
|
|
21535
21639
|
}, 500, "application/json">>>;
|
|
@@ -21564,6 +21668,8 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21564
21668
|
} | undefined;
|
|
21565
21669
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21566
21670
|
[x: string]: unknown;
|
|
21671
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21672
|
+
[x: string]: unknown;
|
|
21567
21673
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21568
21674
|
[x: string]: unknown;
|
|
21569
21675
|
}, 500, "application/json">>>;
|
|
@@ -21596,8 +21702,14 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21596
21702
|
[x: string]: unknown;
|
|
21597
21703
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21598
21704
|
[x: string]: unknown;
|
|
21705
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21706
|
+
[x: string]: unknown;
|
|
21707
|
+
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21708
|
+
[x: string]: unknown;
|
|
21599
21709
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21600
21710
|
[x: string]: unknown;
|
|
21711
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21712
|
+
[x: string]: unknown;
|
|
21601
21713
|
}, 500, "application/json">>>;
|
|
21602
21714
|
};
|
|
21603
21715
|
/** The mail API allows you to manage your mail accounts. */
|
|
@@ -23862,7 +23974,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23862
23974
|
readonly project: {
|
|
23863
23975
|
/** Accept a ProjectInvite. */
|
|
23864
23976
|
acceptProjectInvite: (request: {
|
|
23865
|
-
|
|
23977
|
+
projectInviteId: string;
|
|
23866
23978
|
data?: {
|
|
23867
23979
|
invitationToken?: string | undefined;
|
|
23868
23980
|
} | undefined;
|
|
@@ -23876,7 +23988,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23876
23988
|
};
|
|
23877
23989
|
} & {
|
|
23878
23990
|
pathParameters: {
|
|
23879
|
-
|
|
23991
|
+
projectInviteId: string;
|
|
23880
23992
|
};
|
|
23881
23993
|
} & {
|
|
23882
23994
|
headers?: Partial<{
|
|
@@ -23895,6 +24007,42 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23895
24007
|
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23896
24008
|
[x: string]: unknown;
|
|
23897
24009
|
}, 412, "application/json">>>;
|
|
24010
|
+
/** List Invites belonging to a Project. */
|
|
24011
|
+
listInvitesForProject: (request: {
|
|
24012
|
+
projectId: string;
|
|
24013
|
+
headers?: {
|
|
24014
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24015
|
+
"x-access-token"?: string | undefined;
|
|
24016
|
+
} | undefined;
|
|
24017
|
+
queryParameters?: {
|
|
24018
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24019
|
+
limit?: number | undefined;
|
|
24020
|
+
skip?: number | undefined;
|
|
24021
|
+
} | undefined;
|
|
24022
|
+
}) => _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<{
|
|
24023
|
+
headers?: Partial<{
|
|
24024
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24025
|
+
}> | undefined;
|
|
24026
|
+
} & {
|
|
24027
|
+
pathParameters: {
|
|
24028
|
+
projectId: string;
|
|
24029
|
+
};
|
|
24030
|
+
} & {
|
|
24031
|
+
queryParameters: {
|
|
24032
|
+
limit?: number | undefined;
|
|
24033
|
+
skip?: number | undefined;
|
|
24034
|
+
} & Partial<{
|
|
24035
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24036
|
+
}>;
|
|
24037
|
+
} & {
|
|
24038
|
+
headers: {
|
|
24039
|
+
"x-access-token"?: string | undefined;
|
|
24040
|
+
} & Partial<{
|
|
24041
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24042
|
+
}>; /** Get a specific `AppVersion`. */
|
|
24043
|
+
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24044
|
+
[x: string]: unknown;
|
|
24045
|
+
}, 404, "application/json">>>;
|
|
23898
24046
|
/** Create a ProjectInvite. */
|
|
23899
24047
|
createProjectInvite: (request: {
|
|
23900
24048
|
data: {
|
|
@@ -23982,7 +24130,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23982
24130
|
}, 412, "application/json">>>;
|
|
23983
24131
|
/** Decline a ProjectInvite. */
|
|
23984
24132
|
declineProjectInvite: (request: {
|
|
23985
|
-
|
|
24133
|
+
projectInviteId: string;
|
|
23986
24134
|
data?: {
|
|
23987
24135
|
[x: string]: unknown;
|
|
23988
24136
|
} | undefined;
|
|
@@ -23996,7 +24144,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23996
24144
|
};
|
|
23997
24145
|
} & {
|
|
23998
24146
|
pathParameters: {
|
|
23999
|
-
|
|
24147
|
+
projectInviteId: string;
|
|
24000
24148
|
};
|
|
24001
24149
|
} & {
|
|
24002
24150
|
headers?: Partial<{
|
|
@@ -24066,7 +24214,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24066
24214
|
}, 403, "application/json">>>;
|
|
24067
24215
|
/** Get a ProjectInvite. */
|
|
24068
24216
|
getProjectInvite: (request: {
|
|
24069
|
-
|
|
24217
|
+
projectInviteId: string;
|
|
24070
24218
|
headers?: {
|
|
24071
24219
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24072
24220
|
"x-access-token"?: string | undefined;
|
|
@@ -24077,7 +24225,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24077
24225
|
}> | undefined;
|
|
24078
24226
|
} & {
|
|
24079
24227
|
pathParameters: {
|
|
24080
|
-
|
|
24228
|
+
projectInviteId: string;
|
|
24081
24229
|
};
|
|
24082
24230
|
} & {
|
|
24083
24231
|
headers: {
|
|
@@ -24099,7 +24247,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24099
24247
|
}, 404, "application/json">>>;
|
|
24100
24248
|
/** Delete a ProjectInvite. */
|
|
24101
24249
|
deleteProjectInvite: (request: {
|
|
24102
|
-
|
|
24250
|
+
projectInviteId: string;
|
|
24103
24251
|
headers?: {
|
|
24104
24252
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24105
24253
|
"x-access-token"?: string | undefined;
|
|
@@ -24110,7 +24258,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24110
24258
|
}> | undefined;
|
|
24111
24259
|
} & {
|
|
24112
24260
|
pathParameters: {
|
|
24113
|
-
|
|
24261
|
+
projectInviteId: string;
|
|
24114
24262
|
};
|
|
24115
24263
|
} & {
|
|
24116
24264
|
headers: {
|
|
@@ -24121,7 +24269,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24121
24269
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
24122
24270
|
/** Get a ProjectMembership */
|
|
24123
24271
|
getProjectMembership: (request: {
|
|
24124
|
-
|
|
24272
|
+
projectMembershipId: string;
|
|
24125
24273
|
headers?: {
|
|
24126
24274
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24127
24275
|
"x-access-token"?: string | undefined;
|
|
@@ -24132,7 +24280,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24132
24280
|
}> | undefined;
|
|
24133
24281
|
} & {
|
|
24134
24282
|
pathParameters: {
|
|
24135
|
-
|
|
24283
|
+
projectMembershipId: string;
|
|
24136
24284
|
};
|
|
24137
24285
|
} & {
|
|
24138
24286
|
headers: {
|
|
@@ -24154,7 +24302,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24154
24302
|
}, 404, "application/json">>>;
|
|
24155
24303
|
/** Delete a ProjectMembership. */
|
|
24156
24304
|
deleteProjectMembership: (request: {
|
|
24157
|
-
|
|
24305
|
+
projectMembershipId: string;
|
|
24158
24306
|
headers?: {
|
|
24159
24307
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24160
24308
|
"x-access-token"?: string | undefined;
|
|
@@ -24165,7 +24313,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24165
24313
|
}> | undefined;
|
|
24166
24314
|
} & {
|
|
24167
24315
|
pathParameters: {
|
|
24168
|
-
|
|
24316
|
+
projectMembershipId: string;
|
|
24169
24317
|
};
|
|
24170
24318
|
} & {
|
|
24171
24319
|
headers: {
|
|
@@ -24180,7 +24328,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24180
24328
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
24181
24329
|
expiresAt?: string | undefined;
|
|
24182
24330
|
};
|
|
24183
|
-
|
|
24331
|
+
projectMembershipId: string;
|
|
24184
24332
|
headers?: {
|
|
24185
24333
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24186
24334
|
"x-access-token"?: string | undefined;
|
|
@@ -24192,7 +24340,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24192
24340
|
};
|
|
24193
24341
|
} & {
|
|
24194
24342
|
pathParameters: {
|
|
24195
|
-
|
|
24343
|
+
projectMembershipId: string;
|
|
24196
24344
|
};
|
|
24197
24345
|
} & {
|
|
24198
24346
|
headers?: Partial<{
|
|
@@ -24466,42 +24614,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24466
24614
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24467
24615
|
}>; /** Get a specific `AppVersion`. */
|
|
24468
24616
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
24469
|
-
/** List Invites belonging to a Project. */
|
|
24470
|
-
listInvitesForProject: (request: {
|
|
24471
|
-
projectId: string;
|
|
24472
|
-
headers?: {
|
|
24473
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24474
|
-
"x-access-token"?: string | undefined;
|
|
24475
|
-
} | undefined;
|
|
24476
|
-
queryParameters?: {
|
|
24477
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24478
|
-
limit?: number | undefined;
|
|
24479
|
-
skip?: number | 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
|
-
headers?: Partial<{
|
|
24483
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24484
|
-
}> | undefined;
|
|
24485
|
-
} & {
|
|
24486
|
-
pathParameters: {
|
|
24487
|
-
projectId: string;
|
|
24488
|
-
};
|
|
24489
|
-
} & {
|
|
24490
|
-
queryParameters: {
|
|
24491
|
-
limit?: number | undefined;
|
|
24492
|
-
skip?: number | undefined;
|
|
24493
|
-
} & Partial<{
|
|
24494
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24495
|
-
}>;
|
|
24496
|
-
} & {
|
|
24497
|
-
headers: {
|
|
24498
|
-
"x-access-token"?: string | undefined;
|
|
24499
|
-
} & Partial<{
|
|
24500
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24501
|
-
}>; /** Get a specific `AppVersion`. */
|
|
24502
|
-
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[], 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24503
|
-
[x: string]: unknown;
|
|
24504
|
-
}, 404, "application/json">>>;
|
|
24505
24617
|
/** List Memberships belonging to a Project. */
|
|
24506
24618
|
listMembershipsForProject: (request: {
|
|
24507
24619
|
projectId: string;
|
|
@@ -24686,7 +24798,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24686
24798
|
}, 403, "application/json">>>;
|
|
24687
24799
|
/** Resend the mail for a ProjectInvite. */
|
|
24688
24800
|
resendProjectInviteMail: (request: {
|
|
24689
|
-
|
|
24801
|
+
projectInviteId: string;
|
|
24690
24802
|
data?: {
|
|
24691
24803
|
[x: string]: unknown;
|
|
24692
24804
|
} | undefined;
|
|
@@ -24700,7 +24812,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24700
24812
|
};
|
|
24701
24813
|
} & {
|
|
24702
24814
|
pathParameters: {
|
|
24703
|
-
|
|
24815
|
+
projectInviteId: string;
|
|
24704
24816
|
};
|
|
24705
24817
|
} & {
|
|
24706
24818
|
headers?: Partial<{
|