@sniipwebmaster/user-service-client-grpcweb 22.17.8269 → 22.17.8289

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.
@@ -7514,6 +7514,86 @@ proto.sniipuserservice.SniipUserServiceServicePromiseClient.prototype.unassignPe
7514
7514
  };
7515
7515
 
7516
7516
 
7517
+ /**
7518
+ * @const
7519
+ * @type {!grpc.web.MethodDescriptor<
7520
+ * !proto.sniipuserservice.UpdateAbnRequest,
7521
+ * !proto.sniipuserservice.UserProfileResponse>}
7522
+ */
7523
+ const methodDescriptor_SniipUserServiceService_UpdateAbn = new grpc.web.MethodDescriptor(
7524
+ '/sniipuserservice.SniipUserServiceService/UpdateAbn',
7525
+ grpc.web.MethodType.UNARY,
7526
+ proto.sniipuserservice.UpdateAbnRequest,
7527
+ proto.sniipuserservice.UserProfileResponse,
7528
+ /**
7529
+ * @param {!proto.sniipuserservice.UpdateAbnRequest} request
7530
+ * @return {!Uint8Array}
7531
+ */
7532
+ function(request) {
7533
+ return request.serializeBinary();
7534
+ },
7535
+ proto.sniipuserservice.UserProfileResponse.deserializeBinary
7536
+ );
7537
+
7538
+
7539
+ /**
7540
+ * @const
7541
+ * @type {!grpc.web.AbstractClientBase.MethodInfo<
7542
+ * !proto.sniipuserservice.UpdateAbnRequest,
7543
+ * !proto.sniipuserservice.UserProfileResponse>}
7544
+ */
7545
+ const methodInfo_SniipUserServiceService_UpdateAbn = new grpc.web.AbstractClientBase.MethodInfo(
7546
+ proto.sniipuserservice.UserProfileResponse,
7547
+ /**
7548
+ * @param {!proto.sniipuserservice.UpdateAbnRequest} request
7549
+ * @return {!Uint8Array}
7550
+ */
7551
+ function(request) {
7552
+ return request.serializeBinary();
7553
+ },
7554
+ proto.sniipuserservice.UserProfileResponse.deserializeBinary
7555
+ );
7556
+
7557
+
7558
+ /**
7559
+ * @param {!proto.sniipuserservice.UpdateAbnRequest} request The
7560
+ * request proto
7561
+ * @param {?Object<string, string>} metadata User defined
7562
+ * call metadata
7563
+ * @param {function(?grpc.web.Error, ?proto.sniipuserservice.UserProfileResponse)}
7564
+ * callback The callback function(error, response)
7565
+ * @return {!grpc.web.ClientReadableStream<!proto.sniipuserservice.UserProfileResponse>|undefined}
7566
+ * The XHR Node Readable Stream
7567
+ */
7568
+ proto.sniipuserservice.SniipUserServiceServiceClient.prototype.updateAbn =
7569
+ function(request, metadata, callback) {
7570
+ return this.client_.rpcCall(this.hostname_ +
7571
+ '/sniipuserservice.SniipUserServiceService/UpdateAbn',
7572
+ request,
7573
+ metadata || {},
7574
+ methodDescriptor_SniipUserServiceService_UpdateAbn,
7575
+ callback);
7576
+ };
7577
+
7578
+
7579
+ /**
7580
+ * @param {!proto.sniipuserservice.UpdateAbnRequest} request The
7581
+ * request proto
7582
+ * @param {?Object<string, string>} metadata User defined
7583
+ * call metadata
7584
+ * @return {!Promise<!proto.sniipuserservice.UserProfileResponse>}
7585
+ * Promise that resolves to the response
7586
+ */
7587
+ proto.sniipuserservice.SniipUserServiceServicePromiseClient.prototype.updateAbn =
7588
+ function(request, metadata) {
7589
+ return this.client_.unaryCall(this.hostname_ +
7590
+ '/sniipuserservice.SniipUserServiceService/UpdateAbn',
7591
+ request,
7592
+ metadata || {},
7593
+ methodDescriptor_SniipUserServiceService_UpdateAbn);
7594
+ };
7595
+
7596
+
7517
7597
  /**
7518
7598
  * @const
7519
7599
  * @type {!grpc.web.MethodDescriptor<
@@ -148,6 +148,7 @@ goog.exportSymbol('proto.sniipuserservice.TestUserAccountPreparationV2Response',
148
148
  goog.exportSymbol('proto.sniipuserservice.TestUserAccountResponse', null, global);
149
149
  goog.exportSymbol('proto.sniipuserservice.TestUserAccountV2Response', null, global);
150
150
  goog.exportSymbol('proto.sniipuserservice.UnassignPermissionRolesRequest', null, global);
151
+ goog.exportSymbol('proto.sniipuserservice.UpdateAbnRequest', null, global);
151
152
  goog.exportSymbol('proto.sniipuserservice.UpdateDobRequest', null, global);
152
153
  goog.exportSymbol('proto.sniipuserservice.UpdateEmailRequest', null, global);
153
154
  goog.exportSymbol('proto.sniipuserservice.UpdateEmailV2Request', null, global);
@@ -32300,6 +32301,192 @@ proto.sniipuserservice.UnassignPermissionRolesRequest.prototype.setUserid = func
32300
32301
 
32301
32302
 
32302
32303
 
32304
+ /**
32305
+ * Generated by JsPbCodeGenerator.
32306
+ * @param {Array=} opt_data Optional initial data array, typically from a
32307
+ * server response, or constructed directly in Javascript. The array is used
32308
+ * in place and becomes part of the constructed object. It is not cloned.
32309
+ * If no data is provided, the constructed object will be empty, but still
32310
+ * valid.
32311
+ * @extends {jspb.Message}
32312
+ * @constructor
32313
+ */
32314
+ proto.sniipuserservice.UpdateAbnRequest = function(opt_data) {
32315
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
32316
+ };
32317
+ goog.inherits(proto.sniipuserservice.UpdateAbnRequest, jspb.Message);
32318
+ if (goog.DEBUG && !COMPILED) {
32319
+ proto.sniipuserservice.UpdateAbnRequest.displayName = 'proto.sniipuserservice.UpdateAbnRequest';
32320
+ }
32321
+
32322
+
32323
+ if (jspb.Message.GENERATE_TO_OBJECT) {
32324
+ /**
32325
+ * Creates an object representation of this proto suitable for use in Soy templates.
32326
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
32327
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
32328
+ * For the list of reserved names please see:
32329
+ * com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
32330
+ * @param {boolean=} opt_includeInstance Whether to include the JSPB instance
32331
+ * for transitional soy proto support: http://goto/soy-param-migration
32332
+ * @return {!Object}
32333
+ */
32334
+ proto.sniipuserservice.UpdateAbnRequest.prototype.toObject = function(opt_includeInstance) {
32335
+ return proto.sniipuserservice.UpdateAbnRequest.toObject(opt_includeInstance, this);
32336
+ };
32337
+
32338
+
32339
+ /**
32340
+ * Static version of the {@see toObject} method.
32341
+ * @param {boolean|undefined} includeInstance Whether to include the JSPB
32342
+ * instance for transitional soy proto support:
32343
+ * http://goto/soy-param-migration
32344
+ * @param {!proto.sniipuserservice.UpdateAbnRequest} msg The msg instance to transform.
32345
+ * @return {!Object}
32346
+ */
32347
+ proto.sniipuserservice.UpdateAbnRequest.toObject = function(includeInstance, msg) {
32348
+ var f, obj = {
32349
+ abnnumber: msg.getAbnnumber(),
32350
+ abnentityname: msg.getAbnentityname()
32351
+ };
32352
+
32353
+ if (includeInstance) {
32354
+ obj.$jspbMessageInstance = msg;
32355
+ }
32356
+ return obj;
32357
+ };
32358
+ }
32359
+
32360
+
32361
+ /**
32362
+ * Deserializes binary data (in protobuf wire format).
32363
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
32364
+ * @return {!proto.sniipuserservice.UpdateAbnRequest}
32365
+ */
32366
+ proto.sniipuserservice.UpdateAbnRequest.deserializeBinary = function(bytes) {
32367
+ var reader = new jspb.BinaryReader(bytes);
32368
+ var msg = new proto.sniipuserservice.UpdateAbnRequest;
32369
+ return proto.sniipuserservice.UpdateAbnRequest.deserializeBinaryFromReader(msg, reader);
32370
+ };
32371
+
32372
+
32373
+ /**
32374
+ * Deserializes binary data (in protobuf wire format) from the
32375
+ * given reader into the given message object.
32376
+ * @param {!proto.sniipuserservice.UpdateAbnRequest} msg The message object to deserialize into.
32377
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
32378
+ * @return {!proto.sniipuserservice.UpdateAbnRequest}
32379
+ */
32380
+ proto.sniipuserservice.UpdateAbnRequest.deserializeBinaryFromReader = function(msg, reader) {
32381
+ while (reader.nextField()) {
32382
+ if (reader.isEndGroup()) {
32383
+ break;
32384
+ }
32385
+ var field = reader.getFieldNumber();
32386
+ switch (field) {
32387
+ case 24:
32388
+ var value = /** @type {string} */ (reader.readString());
32389
+ msg.setAbnnumber(value);
32390
+ break;
32391
+ case 25:
32392
+ var value = /** @type {string} */ (reader.readString());
32393
+ msg.setAbnentityname(value);
32394
+ break;
32395
+ default:
32396
+ reader.skipField();
32397
+ break;
32398
+ }
32399
+ }
32400
+ return msg;
32401
+ };
32402
+
32403
+
32404
+ /**
32405
+ * Class method variant: serializes the given message to binary data
32406
+ * (in protobuf wire format), writing to the given BinaryWriter.
32407
+ * @param {!proto.sniipuserservice.UpdateAbnRequest} message
32408
+ * @param {!jspb.BinaryWriter} writer
32409
+ */
32410
+ proto.sniipuserservice.UpdateAbnRequest.serializeBinaryToWriter = function(message, writer) {
32411
+ message.serializeBinaryToWriter(writer);
32412
+ };
32413
+
32414
+
32415
+ /**
32416
+ * Serializes the message to binary data (in protobuf wire format).
32417
+ * @return {!Uint8Array}
32418
+ */
32419
+ proto.sniipuserservice.UpdateAbnRequest.prototype.serializeBinary = function() {
32420
+ var writer = new jspb.BinaryWriter();
32421
+ this.serializeBinaryToWriter(writer);
32422
+ return writer.getResultBuffer();
32423
+ };
32424
+
32425
+
32426
+ /**
32427
+ * Serializes the message to binary data (in protobuf wire format),
32428
+ * writing to the given BinaryWriter.
32429
+ * @param {!jspb.BinaryWriter} writer
32430
+ */
32431
+ proto.sniipuserservice.UpdateAbnRequest.prototype.serializeBinaryToWriter = function (writer) {
32432
+ var f = undefined;
32433
+ f = this.getAbnnumber();
32434
+ if (f.length > 0) {
32435
+ writer.writeString(
32436
+ 24,
32437
+ f
32438
+ );
32439
+ }
32440
+ f = this.getAbnentityname();
32441
+ if (f.length > 0) {
32442
+ writer.writeString(
32443
+ 25,
32444
+ f
32445
+ );
32446
+ }
32447
+ };
32448
+
32449
+
32450
+ /**
32451
+ * Creates a deep clone of this proto. No data is shared with the original.
32452
+ * @return {!proto.sniipuserservice.UpdateAbnRequest} The clone.
32453
+ */
32454
+ proto.sniipuserservice.UpdateAbnRequest.prototype.cloneMessage = function() {
32455
+ return /** @type {!proto.sniipuserservice.UpdateAbnRequest} */ (jspb.Message.cloneMessage(this));
32456
+ };
32457
+
32458
+
32459
+ /**
32460
+ * optional string abnNumber = 24;
32461
+ * @return {string}
32462
+ */
32463
+ proto.sniipuserservice.UpdateAbnRequest.prototype.getAbnnumber = function() {
32464
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 24, ""));
32465
+ };
32466
+
32467
+
32468
+ /** @param {string} value */
32469
+ proto.sniipuserservice.UpdateAbnRequest.prototype.setAbnnumber = function(value) {
32470
+ jspb.Message.setField(this, 24, value);
32471
+ };
32472
+
32473
+
32474
+ /**
32475
+ * optional string abnEntityName = 25;
32476
+ * @return {string}
32477
+ */
32478
+ proto.sniipuserservice.UpdateAbnRequest.prototype.getAbnentityname = function() {
32479
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 25, ""));
32480
+ };
32481
+
32482
+
32483
+ /** @param {string} value */
32484
+ proto.sniipuserservice.UpdateAbnRequest.prototype.setAbnentityname = function(value) {
32485
+ jspb.Message.setField(this, 25, value);
32486
+ };
32487
+
32488
+
32489
+
32303
32490
  /**
32304
32491
  * Generated by JsPbCodeGenerator.
32305
32492
  * @param {Array=} opt_data Optional initial data array, typically from a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb",
3
- "version": "22.17.8269",
3
+ "version": "22.17.8289",
4
4
  "description": "user-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",