@sniipwebmaster/payroll-service-client-grpcweb 25.10.402 → 25.10.414
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.
|
@@ -206,13 +206,13 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.localHealth =
|
|
|
206
206
|
* @const
|
|
207
207
|
* @type {!grpc.web.MethodDescriptor<
|
|
208
208
|
* !proto.payrollserviceapi.ImportABAFileRequest,
|
|
209
|
-
* !proto.payrollserviceapi.
|
|
209
|
+
* !proto.payrollserviceapi.ResponseCode>}
|
|
210
210
|
*/
|
|
211
211
|
const methodDescriptor_PayrollService_ImportABAFile = new grpc.web.MethodDescriptor(
|
|
212
212
|
'/payrollserviceapi.PayrollService/ImportABAFile',
|
|
213
213
|
grpc.web.MethodType.UNARY,
|
|
214
214
|
proto.payrollserviceapi.ImportABAFileRequest,
|
|
215
|
-
proto.payrollserviceapi.
|
|
215
|
+
proto.payrollserviceapi.ResponseCode,
|
|
216
216
|
/**
|
|
217
217
|
* @param {!proto.payrollserviceapi.ImportABAFileRequest} request
|
|
218
218
|
* @return {!Uint8Array}
|
|
@@ -220,7 +220,7 @@ const methodDescriptor_PayrollService_ImportABAFile = new grpc.web.MethodDescrip
|
|
|
220
220
|
function(request) {
|
|
221
221
|
return request.serializeBinary();
|
|
222
222
|
},
|
|
223
|
-
proto.payrollserviceapi.
|
|
223
|
+
proto.payrollserviceapi.ResponseCode.deserializeBinary
|
|
224
224
|
);
|
|
225
225
|
|
|
226
226
|
|
|
@@ -229,9 +229,9 @@ const methodDescriptor_PayrollService_ImportABAFile = new grpc.web.MethodDescrip
|
|
|
229
229
|
* request proto
|
|
230
230
|
* @param {?Object<string, string>} metadata User defined
|
|
231
231
|
* call metadata
|
|
232
|
-
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.
|
|
232
|
+
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.ResponseCode)}
|
|
233
233
|
* callback The callback function(error, response)
|
|
234
|
-
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.
|
|
234
|
+
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.ResponseCode>|undefined}
|
|
235
235
|
* The XHR Node Readable Stream
|
|
236
236
|
*/
|
|
237
237
|
proto.payrollserviceapi.PayrollServiceClient.prototype.importABAFile =
|
|
@@ -250,7 +250,7 @@ proto.payrollserviceapi.PayrollServiceClient.prototype.importABAFile =
|
|
|
250
250
|
* request proto
|
|
251
251
|
* @param {?Object<string, string>=} metadata User defined
|
|
252
252
|
* call metadata
|
|
253
|
-
* @return {!Promise<!proto.payrollserviceapi.
|
|
253
|
+
* @return {!Promise<!proto.payrollserviceapi.ResponseCode>}
|
|
254
254
|
* Promise that resolves to the response
|
|
255
255
|
*/
|
|
256
256
|
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.importABAFile =
|
|
@@ -267,13 +267,13 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.importABAFile =
|
|
|
267
267
|
* @const
|
|
268
268
|
* @type {!grpc.web.MethodDescriptor<
|
|
269
269
|
* !proto.payrollserviceapi.ImportABAFileInternalRequest,
|
|
270
|
-
* !proto.payrollserviceapi.
|
|
270
|
+
* !proto.payrollserviceapi.ResponseCode>}
|
|
271
271
|
*/
|
|
272
272
|
const methodDescriptor_PayrollService_ImportABAFileInternal = new grpc.web.MethodDescriptor(
|
|
273
273
|
'/payrollserviceapi.PayrollService/ImportABAFileInternal',
|
|
274
274
|
grpc.web.MethodType.UNARY,
|
|
275
275
|
proto.payrollserviceapi.ImportABAFileInternalRequest,
|
|
276
|
-
proto.payrollserviceapi.
|
|
276
|
+
proto.payrollserviceapi.ResponseCode,
|
|
277
277
|
/**
|
|
278
278
|
* @param {!proto.payrollserviceapi.ImportABAFileInternalRequest} request
|
|
279
279
|
* @return {!Uint8Array}
|
|
@@ -281,7 +281,7 @@ const methodDescriptor_PayrollService_ImportABAFileInternal = new grpc.web.Metho
|
|
|
281
281
|
function(request) {
|
|
282
282
|
return request.serializeBinary();
|
|
283
283
|
},
|
|
284
|
-
proto.payrollserviceapi.
|
|
284
|
+
proto.payrollserviceapi.ResponseCode.deserializeBinary
|
|
285
285
|
);
|
|
286
286
|
|
|
287
287
|
|
|
@@ -290,9 +290,9 @@ const methodDescriptor_PayrollService_ImportABAFileInternal = new grpc.web.Metho
|
|
|
290
290
|
* request proto
|
|
291
291
|
* @param {?Object<string, string>} metadata User defined
|
|
292
292
|
* call metadata
|
|
293
|
-
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.
|
|
293
|
+
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.ResponseCode)}
|
|
294
294
|
* callback The callback function(error, response)
|
|
295
|
-
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.
|
|
295
|
+
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.ResponseCode>|undefined}
|
|
296
296
|
* The XHR Node Readable Stream
|
|
297
297
|
*/
|
|
298
298
|
proto.payrollserviceapi.PayrollServiceClient.prototype.importABAFileInternal =
|
|
@@ -311,7 +311,7 @@ proto.payrollserviceapi.PayrollServiceClient.prototype.importABAFileInternal =
|
|
|
311
311
|
* request proto
|
|
312
312
|
* @param {?Object<string, string>=} metadata User defined
|
|
313
313
|
* call metadata
|
|
314
|
-
* @return {!Promise<!proto.payrollserviceapi.
|
|
314
|
+
* @return {!Promise<!proto.payrollserviceapi.ResponseCode>}
|
|
315
315
|
* Promise that resolves to the response
|
|
316
316
|
*/
|
|
317
317
|
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.importABAFileInternal =
|