@lansweeper/data-platform-outbound-grpc 0.8.5 → 0.8.6
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 +4 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +54 -0
- package/gen-proto/outbound_pb.js +460 -1
- package/generated-go/outbound.pb.go +11887 -11751
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +9 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +9 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +1665 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +135 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3654 -3636
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.8.4-sources.jar → outbound-model-0.8.5-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.4.jar → outbound-model-0.8.5.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +9 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.4-sources.jar → outbound-service-0.8.5-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.4.jar → outbound-service-0.8.5.jar} +0 -0
package/java.json
CHANGED
package/model/pom.xml
CHANGED
|
@@ -348,6 +348,15 @@ message Asset {
|
|
|
348
348
|
optional google.protobuf.Timestamp last_ip_scan = 3;
|
|
349
349
|
optional google.protobuf.Timestamp last_saved = 4;
|
|
350
350
|
optional google.protobuf.Timestamp last_sccm_scan = 5;
|
|
351
|
+
optional google.protobuf.Timestamp last_ls_agent = 6;
|
|
352
|
+
optional google.protobuf.Timestamp last_ls_fall_back = 7;
|
|
353
|
+
optional google.protobuf.Timestamp last_work_group_scan = 8;
|
|
354
|
+
optional google.protobuf.Timestamp last_asset_radar_scan = 9;
|
|
355
|
+
optional google.protobuf.Timestamp last_performance_scan = 10;
|
|
356
|
+
optional google.protobuf.Timestamp last_ls_push = 11;
|
|
357
|
+
optional google.protobuf.Timestamp last_scheduled = 12;
|
|
358
|
+
optional google.protobuf.Timestamp last_triggered= 13;
|
|
359
|
+
optional google.protobuf.Timestamp last_ls_agent_direct= 14;
|
|
351
360
|
|
|
352
361
|
}
|
|
353
362
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -348,6 +348,15 @@ message Asset {
|
|
|
348
348
|
optional google.protobuf.Timestamp last_ip_scan = 3;
|
|
349
349
|
optional google.protobuf.Timestamp last_saved = 4;
|
|
350
350
|
optional google.protobuf.Timestamp last_sccm_scan = 5;
|
|
351
|
+
optional google.protobuf.Timestamp last_ls_agent = 6;
|
|
352
|
+
optional google.protobuf.Timestamp last_ls_fall_back = 7;
|
|
353
|
+
optional google.protobuf.Timestamp last_work_group_scan = 8;
|
|
354
|
+
optional google.protobuf.Timestamp last_asset_radar_scan = 9;
|
|
355
|
+
optional google.protobuf.Timestamp last_performance_scan = 10;
|
|
356
|
+
optional google.protobuf.Timestamp last_ls_push = 11;
|
|
357
|
+
optional google.protobuf.Timestamp last_scheduled = 12;
|
|
358
|
+
optional google.protobuf.Timestamp last_triggered= 13;
|
|
359
|
+
optional google.protobuf.Timestamp last_ls_agent_direct= 14;
|
|
351
360
|
|
|
352
361
|
}
|
|
353
362
|
|