@lansweeper/data-platform-outbound-grpc 0.8.13 → 0.9.1

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 (47) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +94 -0
  4. package/gen-proto/outbound_pb.js +732 -2
  5. package/generated-go/outbound.pb.go +4726 -4463
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +44 -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/DebianBasedSoftwareDataPoints$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints$Builder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$1.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software$Builder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Software.class +0 -0
  25. package/model/target/classes/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.class +0 -0
  26. package/model/target/classes/outbound.proto +44 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUser.java +157 -0
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryUserOrBuilder.java +17 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPoints.java +1270 -0
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/DebianBasedSoftwareDataPointsOrBuilder.java +153 -0
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1319 -1279
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPoints.java +939 -0
  33. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/RhelBasedSoftwareDataPointsOrBuilder.java +95 -0
  34. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Software.java +370 -0
  35. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SoftwareOrBuilder.java +30 -0
  36. package/model/target/maven-archiver/pom.properties +2 -2
  37. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
  38. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
  39. package/model/target/{outbound-model-0.8.12-sources.jar → outbound-model-0.9.0-sources.jar} +0 -0
  40. package/model/target/{outbound-model-0.8.12.jar → outbound-model-0.9.0.jar} +0 -0
  41. package/package.json +2 -2
  42. package/pom.xml +1 -1
  43. package/proto/outbound.proto +44 -0
  44. package/service/pom.xml +1 -1
  45. package/service/target/maven-archiver/pom.properties +2 -2
  46. package/service/target/{outbound-service-0.8.12-sources.jar → outbound-service-0.9.0-sources.jar} +0 -0
  47. package/service/target/{outbound-service-0.8.12.jar → outbound-service-0.9.0.jar} +0 -0
