@sniipwebmaster/realtime-message-client-grpcweb 26.3.782 → 26.5.807

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.KybDirectorStatusChangedEvent', null, global);
50
+ goog.exportSymbol('proto.realtimemessageapi.KycVerificationCompletedEvent', null, global);
49
51
  goog.exportSymbol('proto.realtimemessageapi.PayToPaymentMethodUpdated', null, global);
50
52
  goog.exportSymbol('proto.realtimemessageapi.PendingUploadDeliveryUpdate', null, global);
51
53
  goog.exportSymbol('proto.realtimemessageapi.PostRequest', null, global);
@@ -748,6 +750,48 @@ if (goog.DEBUG && !COMPILED) {
748
750
  */
749
751
  proto.realtimemessageapi.PushNotificationReceived.displayName = 'proto.realtimemessageapi.PushNotificationReceived';
750
752
  }
753
+ /**
754
+ * Generated by JsPbCodeGenerator.
755
+ * @param {Array=} opt_data Optional initial data array, typically from a
756
+ * server response, or constructed directly in Javascript. The array is used
757
+ * in place and becomes part of the constructed object. It is not cloned.
758
+ * If no data is provided, the constructed object will be empty, but still
759
+ * valid.
760
+ * @extends {jspb.Message}
761
+ * @constructor
762
+ */
763
+ proto.realtimemessageapi.KycVerificationCompletedEvent = function(opt_data) {
764
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
765
+ };
766
+ goog.inherits(proto.realtimemessageapi.KycVerificationCompletedEvent, jspb.Message);
767
+ if (goog.DEBUG && !COMPILED) {
768
+ /**
769
+ * @public
770
+ * @override
771
+ */
772
+ proto.realtimemessageapi.KycVerificationCompletedEvent.displayName = 'proto.realtimemessageapi.KycVerificationCompletedEvent';
773
+ }
774
+ /**
775
+ * Generated by JsPbCodeGenerator.
776
+ * @param {Array=} opt_data Optional initial data array, typically from a
777
+ * server response, or constructed directly in Javascript. The array is used
778
+ * in place and becomes part of the constructed object. It is not cloned.
779
+ * If no data is provided, the constructed object will be empty, but still
780
+ * valid.
781
+ * @extends {jspb.Message}
782
+ * @constructor
783
+ */
784
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent = function(opt_data) {
785
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
786
+ };
787
+ goog.inherits(proto.realtimemessageapi.KybDirectorStatusChangedEvent, jspb.Message);
788
+ if (goog.DEBUG && !COMPILED) {
789
+ /**
790
+ * @public
791
+ * @override
792
+ */
793
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.displayName = 'proto.realtimemessageapi.KybDirectorStatusChangedEvent';
794
+ }
751
795
 
752
796
 
753
797
 
@@ -8165,6 +8209,386 @@ proto.realtimemessageapi.PushNotificationReceived.prototype.clearDataMap = funct
8165
8209
  return this;};
8166
8210
 
8167
8211
 
