@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.
Files changed (57) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +82 -0
  4. package/gen-proto/outbound_pb.js +732 -5
  5. package/generated-go/outbound.pb.go +961 -727
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +20 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Group.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License$UsersKeysDefaultEntryHolder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365License.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Mailbox.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  26. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  27. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  28. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
  29. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
  30. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
  31. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
  32. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
  33. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  34. package/model/target/classes/outbound.proto +20 -0
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Group.java +157 -0
  36. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365GroupOrBuilder.java +17 -0
  37. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365License.java +157 -0
  38. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365LicenseOrBuilder.java +17 -0
  39. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Mailbox.java +2038 -0
  40. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365MailboxOrBuilder.java +154 -0
  41. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
  42. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
  43. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +314 -0
  44. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
  45. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +196 -172
  46. package/model/target/maven-archiver/pom.properties +2 -2
  47. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
  48. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  49. package/model/target/{outbound-model-0.3.28-sources.jar → outbound-model-0.3.29-sources.jar} +0 -0
  50. package/model/target/{outbound-model-0.3.28.jar → outbound-model-0.3.29.jar} +0 -0
  51. package/package.json +2 -2
  52. package/pom.xml +1 -1
  53. package/proto/outbound.proto +20 -0
  54. package/service/pom.xml +1 -1
  55. package/service/target/maven-archiver/pom.properties +2 -2
  56. package/service/target/{outbound-service-0.3.28-sources.jar → outbound-service-0.3.29-sources.jar} +0 -0
  57. package/service/target/{outbound-service-0.3.28.jar → outbound-service-0.3.29.jar} +0 -0
