@ondewo/nlu-client-typescript 6.2.0 → 6.4.0

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.
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/agent.proto
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/aiservices.proto
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/ccai_project.proto
12
12
 
13
13
 
@@ -677,6 +677,8 @@ export enum CcaiServiceType {
677
677
  CCAI_SERVICE_TYPE_ONDEWO_NLU_LLM_RAG = 20,
678
678
  CCAI_SERVICE_TYPE_ONDEWO_ANALYTICS = 21,
679
679
  CCAI_SERVICE_TYPE_ONDEWO_ANALYTICS_DASHBOARD = 22,
680
+ CCAI_SERVICE_TYPE_ONDEWO_VTSI_OUTBOUND_CAMPAIGN = 23,
681
+ CCAI_SERVICE_TYPE_ONDEWO_VTSI_INBOUND_CAMPAIGN = 24,
680
682
  }
681
683
  export enum CcaiServiceProvider {
682
684
  NO_CCAI_SERVICE_PROVIDER = 0,
@@ -4672,7 +4672,9 @@ proto.ondewo.nlu.CcaiServiceType = {
4672
4672
  CCAI_SERVICE_TYPE_ONDEWO_NLU_LLM_MCP: 19,
4673
4673
  CCAI_SERVICE_TYPE_ONDEWO_NLU_LLM_RAG: 20,
4674
4674
  CCAI_SERVICE_TYPE_ONDEWO_ANALYTICS: 21,
4675
- CCAI_SERVICE_TYPE_ONDEWO_ANALYTICS_DASHBOARD: 22
4675
+ CCAI_SERVICE_TYPE_ONDEWO_ANALYTICS_DASHBOARD: 22,
4676
+ CCAI_SERVICE_TYPE_ONDEWO_VTSI_OUTBOUND_CAMPAIGN: 23,
4677
+ CCAI_SERVICE_TYPE_ONDEWO_VTSI_INBOUND_CAMPAIGN: 24
4676
4678
  };
4677
4679
 
4678
4680
  /**
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/context.proto
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/entity_type.proto
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/intent.proto
12
12
 
13
13
 
@@ -138,6 +138,9 @@ export namespace OperationMetadata {
138
138
  TRAIN_AGENT = 7,
139
139
  EXPORT_BENCHMARK_AGENT = 8,
140
140
  INDEX_AGENT = 9,
141
+ RUN_RAG_CRAWLER = 10,
142
+ ADD_RAG_CRAWLER_RESULT_TO_DATASET = 11,
143
+ REMOVE_RAG_CRAWLER_RESULT_FROM_DATASET = 12,
141
144
  }
142
145
  }
143
146
 
@@ -453,7 +453,10 @@ proto.ondewo.nlu.OperationMetadata.OperationType = {
453
453
  BUILD_AGENT_CACHE: 6,
454
454
  TRAIN_AGENT: 7,
455
455
  EXPORT_BENCHMARK_AGENT: 8,
456
- INDEX_AGENT: 9
456
+ INDEX_AGENT: 9,
457
+ RUN_RAG_CRAWLER: 10,
458
+ ADD_RAG_CRAWLER_RESULT_TO_DATASET: 11,
459
+ REMOVE_RAG_CRAWLER_RESULT_FROM_DATASET: 12
457
460
  };
458
461
 
459
462
  /**
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/operations.proto
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/project_role.proto
12
12
 
13
13
 
@@ -7,7 +7,7 @@
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
9
  // protoc-gen-grpc-web v1.5.0
10
- // protoc v5.27.3
10
+ // protoc v6.32.0
11
11
  // source: ondewo/nlu/project_statistics.proto
12
12
 
13
13