@lansweeper/data-platform-outbound-grpc 0.3.38 → 0.4.0
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 +12 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +6 -0
- package/gen-proto/outbound_pb.js +52 -1
- package/generated-go/outbound.pb.go +10848 -10831
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +1 -2
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder$UnlinkedInstallationsConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SiteOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +1 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3371 -3368
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Site.java +185 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SiteOrBuilder.java +15 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/{outbound-model-0.3.37-sources.jar → outbound-model-0.3.38-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.37.jar → outbound-model-0.3.38.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +1 -2
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.37-sources.jar → outbound-service-0.3.38-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.37.jar → outbound-service-0.3.38.jar} +0 -0
|
@@ -77,6 +77,11 @@ export class Site extends jspb.Message {
|
|
|
77
77
|
getUnlinkedInstallationsMap(): jspb.Map<string, UnlinkedInstallationMetadata>;
|
|
78
78
|
clearUnlinkedInstallationsMap(): void;
|
|
79
79
|
|
|
80
|
+
hasReconcileRevalidationTime(): boolean;
|
|
81
|
+
clearReconcileRevalidationTime(): void;
|
|
82
|
+
getReconcileRevalidationTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
83
|
+
setReconcileRevalidationTime(value?: google_protobuf_timestamp_pb.Timestamp): Site;
|
|
84
|
+
|
|
80
85
|
serializeBinary(): Uint8Array;
|
|
81
86
|
toObject(includeInstance?: boolean): Site.AsObject;
|
|
82
87
|
static toObject(includeInstance: boolean, msg: Site): Site.AsObject;
|
|
@@ -104,6 +109,7 @@ export namespace Site {
|
|
|
104
109
|
deletionTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
105
110
|
|
|
106
111
|
unlinkedInstallationsMap: Array<[string, UnlinkedInstallationMetadata.AsObject]>,
|
|
112
|
+
reconcileRevalidationTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
107
113
|
}
|
|
108
114
|
}
|
|
109
115
|
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -5825,7 +5825,8 @@ proto.com.lansweeper.dp.outbound.v1.Site.toObject = function(includeInstance, ms
|
|
|
5825
5825
|
groupSize: jspb.Message.getFieldWithDefault(msg, 11, 0),
|
|
5826
5826
|
deletionRequest: (f = msg.getDeletionRequest()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
5827
5827
|
deletionTime: (f = msg.getDeletionTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
5828
|
-
unlinkedInstallationsMap: (f = msg.getUnlinkedInstallationsMap()) ? f.toObject(includeInstance, proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.toObject) : []
|
|
5828
|
+
unlinkedInstallationsMap: (f = msg.getUnlinkedInstallationsMap()) ? f.toObject(includeInstance, proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.toObject) : [],
|
|
5829
|
+
reconcileRevalidationTime: (f = msg.getReconcileRevalidationTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
5829
5830
|
};
|
|
5830
5831
|
|
|
5831
5832
|
if (includeInstance) {
|
|
@@ -5926,6 +5927,11 @@ proto.com.lansweeper.dp.outbound.v1.Site.deserializeBinaryFromReader = function(
|
|
|
5926
5927
|
jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readMessage, proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.deserializeBinaryFromReader, "", new proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata());
|
|
5927
5928
|
});
|
|
5928
5929
|
break;
|
|
5930
|
+
case 15:
|
|
5931
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
5932
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
5933
|
+
msg.setReconcileRevalidationTime(value);
|
|
5934
|
+
break;
|
|
5929
5935
|
default:
|
|
5930
5936
|
reader.skipField();
|
|
5931
5937
|
break;
|
|
@@ -6056,6 +6062,14 @@ proto.com.lansweeper.dp.outbound.v1.Site.serializeBinaryToWriter = function(mess
|
|
|
6056
6062
|
if (f && f.getLength() > 0) {
|
|
6057
6063
|
f.serializeBinary(14, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeMessage, proto.com.lansweeper.dp.outbound.v1.UnlinkedInstallationMetadata.serializeBinaryToWriter);
|
|
6058
6064
|
}
|
|
6065
|
+
f = message.getReconcileRevalidationTime();
|
|
6066
|
+
if (f != null) {
|
|
6067
|
+
writer.writeMessage(
|
|
6068
|
+
15,
|
|
6069
|
+
f,
|
|
6070
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
6071
|
+
);
|
|
6072
|
+
}
|
|
6059
6073
|
};
|
|
6060
6074
|
|
|
6061
6075
|
|
|
@@ -6556,6 +6570,43 @@ proto.com.lansweeper.dp.outbound.v1.Site.prototype.clearUnlinkedInstallationsMap
|
|
|
6556
6570
|
return this;};
|
|
6557
6571
|
|
|
6558
6572
|
|
|
6573
|
+
/**
|
|
6574
|
+
* optional google.protobuf.Timestamp reconcile_revalidation_time = 15;
|
|
6575
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
6576
|
+
*/
|
|
6577
|
+
proto.com.lansweeper.dp.outbound.v1.Site.prototype.getReconcileRevalidationTime = function() {
|
|
6578
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
6579
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 15));
|
|
6580
|
+
};
|
|
6581
|
+
|
|
6582
|
+
|
|
6583
|
+
/**
|
|
6584
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
6585
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Site} returns this
|
|
6586
|
+
*/
|
|
6587
|
+
proto.com.lansweeper.dp.outbound.v1.Site.prototype.setReconcileRevalidationTime = function(value) {
|
|
6588
|
+
return jspb.Message.setWrapperField(this, 15, value);
|
|
6589
|
+
};
|
|
6590
|
+
|
|
6591
|
+
|
|
6592
|
+
/**
|
|
6593
|
+
* Clears the message field making it undefined.
|
|
6594
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Site} returns this
|
|
6595
|
+
*/
|
|
6596
|
+
proto.com.lansweeper.dp.outbound.v1.Site.prototype.clearReconcileRevalidationTime = function() {
|
|
6597
|
+
return this.setReconcileRevalidationTime(undefined);
|
|
6598
|
+
};
|
|
6599
|
+
|
|
6600
|
+
|
|
6601
|
+
/**
|
|
6602
|
+
* Returns whether this field is set.
|
|
6603
|
+
* @return {boolean}
|
|
6604
|
+
*/
|
|
6605
|
+
proto.com.lansweeper.dp.outbound.v1.Site.prototype.hasReconcileRevalidationTime = function() {
|
|
6606
|
+
return jspb.Message.getField(this, 15) != null;
|
|
6607
|
+
};
|
|
6608
|
+
|
|
6609
|
+
|
|
6559
6610
|
|
|
6560
6611
|
|
|
6561
6612
|
|