@sniipwebmaster/user-service-client-grpcweb 24.16.12130 → 24.16.12149

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.
@@ -25521,7 +25521,10 @@ proto.sniipuserservice.Passport.toObject = function(includeInstance, msg) {
25521
25521
  externalid: jspb.Message.getFieldWithDefault(msg, 2, ""),
25522
25522
  firstname: jspb.Message.getFieldWithDefault(msg, 3, ""),
25523
25523
  lastname: jspb.Message.getFieldWithDefault(msg, 4, ""),
25524
- provider: jspb.Message.getFieldWithDefault(msg, 5, "")
25524
+ provider: jspb.Message.getFieldWithDefault(msg, 5, ""),
25525
+ passportid: jspb.Message.getFieldWithDefault(msg, 6, 0),
25526
+ createdat: jspb.Message.getFieldWithDefault(msg, 7, ""),
25527
+ updatedat: jspb.Message.getFieldWithDefault(msg, 8, "")
25525
25528
  };
25526
25529
 
25527
25530
  if (includeInstance) {
@@ -25578,6 +25581,18 @@ proto.sniipuserservice.Passport.deserializeBinaryFromReader = function(msg, read
25578
25581
  var value = /** @type {string} */ (reader.readString());
25579
25582
  msg.setProvider(value);
25580
25583
  break;
25584
+ case 6:
25585
+ var value = /** @type {number} */ (reader.readInt64());
25586
+ msg.setPassportid(value);
25587
+ break;
25588
+ case 7:
25589
+ var value = /** @type {string} */ (reader.readString());
25590
+ msg.setCreatedat(value);
25591
+ break;
25592
+ case 8:
25593
+ var value = /** @type {string} */ (reader.readString());
25594
+ msg.setUpdatedat(value);
25595
+ break;
25581
25596
  default:
25582
25597
  reader.skipField();
25583
25598
  break;
@@ -25642,6 +25657,27 @@ proto.sniipuserservice.Passport.serializeBinaryToWriter = function(message, writ
25642
25657
  f
25643
25658
  );
25644
25659
  }
25660
+ f = message.getPassportid();
25661
+ if (f !== 0) {
25662
+ writer.writeInt64(
25663
+ 6,
25664
+ f
25665
+ );
25666
+ }
25667
+ f = message.getCreatedat();
25668
+ if (f.length > 0) {
25669
+ writer.writeString(
25670
+ 7,
25671
+ f
25672
+ );
25673
+ }
25674
+ f = message.getUpdatedat();
25675
+ if (f.length > 0) {
25676
+ writer.writeString(
25677
+ 8,
25678
+ f
25679
+ );
25680
+ }
25645
25681
  };
25646
25682
 
25647
25683
 
@@ -25735,6 +25771,60 @@ proto.sniipuserservice.Passport.prototype.setProvider = function(value) {
25735
25771
  };
25736
25772
 
25737
25773
 
25774
+ /**
25775
+ * optional int64 passportId = 6;
25776
+ * @return {number}
25777
+ */
25778
+ proto.sniipuserservice.Passport.prototype.getPassportid = function() {
25779
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
25780
+ };
25781
+
25782
+
25783
+ /**
25784
+ * @param {number} value
25785
+ * @return {!proto.sniipuserservice.Passport} returns this
25786
+ */
25787
+ proto.sniipuserservice.Passport.prototype.setPassportid = function(value) {
25788
+ return jspb.Message.setProto3IntField(this, 6, value);
25789
+ };
25790
+
25791
+
25792
+ /**
25793
+ * optional string createdAt = 7;
25794
+ * @return {string}
25795
+ */
25796
+ proto.sniipuserservice.Passport.prototype.getCreatedat = function() {
25797
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
25798
+ };
25799
+
25800
+
25801
+ /**
25802
+ * @param {string} value
25803
+ * @return {!proto.sniipuserservice.Passport} returns this
25804
+ */
25805
+ proto.sniipuserservice.Passport.prototype.setCreatedat = function(value) {
25806
+ return jspb.Message.setProto3StringField(this, 7, value);
25807
+ };
25808
+
25809
+
25810
+ /**
25811
+ * optional string updatedAt = 8;
25812
+ * @return {string}
25813
+ */
25814
+ proto.sniipuserservice.Passport.prototype.getUpdatedat = function() {
25815
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
25816
+ };
25817
+
25818
+
25819
+ /**
25820
+ * @param {string} value
25821
+ * @return {!proto.sniipuserservice.Passport} returns this
25822
+ */
25823
+ proto.sniipuserservice.Passport.prototype.setUpdatedat = function(value) {
25824
+ return jspb.Message.setProto3StringField(this, 8, value);
25825
+ };
25826
+
25827
+
25738
25828
 
25739
25829
 
25740
25830
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb",
3
- "version": "24.16.12130",
3
+ "version": "24.16.12149",
4
4
  "description": "user-service-client-grpcweb",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",