@ondewo/nlu-client-typescript 5.0.0 → 6.1.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.
Files changed (76) hide show
  1. package/api/google/api/annotations_pb.d.ts +2 -2
  2. package/api/google/api/annotations_pb.js +7 -1
  3. package/api/google/protobuf/any_pb.js +9 -3
  4. package/api/google/protobuf/empty_pb.js +7 -1
  5. package/api/google/protobuf/field_mask_pb.js +8 -2
  6. package/api/google/protobuf/struct_pb.js +17 -10
  7. package/api/google/protobuf/timestamp_pb.js +9 -3
  8. package/api/google/rpc/status_pb.d.ts +1 -1
  9. package/api/google/rpc/status_pb.js +10 -4
  10. package/api/google/type/latlng_pb.js +9 -3
  11. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +15 -64
  12. package/api/ondewo/nlu/agent_grpc_web_pb.js +68 -310
  13. package/api/ondewo/nlu/agent_pb.d.ts +31 -12
  14. package/api/ondewo/nlu/agent_pb.js +507 -326
  15. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +35 -1
  16. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +191 -3
  17. package/api/ondewo/nlu/aiservices_pb.d.ts +190 -3
  18. package/api/ondewo/nlu/aiservices_pb.js +1715 -135
  19. package/api/ondewo/nlu/ccai_project_grpc_web_pb.d.ts +13 -1
  20. package/api/ondewo/nlu/ccai_project_grpc_web_pb.js +68 -3
  21. package/api/ondewo/nlu/ccai_project_pb.d.ts +100 -5
  22. package/api/ondewo/nlu/ccai_project_pb.js +448 -67
  23. package/api/ondewo/nlu/common_pb.d.ts +27 -27
  24. package/api/ondewo/nlu/common_pb.js +100 -94
  25. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +2 -2
  26. package/api/ondewo/nlu/context_grpc_web_pb.js +7 -3
  27. package/api/ondewo/nlu/context_pb.d.ts +4 -4
  28. package/api/ondewo/nlu/context_pb.js +36 -29
  29. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +3 -3
  30. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +7 -3
  31. package/api/ondewo/nlu/entity_type_pb.d.ts +6 -6
  32. package/api/ondewo/nlu/entity_type_pb.js +88 -82
  33. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +3 -3
  34. package/api/ondewo/nlu/intent_grpc_web_pb.js +7 -3
  35. package/api/ondewo/nlu/intent_pb.d.ts +8 -8
  36. package/api/ondewo/nlu/intent_pb.js +251 -245
  37. package/api/ondewo/nlu/operation_metadata_pb.d.ts +1 -1
  38. package/api/ondewo/nlu/operation_metadata_pb.js +29 -23
  39. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +2 -2
  40. package/api/ondewo/nlu/operations_grpc_web_pb.js +7 -3
  41. package/api/ondewo/nlu/operations_pb.d.ts +6 -6
  42. package/api/ondewo/nlu/operations_pb.js +28 -22
  43. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +2 -2
  44. package/api/ondewo/nlu/project_role_grpc_web_pb.js +7 -3
  45. package/api/ondewo/nlu/project_role_pb.d.ts +4 -4
  46. package/api/ondewo/nlu/project_role_pb.js +32 -26
  47. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +2 -2
  48. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +7 -3
  49. package/api/ondewo/nlu/project_statistics_pb.d.ts +4 -4
  50. package/api/ondewo/nlu/project_statistics_pb.js +14 -8
  51. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +3 -3
  52. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +7 -3
  53. package/api/ondewo/nlu/server_statistics_pb.d.ts +3 -3
  54. package/api/ondewo/nlu/server_statistics_pb.js +8 -2
  55. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +46 -10
  56. package/api/ondewo/nlu/session_grpc_web_pb.js +209 -22
  57. package/api/ondewo/nlu/session_pb.d.ts +324 -24
  58. package/api/ondewo/nlu/session_pb.js +8251 -5782
  59. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +3 -3
  60. package/api/ondewo/nlu/user_grpc_web_pb.js +7 -3
  61. package/api/ondewo/nlu/user_pb.d.ts +12 -6
  62. package/api/ondewo/nlu/user_pb.js +131 -73
  63. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +1 -1
  64. package/api/ondewo/nlu/utility_grpc_web_pb.js +7 -3
  65. package/api/ondewo/nlu/utility_pb.d.ts +2 -2
  66. package/api/ondewo/nlu/utility_pb.js +86 -80
  67. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +2 -2
  68. package/api/ondewo/nlu/webhook_grpc_web_pb.js +7 -3
  69. package/api/ondewo/nlu/webhook_pb.d.ts +8 -8
  70. package/api/ondewo/nlu/webhook_pb.js +38 -32
  71. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +2 -2
  72. package/api/ondewo/qa/qa_grpc_web_pb.js +7 -3
  73. package/api/ondewo/qa/qa_pb.d.ts +3 -3
  74. package/api/ondewo/qa/qa_pb.js +31 -25
  75. package/package.json +36 -16
  76. package/public-api.js +40 -0
