@lansweeper/data-platform-outbound-grpc 0.1.132 → 0.1.133
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +5 -0
- package/gen-proto/outbound_pb.js +54 -1
- package/generated-go/outbound.pb.go +6879 -6864
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +4 -3
|
@@ -1390,6 +1390,10 @@ export class ReconciliationInfo extends jspb.Message {
|
|
|
1390
1390
|
getAliasAssetList(): Array<CorrelationInfo>;
|
|
1391
1391
|
setAliasAssetList(value: Array<CorrelationInfo>): ReconciliationInfo;
|
|
1392
1392
|
addAliasAsset(value?: CorrelationInfo, index?: number): CorrelationInfo;
|
|
1393
|
+
clearUnlinkedAliasAssetList(): void;
|
|
1394
|
+
getUnlinkedAliasAssetList(): Array<CorrelationInfo>;
|
|
1395
|
+
setUnlinkedAliasAssetList(value: Array<CorrelationInfo>): ReconciliationInfo;
|
|
1396
|
+
addUnlinkedAliasAsset(value?: CorrelationInfo, index?: number): CorrelationInfo;
|
|
1393
1397
|
|
|
1394
1398
|
serializeBinary(): Uint8Array;
|
|
1395
1399
|
toObject(includeInstance?: boolean): ReconciliationInfo.AsObject;
|
|
@@ -1409,6 +1413,7 @@ export namespace ReconciliationInfo {
|
|
|
1409
1413
|
masterAsset?: CorrelationInfo.AsObject,
|
|
1410
1414
|
referenceAsset?: CorrelationInfo.AsObject,
|
|
1411
1415
|
aliasAssetList: Array<CorrelationInfo.AsObject>,
|
|
1416
|
+
unlinkedAliasAssetList: Array<CorrelationInfo.AsObject>,
|
|
1412
1417
|
}
|
|
1413
1418
|
|
|
1414
1419
|
export enum EntryState {
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -15736,7 +15736,7 @@ proto.com.lansweeper.dp.outbound.v1.CorrField.prototype.clearValueList = functio
|
|
|
15736
15736
|
* @private {!Array<number>}
|
|
15737
15737
|
* @const
|
|
15738
15738
|
*/
|
|
15739
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.repeatedFields_ = [11];
|
|
15739
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.repeatedFields_ = [11,12];
|
|
15740
15740
|
|
|
15741
15741
|
|
|
15742
15742
|
|
|
@@ -15775,6 +15775,8 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.toObject = function(inclu
|
|
|
15775
15775
|
masterAsset: (f = msg.getMasterAsset()) && proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject(includeInstance, f),
|
|
15776
15776
|
referenceAsset: (f = msg.getReferenceAsset()) && proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject(includeInstance, f),
|
|
15777
15777
|
aliasAssetList: jspb.Message.toObjectList(msg.getAliasAssetList(),
|
|
15778
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject, includeInstance),
|
|
15779
|
+
unlinkedAliasAssetList: jspb.Message.toObjectList(msg.getUnlinkedAliasAssetList(),
|
|
15778
15780
|
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject, includeInstance)
|
|
15779
15781
|
};
|
|
15780
15782
|
|
|
@@ -15840,6 +15842,11 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.deserializeBinaryFromRead
|
|
|
15840
15842
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.deserializeBinaryFromReader);
|
|
15841
15843
|
msg.addAliasAsset(value);
|
|
15842
15844
|
break;
|
|
15845
|
+
case 12:
|
|
15846
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.CorrelationInfo;
|
|
15847
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.deserializeBinaryFromReader);
|
|
15848
|
+
msg.addUnlinkedAliasAsset(value);
|
|
15849
|
+
break;
|
|
15843
15850
|
default:
|
|
15844
15851
|
reader.skipField();
|
|
15845
15852
|
break;
|
|
@@ -15915,6 +15922,14 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.serializeBinaryToWriter =
|
|
|
15915
15922
|
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.serializeBinaryToWriter
|
|
15916
15923
|
);
|
|
15917
15924
|
}
|
|
15925
|
+
f = message.getUnlinkedAliasAssetList();
|
|
15926
|
+
if (f.length > 0) {
|
|
15927
|
+
writer.writeRepeatedMessage(
|
|
15928
|
+
12,
|
|
15929
|
+
f,
|
|
15930
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.serializeBinaryToWriter
|
|
15931
|
+
);
|
|
15932
|
+
}
|
|
15918
15933
|
};
|
|
15919
15934
|
|
|
15920
15935
|
|
|
@@ -16137,6 +16152,44 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearAliasAsset
|
|
|
16137
16152
|
};
|
|
16138
16153
|
|
|
16139
16154
|
|
|
16155
|
+
/**
|
|
16156
|
+
* repeated CorrelationInfo unlinked_alias_asset = 12;
|
|
16157
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo>}
|
|
16158
|
+
*/
|
|
16159
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.getUnlinkedAliasAssetList = function() {
|
|
16160
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo>} */ (
|
|
16161
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CorrelationInfo, 12));
|
|
16162
|
+
};
|
|
16163
|
+
|
|
16164
|
+
|
|
16165
|
+
/**
|
|
16166
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo>} value
|
|
16167
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16168
|
+
*/
|
|
16169
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.setUnlinkedAliasAssetList = function(value) {
|
|
16170
|
+
return jspb.Message.setRepeatedWrapperField(this, 12, value);
|
|
16171
|
+
};
|
|
16172
|
+
|
|
16173
|
+
|
|
16174
|
+
/**
|
|
16175
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo=} opt_value
|
|
16176
|
+
* @param {number=} opt_index
|
|
16177
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo}
|
|
16178
|
+
*/
|
|
16179
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.addUnlinkedAliasAsset = function(opt_value, opt_index) {
|
|
16180
|
+
return jspb.Message.addToRepeatedWrapperField(this, 12, opt_value, proto.com.lansweeper.dp.outbound.v1.CorrelationInfo, opt_index);
|
|
16181
|
+
};
|
|
16182
|
+
|
|
16183
|
+
|
|
16184
|
+
/**
|
|
16185
|
+
* Clears the list making it empty but non-null.
|
|
16186
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16187
|
+
*/
|
|
16188
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearUnlinkedAliasAssetList = function() {
|
|
16189
|
+
return this.setUnlinkedAliasAssetList([]);
|
|
16190
|
+
};
|
|
16191
|
+
|
|
16192
|
+
|
|
16140
16193
|
|
|
16141
16194
|
|
|
16142
16195
|
|