@sniipwebmaster/realtime-message-client-grpcweb 22.3.339 → 22.11.367

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.
@@ -25,6 +25,8 @@ goog.exportSymbol('proto.realtimemessageapi.Event', null, global);
25
25
  goog.exportSymbol('proto.realtimemessageapi.EventType', null, global);
26
26
  goog.exportSymbol('proto.realtimemessageapi.GetBannersData', null, global);
27
27
  goog.exportSymbol('proto.realtimemessageapi.GetBannersRequest', null, global);
28
+ goog.exportSymbol('proto.realtimemessageapi.ImportItemFailureEvent', null, global);
29
+ goog.exportSymbol('proto.realtimemessageapi.ImportItemSuccessEvent', null, global);
28
30
  goog.exportSymbol('proto.realtimemessageapi.PendingUploadDeliveryUpdate', null, global);
29
31
  goog.exportSymbol('proto.realtimemessageapi.PostRequest', null, global);
30
32
  goog.exportSymbol('proto.realtimemessageapi.ResponseCode', null, global);
@@ -4683,6 +4685,354 @@ proto.realtimemessageapi.CardVerificationStatusUpdated.prototype.setSuccess = fu
4683
4685
  };
4684
4686
 
4685
4687
 
4688
+
4689
+ /**
4690
+ * Generated by JsPbCodeGenerator.
4691
+ * @param {Array=} opt_data Optional initial data array, typically from a
4692
+ * server response, or constructed directly in Javascript. The array is used
4693
+ * in place and becomes part of the constructed object. It is not cloned.
4694
+ * If no data is provided, the constructed object will be empty, but still
4695
+ * valid.
4696
+ * @extends {jspb.Message}
4697
+ * @constructor
4698
+ */
4699
+ proto.realtimemessageapi.ImportItemSuccessEvent = function(opt_data) {
4700
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4701
+ };
4702
+ goog.inherits(proto.realtimemessageapi.ImportItemSuccessEvent, jspb.Message);
4703
+ if (goog.DEBUG && !COMPILED) {
4704
+ proto.realtimemessageapi.ImportItemSuccessEvent.displayName = 'proto.realtimemessageapi.ImportItemSuccessEvent';
4705
+ }
4706
+
4707
+
4708
+ if (jspb.Message.GENERATE_TO_OBJECT) {
4709
+ /**
4710
+ * Creates an object representation of this proto suitable for use in Soy templates.
4711
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
4712
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
4713
+ * For the list of reserved names please see:
4714
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
4715
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
4716
+ * for transitional soy proto support: http://goto/soy-param-migration
4717
+ * @return {!Object}
4718
+ */
4719
+ proto.realtimemessageapi.ImportItemSuccessEvent.prototype.toObject = function(opt_includeInstance) {
4720
+ return proto.realtimemessageapi.ImportItemSuccessEvent.toObject(opt_includeInstance, this);
4721
+ };
4722
+
4723
+
4724
+ /**
4725
+ * Static version of the {@see toObject} method.
4726
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
4727
+ * instance for transitional soy proto support:
4728
+ * http://goto/soy-param-migration
4729
+ * @param {!proto.realtimemessageapi.ImportItemSuccessEvent} msg The msg instance to transform.
4730
+ * @return {!Object}
4731
+ */
4732
+ proto.realtimemessageapi.ImportItemSuccessEvent.toObject = function(includeInstance, msg) {
4733
+ var f, obj = {
4734
+
4735
+ };
4736
+
4737
+ if (includeInstance) {
4738
+ obj.$jspbMessageInstance = msg;
4739
+ }
4740
+ return obj;
4741
+ };
4742
+ }
4743
+
4744
+
4745
+ /**
4746
+ * Deserializes binary data (in protobuf wire format).
4747
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
4748
+ * @return {!proto.realtimemessageapi.ImportItemSuccessEvent}
4749
+ */
4750
+ proto.realtimemessageapi.ImportItemSuccessEvent.deserializeBinary = function(bytes) {
4751
+ var reader = new jspb.BinaryReader(bytes);
4752
+ var msg = new proto.realtimemessageapi.ImportItemSuccessEvent;
4753
+ return proto.realtimemessageapi.ImportItemSuccessEvent.deserializeBinaryFromReader(msg, reader);
4754
+ };
4755
+
4756
+
4757
+ /**
4758
+ * Deserializes binary data (in protobuf wire format) from the
4759
+ * given reader into the given message object.
4760
+ * @param {!proto.realtimemessageapi.ImportItemSuccessEvent} msg The message object to deserialize into.
4761
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4762
+ * @return {!proto.realtimemessageapi.ImportItemSuccessEvent}
4763
+ */
4764
+ proto.realtimemessageapi.ImportItemSuccessEvent.deserializeBinaryFromReader = function(msg, reader) {
4765
+ while (reader.nextField()) {
4766
+ if (reader.isEndGroup()) {
4767
+ break;
4768
+ }
4769
+ var field = reader.getFieldNumber();
4770
+ switch (field) {
4771
+ default:
4772
+ reader.skipField();
4773
+ break;
4774
+ }
4775
+ }
4776
+ return msg;
4777
+ };
4778
+
4779
+
4780
+ /**
4781
+ * Class method variant: serializes the given message to binary data
4782
+ * (in protobuf wire format), writing to the given BinaryWriter.
4783
+ * @param {!proto.realtimemessageapi.ImportItemSuccessEvent} message
4784
+ * @param {!jspb.BinaryWriter} writer
4785
+ */
4786
+ proto.realtimemessageapi.ImportItemSuccessEvent.serializeBinaryToWriter = function(message, writer) {
4787
+ message.serializeBinaryToWriter(writer);
4788
+ };
4789
+
4790
+
4791
+ /**
4792
+ * Serializes the message to binary data (in protobuf wire format).
4793
+ * @return {!Uint8Array}
4794
+ */
4795
+ proto.realtimemessageapi.ImportItemSuccessEvent.prototype.serializeBinary = function() {
4796
+ var writer = new jspb.BinaryWriter();
4797
+ this.serializeBinaryToWriter(writer);
4798
+ return writer.getResultBuffer();
4799
+ };
4800
+
4801
+
4802
+ /**
4803
+ * Serializes the message to binary data (in protobuf wire format),
4804
+ * writing to the given BinaryWriter.
4805
+ * @param {!jspb.BinaryWriter} writer
4806
+ */
4807
+ proto.realtimemessageapi.ImportItemSuccessEvent.prototype.serializeBinaryToWriter = function (writer) {
4808
+ var f = undefined;
4809
+ };
4810
+
4811
+
4812
+ /**
4813
+ * Creates a deep clone of this proto. No data is shared with the original.
4814
+ * @return {!proto.realtimemessageapi.ImportItemSuccessEvent} The clone.
4815
+ */
4816
+ proto.realtimemessageapi.ImportItemSuccessEvent.prototype.cloneMessage = function() {
4817
+ return /** @type {!proto.realtimemessageapi.ImportItemSuccessEvent} */ (jspb.Message.cloneMessage(this));
4818
+ };
4819
+
4820
+
4821
+
4822
+ /**
4823
+ * Generated by JsPbCodeGenerator.
4824
+ * @param {Array=} opt_data Optional initial data array, typically from a
4825
+ * server response, or constructed directly in Javascript. The array is used
4826
+ * in place and becomes part of the constructed object. It is not cloned.
4827
+ * If no data is provided, the constructed object will be empty, but still
4828
+ * valid.
4829
+ * @extends {jspb.Message}
4830
+ * @constructor
4831
+ */
4832
+ proto.realtimemessageapi.ImportItemFailureEvent = function(opt_data) {
4833
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
4834
+ };
4835
+ goog.inherits(proto.realtimemessageapi.ImportItemFailureEvent, jspb.Message);
4836
+ if (goog.DEBUG && !COMPILED) {
4837
+ proto.realtimemessageapi.ImportItemFailureEvent.displayName = 'proto.realtimemessageapi.ImportItemFailureEvent';
4838
+ }
4839
+
4840
+
4841
+ if (jspb.Message.GENERATE_TO_OBJECT) {
4842
+ /**
4843
+ * Creates an object representation of this proto suitable for use in Soy templates.
4844
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
4845
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
4846
+ * For the list of reserved names please see:
4847
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
4848
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
4849
+ * for transitional soy proto support: http://goto/soy-param-migration
4850
+ * @return {!Object}
4851
+ */
4852
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.toObject = function(opt_includeInstance) {
4853
+ return proto.realtimemessageapi.ImportItemFailureEvent.toObject(opt_includeInstance, this);
4854
+ };
4855
+
4856
+
4857
+ /**
4858
+ * Static version of the {@see toObject} method.
4859
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
4860
+ * instance for transitional soy proto support:
4861
+ * http://goto/soy-param-migration
4862
+ * @param {!proto.realtimemessageapi.ImportItemFailureEvent} msg The msg instance to transform.
4863
+ * @return {!Object}
4864
+ */
4865
+ proto.realtimemessageapi.ImportItemFailureEvent.toObject = function(includeInstance, msg) {
4866
+ var f, obj = {
4867
+ attachmentid: msg.getAttachmentid(),
4868
+ error: msg.getError(),
4869
+ haskeywords: msg.getHaskeywords()
4870
+ };
4871
+
4872
+ if (includeInstance) {
4873
+ obj.$jspbMessageInstance = msg;
4874
+ }
4875
+ return obj;
4876
+ };
4877
+ }
4878
+
4879
+
4880
+ /**
4881
+ * Deserializes binary data (in protobuf wire format).
4882
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
4883
+ * @return {!proto.realtimemessageapi.ImportItemFailureEvent}
4884
+ */
4885
+ proto.realtimemessageapi.ImportItemFailureEvent.deserializeBinary = function(bytes) {
4886
+ var reader = new jspb.BinaryReader(bytes);
4887
+ var msg = new proto.realtimemessageapi.ImportItemFailureEvent;
4888
+ return proto.realtimemessageapi.ImportItemFailureEvent.deserializeBinaryFromReader(msg, reader);
4889
+ };
4890
+
4891
+
4892
+ /**
4893
+ * Deserializes binary data (in protobuf wire format) from the
4894
+ * given reader into the given message object.
4895
+ * @param {!proto.realtimemessageapi.ImportItemFailureEvent} msg The message object to deserialize into.
4896
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
4897
+ * @return {!proto.realtimemessageapi.ImportItemFailureEvent}
4898
+ */
4899
+ proto.realtimemessageapi.ImportItemFailureEvent.deserializeBinaryFromReader = function(msg, reader) {
4900
+ while (reader.nextField()) {
4901
+ if (reader.isEndGroup()) {
4902
+ break;
4903
+ }
4904
+ var field = reader.getFieldNumber();
4905
+ switch (field) {
4906
+ case 1:
4907
+ var value = /** @type {number} */ (reader.readInt64());
4908
+ msg.setAttachmentid(value);
4909
+ break;
4910
+ case 2:
4911
+ var value = /** @type {string} */ (reader.readString());
4912
+ msg.setError(value);
4913
+ break;
4914
+ case 3:
4915
+ var value = /** @type {boolean} */ (reader.readBool());
4916
+ msg.setHaskeywords(value);
4917
+ break;
4918
+ default:
4919
+ reader.skipField();
4920
+ break;
4921
+ }
4922
+ }
4923
+ return msg;
4924
+ };
4925
+
4926
+
4927
+ /**
4928
+ * Class method variant: serializes the given message to binary data
4929
+ * (in protobuf wire format), writing to the given BinaryWriter.
4930
+ * @param {!proto.realtimemessageapi.ImportItemFailureEvent} message
4931
+ * @param {!jspb.BinaryWriter} writer
4932
+ */
4933
+ proto.realtimemessageapi.ImportItemFailureEvent.serializeBinaryToWriter = function(message, writer) {
4934
+ message.serializeBinaryToWriter(writer);
4935
+ };
4936
+
4937
+
4938
+ /**
4939
+ * Serializes the message to binary data (in protobuf wire format).
4940
+ * @return {!Uint8Array}
4941
+ */
4942
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.serializeBinary = function() {
4943
+ var writer = new jspb.BinaryWriter();
4944
+ this.serializeBinaryToWriter(writer);
4945
+ return writer.getResultBuffer();
4946
+ };
4947
+
4948
+
4949
+ /**
4950
+ * Serializes the message to binary data (in protobuf wire format),
4951
+ * writing to the given BinaryWriter.
4952
+ * @param {!jspb.BinaryWriter} writer
4953
+ */
4954
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.serializeBinaryToWriter = function (writer) {
4955
+ var f = undefined;
4956
+ f = this.getAttachmentid();
4957
+ if (f !== 0) {
4958
+ writer.writeInt64(
4959
+ 1,
4960
+ f
4961
+ );
4962
+ }
4963
+ f = this.getError();
4964
+ if (f.length > 0) {
4965
+ writer.writeString(
4966
+ 2,
4967
+ f
4968
+ );
4969
+ }
4970
+ f = this.getHaskeywords();
4971
+ if (f) {
4972
+ writer.writeBool(
4973
+ 3,
4974
+ f
4975
+ );
4976
+ }
4977
+ };
4978
+
4979
+
4980
+ /**
4981
+ * Creates a deep clone of this proto. No data is shared with the original.
4982
+ * @return {!proto.realtimemessageapi.ImportItemFailureEvent} The clone.
4983
+ */
4984
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.cloneMessage = function() {
4985
+ return /** @type {!proto.realtimemessageapi.ImportItemFailureEvent} */ (jspb.Message.cloneMessage(this));
4986
+ };
4987
+
4988
+
4989
+ /**
4990
+ * optional int64 AttachmentId = 1;
4991
+ * @return {number}
4992
+ */
4993
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.getAttachmentid = function() {
4994
+ return /** @type {number} */ (jspb.Message.getFieldProto3(this, 1, 0));
4995
+ };
4996
+
4997
+
4998
+ /** @param {number} value */
4999
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.setAttachmentid = function(value) {
5000
+ jspb.Message.setField(this, 1, value);
5001
+ };
5002
+
5003
+
5004
+ /**
5005
+ * optional string Error = 2;
5006
+ * @return {string}
5007
+ */
5008
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.getError = function() {
5009
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 2, ""));
5010
+ };
5011
+
5012
+
5013
+ /** @param {string} value */
5014
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.setError = function(value) {
5015
+ jspb.Message.setField(this, 2, value);
5016
+ };
5017
+
5018
+
5019
+ /**
5020
+ * optional bool HasKeywords = 3;
5021
+ * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
5022
+ * You should avoid comparisons like {@code val === true/false} in those cases.
5023
+ * @return {boolean}
5024
+ */
5025
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.getHaskeywords = function() {
5026
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 3, false));
5027
+ };
5028
+
5029
+
5030
+ /** @param {boolean} value */
5031
+ proto.realtimemessageapi.ImportItemFailureEvent.prototype.setHaskeywords = function(value) {
5032
+ jspb.Message.setField(this, 3, value);
5033
+ };
5034
+
5035
+
4686
5036
  /**
4687
5037
  * @enum {number}
4688
5038
  */
@@ -4692,7 +5042,9 @@ proto.realtimemessageapi.EventType = {
4692
5042
  BULK_PAYMENT_UPDATED: 2,
4693
5043
  ALL_BILLS_PROCESSED_BY_IMPORT: 3,
4694
5044
  PENDING_UPLOAD_MBILL_DELIVERY_STATUS_UPDATED: 4,
4695
- CARD_VERIFICATION_STATUS_UPDATED: 5
5045
+ CARD_VERIFICATION_STATUS_UPDATED: 5,
5046
+ IMPORT_ITEM_SUCCESS: 6,
5047
+ IMPORT_ITEM_FAILED: 7
4696
5048
  };
4697
5049
 
4698
5050
  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": "22.3.339",
3
+ "version": "22.11.367",
4
4
  "description": "realtime-message-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",