Skip to content

Commit

Permalink
Merge pull request #8 from ridi/dev/0.1/add-item-parent-category
Browse files Browse the repository at this point in the history
Add item_parent_category attribute on Item
  • Loading branch information
ebongzzang authored Feb 23, 2021
2 parents e235914 + 828e86e commit 0263c7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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.5",
"version": "0.2.6",
"description": "Ridibooks event tracking client",
"main": "dist/cjs/index.js",
"typings": "dist/typings/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/models/item.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export interface Item {
*/
readonly price?: number;
readonly quantity: number;
readonly item_parent_category?: number;
}

0 comments on commit 0263c7e

Please sign in to comment.