Skip to content

Commit

Permalink
chore(pickk-common): 🚀 release v1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSumini committed Nov 5, 2021
1 parent 9be63ff commit 80a8c8b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/pickk-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,7 @@
## v1.9.19

✨ update api to pickk-server v1.0.72

## v1.9.20

✨ update api to pickk-server v1.0.74
5 changes: 5 additions & 0 deletions packages/pickk-common/lib/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ export type CreateItemsExhibitionInput = {
order: Scalars['Float'];
/** 최대 50자 */
title: Scalars['String'];
videoId?: Maybe<Scalars['Int']>;
};

export type CreateLookDigestInput = {
Expand Down Expand Up @@ -1137,6 +1138,8 @@ export type ItemsExhibition = {
/** 최대 50자 */
title: Scalars['String'];
updatedAt: Scalars['DateTime'];
video?: Maybe<Video>;
videoId?: Maybe<Scalars['Int']>;
};

export type ItemsGroup = {
Expand Down Expand Up @@ -3630,6 +3633,7 @@ export type UpdateItemsExhibitionInput = {
order?: Maybe<Scalars['Float']>;
/** 최대 50자 */
title?: Maybe<Scalars['String']>;
videoId?: Maybe<Scalars['Int']>;
};

export type UpdateLookDigestInput = {
Expand Down Expand Up @@ -3799,6 +3803,7 @@ export type User = {
height?: Maybe<Scalars['Int']>;
id: Scalars['Int'];
instagramCode?: Maybe<Scalars['String']>;
isCeleb: Scalars['Boolean'];
/** [MODEL ONLY] */
isFollowing?: Maybe<Scalars['Boolean']>;
/** [MODEL ONLY] */
Expand Down
4 changes: 2 additions & 2 deletions packages/pickk-common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pickk-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pickk/common",
"version": "1.9.19",
"version": "1.9.20",
"description": "common files for pickk development",
"keywords": [
"graphql",
Expand Down

0 comments on commit 80a8c8b

Please sign in to comment.