Skip to content

Commit

Permalink
Merge pull request #5 from ridi/dev/0.1/update-item
Browse files Browse the repository at this point in the history
Update Item members
  • Loading branch information
ebongzzang authored Nov 18, 2020
2 parents 2fd624d + 3056064 commit 6bb5a6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ridi/event-client",
"version": "0.2.2",
"version": "0.2.3",
"description": "Ridibooks event tracking client",
"main": "dist/cjs/index.js",
"typings": "dist/typings/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions src/models/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ export interface Item {
readonly service_type: ServiceType;
readonly item_id: string;
readonly item_name: string;
readonly item_repr_id?: string;
readonly item_repr_name?: string;
readonly item_episode_name?: string;
readonly item_episode_id?: string;
readonly item_category: number;
readonly item_genre?: string;
readonly price?: number;
readonly quantity?: number;
readonly quantity: number;
}

0 comments on commit 6bb5a6c

Please sign in to comment.