chore: migrate fe 250723
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
import * as base from './namespaces/base';
|
||||
import * as flow_devops_nclc_custom_component from './namespaces/flow_devops_nclc_custom_component';
|
||||
import * as flow_devops_nclc_eino_plugin from './namespaces/flow_devops_nclc_eino_plugin';
|
||||
import * as flow_devops_nclc_entity from './namespaces/flow_devops_nclc_entity';
|
||||
import * as flow_devops_nclc_schema_frontend from './namespaces/flow_devops_nclc_schema_frontend';
|
||||
import * as flow_devops_nclc_schema_registry from './namespaces/flow_devops_nclc_schema_registry';
|
||||
@@ -29,6 +30,7 @@ import * as flow_devops_nclc_workflow from './namespaces/flow_devops_nclc_workfl
|
||||
export {
|
||||
base,
|
||||
flow_devops_nclc_custom_component,
|
||||
flow_devops_nclc_eino_plugin,
|
||||
flow_devops_nclc_entity,
|
||||
flow_devops_nclc_schema_frontend,
|
||||
flow_devops_nclc_schema_registry,
|
||||
@@ -36,6 +38,7 @@ export {
|
||||
};
|
||||
export * from './namespaces/base';
|
||||
export * from './namespaces/flow_devops_nclc_custom_component';
|
||||
export * from './namespaces/flow_devops_nclc_eino_plugin';
|
||||
export * from './namespaces/flow_devops_nclc_entity';
|
||||
export * from './namespaces/flow_devops_nclc_schema_frontend';
|
||||
export * from './namespaces/flow_devops_nclc_schema_registry';
|
||||
@@ -43,8 +46,6 @@ export * from './namespaces/flow_devops_nclc_workflow';
|
||||
|
||||
export type Int64 = string | number;
|
||||
|
||||
// THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
|
||||
export default class FornaxNclcService<T> {
|
||||
private request: any = () => {
|
||||
throw new Error('FornaxNclcService.request is undefined');
|
||||
@@ -506,5 +507,40 @@ export default class FornaxNclcService<T> {
|
||||
const headers = { 'FlowDevops-Agw-UserId': _req['FlowDevops-Agw-UserId'] };
|
||||
return this.request({ url, method, params, headers }, options);
|
||||
}
|
||||
|
||||
/** GET /api/nclc/v1/plugin/eino_tool/source */
|
||||
GetEinoToolSource(
|
||||
req?: flow_devops_nclc_eino_plugin.EinoToolSourceRequest,
|
||||
options?: T,
|
||||
): Promise<flow_devops_nclc_eino_plugin.EinoToolSourceResponse> {
|
||||
const _req = req || {};
|
||||
const url = this.genBaseURL('/api/nclc/v1/plugin/eino_tool/source');
|
||||
const method = 'GET';
|
||||
const params = {
|
||||
arch: _req['arch'],
|
||||
system: _req['system'],
|
||||
plugin_version: _req['plugin_version'],
|
||||
platform: _req['platform'],
|
||||
base: _req['base'],
|
||||
};
|
||||
const headers = { Host: _req['Host'] };
|
||||
return this.request({ url, method, params, headers }, options);
|
||||
}
|
||||
|
||||
/** GET /api/nclc/v1/plugin/tools/version */
|
||||
GetEinoToolsVersion(
|
||||
req?: flow_devops_nclc_eino_plugin.EinoToolsVersionRequest,
|
||||
options?: T,
|
||||
): Promise<flow_devops_nclc_eino_plugin.EinoToolsVersionResponse> {
|
||||
const _req = req || {};
|
||||
const url = this.genBaseURL('/api/nclc/v1/plugin/tools/version');
|
||||
const method = 'GET';
|
||||
const params = {
|
||||
platform: _req['platform'],
|
||||
plugin_version: _req['plugin_version'],
|
||||
base: _req['base'],
|
||||
};
|
||||
return this.request({ url, method, params }, options);
|
||||
}
|
||||
}
|
||||
/* eslint-enable */
|
||||
|
||||
Reference in New Issue
Block a user