Skip to content

Commit

Permalink
update generated API and classes
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalefter committed Apr 6, 2024
1 parent f66ea56 commit b0e0e62
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Kill Bill
* Kill Bill is an open-source billing and payments platform
*
* The version of the OpenAPI document: 0.24.0
* The version of the OpenAPI document: 0.24.10
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -1145,19 +1145,19 @@ export interface Entity {
* @type {string}
* @memberof Entity
*/
'id'?: string;
'createdDate'?: string;
/**
*
* @type {string}
* @memberof Entity
*/
'createdDate'?: string;
'updatedDate'?: string;
/**
*
* @type {string}
* @memberof Entity
*/
'updatedDate'?: string;
'id'?: string;
}
/**
*
Expand Down
2 changes: 1 addition & 1 deletion src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Kill Bill
* Kill Bill is an open-source billing and payments platform
*
* The version of the OpenAPI document: 0.24.0
* The version of the OpenAPI document: 0.24.10
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Kill Bill
* Kill Bill is an open-source billing and payments platform
*
* The version of the OpenAPI document: 0.24.0
* The version of the OpenAPI document: 0.24.10
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Kill Bill
* Kill Bill is an open-source billing and payments platform
*
* The version of the OpenAPI document: 0.24.0
* The version of the OpenAPI document: 0.24.10
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Kill Bill
* Kill Bill is an open-source billing and payments platform
*
* The version of the OpenAPI document: 0.24.0
* The version of the OpenAPI document: 0.24.10
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down

0 comments on commit b0e0e62

Please sign in to comment.