@sniipwebmaster/realtime-message-client-grpcweb 26.4.796 → 26.5.818

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.
@@ -46,6 +46,8 @@ goog.exportSymbol('proto.realtimemessageapi.GetBannersData', null, global);
46
46
  goog.exportSymbol('proto.realtimemessageapi.GetBannersRequest', null, global);
47
47
  goog.exportSymbol('proto.realtimemessageapi.ImportItemFailureEvent', null, global);
48
48
  goog.exportSymbol('proto.realtimemessageapi.ImportItemSuccessEvent', null, global);
49
+ goog.exportSymbol('proto.realtimemessageapi.KybComplianceDecisionEvent', null, global);
50
+ goog.exportSymbol('proto.realtimemessageapi.KybDirectorStatusChangedEvent', null, global);
49
51
  goog.exportSymbol('proto.realtimemessageapi.KycVerificationCompletedEvent', null, global);
50
52
  goog.exportSymbol('proto.realtimemessageapi.PayToPaymentMethodUpdated', null, global);
51
53
  goog.exportSymbol('proto.realtimemessageapi.PendingUploadDeliveryUpdate', null, global);
@@ -770,6 +772,48 @@ if (goog.DEBUG && !COMPILED) {
770
772
  */
771
773
  proto.realtimemessageapi.KycVerificationCompletedEvent.displayName = 'proto.realtimemessageapi.KycVerificationCompletedEvent';
772
774
  }
775
+ /**
776
+ * Generated by JsPbCodeGenerator.
777
+ * @param {Array=} opt_data Optional initial data array, typically from a
778
+ * server response, or constructed directly in Javascript. The array is used
779
+ * in place and becomes part of the constructed object. It is not cloned.
780
+ * If no data is provided, the constructed object will be empty, but still
781
+ * valid.
782
+ * @extends {jspb.Message}
783
+ * @constructor
784
+ */
785
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent = function(opt_data) {
786
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
787
+ };
788
+ goog.inherits(proto.realtimemessageapi.KybDirectorStatusChangedEvent, jspb.Message);
789
+ if (goog.DEBUG && !COMPILED) {
790
+ /**
791
+ * @public
792
+ * @override
793
+ */
794
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.displayName = 'proto.realtimemessageapi.KybDirectorStatusChangedEvent';
795
+ }
796
+ /**
797
+ * Generated by JsPbCodeGenerator.
798
+ * @param {Array=} opt_data Optional initial data array, typically from a
799
+ * server response, or constructed directly in Javascript. The array is used
800
+ * in place and becomes part of the constructed object. It is not cloned.
801
+ * If no data is provided, the constructed object will be empty, but still
802
+ * valid.
803
+ * @extends {jspb.Message}
804
+ * @constructor
805
+ */
806
+ proto.realtimemessageapi.KybComplianceDecisionEvent = function(opt_data) {
807
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
808
+ };
809
+ goog.inherits(proto.realtimemessageapi.KybComplianceDecisionEvent, jspb.Message);
810
+ if (goog.DEBUG && !COMPILED) {
811
+ /**
812
+ * @public
813
+ * @override
814
+ */
815
+ proto.realtimemessageapi.KybComplianceDecisionEvent.displayName = 'proto.realtimemessageapi.KybComplianceDecisionEvent';
816
+ }
773
817
 
774
818
 
775
819
 
@@ -8347,6 +8391,476 @@ proto.realtimemessageapi.KycVerificationCompletedEvent.prototype.setStatus = fun
8347
8391
  };
8348
8392
 
8349
8393
 
8394
+
8395
+
8396
+
8397
+ if (jspb.Message.GENERATE_TO_OBJECT) {
8398
+ /**
8399
+ * Creates an object representation of this proto.
8400
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
8401
+ * Optional fields that are not set will be set to undefined.
8402
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
8403
+ * For the list of reserved names please see:
8404
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
8405
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
8406
+ * JSPB instance for transitional soy proto support:
8407
+ * http://goto/soy-param-migration
8408
+ * @return {!Object}
8409
+ */
8410
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.toObject = function(opt_includeInstance) {
8411
+ return proto.realtimemessageapi.KybDirectorStatusChangedEvent.toObject(opt_includeInstance, this);
8412
+ };
8413
+
8414
+
8415
+ /**
8416
+ * Static version of the {@see toObject} method.
8417
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
8418
+ * the JSPB instance for transitional soy proto support:
8419
+ * http://goto/soy-param-migration
8420
+ * @param {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} msg The msg instance to transform.
8421
+ * @return {!Object}
8422
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8423
+ */
8424
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.toObject = function(includeInstance, msg) {
8425
+ var f, obj = {
8426
+ kybbusinessid: jspb.Message.getFieldWithDefault(msg, 1, ""),
8427
+ partyentityid: jspb.Message.getFieldWithDefault(msg, 2, ""),
8428
+ verificationstatus: jspb.Message.getFieldWithDefault(msg, 3, ""),
8429
+ at: jspb.Message.getFieldWithDefault(msg, 4, "")
8430
+ };
8431
+
8432
+ if (includeInstance) {
8433
+ obj.$jspbMessageInstance = msg;
8434
+ }
8435
+ return obj;
8436
+ };
8437
+ }
8438
+
8439
+
8440
+ /**
8441
+ * Deserializes binary data (in protobuf wire format).
8442
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
8443
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent}
8444
+ */
8445
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.deserializeBinary = function(bytes) {
8446
+ var reader = new jspb.BinaryReader(bytes);
8447
+ var msg = new proto.realtimemessageapi.KybDirectorStatusChangedEvent;
8448
+ return proto.realtimemessageapi.KybDirectorStatusChangedEvent.deserializeBinaryFromReader(msg, reader);
8449
+ };
8450
+
8451
+
8452
+ /**
8453
+ * Deserializes binary data (in protobuf wire format) from the
8454
+ * given reader into the given message object.
8455
+ * @param {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} msg The message object to deserialize into.
8456
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
8457
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent}
8458
+ */
8459
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.deserializeBinaryFromReader = function(msg, reader) {
8460
+ while (reader.nextField()) {
8461
+ if (reader.isEndGroup()) {
8462
+ break;
8463
+ }
8464
+ var field = reader.getFieldNumber();
8465
+ switch (field) {
8466
+ case 1:
8467
+ var value = /** @type {string} */ (reader.readString());
8468
+ msg.setKybbusinessid(value);
8469
+ break;
8470
+ case 2:
8471
+ var value = /** @type {string} */ (reader.readString());
8472
+ msg.setPartyentityid(value);
8473
+ break;
8474
+ case 3:
8475
+ var value = /** @type {string} */ (reader.readString());
8476
+ msg.setVerificationstatus(value);
8477
+ break;
8478
+ case 4:
8479
+ var value = /** @type {string} */ (reader.readString());
8480
+ msg.setAt(value);
8481
+ break;
8482
+ default:
8483
+ reader.skipField();
8484
+ break;
8485
+ }
8486
+ }
8487
+ return msg;
8488
+ };
8489
+
8490
+
8491
+ /**
8492
+ * Serializes the message to binary data (in protobuf wire format).
8493
+ * @return {!Uint8Array}
8494
+ */
8495
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.serializeBinary = function() {
8496
+ var writer = new jspb.BinaryWriter();
8497
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.serializeBinaryToWriter(this, writer);
8498
+ return writer.getResultBuffer();
8499
+ };
8500
+
8501
+
8502
+ /**
8503
+ * Serializes the given message to binary data (in protobuf wire
8504
+ * format), writing to the given BinaryWriter.
8505
+ * @param {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} message
8506
+ * @param {!jspb.BinaryWriter} writer
8507
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8508
+ */
8509
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.serializeBinaryToWriter = function(message, writer) {
8510
+ var f = undefined;
8511
+ f = message.getKybbusinessid();
8512
+ if (f.length > 0) {
8513
+ writer.writeString(
8514
+ 1,
8515
+ f
8516
+ );
8517
+ }
8518
+ f = message.getPartyentityid();
8519
+ if (f.length > 0) {
8520
+ writer.writeString(
8521
+ 2,
8522
+ f
8523
+ );
8524
+ }
8525
+ f = message.getVerificationstatus();
8526
+ if (f.length > 0) {
8527
+ writer.writeString(
8528
+ 3,
8529
+ f
8530
+ );
8531
+ }
8532
+ f = message.getAt();
8533
+ if (f.length > 0) {
8534
+ writer.writeString(
8535
+ 4,
8536
+ f
8537
+ );
8538
+ }
8539
+ };
8540
+
8541
+
8542
+ /**
8543
+ * optional string kybBusinessId = 1;
8544
+ * @return {string}
8545
+ */
8546
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.getKybbusinessid = function() {
8547
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
8548
+ };
8549
+
8550
+
8551
+ /**
8552
+ * @param {string} value
8553
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} returns this
8554
+ */
8555
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.setKybbusinessid = function(value) {
8556
+ return jspb.Message.setProto3StringField(this, 1, value);
8557
+ };
8558
+
8559
+
8560
+ /**
8561
+ * optional string partyEntityId = 2;
8562
+ * @return {string}
8563
+ */
8564
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.getPartyentityid = function() {
8565
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
8566
+ };
8567
+
8568
+
8569
+ /**
8570
+ * @param {string} value
8571
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} returns this
8572
+ */
8573
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.setPartyentityid = function(value) {
8574
+ return jspb.Message.setProto3StringField(this, 2, value);
8575
+ };
8576
+
8577
+
8578
+ /**
8579
+ * optional string verificationStatus = 3;
8580
+ * @return {string}
8581
+ */
8582
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.getVerificationstatus = function() {
8583
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
8584
+ };
8585
+
8586
+
8587
+ /**
8588
+ * @param {string} value
8589
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} returns this
8590
+ */
8591
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.setVerificationstatus = function(value) {
8592
+ return jspb.Message.setProto3StringField(this, 3, value);
8593
+ };
8594
+
8595
+
8596
+ /**
8597
+ * optional string at = 4;
8598
+ * @return {string}
8599
+ */
8600
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.getAt = function() {
8601
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
8602
+ };
8603
+
8604
+
8605
+ /**
8606
+ * @param {string} value
8607
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} returns this
8608
+ */
8609
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.setAt = function(value) {
8610
+ return jspb.Message.setProto3StringField(this, 4, value);
8611
+ };
8612
+
8613
+
8614
+
8615
+
8616
+
8617
+ if (jspb.Message.GENERATE_TO_OBJECT) {
8618
+ /**
8619
+ * Creates an object representation of this proto.
8620
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
8621
+ * Optional fields that are not set will be set to undefined.
8622
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
8623
+ * For the list of reserved names please see:
8624
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
8625
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
8626
+ * JSPB instance for transitional soy proto support:
8627
+ * http://goto/soy-param-migration
8628
+ * @return {!Object}
8629
+ */
8630
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.toObject = function(opt_includeInstance) {
8631
+ return proto.realtimemessageapi.KybComplianceDecisionEvent.toObject(opt_includeInstance, this);
8632
+ };
8633
+
8634
+
8635
+ /**
8636
+ * Static version of the {@see toObject} method.
8637
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
8638
+ * the JSPB instance for transitional soy proto support:
8639
+ * http://goto/soy-param-migration
8640
+ * @param {!proto.realtimemessageapi.KybComplianceDecisionEvent} msg The msg instance to transform.
8641
+ * @return {!Object}
8642
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8643
+ */
8644
+ proto.realtimemessageapi.KybComplianceDecisionEvent.toObject = function(includeInstance, msg) {
8645
+ var f, obj = {
8646
+ kybbusinessid: jspb.Message.getFieldWithDefault(msg, 1, 0),
8647
+ businessname: jspb.Message.getFieldWithDefault(msg, 2, ""),
8648
+ decision: jspb.Message.getFieldWithDefault(msg, 3, ""),
8649
+ reason: jspb.Message.getFieldWithDefault(msg, 4, ""),
8650
+ decidedat: jspb.Message.getFieldWithDefault(msg, 5, "")
8651
+ };
8652
+
8653
+ if (includeInstance) {
8654
+ obj.$jspbMessageInstance = msg;
8655
+ }
8656
+ return obj;
8657
+ };
8658
+ }
8659
+
8660
+
8661
+ /**
8662
+ * Deserializes binary data (in protobuf wire format).
8663
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
8664
+ * @return {!proto.realtimemessageapi.KybComplianceDecisionEvent}
8665
+ */
8666
+ proto.realtimemessageapi.KybComplianceDecisionEvent.deserializeBinary = function(bytes) {
8667
+ var reader = new jspb.BinaryReader(bytes);
8668
+ var msg = new proto.realtimemessageapi.KybComplianceDecisionEvent;
8669
+ return proto.realtimemessageapi.KybComplianceDecisionEvent.deserializeBinaryFromReader(msg, reader);
8670
+ };
8671
+
8672
+
8673
+ /**
8674
+ * Deserializes binary data (in protobuf wire format) from the
8675
+ * given reader into the given message object.
8676
+ * @param {!proto.realtimemessageapi.KybComplianceDecisionEvent} msg The message object to deserialize into.
8677
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
8678
+ * @return {!proto.realtimemessageapi.KybComplianceDecisionEvent}
8679
+ */
8680
+ proto.realtimemessageapi.KybComplianceDecisionEvent.deserializeBinaryFromReader = function(msg, reader) {
8681
+ while (reader.nextField()) {
8682
+ if (reader.isEndGroup()) {
8683
+ break;
8684
+ }
8685
+ var field = reader.getFieldNumber();
8686
+ switch (field) {
8687
+ case 1:
8688
+ var value = /** @type {number} */ (reader.readInt64());
8689
+ msg.setKybbusinessid(value);
8690
+ break;
8691
+ case 2:
8692
+ var value = /** @type {string} */ (reader.readString());
8693
+ msg.setBusinessname(value);
8694
+ break;
8695
+ case 3:
8696
+ var value = /** @type {string} */ (reader.readString());
8697
+ msg.setDecision(value);
8698
+ break;
8699
+ case 4:
8700
+ var value = /** @type {string} */ (reader.readString());
8701
+ msg.setReason(value);
8702
+ break;
8703
+ case 5:
8704
+ var value = /** @type {string} */ (reader.readString());
8705
+ msg.setDecidedat(value);
8706
+ break;
8707
+ default:
8708
+ reader.skipField();
8709
+ break;
8710
+ }
8711
+ }
8712
+ return msg;
8713
+ };
8714
+
8715
+
8716
+ /**
8717
+ * Serializes the message to binary data (in protobuf wire format).
8718
+ * @return {!Uint8Array}
8719
+ */
8720
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.serializeBinary = function() {
8721
+ var writer = new jspb.BinaryWriter();
8722
+ proto.realtimemessageapi.KybComplianceDecisionEvent.serializeBinaryToWriter(this, writer);
8723
+ return writer.getResultBuffer();
8724
+ };
8725
+
8726
+
8727
+ /**
8728
+ * Serializes the given message to binary data (in protobuf wire
8729
+ * format), writing to the given BinaryWriter.
8730
+ * @param {!proto.realtimemessageapi.KybComplianceDecisionEvent} message
8731
+ * @param {!jspb.BinaryWriter} writer
8732
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8733
+ */
8734
+ proto.realtimemessageapi.KybComplianceDecisionEvent.serializeBinaryToWriter = function(message, writer) {
8735
+ var f = undefined;
8736
+ f = message.getKybbusinessid();
8737
+ if (f !== 0) {
8738
+ writer.writeInt64(
8739
+ 1,
8740
+ f
8741
+ );
8742
+ }
8743
+ f = message.getBusinessname();
8744
+ if (f.length > 0) {
8745
+ writer.writeString(
8746
+ 2,
8747
+ f
8748
+ );
8749
+ }
8750
+ f = message.getDecision();
8751
+ if (f.length > 0) {
8752
+ writer.writeString(
8753
+ 3,
8754
+ f
8755
+ );
8756
+ }
8757
+ f = message.getReason();
8758
+ if (f.length > 0) {
8759
+ writer.writeString(
8760
+ 4,
8761
+ f
8762
+ );
8763
+ }
8764
+ f = message.getDecidedat();
8765
+ if (f.length > 0) {
8766
+ writer.writeString(
8767
+ 5,
8768
+ f
8769
+ );
8770
+ }
8771
+ };
8772
+
8773
+
8774
+ /**
8775
+ * optional int64 kybBusinessId = 1;
8776
+ * @return {number}
8777
+ */
8778
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.getKybbusinessid = function() {
8779
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
8780
+ };
8781
+
8782
+
8783
+ /**
8784
+ * @param {number} value
8785
+ * @return {!proto.realtimemessageapi.KybComplianceDecisionEvent} returns this
8786
+ */
8787
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.setKybbusinessid = function(value) {
8788
+ return jspb.Message.setProto3IntField(this, 1, value);
8789
+ };
8790
+
8791
+
8792
+ /**
8793
+ * optional string businessName = 2;
8794
+ * @return {string}
8795
+ */
8796
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.getBusinessname = function() {
8797
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
8798
+ };
8799
+
8800
+
8801
+ /**
8802
+ * @param {string} value
8803
+ * @return {!proto.realtimemessageapi.KybComplianceDecisionEvent} returns this
8804
+ */
8805
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.setBusinessname = function(value) {
8806
+ return jspb.Message.setProto3StringField(this, 2, value);
8807
+ };
8808
+
8809
+
8810
+ /**
8811
+ * optional string decision = 3;
8812
+ * @return {string}
8813
+ */
8814
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.getDecision = function() {
8815
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
8816
+ };
8817
+
8818
+
8819
+ /**
8820
+ * @param {string} value
8821
+ * @return {!proto.realtimemessageapi.KybComplianceDecisionEvent} returns this
8822
+ */
8823
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.setDecision = function(value) {
8824
+ return jspb.Message.setProto3StringField(this, 3, value);
8825
+ };
8826
+
8827
+
8828
+ /**
8829
+ * optional string reason = 4;
8830
+ * @return {string}
8831
+ */
8832
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.getReason = function() {
8833
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
8834
+ };
8835
+
8836
+
8837
+ /**
8838
+ * @param {string} value
8839
+ * @return {!proto.realtimemessageapi.KybComplianceDecisionEvent} returns this
8840
+ */
8841
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.setReason = function(value) {
8842
+ return jspb.Message.setProto3StringField(this, 4, value);
8843
+ };
8844
+
8845
+
8846
+ /**
8847
+ * optional string decidedAt = 5;
8848
+ * @return {string}
8849
+ */
8850
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.getDecidedat = function() {
8851
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
8852
+ };
8853
+
8854
+
8855
+ /**
8856
+ * @param {string} value
8857
+ * @return {!proto.realtimemessageapi.KybComplianceDecisionEvent} returns this
8858
+ */
8859
+ proto.realtimemessageapi.KybComplianceDecisionEvent.prototype.setDecidedat = function(value) {
8860
+ return jspb.Message.setProto3StringField(this, 5, value);
8861
+ };
8862
+
8863
+
8350
8864
  /**
8351
8865
  * @enum {number}
8352
8866
  */
@@ -8374,7 +8888,9 @@ proto.realtimemessageapi.EventType = {
8374
8888
  ABA_FILE_SENT_EVENT: 20,
8375
8889
  PAYTO_PAYMENT_METHOD_UPDATED: 21,
8376
8890
  PUSH_NOTIFICATION_RECEIVED: 22,
8377
- KYC_VERIFICATION_COMPLETED: 23
8891
+ KYC_VERIFICATION_COMPLETED: 23,
8892
+ KYB_DIRECTOR_STATUS_CHANGED: 24,
8893
+ KYB_COMPLIANCE_DECISION: 25
8378
8894
  };
8379
8895
 
8380
8896
  goog.object.extend(exports, proto.realtimemessageapi);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/realtime-message-client-grpcweb",
3
- "version": "26.4.796",
3
+ "version": "26.5.818",
4
4
  "description": "realtime-message-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",