@sniipwebmaster/realtime-message-client-grpcweb 25.11.727 → 26.2.744
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 +214 -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.PayToPaymentMethodUpdated', null, global);
|
|
49
50
|
goog.exportSymbol('proto.realtimemessageapi.PendingUploadDeliveryUpdate', null, global);
|
|
50
51
|
goog.exportSymbol('proto.realtimemessageapi.PostRequest', null, global);
|
|
51
52
|
goog.exportSymbol('proto.realtimemessageapi.ResponseCode', null, global);
|
|
@@ -704,6 +705,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
704
705
|
*/
|
|
705
706
|
proto.realtimemessageapi.ABAFileSentEvent.displayName = 'proto.realtimemessageapi.ABAFileSentEvent';
|
|
706
707
|
}
|
|
708
|
+
/**
|
|
709
|
+
* Generated by JsPbCodeGenerator.
|
|
710
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
711
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
712
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
713
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
714
|
+
* valid.
|
|
715
|
+
* @extends {jspb.Message}
|
|
716
|
+
* @constructor
|
|
717
|
+
*/
|
|
718
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated = function(opt_data) {
|
|
719
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
720
|
+
};
|
|
721
|
+
goog.inherits(proto.realtimemessageapi.PayToPaymentMethodUpdated, jspb.Message);
|
|
722
|
+
if (goog.DEBUG && !COMPILED) {
|
|
723
|
+
/**
|
|
724
|
+
* @public
|
|
725
|
+
* @override
|
|
726
|
+
*/
|
|
727
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.displayName = 'proto.realtimemessageapi.PayToPaymentMethodUpdated';
|
|
728
|
+
}
|
|
707
729
|
|
|
708
730
|
|
|
709
731
|
|
|
@@ -7708,6 +7730,196 @@ proto.realtimemessageapi.ABAFileSentEvent.prototype.setClientuserid = function(v
|
|
|
7708
7730
|
};
|
|
7709
7731
|
|
|
7710
7732
|
|
|
7733
|
+
|
|
7734
|
+
|
|
7735
|
+
|
|
7736
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7737
|
+
/**
|
|
7738
|
+
* Creates an object representation of this proto.
|
|
7739
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
7740
|
+
* Optional fields that are not set will be set to undefined.
|
|
7741
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7742
|
+
* For the list of reserved names please see:
|
|
7743
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7744
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7745
|
+
* JSPB instance for transitional soy proto support:
|
|
7746
|
+
* http://goto/soy-param-migration
|
|
7747
|
+
* @return {!Object}
|
|
7748
|
+
*/
|
|
7749
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.prototype.toObject = function(opt_includeInstance) {
|
|
7750
|
+
return proto.realtimemessageapi.PayToPaymentMethodUpdated.toObject(opt_includeInstance, this);
|
|
7751
|
+
};
|
|
7752
|
+
|
|
7753
|
+
|
|
7754
|
+
/**
|
|
7755
|
+
* Static version of the {@see toObject} method.
|
|
7756
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7757
|
+
* the JSPB instance for transitional soy proto support:
|
|
7758
|
+
* http://goto/soy-param-migration
|
|
7759
|
+
* @param {!proto.realtimemessageapi.PayToPaymentMethodUpdated} msg The msg instance to transform.
|
|
7760
|
+
* @return {!Object}
|
|
7761
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7762
|
+
*/
|
|
7763
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.toObject = function(includeInstance, msg) {
|
|
7764
|
+
var f, obj = {
|
|
7765
|
+
paymentmethodid: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
7766
|
+
status: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
7767
|
+
maxamount: jspb.Message.getFloatingPointFieldWithDefault(msg, 3, 0.0)
|
|
7768
|
+
};
|
|
7769
|
+
|
|
7770
|
+
if (includeInstance) {
|
|
7771
|
+
obj.$jspbMessageInstance = msg;
|
|
7772
|
+
}
|
|
7773
|
+
return obj;
|
|
7774
|
+
};
|
|
7775
|
+
}
|
|
7776
|
+
|
|
7777
|
+
|
|
7778
|
+
/**
|
|
7779
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7780
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7781
|
+
* @return {!proto.realtimemessageapi.PayToPaymentMethodUpdated}
|
|
7782
|
+
*/
|
|
7783
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.deserializeBinary = function(bytes) {
|
|
7784
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7785
|
+
var msg = new proto.realtimemessageapi.PayToPaymentMethodUpdated;
|
|
7786
|
+
return proto.realtimemessageapi.PayToPaymentMethodUpdated.deserializeBinaryFromReader(msg, reader);
|
|
7787
|
+
};
|
|
7788
|
+
|
|
7789
|
+
|
|
7790
|
+
/**
|
|
7791
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7792
|
+
* given reader into the given message object.
|
|
7793
|
+
* @param {!proto.realtimemessageapi.PayToPaymentMethodUpdated} msg The message object to deserialize into.
|
|
7794
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7795
|
+
* @return {!proto.realtimemessageapi.PayToPaymentMethodUpdated}
|
|
7796
|
+
*/
|
|
7797
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.deserializeBinaryFromReader = function(msg, reader) {
|
|
7798
|
+
while (reader.nextField()) {
|
|
7799
|
+
if (reader.isEndGroup()) {
|
|
7800
|
+
break;
|
|
7801
|
+
}
|
|
7802
|
+
var field = reader.getFieldNumber();
|
|
7803
|
+
switch (field) {
|
|
7804
|
+
case 1:
|
|
7805
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
7806
|
+
msg.setPaymentmethodid(value);
|
|
7807
|
+
break;
|
|
7808
|
+
case 2:
|
|
7809
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7810
|
+
msg.setStatus(value);
|
|
7811
|
+
break;
|
|
7812
|
+
case 3:
|
|
7813
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
7814
|
+
msg.setMaxamount(value);
|
|
7815
|
+
break;
|
|
7816
|
+
default:
|
|
7817
|
+
reader.skipField();
|
|
7818
|
+
break;
|
|
7819
|
+
}
|
|
7820
|
+
}
|
|
7821
|
+
return msg;
|
|
7822
|
+
};
|
|
7823
|
+
|
|
7824
|
+
|
|
7825
|
+
/**
|
|
7826
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
7827
|
+
* @return {!Uint8Array}
|
|
7828
|
+
*/
|
|
7829
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.prototype.serializeBinary = function() {
|
|
7830
|
+
var writer = new jspb.BinaryWriter();
|
|
7831
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.serializeBinaryToWriter(this, writer);
|
|
7832
|
+
return writer.getResultBuffer();
|
|
7833
|
+
};
|
|
7834
|
+
|
|
7835
|
+
|
|
7836
|
+
/**
|
|
7837
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
7838
|
+
* format), writing to the given BinaryWriter.
|
|
7839
|
+
* @param {!proto.realtimemessageapi.PayToPaymentMethodUpdated} message
|
|
7840
|
+
* @param {!jspb.BinaryWriter} writer
|
|
7841
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7842
|
+
*/
|
|
7843
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.serializeBinaryToWriter = function(message, writer) {
|
|
7844
|
+
var f = undefined;
|
|
7845
|
+
f = message.getPaymentmethodid();
|
|
7846
|
+
if (f !== 0) {
|
|
7847
|
+
writer.writeInt64(
|
|
7848
|
+
1,
|
|
7849
|
+
f
|
|
7850
|
+
);
|
|
7851
|
+
}
|
|
7852
|
+
f = message.getStatus();
|
|
7853
|
+
if (f.length > 0) {
|
|
7854
|
+
writer.writeString(
|
|
7855
|
+
2,
|
|
7856
|
+
f
|
|
7857
|
+
);
|
|
7858
|
+
}
|
|
7859
|
+
f = message.getMaxamount();
|
|
7860
|
+
if (f !== 0.0) {
|
|
7861
|
+
writer.writeDouble(
|
|
7862
|
+
3,
|
|
7863
|
+
f
|
|
7864
|
+
);
|
|
7865
|
+
}
|
|
7866
|
+
};
|
|
7867
|
+
|
|
7868
|
+
|
|
7869
|
+
/**
|
|
7870
|
+
* optional int64 paymentMethodId = 1;
|
|
7871
|
+
* @return {number}
|
|
7872
|
+
*/
|
|
7873
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.prototype.getPaymentmethodid = function() {
|
|
7874
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
7875
|
+
};
|
|
7876
|
+
|
|
7877
|
+
|
|
7878
|
+
/**
|
|
7879
|
+
* @param {number} value
|
|
7880
|
+
* @return {!proto.realtimemessageapi.PayToPaymentMethodUpdated} returns this
|
|
7881
|
+
*/
|
|
7882
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.prototype.setPaymentmethodid = function(value) {
|
|
7883
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
7884
|
+
};
|
|
7885
|
+
|
|
7886
|
+
|
|
7887
|
+
/**
|
|
7888
|
+
* optional string status = 2;
|
|
7889
|
+
* @return {string}
|
|
7890
|
+
*/
|
|
7891
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.prototype.getStatus = function() {
|
|
7892
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
7893
|
+
};
|
|
7894
|
+
|
|
7895
|
+
|
|
7896
|
+
/**
|
|
7897
|
+
* @param {string} value
|
|
7898
|
+
* @return {!proto.realtimemessageapi.PayToPaymentMethodUpdated} returns this
|
|
7899
|
+
*/
|
|
7900
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.prototype.setStatus = function(value) {
|
|
7901
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
7902
|
+
};
|
|
7903
|
+
|
|
7904
|
+
|
|
7905
|
+
/**
|
|
7906
|
+
* optional double maxAmount = 3;
|
|
7907
|
+
* @return {number}
|
|
7908
|
+
*/
|
|
7909
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.prototype.getMaxamount = function() {
|
|
7910
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 3, 0.0));
|
|
7911
|
+
};
|
|
7912
|
+
|
|
7913
|
+
|
|
7914
|
+
/**
|
|
7915
|
+
* @param {number} value
|
|
7916
|
+
* @return {!proto.realtimemessageapi.PayToPaymentMethodUpdated} returns this
|
|
7917
|
+
*/
|
|
7918
|
+
proto.realtimemessageapi.PayToPaymentMethodUpdated.prototype.setMaxamount = function(value) {
|
|
7919
|
+
return jspb.Message.setProto3FloatField(this, 3, value);
|
|
7920
|
+
};
|
|
7921
|
+
|
|
7922
|
+
|
|
7711
7923
|
/**
|
|
7712
7924
|
* @enum {number}
|
|
7713
7925
|
*/
|
|
@@ -7732,7 +7944,8 @@ proto.realtimemessageapi.EventType = {
|
|
|
7732
7944
|
EMPLOYEE_FILE_UPDATE_EVENT: 17,
|
|
7733
7945
|
ABA_FILE_REJECTED_EVENT: 18,
|
|
7734
7946
|
ABA_FILE_PAID_EVENT: 19,
|
|
7735
|
-
ABA_FILE_SENT_EVENT: 20
|
|
7947
|
+
ABA_FILE_SENT_EVENT: 20,
|
|
7948
|
+
PAYTO_PAYMENT_METHOD_UPDATED: 21
|
|
7736
7949
|
};
|
|
7737
7950
|
|
|
7738
7951
|
goog.object.extend(exports, proto.realtimemessageapi);
|