@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
@@ -4213,6 +4213,22 @@ message Office365Organization {
4213
4213
  repeated Office365License licenses = 15;
4214
4214
  map<string, Office365AssignedPlan> assigned_plans = 16; // The key is the service plan id
4215
4215
  repeated Office365Contact contacts = 17;
4216
+ repeated Office365Mailbox mailboxes = 18;
4217
+ }
4218
+
4219
+ message Office365Mailbox {
4220
+ string o365_mailbox_id = 1;
4221
+ string o365_organization_id = 2;
4222
+ string display_name = 3;
4223
+ string primary_email = 4;
4224
+ string email_address = 5;
4225
+ string alias = 6;
4226
+ string recipient_type = 7;
4227
+ string recipient_type_details = 8;
4228
+ string user_principal_name = 9;
4229
+ string identity = 10;
4230
+ string o365_mailbox_key = 11;
4231
+ string o365_organization_key = 12;
4216
4232
  }
4217
4233
 
4218
4234
  message Office365AssignedPlan {
@@ -4253,6 +4269,7 @@ message Office365Group {
4253
4269
  optional string mail_nickname = 7;
4254
4270
  optional string proxy_addresses = 8;
4255
4271
  optional string organization_entity_key = 9; //Reference to the Office365 organization entity key related to this group
4272
+ optional string type = 10;
4256
4273
  }
4257
4274
 
4258
4275
  message Office365License {
@@ -4266,6 +4283,7 @@ message Office365License {
4266
4283
  optional string capability_status = 8;
4267
4284
  map<string, bool> users_keys = 9; // Entity keys of users assigned to this license
4268
4285
  repeated Office365ServicePlan service_plans = 10;
4286
+ optional string name = 11;
4269
4287
  }
4270
4288
 
4271
4289
  message Office365ServicePlan {
@@ -4317,4 +4335,6 @@ message Office365User {
4317
4335
  optional string name = 40;
4318
4336
  optional string organization_entity_key = 41; //Reference to the Office365 organization entity key related to this user
4319
4337
  map<string, bool> group_keys = 42; // Deduplicated set of group entity keys this user is member of
4338
+ optional string type = 43;
4339
+ optional string domain = 44;
4320
4340
  }
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.3.28</version>
9
+ <version>0.3.29</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-service</artifactId>
@@ -1,5 +1,5 @@
1
1
  #Generated by Maven
2
- #Tue Oct 29 11:17:06 UTC 2024
2
+ #Tue Nov 05 14:53:43 UTC 2024
3
3
  groupId=com.lansweeper.dp.outbound.v1
4
4
  artifactId=outbound-service
5
- version=0.3.28
5
+ version=0.3.29
index c785a8b..4e3225e 100644
Binary file