@lansweeper/data-platform-outbound-grpc 0.3.30 → 0.3.31

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 (44) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +43 -0
  4. package/gen-proto/outbound_pb.js +388 -3
  5. package/generated-go/outbound.pb.go +482 -337
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +11 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$UsersKeysDefaultEntryHolder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  25. package/model/target/classes/outbound.proto +11 -0
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.java +1086 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.java +70 -0
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.java +272 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.java +24 -0
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +200 -181
  33. package/model/target/maven-archiver/pom.properties +2 -2
  34. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
  35. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  36. package/model/target/{outbound-model-0.3.29-sources.jar → outbound-model-0.3.30-sources.jar} +0 -0
  37. package/model/target/{outbound-model-0.3.29.jar → outbound-model-0.3.30.jar} +0 -0
  38. package/package.json +2 -2
  39. package/pom.xml +1 -1
  40. package/proto/outbound.proto +11 -0
  41. package/service/pom.xml +1 -1
  42. package/service/target/maven-archiver/pom.properties +2 -2
  43. package/service/target/{outbound-service-0.3.29-sources.jar → outbound-service-0.3.30-sources.jar} +0 -0
  44. package/service/target/{outbound-service-0.3.29.jar → outbound-service-0.3.30.jar} +0 -0
package/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.29",
2
+ "version": "0.3.30",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "name": "outbound",
5
5
  "service": true
package/model/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.29</version>
9
+ <version>0.3.30</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-model</artifactId>
@@ -4214,6 +4214,7 @@ message Office365Organization {
4214
4214
  map<string, Office365AssignedPlan> assigned_plans = 16; // The key is the service plan id
4215
4215
  repeated Office365Contact contacts = 17;
4216
4216
  repeated Office365Mailbox mailboxes = 18;
4217
+ repeated Office365AssignedLicense assigned_licenses = 19;
4217
4218
  }
4218
4219
 
4219
4220
  message Office365Mailbox {
@@ -4237,6 +4238,16 @@ message Office365AssignedPlan {
4237
4238
  optional string capability_status = 3;
4238
4239
  optional google.protobuf.Timestamp assigned_time_stamp = 4;
4239
4240
  map<string, bool> users_keys = 5; // Entity keys of users assigned to this plan
4241
+ string o365_assigned_plan_id = 6;
4242
+ string o365_user_id = 8;
4243
+ }
4244
+
4245
+ message Office365AssignedLicense {
4246
+ string o365_assigned_license_id = 1;
4247
+ string o365_license_id = 2;
4248
+ string o365_user_id = 3;
4249
+ string o365_assigned_license_key = 4;
4250
+ string o365_license_key = 5;
4240
4251
  }
4241
4252
 
4242
4253
  message Office365Contact {
@@ -4214,6 +4214,7 @@ message Office365Organization {
4214
4214
  map<string, Office365AssignedPlan> assigned_plans = 16; // The key is the service plan id
4215
4215
  repeated Office365Contact contacts = 17;
4216
4216
  repeated Office365Mailbox mailboxes = 18;
4217
+ repeated Office365AssignedLicense assigned_licenses = 19;
4217
4218
  }
4218
4219
 
4219
4220
  message Office365Mailbox {
@@ -4237,6 +4238,16 @@ message Office365AssignedPlan {
4237
4238
  optional string capability_status = 3;
4238
4239
  optional google.protobuf.Timestamp assigned_time_stamp = 4;
4239
4240
  map<string, bool> users_keys = 5; // Entity keys of users assigned to this plan
4241
+ string o365_assigned_plan_id = 6;
4242
+ string o365_user_id = 8;
4243
+ }
4244
+
4245
+ message Office365AssignedLicense {
4246
+ string o365_assigned_license_id = 1;
4247
+ string o365_license_id = 2;
4248
+ string o365_user_id = 3;
4249
+ string o365_assigned_license_key = 4;
4250
+ string o365_license_key = 5;
4240
4251
  }
4241
4252
 
4242
4253
  message Office365Contact {