@lansweeper/data-platform-outbound-grpc 0.3.16 → 0.3.17

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 (42) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +15 -21
  4. package/gen-proto/outbound_pb.js +50 -101
  5. package/generated-go/outbound.pb.go +8907 -8922
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +3 -4
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice$Builder.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDevice.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceActionResult$1.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/{DeviceActionResult$Builder.class → IntuneDeviceActionResult$Builder.class} +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/{DeviceActionResult.class → IntuneDeviceActionResult.class} +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceActionResultOrBuilder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  21. package/model/target/classes/outbound.proto +3 -4
  22. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +0 -185
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +0 -15
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDevice.java +52 -52
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{DeviceActionResult.java → IntuneDeviceActionResult.java} +56 -56
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{DeviceActionResultOrBuilder.java → IntuneDeviceActionResultOrBuilder.java} +2 -2
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/IntuneDeviceOrBuilder.java +9 -9
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2730 -2732
  29. package/model/target/maven-archiver/pom.properties +2 -2
  30. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -4
  31. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -2
  32. package/model/target/{outbound-model-0.3.15-sources.jar → outbound-model-0.3.16-sources.jar} +0 -0
  33. package/model/target/{outbound-model-0.3.15.jar → outbound-model-0.3.16.jar} +0 -0
  34. package/package.json +2 -2
  35. package/pom.xml +1 -1
  36. package/proto/outbound.proto +3 -4
  37. package/service/pom.xml +1 -1
  38. package/service/target/maven-archiver/pom.properties +2 -2
  39. package/service/target/{outbound-service-0.3.15-sources.jar → outbound-service-0.3.16-sources.jar} +0 -0
  40. package/service/target/{outbound-service-0.3.15.jar → outbound-service-0.3.16.jar} +0 -0
  41. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResult$1.class +0 -0
  42. package/model/target/classes/com/lansweeper/dp/outbound/v1/DeviceActionResultOrBuilder.class +0 -0
package/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.15",
2
+ "version": "0.3.16",
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.15</version>
9
+ <version>0.3.16</version>
10
10
  </parent>
11
11
 
12
12
  <artifactId>outbound-model</artifactId>
