@lansweeper/discovery-sensor-proto 2.76.0 → 2.76.2

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.
@@ -3778,6 +3778,12 @@ export class Office365Group extends jspb.Message {
3778
3778
  clearType(): void;
3779
3779
  getType(): google_protobuf_wrappers_pb.StringValue | undefined;
3780
3780
  setType(value?: google_protobuf_wrappers_pb.StringValue): Office365Group;
3781
+ clearUserIdsList(): void;
3782
+ getUserIdsList(): Array<string>;
3783
+ setUserIdsList(value: Array<string>): Office365Group;
3784
+ addUserIds(value: string, index?: number): string;
3785
+ getTenantId(): string;
3786
+ setTenantId(value: string): Office365Group;
3781
3787
 
3782
3788
  serializeBinary(): Uint8Array;
3783
3789
  toObject(includeInstance?: boolean): Office365Group.AsObject;
@@ -3801,6 +3807,8 @@ export namespace Office365Group {
3801
3807
  proxyAddresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
3802
3808
  usersList: Array<Office365User.AsObject>,
3803
3809
  type?: google_protobuf_wrappers_pb.StringValue.AsObject,
3810
+ userIdsList: Array<string>,
3811
+ tenantId: string,
3804
3812
  }
3805
3813
  }
3806
3814
 
@@ -3843,6 +3851,10 @@ export class Office365License extends jspb.Message {
3843
3851
  clearName(): void;
3844
3852
  getName(): google_protobuf_wrappers_pb.StringValue | undefined;
3845
3853
  setName(value?: google_protobuf_wrappers_pb.StringValue): Office365License;
3854
+ clearUserIdsList(): void;
3855
+ getUserIdsList(): Array<string>;
3856
+ setUserIdsList(value: Array<string>): Office365License;
3857
+ addUserIds(value: string, index?: number): string;
3846
3858
 
3847
3859
  serializeBinary(): Uint8Array;
3848
3860
  toObject(includeInstance?: boolean): Office365License.AsObject;
@@ -3867,6 +3879,7 @@ export namespace Office365License {
3867
3879
  usersList: Array<Office365User.AsObject>,
3868
3880
  servicePlansList: Array<Office365ServicePlan.AsObject>,
3869
3881
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
3882
+ userIdsList: Array<string>,
3870
3883
  }
3871
3884
  }
3872
3885
 
@@ -4110,6 +4123,12 @@ export class Office365User extends jspb.Message {
4110
4123
  clearType(): void;
4111
4124
  getType(): google_protobuf_wrappers_pb.StringValue | undefined;
4112
4125
  setType(value?: google_protobuf_wrappers_pb.StringValue): Office365User;
4126
+ getTenantId(): string;
4127
+ setTenantId(value: string): Office365User;
4128
+ clearGroupIdsList(): void;
4129
+ getGroupIdsList(): Array<string>;
4130
+ setGroupIdsList(value: Array<string>): Office365User;
4131
+ addGroupIds(value: string, index?: number): string;
4113
4132
 
4114
4133
  serializeBinary(): Uint8Array;
4115
4134
  toObject(includeInstance?: boolean): Office365User.AsObject;
@@ -4164,6 +4183,8 @@ export namespace Office365User {
4164
4183
  assignedPlansList: Array<Office365AssignedPlan.AsObject>,
4165
4184
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4166
4185
  type?: google_protobuf_wrappers_pb.StringValue.AsObject,
4186
+ tenantId: string,
4187
+ groupIdsList: Array<string>,
4167
4188
  }
4168
4189
  }
4169
4190
 
@@ -31413,7 +31413,7 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Domain.prototype.hasAvaila
31413
31413
  * @private {!Array<number>}
31414
31414
  * @const
31415
31415
  */
31416
- proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.repeatedFields_ = [9];
31416
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.repeatedFields_ = [9,11];
31417
31417
 
31418
31418
 
31419
31419
 
@@ -31456,7 +31456,9 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.toObject = function(
31456
31456
  proxyAddresses: (f = msg.getProxyAddresses()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
31457
31457
  usersList: jspb.Message.toObjectList(msg.getUsersList(),
31458
31458
  proto.com.lansweeper.discovery.sensor.api.v1.Office365User.toObject, includeInstance),
31459
- type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
31459
+ type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
31460
+ userIdsList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined : f,
31461
+ tenantId: jspb.Message.getFieldWithDefault(msg, 12, "")
31460
31462
  };
31461
31463
 
31462
31464
  if (includeInstance) {
@@ -31540,6 +31542,14 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.deserializeBinaryFro
31540
31542
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
31541
31543
  msg.setType(value);
31542
31544
  break;
31545
+ case 11:
31546
+ var value = /** @type {string} */ (reader.readString());
31547
+ msg.addUserIds(value);
31548
+ break;
31549
+ case 12:
31550
+ var value = /** @type {string} */ (reader.readString());
31551
+ msg.setTenantId(value);
31552
+ break;
31543
31553
  default:
31544
31554
  reader.skipField();
31545
31555
  break;
@@ -31646,6 +31656,20 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.serializeBinaryToWri
31646
31656
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
31647
31657
  );
31648
31658
  }
