diff --git a/docs/swagger/docs.go b/docs/swagger/docs.go index 73f4e20..02afdfd 100644 --- a/docs/swagger/docs.go +++ b/docs/swagger/docs.go @@ -6465,43 +6465,43 @@ const docTemplate = `{ "request.MagazinesCreateRequest": { "type": "object", "required": [ - "created_by_id", + "createdById", "description", - "is_active", - "is_publish", - "page_url", - "published_at", - "status_id", - "thumbnail_path", - "thumbnail_url", + "isActive", + "isPublish", + "pageUrl", + "publishedAt", + "statusId", + "thumbnailPath", + "thumbnailUrl", "title" ], "properties": { - "created_by_id": { + "createdById": { "type": "integer" }, "description": { "type": "string" }, - "is_active": { + "isActive": { "type": "boolean" }, - "is_publish": { + "isPublish": { "type": "boolean" }, - "page_url": { + "pageUrl": { "type": "string" }, - "published_at": { + "publishedAt": { "type": "string" }, - "status_id": { + "statusId": { "type": "integer" }, - "thumbnail_path": { + "thumbnailPath": { "type": "string" }, - "thumbnail_url": { + "thumbnailUrl": { "type": "string" }, "title": { @@ -6512,23 +6512,23 @@ const docTemplate = `{ "request.MagazinesUpdateRequest": { "type": "object", "required": [ - "created_by_id", + "createdById", "description", "id", - "is_active", - "is_publish", - "page_url", - "published_at", - "status_id", - "thumbnail_path", - "thumbnail_url", + "isActive", + "isPublish", + "pageUrl", + "publishedAt", + "statusId", + "thumbnailPath", + "thumbnailUrl", "title" ], "properties": { - "created_at": { + "createdAt": { "type": "string" }, - "created_by_id": { + "createdById": { "type": "integer" }, "description": { @@ -6537,31 +6537,31 @@ const docTemplate = `{ "id": { "type": "integer" }, - "is_active": { + "isActive": { "type": "boolean" }, - "is_publish": { + "isPublish": { "type": "boolean" }, - "page_url": { + "pageUrl": { "type": "string" }, - "published_at": { + "publishedAt": { "type": "string" }, - "status_id": { + "statusId": { "type": "integer" }, - "thumbnail_path": { + "thumbnailPath": { "type": "string" }, - "thumbnail_url": { + "thumbnailUrl": { "type": "string" }, "title": { "type": "string" }, - "updated_at": { + "updatedAt": { "type": "string" } } diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index a2433e1..c99380a 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -6454,43 +6454,43 @@ "request.MagazinesCreateRequest": { "type": "object", "required": [ - "created_by_id", + "createdById", "description", - "is_active", - "is_publish", - "page_url", - "published_at", - "status_id", - "thumbnail_path", - "thumbnail_url", + "isActive", + "isPublish", + "pageUrl", + "publishedAt", + "statusId", + "thumbnailPath", + "thumbnailUrl", "title" ], "properties": { - "created_by_id": { + "createdById": { "type": "integer" }, "description": { "type": "string" }, - "is_active": { + "isActive": { "type": "boolean" }, - "is_publish": { + "isPublish": { "type": "boolean" }, - "page_url": { + "pageUrl": { "type": "string" }, - "published_at": { + "publishedAt": { "type": "string" }, - "status_id": { + "statusId": { "type": "integer" }, - "thumbnail_path": { + "thumbnailPath": { "type": "string" }, - "thumbnail_url": { + "thumbnailUrl": { "type": "string" }, "title": { @@ -6501,23 +6501,23 @@ "request.MagazinesUpdateRequest": { "type": "object", "required": [ - "created_by_id", + "createdById", "description", "id", - "is_active", - "is_publish", - "page_url", - "published_at", - "status_id", - "thumbnail_path", - "thumbnail_url", + "isActive", + "isPublish", + "pageUrl", + "publishedAt", + "statusId", + "thumbnailPath", + "thumbnailUrl", "title" ], "properties": { - "created_at": { + "createdAt": { "type": "string" }, - "created_by_id": { + "createdById": { "type": "integer" }, "description": { @@ -6526,31 +6526,31 @@ "id": { "type": "integer" }, - "is_active": { + "isActive": { "type": "boolean" }, - "is_publish": { + "isPublish": { "type": "boolean" }, - "page_url": { + "pageUrl": { "type": "string" }, - "published_at": { + "publishedAt": { "type": "string" }, - "status_id": { + "statusId": { "type": "integer" }, - "thumbnail_path": { + "thumbnailPath": { "type": "string" }, - "thumbnail_url": { + "thumbnailUrl": { "type": "string" }, "title": { "type": "string" }, - "updated_at": { + "updatedAt": { "type": "string" } } diff --git a/docs/swagger/swagger.yaml b/docs/swagger/swagger.yaml index 9fcf080..72f24e9 100644 --- a/docs/swagger/swagger.yaml +++ b/docs/swagger/swagger.yaml @@ -267,77 +267,77 @@ definitions: type: object request.MagazinesCreateRequest: properties: - created_by_id: + createdById: type: integer description: type: string - is_active: + isActive: type: boolean - is_publish: + isPublish: type: boolean - page_url: + pageUrl: type: string - published_at: + publishedAt: type: string - status_id: + statusId: type: integer - thumbnail_path: + thumbnailPath: type: string - thumbnail_url: + thumbnailUrl: type: string title: type: string required: - - created_by_id + - createdById - description - - is_active - - is_publish - - page_url - - published_at - - status_id - - thumbnail_path - - thumbnail_url + - isActive + - isPublish + - pageUrl + - publishedAt + - statusId + - thumbnailPath + - thumbnailUrl - title type: object request.MagazinesUpdateRequest: properties: - created_at: + createdAt: type: string - created_by_id: + createdById: type: integer description: type: string id: type: integer - is_active: + isActive: type: boolean - is_publish: + isPublish: type: boolean - page_url: + pageUrl: type: string - published_at: + publishedAt: type: string - status_id: + statusId: type: integer - thumbnail_path: + thumbnailPath: type: string - thumbnail_url: + thumbnailUrl: type: string title: type: string - updated_at: + updatedAt: type: string required: - - created_by_id + - createdById - description - id - - is_active - - is_publish - - page_url - - published_at - - status_id - - thumbnail_path - - thumbnail_url + - isActive + - isPublish + - pageUrl + - publishedAt + - statusId + - thumbnailPath + - thumbnailUrl - title type: object request.MasterMenusCreateRequest: