@sniipwebmaster/email-import-service-client-grpcweb 0.2.1696 → 0.2.1716
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.
|
@@ -17,6 +17,8 @@ var google_api_annotations_pb = require('./google/api/annotations_pb.js')
|
|
|
17
17
|
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js')
|
|
18
18
|
|
|
19
19
|
var google_protobuf_wrappers_pb = require('google-protobuf/google/protobuf/wrappers_pb.js')
|
|
20
|
+
|
|
21
|
+
var google_api_httpbody_pb = require('./google/api/httpbody_pb.js')
|
|
20
22
|
const proto = {};
|
|
21
23
|
proto.sniipemailimportapi = require('./service_pb.js');
|
|
22
24
|
|
|
@@ -261,15 +263,15 @@ proto.sniipemailimportapi.SniipEmailImportAPIServicePromiseClient.prototype.getC
|
|
|
261
263
|
* @const
|
|
262
264
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
263
265
|
* !proto.sniipemailimportapi.HandleMicrosoftWebhookRequest,
|
|
264
|
-
* !proto.google.
|
|
266
|
+
* !proto.google.api.HttpBody>}
|
|
265
267
|
*/
|
|
266
268
|
const methodInfo_SniipEmailImportAPIService_HandleMicrosoftWebhook = new grpc.web.AbstractClientBase.MethodInfo(
|
|
267
|
-
|
|
269
|
+
google_api_httpbody_pb.HttpBody,
|
|
268
270
|
/** @param {!proto.sniipemailimportapi.HandleMicrosoftWebhookRequest} request */
|
|
269
271
|
function(request) {
|
|
270
272
|
return request.serializeBinary();
|
|
271
273
|
},
|
|
272
|
-
|
|
274
|
+
google_api_httpbody_pb.HttpBody.deserializeBinary
|
|
273
275
|
);
|
|
274
276
|
|
|
275
277
|
|
|
@@ -278,9 +280,9 @@ const methodInfo_SniipEmailImportAPIService_HandleMicrosoftWebhook = new grpc.we
|
|
|
278
280
|
* request proto
|
|
279
281
|
* @param {?Object<string, string>} metadata User defined
|
|
280
282
|
* call metadata
|
|
281
|
-
* @param {function(?grpc.web.Error, ?proto.google.
|
|
283
|
+
* @param {function(?grpc.web.Error, ?proto.google.api.HttpBody)}
|
|
282
284
|
* callback The callback function(error, response)
|
|
283
|
-
* @return {!grpc.web.ClientReadableStream<!proto.google.
|
|
285
|
+
* @return {!grpc.web.ClientReadableStream<!proto.google.api.HttpBody>|undefined}
|
|
284
286
|
* The XHR Node Readable Stream
|
|
285
287
|
*/
|
|
286
288
|
proto.sniipemailimportapi.SniipEmailImportAPIServiceClient.prototype.handleMicrosoftWebhook =
|
|
@@ -299,7 +301,7 @@ proto.sniipemailimportapi.SniipEmailImportAPIServiceClient.prototype.handleMicro
|
|
|
299
301
|
* request proto
|
|
300
302
|
* @param {?Object<string, string>} metadata User defined
|
|
301
303
|
* call metadata
|
|
302
|
-
* @return {!Promise<!proto.google.
|
|
304
|
+
* @return {!Promise<!proto.google.api.HttpBody>}
|
|
303
305
|
* A native promise that resolves to the response
|
|
304
306
|
*/
|
|
305
307
|
proto.sniipemailimportapi.SniipEmailImportAPIServicePromiseClient.prototype.handleMicrosoftWebhook =
|
|
@@ -12,6 +12,7 @@ var global = Function('return this')();
|
|
|
12
12
|
var google_api_annotations_pb = require('./google/api/annotations_pb.js');
|
|
13
13
|
var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
|
|
14
14
|
var google_protobuf_wrappers_pb = require('google-protobuf/google/protobuf/wrappers_pb.js');
|
|
15
|
+
var google_api_httpbody_pb = require('./google/api/httpbody_pb.js');
|
|
15
16
|
goog.exportSymbol('proto.sniipemailimportapi.AuthRequest', null, global);
|
|
16
17
|
goog.exportSymbol('proto.sniipemailimportapi.AuthResponse', null, global);
|
|
17
18
|
goog.exportSymbol('proto.sniipemailimportapi.AutomaticSyncRequest', null, global);
|