@sniipwebmaster/kyc-client-grpcweb 26.6.2317 → 26.6.2342

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.
@@ -1424,67 +1424,6 @@ proto.kycserviceapi.KYCServiceAPIServicePromiseClient.prototype.updateKycRequest
1424
1424
  };
1425
1425
 
1426
1426
 
1427
- /**
1428
- * @const
1429
- * @type {!grpc.web.MethodDescriptor<
1430
- * !proto.google.protobuf.Empty,
1431
- * !proto.kycserviceapi.VerificationThresholds>}
1432
- */
1433
- const methodDescriptor_KYCServiceAPIService_GetVerificationThresholds = new grpc.web.MethodDescriptor(
1434
- '/kycserviceapi.KYCServiceAPIService/GetVerificationThresholds',
1435
- grpc.web.MethodType.UNARY,
1436
- google_protobuf_empty_pb.Empty,
1437
- proto.kycserviceapi.VerificationThresholds,
1438
- /**
1439
- * @param {!proto.google.protobuf.Empty} request
1440
- * @return {!Uint8Array}
1441
- */
1442
- function(request) {
1443
- return request.serializeBinary();
1444
- },
1445
- proto.kycserviceapi.VerificationThresholds.deserializeBinary
1446
- );
1447
-
1448
-
1449
- /**
1450
- * @param {!proto.google.protobuf.Empty} request The
1451
- * request proto
1452
- * @param {?Object<string, string>} metadata User defined
1453
- * call metadata
1454
- * @param {function(?grpc.web.RpcError, ?proto.kycserviceapi.VerificationThresholds)}
1455
- * callback The callback function(error, response)
1456
- * @return {!grpc.web.ClientReadableStream<!proto.kycserviceapi.VerificationThresholds>|undefined}
1457
- * The XHR Node Readable Stream
1458
- */
1459
- proto.kycserviceapi.KYCServiceAPIServiceClient.prototype.getVerificationThresholds =
1460
- function(request, metadata, callback) {
1461
- return this.client_.rpcCall(this.hostname_ +
1462
- '/kycserviceapi.KYCServiceAPIService/GetVerificationThresholds',
1463
- request,
1464
- metadata || {},
1465
- methodDescriptor_KYCServiceAPIService_GetVerificationThresholds,
1466
- callback);
1467
- };
1468
-
1469
-
1470
- /**
1471
- * @param {!proto.google.protobuf.Empty} request The
1472
- * request proto
1473
- * @param {?Object<string, string>=} metadata User defined
1474
- * call metadata
1475
- * @return {!Promise<!proto.kycserviceapi.VerificationThresholds>}
1476
- * Promise that resolves to the response
1477
- */
1478
- proto.kycserviceapi.KYCServiceAPIServicePromiseClient.prototype.getVerificationThresholds =
1479
- function(request, metadata) {
1480
- return this.client_.unaryCall(this.hostname_ +
1481
- '/kycserviceapi.KYCServiceAPIService/GetVerificationThresholds',
1482
- request,
1483
- metadata || {},
1484
- methodDescriptor_KYCServiceAPIService_GetVerificationThresholds);
1485
- };
1486
-
1487
-
1488
1427
  /**
1489
1428
  * @const
1490
1429
  * @type {!grpc.web.MethodDescriptor<
@@ -70,7 +70,6 @@ goog.exportSymbol('proto.kycserviceapi.UserKycStatusResponse', null, global);
70
70
  goog.exportSymbol('proto.kycserviceapi.UserKycSummaryResponse', null, global);
71
71
  goog.exportSymbol('proto.kycserviceapi.UserNotifyRequest', null, global);
72
72
  goog.exportSymbol('proto.kycserviceapi.UserStatus', null, global);
73
- goog.exportSymbol('proto.kycserviceapi.VerificationThresholds', null, global);
74
73
  goog.exportSymbol('proto.kycserviceapi.VerifyDocumentRequest', null, global);
75
74
  goog.exportSymbol('proto.kycserviceapi.VerifyUserRequest', null, global);
76
75
  /**
@@ -976,27 +975,6 @@ if (goog.DEBUG && !COMPILED) {
976
975
  */
