@ondewo/nlu-client-typescript 5.0.0 → 6.0.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 +7 -1
  4. package/api/google/protobuf/empty_pb.js +7 -1
  5. package/api/google/protobuf/field_mask_pb.js +7 -1
  6. package/api/google/protobuf/struct_pb.js +9 -2
  7. package/api/google/protobuf/timestamp_pb.js +7 -1
  8. package/api/google/rpc/status_pb.d.ts +1 -1
  9. package/api/google/rpc/status_pb.js +7 -1
  10. package/api/google/type/latlng_pb.js +7 -1
  11. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +3 -64
  12. package/api/ondewo/nlu/agent_grpc_web_pb.js +7 -310
  13. package/api/ondewo/nlu/agent_pb.d.ts +11 -12
  14. package/api/ondewo/nlu/agent_pb.js +9 -4
  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 +1610 -30
  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 +89 -5
  22. package/api/ondewo/nlu/ccai_project_pb.js +375 -5
  23. package/api/ondewo/nlu/common_pb.d.ts +27 -27
  24. package/api/ondewo/nlu/common_pb.js +52 -46
  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 +9 -2
  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 +7 -1
  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 +7 -1
  37. package/api/ondewo/nlu/operation_metadata_pb.d.ts +1 -1
  38. package/api/ondewo/nlu/operation_metadata_pb.js +7 -1
  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 +7 -1
  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 +7 -1
  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 +7 -1
  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 +7 -1
  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 +7785 -5316
  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 +6 -6
  62. package/api/ondewo/nlu/user_pb.js +9 -2
  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 +7 -1
  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 +7 -1
  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 +7 -1
  75. package/package.json +36 -16
  76. package/public-api.js +40 -0
@@ -1,8 +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_user_pb from '../../ondewo/nlu/user_pb';
5
- import * as ondewo_nlu_common_pb from '../../ondewo/nlu/common_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_user_pb from '../../ondewo/nlu/user_pb'; // proto import: "ondewo/nlu/user.proto"
5
+ import * as ondewo_nlu_common_pb from '../../ondewo/nlu/common_pb'; // proto import: "ondewo/nlu/common.proto"
6
6
 
7
7
 
8
8
  export class UsersClient {
@@ -4,7 +4,11 @@
4
4
  * @public
5
5
  */
6
6
 
7
- // GENERATED CODE -- DO NOT EDIT!
7
+ // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
+ // versions:
9
+ // protoc-gen-grpc-web v1.5.0
10
+ // protoc v5.27.3
11
+ // source: ondewo/nlu/user.proto
8
12
 
9
13
 
10
14
  /* eslint-disable */
@@ -52,7 +56,7 @@ proto.ondewo.nlu.UsersClient =
52
56
  /**
53
57
  * @private @const {string} The hostname
54
58
  */
55
- this.hostname_ = hostname;
59
+ this.hostname_ = hostname.replace(/\/+$/, '');
56
60
 
57
61
  };
58
62
 
@@ -78,7 +82,7 @@ proto.ondewo.nlu.UsersPromiseClient =
78
82
  /**
79
83
  * @private @const {string} The hostname
80
84
  */
81
- this.hostname_ = hostname;
85
+ this.hostname_ = hostname.replace(/\/+$/, '');
82
86
 
83
87
  };
84
88
 
@@ -1,11 +1,11 @@
1
1
  import * as jspb from 'google-protobuf'
2
2
 
3
- import * as google_api_annotations_pb from '../../google/api/annotations_pb';
4
- import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
5
- import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb';
6
- import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
7
- import * as ondewo_nlu_project_role_pb from '../../ondewo/nlu/project_role_pb';
8
- import * as ondewo_nlu_common_pb from '../../ondewo/nlu/common_pb';
3
+ import * as google_api_annotations_pb from '../../google/api/annotations_pb'; // proto import: "google/api/annotations.proto"
4
+ import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb'; // proto import: "google/protobuf/empty.proto"
5
+ import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb'; // proto import: "google/protobuf/field_mask.proto"
6
+ import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
7
+ import * as ondewo_nlu_project_role_pb from '../../ondewo/nlu/project_role_pb'; // proto import: "ondewo/nlu/project_role.proto"
8
+ import * as ondewo_nlu_common_pb from '../../ondewo/nlu/common_pb'; // proto import: "ondewo/nlu/common.proto"
9
9
 
10
10
 
11
11
  export class User 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_api_annotations_pb = require('../../google/api/annotations_pb.js');
