Socket
Socket
Sign inDemoInstall

@ppotto/social-api-client

Package Overview
Dependencies
9
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

open-api-spec.json

@@ -1,1 +0,1 @@

{"openapi":"3.0.0","paths":{"/check":{"get":{"operationId":"AppController_getHello","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"string"}}}}},"tags":["health"]}},"/share-album/{id}":{"get":{"operationId":"ShareAlbumController_getShareAlbum","summary":"κ³΅μœ μ•¨λ²” 쑰회","description":"κ³΅μœ μ•¨λ²”μ„ μ‘°νšŒν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetSharedAlbumResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]},"patch":{"operationId":"ShareAlbumController_modifyShareAlbum","summary":"κ³΅μœ μ•¨λ²” μˆ˜μ •","description":"κ³΅μœ μ•¨λ²”μ„ μˆ˜μ •ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumResponse"}}}},"400":{"description":""},"404":{"description":""},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album":{"get":{"operationId":"ShareAlbumController_getShareAlbums","summary":"κ³΅μœ μ•¨λ²” 리슀트 쑰회","description":"κ³΅μœ μ•¨λ²” 리슀트λ₯Ό μ‘°νšŒν•©λ‹ˆλ‹€.","parameters":[{"name":"userId","required":true,"in":"query","description":"μœ μ € 아이디","example":1,"schema":{"type":"number"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetSharedAlbumsResponse"}}}},"400":{"description":""},"404":{"description":""},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]},"post":{"operationId":"ShareAlbumController_createShareAlbum","summary":"κ³΅μœ μ•¨λ²” 생성","description":"κ³΅μœ μ•¨λ²”μ„ μƒμ„±ν•©λ‹ˆλ‹€.","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumRequest"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumResponse"}}}},"400":{"description":""},"404":{"description":""},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album/{id}/invite-code":{"post":{"operationId":"ShareAlbumController_createShareAlbumInviteCode","summary":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œ 생성","description":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œλ₯Ό μƒμ„±ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumInviteCodeResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album/invite-code/{code}":{"post":{"operationId":"ShareAlbumController_joinShareAlbumByInviteCode","summary":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œλ‘œ κ³΅μœ μ•¨λ²” κ°€μž…","description":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œλ‘œ κ³΅μœ μ•¨λ²”μ— κ°€μž…ν•©λ‹ˆλ‹€.","parameters":[{"name":"code","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œ","example":"I8Q32D","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JoinShareAlbumByInviteCodeRequest"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JoinShareAlbumByInviteCodeResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_INVITE_CODE_NOT_FOUND: μ΄ˆλŒ€μ½”λ“œλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album/{id}/member/{userId}":{"patch":{"operationId":"ShareAlbumController_modifyShareAlbumMember","summary":"κ³΅μœ μ•¨λ²” 맴버 μˆ˜μ •","description":"κ³΅μœ μ•¨λ²” 맴버λ₯Ό μˆ˜μ •ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}},{"name":"userId","required":true,"in":"path","schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumMemberRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumMemberResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_MEMBER_NOT_FOUND: 멀버λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]},"delete":{"operationId":"ShareAlbumController_leaveShareAlbum","summary":"κ³΅μœ μ•¨λ²” 맴버 μ‚­μ œ","description":"κ³΅μœ μ•¨λ²” 맴버λ₯Ό μ‚­μ œν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}},{"name":"userId","required":true,"in":"path","schema":{"type":"number"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteShareAlbumMemberResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_MEMBER_NOT_FOUND: 멀버λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album/{id}/feed":{"get":{"operationId":"ShareAlbumFeedController_getFeedList","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 리슀트","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 리슀트λ₯Ό κ°€μ Έμ˜΅λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetShareAlbumFeedListResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]},"post":{"operationId":"ShareAlbumFeedController_createFeed","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 생성","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œλ₯Ό μƒμ„±ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumFeedRequest"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumFeedResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.</br>SHARE_ALBUM_MEMBER_NOT_FOUND: 멀버λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]}},"/share-album/{id}/feed/{feedId}":{"get":{"operationId":"ShareAlbumFeedController_getFeed","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œλ₯Ό κ°€μ Έμ˜΅λ‹ˆλ‹€.","parameters":[{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}},{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetShareAlbumFeedResponse"}}}},"400":{"description":""},"404":{"description":""},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]},"delete":{"operationId":"ShareAlbumFeedController_deleteFeed","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ μ‚­μ œ","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œλ₯Ό μ‚­μ œν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}},{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"boolean"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.</br>SHARE_ALBUM_FEED_NOT_FOUND: ν”Όλ“œλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]},"patch":{"operationId":"ShareAlbumFeedController_updateFeed","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ μˆ˜μ •","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œλ₯Ό μˆ˜μ •ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}},{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumFeedRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"boolean"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.</br>SHARE_ALBUM_FEED_NOT_FOUND: ν”Όλ“œλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]}},"/share-album/feed/{feedId}/comment":{"post":{"operationId":"ShareAlbumFeedController_createComment","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ 생성","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€μ„ μƒμ„±ν•©λ‹ˆλ‹€.","parameters":[{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumFeedCommentRequest"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumFeedCommentResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_FEED_NOT_FOUND: ν”Όλ“œλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.</br>SHARE_ALBUM_MEMBER_NOT_FOUND: 멀버λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]}},"/share-album/feed/{feedId}/comment/{commentId}":{"delete":{"operationId":"ShareAlbumFeedController_deleteComment","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ μ‚­μ œ","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€μ„ μ‚­μ œν•©λ‹ˆλ‹€.","parameters":[{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}},{"name":"commentId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteShareAlbumFeedCommentRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteShareAlbumFeedCommentResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_FEED_COMMENT_NOT_FOUND: λŒ“κΈ€μ„ 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]},"patch":{"operationId":"ShareAlbumFeedController_updateComment","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ μˆ˜μ •","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€μ„ μˆ˜μ •ν•©λ‹ˆλ‹€.","parameters":[{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}},{"name":"commentId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumFeedCommentRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumFeedCommentResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_FEED_COMMENT_NOT_FOUND: λŒ“κΈ€μ„ 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]}}},"info":{"title":"PPOTTO Social API","description":"λ½€λ˜ μ†Œμ…œμ„œλΉ„μŠ€","version":"1.0","contact":{}},"tags":[],"servers":[],"components":{"schemas":{"GetSharedAlbumMember":{"type":"object","properties":{"userId":{"type":"number","description":"앨범 곡유 멀버 아이디","example":1},"role":{"type":"string","description":"κΆŒν•œ","enum":["OWNER","EDITOR","VIEWER","TEMPORARY"],"example":"OWNER"},"joinedAt":{"format":"date-time","type":"string","description":"κ°€μž…μΌ","example":"2023-09-28 15:53:24.586"}},"required":["userId","role","joinedAt"]},"GetSharedAlbumResponse":{"type":"object","properties":{"id":{"type":"string","description":"앨범 아이디","example":"cln3cu9nl00043cwt43mzfro5"},"name":{"type":"string","description":"앨범 λͺ…","example":"앨범"},"bio":{"type":"string","description":"앨범 μ†Œκ°œ","example":"λ‚΄ 앨범"},"shareAlbumMember":{"type":"array","items":{"$ref":"#/components/schemas/GetSharedAlbumMember"}}},"required":["id","name","bio","shareAlbumMember"]},"GetSharedAlbumsMember":{"type":"object","properties":{"userId":{"type":"number","description":"앨범 곡유 멀버 아이디","example":1},"role":{"type":"string","description":"κΆŒν•œ","enum":["OWNER","EDITOR","VIEWER","TEMPORARY"],"example":"OWNER"},"joinedAt":{"format":"date-time","type":"string","description":"κ°€μž…μΌ","example":"2023-09-28 15:53:24.586"}},"required":["userId","role","joinedAt"]},"GetSharedAlbumsAlbum":{"type":"object","properties":{"id":{"type":"string","description":"앨범 아이디","example":"cln3cu9nl00043cwt43mzfro5"},"name":{"type":"string","description":"앨범 λͺ…","example":"앨범"},"bio":{"type":"string","description":"앨범 μ†Œκ°œ","example":"λ‚΄ 앨범"},"shareAlbumMember":{"type":"array","items":{"$ref":"#/components/schemas/GetSharedAlbumsMember"}}},"required":["id","name","bio","shareAlbumMember"]},"GetSharedAlbumsResponse":{"type":"object","properties":{"list":{"description":"앨범 리슀트","type":"array","items":{"$ref":"#/components/schemas/GetSharedAlbumsAlbum"}}},"required":["list"]},"CreateShareAlbumRequest":{"type":"object","properties":{"name":{"type":"string","description":"κ³΅μœ μ•¨λ²” λͺ…","example":"λ‚΄ 일상앨범"},"bio":{"type":"string","description":"κ³΅μœ μ•¨λ²” μ„€λͺ…","example":"λ‚΄ 일상을 κ³΅μœ ν•˜λŠ” 앨범"},"ownerId":{"type":"number","description":"κ³΅μœ μ•¨λ²” μƒμ„±μžμ˜ 아이디","example":"1"}},"required":["name","bio","ownerId"]},"CreateShareAlbumResponse":{"type":"object","properties":{"id":{"type":"string","description":"μƒμ„±λœ κ³΅μœ μ•¨λ²”μ˜ 아이디","example":"cln3cu8oc00003cwtl5g5fp46"}},"required":["id"]},"ModifyShareAlbumRequest":{"type":"object","properties":{"name":{"type":"string","description":"κ³΅μœ μ•¨λ²” λͺ…","example":"λ‚΄ 일상앨범"},"bio":{"type":"string","description":"κ³΅μœ μ•¨λ²” μ„€λͺ…","example":"λ‚΄ 일상을 κ³΅μœ ν•˜λŠ” 앨범"}},"required":["name","bio"]},"ModifyShareAlbumResponse":{"type":"object","properties":{"id":{"type":"string","description":"μˆ˜μ •λœ κ³΅μœ μ•¨λ²”μ˜ 아이디","example":"cln3cu8oc00003cwtl5g5fp46"}},"required":["id"]},"CreateShareAlbumInviteCodeResponse":{"type":"object","properties":{"inviteCode":{"type":"string","description":"μƒμ„±λœ μ΄ˆλŒ€ μ½”λ“œ","example":"I8Q32D"}},"required":["inviteCode"]},"JoinShareAlbumByInviteCodeRequest":{"type":"object","properties":{"userId":{"type":"number","description":"λŒ€μƒ μœ μ € 아이디","example":1}},"required":["userId"]},"JoinShareAlbumByInviteCodeResponse":{"type":"object","properties":{"shareAlbumId":{"type":"string","description":"κ°€μž…λœ κ³΅μœ μ•¨λ²” 아이디","example":"clol69ajm00037zih1nw8cdea"}},"required":["shareAlbumId"]},"ModifyShareAlbumMemberRequest":{"type":"object","properties":{"role":{"type":"string","description":"앨범 κΆŒν•œ","example":"EDITOR","enum":["OWNER","EDITOR","VIEWER","TEMPORARY"]}},"required":["role"]},"ModifyShareAlbumMemberResponse":{"type":"object","properties":{"albumId":{"type":"string","description":"앨범 아이디","example":"clol6tnm100037zzpnfut389l"}},"required":["albumId"]},"DeleteShareAlbumMemberResponse":{"type":"object","properties":{"albumId":{"type":"string","description":"앨범 아이디","example":"clol6tnm100037zzpnfut389l"}},"required":["albumId"]},"GetShareAlbumFeedListContentItem":{"type":"object","properties":{"id":{"type":"string","description":"ν”Όλ“œ 아이디"},"type":{"type":"string","description":"ν”Όλ“œ νƒ€μž…","enum":["IMAGE","VIDEO"]},"contentSmallUrl":{"type":"string","description":"ν”Όλ“œ μ½˜ν…μΈ  URL","example":"https://..."},"contentMediumUrl":{"type":"string","description":"ν”Όλ“œ μ½˜ν…μΈ  URL","example":"https://..."},"contentLargeUrl":{"type":"string","description":"ν”Όλ“œ μ½˜ν…μΈ  URL","example":"https://..."}},"required":["id","type","contentSmallUrl","contentMediumUrl","contentLargeUrl"]},"GetShareAlbumFeedListItem":{"type":"object","properties":{"id":{"type":"string","description":"ν”Όλ“œ 아이디"},"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"ν”Όλ“œ λ‚΄μš©","example":"ν˜Έλ–‘μ§±"},"FeedContent":{"description":"ν”Όλ“œ μ½˜ν…μΈ ","type":"array","items":{"$ref":"#/components/schemas/GetShareAlbumFeedListContentItem"}},"createdAt":{"type":"string","description":"생성일","example":"2021-01-01T00:00:00.000Z"},"updatedAt":{"type":"string","description":"μˆ˜μ •μΌ","example":"2021-01-01T00:00:00.000Z"}},"required":["id","userId","description","FeedContent","createdAt","updatedAt"]},"GetShareAlbumFeedListResponse":{"type":"object","properties":{"total":{"type":"number","description":"ν† νƒˆ 카운트"},"list":{"description":"ν”Όλ“œ 리슀트","type":"array","items":{"$ref":"#/components/schemas/GetShareAlbumFeedListItem"}}},"required":["total","list"]},"GetShareAlbumFeedContentItem":{"type":"object","properties":{"id":{"type":"string","description":"μ½˜ν…μΈ  아이디"},"type":{"type":"string","description":"μ½˜ν…μΈ  νƒ€μž…","enum":["IMAGE","VIDEO"]},"contentSmallUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://..."},"contentMediumUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://..."},"contentLargeUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://..."}},"required":["id","type","contentSmallUrl","contentMediumUrl","contentLargeUrl"]},"GetShareAlbumFeedCommentItem":{"type":"object","properties":{"id":{"type":"string","description":"μ½”λ©˜νŠΈ 아이디"},"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"λ‚΄μš©","example":"ν˜Έλ–‘μ§±"},"createdAt":{"type":"string","description":"생성일","example":"2021-01-01T00:00:00.000Z"}},"required":["id","userId","description","createdAt"]},"GetShareAlbumFeedResponse":{"type":"object","properties":{"id":{"type":"string","description":"ν”Όλ“œ 아이디"},"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"ν”Όλ“œ λ‚΄μš©","example":"ν˜Έλ–‘μ§±"},"FeedContent":{"description":"ν”Όλ“œ μ½˜ν…μΈ ","type":"array","items":{"$ref":"#/components/schemas/GetShareAlbumFeedContentItem"}},"FeedComment":{"description":"ν”Όλ“œ μ½”λ©˜νŠΈ","type":"array","items":{"$ref":"#/components/schemas/GetShareAlbumFeedCommentItem"}},"createdAt":{"type":"string","description":"생성일","example":"2021-01-01T00:00:00.000Z"},"updatedAt":{"type":"string","description":"μˆ˜μ •μΌ","example":"2021-01-01T00:00:00.000Z"}},"required":["id","userId","description","FeedContent","FeedComment","createdAt","updatedAt"]},"CreateShareAlbumFeedItem":{"type":"object","properties":{"contentId":{"type":"string","description":"μ½˜ν…μΈ  아이디","example":"123g21hj2"},"type":{"type":"string","description":"μ½˜ν…μΈ  νƒ€μž…","example":"IMAGE","enum":["IMAGE","VIDEO"]},"contentSmallUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"},"contentMediumUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"},"contentLargeUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"}},"required":["contentId","type"]},"CreateShareAlbumFeedRequest":{"type":"object","properties":{"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"ν”Όλ“œ λ‚΄μš©","example":"ν”Όλ“œ λ‚΄μš©"},"contents":{"description":"ν”Όλ“œ μ½˜ν…μΈ ","type":"array","items":{"$ref":"#/components/schemas/CreateShareAlbumFeedItem"}}},"required":["userId","contents"]},"CreateShareAlbumFeedResponse":{"type":"object","properties":{"feedId":{"type":"string","description":"ν”Όλ“œ 아이디","example":"123g21hj2"}},"required":["feedId"]},"ModifyShareAlbumFeedItem":{"type":"object","properties":{"contentId":{"type":"string","description":"μ½˜ν…μΈ  아이디","example":"123g21hj2"},"type":{"type":"string","description":"μ½˜ν…μΈ  νƒ€μž…","example":"IMAGE","enum":["IMAGE","VIDEO"]},"contentSmallUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"},"contentMediumUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"},"contentLargeUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"}},"required":["contentId","type"]},"ModifyShareAlbumFeedRequest":{"type":"object","properties":{"description":{"type":"string","description":"ν”Όλ“œ λ‚΄μš©","example":"ν”Όλ“œ λ‚΄μš©"},"contents":{"description":"ν”Όλ“œ μ½˜ν…μΈ ","type":"array","items":{"$ref":"#/components/schemas/ModifyShareAlbumFeedItem"}}}},"CreateShareAlbumFeedCommentRequest":{"type":"object","properties":{"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"λŒ“κΈ€ λ‚΄μš©","example":"λŒ“κΈ€ λ‚΄μš©"}},"required":["userId","description"]},"CreateShareAlbumFeedCommentResponse":{"type":"object","properties":{"feedId":{"type":"string","description":"ν”Όλ“œ 아이디","example":"clon3dw1h00003c8t7zowgde0"}},"required":["feedId"]},"DeleteShareAlbumFeedCommentRequest":{"type":"object","properties":{"userId":{"type":"number","description":"μœ μ € 아이디","example":1}},"required":["userId"]},"DeleteShareAlbumFeedCommentResponse":{"type":"object","properties":{"feedId":{"type":"string","description":"ν”Όλ“œ 아이디","example":"clon3ftt600073c8tpy32nkao"}},"required":["feedId"]},"ModifyShareAlbumFeedCommentRequest":{"type":"object","properties":{"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"λŒ“κΈ€ λ‚΄μš©","example":"λŒ“κΈ€ λ‚΄μš©"}},"required":["userId","description"]},"ModifyShareAlbumFeedCommentResponse":{"type":"object","properties":{"feedId":{"type":"string","description":"ν”Όλ“œ 아이디","example":"clon3dw1h00003c8t7zowgde0"}},"required":["feedId"]}}}}
{"openapi":"3.0.0","paths":{"/check":{"get":{"operationId":"AppController_getHello","parameters":[],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"string"}}}}},"tags":["health"]}},"/share-album/{id}":{"get":{"operationId":"ShareAlbumController_getShareAlbum","summary":"κ³΅μœ μ•¨λ²” 쑰회","description":"κ³΅μœ μ•¨λ²”μ„ μ‘°νšŒν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetSharedAlbumResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]},"patch":{"operationId":"ShareAlbumController_modifyShareAlbum","summary":"κ³΅μœ μ•¨λ²” μˆ˜μ •","description":"κ³΅μœ μ•¨λ²”μ„ μˆ˜μ •ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumResponse"}}}},"400":{"description":""},"404":{"description":""},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album":{"get":{"operationId":"ShareAlbumController_getShareAlbums","summary":"κ³΅μœ μ•¨λ²” 리슀트 쑰회","description":"κ³΅μœ μ•¨λ²” 리슀트λ₯Ό μ‘°νšŒν•©λ‹ˆλ‹€.","parameters":[{"name":"userId","required":true,"in":"query","description":"μœ μ € 아이디","example":1,"schema":{"type":"number"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetSharedAlbumsResponse"}}}},"400":{"description":""},"404":{"description":""},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]},"post":{"operationId":"ShareAlbumController_createShareAlbum","summary":"κ³΅μœ μ•¨λ²” 생성","description":"κ³΅μœ μ•¨λ²”μ„ μƒμ„±ν•©λ‹ˆλ‹€.","parameters":[],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumRequest"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumResponse"}}}},"400":{"description":""},"404":{"description":""},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album/{id}/invite-code":{"post":{"operationId":"ShareAlbumController_createShareAlbumInviteCode","summary":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œ 생성","description":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œλ₯Ό μƒμ„±ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}}],"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumInviteCodeResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album/invite-code/{code}":{"post":{"operationId":"ShareAlbumController_joinShareAlbumByInviteCode","summary":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œλ‘œ κ³΅μœ μ•¨λ²” κ°€μž…","description":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œλ‘œ κ³΅μœ μ•¨λ²”μ— κ°€μž…ν•©λ‹ˆλ‹€.","parameters":[{"name":"code","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” μ΄ˆλŒ€μ½”λ“œ","example":"I8Q32D","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JoinShareAlbumByInviteCodeRequest"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JoinShareAlbumByInviteCodeResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_INVITE_CODE_NOT_FOUND: μ΄ˆλŒ€μ½”λ“œλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album/{id}/member/{userId}":{"patch":{"operationId":"ShareAlbumController_modifyShareAlbumMember","summary":"κ³΅μœ μ•¨λ²” 맴버 μˆ˜μ •","description":"κ³΅μœ μ•¨λ²” 맴버λ₯Ό μˆ˜μ •ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}},{"name":"userId","required":true,"in":"path","schema":{"type":"number"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumMemberRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumMemberResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_MEMBER_NOT_FOUND: 멀버λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]},"delete":{"operationId":"ShareAlbumController_leaveShareAlbum","summary":"κ³΅μœ μ•¨λ²” 맴버 μ‚­μ œ","description":"κ³΅μœ μ•¨λ²” 맴버λ₯Ό μ‚­μ œν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","schema":{"type":"string"}},{"name":"userId","required":true,"in":"path","schema":{"type":"number"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteShareAlbumMemberResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_MEMBER_NOT_FOUND: 멀버λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”"]}},"/share-album/{id}/feed":{"get":{"operationId":"ShareAlbumFeedController_getFeedList","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 리슀트","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 리슀트λ₯Ό κ°€μ Έμ˜΅λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetShareAlbumFeedListResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]},"post":{"operationId":"ShareAlbumFeedController_createFeed","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 생성","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œλ₯Ό μƒμ„±ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumFeedRequest"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumFeedResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.</br>SHARE_ALBUM_MEMBER_NOT_FOUND: 멀버λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]}},"/share-album/{id}/feed/{feedId}":{"get":{"operationId":"ShareAlbumFeedController_getFeed","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œλ₯Ό κ°€μ Έμ˜΅λ‹ˆλ‹€.","parameters":[{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}},{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetShareAlbumFeedResponse"}}}},"400":{"description":""},"404":{"description":""},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]},"delete":{"operationId":"ShareAlbumFeedController_deleteFeed","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ μ‚­μ œ","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œλ₯Ό μ‚­μ œν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}},{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}}],"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"boolean"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.</br>SHARE_ALBUM_FEED_NOT_FOUND: ν”Όλ“œλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]},"patch":{"operationId":"ShareAlbumFeedController_updateFeed","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ μˆ˜μ •","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œλ₯Ό μˆ˜μ •ν•©λ‹ˆλ‹€.","parameters":[{"name":"id","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” 아이디","schema":{"type":"string"}},{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumFeedRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"type":"boolean"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_NOT_FOUND: 앨범을 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.</br>SHARE_ALBUM_FEED_NOT_FOUND: ν”Όλ“œλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]}},"/share-album/feed/{feedId}/comment":{"post":{"operationId":"ShareAlbumFeedController_createComment","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ 생성","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€μ„ μƒμ„±ν•©λ‹ˆλ‹€.","parameters":[{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumFeedCommentRequest"}}}},"responses":{"201":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateShareAlbumFeedCommentResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_FEED_NOT_FOUND: ν”Όλ“œλ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.</br>SHARE_ALBUM_MEMBER_NOT_FOUND: 멀버λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]}},"/share-album/feed/{feedId}/comment/{commentId}":{"delete":{"operationId":"ShareAlbumFeedController_deleteComment","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ μ‚­μ œ","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€μ„ μ‚­μ œν•©λ‹ˆλ‹€.","parameters":[{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}},{"name":"commentId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteShareAlbumFeedCommentRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeleteShareAlbumFeedCommentResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_FEED_COMMENT_NOT_FOUND: λŒ“κΈ€μ„ 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]},"patch":{"operationId":"ShareAlbumFeedController_updateComment","summary":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ μˆ˜μ •","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€μ„ μˆ˜μ •ν•©λ‹ˆλ‹€.","parameters":[{"name":"feedId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ 아이디","schema":{"type":"string"}},{"name":"commentId","required":true,"in":"path","description":"κ³΅μœ μ•¨λ²” ν”Όλ“œ λŒ“κΈ€ 아이디","schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumFeedCommentRequest"}}}},"responses":{"200":{"description":"","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ModifyShareAlbumFeedCommentResponse"}}}},"400":{"description":""},"404":{"description":"SHARE_ALBUM_FEED_COMMENT_NOT_FOUND: λŒ“κΈ€μ„ 찾을 수 μ—†μŠ΅λ‹ˆλ‹€."},"500":{"description":"INTERNAL_SERVER_ERROR: μ„œλ²„μ— 였λ₯˜κ°€ λ°œμƒν–ˆμŠ΅λ‹ˆλ‹€."}},"tags":["κ³΅μœ μ•¨λ²”-ν”Όλ“œ"]}}},"info":{"title":"PPOTTO Social API","description":"λ½€λ˜ μ†Œμ…œμ„œλΉ„μŠ€","version":"1.0","contact":{}},"tags":[],"servers":[],"components":{"schemas":{"GetSharedAlbumMember":{"type":"object","properties":{"userId":{"type":"number","description":"앨범 곡유 멀버 아이디","example":1},"role":{"type":"string","description":"κΆŒν•œ","enum":["OWNER","EDITOR","VIEWER","TEMPORARY"],"example":"OWNER"},"joinedAt":{"format":"date-time","type":"string","description":"κ°€μž…μΌ","example":"2023-09-28 15:53:24.586"}},"required":["userId","role","joinedAt"]},"GetSharedAlbumResponse":{"type":"object","properties":{"id":{"type":"string","description":"앨범 아이디","example":"cln3cu9nl00043cwt43mzfro5"},"name":{"type":"string","description":"앨범 λͺ…","example":"앨범"},"bio":{"type":"string","description":"앨범 μ†Œκ°œ","example":"λ‚΄ 앨범"},"shareAlbumMember":{"type":"array","items":{"$ref":"#/components/schemas/GetSharedAlbumMember"}}},"required":["id","name","bio","shareAlbumMember"]},"GetSharedAlbumsMember":{"type":"object","properties":{"userId":{"type":"number","description":"앨범 곡유 멀버 아이디","example":1},"role":{"type":"string","description":"κΆŒν•œ","enum":["OWNER","EDITOR","VIEWER","TEMPORARY"],"example":"OWNER"},"joinedAt":{"format":"date-time","type":"string","description":"κ°€μž…μΌ","example":"2023-09-28 15:53:24.586"}},"required":["userId","role","joinedAt"]},"GetSharedAlbumsAlbum":{"type":"object","properties":{"id":{"type":"string","description":"앨범 아이디","example":"cln3cu9nl00043cwt43mzfro5"},"name":{"type":"string","description":"앨범 λͺ…","example":"앨범"},"bio":{"type":"string","description":"앨범 μ†Œκ°œ","example":"λ‚΄ 앨범"},"shareAlbumMember":{"type":"array","items":{"$ref":"#/components/schemas/GetSharedAlbumsMember"}}},"required":["id","name","bio","shareAlbumMember"]},"GetSharedAlbumsResponse":{"type":"object","properties":{"list":{"description":"앨범 리슀트","type":"array","items":{"$ref":"#/components/schemas/GetSharedAlbumsAlbum"}}},"required":["list"]},"CreateShareAlbumRequest":{"type":"object","properties":{"name":{"type":"string","description":"κ³΅μœ μ•¨λ²” λͺ…","example":"λ‚΄ 일상앨범"},"bio":{"type":"string","description":"κ³΅μœ μ•¨λ²” μ„€λͺ…","example":"λ‚΄ 일상을 κ³΅μœ ν•˜λŠ” 앨범"},"ownerId":{"type":"number","description":"κ³΅μœ μ•¨λ²” μƒμ„±μžμ˜ 아이디","example":"1"}},"required":["name","bio","ownerId"]},"CreateShareAlbumResponse":{"type":"object","properties":{"id":{"type":"string","description":"μƒμ„±λœ κ³΅μœ μ•¨λ²”μ˜ 아이디","example":"cln3cu8oc00003cwtl5g5fp46"}},"required":["id"]},"ModifyShareAlbumRequest":{"type":"object","properties":{"name":{"type":"string","description":"κ³΅μœ μ•¨λ²” λͺ…","example":"λ‚΄ 일상앨범"},"bio":{"type":"string","description":"κ³΅μœ μ•¨λ²” μ„€λͺ…","example":"λ‚΄ 일상을 κ³΅μœ ν•˜λŠ” 앨범"}},"required":["name","bio"]},"ModifyShareAlbumResponse":{"type":"object","properties":{"id":{"type":"string","description":"μˆ˜μ •λœ κ³΅μœ μ•¨λ²”μ˜ 아이디","example":"cln3cu8oc00003cwtl5g5fp46"}},"required":["id"]},"CreateShareAlbumInviteCodeResponse":{"type":"object","properties":{"inviteCode":{"type":"string","description":"μƒμ„±λœ μ΄ˆλŒ€ μ½”λ“œ","example":"I8Q32D"}},"required":["inviteCode"]},"JoinShareAlbumByInviteCodeRequest":{"type":"object","properties":{"userId":{"type":"number","description":"λŒ€μƒ μœ μ € 아이디","example":1}},"required":["userId"]},"JoinShareAlbumByInviteCodeResponse":{"type":"object","properties":{"shareAlbumId":{"type":"string","description":"κ°€μž…λœ κ³΅μœ μ•¨λ²” 아이디","example":"clol69ajm00037zih1nw8cdea"}},"required":["shareAlbumId"]},"ModifyShareAlbumMemberRequest":{"type":"object","properties":{"role":{"type":"string","description":"앨범 κΆŒν•œ","example":"EDITOR","enum":["OWNER","EDITOR","VIEWER","TEMPORARY"]}},"required":["role"]},"ModifyShareAlbumMemberResponse":{"type":"object","properties":{"albumId":{"type":"string","description":"앨범 아이디","example":"clol6tnm100037zzpnfut389l"}},"required":["albumId"]},"DeleteShareAlbumMemberResponse":{"type":"object","properties":{"albumId":{"type":"string","description":"앨범 아이디","example":"clol6tnm100037zzpnfut389l"}},"required":["albumId"]},"GetShareAlbumFeedListContentItem":{"type":"object","properties":{"id":{"type":"string","description":"ν”Όλ“œ 아이디"},"type":{"type":"string","description":"ν”Όλ“œ νƒ€μž…","enum":["IMAGE","VIDEO"]},"contentSmallUrl":{"type":"string","description":"ν”Όλ“œ μ½˜ν…μΈ  URL","example":"https://..."},"contentMediumUrl":{"type":"string","description":"ν”Όλ“œ μ½˜ν…μΈ  URL","example":"https://..."},"contentLargeUrl":{"type":"string","description":"ν”Όλ“œ μ½˜ν…μΈ  URL","example":"https://..."}},"required":["id","type","contentSmallUrl","contentMediumUrl","contentLargeUrl"]},"GetShareAlbumFeedListItem":{"type":"object","properties":{"id":{"type":"string","description":"ν”Όλ“œ 아이디"},"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"ν”Όλ“œ λ‚΄μš©","example":"ν˜Έλ–‘μ§±"},"feedContentList":{"description":"ν”Όλ“œ μ½˜ν…μΈ ","type":"array","items":{"$ref":"#/components/schemas/GetShareAlbumFeedListContentItem"}},"createdAt":{"type":"string","description":"생성일","example":"2021-01-01T00:00:00.000Z"},"updatedAt":{"type":"string","description":"μˆ˜μ •μΌ","example":"2021-01-01T00:00:00.000Z"}},"required":["id","userId","description","feedContentList","createdAt","updatedAt"]},"GetShareAlbumFeedListResponse":{"type":"object","properties":{"total":{"type":"number","description":"ν† νƒˆ 카운트"},"list":{"description":"ν”Όλ“œ 리슀트","type":"array","items":{"$ref":"#/components/schemas/GetShareAlbumFeedListItem"}}},"required":["total","list"]},"GetShareAlbumFeedContentItem":{"type":"object","properties":{"id":{"type":"string","description":"μ½˜ν…μΈ  아이디"},"type":{"type":"string","description":"μ½˜ν…μΈ  νƒ€μž…","enum":["IMAGE","VIDEO"]},"contentSmallUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://..."},"contentMediumUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://..."},"contentLargeUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://..."}},"required":["id","type","contentSmallUrl","contentMediumUrl","contentLargeUrl"]},"GetShareAlbumFeedCommentItem":{"type":"object","properties":{"id":{"type":"string","description":"μ½”λ©˜νŠΈ 아이디"},"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"λ‚΄μš©","example":"ν˜Έλ–‘μ§±"},"createdAt":{"type":"string","description":"생성일","example":"2021-01-01T00:00:00.000Z"}},"required":["id","userId","description","createdAt"]},"GetShareAlbumFeedResponse":{"type":"object","properties":{"id":{"type":"string","description":"ν”Όλ“œ 아이디"},"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"ν”Όλ“œ λ‚΄μš©","example":"ν˜Έλ–‘μ§±"},"feedContentList":{"description":"ν”Όλ“œ μ½˜ν…μΈ ","type":"array","items":{"$ref":"#/components/schemas/GetShareAlbumFeedContentItem"}},"feedCommentList":{"description":"ν”Όλ“œ μ½”λ©˜νŠΈ","type":"array","items":{"$ref":"#/components/schemas/GetShareAlbumFeedCommentItem"}},"createdAt":{"type":"string","description":"생성일","example":"2021-01-01T00:00:00.000Z"},"updatedAt":{"type":"string","description":"μˆ˜μ •μΌ","example":"2021-01-01T00:00:00.000Z"}},"required":["id","userId","description","feedContentList","feedCommentList","createdAt","updatedAt"]},"CreateShareAlbumFeedItem":{"type":"object","properties":{"contentId":{"type":"string","description":"μ½˜ν…μΈ  아이디","example":"123g21hj2"},"type":{"type":"string","description":"μ½˜ν…μΈ  νƒ€μž…","example":"IMAGE","enum":["IMAGE","VIDEO"]},"contentSmallUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"},"contentMediumUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"},"contentLargeUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"}},"required":["contentId","type"]},"CreateShareAlbumFeedRequest":{"type":"object","properties":{"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"ν”Όλ“œ λ‚΄μš©","example":"ν”Όλ“œ λ‚΄μš©"},"contents":{"description":"ν”Όλ“œ μ½˜ν…μΈ ","type":"array","items":{"$ref":"#/components/schemas/CreateShareAlbumFeedItem"}}},"required":["userId","contents"]},"CreateShareAlbumFeedResponse":{"type":"object","properties":{"feedId":{"type":"string","description":"ν”Όλ“œ 아이디","example":"123g21hj2"}},"required":["feedId"]},"ModifyShareAlbumFeedItem":{"type":"object","properties":{"contentId":{"type":"string","description":"μ½˜ν…μΈ  아이디","example":"123g21hj2"},"type":{"type":"string","description":"μ½˜ν…μΈ  νƒ€μž…","example":"IMAGE","enum":["IMAGE","VIDEO"]},"contentSmallUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"},"contentMediumUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"},"contentLargeUrl":{"type":"string","description":"μ½˜ν…μΈ  URL","example":"https://image.com"}},"required":["contentId","type"]},"ModifyShareAlbumFeedRequest":{"type":"object","properties":{"description":{"type":"string","description":"ν”Όλ“œ λ‚΄μš©","example":"ν”Όλ“œ λ‚΄μš©"},"contents":{"description":"ν”Όλ“œ μ½˜ν…μΈ ","type":"array","items":{"$ref":"#/components/schemas/ModifyShareAlbumFeedItem"}}}},"CreateShareAlbumFeedCommentRequest":{"type":"object","properties":{"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"λŒ“κΈ€ λ‚΄μš©","example":"λŒ“κΈ€ λ‚΄μš©"}},"required":["userId","description"]},"CreateShareAlbumFeedCommentResponse":{"type":"object","properties":{"feedId":{"type":"string","description":"ν”Όλ“œ 아이디","example":"clon3dw1h00003c8t7zowgde0"}},"required":["feedId"]},"DeleteShareAlbumFeedCommentRequest":{"type":"object","properties":{"userId":{"type":"number","description":"μœ μ € 아이디","example":1}},"required":["userId"]},"DeleteShareAlbumFeedCommentResponse":{"type":"object","properties":{"feedId":{"type":"string","description":"ν”Όλ“œ 아이디","example":"clon3ftt600073c8tpy32nkao"}},"required":["feedId"]},"ModifyShareAlbumFeedCommentRequest":{"type":"object","properties":{"userId":{"type":"number","description":"μœ μ € 아이디","example":1},"description":{"type":"string","description":"λŒ“κΈ€ λ‚΄μš©","example":"λŒ“κΈ€ λ‚΄μš©"}},"required":["userId","description"]},"ModifyShareAlbumFeedCommentResponse":{"type":"object","properties":{"feedId":{"type":"string","description":"ν”Όλ“œ 아이디","example":"clon3dw1h00003c8t7zowgde0"}},"required":["feedId"]}}}}
{
"name": "@ppotto/social-api-client",
"version": "0.0.6",
"version": "0.0.7",
"description": "Ppotto Social API Client",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc