Skip to content

Commit

Permalink
Merge pull request #388 from camerongraybill/patch-1
Browse files Browse the repository at this point in the history
Updating typings for values of AuthorityResolution
  • Loading branch information
lazerwalker committed May 5, 2019
2 parents ad28015 + cd5f0dd commit bd47925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 4.3.0 (Next)

* Your contribution here.
* [#388](https://github.com/alexa-js/alexa-app/pull/388): Updating typings for values of AuthorityResolution - [@camerongraybill](https://github.com/camerongraybill).

### 4.2.3 (October 28, 2018)

Expand Down
2 changes: 1 addition & 1 deletion types/alexa.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export interface ResolutionValue {
export interface AuthorityResolution {
authority: string;
status: {
code: "ER_SUCCESS_MATCH|ER_SUCCESS_NO_MATCH|ER_ERROR_TIMEOUT|ER_ERROR_EXCEPTION";
code: "ER_SUCCESS_MATCH"|"ER_SUCCESS_NO_MATCH"|"ER_ERROR_TIMEOUT"|"ER_ERROR_EXCEPTION";
};
values: ResolutionValue[];
}
Expand Down

0 comments on commit bd47925

Please sign in to comment.