19
25
  goog.object.extend(proto, google_api_annotations_pb);
@@ -1285,7 +1291,8 @@ proto.ondewo.nlu.UserInfo.prototype.getProjectRolesMap = function(opt_noLazyCrea
1285
1291
  */
1286
1292
  proto.ondewo.nlu.UserInfo.prototype.clearProjectRolesMap = function() {
1287
1293
  this.getProjectRolesMap().clear();
1288
- return this;};
1294
+ return this;
1295
+ };
1289
1296
 
1290
1297
 
1291
1298
 
@@ -1,6 +1,6 @@
1
1
  import * as grpcWeb from 'grpc-web';
2
2
 
3
- import * as ondewo_nlu_utility_pb from '../../ondewo/nlu/utility_pb';
3
+ import * as ondewo_nlu_utility_pb from '../../ondewo/nlu/utility_pb'; // proto import: "ondewo/nlu/utility.proto"
4
4
 
5
5
 
6
6
  export class UtilitiesClient {
@@ -4,7 +4,11 @@
4
4
  * @public
5
5
  */
6
6
 
7
- // GENERATED CODE -- DO NOT EDIT!
7
+ // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
+ // versions:
9
+ // protoc-gen-grpc-web v1.5.0
10
+ // protoc v5.27.3
11
+ // source: ondewo/nlu/utility.proto
8
12
 
9
13
 
10
14
  /* eslint-disable */
@@ -44,7 +48,7 @@ proto.ondewo.nlu.UtilitiesClient =
44
48
  /**
45
49
  * @private @const {string} The hostname
46
50
  */
47
- this.hostname_ = hostname;
51
+ this.hostname_ = hostname.replace(/\/+$/, '');
48
52
 
49
53
  };
50
54
 
@@ -70,7 +74,7 @@ proto.ondewo.nlu.UtilitiesPromiseClient =
70
74
  /**
71
75
  * @private @const {string} The hostname
72
76
  */
73
- this.hostname_ = hostname;
77
+ this.hostname_ = hostname.replace(/\/+$/, '');
74
78
 
75
79
  };
76
80
 
@@ -1,7 +1,7 @@
1
1
  import * as jspb from 'google-protobuf'
2
2
 
3
- import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb';
4
- import * as ondewo_nlu_entity_type_pb from '../../ondewo/nlu/entity_type_pb';
3
+ import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb'; // proto import: "ondewo/nlu/intent.proto"
4
+ import * as ondewo_nlu_entity_type_pb from '../../ondewo/nlu/entity_type_pb'; // proto import: "ondewo/nlu/entity_type.proto"
5
5
 
6
6
 
7
7
  export class ValidateRegexRequest 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 ondewo_nlu_intent_pb = require('../../ondewo/nlu/intent_pb.js');
19
25
  goog.object.extend(proto, ondewo_nlu_intent_pb);
@@ -1,7 +1,7 @@
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_webhook_pb from '../../ondewo/nlu/webhook_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_webhook_pb from '../../ondewo/nlu/webhook_pb'; // proto import: "ondewo/nlu/webhook.proto"
5
5
 
6
6
 
7
7
  export class WebhookClient {
@@ -4,7 +4,11 @@
4
4
  * @public
5
5
  */
6
6
 
7
- // GENERATED CODE -- DO NOT EDIT!
7
+ // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
+ // versions:
9
+ // protoc-gen-grpc-web v1.5.0
10
+ // protoc v5.27.3
11
+ // source: ondewo/nlu/webhook.proto
8
12
 
9
13
 
10
14
  /* eslint-disable */
@@ -56,7 +60,7 @@ proto.ondewo.nlu.WebhookClient =
56
60
  /**
57
61
  * @private @const {string} The hostname
58
62
  */
59
- this.hostname_ = hostname;
63
+ this.hostname_ = hostname.replace(/\/+$/, '');
60
64
 
61
65
  };
62
66
 
@@ -82,7 +86,7 @@ proto.ondewo.nlu.WebhookPromiseClient =
82
86
  /**
83
87
  * @private @const {string} The hostname
84
88
  */
85
- this.hostname_ = hostname;
89
+ this.hostname_ = hostname.replace(/\/+$/, '');
86
90
 
87
91
  };
88
92
 
@@ -1,13 +1,13 @@
1
1
  import * as jspb from 'google-protobuf'
2
2
 
