@lansweeper/data-platform-outbound-grpc 0.1.76 → 0.1.78

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.
@@ -632,10 +632,6 @@ export class Computer extends jspb.Message {
632
632
  getSharedResourceList(): Array<SharedResource>;
633
633
  setSharedResourceList(value: Array<SharedResource>): Computer;
634
634
  addSharedResource(value?: SharedResource, index?: number): SharedResource;
635
- clearSharedPermissionList(): void;
636
- getSharedPermissionList(): Array<SharedPermission>;
637
- setSharedPermissionList(value: Array<SharedPermission>): Computer;
638
- addSharedPermission(value?: SharedPermission, index?: number): SharedPermission;
639
635
 
640
636
  hasInternetExplorer(): boolean;
641
637
  clearInternetExplorer(): void;
@@ -728,7 +724,6 @@ export namespace Computer {
728
724
  driverList: Array<Driver.AsObject>,
729
725
  runningProcessList: Array<RunningProcess.AsObject>,
730
726
  sharedResourceList: Array<SharedResource.AsObject>,
731
- sharedPermissionList: Array<SharedPermission.AsObject>,
732
727
  internetExplorer?: InternetExplorer.AsObject,
733
728
  windowsSqlServer?: WindowsSqlServer.AsObject,
734
729
  windowsNetworkClientList: Array<ComputerWindowsNetworkClient.AsObject>,
@@ -4148,6 +4143,10 @@ export class SharedResource extends jspb.Message {
4148
4143
  clearType(): void;
4149
4144
  getType(): MappedValue | undefined;
4150
4145
  setType(value?: MappedValue): SharedResource;
4146
+ clearSharedPermissionList(): void;
4147
+ getSharedPermissionList(): Array<SharedPermission>;
4148
+ setSharedPermissionList(value: Array<SharedPermission>): SharedResource;
4149
+ addSharedPermission(value?: SharedPermission, index?: number): SharedPermission;
4151
4150
 
4152
4151
  serializeBinary(): Uint8Array;
4153
4152
  toObject(includeInstance?: boolean): SharedResource.AsObject;
@@ -4165,6 +4164,7 @@ export namespace SharedResource {
4165
4164
  name?: string,
4166
4165
  path?: string,
4167
4166
  type?: MappedValue.AsObject,
4167
+ sharedPermissionList: Array<SharedPermission.AsObject>,
4168
4168
  }
4169
4169
  }
4170
4170
 
@@ -7377,10 +7377,11 @@ export class ComputerWindowsIdeController extends jspb.Message {
7377
7377
  clearManufacturer(): void;
7378
7378
  getManufacturer(): string | undefined;
7379
7379
  setManufacturer(value: string): ComputerWindowsIdeController;
7380
- clearProtocolSupportedList(): void;
7381
- getProtocolSupportedList(): Array<MappedValue>;
7382
- setProtocolSupportedList(value: Array<MappedValue>): ComputerWindowsIdeController;
7383
- addProtocolSupported(value?: MappedValue, index?: number): MappedValue;
7380
+
7381
+ hasProtocolSupported(): boolean;
7382
+ clearProtocolSupported(): void;
7383
+ getProtocolSupported(): MappedValue | undefined;
7384
+ setProtocolSupported(value?: MappedValue): ComputerWindowsIdeController;
7384
7385
 
7385
7386
  serializeBinary(): Uint8Array;
7386
7387
  toObject(includeInstance?: boolean): ComputerWindowsIdeController.AsObject;
@@ -7397,7 +7398,7 @@ export namespace ComputerWindowsIdeController {
7397
7398
  caption?: string,
7398
7399
  deviceId?: string,
7399
7400
  manufacturer?: string,
7400
- protocolSupportedList: Array<MappedValue.AsObject>,
7401
+ protocolSupported?: MappedValue.AsObject,
7401
7402
  }
7402
7403
  }
7403
7404
 
@@ -1492,7 +1492,7 @@ if (goog.DEBUG && !COMPILED) {
1492
1492
  * @constructor
1493
1493
  */
1494
1494
  proto.com.lansweeper.dp.outbound.v1.SharedResource = function(opt_data) {
1495
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1495
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.SharedResource.repeatedFields_, null);
1496
1496
  };
1497
1497
  goog.inherits(proto.com.lansweeper.dp.outbound.v1.SharedResource, jspb.Message);
1498
1498
  if (goog.DEBUG && !COMPILED) {
@@ -2353,7 +2353,7 @@ if (goog.DEBUG && !COMPILED) {
2353
2353
  * @constructor
2354
2354
  */
2355
2355
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController = function(opt_data) {
2356
- jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.repeatedFields_, null);
2356
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2357
2357
  };
2358
2358
  goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController, jspb.Message);
2359
2359
  if (goog.DEBUG && !COMPILED) {
@@ -6162,7 +6162,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCloud = function() {
6162
6162
  * @private {!Array<number>}
6163
6163
  * @const
6164
6164
  */
6165
- proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,102,103,105,202,203,205,206,207,212,210,211,302,303,304];
6165
+ proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,102,103,105,202,203,205,206,207,210,211,302,303,304];
6166
6166
 
6167
6167
 
6168
6168
 
@@ -6275,8 +6275,6 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
6275
6275
  proto.com.lansweeper.dp.outbound.v1.RunningProcess.toObject, includeInstance),
6276
6276
  sharedResourceList: jspb.Message.toObjectList(msg.getSharedResourceList(),
6277
6277
  proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject, includeInstance),
6278
- sharedPermissionList: jspb.Message.toObjectList(msg.getSharedPermissionList(),
6279
- proto.com.lansweeper.dp.outbound.v1.SharedPermission.toObject, includeInstance),
6280
6278
  internetExplorer: (f = msg.getInternetExplorer()) && proto.com.lansweeper.dp.outbound.v1.InternetExplorer.toObject(includeInstance, f),
6281
6279
  windowsSqlServer: (f = msg.getWindowsSqlServer()) && proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.toObject(includeInstance, f),
6282
6280
  windowsNetworkClientList: jspb.Message.toObjectList(msg.getWindowsNetworkClientList(),
@@ -6546,11 +6544,6 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
6546
6544
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinaryFromReader);
6547
6545
  msg.addSharedResource(value);
6548
6546
  break;
6549
- case 212:
6550
- var value = new proto.com.lansweeper.dp.outbound.v1.SharedPermission;
6551
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinaryFromReader);
6552
- msg.addSharedPermission(value);
6553
- break;
6554
6547
  case 208:
