@lansweeper/data-platform-outbound-grpc 0.10.2 → 0.10.3

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 (30) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +15 -0
  4. package/gen-proto/outbound_pb.js +61 -1
  5. package/generated-go/outbound.pb.go +11628 -11551
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +9 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$ScannerType$1.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity$ScannerType.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntity.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudEntityOrBuilder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  16. package/model/target/classes/outbound.proto +9 -0
  17. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudEntity.java +249 -0
  18. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudEntityOrBuilder.java +16 -0
  19. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3401 -3396
  20. package/model/target/maven-archiver/pom.properties +2 -2
  21. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +2 -0
  22. package/model/target/{outbound-model-0.10.1-sources.jar → outbound-model-0.10.2-sources.jar} +0 -0
  23. package/model/target/{outbound-model-0.10.1.jar → outbound-model-0.10.2.jar} +0 -0
  24. package/package.json +2 -2
  25. package/pom.xml +1 -1
  26. package/proto/outbound.proto +9 -0
  27. package/service/pom.xml +1 -1
  28. package/service/target/maven-archiver/pom.properties +2 -2
  29. package/service/target/{outbound-service-0.10.1-sources.jar → outbound-service-0.10.2-sources.jar} +0 -0
  30. package/service/target/{outbound-service-0.10.1.jar → outbound-service-0.10.2.jar} +0 -0
@@ -2785,6 +2785,11 @@ export class CloudEntity extends jspb.Message {
2785
2785
  getResourceId(): string | undefined;
2786
2786
  setResourceId(value: string): CloudEntity;
2787
2787
 
2788
+ hasScannerType(): boolean;
2789
+ clearScannerType(): void;
2790
+ getScannerType(): CloudEntity.ScannerType | undefined;
2791
+ setScannerType(value: CloudEntity.ScannerType): CloudEntity;
2792
+
2788
2793
  serializeBinary(): Uint8Array;
2789
2794
  toObject(includeInstance?: boolean): CloudEntity.AsObject;
2790
2795
  static toObject(includeInstance: boolean, msg: CloudEntity): CloudEntity.AsObject;
@@ -2811,7 +2816,17 @@ export namespace CloudEntity {
2811
2816
  cloudAssetId?: string,
2812
2817
  publicCloudLinksList: Array<PublicCloudLink.AsObject>,
2813
2818
  resourceId?: string,
2819
+ scannerType?: CloudEntity.ScannerType,
2820
+ }
2821
+
2822
+ export enum ScannerType {
2823
+ M365_ENTRA_ID = 0,
2824
+ INTUNE = 1,
2825
+ AZURE = 2,
2826
+ AWS = 3,
2827
+ GCP = 4,
2814
2828
  }
2829
+
2815
2830
  }
2816
2831
 
2817
2832
  export class PublicCloudLink extends jspb.Message {
@@ -75,6 +75,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CitrixVirtualDiskImage',
75
75
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CitrixVirtualInterface', null, global);
76
76
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CitrixVirtualInterfaceAddress', null, global);
77
77
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CloudEntity', null, global);
78
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CloudEntity.ScannerType', null, global);
78
79
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Computer', null, global);
79
80
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerBattery', null, global);
80
81
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerBattery.SpecCase', null, global);
@@ -28615,7 +28616,8 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject = function(includeInsta
28615
28616
  cloudAssetId: jspb.Message.getFieldWithDefault(msg, 12, ""),
28616
28617
  publicCloudLinksList: jspb.Message.toObjectList(msg.getPublicCloudLinksList(),
28617
28618
  proto.com.lansweeper.dp.outbound.v1.PublicCloudLink.toObject, includeInstance),
28618
- resourceId: jspb.Message.getFieldWithDefault(msg, 15, "")
28619
+ resourceId: jspb.Message.getFieldWithDefault(msg, 15, ""),
28620
+ scannerType: jspb.Message.getFieldWithDefault(msg, 16, 0)
28619
28621
  };
28620
28622
 
28621
28623
  if (includeInstance) {
@@ -28711,6 +28713,10 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.deserializeBinaryFromReader = fu
28711
28713
  var value = /** @type {string} */ (reader.readString());
28712
28714
  msg.setResourceId(value);
28713
28715
  break;
28716
+ case 16:
28717
+ var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.CloudEntity.ScannerType} */ (reader.readEnum());
28718
+ msg.setScannerType(value);
28719
+ break;
28714
28720
  default:
28715
28721
  reader.skipField();
28716
28722
  break;
@@ -28841,9 +28847,27 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.serializeBinaryToWriter = functi
28841
28847
  f
28842
28848
  );
28843
28849
  }
28850
+ f = /** @type {!proto.com.lansweeper.dp.outbound.v1.CloudEntity.ScannerType} */ (jspb.Message.getField(message, 16));
28851
+ if (f != null) {
28852
+ writer.writeEnum(
28853
+ 16,
28854
+ f
28855
+ );
28856
+ }
28844
28857
  };
28845
28858
 
28846
28859
 
28860
+ /**
28861
+ * @enum {number}
28862
+ */
28863
+ proto.com.lansweeper.dp.outbound.v1.CloudEntity.ScannerType = {
28864
+ M365_ENTRA_ID: 0,
28865
+ INTUNE: 1,
28866
+ AZURE: 2,
28867
+ AWS: 3,
28868
+ GCP: 4
28869
+ };
28870
+
28847
28871
  /**
28848
28872
  * optional google.protobuf.Any body = 1;
28849
28873
  * @return {?proto.google.protobuf.Any}
@@ -29281,6 +29305,42 @@ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.hasResourceId = functi
29281
29305
  };
29282
29306
 
29283
29307
 
29308
+ /**
29309
+ * optional ScannerType scanner_type = 16;
29310
+ * @return {!proto.com.lansweeper.dp.outbound.v1.CloudEntity.ScannerType}
29311
+ */
29312
+ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.getScannerType = function() {
29313
+ return /** @type {!proto.com.lansweeper.dp.outbound.v1.CloudEntity.ScannerType} */ (jspb.Message.getFieldWithDefault(this, 16, 0));
29314
+ };
29315
+
29316
+
29317
+ /**
29318
+ * @param {!proto.com.lansweeper.dp.outbound.v1.CloudEntity.ScannerType} value
29319
+ * @return {!proto.com.lansweeper.dp.outbound.v1.CloudEntity} returns this
29320
+ */
29321
+ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.setScannerType = function(value) {
29322
+ return jspb.Message.setField(this, 16, value);
29323
+ };
29324
+
29325
+
29326
+ /**
29327
+ * Clears the field making it undefined.
29328
+ * @return {!proto.com.lansweeper.dp.outbound.v1.CloudEntity} returns this
29329
+ */
29330
+ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.clearScannerType = function() {
29331
+ return jspb.Message.setField(this, 16, undefined);
29332
+ };
29333
+
29334
+
29335
+ /**
29336
+ * Returns whether this field is set.
29337
+ * @return {boolean}
29338
+ */
29339
+ proto.com.lansweeper.dp.outbound.v1.CloudEntity.prototype.hasScannerType = function() {
29340
+ return jspb.Message.getField(this, 16) != null;
29341
+ };
29342
+
29343
+
29284
29344
 
29285
29345
 
29286
29346