@sniipwebmaster/realtime-message-client-grpcweb 25.11.711 → 25.11.727

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.
@@ -22,6 +22,9 @@ goog.object.extend(proto, google_protobuf_empty_pb);
22
22
  var protoc$gen$openapiv2_options_annotations_pb = require('./protoc-gen-openapiv2/options/annotations_pb.js');
23
23
  goog.object.extend(proto, protoc$gen$openapiv2_options_annotations_pb);
24
24
  goog.exportSymbol('proto.realtimemessageapi.ABAFileImportFailedEvent', null, global);
25
+ goog.exportSymbol('proto.realtimemessageapi.ABAFilePaidEvent', null, global);
26
+ goog.exportSymbol('proto.realtimemessageapi.ABAFileRejectedEvent', null, global);
27
+ goog.exportSymbol('proto.realtimemessageapi.ABAFileSentEvent', null, global);
25
28
  goog.exportSymbol('proto.realtimemessageapi.ABAFileUpdateEvent', null, global);
26
29
  goog.exportSymbol('proto.realtimemessageapi.AllBillsProcessedByImport', null, global);
27
30
  goog.exportSymbol('proto.realtimemessageapi.AttachmentImportFailedEvent', null, global);
@@ -638,6 +641,69 @@ if (goog.DEBUG && !COMPILED) {
638
641
  */
639
642
  proto.realtimemessageapi.EmployeeFileUpdateEvent.displayName = 'proto.realtimemessageapi.EmployeeFileUpdateEvent';
640
643
  }
644
+ /**
645
+ * Generated by JsPbCodeGenerator.
646
+ * @param {Array=} opt_data Optional initial data array, typically from a
647
+ * server response, or constructed directly in Javascript. The array is used
648
+ * in place and becomes part of the constructed object. It is not cloned.
649
+ * If no data is provided, the constructed object will be empty, but still
650
+ * valid.
651
+ * @extends {jspb.Message}
652
+ * @constructor
653
+ */
654
+ proto.realtimemessageapi.ABAFileRejectedEvent = function(opt_data) {
655
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
656
+ };
657
+ goog.inherits(proto.realtimemessageapi.ABAFileRejectedEvent, jspb.Message);
658
+ if (goog.DEBUG && !COMPILED) {
659
+ /**
660
+ * @public
661
+ * @override
662
+ */
663
+ proto.realtimemessageapi.ABAFileRejectedEvent.displayName = 'proto.realtimemessageapi.ABAFileRejectedEvent';
664
+ }
665
+ /**
666
+ * Generated by JsPbCodeGenerator.
667
+ * @param {Array=} opt_data Optional initial data array, typically from a
668
+ * server response, or constructed directly in Javascript. The array is used
669
+ * in place and becomes part of the constructed object. It is not cloned.
670
+ * If no data is provided, the constructed object will be empty, but still
671
+ * valid.
672
+ * @extends {jspb.Message}
673
+ * @constructor
674
+ */
675
+ proto.realtimemessageapi.ABAFilePaidEvent = function(opt_data) {
676
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
677
+ };
678
+ goog.inherits(proto.realtimemessageapi.ABAFilePaidEvent, jspb.Message);
679
+ if (goog.DEBUG && !COMPILED) {
680
+ /**
681
+ * @public
682
+ * @override
683
+ */
684
+ proto.realtimemessageapi.ABAFilePaidEvent.displayName = 'proto.realtimemessageapi.ABAFilePaidEvent';
685
+ }
686
+ /**
687
+ * Generated by JsPbCodeGenerator.
688
+ * @param {Array=} opt_data Optional initial data array, typically from a
689
+ * server response, or constructed directly in Javascript. The array is used
690
+ * in place and becomes part of the constructed object. It is not cloned.
691
+ * If no data is provided, the constructed object will be empty, but still
692
+ * valid.
693
+ * @extends {jspb.Message}
694
+ * @constructor
695
+ */
696
+ proto.realtimemessageapi.ABAFileSentEvent = function(opt_data) {
697
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
698
+ };
699
+ goog.inherits(proto.realtimemessageapi.ABAFileSentEvent, jspb.Message);
700
+ if (goog.DEBUG && !COMPILED) {
701
+ /**
702
+ * @public
703
+ * @override
704
+ */
705
+ proto.realtimemessageapi.ABAFileSentEvent.displayName = 'proto.realtimemessageapi.ABAFileSentEvent';
706
+ }
641
707
 
