@sniipwebmaster/payroll-service-client-grpcweb 25.7.78 → 25.7.83

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.
@@ -43,12 +43,9 @@ goog.exportSymbol('proto.payrollserviceapi.DeleteBusinessResponse', null, global
43
43
  goog.exportSymbol('proto.payrollserviceapi.DeleteEmployeeRequest', null, global);
44
44
  goog.exportSymbol('proto.payrollserviceapi.DeleteEmployeeResponse', null, global);
45
45
  goog.exportSymbol('proto.payrollserviceapi.EmployeeDetails', null, global);
46
- goog.exportSymbol('proto.payrollserviceapi.EmployeePayment', null, global);
47
46
  goog.exportSymbol('proto.payrollserviceapi.EmployeeSummary', null, global);
48
47
  goog.exportSymbol('proto.payrollserviceapi.ExecutePayrollRequest', null, global);
49
48
  goog.exportSymbol('proto.payrollserviceapi.ExecutePayrollResponse', null, global);
50
- goog.exportSymbol('proto.payrollserviceapi.ExecutePayrollWorkflowRequest', null, global);
51
- goog.exportSymbol('proto.payrollserviceapi.ExecutePayrollWorkflowResponse', null, global);
52
49
  goog.exportSymbol('proto.payrollserviceapi.GetABAFileDetailsRequest', null, global);
53
50
  goog.exportSymbol('proto.payrollserviceapi.GetABAFileDetailsResponse', null, global);
54
51
  goog.exportSymbol('proto.payrollserviceapi.GetAgentUserRelationshipsRequest', null, global);
@@ -289,69 +286,6 @@ if (goog.DEBUG && !COMPILED) {
289
286
  */
290
287
  proto.payrollserviceapi.ExecutePayrollResponse.displayName = 'proto.payrollserviceapi.ExecutePayrollResponse';
291
288
  }
292
- /**
293
- * Generated by JsPbCodeGenerator.
294
- * @param {Array=} opt_data Optional initial data array, typically from a
295
- * server response, or constructed directly in Javascript. The array is used
296
- * in place and becomes part of the constructed object. It is not cloned.
297
- * If no data is provided, the constructed object will be empty, but still
298
- * valid.
299
- * @extends {jspb.Message}
300
- * @constructor
301
- */
302
- proto.payrollserviceapi.EmployeePayment = function(opt_data) {
303
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
304
- };
305
- goog.inherits(proto.payrollserviceapi.EmployeePayment, jspb.Message);
306
- if (goog.DEBUG && !COMPILED) {
307
- /**
308
- * @public
309
- * @override
310
- */
311
- proto.payrollserviceapi.EmployeePayment.displayName = 'proto.payrollserviceapi.EmployeePayment';
312
- }
313
- /**
314
- * Generated by JsPbCodeGenerator.
315
- * @param {Array=} opt_data Optional initial data array, typically from a
316
- * server response, or constructed directly in Javascript. The array is used
317
- * in place and becomes part of the constructed object. It is not cloned.
318
- * If no data is provided, the constructed object will be empty, but still
319
- * valid.
320
- * @extends {jspb.Message}
321
- * @constructor
322
- */
323
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest = function(opt_data) {
324
- jspb.Message.initialize(this, opt_data, 0, -1, proto.payrollserviceapi.ExecutePayrollWorkflowRequest.repeatedFields_, null);
325
- };
326
- goog.inherits(proto.payrollserviceapi.ExecutePayrollWorkflowRequest, jspb.Message);
327
- if (goog.DEBUG && !COMPILED) {
328
- /**
329
- * @public
330
- * @override
331
- */
332
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.displayName = 'proto.payrollserviceapi.ExecutePayrollWorkflowRequest';
333
- }
334
- /**
335
- * Generated by JsPbCodeGenerator.
336
- * @param {Array=} opt_data Optional initial data array, typically from a
337
- * server response, or constructed directly in Javascript. The array is used
338
- * in place and becomes part of the constructed object. It is not cloned.
339
- * If no data is provided, the constructed object will be empty, but still
340
- * valid.
341
- * @extends {jspb.Message}
342
- * @constructor
343
- */
344
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse = function(opt_data) {
345
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
346
- };
347
- goog.inherits(proto.payrollserviceapi.ExecutePayrollWorkflowResponse, jspb.Message);
348
- if (goog.DEBUG && !COMPILED) {
349
- /**
350
- * @public
351
- * @override
352
- */
353
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.displayName = 'proto.payrollserviceapi.ExecutePayrollWorkflowResponse';
354
- }
355
289
  /**
356
290
  * Generated by JsPbCodeGenerator.
357
291
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -3699,847 +3633,9 @@ proto.payrollserviceapi.GetBatchDetailsResponse.prototype.getMessage = function(
3699
3633
  */
3700
3634
  proto.payrollserviceapi.GetBatchDetailsResponse.prototype.setMessage = function(value) {
3701
3635
  return jspb.Message.setProto3StringField(this, 8, value);
3702
- };
3703
-
3704
-
3705
-
3706
-
3707
-
3708
- if (jspb.Message.GENERATE_TO_OBJECT) {
3709
- /**
3710
- * Creates an object representation of this proto.
3711
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3712
- * Optional fields that are not set will be set to undefined.
3713
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3714
- * For the list of reserved names please see:
3715
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3716
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3717
- * JSPB instance for transitional soy proto support:
3718
- * http://goto/soy-param-migration
3719
- * @return {!Object}
3720
- */
3721
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.toObject = function(opt_includeInstance) {
3722
- return proto.payrollserviceapi.ExecutePayrollRequest.toObject(opt_includeInstance, this);
3723
- };
3724
-
3725
-
3726
- /**
3727
- * Static version of the {@see toObject} method.
3728
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3729
- * the JSPB instance for transitional soy proto support:
3730
- * http://goto/soy-param-migration
3731
- * @param {!proto.payrollserviceapi.ExecutePayrollRequest} msg The msg instance to transform.
3732
- * @return {!Object}
3733
- * @suppress {unusedLocalVariables} f is only used for nested messages
3734
- */
3735
- proto.payrollserviceapi.ExecutePayrollRequest.toObject = function(includeInstance, msg) {
3736
- var f, obj = {
3737
- abaFileId: jspb.Message.getFieldWithDefault(msg, 1, 0),
3738
- businessId: jspb.Message.getFieldWithDefault(msg, 2, 0),
3739
- includeUnmatched: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
3740
- agentUserId: jspb.Message.getFieldWithDefault(msg, 4, 0),
3741
- clientUserId: jspb.Message.getFieldWithDefault(msg, 5, 0)
3742
- };
3743
-
3744
- if (includeInstance) {
3745
- obj.$jspbMessageInstance = msg;
3746
- }
3747
- return obj;
3748
- };
3749
- }
3750
-
3751
-
3752
- /**
3753
- * Deserializes binary data (in protobuf wire format).
3754
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
3755
- * @return {!proto.payrollserviceapi.ExecutePayrollRequest}
3756
- */
3757
- proto.payrollserviceapi.ExecutePayrollRequest.deserializeBinary = function(bytes) {
3758
- var reader = new jspb.BinaryReader(bytes);
3759
- var msg = new proto.payrollserviceapi.ExecutePayrollRequest;
3760
- return proto.payrollserviceapi.ExecutePayrollRequest.deserializeBinaryFromReader(msg, reader);
3761
- };
3762
-
3763
-
3764
- /**
3765
- * Deserializes binary data (in protobuf wire format) from the
3766
- * given reader into the given message object.
3767
- * @param {!proto.payrollserviceapi.ExecutePayrollRequest} msg The message object to deserialize into.
3768
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3769
- * @return {!proto.payrollserviceapi.ExecutePayrollRequest}
3770
- */
3771
- proto.payrollserviceapi.ExecutePayrollRequest.deserializeBinaryFromReader = function(msg, reader) {
3772
- while (reader.nextField()) {
3773
- if (reader.isEndGroup()) {
3774
- break;
3775
- }
3776
- var field = reader.getFieldNumber();
3777
- switch (field) {
3778
- case 1:
3779
- var value = /** @type {number} */ (reader.readInt64());
3780
- msg.setAbaFileId(value);
3781
- break;
3782
- case 2:
3783
- var value = /** @type {number} */ (reader.readInt64());
3784
- msg.setBusinessId(value);
3785
- break;
3786
- case 3:
3787
- var value = /** @type {boolean} */ (reader.readBool());
3788
- msg.setIncludeUnmatched(value);
3789
- break;
3790
- case 4:
3791
- var value = /** @type {number} */ (reader.readInt64());
3792
- msg.setAgentUserId(value);
3793
- break;
3794
- case 5:
3795
- var value = /** @type {number} */ (reader.readInt64());
3796
- msg.setClientUserId(value);
3797
- break;
3798
- default:
3799
- reader.skipField();
3800
- break;
3801
- }
3802
- }
3803
- return msg;
3804
- };
3805
-
3806
-
3807
- /**
3808
- * Serializes the message to binary data (in protobuf wire format).
3809
- * @return {!Uint8Array}
3810
- */
3811
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.serializeBinary = function() {
3812
- var writer = new jspb.BinaryWriter();
3813
- proto.payrollserviceapi.ExecutePayrollRequest.serializeBinaryToWriter(this, writer);
3814
- return writer.getResultBuffer();
3815
- };
3816
-
3817
-
3818
- /**
3819
- * Serializes the given message to binary data (in protobuf wire
3820
- * format), writing to the given BinaryWriter.
3821
- * @param {!proto.payrollserviceapi.ExecutePayrollRequest} message
3822
- * @param {!jspb.BinaryWriter} writer
3823
- * @suppress {unusedLocalVariables} f is only used for nested messages
3824
- */
3825
- proto.payrollserviceapi.ExecutePayrollRequest.serializeBinaryToWriter = function(message, writer) {
3826
- var f = undefined;
3827
- f = message.getAbaFileId();
3828
- if (f !== 0) {
3829
- writer.writeInt64(
3830
- 1,
3831
- f
3832
- );
3833
- }
3834
- f = message.getBusinessId();
3835
- if (f !== 0) {
3836
- writer.writeInt64(
3837
- 2,
3838
- f
3839
- );
3840
- }
3841
- f = message.getIncludeUnmatched();
3842
- if (f) {
3843
- writer.writeBool(
3844
- 3,
3845
- f
3846
- );
3847
- }
3848
- f = message.getAgentUserId();
3849
- if (f !== 0) {
3850
- writer.writeInt64(
3851
- 4,
3852
- f
3853
- );
3854
- }
3855
- f = message.getClientUserId();
3856
- if (f !== 0) {
3857
- writer.writeInt64(
3858
- 5,
3859
- f
3860
- );
3861
- }
3862
- };
3863
-
3864
-
3865
- /**
3866
- * optional int64 aba_file_id = 1;
3867
- * @return {number}
3868
- */
3869
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.getAbaFileId = function() {
3870
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
3871
- };
3872
-
3873
-
3874
- /**
3875
- * @param {number} value
3876
- * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
3877
- */
3878
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.setAbaFileId = function(value) {
3879
- return jspb.Message.setProto3IntField(this, 1, value);
3880
- };
3881
-
3882
-
3883
- /**
3884
- * optional int64 business_id = 2;
3885
- * @return {number}
3886
- */
3887
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.getBusinessId = function() {
3888
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
3889
- };
3890
-
3891
-
3892
- /**
3893
- * @param {number} value
3894
- * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
3895
- */
3896
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.setBusinessId = function(value) {
3897
- return jspb.Message.setProto3IntField(this, 2, value);
3898
- };
3899
-
3900
-
3901
- /**
3902
- * optional bool include_unmatched = 3;
3903
- * @return {boolean}
3904
- */
3905
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.getIncludeUnmatched = function() {
3906
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
3907
- };
3908
-
3909
-
3910
- /**
3911
- * @param {boolean} value
3912
- * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
3913
- */
3914
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.setIncludeUnmatched = function(value) {
3915
- return jspb.Message.setProto3BooleanField(this, 3, value);
3916
- };
3917
-
3918
-
3919
- /**
3920
- * optional int64 agent_user_id = 4;
3921
- * @return {number}
3922
- */
3923
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.getAgentUserId = function() {
3924
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
3925
- };
3926
-
3927
-
3928
- /**
3929
- * @param {number} value
3930
- * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
3931
- */
3932
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.setAgentUserId = function(value) {
3933
- return jspb.Message.setProto3IntField(this, 4, value);
3934
- };
3935
-
3936
-
3937
- /**
3938
- * optional int64 client_user_id = 5;
3939
- * @return {number}
3940
- */
3941
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.getClientUserId = function() {
3942
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
3943
- };
3944
-
3945
-
3946
- /**
3947
- * @param {number} value
3948
- * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
3949
- */
3950
- proto.payrollserviceapi.ExecutePayrollRequest.prototype.setClientUserId = function(value) {
3951
- return jspb.Message.setProto3IntField(this, 5, value);
3952
- };
3953
-
3954
-
3955
-
3956
-
3957
-
3958
- if (jspb.Message.GENERATE_TO_OBJECT) {
3959
- /**
3960
- * Creates an object representation of this proto.
3961
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
3962
- * Optional fields that are not set will be set to undefined.
3963
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3964
- * For the list of reserved names please see:
3965
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3966
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3967
- * JSPB instance for transitional soy proto support:
3968
- * http://goto/soy-param-migration
3969
- * @return {!Object}
3970
- */
3971
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.toObject = function(opt_includeInstance) {
3972
- return proto.payrollserviceapi.ExecutePayrollResponse.toObject(opt_includeInstance, this);
3973
- };
3974
-
3975
-
3976
- /**
3977
- * Static version of the {@see toObject} method.
3978
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3979
- * the JSPB instance for transitional soy proto support:
3980
- * http://goto/soy-param-migration
3981
- * @param {!proto.payrollserviceapi.ExecutePayrollResponse} msg The msg instance to transform.
3982
- * @return {!Object}
3983
- * @suppress {unusedLocalVariables} f is only used for nested messages
3984
- */
3985
- proto.payrollserviceapi.ExecutePayrollResponse.toObject = function(includeInstance, msg) {
3986
- var f, obj = {
3987
- responseCode: (f = msg.getResponseCode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
3988
- abaFileId: jspb.Message.getFieldWithDefault(msg, 2, 0),
3989
- processedRecords: jspb.Message.getFieldWithDefault(msg, 3, 0),
3990
- createdBillsCount: jspb.Message.getFieldWithDefault(msg, 4, 0),
3991
- skippedRecords: jspb.Message.getFieldWithDefault(msg, 5, 0),
3992
- message: jspb.Message.getFieldWithDefault(msg, 6, "")
3993
- };
3994
-
3995
- if (includeInstance) {
3996
- obj.$jspbMessageInstance = msg;
3997
- }
3998
- return obj;
3999
- };
4000
- }
4001
-
4002
-
4003
- /**
4004
- * Deserializes binary data (in protobuf wire format).
4005
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
4006
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse}
4007
- */
4008
- proto.payrollserviceapi.ExecutePayrollResponse.deserializeBinary = function(bytes) {
4009
- var reader = new jspb.BinaryReader(bytes);
4010
- var msg = new proto.payrollserviceapi.ExecutePayrollResponse;
4011
- return proto.payrollserviceapi.ExecutePayrollResponse.deserializeBinaryFromReader(msg, reader);
4012
- };
4013
-
4014
-
4015
- /**
4016
- * Deserializes binary data (in protobuf wire format) from the
4017
- * given reader into the given message object.
4018
- * @param {!proto.payrollserviceapi.ExecutePayrollResponse} msg The message object to deserialize into.
4019
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4020
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse}
4021
- */
4022
- proto.payrollserviceapi.ExecutePayrollResponse.deserializeBinaryFromReader = function(msg, reader) {
4023
- while (reader.nextField()) {
4024
- if (reader.isEndGroup()) {
4025
- break;
4026
- }
4027
- var field = reader.getFieldNumber();
4028
- switch (field) {
4029
- case 1:
4030
- var value = new proto.payrollserviceapi.ResponseCode;
4031
- reader.readMessage(value,proto.payrollserviceapi.ResponseCode.deserializeBinaryFromReader);
4032
- msg.setResponseCode(value);
4033
- break;
4034
- case 2:
4035
- var value = /** @type {number} */ (reader.readInt64());
4036
- msg.setAbaFileId(value);
4037
- break;
4038
- case 3:
4039
- var value = /** @type {number} */ (reader.readInt32());
4040
- msg.setProcessedRecords(value);
4041
- break;
4042
- case 4:
4043
- var value = /** @type {number} */ (reader.readInt32());
4044
- msg.setCreatedBillsCount(value);
4045
- break;
4046
- case 5:
4047
- var value = /** @type {number} */ (reader.readInt32());
4048
- msg.setSkippedRecords(value);
4049
- break;
4050
- case 6:
4051
- var value = /** @type {string} */ (reader.readString());
4052
- msg.setMessage(value);
4053
- break;
4054
- default:
4055
- reader.skipField();
4056
- break;
4057
- }
4058
- }
4059
- return msg;
4060
- };
4061
-
4062
-
4063
- /**
4064
- * Serializes the message to binary data (in protobuf wire format).
4065
- * @return {!Uint8Array}
4066
- */
4067
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.serializeBinary = function() {
4068
- var writer = new jspb.BinaryWriter();
4069
- proto.payrollserviceapi.ExecutePayrollResponse.serializeBinaryToWriter(this, writer);
4070
- return writer.getResultBuffer();
4071
- };
4072
-
4073
-
4074
- /**
4075
- * Serializes the given message to binary data (in protobuf wire
4076
- * format), writing to the given BinaryWriter.
4077
- * @param {!proto.payrollserviceapi.ExecutePayrollResponse} message
4078
- * @param {!jspb.BinaryWriter} writer
4079
- * @suppress {unusedLocalVariables} f is only used for nested messages
4080
- */
4081
- proto.payrollserviceapi.ExecutePayrollResponse.serializeBinaryToWriter = function(message, writer) {
4082
- var f = undefined;
4083
- f = message.getResponseCode();
4084
- if (f != null) {
4085
- writer.writeMessage(
4086
- 1,
4087
- f,
4088
- proto.payrollserviceapi.ResponseCode.serializeBinaryToWriter
4089
- );
4090
- }
4091
- f = message.getAbaFileId();
4092
- if (f !== 0) {
4093
- writer.writeInt64(
4094
- 2,
4095
- f
4096
- );
4097
- }
4098
- f = message.getProcessedRecords();
4099
- if (f !== 0) {
4100
- writer.writeInt32(
4101
- 3,
4102
- f
4103
- );
4104
- }
4105
- f = message.getCreatedBillsCount();
4106
- if (f !== 0) {
4107
- writer.writeInt32(
4108
- 4,
4109
- f
4110
- );
4111
- }
4112
- f = message.getSkippedRecords();
4113
- if (f !== 0) {
4114
- writer.writeInt32(
4115
- 5,
4116
- f
4117
- );
4118
- }
4119
- f = message.getMessage();
4120
- if (f.length > 0) {
4121
- writer.writeString(
4122
- 6,
4123
- f
4124
- );
4125
- }
4126
- };
4127
-
4128
-
4129
- /**
4130
- * optional ResponseCode response_code = 1;
4131
- * @return {?proto.payrollserviceapi.ResponseCode}
4132
- */
4133
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.getResponseCode = function() {
4134
- return /** @type{?proto.payrollserviceapi.ResponseCode} */ (
4135
- jspb.Message.getWrapperField(this, proto.payrollserviceapi.ResponseCode, 1));
4136
- };
4137
-
4138
-
4139
- /**
4140
- * @param {?proto.payrollserviceapi.ResponseCode|undefined} value
4141
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4142
- */
4143
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.setResponseCode = function(value) {
4144
- return jspb.Message.setWrapperField(this, 1, value);
4145
- };
4146
-
4147
-
4148
- /**
4149
- * Clears the message field making it undefined.
4150
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4151
- */
4152
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.clearResponseCode = function() {
4153
- return this.setResponseCode(undefined);
4154
- };
4155
-
4156
-
4157
- /**
4158
- * Returns whether this field is set.
4159
- * @return {boolean}
4160
- */
4161
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.hasResponseCode = function() {
4162
- return jspb.Message.getField(this, 1) != null;
4163
- };
4164
-
4165
-
4166
- /**
4167
- * optional int64 aba_file_id = 2;
4168
- * @return {number}
4169
- */
4170
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.getAbaFileId = function() {
4171
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
4172
- };
4173
-
4174
-
4175
- /**
4176
- * @param {number} value
4177
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4178
- */
4179
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.setAbaFileId = function(value) {
4180
- return jspb.Message.setProto3IntField(this, 2, value);
4181
- };
4182
-
4183
-
4184
- /**
4185
- * optional int32 processed_records = 3;
4186
- * @return {number}
4187
- */
4188
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.getProcessedRecords = function() {
4189
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
4190
- };
4191
-
4192
-
4193
- /**
4194
- * @param {number} value
4195
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4196
- */
4197
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.setProcessedRecords = function(value) {
4198
- return jspb.Message.setProto3IntField(this, 3, value);
4199
- };
4200
-
4201
-
4202
- /**
4203
- * optional int32 created_bills_count = 4;
4204
- * @return {number}
4205
- */
4206
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.getCreatedBillsCount = function() {
4207
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
4208
- };
4209
-
4210
-
4211
- /**
4212
- * @param {number} value
4213
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4214
- */
4215
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.setCreatedBillsCount = function(value) {
4216
- return jspb.Message.setProto3IntField(this, 4, value);
4217
- };
4218
-
4219
-
4220
- /**
4221
- * optional int32 skipped_records = 5;
4222
- * @return {number}
4223
- */
4224
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.getSkippedRecords = function() {
4225
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
4226
- };
4227
-
4228
-
4229
- /**
4230
- * @param {number} value
4231
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4232
- */
4233
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.setSkippedRecords = function(value) {
4234
- return jspb.Message.setProto3IntField(this, 5, value);
4235
- };
4236
-
4237
-
4238
- /**
4239
- * optional string message = 6;
4240
- * @return {string}
4241
- */
4242
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.getMessage = function() {
4243
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
4244
- };
4245
-
4246
-
4247
- /**
4248
- * @param {string} value
4249
- * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4250
- */
4251
- proto.payrollserviceapi.ExecutePayrollResponse.prototype.setMessage = function(value) {
4252
- return jspb.Message.setProto3StringField(this, 6, value);
4253
- };
4254
-
4255
-
4256
-
4257
-
4258
-
4259
- if (jspb.Message.GENERATE_TO_OBJECT) {
4260
- /**
4261
- * Creates an object representation of this proto.
4262
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
4263
- * Optional fields that are not set will be set to undefined.
4264
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
4265
- * For the list of reserved names please see:
4266
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
4267
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
4268
- * JSPB instance for transitional soy proto support:
4269
- * http://goto/soy-param-migration
4270
- * @return {!Object}
4271
- */
4272
- proto.payrollserviceapi.EmployeePayment.prototype.toObject = function(opt_includeInstance) {
4273
- return proto.payrollserviceapi.EmployeePayment.toObject(opt_includeInstance, this);
4274
- };
4275
-
4276
-
4277
- /**
4278
- * Static version of the {@see toObject} method.
4279
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4280
- * the JSPB instance for transitional soy proto support:
4281
- * http://goto/soy-param-migration
4282
- * @param {!proto.payrollserviceapi.EmployeePayment} msg The msg instance to transform.
4283
- * @return {!Object}
4284
- * @suppress {unusedLocalVariables} f is only used for nested messages
4285
- */
4286
- proto.payrollserviceapi.EmployeePayment.toObject = function(includeInstance, msg) {
4287
- var f, obj = {
4288
- employeeId: jspb.Message.getFieldWithDefault(msg, 1, 0),
4289
- employeeNumber: jspb.Message.getFieldWithDefault(msg, 2, ""),
4290
- amount: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0),
4291
- paymentDate: jspb.Message.getFieldWithDefault(msg, 4, ""),
4292
- status: jspb.Message.getFieldWithDefault(msg, 5, ""),
4293
- billerCode: jspb.Message.getFieldWithDefault(msg, 6, "")
4294
- };
4295
-
4296
- if (includeInstance) {
4297
- obj.$jspbMessageInstance = msg;
4298
- }
4299
- return obj;
4300
- };
4301
- }
4302
-
4303
-
4304
- /**
4305
- * Deserializes binary data (in protobuf wire format).
4306
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
4307
- * @return {!proto.payrollserviceapi.EmployeePayment}
4308
- */
4309
- proto.payrollserviceapi.EmployeePayment.deserializeBinary = function(bytes) {
4310
- var reader = new jspb.BinaryReader(bytes);
4311
- var msg = new proto.payrollserviceapi.EmployeePayment;
4312
- return proto.payrollserviceapi.EmployeePayment.deserializeBinaryFromReader(msg, reader);
4313
- };
4314
-
4315
-
4316
- /**
4317
- * Deserializes binary data (in protobuf wire format) from the
4318
- * given reader into the given message object.
4319
- * @param {!proto.payrollserviceapi.EmployeePayment} msg The message object to deserialize into.
4320
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4321
- * @return {!proto.payrollserviceapi.EmployeePayment}
4322
- */
4323
- proto.payrollserviceapi.EmployeePayment.deserializeBinaryFromReader = function(msg, reader) {
4324
- while (reader.nextField()) {
4325
- if (reader.isEndGroup()) {
4326
- break;
4327
- }
4328
- var field = reader.getFieldNumber();
4329
- switch (field) {
4330
- case 1:
4331
- var value = /** @type {number} */ (reader.readInt64());
4332
- msg.setEmployeeId(value);
4333
- break;
4334
- case 2:
4335
- var value = /** @type {string} */ (reader.readString());
4336
- msg.setEmployeeNumber(value);
4337
- break;
4338
- case 3:
4339
- var value = /** @type {number} */ (reader.readDouble());
4340
- msg.setAmount(value);
4341
- break;
4342
- case 4:
4343
- var value = /** @type {string} */ (reader.readString());
4344
- msg.setPaymentDate(value);
4345
- break;
4346
- case 5:
4347
- var value = /** @type {string} */ (reader.readString());
4348
- msg.setStatus(value);
4349
- break;
4350
- case 6:
4351
- var value = /** @type {string} */ (reader.readString());
4352
- msg.setBillerCode(value);
4353
- break;
4354
- default:
4355
- reader.skipField();
4356
- break;
4357
- }
4358
- }
4359
- return msg;
4360
- };
4361
-
4362
-
4363
- /**
4364
- * Serializes the message to binary data (in protobuf wire format).
4365
- * @return {!Uint8Array}
4366
- */
4367
- proto.payrollserviceapi.EmployeePayment.prototype.serializeBinary = function() {
4368
- var writer = new jspb.BinaryWriter();
4369
- proto.payrollserviceapi.EmployeePayment.serializeBinaryToWriter(this, writer);
4370
- return writer.getResultBuffer();
4371
- };
4372
-
4373
-
4374
- /**
4375
- * Serializes the given message to binary data (in protobuf wire
4376
- * format), writing to the given BinaryWriter.
4377
- * @param {!proto.payrollserviceapi.EmployeePayment} message
4378
- * @param {!jspb.BinaryWriter} writer
4379
- * @suppress {unusedLocalVariables} f is only used for nested messages
4380
- */
4381
- proto.payrollserviceapi.EmployeePayment.serializeBinaryToWriter = function(message, writer) {
4382
- var f = undefined;
4383
- f = message.getEmployeeId();
4384
- if (f !== 0) {
4385
- writer.writeInt64(
4386
- 1,
4387
- f
4388
- );
4389
- }
4390
- f = message.getEmployeeNumber();
4391
- if (f.length > 0) {
4392
- writer.writeString(
4393
- 2,
4394
- f
4395
- );
4396
- }
4397
- f = message.getAmount();
4398
- if (f !== 0.0) {
4399
- writer.writeDouble(
4400
- 3,
4401
- f
4402
- );
4403
- }
4404
- f = message.getPaymentDate();
4405
- if (f.length > 0) {
4406
- writer.writeString(
4407
- 4,
4408
- f
4409
- );
4410
- }
4411
- f = message.getStatus();
4412
- if (f.length > 0) {
4413
- writer.writeString(
4414
- 5,
4415
- f
4416
- );
4417
- }
4418
- f = message.getBillerCode();
4419
- if (f.length > 0) {
4420
- writer.writeString(
4421
- 6,
4422
- f
4423
- );
4424
- }
4425
- };
4426
-
4427
-
4428
- /**
4429
- * optional int64 employee_id = 1;
4430
- * @return {number}
4431
- */
4432
- proto.payrollserviceapi.EmployeePayment.prototype.getEmployeeId = function() {
4433
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
4434
- };
4435
-
4436
-
4437
- /**
4438
- * @param {number} value
4439
- * @return {!proto.payrollserviceapi.EmployeePayment} returns this
4440
- */
4441
- proto.payrollserviceapi.EmployeePayment.prototype.setEmployeeId = function(value) {
4442
- return jspb.Message.setProto3IntField(this, 1, value);
4443
- };
4444
-
4445
-
4446
- /**
4447
- * optional string employee_number = 2;
4448
- * @return {string}
4449
- */
4450
- proto.payrollserviceapi.EmployeePayment.prototype.getEmployeeNumber = function() {
4451
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
4452
- };
4453
-
4454
-
4455
- /**
4456
- * @param {string} value
4457
- * @return {!proto.payrollserviceapi.EmployeePayment} returns this
4458
- */
4459
- proto.payrollserviceapi.EmployeePayment.prototype.setEmployeeNumber = function(value) {
4460
- return jspb.Message.setProto3StringField(this, 2, value);
4461
- };
4462
-
4463
-
4464
- /**
4465
- * optional double amount = 3;
4466
- * @return {number}
4467
- */
4468
- proto.payrollserviceapi.EmployeePayment.prototype.getAmount = function() {
4469
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
4470
- };
4471
-
4472
-
4473
- /**
4474
- * @param {number} value
4475
- * @return {!proto.payrollserviceapi.EmployeePayment} returns this
4476
- */
4477
- proto.payrollserviceapi.EmployeePayment.prototype.setAmount = function(value) {
4478
- return jspb.Message.setProto3FloatField(this, 3, value);
4479
- };
4480
-
4481
-
4482
- /**
4483
- * optional string payment_date = 4;
4484
- * @return {string}
4485
- */
4486
- proto.payrollserviceapi.EmployeePayment.prototype.getPaymentDate = function() {
4487
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
4488
- };
4489
-
4490
-
4491
- /**
4492
- * @param {string} value
4493
- * @return {!proto.payrollserviceapi.EmployeePayment} returns this
4494
- */
4495
- proto.payrollserviceapi.EmployeePayment.prototype.setPaymentDate = function(value) {
4496
- return jspb.Message.setProto3StringField(this, 4, value);
4497
- };
4498
-
4499
-
4500
- /**
4501
- * optional string status = 5;
4502
- * @return {string}
4503
- */
4504
- proto.payrollserviceapi.EmployeePayment.prototype.getStatus = function() {
4505
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
4506
- };
4507
-
4508
-
4509
- /**
4510
- * @param {string} value
4511
- * @return {!proto.payrollserviceapi.EmployeePayment} returns this
4512
- */
4513
- proto.payrollserviceapi.EmployeePayment.prototype.setStatus = function(value) {
4514
- return jspb.Message.setProto3StringField(this, 5, value);
4515
- };
4516
-
4517
-
4518
- /**
4519
- * optional string biller_code = 6;
4520
- * @return {string}
4521
- */
4522
- proto.payrollserviceapi.EmployeePayment.prototype.getBillerCode = function() {
4523
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
4524
- };
4525
-
4526
-
4527
- /**
4528
- * @param {string} value
4529
- * @return {!proto.payrollserviceapi.EmployeePayment} returns this
4530
- */
4531
- proto.payrollserviceapi.EmployeePayment.prototype.setBillerCode = function(value) {
4532
- return jspb.Message.setProto3StringField(this, 6, value);
4533
- };
4534
-
4535
-
4536
-
4537
- /**
4538
- * List of repeated fields within this message type.
4539
- * @private {!Array<number>}
4540
- * @const
4541
- */
4542
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.repeatedFields_ = [4];
3636
+ };
3637
+
3638
+
4543
3639
 