31659
+ f = message.getUserIdsList();
31660
+ if (f.length > 0) {
31661
+ writer.writeRepeatedString(
31662
+ 11,
31663
+ f
31664
+ );
31665
+ }
31666
+ f = message.getTenantId();
31667
+ if (f.length > 0) {
31668
+ writer.writeString(
31669
+ 12,
31670
+ f
31671
+ );
31672
+ }
31649
31673
  };
31650
31674
 
31651
31675
 
@@ -31963,13 +31987,68 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.hasType =
31963
31987
  };
31964
31988
 
31965
31989
 
31990
+ /**
31991
+ * repeated string user_ids = 11;
31992
+ * @return {!Array<string>}
31993
+ */
31994
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.getUserIdsList = function() {
31995
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 11));
31996
+ };
31997
+
31998
+
31999
+ /**
32000
+ * @param {!Array<string>} value
32001
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365Group} returns this
32002
+ */
32003
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.setUserIdsList = function(value) {
32004
+ return jspb.Message.setField(this, 11, value || []);
32005
+ };
32006
+
32007
+
32008
+ /**
32009
+ * @param {string} value
32010
+ * @param {number=} opt_index
32011
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365Group} returns this
32012
+ */
32013
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.addUserIds = function(value, opt_index) {
32014
+ return jspb.Message.addToRepeatedField(this, 11, value, opt_index);
32015
+ };
32016
+
32017
+
32018
+ /**
32019
+ * Clears the list making it empty but non-null.
32020
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365Group} returns this
32021
+ */
32022
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.clearUserIdsList = function() {
32023
+ return this.setUserIdsList([]);
32024
+ };
32025
+
32026
+
32027
+ /**
32028
+ * optional string tenant_id = 12;
32029
+ * @return {string}
32030
+ */
32031
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.getTenantId = function() {
32032
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
32033
+ };
32034
+
32035
+
32036
+ /**
32037
+ * @param {string} value
32038
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365Group} returns this
32039
+ */
32040
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365Group.prototype.setTenantId = function(value) {
32041
+ return jspb.Message.setProto3StringField(this, 12, value);
32042
+ };
32043
+
32044
+
31966
32045
 
31967
32046
  /**
31968
32047
  * List of repeated fields within this message type.
31969
32048
  * @private {!Array<number>}
31970
32049
  * @const
31971
32050
  */
31972
- proto.com.lansweeper.discovery.sensor.api.v1.Office365License.repeatedFields_ = [9,10];
32051
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.repeatedFields_ = [9,10,12];
31973
32052
 
31974
32053
 
31975
32054
 
@@ -32014,7 +32093,8 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.toObject = functio
32014
32093
  proto.com.lansweeper.discovery.sensor.api.v1.Office365User.toObject, includeInstance),
32015
32094
  servicePlansList: jspb.Message.toObjectList(msg.getServicePlansList(),
32016
32095
  proto.com.lansweeper.discovery.sensor.api.v1.Office365ServicePlan.toObject, includeInstance),
32017
- name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
32096
+ name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
32097
+ userIdsList: (f = jspb.Message.getRepeatedField(msg, 12)) == null ? undefined : f
32018
32098
  };
32019
32099
 
32020
32100
  if (includeInstance) {
@@ -32101,6 +32181,10 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.deserializeBinaryF
32101
32181
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
32102
32182
  msg.setName(value);
32103
32183
  break;
32184
+ case 12:
32185
+ var value = /** @type {string} */ (reader.readString());
32186
+ msg.addUserIds(value);
32187
+ break;
32104
32188
  default:
32105
32189
  reader.skipField();
32106
32190
  break;
@@ -32213,6 +32297,13 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.serializeBinaryToW
32213
32297
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
32214
32298
  );
32215
32299
  }
32300
+ f = message.getUserIdsList();
32301
+ if (f.length > 0) {
32302
+ writer.writeRepeatedString(
32303
+ 12,
32304
+ f
32305
+ );
32306
+ }
32216
32307
  };
32217
32308
 
32218
32309
 
@@ -32530,6 +32621,43 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.prototype.hasName
32530
32621
  };
32531
32622
 
32532
32623
 
