@mittwald/api-client 3.1.24 → 3.1.25
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 +5 -5
- package/dist/react.d.mts +18 -18
- package/dist/react.d.ts +18 -18
- package/dist/react.mjs +6 -6
- package/dist/shared/{api-client.5e52ab92.mjs → api-client.519928b6.mjs} +23 -23
- package/dist/shared/{api-client.90ea7dba.d.mts → api-client.d04e5a06.d.mts} +159 -275
- package/dist/shared/{api-client.90ea7dba.d.ts → api-client.d04e5a06.d.ts} +159 -275
- 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.V2CustomerInvitesInviteIdActionsAccept.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsAccept.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.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsDecline.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.V2CustomerInvitesInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.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.V2CustomerInvitesInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteId.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.V2CustomerMembershipsMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.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.V2CustomerMembershipsMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.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.V2CustomerMembershipsMembershipId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerMembershipsMembershipId.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.V2CustomerInvitesInviteIdActionsResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2CustomerInvitesInviteIdActionsResend.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.$
|
|
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">>;
|
|
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.$
|
|
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">>;
|
|
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.$
|
|
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">>;
|
|
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.$
|
|
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">>;
|
|
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.$
|
|
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">>;
|
|
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,29 +403,27 @@ 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.
|
|
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">>;
|
|
406
|
+
declare const projectAcceptProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsAccept.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
409
407
|
/** Create a ProjectInvite. */
|
|
410
|
-
declare const projectCreateProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
408
|
+
declare const projectCreateProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectProjectIdInvites.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
411
409
|
/** Create a Project belonging to a Server. */
|
|
412
410
|
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
411
|
/** Decline a ProjectInvite. */
|
|
414
|
-
declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
412
|
+
declare const projectDeclineProjectInvite: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsDecline.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
415
413
|
/** Request a Project avatar upload. */
|
|
416
414
|
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
415
|
/** Delete a Project's avatar. */
|
|
418
416
|
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
417
|
/** Get a ProjectInvite. */
|
|
420
|
-
declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
418
|
+
declare const projectGetProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
421
419
|
/** Delete a ProjectInvite. */
|
|
422
|
-
declare const projectDeleteProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
420
|
+
declare const projectDeleteProjectInvite: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
423
421
|
/** Get a ProjectMembership */
|
|
424
|
-
declare const projectGetProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
422
|
+
declare const projectGetProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
425
423
|
/** Delete a ProjectMembership. */
|
|
426
|
-
declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.
|
|
424
|
+
declare const projectDeleteProjectMembership: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Delete.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
427
425
|
/** Update a ProjectMembership. */
|
|
428
|
-
declare const projectUpdateProjectMembership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.
|
|
426
|
+
declare const projectUpdateProjectMembership: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectMembershipsMembershipId.Patch.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
429
427
|
/** Get a Project. */
|
|
430
428
|
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
429
|
/** Delete a Project. */
|
|
@@ -452,6 +450,8 @@ declare const projectGetSelfMembershipForProject: OpenAPIOperation<RequestType<S
|
|
|
452
450
|
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">>;
|
|
453
451
|
/** Leave a Project. */
|
|
454
452
|
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.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectInvitesInviteIdActionsResend.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. */
|
|
@@ -1397,10 +1397,6 @@ 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
|
-
}
|
|
1404
1400
|
namespace ProjectCreateProjectInvite {
|
|
1405
1401
|
type RequestData = RequestData<typeof projectCreateProjectInvite>;
|
|
1406
1402
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof projectCreateProjectInvite, TStatus>;
|
|
@@ -1493,6 +1489,10 @@ declare namespace MittwaldAPIV2 {
|
|
|
1493
1489
|
type RequestData = RequestData<typeof projectLeaveProject>;
|
|
1494
1490
|
type ResponseData<TStatus extends HttpStatus = 200> = ResponseData<typeof projectLeaveProject, TStatus>;
|
|
1495
1491
|
}
|
|
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 V2CustomerInvitesInviteIdActionsAccept {
|
|
6488
6488
|
namespace Post {
|
|
6489
6489
|
namespace Parameters {
|
|
6490
6490
|
type Path = {
|
|
6491
|
-
|
|
6491
|
+
inviteId: 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 V2CustomerInvitesInviteIdActionsDecline {
|
|
6720
6720
|
namespace Post {
|
|
6721
6721
|
namespace Parameters {
|
|
6722
6722
|
type Path = {
|
|
6723
|
-
|
|
6723
|
+
inviteId: 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 V2CustomerInvitesInviteId {
|
|
6842
6842
|
namespace Get {
|
|
6843
6843
|
namespace Parameters {
|
|
6844
6844
|
type Path = {
|
|
6845
|
-
|
|
6845
|
+
inviteId: 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
|
+
inviteId: 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 V2CustomerMembershipsMembershipId {
|
|
6897
6897
|
namespace Get {
|
|
6898
6898
|
namespace Parameters {
|
|
6899
6899
|
type Path = {
|
|
6900
|
-
|
|
6900
|
+
membershipId: 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
|
+
membershipId: 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
|
+
membershipId: 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 V2CustomerInvitesInviteIdActionsResend {
|
|
7424
7424
|
namespace Post {
|
|
7425
7425
|
namespace Parameters {
|
|
7426
7426
|
type Path = {
|
|
7427
|
-
|
|
7427
|
+
inviteId: string;
|
|
7428
7428
|
};
|
|
7429
7429
|
interface RequestBody {
|
|
7430
7430
|
[k: string]: unknown;
|
|
@@ -9501,27 +9501,6 @@ 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
|
-
}
|
|
9525
9504
|
namespace $500 {
|
|
9526
9505
|
namespace Content {
|
|
9527
9506
|
interface ApplicationJson {
|
|
@@ -9554,27 +9533,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9554
9533
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileMeta;
|
|
9555
9534
|
}
|
|
9556
9535
|
}
|
|
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
|
-
}
|
|
9578
9536
|
namespace $404 {
|
|
9579
9537
|
namespace Content {
|
|
9580
9538
|
interface ApplicationJson {
|
|
@@ -9582,20 +9540,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9582
9540
|
}
|
|
9583
9541
|
}
|
|
9584
9542
|
}
|
|
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
|
-
}
|
|
9599
9543
|
namespace Default {
|
|
9600
9544
|
namespace Content {
|
|
9601
9545
|
interface ApplicationJson {
|
|
@@ -9621,13 +9565,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9621
9565
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
9622
9566
|
}
|
|
9623
9567
|
}
|
|
9624
|
-
namespace $400 {
|
|
9625
|
-
namespace Content {
|
|
9626
|
-
interface ApplicationJson {
|
|
9627
|
-
[k: string]: unknown;
|
|
9628
|
-
}
|
|
9629
|
-
}
|
|
9630
|
-
}
|
|
9631
9568
|
namespace $404 {
|
|
9632
9569
|
namespace Content {
|
|
9633
9570
|
interface ApplicationJson {
|
|
@@ -9667,13 +9604,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9667
9604
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.FileFileUploadRules;
|
|
9668
9605
|
}
|
|
9669
9606
|
}
|
|
9670
|
-
namespace $400 {
|
|
9671
|
-
namespace Content {
|
|
9672
|
-
interface ApplicationJson {
|
|
9673
|
-
[k: string]: unknown;
|
|
9674
|
-
}
|
|
9675
|
-
}
|
|
9676
|
-
}
|
|
9677
9607
|
namespace $404 {
|
|
9678
9608
|
namespace Content {
|
|
9679
9609
|
interface ApplicationJson {
|
|
@@ -9726,20 +9656,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9726
9656
|
}
|
|
9727
9657
|
}
|
|
9728
9658
|
}
|
|
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
|
-
}
|
|
9743
9659
|
namespace $404 {
|
|
9744
9660
|
namespace Content {
|
|
9745
9661
|
interface ApplicationJson {
|
|
@@ -9747,13 +9663,6 @@ declare namespace MittwaldAPIV2 {
|
|
|
9747
9663
|
}
|
|
9748
9664
|
}
|
|
9749
9665
|
}
|
|
9750
|
-
namespace $422 {
|
|
9751
|
-
namespace Content {
|
|
9752
|
-
interface ApplicationJson {
|
|
9753
|
-
[k: string]: unknown;
|
|
9754
|
-
}
|
|
9755
|
-
}
|
|
9756
|
-
}
|
|
9757
9666
|
namespace $500 {
|
|
9758
9667
|
namespace Content {
|
|
9759
9668
|
interface ApplicationJson {
|
|
@@ -11970,11 +11879,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
11970
11879
|
}
|
|
11971
11880
|
}
|
|
11972
11881
|
namespace V2PasswordPoliciesPath { }
|
|
11973
|
-
namespace
|
|
11882
|
+
namespace V2ProjectInvitesInviteIdActionsAccept {
|
|
11974
11883
|
namespace Post {
|
|
11975
11884
|
namespace Parameters {
|
|
11976
11885
|
type Path = {
|
|
11977
|
-
|
|
11886
|
+
inviteId: string;
|
|
11978
11887
|
};
|
|
11979
11888
|
interface RequestBody {
|
|
11980
11889
|
/**
|
|
@@ -12022,41 +11931,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12022
11931
|
}
|
|
12023
11932
|
}
|
|
12024
11933
|
}
|
|
12025
|
-
namespace V2ProjectProjectIdInvites {
|
|
12026
|
-
namespace V2ProjectsProjectIdInvites {
|
|
12027
|
-
namespace Get {
|
|
12028
|
-
namespace Parameters {
|
|
12029
|
-
type Path = {
|
|
12030
|
-
projectId: string;
|
|
12031
|
-
};
|
|
12032
|
-
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12033
|
-
type Query = {
|
|
12034
|
-
limit?: number;
|
|
12035
|
-
skip?: number;
|
|
12036
|
-
};
|
|
12037
|
-
}
|
|
12038
|
-
namespace Responses {
|
|
12039
|
-
namespace $200 {
|
|
12040
|
-
namespace Content {
|
|
12041
|
-
type ApplicationJson = MittwaldAPIV2.Components.Schemas.MembershipProjectInvite[];
|
|
12042
|
-
}
|
|
12043
|
-
}
|
|
12044
|
-
namespace $404 {
|
|
12045
|
-
namespace Content {
|
|
12046
|
-
interface ApplicationJson {
|
|
12047
|
-
[k: string]: unknown;
|
|
12048
|
-
}
|
|
12049
|
-
}
|
|
12050
|
-
}
|
|
12051
|
-
namespace Default {
|
|
12052
|
-
namespace Content {
|
|
12053
|
-
interface ApplicationJson {
|
|
12054
|
-
[k: string]: unknown;
|
|
12055
|
-
}
|
|
12056
|
-
}
|
|
12057
|
-
}
|
|
12058
|
-
}
|
|
12059
|
-
}
|
|
11934
|
+
namespace V2ProjectProjectIdInvites {
|
|
12060
11935
|
namespace Post {
|
|
12061
11936
|
namespace Parameters {
|
|
12062
11937
|
type Path = {
|
|
@@ -12164,11 +12039,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12164
12039
|
}
|
|
12165
12040
|
}
|
|
12166
12041
|
}
|
|
12167
|
-
namespace
|
|
12042
|
+
namespace V2ProjectInvitesInviteIdActionsDecline {
|
|
12168
12043
|
namespace Post {
|
|
12169
12044
|
namespace Parameters {
|
|
12170
12045
|
type Path = {
|
|
12171
|
-
|
|
12046
|
+
inviteId: string;
|
|
12172
12047
|
};
|
|
12173
12048
|
interface RequestBody {
|
|
12174
12049
|
[k: string]: unknown;
|
|
@@ -12271,11 +12146,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12271
12146
|
}
|
|
12272
12147
|
}
|
|
12273
12148
|
}
|
|
12274
|
-
namespace
|
|
12149
|
+
namespace V2ProjectInvitesInviteId {
|
|
12275
12150
|
namespace Get {
|
|
12276
12151
|
namespace Parameters {
|
|
12277
12152
|
type Path = {
|
|
12278
|
-
|
|
12153
|
+
inviteId: string;
|
|
12279
12154
|
};
|
|
12280
12155
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12281
12156
|
type Query = {};
|
|
@@ -12305,7 +12180,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12305
12180
|
namespace Delete {
|
|
12306
12181
|
namespace Parameters {
|
|
12307
12182
|
type Path = {
|
|
12308
|
-
|
|
12183
|
+
inviteId: string;
|
|
12309
12184
|
};
|
|
12310
12185
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12311
12186
|
type Query = {};
|
|
@@ -12326,11 +12201,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
12326
12201
|
}
|
|
12327
12202
|
}
|
|
12328
12203
|
}
|
|
12329
|
-
namespace
|
|
12204
|
+
namespace V2ProjectMembershipsMembershipId {
|
|
12330
12205
|
namespace Get {
|
|
12331
12206
|
namespace Parameters {
|
|
12332
12207
|
type Path = {
|
|
12333
|
-
|
|
12208
|
+
membershipId: string;
|
|
12334
12209
|
};
|
|
12335
12210
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12336
12211
|
type Query = {};
|
|
@@ -12360,7 +12235,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12360
12235
|
namespace Delete {
|
|
12361
12236
|
namespace Parameters {
|
|
12362
12237
|
type Path = {
|
|
12363
|
-
|
|
12238
|
+
membershipId: string;
|
|
12364
12239
|
};
|
|
12365
12240
|
type Header = {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
|
|
12366
12241
|
type Query = {};
|
|
@@ -12383,7 +12258,7 @@ declare namespace MittwaldAPIV2 {
|
|
|
12383
12258
|
namespace Patch {
|
|
12384
12259
|
namespace Parameters {
|
|
12385
12260
|
type Path = {
|
|
12386
|
-
|
|
12261
|
+
membershipId: string;
|
|
12387
12262
|
};
|
|
12388
12263
|
interface RequestBody {
|
|
12389
12264
|
/**
|
|
@@ -12951,6 +12826,41 @@ declare namespace MittwaldAPIV2 {
|
|
|
12951
12826
|
}
|
|
12952
12827
|
}
|
|
12953
12828
|
}
|
|
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
|
+
}
|
|
12954
12864
|
namespace V2ProjectsProjectIdMemberships {
|
|
12955
12865
|
namespace Get {
|
|
12956
12866
|
namespace Parameters {
|
|
@@ -13146,11 +13056,11 @@ declare namespace MittwaldAPIV2 {
|
|
|
13146
13056
|
}
|
|
13147
13057
|
}
|
|
13148
13058
|
}
|
|
13149
|
-
namespace
|
|
13059
|
+
namespace V2ProjectInvitesInviteIdActionsResend {
|
|
13150
13060
|
namespace Post {
|
|
13151
13061
|
namespace Parameters {
|
|
13152
13062
|
type Path = {
|
|
13153
|
-
|
|
13063
|
+
inviteId: string;
|
|
13154
13064
|
};
|
|
13155
13065
|
interface RequestBody {
|
|
13156
13066
|
[k: string]: unknown;
|
|
@@ -18522,7 +18432,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18522
18432
|
readonly customer: {
|
|
18523
18433
|
/** Accept a CustomerInvite. */
|
|
18524
18434
|
acceptCustomerInvite: (request: {
|
|
18525
|
-
|
|
18435
|
+
inviteId: string;
|
|
18526
18436
|
data?: {
|
|
18527
18437
|
invitationToken?: string | undefined;
|
|
18528
18438
|
} | undefined;
|
|
@@ -18536,7 +18446,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18536
18446
|
};
|
|
18537
18447
|
} & {
|
|
18538
18448
|
pathParameters: {
|
|
18539
|
-
|
|
18449
|
+
inviteId: string;
|
|
18540
18450
|
};
|
|
18541
18451
|
} & {
|
|
18542
18452
|
headers?: Partial<{
|
|
@@ -18751,7 +18661,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18751
18661
|
}, 400, "application/json">>>;
|
|
18752
18662
|
/** Decline a CustomerInvite. */
|
|
18753
18663
|
declineCustomerInvite: (request: {
|
|
18754
|
-
|
|
18664
|
+
inviteId: string;
|
|
18755
18665
|
data?: {
|
|
18756
18666
|
[x: string]: unknown;
|
|
18757
18667
|
} | undefined;
|
|
@@ -18765,7 +18675,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18765
18675
|
};
|
|
18766
18676
|
} & {
|
|
18767
18677
|
pathParameters: {
|
|
18768
|
-
|
|
18678
|
+
inviteId: string;
|
|
18769
18679
|
};
|
|
18770
18680
|
} & {
|
|
18771
18681
|
headers?: Partial<{
|
|
@@ -18879,7 +18789,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18879
18789
|
}, 200, "application/json">>>;
|
|
18880
18790
|
/** Get a CustomerInvite. */
|
|
18881
18791
|
getCustomerInvite: (request: {
|
|
18882
|
-
|
|
18792
|
+
inviteId: string;
|
|
18883
18793
|
headers?: {
|
|
18884
18794
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18885
18795
|
"x-access-token"?: string | undefined;
|
|
@@ -18890,7 +18800,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18890
18800
|
}> | undefined;
|
|
18891
18801
|
} & {
|
|
18892
18802
|
pathParameters: {
|
|
18893
|
-
|
|
18803
|
+
inviteId: string;
|
|
18894
18804
|
};
|
|
18895
18805
|
} & {
|
|
18896
18806
|
headers: {
|
|
@@ -18913,7 +18823,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18913
18823
|
}, 404, "application/json">>>;
|
|
18914
18824
|
/** Delete a CustomerInvite. */
|
|
18915
18825
|
deleteCustomerInvite: (request: {
|
|
18916
|
-
|
|
18826
|
+
inviteId: string;
|
|
18917
18827
|
headers?: {
|
|
18918
18828
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18919
18829
|
"x-access-token"?: string | undefined;
|
|
@@ -18924,7 +18834,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18924
18834
|
}> | undefined;
|
|
18925
18835
|
} & {
|
|
18926
18836
|
pathParameters: {
|
|
18927
|
-
|
|
18837
|
+
inviteId: string;
|
|
18928
18838
|
};
|
|
18929
18839
|
} & {
|
|
18930
18840
|
headers: {
|
|
@@ -18935,7 +18845,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18935
18845
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
18936
18846
|
/** Get a CustomerMembership. */
|
|
18937
18847
|
getCustomerMembership: (request: {
|
|
18938
|
-
|
|
18848
|
+
membershipId: string;
|
|
18939
18849
|
headers?: {
|
|
18940
18850
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18941
18851
|
"x-access-token"?: string | undefined;
|
|
@@ -18946,7 +18856,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18946
18856
|
}> | undefined;
|
|
18947
18857
|
} & {
|
|
18948
18858
|
pathParameters: {
|
|
18949
|
-
|
|
18859
|
+
membershipId: string;
|
|
18950
18860
|
};
|
|
18951
18861
|
} & {
|
|
18952
18862
|
headers: {
|
|
@@ -18967,7 +18877,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18967
18877
|
}, 404, "application/json">>>;
|
|
18968
18878
|
/** Delete a CustomerMembership. */
|
|
18969
18879
|
deleteCustomerMembership: (request: {
|
|
18970
|
-
|
|
18880
|
+
membershipId: string;
|
|
18971
18881
|
headers?: {
|
|
18972
18882
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18973
18883
|
"x-access-token"?: string | undefined;
|
|
@@ -18978,7 +18888,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18978
18888
|
}> | undefined;
|
|
18979
18889
|
} & {
|
|
18980
18890
|
pathParameters: {
|
|
18981
|
-
|
|
18891
|
+
membershipId: string;
|
|
18982
18892
|
};
|
|
18983
18893
|
} & {
|
|
18984
18894
|
headers: {
|
|
@@ -18993,7 +18903,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
18993
18903
|
role: MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
|
|
18994
18904
|
expiresAt?: string | undefined;
|
|
18995
18905
|
};
|
|
18996
|
-
|
|
18906
|
+
membershipId: string;
|
|
18997
18907
|
headers?: {
|
|
18998
18908
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
18999
18909
|
"x-access-token"?: string | undefined;
|
|
@@ -19005,7 +18915,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19005
18915
|
};
|
|
19006
18916
|
} & {
|
|
19007
18917
|
pathParameters: {
|
|
19008
|
-
|
|
18918
|
+
membershipId: string;
|
|
19009
18919
|
};
|
|
19010
18920
|
} & {
|
|
19011
18921
|
headers?: Partial<{
|
|
@@ -19439,7 +19349,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19439
19349
|
}, 500, "application/json">>>;
|
|
19440
19350
|
/** Resend the mail for a CustomerInvite. */
|
|
19441
19351
|
resendCustomerInviteMail: (request: {
|
|
19442
|
-
|
|
19352
|
+
inviteId: string;
|
|
19443
19353
|
data?: {
|
|
19444
19354
|
[x: string]: unknown;
|
|
19445
19355
|
} | undefined;
|
|
@@ -19453,7 +19363,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
19453
19363
|
};
|
|
19454
19364
|
} & {
|
|
19455
19365
|
pathParameters: {
|
|
19456
|
-
|
|
19366
|
+
inviteId: string;
|
|
19457
19367
|
};
|
|
19458
19368
|
} & {
|
|
19459
19369
|
headers?: Partial<{
|
|
@@ -21565,12 +21475,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21565
21475
|
[x: string]: unknown;
|
|
21566
21476
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21567
21477
|
[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;
|
|
21574
21478
|
}, 500, "application/json">>>;
|
|
21575
21479
|
/** Get a File's meta. */
|
|
21576
21480
|
getFileMeta: (request: {
|
|
@@ -21594,17 +21498,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21594
21498
|
type: string;
|
|
21595
21499
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21596
21500
|
[x: string]: unknown;
|
|
21597
|
-
},
|
|
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
|
+
}, 404, "application/json">>>;
|
|
21608
21502
|
/** Get a FileUploadToken's rules. */
|
|
21609
21503
|
getFileUploadTokenRules: (request: {
|
|
21610
21504
|
fileUploadToken: string;
|
|
@@ -21636,8 +21530,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21636
21530
|
} | undefined;
|
|
21637
21531
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21638
21532
|
[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;
|
|
21641
21533
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21642
21534
|
[x: string]: unknown;
|
|
21643
21535
|
}, 500, "application/json">>>;
|
|
@@ -21672,8 +21564,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21672
21564
|
} | undefined;
|
|
21673
21565
|
}, 200, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21674
21566
|
[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;
|
|
21677
21567
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21678
21568
|
[x: string]: unknown;
|
|
21679
21569
|
}, 500, "application/json">>>;
|
|
@@ -21706,14 +21596,8 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
21706
21596
|
[x: string]: unknown;
|
|
21707
21597
|
}, 400, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21708
21598
|
[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;
|
|
21713
21599
|
}, 404, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
21714
21600
|
[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;
|
|
21717
21601
|
}, 500, "application/json">>>;
|
|
21718
21602
|
};
|
|
21719
21603
|
/** The mail API allows you to manage your mail accounts. */
|
|
@@ -23978,7 +23862,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23978
23862
|
readonly project: {
|
|
23979
23863
|
/** Accept a ProjectInvite. */
|
|
23980
23864
|
acceptProjectInvite: (request: {
|
|
23981
|
-
|
|
23865
|
+
inviteId: string;
|
|
23982
23866
|
data?: {
|
|
23983
23867
|
invitationToken?: string | undefined;
|
|
23984
23868
|
} | undefined;
|
|
@@ -23992,7 +23876,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
23992
23876
|
};
|
|
23993
23877
|
} & {
|
|
23994
23878
|
pathParameters: {
|
|
23995
|
-
|
|
23879
|
+
inviteId: string;
|
|
23996
23880
|
};
|
|
23997
23881
|
} & {
|
|
23998
23882
|
headers?: Partial<{
|
|
@@ -24011,42 +23895,6 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24011
23895
|
}, 403, "application/json"> | _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{
|
|
24012
23896
|
[x: string]: unknown;
|
|
24013
23897
|
}, 412, "application/json">>>;
|
|
24014
|
-
/** List Invites belonging to a Project. */
|
|
24015
|
-
listInvitesForProject: (request: {
|
|
24016
|
-
projectId: string;
|
|
24017
|
-
headers?: {
|
|
24018
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24019
|
-
"x-access-token"?: string | undefined;
|
|
24020
|
-
} | undefined;
|
|
24021
|
-
queryParameters?: {
|
|
24022
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24023
|
-
limit?: number | undefined;
|
|
24024
|
-
skip?: number | undefined;
|
|
24025
|
-
} | undefined;
|
|
24026
|
-
}) => _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<{
|
|
24027
|
-
headers?: Partial<{
|
|
24028
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24029
|
-
}> | undefined;
|
|
24030
|
-
} & {
|
|
24031
|
-
pathParameters: {
|
|
24032
|
-
projectId: string;
|
|
24033
|
-
};
|
|
24034
|
-
} & {
|
|
24035
|
-
queryParameters: {
|
|
24036
|
-
limit?: number | undefined;
|
|
24037
|
-
skip?: number | undefined;
|
|
24038
|
-
} & Partial<{
|
|
24039
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24040
|
-
}>;
|
|
24041
|
-
} & {
|
|
24042
|
-
headers: {
|
|
24043
|
-
"x-access-token"?: string | undefined;
|
|
24044
|
-
} & Partial<{
|
|
24045
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24046
|
-
}>; /** Get a specific `AppVersion`. */
|
|
24047
|
-
}, _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<{
|
|
24048
|
-
[x: string]: unknown;
|
|
24049
|
-
}, 404, "application/json">>>;
|
|
24050
23898
|
/** Create a ProjectInvite. */
|
|
24051
23899
|
createProjectInvite: (request: {
|
|
24052
23900
|
data: {
|
|
@@ -24134,7 +23982,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24134
23982
|
}, 412, "application/json">>>;
|
|
24135
23983
|
/** Decline a ProjectInvite. */
|
|
24136
23984
|
declineProjectInvite: (request: {
|
|
24137
|
-
|
|
23985
|
+
inviteId: string;
|
|
24138
23986
|
data?: {
|
|
24139
23987
|
[x: string]: unknown;
|
|
24140
23988
|
} | undefined;
|
|
@@ -24148,7 +23996,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24148
23996
|
};
|
|
24149
23997
|
} & {
|
|
24150
23998
|
pathParameters: {
|
|
24151
|
-
|
|
23999
|
+
inviteId: string;
|
|
24152
24000
|
};
|
|
24153
24001
|
} & {
|
|
24154
24002
|
headers?: Partial<{
|
|
@@ -24218,7 +24066,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24218
24066
|
}, 403, "application/json">>>;
|
|
24219
24067
|
/** Get a ProjectInvite. */
|
|
24220
24068
|
getProjectInvite: (request: {
|
|
24221
|
-
|
|
24069
|
+
inviteId: string;
|
|
24222
24070
|
headers?: {
|
|
24223
24071
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24224
24072
|
"x-access-token"?: string | undefined;
|
|
@@ -24229,7 +24077,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24229
24077
|
}> | undefined;
|
|
24230
24078
|
} & {
|
|
24231
24079
|
pathParameters: {
|
|
24232
|
-
|
|
24080
|
+
inviteId: string;
|
|
24233
24081
|
};
|
|
24234
24082
|
} & {
|
|
24235
24083
|
headers: {
|
|
@@ -24251,7 +24099,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24251
24099
|
}, 404, "application/json">>>;
|
|
24252
24100
|
/** Delete a ProjectInvite. */
|
|
24253
24101
|
deleteProjectInvite: (request: {
|
|
24254
|
-
|
|
24102
|
+
inviteId: string;
|
|
24255
24103
|
headers?: {
|
|
24256
24104
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24257
24105
|
"x-access-token"?: string | undefined;
|
|
@@ -24262,7 +24110,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24262
24110
|
}> | undefined;
|
|
24263
24111
|
} & {
|
|
24264
24112
|
pathParameters: {
|
|
24265
|
-
|
|
24113
|
+
inviteId: string;
|
|
24266
24114
|
};
|
|
24267
24115
|
} & {
|
|
24268
24116
|
headers: {
|
|
@@ -24273,7 +24121,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24273
24121
|
}, _yarn___virtual____mittwald_api_client_commons_virtual_7b98ca03c4_1_packages_commons_dist_shared_api_client_commons_5e434015_mjs.R<{}, 204, "empty">>>;
|
|
24274
24122
|
/** Get a ProjectMembership */
|
|
24275
24123
|
getProjectMembership: (request: {
|
|
24276
|
-
|
|
24124
|
+
membershipId: string;
|
|
24277
24125
|
headers?: {
|
|
24278
24126
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24279
24127
|
"x-access-token"?: string | undefined;
|
|
@@ -24284,7 +24132,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24284
24132
|
}> | undefined;
|
|
24285
24133
|
} & {
|
|
24286
24134
|
pathParameters: {
|
|
24287
|
-
|
|
24135
|
+
membershipId: string;
|
|
24288
24136
|
};
|
|
24289
24137
|
} & {
|
|
24290
24138
|
headers: {
|
|
@@ -24306,7 +24154,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24306
24154
|
}, 404, "application/json">>>;
|
|
24307
24155
|
/** Delete a ProjectMembership. */
|
|
24308
24156
|
deleteProjectMembership: (request: {
|
|
24309
|
-
|
|
24157
|
+
membershipId: string;
|
|
24310
24158
|
headers?: {
|
|
24311
24159
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24312
24160
|
"x-access-token"?: string | undefined;
|
|
@@ -24317,7 +24165,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24317
24165
|
}> | undefined;
|
|
24318
24166
|
} & {
|
|
24319
24167
|
pathParameters: {
|
|
24320
|
-
|
|
24168
|
+
membershipId: string;
|
|
24321
24169
|
};
|
|
24322
24170
|
} & {
|
|
24323
24171
|
headers: {
|
|
@@ -24332,7 +24180,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24332
24180
|
role: MittwaldAPIV2.Components.Schemas.MembershipProjectRoles;
|
|
24333
24181
|
expiresAt?: string | undefined;
|
|
24334
24182
|
};
|
|
24335
|
-
|
|
24183
|
+
membershipId: string;
|
|
24336
24184
|
headers?: {
|
|
24337
24185
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
24338
24186
|
"x-access-token"?: string | undefined;
|
|
@@ -24344,7 +24192,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24344
24192
|
};
|
|
24345
24193
|
} & {
|
|
24346
24194
|
pathParameters: {
|
|
24347
|
-
|
|
24195
|
+
membershipId: string;
|
|
24348
24196
|
};
|
|
24349
24197
|
} & {
|
|
24350
24198
|
headers?: Partial<{
|
|
@@ -24618,6 +24466,42 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24618
24466
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
24619
24467
|
}>; /** Get a specific `AppVersion`. */
|
|
24620
24468
|
}, _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">>>;
|
|
24621
24505
|
/** List Memberships belonging to a Project. */
|
|
24622
24506
|
listMembershipsForProject: (request: {
|
|
24623
24507
|
projectId: string;
|
|
@@ -24802,7 +24686,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24802
24686
|
}, 403, "application/json">>>;
|
|
24803
24687
|
/** Resend the mail for a ProjectInvite. */
|
|
24804
24688
|
resendProjectInviteMail: (request: {
|
|
24805
|
-
|
|
24689
|
+
inviteId: string;
|
|
24806
24690
|
data?: {
|
|
24807
24691
|
[x: string]: unknown;
|
|
24808
24692
|
} | undefined;
|
|
@@ -24816,7 +24700,7 @@ declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
24816
24700
|
};
|
|
24817
24701
|
} & {
|
|
24818
24702
|
pathParameters: {
|
|
24819
|
-
|
|
24703
|
+
inviteId: string;
|
|
24820
24704
|
};
|
|
24821
24705
|
} & {
|
|
24822
24706
|
headers?: Partial<{
|