@lansweeper/data-platform-outbound-grpc 0.3.29 → 0.3.30
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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +82 -0
- package/gen-proto/outbound_pb.js +732 -5
- package/generated-go/outbound.pb.go +961 -727
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +20 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$UsersKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +20 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Group.java +157 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365License.java +157 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Mailbox.java +2038 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.java +154 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +314 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +196 -172
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.3.28-sources.jar → outbound-model-0.3.29-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.28.jar → outbound-model-0.3.29.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +20 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.28-sources.jar → outbound-service-0.3.29-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.28.jar → outbound-service-0.3.29.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java
CHANGED
|
@@ -1325,6 +1325,11 @@ public final class Outbound {
|
|
|
1325
1325
|
static
|
|
1326
1326
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1327
1327
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_AssignedPlansEntry_fieldAccessorTable;
|
|
1328
|
+
static com.google.protobuf.Descriptors.Descriptor
|
|
1329
|
+
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor;
|
|
1330
|
+
static
|
|
1331
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
1332
|
+
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_fieldAccessorTable;
|
|
1328
1333
|
static com.google.protobuf.Descriptors.Descriptor
|
|
1329
1334
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor;
|
|
1330
1335
|
static
|
|
@@ -4555,7 +4560,7 @@ public final class Outbound {
|
|
|
4555
4560
|
"conRule\0226\n\002id\030\001 \001(\0162*.com.lansweeper.dp." +
|
|
4556
4561
|
"outbound.v1.ReconRuleId\022\014\n\004name\030\002 \001(\t\022\023\n" +
|
|
4557
4562
|
"\013description\030\003 \001(\t\022\020\n\010priority\030\004 \001(\005\022\017\n\007" +
|
|
4558
|
-
"enabled\030\005 \001(\010\"\
|
|
4563
|
+
"enabled\030\005 \001(\010\"\312\007\n\025Office365Organization\022" +
|
|
4559
4564
|
"\021\n\ttenant_id\030\001 \001(\t\022\030\n\013displayname\030\002 \001(\tH" +
|
|
4560
4565
|
"\000\210\001\001\022\024\n\007country\030\003 \001(\tH\001\210\001\001\022\021\n\004city\030\004 \001(\t" +
|
|
4561
4566
|
"H\002\210\001\001\022\031\n\014country_name\030\005 \001(\tH\003\210\001\001\022\030\n\013post" +
|
|
@@ -4571,166 +4576,179 @@ public final class Outbound {
|
|
|
4571
4576
|
"per.dp.outbound.v1.Office365Organization" +
|
|
4572
4577
|
".AssignedPlansEntry\022A\n\010contacts\030\021 \003(\0132/." +
|
|
4573
4578
|
"com.lansweeper.dp.outbound.v1.Office365C" +
|
|
4574
|
-
"ontact\
|
|
4575
|
-
"\
|
|
4576
|
-
"
|
|
4577
|
-
"
|
|
4578
|
-
"
|
|
4579
|
-
"
|
|
4580
|
-
"
|
|
4581
|
-
"\
|
|
4582
|
-
"
|
|
4583
|
-
"
|
|
4584
|
-
"
|
|
4585
|
-
"
|
|
4586
|
-
"
|
|
4587
|
-
"
|
|
4588
|
-
"\
|
|
4589
|
-
"
|
|
4590
|
-
"
|
|
4591
|
-
"
|
|
4592
|
-
"
|
|
4593
|
-
"\
|
|
4594
|
-
"
|
|
4595
|
-
"
|
|
4596
|
-
"
|
|
4597
|
-
"
|
|
4598
|
-
"\030\
|
|
4599
|
-
"
|
|
4600
|
-
"\n\
|
|
4601
|
-
"
|
|
4602
|
-
"
|
|
4603
|
-
"
|
|
4604
|
-
"
|
|
4605
|
-
"
|
|
4606
|
-
"
|
|
4607
|
-
"
|
|
4608
|
-
"\
|
|
4609
|
-
"
|
|
4610
|
-
"
|
|
4611
|
-
"
|
|
4612
|
-
"
|
|
4613
|
-
"
|
|
4614
|
-
"
|
|
4615
|
-
"
|
|
4616
|
-
"\
|
|
4617
|
-
"
|
|
4618
|
-
"
|
|
4619
|
-
"
|
|
4620
|
-
"
|
|
4621
|
-
"\
|
|
4622
|
-
"
|
|
4623
|
-
"\
|
|
4624
|
-
"
|
|
4625
|
-
"
|
|
4626
|
-
"
|
|
4627
|
-
"\
|
|
4628
|
-
"
|
|
4629
|
-
"
|
|
4630
|
-
"
|
|
4631
|
-
"
|
|
4632
|
-
"
|
|
4633
|
-
"\
|
|
4634
|
-
"
|
|
4635
|
-
"
|
|
4636
|
-
"
|
|
4637
|
-
"\
|
|
4638
|
-
"
|
|
4639
|
-
"
|
|
4640
|
-
"\030\
|
|
4641
|
-
"\
|
|
4642
|
-
"\
|
|
4643
|
-
"
|
|
4644
|
-
"
|
|
4645
|
-
"\
|
|
4646
|
-
"
|
|
4647
|
-
"
|
|
4648
|
-
"\r\
|
|
4649
|
-
"\001\001\022\
|
|
4650
|
-
"
|
|
4651
|
-
"
|
|
4652
|
-
"
|
|
4653
|
-
"\n\
|
|
4654
|
-
"\001(\tH\
|
|
4655
|
-
"
|
|
4656
|
-
"\022\
|
|
4657
|
-
"
|
|
4658
|
-
"
|
|
4659
|
-
"
|
|
4660
|
-
"\
|
|
4661
|
-
"
|
|
4662
|
-
"\
|
|
4663
|
-
"
|
|
4664
|
-
"
|
|
4665
|
-
"
|
|
4666
|
-
"
|
|
4667
|
-
"
|
|
4668
|
-
"
|
|
4669
|
-
"\001(\tH
|
|
4670
|
-
"
|
|
4671
|
-
"
|
|
4672
|
-
"\
|
|
4673
|
-
"
|
|
4674
|
-
"
|
|
4675
|
-
"
|
|
4676
|
-
"
|
|
4677
|
-
"
|
|
4678
|
-
"
|
|
4679
|
-
"
|
|
4680
|
-
"
|
|
4681
|
-
"
|
|
4682
|
-
"
|
|
4683
|
-
"
|
|
4684
|
-
"
|
|
4685
|
-
"
|
|
4686
|
-
"
|
|
4687
|
-
"
|
|
4688
|
-
"
|
|
4689
|
-
"
|
|
4690
|
-
"\
|
|
4691
|
-
"
|
|
4692
|
-
"
|
|
4693
|
-
"
|
|
4694
|
-
"
|
|
4695
|
-
"
|
|
4696
|
-
"
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
4699
|
-
"
|
|
4700
|
-
"
|
|
4701
|
-
"
|
|
4702
|
-
"
|
|
4703
|
-
"
|
|
4704
|
-
"
|
|
4705
|
-
"
|
|
4706
|
-
"
|
|
4707
|
-
"
|
|
4708
|
-
"
|
|
4709
|
-
"
|
|
4710
|
-
"
|
|
4711
|
-
"
|
|
4712
|
-
"
|
|
4713
|
-
".
|
|
4714
|
-
"lansweeper.dp.
|
|
4715
|
-
"
|
|
4716
|
-
"
|
|
4717
|
-
"
|
|
4718
|
-
"
|
|
4719
|
-
".outbound.v1.
|
|
4720
|
-
"
|
|
4721
|
-
"com.lansweeper.dp.outbound.
|
|
4722
|
-
"
|
|
4723
|
-
"
|
|
4724
|
-
"
|
|
4725
|
-
"
|
|
4726
|
-
"
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4729
|
-
"
|
|
4730
|
-
"
|
|
4731
|
-
"\
|
|
4732
|
-
"
|
|
4733
|
-
"
|
|
4579
|
+
"ontact\022B\n\tmailboxes\030\022 \003(\0132/.com.lansweep" +
|
|
4580
|
+
"er.dp.outbound.v1.Office365Mailbox\032j\n\022As" +
|
|
4581
|
+
"signedPlansEntry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030\002" +
|
|
4582
|
+
" \001(\01324.com.lansweeper.dp.outbound.v1.Off" +
|
|
4583
|
+
"ice365AssignedPlan:\0028\001B\016\n\014_displaynameB\n" +
|
|
4584
|
+
"\n\010_countryB\007\n\005_cityB\017\n\r_country_nameB\016\n\014" +
|
|
4585
|
+
"_postal_codeB\010\n\006_stateB\t\n\007_streetB\023\n\021_te" +
|
|
4586
|
+
"lephone_numberB\035\n\033_company_last_dir_sync" +
|
|
4587
|
+
"_timeB\023\n\021_dir_sync_enabled\"\274\002\n\020Office365" +
|
|
4588
|
+
"Mailbox\022\027\n\017o365_mailbox_id\030\001 \001(\t\022\034\n\024o365" +
|
|
4589
|
+
"_organization_id\030\002 \001(\t\022\024\n\014display_name\030\003" +
|
|
4590
|
+
" \001(\t\022\025\n\rprimary_email\030\004 \001(\t\022\025\n\remail_add" +
|
|
4591
|
+
"ress\030\005 \001(\t\022\r\n\005alias\030\006 \001(\t\022\026\n\016recipient_t",
|
|
4592
|
+
"ype\030\007 \001(\t\022\036\n\026recipient_type_details\030\010 \001(" +
|
|
4593
|
+
"\t\022\033\n\023user_principal_name\030\t \001(\t\022\020\n\010identi" +
|
|
4594
|
+
"ty\030\n \001(\t\022\030\n\020o365_mailbox_key\030\013 \001(\t\022\035\n\025o3" +
|
|
4595
|
+
"65_organization_key\030\014 \001(\t\"\351\002\n\025Office365A" +
|
|
4596
|
+
"ssignedPlan\022\027\n\017service_plan_id\030\001 \001(\t\022\024\n\007" +
|
|
4597
|
+
"service\030\002 \001(\tH\000\210\001\001\022\036\n\021capability_status\030" +
|
|
4598
|
+
"\003 \001(\tH\001\210\001\001\022<\n\023assigned_time_stamp\030\004 \001(\0132" +
|
|
4599
|
+
"\032.google.protobuf.TimestampH\002\210\001\001\022W\n\nuser" +
|
|
4600
|
+
"s_keys\030\005 \003(\0132C.com.lansweeper.dp.outboun" +
|
|
4601
|
+
"d.v1.Office365AssignedPlan.UsersKeysEntr" +
|
|
4602
|
+
"y\0320\n\016UsersKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005valu" +
|
|
4603
|
+
"e\030\002 \001(\010:\0028\001B\n\n\010_serviceB\024\n\022_capability_s" +
|
|
4604
|
+
"tatusB\026\n\024_assigned_time_stamp\"Z\n\020Office3" +
|
|
4605
|
+
"65Contact\022\031\n\014display_name\030\001 \001(\tH\000\210\001\001\022\021\n\004" +
|
|
4606
|
+
"mail\030\002 \001(\tH\001\210\001\001B\017\n\r_display_nameB\007\n\005_mai" +
|
|
4607
|
+
"l\"\223\004\n\017Office365Domain\022\n\n\002id\030\001 \001(\005\022\034\n\017org" +
|
|
4608
|
+
"anization_id\030\002 \001(\005H\000\210\001\001\022\030\n\013domain_name\030\003" +
|
|
4609
|
+
" \001(\tH\001\210\001\001\022 \n\023authentication_type\030\004 \001(\tH\002" +
|
|
4610
|
+
"\210\001\001\022\035\n\020is_admin_managed\030\005 \001(\010H\003\210\001\001\022\027\n\nis" +
|
|
4611
|
+
"_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_initial\030\007 \001(\010H" +
|
|
4612
|
+
"\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001\022\030\n\013is_verifie" +
|
|
4613
|
+
"d\030\t \001(\010H\007\210\001\001\022\037\n\022supported_services\030\n \001(\t" +
|
|
4614
|
+
"H\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022 \n\023availabilit" +
|
|
4615
|
+
"y_status\030\014 \001(\tH\n\210\001\001B\022\n\020_organization_idB" +
|
|
4616
|
+
"\016\n\014_domain_nameB\026\n\024_authentication_typeB" +
|
|
4617
|
+
"\023\n\021_is_admin_managedB\r\n\013_is_defaultB\r\n\013_" +
|
|
4618
|
+
"is_initialB\n\n\010_is_rootB\016\n\014_is_verifiedB\025" +
|
|
4619
|
+
"\n\023_supported_servicesB\010\n\006_stateB\026\n\024_avai" +
|
|
4620
|
+
"lability_status\"\263\003\n\016Office365Group\022\021\n\tob" +
|
|
4621
|
+
"ject_id\030\001 \001(\t\022\031\n\014display_name\030\002 \001(\tH\000\210\001\001" +
|
|
4622
|
+
"\022\030\n\013description\030\003 \001(\tH\001\210\001\001\022\031\n\014mail_enabl" +
|
|
4623
|
+
"ed\030\004 \001(\010H\002\210\001\001\022\035\n\020security_enabled\030\005 \001(\010H" +
|
|
4624
|
+
"\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n\rmail_nickname" +
|
|
4625
|
+
"\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_addresses\030\010 \001(\tH\006\210\001" +
|
|
4626
|
+
"\001\022$\n\027organization_entity_key\030\t \001(\tH\007\210\001\001\022" +
|
|
4627
|
+
"\021\n\004type\030\n \001(\tH\010\210\001\001B\017\n\r_display_nameB\016\n\014_" +
|
|
4628
|
+
"descriptionB\017\n\r_mail_enabledB\023\n\021_securit" +
|
|
4629
|
+
"y_enabledB\007\n\005_mailB\020\n\016_mail_nicknameB\022\n\020" +
|
|
4630
|
+
"_proxy_addressesB\032\n\030_organization_entity" +
|
|
4631
|
+
"_keyB\007\n\005_type\"\216\005\n\020Office365License\022\016\n\006sk" +
|
|
4632
|
+
"u_id\030\001 \001(\t\022\033\n\016consumed_units\030\002 \001(\005H\000\210\001\001\022" +
|
|
4633
|
+
"\"\n\025prepaid_units_enabled\030\003 \001(\005H\001\210\001\001\022$\n\027p" +
|
|
4634
|
+
"repaid_units_suspended\030\004 \001(\005H\002\210\001\001\022\"\n\025pre" +
|
|
4635
|
+
"paid_units_warning\030\005 \001(\005H\003\210\001\001\022\034\n\017sku_par" +
|
|
4636
|
+
"t_number\030\006 \001(\tH\004\210\001\001\022\027\n\napplies_to\030\007 \001(\tH" +
|
|
4637
|
+
"\005\210\001\001\022\036\n\021capability_status\030\010 \001(\tH\006\210\001\001\022R\n\n" +
|
|
4638
|
+
"users_keys\030\t \003(\0132>.com.lansweeper.dp.out" +
|
|
4639
|
+
"bound.v1.Office365License.UsersKeysEntry" +
|
|
4640
|
+
"\022J\n\rservice_plans\030\n \003(\01323.com.lansweeper" +
|
|
4641
|
+
".dp.outbound.v1.Office365ServicePlan\022\021\n\004" +
|
|
4642
|
+
"name\030\013 \001(\tH\007\210\001\001\0320\n\016UsersKeysEntry\022\013\n\003key" +
|
|
4643
|
+
"\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\021\n\017_consumed_u" +
|
|
4644
|
+
"nitsB\030\n\026_prepaid_units_enabledB\032\n\030_prepa" +
|
|
4645
|
+
"id_units_suspendedB\030\n\026_prepaid_units_war" +
|
|
4646
|
+
"ningB\022\n\020_sku_part_numberB\r\n\013_applies_toB" +
|
|
4647
|
+
"\024\n\022_capability_statusB\007\n\005_name\"\340\001\n\024Offic" +
|
|
4648
|
+
"e365ServicePlan\022\034\n\017service_plan_id\030\001 \001(\t" +
|
|
4649
|
+
"H\000\210\001\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210\001\001\022 \n" +
|
|
4650
|
+
"\023provisioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\nappli" +
|
|
4651
|
+
"es_to\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_idB\024\n\022" +
|
|
4652
|
+
"_service_plan_nameB\026\n\024_provisioning_stat" +
|
|
4653
|
+
"usB\r\n\013_applies_to\"\315\021\n\rOffice365User\022\021\n\to" +
|
|
4654
|
+
"bject_id\030\001 \001(\t\022 \n\023user_principal_name\030\002 " +
|
|
4655
|
+
"\001(\tH\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001\022\021\n\004m" +
|
|
4656
|
+
"ail\030\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005 \001(\010H" +
|
|
4657
|
+
"\003\210\001\001\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004city\030\007 \001" +
|
|
4658
|
+
"(\tH\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032consent" +
|
|
4659
|
+
"_provided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rcreati" +
|
|
4660
|
+
"on_type\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 \001(\tH\t" +
|
|
4661
|
+
"\210\001\001\022\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022\'\n\032fa" +
|
|
4662
|
+
"csimile_telephone_number\030\r \001(\tH\013\210\001\001\022\027\n\ng" +
|
|
4663
|
+
"iven_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_id\030\017 \001" +
|
|
4664
|
+
"(\tH\r\210\001\001\022$\n\027is_global_administrator\030\020 \001(\010" +
|
|
4665
|
+
"H\016\210\001\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\tjob_t" +
|
|
4666
|
+
"itle\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_time\030\023 " +
|
|
4667
|
+
"\001(\0132\032.google.protobuf.TimestampH\021\210\001\001\022+\n\036" +
|
|
4668
|
+
"legal_age_group_classification\030\024 \001(\tH\022\210\001" +
|
|
4669
|
+
"\001\022\033\n\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006mobile" +
|
|
4670
|
+
"\030\026 \001(\tH\024\210\001\001\022,\n\037on_premises_security_iden" +
|
|
4671
|
+
"tifier\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 \001(\tH\026" +
|
|
4672
|
+
"\210\001\001\022\036\n\021password_policies\030\031 \001(\tH\027\210\001\001\022\035\n\020p" +
|
|
4673
|
+
"assword_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physical_d" +
|
|
4674
|
+
"elivery_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013postal" +
|
|
4675
|
+
"_code\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_language\030\036" +
|
|
4676
|
+
" \001(\tH\033\210\001\001\022L\n#refresh_tokens_valid_from_d" +
|
|
4677
|
+
"ate_time\030\037 \001(\0132\032.google.protobuf.Timesta" +
|
|
4678
|
+
"mpH\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006street\030! " +
|
|
4679
|
+
"\001(\tH\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH\037\210\001\001\022" +
|
|
4680
|
+
"\033\n\016usage_location\030# \001(\tH \210\001\001\022\026\n\tuser_typ" +
|
|
4681
|
+
"e\030$ \001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"\210\001\001\022\037" +
|
|
4682
|
+
"\n\022distinguished_name\030& \001(\tH#\210\001\001\022)\n\034reset" +
|
|
4683
|
+
"_password_on_next_logon\030\' \001(\010H$\210\001\001\022\021\n\004na" +
|
|
4684
|
+
"me\030( \001(\tH%\210\001\001\022$\n\027organization_entity_key" +
|
|
4685
|
+
"\030) \001(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.com.la" +
|
|
4686
|
+
"nsweeper.dp.outbound.v1.Office365User.Gr" +
|
|
4687
|
+
"oupKeysEntry\022\021\n\004type\030+ \001(\tH\'\210\001\001\022\023\n\006domai" +
|
|
4688
|
+
"n\030, \001(\tH(\210\001\001\0320\n\016GroupKeysEntry\022\013\n\003key\030\001 " +
|
|
4689
|
+
"\001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\026\n\024_user_principa" +
|
|
4690
|
+
"l_nameB\017\n\r_display_nameB\007\n\005_mailB\022\n\020_acc" +
|
|
4691
|
+
"ount_enabledB\014\n\n_age_groupB\007\n\005_cityB\n\n\010_" +
|
|
4692
|
+
"companyB\035\n\033_consent_provided_for_minorB\020" +
|
|
4693
|
+
"\n\016_creation_typeB\r\n\013_departmentB\023\n\021_dir_" +
|
|
4694
|
+
"sync_enabledB\035\n\033_facsimile_telephone_num" +
|
|
4695
|
+
"berB\r\n\013_given_nameB\017\n\r_immutable_idB\032\n\030_" +
|
|
4696
|
+
"is_global_administratorB\016\n\014_is_licensedB" +
|
|
4697
|
+
"\014\n\n_job_titleB\025\n\023_last_dir_sync_timeB!\n\037" +
|
|
4698
|
+
"_legal_age_group_classificationB\021\n\017_mail" +
|
|
4699
|
+
"_nick_nameB\t\n\007_mobileB\"\n _on_premises_se" +
|
|
4700
|
+
"curity_identifierB\016\n\014_other_mailsB\024\n\022_pa" +
|
|
4701
|
+
"ssword_policiesB\023\n\021_password_profileB \n\036" +
|
|
4702
|
+
"_physical_delivery_office_nameB\016\n\014_posta" +
|
|
4703
|
+
"l_codeB\025\n\023_preferred_languageB&\n$_refres" +
|
|
4704
|
+
"h_tokens_valid_from_date_timeB\010\n\006_stateB" +
|
|
4705
|
+
"\t\n\007_streetB\023\n\021_telephone_numberB\021\n\017_usag" +
|
|
4706
|
+
"e_locationB\014\n\n_user_typeB\016\n\014_manager_upn" +
|
|
4707
|
+
"B\025\n\023_distinguished_nameB\037\n\035_reset_passwo" +
|
|
4708
|
+
"rd_on_next_logonB\007\n\005_nameB\032\n\030_organizati" +
|
|
4709
|
+
"on_entity_keyB\007\n\005_typeB\t\n\007_domain*a\n\013Rec" +
|
|
4710
|
+
"onRuleId\022\024\n\020RECONCILE_BY_MAC\020\000\022\"\n\036RECONC" +
|
|
4711
|
+
"ILE_BY_MAKE_MODEL_SERIAL\020\001\022\030\n\024RECONCILE_" +
|
|
4712
|
+
"BY_NETBIOS\020\0022\244\005\n\027DataCoreOutboundService" +
|
|
4713
|
+
"\022p\n\tGetEntity\022/.com.lansweeper.dp.outbou" +
|
|
4714
|
+
"nd.v1.GetEntityRequest\0320.com.lansweeper." +
|
|
4715
|
+
"dp.outbound.v1.GetEntityResponse\"\000\022w\n\014Li" +
|
|
4716
|
+
"stEntities\0220.com.lansweeper.dp.outbound." +
|
|
4717
|
+
"v1.ListEntityRequest\0321.com.lansweeper.dp" +
|
|
4718
|
+
".outbound.v1.ListEntityResponse\"\0000\001\022|\n\rC" +
|
|
4719
|
+
"atalogLookup\0223.com.lansweeper.dp.outboun" +
|
|
4720
|
+
"d.v1.CatalogLookupRequest\0324.com.lansweep" +
|
|
4721
|
+
"er.dp.outbound.v1.CatalogLookupResponse\"" +
|
|
4722
|
+
"\000\022\216\001\n\023GetIpLocationConfig\0229.com.lansweep" +
|
|
4723
|
+
"er.dp.outbound.v1.GetIpLocationConfigReq" +
|
|
4724
|
+
"uest\032:.com.lansweeper.dp.outbound.v1.Get" +
|
|
4725
|
+
"IpLocationConfigResponse\"\000\022\216\001\n\023SetIpLoca" +
|
|
4726
|
+
"tionConfig\0229.com.lansweeper.dp.outbound." +
|
|
4727
|
+
"v1.SetIpLocationConfigRequest\032:.com.lans" +
|
|
4728
|
+
"weeper.dp.outbound.v1.SetIpLocationConfi" +
|
|
4729
|
+
"gResponse\"\0002\334\006\n\031DataCoreBackofficeServic" +
|
|
4730
|
+
"e\022\\\n\014CreateEntity\022%.com.lansweeper.dp.ou" +
|
|
4731
|
+
"tbound.v1.Entity\032%.com.lansweeper.dp.out" +
|
|
4732
|
+
"bound.v1.Entity\022\\\n\010GetAsset\022).com.lanswe" +
|
|
4733
|
+
"eper.dp.outbound.v1.EntityPath\032%.com.lan" +
|
|
4734
|
+
"sweeper.dp.outbound.v1.Entity\022[\n\013UpdateA" +
|
|
4735
|
+
"sset\022%.com.lansweeper.dp.outbound.v1.Ent" +
|
|
4736
|
+
"ity\032%.com.lansweeper.dp.outbound.v1.Enti" +
|
|
4737
|
+
"ty\022_\n\013DeleteAsset\022).com.lansweeper.dp.ou" +
|
|
4738
|
+
"tbound.v1.EntityPath\032%.com.lansweeper.dp" +
|
|
4739
|
+
".outbound.v1.Entity\022b\n\nListAssets\022+.com." +
|
|
4740
|
+
"lansweeper.dp.outbound.v1.EntityFilter\032%" +
|
|
4741
|
+
".com.lansweeper.dp.outbound.v1.Entity0\001\022" +
|
|
4742
|
+
"V\n\nCreateSite\022#.com.lansweeper.dp.outbou" +
|
|
4743
|
+
"nd.v1.Site\032#.com.lansweeper.dp.outbound." +
|
|
4744
|
+
"v1.Site\022V\n\007GetSite\022&.com.lansweeper.dp.o" +
|
|
4745
|
+
"utbound.v1.SiteKey\032#.com.lansweeper.dp.o" +
|
|
4746
|
+
"utbound.v1.Site\022V\n\nUpdateSite\022#.com.lans" +
|
|
4747
|
+
"weeper.dp.outbound.v1.Site\032#.com.lanswee" +
|
|
4748
|
+
"per.dp.outbound.v1.Site\022Y\n\nDeleteSite\022&." +
|
|
4749
|
+
"com.lansweeper.dp.outbound.v1.SiteKey\032#." +
|
|
4750
|
+
"com.lansweeper.dp.outbound.v1.SiteB\022P\001Z\016" +
|
|
4751
|
+
"./generated-gob\006proto3"
|
|
4734
4752
|
};
|
|
4735
4753
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
4736
4754
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
@@ -6303,15 +6321,21 @@ public final class Outbound {
|
|
|
6303
6321
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_fieldAccessorTable = new
|
|
6304
6322
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6305
6323
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor,
|
|
6306
|
-
new java.lang.String[] { "TenantId", "Displayname", "Country", "City", "CountryName", "PostalCode", "State", "Street", "TelephoneNumber", "CompanyLastDirSyncTime", "DirSyncEnabled", "Domains", "Licenses", "AssignedPlans", "Contacts", });
|
|
6324
|
+
new java.lang.String[] { "TenantId", "Displayname", "Country", "City", "CountryName", "PostalCode", "State", "Street", "TelephoneNumber", "CompanyLastDirSyncTime", "DirSyncEnabled", "Domains", "Licenses", "AssignedPlans", "Contacts", "Mailboxes", });
|
|
6307
6325
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_AssignedPlansEntry_descriptor =
|
|
6308
6326
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_descriptor.getNestedTypes().get(0);
|
|
6309
6327
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_AssignedPlansEntry_fieldAccessorTable = new
|
|
6310
6328
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6311
6329
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Organization_AssignedPlansEntry_descriptor,
|
|
6312
6330
|
new java.lang.String[] { "Key", "Value", });
|
|
6313
|
-
|
|
6331
|
+
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor =
|
|
6314
6332
|
getDescriptor().getMessageTypes().get(245);
|
|
6333
|
+
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_fieldAccessorTable = new
|
|
6334
|
+
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6335
|
+
internal_static_com_lansweeper_dp_outbound_v1_Office365Mailbox_descriptor,
|
|
6336
|
+
new java.lang.String[] { "O365MailboxId", "O365OrganizationId", "DisplayName", "PrimaryEmail", "EmailAddress", "Alias", "RecipientType", "RecipientTypeDetails", "UserPrincipalName", "Identity", "O365MailboxKey", "O365OrganizationKey", });
|
|
6337
|
+
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor =
|
|
6338
|
+
getDescriptor().getMessageTypes().get(246);
|
|
6315
6339
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_fieldAccessorTable = new
|
|
6316
6340
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6317
6341
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor,
|
|
@@ -6323,29 +6347,29 @@ public final class Outbound {
|
|
|
6323
6347
|
internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_UsersKeysEntry_descriptor,
|
|
6324
6348
|
new java.lang.String[] { "Key", "Value", });
|
|
6325
6349
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor =
|
|
6326
|
-
getDescriptor().getMessageTypes().get(
|
|
6350
|
+
getDescriptor().getMessageTypes().get(247);
|
|
6327
6351
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_fieldAccessorTable = new
|
|
6328
6352
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6329
6353
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Contact_descriptor,
|
|
6330
6354
|
new java.lang.String[] { "DisplayName", "Mail", });
|
|
6331
6355
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor =
|
|
6332
|
-
getDescriptor().getMessageTypes().get(
|
|
6356
|
+
getDescriptor().getMessageTypes().get(248);
|
|
6333
6357
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_fieldAccessorTable = new
|
|
6334
6358
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6335
6359
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Domain_descriptor,
|
|
6336
6360
|
new java.lang.String[] { "Id", "OrganizationId", "DomainName", "AuthenticationType", "IsAdminManaged", "IsDefault", "IsInitial", "IsRoot", "IsVerified", "SupportedServices", "State", "AvailabilityStatus", });
|
|
6337
6361
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor =
|
|
6338
|
-
getDescriptor().getMessageTypes().get(
|
|
6362
|
+
getDescriptor().getMessageTypes().get(249);
|
|
6339
6363
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_fieldAccessorTable = new
|
|
6340
6364
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6341
6365
|
internal_static_com_lansweeper_dp_outbound_v1_Office365Group_descriptor,
|
|
6342
|
-
new java.lang.String[] { "ObjectId", "DisplayName", "Description", "MailEnabled", "SecurityEnabled", "Mail", "MailNickname", "ProxyAddresses", "OrganizationEntityKey", });
|
|
6366
|
+
new java.lang.String[] { "ObjectId", "DisplayName", "Description", "MailEnabled", "SecurityEnabled", "Mail", "MailNickname", "ProxyAddresses", "OrganizationEntityKey", "Type", });
|
|
6343
6367
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor =
|
|
6344
|
-
getDescriptor().getMessageTypes().get(
|
|
6368
|
+
getDescriptor().getMessageTypes().get(250);
|
|
6345
6369
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_fieldAccessorTable = new
|
|
6346
6370
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6347
6371
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor,
|
|
6348
|
-
new java.lang.String[] { "SkuId", "ConsumedUnits", "PrepaidUnitsEnabled", "PrepaidUnitsSuspended", "PrepaidUnitsWarning", "SkuPartNumber", "AppliesTo", "CapabilityStatus", "UsersKeys", "ServicePlans", });
|
|
6372
|
+
new java.lang.String[] { "SkuId", "ConsumedUnits", "PrepaidUnitsEnabled", "PrepaidUnitsSuspended", "PrepaidUnitsWarning", "SkuPartNumber", "AppliesTo", "CapabilityStatus", "UsersKeys", "ServicePlans", "Name", });
|
|
6349
6373
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_UsersKeysEntry_descriptor =
|
|
6350
6374
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_descriptor.getNestedTypes().get(0);
|
|
6351
6375
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_UsersKeysEntry_fieldAccessorTable = new
|
|
@@ -6353,17 +6377,17 @@ public final class Outbound {
|
|
|
6353
6377
|
internal_static_com_lansweeper_dp_outbound_v1_Office365License_UsersKeysEntry_descriptor,
|
|
6354
6378
|
new java.lang.String[] { "Key", "Value", });
|
|
6355
6379
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor =
|
|
6356
|
-
getDescriptor().getMessageTypes().get(
|
|
6380
|
+
getDescriptor().getMessageTypes().get(251);
|
|
6357
6381
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_fieldAccessorTable = new
|
|
6358
6382
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6359
6383
|
internal_static_com_lansweeper_dp_outbound_v1_Office365ServicePlan_descriptor,
|
|
6360
6384
|
new java.lang.String[] { "ServicePlanId", "ServicePlanName", "ProvisioningStatus", "AppliesTo", });
|
|
6361
6385
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor =
|
|
6362
|
-
getDescriptor().getMessageTypes().get(
|
|
6386
|
+
getDescriptor().getMessageTypes().get(252);
|
|
6363
6387
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_fieldAccessorTable = new
|
|
6364
6388
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
6365
6389
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor,
|
|
6366
|
-
new java.lang.String[] { "ObjectId", "UserPrincipalName", "DisplayName", "Mail", "AccountEnabled", "AgeGroup", "City", "Company", "ConsentProvidedForMinor", "CreationType", "Department", "DirSyncEnabled", "FacsimileTelephoneNumber", "GivenName", "ImmutableId", "IsGlobalAdministrator", "IsLicensed", "JobTitle", "LastDirSyncTime", "LegalAgeGroupClassification", "MailNickName", "Mobile", "OnPremisesSecurityIdentifier", "OtherMails", "PasswordPolicies", "PasswordProfile", "PhysicalDeliveryOfficeName", "PostalCode", "PreferredLanguage", "RefreshTokensValidFromDateTime", "State", "Street", "TelephoneNumber", "UsageLocation", "UserType", "ManagerUpn", "DistinguishedName", "ResetPasswordOnNextLogon", "Name", "OrganizationEntityKey", "GroupKeys", });
|
|
6390
|
+
new java.lang.String[] { "ObjectId", "UserPrincipalName", "DisplayName", "Mail", "AccountEnabled", "AgeGroup", "City", "Company", "ConsentProvidedForMinor", "CreationType", "Department", "DirSyncEnabled", "FacsimileTelephoneNumber", "GivenName", "ImmutableId", "IsGlobalAdministrator", "IsLicensed", "JobTitle", "LastDirSyncTime", "LegalAgeGroupClassification", "MailNickName", "Mobile", "OnPremisesSecurityIdentifier", "OtherMails", "PasswordPolicies", "PasswordProfile", "PhysicalDeliveryOfficeName", "PostalCode", "PreferredLanguage", "RefreshTokensValidFromDateTime", "State", "Street", "TelephoneNumber", "UsageLocation", "UserType", "ManagerUpn", "DistinguishedName", "ResetPasswordOnNextLogon", "Name", "OrganizationEntityKey", "GroupKeys", "Type", "Domain", });
|
|
6367
6391
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_GroupKeysEntry_descriptor =
|
|
6368
6392
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor.getNestedTypes().get(0);
|
|
6369
6393
|
internal_static_com_lansweeper_dp_outbound_v1_Office365User_GroupKeysEntry_fieldAccessorTable = new
|
package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
CHANGED
|
@@ -352,6 +352,7 @@ com/lansweeper/dp/outbound/v1/ComputerLinuxPcieCard$1.class
|
|
|
352
352
|
com/lansweeper/dp/outbound/v1/ComputerWindowsPageFile$2.class
|
|
353
353
|
com/lansweeper/dp/outbound/v1/AssetOrBuilder.class
|
|
354
354
|
com/lansweeper/dp/outbound/v1/UserGroup$1.class
|
|
355
|
+
com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class
|
|
355
356
|
com/lansweeper/dp/outbound/v1/BluetoothDeviceOrBuilder.class
|
|
356
357
|
com/lansweeper/dp/outbound/v1/WindowsOsRecovery$Builder.class
|
|
357
358
|
com/lansweeper/dp/outbound/v1/ComputerMacOsFramework$1.class
|
|
@@ -547,6 +548,7 @@ com/lansweeper/dp/outbound/v1/UserGroupOrBuilder.class
|
|
|
547
548
|
com/lansweeper/dp/outbound/v1/WindowsSqlServerChangeEvent.class
|
|
548
549
|
com/lansweeper/dp/outbound/v1/EntityOrBuilder.class
|
|
549
550
|
com/lansweeper/dp/outbound/v1/WindowsHyperVChangeEvent$EventType$1.class
|
|
551
|
+
com/lansweeper/dp/outbound/v1/Office365Mailbox.class
|
|
550
552
|
com/lansweeper/dp/outbound/v1/ComputerWindowsPageFile$Builder.class
|
|
551
553
|
com/lansweeper/dp/outbound/v1/VmwareVCenter$VcenterDatacentersDefaultEntryHolder.class
|
|
552
554
|
com/lansweeper/dp/outbound/v1/ComputerMacNetworkLocation.class
|
|
@@ -733,6 +735,7 @@ com/lansweeper/dp/outbound/v1/KernelExtensionError$Builder.class
|
|
|
733
735
|
com/lansweeper/dp/outbound/v1/WindowsPageFileCombinedData$Builder.class
|
|
734
736
|
com/lansweeper/dp/outbound/v1/Office365AssignedPlan$1.class
|
|
735
737
|
com/lansweeper/dp/outbound/v1/SccmSite.class
|
|
738
|
+
com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.class
|
|
736
739
|
com/lansweeper/dp/outbound/v1/AssetChangeEvent$Builder.class
|
|
737
740
|
com/lansweeper/dp/outbound/v1/SqlServerCluster$Builder.class
|
|
738
741
|
com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class
|
|
@@ -982,6 +985,7 @@ com/lansweeper/dp/outbound/v1/LinuxCommandInformation.class
|
|
|
982
985
|
com/lansweeper/dp/outbound/v1/LinuxOperatingSystemInfo$Builder.class
|
|
983
986
|
com/lansweeper/dp/outbound/v1/MacPrinterSoftwareItem.class
|
|
984
987
|
com/lansweeper/dp/outbound/v1/SqlServerClusterNode$1.class
|
|
988
|
+
com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class
|
|
985
989
|
com/lansweeper/dp/outbound/v1/IpLocationConfig$Builder.class
|
|
986
990
|
com/lansweeper/dp/outbound/v1/SccmServer.class
|
|
987
991
|
com/lansweeper/dp/outbound/v1/ComputerMacCamera$1.class
|
package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/UserCoreFields.java
|
|
14
14
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerWindowsEnvironmentOrBuilder.java
|
|
15
15
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ChassisOrBuilder.java
|
|
16
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.java
|
|
16
17
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Relation.java
|
|
17
18
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/OtBusConfigOrBuilder.java
|
|
18
19
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CatalogSoftwareOrBuilder.java
|
|
@@ -411,6 +412,7 @@
|
|
|
411
412
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/WindowsSinglePageFileOrBuilder.java
|
|
412
413
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ScanCredentialOrBuilder.java
|
|
413
414
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SccmServer.java
|
|
415
|
+
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Mailbox.java
|
|
414
416
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.java
|
|
415
417
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/OperatingSystemPatch.java
|
|
416
418
|
/home/circleci/project/packages/data.platform/outbound/grpc/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Motherboard.java
|
package/model/target/{outbound-model-0.3.28-sources.jar → outbound-model-0.3.29-sources.jar}
RENAMED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/data-platform-outbound-grpc",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.30",
|
|
4
4
|
"description": "Data Platform Outbound gRPC",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"@grpc/grpc-js": "^1.5.1",
|
|
10
10
|
"google-protobuf": "^3.17.0"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "0223180f09038f489f16a773444ad00f64320ca3"
|
|
13
13
|
}
|