chore: migrate fe 250722

This commit is contained in:
tecvan
2025-07-22 13:35:49 +08:00
parent b46a0c6c12
commit 60d42100f0
330 changed files with 9761 additions and 19074 deletions

View File

@@ -21,7 +21,6 @@
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';
@@ -30,7 +29,6 @@ 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,
@@ -38,7 +36,6 @@ 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';
@@ -46,6 +43,8 @@ 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');
@@ -507,40 +506,5 @@ 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 */