@ondewo/nlu-client-typescript 4.1.0 → 4.3.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.
- package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +490 -450
- package/api/ondewo/nlu/agent_grpc_web_pb.js +1244 -1113
- package/api/ondewo/nlu/agent_pb.d.ts +1758 -1939
- package/api/ondewo/nlu/agent_pb.js +10491 -9063
- package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/aiservices_grpc_web_pb.js +280 -245
- package/api/ondewo/nlu/aiservices_pb.d.ts +674 -745
- package/api/ondewo/nlu/aiservices_pb.js +4403 -3638
- package/api/ondewo/nlu/common_pb.d.ts +17 -15
- package/api/ondewo/nlu/common_pb.js +93 -83
- package/api/ondewo/nlu/context_grpc_web_pb.d.ts +82 -76
- package/api/ondewo/nlu/context_grpc_web_pb.js +220 -191
- package/api/ondewo/nlu/context_pb.d.ts +151 -151
- package/api/ondewo/nlu/context_pb.js +1042 -889
- package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +154 -142
- package/api/ondewo/nlu/entity_type_grpc_web_pb.js +398 -351
- package/api/ondewo/nlu/entity_type_pb.d.ts +571 -614
- package/api/ondewo/nlu/entity_type_pb.js +3369 -2893
- package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +334 -310
- package/api/ondewo/nlu/intent_grpc_web_pb.js +851 -766
- package/api/ondewo/nlu/intent_pb.d.ts +1993 -2151
- package/api/ondewo/nlu/intent_pb.js +10692 -9502
- package/api/ondewo/nlu/operation_metadata_pb.d.ts +98 -86
- package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +50 -46
- package/api/ondewo/nlu/operations_grpc_web_pb.js +163 -140
- package/api/ondewo/nlu/operations_pb.d.ts +182 -189
- package/api/ondewo/nlu/operations_pb.js +1004 -843
- package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +70 -65
- package/api/ondewo/nlu/project_role_grpc_web_pb.js +190 -164
- package/api/ondewo/nlu/project_role_pb.d.ts +151 -165
- package/api/ondewo/nlu/project_role_pb.js +963 -796
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +281 -246
- package/api/ondewo/nlu/project_statistics_pb.d.ts +63 -67
- package/api/ondewo/nlu/project_statistics_pb.js +418 -354
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +46 -43
- package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +130 -110
- package/api/ondewo/nlu/server_statistics_pb.d.ts +14 -15
- package/api/ondewo/nlu/server_statistics_pb.js +91 -81
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +334 -164
- package/api/ondewo/nlu/session_grpc_web_pb.js +1255 -409
- package/api/ondewo/nlu/session_pb.d.ts +1721 -1080
- package/api/ondewo/nlu/session_pb.js +13885 -6673
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +190 -172
- package/api/ondewo/nlu/user_grpc_web_pb.js +487 -431
- package/api/ondewo/nlu/user_pb.d.ts +325 -345
- package/api/ondewo/nlu/user_pb.js +2312 -1948
- package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +106 -98
- package/api/ondewo/nlu/utility_grpc_web_pb.js +279 -244
- package/api/ondewo/nlu/utility_pb.d.ts +535 -588
- package/api/ondewo/nlu/utility_pb.js +3348 -2814
- package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +46 -43
- package/api/ondewo/nlu/webhook_grpc_web_pb.js +132 -112
- package/api/ondewo/nlu/webhook_pb.d.ts +119 -123
- package/api/ondewo/nlu/webhook_pb.js +718 -599
- package/api/ondewo/qa/qa_grpc_web_pb.d.ts +94 -87
- package/api/ondewo/qa/qa_grpc_web_pb.js +250 -218
- package/api/ondewo/qa/qa_pb.d.ts +220 -235
- package/api/ondewo/qa/qa_pb.js +1452 -1222
- package/package.json +1 -1
- package/public-api.d.ts +34 -4
|
@@ -3,73 +3,78 @@ import * as grpcWeb from 'grpc-web';
|
|
|
3
3
|
import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
|
|
4
4
|
import * as ondewo_nlu_project_role_pb from '../../ondewo/nlu/project_role_pb';
|
|
5
5
|
|
|
6
|
+
|
|
6
7
|
export class ProjectRolesClient {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
8
|
+
constructor (hostname: string,
|
|
9
|
+
credentials?: null | { [index: string]: string; },
|
|
10
|
+
options?: null | { [index: string]: any; });
|
|
11
|
+
|
|
12
|
+
createProjectRole(
|
|
13
|
+
request: ondewo_nlu_project_role_pb.CreateProjectRoleRequest,
|
|
14
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
15
|
+
callback: (err: grpcWeb.RpcError,
|
|
16
|
+
response: ondewo_nlu_project_role_pb.ProjectRole) => void
|
|
17
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_project_role_pb.ProjectRole>;
|
|
18
|
+
|
|
19
|
+
getProjectRole(
|
|
20
|
+
request: ondewo_nlu_project_role_pb.GetProjectRoleRequest,
|
|
21
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
22
|
+
callback: (err: grpcWeb.RpcError,
|
|
23
|
+
response: ondewo_nlu_project_role_pb.ProjectRole) => void
|
|
24
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_project_role_pb.ProjectRole>;
|
|
25
|
+
|
|
26
|
+
deleteProjectRole(
|
|
27
|
+
request: ondewo_nlu_project_role_pb.DeleteProjectRoleRequest,
|
|
28
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
29
|
+
callback: (err: grpcWeb.RpcError,
|
|
30
|
+
response: google_protobuf_empty_pb.Empty) => void
|
|
31
|
+
): grpcWeb.ClientReadableStream<google_protobuf_empty_pb.Empty>;
|
|
32
|
+
|
|
33
|
+
updateProjectRole(
|
|
34
|
+
request: ondewo_nlu_project_role_pb.UpdateProjectRoleRequest,
|
|
35
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
36
|
+
callback: (err: grpcWeb.RpcError,
|
|
37
|
+
response: ondewo_nlu_project_role_pb.ProjectRole) => void
|
|
38
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_project_role_pb.ProjectRole>;
|
|
39
|
+
|
|
40
|
+
listProjectRoles(
|
|
41
|
+
request: ondewo_nlu_project_role_pb.ListProjectRolesRequest,
|
|
42
|
+
metadata: grpcWeb.Metadata | undefined,
|
|
43
|
+
callback: (err: grpcWeb.RpcError,
|
|
44
|
+
response: ondewo_nlu_project_role_pb.ListProjectRolesResponse) => void
|
|
45
|
+
): grpcWeb.ClientReadableStream<ondewo_nlu_project_role_pb.ListProjectRolesResponse>;
|
|
46
|
+
|
|
42
47
|
}
|
|
43
48
|
|
|
44
49
|
export class ProjectRolesPromiseClient {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
): Promise<ondewo_nlu_project_role_pb.ListProjectRolesResponse>;
|
|
50
|
+
constructor (hostname: string,
|
|
51
|
+
credentials?: null | { [index: string]: string; },
|
|
52
|
+
options?: null | { [index: string]: any; });
|
|
53
|
+
|
|
54
|
+
createProjectRole(
|
|
55
|
+
request: ondewo_nlu_project_role_pb.CreateProjectRoleRequest,
|
|
56
|
+
metadata?: grpcWeb.Metadata
|
|
57
|
+
): Promise<ondewo_nlu_project_role_pb.ProjectRole>;
|
|
58
|
+
|
|
59
|
+
getProjectRole(
|
|
60
|
+
request: ondewo_nlu_project_role_pb.GetProjectRoleRequest,
|
|
61
|
+
metadata?: grpcWeb.Metadata
|
|
62
|
+
): Promise<ondewo_nlu_project_role_pb.ProjectRole>;
|
|
63
|
+
|
|
64
|
+
deleteProjectRole(
|
|
65
|
+
request: ondewo_nlu_project_role_pb.DeleteProjectRoleRequest,
|
|
66
|
+
metadata?: grpcWeb.Metadata
|
|
67
|
+
): Promise<google_protobuf_empty_pb.Empty>;
|
|
68
|
+
|
|
69
|
+
updateProjectRole(
|
|
70
|
+
request: ondewo_nlu_project_role_pb.UpdateProjectRoleRequest,
|
|
71
|
+
metadata?: grpcWeb.Metadata
|
|
72
|
+
): Promise<ondewo_nlu_project_role_pb.ProjectRole>;
|
|
73
|
+
|
|
74
|
+
listProjectRoles(
|
|
75
|
+
request: ondewo_nlu_project_role_pb.ListProjectRolesRequest,
|
|
76
|
+
metadata?: grpcWeb.Metadata
|
|
77
|
+
): Promise<ondewo_nlu_project_role_pb.ListProjectRolesResponse>;
|
|
78
|
+
|
|
75
79
|
}
|
|
80
|
+
|
|
@@ -6,17 +6,21 @@
|
|
|
6
6
|
|
|
7
7
|
// GENERATED CODE -- DO NOT EDIT!
|
|
8
8
|
|
|
9
|
+
|
|
9
10
|
/* eslint-disable */
|
|
10
11
|
// @ts-nocheck
|
|
11
12
|
|
|
13
|
+
|
|
14
|
+
|
|
12
15
|
const grpc = {};
|
|
13
16
|
grpc.web = require('grpc-web');
|
|
14
17
|
|
|
15
|
-
var google_api_annotations_pb = require('../../google/api/annotations_pb.js');
|
|
16
18
|
|
|
17
|
-
var
|
|
19
|
+
var google_api_annotations_pb = require('../../google/api/annotations_pb.js')
|
|
20
|
+
|
|
21
|
+
var google_protobuf_field_mask_pb = require('google-protobuf/google/protobuf/field_mask_pb.js')
|
|
18
22
|
|
|
19
|
-
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
|
|
23
|
+
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
|
|
20
24
|
const proto = {};
|
|
21
25
|
proto.ondewo = {};
|
|
22
26
|
proto.ondewo.nlu = require('./project_role_pb.js');
|
|
@@ -29,21 +33,24 @@ proto.ondewo.nlu = require('./project_role_pb.js');
|
|
|
29
33
|
* @struct
|
|
30
34
|
* @final
|
|
31
35
|
*/
|
|
32
|
-
proto.ondewo.nlu.ProjectRolesClient =
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
36
|
+
proto.ondewo.nlu.ProjectRolesClient =
|
|
37
|
+
function(hostname, credentials, options) {
|
|
38
|
+
if (!options) options = {};
|
|
39
|
+
options.format = 'binary';
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
43
|
+
*/
|
|
44
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* @private @const {string} The hostname
|
|
48
|
+
*/
|
|
49
|
+
this.hostname_ = hostname;
|
|
50
|
+
|
|
45
51
|
};
|
|
46
52
|
|
|
53
|
+
|
|
47
54
|
/**
|
|
48
55
|
* @param {string} hostname
|
|
49
56
|
* @param {?Object} credentials
|
|
@@ -52,21 +59,24 @@ proto.ondewo.nlu.ProjectRolesClient = function (hostname, credentials, options)
|
|
|
52
59
|
* @struct
|
|
53
60
|
* @final
|
|
54
61
|
*/
|
|
55
|
-
proto.ondewo.nlu.ProjectRolesPromiseClient =
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
62
|
+
proto.ondewo.nlu.ProjectRolesPromiseClient =
|
|
63
|
+
function(hostname, credentials, options) {
|
|
64
|
+
if (!options) options = {};
|
|
65
|
+
options.format = 'binary';
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* @private @const {!grpc.web.GrpcWebClientBase} The client
|
|
69
|
+
*/
|
|
70
|
+
this.client_ = new grpc.web.GrpcWebClientBase(options);
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* @private @const {string} The hostname
|
|
74
|
+
*/
|
|
75
|
+
this.hostname_ = hostname;
|
|
76
|
+
|
|
68
77
|
};
|
|
69
78
|
|
|
79
|
+
|
|
70
80
|
/**
|
|
71
81
|
* @const
|
|
72
82
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -74,20 +84,21 @@ proto.ondewo.nlu.ProjectRolesPromiseClient = function (hostname, credentials, op
|
|
|
74
84
|
* !proto.ondewo.nlu.ProjectRole>}
|
|
75
85
|
*/
|
|
76
86
|
const methodDescriptor_ProjectRoles_CreateProjectRole = new grpc.web.MethodDescriptor(
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
'/ondewo.nlu.ProjectRoles/CreateProjectRole',
|
|
88
|
+
grpc.web.MethodType.UNARY,
|
|
89
|
+
proto.ondewo.nlu.CreateProjectRoleRequest,
|
|
90
|
+
proto.ondewo.nlu.ProjectRole,
|
|
91
|
+
/**
|
|
92
|
+
* @param {!proto.ondewo.nlu.CreateProjectRoleRequest} request
|
|
93
|
+
* @return {!Uint8Array}
|
|
94
|
+
*/
|
|
95
|
+
function(request) {
|
|
96
|
+
return request.serializeBinary();
|
|
97
|
+
},
|
|
98
|
+
proto.ondewo.nlu.ProjectRole.deserializeBinary
|
|
89
99
|
);
|
|
90
100
|
|
|
101
|
+
|
|
91
102
|
/**
|
|
92
103
|
* @param {!proto.ondewo.nlu.CreateProjectRoleRequest} request The
|
|
93
104
|
* request proto
|
|
@@ -98,16 +109,17 @@ const methodDescriptor_ProjectRoles_CreateProjectRole = new grpc.web.MethodDescr
|
|
|
98
109
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ProjectRole>|undefined}
|
|
99
110
|
* The XHR Node Readable Stream
|
|
100
111
|
*/
|
|
101
|
-
proto.ondewo.nlu.ProjectRolesClient.prototype.createProjectRole =
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
112
|
+
proto.ondewo.nlu.ProjectRolesClient.prototype.createProjectRole =
|
|
113
|
+
function(request, metadata, callback) {
|
|
114
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
115
|
+
'/ondewo.nlu.ProjectRoles/CreateProjectRole',
|
|
116
|
+
request,
|
|
117
|
+
metadata || {},
|
|
118
|
+
methodDescriptor_ProjectRoles_CreateProjectRole,
|
|
119
|
+
callback);
|
|
109
120
|
};
|
|
110
121
|
|
|
122
|
+
|
|
111
123
|
/**
|
|
112
124
|
* @param {!proto.ondewo.nlu.CreateProjectRoleRequest} request The
|
|
113
125
|
* request proto
|
|
@@ -116,15 +128,16 @@ proto.ondewo.nlu.ProjectRolesClient.prototype.createProjectRole = function (requ
|
|
|
116
128
|
* @return {!Promise<!proto.ondewo.nlu.ProjectRole>}
|
|
117
129
|
* Promise that resolves to the response
|
|
118
130
|
*/
|
|
119
|
-
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.createProjectRole =
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
131
|
+
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.createProjectRole =
|
|
132
|
+
function(request, metadata) {
|
|
133
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
134
|
+
'/ondewo.nlu.ProjectRoles/CreateProjectRole',
|
|
135
|
+
request,
|
|
136
|
+
metadata || {},
|
|
137
|
+
methodDescriptor_ProjectRoles_CreateProjectRole);
|
|
126
138
|
};
|
|
127
139
|
|
|
140
|
+
|
|
128
141
|
/**
|
|
129
142
|
* @const
|
|
130
143
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -132,20 +145,21 @@ proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.createProjectRole = functio
|
|
|
132
145
|
* !proto.ondewo.nlu.ProjectRole>}
|
|
133
146
|
*/
|
|
134
147
|
const methodDescriptor_ProjectRoles_GetProjectRole = new grpc.web.MethodDescriptor(
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
148
|
+
'/ondewo.nlu.ProjectRoles/GetProjectRole',
|
|
149
|
+
grpc.web.MethodType.UNARY,
|
|
150
|
+
proto.ondewo.nlu.GetProjectRoleRequest,
|
|
151
|
+
proto.ondewo.nlu.ProjectRole,
|
|
152
|
+
/**
|
|
153
|
+
* @param {!proto.ondewo.nlu.GetProjectRoleRequest} request
|
|
154
|
+
* @return {!Uint8Array}
|
|
155
|
+
*/
|
|
156
|
+
function(request) {
|
|
157
|
+
return request.serializeBinary();
|
|
158
|
+
},
|
|
159
|
+
proto.ondewo.nlu.ProjectRole.deserializeBinary
|
|
147
160
|
);
|
|
148
161
|
|
|
162
|
+
|
|
149
163
|
/**
|
|
150
164
|
* @param {!proto.ondewo.nlu.GetProjectRoleRequest} request The
|
|
151
165
|
* request proto
|
|
@@ -156,16 +170,17 @@ const methodDescriptor_ProjectRoles_GetProjectRole = new grpc.web.MethodDescript
|
|
|
156
170
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ProjectRole>|undefined}
|
|
157
171
|
* The XHR Node Readable Stream
|
|
158
172
|
*/
|
|
159
|
-
proto.ondewo.nlu.ProjectRolesClient.prototype.getProjectRole =
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
173
|
+
proto.ondewo.nlu.ProjectRolesClient.prototype.getProjectRole =
|
|
174
|
+
function(request, metadata, callback) {
|
|
175
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
176
|
+
'/ondewo.nlu.ProjectRoles/GetProjectRole',
|
|
177
|
+
request,
|
|
178
|
+
metadata || {},
|
|
179
|
+
methodDescriptor_ProjectRoles_GetProjectRole,
|
|
180
|
+
callback);
|
|
167
181
|
};
|
|
168
182
|
|
|
183
|
+
|
|
169
184
|
/**
|
|
170
185
|
* @param {!proto.ondewo.nlu.GetProjectRoleRequest} request The
|
|
171
186
|
* request proto
|
|
@@ -174,15 +189,16 @@ proto.ondewo.nlu.ProjectRolesClient.prototype.getProjectRole = function (request
|
|
|
174
189
|
* @return {!Promise<!proto.ondewo.nlu.ProjectRole>}
|
|
175
190
|
* Promise that resolves to the response
|
|
176
191
|
*/
|
|
177
|
-
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.getProjectRole =
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
192
|
+
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.getProjectRole =
|
|
193
|
+
function(request, metadata) {
|
|
194
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
195
|
+
'/ondewo.nlu.ProjectRoles/GetProjectRole',
|
|
196
|
+
request,
|
|
197
|
+
metadata || {},
|
|
198
|
+
methodDescriptor_ProjectRoles_GetProjectRole);
|
|
184
199
|
};
|
|
185
200
|
|
|
201
|
+
|
|
186
202
|
/**
|
|
187
203
|
* @const
|
|
188
204
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -190,20 +206,21 @@ proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.getProjectRole = function (
|
|
|
190
206
|
* !proto.google.protobuf.Empty>}
|
|
191
207
|
*/
|
|
192
208
|
const methodDescriptor_ProjectRoles_DeleteProjectRole = new grpc.web.MethodDescriptor(
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
209
|
+
'/ondewo.nlu.ProjectRoles/DeleteProjectRole',
|
|
210
|
+
grpc.web.MethodType.UNARY,
|
|
211
|
+
proto.ondewo.nlu.DeleteProjectRoleRequest,
|
|
212
|
+
google_protobuf_empty_pb.Empty,
|
|
213
|
+
/**
|
|
214
|
+
* @param {!proto.ondewo.nlu.DeleteProjectRoleRequest} request
|
|
215
|
+
* @return {!Uint8Array}
|
|
216
|
+
*/
|
|
217
|
+
function(request) {
|
|
218
|
+
return request.serializeBinary();
|
|
219
|
+
},
|
|
220
|
+
google_protobuf_empty_pb.Empty.deserializeBinary
|
|
205
221
|
);
|
|
206
222
|
|
|
223
|
+
|
|
207
224
|
/**
|
|
208
225
|
* @param {!proto.ondewo.nlu.DeleteProjectRoleRequest} request The
|
|
209
226
|
* request proto
|
|
@@ -214,16 +231,17 @@ const methodDescriptor_ProjectRoles_DeleteProjectRole = new grpc.web.MethodDescr
|
|
|
214
231
|
* @return {!grpc.web.ClientReadableStream<!proto.google.protobuf.Empty>|undefined}
|
|
215
232
|
* The XHR Node Readable Stream
|
|
216
233
|
*/
|
|
217
|
-
proto.ondewo.nlu.ProjectRolesClient.prototype.deleteProjectRole =
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
234
|
+
proto.ondewo.nlu.ProjectRolesClient.prototype.deleteProjectRole =
|
|
235
|
+
function(request, metadata, callback) {
|
|
236
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
237
|
+
'/ondewo.nlu.ProjectRoles/DeleteProjectRole',
|
|
238
|
+
request,
|
|
239
|
+
metadata || {},
|
|
240
|
+
methodDescriptor_ProjectRoles_DeleteProjectRole,
|
|
241
|
+
callback);
|
|
225
242
|
};
|
|
226
243
|
|
|
244
|
+
|
|
227
245
|
/**
|
|
228
246
|
* @param {!proto.ondewo.nlu.DeleteProjectRoleRequest} request The
|
|
229
247
|
* request proto
|
|
@@ -232,15 +250,16 @@ proto.ondewo.nlu.ProjectRolesClient.prototype.deleteProjectRole = function (requ
|
|
|
232
250
|
* @return {!Promise<!proto.google.protobuf.Empty>}
|
|
233
251
|
* Promise that resolves to the response
|
|
234
252
|
*/
|
|
235
|
-
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.deleteProjectRole =
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
253
|
+
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.deleteProjectRole =
|
|
254
|
+
function(request, metadata) {
|
|
255
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
256
|
+
'/ondewo.nlu.ProjectRoles/DeleteProjectRole',
|
|
257
|
+
request,
|
|
258
|
+
metadata || {},
|
|
259
|
+
methodDescriptor_ProjectRoles_DeleteProjectRole);
|
|
242
260
|
};
|
|
243
261
|
|
|
262
|
+
|
|
244
263
|
/**
|
|
245
264
|
* @const
|
|
246
265
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -248,20 +267,21 @@ proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.deleteProjectRole = functio
|
|
|
248
267
|
* !proto.ondewo.nlu.ProjectRole>}
|
|
249
268
|
*/
|
|
250
269
|
const methodDescriptor_ProjectRoles_UpdateProjectRole = new grpc.web.MethodDescriptor(
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
270
|
+
'/ondewo.nlu.ProjectRoles/UpdateProjectRole',
|
|
271
|
+
grpc.web.MethodType.UNARY,
|
|
272
|
+
proto.ondewo.nlu.UpdateProjectRoleRequest,
|
|
273
|
+
proto.ondewo.nlu.ProjectRole,
|
|
274
|
+
/**
|
|
275
|
+
* @param {!proto.ondewo.nlu.UpdateProjectRoleRequest} request
|
|
276
|
+
* @return {!Uint8Array}
|
|
277
|
+
*/
|
|
278
|
+
function(request) {
|
|
279
|
+
return request.serializeBinary();
|
|
280
|
+
},
|
|
281
|
+
proto.ondewo.nlu.ProjectRole.deserializeBinary
|
|
263
282
|
);
|
|
264
283
|
|
|
284
|
+
|
|
265
285
|
/**
|
|
266
286
|
* @param {!proto.ondewo.nlu.UpdateProjectRoleRequest} request The
|
|
267
287
|
* request proto
|
|
@@ -272,16 +292,17 @@ const methodDescriptor_ProjectRoles_UpdateProjectRole = new grpc.web.MethodDescr
|
|
|
272
292
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ProjectRole>|undefined}
|
|
273
293
|
* The XHR Node Readable Stream
|
|
274
294
|
*/
|
|
275
|
-
proto.ondewo.nlu.ProjectRolesClient.prototype.updateProjectRole =
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
295
|
+
proto.ondewo.nlu.ProjectRolesClient.prototype.updateProjectRole =
|
|
296
|
+
function(request, metadata, callback) {
|
|
297
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
298
|
+
'/ondewo.nlu.ProjectRoles/UpdateProjectRole',
|
|
299
|
+
request,
|
|
300
|
+
metadata || {},
|
|
301
|
+
methodDescriptor_ProjectRoles_UpdateProjectRole,
|
|
302
|
+
callback);
|
|
283
303
|
};
|
|
284
304
|
|
|
305
|
+
|
|
285
306
|
/**
|
|
286
307
|
* @param {!proto.ondewo.nlu.UpdateProjectRoleRequest} request The
|
|
287
308
|
* request proto
|
|
@@ -290,15 +311,16 @@ proto.ondewo.nlu.ProjectRolesClient.prototype.updateProjectRole = function (requ
|
|
|
290
311
|
* @return {!Promise<!proto.ondewo.nlu.ProjectRole>}
|
|
291
312
|
* Promise that resolves to the response
|
|
292
313
|
*/
|
|
293
|
-
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.updateProjectRole =
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
314
|
+
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.updateProjectRole =
|
|
315
|
+
function(request, metadata) {
|
|
316
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
317
|
+
'/ondewo.nlu.ProjectRoles/UpdateProjectRole',
|
|
318
|
+
request,
|
|
319
|
+
metadata || {},
|
|
320
|
+
methodDescriptor_ProjectRoles_UpdateProjectRole);
|
|
300
321
|
};
|
|
301
322
|
|
|
323
|
+
|
|
302
324
|
/**
|
|
303
325
|
* @const
|
|
304
326
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -306,20 +328,21 @@ proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.updateProjectRole = functio
|
|
|
306
328
|
* !proto.ondewo.nlu.ListProjectRolesResponse>}
|
|
307
329
|
*/
|
|
308
330
|
const methodDescriptor_ProjectRoles_ListProjectRoles = new grpc.web.MethodDescriptor(
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
331
|
+
'/ondewo.nlu.ProjectRoles/ListProjectRoles',
|
|
332
|
+
grpc.web.MethodType.UNARY,
|
|
333
|
+
proto.ondewo.nlu.ListProjectRolesRequest,
|
|
334
|
+
proto.ondewo.nlu.ListProjectRolesResponse,
|
|
335
|
+
/**
|
|
336
|
+
* @param {!proto.ondewo.nlu.ListProjectRolesRequest} request
|
|
337
|
+
* @return {!Uint8Array}
|
|
338
|
+
*/
|
|
339
|
+
function(request) {
|
|
340
|
+
return request.serializeBinary();
|
|
341
|
+
},
|
|
342
|
+
proto.ondewo.nlu.ListProjectRolesResponse.deserializeBinary
|
|
321
343
|
);
|
|
322
344
|
|
|
345
|
+
|
|
323
346
|
/**
|
|
324
347
|
* @param {!proto.ondewo.nlu.ListProjectRolesRequest} request The
|
|
325
348
|
* request proto
|
|
@@ -330,16 +353,17 @@ const methodDescriptor_ProjectRoles_ListProjectRoles = new grpc.web.MethodDescri
|
|
|
330
353
|
* @return {!grpc.web.ClientReadableStream<!proto.ondewo.nlu.ListProjectRolesResponse>|undefined}
|
|
331
354
|
* The XHR Node Readable Stream
|
|
332
355
|
*/
|
|
333
|
-
proto.ondewo.nlu.ProjectRolesClient.prototype.listProjectRoles =
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
356
|
+
proto.ondewo.nlu.ProjectRolesClient.prototype.listProjectRoles =
|
|
357
|
+
function(request, metadata, callback) {
|
|
358
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
359
|
+
'/ondewo.nlu.ProjectRoles/ListProjectRoles',
|
|
360
|
+
request,
|
|
361
|
+
metadata || {},
|
|
362
|
+
methodDescriptor_ProjectRoles_ListProjectRoles,
|
|
363
|
+
callback);
|
|
341
364
|
};
|
|
342
365
|
|
|
366
|
+
|
|
343
367
|
/**
|
|
344
368
|
* @param {!proto.ondewo.nlu.ListProjectRolesRequest} request The
|
|
345
369
|
* request proto
|
|
@@ -348,13 +372,15 @@ proto.ondewo.nlu.ProjectRolesClient.prototype.listProjectRoles = function (reque
|
|
|
348
372
|
* @return {!Promise<!proto.ondewo.nlu.ListProjectRolesResponse>}
|
|
349
373
|
* Promise that resolves to the response
|
|
350
374
|
*/
|
|
351
|
-
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.listProjectRoles =
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
375
|
+
proto.ondewo.nlu.ProjectRolesPromiseClient.prototype.listProjectRoles =
|
|
376
|
+
function(request, metadata) {
|
|
377
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
378
|
+
'/ondewo.nlu.ProjectRoles/ListProjectRoles',
|
|
379
|
+
request,
|
|
380
|
+
metadata || {},
|
|
381
|
+
methodDescriptor_ProjectRoles_ListProjectRoles);
|
|
358
382
|
};
|
|
359
383
|
|
|
384
|
+
|
|
360
385
|
module.exports = proto.ondewo.nlu;
|
|
386
|
+
|