642
708
 
643
709
 
@@ -7072,6 +7138,576 @@ proto.realtimemessageapi.EmployeeFileUpdateEvent.prototype.setTotalrowscount = f
7072
7138
  };
7073
7139
 
7074
7140
 
7141
+
7142
+
7143
+
7144
+ if (jspb.Message.GENERATE_TO_OBJECT) {
7145
+ /**
7146
+ * Creates an object representation of this proto.
7147
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
7148
+ * Optional fields that are not set will be set to undefined.
7149
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
7150
+ * For the list of reserved names please see:
7151
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
7152
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
7153
+ * JSPB instance for transitional soy proto support:
7154
+ * http://goto/soy-param-migration
7155
+ * @return {!Object}
7156
+ */
7157
+ proto.realtimemessageapi.ABAFileRejectedEvent.prototype.toObject = function(opt_includeInstance) {
7158
+ return proto.realtimemessageapi.ABAFileRejectedEvent.toObject(opt_includeInstance, this);
7159
+ };
7160
+
7161
+
7162
+ /**
7163
+ * Static version of the {@see toObject} method.
7164
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
7165
+ * the JSPB instance for transitional soy proto support:
7166
+ * http://goto/soy-param-migration
7167
+ * @param {!proto.realtimemessageapi.ABAFileRejectedEvent} msg The msg instance to transform.
7168
+ * @return {!Object}
7169
+ * @suppress {unusedLocalVariables} f is only used for nested messages
7170
+ */
7171
+ proto.realtimemessageapi.ABAFileRejectedEvent.toObject = function(includeInstance, msg) {
7172
+ var f, obj = {
7173
+ abafileid: jspb.Message.getFieldWithDefault(msg, 1, 0),
7174
+ agentuserid: jspb.Message.getFieldWithDefault(msg, 2, 0),
7175
+ clientuserid: jspb.Message.getFieldWithDefault(msg, 3, 0)
7176
+ };
7177
+
7178
+ if (includeInstance) {
7179
+ obj.$jspbMessageInstance = msg;
7180
+ }
7181
+ return obj;
7182
+ };
7183
+ }
7184
+
7185
+
7186
+ /**
7187
+ * Deserializes binary data (in protobuf wire format).
7188
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
7189
+ * @return {!proto.realtimemessageapi.ABAFileRejectedEvent}
7190
+ */
7191
+ proto.realtimemessageapi.ABAFileRejectedEvent.deserializeBinary = function(bytes) {
7192
+ var reader = new jspb.BinaryReader(bytes);
7193
+ var msg = new proto.realtimemessageapi.ABAFileRejectedEvent;
7194
+ return proto.realtimemessageapi.ABAFileRejectedEvent.deserializeBinaryFromReader(msg, reader);
7195
+ };
7196
+
7197
+
7198
+ /**
7199
+ * Deserializes binary data (in protobuf wire format) from the
7200
+ * given reader into the given message object.
7201
+ * @param {!proto.realtimemessageapi.ABAFileRejectedEvent} msg The message object to deserialize into.
7202
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7203
+ * @return {!proto.realtimemessageapi.ABAFileRejectedEvent}
7204
+ */
7205
+ proto.realtimemessageapi.ABAFileRejectedEvent.deserializeBinaryFromReader = function(msg, reader) {
7206
+ while (reader.nextField()) {
7207
+ if (reader.isEndGroup()) {
7208
+ break;
7209
+ }
7210
+ var field = reader.getFieldNumber();
7211
+ switch (field) {
7212
+ case 1:
7213
+ var value = /** @type {number} */ (reader.readInt64());
7214
+ msg.setAbafileid(value);
7215
+ break;
7216
+ case 2:
7217
+ var value = /** @type {number} */ (reader.readInt64());
7218
+ msg.setAgentuserid(value);
7219
+ break;
7220
+ case 3:
7221
+ var value = /** @type {number} */ (reader.readInt64());
7222
+ msg.setClientuserid(value);
7223
+ break;
7224
+ default:
7225
+ reader.skipField();
7226
+ break;
7227
+ }
7228
+ }
7229
+ return msg;
7230
+ };
7231
+
7232
+
7233
+ /**
7234
+ * Serializes the message to binary data (in protobuf wire format).
7235
+ * @return {!Uint8Array}
7236
+ */
7237
+ proto.realtimemessageapi.ABAFileRejectedEvent.prototype.serializeBinary = function() {
7238
+ var writer = new jspb.BinaryWriter();
7239
+ proto.realtimemessageapi.ABAFileRejectedEvent.serializeBinaryToWriter(this, writer);
7240
+ return writer.getResultBuffer();
7241
+ };
7242
+
7243
+
7244
+ /**
7245
+ * Serializes the given message to binary data (in protobuf wire
7246
+ * format), writing to the given BinaryWriter.
7247
+ * @param {!proto.realtimemessageapi.ABAFileRejectedEvent} message
7248
+ * @param {!jspb.BinaryWriter} writer
7249
+ * @suppress {unusedLocalVariables} f is only used for nested messages
7250
+ */
7251
+ proto.realtimemessageapi.ABAFileRejectedEvent.serializeBinaryToWriter = function(message, writer) {
7252
+ var f = undefined;
7253
+ f = message.getAbafileid();
7254
+ if (f !== 0) {
7255
+ writer.writeInt64(
7256
+ 1,
7257
+ f
7258
+ );
7259
+ }
7260
+ f = message.getAgentuserid();
7261
+ if (f !== 0) {
7262
+ writer.writeInt64(
7263
+ 2,
7264
+ f
7265
+ );
7266
+ }
7267
+ f = message.getClientuserid();
7268
+ if (f !== 0) {
7269
+ writer.writeInt64(
7270
+ 3,
7271
+ f
7272
+ );
7273
+ }
7274
+ };
7275
+
7276
+
7277
+ /**
7278
+ * optional int64 abaFileId = 1;
7279
+ * @return {number}
7280
+ */
7281
+ proto.realtimemessageapi.ABAFileRejectedEvent.prototype.getAbafileid = function() {
7282
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
7283
+ };
7284
+
7285
+
7286
+ /**
7287
+ * @param {number} value
7288
+ * @return {!proto.realtimemessageapi.ABAFileRejectedEvent} returns this
7289
+ */
7290
+ proto.realtimemessageapi.ABAFileRejectedEvent.prototype.setAbafileid = function(value) {
7291
+ return jspb.Message.setProto3IntField(this, 1, value);
7292
+ };
7293
+
7294
+
7295
+ /**
7296
+ * optional int64 agentUserId = 2;
7297
+ * @return {number}
7298
+ */
7299
+ proto.realtimemessageapi.ABAFileRejectedEvent.prototype.getAgentuserid = function() {
7300
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
7301
+ };
7302
+
7303
+
7304
+ /**
7305
+ * @param {number} value
7306
+ * @return {!proto.realtimemessageapi.ABAFileRejectedEvent} returns this
7307
+ */
7308
+ proto.realtimemessageapi.ABAFileRejectedEvent.prototype.setAgentuserid = function(value) {
7309
+ return jspb.Message.setProto3IntField(this, 2, value);
7310
+ };
7311
+
7312
+
7313
+ /**
7314
+ * optional int64 clientUserId = 3;
7315
+ * @return {number}
7316
+ */
7317
+ proto.realtimemessageapi.ABAFileRejectedEvent.prototype.getClientuserid = function() {
7318
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
7319
+ };
7320
+
7321
+
7322
+ /**
7323
+ * @param {number} value
7324
+ * @return {!proto.realtimemessageapi.ABAFileRejectedEvent} returns this
7325
+ */
7326
+ proto.realtimemessageapi.ABAFileRejectedEvent.prototype.setClientuserid = function(value) {
7327
+ return jspb.Message.setProto3IntField(this, 3, value);
7328
+ };
7329
+
7330
+
7331
+
7332
+
7333
+
7334
+ if (jspb.Message.GENERATE_TO_OBJECT) {
7335
+ /**
7336
+ * Creates an object representation of this proto.
7337
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
7338
+ * Optional fields that are not set will be set to undefined.
7339
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
7340
+ * For the list of reserved names please see:
7341
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
7342
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
7343
+ * JSPB instance for transitional soy proto support:
7344
+ * http://goto/soy-param-migration
7345
+ * @return {!Object}
7346
+ */
7347
+ proto.realtimemessageapi.ABAFilePaidEvent.prototype.toObject = function(opt_includeInstance) {
7348
+ return proto.realtimemessageapi.ABAFilePaidEvent.toObject(opt_includeInstance, this);
7349
+ };
7350
+
7351
+
7352
+ /**
7353
+ * Static version of the {@see toObject} method.
7354
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
7355
+ * the JSPB instance for transitional soy proto support:
7356
+ * http://goto/soy-param-migration
7357
+ * @param {!proto.realtimemessageapi.ABAFilePaidEvent} msg The msg instance to transform.
7358
+ * @return {!Object}
7359
+ * @suppress {unusedLocalVariables} f is only used for nested messages
7360
+ */
7361
+ proto.realtimemessageapi.ABAFilePaidEvent.toObject = function(includeInstance, msg) {
7362
+ var f, obj = {
7363
+ abafileid: jspb.Message.getFieldWithDefault(msg, 1, 0),
7364
+ agentuserid: jspb.Message.getFieldWithDefault(msg, 2, 0),
7365
+ clientuserid: jspb.Message.getFieldWithDefault(msg, 3, 0)
7366
+ };
7367
+
7368
+ if (includeInstance) {
7369
+ obj.$jspbMessageInstance = msg;
7370
+ }
7371
+ return obj;
7372
+ };
7373
+ }
7374
+
7375
+
7376
+ /**
7377
+ * Deserializes binary data (in protobuf wire format).
7378
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
7379
+ * @return {!proto.realtimemessageapi.ABAFilePaidEvent}
7380
+ */
7381
+ proto.realtimemessageapi.ABAFilePaidEvent.deserializeBinary = function(bytes) {
7382
+ var reader = new jspb.BinaryReader(bytes);
7383
+ var msg = new proto.realtimemessageapi.ABAFilePaidEvent;
7384
+ return proto.realtimemessageapi.ABAFilePaidEvent.deserializeBinaryFromReader(msg, reader);
7385
+ };
7386
+
7387
+
7388
+ /**
7389
+ * Deserializes binary data (in protobuf wire format) from the
7390
+ * given reader into the given message object.
7391
+ * @param {!proto.realtimemessageapi.ABAFilePaidEvent} msg The message object to deserialize into.
7392
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7393
+ * @return {!proto.realtimemessageapi.ABAFilePaidEvent}
7394
+ */
7395
+ proto.realtimemessageapi.ABAFilePaidEvent.deserializeBinaryFromReader = function(msg, reader) {
7396
+ while (reader.nextField()) {
7397
+ if (reader.isEndGroup()) {
7398
+ break;
7399
+ }
7400
+ var field = reader.getFieldNumber();
7401
+ switch (field) {
7402
+ case 1:
7403
+ var value = /** @type {number} */ (reader.readInt64());
7404
+ msg.setAbafileid(value);
7405
+ break;
7406
+ case 2:
7407
+ var value = /** @type {number} */ (reader.readInt64());
7408
+ msg.setAgentuserid(value);
7409
+ break;
7410
+ case 3:
7411
+ var value = /** @type {number} */ (reader.readInt64());
7412
+ msg.setClientuserid(value);
7413
+ break;
7414
+ default:
7415
+ reader.skipField();
7416
+ break;
7417
+ }
7418
+ }
7419
+ return msg;
7420
+ };
7421
+
7422
+
7423
+ /**
7424
+ * Serializes the message to binary data (in protobuf wire format).
7425
+ * @return {!Uint8Array}
7426
+ */
7427
+ proto.realtimemessageapi.ABAFilePaidEvent.prototype.serializeBinary = function() {
7428
+ var writer = new jspb.BinaryWriter();
7429
+ proto.realtimemessageapi.ABAFilePaidEvent.serializeBinaryToWriter(this, writer);
7430
+ return writer.getResultBuffer();
7431
+ };
7432
+
7433
+
7434
+ /**
7435
+ * Serializes the given message to binary data (in protobuf wire
7436
+ * format), writing to the given BinaryWriter.
7437
+ * @param {!proto.realtimemessageapi.ABAFilePaidEvent} message
7438
+ * @param {!jspb.BinaryWriter} writer
7439
+ * @suppress {unusedLocalVariables} f is only used for nested messages
7440
+ */
7441
+ proto.realtimemessageapi.ABAFilePaidEvent.serializeBinaryToWriter = function(message, writer) {
7442
+ var f = undefined;
7443
+ f = message.getAbafileid();
7444
+ if (f !== 0) {
7445
+ writer.writeInt64(
7446
+ 1,
7447
+ f
7448
+ );
7449
+ }
7450
+ f = message.getAgentuserid();
7451
+ if (f !== 0) {
7452
+ writer.writeInt64(
7453
+ 2,
7454
+ f
7455
+ );
7456
+ }
7457
+ f = message.getClientuserid();
7458
+ if (f !== 0) {
7459
+ writer.writeInt64(
7460
+ 3,
7461
+ f
7462
+ );
7463
+ }
7464
+ };
7465
+
7466
+
7467
+ /**
7468
+ * optional int64 abaFileId = 1;
7469
+ * @return {number}
7470
+ */
7471
+ proto.realtimemessageapi.ABAFilePaidEvent.prototype.getAbafileid = function() {
7472
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
7473
+ };
7474
+
7475
+
7476
+ /**
7477
+ * @param {number} value
7478
+ * @return {!proto.realtimemessageapi.ABAFilePaidEvent} returns this
7479
+ */
7480
+ proto.realtimemessageapi.ABAFilePaidEvent.prototype.setAbafileid = function(value) {
7481
+ return jspb.Message.setProto3IntField(this, 1, value);
7482
+ };
7483
+
7484
+
7485
+ /**
7486
+ * optional int64 agentUserId = 2;
7487
+ * @return {number}
7488
+ */
7489
+ proto.realtimemessageapi.ABAFilePaidEvent.prototype.getAgentuserid = function() {
7490
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
7491
+ };
7492
+
7493
+
7494
+ /**
7495
+ * @param {number} value
7496
+ * @return {!proto.realtimemessageapi.ABAFilePaidEvent} returns this
7497
+ */
7498
+ proto.realtimemessageapi.ABAFilePaidEvent.prototype.setAgentuserid = function(value) {
7499
+ return jspb.Message.setProto3IntField(this, 2, value);
7500
+ };
7501
+
7502
+
7503
+ /**
7504
+ * optional int64 clientUserId = 3;
7505
+ * @return {number}
7506
+ */
7507
+ proto.realtimemessageapi.ABAFilePaidEvent.prototype.getClientuserid = function() {
7508
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
7509
+ };
7510
+
7511
+
7512
+ /**
7513
+ * @param {number} value
7514
+ * @return {!proto.realtimemessageapi.ABAFilePaidEvent} returns this
7515
+ */
7516
+ proto.realtimemessageapi.ABAFilePaidEvent.prototype.setClientuserid = function(value) {
7517
+ return jspb.Message.setProto3IntField(this, 3, value);
7518
+ };
7519
+
7520
+
7521
+
7522
+
7523
+
7524
+ if (jspb.Message.GENERATE_TO_OBJECT) {
7525
+ /**
7526
+ * Creates an object representation of this proto.
7527
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
7528
+ * Optional fields that are not set will be set to undefined.
7529
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
7530
+ * For the list of reserved names please see:
7531
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
7532
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
7533
+ * JSPB instance for transitional soy proto support:
7534
+ * http://goto/soy-param-migration
7535
+ * @return {!Object}
7536
+ */
7537
+ proto.realtimemessageapi.ABAFileSentEvent.prototype.toObject = function(opt_includeInstance) {
7538
+ return proto.realtimemessageapi.ABAFileSentEvent.toObject(opt_includeInstance, this);
7539
+ };
7540
+
7541
+
7542
+ /**
7543
+ * Static version of the {@see toObject} method.
7544
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
7545
+ * the JSPB instance for transitional soy proto support:
7546
+ * http://goto/soy-param-migration
7547
+ * @param {!proto.realtimemessageapi.ABAFileSentEvent} msg The msg instance to transform.
7548
+ * @return {!Object}
7549
+ * @suppress {unusedLocalVariables} f is only used for nested messages
7550
+ */
7551
+ proto.realtimemessageapi.ABAFileSentEvent.toObject = function(includeInstance, msg) {
7552
+ var f, obj = {
7553
+ abafileid: jspb.Message.getFieldWithDefault(msg, 1, 0),
7554
+ agentuserid: jspb.Message.getFieldWithDefault(msg, 2, 0),
7555
+ clientuserid: jspb.Message.getFieldWithDefault(msg, 3, 0)
7556
+ };
7557
+
7558
+ if (includeInstance) {
7559
+ obj.$jspbMessageInstance = msg;
7560
+ }
7561
+ return obj;
7562
+ };
7563
+ }
7564
+
7565
+
7566
+ /**
7567
+ * Deserializes binary data (in protobuf wire format).
7568
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
7569
+ * @return {!proto.realtimemessageapi.ABAFileSentEvent}
7570
+ */
7571
+ proto.realtimemessageapi.ABAFileSentEvent.deserializeBinary = function(bytes) {
7572
+ var reader = new jspb.BinaryReader(bytes);
7573
+ var msg = new proto.realtimemessageapi.ABAFileSentEvent;
7574
+ return proto.realtimemessageapi.ABAFileSentEvent.deserializeBinaryFromReader(msg, reader);
7575
+ };
7576
+
7577
+
7578
+ /**
7579
+ * Deserializes binary data (in protobuf wire format) from the
7580
+ * given reader into the given message object.
7581
+ * @param {!proto.realtimemessageapi.ABAFileSentEvent} msg The message object to deserialize into.
7582
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7583
+ * @return {!proto.realtimemessageapi.ABAFileSentEvent}
7584
+ */
7585
+ proto.realtimemessageapi.ABAFileSentEvent.deserializeBinaryFromReader = function(msg, reader) {
7586
+ while (reader.nextField()) {
7587
+ if (reader.isEndGroup()) {
7588
+ break;
7589
+ }
7590
+ var field = reader.getFieldNumber();
7591
+ switch (field) {
7592
+ case 1:
7593
+ var value = /** @type {number} */ (reader.readInt64());
7594
+ msg.setAbafileid(value);
7595
+ break;
7596
+ case 2:
7597
+ var value = /** @type {number} */ (reader.readInt64());
7598
+ msg.setAgentuserid(value);
7599
+ break;
7600
+ case 3:
7601
+ var value = /** @type {number} */ (reader.readInt64());
7602
+ msg.setClientuserid(value);
7603
+ break;
7604
+ default:
7605
+ reader.skipField();
7606
+ break;
7607
+ }
7608
+ }
7609
+ return msg;
7610
+ };
7611
+
7612
+
7613
+ /**
7614
+ * Serializes the message to binary data (in protobuf wire format).
7615
+ * @return {!Uint8Array}
7616
+ */
7617
+ proto.realtimemessageapi.ABAFileSentEvent.prototype.serializeBinary = function() {
7618
+ var writer = new jspb.BinaryWriter();
7619
+ proto.realtimemessageapi.ABAFileSentEvent.serializeBinaryToWriter(this, writer);
7620
+ return writer.getResultBuffer();
7621
+ };
7622
+
7623
+
7624
+ /**
7625
+ * Serializes the given message to binary data (in protobuf wire
7626
+ * format), writing to the given BinaryWriter.
7627
+ * @param {!proto.realtimemessageapi.ABAFileSentEvent} message
7628
+ * @param {!jspb.BinaryWriter} writer
7629
+ * @suppress {unusedLocalVariables} f is only used for nested messages
7630
+ */
7631
+ proto.realtimemessageapi.ABAFileSentEvent.serializeBinaryToWriter = function(message, writer) {
7632
+ var f = undefined;
7633
+ f = message.getAbafileid();
7634
+ if (f !== 0) {
7635
+ writer.writeInt64(
7636
+ 1,
7637
+ f
7638
+ );
7639
+ }
7640
+ f = message.getAgentuserid();
7641
+ if (f !== 0) {
7642
+ writer.writeInt64(
7643
+ 2,
7644
+ f
7645
+ );
7646
+ }
7647
+ f = message.getClientuserid();
7648
+ if (f !== 0) {
7649
+ writer.writeInt64(
7650
+ 3,
7651
+ f
7652
+ );
7653
+ }
7654
+ };
7655
+
7656
+
7657
+ /**
7658
+ * optional int64 abaFileId = 1;
7659
+ * @return {number}
7660
+ */
7661
+ proto.realtimemessageapi.ABAFileSentEvent.prototype.getAbafileid = function() {
7662
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
7663
+ };
7664
+
7665
+
7666
+ /**
7667
+ * @param {number} value
7668
+ * @return {!proto.realtimemessageapi.ABAFileSentEvent} returns this
7669
+ */
7670
+ proto.realtimemessageapi.ABAFileSentEvent.prototype.setAbafileid = function(value) {
7671
+ return jspb.Message.setProto3IntField(this, 1, value);
7672
+ };
7673
+
7674
+
7675
+ /**
7676
+ * optional int64 agentUserId = 2;
7677
+ * @return {number}
7678
+ */
7679
+ proto.realtimemessageapi.ABAFileSentEvent.prototype.getAgentuserid = function() {
7680
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
7681
+ };
7682
+
7683
+
7684
+ /**
7685
+ * @param {number} value
7686
+ * @return {!proto.realtimemessageapi.ABAFileSentEvent} returns this
7687
+ */
7688
+ proto.realtimemessageapi.ABAFileSentEvent.prototype.setAgentuserid = function(value) {
7689
+ return jspb.Message.setProto3IntField(this, 2, value);
7690
+ };
7691
+
7692
+
7693
+ /**
7694
+ * optional int64 clientUserId = 3;
7695
+ * @return {number}
7696
+ */
7697
+ proto.realtimemessageapi.ABAFileSentEvent.prototype.getClientuserid = function() {
7698
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
7699
+ };
7700
+
7701
+
7702
+ /**
7703
+ * @param {number} value
7704
+ * @return {!proto.realtimemessageapi.ABAFileSentEvent} returns this
7705
+ */
7706
+ proto.realtimemessageapi.ABAFileSentEvent.prototype.setClientuserid = function(value) {
7707
+ return jspb.Message.setProto3IntField(this, 3, value);
7708
+ };
7709
+
7710
+
7075
7711
  /**
7076
7712
  * @enum {number}
7077
7713
  */
@@ -7093,7 +7729,10 @@ proto.realtimemessageapi.EventType = {
7093
7729
  ABA_FILE_IMPORT_FAILED_EVENT: 14,
7094
7730
  ABA_FILE_UPDATE_EVENT: 15,
7095
7731
  EMPLOYEE_FILE_IMPORT_FAILED_EVENT: 16,
7096
- EMPLOYEE_FILE_UPDATE_EVENT: 17
7732
+ EMPLOYEE_FILE_UPDATE_EVENT: 17,
7733
+ ABA_FILE_REJECTED_EVENT: 18,
7734
+ ABA_FILE_PAID_EVENT: 19,
7735
+ ABA_FILE_SENT_EVENT: 20
7097
7736
  };
7098
7737
 
7099
7738
  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": "25.11.711",
3
+ "version": "25.11.727",
4
4
  "description": "realtime-message-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",