@@ -6431,6 +6431,84 @@ export const extensionGetExtension: OpenAPIOperation<
64316431 operationId : "extension-get-extension" ,
64326432} ;
64336433
6434+ /** Get Extension of own contributor. */
6435+ export const extensionGetOwnExtension : OpenAPIOperation <
6436+ RequestType <
6437+ Simplify < null > ,
6438+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Get . Parameters . Path > ,
6439+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Get . Parameters . Query > ,
6440+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Get . Parameters . Header >
6441+ > ,
6442+ | Response <
6443+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Get . Responses . $200 . Content . ApplicationJson > ,
6444+ 200 ,
6445+ "application/json"
6446+ >
6447+ | Response <
6448+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Get . Responses . $404 . Content . ApplicationJson > ,
6449+ 404 ,
6450+ "application/json"
6451+ >
6452+ | Response <
6453+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Get . Responses . $429 . Content . ApplicationJson > ,
6454+ 429 ,
6455+ "application/json"
6456+ >
6457+ | Response <
6458+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Get . Responses . Default . Content . ApplicationJson > ,
6459+ "default" ,
6460+ "application/json"
6461+ >
6462+ > = {
6463+ path : "/v2/contributors/{contributorId}/extensions/{extensionId}" ,
6464+ method : "GET" ,
6465+ operationId : "extension-get-own-extension" ,
6466+ } ;
6467+
6468+ /** Patch Extension. */
6469+ export const extensionPatchExtension : OpenAPIOperation <
6470+ RequestType <
6471+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Parameters . RequestBody > ,
6472+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Parameters . Path > ,
6473+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Parameters . Query > ,
6474+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Parameters . Header >
6475+ > ,
6476+ | Response <
6477+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Responses . $200 . Content . ApplicationJson > ,
6478+ 200 ,
6479+ "application/json"
6480+ >
6481+ | Response <
6482+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Responses . $400 . Content . ApplicationJson > ,
6483+ 400 ,
6484+ "application/json"
6485+ >
6486+ | Response <
6487+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Responses . $404 . Content . ApplicationJson > ,
6488+ 404 ,
6489+ "application/json"
6490+ >
6491+ | Response <
6492+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Responses . $409 . Content . ApplicationJson > ,
6493+ 409 ,
6494+ "application/json"
6495+ >
6496+ | Response <
6497+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Responses . $429 . Content . ApplicationJson > ,
6498+ 429 ,
6499+ "application/json"
6500+ >
6501+ | Response <
6502+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensionsExtensionId . Patch . Responses . Default . Content . ApplicationJson > ,
6503+ "default" ,
6504+ "application/json"
6505+ >
6506+ > = {
6507+ path : "/v2/contributors/{contributorId}/extensions/{extensionId}" ,
6508+ method : "PATCH" ,
6509+ operationId : "extension-patch-extension" ,
6510+ } ;
6511+
64346512/** Get the public key to verify the webhook signature. */
64356513export const extensionGetPublicKey : OpenAPIOperation <
64366514 RequestType <
@@ -6552,6 +6630,40 @@ export const extensionListOwnExtensions: OpenAPIOperation<
65526630 operationId : "extension-list-own-extensions" ,
65536631} ;
65546632
6633+ /** Register an Extension. */
6634+ export const extensionRegisterExtension : OpenAPIOperation <
6635+ RequestType <
6636+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensions . Post . Parameters . RequestBody > ,
6637+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensions . Post . Parameters . Path > ,
6638+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensions . Post . Parameters . Query > ,
6639+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensions . Post . Parameters . Header >
6640+ > ,
6641+ | Response <
6642+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensions . Post . Responses . $201 . Content . ApplicationJson > ,
6643+ 201 ,
6644+ "application/json"
6645+ >
6646+ | Response <
6647+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensions . Post . Responses . $400 . Content . ApplicationJson > ,
6648+ 400 ,
6649+ "application/json"
6650+ >
6651+ | Response <
6652+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensions . Post . Responses . $429 . Content . ApplicationJson > ,
6653+ 429 ,
6654+ "application/json"
6655+ >
6656+ | Response <
6657+ Simplify < MittwaldAPIV2 . Paths . V2ContributorsContributorIdExtensions . Post . Responses . Default . Content . ApplicationJson > ,
6658+ "default" ,
6659+ "application/json"
6660+ >
6661+ > = {
6662+ path : "/v2/contributors/{contributorId}/extensions" ,
6663+ method : "POST" ,
6664+ operationId : "extension-register-extension" ,
6665+ } ;
6666+
65556667/** Create a File. */
65566668export const fileCreateFile : OpenAPIOperation <
65576669 RequestType <
0 commit comments