Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.

Commit

Permalink
### Changed
Browse files Browse the repository at this point in the history
- update @tokyotower/factory
  • Loading branch information
ilovegadd committed Aug 13, 2020
1 parent 3fa6842 commit 4bd487a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Changed

- update @tokyotower/factory

### Deprecated

### Removed
Expand Down
18 changes: 9 additions & 9 deletions 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
Expand Up @@ -75,7 +75,7 @@
"typescript": "^3.5.3"
},
"dependencies": {
"@tokyotower/factory": "^30.1.0",
"@tokyotower/factory": "^30.3.0",
"debug": "^3.1.0",
"http-status": "^1.0.1",
"isomorphic-fetch": "^2.2.1",
Expand Down
2 changes: 0 additions & 2 deletions src/service/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ export class EventService extends Service {
public async updateExtension(params: {
id: string;
reservationsAtLastUpdateDate?: factory.performance.IReservationAtLastupdateDate[];
onlineSalesStatus?: factory.performance.OnlineSalesStatus;
onlineSalesStatusUpdateUser?: string;
onlineSalesStatusUpdateAt?: Date;
eventStatus?: factory.chevre.eventStatusType;
evServiceStatus?: factory.performance.EvServiceStatus;
evServiceStatusUpdateUser?: string;
evServiceStatusUpdateAt?: Date;
refundStatus?: factory.performance.RefundStatus;
Expand Down

0 comments on commit 4bd487a

Please sign in to comment.