Skip to content

Commit

Permalink
fix: updating OpenAI generated browser logic to "0.4.8" (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Gentrace Bot <bot@gentrace.ai>
  • Loading branch information
viveknair and Gentrace Bot committed Apr 24, 2023
1 parent 4a052c1 commit cc2d2d3
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion api/feedback-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/feedback-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/feedback-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/pipeline-run-request-step-runs-inner-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion models/pipeline-run-request-step-runs-inner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
8 changes: 7 additions & 1 deletion models/pipeline-run-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -23,6 +23,12 @@ import { PipelineRunRequestStepRunsInner } from './pipeline-run-request-step-run
* @interface PipelineRunRequest
*/
export interface PipelineRunRequest {
/**
*
* @type {string}
* @memberof PipelineRunRequest
*/
'id': string;
/**
*
* @type {string}
Expand Down
2 changes: 1 addition & 1 deletion models/pipeline-run-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.4.2
* The version of the OpenAPI document: 0.4.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down

0 comments on commit cc2d2d3

Please sign in to comment.