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

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
 
@@ -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) {
@@ -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