8212
+
8213
+
8214
+
8215
+ if (jspb.Message.GENERATE_TO_OBJECT) {
8216
+ /**
8217
+ * Creates an object representation of this proto.
8218
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
8219
+ * Optional fields that are not set will be set to undefined.
8220
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
8221
+ * For the list of reserved names please see:
8222
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
8223
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
8224
+ * JSPB instance for transitional soy proto support:
8225
+ * http://goto/soy-param-migration
8226
+ * @return {!Object}
8227
+ */
8228
+ proto.realtimemessageapi.KycVerificationCompletedEvent.prototype.toObject = function(opt_includeInstance) {
8229
+ return proto.realtimemessageapi.KycVerificationCompletedEvent.toObject(opt_includeInstance, this);
8230
+ };
8231
+
8232
+
8233
+ /**
8234
+ * Static version of the {@see toObject} method.
8235
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
8236
+ * the JSPB instance for transitional soy proto support:
8237
+ * http://goto/soy-param-migration
8238
+ * @param {!proto.realtimemessageapi.KycVerificationCompletedEvent} msg The msg instance to transform.
8239
+ * @return {!Object}
8240
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8241
+ */
8242
+ proto.realtimemessageapi.KycVerificationCompletedEvent.toObject = function(includeInstance, msg) {
8243
+ var f, obj = {
8244
+ userid: jspb.Message.getFieldWithDefault(msg, 1, 0),
8245
+ status: jspb.Message.getFieldWithDefault(msg, 2, "")
8246
+ };
8247
+
8248
+ if (includeInstance) {
8249
+ obj.$jspbMessageInstance = msg;
8250
+ }
8251
+ return obj;
8252
+ };
8253
+ }
8254
+
8255
+
8256
+ /**
8257
+ * Deserializes binary data (in protobuf wire format).
8258
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
8259
+ * @return {!proto.realtimemessageapi.KycVerificationCompletedEvent}
8260
+ */
8261
+ proto.realtimemessageapi.KycVerificationCompletedEvent.deserializeBinary = function(bytes) {
8262
+ var reader = new jspb.BinaryReader(bytes);
8263
+ var msg = new proto.realtimemessageapi.KycVerificationCompletedEvent;
8264
+ return proto.realtimemessageapi.KycVerificationCompletedEvent.deserializeBinaryFromReader(msg, reader);
8265
+ };
8266
+
8267
+
8268
+ /**
8269
+ * Deserializes binary data (in protobuf wire format) from the
8270
+ * given reader into the given message object.
8271
+ * @param {!proto.realtimemessageapi.KycVerificationCompletedEvent} msg The message object to deserialize into.
8272
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
8273
+ * @return {!proto.realtimemessageapi.KycVerificationCompletedEvent}
8274
+ */
8275
+ proto.realtimemessageapi.KycVerificationCompletedEvent.deserializeBinaryFromReader = function(msg, reader) {
8276
+ while (reader.nextField()) {
8277
+ if (reader.isEndGroup()) {
8278
+ break;
8279
+ }
8280
+ var field = reader.getFieldNumber();
8281
+ switch (field) {
8282
+ case 1:
8283
+ var value = /** @type {number} */ (reader.readInt64());
8284
+ msg.setUserid(value);
8285
+ break;
8286
+ case 2:
8287
+ var value = /** @type {string} */ (reader.readString());
8288
+ msg.setStatus(value);
8289
+ break;
8290
+ default:
8291
+ reader.skipField();
8292
+ break;
8293
+ }
8294
+ }
8295
+ return msg;
8296
+ };
8297
+
8298
+
8299
+ /**
8300
+ * Serializes the message to binary data (in protobuf wire format).
8301
+ * @return {!Uint8Array}
8302
+ */
8303
+ proto.realtimemessageapi.KycVerificationCompletedEvent.prototype.serializeBinary = function() {
8304
+ var writer = new jspb.BinaryWriter();
8305
+ proto.realtimemessageapi.KycVerificationCompletedEvent.serializeBinaryToWriter(this, writer);
8306
+ return writer.getResultBuffer();
8307
+ };
8308
+
8309
+
8310
+ /**
8311
+ * Serializes the given message to binary data (in protobuf wire
8312
+ * format), writing to the given BinaryWriter.
8313
+ * @param {!proto.realtimemessageapi.KycVerificationCompletedEvent} message
8314
+ * @param {!jspb.BinaryWriter} writer
8315
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8316
+ */
8317
+ proto.realtimemessageapi.KycVerificationCompletedEvent.serializeBinaryToWriter = function(message, writer) {
8318
+ var f = undefined;
8319
+ f = message.getUserid();
8320
+ if (f !== 0) {
8321
+ writer.writeInt64(
8322
+ 1,
8323
+ f
8324
+ );
8325
+ }
8326
+ f = message.getStatus();
8327
+ if (f.length > 0) {
8328
+ writer.writeString(
8329
+ 2,
8330
+ f
8331
+ );
8332
+ }
8333
+ };
8334
+
8335
+
8336
+ /**
8337
+ * optional int64 userId = 1;
8338
+ * @return {number}
8339
+ */
8340
+ proto.realtimemessageapi.KycVerificationCompletedEvent.prototype.getUserid = function() {
8341
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
8342
+ };
8343
+
8344
+
8345
+ /**
8346
+ * @param {number} value
8347
+ * @return {!proto.realtimemessageapi.KycVerificationCompletedEvent} returns this
8348
+ */
8349
+ proto.realtimemessageapi.KycVerificationCompletedEvent.prototype.setUserid = function(value) {
8350
+ return jspb.Message.setProto3IntField(this, 1, value);
8351
+ };
8352
+
8353
+
8354
+ /**
8355
+ * optional string status = 2;
8356
+ * @return {string}
8357
+ */
8358
+ proto.realtimemessageapi.KycVerificationCompletedEvent.prototype.getStatus = function() {
8359
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
8360
+ };
8361
+
8362
+
8363
+ /**
8364
+ * @param {string} value
8365
+ * @return {!proto.realtimemessageapi.KycVerificationCompletedEvent} returns this
8366
+ */
8367
+ proto.realtimemessageapi.KycVerificationCompletedEvent.prototype.setStatus = function(value) {
8368
+ return jspb.Message.setProto3StringField(this, 2, value);
8369
+ };
8370
+
8371
+
8372
+
8373
+
8374
+
8375
+ if (jspb.Message.GENERATE_TO_OBJECT) {
8376
+ /**
8377
+ * Creates an object representation of this proto.
8378
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
8379
+ * Optional fields that are not set will be set to undefined.
8380
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
8381
+ * For the list of reserved names please see:
8382
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
8383
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
8384
+ * JSPB instance for transitional soy proto support:
8385
+ * http://goto/soy-param-migration
8386
+ * @return {!Object}
8387
+ */
8388
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.toObject = function(opt_includeInstance) {
8389
+ return proto.realtimemessageapi.KybDirectorStatusChangedEvent.toObject(opt_includeInstance, this);
8390
+ };
8391
+
8392
+
8393
+ /**
8394
+ * Static version of the {@see toObject} method.
8395
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
8396
+ * the JSPB instance for transitional soy proto support:
8397
+ * http://goto/soy-param-migration
8398
+ * @param {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} msg The msg instance to transform.
8399
+ * @return {!Object}
8400
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8401
+ */
8402
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.toObject = function(includeInstance, msg) {
8403
+ var f, obj = {
8404
+ kybbusinessid: jspb.Message.getFieldWithDefault(msg, 1, ""),
8405
+ partyentityid: jspb.Message.getFieldWithDefault(msg, 2, ""),
8406
+ verificationstatus: jspb.Message.getFieldWithDefault(msg, 3, ""),
8407
+ at: jspb.Message.getFieldWithDefault(msg, 4, "")
8408
+ };
8409
+
8410
+ if (includeInstance) {
8411
+ obj.$jspbMessageInstance = msg;
8412
+ }
8413
+ return obj;
8414
+ };
8415
+ }
8416
+
8417
+
8418
+ /**
8419
+ * Deserializes binary data (in protobuf wire format).
8420
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
8421
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent}
8422
+ */
8423
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.deserializeBinary = function(bytes) {
8424
+ var reader = new jspb.BinaryReader(bytes);
8425
+ var msg = new proto.realtimemessageapi.KybDirectorStatusChangedEvent;
8426
+ return proto.realtimemessageapi.KybDirectorStatusChangedEvent.deserializeBinaryFromReader(msg, reader);
8427
+ };
8428
+
8429
+
8430
+ /**
8431
+ * Deserializes binary data (in protobuf wire format) from the
8432
+ * given reader into the given message object.
8433
+ * @param {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} msg The message object to deserialize into.
8434
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
8435
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent}
8436
+ */
8437
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.deserializeBinaryFromReader = function(msg, reader) {
8438
+ while (reader.nextField()) {
8439
+ if (reader.isEndGroup()) {
8440
+ break;
8441
+ }
8442
+ var field = reader.getFieldNumber();
8443
+ switch (field) {
8444
+ case 1:
8445
+ var value = /** @type {string} */ (reader.readString());
8446
+ msg.setKybbusinessid(value);
8447
+ break;
8448
+ case 2:
8449
+ var value = /** @type {string} */ (reader.readString());
8450
+ msg.setPartyentityid(value);
8451
+ break;
8452
+ case 3:
8453
+ var value = /** @type {string} */ (reader.readString());
8454
+ msg.setVerificationstatus(value);
8455
+ break;
8456
+ case 4:
8457
+ var value = /** @type {string} */ (reader.readString());
8458
+ msg.setAt(value);
8459
+ break;
8460
+ default:
8461
+ reader.skipField();
8462
+ break;
8463
+ }
8464
+ }
8465
+ return msg;
8466
+ };
8467
+
8468
+
8469
+ /**
8470
+ * Serializes the message to binary data (in protobuf wire format).
8471
+ * @return {!Uint8Array}
8472
+ */
8473
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.serializeBinary = function() {
8474
+ var writer = new jspb.BinaryWriter();
8475
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.serializeBinaryToWriter(this, writer);
8476
+ return writer.getResultBuffer();
8477
+ };
8478
+
8479
+
8480
+ /**
8481
+ * Serializes the given message to binary data (in protobuf wire
8482
+ * format), writing to the given BinaryWriter.
8483
+ * @param {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} message
8484
+ * @param {!jspb.BinaryWriter} writer
8485
+ * @suppress {unusedLocalVariables} f is only used for nested messages
8486
+ */
8487
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.serializeBinaryToWriter = function(message, writer) {
8488
+ var f = undefined;
8489
+ f = message.getKybbusinessid();
8490
+ if (f.length > 0) {
8491
+ writer.writeString(
8492
+ 1,
8493
+ f
8494
+ );
8495
+ }
8496
+ f = message.getPartyentityid();
8497
+ if (f.length > 0) {
8498
+ writer.writeString(
8499
+ 2,
8500
+ f
8501
+ );
8502
+ }
8503
+ f = message.getVerificationstatus();
8504
+ if (f.length > 0) {
8505
+ writer.writeString(
8506
+ 3,
8507
+ f
8508
+ );
8509
+ }
8510
+ f = message.getAt();
8511
+ if (f.length > 0) {
8512
+ writer.writeString(
8513
+ 4,
8514
+ f
8515
+ );
8516
+ }
8517
+ };
8518
+
8519
+
8520
+ /**
8521
+ * optional string kybBusinessId = 1;
8522
+ * @return {string}
8523
+ */
8524
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.getKybbusinessid = function() {
8525
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
8526
+ };
8527
+
8528
+
8529
+ /**
8530
+ * @param {string} value
8531
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} returns this
8532
+ */
8533
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.setKybbusinessid = function(value) {
8534
+ return jspb.Message.setProto3StringField(this, 1, value);
8535
+ };
8536
+
8537
+
8538
+ /**
8539
+ * optional string partyEntityId = 2;
8540
+ * @return {string}
8541
+ */
8542
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.getPartyentityid = function() {
8543
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
8544
+ };
8545
+
8546
+
8547
+ /**
8548
+ * @param {string} value
8549
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} returns this
8550
+ */
8551
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.setPartyentityid = function(value) {
8552
+ return jspb.Message.setProto3StringField(this, 2, value);
8553
+ };
8554
+
8555
+
8556
+ /**
8557
+ * optional string verificationStatus = 3;
8558
+ * @return {string}
8559
+ */
8560
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.getVerificationstatus = function() {
8561
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
8562
+ };
8563
+
8564
+
8565
+ /**
8566
+ * @param {string} value
8567
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} returns this
8568
+ */
8569
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.setVerificationstatus = function(value) {
8570
+ return jspb.Message.setProto3StringField(this, 3, value);
8571
+ };
8572
+
8573
+
8574
+ /**
8575
+ * optional string at = 4;
8576
+ * @return {string}
8577
+ */
8578
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.getAt = function() {
8579
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
8580
+ };
8581
+
8582
+
8583
+ /**
8584
+ * @param {string} value
8585
+ * @return {!proto.realtimemessageapi.KybDirectorStatusChangedEvent} returns this
8586
+ */
8587
+ proto.realtimemessageapi.KybDirectorStatusChangedEvent.prototype.setAt = function(value) {
8588
+ return jspb.Message.setProto3StringField(this, 4, value);
8589
+ };
8590
+
8591
+
8168
8592
  /**
8169
8593
  * @enum {number}
8170
8594
  */
@@ -8191,7 +8615,9 @@ proto.realtimemessageapi.EventType = {
8191
8615
  ABA_FILE_PAID_EVENT: 19,
8192
8616
  ABA_FILE_SENT_EVENT: 20,
8193
8617
  PAYTO_PAYMENT_METHOD_UPDATED: 21,
8194
- PUSH_NOTIFICATION_RECEIVED: 22
8618
+ PUSH_NOTIFICATION_RECEIVED: 22,
8619
+ KYC_VERIFICATION_COMPLETED: 23,
8620
+ KYB_DIRECTOR_STATUS_CHANGED: 24
8195
8621
  };
8196
8622
 
8197
8623
  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.3.782",
3
+ "version": "26.5.807",
4
4
  "description": "realtime-message-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",