@sniipwebmaster/payroll-service-client-grpcweb 25.10.600 → 25.10.606

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.
@@ -873,67 +873,6 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.mismatchRecordEmpl
873
873
  };
874
874
 
875
875
 
876
- /**
877
- * @const
878
- * @type {!grpc.web.MethodDescriptor<
879
- * !proto.payrollserviceapi.ManualMatchABARecordRequest,
880
- * !proto.payrollserviceapi.ManualMatchABARecordResponse>}
881
- */
882
- const methodDescriptor_PayrollService_ManualMatchABARecord = new grpc.web.MethodDescriptor(
883
- '/payrollserviceapi.PayrollService/ManualMatchABARecord',
884
- grpc.web.MethodType.UNARY,
885
- proto.payrollserviceapi.ManualMatchABARecordRequest,
886
- proto.payrollserviceapi.ManualMatchABARecordResponse,
887
- /**
888
- * @param {!proto.payrollserviceapi.ManualMatchABARecordRequest} request
889
- * @return {!Uint8Array}
890
- */
891
- function(request) {
892
- return request.serializeBinary();
893
- },
894
- proto.payrollserviceapi.ManualMatchABARecordResponse.deserializeBinary
895
- );
896
-
897
-
898
- /**
899
- * @param {!proto.payrollserviceapi.ManualMatchABARecordRequest} request The
900
- * request proto
901
- * @param {?Object<string, string>} metadata User defined
902
- * call metadata
903
- * @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.ManualMatchABARecordResponse)}
904
- * callback The callback function(error, response)
905
- * @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.ManualMatchABARecordResponse>|undefined}
906
- * The XHR Node Readable Stream
907
- */
908
- proto.payrollserviceapi.PayrollServiceClient.prototype.manualMatchABARecord =
909
- function(request, metadata, callback) {
910
- return this.client_.rpcCall(this.hostname_ +
911
- '/payrollserviceapi.PayrollService/ManualMatchABARecord',
912
- request,
913
- metadata || {},
914
- methodDescriptor_PayrollService_ManualMatchABARecord,
915
- callback);
916
- };
917
-
918
-
919
- /**
920
- * @param {!proto.payrollserviceapi.ManualMatchABARecordRequest} request The
921
- * request proto
922
- * @param {?Object<string, string>=} metadata User defined
923
- * call metadata
924
- * @return {!Promise<!proto.payrollserviceapi.ManualMatchABARecordResponse>}
925
- * Promise that resolves to the response
926
- */
927
- proto.payrollserviceapi.PayrollServicePromiseClient.prototype.manualMatchABARecord =
928
- function(request, metadata) {
929
- return this.client_.unaryCall(this.hostname_ +
930
- '/payrollserviceapi.PayrollService/ManualMatchABARecord',
931
- request,
932
- metadata || {},
933
- methodDescriptor_PayrollService_ManualMatchABARecord);
934
- };
935
-
936
-
937
876
  /**
938
877
  * @const
939
878
  * @type {!grpc.web.MethodDescriptor<
@@ -79,8 +79,6 @@ goog.exportSymbol('proto.payrollserviceapi.ListABAFilesRequest', null, global);
79
79
  goog.exportSymbol('proto.payrollserviceapi.ListABAFilesResponse', null, global);
80
80
  goog.exportSymbol('proto.payrollserviceapi.ListEmployeesRequest', null, global);
81
81
  goog.exportSymbol('proto.payrollserviceapi.ListEmployeesResponse', null, global);
82
- goog.exportSymbol('proto.payrollserviceapi.ManualMatchABARecordRequest', null, global);
83
- goog.exportSymbol('proto.payrollserviceapi.ManualMatchABARecordResponse', null, global);
84
82
  goog.exportSymbol('proto.payrollserviceapi.MatchEmployeesInternalRequest', null, global);
85
83
  goog.exportSymbol('proto.payrollserviceapi.MatchEmployeesRequest', null, global);
86
84
  goog.exportSymbol('proto.payrollserviceapi.MatchEmployeesResponse', null, global);
@@ -234,7 +232,7 @@ if (goog.DEBUG && !COMPILED) {
234
232
  * @constructor
235
233
  */
236
234
  proto.payrollserviceapi.MatchEmployeesResponse = function(opt_data) {
237
- jspb.Message.initialize(this, opt_data, 0, -1, proto.payrollserviceapi.MatchEmployeesResponse.repeatedFields_, null);
235
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
238
236
  };
239
237
  goog.inherits(proto.payrollserviceapi.MatchEmployeesResponse, jspb.Message);
240
238
  if (goog.DEBUG && !COMPILED) {
@@ -559,48 +557,6 @@ if (goog.DEBUG && !COMPILED) {
559
557
  */
560
558
  proto.payrollserviceapi.GetABAFileRecordsResponse.displayName = 'proto.payrollserviceapi.GetABAFileRecordsResponse';
561
559
  }
562
- /**
563
- * Generated by JsPbCodeGenerator.
564
- * @param {Array=} opt_data Optional initial data array, typically from a
565
- * server response, or constructed directly in Javascript. The array is used
566
- * in place and becomes part of the constructed object. It is not cloned.
567
- * If no data is provided, the constructed object will be empty, but still
568
- * valid.
569
- * @extends {jspb.Message}
570
- * @constructor
571
- */
572
- proto.payrollserviceapi.ManualMatchABARecordRequest = function(opt_data) {
573
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
574
- };
575
- goog.inherits(proto.payrollserviceapi.ManualMatchABARecordRequest, jspb.Message);
576
- if (goog.DEBUG && !COMPILED) {
577
- /**
578
- * @public
579
- * @override
580
- */
581
- proto.payrollserviceapi.ManualMatchABARecordRequest.displayName = 'proto.payrollserviceapi.ManualMatchABARecordRequest';
582
- }
583
- /**
584
- * Generated by JsPbCodeGenerator.
585
- * @param {Array=} opt_data Optional initial data array, typically from a
586
- * server response, or constructed directly in Javascript. The array is used
587
- * in place and becomes part of the constructed object. It is not cloned.
588
- * If no data is provided, the constructed object will be empty, but still
589
- * valid.
590
- * @extends {jspb.Message}
591
- * @constructor
592
- */
593
- proto.payrollserviceapi.ManualMatchABARecordResponse = function(opt_data) {
594
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
595
- };
596
- goog.inherits(proto.payrollserviceapi.ManualMatchABARecordResponse, jspb.Message);
597
- if (goog.DEBUG && !COMPILED) {
598
- /**
599
- * @public
600
- * @override
601
- */
602
- proto.payrollserviceapi.ManualMatchABARecordResponse.displayName = 'proto.payrollserviceapi.ManualMatchABARecordResponse';
603
- }
604
560
  /**
605
561
  * Generated by JsPbCodeGenerator.
606
562
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -2984,7 +2940,8 @@ proto.payrollserviceapi.MatchEmployeesRequest.toObject = function(includeInstanc
2984
2940
  businessId: jspb.Message.getFieldWithDefault(msg, 2, 0),
2985
2941
  clientUserId: jspb.Message.getFieldWithDefault(msg, 4, 0),
2986
2942
  recordId: jspb.Message.getFieldWithDefault(msg, 5, 0),
2987
- employeeId: jspb.Message.getFieldWithDefault(msg, 6, 0)
2943
+ employeeId: jspb.Message.getFieldWithDefault(msg, 6, 0),
2944
+ verifymanually: jspb.Message.getBooleanFieldWithDefault(msg, 7, false)
2988
2945
  };
2989
2946
 
2990
2947
  if (includeInstance) {
@@ -3041,6 +2998,10 @@ proto.payrollserviceapi.MatchEmployeesRequest.deserializeBinaryFromReader = func
3041
2998
  var value = /** @type {number} */ (reader.readInt64());
3042
2999
  msg.setEmployeeId(value);
3043
3000
  break;
3001
+ case 7:
3002
+ var value = /** @type {boolean} */ (reader.readBool());
3003
+ msg.setVerifymanually(value);
3004
+ break;
3044
3005
  default:
3045
3006
  reader.skipField();
3046
3007
  break;
@@ -3105,6 +3066,13 @@ proto.payrollserviceapi.MatchEmployeesRequest.serializeBinaryToWriter = function
3105
3066
  f
3106
3067
  );