6555
6548
  var value = new proto.com.lansweeper.dp.outbound.v1.InternetExplorer;
6556
6549
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.InternetExplorer.deserializeBinaryFromReader);
@@ -6972,14 +6965,6 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
6972
6965
  proto.com.lansweeper.dp.outbound.v1.SharedResource.serializeBinaryToWriter
6973
6966
  );
6974
6967
  }
6975
- f = message.getSharedPermissionList();
6976
- if (f.length > 0) {
6977
- writer.writeRepeatedMessage(
6978
- 212,
6979
- f,
6980
- proto.com.lansweeper.dp.outbound.v1.SharedPermission.serializeBinaryToWriter
6981
- );
6982
- }
6983
6968
  f = message.getInternetExplorer();
6984
6969
  if (f != null) {
6985
6970
  writer.writeMessage(
@@ -8711,44 +8696,6 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearSharedResourceList =
8711
8696
  };
8712
8697
 
8713
8698
 
8714
- /**
8715
- * repeated SharedPermission shared_permission = 212;
8716
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>}
8717
- */
8718
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getSharedPermissionList = function() {
8719
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>} */ (
8720
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SharedPermission, 212));
8721
- };
8722
-
8723
-
8724
- /**
8725
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>} value
8726
- * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
8727
- */
8728
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setSharedPermissionList = function(value) {
8729
- return jspb.Message.setRepeatedWrapperField(this, 212, value);
8730
- };
8731
-
8732
-
8733
- /**
8734
- * @param {!proto.com.lansweeper.dp.outbound.v1.SharedPermission=} opt_value
8735
- * @param {number=} opt_index
8736
- * @return {!proto.com.lansweeper.dp.outbound.v1.SharedPermission}
8737
- */
8738
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addSharedPermission = function(opt_value, opt_index) {
8739
- return jspb.Message.addToRepeatedWrapperField(this, 212, opt_value, proto.com.lansweeper.dp.outbound.v1.SharedPermission, opt_index);
8740
- };
8741
-
8742
-
8743
- /**
8744
- * Clears the list making it empty but non-null.
8745
- * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
8746
- */
8747
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearSharedPermissionList = function() {
8748
- return this.setSharedPermissionList([]);
8749
- };
8750
-
8751
-
8752
8699
  /**
8753
8700
  * optional InternetExplorer internet_explorer = 208;
8754
8701
  * @return {?proto.com.lansweeper.dp.outbound.v1.InternetExplorer}
@@ -34628,6 +34575,13 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootMode = function(
34628
34575
 
34629
34576
 
34630
34577
 
34578
+ /**
34579
+ * List of repeated fields within this message type.
34580
+ * @private {!Array<number>}
34581
+ * @const
34582
+ */
34583
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.repeatedFields_ = [5];
34584
+
34631
34585
 