@@ -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\"\206\007\n\025Office365Organization\022" +
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\032j\n\022AssignedPlansEntry\022\013\n\003key\030\001 \001(" +
4575
- "\t\022C\n\005value\030\002 \001(\01324.com.lansweeper.dp.out" +
4576
- "bound.v1.Office365AssignedPlan:\0028\001B\016\n\014_d" +
4577
- "isplaynameB\n\n\010_countryB\007\n\005_cityB\017\n\r_coun" +
4578
- "try_nameB\016\n\014_postal_codeB\010\n\006_stateB\t\n\007_s" +
4579
- "treetB\023\n\021_telephone_numberB\035\n\033_company_l" +
4580
- "ast_dir_sync_timeB\023\n\021_dir_sync_enabled\"\351" +
4581
- "\002\n\025Office365AssignedPlan\022\027\n\017service_plan" +
4582
- "_id\030\001 \001(\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022\036\n\021capab" +
4583
- "ility_status\030\003 \001(\tH\001\210\001\001\022<\n\023assigned_time" +
4584
- "_stamp\030\004 \001(\0132\032.google.protobuf.Timestamp" +
4585
- "H\002\210\001\001\022W\n\nusers_keys\030\005 \003(\0132C.com.lansweep" +
4586
- "er.dp.outbound.v1.Office365AssignedPlan.",
4587
- "UsersKeysEntry\0320\n\016UsersKeysEntry\022\013\n\003key\030" +
4588
- "\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\n\n\010_serviceB\024\n\022" +
4589
- "_capability_statusB\026\n\024_assigned_time_sta" +
4590
- "mp\"Z\n\020Office365Contact\022\031\n\014display_name\030\001" +
4591
- " \001(\tH\000\210\001\001\022\021\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r_display" +
4592
- "_nameB\007\n\005_mail\"\223\004\n\017Office365Domain\022\n\n\002id" +
4593
- "\030\001 \001(\005\022\034\n\017organization_id\030\002 \001(\005H\000\210\001\001\022\030\n\013" +
4594
- "domain_name\030\003 \001(\tH\001\210\001\001\022 \n\023authentication" +
4595
- "_type\030\004 \001(\tH\002\210\001\001\022\035\n\020is_admin_managed\030\005 \001" +
4596
- "(\010H\003\210\001\001\022\027\n\nis_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_i" +
4597
- "nitial\030\007 \001(\010H\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001\022" +
4598
- "\030\n\013is_verified\030\t \001(\010H\007\210\001\001\022\037\n\022supported_s" +
4599
- "ervices\030\n \001(\tH\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022 " +
4600
- "\n\023availability_status\030\014 \001(\tH\n\210\001\001B\022\n\020_org" +
4601
- "anization_idB\016\n\014_domain_nameB\026\n\024_authent" +
4602
- "ication_typeB\023\n\021_is_admin_managedB\r\n\013_is" +
4603
- "_defaultB\r\n\013_is_initialB\n\n\010_is_rootB\016\n\014_" +
4604
- "is_verifiedB\025\n\023_supported_servicesB\010\n\006_s" +
4605
- "tateB\026\n\024_availability_status\"\227\003\n\016Office3" +
4606
- "65Group\022\021\n\tobject_id\030\001 \001(\t\022\031\n\014display_na" +
4607
- "me\030\002 \001(\tH\000\210\001\001\022\030\n\013description\030\003 \001(\tH\001\210\001\001\022" +
4608
- "\031\n\014mail_enabled\030\004 \001(\010H\002\210\001\001\022\035\n\020security_e" +
4609
- "nabled\030\005 \001(\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n\r" +
4610
- "mail_nickname\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_addres" +
4611
- "ses\030\010 \001(\tH\006\210\001\001\022$\n\027organization_entity_ke" +
4612
- "y\030\t \001(\tH\007\210\001\001B\017\n\r_display_nameB\016\n\014_descri" +
4613
- "ptionB\017\n\r_mail_enabledB\023\n\021_security_enab" +
4614
- "ledB\007\n\005_mailB\020\n\016_mail_nicknameB\022\n\020_proxy" +
4615
- "_addressesB\032\n\030_organization_entity_key\"\362" +
4616
- "\004\n\020Office365License\022\016\n\006sku_id\030\001 \001(\t\022\033\n\016c" +
4617
- "onsumed_units\030\002 \001(\005H\000\210\001\001\022\"\n\025prepaid_unit" +
4618
- "s_enabled\030\003 \001(\005H\001\210\001\001\022$\n\027prepaid_units_su" +
4619
- "spended\030\004 \001(\005H\002\210\001\001\022\"\n\025prepaid_units_warn" +
4620
- "ing\030\005 \001(\005H\003\210\001\001\022\034\n\017sku_part_number\030\006 \001(\tH" +
4621
- "\004\210\001\001\022\027\n\napplies_to\030\007 \001(\tH\005\210\001\001\022\036\n\021capabil" +
4622
- "ity_status\030\010 \001(\tH\006\210\001\001\022R\n\nusers_keys\030\t \003(" +
4623
- "\0132>.com.lansweeper.dp.outbound.v1.Office" +
4624
- "365License.UsersKeysEntry\022J\n\rservice_pla" +
4625
- "ns\030\n \003(\01323.com.lansweeper.dp.outbound.v1" +
4626
- ".Office365ServicePlan\0320\n\016UsersKeysEntry\022" +
4627
- "\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\021\n\017_cons" +
4628
- "umed_unitsB\030\n\026_prepaid_units_enabledB\032\n\030" +
4629
- "_prepaid_units_suspendedB\030\n\026_prepaid_uni" +
4630
- "ts_warningB\022\n\020_sku_part_numberB\r\n\013_appli" +
4631
- "es_toB\024\n\022_capability_status\"\340\001\n\024Office36" +
4632
- "5ServicePlan\022\034\n\017service_plan_id\030\001 \001(\tH\000\210" +
4633
- "\001\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210\001\001\022 \n\023pr" +
4634
- "ovisioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\napplies_" +
4635
- "to\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_idB\024\n\022_se" +
4636
- "rvice_plan_nameB\026\n\024_provisioning_statusB" +
4637
- "\r\n\013_applies_to\"\221\021\n\rOffice365User\022\021\n\tobje" +
4638
- "ct_id\030\001 \001(\t\022 \n\023user_principal_name\030\002 \001(\t" +
4639
- "H\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001\022\021\n\004mail" +
4640
- "\030\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005 \001(\010H\003\210\001" +
4641
- "\001\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004city\030\007 \001(\tH" +
4642
- "\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032consent_pr" +
4643
- "ovided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rcreation_" +
4644
- "type\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 \001(\tH\t\210\001\001" +
4645
- "\022\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022\'\n\032facsi" +
4646
- "mile_telephone_number\030\r \001(\tH\013\210\001\001\022\027\n\ngive" +
4647
- "n_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_id\030\017 \001(\tH" +
4648
- "\r\210\001\001\022$\n\027is_global_administrator\030\020 \001(\010H\016\210" +
4649
- "\001\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\tjob_titl" +
4650
- "e\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_time\030\023 \001(\013" +
4651
- "2\032.google.protobuf.TimestampH\021\210\001\001\022+\n\036leg" +
4652
- "al_age_group_classification\030\024 \001(\tH\022\210\001\001\022\033" +
4653
- "\n\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006mobile\030\026 " +
4654
- "\001(\tH\024\210\001\001\022,\n\037on_premises_security_identif" +
4655
- "ier\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 \001(\tH\026\210\001\001" +
4656
- "\022\036\n\021password_policies\030\031 \001(\tH\027\210\001\001\022\035\n\020pass" +
4657
- "word_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physical_deli" +
4658
- "very_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013postal_co" +
4659
- "de\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_language\030\036 \001(" +
4660
- "\tH\033\210\001\001\022L\n#refresh_tokens_valid_from_date" +
4661
- "_time\030\037 \001(\0132\032.google.protobuf.TimestampH" +
4662
- "\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006street\030! \001(\t" +
4663
- "H\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH\037\210\001\001\022\033\n\016" +
4664
- "usage_location\030# \001(\tH \210\001\001\022\026\n\tuser_type\030$" +
4665
- " \001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"\210\001\001\022\037\n\022d" +
4666
- "istinguished_name\030& \001(\tH#\210\001\001\022)\n\034reset_pa" +
4667
- "ssword_on_next_logon\030\' \001(\010H$\210\001\001\022\021\n\004name\030" +
4668
- "( \001(\tH%\210\001\001\022$\n\027organization_entity_key\030) " +
4669
- "\001(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.com.lansw" +
4670
- "eeper.dp.outbound.v1.Office365User.Group" +
4671
- "KeysEntry\0320\n\016GroupKeysEntry\022\013\n\003key\030\001 \001(\t" +
4672
- "\022\r\n\005value\030\002 \001(\010:\0028\001B\026\n\024_user_principal_n" +
4673
- "ameB\017\n\r_display_nameB\007\n\005_mailB\022\n\020_accoun" +
4674
- "t_enabledB\014\n\n_age_groupB\007\n\005_cityB\n\n\010_com" +
4675
- "panyB\035\n\033_consent_provided_for_minorB\020\n\016_" +
4676
- "creation_typeB\r\n\013_departmentB\023\n\021_dir_syn" +
4677
- "c_enabledB\035\n\033_facsimile_telephone_number" +
4678
- "B\r\n\013_given_nameB\017\n\r_immutable_idB\032\n\030_is_" +
4679
- "global_administratorB\016\n\014_is_licensedB\014\n\n" +
4680
- "_job_titleB\025\n\023_last_dir_sync_timeB!\n\037_le" +
4681
- "gal_age_group_classificationB\021\n\017_mail_ni" +
4682
- "ck_nameB\t\n\007_mobileB\"\n _on_premises_secur" +
4683
- "ity_identifierB\016\n\014_other_mailsB\024\n\022_passw" +
4684
- "ord_policiesB\023\n\021_password_profileB \n\036_ph" +
4685
- "ysical_delivery_office_nameB\016\n\014_postal_c" +
4686
- "odeB\025\n\023_preferred_languageB&\n$_refresh_t" +
4687
- "okens_valid_from_date_timeB\010\n\006_stateB\t\n\007" +
4688
- "_streetB\023\n\021_telephone_numberB\021\n\017_usage_l" +
4689
- "ocationB\014\n\n_user_typeB\016\n\014_manager_upnB\025\n" +
4690
- "\023_distinguished_nameB\037\n\035_reset_password_" +
4691
- "on_next_logonB\007\n\005_nameB\032\n\030_organization_" +
4692
- "entity_key*a\n\013ReconRuleId\022\024\n\020RECONCILE_B" +
4693
- "Y_MAC\020\000\022\"\n\036RECONCILE_BY_MAKE_MODEL_SERIA" +
4694
- "L\020\001\022\030\n\024RECONCILE_BY_NETBIOS\020\0022\244\005\n\027DataCo" +
4695
- "reOutboundService\022p\n\tGetEntity\022/.com.lan" +
4696
- "sweeper.dp.outbound.v1.GetEntityRequest\032" +
4697
- "0.com.lansweeper.dp.outbound.v1.GetEntit" +
4698
- "yResponse\"\000\022w\n\014ListEntities\0220.com.lanswe" +
4699
- "eper.dp.outbound.v1.ListEntityRequest\0321." +
4700
- "com.lansweeper.dp.outbound.v1.ListEntity" +
4701
- "Response\"\0000\001\022|\n\rCatalogLookup\0223.com.lans" +
4702
- "weeper.dp.outbound.v1.CatalogLookupReque" +
4703
- "st\0324.com.lansweeper.dp.outbound.v1.Catal" +
4704
- "ogLookupResponse\"\000\022\216\001\n\023GetIpLocationConf" +
4705
- "ig\0229.com.lansweeper.dp.outbound.v1.GetIp" +
4706
- "LocationConfigRequest\032:.com.lansweeper.d" +
4707
- "p.outbound.v1.GetIpLocationConfigRespons" +
4708
- "e\"\000\022\216\001\n\023SetIpLocationConfig\0229.com.lanswe" +
4709
- "eper.dp.outbound.v1.SetIpLocationConfigR" +
4710
- "equest\032:.com.lansweeper.dp.outbound.v1.S" +
4711
- "etIpLocationConfigResponse\"\0002\334\006\n\031DataCor" +
4712
- "eBackofficeService\022\\\n\014CreateEntity\022%.com" +
4713
- ".lansweeper.dp.outbound.v1.Entity\032%.com." +
4714
- "lansweeper.dp.outbound.v1.Entity\022\\\n\010GetA" +
4715
- "sset\022).com.lansweeper.dp.outbound.v1.Ent" +
4716
- "ityPath\032%.com.lansweeper.dp.outbound.v1." +
4717
- "Entity\022[\n\013UpdateAsset\022%.com.lansweeper.d" +
4718
- "p.outbound.v1.Entity\032%.com.lansweeper.dp" +
4719
- ".outbound.v1.Entity\022_\n\013DeleteAsset\022).com" +
4720
- ".lansweeper.dp.outbound.v1.EntityPath\032%." +
4721
- "com.lansweeper.dp.outbound.v1.Entity\022b\n\n" +
4722
- "ListAssets\022+.com.lansweeper.dp.outbound." +
4723
- "v1.EntityFilter\032%.com.lansweeper.dp.outb" +
4724
- "ound.v1.Entity0\001\022V\n\nCreateSite\022#.com.lan" +
4725
- "sweeper.dp.outbound.v1.Site\032#.com.lanswe" +
4726
- "eper.dp.outbound.v1.Site\022V\n\007GetSite\022&.co" +
4727
- "m.lansweeper.dp.outbound.v1.SiteKey\032#.co" +
4728
- "m.lansweeper.dp.outbound.v1.Site\022V\n\nUpda" +
4729
- "teSite\022#.com.lansweeper.dp.outbound.v1.S" +
4730
- "ite\032#.com.lansweeper.dp.outbound.v1.Site" +
4731
- "\022Y\n\nDeleteSite\022&.com.lansweeper.dp.outbo" +
4732
- "und.v1.SiteKey\032#.com.lansweeper.dp.outbo" +
4733
- "und.v1.SiteB\022P\001Z\016./generated-gob\006proto3"
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
- internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedPlan_descriptor =
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(246);
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(247);
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(248);
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(249);
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(250);
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(251);
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
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Tue Oct 29 11:17:02 UTC 2024
2
+ #Tue Nov 05 14:53:33 UTC 2024
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.3.28
5
+ version=0.3.29
@@ -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
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.3.29",
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": "41f32d7eee29bb8aaece5e7a64069f99b1d4ddf9"
12
+ "gitHead": "0223180f09038f489f16a773444ad00f64320ca3"
13
13
  }
package/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <groupId>com.lansweeper.dp.outbound.v1</groupId>
8
8
  <artifactId>parent</artifactId>
9
- <version>0.3.28</version>
9
+ <version>0.3.29</version>
10
10
  <packaging>pom</packaging>
11
11
  <modules>
12
12
  <module>model</module>