@mittwald/api-client 3.1.23 → 3.1.24
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 +1 -1
- package/dist/react.d.mts +5 -5
- package/dist/react.d.ts +5 -5
- package/dist/react.mjs +1 -1
- package/dist/shared/{api-client.f512b243.mjs → api-client.5e52ab92.mjs} +16 -16
- package/dist/shared/{api-client.f3482d23.d.mts → api-client.90ea7dba.d.mts} +197 -80
- package/dist/shared/{api-client.f3482d23.d.ts → api-client.90ea7dba.d.ts} +197 -80
- 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. */
|
|
@@ -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,7 +403,7 @@ 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
407
|
/** List Invites belonging to a Project. */
|
|
408
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">>;
|
|
409
409
|
/** Create a ProjectInvite. */
|
|
@@ -411,21 +411,21 @@ declare const projectCreateProjectInvite: OpenAPIOperation<RequestType<Simplify<
|
|
|
411
411
|
/** Create a Project belonging to a Server. */
|
|
412
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">>;
|
|
413
413
|
/** Decline a ProjectInvite. */
|
|
414
|
-
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">>;
|
|
415
415
|
/** Request a Project avatar upload. */
|
|
416
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">>;
|
|
417
417
|
/** Delete a Project's avatar. */
|
|
418
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">>;
|
|
419
419
|
/** Get a ProjectInvite. */
|
|
420
|
-
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">>;
|
|
421
421
|
/** Delete a ProjectInvite. */
|
|
422
|
-
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">>;
|
|
423
423
|
/** Get a ProjectMembership */
|
|
424
|
-
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">>;
|
|
425
425
|
/** Delete a ProjectMembership. */
|
|
426
|
-
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">>;
|
|
427
427
|
/** Update a ProjectMembership. */
|
|
428
|
-
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">>;
|
|
429
429
|
/** Get a Project. */
|
|
430
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">>;
|
|
431
431
|
/** Delete a Project. */
|
|
@@ -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. */
|
|
@@ -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;
|
|
@@ -9501,6 +9501,27 @@ declare namespace MittwaldAPIV2 {
|
|
|
9501
9501
|
}
|
|
9502
9502
|
}
|
|
9503
9503
|
}
|
|
9504
|
+
namespace $401 {
|
|
9505
|
+
namespace Content {
|
|
9506
|
+
interface ApplicationJson {
|
|
9507
|
+
[k: string]: unknown;
|
|
9508
|
+
}
|
|
9509
|
+
}
|
|
9510
|
+
}
|
|
9511
|
+
namespace $406 {
|
|
9512
|
+
namespace Content {
|
|
9513
|
+
interface ApplicationJson {
|
|
9514
|
+
[k: string]: unknown;
|
|
9515
|
+
}
|
|
9516
|
+
}
|
|
9517
|
+
}
|
|
9518
|
+
namespace $422 {
|
|
9519
|
+
namespace Content {
|
|
9520
|
+
interface ApplicationJson {
|
|
9521
|
+
[k: string]: unknown;
|
|
9522
|
+
}
|
|
9523
|
+
}
|
|
9524
|
+
}
|
|
9504
9525
|
namespace $500 {
|
|
9505
9526
|
namespace Content {
|
|
9506
9527
|
interface ApplicationJson {
|
|
@@ -9533,6 +9554,27 @@ declare namespace MittwaldAPIV2 {
|
|
|
9533
9554
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
9534
9555
|
}
|
|
9535
9556
|
}
|
|
9557
|
+
namespace $400 {
|
|
9558
|
+
namespace Content {
|
|
9559
|
+
interface ApplicationJson {
|
|
9560
|
+
[k: string]: unknown;
|
|
9561
|
+
}
|
|
9562
|
+
}
|
|
9563
|
+
}
|
|
9564
|
+
namespace $401 {
|
|
9565
|
+
namespace Content {
|
|
9566
|
+
interface ApplicationJson {
|
|
9567
|
+
[k: string]: unknown;
|
|
9568
|
+
}
|
|
9569
|
+
}
|
|
9570
|
+
}
|
|
9571
|
+
namespace $403 {
|
|
9572
|
+
namespace Content {
|
|
9573
|
+
interface ApplicationJson {
|
|
9574
|
+
[k: string]: unknown;
|
|
9575
|
+
}
|
|
9576
|
+
}
|
|
9577
|
+
}
|
|
9536
9578
|
namespace $404 {
|
|
9537
9579
|
namespace Content {
|
|
9538
9580
|
interface ApplicationJson {
|
|
@@ -9540,6 +9582,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
9540
9582
|
}
|
|
9541
9583
|
}
|
|
9542
9584
|
}
|
|
9585
|
+
namespace $422 {
|
|
9586
|
+
namespace Content {
|
|
9587
|
+
interface ApplicationJson {
|
|
9588
|
+
[k: string]: unknown;
|
|
9589
|
+
}
|
|
9590
|
+
}
|
|
9591
|
+
}
|
|
9592
|
+
namespace $500 {
|
|
9593
|
+
namespace Content {
|
|
9594
|
+
interface ApplicationJson {
|
|
9595
|
+
[k: string]: unknown;
|
|
9596
|
+
}
|
|
9597
|
+
}
|
|
9598
|
+
}
|
|
9543
9599
|
namespace Default {
|
|
9544
9600
|
namespace Content {
|
|
9545
9601
|
interface ApplicationJson {
|
|
@@ -9565,6 +9621,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9565
9621
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
9566
9622
|
}
|
|
9567
9623
|
}
|
|
9624
|
+
namespace $400 {
|
|
9625
|
+
namespace Content {
|
|
9626
|
+
interface ApplicationJson {
|
|
9627
|
+
[k: string]: unknown;
|
|
9628
|
+
}
|
|
9629
|
+
}
|
|
9630
|
+
}
|
|
9568
9631
|
namespace $404 {
|
|
9569
9632
|
namespace Content {
|
|
9570
9633
|
interface ApplicationJson {
|
|
@@ -9604,6 +9667,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9604
9667
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
9605
9668
|
}
|
|
9606
9669
|
}
|
|
9670
|
+
namespace $400 {
|
|
9671
|
+
namespace Content {
|
|
9672
|
+
interface ApplicationJson {
|
|
9673
|
+
[k: string]: unknown;
|
|
9674
|
+
}
|
|
9675
|
+
}
|
|
9676
|
+
}
|
|
9607
9677
|
namespace $404 {
|
|
9608
9678
|
namespace Content {
|
|
9609
9679
|
interface ApplicationJson {
|
|
@@ -9656,6 +9726,20 @@ declare namespace MittwaldAPIV2 {
|
|
|
9656
9726
|
}
|
|
9657
9727
|
}
|
|
9658
9728
|
}
|
|
9729
|
+
namespace $401 {
|
|
9730
|
+
namespace Content {
|
|
9731
|
+
interface ApplicationJson {
|
|
9732
|
+
[k: string]: unknown;
|
|
9733
|
+
}
|
|
9734
|
+
}
|
|
9735
|
+
}
|
|
9736
|
+
namespace $403 {
|
|
9737
|
+
namespace Content {
|
|
9738
|
+
interface ApplicationJson {
|
|
9739
|
+
[k: string]: unknown;
|
|
9740
|
+
}
|
|
9741
|
+
}
|
|
9742
|
+
}
|
|
9659
9743
|
namespace $404 {
|
|
9660
9744
|
namespace Content {
|
|
9661
9745
|
interface ApplicationJson {
|
|
@@ -9663,6 +9747,13 @@ declare namespace MittwaldAPIV2 {
|
|
|
9663
9747
|
}
|
|
9664
9748
|
}
|
|
9665
9749
|
}
|
|
9750
|
+
namespace $422 {
|
|
9751
|
+
namespace Content {
|
|
9752
|
+
interface ApplicationJson {
|
|
9753
|
+
[k: string]: unknown;
|
|
9754
|
+
}
|
|
9755
|
+
}
|
|
9756
|
+
}
|
|
9666
9757
|
namespace $500 {
|
|
9667
9758
|
namespace Content {
|
|
9668
9759
|
interface ApplicationJson {
|
|
@@ -11879,11 +11970,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
11879
11970
|
}
|
|
11880
11971
|
}
|
|
11881
11972
|
namespace V2PasswordPoliciesPath { }
|
|
11882
|
-
namespace
|
|
11973
|
+
namespace V2ProjectInvitesProjectInviteIdActionsAccept {
|
|
11883
11974
|
namespace Post {
|
|
11884
11975
|
namespace Parameters {
|
|
11885
11976
|
type Path = {
|
|
11886
|
-
|
|
11977
|
+
projectInviteId: string;
|
|
11887
11978
|
};
|
|
11888
11979
|
interface RequestBody {
|
|
11889
11980
|
/**
|
|
@@ -12073,11 +12164,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12073
12164
|
}
|
|
12074
12165
|
}
|
|
12075
12166
|
}
|
|
12076
|
-
namespace
|
|
12167
|
+
namespace V2ProjectInvitesProjectInviteIdActionsDecline {
|
|
12077
12168
|
namespace Post {
|
|
12078
12169
|
namespace Parameters {
|
|
12079
12170
|
type Path = {
|
|
12080
|
-
|
|
12171
|
+
projectInviteId: string;
|
|
12081
12172
|
};
|
|
12082
12173
|
interface RequestBody {
|
|
12083
12174
|
[k: string]: unknown;
|
|
@@ -12180,11 +12271,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12180
12271
|
}
|
|
12181
12272
|
}
|
|
12182
12273
|
}
|
|
12183
|
-
namespace
|
|
12274
|
+
namespace V2ProjectInvitesProjectInviteId {
|
|
12184
12275
|
namespace Get {
|
|
12185
12276
|
namespace Parameters {
|
|
12186
12277
|
type Path = {
|
|
12187
|
-
|
|
12278
|
+
projectInviteId: string;
|
|
12188
12279
|
};
|
|
12189
12280
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12190
12281
|
type Query = {};
|
|
@@ -12214,7 +12305,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12214
12305
|
namespace Delete {
|
|
12215
12306
|
namespace Parameters {
|
|
12216
12307
|
type Path = {
|
|
12217
|
-
|
|
12308
|
+
projectInviteId: string;
|
|
12218
12309
|
};
|
|
12219
12310
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12220
12311
|
type Query = {};
|
|
@@ -12235,11 +12326,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12235
12326
|
}
|
|
12236
12327
|
}
|
|
12237
12328
|
}
|
|
12238
|
-
namespace
|
|
12329
|
+
namespace V2ProjectMembershipsProjectMembershipId {
|
|
12239
12330
|
namespace Get {
|
|
12240
12331
|
namespace Parameters {
|
|
12241
12332
|
type Path = {
|
|
12242
|
-
|
|
12333
|
+
projectMembershipId: string;
|
|
12243
12334
|
};
|
|
12244
12335
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12245
12336
|
type Query = {};
|
|
@@ -12269,7 +12360,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12269
12360
|
namespace Delete {
|
|
12270
12361
|
namespace Parameters {
|
|
12271
12362
|
type Path = {
|
|
12272
|
-
|
|
12363
|
+
projectMembershipId: string;
|
|
12273
12364
|
};
|
|
12274
12365
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12275
12366
|
type Query = {};
|
|
@@ -12292,7 +12383,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12292
12383
|
namespace Patch {
|
|
12293
12384
|
namespace Parameters {
|
|
12294
12385
|
type Path = {
|
|
12295
|
-
|
|
12386
|
+
projectMembershipId: string;
|
|
12296
12387
|
};
|
|
12297
12388
|
interface RequestBody {
|
|
12298
12389
|
/**
|
|
@@ -13055,11 +13146,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
13055
13146
|
}
|
|
13056
13147
|
}
|
|
13057
13148
|
}
|
|
13058
|
-
namespace
|
|
13149
|
+
namespace V2ProjectInvitesProjectInviteIdActionsResend {
|
|
13059
13150
|
namespace Post {
|
|
13060
13151
|
namespace Parameters {
|
|
13061
13152
|
type Path = {
|
|
13062
|
-
|
|
13153
|
+
projectInviteId: string;
|
|
13063
13154
|
};
|
|
13064
13155
|
interface RequestBody {
|
|
13065
13156
|
[k: string]: unknown;
|
|
@@ -18431,7 +18522,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18431
18522
|
readonly customer: {
|
|
18432
18523
|
/** Accept a CustomerInvite. */
|
|
18433
18524
|
acceptCustomerInvite: (request: {
|
|
18434
|
-
|
|
18525
|
+
customerInviteId: string;
|
|
18435
18526
|
data?: {
|
|
18436
18527
|
invitationToken?: string | undefined;
|
|
18437
18528
|
} | undefined;
|
|
@@ -18445,7 +18536,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18445
18536
|
};
|
|
18446
18537
|
} & {
|
|
18447
18538
|
pathParameters: {
|
|
18448
|
-
|
|
18539
|
+
customerInviteId: string;
|
|
18449
18540
|
};
|
|
18450
18541
|
} & {
|
|
18451
18542
|
headers?: Partial<{
|
|
@@ -18660,7 +18751,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18660
18751
|
}, 400, "application/json">>>;
|
|
18661
18752
|
/** Decline a CustomerInvite. */
|
|
18662
18753
|
declineCustomerInvite: (request: {
|
|
18663
|
-
|
|
18754
|
+
customerInviteId: string;
|
|
18664
18755
|
data?: {
|
|
18665
18756
|
[x: string]: unknown;
|
|
18666
18757
|
} | undefined;
|
|
@@ -18674,7 +18765,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18674
18765
|
};
|
|
18675
18766
|
} & {
|
|
18676
18767
|
pathParameters: {
|
|
18677
|
-
|
|
18768
|
+
customerInviteId: string;
|
|
18678
18769
|
};
|
|
18679
18770
|
} & {
|
|
18680
18771
|
headers?: Partial<{
|
|
@@ -18788,7 +18879,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18788
18879
|
}, 200, "application/json">>>;
|
|
18789
18880
|
/** Get a CustomerInvite. */
|
|
18790
18881
|
getCustomerInvite: (request: {
|
|
18791
|
-
|
|
18882
|
+
customerInviteId: string;
|
|
18792
18883
|
headers?: {
|
|
18793
18884
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18794
18885
|
"x-access-token"?: string | undefined;
|
|
@@ -18799,7 +18890,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18799
18890
|
}> | undefined;
|
|
18800
18891
|
} & {
|
|
18801
18892
|
pathParameters: {
|
|
18802
|
-
|
|
18893
|
+
customerInviteId: string;
|
|
18803
18894
|
};
|
|
18804
18895
|
} & {
|
|
18805
18896
|
headers: {
|
|
@@ -18822,7 +18913,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18822
18913
|
}, 404, "application/json">>>;
|
|
18823
18914
|
/** Delete a CustomerInvite. */
|
|
18824
18915
|
deleteCustomerInvite: (request: {
|
|
18825
|
-
|
|
18916
|
+
customerInviteId: string;
|
|
18826
18917
|
headers?: {
|
|
18827
18918
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18828
18919
|
"x-access-token"?: string | undefined;
|
|
@@ -18833,7 +18924,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18833
18924
|
}> | undefined;
|
|
18834
18925
|
} & {
|
|
18835
18926
|
pathParameters: {
|
|
18836
|
-
|
|
18927
|
+
customerInviteId: string;
|
|
18837
18928
|
};
|
|
18838
18929
|
} & {
|
|
18839
18930
|
headers: {
|
|
@@ -18844,7 +18935,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18844
18935
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
18845
18936
|
/** Get a CustomerMembership. */
|
|
18846
18937
|
getCustomerMembership: (request: {
|
|
18847
|
-
|
|
18938
|
+
customerMembershipId: string;
|
|
18848
18939
|
headers?: {
|
|
18849
18940
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18850
18941
|
"x-access-token"?: string | undefined;
|
|
@@ -18855,7 +18946,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18855
18946
|
}> | undefined;
|
|
18856
18947
|
} & {
|
|
18857
18948
|
pathParameters: {
|
|
18858
|
-
|
|
18949
|
+
customerMembershipId: string;
|
|
18859
18950
|
};
|
|
18860
18951
|
} & {
|
|
18861
18952
|
headers: {
|
|
@@ -18876,7 +18967,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18876
18967
|
}, 404, "application/json">>>;
|
|
18877
18968
|
/** Delete a CustomerMembership. */
|
|
18878
18969
|
deleteCustomerMembership: (request: {
|
|
18879
|
-
|
|
18970
|
+
customerMembershipId: string;
|
|
18880
18971
|
headers?: {
|
|
18881
18972
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18882
18973
|
"x-access-token"?: string | undefined;
|
|
@@ -18887,7 +18978,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18887
18978
|
}> | undefined;
|
|
18888
18979
|
} & {
|
|
18889
18980
|
pathParameters: {
|
|
18890
|
-
|
|
18981
|
+
customerMembershipId: string;
|
|
18891
18982
|
};
|
|
18892
18983
|
} & {
|
|
18893
18984
|
headers: {
|
|
@@ -18902,7 +18993,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18902
18993
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
18903
18994
|
expiresAt?: string | undefined;
|
|
18904
18995
|
};
|
|
18905
|
-
|
|
18996
|
+
customerMembershipId: string;
|
|
18906
18997
|
headers?: {
|
|
18907
18998
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18908
18999
|
"x-access-token"?: string | undefined;
|
|
@@ -18914,7 +19005,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18914
19005
|
};
|
|
18915
19006
|
} & {
|
|
18916
19007
|
pathParameters: {
|
|
18917
|
-
|
|
19008
|
+
customerMembershipId: string;
|
|
18918
19009
|
};
|
|
18919
19010
|
} & {
|
|
18920
19011
|
headers?: Partial<{
|
|
@@ -19348,7 +19439,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19348
19439
|
}, 500, "application/json">>>;
|
|
19349
19440
|
/** Resend the mail for a CustomerInvite. */
|
|
19350
19441
|
resendCustomerInviteMail: (request: {
|
|
19351
|
-
|
|
19442
|
+
customerInviteId: string;
|
|
19352
19443
|
data?: {
|
|
19353
19444
|
[x: string]: unknown;
|
|
19354
19445
|
} | undefined;
|
|
@@ -19362,7 +19453,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19362
19453
|
};
|
|
19363
19454
|
} & {
|
|
19364
19455
|
pathParameters: {
|
|
19365
|
-
|
|
19456
|
+
customerInviteId: string;
|
|
19366
19457
|
};
|
|
19367
19458
|
} & {
|
|
19368
19459
|
headers?: Partial<{
|
|
@@ -21474,6 +21565,12 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21474
21565
|
[x: string]: unknown;
|
|
21475
21566
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21476
21567
|
[x: string]: unknown;
|
|
21568
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21569
|
+
[x: string]: unknown;
|
|
21570
|
+
}, 406, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21571
|
+
[x: string]: unknown;
|
|
21572
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21573
|
+
[x: string]: unknown;
|
|
21477
21574
|
}, 500, "application/json">>>;
|
|
21478
21575
|
/** Get a File's meta. */
|
|
21479
21576
|
getFileMeta: (request: {
|
|
@@ -21497,7 +21594,17 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21497
21594
|
type: string;
|
|
21498
21595
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21499
21596
|
[x: string]: unknown;
|
|
21500
|
-
},
|
|
21597
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21598
|
+
[x: string]: unknown;
|
|
21599
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21600
|
+
[x: string]: unknown;
|
|
21601
|
+
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21602
|
+
[x: string]: unknown;
|
|
21603
|
+
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21604
|
+
[x: string]: unknown;
|
|
21605
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21606
|
+
[x: string]: unknown;
|
|
21607
|
+
}, 500, "application/json">>>;
|
|
21501
21608
|
/** Get a FileUploadToken's rules. */
|
|
21502
21609
|
getFileUploadTokenRules: (request: {
|
|
21503
21610
|
fileUploadToken: string;
|
|
@@ -21529,6 +21636,8 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21529
21636
|
} | undefined;
|
|
21530
21637
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21531
21638
|
[x: string]: unknown;
|
|
21639
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21640
|
+
[x: string]: unknown;
|
|
21532
21641
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21533
21642
|
[x: string]: unknown;
|
|
21534
21643
|
}, 500, "application/json">>>;
|
|
@@ -21563,6 +21672,8 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21563
21672
|
} | undefined;
|
|
21564
21673
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21565
21674
|
[x: string]: unknown;
|
|
21675
|
+
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21676
|
+
[x: string]: unknown;
|
|
21566
21677
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21567
21678
|
[x: string]: unknown;
|
|
21568
21679
|
}, 500, "application/json">>>;
|
|
@@ -21595,8 +21706,14 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21595
21706
|
[x: string]: unknown;
|
|
21596
21707
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21597
21708
|
[x: string]: unknown;
|
|
21709
|
+
}, 401, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21710
|
+
[x: string]: unknown;
|
|
21711
|
+
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21712
|
+
[x: string]: unknown;
|
|
21598
21713
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21599
21714
|
[x: string]: unknown;
|
|
21715
|
+
}, 422, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21716
|
+
[x: string]: unknown;
|
|
21600
21717
|
}, 500, "application/json">>>;
|
|
21601
21718
|
};
|
|
21602
21719
|
/** The mail API allows you to manage your mail accounts. */
|
|
@@ -23861,7 +23978,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23861
23978
|
readonly project: {
|
|
23862
23979
|
/** Accept a ProjectInvite. */
|
|
23863
23980
|
acceptProjectInvite: (request: {
|
|
23864
|
-
|
|
23981
|
+
projectInviteId: string;
|
|
23865
23982
|
data?: {
|
|
23866
23983
|
invitationToken?: string | undefined;
|
|
23867
23984
|
} | undefined;
|
|
@@ -23875,7 +23992,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23875
23992
|
};
|
|
23876
23993
|
} & {
|
|
23877
23994
|
pathParameters: {
|
|
23878
|
-
|
|
23995
|
+
projectInviteId: string;
|
|
23879
23996
|
};
|
|
23880
23997
|
} & {
|
|
23881
23998
|
headers?: Partial<{
|
|
@@ -24017,7 +24134,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24017
24134
|
}, 412, "application/json">>>;
|
|
24018
24135
|
/** Decline a ProjectInvite. */
|
|
24019
24136
|
declineProjectInvite: (request: {
|
|
24020
|
-
|
|
24137
|
+
projectInviteId: string;
|
|
24021
24138
|
data?: {
|
|
24022
24139
|
[x: string]: unknown;
|
|
24023
24140
|
} | undefined;
|
|
@@ -24031,7 +24148,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24031
24148
|
};
|
|
24032
24149
|
} & {
|
|
24033
24150
|
pathParameters: {
|
|
24034
|
-
|
|
24151
|
+
projectInviteId: string;
|
|
24035
24152
|
};
|
|
24036
24153
|
} & {
|
|
24037
24154
|
headers?: Partial<{
|
|
@@ -24101,7 +24218,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24101
24218
|
}, 403, "application/json">>>;
|
|
24102
24219
|
/** Get a ProjectInvite. */
|
|
24103
24220
|
getProjectInvite: (request: {
|
|
24104
|
-
|
|
24221
|
+
projectInviteId: string;
|
|
24105
24222
|
headers?: {
|
|
24106
24223
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24107
24224
|
"x-access-token"?: string | undefined;
|
|
@@ -24112,7 +24229,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24112
24229
|
}> | undefined;
|
|
24113
24230
|
} & {
|
|
24114
24231
|
pathParameters: {
|
|
24115
|
-
|
|
24232
|
+
projectInviteId: string;
|
|
24116
24233
|
};
|
|
24117
24234
|
} & {
|
|
24118
24235
|
headers: {
|
|
@@ -24134,7 +24251,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24134
24251
|
}, 404, "application/json">>>;
|
|
24135
24252
|
/** Delete a ProjectInvite. */
|
|
24136
24253
|
deleteProjectInvite: (request: {
|
|
24137
|
-
|
|
24254
|
+
projectInviteId: string;
|
|
24138
24255
|
headers?: {
|
|
24139
24256
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24140
24257
|
"x-access-token"?: string | undefined;
|
|
@@ -24145,7 +24262,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24145
24262
|
}> | undefined;
|
|
24146
24263
|
} & {
|
|
24147
24264
|
pathParameters: {
|
|
24148
|
-
|
|
24265
|
+
projectInviteId: string;
|
|
24149
24266
|
};
|
|
24150
24267
|
} & {
|
|
24151
24268
|
headers: {
|
|
@@ -24156,7 +24273,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24156
24273
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
24157
24274
|
/** Get a ProjectMembership */
|
|
24158
24275
|
getProjectMembership: (request: {
|
|
24159
|
-
|
|
24276
|
+
projectMembershipId: string;
|
|
24160
24277
|
headers?: {
|
|
24161
24278
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24162
24279
|
"x-access-token"?: string | undefined;
|
|
@@ -24167,7 +24284,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24167
24284
|
}> | undefined;
|
|
24168
24285
|
} & {
|
|
24169
24286
|
pathParameters: {
|
|
24170
|
-
|
|
24287
|
+
projectMembershipId: string;
|
|
24171
24288
|
};
|
|
24172
24289
|
} & {
|
|
24173
24290
|
headers: {
|
|
@@ -24189,7 +24306,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24189
24306
|
}, 404, "application/json">>>;
|
|
24190
24307
|
/** Delete a ProjectMembership. */
|
|
24191
24308
|
deleteProjectMembership: (request: {
|
|
24192
|
-
|
|
24309
|
+
projectMembershipId: string;
|
|
24193
24310
|
headers?: {
|
|
24194
24311
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24195
24312
|
"x-access-token"?: string | undefined;
|
|
@@ -24200,7 +24317,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24200
24317
|
}> | undefined;
|
|
24201
24318
|
} & {
|
|
24202
24319
|
pathParameters: {
|
|
24203
|
-
|
|
24320
|
+
projectMembershipId: string;
|
|
24204
24321
|
};
|
|
24205
24322
|
} & {
|
|
24206
24323
|
headers: {
|
|
@@ -24215,7 +24332,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24215
24332
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
24216
24333
|
expiresAt?: string | undefined;
|
|
24217
24334
|
};
|
|
24218
|
-
|
|
24335
|
+
projectMembershipId: string;
|
|
24219
24336
|
headers?: {
|
|
24220
24337
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24221
24338
|
"x-access-token"?: string | undefined;
|
|
@@ -24227,7 +24344,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24227
24344
|
};
|
|
24228
24345
|
} & {
|
|
24229
24346
|
pathParameters: {
|
|
24230
|
-
|
|
24347
|
+
projectMembershipId: string;
|
|
24231
24348
|
};
|
|
24232
24349
|
} & {
|
|
24233
24350
|
headers?: Partial<{
|
|
@@ -24685,7 +24802,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24685
24802
|
}, 403, "application/json">>>;
|
|
24686
24803
|
/** Resend the mail for a ProjectInvite. */
|
|
24687
24804
|
resendProjectInviteMail: (request: {
|
|
24688
|
-
|
|
24805
|
+
projectInviteId: string;
|
|
24689
24806
|
data?: {
|
|
24690
24807
|
[x: string]: unknown;
|
|
24691
24808
|
} | undefined;
|
|
@@ -24699,7 +24816,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24699
24816
|
};
|
|
24700
24817
|
} & {
|
|
24701
24818
|
pathParameters: {
|
|
24702
|
-
|
|
24819
|
+
projectInviteId: string;
|
|
24703
24820
|
};
|
|
24704
24821
|
} & {
|
|
24705
24822
|
headers?: Partial<{
|