forked from loafle/openapi-generator-original
regenerate petshop code
This commit is contained in:
parent
198310d5f2
commit
341c840bf9
@ -26,7 +26,7 @@ namespace API.Client {
|
||||
export enum StatusEnum {
|
||||
placed = <any> 'placed',
|
||||
approved = <any> 'approved',
|
||||
delivered = <any> 'delivered',
|
||||
delivered = <any> 'delivered'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,7 +26,7 @@ namespace API.Client {
|
||||
export enum StatusEnum {
|
||||
available = <any> 'available',
|
||||
pending = <any> 'pending',
|
||||
sold = <any> 'sold',
|
||||
sold = <any> 'sold'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ export namespace Pet {
|
||||
export enum StatusEnum {
|
||||
available = <any> 'available',
|
||||
pending = <any> 'pending',
|
||||
sold = <any> 'sold',
|
||||
sold = <any> 'sold'
|
||||
}
|
||||
}
|
||||
export class Tag {
|
||||
@ -67,7 +67,7 @@ export namespace Order {
|
||||
export enum StatusEnum {
|
||||
placed = <any> 'placed',
|
||||
approved = <any> 'approved',
|
||||
delivered = <any> 'delivered',
|
||||
delivered = <any> 'delivered'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user