977
976
  proto.kycserviceapi.SubmitFaceCompareResultResponse.displayName = 'proto.kycserviceapi.SubmitFaceCompareResultResponse';
978
977
  }
979
- /**
980
- * Generated by JsPbCodeGenerator.
981
- * @param {Array=} opt_data Optional initial data array, typically from a
982
- * server response, or constructed directly in Javascript. The array is used
983
- * in place and becomes part of the constructed object. It is not cloned.
984
- * If no data is provided, the constructed object will be empty, but still
985
- * valid.
986
- * @extends {jspb.Message}
987
- * @constructor
988
- */
989
- proto.kycserviceapi.VerificationThresholds = function(opt_data) {
990
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
991
- };
992
- goog.inherits(proto.kycserviceapi.VerificationThresholds, jspb.Message);
993
- if (goog.DEBUG && !COMPILED) {
994
- /**
995
- * @public
996
- * @override
997
- */
998
- proto.kycserviceapi.VerificationThresholds.displayName = 'proto.kycserviceapi.VerificationThresholds';
999
- }
1000
978
 
1001
979
 
1002
980
 
@@ -10583,277 +10561,6 @@ proto.kycserviceapi.SubmitFaceCompareResultResponse.prototype.hasResponsecode =
10583
10561
  };
10584
10562
 
10585
10563
 