@@ -0,0 +1,153 @@
1
+ // Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ // source: outbound.proto
3
+
4
+ // Protobuf Java Version: 3.25.1
5
+ package com.lansweeper.dp.outbound.v1;
6
+
7
+ public interface DebianBasedSoftwareDataPointsOrBuilder extends
8
+ // @@protoc_insertion_point(interface_extends:com.lansweeper.dp.outbound.v1.DebianBasedSoftwareDataPoints)
9
+ com.google.protobuf.MessageOrBuilder {
10
+
11
+ /**
12
+ * <pre>
13
+ * The abbreviated status of the Debian package as reported by `dpkg`.
14
+ * Common values include:
15
+ * "ii" - installed, installed (package is installed and configured)
16
+ * "rc" - removed, config-files (package removed, but configuration files remain)
17
+ * "un" - uninstalled (package is not installed)
18
+ * </pre>
19
+ *
20
+ * <code>optional string dpkg_status_abbrev = 1;</code>
21
+ * @return Whether the dpkgStatusAbbrev field is set.
22
+ */
23
+ boolean hasDpkgStatusAbbrev();
24
+ /**
25
+ * <pre>
26
+ * The abbreviated status of the Debian package as reported by `dpkg`.
27
+ * Common values include:
28
+ * "ii" - installed, installed (package is installed and configured)
29
+ * "rc" - removed, config-files (package removed, but configuration files remain)
30
+ * "un" - uninstalled (package is not installed)
31
+ * </pre>
32
+ *
33
+ * <code>optional string dpkg_status_abbrev = 1;</code>
34
+ * @return The dpkgStatusAbbrev.
35
+ */
36
+ java.lang.String getDpkgStatusAbbrev();
37
+ /**
38
+ * <pre>
39
+ * The abbreviated status of the Debian package as reported by `dpkg`.
40
+ * Common values include:
41
+ * "ii" - installed, installed (package is installed and configured)
42
+ * "rc" - removed, config-files (package removed, but configuration files remain)
43
+ * "un" - uninstalled (package is not installed)
44
+ * </pre>
45
+ *
46
+ * <code>optional string dpkg_status_abbrev = 1;</code>
47
+ * @return The bytes for dpkgStatusAbbrev.
48
+ */
49
+ com.google.protobuf.ByteString
50
+ getDpkgStatusAbbrevBytes();
51
+
52
+ /**
53
+ * <pre>
54
+ * The name of the binary package. For multi-arch setups or specific package splits,
55
+ * this might include the architecture suffix (e.g., "zlib1g:amd64").
56
+ * This is the actual package name installed on the system.
57
+ * </pre>
58
+ *
59
+ * <code>optional string binary_package_name = 2;</code>
60
+ * @return Whether the binaryPackageName field is set.
61
+ */
62
+ boolean hasBinaryPackageName();
63
+ /**
64
+ * <pre>
65
+ * The name of the binary package. For multi-arch setups or specific package splits,
66
+ * this might include the architecture suffix (e.g., "zlib1g:amd64").
67
+ * This is the actual package name installed on the system.
68
+ * </pre>
69
+ *
70
+ * <code>optional string binary_package_name = 2;</code>
71
+ * @return The binaryPackageName.
72
+ */
73
+ java.lang.String getBinaryPackageName();
74
+ /**
75
+ * <pre>
76
+ * The name of the binary package. For multi-arch setups or specific package splits,
77
+ * this might include the architecture suffix (e.g., "zlib1g:amd64").
78
+ * This is the actual package name installed on the system.
79
+ * </pre>
80
+ *
81
+ * <code>optional string binary_package_name = 2;</code>
82
+ * @return The bytes for binaryPackageName.
83
+ */
84
+ com.google.protobuf.ByteString
85
+ getBinaryPackageNameBytes();
86
+
87
+ /**
88
+ * <pre>
89
+ * The name of the source package from which this binary package was built.
90
+ * Many binary packages are built from a single source package (e.g., "bind9" source package builds "bind9-host", "bind9utils", etc.).
91
+ * </pre>
92
+ *
93
+ * <code>optional string source_package_name = 3;</code>
94
+ * @return Whether the sourcePackageName field is set.
95
+ */
96
+ boolean hasSourcePackageName();
97
+ /**
98
+ * <pre>
99
+ * The name of the source package from which this binary package was built.
100
+ * Many binary packages are built from a single source package (e.g., "bind9" source package builds "bind9-host", "bind9utils", etc.).
101
+ * </pre>
102
+ *
103
+ * <code>optional string source_package_name = 3;</code>
104
+ * @return The sourcePackageName.
105
+ */
106
+ java.lang.String getSourcePackageName();
107
+ /**
108
+ * <pre>
109
+ * The name of the source package from which this binary package was built.
110
+ * Many binary packages are built from a single source package (e.g., "bind9" source package builds "bind9-host", "bind9utils", etc.).
111
+ * </pre>
112
+ *
113
+ * <code>optional string source_package_name = 3;</code>
114
+ * @return The bytes for sourcePackageName.
115
+ */
116
+ com.google.protobuf.ByteString
117
+ getSourcePackageNameBytes();
118
+
119
+ /**
120
+ * <pre>
121
+ * The version string of the source package. This can differ from the binary package's version
122
+ * if a patch or rebuild has occurred without a full version bump on the binary.
123
+ * Crucial for linking to source-level vulnerability information.
124
+ * </pre>
125
+ *
126
+ * <code>optional string source_version = 4;</code>
127
+ * @return Whether the sourceVersion field is set.
128
+ */
129
+ boolean hasSourceVersion();
130
+ /**
131
+ * <pre>
132
+ * The version string of the source package. This can differ from the binary package's version
133
+ * if a patch or rebuild has occurred without a full version bump on the binary.
134
+ * Crucial for linking to source-level vulnerability information.
135
+ * </pre>
136
+ *
137
+ * <code>optional string source_version = 4;</code>
138
+ * @return The sourceVersion.
139
+ */
140
+ java.lang.String getSourceVersion();
141
+ /**
142
+ * <pre>
143
+ * The version string of the source package. This can differ from the binary package's version
144
+ * if a patch or rebuild has occurred without a full version bump on the binary.
145
+ * Crucial for linking to source-level vulnerability information.
146
+ * </pre>
147
+ *
148
+ * <code>optional string source_version = 4;</code>
149
+ * @return The bytes for sourceVersion.
150
+ */
151
+ com.google.protobuf.ByteString
152
+ getSourceVersionBytes();
153
+ }