mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-06 07:31:01 +00:00
regenerate petshop code
This commit is contained in:
parent
198310d5f2
commit
341c840bf9
@ -26,7 +26,7 @@ namespace API.Client {
|
|||||||
export enum StatusEnum {
|
export enum StatusEnum {
|
||||||
placed = <any> 'placed',
|
placed = <any> 'placed',
|
||||||
approved = <any> 'approved',
|
approved = <any> 'approved',
|
||||||
delivered = <any> 'delivered',
|
delivered = <any> 'delivered'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ namespace API.Client {
|
|||||||
export enum StatusEnum {
|
export enum StatusEnum {
|
||||||
available = <any> 'available',
|
available = <any> 'available',
|
||||||
pending = <any> 'pending',
|
pending = <any> 'pending',
|
||||||
sold = <any> 'sold',
|
sold = <any> 'sold'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,7 @@ export namespace Pet {
|
|||||||
export enum StatusEnum {
|
export enum StatusEnum {
|
||||||
available = <any> 'available',
|
available = <any> 'available',
|
||||||
pending = <any> 'pending',
|
pending = <any> 'pending',
|
||||||
sold = <any> 'sold',
|
sold = <any> 'sold'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export class Tag {
|
export class Tag {
|
||||||
@ -67,7 +67,7 @@ export namespace Order {
|
|||||||
export enum StatusEnum {
|
export enum StatusEnum {
|
||||||
placed = <any> 'placed',
|
placed = <any> 'placed',
|
||||||
approved = <any> 'approved',
|
approved = <any> 'approved',
|
||||||
delivered = <any> 'delivered',
|
delivered = <any> 'delivered'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user