@sniipwebmaster/payroll-service-client-grpcweb 26.1.938 → 26.1.950
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 +19 -80
- package/dependancies/service_pb.js +181 -196
- package/package.json +1 -1
|
@@ -1669,122 +1669,61 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.validateBankAccoun
|
|
|
1669
1669
|
/**
|
|
1670
1670
|
* @const
|
|
1671
1671
|
* @type {!grpc.web.MethodDescriptor<
|
|
1672
|
-
* !proto.payrollserviceapi.
|
|
1673
|
-
* !proto.payrollserviceapi.
|
|
1672
|
+
* !proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest,
|
|
1673
|
+
* !proto.payrollserviceapi.PdfFileResponse>}
|
|
1674
1674
|
*/
|
|
1675
|
-
const
|
|
1676
|
-
'/payrollserviceapi.PayrollService/
|
|
1675
|
+
const methodDescriptor_PayrollService_DownloadReceiptForAbaRecord = new grpc.web.MethodDescriptor(
|
|
1676
|
+
'/payrollserviceapi.PayrollService/DownloadReceiptForAbaRecord',
|
|
1677
1677
|
grpc.web.MethodType.UNARY,
|
|
1678
|
-
proto.payrollserviceapi.
|
|
1679
|
-
proto.payrollserviceapi.
|
|
1678
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest,
|
|
1679
|
+
proto.payrollserviceapi.PdfFileResponse,
|
|
1680
1680
|
/**
|
|
1681
|
-
* @param {!proto.payrollserviceapi.
|
|
1681
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} request
|
|
1682
1682
|
* @return {!Uint8Array}
|
|
1683
1683
|
*/
|
|
1684
1684
|
function(request) {
|
|
1685
1685
|
return request.serializeBinary();
|
|
1686
1686
|
},
|
|
1687
|
-
proto.payrollserviceapi.
|
|
1687
|
+
proto.payrollserviceapi.PdfFileResponse.deserializeBinary
|
|
1688
1688
|
);
|
|
1689
1689
|
|
|
1690
1690
|
|
|
1691
1691
|
/**
|
|
1692
|
-
* @param {!proto.payrollserviceapi.
|
|
1692
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} request The
|
|
1693
1693
|
* request proto
|
|
1694
1694
|
* @param {?Object<string, string>} metadata User defined
|
|
1695
1695
|
* call metadata
|
|
1696
|
-
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.
|
|
1696
|
+
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.PdfFileResponse)}
|
|
1697
1697
|
* callback The callback function(error, response)
|
|
1698
|
-
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.
|
|
1698
|
+
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.PdfFileResponse>|undefined}
|
|
1699
1699
|
* The XHR Node Readable Stream
|
|
1700
1700
|
*/
|
|
1701
|
-
proto.payrollserviceapi.PayrollServiceClient.prototype.
|
|
1701
|
+
proto.payrollserviceapi.PayrollServiceClient.prototype.downloadReceiptForAbaRecord =
|
|
1702
1702
|
function(request, metadata, callback) {
|
|
1703
1703
|
return this.client_.rpcCall(this.hostname_ +
|
|
1704
|
-
'/payrollserviceapi.PayrollService/
|
|
1704
|
+
'/payrollserviceapi.PayrollService/DownloadReceiptForAbaRecord',
|
|
1705
1705
|
request,
|
|
1706
1706
|
metadata || {},
|
|
1707
|
-
|
|
1707
|
+
methodDescriptor_PayrollService_DownloadReceiptForAbaRecord,
|
|
1708
1708
|
callback);
|
|
1709
1709
|
};
|
|
1710
1710
|
|
|
1711
1711
|
|
|
1712
1712
|
/**
|
|
1713
|
-
* @param {!proto.payrollserviceapi.
|
|
1713
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} request The
|
|
1714
1714
|
* request proto
|
|
1715
1715
|
* @param {?Object<string, string>=} metadata User defined
|
|
1716
1716
|
* call metadata
|
|
1717
|
-
* @return {!Promise<!proto.payrollserviceapi.
|
|
1717
|
+
* @return {!Promise<!proto.payrollserviceapi.PdfFileResponse>}
|
|
1718
1718
|
* Promise that resolves to the response
|
|
1719
1719
|
*/
|
|
1720
|
-
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.
|
|
1720
|
+
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.downloadReceiptForAbaRecord =
|
|
1721
1721
|
function(request, metadata) {
|
|
1722
1722
|
return this.client_.unaryCall(this.hostname_ +
|
|
1723
|
-
'/payrollserviceapi.PayrollService/
|
|
1723
|
+
'/payrollserviceapi.PayrollService/DownloadReceiptForAbaRecord',
|
|
1724
1724
|
request,
|
|
1725
1725
|
metadata || {},
|
|
1726
|
-
|
|
1727
|
-
};
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
/**
|
|
1731
|
-
* @const
|
|
1732
|
-
* @type {!grpc.web.MethodDescriptor<
|
|
1733
|
-
* !proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest,
|
|
1734
|
-
* !proto.payrollserviceapi.CsvFileResponse>}
|
|
1735
|
-
*/
|
|
1736
|
-
const methodDescriptor_PayrollService_DownloadReceiptCsvForAbaRecord = new grpc.web.MethodDescriptor(
|
|
1737
|
-
'/payrollserviceapi.PayrollService/DownloadReceiptCsvForAbaRecord',
|
|
1738
|
-
grpc.web.MethodType.UNARY,
|
|
1739
|
-
proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest,
|
|
1740
|
-
proto.payrollserviceapi.CsvFileResponse,
|
|
1741
|
-
/**
|
|
1742
|
-
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} request
|
|
1743
|
-
* @return {!Uint8Array}
|
|
1744
|
-
*/
|
|
1745
|
-
function(request) {
|
|
1746
|
-
return request.serializeBinary();
|
|
1747
|
-
},
|
|
1748
|
-
proto.payrollserviceapi.CsvFileResponse.deserializeBinary
|
|
1749
|
-
);
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
/**
|
|
1753
|
-
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} request The
|
|
1754
|
-
* request proto
|
|
1755
|
-
* @param {?Object<string, string>} metadata User defined
|
|
1756
|
-
* call metadata
|
|
1757
|
-
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.CsvFileResponse)}
|
|
1758
|
-
* callback The callback function(error, response)
|
|
1759
|
-
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.CsvFileResponse>|undefined}
|
|
1760
|
-
* The XHR Node Readable Stream
|
|
1761
|
-
*/
|
|
1762
|
-
proto.payrollserviceapi.PayrollServiceClient.prototype.downloadReceiptCsvForAbaRecord =
|
|
1763
|
-
function(request, metadata, callback) {
|
|
1764
|
-
return this.client_.rpcCall(this.hostname_ +
|
|
1765
|
-
'/payrollserviceapi.PayrollService/DownloadReceiptCsvForAbaRecord',
|
|
1766
|
-
request,
|
|
1767
|
-
metadata || {},
|
|
1768
|
-
methodDescriptor_PayrollService_DownloadReceiptCsvForAbaRecord,
|
|
1769
|
-
callback);
|
|
1770
|
-
};
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
/**
|
|
1774
|
-
* @param {!proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest} request The
|
|
1775
|
-
* request proto
|
|
1776
|
-
* @param {?Object<string, string>=} metadata User defined
|
|
1777
|
-
* call metadata
|
|
1778
|
-
* @return {!Promise<!proto.payrollserviceapi.CsvFileResponse>}
|
|
1779
|
-
* Promise that resolves to the response
|
|
1780
|
-
*/
|
|
1781
|
-
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.downloadReceiptCsvForAbaRecord =
|
|
1782
|
-
function(request, metadata) {
|
|
1783
|
-
return this.client_.unaryCall(this.hostname_ +
|
|
1784
|
-
'/payrollserviceapi.PayrollService/DownloadReceiptCsvForAbaRecord',
|
|
1785
|
-
request,
|
|
1786
|
-
metadata || {},
|
|
1787
|
-
methodDescriptor_PayrollService_DownloadReceiptCsvForAbaRecord);
|
|
1726
|
+
methodDescriptor_PayrollService_DownloadReceiptForAbaRecord);
|
|
1788
1727
|
};
|
|
1789
1728
|
|
|
1790
1729
|
|
|
@@ -53,8 +53,7 @@ goog.exportSymbol('proto.payrollserviceapi.DownloadAbaErrorLogFileRequest', null
|
|
|
53
53
|
goog.exportSymbol('proto.payrollserviceapi.DownloadAbaErrorLogFileResponse', null, global);
|
|
54
54
|
goog.exportSymbol('proto.payrollserviceapi.DownloadErrorLogFileRequest', null, global);
|
|
55
55
|
goog.exportSymbol('proto.payrollserviceapi.DownloadErrorLogFileResponse', null, global);
|
|
56
|
-
goog.exportSymbol('proto.payrollserviceapi.
|
|
57
|
-
goog.exportSymbol('proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest', null, global);
|
|
56
|
+
goog.exportSymbol('proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest', null, global);
|
|
58
57
|
goog.exportSymbol('proto.payrollserviceapi.DuplicateEmployeeSummary', null, global);
|
|
59
58
|
goog.exportSymbol('proto.payrollserviceapi.EmployeeBankAccountInfo', null, global);
|
|
60
59
|
goog.exportSymbol('proto.payrollserviceapi.EmployeeBankAccountInfoRequest', null, global);
|
|
@@ -101,6 +100,7 @@ goog.exportSymbol('proto.payrollserviceapi.MatchEmployeesResponse', null, global
|
|
|
101
100
|
goog.exportSymbol('proto.payrollserviceapi.MensSalary', null, global);
|
|
102
101
|
goog.exportSymbol('proto.payrollserviceapi.MismatchRecordEmployeeDetailsRequest', null, global);
|
|
103
102
|
goog.exportSymbol('proto.payrollserviceapi.MismatchRecordEmployeeDetailsResponse', null, global);
|
|
103
|
+
goog.exportSymbol('proto.payrollserviceapi.PdfFileResponse', null, global);
|
|
104
104
|
goog.exportSymbol('proto.payrollserviceapi.ResponseCode', null, global);
|
|
105
105
|
goog.exportSymbol('proto.payrollserviceapi.UpdateAbaFileRequest', null, global);
|
|
106
106
|
goog.exportSymbol('proto.payrollserviceapi.UpdateAbaFileResponse', null, global);
|
|
@@ -1257,16 +1257,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1257
1257
|
* @extends {jspb.Message}
|
|
1258
1258
|
* @constructor
|
|
1259
1259
|
*/
|
|
1260
|
-
proto.payrollserviceapi.
|
|
1260
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest = function(opt_data) {
|
|
1261
1261
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1262
1262
|
};
|
|
1263
|
-
goog.inherits(proto.payrollserviceapi.
|
|
1263
|
+
goog.inherits(proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest, jspb.Message);
|
|
1264
1264
|
if (goog.DEBUG && !COMPILED) {
|
|
1265
1265
|
/**
|
|
1266
1266
|
* @public
|
|
1267
1267
|
* @override
|
|
1268
1268
|
*/
|
|
1269
|
-
proto.payrollserviceapi.
|
|
1269
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.displayName = 'proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest';
|
|
1270
1270
|
}
|
|
1271
1271
|
/**
|
|
1272
1272
|
* Generated by JsPbCodeGenerator.
|
|
@@ -1278,16 +1278,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1278
1278
|
* @extends {jspb.Message}
|
|
1279
1279
|
* @constructor
|
|
1280
1280
|
*/
|
|
1281
|
-
proto.payrollserviceapi.
|
|
1281
|
+
proto.payrollserviceapi.CsvFileResponse = function(opt_data) {
|
|
1282
1282
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1283
1283
|
};
|
|
1284
|
-
goog.inherits(proto.payrollserviceapi.
|
|
1284
|
+
goog.inherits(proto.payrollserviceapi.CsvFileResponse, jspb.Message);
|
|
1285
1285
|
if (goog.DEBUG && !COMPILED) {
|
|
1286
1286
|
/**
|
|
1287
1287
|
* @public
|
|
1288
1288
|
* @override
|
|
1289
1289
|
*/
|
|
1290
|
-
proto.payrollserviceapi.
|
|
1290
|
+
proto.payrollserviceapi.CsvFileResponse.displayName = 'proto.payrollserviceapi.CsvFileResponse';
|
|
1291
1291
|
}
|
|
1292
1292
|
/**
|
|
1293
1293
|
* Generated by JsPbCodeGenerator.
|
|
@@ -1299,16 +1299,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1299
1299
|
* @extends {jspb.Message}
|
|
1300
1300
|
* @constructor
|
|
1301
1301
|
*/
|
|
1302
|
-
proto.payrollserviceapi.
|
|
1302
|
+
proto.payrollserviceapi.PdfFileResponse = function(opt_data) {
|
|
1303
1303
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1304
1304
|
};
|
|
1305
|
-
goog.inherits(proto.payrollserviceapi.
|
|
1305
|
+
goog.inherits(proto.payrollserviceapi.PdfFileResponse, jspb.Message);
|
|
1306
1306
|
if (goog.DEBUG && !COMPILED) {
|
|
1307
1307
|
/**
|
|
1308
1308
|
* @public
|
|
1309
1309
|
* @override
|
|
1310
1310
|
*/
|
|
1311
|
-
proto.payrollserviceapi.
|
|
1311
|
+
proto.payrollserviceapi.PdfFileResponse.displayName = 'proto.payrollserviceapi.PdfFileResponse';
|
|
1312
1312
|
}
|
|
1313
1313
|
/**
|
|
1314
1314
|
* Generated by JsPbCodeGenerator.
|
|
@@ -16190,8 +16190,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
16190
16190
|
* http://goto/soy-param-migration
|
|
16191
16191
|
* @return {!Object}
|
|
16192
16192
|
*/
|
|
16193
|
-
proto.payrollserviceapi.
|
|
16194
|
-
return proto.payrollserviceapi.
|
|
16193
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.prototype.toObject = function(opt_includeInstance) {
|
|
16194
|
+
return proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.toObject(opt_includeInstance, this);
|
|
16195
16195
|
};
|
|
16196
16196
|
|
|
16197
16197
|
|
|
@@ -16200,17 +16200,15 @@ proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.prototype.to
|
|
|
16200
16200
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
16201
16201
|
* the JSPB instance for transitional soy proto support:
|
|
16202
16202
|
* http://goto/soy-param-migration
|
|
16203
|
-
* @param {!proto.payrollserviceapi.
|
|
16203
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} msg The msg instance to transform.
|
|
16204
16204
|
* @return {!Object}
|
|
16205
16205
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16206
16206
|
*/
|
|
16207
|
-
proto.payrollserviceapi.
|
|
16207
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.toObject = function(includeInstance, msg) {
|
|
16208
16208
|
var f, obj = {
|
|
16209
|
-
|
|
16210
|
-
|
|
16211
|
-
|
|
16212
|
-
enddate: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
16213
|
-
timezone: jspb.Message.getFieldWithDefault(msg, 5, "")
|
|
16209
|
+
abarecordid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
16210
|
+
clientuserid: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
16211
|
+
timezone: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
16214
16212
|
};
|
|
16215
16213
|
|
|
16216
16214
|
if (includeInstance) {
|
|
@@ -16224,23 +16222,23 @@ proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.toObject = f
|
|
|
16224
16222
|
/**
|
|
16225
16223
|
* Deserializes binary data (in protobuf wire format).
|
|
16226
16224
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
16227
|
-
* @return {!proto.payrollserviceapi.
|
|
16225
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest}
|
|
16228
16226
|
*/
|
|
16229
|
-
proto.payrollserviceapi.
|
|
16227
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.deserializeBinary = function(bytes) {
|
|
16230
16228
|
var reader = new jspb.BinaryReader(bytes);
|
|
16231
|
-
var msg = new proto.payrollserviceapi.
|
|
16232
|
-
return proto.payrollserviceapi.
|
|
16229
|
+
var msg = new proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest;
|
|
16230
|
+
return proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.deserializeBinaryFromReader(msg, reader);
|
|
16233
16231
|
};
|
|
16234
16232
|
|
|
16235
16233
|
|
|
16236
16234
|
/**
|
|
16237
16235
|
* Deserializes binary data (in protobuf wire format) from the
|
|
16238
16236
|
* given reader into the given message object.
|
|
16239
|
-
* @param {!proto.payrollserviceapi.
|
|
16237
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} msg The message object to deserialize into.
|
|
16240
16238
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
16241
|
-
* @return {!proto.payrollserviceapi.
|
|
16239
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest}
|
|
16242
16240
|
*/
|
|
16243
|
-
proto.payrollserviceapi.
|
|
16241
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
16244
16242
|
while (reader.nextField()) {
|
|
16245
16243
|
if (reader.isEndGroup()) {
|
|
16246
16244
|
break;
|
|
@@ -16249,21 +16247,13 @@ proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.deserializeB
|
|
|
16249
16247
|
switch (field) {
|
|
16250
16248
|
case 1:
|
|
16251
16249
|
var value = /** @type {number} */ (reader.readInt64());
|
|
16252
|
-
msg.
|
|
16250
|
+
msg.setAbarecordid(value);
|
|
16253
16251
|
break;
|
|
16254
16252
|
case 2:
|
|
16255
16253
|
var value = /** @type {number} */ (reader.readInt64());
|
|
16256
|
-
msg.
|
|
16254
|
+
msg.setClientuserid(value);
|
|
16257
16255
|
break;
|
|
16258
16256
|
case 3:
|
|
16259
|
-
var value = /** @type {string} */ (reader.readString());
|
|
16260
|
-
msg.setStartdate(value);
|
|
16261
|
-
break;
|
|
16262
|
-
case 4:
|
|
16263
|
-
var value = /** @type {string} */ (reader.readString());
|
|
16264
|
-
msg.setEnddate(value);
|
|
16265
|
-
break;
|
|
16266
|
-
case 5:
|
|
16267
16257
|
var value = /** @type {string} */ (reader.readString());
|
|
16268
16258
|
msg.setTimezone(value);
|
|
16269
16259
|
break;
|
|
@@ -16280,9 +16270,9 @@ proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.deserializeB
|
|
|
16280
16270
|
* Serializes the message to binary data (in protobuf wire format).
|
|
16281
16271
|
* @return {!Uint8Array}
|
|
16282
16272
|
*/
|
|
16283
|
-
proto.payrollserviceapi.
|
|
16273
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.prototype.serializeBinary = function() {
|
|
16284
16274
|
var writer = new jspb.BinaryWriter();
|
|
16285
|
-
proto.payrollserviceapi.
|
|
16275
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.serializeBinaryToWriter(this, writer);
|
|
16286
16276
|
return writer.getResultBuffer();
|
|
16287
16277
|
};
|
|
16288
16278
|
|
|
@@ -16290,44 +16280,30 @@ proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.prototype.se
|
|
|
16290
16280
|
/**
|
|
16291
16281
|
* Serializes the given message to binary data (in protobuf wire
|
|
16292
16282
|
* format), writing to the given BinaryWriter.
|
|
16293
|
-
* @param {!proto.payrollserviceapi.
|
|
16283
|
+
* @param {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} message
|
|
16294
16284
|
* @param {!jspb.BinaryWriter} writer
|
|
16295
16285
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16296
16286
|
*/
|
|
16297
|
-
proto.payrollserviceapi.
|
|
16287
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.serializeBinaryToWriter = function(message, writer) {
|
|
16298
16288
|
var f = undefined;
|
|
16299
|
-
f = message.
|
|
16289
|
+
f = message.getAbarecordid();
|
|
16300
16290
|
if (f !== 0) {
|
|
16301
16291
|
writer.writeInt64(
|
|
16302
16292
|
1,
|
|
16303
16293
|
f
|
|
16304
16294
|
);
|
|
16305
16295
|
}
|
|
16306
|
-
f = message.
|
|
16296
|
+
f = message.getClientuserid();
|
|
16307
16297
|
if (f !== 0) {
|
|
16308
16298
|
writer.writeInt64(
|
|
16309
16299
|
2,
|
|
16310
16300
|
f
|
|
16311
16301
|
);
|
|
16312
16302
|
}
|
|
16313
|
-
f = message.getStartdate();
|
|
16314
|
-
if (f.length > 0) {
|
|
16315
|
-
writer.writeString(
|
|
16316
|
-
3,
|
|
16317
|
-
f
|
|
16318
|
-
);
|
|
16319
|
-
}
|
|
16320
|
-
f = message.getEnddate();
|
|
16321
|
-
if (f.length > 0) {
|
|
16322
|
-
writer.writeString(
|
|
16323
|
-
4,
|
|
16324
|
-
f
|
|
16325
|
-
);
|
|
16326
|
-
}
|
|
16327
16303
|
f = message.getTimezone();
|
|
16328
16304
|
if (f.length > 0) {
|
|
16329
16305
|
writer.writeString(
|
|
16330
|
-
|
|
16306
|
+
3,
|
|
16331
16307
|
f
|
|
16332
16308
|
);
|
|
16333
16309
|
}
|
|
@@ -16335,95 +16311,59 @@ proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.serializeBin
|
|
|
16335
16311
|
|
|
16336
16312
|
|
|
16337
16313
|
/**
|
|
16338
|
-
* optional int64
|
|
16314
|
+
* optional int64 abaRecordId = 1;
|
|
16339
16315
|
* @return {number}
|
|
16340
16316
|
*/
|
|
16341
|
-
proto.payrollserviceapi.
|
|
16317
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.prototype.getAbarecordid = function() {
|
|
16342
16318
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
16343
16319
|
};
|
|
16344
16320
|
|
|
16345
16321
|
|
|
16346
16322
|
/**
|
|
16347
16323
|
* @param {number} value
|
|
16348
|
-
* @return {!proto.payrollserviceapi.
|
|
16324
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} returns this
|
|
16349
16325
|
*/
|
|
16350
|
-
proto.payrollserviceapi.
|
|
16326
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.prototype.setAbarecordid = function(value) {
|
|
16351
16327
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
16352
16328
|
};
|
|
16353
16329
|
|
|
16354
16330
|
|
|
16355
16331
|
/**
|
|
16356
|
-
* optional int64
|
|
16332
|
+
* optional int64 clientUserId = 2;
|
|
16357
16333
|
* @return {number}
|
|
16358
16334
|
*/
|
|
16359
|
-
proto.payrollserviceapi.
|
|
16335
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.prototype.getClientuserid = function() {
|
|
16360
16336
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
16361
16337
|
};
|
|
16362
16338
|
|
|
16363
16339
|
|
|
16364
16340
|
/**
|
|
16365
16341
|
* @param {number} value
|
|
16366
|
-
* @return {!proto.payrollserviceapi.
|
|
16342
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} returns this
|
|
16367
16343
|
*/
|
|
16368
|
-
proto.payrollserviceapi.
|
|
16344
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.prototype.setClientuserid = function(value) {
|
|
16369
16345
|
return jspb.Message.setProto3IntField(this, 2, value);
|
|
16370
16346
|
};
|
|
16371
16347
|
|
|
16372
16348
|
|
|
16373
16349
|
/**
|
|
16374
|
-
* optional string
|
|
16350
|
+
* optional string timezone = 3;
|
|
16375
16351
|
* @return {string}
|
|
16376
16352
|
*/
|
|
16377
|
-
proto.payrollserviceapi.
|
|
16353
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.prototype.getTimezone = function() {
|
|
16378
16354
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
16379
16355
|
};
|
|
16380
16356
|
|
|
16381
16357
|
|
|
16382
16358
|
/**
|
|
16383
16359
|
* @param {string} value
|
|
16384
|
-
* @return {!proto.payrollserviceapi.
|
|
16360
|
+
* @return {!proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest} returns this
|
|
16385
16361
|
*/
|
|
16386
|
-
proto.payrollserviceapi.
|
|
16362
|
+
proto.payrollserviceapi.DownloadReceiptForAbaRecordRequest.prototype.setTimezone = function(value) {
|
|
16387
16363
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
16388
16364
|
};
|
|
16389
16365
|
|
|
16390
16366
|
|
|
16391
|
-
/**
|
|
16392
|
-
* optional string endDate = 4;
|
|
16393
|
-
* @return {string}
|
|
16394
|
-
*/
|
|
16395
|
-
proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.prototype.getEnddate = function() {
|
|
16396
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
16397
|
-
};
|
|
16398
|
-
|
|
16399
|
-
|
|
16400
|
-
/**
|
|
16401
|
-
* @param {string} value
|
|
16402
|
-
* @return {!proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest} returns this
|
|
16403
|
-
*/
|
|
16404
|
-
proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.prototype.setEnddate = function(value) {
|
|
16405
|
-
return jspb.Message.setProto3StringField(this, 4, value);
|
|
16406
|
-
};
|
|
16407
|
-
|
|
16408
|
-
|
|
16409
|
-
/**
|
|
16410
|
-
* optional string timezone = 5;
|
|
16411
|
-
* @return {string}
|
|
16412
|
-
*/
|
|
16413
|
-
proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.prototype.getTimezone = function() {
|
|
16414
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
16415
|
-
};
|
|
16416
|
-
|
|
16417
|
-
|
|
16418
|
-
/**
|
|
16419
|
-
* @param {string} value
|
|
16420
|
-
* @return {!proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest} returns this
|
|
16421
|
-
*/
|
|
16422
|
-
proto.payrollserviceapi.DownloadReceiptsCsvForClientInPeriodRequest.prototype.setTimezone = function(value) {
|
|
16423
|
-
return jspb.Message.setProto3StringField(this, 5, value);
|
|
16424
|
-
};
|
|
16425
|
-
|
|
16426
|
-
|
|
16427
16367
|
|
|
16428
16368
|
|
|
16429
16369
|
|
|
@@ -16440,8 +16380,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
16440
16380
|
* http://goto/soy-param-migration
|
|
16441
16381
|
* @return {!Object}
|
|
16442
16382
|
*/
|
|
16443
|
-
proto.payrollserviceapi.
|
|
16444
|
-
return proto.payrollserviceapi.
|
|
16383
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.toObject = function(opt_includeInstance) {
|
|
16384
|
+
return proto.payrollserviceapi.CsvFileResponse.toObject(opt_includeInstance, this);
|
|
16445
16385
|
};
|
|
16446
16386
|
|
|
16447
16387
|
|
|
@@ -16450,15 +16390,15 @@ proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.toObject
|
|
|
16450
16390
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
16451
16391
|
* the JSPB instance for transitional soy proto support:
|
|
16452
16392
|
* http://goto/soy-param-migration
|
|
16453
|
-
* @param {!proto.payrollserviceapi.
|
|
16393
|
+
* @param {!proto.payrollserviceapi.CsvFileResponse} msg The msg instance to transform.
|
|
16454
16394
|
* @return {!Object}
|
|
16455
16395
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16456
16396
|
*/
|
|
16457
|
-
proto.payrollserviceapi.
|
|
16397
|
+
proto.payrollserviceapi.CsvFileResponse.toObject = function(includeInstance, msg) {
|
|
16458
16398
|
var f, obj = {
|
|
16459
|
-
|
|
16460
|
-
|
|
16461
|
-
|
|
16399
|
+
responsecode: (f = msg.getResponsecode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
|
|
16400
|
+
csvFileContent: msg.getCsvFileContent_asB64(),
|
|
16401
|
+
fileName: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
16462
16402
|
};
|
|
16463
16403
|
|
|
16464
16404
|
if (includeInstance) {
|
|
@@ -16472,23 +16412,23 @@ proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.toObject = functio
|
|
|
16472
16412
|
/**
|
|
16473
16413
|
* Deserializes binary data (in protobuf wire format).
|
|
16474
16414
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
16475
|
-
* @return {!proto.payrollserviceapi.
|
|
16415
|
+
* @return {!proto.payrollserviceapi.CsvFileResponse}
|
|
16476
16416
|
*/
|
|
16477
|
-
proto.payrollserviceapi.
|
|
16417
|
+
proto.payrollserviceapi.CsvFileResponse.deserializeBinary = function(bytes) {
|
|
16478
16418
|
var reader = new jspb.BinaryReader(bytes);
|
|
16479
|
-
var msg = new proto.payrollserviceapi.
|
|
16480
|
-
return proto.payrollserviceapi.
|
|
16419
|
+
var msg = new proto.payrollserviceapi.CsvFileResponse;
|
|
16420
|
+
return proto.payrollserviceapi.CsvFileResponse.deserializeBinaryFromReader(msg, reader);
|
|
16481
16421
|
};
|
|
16482
16422
|
|
|
16483
16423
|
|
|
16484
16424
|
/**
|
|
16485
16425
|
* Deserializes binary data (in protobuf wire format) from the
|
|
16486
16426
|
* given reader into the given message object.
|
|
16487
|
-
* @param {!proto.payrollserviceapi.
|
|
16427
|
+
* @param {!proto.payrollserviceapi.CsvFileResponse} msg The message object to deserialize into.
|
|
16488
16428
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
16489
|
-
* @return {!proto.payrollserviceapi.
|
|
16429
|
+
* @return {!proto.payrollserviceapi.CsvFileResponse}
|
|
16490
16430
|
*/
|
|
16491
|
-
proto.payrollserviceapi.
|
|
16431
|
+
proto.payrollserviceapi.CsvFileResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
16492
16432
|
while (reader.nextField()) {
|
|
16493
16433
|
if (reader.isEndGroup()) {
|
|
16494
16434
|
break;
|
|
@@ -16496,16 +16436,17 @@ proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.deserializeBinaryF
|
|
|
16496
16436
|
var field = reader.getFieldNumber();
|
|
16497
16437
|
switch (field) {
|
|
16498
16438
|
case 1:
|
|
16499
|
-
var value =
|
|
16500
|
-
|
|
16439
|
+
var value = new proto.payrollserviceapi.ResponseCode;
|
|
16440
|
+
reader.readMessage(value,proto.payrollserviceapi.ResponseCode.deserializeBinaryFromReader);
|
|
16441
|
+
msg.setResponsecode(value);
|
|
16501
16442
|
break;
|
|
16502
16443
|
case 2:
|
|
16503
|
-
var value = /** @type {
|
|
16504
|
-
msg.
|
|
16444
|
+
var value = /** @type {!Uint8Array} */ (reader.readBytes());
|
|
16445
|
+
msg.setCsvFileContent(value);
|
|
16505
16446
|
break;
|
|
16506
16447
|
case 3:
|
|
16507
16448
|
var value = /** @type {string} */ (reader.readString());
|
|
16508
|
-
msg.
|
|
16449
|
+
msg.setFileName(value);
|
|
16509
16450
|
break;
|
|
16510
16451
|
default:
|
|
16511
16452
|
reader.skipField();
|
|
@@ -16520,9 +16461,9 @@ proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.deserializeBinaryF
|
|
|
16520
16461
|
* Serializes the message to binary data (in protobuf wire format).
|
|
16521
16462
|
* @return {!Uint8Array}
|
|
16522
16463
|
*/
|
|
16523
|
-
proto.payrollserviceapi.
|
|
16464
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.serializeBinary = function() {
|
|
16524
16465
|
var writer = new jspb.BinaryWriter();
|
|
16525
|
-
proto.payrollserviceapi.
|
|
16466
|
+
proto.payrollserviceapi.CsvFileResponse.serializeBinaryToWriter(this, writer);
|
|
16526
16467
|
return writer.getResultBuffer();
|
|
16527
16468
|
};
|
|
16528
16469
|
|
|
@@ -16530,27 +16471,28 @@ proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.prototype.serializ
|
|
|
16530
16471
|
/**
|
|
16531
16472
|
* Serializes the given message to binary data (in protobuf wire
|
|
16532
16473
|
* format), writing to the given BinaryWriter.
|
|
16533
|
-
* @param {!proto.payrollserviceapi.
|
|
16474
|
+
* @param {!proto.payrollserviceapi.CsvFileResponse} message
|
|
16534
16475
|
* @param {!jspb.BinaryWriter} writer
|
|
16535
16476
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16536
16477
|
*/
|
|
16537
|
-
proto.payrollserviceapi.
|
|
16478
|
+
proto.payrollserviceapi.CsvFileResponse.serializeBinaryToWriter = function(message, writer) {
|
|
16538
16479
|
var f = undefined;
|
|
16539
|
-
f = message.
|
|
16540
|
-
if (f
|
|
16541
|
-
writer.
|
|
16480
|
+
f = message.getResponsecode();
|
|
16481
|
+
if (f != null) {
|
|
16482
|
+
writer.writeMessage(
|
|
16542
16483
|
1,
|
|
16543
|
-
f
|
|
16484
|
+
f,
|
|
16485
|
+
proto.payrollserviceapi.ResponseCode.serializeBinaryToWriter
|
|
16544
16486
|
);
|
|
16545
16487
|
}
|
|
16546
|
-
f = message.
|
|
16547
|
-
if (f
|
|
16548
|
-
writer.
|
|
16488
|
+
f = message.getCsvFileContent_asU8();
|
|
16489
|
+
if (f.length > 0) {
|
|
16490
|
+
writer.writeBytes(
|
|
16549
16491
|
2,
|
|
16550
16492
|
f
|
|
16551
16493
|
);
|
|
16552
16494
|
}
|
|
16553
|
-
f = message.
|
|
16495
|
+
f = message.getFileName();
|
|
16554
16496
|
if (f.length > 0) {
|
|
16555
16497
|
writer.writeString(
|
|
16556
16498
|
3,
|
|
@@ -16561,55 +16503,98 @@ proto.payrollserviceapi.DownloadReceiptCsvForAbaRecordRequest.serializeBinaryToW
|
|
|
16561
16503
|
|
|
16562
16504
|
|
|
16563
16505
|
/**
|
|
16564
|
-
* optional
|
|
16565
|
-
* @return {
|
|
16506
|
+
* optional ResponseCode responseCode = 1;
|
|
16507
|
+
* @return {?proto.payrollserviceapi.ResponseCode}
|
|
16566
16508
|
*/
|
|
16567
|
-
proto.payrollserviceapi.
|
|
16568
|
-
return /** @type
|
|
16509
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.getResponsecode = function() {
|
|
16510
|
+
return /** @type{?proto.payrollserviceapi.ResponseCode} */ (
|
|
16511
|
+
jspb.Message.getWrapperField(this, proto.payrollserviceapi.ResponseCode, 1));
|
|
16569
16512
|
};
|
|
16570
16513
|
|
|
16571
16514
|
|
|
16572
16515
|
/**
|
|
16573
|
-
* @param {
|
|
16574
|
-
* @return {!proto.payrollserviceapi.
|
|
16516
|
+
* @param {?proto.payrollserviceapi.ResponseCode|undefined} value
|
|
16517
|
+
* @return {!proto.payrollserviceapi.CsvFileResponse} returns this
|
|
16518
|
+
*/
|
|
16519
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.setResponsecode = function(value) {
|
|
16520
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
16521
|
+
};
|
|
16522
|
+
|
|
16523
|
+
|
|
16524
|
+
/**
|
|
16525
|
+
* Clears the message field making it undefined.
|
|
16526
|
+
* @return {!proto.payrollserviceapi.CsvFileResponse} returns this
|
|
16575
16527
|
*/
|
|
16576
|
-
proto.payrollserviceapi.
|
|
16577
|
-
return
|
|
16528
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.clearResponsecode = function() {
|
|
16529
|
+
return this.setResponsecode(undefined);
|
|
16578
16530
|
};
|
|
16579
16531
|
|
|
16580
16532
|
|
|
16581
16533
|
/**
|
|
16582
|
-
*
|
|
16583
|
-
* @return {
|
|
16534
|
+
* Returns whether this field is set.
|
|
16535
|
+
* @return {boolean}
|
|
16584
16536
|
*/
|
|
16585
|
-
proto.payrollserviceapi.
|
|
16586
|
-
return
|
|
16537
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.hasResponsecode = function() {
|
|
16538
|
+
return jspb.Message.getField(this, 1) != null;
|
|
16587
16539
|
};
|
|
16588
16540
|
|
|
16589
16541
|
|
|
16590
16542
|
/**
|
|
16591
|
-
*
|
|
16592
|
-
* @return {!
|
|
16543
|
+
* optional bytes csv_file_content = 2;
|
|
16544
|
+
* @return {!(string|Uint8Array)}
|
|
16593
16545
|
*/
|
|
16594
|
-
proto.payrollserviceapi.
|
|
16595
|
-
return jspb.Message.
|
|
16546
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.getCsvFileContent = function() {
|
|
16547
|
+
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
16596
16548
|
};
|
|
16597
16549
|
|
|
16598
16550
|
|
|
16599
16551
|
/**
|
|
16600
|
-
* optional
|
|
16552
|
+
* optional bytes csv_file_content = 2;
|
|
16553
|
+
* This is a type-conversion wrapper around `getCsvFileContent()`
|
|
16554
|
+
* @return {string}
|
|
16555
|
+
*/
|
|
16556
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.getCsvFileContent_asB64 = function() {
|
|
16557
|
+
return /** @type {string} */ (jspb.Message.bytesAsB64(
|
|
16558
|
+
this.getCsvFileContent()));
|
|
16559
|
+
};
|
|
16560
|
+
|
|
16561
|
+
|
|
16562
|
+
/**
|
|
16563
|
+
* optional bytes csv_file_content = 2;
|
|
16564
|
+
* Note that Uint8Array is not supported on all browsers.
|
|
16565
|
+
* @see http://caniuse.com/Uint8Array
|
|
16566
|
+
* This is a type-conversion wrapper around `getCsvFileContent()`
|
|
16567
|
+
* @return {!Uint8Array}
|
|
16568
|
+
*/
|
|
16569
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.getCsvFileContent_asU8 = function() {
|
|
16570
|
+
return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
|
|
16571
|
+
this.getCsvFileContent()));
|
|
16572
|
+
};
|
|
16573
|
+
|
|
16574
|
+
|
|
16575
|
+
/**
|
|
16576
|
+
* @param {!(string|Uint8Array)} value
|
|
16577
|
+
* @return {!proto.payrollserviceapi.CsvFileResponse} returns this
|
|
16578
|
+
*/
|
|
16579
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.setCsvFileContent = function(value) {
|
|
16580
|
+
return jspb.Message.setProto3BytesField(this, 2, value);
|
|
16581
|
+
};
|
|
16582
|
+
|
|
16583
|
+
|
|
16584
|
+
/**
|
|
16585
|
+
* optional string file_name = 3;
|
|
16601
16586
|
* @return {string}
|
|
16602
16587
|
*/
|
|
16603
|
-
proto.payrollserviceapi.
|
|
16588
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.getFileName = function() {
|
|
16604
16589
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
16605
16590
|
};
|
|
16606
16591
|
|
|
16607
16592
|
|
|
16608
16593
|
/**
|
|
16609
16594
|
* @param {string} value
|
|
16610
|
-
* @return {!proto.payrollserviceapi.
|
|
16595
|
+
* @return {!proto.payrollserviceapi.CsvFileResponse} returns this
|
|
16611
16596
|
*/
|
|
16612
|
-
proto.payrollserviceapi.
|
|
16597
|
+
proto.payrollserviceapi.CsvFileResponse.prototype.setFileName = function(value) {
|
|
16613
16598
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
16614
16599
|
};
|
|
16615
16600
|
|
|
@@ -16630,8 +16615,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
16630
16615
|
* http://goto/soy-param-migration
|
|
16631
16616
|
* @return {!Object}
|
|
16632
16617
|
*/
|
|
16633
|
-
proto.payrollserviceapi.
|
|
16634
|
-
return proto.payrollserviceapi.
|
|
16618
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.toObject = function(opt_includeInstance) {
|
|
16619
|
+
return proto.payrollserviceapi.PdfFileResponse.toObject(opt_includeInstance, this);
|
|
16635
16620
|
};
|
|
16636
16621
|
|
|
16637
16622
|
|
|
@@ -16640,14 +16625,14 @@ proto.payrollserviceapi.CsvFileResponse.prototype.toObject = function(opt_includ
|
|
|
16640
16625
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
16641
16626
|
* the JSPB instance for transitional soy proto support:
|
|
16642
16627
|
* http://goto/soy-param-migration
|
|
16643
|
-
* @param {!proto.payrollserviceapi.
|
|
16628
|
+
* @param {!proto.payrollserviceapi.PdfFileResponse} msg The msg instance to transform.
|
|
16644
16629
|
* @return {!Object}
|
|
16645
16630
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16646
16631
|
*/
|
|
16647
|
-
proto.payrollserviceapi.
|
|
16632
|
+
proto.payrollserviceapi.PdfFileResponse.toObject = function(includeInstance, msg) {
|
|
16648
16633
|
var f, obj = {
|
|
16649
16634
|
responsecode: (f = msg.getResponsecode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
|
|
16650
|
-
|
|
16635
|
+
pdfFileContent: msg.getPdfFileContent_asB64(),
|
|
16651
16636
|
fileName: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
16652
16637
|
};
|
|
16653
16638
|
|
|
@@ -16662,23 +16647,23 @@ proto.payrollserviceapi.CsvFileResponse.toObject = function(includeInstance, msg
|
|
|
16662
16647
|
/**
|
|
16663
16648
|
* Deserializes binary data (in protobuf wire format).
|
|
16664
16649
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
16665
|
-
* @return {!proto.payrollserviceapi.
|
|
16650
|
+
* @return {!proto.payrollserviceapi.PdfFileResponse}
|
|
16666
16651
|
*/
|
|
16667
|
-
proto.payrollserviceapi.
|
|
16652
|
+
proto.payrollserviceapi.PdfFileResponse.deserializeBinary = function(bytes) {
|
|
16668
16653
|
var reader = new jspb.BinaryReader(bytes);
|
|
16669
|
-
var msg = new proto.payrollserviceapi.
|
|
16670
|
-
return proto.payrollserviceapi.
|
|
16654
|
+
var msg = new proto.payrollserviceapi.PdfFileResponse;
|
|
16655
|
+
return proto.payrollserviceapi.PdfFileResponse.deserializeBinaryFromReader(msg, reader);
|
|
16671
16656
|
};
|
|
16672
16657
|
|
|
16673
16658
|
|
|
16674
16659
|
/**
|
|
16675
16660
|
* Deserializes binary data (in protobuf wire format) from the
|
|
16676
16661
|
* given reader into the given message object.
|
|
16677
|
-
* @param {!proto.payrollserviceapi.
|
|
16662
|
+
* @param {!proto.payrollserviceapi.PdfFileResponse} msg The message object to deserialize into.
|
|
16678
16663
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
16679
|
-
* @return {!proto.payrollserviceapi.
|
|
16664
|
+
* @return {!proto.payrollserviceapi.PdfFileResponse}
|
|
16680
16665
|
*/
|
|
16681
|
-
proto.payrollserviceapi.
|
|
16666
|
+
proto.payrollserviceapi.PdfFileResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
16682
16667
|
while (reader.nextField()) {
|
|
16683
16668
|
if (reader.isEndGroup()) {
|
|
16684
16669
|
break;
|
|
@@ -16692,7 +16677,7 @@ proto.payrollserviceapi.CsvFileResponse.deserializeBinaryFromReader = function(m
|
|
|
16692
16677
|
break;
|
|
16693
16678
|
case 2:
|
|
16694
16679
|
var value = /** @type {!Uint8Array} */ (reader.readBytes());
|
|
16695
|
-
msg.
|
|
16680
|
+
msg.setPdfFileContent(value);
|
|
16696
16681
|
break;
|
|
16697
16682
|
case 3:
|
|
16698
16683
|
var value = /** @type {string} */ (reader.readString());
|
|
@@ -16711,9 +16696,9 @@ proto.payrollserviceapi.CsvFileResponse.deserializeBinaryFromReader = function(m
|
|
|
16711
16696
|
* Serializes the message to binary data (in protobuf wire format).
|
|
16712
16697
|
* @return {!Uint8Array}
|
|
16713
16698
|
*/
|
|
16714
|
-
proto.payrollserviceapi.
|
|
16699
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.serializeBinary = function() {
|
|
16715
16700
|
var writer = new jspb.BinaryWriter();
|
|
16716
|
-
proto.payrollserviceapi.
|
|
16701
|
+
proto.payrollserviceapi.PdfFileResponse.serializeBinaryToWriter(this, writer);
|
|
16717
16702
|
return writer.getResultBuffer();
|
|
16718
16703
|
};
|
|
16719
16704
|
|
|
@@ -16721,11 +16706,11 @@ proto.payrollserviceapi.CsvFileResponse.prototype.serializeBinary = function() {
|
|
|
16721
16706
|
/**
|
|
16722
16707
|
* Serializes the given message to binary data (in protobuf wire
|
|
16723
16708
|
* format), writing to the given BinaryWriter.
|
|
16724
|
-
* @param {!proto.payrollserviceapi.
|
|
16709
|
+
* @param {!proto.payrollserviceapi.PdfFileResponse} message
|
|
16725
16710
|
* @param {!jspb.BinaryWriter} writer
|
|
16726
16711
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
16727
16712
|
*/
|
|
16728
|
-
proto.payrollserviceapi.
|
|
16713
|
+
proto.payrollserviceapi.PdfFileResponse.serializeBinaryToWriter = function(message, writer) {
|
|
16729
16714
|
var f = undefined;
|
|
16730
16715
|
f = message.getResponsecode();
|
|
16731
16716
|
if (f != null) {
|
|
@@ -16735,7 +16720,7 @@ proto.payrollserviceapi.CsvFileResponse.serializeBinaryToWriter = function(messa
|
|
|
16735
16720
|
proto.payrollserviceapi.ResponseCode.serializeBinaryToWriter
|
|
16736
16721
|
);
|
|
16737
16722
|
}
|
|
16738
|
-
f = message.
|
|
16723
|
+
f = message.getPdfFileContent_asU8();
|
|
16739
16724
|
if (f.length > 0) {
|
|
16740
16725
|
writer.writeBytes(
|
|
16741
16726
|
2,
|
|
@@ -16756,7 +16741,7 @@ proto.payrollserviceapi.CsvFileResponse.serializeBinaryToWriter = function(messa
|
|
|
16756
16741
|
* optional ResponseCode responseCode = 1;
|
|
16757
16742
|
* @return {?proto.payrollserviceapi.ResponseCode}
|
|
16758
16743
|
*/
|
|
16759
|
-
proto.payrollserviceapi.
|
|
16744
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.getResponsecode = function() {
|
|
16760
16745
|
return /** @type{?proto.payrollserviceapi.ResponseCode} */ (
|
|
16761
16746
|
jspb.Message.getWrapperField(this, proto.payrollserviceapi.ResponseCode, 1));
|
|
16762
16747
|
};
|
|
@@ -16764,18 +16749,18 @@ proto.payrollserviceapi.CsvFileResponse.prototype.getResponsecode = function() {
|
|
|
16764
16749
|
|
|
16765
16750
|
/**
|
|
16766
16751
|
* @param {?proto.payrollserviceapi.ResponseCode|undefined} value
|
|
16767
|
-
* @return {!proto.payrollserviceapi.
|
|
16752
|
+
* @return {!proto.payrollserviceapi.PdfFileResponse} returns this
|
|
16768
16753
|
*/
|
|
16769
|
-
proto.payrollserviceapi.
|
|
16754
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.setResponsecode = function(value) {
|
|
16770
16755
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
16771
16756
|
};
|
|
16772
16757
|
|
|
16773
16758
|
|
|
16774
16759
|
/**
|
|
16775
16760
|
* Clears the message field making it undefined.
|
|
16776
|
-
* @return {!proto.payrollserviceapi.
|
|
16761
|
+
* @return {!proto.payrollserviceapi.PdfFileResponse} returns this
|
|
16777
16762
|
*/
|
|
16778
|
-
proto.payrollserviceapi.
|
|
16763
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.clearResponsecode = function() {
|
|
16779
16764
|
return this.setResponsecode(undefined);
|
|
16780
16765
|
};
|
|
16781
16766
|
|
|
@@ -16784,49 +16769,49 @@ proto.payrollserviceapi.CsvFileResponse.prototype.clearResponsecode = function()
|
|
|
16784
16769
|
* Returns whether this field is set.
|
|
16785
16770
|
* @return {boolean}
|
|
16786
16771
|
*/
|
|
16787
|
-
proto.payrollserviceapi.
|
|
16772
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.hasResponsecode = function() {
|
|
16788
16773
|
return jspb.Message.getField(this, 1) != null;
|
|
16789
16774
|
};
|
|
16790
16775
|
|
|
16791
16776
|
|
|
16792
16777
|
/**
|
|
16793
|
-
* optional bytes
|
|
16778
|
+
* optional bytes pdf_file_content = 2;
|
|
16794
16779
|
* @return {!(string|Uint8Array)}
|
|
16795
16780
|
*/
|
|
16796
|
-
proto.payrollserviceapi.
|
|
16781
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.getPdfFileContent = function() {
|
|
16797
16782
|
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
16798
16783
|
};
|
|
16799
16784
|
|
|
16800
16785
|
|
|
16801
16786
|
/**
|
|
16802
|
-
* optional bytes
|
|
16803
|
-
* This is a type-conversion wrapper around `
|
|
16787
|
+
* optional bytes pdf_file_content = 2;
|
|
16788
|
+
* This is a type-conversion wrapper around `getPdfFileContent()`
|
|
16804
16789
|
* @return {string}
|
|
16805
16790
|
*/
|
|
16806
|
-
proto.payrollserviceapi.
|
|
16791
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.getPdfFileContent_asB64 = function() {
|
|
16807
16792
|
return /** @type {string} */ (jspb.Message.bytesAsB64(
|
|
16808
|
-
this.
|
|
16793
|
+
this.getPdfFileContent()));
|
|
16809
16794
|
};
|
|
16810
16795
|
|
|
16811
16796
|
|
|
16812
16797
|
/**
|
|
16813
|
-
* optional bytes
|
|
16798
|
+
* optional bytes pdf_file_content = 2;
|
|
16814
16799
|
* Note that Uint8Array is not supported on all browsers.
|
|
16815
16800
|
* @see http://caniuse.com/Uint8Array
|
|
16816
|
-
* This is a type-conversion wrapper around `
|
|
16801
|
+
* This is a type-conversion wrapper around `getPdfFileContent()`
|
|
16817
16802
|
* @return {!Uint8Array}
|
|
16818
16803
|
*/
|
|
16819
|
-
proto.payrollserviceapi.
|
|
16804
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.getPdfFileContent_asU8 = function() {
|
|
16820
16805
|
return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
|
|
16821
|
-
this.
|
|
16806
|
+
this.getPdfFileContent()));
|
|
16822
16807
|
};
|
|
16823
16808
|
|
|
16824
16809
|
|
|
16825
16810
|
/**
|
|
16826
16811
|
* @param {!(string|Uint8Array)} value
|
|
16827
|
-
* @return {!proto.payrollserviceapi.
|
|
16812
|
+
* @return {!proto.payrollserviceapi.PdfFileResponse} returns this
|
|
16828
16813
|
*/
|
|
16829
|
-
proto.payrollserviceapi.
|
|
16814
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.setPdfFileContent = function(value) {
|
|
16830
16815
|
return jspb.Message.setProto3BytesField(this, 2, value);
|
|
16831
16816
|
};
|
|
16832
16817
|
|
|
@@ -16835,16 +16820,16 @@ proto.payrollserviceapi.CsvFileResponse.prototype.setCsvFileContent = function(v
|
|
|
16835
16820
|
* optional string file_name = 3;
|
|
16836
16821
|
* @return {string}
|
|
16837
16822
|
*/
|
|
16838
|
-
proto.payrollserviceapi.
|
|
16823
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.getFileName = function() {
|
|
16839
16824
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
16840
16825
|
};
|
|
16841
16826
|
|
|
16842
16827
|
|
|
16843
16828
|
/**
|
|
16844
16829
|
* @param {string} value
|
|
16845
|
-
* @return {!proto.payrollserviceapi.
|
|
16830
|
+
* @return {!proto.payrollserviceapi.PdfFileResponse} returns this
|
|
16846
16831
|
*/
|
|
16847
|
-
proto.payrollserviceapi.
|
|
16832
|
+
proto.payrollserviceapi.PdfFileResponse.prototype.setFileName = function(value) {
|
|
16848
16833
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
16849
16834
|
};
|
|
16850
16835
|
|