Skip to content

Commit

Permalink
fix: updating OpenAI generated browser logic to "0.3.8" (#9)
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 12, 2023
1 parent 842bcc7 commit 3ae2c3a
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 21 deletions.
1 change: 0 additions & 1 deletion .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ index.ts
models/feedback-request.ts
models/feedback-response.ts
models/index.ts
models/pipeline-run-request-step-runs-inner-provider-model-params-value.ts
models/pipeline-run-request-step-runs-inner-provider.ts
models/pipeline-run-request-step-runs-inner.ts
models/pipeline-run-request.ts
Expand Down
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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
1 change: 0 additions & 1 deletion models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ export * from './feedback-response';
export * from './pipeline-run-request';
export * from './pipeline-run-request-step-runs-inner';
export * from './pipeline-run-request-step-runs-inner-provider';
export * from './pipeline-run-request-step-runs-inner-provider-model-params-value';
export * from './pipeline-run-response';
13 changes: 5 additions & 8 deletions 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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -13,9 +13,6 @@
*/


// May contain unused imports in some cases
// @ts-ignore
import { PipelineRunRequestStepRunsInnerProviderModelParamsValue } from './pipeline-run-request-step-runs-inner-provider-model-params-value';

/**
*
Expand All @@ -37,16 +34,16 @@ export interface PipelineRunRequestStepRunsInnerProvider {
'invocation'?: string;
/**
*
* @type {{ [key: string]: PipelineRunRequestStepRunsInnerProviderModelParamsValue; }}
* @type {{ [key: string]: any; }}
* @memberof PipelineRunRequestStepRunsInnerProvider
*/
'modelParams'?: { [key: string]: PipelineRunRequestStepRunsInnerProviderModelParamsValue; };
'modelParams'?: { [key: string]: any; };
/**
*
* @type {{ [key: string]: PipelineRunRequestStepRunsInnerProviderModelParamsValue; }}
* @type {{ [key: string]: any; }}
* @memberof PipelineRunRequestStepRunsInnerProvider
*/
'inputs'?: { [key: string]: PipelineRunRequestStepRunsInnerProviderModelParamsValue; };
'inputs'?: { [key: string]: any; };
/**
*
* @type {{ [key: string]: any; }}
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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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.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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.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-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: ${npm_package_version}
* The version of the OpenAPI document: 0.3.8
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down

0 comments on commit 3ae2c3a

Please sign in to comment.