@sniipwebmaster/user-service-client-grpcweb-ts 26.3.14176 → 26.3.14198

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.
@@ -1826,6 +1826,9 @@ export class GetInternalProfilesRequest extends jspb.Message {
1826
1826
  hasUserids(): boolean;
1827
1827
  clearUserids(): GetInternalProfilesRequest;
1828
1828
 
1829
+ getSkiptermsandconditions(): boolean;
1830
+ setSkiptermsandconditions(value: boolean): GetInternalProfilesRequest;
1831
+
1829
1832
  serializeBinary(): Uint8Array;
1830
1833
  toObject(includeInstance?: boolean): GetInternalProfilesRequest.AsObject;
1831
1834
  static toObject(includeInstance: boolean, msg: GetInternalProfilesRequest): GetInternalProfilesRequest.AsObject;
@@ -1837,6 +1840,7 @@ export class GetInternalProfilesRequest extends jspb.Message {
1837
1840
  export namespace GetInternalProfilesRequest {
1838
1841
  export type AsObject = {
1839
1842
  userids?: UserProfilesRequest.AsObject,
1843
+ skiptermsandconditions: boolean,
1840
1844
  }
1841
1845
  }
1842
1846
 
@@ -18505,7 +18505,8 @@ proto.sniipuserservice.GetInternalProfilesRequest.prototype.toObject = function(
18505
18505
  */
18506
18506
  proto.sniipuserservice.GetInternalProfilesRequest.toObject = function(includeInstance, msg) {
18507
18507
  var f, obj = {
18508
- userids: (f = msg.getUserids()) && proto.sniipuserservice.UserProfilesRequest.toObject(includeInstance, f)
18508
+ userids: (f = msg.getUserids()) && proto.sniipuserservice.UserProfilesRequest.toObject(includeInstance, f),
18509
+ skiptermsandconditions: jspb.Message.getBooleanFieldWithDefault(msg, 2, false)
18509
18510
  };
18510
18511
 
18511
18512
  if (includeInstance) {
@@ -18547,6 +18548,10 @@ proto.sniipuserservice.GetInternalProfilesRequest.deserializeBinaryFromReader =
18547
18548
  reader.readMessage(value,proto.sniipuserservice.UserProfilesRequest.deserializeBinaryFromReader);
18548
18549
  msg.setUserids(value);
18549
18550
  break;
18551
+ case 2:
18552
+ var value = /** @type {boolean} */ (reader.readBool());
18553
+ msg.setSkiptermsandconditions(value);
18554
+ break;
18550
18555
  default:
18551
18556
  reader.skipField();
18552
18557
  break;
@@ -18584,6 +18589,13 @@ proto.sniipuserservice.GetInternalProfilesRequest.serializeBinaryToWriter = func
18584
18589
  proto.sniipuserservice.UserProfilesRequest.serializeBinaryToWriter
18585
18590
  );
18586
18591
  }
18592
+ f = message.getSkiptermsandconditions();
18593
+ if (f) {
18594
+ writer.writeBool(
18595
+ 2,
18596
+ f
18597
+ );
18598
+ }
18587
18599
  };
18588
18600
 
18589
18601
 
@@ -18624,6 +18636,24 @@ proto.sniipuserservice.GetInternalProfilesRequest.prototype.hasUserids = functio
18624
18636
  };
18625
18637
 
18626
18638
 
18639
+ /**
18640
+ * optional bool skipTermsAndConditions = 2;
18641
+ * @return {boolean}
18642
+ */
18643
+ proto.sniipuserservice.GetInternalProfilesRequest.prototype.getSkiptermsandconditions = function() {
18644
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
18645
+ };
18646
+
18647
+
18648
+ /**
18649
+ * @param {boolean} value
18650
+ * @return {!proto.sniipuserservice.GetInternalProfilesRequest} returns this
18651
+ */
18652
+ proto.sniipuserservice.GetInternalProfilesRequest.prototype.setSkiptermsandconditions = function(value) {
18653
+ return jspb.Message.setProto3BooleanField(this, 2, value);
18654
+ };
18655
+
18656
+
18627
18657
 
18628
18658
 
18629
18659
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/user-service-client-grpcweb-ts",
3
- "version": "26.3.14176",
3
+ "version": "26.3.14198",
4
4
  "description": "user-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",