@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.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +6 -0
- package/gen-proto/outbound_pb.js +48 -0
- package/generated-go/outbound.pb.go +393 -383
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +1 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +1 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +694 -537
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +17 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +137 -136
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.3-sources.jar → outbound-model-0.3.4-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.3.jar → outbound-model-0.3.4.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +1 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.3-sources.jar → outbound-service-0.3.4-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.3.jar → outbound-service-0.3.4.jar} +0 -0
package/java.json
CHANGED
package/model/pom.xml
CHANGED
|
@@ -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;
|
|
Binary file
|
package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser$Builder.class
CHANGED
|
Binary file
|
|
Binary file
|
package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.class
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -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;
|