@lansweeper/discovery-sensor-proto 2.73.0 → 2.73.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.
|
@@ -2853,6 +2853,10 @@ export class IntuneDevice extends jspb.Message {
|
|
|
2853
2853
|
clearDeviceCategoryDescription(): void;
|
|
2854
2854
|
getDeviceCategoryDescription(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
2855
2855
|
setDeviceCategoryDescription(value?: google_protobuf_wrappers_pb.StringValue): IntuneDevice;
|
|
2856
|
+
clearIntuneApplicationsList(): void;
|
|
2857
|
+
getIntuneApplicationsList(): Array<IntuneApplication>;
|
|
2858
|
+
setIntuneApplicationsList(value: Array<IntuneApplication>): IntuneDevice;
|
|
2859
|
+
addIntuneApplications(value?: IntuneApplication, index?: number): IntuneApplication;
|
|
2856
2860
|
|
|
2857
2861
|
serializeBinary(): Uint8Array;
|
|
2858
2862
|
toObject(includeInstance?: boolean): IntuneDevice.AsObject;
|
|
@@ -2952,6 +2956,7 @@ export namespace IntuneDevice {
|
|
|
2952
2956
|
deviceCategoryId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2953
2957
|
deviceCategoryDisplayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2954
2958
|
deviceCategoryDescription?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
2959
|
+
intuneApplicationsList: Array<IntuneApplication.AsObject>,
|
|
2955
2960
|
}
|
|
2956
2961
|
}
|
|
2957
2962
|
|
|
@@ -3455,6 +3460,10 @@ export class Office365Organization extends jspb.Message {
|
|
|
3455
3460
|
getContactsList(): Array<Office365Contact>;
|
|
3456
3461
|
setContactsList(value: Array<Office365Contact>): Office365Organization;
|
|
3457
3462
|
addContacts(value?: Office365Contact, index?: number): Office365Contact;
|
|
3463
|
+
clearMailboxesList(): void;
|
|
3464
|
+
getMailboxesList(): Array<Office365Mailbox>;
|
|
3465
|
+
setMailboxesList(value: Array<Office365Mailbox>): Office365Organization;
|
|
3466
|
+
addMailboxes(value?: Office365Mailbox, index?: number): Office365Mailbox;
|
|
3458
3467
|
|
|
3459
3468
|
serializeBinary(): Uint8Array;
|
|
3460
3469
|
toObject(includeInstance?: boolean): Office365Organization.AsObject;
|
|
@@ -3485,6 +3494,96 @@ export namespace Office365Organization {
|
|
|
3485
3494
|
licensesList: Array<Office365License.AsObject>,
|
|
3486
3495
|
assignedPlansList: Array<Office365AssignedPlan.AsObject>,
|
|
3487
3496
|
contactsList: Array<Office365Contact.AsObject>,
|
|
3497
|
+
mailboxesList: Array<Office365Mailbox.AsObject>,
|
|
3498
|
+
}
|
|
3499
|
+
}
|
|
3500
|
+
|
|
3501
|
+
export class Office365Mailbox extends jspb.Message {
|
|
3502
|
+
|
|
3503
|
+
hasO365MailboxId(): boolean;
|
|
3504
|
+
clearO365MailboxId(): void;
|
|
3505
|
+
getO365MailboxId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3506
|
+
setO365MailboxId(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3507
|
+
|
|
3508
|
+
hasO365OrganizationId(): boolean;
|
|
3509
|
+
clearO365OrganizationId(): void;
|
|
3510
|
+
getO365OrganizationId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3511
|
+
setO365OrganizationId(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3512
|
+
|
|
3513
|
+
hasDisplayName(): boolean;
|
|
3514
|
+
clearDisplayName(): void;
|
|
3515
|
+
getDisplayName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3516
|
+
setDisplayName(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3517
|
+
|
|
3518
|
+
hasPrimaryEmail(): boolean;
|
|
3519
|
+
clearPrimaryEmail(): void;
|
|
3520
|
+
getPrimaryEmail(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3521
|
+
setPrimaryEmail(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3522
|
+
|
|
3523
|
+
hasEmailAddress(): boolean;
|
|
3524
|
+
clearEmailAddress(): void;
|
|
3525
|
+
getEmailAddress(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3526
|
+
setEmailAddress(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3527
|
+
|
|
3528
|
+
hasAlias(): boolean;
|
|
3529
|
+
clearAlias(): void;
|
|
3530
|
+
getAlias(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3531
|
+
setAlias(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3532
|
+
|
|
3533
|
+
hasRecipientType(): boolean;
|
|
3534
|
+
clearRecipientType(): void;
|
|
3535
|
+
getRecipientType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3536
|
+
setRecipientType(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3537
|
+
|
|
3538
|
+
hasRecipientTypeDetails(): boolean;
|
|
3539
|
+
clearRecipientTypeDetails(): void;
|
|
3540
|
+
getRecipientTypeDetails(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3541
|
+
setRecipientTypeDetails(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3542
|
+
|
|
3543
|
+
hasUserPrincipalName(): boolean;
|
|
3544
|
+
clearUserPrincipalName(): void;
|
|
3545
|
+
getUserPrincipalName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3546
|
+
setUserPrincipalName(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3547
|
+
|
|
3548
|
+
hasIdentity(): boolean;
|
|
3549
|
+
clearIdentity(): void;
|
|
3550
|
+
getIdentity(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3551
|
+
setIdentity(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3552
|
+
|
|
3553
|
+
hasO365MailboxKey(): boolean;
|
|
3554
|
+
clearO365MailboxKey(): void;
|
|
3555
|
+
getO365MailboxKey(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3556
|
+
setO365MailboxKey(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3557
|
+
|
|
3558
|
+
hasO365OrganizationKey(): boolean;
|
|
3559
|
+
clearO365OrganizationKey(): void;
|
|
3560
|
+
getO365OrganizationKey(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3561
|
+
setO365OrganizationKey(value?: google_protobuf_wrappers_pb.StringValue): Office365Mailbox;
|
|
3562
|
+
|
|
3563
|
+
serializeBinary(): Uint8Array;
|
|
3564
|
+
toObject(includeInstance?: boolean): Office365Mailbox.AsObject;
|
|
3565
|
+
static toObject(includeInstance: boolean, msg: Office365Mailbox): Office365Mailbox.AsObject;
|
|
3566
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
3567
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
3568
|
+
static serializeBinaryToWriter(message: Office365Mailbox, writer: jspb.BinaryWriter): void;
|
|
3569
|
+
static deserializeBinary(bytes: Uint8Array): Office365Mailbox;
|
|
3570
|
+
static deserializeBinaryFromReader(message: Office365Mailbox, reader: jspb.BinaryReader): Office365Mailbox;
|
|
3571
|
+
}
|
|
3572
|
+
|
|
3573
|
+
export namespace Office365Mailbox {
|
|
3574
|
+
export type AsObject = {
|
|
3575
|
+
o365MailboxId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3576
|
+
o365OrganizationId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3577
|
+
displayName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3578
|
+
primaryEmail?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3579
|
+
emailAddress?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3580
|
+
alias?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3581
|
+
recipientType?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3582
|
+
recipientTypeDetails?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3583
|
+
userPrincipalName?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3584
|
+
identity?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3585
|
+
o365MailboxKey?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3586
|
+
o365OrganizationKey?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3488
3587
|
}
|
|
3489
3588
|
}
|
|
3490
3589
|
|
|
@@ -3675,6 +3774,11 @@ export class Office365Group extends jspb.Message {
|
|
|
3675
3774
|
setUsersList(value: Array<Office365User>): Office365Group;
|
|
3676
3775
|
addUsers(value?: Office365User, index?: number): Office365User;
|
|
3677
3776
|
|
|
3777
|
+
hasType(): boolean;
|
|
3778
|
+
clearType(): void;
|
|
3779
|
+
getType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3780
|
+
setType(value?: google_protobuf_wrappers_pb.StringValue): Office365Group;
|
|
3781
|
+
|
|
3678
3782
|
serializeBinary(): Uint8Array;
|
|
3679
3783
|
toObject(includeInstance?: boolean): Office365Group.AsObject;
|
|
3680
3784
|
static toObject(includeInstance: boolean, msg: Office365Group): Office365Group.AsObject;
|
|
@@ -3696,6 +3800,7 @@ export namespace Office365Group {
|
|
|
3696
3800
|
mailNickname?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3697
3801
|
proxyAddresses?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3698
3802
|
usersList: Array<Office365User.AsObject>,
|
|
3803
|
+
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3699
3804
|
}
|
|
3700
3805
|
}
|
|
3701
3806
|
|
|
@@ -3734,6 +3839,11 @@ export class Office365License extends jspb.Message {
|
|
|
3734
3839
|
setServicePlansList(value: Array<Office365ServicePlan>): Office365License;
|
|
3735
3840
|
addServicePlans(value?: Office365ServicePlan, index?: number): Office365ServicePlan;
|
|
3736
3841
|
|
|
3842
|
+
hasName(): boolean;
|
|
3843
|
+
clearName(): void;
|
|
3844
|
+
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3845
|
+
setName(value?: google_protobuf_wrappers_pb.StringValue): Office365License;
|
|
3846
|
+
|
|
3737
3847
|
serializeBinary(): Uint8Array;
|
|
3738
3848
|
toObject(includeInstance?: boolean): Office365License.AsObject;
|
|
3739
3849
|
static toObject(includeInstance: boolean, msg: Office365License): Office365License.AsObject;
|
|
@@ -3756,6 +3866,7 @@ export namespace Office365License {
|
|
|
3756
3866
|
capabilityStatus?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3757
3867
|
usersList: Array<Office365User.AsObject>,
|
|
3758
3868
|
servicePlansList: Array<Office365ServicePlan.AsObject>,
|
|
3869
|
+
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3759
3870
|
}
|
|
3760
3871
|
}
|
|
3761
3872
|
|
|
@@ -3995,6 +4106,11 @@ export class Office365User extends jspb.Message {
|
|
|
3995
4106
|
getName(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3996
4107
|
setName(value?: google_protobuf_wrappers_pb.StringValue): Office365User;
|
|
3997
4108
|
|
|
4109
|
+
hasType(): boolean;
|
|
4110
|
+
clearType(): void;
|
|
4111
|
+
getType(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4112
|
+
setType(value?: google_protobuf_wrappers_pb.StringValue): Office365User;
|
|
4113
|
+
|
|
3998
4114
|
serializeBinary(): Uint8Array;
|
|
3999
4115
|
toObject(includeInstance?: boolean): Office365User.AsObject;
|
|
4000
4116
|
static toObject(includeInstance: boolean, msg: Office365User): Office365User.AsObject;
|
|
@@ -4047,6 +4163,7 @@ export namespace Office365User {
|
|
|
4047
4163
|
resetPasswordOnNextLogon?: google_protobuf_wrappers_pb.BoolValue.AsObject,
|
|
4048
4164
|
assignedPlansList: Array<Office365AssignedPlan.AsObject>,
|
|
4049
4165
|
name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4166
|
+
type?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4050
4167
|
}
|
|
4051
4168
|
}
|
|
4052
4169
|
|