@@ -266,7 +266,7 @@ message Asset {
266
266
  repeated WarrantyInfo warranty_info = 81;
267
267
 
268
268
  // list of deprecated fields, now moved to computer message
269
- reserved 9, 26, 13, 37, 15, 18, 19, 21, 24, 25, 27, 30, 28, 29, 31, 82;
269
+ reserved 9, 26, 13, 37, 15, 18, 19, 21, 24, 25, 27, 30, 28, 29, 31, 82, 91;
270
270
 
271
271
  optional Computer computer = 75;
272
272
  optional ServerGroup server_group = 87;
@@ -284,7 +284,6 @@ message Asset {
284
284
  repeated AssetChangeEvent change_log = 80;
285
285
 
286
286
  optional IntuneDevice intune_device = 90;
287
- optional IntuneApplication intune_application = 91;
288
287
  }
289
288
 
290
289
 
@@ -656,7 +655,7 @@ message AssetType {
656
655
  optional string fing_type = 2;
657
656
  optional string sub_type = 4; // sub type for OT and CDK
658
657
  }
659
- message DeviceActionResult {
658
+ message IntuneDeviceActionResult {
660
659
  string action_name = 1;
661
660
  string action_state = 2; // none/pending/canceled/active/done/failed/notSupported
662
661
  optional google.protobuf.Timestamp start_date_time = 3;
@@ -691,7 +690,7 @@ message IntuneDevice {
691
690
  string user_id = 24;
692
691
  string device_name = 25;
693
692
  string managed_device_owner_type = 26;
694
- repeated DeviceActionResult device_action_results = 27;
693
+ repeated IntuneDeviceActionResult device_action_results = 27;
695
694
  optional google.protobuf.Timestamp enrolled_date_time = 28;
696
695
  optional google.protobuf.Timestamp last_sync_date_time = 29;
697
696
  string operating_system = 30;
@@ -266,7 +266,7 @@ message Asset {
266
266
  repeated WarrantyInfo warranty_info = 81;
267
267
 
268
268
  // list of deprecated fields, now moved to computer message
269
- reserved 9, 26, 13, 37, 15, 18, 19, 21, 24, 25, 27, 30, 28, 29, 31, 82;
269
+ reserved 9, 26, 13, 37, 15, 18, 19, 21, 24, 25, 27, 30, 28, 29, 31, 82, 91;
270
270
 
271
271
  optional Computer computer = 75;
272
272
  optional ServerGroup server_group = 87;
@@ -284,7 +284,6 @@ message Asset {
284
284
  repeated AssetChangeEvent change_log = 80;
285
285
 
286
286
  optional IntuneDevice intune_device = 90;
287
- optional IntuneApplication intune_application = 91;
288
287
  }
289
288
 
290
289
 
@@ -656,7 +655,7 @@ message AssetType {
656
655
  optional string fing_type = 2;
657
656
  optional string sub_type = 4; // sub type for OT and CDK
658
657
  }
659
- message DeviceActionResult {
658
+ message IntuneDeviceActionResult {
660
659
  string action_name = 1;
661
660
  string action_state = 2; // none/pending/canceled/active/done/failed/notSupported
662
661
  optional google.protobuf.Timestamp start_date_time = 3;
@@ -691,7 +690,7 @@ message IntuneDevice {
691
690
  string user_id = 24;
692
691
  string device_name = 25;
693
692
  string managed_device_owner_type = 26;
694
- repeated DeviceActionResult device_action_results = 27;
693
+ repeated IntuneDeviceActionResult device_action_results = 27;
695
694
  optional google.protobuf.Timestamp enrolled_date_time = 28;
696
695
  optional google.protobuf.Timestamp last_sync_date_time = 29;
697
696
  string operating_system = 30;
@@ -1337,32 +1337,6 @@ private static final long serialVersionUID = 0L;
1337
1337
  return intuneDevice_ == null ? com.lansweeper.dp.outbound.v1.IntuneDevice.getDefaultInstance() : intuneDevice_;
1338
1338
  }
1339
1339
 
1340
- public static final int INTUNE_APPLICATION_FIELD_NUMBER = 91;
1341
- private com.lansweeper.dp.outbound.v1.IntuneApplication intuneApplication_;
1342
- /**
1343
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
1344
- * @return Whether the intuneApplication field is set.
1345
- */
1346
- @java.lang.Override
1347
- public boolean hasIntuneApplication() {
1348
- return ((bitField0_ & 0x08000000) != 0);
1349
- }
1350
- /**
1351
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
1352
- * @return The intuneApplication.
1353
- */
1354
- @java.lang.Override
1355
- public com.lansweeper.dp.outbound.v1.IntuneApplication getIntuneApplication() {
1356
- return intuneApplication_ == null ? com.lansweeper.dp.outbound.v1.IntuneApplication.getDefaultInstance() : intuneApplication_;
1357
- }
1358
- /**
1359
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
1360
- */
1361
- @java.lang.Override
1362
- public com.lansweeper.dp.outbound.v1.IntuneApplicationOrBuilder getIntuneApplicationOrBuilder() {
1363
- return intuneApplication_ == null ? com.lansweeper.dp.outbound.v1.IntuneApplication.getDefaultInstance() : intuneApplication_;
1364
- }
1365
-
1366
1340
  private byte memoizedIsInitialized = -1;
1367
1341
  @java.lang.Override
1368
1342
  public final boolean isInitialized() {
@@ -1479,9 +1453,6 @@ private static final long serialVersionUID = 0L;
1479
1453
  if (((bitField0_ & 0x04000000) != 0)) {
1480
1454
  output.writeMessage(90, getIntuneDevice());
1481
1455
  }
1482
- if (((bitField0_ & 0x08000000) != 0)) {
1483
- output.writeMessage(91, getIntuneApplication());
1484
- }
1485
1456
  for (int i = 0; i < dataProcessor_.size(); i++) {
1486
1457
  output.writeMessage(92, dataProcessor_.get(i));
1487
1458
  }
@@ -1627,10 +1598,6 @@ private static final long serialVersionUID = 0L;
1627
1598
  size += com.google.protobuf.CodedOutputStream
1628
1599
  .computeMessageSize(90, getIntuneDevice());
1629
1600
  }
1630
- if (((bitField0_ & 0x08000000) != 0)) {
1631
- size += com.google.protobuf.CodedOutputStream
1632
- .computeMessageSize(91, getIntuneApplication());
1633
- }
1634
1601
  for (int i = 0; i < dataProcessor_.size(); i++) {
1635
1602
  size += com.google.protobuf.CodedOutputStream
1636
1603
  .computeMessageSize(92, dataProcessor_.get(i));
@@ -1801,11 +1768,6 @@ private static final long serialVersionUID = 0L;
1801
1768
  if (!getIntuneDevice()
1802
1769
  .equals(other.getIntuneDevice())) return false;
1803
1770
  }
1804
- if (hasIntuneApplication() != other.hasIntuneApplication()) return false;
1805
- if (hasIntuneApplication()) {
1806
- if (!getIntuneApplication()
1807
- .equals(other.getIntuneApplication())) return false;
1808
- }
1809
1771
  if (!getUnknownFields().equals(other.getUnknownFields())) return false;
1810
1772
  return true;
1811
1773
  }
@@ -1957,10 +1919,6 @@ private static final long serialVersionUID = 0L;
1957
1919
  hash = (37 * hash) + INTUNE_DEVICE_FIELD_NUMBER;
1958
1920
  hash = (53 * hash) + getIntuneDevice().hashCode();
1959
1921
  }
1960
- if (hasIntuneApplication()) {
1961
- hash = (37 * hash) + INTUNE_APPLICATION_FIELD_NUMBER;
1962
- hash = (53 * hash) + getIntuneApplication().hashCode();
1963
- }
1964
1922
  hash = (29 * hash) + getUnknownFields().hashCode();
1965
1923
  memoizedHashCode = hash;
1966
1924
  return hash;
@@ -2127,7 +2085,6 @@ private static final long serialVersionUID = 0L;
2127
2085
  getCloudFieldBuilder();
2128
2086
  getChangeLogFieldBuilder();
2129
2087
  getIntuneDeviceFieldBuilder();
2130
- getIntuneApplicationFieldBuilder();
2131
2088
  }
2132
2089
  }
2133
2090
  @java.lang.Override
@@ -2314,11 +2271,6 @@ private static final long serialVersionUID = 0L;
2314
2271
  intuneDeviceBuilder_.dispose();
2315
2272
  intuneDeviceBuilder_ = null;
2316
2273
  }
2317
- intuneApplication_ = null;
2318
- if (intuneApplicationBuilder_ != null) {
2319
- intuneApplicationBuilder_.dispose();
2320
- intuneApplicationBuilder_ = null;
2321
- }
2322
2274
  return this;
2323
2275
  }
2324
2276
 
@@ -2592,12 +2544,6 @@ private static final long serialVersionUID = 0L;
2592
2544
  : intuneDeviceBuilder_.build();
2593
2545
  to_bitField0_ |= 0x04000000;
2594
2546
  }