3107
3068
  }
3069
+ f = message.getVerifymanually();
3070
+ if (f) {
3071
+ writer.writeBool(
3072
+ 7,
3073
+ f
3074
+ );
3075
+ }
3108
3076
  };
3109
3077
 
3110
3078
 
@@ -3198,6 +3166,24 @@ proto.payrollserviceapi.MatchEmployeesRequest.prototype.setEmployeeId = function
3198
3166
  };
3199
3167
 
3200
3168
 
3169
+ /**
3170
+ * optional bool verifyManually = 7;
3171
+ * @return {boolean}
3172
+ */
3173
+ proto.payrollserviceapi.MatchEmployeesRequest.prototype.getVerifymanually = function() {
3174
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false));
3175
+ };
3176
+
3177
+
3178
+ /**
3179
+ * @param {boolean} value
3180
+ * @return {!proto.payrollserviceapi.MatchEmployeesRequest} returns this
3181
+ */
3182
+ proto.payrollserviceapi.MatchEmployeesRequest.prototype.setVerifymanually = function(value) {
3183
+ return jspb.Message.setProto3BooleanField(this, 7, value);
3184
+ };
3185
+
3186
+
3201
3187
 
3202
3188
 
3203
3189
 
@@ -3479,13 +3465,6 @@ proto.payrollserviceapi.MatchEmployeesInternalRequest.prototype.setEmployeeId =
3479
3465
 
3480
3466
 
3481
3467
 
3482
- /**
3483
- * List of repeated fields within this message type.
3484
- * @private {!Array<number>}
3485
- * @const
3486
- */
3487
- proto.payrollserviceapi.MatchEmployeesResponse.repeatedFields_ = [6];
3488
-
3489
3468
 
3490
3469
 
3491
3470
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -3521,10 +3500,7 @@ proto.payrollserviceapi.MatchEmployeesResponse.toObject = function(includeInstan
3521
3500
  abaFileId: jspb.Message.getFieldWithDefault(msg, 2, 0),
3522
3501
  totalRecords: jspb.Message.getFieldWithDefault(msg, 3, 0),
3523
3502
  matchedRecords: jspb.Message.getFieldWithDefault(msg, 4, 0),
3524
- unmatchedRecords: jspb.Message.getFieldWithDefault(msg, 5, 0),
3525
- unmatchedRecordsDetailsList: jspb.Message.toObjectList(msg.getUnmatchedRecordsDetailsList(),
3526
- proto.payrollserviceapi.ABARecord.toObject, includeInstance),
3527
- message: jspb.Message.getFieldWithDefault(msg, 7, "")
3503
+ unmatchedRecords: jspb.Message.getFieldWithDefault(msg, 5, 0)
3528
3504
  };
3529
3505
 
3530
3506
  if (includeInstance) {
@@ -3582,15 +3558,6 @@ proto.payrollserviceapi.MatchEmployeesResponse.deserializeBinaryFromReader = fun
3582
3558
  var value = /** @type {number} */ (reader.readInt32());
3583
3559
  msg.setUnmatchedRecords(value);
3584
3560
  break;
3585
- case 6:
3586
- var value = new proto.payrollserviceapi.ABARecord;
3587
- reader.readMessage(value,proto.payrollserviceapi.ABARecord.deserializeBinaryFromReader);
3588
- msg.addUnmatchedRecordsDetails(value);
3589
- break;
3590
- case 7:
3591
- var value = /** @type {string} */ (reader.readString());
3592
- msg.setMessage(value);
3593
- break;
3594
3561
  default:
3595
3562
  reader.skipField();
3596
3563
  break;
@@ -3656,21 +3623,6 @@ proto.payrollserviceapi.MatchEmployeesResponse.serializeBinaryToWriter = functio
3656
3623
  f
3657
3624
  );
3658
3625
  }
3659
- f = message.getUnmatchedRecordsDetailsList();
3660
- if (f.length > 0) {
3661
- writer.writeRepeatedMessage(
3662
- 6,
3663
- f,
3664
- proto.payrollserviceapi.ABARecord.serializeBinaryToWriter
3665
- );
3666
- }
3667
- f = message.getMessage();
3668
- if (f.length > 0) {
3669
- writer.writeString(
3670
- 7,
3671
- f
3672
- );
3673
- }
3674
3626
  };
3675
3627
 
3676
3628
 
@@ -3783,62 +3735,6 @@ proto.payrollserviceapi.MatchEmployeesResponse.prototype.setUnmatchedRecords = f
3783
3735
  };
3784
3736
 
3785
3737
 
