@lansweeper/discovery-sensor-proto 2.73.0 → 2.73.1

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.
@@ -3455,6 +3455,10 @@ export class Office365Organization extends jspb.Message {
3455
3455
  getContactsList(): Array<Office365Contact>;
3456
3456
  setContactsList(value: Array<Office365Contact>): Office365Organization;
3457
3457
  addContacts(value?: Office365Contact, index?: number): Office365Contact;
3458
+ clearMailboxesList(): void;
3459
+ getMailboxesList(): Array<Office365Mailbox>;
3460
+ setMailboxesList(value: Array<Office365Mailbox>): Office365Organization;
3461
+ addMailboxes(value?: Office365Mailbox, index?: number): Office365Mailbox;
3458
3462
 
3459
3463
  serializeBinary(): Uint8Array;
3460
3464
  toObject(includeInstance?: boolean): Office365Organization.AsObject;
@@ -3485,6 +3489,96 @@ export namespace Office365Organization {
3485
3489
  licensesList: Array<Office365License.AsObject>,
3486
3490
  assignedPlansList: Array<Office365AssignedPlan.AsObject>,
3487
3491
  contactsList: Array<Office365Contact.AsObject>,
3492
+ mailboxesList: Array<Office365Mailbox.AsObject>,
3493
+ }
3494
+ }
3495
+
3496
+ export class Office365Mailbox extends jspb.Message {
3497
+
3498
+ hasO365MailboxId(): boolean;
3499
+ clearO365MailboxId(): void;
3500
+ getO365MailboxId(): google_protobuf_wrappers_pb.StringValue | undefined;
3501
+ setO365MailboxId(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3502
+
3503
+ hasO365OrganizationId(): boolean;
3504
+ clearO365OrganizationId(): void;
3505
+ getO365OrganizationId(): google_protobuf_wrappers_pb.StringValue | undefined;
3506
+ setO365OrganizationId(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3507
+
3508
+ hasDisplayName(): boolean;
3509
+ clearDisplayName(): void;
3510
+ getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
3511
+ setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3512
+
3513
+ hasPrimaryEmail(): boolean;
3514
+ clearPrimaryEmail(): void;
3515
+ getPrimaryEmail(): google_protobuf_wrappers_pb.StringValue | undefined;
3516
+ setPrimaryEmail(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3517
+
3518
+ hasEmailAddress(): boolean;
3519
+ clearEmailAddress(): void;
3520
+ getEmailAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
3521
+ setEmailAddress(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3522
+
3523
+ hasAlias(): boolean;
3524
+ clearAlias(): void;
3525
+ getAlias(): google_protobuf_wrappers_pb.StringValue | undefined;
3526
+ setAlias(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3527
+
3528
+ hasRecipientType(): boolean;
3529
+ clearRecipientType(): void;
3530
+ getRecipientType(): google_protobuf_wrappers_pb.StringValue | undefined;
3531
+ setRecipientType(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3532
+
3533
+ hasRecipientTypeDetails(): boolean;
3534
+ clearRecipientTypeDetails(): void;
3535
+ getRecipientTypeDetails(): google_protobuf_wrappers_pb.StringValue | undefined;
3536
+ setRecipientTypeDetails(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3537
+
3538
+ hasUserPrincipalName(): boolean;
3539
+ clearUserPrincipalName(): void;
3540
+ getUserPrincipalName(): google_protobuf_wrappers_pb.StringValue | undefined;
3541
+ setUserPrincipalName(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3542
+
3543
+ hasIdentity(): boolean;
3544
+ clearIdentity(): void;
3545
+ getIdentity(): google_protobuf_wrappers_pb.StringValue | undefined;
3546
+ setIdentity(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3547
+
3548
+ hasO365MailboxKey(): boolean;
3549
+ clearO365MailboxKey(): void;
3550
+ getO365MailboxKey(): google_protobuf_wrappers_pb.StringValue | undefined;
3551
+ setO365MailboxKey(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3552
+
3553
+ hasO365OrganizationKey(): boolean;
3554
+ clearO365OrganizationKey(): void;
3555
+ getO365OrganizationKey(): google_protobuf_wrappers_pb.StringValue | undefined;
3556
+ setO365OrganizationKey(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
3557
+
3558
+ serializeBinary(): Uint8Array;
3559
+ toObject(includeInstance?: boolean): Office365Mailbox.AsObject;
3560
+ static toObject(includeInstance: boolean, msg: Office365Mailbox): Office365Mailbox.AsObject;
3561
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
3562
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
3563
+ static serializeBinaryToWriter(message: Office365Mailbox, writer: jspb.BinaryWriter): void;
3564
+ static deserializeBinary(bytes: Uint8Array): Office365Mailbox;
3565
+ static deserializeBinaryFromReader(message: Office365Mailbox, reader: jspb.BinaryReader): Office365Mailbox;
3566
+ }
3567
+
3568
+ export namespace Office365Mailbox {
3569
+ export type AsObject = {
3570
+ o365MailboxId?: google_protobuf_wrappers_pb.StringValue.AsObject,
3571
+ o365OrganizationId?: google_protobuf_wrappers_pb.StringValue.AsObject,
3572
+ displayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
3573
+ primaryEmail?: google_protobuf_wrappers_pb.StringValue.AsObject,
3574
+ emailAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
3575
+ alias?: google_protobuf_wrappers_pb.StringValue.AsObject,
3576
+ recipientType?: google_protobuf_wrappers_pb.StringValue.AsObject,
3577
+ recipientTypeDetails?: google_protobuf_wrappers_pb.StringValue.AsObject,
3578
+ userPrincipalName?: google_protobuf_wrappers_pb.StringValue.AsObject,
3579
+ identity?: google_protobuf_wrappers_pb.StringValue.AsObject,
3580
+ o365MailboxKey?: google_protobuf_wrappers_pb.StringValue.AsObject,
3581
+ o365OrganizationKey?: google_protobuf_wrappers_pb.StringValue.AsObject,
3488
3582
  }
3489
3583
  }
3490
3584
 
@@ -3675,6 +3769,11 @@ export class Office365Group extends jspb.Message {
3675
3769
  setUsersList(value: Array<Office365User>): Office365Group;
3676
3770
  addUsers(value?: Office365User, index?: number): Office365User;
3677
3771
 
3772
+ hasType(): boolean;
3773
+ clearType(): void;
3774
+ getType(): google_protobuf_wrappers_pb.StringValue | undefined;
3775
+ setType(value?: google_protobuf_wrappers_pb.StringValue): Office365Group;
3776
+
3678
3777
  serializeBinary(): Uint8Array;
3679
3778
  toObject(includeInstance?: boolean): Office365Group.AsObject;
3680
3779
  static toObject(includeInstance: boolean, msg: Office365Group): Office365Group.AsObject;
@@ -3696,6 +3795,7 @@ export namespace Office365Group {
3696
3795
  mailNickname?: google_protobuf_wrappers_pb.StringValue.AsObject,
3697
3796
  proxyAddresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
3698
3797
  usersList: Array<Office365User.AsObject>,
3798
+ type?: google_protobuf_wrappers_pb.StringValue.AsObject,
3699
3799
  }
3700
3800
  }
3701
3801
 
@@ -3734,6 +3834,11 @@ export class Office365License extends jspb.Message {
3734
3834
  setServicePlansList(value: Array<Office365ServicePlan>): Office365License;
3735
3835
  addServicePlans(value?: Office365ServicePlan, index?: number): Office365ServicePlan;
3736
3836
 
3837
+ hasName(): boolean;
3838
+ clearName(): void;
3839
+ getName(): google_protobuf_wrappers_pb.StringValue | undefined;
3840
+ setName(value?: google_protobuf_wrappers_pb.StringValue): Office365License;
3841
+
3737
3842
  serializeBinary(): Uint8Array;
3738
3843
  toObject(includeInstance?: boolean): Office365License.AsObject;
3739
3844
  static toObject(includeInstance: boolean, msg: Office365License): Office365License.AsObject;
@@ -3756,6 +3861,7 @@ export namespace Office365License {
3756
3861
  capabilityStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
3757
3862
  usersList: Array<Office365User.AsObject>,
3758
3863
  servicePlansList: Array<Office365ServicePlan.AsObject>,
3864
+ name?: google_protobuf_wrappers_pb.StringValue.AsObject,
3759
3865
  }
3760
3866
  }
3761
3867
 
@@ -3995,6 +4101,11 @@ export class Office365User extends jspb.Message {
3995
4101
  getName(): google_protobuf_wrappers_pb.StringValue | undefined;
3996
4102
  setName(value?: google_protobuf_wrappers_pb.StringValue): Office365User;
3997
4103
 
4104
+ hasType(): boolean;
4105
+ clearType(): void;
4106
+ getType(): google_protobuf_wrappers_pb.StringValue | undefined;
4107
+ setType(value?: google_protobuf_wrappers_pb.StringValue): Office365User;
4108
+
3998
4109
  serializeBinary(): Uint8Array;
3999
4110
  toObject(includeInstance?: boolean): Office365User.AsObject;
4000
4111
  static toObject(includeInstance: boolean, msg: Office365User): Office365User.AsObject;
@@ -4047,6 +4158,7 @@ export namespace Office365User {
4047
4158
  resetPasswordOnNextLogon?: google_protobuf_wrappers_pb.BoolValue.AsObject,
4048
4159
  assignedPlansList: Array<Office365AssignedPlan.AsObject>,
4049
4160
  name?: google_protobuf_wrappers_pb.StringValue.AsObject,
4161
+ type?: google_protobuf_wrappers_pb.StringValue.AsObject,
4050
4162
  }
4051
4163
  }
4052
4164