Skip to content

Commit

Permalink
Deprecate unused status, upgrade tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomer Vilensky committed Apr 2, 2020
1 parent bc0dc7a commit 597233a
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 43 deletions.
84 changes: 42 additions & 42 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 @@ -23,7 +23,7 @@
"devDependencies": {
"@types/jsonwebtoken": "8.3.3",
"@types/request-promise-native": "1.0.16",
"tslint": "5.19.0",
"tslint": "6.1.1",
"typescript": "3.6.2"
},
"files": [
Expand Down
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ export enum TransactionStatus {
PENDING_AUTHORIZATION = "PENDING_AUTHORIZATION",
PENDING_3RD_PARTY_MANUAL_APPROVAL = "PENDING_3RD_PARTY_MANUAL_APPROVAL",
PENDING_3RD_PARTY = "PENDING_3RD_PARTY",
/**
* @deprecated
*/
PENDING = "PENDING",
BROADCASTING = "BROADCASTING",
CONFIRMING= "CONFIRMING",
Expand Down

0 comments on commit 597233a

Please sign in to comment.