@sniipwebmaster/realtime-message-client-grpcweb 26.4.796 → 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.
- package/dependancies/service_pb.js +244 -1
- package/package.json +1 -1
|
@@ -46,6 +46,7 @@ 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);
|
|
49
50
|
goog.exportSymbol('proto.realtimemessageapi.KycVerificationCompletedEvent', null, global);
|
|
50
51
|
goog.exportSymbol('proto.realtimemessageapi.PayToPaymentMethodUpdated', null, global);
|
|
51
52
|
goog.exportSymbol('proto.realtimemessageapi.PendingUploadDeliveryUpdate', null, global);
|
|
@@ -770,6 +771,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
770
771
|
*/
|
|
771
772
|
proto.realtimemessageapi.KycVerificationCompletedEvent.displayName = 'proto.realtimemessageapi.KycVerificationCompletedEvent';
|
|
772
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
|
+
}
|
|
773
795
|
|
|
774
796
|
|
|
775
797
|
|
|
@@ -8347,6 +8369,226 @@ proto.realtimemessageapi.KycVerificationCompletedEvent.prototype.setStatus = fun
|
|
|
8347
8369
|
};
|
|
8348
8370
|
|
|
8349
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
|
+
|
|
8350
8592
|
/**
|
|
8351
8593
|
* @enum {number}
|
|
8352
8594
|
*/
|
|
@@ -8374,7 +8616,8 @@ proto.realtimemessageapi.EventType = {
|
|
|
8374
8616
|
ABA_FILE_SENT_EVENT: 20,
|
|
8375
8617
|
PAYTO_PAYMENT_METHOD_UPDATED: 21,
|
|
8376
8618
|
PUSH_NOTIFICATION_RECEIVED: 22,
|
|
8377
|
-
KYC_VERIFICATION_COMPLETED: 23
|
|
8619
|
+
KYC_VERIFICATION_COMPLETED: 23,
|
|
8620
|
+
KYB_DIRECTOR_STATUS_CHANGED: 24
|
|
8378
8621
|
};
|
|
8379
8622
|
|
|
8380
8623
|
goog.object.extend(exports, proto.realtimemessageapi);
|