@sniipwebmaster/payroll-service-client-grpcweb 25.10.396 → 25.10.408
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 =
|
|
@@ -10222,7 +10222,7 @@ proto.payrollserviceapi.BusinessDetails.toObject = function(includeInstance, msg
|
|
|
10222
10222
|
updatedAt: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10223
10223
|
email: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
10224
10224
|
phone: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
10225
|
-
status: jspb.Message.getFieldWithDefault(msg, 9,
|
|
10225
|
+
status: jspb.Message.getFieldWithDefault(msg, 9, 0)
|
|
10226
10226
|
};
|
|
10227
10227
|
|
|
10228
10228
|
if (includeInstance) {
|
|
@@ -10288,7 +10288,7 @@ proto.payrollserviceapi.BusinessDetails.deserializeBinaryFromReader = function(m
|
|
|
10288
10288
|
msg.setPhone(value);
|
|
10289
10289
|
break;
|
|
10290
10290
|
case 9:
|
|
10291
|
-
var value = /** @type {
|
|
10291
|
+
var value = /** @type {!proto.payrollserviceapi.BusinessStatus} */ (reader.readEnum());
|
|
10292
10292
|
msg.setStatus(value);
|
|
10293
10293
|
break;
|
|
10294
10294
|
default:
|
|
@@ -10370,8 +10370,8 @@ proto.payrollserviceapi.BusinessDetails.serializeBinaryToWriter = function(messa
|
|
|
10370
10370
|
);
|
|
10371
10371
|
}
|
|
10372
10372
|
f = message.getStatus();
|
|
10373
|
-
if (f
|
|
10374
|
-
writer.
|
|
10373
|
+
if (f !== 0.0) {
|
|
10374
|
+
writer.writeEnum(
|
|
10375
10375
|
9,
|
|
10376
10376
|
f
|
|
10377
10377
|
);
|
|
@@ -10506,20 +10506,20 @@ proto.payrollserviceapi.BusinessDetails.prototype.setPhone = function(value) {
|
|
|
10506
10506
|
|
|
10507
10507
|
|
|
10508
10508
|
/**
|
|
10509
|
-
* optional
|
|
10510
|
-
* @return {
|
|
10509
|
+
* optional BusinessStatus status = 9;
|
|
10510
|
+
* @return {!proto.payrollserviceapi.BusinessStatus}
|
|
10511
10511
|
*/
|
|
10512
10512
|
proto.payrollserviceapi.BusinessDetails.prototype.getStatus = function() {
|
|
10513
|
-
return /** @type {
|
|
10513
|
+
return /** @type {!proto.payrollserviceapi.BusinessStatus} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
|
|
10514
10514
|
};
|
|
10515
10515
|
|
|
10516
10516
|
|
|
10517
10517
|
/**
|
|
10518
|
-
* @param {
|
|
10518
|
+
* @param {!proto.payrollserviceapi.BusinessStatus} value
|
|
10519
10519
|
* @return {!proto.payrollserviceapi.BusinessDetails} returns this
|
|
10520
10520
|
*/
|
|
10521
10521
|
proto.payrollserviceapi.BusinessDetails.prototype.setStatus = function(value) {
|
|
10522
|
-
return jspb.Message.
|
|
10522
|
+
return jspb.Message.setProto3EnumField(this, 9, value);
|
|
10523
10523
|
};
|
|
10524
10524
|
|
|
10525
10525
|
|