@sniipwebmaster/realtime-message-client-grpcweb 21.21.169 → 21.23.183

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.
@@ -12,6 +12,7 @@ var global = Function('return this')();
12
12
  var google_api_annotations_pb = require('./google/api/annotations_pb.js');
13
13
  var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
14
14
  var protoc$gen$openapiv2_options_annotations_pb = require('./protoc-gen-openapiv2/options/annotations_pb.js');
15
+ goog.exportSymbol('proto.realtimemessageapi.AllBillsProcessedByImport', null, global);
15
16
  goog.exportSymbol('proto.realtimemessageapi.BillPaid', null, global);
16
17
  goog.exportSymbol('proto.realtimemessageapi.BulkPaymentTaskUpdate', null, global);
17
18
  goog.exportSymbol('proto.realtimemessageapi.EmptyRequest', null, global);
@@ -2121,6 +2122,139 @@ proto.realtimemessageapi.BulkPaymentTaskUpdate.prototype.setBillremainingamount
2121
2122
 
2122
2123
 
2123
2124
 
2125
+ /**
2126
+ * Generated by JsPbCodeGenerator.
2127
+ * @param {Array=} opt_data Optional initial data array, typically from a
2128
+ * server response, or constructed directly in Javascript. The array is used
2129
+ * in place and becomes part of the constructed object. It is not cloned.
2130
+ * If no data is provided, the constructed object will be empty, but still
2131
+ * valid.
2132
+ * @extends {jspb.Message}
2133
+ * @constructor
2134
+ */
2135
+ proto.realtimemessageapi.AllBillsProcessedByImport = function(opt_data) {
2136
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2137
+ };
2138
+ goog.inherits(proto.realtimemessageapi.AllBillsProcessedByImport, jspb.Message);
2139
+ if (goog.DEBUG && !COMPILED) {
2140
+ proto.realtimemessageapi.AllBillsProcessedByImport.displayName = 'proto.realtimemessageapi.AllBillsProcessedByImport';
2141
+ }
2142
+
2143
+
2144
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2145
+ /**
2146
+ * Creates an object representation of this proto suitable for use in Soy templates.
2147
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2148
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2149
+ * For the list of reserved names please see:
2150
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
2151
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
2152
+ * for transitional soy proto support: http://goto/soy-param-migration
2153
+ * @return {!Object}
2154
+ */
2155
+ proto.realtimemessageapi.AllBillsProcessedByImport.prototype.toObject = function(opt_includeInstance) {
2156
+ return proto.realtimemessageapi.AllBillsProcessedByImport.toObject(opt_includeInstance, this);
2157
+ };
2158
+
2159
+
2160
+ /**
2161
+ * Static version of the {@see toObject} method.
2162
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
2163
+ * instance for transitional soy proto support:
2164
+ * http://goto/soy-param-migration
2165
+ * @param {!proto.realtimemessageapi.AllBillsProcessedByImport} msg The msg instance to transform.
2166
+ * @return {!Object}
2167
+ */
2168
+ proto.realtimemessageapi.AllBillsProcessedByImport.toObject = function(includeInstance, msg) {
2169
+ var f, obj = {
2170
+
2171
+ };
2172
+
2173
+ if (includeInstance) {
2174
+ obj.$jspbMessageInstance = msg;
2175
+ }
2176
+ return obj;
2177
+ };
2178
+ }
2179
+
2180
+
2181
+ /**
2182
+ * Deserializes binary data (in protobuf wire format).
2183
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
2184
+ * @return {!proto.realtimemessageapi.AllBillsProcessedByImport}
2185
+ */
2186
+ proto.realtimemessageapi.AllBillsProcessedByImport.deserializeBinary = function(bytes) {
2187
+ var reader = new jspb.BinaryReader(bytes);
2188
+ var msg = new proto.realtimemessageapi.AllBillsProcessedByImport;
2189
+ return proto.realtimemessageapi.AllBillsProcessedByImport.deserializeBinaryFromReader(msg, reader);
2190
+ };
2191
+
2192
+
2193
+ /**
2194
+ * Deserializes binary data (in protobuf wire format) from the
2195
+ * given reader into the given message object.
2196
+ * @param {!proto.realtimemessageapi.AllBillsProcessedByImport} msg The message object to deserialize into.
2197
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2198
+ * @return {!proto.realtimemessageapi.AllBillsProcessedByImport}
2199
+ */
2200
+ proto.realtimemessageapi.AllBillsProcessedByImport.deserializeBinaryFromReader = function(msg, reader) {
2201
+ while (reader.nextField()) {
2202
+ if (reader.isEndGroup()) {
2203
+ break;
2204
+ }
2205
+ var field = reader.getFieldNumber();
2206
+ switch (field) {
2207
+ default:
2208
+ reader.skipField();
2209
+ break;
2210
+ }
2211
+ }
2212
+ return msg;
2213
+ };
2214
+
2215
+
2216
+ /**
2217
+ * Class method variant: serializes the given message to binary data
2218
+ * (in protobuf wire format), writing to the given BinaryWriter.
2219
+ * @param {!proto.realtimemessageapi.AllBillsProcessedByImport} message
2220
+ * @param {!jspb.BinaryWriter} writer
2221
+ */
2222
+ proto.realtimemessageapi.AllBillsProcessedByImport.serializeBinaryToWriter = function(message, writer) {
2223
+ message.serializeBinaryToWriter(writer);
2224
+ };
2225
+
2226
+
2227
+ /**
2228
+ * Serializes the message to binary data (in protobuf wire format).
2229
+ * @return {!Uint8Array}
2230
+ */
2231
+ proto.realtimemessageapi.AllBillsProcessedByImport.prototype.serializeBinary = function() {
2232
+ var writer = new jspb.BinaryWriter();
2233
+ this.serializeBinaryToWriter(writer);
2234
+ return writer.getResultBuffer();
2235
+ };
2236
+
2237
+
2238
+ /**
2239
+ * Serializes the message to binary data (in protobuf wire format),
2240
+ * writing to the given BinaryWriter.
2241
+ * @param {!jspb.BinaryWriter} writer
2242
+ */
2243
+ proto.realtimemessageapi.AllBillsProcessedByImport.prototype.serializeBinaryToWriter = function (writer) {
2244
+ var f = undefined;
2245
+ };
2246
+
2247
+
2248
+ /**
2249
+ * Creates a deep clone of this proto. No data is shared with the original.
2250
+ * @return {!proto.realtimemessageapi.AllBillsProcessedByImport} The clone.
2251
+ */
2252
+ proto.realtimemessageapi.AllBillsProcessedByImport.prototype.cloneMessage = function() {
2253
+ return /** @type {!proto.realtimemessageapi.AllBillsProcessedByImport} */ (jspb.Message.cloneMessage(this));
2254
+ };
2255
+
2256
+
2257
+
2124
2258
  /**
2125
2259
  * Generated by JsPbCodeGenerator.
2126
2260
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -2655,7 +2789,8 @@ proto.realtimemessageapi.Event.prototype.setUserid = function(value) {
2655
2789
  proto.realtimemessageapi.EventType = {
2656
2790
  BILL_PAID: 0,
2657
2791
  TRANSACTION_FAILED: 1,
2658
- BULK_PAYMENT_UPDATED: 2
2792
+ BULK_PAYMENT_UPDATED: 2,
2793
+ ALL_BILLS_PROCESSED_BY_IMPORT: 3
2659
2794
  };
2660
2795
 
2661
2796
  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": "21.21.169",
3
+ "version": "21.23.183",
4
4
  "description": "realtime-message-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",