@sniipwebmaster/payroll-service-client-grpcweb 25.10.282 → 25.10.288
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 +35 -35
- package/package.json +1 -1
|
@@ -998,7 +998,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
998
998
|
* @constructor
|
|
999
999
|
*/
|
|
1000
1000
|
proto.payrollserviceapi.EmployeeSummary = function(opt_data) {
|
|
1001
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
1001
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1002
1002
|
};
|
|
1003
1003
|
goog.inherits(proto.payrollserviceapi.EmployeeSummary, jspb.Message);
|
|
1004
1004
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -13403,13 +13403,6 @@ proto.payrollserviceapi.ListEmployeesResponse.prototype.setLimit = function(valu
|
|
|
13403
13403
|
|
|
13404
13404
|
|
|
13405
13405
|
|
|
13406
|
-
/**
|
|
13407
|
-
* List of repeated fields within this message type.
|
|
13408
|
-
* @private {!Array<number>}
|
|
13409
|
-
* @const
|
|
13410
|
-
*/
|
|
13411
|
-
proto.payrollserviceapi.EmployeeSummary.repeatedFields_ = [7];
|
|
13412
|
-
|
|
13413
13406
|
|
|
13414
13407
|
|
|
13415
13408
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -13447,8 +13440,8 @@ proto.payrollserviceapi.EmployeeSummary.toObject = function(includeInstance, msg
|
|
|
13447
13440
|
firstName: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
13448
13441
|
lastName: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
13449
13442
|
taxFileNumber: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
13450
|
-
|
|
13451
|
-
|
|
13443
|
+
bankAccountsCount: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
13444
|
+
hasunverifiedbankaccounts: jspb.Message.getBooleanFieldWithDefault(msg, 8, false),
|
|
13452
13445
|
createdAt: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
13453
13446
|
updatedAt: jspb.Message.getFieldWithDefault(msg, 11, "")
|
|
13454
13447
|
};
|
|
@@ -13512,9 +13505,12 @@ proto.payrollserviceapi.EmployeeSummary.deserializeBinaryFromReader = function(m
|
|
|
13512
13505
|
msg.setTaxFileNumber(value);
|
|
13513
13506
|
break;
|
|
13514
13507
|
case 7:
|
|
13515
|
-
var value =
|
|
13516
|
-
|
|
13517
|
-
|
|
13508
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
13509
|
+
msg.setBankAccountsCount(value);
|
|
13510
|
+
break;
|
|
13511
|
+
case 8:
|
|
13512
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
13513
|
+
msg.setHasunverifiedbankaccounts(value);
|
|
13518
13514
|
break;
|
|
13519
13515
|
case 10:
|
|
13520
13516
|
var value = /** @type {string} */ (reader.readString());
|
|
@@ -13595,12 +13591,18 @@ proto.payrollserviceapi.EmployeeSummary.serializeBinaryToWriter = function(messa
|
|
|
13595
13591
|
f
|
|
13596
13592
|
);
|
|
13597
13593
|
}
|
|
13598
|
-
f = message.
|
|
13599
|
-
if (f
|
|
13600
|
-
writer.
|
|
13594
|
+
f = message.getBankAccountsCount();
|
|
13595
|
+
if (f !== 0) {
|
|
13596
|
+
writer.writeInt32(
|
|
13601
13597
|
7,
|
|
13602
|
-
f
|
|
13603
|
-
|
|
13598
|
+
f
|
|
13599
|
+
);
|
|
13600
|
+
}
|
|
13601
|
+
f = message.getHasunverifiedbankaccounts();
|
|
13602
|
+
if (f) {
|
|
13603
|
+
writer.writeBool(
|
|
13604
|
+
8,
|
|
13605
|
+
f
|
|
13604
13606
|
);
|
|
13605
13607
|
}
|
|
13606
13608
|
f = message.getCreatedAt();
|
|
@@ -13729,40 +13731,38 @@ proto.payrollserviceapi.EmployeeSummary.prototype.setTaxFileNumber = function(va
|
|
|
13729
13731
|
|
|
13730
13732
|
|
|
13731
13733
|
/**
|
|
13732
|
-
*
|
|
13733
|
-
* @return {
|
|
13734
|
+
* optional int32 bank_accounts_count = 7;
|
|
13735
|
+
* @return {number}
|
|
13734
13736
|
*/
|
|
13735
|
-
proto.payrollserviceapi.EmployeeSummary.prototype.
|
|
13736
|
-
return /** @type{
|
|
13737
|
-
jspb.Message.getRepeatedWrapperField(this, proto.payrollserviceapi.EmployeeBankAccountInfo, 7));
|
|
13737
|
+
proto.payrollserviceapi.EmployeeSummary.prototype.getBankAccountsCount = function() {
|
|
13738
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
13738
13739
|
};
|
|
13739
13740
|
|
|
13740
13741
|
|
|
13741
13742
|
/**
|
|
13742
|
-
* @param {
|
|
13743
|
+
* @param {number} value
|
|
13743
13744
|
* @return {!proto.payrollserviceapi.EmployeeSummary} returns this
|
|
13744
|
-
*/
|
|
13745
|
-
proto.payrollserviceapi.EmployeeSummary.prototype.
|
|
13746
|
-
return jspb.Message.
|
|
13745
|
+
*/
|
|
13746
|
+
proto.payrollserviceapi.EmployeeSummary.prototype.setBankAccountsCount = function(value) {
|
|
13747
|
+
return jspb.Message.setProto3IntField(this, 7, value);
|
|
13747
13748
|
};
|
|
13748
13749
|
|
|
13749
13750
|
|
|
13750
13751
|
/**
|
|
13751
|
-
*
|
|
13752
|
-
* @
|
|
13753
|
-
* @return {!proto.payrollserviceapi.EmployeeBankAccountInfo}
|
|
13752
|
+
* optional bool hasUnverifiedBankAccounts = 8;
|
|
13753
|
+
* @return {boolean}
|
|
13754
13754
|
*/
|
|
13755
|
-
proto.payrollserviceapi.EmployeeSummary.prototype.
|
|
13756
|
-
return jspb.Message.
|
|
13755
|
+
proto.payrollserviceapi.EmployeeSummary.prototype.getHasunverifiedbankaccounts = function() {
|
|
13756
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false));
|
|
13757
13757
|
};
|
|
13758
13758
|
|
|
13759
13759
|
|
|
13760
13760
|
/**
|
|
13761
|
-
*
|
|
13761
|
+
* @param {boolean} value
|
|
13762
13762
|
* @return {!proto.payrollserviceapi.EmployeeSummary} returns this
|
|
13763
13763
|
*/
|
|
13764
|
-
proto.payrollserviceapi.EmployeeSummary.prototype.
|
|
13765
|
-
return
|
|
13764
|
+
proto.payrollserviceapi.EmployeeSummary.prototype.setHasunverifiedbankaccounts = function(value) {
|
|
13765
|
+
return jspb.Message.setProto3BooleanField(this, 8, value);
|
|
13766
13766
|
};
|
|
13767
13767
|
|
|
13768
13768
|
|