2595
- if (((from_bitField1_ & 0x00000008) != 0)) {
2596
- result.intuneApplication_ = intuneApplicationBuilder_ == null
2597
- ? intuneApplication_
2598
- : intuneApplicationBuilder_.build();
2599
- to_bitField0_ |= 0x08000000;
2600
- }
2601
2547
  result.bitField0_ |= to_bitField0_;
2602
2548
  }
2603
2549
 
@@ -2940,9 +2886,6 @@ private static final long serialVersionUID = 0L;
2940
2886
  if (other.hasIntuneDevice()) {
2941
2887
  mergeIntuneDevice(other.getIntuneDevice());
2942
2888
  }
2943
- if (other.hasIntuneApplication()) {
2944
- mergeIntuneApplication(other.getIntuneApplication());
2945
- }
2946
2889
  this.mergeUnknownFields(other.getUnknownFields());
2947
2890
  onChanged();
2948
2891
  return this;
@@ -3243,13 +3186,6 @@ private static final long serialVersionUID = 0L;
3243
3186
  bitField1_ |= 0x00000004;
3244
3187
  break;
3245
3188
  } // case 722
3246
- case 730: {
3247
- input.readMessage(
3248
- getIntuneApplicationFieldBuilder().getBuilder(),
3249
- extensionRegistry);
3250
- bitField1_ |= 0x00000008;
3251
- break;
3252
- } // case 730
3253
3189
  case 738: {
3254
3190
  com.lansweeper.dp.outbound.v1.DataProcessor m =
3255
3191
  input.readMessage(
@@ -8923,127 +8859,6 @@ private static final long serialVersionUID = 0L;
8923
8859
  }
8924
8860
  return intuneDeviceBuilder_;
8925
8861
  }