3786
- /**
3787
- * repeated ABARecord unmatched_records_details = 6;
3788
- * @return {!Array<!proto.payrollserviceapi.ABARecord>}
3789
- */
3790
- proto.payrollserviceapi.MatchEmployeesResponse.prototype.getUnmatchedRecordsDetailsList = function() {
3791
- return /** @type{!Array<!proto.payrollserviceapi.ABARecord>} */ (
3792
- jspb.Message.getRepeatedWrapperField(this, proto.payrollserviceapi.ABARecord, 6));
3793
- };
3794
-
3795
-
3796
- /**
3797
- * @param {!Array<!proto.payrollserviceapi.ABARecord>} value
3798
- * @return {!proto.payrollserviceapi.MatchEmployeesResponse} returns this
3799
- */
3800
- proto.payrollserviceapi.MatchEmployeesResponse.prototype.setUnmatchedRecordsDetailsList = function(value) {
3801
- return jspb.Message.setRepeatedWrapperField(this, 6, value);
3802
- };
3803
-
3804
-
3805
- /**
3806
- * @param {!proto.payrollserviceapi.ABARecord=} opt_value
3807
- * @param {number=} opt_index
3808
- * @return {!proto.payrollserviceapi.ABARecord}
3809
- */
3810
- proto.payrollserviceapi.MatchEmployeesResponse.prototype.addUnmatchedRecordsDetails = function(opt_value, opt_index) {
3811
- return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.payrollserviceapi.ABARecord, opt_index);
3812
- };
3813
-
3814
-
3815
- /**
3816
- * Clears the list making it empty but non-null.
3817
- * @return {!proto.payrollserviceapi.MatchEmployeesResponse} returns this
3818
- */
3819
- proto.payrollserviceapi.MatchEmployeesResponse.prototype.clearUnmatchedRecordsDetailsList = function() {
3820
- return this.setUnmatchedRecordsDetailsList([]);
3821
- };
3822
-
3823
-
3824
- /**
3825
- * optional string message = 7;
3826
- * @return {string}
3827
- */
3828
- proto.payrollserviceapi.MatchEmployeesResponse.prototype.getMessage = function() {
3829
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
3830
- };
3831
-
3832
-
3833
- /**
3834
- * @param {string} value
3835
- * @return {!proto.payrollserviceapi.MatchEmployeesResponse} returns this
3836
- */
3837
- proto.payrollserviceapi.MatchEmployeesResponse.prototype.setMessage = function(value) {
3838
- return jspb.Message.setProto3StringField(this, 7, value);
3839
- };
3840
-
3841
-
3842
3738
 
3843
3739
 
3844
3740
 
@@ -7900,8 +7796,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
7900
7796
  * http://goto/soy-param-migration
7901
7797
  * @return {!Object}
7902
7798
  */
