@sniipwebmaster/user-service-client-grpcweb-ts 23.13.10737 → 23.13.10758

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.
@@ -5378,6 +5378,9 @@ export class GetUserStatusResponse extends jspb.Message {
5378
5378
  getMaximumdailycards(): number;
5379
5379
  setMaximumdailycards(value: number): GetUserStatusResponse;
5380
5380
 
5381
+ getMaximumdailycardsexceededmessage(): string;
5382
+ setMaximumdailycardsexceededmessage(value: string): GetUserStatusResponse;
5383
+
5381
5384
  serializeBinary(): Uint8Array;
5382
5385
  toObject(includeInstance?: boolean): GetUserStatusResponse.AsObject;
5383
5386
  static toObject(includeInstance: boolean, msg: GetUserStatusResponse): GetUserStatusResponse.AsObject;
@@ -5393,6 +5396,7 @@ export namespace GetUserStatusResponse {
5393
5396
  status: string,
5394
5397
  displayname: string,
5395
5398
  maximumdailycards: number,
5399
+ maximumdailycardsexceededmessage: string,
5396
5400
  }
5397
5401
  }
5398
5402
 
@@ -44294,7 +44294,8 @@ proto.sniipuserservice.GetUserStatusResponse.toObject = function(includeInstance
44294
44294
  userstatusid: jspb.Message.getFieldWithDefault(msg, 2, 0),
44295
44295
  status: jspb.Message.getFieldWithDefault(msg, 3, ""),
44296
44296
  displayname: jspb.Message.getFieldWithDefault(msg, 4, ""),
44297
- maximumdailycards: jspb.Message.getFieldWithDefault(msg, 5, 0)
44297
+ maximumdailycards: jspb.Message.getFieldWithDefault(msg, 5, 0),
44298
+ maximumdailycardsexceededmessage: jspb.Message.getFieldWithDefault(msg, 6, "")
44298
44299
  };
44299
44300
 
44300
44301
  if (includeInstance) {
@@ -44352,6 +44353,10 @@ proto.sniipuserservice.GetUserStatusResponse.deserializeBinaryFromReader = funct
44352
44353
  var value = /** @type {number} */ (reader.readInt32());
44353
44354
  msg.setMaximumdailycards(value);
44354
44355
  break;
44356
+ case 6:
44357
+ var value = /** @type {string} */ (reader.readString());
44358
+ msg.setMaximumdailycardsexceededmessage(value);
44359
+ break;
44355
44360
  default:
44356
44361
  reader.skipField();
44357
44362
  break;
@@ -44417,6 +44422,13 @@ proto.sniipuserservice.GetUserStatusResponse.serializeBinaryToWriter = function(
44417
44422
  f
44418
44423
  );
44419
44424
  }
44425
+ f = message.getMaximumdailycardsexceededmessage();
44426
+ if (f.length > 0) {
44427
+ writer.writeString(
44428
+ 6,
44429
+ f
44430
+ );
44431
+ }
44420
44432
  };
44421
44433
 
44422
44434
 
@@ -44529,6 +44541,24 @@ proto.sniipuserservice.GetUserStatusResponse.prototype.setMaximumdailycards = fu
44529
44541
  };
44530
44542
 
44531
44543
 
44544
+ /**
44545
+ * optional string maximumDailyCardsExceededMessage = 6;
44546
+ * @return {string}
44547
+ */
44548
+ proto.sniipuserservice.GetUserStatusResponse.prototype.getMaximumdailycardsexceededmessage = function() {
44549
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
44550
+ };
44551
+
44552
+
44553
+ /**
44554
+ * @param {string} value
44555
+ * @return {!proto.sniipuserservice.GetUserStatusResponse} returns this
44556
+ */
44557
+ proto.sniipuserservice.GetUserStatusResponse.prototype.setMaximumdailycardsexceededmessage = function(value) {
44558
+ return jspb.Message.setProto3StringField(this, 6, value);
44559
+ };
44560
+
44561
+
44532
44562
  /**
44533
44563
  * @enum {number}
44534
44564
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb-ts",
3
- "version": "23.13.10737",
3
+ "version": "23.13.10758",
4
4
  "description": "user-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",