32624
+ /**
32625
+ * repeated string user_ids = 12;
32626
+ * @return {!Array<string>}
32627
+ */
32628
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.prototype.getUserIdsList = function() {
32629
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 12));
32630
+ };
32631
+
32632
+
32633
+ /**
32634
+ * @param {!Array<string>} value
32635
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365License} returns this
32636
+ */
32637
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.prototype.setUserIdsList = function(value) {
32638
+ return jspb.Message.setField(this, 12, value || []);
32639
+ };
32640
+
32641
+
32642
+ /**
32643
+ * @param {string} value
32644
+ * @param {number=} opt_index
32645
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365License} returns this
32646
+ */
32647
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.prototype.addUserIds = function(value, opt_index) {
32648
+ return jspb.Message.addToRepeatedField(this, 12, value, opt_index);
32649
+ };
32650
+
32651
+
32652
+ /**
32653
+ * Clears the list making it empty but non-null.
32654
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365License} returns this
32655
+ */
32656
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365License.prototype.clearUserIdsList = function() {
32657
+ return this.setUserIdsList([]);
32658
+ };
32659
+
32660
+
32533
32661
 
32534
32662
 
32535
32663
 
@@ -32819,7 +32947,7 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365ServicePlan.prototype.hasA
32819
32947
  * @private {!Array<number>}
32820
32948
  * @const
32821
32949
  */
32822
- proto.com.lansweeper.discovery.sensor.api.v1.Office365User.repeatedFields_ = [40];
32950
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.repeatedFields_ = [40,44];
32823
32951
 
32824
32952
 
32825
32953
 
@@ -32893,7 +33021,9 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.toObject = function(i
32893
33021
  assignedPlansList: jspb.Message.toObjectList(msg.getAssignedPlansList(),
32894
33022
  proto.com.lansweeper.discovery.sensor.api.v1.Office365AssignedPlan.toObject, includeInstance),
32895
33023
  name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
32896
- type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
33024
+ type: (f = msg.getType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
33025
+ tenantId: jspb.Message.getFieldWithDefault(msg, 43, ""),
33026
+ groupIdsList: (f = jspb.Message.getRepeatedField(msg, 44)) == null ? undefined : f
32897
33027
  };
32898
33028
 
32899
33029
  if (includeInstance) {
@@ -33134,6 +33264,14 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.deserializeBinaryFrom
33134
33264
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
33135
33265
  msg.setType(value);
33136
33266
  break;
33267
+ case 43:
33268
+ var value = /** @type {string} */ (reader.readString());
33269
+ msg.setTenantId(value);
33270
+ break;
33271
+ case 44:
33272
+ var value = /** @type {string} */ (reader.readString());
33273
+ msg.addGroupIds(value);
33274
+ break;
33137
33275
  default:
33138
33276
  reader.skipField();
33139
33277
  break;
@@ -33490,6 +33628,20 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.serializeBinaryToWrit
33490
33628
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
33491
33629
  );
33492
33630
  }
33631
+ f = message.getTenantId();
33632
+ if (f.length > 0) {
33633
+ writer.writeString(
33634
+ 43,
33635
+ f
33636
+ );
33637
+ }
33638
+ f = message.getGroupIdsList();
33639
+ if (f.length > 0) {
33640
+ writer.writeRepeatedString(
33641
+ 44,
33642
+ f
33643
+ );
33644
+ }
33493
33645
  };
33494
33646
 
33495
33647
 
@@ -34992,6 +35144,61 @@ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.hasType = f
34992
35144
  };
34993
35145
 
34994
35146
 
35147
+ /**
35148
+ * optional string tenant_id = 43;
35149
+ * @return {string}
35150
+ */
35151
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.getTenantId = function() {
35152
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 43, ""));
35153
+ };
35154
+
35155
+
35156
+ /**
35157
+ * @param {string} value
35158
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365User} returns this
35159
+ */
35160
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.setTenantId = function(value) {
35161
+ return jspb.Message.setProto3StringField(this, 43, value);
35162
+ };
35163
+
35164
+
35165
+ /**
35166
+ * repeated string group_ids = 44;
35167
+ * @return {!Array<string>}
35168
+ */
35169
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.getGroupIdsList = function() {
35170
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 44));
35171
+ };
35172
+
35173
+
35174
+ /**
35175
+ * @param {!Array<string>} value
35176
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365User} returns this
35177
+ */
35178
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.setGroupIdsList = function(value) {
35179
+ return jspb.Message.setField(this, 44, value || []);
35180
+ };
35181
+
35182
+
35183
+ /**
35184
+ * @param {string} value
35185
+ * @param {number=} opt_index
35186
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365User} returns this
35187
+ */
35188
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.addGroupIds = function(value, opt_index) {
35189
+ return jspb.Message.addToRepeatedField(this, 44, value, opt_index);
35190
+ };
35191
+
35192
+
35193
+ /**
35194
+ * Clears the list making it empty but non-null.
35195
+ * @return {!proto.com.lansweeper.discovery.sensor.api.v1.Office365User} returns this
35196
+ */
35197
+ proto.com.lansweeper.discovery.sensor.api.v1.Office365User.prototype.clearGroupIdsList = function() {
35198
+ return this.setGroupIdsList([]);
35199
+ };
35200
+
35201
+
34995
35202
  /**
34996
35203
  * @enum {number}
34997
35204
  */