@mittwald/api-client 3.1.25 → 3.1.27
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.14bd14f6.d.mts} +360 -268
- package/dist/shared/{api-client.d04e5a06.d.ts → api-client.14bd14f6.d.ts} +360 -268
- 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,10 +266,12 @@ 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. */
|
|
272
|
-
declare const domainCreateDomainAuthCode: OpenAPIOperation<RequestType<Simplify<
|
|
274
|
+
declare const domainCreateDomainAuthCode: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsAuthCode.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
273
275
|
/** Update the nameservers of a Domain. */
|
|
274
276
|
declare const domainUpdateDomainNameservers: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdNameservers.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
275
277
|
/** Get a Domain. */
|
|
@@ -282,14 +284,12 @@ 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. */
|
|
290
290
|
declare const domainListTlds: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainTlds.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
291
291
|
/** Resend a Domain email. */
|
|
292
|
-
declare const domainResendDomainEmail: OpenAPIOperation<RequestType<Simplify<
|
|
292
|
+
declare const domainResendDomainEmail: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdActionsResendEmail.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
293
293
|
/** Update the auth code of a Domain. */
|
|
294
294
|
declare const domainUpdateDomainAuthCode: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2DomainsDomainIdAuthCode.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
295
295
|
/** Update a contact of a Domain. */
|
|
@@ -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 {
|
|
@@ -8887,9 +8921,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
8887
8921
|
type Path = {
|
|
8888
8922
|
domainId: string;
|
|
8889
8923
|
};
|
|
8890
|
-
interface RequestBody {
|
|
8891
|
-
[k: string]: unknown;
|
|
8892
|
-
}
|
|
8893
8924
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
8894
8925
|
type Query = {};
|
|
8895
8926
|
}
|
|
@@ -9166,42 +9197,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9166
9197
|
}
|
|
9167
9198
|
}
|
|
9168
9199
|
}
|
|
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
9200
|
namespace V2DomainTldsTldContactSchemas {
|
|
9206
9201
|
namespace Get {
|
|
9207
9202
|
namespace Parameters {
|
|
@@ -9260,9 +9255,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9260
9255
|
type Path = {
|
|
9261
9256
|
domainId: string;
|
|
9262
9257
|
};
|
|
9263
|
-
interface RequestBody {
|
|
9264
|
-
[k: string]: unknown;
|
|
9265
|
-
}
|
|
9266
9258
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
9267
9259
|
type Query = {};
|
|
9268
9260
|
}
|
|
@@ -9501,6 +9493,27 @@ declare namespace MittwaldAPIV2 {
|
|
|
9501
9493
|
}
|
|
9502
9494
|
}
|
|
9503
9495
|
}
|
|
9496
|
+
namespace $401 {
|
|
9497
|
+
namespace Content {
|
|
9498
|
+
interface ApplicationJson {
|
|
9499
|
+
[k: string]: unknown;
|
|
9500
|
+
}
|
|
9501
|
+
}
|
|
9502
|
+
}
|
|
9503
|
+
namespace $406 {
|
|
9504
|
+
namespace Content {
|
|
9505
|
+
interface ApplicationJson {
|
|
9506
|
+
[k: string]: unknown;
|
|
9507
|
+
}
|
|
9508
|
+
}
|
|
9509
|
+
}
|
|
9510
|
+
namespace $422 {
|
|
9511
|
+
namespace Content {
|
|
9512
|
+
interface ApplicationJson {
|
|
9513
|
+
[k: string]: unknown;
|
|
9514
|
+
}
|
|
9515
|
+
}
|
|
9516
|
+
}
|
|
9504
9517
|
namespace $500 {
|
|
9505
9518
|
namespace Content {
|
|
9506
9519
|
interface ApplicationJson {
|
|
@@ -9533,6 +9546,27 @@ declare namespace MittwaldAPIV2 {
|
|
|
9533
9546
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
9534
9547
|
}
|
|
9535
9548
|
}
|
|
9549
|
+
namespace $400 {
|
|
9550
|
+
namespace Content {
|
|
9551
|
+
interface ApplicationJson {
|
|
9552
|
+
[k: string]: unknown;
|
|
9553
|
+
}
|
|
9554
|
+
}
|
|
9555
|
+
}
|
|
9556
|
+
namespace $401 {
|
|
9557
|
+
namespace Content {
|
|
9558
|
+
interface ApplicationJson {
|
|
9559
|
+
[k: string]: unknown;
|
|
9560
|
+
}
|
|
9561
|
+
}
|
|
9562
|
+
}
|
|
9563
|
+
namespace $403 {
|
|
9564
|
+
namespace Content {
|
|
9565
|
+
interface ApplicationJson {
|
|
9566
|
+
[k: string]: unknown;
|
|
9567
|
+
}
|
|
9568
|
+
}
|
|
9569
|
+
}
|
|
9536
9570
|
namespace $404 {
|
|
9537
9571
|
namespace Content {
|
|
9538
9572
|
interface ApplicationJson {
|
|
@@ -9540,6 +9574,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
9540
9574
|
}
|
|
9541
9575
|
}
|
|
9542
9576
|
}
|
|
9577
|
+
namespace $422 {
|
|
9578
|
+
namespace Content {
|
|
9579
|
+
interface ApplicationJson {
|
|
9580
|
+
[k: string]: unknown;
|
|
9581
|
+
}
|
|
9582
|
+
}
|
|
9583
|
+
}
|
|
9584
|
+
namespace $500 {
|
|
9585
|
+
namespace Content {
|
|
9586
|
+
interface ApplicationJson {
|
|
9587
|
+
[k: string]: unknown;
|
|
9588
|
+
}
|
|
9589
|
+
}
|
|
9590
|
+
}
|
|
9543
9591
|
namespace Default {
|
|
9544
9592
|
namespace Content {
|
|
9545
9593
|
interface ApplicationJson {
|
|
@@ -9565,6 +9613,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9565
9613
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
9566
9614
|
}
|
|
9567
9615
|
}
|
|
9616
|
+
namespace $400 {
|
|
9617
|
+
namespace Content {
|
|
9618
|
+
interface ApplicationJson {
|
|
9619
|
+
[k: string]: unknown;
|
|
9620
|
+
}
|
|
9621
|
+
}
|
|
9622
|
+
}
|
|
9568
9623
|
namespace $404 {
|
|
9569
9624
|
namespace Content {
|
|
9570
9625
|
interface ApplicationJson {
|
|
@@ -9604,6 +9659,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9604
9659
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
9605
9660
|
}
|
|
9606
9661
|
}
|
|
9662
|
+
namespace $400 {
|
|
9663
|
+
namespace Content {
|
|
9664
|
+
interface ApplicationJson {
|
|
9665
|
+
[k: string]: unknown;
|
|
9666
|
+
}
|
|
9667
|
+
}
|
|
9668
|
+
}
|
|
9607
9669
|
namespace $404 {
|
|
9608
9670
|
namespace Content {
|
|
9609
9671
|
interface ApplicationJson {
|
|
@@ -9656,6 +9718,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
9656
9718
|
}
|
|
9657
9719
|
}
|
|
9658
9720
|
}
|
|
9721
|
+
namespace $401 {
|
|
9722
|
+
namespace Content {
|
|
9723
|
+
interface ApplicationJson {
|
|
9724
|
+
[k: string]: unknown;
|
|
9725
|
+
}
|
|
9726
|
+
}
|
|
9727
|
+
}
|
|
9728
|
+
namespace $403 {
|
|
9729
|
+
namespace Content {
|
|
9730
|
+
interface ApplicationJson {
|
|
9731
|
+
[k: string]: unknown;
|
|
9732
|
+
}
|
|
9733
|
+
}
|
|
9734
|
+
}
|
|
9659
9735
|
namespace $404 {
|
|
9660
9736
|
namespace Content {
|
|
9661
9737
|
interface ApplicationJson {
|
|
@@ -9663,6 +9739,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9663
9739
|
}
|
|
9664
9740
|
}
|
|
9665
9741
|
}
|
|
9742
|
+
namespace $422 {
|
|
9743
|
+
namespace Content {
|
|
9744
|
+
interface ApplicationJson {
|
|
9745
|
+
[k: string]: unknown;
|
|
9746
|
+
}
|
|
9747
|
+
}
|
|
9748
|
+
}
|
|
9666
9749
|
namespace $500 {
|
|
9667
9750
|
namespace Content {
|
|
9668
9751
|
interface ApplicationJson {
|
|
@@ -11879,11 +11962,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
11879
11962
|
}
|
|
11880
11963
|
}
|
|
11881
11964
|
namespace V2PasswordPoliciesPath { }
|
|
11882
|
-
namespace
|
|
11965
|
+
namespace V2ProjectInvitesProjectInviteIdActionsAccept {
|
|
11883
11966
|
namespace Post {
|
|
11884
11967
|
namespace Parameters {
|
|
11885
11968
|
type Path = {
|
|
11886
|
-
|
|
11969
|
+
projectInviteId: string;
|
|
11887
11970
|
};
|
|
11888
11971
|
interface RequestBody {
|
|
11889
11972
|
/**
|
|
@@ -11931,7 +12014,41 @@ declare namespace MittwaldAPIV2 {
|
|
|
11931
12014
|
}
|
|
11932
12015
|
}
|
|
11933
12016
|
}
|
|
11934
|
-
namespace V2ProjectProjectIdInvites {
|
|
12017
|
+
namespace V2ProjectProjectIdInvites { }
|
|
12018
|
+
namespace V2ProjectsProjectIdInvites {
|
|
12019
|
+
namespace Get {
|
|
12020
|
+
namespace Parameters {
|
|
12021
|
+
type Path = {
|
|
12022
|
+
projectId: string;
|
|
12023
|
+
};
|
|
12024
|
+
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12025
|
+
type Query = {
|
|
12026
|
+
limit?: number;
|
|
12027
|
+
skip?: number;
|
|
12028
|
+
};
|
|
12029
|
+
}
|
|
12030
|
+
namespace Responses {
|
|
12031
|
+
namespace $200 {
|
|
12032
|
+
namespace Content {
|
|
12033
|
+
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
|
|
12034
|
+
}
|
|
12035
|
+
}
|
|
12036
|
+
namespace $404 {
|
|
12037
|
+
namespace Content {
|
|
12038
|
+
interface ApplicationJson {
|
|
12039
|
+
[k: string]: unknown;
|
|
12040
|
+
}
|
|
12041
|
+
}
|
|
12042
|
+
}
|
|
12043
|
+
namespace Default {
|
|
12044
|
+
namespace Content {
|
|
12045
|
+
interface ApplicationJson {
|
|
12046
|
+
[k: string]: unknown;
|
|
12047
|
+
}
|
|
12048
|
+
}
|
|
12049
|
+
}
|
|
12050
|
+
}
|
|
12051
|
+
}
|
|
11935
12052
|
namespace Post {
|
|
11936
12053
|
namespace Parameters {
|
|
11937
12054
|
type Path = {
|
|
@@ -12039,11 +12156,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12039
12156
|
}
|
|
12040
12157
|
}
|
|
12041
12158
|
}
|
|
12042
|
-
namespace
|
|
12159
|
+
namespace V2ProjectInvitesProjectInviteIdActionsDecline {
|
|
12043
12160
|
namespace Post {
|
|
12044
12161
|
namespace Parameters {
|
|
12045
12162
|
type Path = {
|
|
12046
|
-
|
|
12163
|
+
projectInviteId: string;
|
|
12047
12164
|
};
|
|
12048
12165
|
interface RequestBody {
|
|
12049
12166
|
[k: string]: unknown;
|
|
@@ -12146,11 +12263,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12146
12263
|
}
|
|
12147
12264
|
}
|
|
12148
12265
|
}
|
|
12149
|
-
namespace
|
|
12266
|
+
namespace V2ProjectInvitesProjectInviteId {
|
|
12150
12267
|
namespace Get {
|
|
12151
12268
|
namespace Parameters {
|
|
12152
12269
|
type Path = {
|
|
12153
|
-
|
|
12270
|
+
projectInviteId: string;
|
|
12154
12271
|
};
|
|
12155
12272
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12156
12273
|
type Query = {};
|
|
@@ -12180,7 +12297,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12180
12297
|
namespace Delete {
|
|
12181
12298
|
namespace Parameters {
|
|
12182
12299
|
type Path = {
|
|
12183
|
-
|
|
12300
|
+
projectInviteId: string;
|
|
12184
12301
|
};
|
|
12185
12302
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12186
12303
|
type Query = {};
|
|
@@ -12201,11 +12318,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12201
12318
|
}
|
|
12202
12319
|
}
|
|
12203
12320
|
}
|
|
12204
|
-
namespace
|
|
12321
|
+
namespace V2ProjectMembershipsProjectMembershipId {
|
|
12205
12322
|
namespace Get {
|
|
12206
12323
|
namespace Parameters {
|
|
12207
12324
|
type Path = {
|
|
12208
|
-
|
|
12325
|
+
projectMembershipId: string;
|
|
12209
12326
|
};
|
|
12210
12327
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12211
12328
|
type Query = {};
|
|
@@ -12235,7 +12352,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12235
12352
|
namespace Delete {
|
|
12236
12353
|
namespace Parameters {
|
|
12237
12354
|
type Path = {
|
|
12238
|
-
|
|
12355
|
+
projectMembershipId: string;
|
|
12239
12356
|
};
|
|
12240
12357
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12241
12358
|
type Query = {};
|
|
@@ -12258,7 +12375,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12258
12375
|
namespace Patch {
|
|
12259
12376
|
namespace Parameters {
|
|
12260
12377
|
type Path = {
|
|
12261
|
-
|
|
12378
|
+
projectMembershipId: string;
|
|
12262
12379
|
};
|
|
12263
12380
|
interface RequestBody {
|
|
12264
12381
|
/**
|
|
@@ -12826,41 +12943,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
12826
12943
|
}
|
|
12827
12944
|
}
|
|
12828
12945
|
}
|
|
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
12946
|
namespace V2ProjectsProjectIdMemberships {
|
|
12865
12947
|
namespace Get {
|
|
12866
12948
|
namespace Parameters {
|
|
@@ -13056,11 +13138,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
13056
13138
|
}
|
|
13057
13139
|
}
|
|
13058
13140
|
}
|
|
13059
|
-
namespace
|
|
13141
|
+
namespace V2ProjectInvitesProjectInviteIdActionsResend {
|
|
13060
13142
|
namespace Post {
|
|
13061
13143
|
namespace Parameters {
|
|
13062
13144
|
type Path = {
|
|
13063
|
-
|
|
13145
|
+
projectInviteId: string;
|
|
13064
13146
|
};
|
|
13065
13147
|
interface RequestBody {
|
|
13066
13148
|
[k: string]: unknown;
|
|
@@ -15490,6 +15572,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
15490
15572
|
}
|
|
15491
15573
|
}
|
|
15492
15574
|
}
|
|
15575
|
+
namespace V2ProjectsProjectIdDomains { }
|
|
15493
15576
|
}
|
|
15494
15577
|
}
|
|
15495
15578
|
|
|
@@ -18432,7 +18515,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18432
18515
|
readonly customer: {
|
|
18433
18516
|
/** Accept a CustomerInvite. */
|
|
18434
18517
|
acceptCustomerInvite: (request: {
|
|
18435
|
-
|
|
18518
|
+
customerInviteId: string;
|
|
18436
18519
|
data?: {
|
|
18437
18520
|
invitationToken?: string | undefined;
|
|
18438
18521
|
} | undefined;
|
|
@@ -18446,7 +18529,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18446
18529
|
};
|
|
18447
18530
|
} & {
|
|
18448
18531
|
pathParameters: {
|
|
18449
|
-
|
|
18532
|
+
customerInviteId: string;
|
|
18450
18533
|
};
|
|
18451
18534
|
} & {
|
|
18452
18535
|
headers?: Partial<{
|
|
@@ -18661,7 +18744,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18661
18744
|
}, 400, "application/json">>>;
|
|
18662
18745
|
/** Decline a CustomerInvite. */
|
|
18663
18746
|
declineCustomerInvite: (request: {
|
|
18664
|
-
|
|
18747
|
+
customerInviteId: string;
|
|
18665
18748
|
data?: {
|
|
18666
18749
|
[x: string]: unknown;
|
|
18667
18750
|
} | undefined;
|
|
@@ -18675,7 +18758,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18675
18758
|
};
|
|
18676
18759
|
} & {
|
|
18677
18760
|
pathParameters: {
|
|
18678
|
-
|
|
18761
|
+
customerInviteId: string;
|
|
18679
18762
|
};
|
|
18680
18763
|
} & {
|
|
18681
18764
|
headers?: Partial<{
|
|
@@ -18789,7 +18872,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18789
18872
|
}, 200, "application/json">>>;
|
|
18790
18873
|
/** Get a CustomerInvite. */
|
|
18791
18874
|
getCustomerInvite: (request: {
|
|
18792
|
-
|
|
18875
|
+
customerInviteId: string;
|
|
18793
18876
|
headers?: {
|
|
18794
18877
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18795
18878
|
"x-access-token"?: string | undefined;
|
|
@@ -18800,7 +18883,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18800
18883
|
}> | undefined;
|
|
18801
18884
|
} & {
|
|
18802
18885
|
pathParameters: {
|
|
18803
|
-
|
|
18886
|
+
customerInviteId: string;
|
|
18804
18887
|
};
|
|
18805
18888
|
} & {
|
|
18806
18889
|
headers: {
|
|
@@ -18823,7 +18906,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18823
18906
|
}, 404, "application/json">>>;
|
|
18824
18907
|
/** Delete a CustomerInvite. */
|
|
18825
18908
|
deleteCustomerInvite: (request: {
|
|
18826
|
-
|
|
18909
|
+
customerInviteId: string;
|
|
18827
18910
|
headers?: {
|
|
18828
18911
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18829
18912
|
"x-access-token"?: string | undefined;
|
|
@@ -18834,7 +18917,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18834
18917
|
}> | undefined;
|
|
18835
18918
|
} & {
|
|
18836
18919
|
pathParameters: {
|
|
18837
|
-
|
|
18920
|
+
customerInviteId: string;
|
|
18838
18921
|
};
|
|
18839
18922
|
} & {
|
|
18840
18923
|
headers: {
|
|
@@ -18845,7 +18928,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18845
18928
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
18846
18929
|
/** Get a CustomerMembership. */
|
|
18847
18930
|
getCustomerMembership: (request: {
|
|
18848
|
-
|
|
18931
|
+
customerMembershipId: string;
|
|
18849
18932
|
headers?: {
|
|
18850
18933
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18851
18934
|
"x-access-token"?: string | undefined;
|
|
@@ -18856,7 +18939,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18856
18939
|
}> | undefined;
|
|
18857
18940
|
} & {
|
|
18858
18941
|
pathParameters: {
|
|
18859
|
-
|
|
18942
|
+
customerMembershipId: string;
|
|
18860
18943
|
};
|
|
18861
18944
|
} & {
|
|
18862
18945
|
headers: {
|
|
@@ -18877,7 +18960,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18877
18960
|
}, 404, "application/json">>>;
|
|
18878
18961
|
/** Delete a CustomerMembership. */
|
|
18879
18962
|
deleteCustomerMembership: (request: {
|
|
18880
|
-
|
|
18963
|
+
customerMembershipId: string;
|
|
18881
18964
|
headers?: {
|
|
18882
18965
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18883
18966
|
"x-access-token"?: string | undefined;
|
|
@@ -18888,7 +18971,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18888
18971
|
}> | undefined;
|
|
18889
18972
|
} & {
|
|
18890
18973
|
pathParameters: {
|
|
18891
|
-
|
|
18974
|
+
customerMembershipId: string;
|
|
18892
18975
|
};
|
|
18893
18976
|
} & {
|
|
18894
18977
|
headers: {
|
|
@@ -18903,7 +18986,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18903
18986
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
18904
18987
|
expiresAt?: string | undefined;
|
|
18905
18988
|
};
|
|
18906
|
-
|
|
18989
|
+
customerMembershipId: string;
|
|
18907
18990
|
headers?: {
|
|
18908
18991
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18909
18992
|
"x-access-token"?: string | undefined;
|
|
@@ -18915,7 +18998,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18915
18998
|
};
|
|
18916
18999
|
} & {
|
|
18917
19000
|
pathParameters: {
|
|
18918
|
-
|
|
19001
|
+
customerMembershipId: string;
|
|
18919
19002
|
};
|
|
18920
19003
|
} & {
|
|
18921
19004
|
headers?: Partial<{
|
|
@@ -19349,7 +19432,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19349
19432
|
}, 500, "application/json">>>;
|
|
19350
19433
|
/** Resend the mail for a CustomerInvite. */
|
|
19351
19434
|
resendCustomerInviteMail: (request: {
|
|
19352
|
-
|
|
19435
|
+
customerInviteId: string;
|
|
19353
19436
|
data?: {
|
|
19354
19437
|
[x: string]: unknown;
|
|
19355
19438
|
} | undefined;
|
|
@@ -19363,7 +19446,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19363
19446
|
};
|
|
19364
19447
|
} & {
|
|
19365
19448
|
pathParameters: {
|
|
19366
|
-
|
|
19449
|
+
customerInviteId: string;
|
|
19367
19450
|
};
|
|
19368
19451
|
} & {
|
|
19369
19452
|
headers?: Partial<{
|
|
@@ -20714,6 +20797,41 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20714
20797
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
20715
20798
|
[x: string]: unknown;
|
|
20716
20799
|
}, 400, "application/json">>>;
|
|
20800
|
+
/** List Domains */
|
|
20801
|
+
listDomains: (request?: {
|
|
20802
|
+
headers?: {
|
|
20803
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20804
|
+
"x-access-token"?: string | undefined;
|
|
20805
|
+
} | undefined;
|
|
20806
|
+
queryParameters?: {
|
|
20807
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20808
|
+
projectId?: string | undefined;
|
|
20809
|
+
page?: number | undefined;
|
|
20810
|
+
limit?: number | undefined;
|
|
20811
|
+
domainSearchName?: string | undefined;
|
|
20812
|
+
} | undefined;
|
|
20813
|
+
} | 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<{
|
|
20814
|
+
headers?: Partial<{
|
|
20815
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20816
|
+
}> | undefined;
|
|
20817
|
+
} & {
|
|
20818
|
+
queryParameters: {
|
|
20819
|
+
projectId?: string | undefined;
|
|
20820
|
+
page?: number | undefined;
|
|
20821
|
+
limit?: number | undefined;
|
|
20822
|
+
domainSearchName?: string | undefined;
|
|
20823
|
+
} & Partial<{
|
|
20824
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20825
|
+
}>;
|
|
20826
|
+
} & {
|
|
20827
|
+
headers: {
|
|
20828
|
+
"x-access-token"?: string | undefined;
|
|
20829
|
+
} & Partial<{
|
|
20830
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20831
|
+
}>; /** Get a specific `AppVersion`. */
|
|
20832
|
+
}, _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<{
|
|
20833
|
+
[x: string]: unknown;
|
|
20834
|
+
}, 400, "application/json">>>;
|
|
20717
20835
|
/** Create an auth code 2. */
|
|
20718
20836
|
createDomainAuthCode2: (request: {
|
|
20719
20837
|
domainId: string;
|
|
@@ -20750,25 +20868,18 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20750
20868
|
/** Create an auth code for a Domains transfer-out process. */
|
|
20751
20869
|
createDomainAuthCode: (request: {
|
|
20752
20870
|
domainId: string;
|
|
20753
|
-
data?: {
|
|
20754
|
-
[x: string]: unknown;
|
|
20755
|
-
} | undefined;
|
|
20756
20871
|
headers?: {
|
|
20757
20872
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
20758
20873
|
"x-access-token"?: string | undefined;
|
|
20759
20874
|
} | undefined;
|
|
20760
20875
|
}) => _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<{
|
|
20761
|
-
|
|
20762
|
-
[
|
|
20763
|
-
};
|
|
20876
|
+
headers?: Partial<{
|
|
20877
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20878
|
+
}> | undefined;
|
|
20764
20879
|
} & {
|
|
20765
20880
|
pathParameters: {
|
|
20766
20881
|
domainId: string;
|
|
20767
20882
|
};
|
|
20768
|
-
} & {
|
|
20769
|
-
headers?: Partial<{
|
|
20770
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
20771
|
-
}> | undefined;
|
|
20772
20883
|
} & {
|
|
20773
20884
|
headers: {
|
|
20774
20885
|
"x-access-token"?: string | undefined;
|
|
@@ -20983,44 +21094,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
20983
21094
|
}, _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
21095
|
[x: string]: unknown;
|
|
20985
21096
|
}, 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
21097
|
/** List the contact schemas for a TLD. */
|
|
21025
21098
|
listTldContactSchemas: (request: {
|
|
21026
21099
|
tld: string;
|
|
@@ -21052,25 +21125,18 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21052
21125
|
/** Resend a Domain email. */
|
|
21053
21126
|
resendDomainEmail: (request: {
|
|
21054
21127
|
domainId: string;
|
|
21055
|
-
data?: {
|
|
21056
|
-
[x: string]: unknown;
|
|
21057
|
-
} | undefined;
|
|
21058
21128
|
headers?: {
|
|
21059
21129
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
21060
21130
|
"x-access-token"?: string | undefined;
|
|
21061
21131
|
} | undefined;
|
|
21062
21132
|
}) => _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<{
|
|
21063
|
-
|
|
21064
|
-
[
|
|
21065
|
-
};
|
|
21133
|
+
headers?: Partial<{
|
|
21134
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21135
|
+
}> | undefined;
|
|
21066
21136
|
} & {
|
|
21067
21137
|
pathParameters: {
|
|
21068
21138
|
domainId: string;
|
|
21069
21139
|
};
|
|
21070
|
-
} & {
|
|
21071
|
-
headers?: Partial<{
|
|
21072
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
21073
|
-
}> | undefined;
|
|
21074
21140
|
} & {
|
|
21075
21141
|
headers: {
|
|
21076
21142
|
"x-access-token"?: string | undefined;
|
|
@@ -21475,6 +21541,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21475
21541
|
[x: string]: unknown;
|
|
21476
21542
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21477
21543
|
[x: string]: unknown;
|
|
21544
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21545
|
+
[x: string]: unknown;
|
|
21546
|
+
}, 406, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21547
|
+
[x: string]: unknown;
|
|
21548
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21549
|
+
[x: string]: unknown;
|
|
21478
21550
|
}, 500, "application/json">>>;
|
|
21479
21551
|
/** Get a File's meta. */
|
|
21480
21552
|
getFileMeta: (request: {
|
|
@@ -21498,7 +21570,17 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21498
21570
|
type: string;
|
|
21499
21571
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21500
21572
|
[x: string]: unknown;
|
|
21501
|
-
},
|
|
21573
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21574
|
+
[x: string]: unknown;
|
|
21575
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21576
|
+
[x: string]: unknown;
|
|
21577
|
+
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21578
|
+
[x: string]: unknown;
|
|
21579
|
+
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21580
|
+
[x: string]: unknown;
|
|
21581
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21582
|
+
[x: string]: unknown;
|
|
21583
|
+
}, 500, "application/json">>>;
|
|
21502
21584
|
/** Get a FileUploadToken's rules. */
|
|
21503
21585
|
getFileUploadTokenRules: (request: {
|
|
21504
21586
|
fileUploadToken: string;
|
|
@@ -21530,6 +21612,8 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21530
21612
|
} | undefined;
|
|
21531
21613
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21532
21614
|
[x: string]: unknown;
|
|
21615
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21616
|
+
[x: string]: unknown;
|
|
21533
21617
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21534
21618
|
[x: string]: unknown;
|
|
21535
21619
|
}, 500, "application/json">>>;
|
|
@@ -21564,6 +21648,8 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21564
21648
|
} | undefined;
|
|
21565
21649
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21566
21650
|
[x: string]: unknown;
|
|
21651
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21652
|
+
[x: string]: unknown;
|
|
21567
21653
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21568
21654
|
[x: string]: unknown;
|
|
21569
21655
|
}, 500, "application/json">>>;
|
|
@@ -21596,8 +21682,14 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21596
21682
|
[x: string]: unknown;
|
|
21597
21683
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21598
21684
|
[x: string]: unknown;
|
|
21685
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21686
|
+
[x: string]: unknown;
|
|
21687
|
+
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21688
|
+
[x: string]: unknown;
|
|
21599
21689
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21600
21690
|
[x: string]: unknown;
|
|
21691
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21692
|
+
[x: string]: unknown;
|
|
21601
21693
|
}, 500, "application/json">>>;
|
|
21602
21694
|
};
|
|
21603
21695
|
/** The mail API allows you to manage your mail accounts. */
|
|
@@ -23862,7 +23954,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23862
23954
|
readonly project: {
|
|
23863
23955
|
/** Accept a ProjectInvite. */
|
|
23864
23956
|
acceptProjectInvite: (request: {
|
|
23865
|
-
|
|
23957
|
+
projectInviteId: string;
|
|
23866
23958
|
data?: {
|
|
23867
23959
|
invitationToken?: string | undefined;
|
|
23868
23960
|
} | undefined;
|
|
@@ -23876,7 +23968,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23876
23968
|
};
|
|
23877
23969
|
} & {
|
|
23878
23970
|
pathParameters: {
|
|
23879
|
-
|
|
23971
|
+
projectInviteId: string;
|
|
23880
23972
|
};
|
|
23881
23973
|
} & {
|
|
23882
23974
|
headers?: Partial<{
|
|
@@ -23895,6 +23987,42 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23895
23987
|
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
23896
23988
|
[x: string]: unknown;
|
|
23897
23989
|
}, 412, "application/json">>>;
|
|
23990
|
+
/** List Invites belonging to a Project. */
|
|
23991
|
+
listInvitesForProject: (request: {
|
|
23992
|
+
projectId: string;
|
|
23993
|
+
headers?: {
|
|
23994
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23995
|
+
"x-access-token"?: string | undefined;
|
|
23996
|
+
} | undefined;
|
|
23997
|
+
queryParameters?: {
|
|
23998
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
23999
|
+
limit?: number | undefined;
|
|
24000
|
+
skip?: number | undefined;
|
|
24001
|
+
} | undefined;
|
|
24002
|
+
}) => _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<{
|
|
24003
|
+
headers?: Partial<{
|
|
24004
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24005
|
+
}> | undefined;
|
|
24006
|
+
} & {
|
|
24007
|
+
pathParameters: {
|
|
24008
|
+
projectId: string;
|
|
24009
|
+
};
|
|
24010
|
+
} & {
|
|
24011
|
+
queryParameters: {
|
|
24012
|
+
limit?: number | undefined;
|
|
24013
|
+
skip?: number | undefined;
|
|
24014
|
+
} & Partial<{
|
|
24015
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24016
|
+
}>;
|
|
24017
|
+
} & {
|
|
24018
|
+
headers: {
|
|
24019
|
+
"x-access-token"?: string | undefined;
|
|
24020
|
+
} & Partial<{
|
|
24021
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24022
|
+
}>; /** Get a specific `AppVersion`. */
|
|
24023
|
+
}, _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<{
|
|
24024
|
+
[x: string]: unknown;
|
|
24025
|
+
}, 404, "application/json">>>;
|
|
23898
24026
|
/** Create a ProjectInvite. */
|
|
23899
24027
|
createProjectInvite: (request: {
|
|
23900
24028
|
data: {
|
|
@@ -23982,7 +24110,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23982
24110
|
}, 412, "application/json">>>;
|
|
23983
24111
|
/** Decline a ProjectInvite. */
|
|
23984
24112
|
declineProjectInvite: (request: {
|
|
23985
|
-
|
|
24113
|
+
projectInviteId: string;
|
|
23986
24114
|
data?: {
|
|
23987
24115
|
[x: string]: unknown;
|
|
23988
24116
|
} | undefined;
|
|
@@ -23996,7 +24124,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23996
24124
|
};
|
|
23997
24125
|
} & {
|
|
23998
24126
|
pathParameters: {
|
|
23999
|
-
|
|
24127
|
+
projectInviteId: string;
|
|
24000
24128
|
};
|
|
24001
24129
|
} & {
|
|
24002
24130
|
headers?: Partial<{
|
|
@@ -24066,7 +24194,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24066
24194
|
}, 403, "application/json">>>;
|
|
24067
24195
|
/** Get a ProjectInvite. */
|
|
24068
24196
|
getProjectInvite: (request: {
|
|
24069
|
-
|
|
24197
|
+
projectInviteId: string;
|
|
24070
24198
|
headers?: {
|
|
24071
24199
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24072
24200
|
"x-access-token"?: string | undefined;
|
|
@@ -24077,7 +24205,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24077
24205
|
}> | undefined;
|
|
24078
24206
|
} & {
|
|
24079
24207
|
pathParameters: {
|
|
24080
|
-
|
|
24208
|
+
projectInviteId: string;
|
|
24081
24209
|
};
|
|
24082
24210
|
} & {
|
|
24083
24211
|
headers: {
|
|
@@ -24099,7 +24227,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24099
24227
|
}, 404, "application/json">>>;
|
|
24100
24228
|
/** Delete a ProjectInvite. */
|
|
24101
24229
|
deleteProjectInvite: (request: {
|
|
24102
|
-
|
|
24230
|
+
projectInviteId: string;
|
|
24103
24231
|
headers?: {
|
|
24104
24232
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24105
24233
|
"x-access-token"?: string | undefined;
|
|
@@ -24110,7 +24238,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24110
24238
|
}> | undefined;
|
|
24111
24239
|
} & {
|
|
24112
24240
|
pathParameters: {
|
|
24113
|
-
|
|
24241
|
+
projectInviteId: string;
|
|
24114
24242
|
};
|
|
24115
24243
|
} & {
|
|
24116
24244
|
headers: {
|
|
@@ -24121,7 +24249,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24121
24249
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
24122
24250
|
/** Get a ProjectMembership */
|
|
24123
24251
|
getProjectMembership: (request: {
|
|
24124
|
-
|
|
24252
|
+
projectMembershipId: string;
|
|
24125
24253
|
headers?: {
|
|
24126
24254
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24127
24255
|
"x-access-token"?: string | undefined;
|
|
@@ -24132,7 +24260,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24132
24260
|
}> | undefined;
|
|
24133
24261
|
} & {
|
|
24134
24262
|
pathParameters: {
|
|
24135
|
-
|
|
24263
|
+
projectMembershipId: string;
|
|
24136
24264
|
};
|
|
24137
24265
|
} & {
|
|
24138
24266
|
headers: {
|
|
@@ -24154,7 +24282,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24154
24282
|
}, 404, "application/json">>>;
|
|
24155
24283
|
/** Delete a ProjectMembership. */
|
|
24156
24284
|
deleteProjectMembership: (request: {
|
|
24157
|
-
|
|
24285
|
+
projectMembershipId: string;
|
|
24158
24286
|
headers?: {
|
|
24159
24287
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24160
24288
|
"x-access-token"?: string | undefined;
|
|
@@ -24165,7 +24293,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24165
24293
|
}> | undefined;
|
|
24166
24294
|
} & {
|
|
24167
24295
|
pathParameters: {
|
|
24168
|
-
|
|
24296
|
+
projectMembershipId: string;
|
|
24169
24297
|
};
|
|
24170
24298
|
} & {
|
|
24171
24299
|
headers: {
|
|
@@ -24180,7 +24308,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24180
24308
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
24181
24309
|
expiresAt?: string | undefined;
|
|
24182
24310
|
};
|
|
24183
|
-
|
|
24311
|
+
projectMembershipId: string;
|
|
24184
24312
|
headers?: {
|
|
24185
24313
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24186
24314
|
"x-access-token"?: string | undefined;
|
|
@@ -24192,7 +24320,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24192
24320
|
};
|
|
24193
24321
|
} & {
|
|
24194
24322
|
pathParameters: {
|
|
24195
|
-
|
|
24323
|
+
projectMembershipId: string;
|
|
24196
24324
|
};
|
|
24197
24325
|
} & {
|
|
24198
24326
|
headers?: Partial<{
|
|
@@ -24466,42 +24594,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24466
24594
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24467
24595
|
}>; /** Get a specific `AppVersion`. */
|
|
24468
24596
|
}, _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
24597
|
/** List Memberships belonging to a Project. */
|
|
24506
24598
|
listMembershipsForProject: (request: {
|
|
24507
24599
|
projectId: string;
|
|
@@ -24686,7 +24778,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24686
24778
|
}, 403, "application/json">>>;
|
|
24687
24779
|
/** Resend the mail for a ProjectInvite. */
|
|
24688
24780
|
resendProjectInviteMail: (request: {
|
|
24689
|
-
|
|
24781
|
+
projectInviteId: string;
|
|
24690
24782
|
data?: {
|
|
24691
24783
|
[x: string]: unknown;
|
|
24692
24784
|
} | undefined;
|
|
@@ -24700,7 +24792,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24700
24792
|
};
|
|
24701
24793
|
} & {
|
|
24702
24794
|
pathParameters: {
|
|
24703
|
-
|
|
24795
|
+
projectInviteId: string;
|
|
24704
24796
|
};
|
|
24705
24797
|
} & {
|
|
24706
24798
|
headers?: Partial<{
|