3
- import * as google_api_annotations_pb from '../../google/api/annotations_pb';
4
- import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb';
5
- import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
6
- import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb';
7
- import * as ondewo_nlu_entity_type_pb from '../../ondewo/nlu/entity_type_pb';
8
- import * as ondewo_nlu_context_pb from '../../ondewo/nlu/context_pb';
9
- import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb';
10
- import * as ondewo_nlu_session_pb from '../../ondewo/nlu/session_pb';
3
+ import * as google_api_annotations_pb from '../../google/api/annotations_pb'; // proto import: "google/api/annotations.proto"
4
+ import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb'; // proto import: "google/protobuf/struct.proto"
5
+ import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb'; // proto import: "google/protobuf/empty.proto"
6
+ import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb'; // proto import: "google/protobuf/field_mask.proto"
7
+ import * as ondewo_nlu_entity_type_pb from '../../ondewo/nlu/entity_type_pb'; // proto import: "ondewo/nlu/entity_type.proto"
8
+ import * as ondewo_nlu_context_pb from '../../ondewo/nlu/context_pb'; // proto import: "ondewo/nlu/context.proto"
9
+ import * as ondewo_nlu_intent_pb from '../../ondewo/nlu/intent_pb'; // proto import: "ondewo/nlu/intent.proto"
10
+ import * as ondewo_nlu_session_pb from '../../ondewo/nlu/session_pb'; // proto import: "ondewo/nlu/session.proto"
11
11
 
12
12
 
13
13
  export class PingRequest 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_api_annotations_pb = require('../../google/api/annotations_pb.js');
19
25
  goog.object.extend(proto, google_api_annotations_pb);
@@ -1,7 +1,7 @@
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_qa_qa_pb from '../../ondewo/qa/qa_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_qa_qa_pb from '../../ondewo/qa/qa_pb'; // proto import: "ondewo/qa/qa.proto"
5
5
 
6
6
 
7
7
  export class QAClient {
@@ -4,7 +4,11 @@
4
4
  * @public
5
5
  */
6
6
 
7
- // GENERATED CODE -- DO NOT EDIT!
7
+ // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
+ // versions:
9
+ // protoc-gen-grpc-web v1.5.0
10
+ // protoc v5.27.3
11
+ // source: ondewo/qa/qa.proto
8
12
 
9
13
 
10
14
  /* eslint-disable */
@@ -46,7 +50,7 @@ proto.ondewo.qa.QAClient =
46
50
  /**
47
51
  * @private @const {string} The hostname
48
52
  */
49
- this.hostname_ = hostname;
53
+ this.hostname_ = hostname.replace(/\/+$/, '');
50
54
 
51
55
  };
52
56
 
@@ -72,7 +76,7 @@ proto.ondewo.qa.QAPromiseClient =
72
76
  /**
73
77
  * @private @const {string} The hostname
74
78
  */
75
- this.hostname_ = hostname;
79
+ this.hostname_ = hostname.replace(/\/+$/, '');
76
80
 
77
81
  };
78
82
 
@@ -1,8 +1,8 @@
1
1
  import * as jspb from 'google-protobuf'
2
2
 
3
- import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
4
- import * as google_api_annotations_pb from '../../google/api/annotations_pb';
5
- import * as ondewo_nlu_session_pb from '../../ondewo/nlu/session_pb';
3
+ import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb'; // proto import: "google/protobuf/empty.proto"
4
+ import * as google_api_annotations_pb from '../../google/api/annotations_pb'; // proto import: "google/api/annotations.proto"
5
+ import * as ondewo_nlu_session_pb from '../../ondewo/nlu/session_pb'; // proto import: "ondewo/nlu/session.proto"
6
6
 
7
7
 
8
8
  export class GetAnswerRequest 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_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
19
25
  goog.object.extend(proto, google_protobuf_empty_pb);