4544
3640
 
4545
3641
 
@@ -4556,8 +3652,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
4556
3652
  * http://goto/soy-param-migration
4557
3653
  * @return {!Object}
4558
3654
  */
4559
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.toObject = function(opt_includeInstance) {
4560
- return proto.payrollserviceapi.ExecutePayrollWorkflowRequest.toObject(opt_includeInstance, this);
3655
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.toObject = function(opt_includeInstance) {
3656
+ return proto.payrollserviceapi.ExecutePayrollRequest.toObject(opt_includeInstance, this);
4561
3657
  };
4562
3658
 
4563
3659
 
@@ -4566,19 +3662,17 @@ proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.toObject = funct
4566
3662
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4567
3663
  * the JSPB instance for transitional soy proto support:
4568
3664
  * http://goto/soy-param-migration
4569
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} msg The msg instance to transform.
3665
+ * @param {!proto.payrollserviceapi.ExecutePayrollRequest} msg The msg instance to transform.
4570
3666
  * @return {!Object}
4571
3667
  * @suppress {unusedLocalVariables} f is only used for nested messages
4572
3668
  */
4573
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.toObject = function(includeInstance, msg) {
3669
+ proto.payrollserviceapi.ExecutePayrollRequest.toObject = function(includeInstance, msg) {
4574
3670
  var f, obj = {
4575
- businessId: jspb.Message.getFieldWithDefault(msg, 1, 0),
4576
- abaFileId: jspb.Message.getFieldWithDefault(msg, 2, 0),
4577
- batchName: jspb.Message.getFieldWithDefault(msg, 3, ""),
4578
- employeePaymentsList: jspb.Message.toObjectList(msg.getEmployeePaymentsList(),
4579
- proto.payrollserviceapi.EmployeePayment.toObject, includeInstance),
4580
- agentUserId: jspb.Message.getFieldWithDefault(msg, 5, 0),
4581
- clientUserId: jspb.Message.getFieldWithDefault(msg, 6, 0)
3671
+ abaFileId: jspb.Message.getFieldWithDefault(msg, 1, 0),
3672
+ businessId: jspb.Message.getFieldWithDefault(msg, 2, 0),
3673
+ includeUnmatched: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
3674
+ agentUserId: jspb.Message.getFieldWithDefault(msg, 4, 0),
3675
+ clientUserId: jspb.Message.getFieldWithDefault(msg, 5, 0)
4582
3676
  };
4583
3677
 
4584
3678
  if (includeInstance) {
@@ -4592,23 +3686,23 @@ proto.payrollserviceapi.ExecutePayrollWorkflowRequest.toObject = function(includ
4592
3686
  /**
4593
3687
  * Deserializes binary data (in protobuf wire format).
4594
3688
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
4595
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest}
3689
+ * @return {!proto.payrollserviceapi.ExecutePayrollRequest}
4596
3690
  */
4597
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.deserializeBinary = function(bytes) {
3691
+ proto.payrollserviceapi.ExecutePayrollRequest.deserializeBinary = function(bytes) {
4598
3692
  var reader = new jspb.BinaryReader(bytes);
4599
- var msg = new proto.payrollserviceapi.ExecutePayrollWorkflowRequest;
4600
- return proto.payrollserviceapi.ExecutePayrollWorkflowRequest.deserializeBinaryFromReader(msg, reader);
3693
+ var msg = new proto.payrollserviceapi.ExecutePayrollRequest;
3694
+ return proto.payrollserviceapi.ExecutePayrollRequest.deserializeBinaryFromReader(msg, reader);
4601
3695
  };
4602
3696
 
4603
3697
 
4604
3698
  /**
4605
3699
  * Deserializes binary data (in protobuf wire format) from the
4606
3700
  * given reader into the given message object.
4607
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} msg The message object to deserialize into.
3701
+ * @param {!proto.payrollserviceapi.ExecutePayrollRequest} msg The message object to deserialize into.
4608
3702
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4609
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest}
3703
+ * @return {!proto.payrollserviceapi.ExecutePayrollRequest}
4610
3704
  */
4611
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.deserializeBinaryFromReader = function(msg, reader) {
3705
+ proto.payrollserviceapi.ExecutePayrollRequest.deserializeBinaryFromReader = function(msg, reader) {
4612
3706
  while (reader.nextField()) {
4613
3707
  if (reader.isEndGroup()) {
4614
3708
  break;
@@ -4617,26 +3711,21 @@ proto.payrollserviceapi.ExecutePayrollWorkflowRequest.deserializeBinaryFromReade
4617
3711
  switch (field) {
4618
3712
  case 1:
4619
3713
  var value = /** @type {number} */ (reader.readInt64());
4620
- msg.setBusinessId(value);
3714
+ msg.setAbaFileId(value);
4621
3715
  break;
4622
3716
  case 2:
4623
3717
  var value = /** @type {number} */ (reader.readInt64());
4624
- msg.setAbaFileId(value);
3718
+ msg.setBusinessId(value);
4625
3719
  break;
4626
3720
  case 3:
4627
- var value = /** @type {string} */ (reader.readString());
4628
- msg.setBatchName(value);
3721
+ var value = /** @type {boolean} */ (reader.readBool());
3722
+ msg.setIncludeUnmatched(value);
4629
3723
  break;
4630
3724
  case 4:
4631
- var value = new proto.payrollserviceapi.EmployeePayment;
4632
- reader.readMessage(value,proto.payrollserviceapi.EmployeePayment.deserializeBinaryFromReader);
4633
- msg.addEmployeePayments(value);
4634
- break;
4635
- case 5:
4636
3725
  var value = /** @type {number} */ (reader.readInt64());
4637
3726
  msg.setAgentUserId(value);
4638
3727
  break;
4639
- case 6:
3728
+ case 5:
4640
3729
  var value = /** @type {number} */ (reader.readInt64());
4641
3730
  msg.setClientUserId(value);
4642
3731
  break;
@@ -4653,9 +3742,9 @@ proto.payrollserviceapi.ExecutePayrollWorkflowRequest.deserializeBinaryFromReade
4653
3742
  * Serializes the message to binary data (in protobuf wire format).
4654
3743
  * @return {!Uint8Array}
4655
3744
  */
4656
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.serializeBinary = function() {
3745
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.serializeBinary = function() {
4657
3746
  var writer = new jspb.BinaryWriter();
4658
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.serializeBinaryToWriter(this, writer);
3747
+ proto.payrollserviceapi.ExecutePayrollRequest.serializeBinaryToWriter(this, writer);
4659
3748
  return writer.getResultBuffer();
4660
3749
  };
4661
3750
 
@@ -4663,52 +3752,44 @@ proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.serializeBinary
4663
3752
  /**
4664
3753
  * Serializes the given message to binary data (in protobuf wire
4665
3754
  * format), writing to the given BinaryWriter.
4666
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} message
3755
+ * @param {!proto.payrollserviceapi.ExecutePayrollRequest} message
4667
3756
  * @param {!jspb.BinaryWriter} writer
4668
3757
  * @suppress {unusedLocalVariables} f is only used for nested messages
4669
3758
  */
4670
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.serializeBinaryToWriter = function(message, writer) {
3759
+ proto.payrollserviceapi.ExecutePayrollRequest.serializeBinaryToWriter = function(message, writer) {
4671
3760
  var f = undefined;
4672
- f = message.getBusinessId();
3761
+ f = message.getAbaFileId();
4673
3762
  if (f !== 0) {
4674
3763
  writer.writeInt64(
4675
3764
  1,
4676
3765
  f
4677
3766
  );
4678
3767
  }
4679
- f = message.getAbaFileId();
3768
+ f = message.getBusinessId();
4680
3769
  if (f !== 0) {
4681
3770
  writer.writeInt64(
4682
3771
  2,
4683
3772
  f
4684
3773
  );
4685
3774
  }
4686
- f = message.getBatchName();
4687
- if (f.length > 0) {
4688
- writer.writeString(
3775
+ f = message.getIncludeUnmatched();
3776
+ if (f) {
3777
+ writer.writeBool(
4689
3778
  3,
4690
3779
  f
4691
3780
  );
4692
3781
  }
4693
- f = message.getEmployeePaymentsList();
4694
- if (f.length > 0) {
4695
- writer.writeRepeatedMessage(
4696
- 4,
4697
- f,
4698
- proto.payrollserviceapi.EmployeePayment.serializeBinaryToWriter
4699
- );
4700
- }
4701
3782
  f = message.getAgentUserId();
4702
3783
  if (f !== 0) {
4703
3784
  writer.writeInt64(
4704
- 5,
3785
+ 4,
4705
3786
  f
4706
3787
  );
4707
3788
  }
4708
3789
  f = message.getClientUserId();
4709
3790
  if (f !== 0) {
4710
3791
  writer.writeInt64(
4711
- 6,
3792
+ 5,
4712
3793
  f
4713
3794
  );
4714
3795
  }
@@ -4716,130 +3797,92 @@ proto.payrollserviceapi.ExecutePayrollWorkflowRequest.serializeBinaryToWriter =
4716
3797
 
4717
3798
 
4718
3799
  /**
4719
- * optional int64 business_id = 1;
3800
+ * optional int64 aba_file_id = 1;
4720
3801
  * @return {number}
4721
3802
  */
4722
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.getBusinessId = function() {
3803
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.getAbaFileId = function() {
4723
3804
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
4724
3805
  };
4725
3806
 
4726
3807
 
4727
3808
  /**
4728
3809
  * @param {number} value
4729
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} returns this
3810
+ * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
4730
3811
  */
4731
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.setBusinessId = function(value) {
3812
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.setAbaFileId = function(value) {
4732
3813
  return jspb.Message.setProto3IntField(this, 1, value);
4733
3814
  };
4734
3815
 
4735
3816
 
4736
3817
  /**
4737
- * optional int64 aba_file_id = 2;
3818
+ * optional int64 business_id = 2;
4738
3819
  * @return {number}
4739
3820
  */
4740
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.getAbaFileId = function() {
3821
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.getBusinessId = function() {
4741
3822
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
4742
3823
  };
4743
3824
 
4744
3825
 
4745
3826
  /**
4746
3827
  * @param {number} value
4747
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} returns this
3828
+ * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
4748
3829
  */
4749
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.setAbaFileId = function(value) {
3830
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.setBusinessId = function(value) {
4750
3831
  return jspb.Message.setProto3IntField(this, 2, value);
4751
3832
  };
4752
3833
 
4753
3834
 
4754
3835
  /**
4755
- * optional string batch_name = 3;
4756
- * @return {string}
4757
- */
4758
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.getBatchName = function() {
4759
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
4760
- };
4761
-
4762
-
4763
- /**
4764
- * @param {string} value
4765
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} returns this
4766
- */
4767
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.setBatchName = function(value) {
4768
- return jspb.Message.setProto3StringField(this, 3, value);
4769
- };
4770
-
4771
-
4772
- /**
4773
- * repeated EmployeePayment employee_payments = 4;
4774
- * @return {!Array<!proto.payrollserviceapi.EmployeePayment>}
4775
- */
4776
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.getEmployeePaymentsList = function() {
4777
- return /** @type{!Array<!proto.payrollserviceapi.EmployeePayment>} */ (
4778
- jspb.Message.getRepeatedWrapperField(this, proto.payrollserviceapi.EmployeePayment, 4));
4779
- };
4780
-
4781
-
4782
- /**
4783
- * @param {!Array<!proto.payrollserviceapi.EmployeePayment>} value
4784
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} returns this
4785
- */
4786
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.setEmployeePaymentsList = function(value) {
4787
- return jspb.Message.setRepeatedWrapperField(this, 4, value);
4788
- };
4789
-
4790
-
4791
- /**
4792
- * @param {!proto.payrollserviceapi.EmployeePayment=} opt_value
4793
- * @param {number=} opt_index
4794
- * @return {!proto.payrollserviceapi.EmployeePayment}
3836
+ * optional bool include_unmatched = 3;
3837
+ * @return {boolean}
4795
3838
  */
4796
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.addEmployeePayments = function(opt_value, opt_index) {
4797
- return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.payrollserviceapi.EmployeePayment, opt_index);
3839
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.getIncludeUnmatched = function() {
3840
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
4798
3841
  };
4799
3842
 
4800
3843
 
4801
3844
  /**
4802
- * Clears the list making it empty but non-null.
4803
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} returns this
3845
+ * @param {boolean} value
3846
+ * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
4804
3847
  */
4805
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.clearEmployeePaymentsList = function() {
4806
- return this.setEmployeePaymentsList([]);
3848
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.setIncludeUnmatched = function(value) {
3849
+ return jspb.Message.setProto3BooleanField(this, 3, value);
4807
3850
  };
4808
3851
 
4809
3852
 
4810
3853
  /**
4811
- * optional int64 agent_user_id = 5;
3854
+ * optional int64 agent_user_id = 4;
4812
3855
  * @return {number}
4813
3856
  */
4814
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.getAgentUserId = function() {
4815
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
3857
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.getAgentUserId = function() {
3858
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
4816
3859
  };
4817
3860
 
4818
3861
 
4819
3862
  /**
4820
3863
  * @param {number} value
4821
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} returns this
3864
+ * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
4822
3865
  */
4823
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.setAgentUserId = function(value) {
4824
- return jspb.Message.setProto3IntField(this, 5, value);
3866
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.setAgentUserId = function(value) {
3867
+ return jspb.Message.setProto3IntField(this, 4, value);
4825
3868
  };
4826
3869
 
4827
3870
 
4828
3871
  /**
4829
- * optional int64 client_user_id = 6;
3872
+ * optional int64 client_user_id = 5;
4830
3873
  * @return {number}
4831
3874
  */
4832
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.getClientUserId = function() {
4833
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
3875
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.getClientUserId = function() {
3876
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
4834
3877
  };
4835
3878
 
4836
3879
 
4837
3880
  /**
4838
3881
  * @param {number} value
4839
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowRequest} returns this
3882
+ * @return {!proto.payrollserviceapi.ExecutePayrollRequest} returns this
4840
3883
  */
4841
- proto.payrollserviceapi.ExecutePayrollWorkflowRequest.prototype.setClientUserId = function(value) {
4842
- return jspb.Message.setProto3IntField(this, 6, value);
3884
+ proto.payrollserviceapi.ExecutePayrollRequest.prototype.setClientUserId = function(value) {
3885
+ return jspb.Message.setProto3IntField(this, 5, value);
4843
3886
  };
4844
3887
 
4845
3888
 
@@ -4859,8 +3902,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
4859
3902
  * http://goto/soy-param-migration
4860
3903
  * @return {!Object}
4861
3904
  */
4862
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.toObject = function(opt_includeInstance) {
4863
- return proto.payrollserviceapi.ExecutePayrollWorkflowResponse.toObject(opt_includeInstance, this);
3905
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.toObject = function(opt_includeInstance) {
3906
+ return proto.payrollserviceapi.ExecutePayrollResponse.toObject(opt_includeInstance, this);
4864
3907
  };
4865
3908
 
4866
3909
 
@@ -4869,16 +3912,18 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.toObject = func
4869
3912
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
4870
3913
  * the JSPB instance for transitional soy proto support:
4871
3914
  * http://goto/soy-param-migration
4872
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse} msg The msg instance to transform.
3915
+ * @param {!proto.payrollserviceapi.ExecutePayrollResponse} msg The msg instance to transform.
4873
3916
  * @return {!Object}
4874
3917
  * @suppress {unusedLocalVariables} f is only used for nested messages
4875
3918
  */
4876
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.toObject = function(includeInstance, msg) {
3919
+ proto.payrollserviceapi.ExecutePayrollResponse.toObject = function(includeInstance, msg) {
4877
3920
  var f, obj = {
4878
3921
  responseCode: (f = msg.getResponseCode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
4879
3922
  abaFileId: jspb.Message.getFieldWithDefault(msg, 2, 0),
4880
- createdBillsCount: jspb.Message.getFieldWithDefault(msg, 3, 0),
4881
- message: jspb.Message.getFieldWithDefault(msg, 4, "")
3923
+ processedRecords: jspb.Message.getFieldWithDefault(msg, 3, 0),
3924
+ createdBillsCount: jspb.Message.getFieldWithDefault(msg, 4, 0),
3925
+ skippedRecords: jspb.Message.getFieldWithDefault(msg, 5, 0),
3926
+ message: jspb.Message.getFieldWithDefault(msg, 6, "")
4882
3927
  };
4883
3928
 
4884
3929
  if (includeInstance) {
@@ -4892,23 +3937,23 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.toObject = function(inclu
4892
3937
  /**
4893
3938
  * Deserializes binary data (in protobuf wire format).
4894
3939
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
4895
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse}
3940
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse}
4896
3941
  */
4897
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.deserializeBinary = function(bytes) {
3942
+ proto.payrollserviceapi.ExecutePayrollResponse.deserializeBinary = function(bytes) {
4898
3943
  var reader = new jspb.BinaryReader(bytes);
4899
- var msg = new proto.payrollserviceapi.ExecutePayrollWorkflowResponse;
4900
- return proto.payrollserviceapi.ExecutePayrollWorkflowResponse.deserializeBinaryFromReader(msg, reader);
3944
+ var msg = new proto.payrollserviceapi.ExecutePayrollResponse;
3945
+ return proto.payrollserviceapi.ExecutePayrollResponse.deserializeBinaryFromReader(msg, reader);
4901
3946
  };
4902
3947
 
4903
3948
 
4904
3949
  /**
4905
3950
  * Deserializes binary data (in protobuf wire format) from the
4906
3951
  * given reader into the given message object.
4907
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse} msg The message object to deserialize into.
3952
+ * @param {!proto.payrollserviceapi.ExecutePayrollResponse} msg The message object to deserialize into.
4908
3953
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4909
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse}
3954
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse}
4910
3955
  */
4911
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.deserializeBinaryFromReader = function(msg, reader) {
3956
+ proto.payrollserviceapi.ExecutePayrollResponse.deserializeBinaryFromReader = function(msg, reader) {
4912
3957
  while (reader.nextField()) {
4913
3958
  if (reader.isEndGroup()) {
4914
3959
  break;
@@ -4926,9 +3971,17 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.deserializeBinaryFromRead
4926
3971
  break;
4927
3972
  case 3:
4928
3973
  var value = /** @type {number} */ (reader.readInt32());
4929
- msg.setCreatedBillsCount(value);
3974
+ msg.setProcessedRecords(value);
4930
3975
  break;
4931
3976
  case 4:
3977
+ var value = /** @type {number} */ (reader.readInt32());
3978
+ msg.setCreatedBillsCount(value);
3979
+ break;
3980
+ case 5:
3981
+ var value = /** @type {number} */ (reader.readInt32());
3982
+ msg.setSkippedRecords(value);
3983
+ break;
3984
+ case 6:
4932
3985
  var value = /** @type {string} */ (reader.readString());
4933
3986
  msg.setMessage(value);
4934
3987
  break;
@@ -4945,9 +3998,9 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.deserializeBinaryFromRead
4945
3998
  * Serializes the message to binary data (in protobuf wire format).
4946
3999
  * @return {!Uint8Array}
4947
4000
  */
4948
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.serializeBinary = function() {
4001
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.serializeBinary = function() {
4949
4002
  var writer = new jspb.BinaryWriter();
4950
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.serializeBinaryToWriter(this, writer);
4003
+ proto.payrollserviceapi.ExecutePayrollResponse.serializeBinaryToWriter(this, writer);
4951
4004
  return writer.getResultBuffer();
4952
4005
  };
4953
4006
 
@@ -4955,11 +4008,11 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.serializeBinary
4955
4008
  /**
4956
4009
  * Serializes the given message to binary data (in protobuf wire
4957
4010
  * format), writing to the given BinaryWriter.
4958
- * @param {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse} message
4011
+ * @param {!proto.payrollserviceapi.ExecutePayrollResponse} message
4959
4012
  * @param {!jspb.BinaryWriter} writer
4960
4013
  * @suppress {unusedLocalVariables} f is only used for nested messages
4961
4014
  */
4962
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.serializeBinaryToWriter = function(message, writer) {
4015
+ proto.payrollserviceapi.ExecutePayrollResponse.serializeBinaryToWriter = function(message, writer) {
4963
4016
  var f = undefined;
4964
4017
  f = message.getResponseCode();
4965
4018
  if (f != null) {
@@ -4976,17 +4029,31 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.serializeBinaryToWriter =
4976
4029
  f
4977
4030
  );
4978
4031
  }
4979
- f = message.getCreatedBillsCount();
4032
+ f = message.getProcessedRecords();
4980
4033
  if (f !== 0) {
4981
4034
  writer.writeInt32(
4982
4035
  3,
4983
4036
  f
4984
4037
  );
4985
4038
  }
4039
+ f = message.getCreatedBillsCount();
4040
+ if (f !== 0) {
4041
+ writer.writeInt32(
4042
+ 4,
4043
+ f
4044
+ );
4045
+ }
4046
+ f = message.getSkippedRecords();
4047
+ if (f !== 0) {
4048
+ writer.writeInt32(
4049
+ 5,
4050
+ f
4051
+ );
4052
+ }
4986
4053
  f = message.getMessage();
4987
4054
  if (f.length > 0) {
4988
4055
  writer.writeString(
4989
- 4,
4056
+ 6,
4990
4057
  f
4991
4058
  );
4992
4059
  }
@@ -4997,7 +4064,7 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.serializeBinaryToWriter =
4997
4064
  * optional ResponseCode response_code = 1;
4998
4065
  * @return {?proto.payrollserviceapi.ResponseCode}
4999
4066
  */
5000
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.getResponseCode = function() {
4067
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.getResponseCode = function() {
5001
4068
  return /** @type{?proto.payrollserviceapi.ResponseCode} */ (
5002
4069
  jspb.Message.getWrapperField(this, proto.payrollserviceapi.ResponseCode, 1));
5003
4070
  };
@@ -5005,18 +4072,18 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.getResponseCode
5005
4072
 
5006
4073
  /**
5007
4074
  * @param {?proto.payrollserviceapi.ResponseCode|undefined} value
5008
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse} returns this
4075
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
5009
4076
  */
5010
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.setResponseCode = function(value) {
4077
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.setResponseCode = function(value) {
5011
4078
  return jspb.Message.setWrapperField(this, 1, value);
5012
4079
  };
5013
4080
 
5014
4081
 
5015
4082
  /**
5016
4083
  * Clears the message field making it undefined.
5017
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse} returns this
4084
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
5018
4085
  */
5019
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.clearResponseCode = function() {
4086
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.clearResponseCode = function() {
5020
4087
  return this.setResponseCode(undefined);
5021
4088
  };
5022
4089
 
@@ -5025,7 +4092,7 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.clearResponseCo
5025
4092
  * Returns whether this field is set.
5026
4093
  * @return {boolean}
5027
4094
  */
5028
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.hasResponseCode = function() {
4095
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.hasResponseCode = function() {
5029
4096
  return jspb.Message.getField(this, 1) != null;
5030
4097
  };
5031
4098
 
@@ -5034,53 +4101,89 @@ proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.hasResponseCode
5034
4101
  * optional int64 aba_file_id = 2;
5035
4102
  * @return {number}
5036
4103
  */
5037
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.getAbaFileId = function() {
4104
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.getAbaFileId = function() {
5038
4105
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
5039
4106
  };
5040
4107
 
5041
4108
 
5042
4109
  /**
5043
4110
  * @param {number} value
5044
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse} returns this
4111
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
5045
4112
  */
5046
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.setAbaFileId = function(value) {
4113
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.setAbaFileId = function(value) {
5047
4114
  return jspb.Message.setProto3IntField(this, 2, value);
5048
4115
  };
5049
4116
 
5050
4117
 
5051
4118
  /**
5052
- * optional int32 created_bills_count = 3;
4119
+ * optional int32 processed_records = 3;
5053
4120
  * @return {number}
5054
4121
  */
5055
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.getCreatedBillsCount = function() {
4122
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.getProcessedRecords = function() {
5056
4123
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
5057
4124
  };
5058
4125
 
5059
4126
 
5060
4127
  /**
5061
4128
  * @param {number} value
5062
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse} returns this
4129
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
5063
4130
  */
5064
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.setCreatedBillsCount = function(value) {
4131
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.setProcessedRecords = function(value) {
5065
4132
  return jspb.Message.setProto3IntField(this, 3, value);
5066
4133
  };
5067
4134
 
5068
4135
 
5069
4136
  /**
5070
- * optional string message = 4;
4137
+ * optional int32 created_bills_count = 4;
4138
+ * @return {number}
4139
+ */
4140
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.getCreatedBillsCount = function() {
4141
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
4142
+ };
4143
+
4144
+
4145
+ /**
4146
+ * @param {number} value
4147
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4148
+ */
4149
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.setCreatedBillsCount = function(value) {
4150
+ return jspb.Message.setProto3IntField(this, 4, value);
4151
+ };
4152
+
4153
+
4154
+ /**
4155
+ * optional int32 skipped_records = 5;
4156
+ * @return {number}
4157
+ */
4158
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.getSkippedRecords = function() {
4159
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
4160
+ };
4161
+
4162
+
4163
+ /**
4164
+ * @param {number} value
4165
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
4166
+ */
4167
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.setSkippedRecords = function(value) {
4168
+ return jspb.Message.setProto3IntField(this, 5, value);
4169
+ };
4170
+
4171
+
4172
+ /**
4173
+ * optional string message = 6;
5071
4174
  * @return {string}
5072
4175
  */
5073
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.getMessage = function() {
5074
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
4176
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.getMessage = function() {
4177
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
5075
4178
  };
5076
4179
 
5077
4180
 
5078
4181
  /**
5079
4182
  * @param {string} value
5080
- * @return {!proto.payrollserviceapi.ExecutePayrollWorkflowResponse} returns this
4183
+ * @return {!proto.payrollserviceapi.ExecutePayrollResponse} returns this
5081
4184
  */
5082
- proto.payrollserviceapi.ExecutePayrollWorkflowResponse.prototype.setMessage = function(value) {
5083
- return jspb.Message.setProto3StringField(this, 4, value);
4185
+ proto.payrollserviceapi.ExecutePayrollResponse.prototype.setMessage = function(value) {
4186
+ return jspb.Message.setProto3StringField(this, 6, value);
5084
4187
  };
5085
4188
 
5086
4189
 
@@ -17140,7 +16243,7 @@ proto.payrollserviceapi.GetAgentUserRelationshipsRequest.prototype.toObject = fu
17140
16243
  */
17141
16244
  proto.payrollserviceapi.GetAgentUserRelationshipsRequest.toObject = function(includeInstance, msg) {
17142
16245
  var f, obj = {
17143
- userId: jspb.Message.getFieldWithDefault(msg, 1, 0)
16246
+
17144
16247
  };
17145
16248
 
17146
16249
  if (includeInstance) {
@@ -17177,10 +16280,6 @@ proto.payrollserviceapi.GetAgentUserRelationshipsRequest.deserializeBinaryFromRe
17177
16280
  }
17178
16281
  var field = reader.getFieldNumber();
17179
16282
  switch (field) {
17180
- case 1:
17181
- var value = /** @type {number} */ (reader.readInt64());
17182
- msg.setUserId(value);
17183
- break;
17184
16283
  default:
17185
16284
  reader.skipField();
17186
16285
  break;
@@ -17210,31 +16309,6 @@ proto.payrollserviceapi.GetAgentUserRelationshipsRequest.prototype.serializeBina
17210
16309
  */
17211
16310
  proto.payrollserviceapi.GetAgentUserRelationshipsRequest.serializeBinaryToWriter = function(message, writer) {
17212
16311
  var f = undefined;
17213
- f = message.getUserId();
17214
- if (f !== 0) {
17215
- writer.writeInt64(
17216
- 1,
17217
- f
17218
- );
17219
- }
17220
- };
17221
-
17222
-
17223
- /**
17224
- * optional int64 user_id = 1;
17225
- * @return {number}
17226
- */
17227
- proto.payrollserviceapi.GetAgentUserRelationshipsRequest.prototype.getUserId = function() {
17228
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
17229
- };
17230
-
17231
-
17232
- /**
17233
- * @param {number} value
17234
- * @return {!proto.payrollserviceapi.GetAgentUserRelationshipsRequest} returns this
17235
- */
17236
- proto.payrollserviceapi.GetAgentUserRelationshipsRequest.prototype.setUserId = function(value) {
17237
- return jspb.Message.setProto3IntField(this, 1, value);
17238
16312
  };
17239
16313
 
17240
16314