10586
-
10587
-
10588
-
10589
- if (jspb.Message.GENERATE_TO_OBJECT) {
10590
- /**
10591
- * Creates an object representation of this proto.
10592
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
10593
- * Optional fields that are not set will be set to undefined.
10594
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
10595
- * For the list of reserved names please see:
10596
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
10597
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
10598
- * JSPB instance for transitional soy proto support:
10599
- * http://goto/soy-param-migration
10600
- * @return {!Object}
10601
- */
10602
- proto.kycserviceapi.VerificationThresholds.prototype.toObject = function(opt_includeInstance) {
10603
- return proto.kycserviceapi.VerificationThresholds.toObject(opt_includeInstance, this);
10604
- };
10605
-
10606
-
10607
- /**
10608
- * Static version of the {@see toObject} method.
10609
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
10610
- * the JSPB instance for transitional soy proto support:
10611
- * http://goto/soy-param-migration
10612
- * @param {!proto.kycserviceapi.VerificationThresholds} msg The msg instance to transform.
10613
- * @return {!Object}
10614
- * @suppress {unusedLocalVariables} f is only used for nested messages
10615
- */
10616
- proto.kycserviceapi.VerificationThresholds.toObject = function(includeInstance, msg) {
10617
- var f, obj = {
10618
- liveness: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0),
10619
- match: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
10620
- docAuthenticityFront: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0),
10621
- docAuthenticityBack: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
10622
- updatedAt: (f = msg.getUpdatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
10623
- };
10624
-
10625
- if (includeInstance) {
10626
- obj.$jspbMessageInstance = msg;
10627
- }
10628
- return obj;
10629
- };
10630
- }
10631
-
10632
-
10633
- /**
10634
- * Deserializes binary data (in protobuf wire format).
10635
- * @param {jspb.ByteSource} bytes The bytes to deserialize.
10636
- * @return {!proto.kycserviceapi.VerificationThresholds}
10637
- */
10638
- proto.kycserviceapi.VerificationThresholds.deserializeBinary = function(bytes) {
10639
- var reader = new jspb.BinaryReader(bytes);
10640
- var msg = new proto.kycserviceapi.VerificationThresholds;
10641
- return proto.kycserviceapi.VerificationThresholds.deserializeBinaryFromReader(msg, reader);
10642
- };
10643
-
10644
-
10645
- /**
10646
- * Deserializes binary data (in protobuf wire format) from the
10647
- * given reader into the given message object.
10648
- * @param {!proto.kycserviceapi.VerificationThresholds} msg The message object to deserialize into.
10649
- * @param {!jspb.BinaryReader} reader The BinaryReader to use.
10650
- * @return {!proto.kycserviceapi.VerificationThresholds}
10651
- */
10652
- proto.kycserviceapi.VerificationThresholds.deserializeBinaryFromReader = function(msg, reader) {
10653
- while (reader.nextField()) {
10654
- if (reader.isEndGroup()) {
10655
- break;
10656
- }
10657
- var field = reader.getFieldNumber();
10658
- switch (field) {
10659
- case 1:
10660
- var value = /** @type {number} */ (reader.readDouble());
10661
- msg.setLiveness(value);
10662
- break;
10663
- case 2:
10664
- var value = /** @type {number} */ (reader.readDouble());
10665
- msg.setMatch(value);
10666
- break;
10667
- case 3:
10668
- var value = /** @type {number} */ (reader.readDouble());
10669
- msg.setDocAuthenticityFront(value);
10670
- break;
10671
- case 4:
10672
- var value = /** @type {number} */ (reader.readDouble());
10673
- msg.setDocAuthenticityBack(value);
10674
- break;
10675
- case 5:
10676
- var value = new google_protobuf_timestamp_pb.Timestamp;
10677
- reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
10678
- msg.setUpdatedAt(value);
10679
- break;
10680
- default:
10681
- reader.skipField();
10682
- break;
10683
- }
10684
- }
10685
- return msg;
10686
- };
10687
-
10688
-
10689
- /**
10690
- * Serializes the message to binary data (in protobuf wire format).
10691
- * @return {!Uint8Array}
10692
- */
10693
- proto.kycserviceapi.VerificationThresholds.prototype.serializeBinary = function() {
10694
- var writer = new jspb.BinaryWriter();
10695
- proto.kycserviceapi.VerificationThresholds.serializeBinaryToWriter(this, writer);
10696
- return writer.getResultBuffer();
10697
- };
10698
-
10699
-
10700
- /**
10701
- * Serializes the given message to binary data (in protobuf wire
10702
- * format), writing to the given BinaryWriter.
10703
- * @param {!proto.kycserviceapi.VerificationThresholds} message
10704
- * @param {!jspb.BinaryWriter} writer
10705
- * @suppress {unusedLocalVariables} f is only used for nested messages
10706
- */
10707
- proto.kycserviceapi.VerificationThresholds.serializeBinaryToWriter = function(message, writer) {
10708
- var f = undefined;
10709
- f = message.getLiveness();
10710
- if (f !== 0.0) {
10711
- writer.writeDouble(
10712
- 1,
10713
- f
10714
- );
10715
- }
10716
- f = message.getMatch();
10717
- if (f !== 0.0) {
10718
- writer.writeDouble(
10719
- 2,
10720
- f
10721
- );
10722
- }
10723
- f = message.getDocAuthenticityFront();
10724
- if (f !== 0.0) {
10725
- writer.writeDouble(
10726
- 3,
10727
- f
10728
- );
10729
- }
10730
- f = message.getDocAuthenticityBack();
10731
- if (f !== 0.0) {
10732
- writer.writeDouble(
10733
- 4,
10734
- f
10735
- );
10736
- }
10737
- f = message.getUpdatedAt();
10738
- if (f != null) {
10739
- writer.writeMessage(
10740
- 5,
10741
- f,
10742
- google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
10743
- );
10744
- }
10745
- };
10746
-
10747
-
10748
- /**
10749
- * optional double liveness = 1;
10750
- * @return {number}
10751
- */
10752
- proto.kycserviceapi.VerificationThresholds.prototype.getLiveness = function() {
10753
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 1, 0.0));
10754
- };
10755
-
10756
-
10757
- /**
10758
- * @param {number} value
10759
- * @return {!proto.kycserviceapi.VerificationThresholds} returns this
10760
- */
10761
- proto.kycserviceapi.VerificationThresholds.prototype.setLiveness = function(value) {
10762
- return jspb.Message.setProto3FloatField(this, 1, value);
10763
- };
10764
-
10765
-
10766
- /**
10767
- * optional double match = 2;
10768
- * @return {number}
10769
- */
10770
- proto.kycserviceapi.VerificationThresholds.prototype.getMatch = function() {
10771
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
10772
- };
10773
-
10774
-
10775
- /**
10776
- * @param {number} value
10777
- * @return {!proto.kycserviceapi.VerificationThresholds} returns this
10778
- */
10779
- proto.kycserviceapi.VerificationThresholds.prototype.setMatch = function(value) {
10780
- return jspb.Message.setProto3FloatField(this, 2, value);
10781
- };
10782
-
10783
-
10784
- /**
10785
- * optional double doc_authenticity_front = 3;
10786
- * @return {number}
10787
- */
10788
- proto.kycserviceapi.VerificationThresholds.prototype.getDocAuthenticityFront = function() {
10789
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
10790
- };
10791
-
10792
-
10793
- /**
10794
- * @param {number} value
10795
- * @return {!proto.kycserviceapi.VerificationThresholds} returns this
10796
- */
10797
- proto.kycserviceapi.VerificationThresholds.prototype.setDocAuthenticityFront = function(value) {
10798
- return jspb.Message.setProto3FloatField(this, 3, value);
10799
- };
10800
-
10801
-
10802
- /**
10803
- * optional double doc_authenticity_back = 4;
10804
- * @return {number}
10805
- */
10806
- proto.kycserviceapi.VerificationThresholds.prototype.getDocAuthenticityBack = function() {
10807
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
10808
- };
10809
-
10810
-
10811
- /**
10812
- * @param {number} value
10813
- * @return {!proto.kycserviceapi.VerificationThresholds} returns this
10814
- */
10815
- proto.kycserviceapi.VerificationThresholds.prototype.setDocAuthenticityBack = function(value) {
10816
- return jspb.Message.setProto3FloatField(this, 4, value);
10817
- };
10818
-
10819
-
10820
- /**
10821
- * optional google.protobuf.Timestamp updated_at = 5;
10822
- * @return {?proto.google.protobuf.Timestamp}
10823
- */
10824
- proto.kycserviceapi.VerificationThresholds.prototype.getUpdatedAt = function() {
10825
- return /** @type{?proto.google.protobuf.Timestamp} */ (
10826
- jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 5));
10827
- };
10828
-
10829
-
10830
- /**
10831
- * @param {?proto.google.protobuf.Timestamp|undefined} value
10832
- * @return {!proto.kycserviceapi.VerificationThresholds} returns this
10833
- */
10834
- proto.kycserviceapi.VerificationThresholds.prototype.setUpdatedAt = function(value) {
10835
- return jspb.Message.setWrapperField(this, 5, value);
10836
- };
10837
-
10838
-
10839
- /**
10840
- * Clears the message field making it undefined.
10841
- * @return {!proto.kycserviceapi.VerificationThresholds} returns this
10842
- */
10843
- proto.kycserviceapi.VerificationThresholds.prototype.clearUpdatedAt = function() {
10844
- return this.setUpdatedAt(undefined);
10845
- };
10846
-
10847
-
10848
- /**
10849
- * Returns whether this field is set.
10850
- * @return {boolean}
10851
- */
10852
- proto.kycserviceapi.VerificationThresholds.prototype.hasUpdatedAt = function() {
10853
- return jspb.Message.getField(this, 5) != null;
10854
- };
10855
-
10856
-
10857
10564
  /**
10858
10565
  * @enum {number}
10859
10566
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/kyc-client-grpcweb",
3
- "version": "26.6.2317",
3
+ "version": "26.6.2342",
4
4
  "description": "kyc-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",