@lansweeper/data-platform-outbound-grpc 0.1.132 → 0.1.134
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +10 -0
- package/gen-proto/outbound_pb.js +108 -2
- package/generated-go/outbound.pb.go +7682 -7650
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +7 -3
|
@@ -545,6 +545,10 @@ export class Asset extends jspb.Message {
|
|
|
545
545
|
getSourceInfoList(): Array<SourceInfo>;
|
|
546
546
|
setSourceInfoList(value: Array<SourceInfo>): Asset;
|
|
547
547
|
addSourceInfo(value?: SourceInfo, index?: number): SourceInfo;
|
|
548
|
+
clearUnlinkedSourceInfoList(): void;
|
|
549
|
+
getUnlinkedSourceInfoList(): Array<SourceInfo>;
|
|
550
|
+
setUnlinkedSourceInfoList(value: Array<SourceInfo>): Asset;
|
|
551
|
+
addUnlinkedSourceInfo(value?: SourceInfo, index?: number): SourceInfo;
|
|
548
552
|
|
|
549
553
|
hasUniqueKey(): boolean;
|
|
550
554
|
clearUniqueKey(): void;
|
|
@@ -666,6 +670,7 @@ export namespace Asset {
|
|
|
666
670
|
lastSyncedSourceAgent?: string,
|
|
667
671
|
lastSyncedSourceName?: string,
|
|
668
672
|
sourceInfoList: Array<SourceInfo.AsObject>,
|
|
673
|
+
unlinkedSourceInfoList: Array<SourceInfo.AsObject>,
|
|
669
674
|
uniqueKey?: string,
|
|
670
675
|
scanErrorList: Array<ScanError.AsObject>,
|
|
671
676
|
internetIp?: IpInfo.AsObject,
|
|
@@ -1390,6 +1395,10 @@ export class ReconciliationInfo extends jspb.Message {
|
|
|
1390
1395
|
getAliasAssetList(): Array<CorrelationInfo>;
|
|
1391
1396
|
setAliasAssetList(value: Array<CorrelationInfo>): ReconciliationInfo;
|
|
1392
1397
|
addAliasAsset(value?: CorrelationInfo, index?: number): CorrelationInfo;
|
|
1398
|
+
clearUnlinkedAliasAssetList(): void;
|
|
1399
|
+
getUnlinkedAliasAssetList(): Array<CorrelationInfo>;
|
|
1400
|
+
setUnlinkedAliasAssetList(value: Array<CorrelationInfo>): ReconciliationInfo;
|
|
1401
|
+
addUnlinkedAliasAsset(value?: CorrelationInfo, index?: number): CorrelationInfo;
|
|
1393
1402
|
|
|
1394
1403
|
serializeBinary(): Uint8Array;
|
|
1395
1404
|
toObject(includeInstance?: boolean): ReconciliationInfo.AsObject;
|
|
@@ -1409,6 +1418,7 @@ export namespace ReconciliationInfo {
|
|
|
1409
1418
|
masterAsset?: CorrelationInfo.AsObject,
|
|
1410
1419
|
referenceAsset?: CorrelationInfo.AsObject,
|
|
1411
1420
|
aliasAssetList: Array<CorrelationInfo.AsObject>,
|
|
1421
|
+
unlinkedAliasAssetList: Array<CorrelationInfo.AsObject>,
|
|
1412
1422
|
}
|
|
1413
1423
|
|
|
1414
1424
|
export enum EntryState {
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -8049,7 +8049,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
|
|
|
8049
8049
|
* @private {!Array<number>}
|
|
8050
8050
|
* @const
|
|
8051
8051
|
*/
|
|
8052
|
-
proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,33,14,20,81,80];
|
|
8052
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,86,33,14,20,81,80];
|
|
8053
8053
|
|
|
8054
8054
|
|
|
8055
8055
|
|
|
@@ -8091,6 +8091,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
|
|
|
8091
8091
|
lastSyncedSourceName: jspb.Message.getFieldWithDefault(msg, 49, ""),
|
|
8092
8092
|
sourceInfoList: jspb.Message.toObjectList(msg.getSourceInfoList(),
|
|
8093
8093
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
|
|
8094
|
+
unlinkedSourceInfoList: jspb.Message.toObjectList(msg.getUnlinkedSourceInfoList(),
|
|
8095
|
+
proto.com.lansweeper.dp.outbound.v1.SourceInfo.toObject, includeInstance),
|
|
8094
8096
|
uniqueKey: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
8095
8097
|
scanErrorList: jspb.Message.toObjectList(msg.getScanErrorList(),
|
|
8096
8098
|
proto.com.lansweeper.dp.outbound.v1.ScanError.toObject, includeInstance),
|
|
@@ -8191,6 +8193,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
|
|
|
8191
8193
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SourceInfo.deserializeBinaryFromReader);
|
|
8192
8194
|
msg.addSourceInfo(value);
|
|
8193
8195
|
break;
|
|
8196
|
+
case 86:
|
|
8197
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.SourceInfo;
|
|
8198
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SourceInfo.deserializeBinaryFromReader);
|
|
8199
|
+
msg.addUnlinkedSourceInfo(value);
|
|
8200
|
+
break;
|
|
8194
8201
|
case 23:
|
|
8195
8202
|
var value = /** @type {string} */ (reader.readString());
|
|
8196
8203
|
msg.setUniqueKey(value);
|
|
@@ -8386,6 +8393,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
|
|
|
8386
8393
|
proto.com.lansweeper.dp.outbound.v1.SourceInfo.serializeBinaryToWriter
|
|
8387
8394
|
);
|
|
8388
8395
|
}
|
|
8396
|
+
f = message.getUnlinkedSourceInfoList();
|
|
8397
|
+
if (f.length > 0) {
|
|
8398
|
+
writer.writeRepeatedMessage(
|
|
8399
|
+
86,
|
|
8400
|
+
f,
|
|
8401
|
+
proto.com.lansweeper.dp.outbound.v1.SourceInfo.serializeBinaryToWriter
|
|
8402
|
+
);
|
|
8403
|
+
}
|
|
8389
8404
|
f = /** @type {string} */ (jspb.Message.getField(message, 23));
|
|
8390
8405
|
if (f != null) {
|
|
8391
8406
|
writer.writeString(
|
|
@@ -8851,6 +8866,44 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearSourceInfoList = functi
|
|
|
8851
8866
|
};
|
|
8852
8867
|
|
|
8853
8868
|
|
|
8869
|
+
/**
|
|
8870
|
+
* repeated SourceInfo unlinked_source_info = 86;
|
|
8871
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SourceInfo>}
|
|
8872
|
+
*/
|
|
8873
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getUnlinkedSourceInfoList = function() {
|
|
8874
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SourceInfo>} */ (
|
|
8875
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SourceInfo, 86));
|
|
8876
|
+
};
|
|
8877
|
+
|
|
8878
|
+
|
|
8879
|
+
/**
|
|
8880
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SourceInfo>} value
|
|
8881
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
8882
|
+
*/
|
|
8883
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setUnlinkedSourceInfoList = function(value) {
|
|
8884
|
+
return jspb.Message.setRepeatedWrapperField(this, 86, value);
|
|
8885
|
+
};
|
|
8886
|
+
|
|
8887
|
+
|
|
8888
|
+
/**
|
|
8889
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.SourceInfo=} opt_value
|
|
8890
|
+
* @param {number=} opt_index
|
|
8891
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.SourceInfo}
|
|
8892
|
+
*/
|
|
8893
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addUnlinkedSourceInfo = function(opt_value, opt_index) {
|
|
8894
|
+
return jspb.Message.addToRepeatedWrapperField(this, 86, opt_value, proto.com.lansweeper.dp.outbound.v1.SourceInfo, opt_index);
|
|
8895
|
+
};
|
|
8896
|
+
|
|
8897
|
+
|
|
8898
|
+
/**
|
|
8899
|
+
* Clears the list making it empty but non-null.
|
|
8900
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
8901
|
+
*/
|
|
8902
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearUnlinkedSourceInfoList = function() {
|
|
8903
|
+
return this.setUnlinkedSourceInfoList([]);
|
|
8904
|
+
};
|
|
8905
|
+
|
|
8906
|
+
|
|
8854
8907
|
/**
|
|
8855
8908
|
* optional string unique_key = 23;
|
|
8856
8909
|
* @return {string}
|
|
@@ -15736,7 +15789,7 @@ proto.com.lansweeper.dp.outbound.v1.CorrField.prototype.clearValueList = functio
|
|
|
15736
15789
|
* @private {!Array<number>}
|
|
15737
15790
|
* @const
|
|
15738
15791
|
*/
|
|
15739
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.repeatedFields_ = [11];
|
|
15792
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.repeatedFields_ = [11,12];
|
|
15740
15793
|
|
|
15741
15794
|
|
|
15742
15795
|
|
|
@@ -15775,6 +15828,8 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.toObject = function(inclu
|
|
|
15775
15828
|
masterAsset: (f = msg.getMasterAsset()) && proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject(includeInstance, f),
|
|
15776
15829
|
referenceAsset: (f = msg.getReferenceAsset()) && proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject(includeInstance, f),
|
|
15777
15830
|
aliasAssetList: jspb.Message.toObjectList(msg.getAliasAssetList(),
|
|
15831
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject, includeInstance),
|
|
15832
|
+
unlinkedAliasAssetList: jspb.Message.toObjectList(msg.getUnlinkedAliasAssetList(),
|
|
15778
15833
|
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject, includeInstance)
|
|
15779
15834
|
};
|
|
15780
15835
|
|
|
@@ -15840,6 +15895,11 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.deserializeBinaryFromRead
|
|
|
15840
15895
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.deserializeBinaryFromReader);
|
|
15841
15896
|
msg.addAliasAsset(value);
|
|
15842
15897
|
break;
|
|
15898
|
+
case 12:
|
|
15899
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.CorrelationInfo;
|
|
15900
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.deserializeBinaryFromReader);
|
|
15901
|
+
msg.addUnlinkedAliasAsset(value);
|
|
15902
|
+
break;
|
|
15843
15903
|
default:
|
|
15844
15904
|
reader.skipField();
|
|
15845
15905
|
break;
|
|
@@ -15915,6 +15975,14 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.serializeBinaryToWriter =
|
|
|
15915
15975
|
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.serializeBinaryToWriter
|
|
15916
15976
|
);
|
|
15917
15977
|
}
|
|
15978
|
+
f = message.getUnlinkedAliasAssetList();
|
|
15979
|
+
if (f.length > 0) {
|
|
15980
|
+
writer.writeRepeatedMessage(
|
|
15981
|
+
12,
|
|
15982
|
+
f,
|
|
15983
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.serializeBinaryToWriter
|
|
15984
|
+
);
|
|
15985
|
+
}
|
|
15918
15986
|
};
|
|
15919
15987
|
|
|
15920
15988
|
|
|
@@ -16137,6 +16205,44 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearAliasAsset
|
|
|
16137
16205
|
};
|
|
16138
16206
|
|
|
16139
16207
|
|
|
16208
|
+
/**
|
|
16209
|
+
* repeated CorrelationInfo unlinked_alias_asset = 12;
|
|
16210
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo>}
|
|
16211
|
+
*/
|
|
16212
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.getUnlinkedAliasAssetList = function() {
|
|
16213
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo>} */ (
|
|
16214
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CorrelationInfo, 12));
|
|
16215
|
+
};
|
|
16216
|
+
|
|
16217
|
+
|
|
16218
|
+
/**
|
|
16219
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo>} value
|
|
16220
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16221
|
+
*/
|
|
16222
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.setUnlinkedAliasAssetList = function(value) {
|
|
16223
|
+
return jspb.Message.setRepeatedWrapperField(this, 12, value);
|
|
16224
|
+
};
|
|
16225
|
+
|
|
16226
|
+
|
|
16227
|
+
/**
|
|
16228
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo=} opt_value
|
|
16229
|
+
* @param {number=} opt_index
|
|
16230
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo}
|
|
16231
|
+
*/
|
|
16232
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.addUnlinkedAliasAsset = function(opt_value, opt_index) {
|
|
16233
|
+
return jspb.Message.addToRepeatedWrapperField(this, 12, opt_value, proto.com.lansweeper.dp.outbound.v1.CorrelationInfo, opt_index);
|
|
16234
|
+
};
|
|
16235
|
+
|
|
16236
|
+
|
|
16237
|
+
/**
|
|
16238
|
+
* Clears the list making it empty but non-null.
|
|
16239
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16240
|
+
*/
|
|
16241
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearUnlinkedAliasAssetList = function() {
|
|
16242
|
+
return this.setUnlinkedAliasAssetList([]);
|
|
16243
|
+
};
|
|
16244
|
+
|
|
16245
|
+
|
|
16140
16246
|
|
|
16141
16247
|
|
|
16142
16248
|
|