forked from loafle/openapi-generator-original
update ts aurelia petstore samples
This commit is contained in:
@@ -1 +1 @@
|
||||
2.3.1
|
||||
2.4.0-SNAPSHOT
|
||||
@@ -90,6 +90,7 @@ export class PetApi extends Api {
|
||||
* Creates a new PetApi class.
|
||||
*
|
||||
* @param httpClient The Aurelia HTTP client to be injected.
|
||||
* @param authStorage A storage for authentication data.
|
||||
*/
|
||||
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
|
||||
super(httpClient, authStorage);
|
||||
|
||||
@@ -55,6 +55,7 @@ export class StoreApi extends Api {
|
||||
* Creates a new StoreApi class.
|
||||
*
|
||||
* @param httpClient The Aurelia HTTP client to be injected.
|
||||
* @param authStorage A storage for authentication data.
|
||||
*/
|
||||
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
|
||||
super(httpClient, authStorage);
|
||||
|
||||
@@ -85,6 +85,7 @@ export class UserApi extends Api {
|
||||
* Creates a new UserApi class.
|
||||
*
|
||||
* @param httpClient The Aurelia HTTP client to be injected.
|
||||
* @param authStorage A storage for authentication data.
|
||||
*/
|
||||
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
|
||||
super(httpClient, authStorage);
|
||||
|
||||
Reference in New Issue
Block a user