Skip to content

Commit

Permalink
Merge f125b20 into 5daf46f
Browse files Browse the repository at this point in the history
  • Loading branch information
tudormd committed May 26, 2020
2 parents 5daf46f + f125b20 commit 26ffa31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@goparrot/chowly-api-client",
"version": "0.0.3",
"version": "0.0.4",
"description": "Typescript library which implements Chowly API",
"engines": {
"node": ">=12"
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from './client';
export * from './interface';
export * from './model';
export * from './utils';
export * from './enum';
2 changes: 1 addition & 1 deletion src/model/create-order.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class Order implements ICreateOrder {
customer: Customer;
info: Info;
items: ItemOrder[];
id: string;
id?: string;
}

export class Customer implements ICustomer {
Expand Down

0 comments on commit 26ffa31

Please sign in to comment.