@sniipwebmaster/biller-service-client-grpcweb 25.1.8064 → 25.1.8080
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 +241 -1
- package/package.json +1 -1
|
@@ -20783,7 +20783,15 @@ proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.toObject = function(in
|
|
|
20783
20783
|
reviewedtimestamp: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
20784
20784
|
hasassociatedabaimport: jspb.Message.getBooleanFieldWithDefault(msg, 16, false),
|
|
20785
20785
|
hasassociatedwebportalimport: jspb.Message.getBooleanFieldWithDefault(msg, 17, false),
|
|
20786
|
-
importedbywexuser: jspb.Message.getBooleanFieldWithDefault(msg, 18, false)
|
|
20786
|
+
importedbywexuser: jspb.Message.getBooleanFieldWithDefault(msg, 18, false),
|
|
20787
|
+
abrregisteredthresholdmet: jspb.Message.getBooleanFieldWithDefault(msg, 19, false),
|
|
20788
|
+
abrregisteredforgst: jspb.Message.getBooleanFieldWithDefault(msg, 20, false),
|
|
20789
|
+
industrylogoset: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
|
|
20790
|
+
bankdetailsverified: jspb.Message.getBooleanFieldWithDefault(msg, 22, false),
|
|
20791
|
+
paymentrestrictionsset: jspb.Message.getBooleanFieldWithDefault(msg, 23, false),
|
|
20792
|
+
transactionthresholdmet: jspb.Message.getBooleanFieldWithDefault(msg, 24, false),
|
|
20793
|
+
userstatussafe: jspb.Message.getBooleanFieldWithDefault(msg, 25, false),
|
|
20794
|
+
validationscore: jspb.Message.getFieldWithDefault(msg, 26, 0)
|
|
20787
20795
|
};
|
|
20788
20796
|
|
|
20789
20797
|
if (includeInstance) {
|
|
@@ -20892,6 +20900,38 @@ proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.deserializeBinaryFromR
|
|
|
20892
20900
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
20893
20901
|
msg.setImportedbywexuser(value);
|
|
20894
20902
|
break;
|
|
20903
|
+
case 19:
|
|
20904
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
20905
|
+
msg.setAbrregisteredthresholdmet(value);
|
|
20906
|
+
break;
|
|
20907
|
+
case 20:
|
|
20908
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
20909
|
+
msg.setAbrregisteredforgst(value);
|
|
20910
|
+
break;
|
|
20911
|
+
case 21:
|
|
20912
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
20913
|
+
msg.setIndustrylogoset(value);
|
|
20914
|
+
break;
|
|
20915
|
+
case 22:
|
|
20916
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
20917
|
+
msg.setBankdetailsverified(value);
|
|
20918
|
+
break;
|
|
20919
|
+
case 23:
|
|
20920
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
20921
|
+
msg.setPaymentrestrictionsset(value);
|
|
20922
|
+
break;
|
|
20923
|
+
case 24:
|
|
20924
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
20925
|
+
msg.setTransactionthresholdmet(value);
|
|
20926
|
+
break;
|
|
20927
|
+
case 25:
|
|
20928
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
20929
|
+
msg.setUserstatussafe(value);
|
|
20930
|
+
break;
|
|
20931
|
+
case 26:
|
|
20932
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
20933
|
+
msg.setValidationscore(value);
|
|
20934
|
+
break;
|
|
20895
20935
|
default:
|
|
20896
20936
|
reader.skipField();
|
|
20897
20937
|
break;
|
|
@@ -21047,6 +21087,62 @@ proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.serializeBinaryToWrite
|
|
|
21047
21087
|
f
|
|
21048
21088
|
);
|
|
21049
21089
|
}
|
|
21090
|
+
f = message.getAbrregisteredthresholdmet();
|
|
21091
|
+
if (f) {
|
|
21092
|
+
writer.writeBool(
|
|
21093
|
+
19,
|
|
21094
|
+
f
|
|
21095
|
+
);
|
|
21096
|
+
}
|
|
21097
|
+
f = message.getAbrregisteredforgst();
|
|
21098
|
+
if (f) {
|
|
21099
|
+
writer.writeBool(
|
|
21100
|
+
20,
|
|
21101
|
+
f
|
|
21102
|
+
);
|
|
21103
|
+
}
|
|
21104
|
+
f = message.getIndustrylogoset();
|
|
21105
|
+
if (f) {
|
|
21106
|
+
writer.writeBool(
|
|
21107
|
+
21,
|
|
21108
|
+
f
|
|
21109
|
+
);
|
|
21110
|
+
}
|
|
21111
|
+
f = message.getBankdetailsverified();
|
|
21112
|
+
if (f) {
|
|
21113
|
+
writer.writeBool(
|
|
21114
|
+
22,
|
|
21115
|
+
f
|
|
21116
|
+
);
|
|
21117
|
+
}
|
|
21118
|
+
f = message.getPaymentrestrictionsset();
|
|
21119
|
+
if (f) {
|
|
21120
|
+
writer.writeBool(
|
|
21121
|
+
23,
|
|
21122
|
+
f
|
|
21123
|
+
);
|
|
21124
|
+
}
|
|
21125
|
+
f = message.getTransactionthresholdmet();
|
|
21126
|
+
if (f) {
|
|
21127
|
+
writer.writeBool(
|
|
21128
|
+
24,
|
|
21129
|
+
f
|
|
21130
|
+
);
|
|
21131
|
+
}
|
|
21132
|
+
f = message.getUserstatussafe();
|
|
21133
|
+
if (f) {
|
|
21134
|
+
writer.writeBool(
|
|
21135
|
+
25,
|
|
21136
|
+
f
|
|
21137
|
+
);
|
|
21138
|
+
}
|
|
21139
|
+
f = message.getValidationscore();
|
|
21140
|
+
if (f !== 0) {
|
|
21141
|
+
writer.writeInt32(
|
|
21142
|
+
26,
|
|
21143
|
+
f
|
|
21144
|
+
);
|
|
21145
|
+
}
|
|
21050
21146
|
};
|
|
21051
21147
|
|
|
21052
21148
|
|
|
@@ -21385,6 +21481,150 @@ proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setImportedb
|
|
|
21385
21481
|
};
|
|
21386
21482
|
|
|
21387
21483
|
|
|
21484
|
+
/**
|
|
21485
|
+
* optional bool abrRegisteredThresholdMet = 19;
|
|
21486
|
+
* @return {boolean}
|
|
21487
|
+
*/
|
|
21488
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.getAbrregisteredthresholdmet = function() {
|
|
21489
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 19, false));
|
|
21490
|
+
};
|
|
21491
|
+
|
|
21492
|
+
|
|
21493
|
+
/**
|
|
21494
|
+
* @param {boolean} value
|
|
21495
|
+
* @return {!proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse} returns this
|
|
21496
|
+
*/
|
|
21497
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setAbrregisteredthresholdmet = function(value) {
|
|
21498
|
+
return jspb.Message.setProto3BooleanField(this, 19, value);
|
|
21499
|
+
};
|
|
21500
|
+
|
|
21501
|
+
|
|
21502
|
+
/**
|
|
21503
|
+
* optional bool abrRegisteredForGst = 20;
|
|
21504
|
+
* @return {boolean}
|
|
21505
|
+
*/
|
|
21506
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.getAbrregisteredforgst = function() {
|
|
21507
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 20, false));
|
|
21508
|
+
};
|
|
21509
|
+
|
|
21510
|
+
|
|
21511
|
+
/**
|
|
21512
|
+
* @param {boolean} value
|
|
21513
|
+
* @return {!proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse} returns this
|
|
21514
|
+
*/
|
|
21515
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setAbrregisteredforgst = function(value) {
|
|
21516
|
+
return jspb.Message.setProto3BooleanField(this, 20, value);
|
|
21517
|
+
};
|
|
21518
|
+
|
|
21519
|
+
|
|
21520
|
+
/**
|
|
21521
|
+
* optional bool industryLogoSet = 21;
|
|
21522
|
+
* @return {boolean}
|
|
21523
|
+
*/
|
|
21524
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.getIndustrylogoset = function() {
|
|
21525
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 21, false));
|
|
21526
|
+
};
|
|
21527
|
+
|
|
21528
|
+
|
|
21529
|
+
/**
|
|
21530
|
+
* @param {boolean} value
|
|
21531
|
+
* @return {!proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse} returns this
|
|
21532
|
+
*/
|
|
21533
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setIndustrylogoset = function(value) {
|
|
21534
|
+
return jspb.Message.setProto3BooleanField(this, 21, value);
|
|
21535
|
+
};
|
|
21536
|
+
|
|
21537
|
+
|
|
21538
|
+
/**
|
|
21539
|
+
* optional bool bankDetailsVerified = 22;
|
|
21540
|
+
* @return {boolean}
|
|
21541
|
+
*/
|
|
21542
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.getBankdetailsverified = function() {
|
|
21543
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 22, false));
|
|
21544
|
+
};
|
|
21545
|
+
|
|
21546
|
+
|
|
21547
|
+
/**
|
|
21548
|
+
* @param {boolean} value
|
|
21549
|
+
* @return {!proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse} returns this
|
|
21550
|
+
*/
|
|
21551
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setBankdetailsverified = function(value) {
|
|
21552
|
+
return jspb.Message.setProto3BooleanField(this, 22, value);
|
|
21553
|
+
};
|
|
21554
|
+
|
|
21555
|
+
|
|
21556
|
+
/**
|
|
21557
|
+
* optional bool paymentRestrictionsSet = 23;
|
|
21558
|
+
* @return {boolean}
|
|
21559
|
+
*/
|
|
21560
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.getPaymentrestrictionsset = function() {
|
|
21561
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 23, false));
|
|
21562
|
+
};
|
|
21563
|
+
|
|
21564
|
+
|
|
21565
|
+
/**
|
|
21566
|
+
* @param {boolean} value
|
|
21567
|
+
* @return {!proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse} returns this
|
|
21568
|
+
*/
|
|
21569
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setPaymentrestrictionsset = function(value) {
|
|
21570
|
+
return jspb.Message.setProto3BooleanField(this, 23, value);
|
|
21571
|
+
};
|
|
21572
|
+
|
|
21573
|
+
|
|
21574
|
+
/**
|
|
21575
|
+
* optional bool transactionThresholdMet = 24;
|
|
21576
|
+
* @return {boolean}
|
|
21577
|
+
*/
|
|
21578
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.getTransactionthresholdmet = function() {
|
|
21579
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 24, false));
|
|
21580
|
+
};
|
|
21581
|
+
|
|
21582
|
+
|
|
21583
|
+
/**
|
|
21584
|
+
* @param {boolean} value
|
|
21585
|
+
* @return {!proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse} returns this
|
|
21586
|
+
*/
|
|
21587
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setTransactionthresholdmet = function(value) {
|
|
21588
|
+
return jspb.Message.setProto3BooleanField(this, 24, value);
|
|
21589
|
+
};
|
|
21590
|
+
|
|
21591
|
+
|
|
21592
|
+
/**
|
|
21593
|
+
* optional bool userStatusSafe = 25;
|
|
21594
|
+
* @return {boolean}
|
|
21595
|
+
*/
|
|
21596
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.getUserstatussafe = function() {
|
|
21597
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 25, false));
|
|
21598
|
+
};
|
|
21599
|
+
|
|
21600
|
+
|
|
21601
|
+
/**
|
|
21602
|
+
* @param {boolean} value
|
|
21603
|
+
* @return {!proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse} returns this
|
|
21604
|
+
*/
|
|
21605
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setUserstatussafe = function(value) {
|
|
21606
|
+
return jspb.Message.setProto3BooleanField(this, 25, value);
|
|
21607
|
+
};
|
|
21608
|
+
|
|
21609
|
+
|
|
21610
|
+
/**
|
|
21611
|
+
* optional int32 validationScore = 26;
|
|
21612
|
+
* @return {number}
|
|
21613
|
+
*/
|
|
21614
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.getValidationscore = function() {
|
|
21615
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 26, 0));
|
|
21616
|
+
};
|
|
21617
|
+
|
|
21618
|
+
|
|
21619
|
+
/**
|
|
21620
|
+
* @param {number} value
|
|
21621
|
+
* @return {!proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse} returns this
|
|
21622
|
+
*/
|
|
21623
|
+
proto.sniipbillerapi.BillerWithSmeConfigsInReviewResponse.prototype.setValidationscore = function(value) {
|
|
21624
|
+
return jspb.Message.setProto3IntField(this, 26, value);
|
|
21625
|
+
};
|
|
21626
|
+
|
|
21627
|
+
|
|
21388
21628
|
|
|
21389
21629
|
/**
|
|
21390
21630
|
* List of repeated fields within this message type.
|