8926
-
8927
- private com.lansweeper.dp.outbound.v1.IntuneApplication intuneApplication_;
8928
- private com.google.protobuf.SingleFieldBuilderV3<
8929
- com.lansweeper.dp.outbound.v1.IntuneApplication, com.lansweeper.dp.outbound.v1.IntuneApplication.Builder, com.lansweeper.dp.outbound.v1.IntuneApplicationOrBuilder> intuneApplicationBuilder_;
8930
- /**
8931
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
8932
- * @return Whether the intuneApplication field is set.
8933
- */
8934
- public boolean hasIntuneApplication() {
8935
- return ((bitField1_ & 0x00000008) != 0);
8936
- }
8937
- /**
8938
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
8939
- * @return The intuneApplication.
8940
- */
8941
- public com.lansweeper.dp.outbound.v1.IntuneApplication getIntuneApplication() {
8942
- if (intuneApplicationBuilder_ == null) {
8943
- return intuneApplication_ == null ? com.lansweeper.dp.outbound.v1.IntuneApplication.getDefaultInstance() : intuneApplication_;
8944
- } else {
8945
- return intuneApplicationBuilder_.getMessage();
8946
- }
8947
- }
8948
- /**
8949
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
8950
- */
8951
- public Builder setIntuneApplication(com.lansweeper.dp.outbound.v1.IntuneApplication value) {
8952
- if (intuneApplicationBuilder_ == null) {
8953
- if (value == null) {
8954
- throw new NullPointerException();
8955
- }
8956
- intuneApplication_ = value;
8957
- } else {
8958
- intuneApplicationBuilder_.setMessage(value);
8959
- }
8960
- bitField1_ |= 0x00000008;
8961
- onChanged();
8962
- return this;
8963
- }
8964
- /**
8965
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
8966
- */
8967
- public Builder setIntuneApplication(
8968
- com.lansweeper.dp.outbound.v1.IntuneApplication.Builder builderForValue) {
8969
- if (intuneApplicationBuilder_ == null) {
8970
- intuneApplication_ = builderForValue.build();
8971
- } else {
8972
- intuneApplicationBuilder_.setMessage(builderForValue.build());
8973
- }
8974
- bitField1_ |= 0x00000008;
8975
- onChanged();
8976
- return this;
8977
- }
8978
- /**
8979
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
8980
- */
8981
- public Builder mergeIntuneApplication(com.lansweeper.dp.outbound.v1.IntuneApplication value) {
8982
- if (intuneApplicationBuilder_ == null) {
8983
- if (((bitField1_ & 0x00000008) != 0) &&
8984
- intuneApplication_ != null &&
8985
- intuneApplication_ != com.lansweeper.dp.outbound.v1.IntuneApplication.getDefaultInstance()) {
8986
- getIntuneApplicationBuilder().mergeFrom(value);
8987
- } else {
8988
- intuneApplication_ = value;
8989
- }
8990
- } else {
8991
- intuneApplicationBuilder_.mergeFrom(value);
8992
- }
8993
- if (intuneApplication_ != null) {
8994
- bitField1_ |= 0x00000008;
8995
- onChanged();
8996
- }
8997
- return this;
8998
- }
8999
- /**
9000
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
9001
- */
9002
- public Builder clearIntuneApplication() {
9003
- bitField1_ = (bitField1_ & ~0x00000008);
9004
- intuneApplication_ = null;
9005
- if (intuneApplicationBuilder_ != null) {
9006
- intuneApplicationBuilder_.dispose();
9007
- intuneApplicationBuilder_ = null;
9008
- }
9009
- onChanged();
9010
- return this;
9011
- }
9012
- /**
9013
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
9014
- */
9015
- public com.lansweeper.dp.outbound.v1.IntuneApplication.Builder getIntuneApplicationBuilder() {
9016
- bitField1_ |= 0x00000008;
9017
- onChanged();
9018
- return getIntuneApplicationFieldBuilder().getBuilder();
9019
- }
9020
- /**
9021
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
9022
- */
9023
- public com.lansweeper.dp.outbound.v1.IntuneApplicationOrBuilder getIntuneApplicationOrBuilder() {
9024
- if (intuneApplicationBuilder_ != null) {
9025
- return intuneApplicationBuilder_.getMessageOrBuilder();
9026
- } else {
9027
- return intuneApplication_ == null ?
9028
- com.lansweeper.dp.outbound.v1.IntuneApplication.getDefaultInstance() : intuneApplication_;
9029
- }
9030
- }
9031
- /**
9032
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
9033
- */
9034
- private com.google.protobuf.SingleFieldBuilderV3<
9035
- com.lansweeper.dp.outbound.v1.IntuneApplication, com.lansweeper.dp.outbound.v1.IntuneApplication.Builder, com.lansweeper.dp.outbound.v1.IntuneApplicationOrBuilder>
9036
- getIntuneApplicationFieldBuilder() {
9037
- if (intuneApplicationBuilder_ == null) {
9038
- intuneApplicationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
9039
- com.lansweeper.dp.outbound.v1.IntuneApplication, com.lansweeper.dp.outbound.v1.IntuneApplication.Builder, com.lansweeper.dp.outbound.v1.IntuneApplicationOrBuilder>(
9040
- getIntuneApplication(),
9041
- getParentForChildren(),
9042
- isClean());
9043
- intuneApplication_ = null;
9044
- }
9045
- return intuneApplicationBuilder_;
9046
- }
9047
8862
  @java.lang.Override
9048
8863
  public final Builder setUnknownFields(
9049
8864
  final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -799,19 +799,4 @@ public interface AssetOrBuilder extends
799
799
  * <code>optional .com.lansweeper.dp.outbound.v1.IntuneDevice intune_device = 90;</code>
800
800
  */
801
801
  com.lansweeper.dp.outbound.v1.IntuneDeviceOrBuilder getIntuneDeviceOrBuilder();
802
-
803
- /**
804
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
805
- * @return Whether the intuneApplication field is set.
806
- */
807
- boolean hasIntuneApplication();
808
- /**
809
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
810
- * @return The intuneApplication.
811
- */
812
- com.lansweeper.dp.outbound.v1.IntuneApplication getIntuneApplication();
813
- /**
814
- * <code>optional .com.lansweeper.dp.outbound.v1.IntuneApplication intune_application = 91;</code>
815
- */
816
- com.lansweeper.dp.outbound.v1.IntuneApplicationOrBuilder getIntuneApplicationOrBuilder();
817
802
  }