package/package.json CHANGED
@@ -1,18 +1,38 @@
1
1
  {
2
- "name": "@ondewo/nlu-client-typescript",
3
- "version": "5.0.0",
4
- "description": "Ondewo Natural Language Understanding (NLU) Client library for typescript as a commonjs module",
5
- "main": "public-api.js",
6
- "typings": "public-api.d.ts",
7
- "author": "ONDEWO GmbH <office@ondewo.com>",
8
- "license": "Apache-2.0",
9
- "dependencies": {
10
- "google-protobuf": "^3.21.0",
11
- "grpc-web": "^1.3.1",
12
- "tslib": "^2.4.0"
13
- },
14
- "devDependencies": {
15
- "@types/node": "^18.7.11",
16
- "dotenv": "^16.0.1"
17
- }
2
+ "name": "@ondewo/nlu-client-typescript",
3
+ "version": "6.0.0",
4
+ "description": "ONDEWO Natural Language Understanding (NLU) Client library for Typescript",
5
+ "author": "ONDEWO GmbH <office@ondewo.com>",
6
+ "homepage": "https://ondewo.com",
7
+ "license": "Apache-2.0",
8
+ "keywords": [
9
+ "ondewo",
10
+ "nlu",
11
+ "api",
12
+ "client",
13
+ "typescript",
14
+ "grpc"
15
+ ],
16
+ "main": "public-api.js",
17
+ "typings": "public-api.d.ts",
18
+ "repository": {
19
+ "type": "git",
20
+ "directory": "https://github.com/ondewo/ondewo-nlu-client-typescript"
21
+ },
22
+ "dependencies": {
23
+ "google-protobuf": "3.21.4",
24
+ "grpc-web": "^1.5.0",
25
+ "tslib": "^2.8.1"
26
+ },
27
+ "devDependencies": {
28
+ "@eslint/eslintrc": "^3.1.0",
29
+ "@eslint/js": "^9.13.0",
30
+ "@types/node": "^20.12.14",
31
+ "@typescript-eslint/eslint-plugin": "^8.12.2",
32
+ "dotenv": "^16.4.5",
33
+ "eslint": "^9.13.0",
34
+ "global": "^4.4.0",
35
+ "husky": "^9.1.6",
36
+ "prettier": "^3.3.3"
37
+ }
18
38
  }
package/public-api.js ADDED
@@ -0,0 +1,40 @@
1
+ export * from './api/ondewo/qa/qa_pb';
2
+ export * from './api/ondewo/qa/qa_grpc_web_pb';
3
+ export * from './api/ondewo/nlu/project_role_pb';
4
+ export * from './api/ondewo/nlu/operation_metadata_pb';
5
+ export * from './api/ondewo/nlu/agent_grpc_web_pb';
6
+ export * from './api/ondewo/nlu/session_grpc_web_pb';
7
+ export * from './api/ondewo/nlu/aiservices_pb';
8
+ export * from './api/ondewo/nlu/project_statistics_grpc_web_pb';
9
+ export * from './api/ondewo/nlu/session_pb';
10
+ export * from './api/ondewo/nlu/server_statistics_grpc_web_pb';
11
+ export * from './api/ondewo/nlu/context_pb';
12
+ export * from './api/ondewo/nlu/ccai_project_grpc_web_pb';
13
+ export * from './api/ondewo/nlu/operations_grpc_web_pb';
14
+ export * from './api/ondewo/nlu/webhook_pb';
15
+ export * from './api/ondewo/nlu/aiservices_grpc_web_pb';
16
+ export * from './api/ondewo/nlu/intent_pb';
17
+ export * from './api/ondewo/nlu/utility_grpc_web_pb';
18
+ export * from './api/ondewo/nlu/agent_pb';
19
+ export * from './api/ondewo/nlu/project_role_grpc_web_pb';
20
+ export * from './api/ondewo/nlu/entity_type_pb';
21
+ export * from './api/ondewo/nlu/ccai_project_pb';
22
+ export * from './api/ondewo/nlu/user_grpc_web_pb';
23
+ export * from './api/ondewo/nlu/intent_grpc_web_pb';
24
+ export * from './api/ondewo/nlu/utility_pb';
25
+ export * from './api/ondewo/nlu/server_statistics_pb';
26
+ export * from './api/ondewo/nlu/webhook_grpc_web_pb';
27
+ export * from './api/ondewo/nlu/project_statistics_pb';
28
+ export * from './api/ondewo/nlu/entity_type_grpc_web_pb';
29
+ export * from './api/ondewo/nlu/user_pb';
30
+ export * from './api/ondewo/nlu/context_grpc_web_pb';
31
+ export * from './api/ondewo/nlu/common_pb';
32
+ export * from './api/ondewo/nlu/operations_pb';
33
+ export * from './api/google/api/annotations_pb';
34
+ export * from './api/google/rpc/status_pb';
35
+ export * from './api/google/protobuf/field_mask_pb';
36
+ export * from './api/google/protobuf/any_pb';
37
+ export * from './api/google/protobuf/timestamp_pb';
38
+ export * from './api/google/protobuf/empty_pb';
39
+ export * from './api/google/protobuf/struct_pb';
40
+ export * from './api/google/type/latlng_pb';