7903
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.toObject = function(opt_includeInstance) {
7904
- return proto.payrollserviceapi.ManualMatchABARecordRequest.toObject(opt_includeInstance, this);
7799
+ proto.payrollserviceapi.ABAFileDetails.prototype.toObject = function(opt_includeInstance) {
7800
+ return proto.payrollserviceapi.ABAFileDetails.toObject(opt_includeInstance, this);
7905
7801
  };
7906
7802
 
7907
7803
 
@@ -7910,16 +7806,26 @@ proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.toObject = functio
7910
7806
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
7911
7807
  * the JSPB instance for transitional soy proto support:
7912
7808
  * http://goto/soy-param-migration
7913
- * @param {!proto.payrollserviceapi.ManualMatchABARecordRequest} msg The msg instance to transform.
7809
+ * @param {!proto.payrollserviceapi.ABAFileDetails} msg The msg instance to transform.
7914
7810
  * @return {!Object}
7915
7811
  * @suppress {unusedLocalVariables} f is only used for nested messages
7916
7812
  */
7917
- proto.payrollserviceapi.ManualMatchABARecordRequest.toObject = function(includeInstance, msg) {
7813
+ proto.payrollserviceapi.ABAFileDetails.toObject = function(includeInstance, msg) {
7918
7814
  var f, obj = {
7919
- recordId: jspb.Message.getFieldWithDefault(msg, 1, 0),
7920
- employeeId: jspb.Message.getFieldWithDefault(msg, 2, 0),
7921
- businessId: jspb.Message.getFieldWithDefault(msg, 3, 0),
7922
- clientUserId: jspb.Message.getFieldWithDefault(msg, 5, 0)
7815
+ abaFileId: jspb.Message.getFieldWithDefault(msg, 1, 0),
7816
+ fileName: jspb.Message.getFieldWithDefault(msg, 2, ""),
7817
+ fileSize: jspb.Message.getFieldWithDefault(msg, 3, 0),
7818
+ fileHash: jspb.Message.getFieldWithDefault(msg, 4, ""),
7819
+ status: jspb.Message.getFieldWithDefault(msg, 5, 0),
7820
+ totalRecords: jspb.Message.getFieldWithDefault(msg, 6, 0),
7821
+ matchedRecords: jspb.Message.getFieldWithDefault(msg, 7, 0),
7822
+ unmatchedRecords: jspb.Message.getFieldWithDefault(msg, 8, 0),
7823
+ errorRecords: jspb.Message.getFieldWithDefault(msg, 9, 0),
7824
+ createdAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
7825
+ processedAt: jspb.Message.getFieldWithDefault(msg, 11, ""),
7826
+ errorMessage: jspb.Message.getFieldWithDefault(msg, 12, ""),
7827
+ batchName: jspb.Message.getFieldWithDefault(msg, 13, ""),
7828
+ totalAmount: jspb.Message.getFloatingPointFieldWithDefault(msg, 14, 0.0)
7923
7829
  };
7924
7830
 
7925
7831
  if (includeInstance) {
@@ -7933,23 +7839,23 @@ proto.payrollserviceapi.ManualMatchABARecordRequest.toObject = function(includeI
7933
7839
  /**
7934
7840
  * Deserializes binary data (in protobuf wire format).
7935
7841
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
7936
- * @return {!proto.payrollserviceapi.ManualMatchABARecordRequest}
7842
+ * @return {!proto.payrollserviceapi.ABAFileDetails}
7937
7843
  */
7938
- proto.payrollserviceapi.ManualMatchABARecordRequest.deserializeBinary = function(bytes) {
7844
+ proto.payrollserviceapi.ABAFileDetails.deserializeBinary = function(bytes) {
7939
7845
  var reader = new jspb.BinaryReader(bytes);
7940
- var msg = new proto.payrollserviceapi.ManualMatchABARecordRequest;
7941
- return proto.payrollserviceapi.ManualMatchABARecordRequest.deserializeBinaryFromReader(msg, reader);
7846
+ var msg = new proto.payrollserviceapi.ABAFileDetails;
7847
+ return proto.payrollserviceapi.ABAFileDetails.deserializeBinaryFromReader(msg, reader);
7942
7848
  };
7943
7849
 
7944
7850
 
7945
7851
  /**
7946
7852
  * Deserializes binary data (in protobuf wire format) from the
7947
7853
  * given reader into the given message object.
7948
- * @param {!proto.payrollserviceapi.ManualMatchABARecordRequest} msg The message object to deserialize into.
7854
+ * @param {!proto.payrollserviceapi.ABAFileDetails} msg The message object to deserialize into.
7949
7855
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7950
- * @return {!proto.payrollserviceapi.ManualMatchABARecordRequest}
7856
+ * @return {!proto.payrollserviceapi.ABAFileDetails}
7951
7857
  */
7952
- proto.payrollserviceapi.ManualMatchABARecordRequest.deserializeBinaryFromReader = function(msg, reader) {
7858
+ proto.payrollserviceapi.ABAFileDetails.deserializeBinaryFromReader = function(msg, reader) {
7953
7859
  while (reader.nextField()) {
7954
7860
  if (reader.isEndGroup()) {
7955
7861
  break;
@@ -7958,19 +7864,59 @@ proto.payrollserviceapi.ManualMatchABARecordRequest.deserializeBinaryFromReader
7958
7864
  switch (field) {
7959
7865
  case 1:
7960
7866
  var value = /** @type {number} */ (reader.readInt64());
7961
- msg.setRecordId(value);
7867
+ msg.setAbaFileId(value);
7962
7868
  break;
7963
7869
  case 2:
7964
- var value = /** @type {number} */ (reader.readInt64());
7965
- msg.setEmployeeId(value);
7870
+ var value = /** @type {string} */ (reader.readString());
7871
+ msg.setFileName(value);
7966
7872
  break;
7967
7873
  case 3:
7968
7874
  var value = /** @type {number} */ (reader.readInt64());
7969
- msg.setBusinessId(value);
7875
+ msg.setFileSize(value);
7876
+ break;
7877
+ case 4:
7878
+ var value = /** @type {string} */ (reader.readString());
7879
+ msg.setFileHash(value);
7970
7880
  break;
7971
7881
  case 5:
7972
- var value = /** @type {number} */ (reader.readInt64());
7973
- msg.setClientUserId(value);
7882
+ var value = /** @type {!proto.payrollserviceapi.ABAFileStatus} */ (reader.readEnum());
7883
+ msg.setStatus(value);
7884
+ break;
7885
+ case 6:
7886
+ var value = /** @type {number} */ (reader.readInt32());
7887
+ msg.setTotalRecords(value);
7888
+ break;
7889
+ case 7:
7890
+ var value = /** @type {number} */ (reader.readInt32());
7891
+ msg.setMatchedRecords(value);
7892
+ break;
7893
+ case 8:
7894
+ var value = /** @type {number} */ (reader.readInt32());
7895
+ msg.setUnmatchedRecords(value);
7896
+ break;
7897
+ case 9:
7898
+ var value = /** @type {number} */ (reader.readInt32());
7899
+ msg.setErrorRecords(value);
7900
+ break;
7901
+ case 10:
7902
+ var value = /** @type {string} */ (reader.readString());
7903
+ msg.setCreatedAt(value);
7904
+ break;
7905
+ case 11:
7906
+ var value = /** @type {string} */ (reader.readString());
7907
+ msg.setProcessedAt(value);
7908
+ break;
7909
+ case 12:
7910
+ var value = /** @type {string} */ (reader.readString());
7911
+ msg.setErrorMessage(value);
7912
+ break;
7913
+ case 13:
7914
+ var value = /** @type {string} */ (reader.readString());
7915
+ msg.setBatchName(value);
7916
+ break;
7917
+ case 14:
7918
+ var value = /** @type {number} */ (reader.readDouble());
7919
+ msg.setTotalAmount(value);
7974
7920
  break;
7975
7921
  default:
7976
7922
  reader.skipField();
@@ -7985,9 +7931,9 @@ proto.payrollserviceapi.ManualMatchABARecordRequest.deserializeBinaryFromReader
7985
7931
  * Serializes the message to binary data (in protobuf wire format).
7986
7932
  * @return {!Uint8Array}
7987
7933
  */
7988
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.serializeBinary = function() {
7934
+ proto.payrollserviceapi.ABAFileDetails.prototype.serializeBinary = function() {
7989
7935
  var writer = new jspb.BinaryWriter();
7990
- proto.payrollserviceapi.ManualMatchABARecordRequest.serializeBinaryToWriter(this, writer);
7936
+ proto.payrollserviceapi.ABAFileDetails.serializeBinaryToWriter(this, writer);
7991
7937
  return writer.getResultBuffer();
7992
7938
  };
7993
7939
 
@@ -7995,584 +7941,43 @@ proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.serializeBinary =
7995
7941
  /**
7996
7942
  * Serializes the given message to binary data (in protobuf wire
7997
7943
  * format), writing to the given BinaryWriter.
7998
- * @param {!proto.payrollserviceapi.ManualMatchABARecordRequest} message
7944
+ * @param {!proto.payrollserviceapi.ABAFileDetails} message
7999
7945
  * @param {!jspb.BinaryWriter} writer
8000
7946
  * @suppress {unusedLocalVariables} f is only used for nested messages
8001
7947
  */
8002
- proto.payrollserviceapi.ManualMatchABARecordRequest.serializeBinaryToWriter = function(message, writer) {
7948
+ proto.payrollserviceapi.ABAFileDetails.serializeBinaryToWriter = function(message, writer) {
8003
7949
  var f = undefined;
8004
- f = message.getRecordId();
7950
+ f = message.getAbaFileId();
8005
7951
  if (f !== 0) {
8006
7952
  writer.writeInt64(
8007
7953
  1,
8008
7954
  f
8009
7955
  );
8010
7956
  }
8011
- f = message.getEmployeeId();
8012
- if (f !== 0) {
8013
- writer.writeInt64(
7957
+ f = message.getFileName();
7958
+ if (f.length > 0) {
7959
+ writer.writeString(
8014
7960
  2,
8015
7961
  f
8016
7962
  );
8017
7963
  }
8018
- f = message.getBusinessId();
7964
+ f = message.getFileSize();
8019
7965
  if (f !== 0) {
8020
7966
  writer.writeInt64(
8021
7967
  3,
8022
7968
  f
8023
7969
  );
8024
7970
  }
8025
- f = message.getClientUserId();
8026
- if (f !== 0) {
8027
- writer.writeInt64(
8028
- 5,
8029
- f
8030
- );
8031
- }
8032
- };
8033
-
8034
-
8035
- /**
8036
- * optional int64 record_id = 1;
8037
- * @return {number}
8038
- */
8039
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.getRecordId = function() {
8040
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
8041
- };
8042
-
8043
-
8044
- /**
8045
- * @param {number} value
8046
- * @return {!proto.payrollserviceapi.ManualMatchABARecordRequest} returns this
8047
- */
8048
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.setRecordId = function(value) {
8049
- return jspb.Message.setProto3IntField(this, 1, value);
8050
- };
8051
-
8052
-
8053
- /**
8054
- * optional int64 employee_id = 2;
8055
- * @return {number}
8056
- */
8057
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.getEmployeeId = function() {
8058
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
8059
- };
8060
-
8061
-
8062
- /**
8063
- * @param {number} value
8064
- * @return {!proto.payrollserviceapi.ManualMatchABARecordRequest} returns this
8065
- */
8066
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.setEmployeeId = function(value) {
8067
- return jspb.Message.setProto3IntField(this, 2, value);
8068
- };
8069
-
8070
-
8071
- /**
8072
- * optional int64 business_id = 3;
8073
- * @return {number}
8074
- */
8075
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.getBusinessId = function() {
8076
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
8077
- };
8078
-
8079
-
8080
- /**
8081
- * @param {number} value
8082
- * @return {!proto.payrollserviceapi.ManualMatchABARecordRequest} returns this
8083
- */
8084
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.setBusinessId = function(value) {
8085
- return jspb.Message.setProto3IntField(this, 3, value);
8086
- };
8087
-
8088
-
8089
- /**
8090
- * optional int64 client_user_id = 5;
8091
- * @return {number}
8092
- */
8093
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.getClientUserId = function() {
8094
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
8095
- };
8096
-
8097
-
8098
- /**
8099
- * @param {number} value
8100
- * @return {!proto.payrollserviceapi.ManualMatchABARecordRequest} returns this
8101
- */
8102
- proto.payrollserviceapi.ManualMatchABARecordRequest.prototype.setClientUserId = function(value) {
8103
- return jspb.Message.setProto3IntField(this, 5, value);
8104
- };
8105
-
8106
-
8107
-
8108
-
8109
-
8110
- if (jspb.Message.GENERATE_TO_OBJECT) {
8111
- /**
8112
- * Creates an object representation of this proto.
8113
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
8114
- * Optional fields that are not set will be set to undefined.
8115
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
8116
- * For the list of reserved names please see:
8117
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
8118
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
8119
- * JSPB instance for transitional soy proto support:
8120
- * http://goto/soy-param-migration
8121
- * @return {!Object}
8122
- */
8123
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.toObject = function(opt_includeInstance) {
8124
- return proto.payrollserviceapi.ManualMatchABARecordResponse.toObject(opt_includeInstance, this);
8125
- };
8126
-
8127
-
8128
- /**
8129
- * Static version of the {@see toObject} method.
8130
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
8131
- * the JSPB instance for transitional soy proto support:
8132
- * http://goto/soy-param-migration
8133
- * @param {!proto.payrollserviceapi.ManualMatchABARecordResponse} msg The msg instance to transform.
8134
- * @return {!Object}
8135
- * @suppress {unusedLocalVariables} f is only used for nested messages
8136
- */
8137
- proto.payrollserviceapi.ManualMatchABARecordResponse.toObject = function(includeInstance, msg) {
8138
- var f, obj = {
8139
- responsecode: (f = msg.getResponsecode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
8140
- recordId: jspb.Message.getFieldWithDefault(msg, 2, 0),
8141
- employeeId: jspb.Message.getFieldWithDefault(msg, 3, 0),
8142
- employeeName: jspb.Message.getFieldWithDefault(msg, 4, ""),
8143
- message: jspb.Message.getFieldWithDefault(msg, 5, "")
8144
- };
8145
-
8146
- if (includeInstance) {
8147
- obj.$jspbMessageInstance = msg;
8148
- }
8149
- return obj;
8150
- };
8151
- }
8152
-
8153
-
8154
- /**
8155
- * Deserializes binary data (in protobuf wire format).
8156
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
8157
- * @return {!proto.payrollserviceapi.ManualMatchABARecordResponse}
8158
- */
8159
- proto.payrollserviceapi.ManualMatchABARecordResponse.deserializeBinary = function(bytes) {
8160
- var reader = new jspb.BinaryReader(bytes);
8161
- var msg = new proto.payrollserviceapi.ManualMatchABARecordResponse;
8162
- return proto.payrollserviceapi.ManualMatchABARecordResponse.deserializeBinaryFromReader(msg, reader);
8163
- };
8164
-
8165
-
8166
- /**
8167
- * Deserializes binary data (in protobuf wire format) from the
8168
- * given reader into the given message object.
8169
- * @param {!proto.payrollserviceapi.ManualMatchABARecordResponse} msg The message object to deserialize into.
8170
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
8171
- * @return {!proto.payrollserviceapi.ManualMatchABARecordResponse}
8172
- */
8173
- proto.payrollserviceapi.ManualMatchABARecordResponse.deserializeBinaryFromReader = function(msg, reader) {
8174
- while (reader.nextField()) {
8175
- if (reader.isEndGroup()) {
8176
- break;
8177
- }
8178
- var field = reader.getFieldNumber();
8179
- switch (field) {
8180
- case 1:
8181
- var value = new proto.payrollserviceapi.ResponseCode;
8182
- reader.readMessage(value,proto.payrollserviceapi.ResponseCode.deserializeBinaryFromReader);
8183
- msg.setResponsecode(value);
8184
- break;
8185
- case 2:
8186
- var value = /** @type {number} */ (reader.readInt64());
8187
- msg.setRecordId(value);
8188
- break;
8189
- case 3:
8190
- var value = /** @type {number} */ (reader.readInt64());
8191
- msg.setEmployeeId(value);
8192
- break;
8193
- case 4:
8194
- var value = /** @type {string} */ (reader.readString());
8195
- msg.setEmployeeName(value);
8196
- break;
8197
- case 5:
8198
- var value = /** @type {string} */ (reader.readString());
8199
- msg.setMessage(value);
8200
- break;
8201
- default:
8202
- reader.skipField();
8203
- break;
8204
- }
8205
- }
8206
- return msg;
8207
- };
8208
-
8209
-
8210
- /**
8211
- * Serializes the message to binary data (in protobuf wire format).
8212
- * @return {!Uint8Array}
8213
- */
8214
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.serializeBinary = function() {
8215
- var writer = new jspb.BinaryWriter();
8216
- proto.payrollserviceapi.ManualMatchABARecordResponse.serializeBinaryToWriter(this, writer);
8217
- return writer.getResultBuffer();
8218
- };
8219
-
8220
-
8221
- /**
8222
- * Serializes the given message to binary data (in protobuf wire
8223
- * format), writing to the given BinaryWriter.
8224
- * @param {!proto.payrollserviceapi.ManualMatchABARecordResponse} message
8225
- * @param {!jspb.BinaryWriter} writer
8226
- * @suppress {unusedLocalVariables} f is only used for nested messages
8227
- */
8228
- proto.payrollserviceapi.ManualMatchABARecordResponse.serializeBinaryToWriter = function(message, writer) {
8229
- var f = undefined;
8230
- f = message.getResponsecode();
8231
- if (f != null) {
8232
- writer.writeMessage(
8233
- 1,
8234
- f,
8235
- proto.payrollserviceapi.ResponseCode.serializeBinaryToWriter
8236
- );
8237
- }
8238
- f = message.getRecordId();
8239
- if (f !== 0) {
8240
- writer.writeInt64(
8241
- 2,
8242
- f
8243
- );
8244
- }
8245
- f = message.getEmployeeId();
8246
- if (f !== 0) {
8247
- writer.writeInt64(
8248
- 3,
8249
- f
8250
- );
8251
- }
8252
- f = message.getEmployeeName();
8253
- if (f.length > 0) {
8254
- writer.writeString(
8255
- 4,
8256
- f
8257
- );
8258
- }
8259
- f = message.getMessage();
8260
- if (f.length > 0) {
8261
- writer.writeString(
8262
- 5,
8263
- f
8264
- );
8265
- }
8266
- };
8267
-
8268
-
8269
- /**
8270
- * optional ResponseCode responseCode = 1;
8271
- * @return {?proto.payrollserviceapi.ResponseCode}
8272
- */
8273
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.getResponsecode = function() {
8274
- return /** @type{?proto.payrollserviceapi.ResponseCode} */ (
8275
- jspb.Message.getWrapperField(this, proto.payrollserviceapi.ResponseCode, 1));
8276
- };
8277
-
8278
-
8279
- /**
8280
- * @param {?proto.payrollserviceapi.ResponseCode|undefined} value
8281
- * @return {!proto.payrollserviceapi.ManualMatchABARecordResponse} returns this
8282
- */
8283
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.setResponsecode = function(value) {
8284
- return jspb.Message.setWrapperField(this, 1, value);
8285
- };
8286
-
8287
-
8288
- /**
8289
- * Clears the message field making it undefined.
8290
- * @return {!proto.payrollserviceapi.ManualMatchABARecordResponse} returns this
8291
- */
8292
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.clearResponsecode = function() {
8293
- return this.setResponsecode(undefined);
8294
- };
8295
-
8296
-
8297
- /**
8298
- * Returns whether this field is set.
8299
- * @return {boolean}
8300
- */
8301
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.hasResponsecode = function() {
8302
- return jspb.Message.getField(this, 1) != null;
8303
- };
8304
-
8305
-
8306
- /**
8307
- * optional int64 record_id = 2;
8308
- * @return {number}
8309
- */
8310
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.getRecordId = function() {
8311
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
8312
- };
8313
-
8314
-
8315
- /**
8316
- * @param {number} value
8317
- * @return {!proto.payrollserviceapi.ManualMatchABARecordResponse} returns this
8318
- */
8319
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.setRecordId = function(value) {
8320
- return jspb.Message.setProto3IntField(this, 2, value);
8321
- };
8322
-
8323
-
8324
- /**
8325
- * optional int64 employee_id = 3;
8326
- * @return {number}
8327
- */
8328
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.getEmployeeId = function() {
8329
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
8330
- };
8331
-
8332
-
8333
- /**
8334
- * @param {number} value
8335
- * @return {!proto.payrollserviceapi.ManualMatchABARecordResponse} returns this
8336
- */
8337
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.setEmployeeId = function(value) {
8338
- return jspb.Message.setProto3IntField(this, 3, value);
8339
- };
8340
-
8341
-
8342
- /**
8343
- * optional string employee_name = 4;
8344
- * @return {string}
8345
- */
8346
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.getEmployeeName = function() {
8347
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
8348
- };
8349
-
8350
-
8351
- /**
8352
- * @param {string} value
8353
- * @return {!proto.payrollserviceapi.ManualMatchABARecordResponse} returns this
8354
- */
8355
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.setEmployeeName = function(value) {
8356
- return jspb.Message.setProto3StringField(this, 4, value);
8357
- };
8358
-
8359
-
8360
- /**
8361
- * optional string message = 5;
8362
- * @return {string}
8363
- */
8364
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.getMessage = function() {
8365
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
8366
- };
8367
-
8368
-
8369
- /**
8370
- * @param {string} value
8371
- * @return {!proto.payrollserviceapi.ManualMatchABARecordResponse} returns this
8372
- */
8373
- proto.payrollserviceapi.ManualMatchABARecordResponse.prototype.setMessage = function(value) {
8374
- return jspb.Message.setProto3StringField(this, 5, value);
8375
- };
8376
-
8377
-
8378
-
8379
-
8380
-
8381
- if (jspb.Message.GENERATE_TO_OBJECT) {
8382
- /**
8383
- * Creates an object representation of this proto.
8384
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
8385
- * Optional fields that are not set will be set to undefined.
8386
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
8387
- * For the list of reserved names please see:
8388
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
8389
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
8390
- * JSPB instance for transitional soy proto support:
8391
- * http://goto/soy-param-migration
8392
- * @return {!Object}
8393
- */
8394
- proto.payrollserviceapi.ABAFileDetails.prototype.toObject = function(opt_includeInstance) {
8395
- return proto.payrollserviceapi.ABAFileDetails.toObject(opt_includeInstance, this);
8396
- };
8397
-
8398
-
8399
- /**
8400
- * Static version of the {@see toObject} method.
8401
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
8402
- * the JSPB instance for transitional soy proto support:
8403
- * http://goto/soy-param-migration
8404
- * @param {!proto.payrollserviceapi.ABAFileDetails} msg The msg instance to transform.
8405
- * @return {!Object}
8406
- * @suppress {unusedLocalVariables} f is only used for nested messages
8407
- */
8408
- proto.payrollserviceapi.ABAFileDetails.toObject = function(includeInstance, msg) {
8409
- var f, obj = {
8410
- abaFileId: jspb.Message.getFieldWithDefault(msg, 1, 0),
8411
- fileName: jspb.Message.getFieldWithDefault(msg, 2, ""),
8412
- fileSize: jspb.Message.getFieldWithDefault(msg, 3, 0),
8413
- fileHash: jspb.Message.getFieldWithDefault(msg, 4, ""),
8414
- status: jspb.Message.getFieldWithDefault(msg, 5, 0),
8415
- totalRecords: jspb.Message.getFieldWithDefault(msg, 6, 0),
8416
- matchedRecords: jspb.Message.getFieldWithDefault(msg, 7, 0),
8417
- unmatchedRecords: jspb.Message.getFieldWithDefault(msg, 8, 0),
8418
- errorRecords: jspb.Message.getFieldWithDefault(msg, 9, 0),
8419
- createdAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
8420
- processedAt: jspb.Message.getFieldWithDefault(msg, 11, ""),
8421
- errorMessage: jspb.Message.getFieldWithDefault(msg, 12, ""),
8422
- batchName: jspb.Message.getFieldWithDefault(msg, 13, ""),
8423
- totalAmount: jspb.Message.getFloatingPointFieldWithDefault(msg, 14, 0.0)
8424
- };
8425
-
8426
- if (includeInstance) {
8427
- obj.$jspbMessageInstance = msg;
8428
- }
8429
- return obj;
8430
- };
8431
- }
8432
-
8433
-
8434
- /**
8435
- * Deserializes binary data (in protobuf wire format).
8436
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
8437
- * @return {!proto.payrollserviceapi.ABAFileDetails}
8438
- */
8439
- proto.payrollserviceapi.ABAFileDetails.deserializeBinary = function(bytes) {
8440
- var reader = new jspb.BinaryReader(bytes);
8441
- var msg = new proto.payrollserviceapi.ABAFileDetails;
8442
- return proto.payrollserviceapi.ABAFileDetails.deserializeBinaryFromReader(msg, reader);
8443
- };
8444
-
8445
-
8446
- /**
8447
- * Deserializes binary data (in protobuf wire format) from the
8448
- * given reader into the given message object.
8449
- * @param {!proto.payrollserviceapi.ABAFileDetails} msg The message object to deserialize into.
8450
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
8451
- * @return {!proto.payrollserviceapi.ABAFileDetails}
8452
- */
8453
- proto.payrollserviceapi.ABAFileDetails.deserializeBinaryFromReader = function(msg, reader) {
8454
- while (reader.nextField()) {
8455
- if (reader.isEndGroup()) {
8456
- break;
8457
- }
8458
- var field = reader.getFieldNumber();
8459
- switch (field) {
8460
- case 1:
8461
- var value = /** @type {number} */ (reader.readInt64());
8462
- msg.setAbaFileId(value);
8463
- break;
8464
- case 2:
8465
- var value = /** @type {string} */ (reader.readString());
8466
- msg.setFileName(value);
8467
- break;
8468
- case 3:
8469
- var value = /** @type {number} */ (reader.readInt64());
8470
- msg.setFileSize(value);
8471
- break;
8472
- case 4:
8473
- var value = /** @type {string} */ (reader.readString());
8474
- msg.setFileHash(value);
8475
- break;
8476
- case 5:
8477
- var value = /** @type {!proto.payrollserviceapi.ABAFileStatus} */ (reader.readEnum());
8478
- msg.setStatus(value);
8479
- break;
8480
- case 6:
8481
- var value = /** @type {number} */ (reader.readInt32());
8482
- msg.setTotalRecords(value);
8483
- break;
8484
- case 7:
8485
- var value = /** @type {number} */ (reader.readInt32());
8486
- msg.setMatchedRecords(value);
8487
- break;
8488
- case 8:
8489
- var value = /** @type {number} */ (reader.readInt32());
8490
- msg.setUnmatchedRecords(value);
8491
- break;
8492
- case 9:
8493
- var value = /** @type {number} */ (reader.readInt32());
8494
- msg.setErrorRecords(value);
8495
- break;
8496
- case 10:
8497
- var value = /** @type {string} */ (reader.readString());
8498
- msg.setCreatedAt(value);
8499
- break;
8500
- case 11:
8501
- var value = /** @type {string} */ (reader.readString());
8502
- msg.setProcessedAt(value);
8503
- break;
8504
- case 12:
8505
- var value = /** @type {string} */ (reader.readString());
8506
- msg.setErrorMessage(value);
8507
- break;
8508
- case 13:
8509
- var value = /** @type {string} */ (reader.readString());
8510
- msg.setBatchName(value);
8511
- break;
8512
- case 14:
8513
- var value = /** @type {number} */ (reader.readDouble());
8514
- msg.setTotalAmount(value);
8515
- break;
8516
- default:
8517
- reader.skipField();
8518
- break;
8519
- }
8520
- }
8521
- return msg;
8522
- };
8523
-
8524
-
8525
- /**
8526
- * Serializes the message to binary data (in protobuf wire format).
8527
- * @return {!Uint8Array}
8528
- */
8529
- proto.payrollserviceapi.ABAFileDetails.prototype.serializeBinary = function() {
8530
- var writer = new jspb.BinaryWriter();
8531
- proto.payrollserviceapi.ABAFileDetails.serializeBinaryToWriter(this, writer);
8532
- return writer.getResultBuffer();
8533
- };
8534
-
8535
-
8536
- /**
8537
- * Serializes the given message to binary data (in protobuf wire
8538
- * format), writing to the given BinaryWriter.
8539
- * @param {!proto.payrollserviceapi.ABAFileDetails} message
8540
- * @param {!jspb.BinaryWriter} writer
8541
- * @suppress {unusedLocalVariables} f is only used for nested messages
8542
- */
8543
- proto.payrollserviceapi.ABAFileDetails.serializeBinaryToWriter = function(message, writer) {
8544
- var f = undefined;
8545
- f = message.getAbaFileId();
8546
- if (f !== 0) {
8547
- writer.writeInt64(
8548
- 1,
8549
- f
8550
- );
8551
- }
8552
- f = message.getFileName();
8553
- if (f.length > 0) {
8554
- writer.writeString(
8555
- 2,
8556
- f
8557
- );
8558
- }
8559
- f = message.getFileSize();
8560
- if (f !== 0) {
8561
- writer.writeInt64(
8562
- 3,
8563
- f
8564
- );
8565
- }
8566
- f = message.getFileHash();
8567
- if (f.length > 0) {
8568
- writer.writeString(
8569
- 4,
8570
- f
8571
- );
8572
- }
8573
- f = message.getStatus();
8574
- if (f !== 0.0) {
8575
- writer.writeEnum(
7971
+ f = message.getFileHash();
7972
+ if (f.length > 0) {
7973
+ writer.writeString(
7974
+ 4,
7975
+ f
7976
+ );
7977
+ }
7978
+ f = message.getStatus();
7979
+ if (f !== 0.0) {
7980
+ writer.writeEnum(
8576
7981
  5,
8577
7982
  f
8578
7983
  );
@@ -13153,7 +12558,6 @@ proto.payrollserviceapi.CreateEmployeeRequest.toObject = function(includeInstanc
13153
12558
  taxFileNumber: jspb.Message.getFieldWithDefault(msg, 5, ""),
13154
12559
  bankaccountsList: jspb.Message.toObjectList(msg.getBankaccountsList(),
13155
12560
  proto.payrollserviceapi.EmployeeBankAccountInfoRequest.toObject, includeInstance),
13156
- recordId: jspb.Message.getFieldWithDefault(msg, 7, 0),
13157
12561
  clientUserId: jspb.Message.getFieldWithDefault(msg, 8, 0)
13158
12562
  };
13159
12563
 
@@ -13216,10 +12620,6 @@ proto.payrollserviceapi.CreateEmployeeRequest.deserializeBinaryFromReader = func
13216
12620
  reader.readMessage(value,proto.payrollserviceapi.EmployeeBankAccountInfoRequest.deserializeBinaryFromReader);
13217
12621
  msg.addBankaccounts(value);
13218
12622
  break;
13219
- case 7:
13220
- var value = /** @type {number} */ (reader.readInt64());
13221
- msg.setRecordId(value);
13222
- break;
13223
12623
  case 8:
13224
12624
  var value = /** @type {number} */ (reader.readInt64());
13225
12625
  msg.setClientUserId(value);
@@ -13296,13 +12696,6 @@ proto.payrollserviceapi.CreateEmployeeRequest.serializeBinaryToWriter = function
13296
12696
  proto.payrollserviceapi.EmployeeBankAccountInfoRequest.serializeBinaryToWriter
13297
12697
  );
13298
12698
  }
13299
- f = message.getRecordId();
13300
- if (f !== 0) {
13301
- writer.writeInt64(
13302
- 7,
13303
- f
13304
- );
13305
- }
13306
12699
  f = message.getClientUserId();
13307
12700
  if (f !== 0) {
13308
12701
  writer.writeInt64(
@@ -13441,24 +12834,6 @@ proto.payrollserviceapi.CreateEmployeeRequest.prototype.clearBankaccountsList =
13441
12834
  };
13442
12835
 
13443
12836
 
13444
- /**
13445
- * optional int64 record_id = 7;
13446
- * @return {number}
13447
- */
13448
- proto.payrollserviceapi.CreateEmployeeRequest.prototype.getRecordId = function() {
13449
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
13450
- };
13451
-
13452
-
13453
- /**
13454
- * @param {number} value
13455
- * @return {!proto.payrollserviceapi.CreateEmployeeRequest} returns this
13456
- */
13457
- proto.payrollserviceapi.CreateEmployeeRequest.prototype.setRecordId = function(value) {
13458
- return jspb.Message.setProto3IntField(this, 7, value);
13459
- };
13460
-
13461
-
13462
12837
  /**
13463
12838
  * optional int64 client_user_id = 8;
13464
12839
  * @return {number}
@@ -13514,7 +12889,8 @@ proto.payrollserviceapi.EmployeeBankAccountInfoRequest.toObject = function(inclu
13514
12889
  accountNumber: jspb.Message.getFieldWithDefault(msg, 3, ""),
13515
12890
  accountName: jspb.Message.getFieldWithDefault(msg, 4, ""),
13516
12891
  verifiedmanually: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
13517
- deleted: jspb.Message.getBooleanFieldWithDefault(msg, 6, false)
12892
+ deleted: jspb.Message.getBooleanFieldWithDefault(msg, 6, false),
12893
+ recordId: jspb.Message.getFieldWithDefault(msg, 7, 0)
13518
12894
  };
13519
12895
 
13520
12896
  if (includeInstance) {
@@ -13575,6 +12951,10 @@ proto.payrollserviceapi.EmployeeBankAccountInfoRequest.deserializeBinaryFromRead
13575
12951
  var value = /** @type {boolean} */ (reader.readBool());
13576
12952
  msg.setDeleted(value);
13577
12953
  break;
12954
+ case 7:
12955
+ var value = /** @type {number} */ (reader.readInt64());
12956
+ msg.setRecordId(value);
12957
+ break;
13578
12958
  default:
13579
12959
  reader.skipField();
13580
12960
  break;
@@ -13646,6 +13026,13 @@ proto.payrollserviceapi.EmployeeBankAccountInfoRequest.serializeBinaryToWriter =
13646
13026
  f
13647
13027
  );
13648
13028
  }
13029
+ f = message.getRecordId();
13030
+ if (f !== 0) {
13031
+ writer.writeInt64(
13032
+ 7,
13033
+ f
13034
+ );
13035
+ }
13649
13036
  };
13650
13037
 
13651
13038
 
@@ -13757,6 +13144,24 @@ proto.payrollserviceapi.EmployeeBankAccountInfoRequest.prototype.setDeleted = fu
13757
13144
  };
13758
13145
 
13759
13146
 
13147
+ /**
13148
+ * optional int64 record_id = 7;
13149
+ * @return {number}
13150
+ */
13151
+ proto.payrollserviceapi.EmployeeBankAccountInfoRequest.prototype.getRecordId = function() {
13152
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
13153
+ };
13154
+
13155
+
13156
+ /**
13157
+ * @param {number} value
13158
+ * @return {!proto.payrollserviceapi.EmployeeBankAccountInfoRequest} returns this
13159
+ */
13160
+ proto.payrollserviceapi.EmployeeBankAccountInfoRequest.prototype.setRecordId = function(value) {
13161
+ return jspb.Message.setProto3IntField(this, 7, value);
13162
+ };
13163
+
13164
+
13760
13165
 
13761
13166
 
13762
13167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payroll-service-client-grpcweb",
3
- "version": "25.10.600",
3
+ "version": "25.10.606",
4
4
  "description": "payroll-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",