34632
34586
 
34633
34587
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -34662,7 +34616,9 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject = function(includeIn
34662
34616
  caption: jspb.Message.getFieldWithDefault(msg, 1, ""),
34663
34617
  name: jspb.Message.getFieldWithDefault(msg, 2, ""),
34664
34618
  path: jspb.Message.getFieldWithDefault(msg, 3, ""),
34665
- type: (f = msg.getType()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f)
34619
+ type: (f = msg.getType()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
34620
+ sharedPermissionList: jspb.Message.toObjectList(msg.getSharedPermissionList(),
34621
+ proto.com.lansweeper.dp.outbound.v1.SharedPermission.toObject, includeInstance)
34666
34622
  };
34667
34623
 
34668
34624
  if (includeInstance) {
@@ -34716,6 +34672,11 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.deserializeBinaryFromReader =
34716
34672
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
34717
34673
  msg.setType(value);
34718
34674
  break;
34675
+ case 5:
34676
+ var value = new proto.com.lansweeper.dp.outbound.v1.SharedPermission;
34677
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SharedPermission.deserializeBinaryFromReader);
34678
+ msg.addSharedPermission(value);
34679
+ break;
34719
34680
  default:
34720
34681
  reader.skipField();
34721
34682
  break;
@@ -34774,6 +34735,14 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.serializeBinaryToWriter = fun
34774
34735
  proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
34775
34736
  );
34776
34737
  }
34738
+ f = message.getSharedPermissionList();
34739
+ if (f.length > 0) {
34740
+ writer.writeRepeatedMessage(
34741
+ 5,
34742
+ f,
34743
+ proto.com.lansweeper.dp.outbound.v1.SharedPermission.serializeBinaryToWriter
34744
+ );
34745
+ }
34777
34746
  };
34778
34747
 
34779
34748
 
@@ -34922,6 +34891,44 @@ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.hasType = function(
34922
34891
  };
34923
34892
 
34924
34893
 
34894
+ /**
34895
+ * repeated SharedPermission shared_permission = 5;
34896
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>}
34897
+ */
34898
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.getSharedPermissionList = function() {
34899
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>} */ (
34900
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SharedPermission, 5));
34901
+ };
34902
+
34903
+
34904
+ /**
34905
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SharedPermission>} value
34906
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
34907
+ */
34908
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.setSharedPermissionList = function(value) {
34909
+ return jspb.Message.setRepeatedWrapperField(this, 5, value);
34910
+ };
34911
+
34912
+
34913
+ /**
34914
+ * @param {!proto.com.lansweeper.dp.outbound.v1.SharedPermission=} opt_value
34915
+ * @param {number=} opt_index
34916
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedPermission}
34917
+ */
34918
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.addSharedPermission = function(opt_value, opt_index) {
34919
+ return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.com.lansweeper.dp.outbound.v1.SharedPermission, opt_index);
34920
+ };
34921
+
34922
+
34923
+ /**
34924
+ * Clears the list making it empty but non-null.
34925
+ * @return {!proto.com.lansweeper.dp.outbound.v1.SharedResource} returns this
34926
+ */
34927
+ proto.com.lansweeper.dp.outbound.v1.SharedResource.prototype.clearSharedPermissionList = function() {
34928
+ return this.setSharedPermissionList([]);
34929
+ };
34930
+
34931
+
34925
34932
 