@@ -1,6 +1,6 @@
1
1
  import * as jspb from 'google-protobuf'
2
2
 
3
- import * as google_api_http_pb from '../../google/api/http_pb';
4
- import * as google_protobuf_descriptor_pb from 'google-protobuf/google/protobuf/descriptor_pb';
3
+ import * as google_api_http_pb from '../../google/api/http_pb'; // proto import: "google/api/http.proto"
4
+ import * as google_protobuf_descriptor_pb from 'google-protobuf/google/protobuf/descriptor_pb'; // proto import: "google/protobuf/descriptor.proto"
5
5
 
6
6
 
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
17
23
 
18
24
  var google_api_http_pb = require('../../google/api/http_pb.js');
19
25
  goog.object.extend(proto, google_api_http_pb);
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
17
23
 
18
24
  goog.exportSymbol('proto.google.protobuf.Any', null, global);
19
25
  /**
@@ -69,8 +75,8 @@ proto.google.protobuf.Any.prototype.toObject = function(opt_includeInstance) {
69
75
  */
70
76
  proto.google.protobuf.Any.toObject = function(includeInstance, msg) {
71
77
  var f, obj = {
72
- typeUrl: jspb.Message.getFieldWithDefault(msg, 1, ""),
73
- value: msg.getValue_asB64()
78
+ typeUrl: jspb.Message.getFieldWithDefault(msg, 1, ""),
79
+ value: msg.getValue_asB64()
74
80
  };
75
81
 
76
82
  if (includeInstance) {
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
17
23
 
18
24
  goog.exportSymbol('proto.google.protobuf.Empty', null, global);
19
25
  /**
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
17
23
 
18
24
  goog.exportSymbol('proto.google.protobuf.FieldMask', null, global);
19
25
  /**
@@ -76,7 +82,7 @@ proto.google.protobuf.FieldMask.prototype.toObject = function(opt_includeInstanc
76
82
  */
77
83
  proto.google.protobuf.FieldMask.toObject = function(includeInstance, msg) {
78
84
  var f, obj = {
79
- pathsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
85
+ pathsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
80
86
  };
81
87
 
82
88
  if (includeInstance) {
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
17
23
 
18
24
  goog.exportSymbol('proto.google.protobuf.ListValue', null, global);
19
25
  goog.exportSymbol('proto.google.protobuf.NullValue', null, global);
@@ -115,7 +121,7 @@ proto.google.protobuf.Struct.prototype.toObject = function(opt_includeInstance)
115
121
  */
116
122
  proto.google.protobuf.Struct.toObject = function(includeInstance, msg) {
117
123
  var f, obj = {
118
- fieldsMap: (f = msg.getFieldsMap()) ? f.toObject(includeInstance, proto.google.protobuf.Value.toObject) : []
124
+ fieldsMap: (f = msg.getFieldsMap()) ? f.toObject(includeInstance, proto.google.protobuf.Value.toObject) : []
119
125
  };
120
126
 
121
127
  if (includeInstance) {
@@ -213,7 +219,8 @@ proto.google.protobuf.Struct.prototype.getFieldsMap = function(opt_noLazyCreate)
213
219
  */
214
220
  proto.google.protobuf.Struct.prototype.clearFieldsMap = function() {
215
221
  this.getFieldsMap().clear();
216
- return this;};
222
+ return this;
223
+ };
217
224
 
218
225
 
219
226
 
@@ -278,12 +285,12 @@ proto.google.protobuf.Value.prototype.toObject = function(opt_includeInstance) {
278
285
  */
279
286
  proto.google.protobuf.Value.toObject = function(includeInstance, msg) {
280
287
  var f, obj = {
281
- nullValue: jspb.Message.getFieldWithDefault(msg, 1, 0),
282
- numberValue: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
283
- stringValue: jspb.Message.getFieldWithDefault(msg, 3, ""),
284
- boolValue: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
285
- structValue: (f = msg.getStructValue()) && proto.google.protobuf.Struct.toObject(includeInstance, f),
286
- listValue: (f = msg.getListValue()) && proto.google.protobuf.ListValue.toObject(includeInstance, f)
288
+ nullValue: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
289
+ numberValue: (f = jspb.Message.getOptionalFloatingPointField(msg, 2)) == null ? undefined : f,
290
+ stringValue: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f,
291
+ boolValue: (f = jspb.Message.getBooleanField(msg, 4)) == null ? undefined : f,
292
+ structValue: (f = msg.getStructValue()) && proto.google.protobuf.Struct.toObject(includeInstance, f),
293
+ listValue: (f = msg.getListValue()) && proto.google.protobuf.ListValue.toObject(includeInstance, f)
287
294
  };
288
295
 
289
296
  if (includeInstance) {
@@ -679,7 +686,7 @@ proto.google.protobuf.ListValue.prototype.toObject = function(opt_includeInstanc
679
686
  */
680
687
  proto.google.protobuf.ListValue.toObject = function(includeInstance, msg) {
681
688
  var f, obj = {
682
- valuesList: jspb.Message.toObjectList(msg.getValuesList(),
689
+ valuesList: jspb.Message.toObjectList(msg.getValuesList(),
683
690
  proto.google.protobuf.Value.toObject, includeInstance)
684
691
  };
685
692
 
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
17
23
 
18
24
  goog.exportSymbol('proto.google.protobuf.Timestamp', null, global);
19
25
  /**
@@ -69,8 +75,8 @@ proto.google.protobuf.Timestamp.prototype.toObject = function(opt_includeInstanc
69
75
  */
70
76
  proto.google.protobuf.Timestamp.toObject = function(includeInstance, msg) {
71
77
  var f, obj = {
72
- seconds: jspb.Message.getFieldWithDefault(msg, 1, 0),
73
- nanos: jspb.Message.getFieldWithDefault(msg, 2, 0)
78
+ seconds: jspb.Message.getFieldWithDefault(msg, 1, 0),
79
+ nanos: jspb.Message.getFieldWithDefault(msg, 2, 0)
74
80
  };
75
81
 
76
82
  if (includeInstance) {
@@ -1,6 +1,6 @@
1
1
  import * as jspb from 'google-protobuf'
2
2
 
3
- import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb';
3
+ import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb'; // proto import: "google/protobuf/any.proto"
4
4
 
5
5
 
6
6
  export class Status extends jspb.Message {
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
17
23
 
18
24
  var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
19
25
  goog.object.extend(proto, google_protobuf_any_pb);
@@ -78,9 +84,9 @@ proto.google.rpc.Status.prototype.toObject = function(opt_includeInstance) {
78
84
  */
79
85
  proto.google.rpc.Status.toObject = function(includeInstance, msg) {
80
86
  var f, obj = {
81
- code: jspb.Message.getFieldWithDefault(msg, 1, 0),
82
- message: jspb.Message.getFieldWithDefault(msg, 2, ""),
83
- detailsList: jspb.Message.toObjectList(msg.getDetailsList(),
87
+ code: jspb.Message.getFieldWithDefault(msg, 1, 0),
88
+ message: jspb.Message.getFieldWithDefault(msg, 2, ""),
89
+ detailsList: jspb.Message.toObjectList(msg.getDetailsList(),
84
90
  google_protobuf_any_pb.Any.toObject, includeInstance)
85
91
  };
86
92
 
@@ -13,7 +13,13 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global =
17
+ (typeof globalThis !== 'undefined' && globalThis) ||
18
+ (typeof window !== 'undefined' && window) ||
19
+ (typeof global !== 'undefined' && global) ||
20
+ (typeof self !== 'undefined' && self) ||
21
+ (function () { return this; }).call(null) ||
22
+ Function('return this')();
17
23
 
18
24
  goog.exportSymbol('proto.google.type.LatLng', null, global);
19
25
  /**
@@ -69,8 +75,8 @@ proto.google.type.LatLng.prototype.toObject = function(opt_includeInstance) {
69
75
  */
70
76
  proto.google.type.LatLng.toObject = function(includeInstance, msg) {
71
77
  var f, obj = {
72
- latitude: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0),
73
- longitude: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0)
78
+ latitude: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0),
79
+ longitude: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0)
74
80
  };
75
81
 
76
82
  if (includeInstance) {
@@ -1,9 +1,8 @@
1
1
  import * as grpcWeb from 'grpc-web';
2
2
 
3
- import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
4
- import * as ondewo_nlu_agent_pb from '../../ondewo/nlu/agent_pb';
5
- import * as ondewo_nlu_ccai_project_pb from '../../ondewo/nlu/ccai_project_pb';
6
- import * as ondewo_nlu_operations_pb from '../../ondewo/nlu/operations_pb';
3
+ import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb'; // proto import: "google/protobuf/empty.proto"
4
+ import * as ondewo_nlu_agent_pb from '../../ondewo/nlu/agent_pb'; // proto import: "ondewo/nlu/agent.proto"
5
+ import * as ondewo_nlu_operations_pb from '../../ondewo/nlu/operations_pb'; // proto import: "ondewo/nlu/operations.proto"
7
6
 
8
7
 
9
8
  export class AgentsClient {
@@ -137,6 +136,13 @@ export class AgentsClient {
137
136
  response: ondewo_nlu_operations_pb.Operation) => void
138
137
  ): grpcWeb.ClientReadableStream<ondewo_nlu_operations_pb.Operation>;
139
138
 
139
+ migrateAgent(
140
+ request: ondewo_nlu_agent_pb.MigrateAgentRequest,
141
+ metadata: grpcWeb.Metadata | undefined,
142
+ callback: (err: grpcWeb.RpcError,
143
+ response: ondewo_nlu_operations_pb.Operation) => void
144
+ ): grpcWeb.ClientReadableStream<ondewo_nlu_operations_pb.Operation>;
145
+
140
146
  optimizeRankingMatch(
141
147
  request: ondewo_nlu_agent_pb.OptimizeRankingMatchRequest,
142
148
  metadata: grpcWeb.Metadata | undefined,
@@ -291,41 +297,6 @@ export class AgentsClient {
291
297
  response: ondewo_nlu_operations_pb.Operation) => void
292
298
  ): grpcWeb.ClientReadableStream<ondewo_nlu_operations_pb.Operation>;
293
299
 
294
- createCcaiProject(
295
- request: ondewo_nlu_ccai_project_pb.CreateCcaiProjectRequest,
296
- metadata: grpcWeb.Metadata | undefined,
297
- callback: (err: grpcWeb.RpcError,
298
- response: ondewo_nlu_ccai_project_pb.CreateCcaiProjectResponse) => void
299
- ): grpcWeb.ClientReadableStream<ondewo_nlu_ccai_project_pb.CreateCcaiProjectResponse>;
300
-
301
- deleteCcaiProject(
302
- request: ondewo_nlu_ccai_project_pb.DeleteCcaiProjectRequest,
303
- metadata: grpcWeb.Metadata | undefined,
304
- callback: (err: grpcWeb.RpcError,
305
- response: ondewo_nlu_ccai_project_pb.DeleteCcaiProjectResponse) => void
306
- ): grpcWeb.ClientReadableStream<ondewo_nlu_ccai_project_pb.DeleteCcaiProjectResponse>;
307
-
308
- getCcaiProject(
309
- request: ondewo_nlu_ccai_project_pb.GetCcaiProjectRequest,
310
- metadata: grpcWeb.Metadata | undefined,
311
- callback: (err: grpcWeb.RpcError,
312
- response: ondewo_nlu_ccai_project_pb.CcaiProject) => void
313
- ): grpcWeb.ClientReadableStream<ondewo_nlu_ccai_project_pb.CcaiProject>;
314
-
315
- listCcaiProjects(
316
- request: ondewo_nlu_ccai_project_pb.ListCcaiProjectsRequest,
317
- metadata: grpcWeb.Metadata | undefined,
318
- callback: (err: grpcWeb.RpcError,
319
- response: ondewo_nlu_ccai_project_pb.ListCcaiProjectsResponse) => void
320
- ): grpcWeb.ClientReadableStream<ondewo_nlu_ccai_project_pb.ListCcaiProjectsResponse>;
321
-
322
- updateCcaiProject(
323
- request: ondewo_nlu_ccai_project_pb.UpdateCcaiProjectRequest,
324
- metadata: grpcWeb.Metadata | undefined,
325
- callback: (err: grpcWeb.RpcError,
326
- response: ondewo_nlu_ccai_project_pb.UpdateCcaiProjectResponse) => void
327
- ): grpcWeb.ClientReadableStream<ondewo_nlu_ccai_project_pb.UpdateCcaiProjectResponse>;
328
-
329
300
  }
330
301
 
331
302
  export class AgentsPromiseClient {
@@ -423,6 +394,11 @@ export class AgentsPromiseClient {
423
394
  metadata?: grpcWeb.Metadata
424
395
  ): Promise<ondewo_nlu_operations_pb.Operation>;
425
396
 
397
+ migrateAgent(
398
+ request: ondewo_nlu_agent_pb.MigrateAgentRequest,
399
+ metadata?: grpcWeb.Metadata
400
+ ): Promise<ondewo_nlu_operations_pb.Operation>;
401
+
426
402
  optimizeRankingMatch(
427
403
  request: ondewo_nlu_agent_pb.OptimizeRankingMatchRequest,
428
404
  metadata?: grpcWeb.Metadata
@@ -533,30 +509,5 @@ export class AgentsPromiseClient {
533
509
  metadata?: grpcWeb.Metadata
534
510
  ): Promise<ondewo_nlu_operations_pb.Operation>;
535
511
 
536
- createCcaiProject(
537
- request: ondewo_nlu_ccai_project_pb.CreateCcaiProjectRequest,
538
- metadata?: grpcWeb.Metadata
539
- ): Promise<ondewo_nlu_ccai_project_pb.CreateCcaiProjectResponse>;
540
-
541
- deleteCcaiProject(
542
- request: ondewo_nlu_ccai_project_pb.DeleteCcaiProjectRequest,
543
- metadata?: grpcWeb.Metadata
544
- ): Promise<ondewo_nlu_ccai_project_pb.DeleteCcaiProjectResponse>;
545
-
546
- getCcaiProject(
547
- request: ondewo_nlu_ccai_project_pb.GetCcaiProjectRequest,
548
- metadata?: grpcWeb.Metadata
549
- ): Promise<ondewo_nlu_ccai_project_pb.CcaiProject>;
550
-
551
- listCcaiProjects(
552
- request: ondewo_nlu_ccai_project_pb.ListCcaiProjectsRequest,
553
- metadata?: grpcWeb.Metadata
554
- ): Promise<ondewo_nlu_ccai_project_pb.ListCcaiProjectsResponse>;
555
-
556
- updateCcaiProject(
557
- request: ondewo_nlu_ccai_project_pb.UpdateCcaiProjectRequest,
558
- metadata?: grpcWeb.Metadata
559
- ): Promise<ondewo_nlu_ccai_project_pb.UpdateCcaiProjectResponse>;
560
-
561
512
  }
562
513