@lansweeper/data-platform-outbound-grpc 0.3.4 → 0.3.5

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 (27) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +6 -0
  4. package/gen-proto/outbound_pb.js +48 -0
  5. package/generated-go/outbound.pb.go +393 -383
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +1 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  14. package/model/target/classes/outbound.proto +1 -0
  15. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +694 -537
  16. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +17 -0
  17. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +137 -136
  18. package/model/target/maven-archiver/pom.properties +2 -2
  19. package/model/target/{outbound-model-0.3.3-sources.jar → outbound-model-0.3.4-sources.jar} +0 -0
  20. package/model/target/{outbound-model-0.3.3.jar → outbound-model-0.3.4.jar} +0 -0
  21. package/package.json +2 -2
  22. package/pom.xml +1 -1
  23. package/proto/outbound.proto +1 -0
  24. package/service/pom.xml +1 -1
  25. package/service/target/maven-archiver/pom.properties +2 -2
  26. package/service/target/{outbound-service-0.3.3-sources.jar → outbound-service-0.3.4-sources.jar} +0 -0
  27. package/service/target/{outbound-service-0.3.3.jar → outbound-service-0.3.4.jar} +0 -0
package/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.3",
2
+ "version": "0.3.4",
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.3</version>
9
+ <version>0.3.4</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-model</artifactId>
@@ -3479,6 +3479,7 @@ message ActiveDirectoryUser {
3479
3479
  optional string sam_account_name = 2;
3480
3480
  optional string cn = 3;
3481
3481
  optional string ou = 4;
3482
+ optional string domain = 58;
3482
3483
  optional string description = 5;
3483
3484
  optional string comment = 6;
3484
3485
  optional string company = 7;
@@ -3479,6 +3479,7 @@ message ActiveDirectoryUser {
3479
3479
  optional string sam_account_name = 2;
3480
3480
  optional string cn = 3;
3481
3481
  optional string ou = 4;
3482
+ optional string domain = 58;
3482
3483
  optional string description = 5;
3483
3484
  optional string comment = 6;
3484
3485
  optional string company = 7;