@sniipwebmaster/payroll-service-client-grpcweb 25.10.282 → 25.10.294
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 +47 -47
- 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
|
|
|
@@ -14609,7 +14609,7 @@ proto.payrollserviceapi.UpdateEmployeeRequest.toObject = function(includeInstanc
|
|
|
14609
14609
|
lastName: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
14610
14610
|
taxFileNumber: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
14611
14611
|
bankAccountsList: jspb.Message.toObjectList(msg.getBankAccountsList(),
|
|
14612
|
-
proto.payrollserviceapi.
|
|
14612
|
+
proto.payrollserviceapi.EmployeeBankAccountInfoRequest.toObject, includeInstance),
|
|
14613
14613
|
clientUserId: jspb.Message.getFieldWithDefault(msg, 10, 0)
|
|
14614
14614
|
};
|
|
14615
14615
|
|
|
@@ -14668,8 +14668,8 @@ proto.payrollserviceapi.UpdateEmployeeRequest.deserializeBinaryFromReader = func
|
|
|
14668
14668
|
msg.setTaxFileNumber(value);
|
|
14669
14669
|
break;
|
|
14670
14670
|
case 6:
|
|
14671
|
-
var value = new proto.payrollserviceapi.
|
|
14672
|
-
reader.readMessage(value,proto.payrollserviceapi.
|
|
14671
|
+
var value = new proto.payrollserviceapi.EmployeeBankAccountInfoRequest;
|
|
14672
|
+
reader.readMessage(value,proto.payrollserviceapi.EmployeeBankAccountInfoRequest.deserializeBinaryFromReader);
|
|
14673
14673
|
msg.addBankAccounts(value);
|
|
14674
14674
|
break;
|
|
14675
14675
|
case 10:
|
|
@@ -14745,7 +14745,7 @@ proto.payrollserviceapi.UpdateEmployeeRequest.serializeBinaryToWriter = function
|
|
|
14745
14745
|
writer.writeRepeatedMessage(
|
|
14746
14746
|
6,
|
|
14747
14747
|
f,
|
|
14748
|
-
proto.payrollserviceapi.
|
|
14748
|
+
proto.payrollserviceapi.EmployeeBankAccountInfoRequest.serializeBinaryToWriter
|
|
14749
14749
|
);
|
|
14750
14750
|
}
|
|
14751
14751
|
f = message.getClientUserId();
|
|
@@ -14849,17 +14849,17 @@ proto.payrollserviceapi.UpdateEmployeeRequest.prototype.setTaxFileNumber = funct
|
|
|
14849
14849
|
|
|
14850
14850
|
|
|
14851
14851
|
/**
|
|
14852
|
-
* repeated
|
|
14853
|
-
* @return {!Array<!proto.payrollserviceapi.
|
|
14852
|
+
* repeated EmployeeBankAccountInfoRequest bank_accounts = 6;
|
|
14853
|
+
* @return {!Array<!proto.payrollserviceapi.EmployeeBankAccountInfoRequest>}
|
|
14854
14854
|
*/
|
|
14855
14855
|
proto.payrollserviceapi.UpdateEmployeeRequest.prototype.getBankAccountsList = function() {
|
|
14856
|
-
return /** @type{!Array<!proto.payrollserviceapi.
|
|
14857
|
-
jspb.Message.getRepeatedWrapperField(this, proto.payrollserviceapi.
|
|
14856
|
+
return /** @type{!Array<!proto.payrollserviceapi.EmployeeBankAccountInfoRequest>} */ (
|
|
14857
|
+
jspb.Message.getRepeatedWrapperField(this, proto.payrollserviceapi.EmployeeBankAccountInfoRequest, 6));
|
|
14858
14858
|
};
|
|
14859
14859
|
|
|
14860
14860
|
|
|
14861
14861
|
/**
|
|
14862
|
-
* @param {!Array<!proto.payrollserviceapi.
|
|
14862
|
+
* @param {!Array<!proto.payrollserviceapi.EmployeeBankAccountInfoRequest>} value
|
|
14863
14863
|
* @return {!proto.payrollserviceapi.UpdateEmployeeRequest} returns this
|
|
14864
14864
|
*/
|
|
14865
14865
|
proto.payrollserviceapi.UpdateEmployeeRequest.prototype.setBankAccountsList = function(value) {
|
|
@@ -14868,12 +14868,12 @@ proto.payrollserviceapi.UpdateEmployeeRequest.prototype.setBankAccountsList = fu
|
|
|
14868
14868
|
|
|
14869
14869
|
|
|
14870
14870
|
/**
|
|
14871
|
-
* @param {!proto.payrollserviceapi.
|
|
14871
|
+
* @param {!proto.payrollserviceapi.EmployeeBankAccountInfoRequest=} opt_value
|
|
14872
14872
|
* @param {number=} opt_index
|
|
14873
|
-
* @return {!proto.payrollserviceapi.
|
|
14873
|
+
* @return {!proto.payrollserviceapi.EmployeeBankAccountInfoRequest}
|
|
14874
14874
|
*/
|
|
14875
14875
|
proto.payrollserviceapi.UpdateEmployeeRequest.prototype.addBankAccounts = function(opt_value, opt_index) {
|
|
14876
|
-
return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.payrollserviceapi.
|
|
14876
|
+
return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.payrollserviceapi.EmployeeBankAccountInfoRequest, opt_index);
|
|
14877
14877
|
};
|
|
14878
14878
|
|
|
14879
14879
|
|