@sniipwebmaster/payroll-service-client-grpcweb 25.8.218 → 25.8.223
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dependancies/service_pb.js +0 -240
- package/package.json +1 -1
|
@@ -7621,7 +7621,6 @@ proto.payrollserviceapi.CreateBusinessRequest.toObject = function(includeInstanc
|
|
|
7621
7621
|
abn: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
7622
7622
|
bsb: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
7623
7623
|
accountNumber: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
7624
|
-
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
|
|
7625
7624
|
agentUserId: jspb.Message.getFieldWithDefault(msg, 6, 0),
|
|
7626
7625
|
clientUserId: jspb.Message.getFieldWithDefault(msg, 7, 0)
|
|
7627
7626
|
};
|
|
@@ -7676,10 +7675,6 @@ proto.payrollserviceapi.CreateBusinessRequest.deserializeBinaryFromReader = func
|
|
|
7676
7675
|
var value = /** @type {string} */ (reader.readString());
|
|
7677
7676
|
msg.setAccountNumber(value);
|
|
7678
7677
|
break;
|
|
7679
|
-
case 5:
|
|
7680
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
7681
|
-
msg.setIsActive(value);
|
|
7682
|
-
break;
|
|
7683
7678
|
case 6:
|
|
7684
7679
|
var value = /** @type {number} */ (reader.readInt64());
|
|
7685
7680
|
msg.setAgentUserId(value);
|
|
@@ -7745,13 +7740,6 @@ proto.payrollserviceapi.CreateBusinessRequest.serializeBinaryToWriter = function
|
|
|
7745
7740
|
f
|
|
7746
7741
|
);
|
|
7747
7742
|
}
|
|
7748
|
-
f = message.getIsActive();
|
|
7749
|
-
if (f) {
|
|
7750
|
-
writer.writeBool(
|
|
7751
|
-
5,
|
|
7752
|
-
f
|
|
7753
|
-
);
|
|
7754
|
-
}
|
|
7755
7743
|
f = message.getAgentUserId();
|
|
7756
7744
|
if (f !== 0) {
|
|
7757
7745
|
writer.writeInt64(
|
|
@@ -7841,24 +7829,6 @@ proto.payrollserviceapi.CreateBusinessRequest.prototype.setAccountNumber = funct
|
|
|
7841
7829
|
};
|
|
7842
7830
|
|
|
7843
7831
|
|
|
7844
|
-
/**
|
|
7845
|
-
* optional bool is_active = 5;
|
|
7846
|
-
* @return {boolean}
|
|
7847
|
-
*/
|
|
7848
|
-
proto.payrollserviceapi.CreateBusinessRequest.prototype.getIsActive = function() {
|
|
7849
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
|
|
7850
|
-
};
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
/**
|
|
7854
|
-
* @param {boolean} value
|
|
7855
|
-
* @return {!proto.payrollserviceapi.CreateBusinessRequest} returns this
|
|
7856
|
-
*/
|
|
7857
|
-
proto.payrollserviceapi.CreateBusinessRequest.prototype.setIsActive = function(value) {
|
|
7858
|
-
return jspb.Message.setProto3BooleanField(this, 5, value);
|
|
7859
|
-
};
|
|
7860
|
-
|
|
7861
|
-
|
|
7862
7832
|
/**
|
|
7863
7833
|
* optional int64 agent_user_id = 6;
|
|
7864
7834
|
* @return {number}
|
|
@@ -8692,7 +8662,6 @@ proto.payrollserviceapi.BusinessSummary.toObject = function(includeInstance, msg
|
|
|
8692
8662
|
businessId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
8693
8663
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
8694
8664
|
abn: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
8695
|
-
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
8696
8665
|
createdAt: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
8697
8666
|
updatedAt: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
8698
8667
|
};
|
|
@@ -8743,10 +8712,6 @@ proto.payrollserviceapi.BusinessSummary.deserializeBinaryFromReader = function(m
|
|
|
8743
8712
|
var value = /** @type {string} */ (reader.readString());
|
|
8744
8713
|
msg.setAbn(value);
|
|
8745
8714
|
break;
|
|
8746
|
-
case 4:
|
|
8747
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
8748
|
-
msg.setIsActive(value);
|
|
8749
|
-
break;
|
|
8750
8715
|
case 5:
|
|
8751
8716
|
var value = /** @type {string} */ (reader.readString());
|
|
8752
8717
|
msg.setCreatedAt(value);
|
|
@@ -8805,13 +8770,6 @@ proto.payrollserviceapi.BusinessSummary.serializeBinaryToWriter = function(messa
|
|
|
8805
8770
|
f
|
|
8806
8771
|
);
|
|
8807
8772
|
}
|
|
8808
|
-
f = message.getIsActive();
|
|
8809
|
-
if (f) {
|
|
8810
|
-
writer.writeBool(
|
|
8811
|
-
4,
|
|
8812
|
-
f
|
|
8813
|
-
);
|
|
8814
|
-
}
|
|
8815
8773
|
f = message.getCreatedAt();
|
|
8816
8774
|
if (f.length > 0) {
|
|
8817
8775
|
writer.writeString(
|
|
@@ -8883,24 +8841,6 @@ proto.payrollserviceapi.BusinessSummary.prototype.setAbn = function(value) {
|
|
|
8883
8841
|
};
|
|
8884
8842
|
|
|
8885
8843
|
|
|
8886
|
-
/**
|
|
8887
|
-
* optional bool is_active = 4;
|
|
8888
|
-
* @return {boolean}
|
|
8889
|
-
*/
|
|
8890
|
-
proto.payrollserviceapi.BusinessSummary.prototype.getIsActive = function() {
|
|
8891
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
8892
|
-
};
|
|
8893
|
-
|
|
8894
|
-
|
|
8895
|
-
/**
|
|
8896
|
-
* @param {boolean} value
|
|
8897
|
-
* @return {!proto.payrollserviceapi.BusinessSummary} returns this
|
|
8898
|
-
*/
|
|
8899
|
-
proto.payrollserviceapi.BusinessSummary.prototype.setIsActive = function(value) {
|
|
8900
|
-
return jspb.Message.setProto3BooleanField(this, 4, value);
|
|
8901
|
-
};
|
|
8902
|
-
|
|
8903
|
-
|
|
8904
8844
|
/**
|
|
8905
8845
|
* optional string created_at = 5;
|
|
8906
8846
|
* @return {string}
|
|
@@ -9364,7 +9304,6 @@ proto.payrollserviceapi.BusinessDetails.toObject = function(includeInstance, msg
|
|
|
9364
9304
|
businessId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
9365
9305
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
9366
9306
|
abn: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
9367
|
-
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
9368
9307
|
createdAt: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
9369
9308
|
updatedAt: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
9370
9309
|
};
|
|
@@ -9415,10 +9354,6 @@ proto.payrollserviceapi.BusinessDetails.deserializeBinaryFromReader = function(m
|
|
|
9415
9354
|
var value = /** @type {string} */ (reader.readString());
|
|
9416
9355
|
msg.setAbn(value);
|
|
9417
9356
|
break;
|
|
9418
|
-
case 4:
|
|
9419
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
9420
|
-
msg.setIsActive(value);
|
|
9421
|
-
break;
|
|
9422
9357
|
case 5:
|
|
9423
9358
|
var value = /** @type {string} */ (reader.readString());
|
|
9424
9359
|
msg.setCreatedAt(value);
|
|
@@ -9477,13 +9412,6 @@ proto.payrollserviceapi.BusinessDetails.serializeBinaryToWriter = function(messa
|
|
|
9477
9412
|
f
|
|
9478
9413
|
);
|
|
9479
9414
|
}
|
|
9480
|
-
f = message.getIsActive();
|
|
9481
|
-
if (f) {
|
|
9482
|
-
writer.writeBool(
|
|
9483
|
-
4,
|
|
9484
|
-
f
|
|
9485
|
-
);
|
|
9486
|
-
}
|
|
9487
9415
|
f = message.getCreatedAt();
|
|
9488
9416
|
if (f.length > 0) {
|
|
9489
9417
|
writer.writeString(
|
|
@@ -9555,24 +9483,6 @@ proto.payrollserviceapi.BusinessDetails.prototype.setAbn = function(value) {
|
|
|
9555
9483
|
};
|
|
9556
9484
|
|
|
9557
9485
|
|
|
9558
|
-
/**
|
|
9559
|
-
* optional bool is_active = 4;
|
|
9560
|
-
* @return {boolean}
|
|
9561
|
-
*/
|
|
9562
|
-
proto.payrollserviceapi.BusinessDetails.prototype.getIsActive = function() {
|
|
9563
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
9564
|
-
};
|
|
9565
|
-
|
|
9566
|
-
|
|
9567
|
-
/**
|
|
9568
|
-
* @param {boolean} value
|
|
9569
|
-
* @return {!proto.payrollserviceapi.BusinessDetails} returns this
|
|
9570
|
-
*/
|
|
9571
|
-
proto.payrollserviceapi.BusinessDetails.prototype.setIsActive = function(value) {
|
|
9572
|
-
return jspb.Message.setProto3BooleanField(this, 4, value);
|
|
9573
|
-
};
|
|
9574
|
-
|
|
9575
|
-
|
|
9576
9486
|
/**
|
|
9577
9487
|
* optional string created_at = 5;
|
|
9578
9488
|
* @return {string}
|
|
@@ -9644,7 +9554,6 @@ proto.payrollserviceapi.UpdateBusinessRequest.toObject = function(includeInstanc
|
|
|
9644
9554
|
businessId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
9645
9555
|
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
9646
9556
|
abn: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
9647
|
-
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
9648
9557
|
agentUserId: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
9649
9558
|
clientUserId: jspb.Message.getFieldWithDefault(msg, 6, 0)
|
|
9650
9559
|
};
|
|
@@ -9695,10 +9604,6 @@ proto.payrollserviceapi.UpdateBusinessRequest.deserializeBinaryFromReader = func
|
|
|
9695
9604
|
var value = /** @type {string} */ (reader.readString());
|
|
9696
9605
|
msg.setAbn(value);
|
|
9697
9606
|
break;
|
|
9698
|
-
case 4:
|
|
9699
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
9700
|
-
msg.setIsActive(value);
|
|
9701
|
-
break;
|
|
9702
9607
|
case 5:
|
|
9703
9608
|
var value = /** @type {number} */ (reader.readInt64());
|
|
9704
9609
|
msg.setAgentUserId(value);
|
|
@@ -9757,13 +9662,6 @@ proto.payrollserviceapi.UpdateBusinessRequest.serializeBinaryToWriter = function
|
|
|
9757
9662
|
f
|
|
9758
9663
|
);
|
|
9759
9664
|
}
|
|
9760
|
-
f = message.getIsActive();
|
|
9761
|
-
if (f) {
|
|
9762
|
-
writer.writeBool(
|
|
9763
|
-
4,
|
|
9764
|
-
f
|
|
9765
|
-
);
|
|
9766
|
-
}
|
|
9767
9665
|
f = message.getAgentUserId();
|
|
9768
9666
|
if (f !== 0) {
|
|
9769
9667
|
writer.writeInt64(
|
|
@@ -9835,24 +9733,6 @@ proto.payrollserviceapi.UpdateBusinessRequest.prototype.setAbn = function(value)
|
|
|
9835
9733
|
};
|
|
9836
9734
|
|
|
9837
9735
|
|
|
9838
|
-
/**
|
|
9839
|
-
* optional bool is_active = 4;
|
|
9840
|
-
* @return {boolean}
|
|
9841
|
-
*/
|
|
9842
|
-
proto.payrollserviceapi.UpdateBusinessRequest.prototype.getIsActive = function() {
|
|
9843
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
9844
|
-
};
|
|
9845
|
-
|
|
9846
|
-
|
|
9847
|
-
/**
|
|
9848
|
-
* @param {boolean} value
|
|
9849
|
-
* @return {!proto.payrollserviceapi.UpdateBusinessRequest} returns this
|
|
9850
|
-
*/
|
|
9851
|
-
proto.payrollserviceapi.UpdateBusinessRequest.prototype.setIsActive = function(value) {
|
|
9852
|
-
return jspb.Message.setProto3BooleanField(this, 4, value);
|
|
9853
|
-
};
|
|
9854
|
-
|
|
9855
|
-
|
|
9856
9736
|
/**
|
|
9857
9737
|
* optional int64 agent_user_id = 5;
|
|
9858
9738
|
* @return {number}
|
|
@@ -10510,7 +10390,6 @@ proto.payrollserviceapi.CreateEmployeeRequest.toObject = function(includeInstanc
|
|
|
10510
10390
|
taxFileNumber: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
10511
10391
|
bsb: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
10512
10392
|
accountNumber: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
10513
|
-
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
|
|
10514
10393
|
agentUserId: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
10515
10394
|
clientUserId: jspb.Message.getFieldWithDefault(msg, 10, 0)
|
|
10516
10395
|
};
|
|
@@ -10577,10 +10456,6 @@ proto.payrollserviceapi.CreateEmployeeRequest.deserializeBinaryFromReader = func
|
|
|
10577
10456
|
var value = /** @type {string} */ (reader.readString());
|
|
10578
10457
|
msg.setAccountNumber(value);
|
|
10579
10458
|
break;
|
|
10580
|
-
case 8:
|
|
10581
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
10582
|
-
msg.setIsActive(value);
|
|
10583
|
-
break;
|
|
10584
10459
|
case 9:
|
|
10585
10460
|
var value = /** @type {number} */ (reader.readInt64());
|
|
10586
10461
|
msg.setAgentUserId(value);
|
|
@@ -10667,13 +10542,6 @@ proto.payrollserviceapi.CreateEmployeeRequest.serializeBinaryToWriter = function
|
|
|
10667
10542
|
f
|
|
10668
10543
|
);
|
|
10669
10544
|
}
|
|
10670
|
-
f = message.getIsActive();
|
|
10671
|
-
if (f) {
|
|
10672
|
-
writer.writeBool(
|
|
10673
|
-
8,
|
|
10674
|
-
f
|
|
10675
|
-
);
|
|
10676
|
-
}
|
|
10677
10545
|
f = message.getAgentUserId();
|
|
10678
10546
|
if (f !== 0) {
|
|
10679
10547
|
writer.writeInt64(
|
|
@@ -10817,24 +10685,6 @@ proto.payrollserviceapi.CreateEmployeeRequest.prototype.setAccountNumber = funct
|
|
|
10817
10685
|
};
|
|
10818
10686
|
|
|
10819
10687
|
|
|
10820
|
-
/**
|
|
10821
|
-
* optional bool is_active = 8;
|
|
10822
|
-
* @return {boolean}
|
|
10823
|
-
*/
|
|
10824
|
-
proto.payrollserviceapi.CreateEmployeeRequest.prototype.getIsActive = function() {
|
|
10825
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false));
|
|
10826
|
-
};
|
|
10827
|
-
|
|
10828
|
-
|
|
10829
|
-
/**
|
|
10830
|
-
* @param {boolean} value
|
|
10831
|
-
* @return {!proto.payrollserviceapi.CreateEmployeeRequest} returns this
|
|
10832
|
-
*/
|
|
10833
|
-
proto.payrollserviceapi.CreateEmployeeRequest.prototype.setIsActive = function(value) {
|
|
10834
|
-
return jspb.Message.setProto3BooleanField(this, 8, value);
|
|
10835
|
-
};
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
10688
|
/**
|
|
10839
10689
|
* optional int64 agent_user_id = 9;
|
|
10840
10690
|
* @return {number}
|
|
@@ -11703,7 +11553,6 @@ proto.payrollserviceapi.EmployeeSummary.toObject = function(includeInstance, msg
|
|
|
11703
11553
|
taxFileNumber: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
11704
11554
|
bsb: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
11705
11555
|
accountNumber: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
11706
|
-
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 9, false),
|
|
11707
11556
|
createdAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
11708
11557
|
updatedAt: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
11709
11558
|
};
|
|
@@ -11774,10 +11623,6 @@ proto.payrollserviceapi.EmployeeSummary.deserializeBinaryFromReader = function(m
|
|
|
11774
11623
|
var value = /** @type {string} */ (reader.readString());
|
|
11775
11624
|
msg.setAccountNumber(value);
|
|
11776
11625
|
break;
|
|
11777
|
-
case 9:
|
|
11778
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
11779
|
-
msg.setIsActive(value);
|
|
11780
|
-
break;
|
|
11781
11626
|
case 10:
|
|
11782
11627
|
var value = /** @type {string} */ (reader.readString());
|
|
11783
11628
|
msg.setCreatedAt(value);
|
|
@@ -11871,13 +11716,6 @@ proto.payrollserviceapi.EmployeeSummary.serializeBinaryToWriter = function(messa
|
|
|
11871
11716
|
f
|
|
11872
11717
|
);
|
|
11873
11718
|
}
|
|
11874
|
-
f = message.getIsActive();
|
|
11875
|
-
if (f) {
|
|
11876
|
-
writer.writeBool(
|
|
11877
|
-
9,
|
|
11878
|
-
f
|
|
11879
|
-
);
|
|
11880
|
-
}
|
|
11881
11719
|
f = message.getCreatedAt();
|
|
11882
11720
|
if (f.length > 0) {
|
|
11883
11721
|
writer.writeString(
|
|
@@ -12039,24 +11877,6 @@ proto.payrollserviceapi.EmployeeSummary.prototype.setAccountNumber = function(va
|
|
|
12039
11877
|
};
|
|
12040
11878
|
|
|
12041
11879
|
|
|
12042
|
-
/**
|
|
12043
|
-
* optional bool is_active = 9;
|
|
12044
|
-
* @return {boolean}
|
|
12045
|
-
*/
|
|
12046
|
-
proto.payrollserviceapi.EmployeeSummary.prototype.getIsActive = function() {
|
|
12047
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
|
|
12048
|
-
};
|
|
12049
|
-
|
|
12050
|
-
|
|
12051
|
-
/**
|
|
12052
|
-
* @param {boolean} value
|
|
12053
|
-
* @return {!proto.payrollserviceapi.EmployeeSummary} returns this
|
|
12054
|
-
*/
|
|
12055
|
-
proto.payrollserviceapi.EmployeeSummary.prototype.setIsActive = function(value) {
|
|
12056
|
-
return jspb.Message.setProto3BooleanField(this, 9, value);
|
|
12057
|
-
};
|
|
12058
|
-
|
|
12059
|
-
|
|
12060
11880
|
/**
|
|
12061
11881
|
* optional string created_at = 10;
|
|
12062
11882
|
* @return {string}
|
|
@@ -12525,7 +12345,6 @@ proto.payrollserviceapi.EmployeeDetails.toObject = function(includeInstance, msg
|
|
|
12525
12345
|
taxFileNumber: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
12526
12346
|
bsb: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
12527
12347
|
accountNumber: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
12528
|
-
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 9, false),
|
|
12529
12348
|
createdAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
12530
12349
|
updatedAt: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
12531
12350
|
};
|
|
@@ -12596,10 +12415,6 @@ proto.payrollserviceapi.EmployeeDetails.deserializeBinaryFromReader = function(m
|
|
|
12596
12415
|
var value = /** @type {string} */ (reader.readString());
|
|
12597
12416
|
msg.setAccountNumber(value);
|
|
12598
12417
|
break;
|
|
12599
|
-
case 9:
|
|
12600
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
12601
|
-
msg.setIsActive(value);
|
|
12602
|
-
break;
|
|
12603
12418
|
case 10:
|
|
12604
12419
|
var value = /** @type {string} */ (reader.readString());
|
|
12605
12420
|
msg.setCreatedAt(value);
|
|
@@ -12693,13 +12508,6 @@ proto.payrollserviceapi.EmployeeDetails.serializeBinaryToWriter = function(messa
|
|
|
12693
12508
|
f
|
|
12694
12509
|
);
|
|
12695
12510
|
}
|
|
12696
|
-
f = message.getIsActive();
|
|
12697
|
-
if (f) {
|
|
12698
|
-
writer.writeBool(
|
|
12699
|
-
9,
|
|
12700
|
-
f
|
|
12701
|
-
);
|
|
12702
|
-
}
|
|
12703
12511
|
f = message.getCreatedAt();
|
|
12704
12512
|
if (f.length > 0) {
|
|
12705
12513
|
writer.writeString(
|
|
@@ -12861,24 +12669,6 @@ proto.payrollserviceapi.EmployeeDetails.prototype.setAccountNumber = function(va
|
|
|
12861
12669
|
};
|
|
12862
12670
|
|
|
12863
12671
|
|
|
12864
|
-
/**
|
|
12865
|
-
* optional bool is_active = 9;
|
|
12866
|
-
* @return {boolean}
|
|
12867
|
-
*/
|
|
12868
|
-
proto.payrollserviceapi.EmployeeDetails.prototype.getIsActive = function() {
|
|
12869
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
|
|
12870
|
-
};
|
|
12871
|
-
|
|
12872
|
-
|
|
12873
|
-
/**
|
|
12874
|
-
* @param {boolean} value
|
|
12875
|
-
* @return {!proto.payrollserviceapi.EmployeeDetails} returns this
|
|
12876
|
-
*/
|
|
12877
|
-
proto.payrollserviceapi.EmployeeDetails.prototype.setIsActive = function(value) {
|
|
12878
|
-
return jspb.Message.setProto3BooleanField(this, 9, value);
|
|
12879
|
-
};
|
|
12880
|
-
|
|
12881
|
-
|
|
12882
12672
|
/**
|
|
12883
12673
|
* optional string created_at = 10;
|
|
12884
12674
|
* @return {string}
|
|
@@ -12954,7 +12744,6 @@ proto.payrollserviceapi.UpdateEmployeeRequest.toObject = function(includeInstanc
|
|
|
12954
12744
|
taxFileNumber: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
12955
12745
|
bsb: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
12956
12746
|
accountNumber: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
12957
|
-
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
|
|
12958
12747
|
agentUserId: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
12959
12748
|
clientUserId: jspb.Message.getFieldWithDefault(msg, 10, 0)
|
|
12960
12749
|
};
|
|
@@ -13021,10 +12810,6 @@ proto.payrollserviceapi.UpdateEmployeeRequest.deserializeBinaryFromReader = func
|
|
|
13021
12810
|
var value = /** @type {string} */ (reader.readString());
|
|
13022
12811
|
msg.setAccountNumber(value);
|
|
13023
12812
|
break;
|
|
13024
|
-
case 8:
|
|
13025
|
-
var value = /** @type {boolean} */ (reader.readBool());
|
|
13026
|
-
msg.setIsActive(value);
|
|
13027
|
-
break;
|
|
13028
12813
|
case 9:
|
|
13029
12814
|
var value = /** @type {number} */ (reader.readInt64());
|
|
13030
12815
|
msg.setAgentUserId(value);
|
|
@@ -13111,13 +12896,6 @@ proto.payrollserviceapi.UpdateEmployeeRequest.serializeBinaryToWriter = function
|
|
|
13111
12896
|
f
|
|
13112
12897
|
);
|
|
13113
12898
|
}
|
|
13114
|
-
f = message.getIsActive();
|
|
13115
|
-
if (f) {
|
|
13116
|
-
writer.writeBool(
|
|
13117
|
-
8,
|
|
13118
|
-
f
|
|
13119
|
-
);
|
|
13120
|
-
}
|
|
13121
12899
|
f = message.getAgentUserId();
|
|
13122
12900
|
if (f !== 0) {
|
|
13123
12901
|
writer.writeInt64(
|
|
@@ -13261,24 +13039,6 @@ proto.payrollserviceapi.UpdateEmployeeRequest.prototype.setAccountNumber = funct
|
|
|
13261
13039
|
};
|
|
13262
13040
|
|
|
13263
13041
|
|
|
13264
|
-
/**
|
|
13265
|
-
* optional bool is_active = 8;
|
|
13266
|
-
* @return {boolean}
|
|
13267
|
-
*/
|
|
13268
|
-
proto.payrollserviceapi.UpdateEmployeeRequest.prototype.getIsActive = function() {
|
|
13269
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false));
|
|
13270
|
-
};
|
|
13271
|
-
|
|
13272
|
-
|
|
13273
|
-
/**
|
|
13274
|
-
* @param {boolean} value
|
|
13275
|
-
* @return {!proto.payrollserviceapi.UpdateEmployeeRequest} returns this
|
|
13276
|
-
*/
|
|
13277
|
-
proto.payrollserviceapi.UpdateEmployeeRequest.prototype.setIsActive = function(value) {
|
|
13278
|
-
return jspb.Message.setProto3BooleanField(this, 8, value);
|
|
13279
|
-
};
|
|
13280
|
-
|
|
13281
|
-
|
|
13282
13042
|
/**
|
|
13283
13043
|
* optional int64 agent_user_id = 9;
|
|
13284
13044
|
* @return {number}
|