@sniipwebmaster/config-service-client-grpcweb-ts 24.13.1895 → 24.13.1902

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.
@@ -625,6 +625,9 @@ export class TermsAndConditionsRequest extends jspb.Message {
625
625
  getVersion(): string;
626
626
  setVersion(value: string): TermsAndConditionsRequest;
627
627
 
628
+ getAppaccounttype(): string;
629
+ setAppaccounttype(value: string): TermsAndConditionsRequest;
630
+
628
631
  serializeBinary(): Uint8Array;
629
632
  toObject(includeInstance?: boolean): TermsAndConditionsRequest.AsObject;
630
633
  static toObject(includeInstance: boolean, msg: TermsAndConditionsRequest): TermsAndConditionsRequest.AsObject;
@@ -637,6 +640,7 @@ export namespace TermsAndConditionsRequest {
637
640
  export type AsObject = {
638
641
  url: string,
639
642
  version: string,
643
+ appaccounttype: string,
640
644
  }
641
645
  }
642
646
 
@@ -5239,7 +5239,8 @@ proto.sniipappappconfigapi.TermsAndConditionsRequest.prototype.toObject = functi
5239
5239
  proto.sniipappappconfigapi.TermsAndConditionsRequest.toObject = function(includeInstance, msg) {
5240
5240
  var f, obj = {
5241
5241
  url: jspb.Message.getFieldWithDefault(msg, 1, ""),
5242
- version: jspb.Message.getFieldWithDefault(msg, 2, "")
5242
+ version: jspb.Message.getFieldWithDefault(msg, 2, ""),
5243
+ appaccounttype: jspb.Message.getFieldWithDefault(msg, 3, "")
5243
5244
  };
5244
5245
 
5245
5246
  if (includeInstance) {
@@ -5284,6 +5285,10 @@ proto.sniipappappconfigapi.TermsAndConditionsRequest.deserializeBinaryFromReader
5284
5285
  var value = /** @type {string} */ (reader.readString());
5285
5286
  msg.setVersion(value);
5286
5287
  break;
5288
+ case 3:
5289
+ var value = /** @type {string} */ (reader.readString());
5290
+ msg.setAppaccounttype(value);
5291
+ break;
5287
5292
  default:
5288
5293
  reader.skipField();
5289
5294
  break;
@@ -5327,6 +5332,13 @@ proto.sniipappappconfigapi.TermsAndConditionsRequest.serializeBinaryToWriter = f
5327
5332
  f
5328
5333
  );
5329
5334
  }
5335
+ f = message.getAppaccounttype();
5336
+ if (f.length > 0) {
5337
+ writer.writeString(
5338
+ 3,
5339
+ f
5340
+ );
5341
+ }
5330
5342
  };
5331
5343
 
5332
5344
 
@@ -5366,6 +5378,24 @@ proto.sniipappappconfigapi.TermsAndConditionsRequest.prototype.setVersion = func
5366
5378
  };
5367
5379
 
5368
5380
 
5381
+ /**
5382
+ * optional string appAccountType = 3;
5383
+ * @return {string}
5384
+ */
5385
+ proto.sniipappappconfigapi.TermsAndConditionsRequest.prototype.getAppaccounttype = function() {
5386
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
5387
+ };
5388
+
5389
+
5390
+ /**
5391
+ * @param {string} value
5392
+ * @return {!proto.sniipappappconfigapi.TermsAndConditionsRequest} returns this
5393
+ */
5394
+ proto.sniipappappconfigapi.TermsAndConditionsRequest.prototype.setAppaccounttype = function(value) {
5395
+ return jspb.Message.setProto3StringField(this, 3, value);
5396
+ };
5397
+
5398
+
5369
5399
 
5370
5400
 
5371
5401
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/config-service-client-grpcweb-ts",
3
- "version": "24.13.1895",
3
+ "version": "24.13.1902",
4
4
  "description": "config-service-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",