@lansweeper/data-platform-outbound-grpc 0.4.3 → 0.4.4

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 (38) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +5 -0
  4. package/gen-proto/outbound_pb.js +34 -1
  5. package/generated-go/outbound.pb.go +799 -770
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +3 -2
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$1.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$AssignedPlansDefaultEntryHolder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder$AssignedPlansConverter.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$Builder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User$GroupKeysDefaultEntryHolder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365User.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  22. package/model/target/classes/outbound.proto +3 -2
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +75 -123
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +20 -40
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365User.java +278 -0
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365UserOrBuilder.java +34 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +205 -189
  28. package/model/target/maven-archiver/pom.properties +2 -2
  29. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +2 -0
  30. package/model/target/{outbound-model-0.4.2-sources.jar → outbound-model-0.4.3-sources.jar} +0 -0
  31. package/model/target/{outbound-model-0.4.2.jar → outbound-model-0.4.3.jar} +0 -0
  32. package/package.json +2 -2
  33. package/pom.xml +1 -1
  34. package/proto/outbound.proto +3 -2
  35. package/service/pom.xml +1 -1
  36. package/service/target/maven-archiver/pom.properties +2 -2
  37. package/service/target/{outbound-service-0.4.2-sources.jar → outbound-service-0.4.3-sources.jar} +0 -0
  38. package/service/target/{outbound-service-0.4.2.jar → outbound-service-0.4.3.jar} +0 -0
