@cozeloop/prompt-components 0.0.1 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/idls/fornax_ml_flow/index.js +2322 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/ai_annotate.js +41 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/aidpcallback.js +108 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/annotation_job.js +52 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/base.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/batch_infer.js +72 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/dataprocess.js +10 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/dataset.js +36 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/datasetv2.js +139 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/datasetv2job.js +40 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/datasetv2lineage.js +25 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/datasetv2similarity.js +12 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/filter.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/flow_devops_evaluation_callback_common.js +36 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/flow_devops_prompt_common.js +318 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/fornax_domain_model.js +326 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/ml_flow_domain_model.js +327 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/openapi.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotateservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotationjobservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_batchinferservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_crowdsourcingannotationjobservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_dataprocessservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservicev2.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_modelservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_annotationjobservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_batchinferservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_datasetservicev2.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_tagservice.js +0 -0
- package/dist/es/idls/fornax_ml_flow/namespaces/tag.js +33 -0
- package/dist/es/idls/prompt_api/index.js +2009 -0
- package/dist/es/idls/prompt_api/namespaces/base.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_callback.js +35 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_commercial_openapi.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_common.js +318 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_debug.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_manage.js +23 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_mcp.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_optimize.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_paas.js +43 -0
- package/dist/es/idls/prompt_api/namespaces/flow_devops_prompt_platform.js +0 -0
- package/dist/es/idls/prompt_api/namespaces/mcp.js +9 -0
- package/dist/es/idls/prompt_api/namespaces/model.js +320 -0
- package/dist/es/idls/prompt_api/namespaces/permission.js +47 -0
- package/dist/es/idls/prompt_api/namespaces/release.js +25 -0
- package/dist/es/prompt-editor/index.js +1 -1
- package/dist/es/utils/model-config.js +3 -3
- package/dist/lib/idls/fornax_ml_flow/index.js +2414 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/ai_annotate.js +69 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/aidpcallback.js +140 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/annotation_job.js +82 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/base.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/batch_infer.js +105 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/dataprocess.js +34 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/dataset.js +63 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/datasetv2.js +177 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/datasetv2job.js +68 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/datasetv2lineage.js +50 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/datasetv2similarity.js +37 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/filter.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/flow_devops_evaluation_callback_common.js +62 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/flow_devops_prompt_common.js +378 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/fornax_domain_model.js +384 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/ml_flow_domain_model.js +385 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/openapi.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotateservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotationjobservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_batchinferservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_crowdsourcingannotationjobservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_dataprocessservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservicev2.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_modelservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_annotationjobservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_batchinferservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_datasetservicev2.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_tagservice.js +16 -0
- package/dist/lib/idls/fornax_ml_flow/namespaces/tag.js +60 -0
- package/dist/lib/idls/prompt_api/index.js +2071 -0
- package/dist/lib/idls/prompt_api/namespaces/base.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_callback.js +62 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_commercial_openapi.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_common.js +378 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_debug.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_manage.js +49 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_mcp.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_optimize.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_paas.js +72 -0
- package/dist/lib/idls/prompt_api/namespaces/flow_devops_prompt_platform.js +16 -0
- package/dist/lib/idls/prompt_api/namespaces/mcp.js +33 -0
- package/dist/lib/idls/prompt_api/namespaces/model.js +377 -0
- package/dist/lib/idls/prompt_api/namespaces/permission.js +72 -0
- package/dist/lib/idls/prompt_api/namespaces/release.js +50 -0
- package/dist/lib/prompt-editor/index.js +1 -1
- package/dist/lib/utils/model-config.js +13 -3
- package/dist/types/idls/fornax_ml_flow/index.d.ts +779 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/ai_annotate.d.ts +102 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/aidpcallback.d.ts +227 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/annotation_job.d.ts +402 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/base.d.ts +18 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/batch_infer.d.ts +331 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/dataprocess.d.ts +16 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/dataset.d.ts +88 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/datasetv2.d.ts +462 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/datasetv2job.d.ts +180 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/datasetv2lineage.d.ts +69 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/datasetv2similarity.d.ts +8 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/filter.d.ts +39 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/flow_devops_evaluation_callback_common.d.ts +88 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/flow_devops_prompt_common.d.ts +370 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/fornax_domain_model.d.ts +320 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/ml_flow_domain_model.d.ts +510 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/openapi.d.ts +6 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotateservice.d.ts +106 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_annotationjobservice.d.ts +256 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_batchinferservice.d.ts +73 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_crowdsourcingannotationjobservice.d.ts +94 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_dataprocessservice.d.ts +11 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservice.d.ts +24 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_datasetservicev2.d.ts +653 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_modelservice.d.ts +83 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_annotationjobservice.d.ts +81 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_batchinferservice.d.ts +24 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_datasetservicev2.d.ts +260 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_tagservice.d.ts +111 -0
- package/dist/types/idls/fornax_ml_flow/namespaces/tag.d.ts +109 -0
- package/dist/types/idls/prompt_api/index.d.ts +667 -0
- package/dist/types/idls/prompt_api/namespaces/base.d.ts +18 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_callback.d.ts +102 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_commercial_openapi.d.ts +81 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_common.d.ts +1270 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_debug.d.ts +197 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_manage.d.ts +769 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_mcp.d.ts +301 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_optimize.d.ts +155 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_paas.d.ts +198 -0
- package/dist/types/idls/prompt_api/namespaces/flow_devops_prompt_platform.d.ts +230 -0
- package/dist/types/idls/prompt_api/namespaces/mcp.d.ts +95 -0
- package/dist/types/idls/prompt_api/namespaces/model.d.ts +315 -0
- package/dist/types/idls/prompt_api/namespaces/permission.d.ts +52 -0
- package/dist/types/idls/prompt_api/namespaces/release.d.ts +62 -0
- package/dist/types/model-config-editor/basic-type.d.ts +2 -2
- package/dist/types/model-config-editor/model-config-form.d.ts +1 -1
- package/dist/types/model-config-editor/popover-type.d.ts +3 -3
- package/dist/types/model-select/index.d.ts +1 -1
- package/dist/types/model-select/model-option/index.d.ts +1 -1
- package/dist/types/prompt-editor/index.d.ts +1 -1
- package/dist/types/utils/model-config.d.ts +4 -4
- package/package.json +5 -3
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
var ByteTreeNodeResourceProvider = /* @__PURE__ */ ((ByteTreeNodeResourceProvider2) => {
|
|
2
|
+
ByteTreeNodeResourceProvider2[ByteTreeNodeResourceProvider2["TCE"] = 1] = "TCE";
|
|
3
|
+
ByteTreeNodeResourceProvider2[ByteTreeNodeResourceProvider2["TCC"] = 2] = "TCC";
|
|
4
|
+
ByteTreeNodeResourceProvider2[ByteTreeNodeResourceProvider2["Bernard"] = 3] = "Bernard";
|
|
5
|
+
return ByteTreeNodeResourceProvider2;
|
|
6
|
+
})(ByteTreeNodeResourceProvider || {});
|
|
7
|
+
var CommercialModelStatus = /* @__PURE__ */ ((CommercialModelStatus2) => {
|
|
8
|
+
CommercialModelStatus2[CommercialModelStatus2["Online"] = 1] = "Online";
|
|
9
|
+
CommercialModelStatus2[CommercialModelStatus2["Offline"] = 2] = "Offline";
|
|
10
|
+
CommercialModelStatus2[CommercialModelStatus2["Deleted"] = 3] = "Deleted";
|
|
11
|
+
CommercialModelStatus2[CommercialModelStatus2["FineTuneInQueue"] = 4] = "FineTuneInQueue";
|
|
12
|
+
CommercialModelStatus2[CommercialModelStatus2["FineTuneRunning"] = 5] = "FineTuneRunning";
|
|
13
|
+
CommercialModelStatus2[CommercialModelStatus2["FineTuneFailed"] = 6] = "FineTuneFailed";
|
|
14
|
+
CommercialModelStatus2[CommercialModelStatus2["FineTuneTerminated"] = 7] = "FineTuneTerminated";
|
|
15
|
+
return CommercialModelStatus2;
|
|
16
|
+
})(CommercialModelStatus || {});
|
|
17
|
+
var DataImportMode = /* @__PURE__ */ ((DataImportMode2) => {
|
|
18
|
+
DataImportMode2[DataImportMode2["Undefined"] = 0] = "Undefined";
|
|
19
|
+
DataImportMode2[DataImportMode2["Append"] = 1] = "Append";
|
|
20
|
+
DataImportMode2[DataImportMode2["Overwrite"] = 2] = "Overwrite";
|
|
21
|
+
return DataImportMode2;
|
|
22
|
+
})(DataImportMode || {});
|
|
23
|
+
var DataSourceType = /* @__PURE__ */ ((DataSourceType2) => {
|
|
24
|
+
DataSourceType2[DataSourceType2["Undefined"] = 0] = "Undefined";
|
|
25
|
+
DataSourceType2[DataSourceType2["TOS"] = 1] = "TOS";
|
|
26
|
+
return DataSourceType2;
|
|
27
|
+
})(DataSourceType || {});
|
|
28
|
+
var Family = /* @__PURE__ */ ((Family2) => {
|
|
29
|
+
Family2[Family2["Undefined"] = 0] = "Undefined";
|
|
30
|
+
Family2[Family2["GPT"] = 1] = "GPT";
|
|
31
|
+
Family2[Family2["Seed"] = 2] = "Seed";
|
|
32
|
+
Family2[Family2["Gemini"] = 3] = "Gemini";
|
|
33
|
+
Family2[Family2["Claude"] = 4] = "Claude";
|
|
34
|
+
Family2[Family2["Ernie"] = 5] = "Ernie";
|
|
35
|
+
Family2[Family2["Baichuan"] = 6] = "Baichuan";
|
|
36
|
+
Family2[Family2["Qwen"] = 7] = "Qwen";
|
|
37
|
+
Family2[Family2["GLM"] = 8] = "GLM";
|
|
38
|
+
Family2[Family2["SkyLark"] = 9] = "SkyLark";
|
|
39
|
+
Family2[Family2["Moonshot"] = 10] = "Moonshot";
|
|
40
|
+
Family2[Family2["Minimax"] = 11] = "Minimax";
|
|
41
|
+
Family2[Family2["Doubao"] = 12] = "Doubao";
|
|
42
|
+
Family2[Family2["Baichuan2"] = 13] = "Baichuan2";
|
|
43
|
+
Family2[Family2["DeepSeekV2"] = 14] = "DeepSeekV2";
|
|
44
|
+
Family2[Family2["DeepSeekCoderV2"] = 15] = "DeepSeekCoderV2";
|
|
45
|
+
Family2[Family2["DeepseekCoder"] = 16] = "DeepseekCoder";
|
|
46
|
+
Family2[Family2["InternLM2_5"] = 17] = "InternLM2_5";
|
|
47
|
+
Family2[Family2["Qwen2"] = 18] = "Qwen2";
|
|
48
|
+
Family2[Family2["Qwen2_5"] = 19] = "Qwen2_5";
|
|
49
|
+
Family2[Family2["Qwen2_5_Coder"] = 20] = "Qwen2_5_Coder";
|
|
50
|
+
Family2[Family2["MiniCPM"] = 21] = "MiniCPM";
|
|
51
|
+
Family2[Family2["MiniCPM3"] = 22] = "MiniCPM3";
|
|
52
|
+
Family2[Family2["ChatGLM3"] = 23] = "ChatGLM3";
|
|
53
|
+
Family2[Family2["Mistral"] = 24] = "Mistral";
|
|
54
|
+
Family2[Family2["Gemma"] = 25] = "Gemma";
|
|
55
|
+
Family2[Family2["Gemma2"] = 26] = "Gemma2";
|
|
56
|
+
Family2[Family2["InternVL2"] = 27] = "InternVL2";
|
|
57
|
+
Family2[Family2["InternVL2_5"] = 28] = "InternVL2_5";
|
|
58
|
+
Family2[Family2["DeepSeekV3"] = 29] = "DeepSeekV3";
|
|
59
|
+
return Family2;
|
|
60
|
+
})(Family || {});
|
|
61
|
+
var IDC = /* @__PURE__ */ ((IDC2) => {
|
|
62
|
+
IDC2[IDC2["HL"] = 1] = "HL";
|
|
63
|
+
IDC2[IDC2["LF"] = 2] = "LF";
|
|
64
|
+
IDC2[IDC2["LQ"] = 3] = "LQ";
|
|
65
|
+
IDC2[IDC2["YG"] = 4] = "YG";
|
|
66
|
+
IDC2[IDC2["GL"] = 5] = "GL";
|
|
67
|
+
IDC2[IDC2["MALIVA"] = 101] = "MALIVA";
|
|
68
|
+
IDC2[IDC2["SG1"] = 201] = "SG1";
|
|
69
|
+
IDC2[IDC2["MY"] = 202] = "MY";
|
|
70
|
+
IDC2[IDC2["MY2"] = 203] = "MY2";
|
|
71
|
+
IDC2[IDC2["MYCISB"] = 204] = "MYCISB";
|
|
72
|
+
return IDC2;
|
|
73
|
+
})(IDC || {});
|
|
74
|
+
var MerlinFramework = /* @__PURE__ */ ((MerlinFramework2) => {
|
|
75
|
+
MerlinFramework2[MerlinFramework2["LLMServerPublic"] = 1] = "LLMServerPublic";
|
|
76
|
+
MerlinFramework2[MerlinFramework2["Laplace"] = 2] = "Laplace";
|
|
77
|
+
return MerlinFramework2;
|
|
78
|
+
})(MerlinFramework || {});
|
|
79
|
+
var MerlinLLMInterface = /* @__PURE__ */ ((MerlinLLMInterface2) => {
|
|
80
|
+
MerlinLLMInterface2[MerlinLLMInterface2["MatxInference"] = 1] = "MatxInference";
|
|
81
|
+
return MerlinLLMInterface2;
|
|
82
|
+
})(MerlinLLMInterface || {});
|
|
83
|
+
var MerlinQuotaPoolType = /* @__PURE__ */ ((MerlinQuotaPoolType2) => {
|
|
84
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["Default"] = 0] = "Default";
|
|
85
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["Hybrid"] = 1] = "Hybrid";
|
|
86
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["HybridShare"] = 2] = "HybridShare";
|
|
87
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["ALI"] = 3] = "ALI";
|
|
88
|
+
MerlinQuotaPoolType2[MerlinQuotaPoolType2["HW"] = 4] = "HW";
|
|
89
|
+
return MerlinQuotaPoolType2;
|
|
90
|
+
})(MerlinQuotaPoolType || {});
|
|
91
|
+
var ModelFilterKey = /* @__PURE__ */ ((ModelFilterKey2) => {
|
|
92
|
+
ModelFilterKey2[ModelFilterKey2["ModelType"] = 1] = "ModelType";
|
|
93
|
+
ModelFilterKey2[ModelFilterKey2["ModelUserRight"] = 2] = "ModelUserRight";
|
|
94
|
+
ModelFilterKey2[ModelFilterKey2["ModelFeature"] = 3] = "ModelFeature";
|
|
95
|
+
ModelFilterKey2[ModelFilterKey2["ModelFunction"] = 4] = "ModelFunction";
|
|
96
|
+
ModelFilterKey2[ModelFilterKey2["ModelScenario"] = 5] = "ModelScenario";
|
|
97
|
+
ModelFilterKey2[ModelFilterKey2["Custom"] = 20] = "Custom";
|
|
98
|
+
return ModelFilterKey2;
|
|
99
|
+
})(ModelFilterKey || {});
|
|
100
|
+
var ModelFilterScene = /* @__PURE__ */ ((ModelFilterScene2) => {
|
|
101
|
+
ModelFilterScene2[ModelFilterScene2["Default"] = 0] = "Default";
|
|
102
|
+
ModelFilterScene2[ModelFilterScene2["EvalFunctionCall"] = 1] = "EvalFunctionCall";
|
|
103
|
+
return ModelFilterScene2;
|
|
104
|
+
})(ModelFilterScene || {});
|
|
105
|
+
var ModelParamType = /* @__PURE__ */ ((ModelParamType2) => {
|
|
106
|
+
ModelParamType2[ModelParamType2["Unknown"] = 0] = "Unknown";
|
|
107
|
+
ModelParamType2[ModelParamType2["Float"] = 1] = "Float";
|
|
108
|
+
ModelParamType2[ModelParamType2["Int"] = 2] = "Int";
|
|
109
|
+
ModelParamType2[ModelParamType2["Boolean"] = 3] = "Boolean";
|
|
110
|
+
ModelParamType2[ModelParamType2["String"] = 4] = "String";
|
|
111
|
+
return ModelParamType2;
|
|
112
|
+
})(ModelParamType || {});
|
|
113
|
+
var ModelStatus = /* @__PURE__ */ ((ModelStatus2) => {
|
|
114
|
+
ModelStatus2[ModelStatus2["Undefined"] = 0] = "Undefined";
|
|
115
|
+
ModelStatus2[ModelStatus2["Available"] = 1] = "Available";
|
|
116
|
+
ModelStatus2[ModelStatus2["Deploying"] = 2] = "Deploying";
|
|
117
|
+
ModelStatus2[ModelStatus2["Unavailable"] = 3] = "Unavailable";
|
|
118
|
+
ModelStatus2[ModelStatus2["Offlining"] = 4] = "Offlining";
|
|
119
|
+
return ModelStatus2;
|
|
120
|
+
})(ModelStatus || {});
|
|
121
|
+
var Provider = /* @__PURE__ */ ((Provider2) => {
|
|
122
|
+
Provider2[Provider2["GPTOpenAPI"] = 1] = "GPTOpenAPI";
|
|
123
|
+
Provider2[Provider2["Maas"] = 2] = "Maas";
|
|
124
|
+
Provider2[Provider2["BotEngine"] = 3] = "BotEngine";
|
|
125
|
+
Provider2[Provider2["Merlin"] = 4] = "Merlin";
|
|
126
|
+
Provider2[Provider2["MerlinSeed"] = 5] = "MerlinSeed";
|
|
127
|
+
return Provider2;
|
|
128
|
+
})(Provider || {});
|
|
129
|
+
var ProviderAccountType = /* @__PURE__ */ ((ProviderAccountType2) => {
|
|
130
|
+
ProviderAccountType2[ProviderAccountType2["AKSK"] = 1] = "AKSK";
|
|
131
|
+
ProviderAccountType2[ProviderAccountType2["APIKey"] = 2] = "APIKey";
|
|
132
|
+
return ProviderAccountType2;
|
|
133
|
+
})(ProviderAccountType || {});
|
|
134
|
+
var Region = /* @__PURE__ */ ((Region2) => {
|
|
135
|
+
Region2[Region2["CN"] = 1] = "CN";
|
|
136
|
+
Region2[Region2["SG"] = 2] = "SG";
|
|
137
|
+
Region2[Region2["US"] = 3] = "US";
|
|
138
|
+
return Region2;
|
|
139
|
+
})(Region || {});
|
|
140
|
+
var RuntimeCustomParamType = /* @__PURE__ */ ((RuntimeCustomParamType2) => {
|
|
141
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["Unknown"] = 0] = "Unknown";
|
|
142
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["StringList"] = 1] = "StringList";
|
|
143
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["IntList"] = 2] = "IntList";
|
|
144
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["FloatList"] = 3] = "FloatList";
|
|
145
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["String"] = 4] = "String";
|
|
146
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["Int"] = 5] = "Int";
|
|
147
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["Float"] = 6] = "Float";
|
|
148
|
+
RuntimeCustomParamType2[RuntimeCustomParamType2["Bool"] = 7] = "Bool";
|
|
149
|
+
return RuntimeCustomParamType2;
|
|
150
|
+
})(RuntimeCustomParamType || {});
|
|
151
|
+
var RuntimeHookType = /* @__PURE__ */ ((RuntimeHookType2) => {
|
|
152
|
+
RuntimeHookType2[RuntimeHookType2["Unknown"] = 0] = "Unknown";
|
|
153
|
+
RuntimeHookType2[RuntimeHookType2["MsgPreHook"] = 1] = "MsgPreHook";
|
|
154
|
+
return RuntimeHookType2;
|
|
155
|
+
})(RuntimeHookType || {});
|
|
156
|
+
var SftTaskBaseModelType = /* @__PURE__ */ ((SftTaskBaseModelType2) => {
|
|
157
|
+
SftTaskBaseModelType2[SftTaskBaseModelType2["Foundation"] = 0] = "Foundation";
|
|
158
|
+
SftTaskBaseModelType2[SftTaskBaseModelType2["Custom"] = 1] = "Custom";
|
|
159
|
+
return SftTaskBaseModelType2;
|
|
160
|
+
})(SftTaskBaseModelType || {});
|
|
161
|
+
var SftTaskErrCode = /* @__PURE__ */ ((SftTaskErrCode2) => {
|
|
162
|
+
SftTaskErrCode2[SftTaskErrCode2["Default"] = 0] = "Default";
|
|
163
|
+
SftTaskErrCode2[SftTaskErrCode2["InternalErr"] = 1e5] = "InternalErr";
|
|
164
|
+
SftTaskErrCode2[SftTaskErrCode2["TrainingSetUploadedErr"] = 100001] = "TrainingSetUploadedErr";
|
|
165
|
+
SftTaskErrCode2[SftTaskErrCode2["CreateProviderSftTaskErr"] = 100002] = "CreateProviderSftTaskErr";
|
|
166
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinTaskInternalError"] = 2e5] = "MerlinTaskInternalError";
|
|
167
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinGpuCpuMemRatioBad"] = 200001] = "MerlinGpuCpuMemRatioBad";
|
|
168
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinReportedInternalErr"] = 21e4] = "MerlinReportedInternalErr";
|
|
169
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinOOM"] = 210001] = "MerlinOOM";
|
|
170
|
+
SftTaskErrCode2[SftTaskErrCode2["MerlinNoModelGenerated"] = 210002] = "MerlinNoModelGenerated";
|
|
171
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSInternalErr"] = 3e5] = "MaaSInternalErr";
|
|
172
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSValidationSetSplitErr"] = 300001] = "MaaSValidationSetSplitErr";
|
|
173
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSTrainingSetNoValid"] = 300002] = "MaaSTrainingSetNoValid";
|
|
174
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSAccountModelServiceIsNotActivated"] = 300003] = "MaaSAccountModelServiceIsNotActivated";
|
|
175
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSRequiredParamMissing"] = 300004] = "MaaSRequiredParamMissing";
|
|
176
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSRequestParamInvalid"] = 300005] = "MaaSRequestParamInvalid";
|
|
177
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSDuplicateTags"] = 300006] = "MaaSDuplicateTags";
|
|
178
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSNotSupportedToConfigureValidationSetAndPercentage"] = 300007] = "MaaSNotSupportedToConfigureValidationSetAndPercentage";
|
|
179
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSNotPermittedToAccessModel"] = 300008] = "MaaSNotPermittedToAccessModel";
|
|
180
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSModelNotSupportTheTrainingMethod"] = 300009] = "MaaSModelNotSupportTheTrainingMethod";
|
|
181
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSFoundationModelNotSupportTheTrainingMethod"] = 300010] = "MaaSFoundationModelNotSupportTheTrainingMethod";
|
|
182
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSAccountBalanceOverdue"] = 300011] = "MaaSAccountBalanceOverdue";
|
|
183
|
+
SftTaskErrCode2[SftTaskErrCode2["MaaSUnknownErr"] = 300012] = "MaaSUnknownErr";
|
|
184
|
+
return SftTaskErrCode2;
|
|
185
|
+
})(SftTaskErrCode || {});
|
|
186
|
+
var SftTaskHyperParamType = /* @__PURE__ */ ((SftTaskHyperParamType2) => {
|
|
187
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["Int"] = 1] = "Int";
|
|
188
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["Float"] = 2] = "Float";
|
|
189
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["String"] = 3] = "String";
|
|
190
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["Bool"] = 4] = "Bool";
|
|
191
|
+
SftTaskHyperParamType2[SftTaskHyperParamType2["Percentage"] = 5] = "Percentage";
|
|
192
|
+
return SftTaskHyperParamType2;
|
|
193
|
+
})(SftTaskHyperParamType || {});
|
|
194
|
+
var SftTaskOutputExportType = /* @__PURE__ */ ((SftTaskOutputExportType2) => {
|
|
195
|
+
SftTaskOutputExportType2[SftTaskOutputExportType2["NewModel"] = 1] = "NewModel";
|
|
196
|
+
SftTaskOutputExportType2[SftTaskOutputExportType2["ExistModel"] = 2] = "ExistModel";
|
|
197
|
+
return SftTaskOutputExportType2;
|
|
198
|
+
})(SftTaskOutputExportType || {});
|
|
199
|
+
var SftTaskOutputStatus = /* @__PURE__ */ ((SftTaskOutputStatus2) => {
|
|
200
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["Available"] = 1] = "Available";
|
|
201
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["Exported"] = 2] = "Exported";
|
|
202
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["Expired"] = 3] = "Expired";
|
|
203
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["Exporting"] = 4] = "Exporting";
|
|
204
|
+
SftTaskOutputStatus2[SftTaskOutputStatus2["ExportFailed"] = 5] = "ExportFailed";
|
|
205
|
+
return SftTaskOutputStatus2;
|
|
206
|
+
})(SftTaskOutputStatus || {});
|
|
207
|
+
var SftTaskRunEventType = /* @__PURE__ */ ((SftTaskRunEventType2) => {
|
|
208
|
+
SftTaskRunEventType2[SftTaskRunEventType2["Undefined"] = 0] = "Undefined";
|
|
209
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ErrorOccured"] = 1] = "ErrorOccured";
|
|
210
|
+
SftTaskRunEventType2[SftTaskRunEventType2["UploadCkpt"] = 2] = "UploadCkpt";
|
|
211
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ReportMetricsURL"] = 3] = "ReportMetricsURL";
|
|
212
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ReportProgress"] = 5] = "ReportProgress";
|
|
213
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ReportTrainingStart"] = 6] = "ReportTrainingStart";
|
|
214
|
+
SftTaskRunEventType2[SftTaskRunEventType2["ReportTrainingFinished"] = 7] = "ReportTrainingFinished";
|
|
215
|
+
return SftTaskRunEventType2;
|
|
216
|
+
})(SftTaskRunEventType || {});
|
|
217
|
+
var SftTaskStatusPhase = /* @__PURE__ */ ((SftTaskStatusPhase2) => {
|
|
218
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Preprocessing"] = 0] = "Preprocessing";
|
|
219
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Queued"] = 1] = "Queued";
|
|
220
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Deploying"] = 2] = "Deploying";
|
|
221
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Running"] = 3] = "Running";
|
|
222
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Completing"] = 4] = "Completing";
|
|
223
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Completed"] = 5] = "Completed";
|
|
224
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Terminating"] = 6] = "Terminating";
|
|
225
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Terminated"] = 7] = "Terminated";
|
|
226
|
+
SftTaskStatusPhase2[SftTaskStatusPhase2["Failed"] = 8] = "Failed";
|
|
227
|
+
return SftTaskStatusPhase2;
|
|
228
|
+
})(SftTaskStatusPhase || {});
|
|
229
|
+
var SftTaskTrainingMethod = /* @__PURE__ */ ((SftTaskTrainingMethod2) => {
|
|
230
|
+
SftTaskTrainingMethod2[SftTaskTrainingMethod2["LoRA"] = 1] = "LoRA";
|
|
231
|
+
SftTaskTrainingMethod2[SftTaskTrainingMethod2["Full"] = 2] = "Full";
|
|
232
|
+
return SftTaskTrainingMethod2;
|
|
233
|
+
})(SftTaskTrainingMethod || {});
|
|
234
|
+
var SftTaskTrainingType = /* @__PURE__ */ ((SftTaskTrainingType2) => {
|
|
235
|
+
SftTaskTrainingType2[SftTaskTrainingType2["SftFineTuning"] = 1] = "SftFineTuning";
|
|
236
|
+
return SftTaskTrainingType2;
|
|
237
|
+
})(SftTaskTrainingType || {});
|
|
238
|
+
var SftTaskValidationSetType = /* @__PURE__ */ ((SftTaskValidationSetType2) => {
|
|
239
|
+
SftTaskValidationSetType2[SftTaskValidationSetType2["SplitFromTrainingSet"] = 1] = "SplitFromTrainingSet";
|
|
240
|
+
return SftTaskValidationSetType2;
|
|
241
|
+
})(SftTaskValidationSetType || {});
|
|
242
|
+
var TaskStatus = /* @__PURE__ */ ((TaskStatus2) => {
|
|
243
|
+
TaskStatus2[TaskStatus2["Undefined"] = 0] = "Undefined";
|
|
244
|
+
TaskStatus2[TaskStatus2["Initializing"] = 1] = "Initializing";
|
|
245
|
+
TaskStatus2[TaskStatus2["Running"] = 2] = "Running";
|
|
246
|
+
TaskStatus2[TaskStatus2["Done"] = 3] = "Done";
|
|
247
|
+
TaskStatus2[TaskStatus2["Failed"] = 4] = "Failed";
|
|
248
|
+
TaskStatus2[TaskStatus2["Terminated"] = 5] = "Terminated";
|
|
249
|
+
TaskStatus2[TaskStatus2["DoneWithError"] = 6] = "DoneWithError";
|
|
250
|
+
return TaskStatus2;
|
|
251
|
+
})(TaskStatus || {});
|
|
252
|
+
var TrainingDataFileType = /* @__PURE__ */ ((TrainingDataFileType2) => {
|
|
253
|
+
TrainingDataFileType2[TrainingDataFileType2["Undefined"] = 0] = "Undefined";
|
|
254
|
+
TrainingDataFileType2[TrainingDataFileType2["JSONL"] = 1] = "JSONL";
|
|
255
|
+
return TrainingDataFileType2;
|
|
256
|
+
})(TrainingDataFileType || {});
|
|
257
|
+
var TrainingDatasetType = /* @__PURE__ */ ((TrainingDatasetType2) => {
|
|
258
|
+
TrainingDatasetType2[TrainingDatasetType2["Undefined"] = 0] = "Undefined";
|
|
259
|
+
TrainingDatasetType2[TrainingDatasetType2["SFTChat"] = 1] = "SFTChat";
|
|
260
|
+
TrainingDatasetType2[TrainingDatasetType2["SFTFunctionCall"] = 2] = "SFTFunctionCall";
|
|
261
|
+
TrainingDatasetType2[TrainingDatasetType2["SFTMultiModalUnderstanding"] = 3] = "SFTMultiModalUnderstanding";
|
|
262
|
+
return TrainingDatasetType2;
|
|
263
|
+
})(TrainingDatasetType || {});
|
|
264
|
+
var TrainingFileOpType = /* @__PURE__ */ ((TrainingFileOpType2) => {
|
|
265
|
+
TrainingFileOpType2[TrainingFileOpType2["Undefined"] = 0] = "Undefined";
|
|
266
|
+
TrainingFileOpType2[TrainingFileOpType2["Get"] = 1] = "Get";
|
|
267
|
+
TrainingFileOpType2[TrainingFileOpType2["Put"] = 2] = "Put";
|
|
268
|
+
return TrainingFileOpType2;
|
|
269
|
+
})(TrainingFileOpType || {});
|
|
270
|
+
var UsageScenario = /* @__PURE__ */ ((UsageScenario2) => {
|
|
271
|
+
UsageScenario2[UsageScenario2["Default"] = 1] = "Default";
|
|
272
|
+
UsageScenario2[UsageScenario2["Evaluation"] = 2] = "Evaluation";
|
|
273
|
+
UsageScenario2[UsageScenario2["PromptAsAService"] = 3] = "PromptAsAService";
|
|
274
|
+
UsageScenario2[UsageScenario2["AIAnnotate"] = 4] = "AIAnnotate";
|
|
275
|
+
UsageScenario2[UsageScenario2["AIScore"] = 5] = "AIScore";
|
|
276
|
+
UsageScenario2[UsageScenario2["AITag"] = 6] = "AITag";
|
|
277
|
+
return UsageScenario2;
|
|
278
|
+
})(UsageScenario || {});
|
|
279
|
+
var ValidateStatus = /* @__PURE__ */ ((ValidateStatus2) => {
|
|
280
|
+
ValidateStatus2[ValidateStatus2["Pass"] = 1] = "Pass";
|
|
281
|
+
ValidateStatus2[ValidateStatus2["Failed"] = 2] = "Failed";
|
|
282
|
+
ValidateStatus2[ValidateStatus2["Skip"] = 3] = "Skip";
|
|
283
|
+
return ValidateStatus2;
|
|
284
|
+
})(ValidateStatus || {});
|
|
285
|
+
var VisibleMode = /* @__PURE__ */ ((VisibleMode2) => {
|
|
286
|
+
VisibleMode2[VisibleMode2["Default"] = 1] = "Default";
|
|
287
|
+
VisibleMode2[VisibleMode2["Specified"] = 2] = "Specified";
|
|
288
|
+
VisibleMode2[VisibleMode2["All"] = 3] = "All";
|
|
289
|
+
return VisibleMode2;
|
|
290
|
+
})(VisibleMode || {});
|
|
291
|
+
export {
|
|
292
|
+
ByteTreeNodeResourceProvider,
|
|
293
|
+
CommercialModelStatus,
|
|
294
|
+
DataImportMode,
|
|
295
|
+
DataSourceType,
|
|
296
|
+
Family,
|
|
297
|
+
IDC,
|
|
298
|
+
MerlinFramework,
|
|
299
|
+
MerlinLLMInterface,
|
|
300
|
+
MerlinQuotaPoolType,
|
|
301
|
+
ModelFilterKey,
|
|
302
|
+
ModelFilterScene,
|
|
303
|
+
ModelParamType,
|
|
304
|
+
ModelStatus,
|
|
305
|
+
Provider,
|
|
306
|
+
ProviderAccountType,
|
|
307
|
+
Region,
|
|
308
|
+
RuntimeCustomParamType,
|
|
309
|
+
RuntimeHookType,
|
|
310
|
+
SftTaskBaseModelType,
|
|
311
|
+
SftTaskErrCode,
|
|
312
|
+
SftTaskHyperParamType,
|
|
313
|
+
SftTaskOutputExportType,
|
|
314
|
+
SftTaskOutputStatus,
|
|
315
|
+
SftTaskRunEventType,
|
|
316
|
+
SftTaskStatusPhase,
|
|
317
|
+
SftTaskTrainingMethod,
|
|
318
|
+
SftTaskTrainingType,
|
|
319
|
+
SftTaskValidationSetType,
|
|
320
|
+
TaskStatus,
|
|
321
|
+
TrainingDataFileType,
|
|
322
|
+
TrainingDatasetType,
|
|
323
|
+
TrainingFileOpType,
|
|
324
|
+
UsageScenario,
|
|
325
|
+
ValidateStatus,
|
|
326
|
+
VisibleMode
|
|
327
|
+
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_annotationjobservice.js
ADDED
|
File without changes
|
package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_batchinferservice.js
ADDED
|
File without changes
|
package/dist/es/idls/fornax_ml_flow/namespaces/stone_fornax_ml_flow_openapi_datasetservicev2.js
ADDED
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
var ChangeTargetType = /* @__PURE__ */ ((ChangeTargetType2) => {
|
|
2
|
+
ChangeTargetType2[ChangeTargetType2["Tag"] = 1] = "Tag";
|
|
3
|
+
ChangeTargetType2[ChangeTargetType2["TagName"] = 2] = "TagName";
|
|
4
|
+
ChangeTargetType2[ChangeTargetType2["TagDescription"] = 3] = "TagDescription";
|
|
5
|
+
ChangeTargetType2[ChangeTargetType2["TagStatus"] = 4] = "TagStatus";
|
|
6
|
+
ChangeTargetType2[ChangeTargetType2["TagType"] = 5] = "TagType";
|
|
7
|
+
ChangeTargetType2[ChangeTargetType2["TagValueName"] = 6] = "TagValueName";
|
|
8
|
+
ChangeTargetType2[ChangeTargetType2["TagValueStatus"] = 7] = "TagValueStatus";
|
|
9
|
+
return ChangeTargetType2;
|
|
10
|
+
})(ChangeTargetType || {});
|
|
11
|
+
var OperationType = /* @__PURE__ */ ((OperationType2) => {
|
|
12
|
+
OperationType2[OperationType2["Create"] = 1] = "Create";
|
|
13
|
+
OperationType2[OperationType2["Update"] = 2] = "Update";
|
|
14
|
+
OperationType2[OperationType2["Delete"] = 3] = "Delete";
|
|
15
|
+
return OperationType2;
|
|
16
|
+
})(OperationType || {});
|
|
17
|
+
var TagStatus = /* @__PURE__ */ ((TagStatus2) => {
|
|
18
|
+
TagStatus2[TagStatus2["Active"] = 1] = "Active";
|
|
19
|
+
TagStatus2[TagStatus2["Inactive"] = 2] = "Inactive";
|
|
20
|
+
TagStatus2[TagStatus2["Deprecated"] = 99] = "Deprecated";
|
|
21
|
+
return TagStatus2;
|
|
22
|
+
})(TagStatus || {});
|
|
23
|
+
var TagType = /* @__PURE__ */ ((TagType2) => {
|
|
24
|
+
TagType2[TagType2["Tag"] = 1] = "Tag";
|
|
25
|
+
TagType2[TagType2["Option"] = 2] = "Option";
|
|
26
|
+
return TagType2;
|
|
27
|
+
})(TagType || {});
|
|
28
|
+
export {
|
|
29
|
+
ChangeTargetType,
|
|
30
|
+
OperationType,
|
|
31
|
+
TagStatus,
|
|
32
|
+
TagType
|
|
33
|
+
};
|