Skip to content

Commit

Permalink
feat(#76-support-auth-header): version bump to 0.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
y9Kap committed Oct 23, 2023
1 parent 6a0a4e8 commit 14eb5bc
Show file tree
Hide file tree
Showing 46 changed files with 0 additions and 1,414 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,31 +1,8 @@
/**
* Meetacy Backend API
* _Version 1.0.2 of the `Meetacy` API documentation_. It is recommended to fill in the request body on your own according to the sample provided below. The `Notifications` section is under development.
*
* OpenAPI spec version: 1.0.2
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package app.meetacy.sdk.engine.ktor.response.models

import kotlinx.serialization.Serializable






import kotlinx.serialization.SerialName


/**
*
* @param status
* @param result
*/
@Serializable
internal data class CreateInvitationResponse (

Expand All @@ -36,4 +13,3 @@ internal data class CreateInvitationResponse (
val result: Invitation

)

This file was deleted.

Loading

0 comments on commit 14eb5bc

Please sign in to comment.