@@ -1500,6 +1500,11 @@ public final class Outbound {
1500
1500
  static
1501
1501
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1502
1502
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_GroupKeysEntry_fieldAccessorTable;
1503
+ static com.google.protobuf.Descriptors.Descriptor
1504
+ internal_static_com_lansweeper_dp_outbound_v1_Office365User_AssignedPlansEntry_descriptor;
1505
+ static
1506
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
1507
+ internal_static_com_lansweeper_dp_outbound_v1_Office365User_AssignedPlansEntry_fieldAccessorTable;
1503
1508
 
1504
1509
  public static com.google.protobuf.Descriptors.FileDescriptor
1505
1510
  getDescriptor() {
@@ -5016,7 +5021,7 @@ public final class Outbound {
5016
5021
  "e\"\211\001\n\tReconRule\0226\n\002id\030\001 \001(\0162*.com.lanswe" +
5017
5022
  "eper.dp.outbound.v1.ReconRuleId\022\014\n\004name\030" +
5018
5023
  "\002 \001(\t\022\023\n\013description\030\003 \001(\t\022\020\n\010priority\030\004" +
5019
- " \001(\005\022\017\n\007enabled\030\005 \001(\010\"\236\010\n\025Office365Organ" +
5024
+ " \001(\005\022\017\n\007enabled\030\005 \001(\010\"\246\010\n\025Office365Organ" +
5020
5025
  "ization\022\021\n\ttenant_id\030\001 \001(\t\022\030\n\013displaynam" +
5021
5026
  "e\030\002 \001(\tH\000\210\001\001\022\024\n\007country\030\003 \001(\tH\001\210\001\001\022\021\n\004ci" +
5022
5027
  "ty\030\004 \001(\tH\002\210\001\001\022\031\n\014country_name\030\005 \001(\tH\003\210\001\001" +
@@ -5028,194 +5033,199 @@ public final class Outbound {
5028
5033
  "\n\007domains\030\014 \003(\0132..com.lansweeper.dp.outb" +
5029
5034
  "ound.v1.Office365Domain\022A\n\010licenses\030\017 \003(" +
5030
5035
  "\0132/.com.lansweeper.dp.outbound.v1.Office" +
5031
- "365License\022_\n\016assigned_plans\030\020 \003(\0132G.com" +
5036
+ "365License\022c\n\016assigned_plans\030\020 \003(\0132G.com" +
5032
5037
  ".lansweeper.dp.outbound.v1.Office365Orga" +
5033
- "nization.AssignedPlansEntry\022A\n\010contacts\030" +
5034
- "\021 \003(\0132/.com.lansweeper.dp.outbound.v1.Of" +
5035
- "fice365Contact\022B\n\tmailboxes\030\022 \003(\0132/.com." +
5036
- "lansweeper.dp.outbound.v1.Office365Mailb" +
5037
- "ox\022R\n\021assigned_licenses\030\023 \003(\01327.com.lans" +
5038
- "weeper.dp.outbound.v1.Office365AssignedL" +
5039
- "icense\032j\n\022AssignedPlansEntry\022\013\n\003key\030\001 \001(" +
5040
- "\t\022C\n\005value\030\002 \001(\01324.com.lansweeper.dp.out" +
5041
- "bound.v1.Office365AssignedPlan:\0028\001B\016\n\014_d" +
5042
- "isplaynameB\n\n\010_countryB\007\n\005_cityB\017\n\r_coun" +
5043
- "try_nameB\016\n\014_postal_codeB\010\n\006_stateB\t\n\007_s" +
5044
- "treetB\023\n\021_telephone_numberB\035\n\033_company_l" +
5045
- "ast_dir_sync_timeB\023\n\021_dir_sync_enabled\"\274" +
5046
- "\002\n\020Office365Mailbox\022\027\n\017o365_mailbox_id\030\001" +
5047
- " \001(\t\022\034\n\024o365_organization_id\030\002 \001(\t\022\024\n\014di" +
5048
- "splay_name\030\003 \001(\t\022\025\n\rprimary_email\030\004 \001(\t\022" +
5049
- "\025\n\remail_address\030\005 \001(\t\022\r\n\005alias\030\006 \001(\t\022\026\n" +
5050
- "\016recipient_type\030\007 \001(\t\022\036\n\026recipient_type_" +
5051
- "details\030\010 \001(\t\022\033\n\023user_principal_name\030\t \001" +
5052
- "(\t\022\020\n\010identity\030\n \001(\t\022\030\n\020o365_mailbox_key" +
5053
- "\030\013 \001(\t\022\035\n\025o365_organization_key\030\014 \001(\t\"\236\003" +
5054
- "\n\025Office365AssignedPlan\022\027\n\017service_plan_" +
5055
- "id\030\001 \001(\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022\036\n\021capabi" +
5056
- "lity_status\030\003 \001(\tH\001\210\001\001\022<\n\023assigned_time_" +
5057
- "stamp\030\004 \001(\0132\032.google.protobuf.TimestampH" +
5058
- "\002\210\001\001\022W\n\nusers_keys\030\005 \003(\0132C.com.lansweepe" +
5059
- "r.dp.outbound.v1.Office365AssignedPlan.U" +
5060
- "sersKeysEntry\022\035\n\025o365_assigned_plan_id\030\006" +
5061
- " \001(\t\022\024\n\014o365_user_id\030\010 \001(\t\0320\n\016UsersKeysE" +
5062
- "ntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\n\n\010" +
5063
- "_serviceB\024\n\022_capability_statusB\026\n\024_assig" +
5064
- "ned_time_stamp\"\250\001\n\030Office365AssignedLice" +
5065
- "nse\022 \n\030o365_assigned_license_id\030\001 \001(\t\022\027\n" +
5066
- "\017o365_license_id\030\002 \001(\t\022\024\n\014o365_user_id\030\003" +
5067
- " \001(\t\022!\n\031o365_assigned_license_key\030\004 \001(\t\022" +
5068
- "\030\n\020o365_license_key\030\005 \001(\t\"Z\n\020Office365Co" +
5069
- "ntact\022\031\n\014display_name\030\001 \001(\tH\000\210\001\001\022\021\n\004mail" +
5070
- "\030\002 \001(\tH\001\210\001\001B\017\n\r_display_nameB\007\n\005_mail\"\223\004" +
5071
- "\n\017Office365Domain\022\n\n\002id\030\001 \001(\005\022\034\n\017organiz" +
5072
- "ation_id\030\002 \001(\005H\000\210\001\001\022\030\n\013domain_name\030\003 \001(\t" +
5073
- "H\001\210\001\001\022 \n\023authentication_type\030\004 \001(\tH\002\210\001\001\022" +
5074
- "\035\n\020is_admin_managed\030\005 \001(\010H\003\210\001\001\022\027\n\nis_def" +
5075
- "ault\030\006 \001(\010H\004\210\001\001\022\027\n\nis_initial\030\007 \001(\010H\005\210\001\001" +
5076
- "\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001\022\030\n\013is_verified\030\t " +
5077
- "\001(\010H\007\210\001\001\022\037\n\022supported_services\030\n \001(\tH\010\210\001" +
5078
- "\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022 \n\023availability_st" +
5079
- "atus\030\014 \001(\tH\n\210\001\001B\022\n\020_organization_idB\016\n\014_" +
5080
- "domain_nameB\026\n\024_authentication_typeB\023\n\021_" +
5081
- "is_admin_managedB\r\n\013_is_defaultB\r\n\013_is_i" +
5082
- "nitialB\n\n\010_is_rootB\016\n\014_is_verifiedB\025\n\023_s" +
5083
- "upported_servicesB\010\n\006_stateB\026\n\024_availabi" +
5084
- "lity_status\"\263\003\n\016Office365Group\022\021\n\tobject" +
5085
- "_id\030\001 \001(\t\022\031\n\014display_name\030\002 \001(\tH\000\210\001\001\022\030\n\013" +
5086
- "description\030\003 \001(\tH\001\210\001\001\022\031\n\014mail_enabled\030\004" +
5087
- " \001(\010H\002\210\001\001\022\035\n\020security_enabled\030\005 \001(\010H\003\210\001\001" +
5088
- "\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n\rmail_nickname\030\007 \001" +
5089
- "(\tH\005\210\001\001\022\034\n\017proxy_addresses\030\010 \001(\tH\006\210\001\001\022$\n" +
5090
- "\027organization_entity_key\030\t \001(\tH\007\210\001\001\022\021\n\004t" +
5091
- "ype\030\n \001(\tH\010\210\001\001B\017\n\r_display_nameB\016\n\014_desc" +
5092
- "riptionB\017\n\r_mail_enabledB\023\n\021_security_en" +
5093
- "abledB\007\n\005_mailB\020\n\016_mail_nicknameB\022\n\020_pro" +
5094
- "xy_addressesB\032\n\030_organization_entity_key" +
5095
- "B\007\n\005_type\"\216\005\n\020Office365License\022\016\n\006sku_id" +
5096
- "\030\001 \001(\t\022\033\n\016consumed_units\030\002 \001(\005H\000\210\001\001\022\"\n\025p" +
5097
- "repaid_units_enabled\030\003 \001(\005H\001\210\001\001\022$\n\027prepa" +
5098
- "id_units_suspended\030\004 \001(\005H\002\210\001\001\022\"\n\025prepaid" +
5099
- "_units_warning\030\005 \001(\005H\003\210\001\001\022\034\n\017sku_part_nu" +
5100
- "mber\030\006 \001(\tH\004\210\001\001\022\027\n\napplies_to\030\007 \001(\tH\005\210\001\001" +
5101
- "\022\036\n\021capability_status\030\010 \001(\tH\006\210\001\001\022R\n\nuser" +
5102
- "s_keys\030\t \003(\0132>.com.lansweeper.dp.outboun" +
5103
- "d.v1.Office365License.UsersKeysEntry\022J\n\r" +
5104
- "service_plans\030\n \003(\01323.com.lansweeper.dp." +
5105
- "outbound.v1.Office365ServicePlan\022\021\n\004name" +
5106
- "\030\013 \001(\tH\007\210\001\001\0320\n\016UsersKeysEntry\022\013\n\003key\030\001 \001" +
5107
- "(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\021\n\017_consumed_units" +
5108
- "B\030\n\026_prepaid_units_enabledB\032\n\030_prepaid_u" +
5109
- "nits_suspendedB\030\n\026_prepaid_units_warning" +
5110
- "B\022\n\020_sku_part_numberB\r\n\013_applies_toB\024\n\022_" +
5111
- "capability_statusB\007\n\005_name\"\340\001\n\024Office365",
5112
- "ServicePlan\022\034\n\017service_plan_id\030\001 \001(\tH\000\210\001" +
5113
- "\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210\001\001\022 \n\023pro" +
5114
- "visioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\napplies_t" +
5115
- "o\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_idB\024\n\022_ser" +
5116
- "vice_plan_nameB\026\n\024_provisioning_statusB\r" +
5117
- "\n\013_applies_to\"\315\021\n\rOffice365User\022\021\n\tobjec" +
5118
- "t_id\030\001 \001(\t\022 \n\023user_principal_name\030\002 \001(\tH" +
5119
- "\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001\022\021\n\004mail\030" +
5120
- "\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005 \001(\010H\003\210\001\001" +
5121
- "\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004city\030\007 \001(\tH\005" +
5122
- "\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032consent_pro" +
5123
- "vided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rcreation_t" +
5124
- "ype\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 \001(\tH\t\210\001\001\022" +
5125
- "\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022\'\n\032facsim" +
5126
- "ile_telephone_number\030\r \001(\tH\013\210\001\001\022\027\n\ngiven" +
5127
- "_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_id\030\017 \001(\tH\r" +
5128
- "\210\001\001\022$\n\027is_global_administrator\030\020 \001(\010H\016\210\001" +
5129
- "\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\tjob_title" +
5130
- "\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_time\030\023 \001(\0132" +
5131
- "\032.google.protobuf.TimestampH\021\210\001\001\022+\n\036lega" +
5132
- "l_age_group_classification\030\024 \001(\tH\022\210\001\001\022\033\n" +
5133
- "\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006mobile\030\026 \001" +
5134
- "(\tH\024\210\001\001\022,\n\037on_premises_security_identifi" +
5135
- "er\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 \001(\tH\026\210\001\001\022" +
5136
- "\036\n\021password_policies\030\031 \001(\tH\027\210\001\001\022\035\n\020passw" +
5137
- "ord_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physical_deliv" +
5138
- "ery_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013postal_cod" +
5139
- "e\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_language\030\036 \001(\t" +
5140
- "H\033\210\001\001\022L\n#refresh_tokens_valid_from_date_" +
5141
- "time\030\037 \001(\0132\032.google.protobuf.TimestampH\034" +
5142
- "\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006street\030! \001(\tH" +
5143
- "\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH\037\210\001\001\022\033\n\016u" +
5144
- "sage_location\030# \001(\tH \210\001\001\022\026\n\tuser_type\030$ " +
5145
- "\001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"\210\001\001\022\037\n\022di" +
5146
- "stinguished_name\030& \001(\tH#\210\001\001\022)\n\034reset_pas" +
5147
- "sword_on_next_logon\030\' \001(\010H$\210\001\001\022\021\n\004name\030(" +
5148
- " \001(\tH%\210\001\001\022$\n\027organization_entity_key\030) \001" +
5149
- "(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.com.lanswe" +
5150
- "eper.dp.outbound.v1.Office365User.GroupK" +
5151
- "eysEntry\022\021\n\004type\030+ \001(\tH\'\210\001\001\022\023\n\006domain\030, " +
5152
- "\001(\tH(\210\001\001\0320\n\016GroupKeysEntry\022\013\n\003key\030\001 \001(\t\022" +
5153
- "\r\n\005value\030\002 \001(\010:\0028\001B\026\n\024_user_principal_na" +
5154
- "meB\017\n\r_display_nameB\007\n\005_mailB\022\n\020_account" +
5155
- "_enabledB\014\n\n_age_groupB\007\n\005_cityB\n\n\010_comp" +
5156
- "anyB\035\n\033_consent_provided_for_minorB\020\n\016_c" +
5157
- "reation_typeB\r\n\013_departmentB\023\n\021_dir_sync" +
5158
- "_enabledB\035\n\033_facsimile_telephone_numberB" +
5159
- "\r\n\013_given_nameB\017\n\r_immutable_idB\032\n\030_is_g" +
5160
- "lobal_administratorB\016\n\014_is_licensedB\014\n\n_" +
5161
- "job_titleB\025\n\023_last_dir_sync_timeB!\n\037_leg" +
5162
- "al_age_group_classificationB\021\n\017_mail_nic" +
5163
- "k_nameB\t\n\007_mobileB\"\n _on_premises_securi" +
5164
- "ty_identifierB\016\n\014_other_mailsB\024\n\022_passwo" +
5165
- "rd_policiesB\023\n\021_password_profileB \n\036_phy" +
5166
- "sical_delivery_office_nameB\016\n\014_postal_co" +
5167
- "deB\025\n\023_preferred_languageB&\n$_refresh_to" +
5168
- "kens_valid_from_date_timeB\010\n\006_stateB\t\n\007_" +
5169
- "streetB\023\n\021_telephone_numberB\021\n\017_usage_lo" +
5170
- "cationB\014\n\n_user_typeB\016\n\014_manager_upnB\025\n\023" +
5171
- "_distinguished_nameB\037\n\035_reset_password_o" +
5172
- "n_next_logonB\007\n\005_nameB\032\n\030_organization_e" +
5173
- "ntity_keyB\007\n\005_typeB\t\n\007_domain*a\n\013ReconRu" +
5174
- "leId\022\024\n\020RECONCILE_BY_MAC\020\000\022\"\n\036RECONCILE_" +
5175
- "BY_MAKE_MODEL_SERIAL\020\001\022\030\n\024RECONCILE_BY_N" +
5176
- "ETBIOS\020\0022\244\005\n\027DataCoreOutboundService\022p\n\t" +
5177
- "GetEntity\022/.com.lansweeper.dp.outbound.v" +
5178
- "1.GetEntityRequest\0320.com.lansweeper.dp.o" +
5179
- "utbound.v1.GetEntityResponse\"\000\022w\n\014ListEn" +
5180
- "tities\0220.com.lansweeper.dp.outbound.v1.L" +
5181
- "istEntityRequest\0321.com.lansweeper.dp.out" +
5182
- "bound.v1.ListEntityResponse\"\0000\001\022|\n\rCatal" +
5183
- "ogLookup\0223.com.lansweeper.dp.outbound.v1" +
5184
- ".CatalogLookupRequest\0324.com.lansweeper.d" +
5185
- "p.outbound.v1.CatalogLookupResponse\"\000\022\216\001" +
5186
- "\n\023GetIpLocationConfig\0229.com.lansweeper.d" +
5187
- "p.outbound.v1.GetIpLocationConfigRequest" +
5188
- "\032:.com.lansweeper.dp.outbound.v1.GetIpLo" +
5189
- "cationConfigResponse\"\000\022\216\001\n\023SetIpLocation" +
5190
- "Config\0229.com.lansweeper.dp.outbound.v1.S" +
5191
- "etIpLocationConfigRequest\032:.com.lansweep" +
5192
- "er.dp.outbound.v1.SetIpLocationConfigRes" +
5193
- "ponse\"\0002\324\007\n\031DataCoreBackofficeService\022\\\n" +
5194
- "\014CreateEntity\022%.com.lansweeper.dp.outbou" +
5195
- "nd.v1.Entity\032%.com.lansweeper.dp.outboun" +
5196
- "d.v1.Entity\022\\\n\010GetAsset\022).com.lansweeper" +
5197
- ".dp.outbound.v1.EntityPath\032%.com.lanswee" +
5198
- "per.dp.outbound.v1.Entity\022[\n\013UpdateAsset" +
5199
- "\022%.com.lansweeper.dp.outbound.v1.Entity\032" +
5200
- "%.com.lansweeper.dp.outbound.v1.Entity\022_" +
5201
- "\n\013DeleteAsset\022).com.lansweeper.dp.outbou" +
5202
- "nd.v1.EntityPath\032%.com.lansweeper.dp.out" +
5203
- "bound.v1.Entity\022b\n\nListAssets\022+.com.lans" +
5204
- "weeper.dp.outbound.v1.EntityFilter\032%.com" +
5205
- ".lansweeper.dp.outbound.v1.Entity0\001\022V\n\nC" +
5206
- "reateSite\022#.com.lansweeper.dp.outbound.v" +
5207
- "1.Site\032#.com.lansweeper.dp.outbound.v1.S" +
5208
- "ite\022V\n\007GetSite\022&.com.lansweeper.dp.outbo" +
5209
- "und.v1.SiteKey\032#.com.lansweeper.dp.outbo" +
5210
- "und.v1.Site\022V\n\nUpdateSite\022#.com.lansweep" +
5211
- "er.dp.outbound.v1.Site\032#.com.lansweeper." +
5212
- "dp.outbound.v1.Site\022Y\n\nDeleteSite\022&.com." +
5213
- "lansweeper.dp.outbound.v1.SiteKey\032#.com." +
5214
- "lansweeper.dp.outbound.v1.Site\022v\n\017Entity" +
5215
- "Deconcile\022/.com.lansweeper.dp.outbound.v" +
5216
- "1.DeconcileRequest\0320.com.lansweeper.dp.o" +
5217
- "utbound.v1.DeconcileResponse\"\000B\022P\001Z\016./ge" +
5218
- "nerated-gob\006proto3"
5038
+ "nization.AssignedPlansEntryB\002\030\001\022A\n\010conta" +
5039
+ "cts\030\021 \003(\0132/.com.lansweeper.dp.outbound.v" +
5040
+ "1.Office365Contact\022B\n\tmailboxes\030\022 \003(\0132/." +
5041
+ "com.lansweeper.dp.outbound.v1.Office365M" +
5042
+ "ailbox\022V\n\021assigned_licenses\030\023 \003(\01327.com." +
5043
+ "lansweeper.dp.outbound.v1.Office365Assig" +
5044
+ "nedLicenseB\002\030\001\032j\n\022AssignedPlansEntry\022\013\n\003" +
5045
+ "key\030\001 \001(\t\022C\n\005value\030\002 \001(\01324.com.lansweepe" +
5046
+ "r.dp.outbound.v1.Office365AssignedPlan:\002" +
5047
+ "8\001B\016\n\014_displaynameB\n\n\010_countryB\007\n\005_cityB" +
5048
+ "\017\n\r_country_nameB\016\n\014_postal_codeB\010\n\006_sta" +
5049
+ "teB\t\n\007_streetB\023\n\021_telephone_numberB\035\n\033_c" +
5050
+ "ompany_last_dir_sync_timeB\023\n\021_dir_sync_e" +
5051
+ "nabled\"\274\002\n\020Office365Mailbox\022\027\n\017o365_mail" +
5052
+ "box_id\030\001 \001(\t\022\034\n\024o365_organization_id\030\002 \001" +
5053
+ "(\t\022\024\n\014display_name\030\003 \001(\t\022\025\n\rprimary_emai" +
5054
+ "l\030\004 \001(\t\022\025\n\remail_address\030\005 \001(\t\022\r\n\005alias\030" +
5055
+ "\006 \001(\t\022\026\n\016recipient_type\030\007 \001(\t\022\036\n\026recipie" +
5056
+ "nt_type_details\030\010 \001(\t\022\033\n\023user_principal_" +
5057
+ "name\030\t \001(\t\022\020\n\010identity\030\n \001(\t\022\030\n\020o365_mai" +
5058
+ "lbox_key\030\013 \001(\t\022\035\n\025o365_organization_key\030" +
5059
+ "\014 \001(\t\"\236\003\n\025Office365AssignedPlan\022\027\n\017servi" +
5060
+ "ce_plan_id\030\001 \001(\t\022\024\n\007service\030\002 \001(\tH\000\210\001\001\022\036" +
5061
+ "\n\021capability_status\030\003 \001(\tH\001\210\001\001\022<\n\023assign" +
5062
+ "ed_time_stamp\030\004 \001(\0132\032.google.protobuf.Ti" +
5063
+ "mestampH\002\210\001\001\022W\n\nusers_keys\030\005 \003(\0132C.com.l" +
5064
+ "answeeper.dp.outbound.v1.Office365Assign" +
5065
+ "edPlan.UsersKeysEntry\022\035\n\025o365_assigned_p" +
5066
+ "lan_id\030\006 \001(\t\022\024\n\014o365_user_id\030\010 \001(\t\0320\n\016Us" +
5067
+ "ersKeysEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010" +
5068
+ ":\0028\001B\n\n\010_serviceB\024\n\022_capability_statusB\026" +
5069
+ "\n\024_assigned_time_stamp\"\250\001\n\030Office365Assi" +
5070
+ "gnedLicense\022 \n\030o365_assigned_license_id\030" +
5071
+ "\001 \001(\t\022\027\n\017o365_license_id\030\002 \001(\t\022\024\n\014o365_u" +
5072
+ "ser_id\030\003 \001(\t\022!\n\031o365_assigned_license_ke" +
5073
+ "y\030\004 \001(\t\022\030\n\020o365_license_key\030\005 \001(\t\"Z\n\020Off" +
5074
+ "ice365Contact\022\031\n\014display_name\030\001 \001(\tH\000\210\001\001" +
5075
+ "\022\021\n\004mail\030\002 \001(\tH\001\210\001\001B\017\n\r_display_nameB\007\n\005" +
5076
+ "_mail\"\223\004\n\017Office365Domain\022\n\n\002id\030\001 \001(\005\022\034\n" +
5077
+ "\017organization_id\030\002 \001(\005H\000\210\001\001\022\030\n\013domain_na" +
5078
+ "me\030\003 \001(\tH\001\210\001\001\022 \n\023authentication_type\030\004 \001" +
5079
+ "(\tH\002\210\001\001\022\035\n\020is_admin_managed\030\005 \001(\010H\003\210\001\001\022\027" +
5080
+ "\n\nis_default\030\006 \001(\010H\004\210\001\001\022\027\n\nis_initial\030\007 " +
5081
+ "\001(\010H\005\210\001\001\022\024\n\007is_root\030\010 \001(\010H\006\210\001\001\022\030\n\013is_ver" +
5082
+ "ified\030\t \001(\010H\007\210\001\001\022\037\n\022supported_services\030\n" +
5083
+ " \001(\tH\010\210\001\001\022\022\n\005state\030\013 \001(\tH\t\210\001\001\022 \n\023availab" +
5084
+ "ility_status\030\014 \001(\tH\n\210\001\001B\022\n\020_organization" +
5085
+ "_idB\016\n\014_domain_nameB\026\n\024_authentication_t" +
5086
+ "ypeB\023\n\021_is_admin_managedB\r\n\013_is_defaultB" +
5087
+ "\r\n\013_is_initialB\n\n\010_is_rootB\016\n\014_is_verifi" +
5088
+ "edB\025\n\023_supported_servicesB\010\n\006_stateB\026\n\024_" +
5089
+ "availability_status\"\263\003\n\016Office365Group\022\021" +
5090
+ "\n\tobject_id\030\001 \001(\t\022\031\n\014display_name\030\002 \001(\tH" +
5091
+ "\000\210\001\001\022\030\n\013description\030\003 \001(\tH\001\210\001\001\022\031\n\014mail_e" +
5092
+ "nabled\030\004 \001(\010H\002\210\001\001\022\035\n\020security_enabled\030\005 " +
5093
+ "\001(\010H\003\210\001\001\022\021\n\004mail\030\006 \001(\tH\004\210\001\001\022\032\n\rmail_nick" +
5094
+ "name\030\007 \001(\tH\005\210\001\001\022\034\n\017proxy_addresses\030\010 \001(\t" +
5095
+ "H\006\210\001\001\022$\n\027organization_entity_key\030\t \001(\tH\007" +
5096
+ "\210\001\001\022\021\n\004type\030\n \001(\tH\010\210\001\001B\017\n\r_display_nameB" +
5097
+ "\016\n\014_descriptionB\017\n\r_mail_enabledB\023\n\021_sec" +
5098
+ "urity_enabledB\007\n\005_mailB\020\n\016_mail_nickname" +
5099
+ "B\022\n\020_proxy_addressesB\032\n\030_organization_en" +
5100
+ "tity_keyB\007\n\005_type\"\216\005\n\020Office365License\022\016" +
5101
+ "\n\006sku_id\030\001 \001(\t\022\033\n\016consumed_units\030\002 \001(\005H\000" +
5102
+ "\210\001\001\022\"\n\025prepaid_units_enabled\030\003 \001(\005H\001\210\001\001\022" +
5103
+ "$\n\027prepaid_units_suspended\030\004 \001(\005H\002\210\001\001\022\"\n" +
5104
+ "\025prepaid_units_warning\030\005 \001(\005H\003\210\001\001\022\034\n\017sku" +
5105
+ "_part_number\030\006 \001(\tH\004\210\001\001\022\027\n\napplies_to\030\007 " +
5106
+ "\001(\tH\005\210\001\001\022\036\n\021capability_status\030\010 \001(\tH\006\210\001\001" +
5107
+ "\022R\n\nusers_keys\030\t \003(\0132>.com.lansweeper.dp" +
5108
+ ".outbound.v1.Office365License.UsersKeysE" +
5109
+ "ntry\022J\n\rservice_plans\030\n \003(\01323.com.lanswe" +
5110
+ "eper.dp.outbound.v1.Office365ServicePlan" +
5111
+ "\022\021\n\004name\030\013 \001(\tH\007\210\001\001\0320\n\016UsersKeysEntry\022\013\n" +
5112
+ "\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001B\021\n\017_consum" +
5113
+ "ed_unitsB\030\n\026_prepaid_units_enabledB\032\n\030_p" +
5114
+ "repaid_units_suspendedB\030\n\026_prepaid_units" +
5115
+ "_warningB\022\n\020_sku_part_numberB\r\n\013_applies" +
5116
+ "_toB\024\n\022_capability_statusB\007\n\005_name\"\340\001\n\024O",
5117
+ "ffice365ServicePlan\022\034\n\017service_plan_id\030\001" +
5118
+ " \001(\tH\000\210\001\001\022\036\n\021service_plan_name\030\002 \001(\tH\001\210\001" +
5119
+ "\001\022 \n\023provisioning_status\030\003 \001(\tH\002\210\001\001\022\027\n\na" +
5120
+ "pplies_to\030\004 \001(\tH\003\210\001\001B\022\n\020_service_plan_id" +
5121
+ "B\024\n\022_service_plan_nameB\026\n\024_provisioning_" +
5122
+ "statusB\r\n\013_applies_to\"\222\023\n\rOffice365User\022" +
5123
+ "\021\n\tobject_id\030\001 \001(\t\022 \n\023user_principal_nam" +
5124
+ "e\030\002 \001(\tH\000\210\001\001\022\031\n\014display_name\030\003 \001(\tH\001\210\001\001\022" +
5125
+ "\021\n\004mail\030\004 \001(\tH\002\210\001\001\022\034\n\017account_enabled\030\005 " +
5126
+ "\001(\010H\003\210\001\001\022\026\n\tage_group\030\006 \001(\tH\004\210\001\001\022\021\n\004city" +
5127
+ "\030\007 \001(\tH\005\210\001\001\022\024\n\007company\030\010 \001(\tH\006\210\001\001\022\'\n\032con" +
5128
+ "sent_provided_for_minor\030\t \001(\tH\007\210\001\001\022\032\n\rcr" +
5129
+ "eation_type\030\n \001(\tH\010\210\001\001\022\027\n\ndepartment\030\013 \001" +
5130
+ "(\tH\t\210\001\001\022\035\n\020dir_sync_enabled\030\014 \001(\010H\n\210\001\001\022\'" +
5131
+ "\n\032facsimile_telephone_number\030\r \001(\tH\013\210\001\001\022" +
5132
+ "\027\n\ngiven_name\030\016 \001(\tH\014\210\001\001\022\031\n\014immutable_id" +
5133
+ "\030\017 \001(\tH\r\210\001\001\022$\n\027is_global_administrator\030\020" +
5134
+ " \001(\010H\016\210\001\001\022\030\n\013is_licensed\030\021 \001(\010H\017\210\001\001\022\026\n\tj" +
5135
+ "ob_title\030\022 \001(\tH\020\210\001\001\022;\n\022last_dir_sync_tim" +
5136
+ "e\030\023 \001(\0132\032.google.protobuf.TimestampH\021\210\001\001" +
5137
+ "\022+\n\036legal_age_group_classification\030\024 \001(\t" +
5138
+ "H\022\210\001\001\022\033\n\016mail_nick_name\030\025 \001(\tH\023\210\001\001\022\023\n\006mo" +
5139
+ "bile\030\026 \001(\tH\024\210\001\001\022,\n\037on_premises_security_" +
5140
+ "identifier\030\027 \001(\tH\025\210\001\001\022\030\n\013other_mails\030\030 \001" +
5141
+ "(\tH\026\210\001\001\022\036\n\021password_policies\030\031 \001(\tH\027\210\001\001\022" +
5142
+ "\035\n\020password_profile\030\032 \001(\tH\030\210\001\001\022*\n\035physic" +
5143
+ "al_delivery_office_name\030\033 \001(\tH\031\210\001\001\022\030\n\013po" +
5144
+ "stal_code\030\034 \001(\tH\032\210\001\001\022\037\n\022preferred_langua" +
5145
+ "ge\030\036 \001(\tH\033\210\001\001\022L\n#refresh_tokens_valid_fr" +
5146
+ "om_date_time\030\037 \001(\0132\032.google.protobuf.Tim" +
5147
+ "estampH\034\210\001\001\022\022\n\005state\030 \001(\tH\035\210\001\001\022\023\n\006stree" +
5148
+ "t\030! \001(\tH\036\210\001\001\022\035\n\020telephone_number\030\" \001(\tH\037" +
5149
+ "\210\001\001\022\033\n\016usage_location\030# \001(\tH \210\001\001\022\026\n\tuser" +
5150
+ "_type\030$ \001(\tH!\210\001\001\022\030\n\013manager_upn\030% \001(\tH\"\210" +
5151
+ "\001\001\022\037\n\022distinguished_name\030& \001(\tH#\210\001\001\022)\n\034r" +
5152
+ "eset_password_on_next_logon\030\' \001(\010H$\210\001\001\022\021" +
5153
+ "\n\004name\030( \001(\tH%\210\001\001\022$\n\027organization_entity" +
5154
+ "_key\030) \001(\tH&\210\001\001\022O\n\ngroup_keys\030* \003(\0132;.co" +
5155
+ "m.lansweeper.dp.outbound.v1.Office365Use" +
5156
+ "r.GroupKeysEntry\022\021\n\004type\030+ \001(\tH\'\210\001\001\022\023\n\006d" +
5157
+ "omain\030, \001(\tH(\210\001\001\022W\n\016assigned_plans\030- \003(\013" +
5158
+ "2?.com.lansweeper.dp.outbound.v1.Office3" +
5159
+ "65User.AssignedPlansEntry\0320\n\016GroupKeysEn" +
5160
+ "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\010:\0028\001\032j\n\022A" +
5161
+ "ssignedPlansEntry\022\013\n\003key\030\001 \001(\t\022C\n\005value\030" +
5162
+ "\002 \001(\01324.com.lansweeper.dp.outbound.v1.Of" +
5163
+ "fice365AssignedPlan:\0028\001B\026\n\024_user_princip" +
5164
+ "al_nameB\017\n\r_display_nameB\007\n\005_mailB\022\n\020_ac" +
5165
+ "count_enabledB\014\n\n_age_groupB\007\n\005_cityB\n\n\010" +
5166
+ "_companyB\035\n\033_consent_provided_for_minorB" +
5167
+ "\020\n\016_creation_typeB\r\n\013_departmentB\023\n\021_dir" +
5168
+ "_sync_enabledB\035\n\033_facsimile_telephone_nu" +
5169
+ "mberB\r\n\013_given_nameB\017\n\r_immutable_idB\032\n\030" +
5170
+ "_is_global_administratorB\016\n\014_is_licensed" +
5171
+ "B\014\n\n_job_titleB\025\n\023_last_dir_sync_timeB!\n" +
5172
+ "\037_legal_age_group_classificationB\021\n\017_mai" +
5173
+ "l_nick_nameB\t\n\007_mobileB\"\n _on_premises_s" +
5174
+ "ecurity_identifierB\016\n\014_other_mailsB\024\n\022_p" +
5175
+ "assword_policiesB\023\n\021_password_profileB \n" +
5176
+ "\036_physical_delivery_office_nameB\016\n\014_post" +
5177
+ "al_codeB\025\n\023_preferred_languageB&\n$_refre" +
5178
+ "sh_tokens_valid_from_date_timeB\010\n\006_state" +
5179
+ "B\t\n\007_streetB\023\n\021_telephone_numberB\021\n\017_usa" +
5180
+ "ge_locationB\014\n\n_user_typeB\016\n\014_manager_up" +
5181
+ "nB\025\n\023_distinguished_nameB\037\n\035_reset_passw" +
5182
+ "ord_on_next_logonB\007\n\005_nameB\032\n\030_organizat" +
5183
+ "ion_entity_keyB\007\n\005_typeB\t\n\007_domain*a\n\013Re" +
5184
+ "conRuleId\022\024\n\020RECONCILE_BY_MAC\020\000\022\"\n\036RECON" +
5185
+ "CILE_BY_MAKE_MODEL_SERIAL\020\001\022\030\n\024RECONCILE" +
5186
+ "_BY_NETBIOS\020\0022\244\005\n\027DataCoreOutboundServic" +
5187
+ "e\022p\n\tGetEntity\022/.com.lansweeper.dp.outbo" +
5188
+ "und.v1.GetEntityRequest\0320.com.lansweeper" +
5189
+ ".dp.outbound.v1.GetEntityResponse\"\000\022w\n\014L" +
5190
+ "istEntities\0220.com.lansweeper.dp.outbound" +
5191
+ ".v1.ListEntityRequest\0321.com.lansweeper.d" +
5192
+ "p.outbound.v1.ListEntityResponse\"\0000\001\022|\n\r" +
5193
+ "CatalogLookup\0223.com.lansweeper.dp.outbou" +
5194
+ "nd.v1.CatalogLookupRequest\0324.com.lanswee" +
5195
+ "per.dp.outbound.v1.CatalogLookupResponse" +
5196
+ "\"\000\022\216\001\n\023GetIpLocationConfig\0229.com.lanswee" +
5197
+ "per.dp.outbound.v1.GetIpLocationConfigRe" +
5198
+ "quest\032:.com.lansweeper.dp.outbound.v1.Ge" +
5199
+ "tIpLocationConfigResponse\"\000\022\216\001\n\023SetIpLoc" +
5200
+ "ationConfig\0229.com.lansweeper.dp.outbound" +
5201
+ ".v1.SetIpLocationConfigRequest\032:.com.lan" +
5202
+ "sweeper.dp.outbound.v1.SetIpLocationConf" +
5203
+ "igResponse\"\0002\324\007\n\031DataCoreBackofficeServi" +
5204
+ "ce\022\\\n\014CreateEntity\022%.com.lansweeper.dp.o" +
5205
+ "utbound.v1.Entity\032%.com.lansweeper.dp.ou" +
5206
+ "tbound.v1.Entity\022\\\n\010GetAsset\022).com.lansw" +
5207
+ "eeper.dp.outbound.v1.EntityPath\032%.com.la" +
5208
+ "nsweeper.dp.outbound.v1.Entity\022[\n\013Update" +
5209
+ "Asset\022%.com.lansweeper.dp.outbound.v1.En" +
5210
+ "tity\032%.com.lansweeper.dp.outbound.v1.Ent" +
5211
+ "ity\022_\n\013DeleteAsset\022).com.lansweeper.dp.o" +
5212
+ "utbound.v1.EntityPath\032%.com.lansweeper.d" +
5213
+ "p.outbound.v1.Entity\022b\n\nListAssets\022+.com" +
5214
+ ".lansweeper.dp.outbound.v1.EntityFilter\032" +
5215
+ "%.com.lansweeper.dp.outbound.v1.Entity0\001" +
5216
+ "\022V\n\nCreateSite\022#.com.lansweeper.dp.outbo" +
5217
+ "und.v1.Site\032#.com.lansweeper.dp.outbound" +
5218
+ ".v1.Site\022V\n\007GetSite\022&.com.lansweeper.dp." +
5219
+ "outbound.v1.SiteKey\032#.com.lansweeper.dp." +
5220
+ "outbound.v1.Site\022V\n\nUpdateSite\022#.com.lan" +
5221
+ "sweeper.dp.outbound.v1.Site\032#.com.lanswe" +
5222
+ "eper.dp.outbound.v1.Site\022Y\n\nDeleteSite\022&" +
5223
+ ".com.lansweeper.dp.outbound.v1.SiteKey\032#" +
5224
+ ".com.lansweeper.dp.outbound.v1.Site\022v\n\017E" +
5225
+ "ntityDeconcile\022/.com.lansweeper.dp.outbo" +
5226
+ "und.v1.DeconcileRequest\0320.com.lansweeper" +
5227
+ ".dp.outbound.v1.DeconcileResponse\"\000B\022P\001Z" +
5228
+ "\016./generated-gob\006proto3"
5219
5229
  };
5220
5230
  descriptor = com.google.protobuf.Descriptors.FileDescriptor
5221
5231
  .internalBuildGeneratedFileFrom(descriptorData,
@@ -6998,13 +7008,19 @@ public final class Outbound {
6998
7008
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_fieldAccessorTable = new
6999
7009
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7000
7010
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor,
7001
- 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", });
7011
+ 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", "AssignedPlans", });
7002
7012
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_GroupKeysEntry_descriptor =
7003
7013
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor.getNestedTypes().get(0);
7004
7014
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_GroupKeysEntry_fieldAccessorTable = new
7005
7015
  com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7006
7016
  internal_static_com_lansweeper_dp_outbound_v1_Office365User_GroupKeysEntry_descriptor,
7007
7017
  new java.lang.String[] { "Key", "Value", });
7018
+ internal_static_com_lansweeper_dp_outbound_v1_Office365User_AssignedPlansEntry_descriptor =
7019
+ internal_static_com_lansweeper_dp_outbound_v1_Office365User_descriptor.getNestedTypes().get(1);
7020
+ internal_static_com_lansweeper_dp_outbound_v1_Office365User_AssignedPlansEntry_fieldAccessorTable = new
7021
+ com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
7022
+ internal_static_com_lansweeper_dp_outbound_v1_Office365User_AssignedPlansEntry_descriptor,
7023
+ new java.lang.String[] { "Key", "Value", });
7008
7024
  com.google.protobuf.TimestampProto.getDescriptor();
7009
7025
  com.google.protobuf.AnyProto.getDescriptor();
7010
7026
  }
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Feb 10 16:04:15 UTC 2025
2
+ #Wed Feb 19 20:26:53 UTC 2025
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-model
5
- version=0.4.2
5
+ version=0.4.3
@@ -371,6 +371,7 @@ com/lansweeper/dp/outbound/v1/PcmciaController$1.class
371
371
  com/lansweeper/dp/outbound/v1/NetworkVolume$2.class
372
372
  com/lansweeper/dp/outbound/v1/ComputerLinuxPcieCard$1.class
373
373
  com/lansweeper/dp/outbound/v1/ComputerWindowsPageFile$2.class
374
+ com/lansweeper/dp/outbound/v1/Office365User$AssignedPlansDefaultEntryHolder.class
374
375
  com/lansweeper/dp/outbound/v1/AssetOrBuilder.class
375
376
  com/lansweeper/dp/outbound/v1/UserGroup$1.class
376
377
  com/lansweeper/dp/outbound/v1/Office365Mailbox$Builder.class
@@ -425,6 +426,7 @@ com/lansweeper/dp/outbound/v1/CitrixGuest.class
425
426
  com/lansweeper/dp/outbound/v1/HttpCertificate.class
426
427
  com/lansweeper/dp/outbound/v1/ReconciliationInfoOrBuilder.class
427
428
  com/lansweeper/dp/outbound/v1/PointingDevice$1.class
429
+ com/lansweeper/dp/outbound/v1/Office365User$Builder$AssignedPlansConverter.class
428
430
  com/lansweeper/dp/outbound/v1/ComputerMacPreferencePane$1.class
429
431
  com/lansweeper/dp/outbound/v1/EsxiCluster$HypervisorsDefaultEntryHolder.class
430
432
  com/lansweeper/dp/outbound/v1/WindowsMonitorInfo.class
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
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": "f74beae4937dc2e6eed2408ed7d7a54551803d7d"
12
+ "gitHead": "6410410f42563dbeccb3fda5e8a45a3a5c7e278e"
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.4.2</version>
9
+ <version>0.4.3</version>
10
10
  <packaging>pom</packaging>
11
11
  <modules>
12
12
  <module>model</module>
@@ -4576,10 +4576,10 @@ message Office365Organization {
4576
4576
  // Users and groups are standalone entities, so they are not included here
4577
4577
  repeated Office365Domain domains = 12;
4578
4578
  repeated Office365License licenses = 15;
4579
- map<string, Office365AssignedPlan> assigned_plans = 16; // The key is the service plan id
4579
+ map<string, Office365AssignedPlan> assigned_plans = 16 [deprecated=true];
4580
4580
  repeated Office365Contact contacts = 17;
4581
4581
  repeated Office365Mailbox mailboxes = 18;
4582
- repeated Office365AssignedLicense assigned_licenses = 19;
4582
+ repeated Office365AssignedLicense assigned_licenses = 19 [deprecated=true];
4583
4583
  }
4584
4584
 
4585
4585
  message Office365Mailbox {
@@ -4713,4 +4713,5 @@ message Office365User {
4713
4713
  map<string, bool> group_keys = 42; // Deduplicated set of group entity keys this user is member of
4714
4714
  optional string type = 43;
4715
4715
  optional string domain = 44;
4716
+ map<string, Office365AssignedPlan> assigned_plans = 45;
4716
4717
  }
package/service/pom.xml CHANGED
@@ -6,7 +6,7 @@
6
6
  <parent>
7
7
  <groupId>com.lansweeper.dp.outbound.v1</groupId>
8
8
  <artifactId>parent</artifactId>
9
- <version>0.4.2</version>
9
+ <version>0.4.3</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-service</artifactId>
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Mon Feb 10 16:04:20 UTC 2025
2
+ #Wed Feb 19 20:26:58 UTC 2025
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-service
5
- version=0.4.2
5
+ version=0.4.3
index fb22da9..e8a4ce8 100644
Binary file