34926
34933
 
34927
34934
 
@@ -59185,13 +59192,6 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsNetworkClient.prototype.hasNa
59185
59192
 
59186
59193
 
59187
59194
 
59188
- /**
59189
- * List of repeated fields within this message type.
59190
- * @private {!Array<number>}
59191
- * @const
59192
- */
59193
- proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.repeatedFields_ = [4];
59194
-
59195
59195
 
59196
59196
 
59197
59197
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -59226,8 +59226,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.toObject = func
59226
59226
  caption: jspb.Message.getFieldWithDefault(msg, 1, ""),
59227
59227
  deviceId: jspb.Message.getFieldWithDefault(msg, 2, ""),
59228
59228
  manufacturer: jspb.Message.getFieldWithDefault(msg, 3, ""),
59229
- protocolSupportedList: jspb.Message.toObjectList(msg.getProtocolSupportedList(),
59230
- proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject, includeInstance)
59229
+ protocolSupported: (f = msg.getProtocolSupported()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f)
59231
59230
  };
59232
59231
 
59233
59232
  if (includeInstance) {
@@ -59279,7 +59278,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.deserializeBina
59279
59278
  case 4:
59280
59279
  var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
59281
59280
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
59282
- msg.addProtocolSupported(value);
59281
+ msg.setProtocolSupported(value);
59283
59282
  break;
59284
59283
  default:
59285
59284
  reader.skipField();
@@ -59331,9 +59330,9 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.serializeBinary
59331
59330
  f
59332
59331
  );
59333
59332
  }
59334
- f = message.getProtocolSupportedList();
59335
- if (f.length > 0) {
59336
- writer.writeRepeatedMessage(
59333
+ f = message.getProtocolSupported();
59334
+ if (f != null) {
59335
+ writer.writeMessage(
59337
59336
  4,
59338
59337
  f,
59339
59338
  proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
@@ -59451,40 +59450,39 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.hasMa
59451
59450
 
59452
59451
 
59453
59452
  /**
59454
- * repeated MappedValue protocol_supported = 4;
59455
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>}
59453
+ * optional MappedValue protocol_supported = 4;
59454
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59456
59455
  */
59457
- proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.getProtocolSupportedList = function() {
59458
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} */ (
59459
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 4));
59456
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.getProtocolSupported = function() {
59457
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59458
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 4));
59460
59459
  };
59461
59460
 
59462
59461
 
59463
59462
  /**
59464
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} value
59463
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59465
59464
  * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController} returns this
59466
59465
  */
59467
- proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.setProtocolSupportedList = function(value) {
59468
- return jspb.Message.setRepeatedWrapperField(this, 4, value);
59466
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.setProtocolSupported = function(value) {
59467
+ return jspb.Message.setWrapperField(this, 4, value);
59469
59468
  };
59470
59469
 
59471
59470
 
59472
59471
  /**
59473
- * @param {!proto.com.lansweeper.dp.outbound.v1.MappedValue=} opt_value
59474
- * @param {number=} opt_index
59475
- * @return {!proto.com.lansweeper.dp.outbound.v1.MappedValue}
59472
+ * Clears the message field making it undefined.
59473
+ * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController} returns this
59476
59474
  */
59477
- proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.addProtocolSupported = function(opt_value, opt_index) {
59478
- return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.com.lansweeper.dp.outbound.v1.MappedValue, opt_index);
59475
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.clearProtocolSupported = function() {
59476
+ return this.setProtocolSupported(undefined);
59479
59477
  };
59480
59478
 
59481
59479
 
59482
59480
  /**
59483
- * Clears the list making it empty but non-null.
59484
- * @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController} returns this
59481
+ * Returns whether this field is set.
59482
+ * @return {boolean}
59485
59483
  */
59486
- proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.clearProtocolSupportedList = function() {
59487
- return this.setProtocolSupportedList([]);
59484
+ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeController.prototype.hasProtocolSupported = function() {
59485
+ return jspb.Message.getField(this, 4) != null;
59488
59486
  };
59489
59487
 
59490
59488