@sniipwebmaster/user-service-client-grpcweb 21.18.5529 → 21.18.5551

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.
@@ -27459,7 +27459,9 @@ proto.sniipuserservice.UserProfile.toObject = function(includeInstance, msg) {
27459
27459
  isemailverified: msg.getIsemailverified(),
27460
27460
  userstatusdesc: msg.getUserstatusdesc(),
27461
27461
  isdeleted: msg.getIsdeleted(),
27462
- kycuserstatus: msg.getKycuserstatus()
27462
+ kycuserstatus: msg.getKycuserstatus(),
27463
+ hasgetstartedactivitiesundone: msg.getHasgetstartedactivitiesundone(),
27464
+ dob: msg.getDob()
27463
27465
  };
27464
27466
 
27465
27467
  if (includeInstance) {
@@ -27570,6 +27572,14 @@ proto.sniipuserservice.UserProfile.deserializeBinaryFromReader = function(msg, r
27570
27572
  var value = /** @type {string} */ (reader.readString());
27571
27573
  msg.setKycuserstatus(value);
27572
27574
  break;
27575
+ case 19:
27576
+ var value = /** @type {boolean} */ (reader.readBool());
27577
+ msg.setHasgetstartedactivitiesundone(value);
27578
+ break;
27579
+ case 20:
27580
+ var value = /** @type {string} */ (reader.readString());
27581
+ msg.setDob(value);
27582
+ break;
27573
27583
  default:
27574
27584
  reader.skipField();
27575
27585
  break;
@@ -27735,6 +27745,20 @@ proto.sniipuserservice.UserProfile.prototype.serializeBinaryToWriter = function
27735
27745
  f
27736
27746
  );
27737
27747
  }
27748
+ f = this.getHasgetstartedactivitiesundone();
27749
+ if (f) {
27750
+ writer.writeBool(
27751
+ 19,
27752
+ f
27753
+ );
27754
+ }
27755
+ f = this.getDob();
27756
+ if (f.length > 0) {
27757
+ writer.writeString(
27758
+ 20,
27759
+ f
27760
+ );
27761
+ }
27738
27762
  };
27739
27763
 
27740
27764
 
@@ -28035,6 +28059,38 @@ proto.sniipuserservice.UserProfile.prototype.setKycuserstatus = function(value)
28035
28059
  };
28036
28060
 
28037
28061
 
28062
+ /**
28063
+ * optional bool hasGetStartedActivitiesUndone = 19;
28064
+ * Note that Boolean fields may be set to 0/1 when serialized from a Java server.
28065
+ * You should avoid comparisons like {@code val === true/false} in those cases.
28066
+ * @return {boolean}
28067
+ */
28068
+ proto.sniipuserservice.UserProfile.prototype.getHasgetstartedactivitiesundone = function() {
28069
+ return /** @type {boolean} */ (jspb.Message.getFieldProto3(this, 19, false));
28070
+ };
28071
+
28072
+
28073
+ /** @param {boolean} value */
28074
+ proto.sniipuserservice.UserProfile.prototype.setHasgetstartedactivitiesundone = function(value) {
28075
+ jspb.Message.setField(this, 19, value);
28076
+ };
28077
+
28078
+
28079
+ /**
28080
+ * optional string dob = 20;
28081
+ * @return {string}
28082
+ */
28083
+ proto.sniipuserservice.UserProfile.prototype.getDob = function() {
28084
+ return /** @type {string} */ (jspb.Message.getFieldProto3(this, 20, ""));
28085
+ };
28086
+
28087
+
28088
+ /** @param {string} value */
28089
+ proto.sniipuserservice.UserProfile.prototype.setDob = function(value) {
28090
+ jspb.Message.setField(this, 20, value);
28091
+ };
28092
+
28093
+
28038
28094
 
28039
28095
  /**
28040
28096
  * Generated by JsPbCodeGenerator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb",
3
- "version": "21.18.5529",
3
+ "version": "21.18.5551",
4
4
  "description": "user-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",