@sniipwebmaster/payroll-service-client-grpcweb 25.10.540 → 25.10.552
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/dependancies/service_grpc_web_pb.js +74 -13
- package/dependancies/service_pb.js +461 -25
- package/package.json +1 -1
|
@@ -1242,16 +1242,16 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.deleteBusiness =
|
|
|
1242
1242
|
/**
|
|
1243
1243
|
* @const
|
|
1244
1244
|
* @type {!grpc.web.MethodDescriptor<
|
|
1245
|
-
* !proto.payrollserviceapi.
|
|
1245
|
+
* !proto.payrollserviceapi.DeleteAbaFileRequest,
|
|
1246
1246
|
* !proto.payrollserviceapi.ResponseCode>}
|
|
1247
1247
|
*/
|
|
1248
|
-
const
|
|
1249
|
-
'/payrollserviceapi.PayrollService/
|
|
1248
|
+
const methodDescriptor_PayrollService_DeleteAbaFile = new grpc.web.MethodDescriptor(
|
|
1249
|
+
'/payrollserviceapi.PayrollService/DeleteAbaFile',
|
|
1250
1250
|
grpc.web.MethodType.UNARY,
|
|
1251
|
-
proto.payrollserviceapi.
|
|
1251
|
+
proto.payrollserviceapi.DeleteAbaFileRequest,
|
|
1252
1252
|
proto.payrollserviceapi.ResponseCode,
|
|
1253
1253
|
/**
|
|
1254
|
-
* @param {!proto.payrollserviceapi.
|
|
1254
|
+
* @param {!proto.payrollserviceapi.DeleteAbaFileRequest} request
|
|
1255
1255
|
* @return {!Uint8Array}
|
|
1256
1256
|
*/
|
|
1257
1257
|
function(request) {
|
|
@@ -1262,7 +1262,7 @@ const methodDescriptor_PayrollService_DeleteErrorAbaFile = new grpc.web.MethodDe
|
|
|
1262
1262
|
|
|
1263
1263
|
|
|
1264
1264
|
/**
|
|
1265
|
-
* @param {!proto.payrollserviceapi.
|
|
1265
|
+
* @param {!proto.payrollserviceapi.DeleteAbaFileRequest} request The
|
|
1266
1266
|
* request proto
|
|
1267
1267
|
* @param {?Object<string, string>} metadata User defined
|
|
1268
1268
|
* call metadata
|
|
@@ -1271,32 +1271,32 @@ const methodDescriptor_PayrollService_DeleteErrorAbaFile = new grpc.web.MethodDe
|
|
|
1271
1271
|
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.ResponseCode>|undefined}
|
|
1272
1272
|
* The XHR Node Readable Stream
|
|
1273
1273
|
*/
|
|
1274
|
-
proto.payrollserviceapi.PayrollServiceClient.prototype.
|
|
1274
|
+
proto.payrollserviceapi.PayrollServiceClient.prototype.deleteAbaFile =
|
|
1275
1275
|
function(request, metadata, callback) {
|
|
1276
1276
|
return this.client_.rpcCall(this.hostname_ +
|
|
1277
|
-
'/payrollserviceapi.PayrollService/
|
|
1277
|
+
'/payrollserviceapi.PayrollService/DeleteAbaFile',
|
|
1278
1278
|
request,
|
|
1279
1279
|
metadata || {},
|
|
1280
|
-
|
|
1280
|
+
methodDescriptor_PayrollService_DeleteAbaFile,
|
|
1281
1281
|
callback);
|
|
1282
1282
|
};
|
|
1283
1283
|
|
|
1284
1284
|
|
|
1285
1285
|
/**
|
|
1286
|
-
* @param {!proto.payrollserviceapi.
|
|
1286
|
+
* @param {!proto.payrollserviceapi.DeleteAbaFileRequest} request The
|
|
1287
1287
|
* request proto
|
|
1288
1288
|
* @param {?Object<string, string>=} metadata User defined
|
|
1289
1289
|
* call metadata
|
|
1290
1290
|
* @return {!Promise<!proto.payrollserviceapi.ResponseCode>}
|
|
1291
1291
|
* Promise that resolves to the response
|
|
1292
1292
|
*/
|
|
1293
|
-
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.
|
|
1293
|
+
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.deleteAbaFile =
|
|
1294
1294
|
function(request, metadata) {
|
|
1295
1295
|
return this.client_.unaryCall(this.hostname_ +
|
|
1296
|
-
'/payrollserviceapi.PayrollService/
|
|
1296
|
+
'/payrollserviceapi.PayrollService/DeleteAbaFile',
|
|
1297
1297
|
request,
|
|
1298
1298
|
metadata || {},
|
|
1299
|
-
|
|
1299
|
+
methodDescriptor_PayrollService_DeleteAbaFile);
|
|
1300
1300
|
};
|
|
1301
1301
|
|
|
1302
1302
|
|
|
@@ -1666,6 +1666,67 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.updateEmployee =
|
|
|
1666
1666
|
};
|
|
1667
1667
|
|
|
1668
1668
|
|
|
1669
|
+
/**
|
|
1670
|
+
* @const
|
|
1671
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
1672
|
+
* !proto.payrollserviceapi.UpdateAbaFileRequest,
|
|
1673
|
+
* !proto.payrollserviceapi.UpdateAbaFileResponse>}
|
|
1674
|
+
*/
|
|
1675
|
+
const methodDescriptor_PayrollService_UpdateAbaFile = new grpc.web.MethodDescriptor(
|
|
1676
|
+
'/payrollserviceapi.PayrollService/UpdateAbaFile',
|
|
1677
|
+
grpc.web.MethodType.UNARY,
|
|
1678
|
+
proto.payrollserviceapi.UpdateAbaFileRequest,
|
|
1679
|
+
proto.payrollserviceapi.UpdateAbaFileResponse,
|
|
1680
|
+
/**
|
|
1681
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileRequest} request
|
|
1682
|
+
* @return {!Uint8Array}
|
|
1683
|
+
*/
|
|
1684
|
+
function(request) {
|
|
1685
|
+
return request.serializeBinary();
|
|
1686
|
+
},
|
|
1687
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.deserializeBinary
|
|
1688
|
+
);
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
/**
|
|
1692
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileRequest} request The
|
|
1693
|
+
* request proto
|
|
1694
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1695
|
+
* call metadata
|
|
1696
|
+
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.UpdateAbaFileResponse)}
|
|
1697
|
+
* callback The callback function(error, response)
|
|
1698
|
+
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.UpdateAbaFileResponse>|undefined}
|
|
1699
|
+
* The XHR Node Readable Stream
|
|
1700
|
+
*/
|
|
1701
|
+
proto.payrollserviceapi.PayrollServiceClient.prototype.updateAbaFile =
|
|
1702
|
+
function(request, metadata, callback) {
|
|
1703
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1704
|
+
'/payrollserviceapi.PayrollService/UpdateAbaFile',
|
|
1705
|
+
request,
|
|
1706
|
+
metadata || {},
|
|
1707
|
+
methodDescriptor_PayrollService_UpdateAbaFile,
|
|
1708
|
+
callback);
|
|
1709
|
+
};
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
/**
|
|
1713
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileRequest} request The
|
|
1714
|
+
* request proto
|
|
1715
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
1716
|
+
* call metadata
|
|
1717
|
+
* @return {!Promise<!proto.payrollserviceapi.UpdateAbaFileResponse>}
|
|
1718
|
+
* Promise that resolves to the response
|
|
1719
|
+
*/
|
|
1720
|
+
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.updateAbaFile =
|
|
1721
|
+
function(request, metadata) {
|
|
1722
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1723
|
+
'/payrollserviceapi.PayrollService/UpdateAbaFile',
|
|
1724
|
+
request,
|
|
1725
|
+
metadata || {},
|
|
1726
|
+
methodDescriptor_PayrollService_UpdateAbaFile);
|
|
1727
|
+
};
|
|
1728
|
+
|
|
1729
|
+
|
|
1669
1730
|
/**
|
|
1670
1731
|
* @const
|
|
1671
1732
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -42,11 +42,11 @@ goog.exportSymbol('proto.payrollserviceapi.CreateBusinessRequest', null, global)
|
|
|
42
42
|
goog.exportSymbol('proto.payrollserviceapi.CreateBusinessResponse', null, global);
|
|
43
43
|
goog.exportSymbol('proto.payrollserviceapi.CreateEmployeeRequest', null, global);
|
|
44
44
|
goog.exportSymbol('proto.payrollserviceapi.CreateEmployeeResponse', null, global);
|
|
45
|
+
goog.exportSymbol('proto.payrollserviceapi.DeleteAbaFileRequest', null, global);
|
|
45
46
|
goog.exportSymbol('proto.payrollserviceapi.DeleteBusinessRequest', null, global);
|
|
46
47
|
goog.exportSymbol('proto.payrollserviceapi.DeleteBusinessResponse', null, global);
|
|
47
48
|
goog.exportSymbol('proto.payrollserviceapi.DeleteEmployeeRequest', null, global);
|
|
48
49
|
goog.exportSymbol('proto.payrollserviceapi.DeleteEmployeeResponse', null, global);
|
|
49
|
-
goog.exportSymbol('proto.payrollserviceapi.DeleteErrorAbaFileRequest', null, global);
|
|
50
50
|
goog.exportSymbol('proto.payrollserviceapi.DownloadAbaErrorLogFileRequest', null, global);
|
|
51
51
|
goog.exportSymbol('proto.payrollserviceapi.DownloadAbaErrorLogFileResponse', null, global);
|
|
52
52
|
goog.exportSymbol('proto.payrollserviceapi.EmployeeBankAccountInfo', null, global);
|
|
@@ -86,6 +86,8 @@ goog.exportSymbol('proto.payrollserviceapi.MatchEmployeesRequest', null, global)
|
|
|
86
86
|
goog.exportSymbol('proto.payrollserviceapi.MatchEmployeesResponse', null, global);
|
|
87
87
|
goog.exportSymbol('proto.payrollserviceapi.MensSalary', null, global);
|
|
88
88
|
goog.exportSymbol('proto.payrollserviceapi.ResponseCode', null, global);
|
|
89
|
+
goog.exportSymbol('proto.payrollserviceapi.UpdateAbaFileRequest', null, global);
|
|
90
|
+
goog.exportSymbol('proto.payrollserviceapi.UpdateAbaFileResponse', null, global);
|
|
89
91
|
goog.exportSymbol('proto.payrollserviceapi.UpdateBusinessRequest', null, global);
|
|
90
92
|
goog.exportSymbol('proto.payrollserviceapi.UpdateBusinessResponse', null, global);
|
|
91
93
|
goog.exportSymbol('proto.payrollserviceapi.UpdateEmployeeRequest', null, global);
|
|
@@ -901,16 +903,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
901
903
|
* @extends {jspb.Message}
|
|
902
904
|
* @constructor
|
|
903
905
|
*/
|
|
904
|
-
proto.payrollserviceapi.
|
|
906
|
+
proto.payrollserviceapi.DeleteAbaFileRequest = function(opt_data) {
|
|
905
907
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
906
908
|
};
|
|
907
|
-
goog.inherits(proto.payrollserviceapi.
|
|
909
|
+
goog.inherits(proto.payrollserviceapi.DeleteAbaFileRequest, jspb.Message);
|
|
908
910
|
if (goog.DEBUG && !COMPILED) {
|
|
909
911
|
/**
|
|
910
912
|
* @public
|
|
911
913
|
* @override
|
|
912
914
|
*/
|
|
913
|
-
proto.payrollserviceapi.
|
|
915
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.displayName = 'proto.payrollserviceapi.DeleteAbaFileRequest';
|
|
914
916
|
}
|
|
915
917
|
/**
|
|
916
918
|
* Generated by JsPbCodeGenerator.
|
|
@@ -1227,6 +1229,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1227
1229
|
*/
|
|
1228
1230
|
proto.payrollserviceapi.UpdateEmployeeRequest.displayName = 'proto.payrollserviceapi.UpdateEmployeeRequest';
|
|
1229
1231
|
}
|
|
1232
|
+
/**
|
|
1233
|
+
* Generated by JsPbCodeGenerator.
|
|
1234
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1235
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1236
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1237
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1238
|
+
* valid.
|
|
1239
|
+
* @extends {jspb.Message}
|
|
1240
|
+
* @constructor
|
|
1241
|
+
*/
|
|
1242
|
+
proto.payrollserviceapi.UpdateAbaFileRequest = function(opt_data) {
|
|
1243
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1244
|
+
};
|
|
1245
|
+
goog.inherits(proto.payrollserviceapi.UpdateAbaFileRequest, jspb.Message);
|
|
1246
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1247
|
+
/**
|
|
1248
|
+
* @public
|
|
1249
|
+
* @override
|
|
1250
|
+
*/
|
|
1251
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.displayName = 'proto.payrollserviceapi.UpdateAbaFileRequest';
|
|
1252
|
+
}
|
|
1253
|
+
/**
|
|
1254
|
+
* Generated by JsPbCodeGenerator.
|
|
1255
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1256
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1257
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1258
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1259
|
+
* valid.
|
|
1260
|
+
* @extends {jspb.Message}
|
|
1261
|
+
* @constructor
|
|
1262
|
+
*/
|
|
1263
|
+
proto.payrollserviceapi.UpdateAbaFileResponse = function(opt_data) {
|
|
1264
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1265
|
+
};
|
|
1266
|
+
goog.inherits(proto.payrollserviceapi.UpdateAbaFileResponse, jspb.Message);
|
|
1267
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1268
|
+
/**
|
|
1269
|
+
* @public
|
|
1270
|
+
* @override
|
|
1271
|
+
*/
|
|
1272
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.displayName = 'proto.payrollserviceapi.UpdateAbaFileResponse';
|
|
1273
|
+
}
|
|
1230
1274
|
/**
|
|
1231
1275
|
* Generated by JsPbCodeGenerator.
|
|
1232
1276
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -12163,8 +12207,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
12163
12207
|
* http://goto/soy-param-migration
|
|
12164
12208
|
* @return {!Object}
|
|
12165
12209
|
*/
|
|
12166
|
-
proto.payrollserviceapi.
|
|
12167
|
-
return proto.payrollserviceapi.
|
|
12210
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.prototype.toObject = function(opt_includeInstance) {
|
|
12211
|
+
return proto.payrollserviceapi.DeleteAbaFileRequest.toObject(opt_includeInstance, this);
|
|
12168
12212
|
};
|
|
12169
12213
|
|
|
12170
12214
|
|
|
@@ -12173,11 +12217,11 @@ proto.payrollserviceapi.DeleteErrorAbaFileRequest.prototype.toObject = function(
|
|
|
12173
12217
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
12174
12218
|
* the JSPB instance for transitional soy proto support:
|
|
12175
12219
|
* http://goto/soy-param-migration
|
|
12176
|
-
* @param {!proto.payrollserviceapi.
|
|
12220
|
+
* @param {!proto.payrollserviceapi.DeleteAbaFileRequest} msg The msg instance to transform.
|
|
12177
12221
|
* @return {!Object}
|
|
12178
12222
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
12179
12223
|
*/
|
|
12180
|
-
proto.payrollserviceapi.
|
|
12224
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.toObject = function(includeInstance, msg) {
|
|
12181
12225
|
var f, obj = {
|
|
12182
12226
|
abaFileId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
12183
12227
|
clientUserId: jspb.Message.getFieldWithDefault(msg, 3, 0)
|
|
@@ -12194,23 +12238,23 @@ proto.payrollserviceapi.DeleteErrorAbaFileRequest.toObject = function(includeIns
|
|
|
12194
12238
|
/**
|
|
12195
12239
|
* Deserializes binary data (in protobuf wire format).
|
|
12196
12240
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
12197
|
-
* @return {!proto.payrollserviceapi.
|
|
12241
|
+
* @return {!proto.payrollserviceapi.DeleteAbaFileRequest}
|
|
12198
12242
|
*/
|
|
12199
|
-
proto.payrollserviceapi.
|
|
12243
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.deserializeBinary = function(bytes) {
|
|
12200
12244
|
var reader = new jspb.BinaryReader(bytes);
|
|
12201
|
-
var msg = new proto.payrollserviceapi.
|
|
12202
|
-
return proto.payrollserviceapi.
|
|
12245
|
+
var msg = new proto.payrollserviceapi.DeleteAbaFileRequest;
|
|
12246
|
+
return proto.payrollserviceapi.DeleteAbaFileRequest.deserializeBinaryFromReader(msg, reader);
|
|
12203
12247
|
};
|
|
12204
12248
|
|
|
12205
12249
|
|
|
12206
12250
|
/**
|
|
12207
12251
|
* Deserializes binary data (in protobuf wire format) from the
|
|
12208
12252
|
* given reader into the given message object.
|
|
12209
|
-
* @param {!proto.payrollserviceapi.
|
|
12253
|
+
* @param {!proto.payrollserviceapi.DeleteAbaFileRequest} msg The message object to deserialize into.
|
|
12210
12254
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
12211
|
-
* @return {!proto.payrollserviceapi.
|
|
12255
|
+
* @return {!proto.payrollserviceapi.DeleteAbaFileRequest}
|
|
12212
12256
|
*/
|
|
12213
|
-
proto.payrollserviceapi.
|
|
12257
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
12214
12258
|
while (reader.nextField()) {
|
|
12215
12259
|
if (reader.isEndGroup()) {
|
|
12216
12260
|
break;
|
|
@@ -12238,9 +12282,9 @@ proto.payrollserviceapi.DeleteErrorAbaFileRequest.deserializeBinaryFromReader =
|
|
|
12238
12282
|
* Serializes the message to binary data (in protobuf wire format).
|
|
12239
12283
|
* @return {!Uint8Array}
|
|
12240
12284
|
*/
|
|
12241
|
-
proto.payrollserviceapi.
|
|
12285
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.prototype.serializeBinary = function() {
|
|
12242
12286
|
var writer = new jspb.BinaryWriter();
|
|
12243
|
-
proto.payrollserviceapi.
|
|
12287
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.serializeBinaryToWriter(this, writer);
|
|
12244
12288
|
return writer.getResultBuffer();
|
|
12245
12289
|
};
|
|
12246
12290
|
|
|
@@ -12248,11 +12292,11 @@ proto.payrollserviceapi.DeleteErrorAbaFileRequest.prototype.serializeBinary = fu
|
|
|
12248
12292
|
/**
|
|
12249
12293
|
* Serializes the given message to binary data (in protobuf wire
|
|
12250
12294
|
* format), writing to the given BinaryWriter.
|
|
12251
|
-
* @param {!proto.payrollserviceapi.
|
|
12295
|
+
* @param {!proto.payrollserviceapi.DeleteAbaFileRequest} message
|
|
12252
12296
|
* @param {!jspb.BinaryWriter} writer
|
|
12253
12297
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
12254
12298
|
*/
|
|
12255
|
-
proto.payrollserviceapi.
|
|
12299
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.serializeBinaryToWriter = function(message, writer) {
|
|
12256
12300
|
var f = undefined;
|
|
12257
12301
|
f = message.getAbaFileId();
|
|
12258
12302
|
if (f !== 0) {
|
|
@@ -12275,16 +12319,16 @@ proto.payrollserviceapi.DeleteErrorAbaFileRequest.serializeBinaryToWriter = func
|
|
|
12275
12319
|
* optional int64 aba_file_id = 1;
|
|
12276
12320
|
* @return {number}
|
|
12277
12321
|
*/
|
|
12278
|
-
proto.payrollserviceapi.
|
|
12322
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.prototype.getAbaFileId = function() {
|
|
12279
12323
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
12280
12324
|
};
|
|
12281
12325
|
|
|
12282
12326
|
|
|
12283
12327
|
/**
|
|
12284
12328
|
* @param {number} value
|
|
12285
|
-
* @return {!proto.payrollserviceapi.
|
|
12329
|
+
* @return {!proto.payrollserviceapi.DeleteAbaFileRequest} returns this
|
|
12286
12330
|
*/
|
|
12287
|
-
proto.payrollserviceapi.
|
|
12331
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.prototype.setAbaFileId = function(value) {
|
|
12288
12332
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
12289
12333
|
};
|
|
12290
12334
|
|
|
@@ -12293,16 +12337,16 @@ proto.payrollserviceapi.DeleteErrorAbaFileRequest.prototype.setAbaFileId = funct
|
|
|
12293
12337
|
* optional int64 client_user_id = 3;
|
|
12294
12338
|
* @return {number}
|
|
12295
12339
|
*/
|
|
12296
|
-
proto.payrollserviceapi.
|
|
12340
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.prototype.getClientUserId = function() {
|
|
12297
12341
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
12298
12342
|
};
|
|
12299
12343
|
|
|
12300
12344
|
|
|
12301
12345
|
/**
|
|
12302
12346
|
* @param {number} value
|
|
12303
|
-
* @return {!proto.payrollserviceapi.
|
|
12347
|
+
* @return {!proto.payrollserviceapi.DeleteAbaFileRequest} returns this
|
|
12304
12348
|
*/
|
|
12305
|
-
proto.payrollserviceapi.
|
|
12349
|
+
proto.payrollserviceapi.DeleteAbaFileRequest.prototype.setClientUserId = function(value) {
|
|
12306
12350
|
return jspb.Message.setProto3IntField(this, 3, value);
|
|
12307
12351
|
};
|
|
12308
12352
|
|
|
@@ -16336,6 +16380,398 @@ proto.payrollserviceapi.UpdateEmployeeRequest.prototype.setClientUserId = functi
|
|
|
16336
16380
|
|
|
16337
16381
|
|
|
16338
16382
|
|
|
16383
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
16384
|
+
/**
|
|
16385
|
+
* Creates an object representation of this proto.
|
|
16386
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
16387
|
+
* Optional fields that are not set will be set to undefined.
|
|
16388
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
16389
|
+
* For the list of reserved names please see:
|
|
16390
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
16391
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
16392
|
+
* JSPB instance for transitional soy proto support:
|
|
16393
|
+
* http://goto/soy-param-migration
|
|
16394
|
+
* @return {!Object}
|
|
16395
|
+
*/
|
|
16396
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.prototype.toObject = function(opt_includeInstance) {
|
|
16397
|
+
return proto.payrollserviceapi.UpdateAbaFileRequest.toObject(opt_includeInstance, this);
|
|
16398
|
+
};
|
|
16399
|
+
|
|
16400
|
+
|
|
16401
|
+
/**
|
|
16402
|
+
* Static version of the {@see toObject} method.
|
|
16403
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
16404
|
+
* the JSPB instance for transitional soy proto support:
|
|
16405
|
+
* http://goto/soy-param-migration
|
|
16406
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileRequest} msg The msg instance to transform.
|
|
16407
|
+
* @return {!Object}
|
|
16408
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16409
|
+
*/
|
|
16410
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.toObject = function(includeInstance, msg) {
|
|
16411
|
+
var f, obj = {
|
|
16412
|
+
abaFileId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
16413
|
+
clientUserId: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
16414
|
+
newDisplayName: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
16415
|
+
};
|
|
16416
|
+
|
|
16417
|
+
if (includeInstance) {
|
|
16418
|
+
obj.$jspbMessageInstance = msg;
|
|
16419
|
+
}
|
|
16420
|
+
return obj;
|
|
16421
|
+
};
|
|
16422
|
+
}
|
|
16423
|
+
|
|
16424
|
+
|
|
16425
|
+
/**
|
|
16426
|
+
* Deserializes binary data (in protobuf wire format).
|
|
16427
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
16428
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileRequest}
|
|
16429
|
+
*/
|
|
16430
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.deserializeBinary = function(bytes) {
|
|
16431
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
16432
|
+
var msg = new proto.payrollserviceapi.UpdateAbaFileRequest;
|
|
16433
|
+
return proto.payrollserviceapi.UpdateAbaFileRequest.deserializeBinaryFromReader(msg, reader);
|
|
16434
|
+
};
|
|
16435
|
+
|
|
16436
|
+
|
|
16437
|
+
/**
|
|
16438
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
16439
|
+
* given reader into the given message object.
|
|
16440
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileRequest} msg The message object to deserialize into.
|
|
16441
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
16442
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileRequest}
|
|
16443
|
+
*/
|
|
16444
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
16445
|
+
while (reader.nextField()) {
|
|
16446
|
+
if (reader.isEndGroup()) {
|
|
16447
|
+
break;
|
|
16448
|
+
}
|
|
16449
|
+
var field = reader.getFieldNumber();
|
|
16450
|
+
switch (field) {
|
|
16451
|
+
case 1:
|
|
16452
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
16453
|
+
msg.setAbaFileId(value);
|
|
16454
|
+
break;
|
|
16455
|
+
case 2:
|
|
16456
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
16457
|
+
msg.setClientUserId(value);
|
|
16458
|
+
break;
|
|
16459
|
+
case 3:
|
|
16460
|
+
var value = /** @type {string} */ (reader.readString());
|
|
16461
|
+
msg.setNewDisplayName(value);
|
|
16462
|
+
break;
|
|
16463
|
+
default:
|
|
16464
|
+
reader.skipField();
|
|
16465
|
+
break;
|
|
16466
|
+
}
|
|
16467
|
+
}
|
|
16468
|
+
return msg;
|
|
16469
|
+
};
|
|
16470
|
+
|
|
16471
|
+
|
|
16472
|
+
/**
|
|
16473
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
16474
|
+
* @return {!Uint8Array}
|
|
16475
|
+
*/
|
|
16476
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.prototype.serializeBinary = function() {
|
|
16477
|
+
var writer = new jspb.BinaryWriter();
|
|
16478
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.serializeBinaryToWriter(this, writer);
|
|
16479
|
+
return writer.getResultBuffer();
|
|
16480
|
+
};
|
|
16481
|
+
|
|
16482
|
+
|
|
16483
|
+
/**
|
|
16484
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
16485
|
+
* format), writing to the given BinaryWriter.
|
|
16486
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileRequest} message
|
|
16487
|
+
* @param {!jspb.BinaryWriter} writer
|
|
16488
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16489
|
+
*/
|
|
16490
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.serializeBinaryToWriter = function(message, writer) {
|
|
16491
|
+
var f = undefined;
|
|
16492
|
+
f = message.getAbaFileId();
|
|
16493
|
+
if (f !== 0) {
|
|
16494
|
+
writer.writeInt64(
|
|
16495
|
+
1,
|
|
16496
|
+
f
|
|
16497
|
+
);
|
|
16498
|
+
}
|
|
16499
|
+
f = message.getClientUserId();
|
|
16500
|
+
if (f !== 0) {
|
|
16501
|
+
writer.writeInt64(
|
|
16502
|
+
2,
|
|
16503
|
+
f
|
|
16504
|
+
);
|
|
16505
|
+
}
|
|
16506
|
+
f = message.getNewDisplayName();
|
|
16507
|
+
if (f.length > 0) {
|
|
16508
|
+
writer.writeString(
|
|
16509
|
+
3,
|
|
16510
|
+
f
|
|
16511
|
+
);
|
|
16512
|
+
}
|
|
16513
|
+
};
|
|
16514
|
+
|
|
16515
|
+
|
|
16516
|
+
/**
|
|
16517
|
+
* optional int64 aba_file_id = 1;
|
|
16518
|
+
* @return {number}
|
|
16519
|
+
*/
|
|
16520
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.prototype.getAbaFileId = function() {
|
|
16521
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
16522
|
+
};
|
|
16523
|
+
|
|
16524
|
+
|
|
16525
|
+
/**
|
|
16526
|
+
* @param {number} value
|
|
16527
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileRequest} returns this
|
|
16528
|
+
*/
|
|
16529
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.prototype.setAbaFileId = function(value) {
|
|
16530
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
16531
|
+
};
|
|
16532
|
+
|
|
16533
|
+
|
|
16534
|
+
/**
|
|
16535
|
+
* optional int64 client_user_id = 2;
|
|
16536
|
+
* @return {number}
|
|
16537
|
+
*/
|
|
16538
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.prototype.getClientUserId = function() {
|
|
16539
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
16540
|
+
};
|
|
16541
|
+
|
|
16542
|
+
|
|
16543
|
+
/**
|
|
16544
|
+
* @param {number} value
|
|
16545
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileRequest} returns this
|
|
16546
|
+
*/
|
|
16547
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.prototype.setClientUserId = function(value) {
|
|
16548
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
16549
|
+
};
|
|
16550
|
+
|
|
16551
|
+
|
|
16552
|
+
/**
|
|
16553
|
+
* optional string new_display_name = 3;
|
|
16554
|
+
* @return {string}
|
|
16555
|
+
*/
|
|
16556
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.prototype.getNewDisplayName = function() {
|
|
16557
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
16558
|
+
};
|
|
16559
|
+
|
|
16560
|
+
|
|
16561
|
+
/**
|
|
16562
|
+
* @param {string} value
|
|
16563
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileRequest} returns this
|
|
16564
|
+
*/
|
|
16565
|
+
proto.payrollserviceapi.UpdateAbaFileRequest.prototype.setNewDisplayName = function(value) {
|
|
16566
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
16567
|
+
};
|
|
16568
|
+
|
|
16569
|
+
|
|
16570
|
+
|
|
16571
|
+
|
|
16572
|
+
|
|
16573
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
16574
|
+
/**
|
|
16575
|
+
* Creates an object representation of this proto.
|
|
16576
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
16577
|
+
* Optional fields that are not set will be set to undefined.
|
|
16578
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
16579
|
+
* For the list of reserved names please see:
|
|
16580
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
16581
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
16582
|
+
* JSPB instance for transitional soy proto support:
|
|
16583
|
+
* http://goto/soy-param-migration
|
|
16584
|
+
* @return {!Object}
|
|
16585
|
+
*/
|
|
16586
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.toObject = function(opt_includeInstance) {
|
|
16587
|
+
return proto.payrollserviceapi.UpdateAbaFileResponse.toObject(opt_includeInstance, this);
|
|
16588
|
+
};
|
|
16589
|
+
|
|
16590
|
+
|
|
16591
|
+
/**
|
|
16592
|
+
* Static version of the {@see toObject} method.
|
|
16593
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
16594
|
+
* the JSPB instance for transitional soy proto support:
|
|
16595
|
+
* http://goto/soy-param-migration
|
|
16596
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileResponse} msg The msg instance to transform.
|
|
16597
|
+
* @return {!Object}
|
|
16598
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16599
|
+
*/
|
|
16600
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.toObject = function(includeInstance, msg) {
|
|
16601
|
+
var f, obj = {
|
|
16602
|
+
responsecode: (f = msg.getResponsecode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
|
|
16603
|
+
abafile: (f = msg.getAbafile()) && proto.payrollserviceapi.ABAFileDetails.toObject(includeInstance, f)
|
|
16604
|
+
};
|
|
16605
|
+
|
|
16606
|
+
if (includeInstance) {
|
|
16607
|
+
obj.$jspbMessageInstance = msg;
|
|
16608
|
+
}
|
|
16609
|
+
return obj;
|
|
16610
|
+
};
|
|
16611
|
+
}
|
|
16612
|
+
|
|
16613
|
+
|
|
16614
|
+
/**
|
|
16615
|
+
* Deserializes binary data (in protobuf wire format).
|
|
16616
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
16617
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileResponse}
|
|
16618
|
+
*/
|
|
16619
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.deserializeBinary = function(bytes) {
|
|
16620
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
16621
|
+
var msg = new proto.payrollserviceapi.UpdateAbaFileResponse;
|
|
16622
|
+
return proto.payrollserviceapi.UpdateAbaFileResponse.deserializeBinaryFromReader(msg, reader);
|
|
16623
|
+
};
|
|
16624
|
+
|
|
16625
|
+
|
|
16626
|
+
/**
|
|
16627
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
16628
|
+
* given reader into the given message object.
|
|
16629
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileResponse} msg The message object to deserialize into.
|
|
16630
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
16631
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileResponse}
|
|
16632
|
+
*/
|
|
16633
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
16634
|
+
while (reader.nextField()) {
|
|
16635
|
+
if (reader.isEndGroup()) {
|
|
16636
|
+
break;
|
|
16637
|
+
}
|
|
16638
|
+
var field = reader.getFieldNumber();
|
|
16639
|
+
switch (field) {
|
|
16640
|
+
case 1:
|
|
16641
|
+
var value = new proto.payrollserviceapi.ResponseCode;
|
|
16642
|
+
reader.readMessage(value,proto.payrollserviceapi.ResponseCode.deserializeBinaryFromReader);
|
|
16643
|
+
msg.setResponsecode(value);
|
|
16644
|
+
break;
|
|
16645
|
+
case 2:
|
|
16646
|
+
var value = new proto.payrollserviceapi.ABAFileDetails;
|
|
16647
|
+
reader.readMessage(value,proto.payrollserviceapi.ABAFileDetails.deserializeBinaryFromReader);
|
|
16648
|
+
msg.setAbafile(value);
|
|
16649
|
+
break;
|
|
16650
|
+
default:
|
|
16651
|
+
reader.skipField();
|
|
16652
|
+
break;
|
|
16653
|
+
}
|
|
16654
|
+
}
|
|
16655
|
+
return msg;
|
|
16656
|
+
};
|
|
16657
|
+
|
|
16658
|
+
|
|
16659
|
+
/**
|
|
16660
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
16661
|
+
* @return {!Uint8Array}
|
|
16662
|
+
*/
|
|
16663
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.serializeBinary = function() {
|
|
16664
|
+
var writer = new jspb.BinaryWriter();
|
|
16665
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.serializeBinaryToWriter(this, writer);
|
|
16666
|
+
return writer.getResultBuffer();
|
|
16667
|
+
};
|
|
16668
|
+
|
|
16669
|
+
|
|
16670
|
+
/**
|
|
16671
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
16672
|
+
* format), writing to the given BinaryWriter.
|
|
16673
|
+
* @param {!proto.payrollserviceapi.UpdateAbaFileResponse} message
|
|
16674
|
+
* @param {!jspb.BinaryWriter} writer
|
|
16675
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16676
|
+
*/
|
|
16677
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.serializeBinaryToWriter = function(message, writer) {
|
|
16678
|
+
var f = undefined;
|
|
16679
|
+
f = message.getResponsecode();
|
|
16680
|
+
if (f != null) {
|
|
16681
|
+
writer.writeMessage(
|
|
16682
|
+
1,
|
|
16683
|
+
f,
|
|
16684
|
+
proto.payrollserviceapi.ResponseCode.serializeBinaryToWriter
|
|
16685
|
+
);
|
|
16686
|
+
}
|
|
16687
|
+
f = message.getAbafile();
|
|
16688
|
+
if (f != null) {
|
|
16689
|
+
writer.writeMessage(
|
|
16690
|
+
2,
|
|
16691
|
+
f,
|
|
16692
|
+
proto.payrollserviceapi.ABAFileDetails.serializeBinaryToWriter
|
|
16693
|
+
);
|
|
16694
|
+
}
|
|
16695
|
+
};
|
|
16696
|
+
|
|
16697
|
+
|
|
16698
|
+
/**
|
|
16699
|
+
* optional ResponseCode responseCode = 1;
|
|
16700
|
+
* @return {?proto.payrollserviceapi.ResponseCode}
|
|
16701
|
+
*/
|
|
16702
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.getResponsecode = function() {
|
|
16703
|
+
return /** @type{?proto.payrollserviceapi.ResponseCode} */ (
|
|
16704
|
+
jspb.Message.getWrapperField(this, proto.payrollserviceapi.ResponseCode, 1));
|
|
16705
|
+
};
|
|
16706
|
+
|
|
16707
|
+
|
|
16708
|
+
/**
|
|
16709
|
+
* @param {?proto.payrollserviceapi.ResponseCode|undefined} value
|
|
16710
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileResponse} returns this
|
|
16711
|
+
*/
|
|
16712
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.setResponsecode = function(value) {
|
|
16713
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
16714
|
+
};
|
|
16715
|
+
|
|
16716
|
+
|
|
16717
|
+
/**
|
|
16718
|
+
* Clears the message field making it undefined.
|
|
16719
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileResponse} returns this
|
|
16720
|
+
*/
|
|
16721
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.clearResponsecode = function() {
|
|
16722
|
+
return this.setResponsecode(undefined);
|
|
16723
|
+
};
|
|
16724
|
+
|
|
16725
|
+
|
|
16726
|
+
/**
|
|
16727
|
+
* Returns whether this field is set.
|
|
16728
|
+
* @return {boolean}
|
|
16729
|
+
*/
|
|
16730
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.hasResponsecode = function() {
|
|
16731
|
+
return jspb.Message.getField(this, 1) != null;
|
|
16732
|
+
};
|
|
16733
|
+
|
|
16734
|
+
|
|
16735
|
+
/**
|
|
16736
|
+
* optional ABAFileDetails abaFile = 2;
|
|
16737
|
+
* @return {?proto.payrollserviceapi.ABAFileDetails}
|
|
16738
|
+
*/
|
|
16739
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.getAbafile = function() {
|
|
16740
|
+
return /** @type{?proto.payrollserviceapi.ABAFileDetails} */ (
|
|
16741
|
+
jspb.Message.getWrapperField(this, proto.payrollserviceapi.ABAFileDetails, 2));
|
|
16742
|
+
};
|
|
16743
|
+
|
|
16744
|
+
|
|
16745
|
+
/**
|
|
16746
|
+
* @param {?proto.payrollserviceapi.ABAFileDetails|undefined} value
|
|
16747
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileResponse} returns this
|
|
16748
|
+
*/
|
|
16749
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.setAbafile = function(value) {
|
|
16750
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
16751
|
+
};
|
|
16752
|
+
|
|
16753
|
+
|
|
16754
|
+
/**
|
|
16755
|
+
* Clears the message field making it undefined.
|
|
16756
|
+
* @return {!proto.payrollserviceapi.UpdateAbaFileResponse} returns this
|
|
16757
|
+
*/
|
|
16758
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.clearAbafile = function() {
|
|
16759
|
+
return this.setAbafile(undefined);
|
|
16760
|
+
};
|
|
16761
|
+
|
|
16762
|
+
|
|
16763
|
+
/**
|
|
16764
|
+
* Returns whether this field is set.
|
|
16765
|
+
* @return {boolean}
|
|
16766
|
+
*/
|
|
16767
|
+
proto.payrollserviceapi.UpdateAbaFileResponse.prototype.hasAbafile = function() {
|
|
16768
|
+
return jspb.Message.getField(this, 2) != null;
|
|
16769
|
+
};
|
|
16770
|
+
|
|
16771
|
+
|
|
16772
|
+
|
|
16773
|
+
|
|
16774
|
+
|
|
16339
16775
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
16340
16776
|
/**
|
|
16341
16777
|
* Creates an object representation of this proto.
|