@sniipwebmaster/user-service-client-grpcweb 24.10.11219 → 24.11.11240

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.
@@ -45084,7 +45084,8 @@ proto.sniipuserservice.GetUserStatusResponse.toObject = function(includeInstance
45084
45084
  status: jspb.Message.getFieldWithDefault(msg, 3, ""),
45085
45085
  displayname: jspb.Message.getFieldWithDefault(msg, 4, ""),
45086
45086
  maximumdailycards: jspb.Message.getFieldWithDefault(msg, 5, 0),
45087
- maximumdailycardsexceededmessage: jspb.Message.getFieldWithDefault(msg, 6, "")
45087
+ maximumdailycardsexceededmessage: jspb.Message.getFieldWithDefault(msg, 6, ""),
45088
+ canmanuallyaddfailedsme: jspb.Message.getBooleanFieldWithDefault(msg, 7, false)
45088
45089
  };
45089
45090
 
45090
45091
  if (includeInstance) {
@@ -45146,6 +45147,10 @@ proto.sniipuserservice.GetUserStatusResponse.deserializeBinaryFromReader = funct
45146
45147
  var value = /** @type {string} */ (reader.readString());
45147
45148
  msg.setMaximumdailycardsexceededmessage(value);
45148
45149
  break;
45150
+ case 7:
45151
+ var value = /** @type {boolean} */ (reader.readBool());
45152
+ msg.setCanmanuallyaddfailedsme(value);
45153
+ break;
45149
45154
  default:
45150
45155
  reader.skipField();
45151
45156
  break;
@@ -45218,6 +45223,13 @@ proto.sniipuserservice.GetUserStatusResponse.serializeBinaryToWriter = function(
45218
45223
  f
45219
45224
  );
45220
45225
  }
45226
+ f = message.getCanmanuallyaddfailedsme();
45227
+ if (f) {
45228
+ writer.writeBool(
45229
+ 7,
45230
+ f
45231
+ );
45232
+ }
45221
45233
  };
45222
45234
 
45223
45235
 
@@ -45348,6 +45360,24 @@ proto.sniipuserservice.GetUserStatusResponse.prototype.setMaximumdailycardsexcee
45348
45360
  };
45349
45361
 
45350
45362
 
45363
+ /**
45364
+ * optional bool canManuallyAddFailedSme = 7;
45365
+ * @return {boolean}
45366
+ */
45367
+ proto.sniipuserservice.GetUserStatusResponse.prototype.getCanmanuallyaddfailedsme = function() {
45368
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false));
45369
+ };
45370
+
45371
+
45372
+ /**
45373
+ * @param {boolean} value
45374
+ * @return {!proto.sniipuserservice.GetUserStatusResponse} returns this
45375
+ */
45376
+ proto.sniipuserservice.GetUserStatusResponse.prototype.setCanmanuallyaddfailedsme = function(value) {
45377
+ return jspb.Message.setProto3BooleanField(this, 7, value);
45378
+ };
45379
+
45380
+
45351
45381
  /**
45352
45382
  * @enum {number}
45353
45383
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb",
3
- "version": "24.10.11219",
3
+ "version": "24.11.11240",
4
4
  "description": "user-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",