@lansweeper/data-platform-outbound-grpc 0.13.1 → 0.14.1
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 +13 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +110 -0
- package/gen-proto/outbound_pb.js +1318 -442
- package/generated-go/outbound.pb.go +14209 -13928
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +21 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetection$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetection$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetection$MetadataDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetection.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetectionOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudAssetCustom$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudAssetCustom$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudAssetCustom.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/CloudAssetCustomOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +21 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.java +3 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AiDetection.java +1307 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AiDetectionOrBuilder.java +100 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +443 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +44 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudAssetCustom.java +1508 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/CloudAssetCustomOrBuilder.java +129 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +233 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +27 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +4172 -4120
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +9 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +4 -0
- package/model/target/{outbound-model-0.13.0-sources.jar → outbound-model-0.14.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.13.0.jar → outbound-model-0.14.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +21 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.13.0-sources.jar → outbound-service-0.14.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.13.0.jar → outbound-service-0.14.0.jar} +0 -0
|
@@ -946,6 +946,10 @@ export class Asset extends jspb.Message {
|
|
|
946
946
|
clearManualAssetLockedFields(): void;
|
|
947
947
|
getManualAssetLockedFields(): LockedFields | undefined;
|
|
948
948
|
setManualAssetLockedFields(value?: LockedFields): Asset;
|
|
949
|
+
clearAiDetectionsList(): void;
|
|
950
|
+
getAiDetectionsList(): Array<AiDetection>;
|
|
951
|
+
setAiDetectionsList(value: Array<AiDetection>): Asset;
|
|
952
|
+
addAiDetections(value?: AiDetection, index?: number): AiDetection;
|
|
949
953
|
|
|
950
954
|
serializeBinary(): Uint8Array;
|
|
951
955
|
toObject(includeInstance?: boolean): Asset.AsObject;
|
|
@@ -1002,6 +1006,47 @@ export namespace Asset {
|
|
|
1002
1006
|
office365Organization?: Office365Organization.AsObject,
|
|
1003
1007
|
citrix?: Citrix.AsObject,
|
|
1004
1008
|
manualAssetLockedFields?: LockedFields.AsObject,
|
|
1009
|
+
aiDetectionsList: Array<AiDetection.AsObject>,
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
export class AiDetection extends jspb.Message {
|
|
1014
|
+
getCategory(): string;
|
|
1015
|
+
setCategory(value: string): AiDetection;
|
|
1016
|
+
|
|
1017
|
+
hasSource(): boolean;
|
|
1018
|
+
clearSource(): void;
|
|
1019
|
+
getSource(): string | undefined;
|
|
1020
|
+
setSource(value: string): AiDetection;
|
|
1021
|
+
getTrigger(): string;
|
|
1022
|
+
setTrigger(value: string): AiDetection;
|
|
1023
|
+
|
|
1024
|
+
hasTimestamp(): boolean;
|
|
1025
|
+
clearTimestamp(): void;
|
|
1026
|
+
getTimestamp(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1027
|
+
setTimestamp(value?: google_protobuf_timestamp_pb.Timestamp): AiDetection;
|
|
1028
|
+
|
|
1029
|
+
getMetadataMap(): jspb.Map<string, string>;
|
|
1030
|
+
clearMetadataMap(): void;
|
|
1031
|
+
|
|
1032
|
+
serializeBinary(): Uint8Array;
|
|
1033
|
+
toObject(includeInstance?: boolean): AiDetection.AsObject;
|
|
1034
|
+
static toObject(includeInstance: boolean, msg: AiDetection): AiDetection.AsObject;
|
|
1035
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1036
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1037
|
+
static serializeBinaryToWriter(message: AiDetection, writer: jspb.BinaryWriter): void;
|
|
1038
|
+
static deserializeBinary(bytes: Uint8Array): AiDetection;
|
|
1039
|
+
static deserializeBinaryFromReader(message: AiDetection, reader: jspb.BinaryReader): AiDetection;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
export namespace AiDetection {
|
|
1043
|
+
export type AsObject = {
|
|
1044
|
+
category: string,
|
|
1045
|
+
source?: string,
|
|
1046
|
+
trigger: string,
|
|
1047
|
+
timestamp?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1048
|
+
|
|
1049
|
+
metadataMap: Array<[string, string]>,
|
|
1005
1050
|
}
|
|
1006
1051
|
}
|
|
1007
1052
|
|
|
@@ -1111,6 +1156,11 @@ export class LegacyFields extends jspb.Message {
|
|
|
1111
1156
|
getAsServerKey(): string | undefined;
|
|
1112
1157
|
setAsServerKey(value: string): LegacyFields;
|
|
1113
1158
|
|
|
1159
|
+
hasCloudAssetCustom(): boolean;
|
|
1160
|
+
clearCloudAssetCustom(): void;
|
|
1161
|
+
getCloudAssetCustom(): CloudAssetCustom | undefined;
|
|
1162
|
+
setCloudAssetCustom(value?: CloudAssetCustom): LegacyFields;
|
|
1163
|
+
|
|
1114
1164
|
serializeBinary(): Uint8Array;
|
|
1115
1165
|
toObject(includeInstance?: boolean): LegacyFields.AsObject;
|
|
1116
1166
|
static toObject(includeInstance: boolean, msg: LegacyFields): LegacyFields.AsObject;
|
|
@@ -1144,6 +1194,66 @@ export namespace LegacyFields {
|
|
|
1144
1194
|
ipLocationId?: string,
|
|
1145
1195
|
assetTypeKey?: string,
|
|
1146
1196
|
asServerKey?: string,
|
|
1197
|
+
cloudAssetCustom?: CloudAssetCustom.AsObject,
|
|
1198
|
+
}
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
export class CloudAssetCustom extends jspb.Message {
|
|
1202
|
+
|
|
1203
|
+
hasInvoiceNumber(): boolean;
|
|
1204
|
+
clearInvoiceNumber(): void;
|
|
1205
|
+
getInvoiceNumber(): string | undefined;
|
|
1206
|
+
setInvoiceNumber(value: string): CloudAssetCustom;
|
|
1207
|
+
|
|
1208
|
+
hasOwner(): boolean;
|
|
1209
|
+
clearOwner(): void;
|
|
1210
|
+
getOwner(): string | undefined;
|
|
1211
|
+
setOwner(value: string): CloudAssetCustom;
|
|
1212
|
+
|
|
1213
|
+
hasPurchaseOrderDate(): boolean;
|
|
1214
|
+
clearPurchaseOrderDate(): void;
|
|
1215
|
+
getPurchaseOrderDate(): string | undefined;
|
|
1216
|
+
setPurchaseOrderDate(value: string): CloudAssetCustom;
|
|
1217
|
+
|
|
1218
|
+
hasIndustry(): boolean;
|
|
1219
|
+
clearIndustry(): void;
|
|
1220
|
+
getIndustry(): string | undefined;
|
|
1221
|
+
setIndustry(value: string): CloudAssetCustom;
|
|
1222
|
+
|
|
1223
|
+
hasVendorName(): boolean;
|
|
1224
|
+
clearVendorName(): void;
|
|
1225
|
+
getVendorName(): string | undefined;
|
|
1226
|
+
setVendorName(value: string): CloudAssetCustom;
|
|
1227
|
+
|
|
1228
|
+
hasCostCenter(): boolean;
|
|
1229
|
+
clearCostCenter(): void;
|
|
1230
|
+
getCostCenter(): string | undefined;
|
|
1231
|
+
setCostCenter(value: string): CloudAssetCustom;
|
|
1232
|
+
|
|
1233
|
+
hasAcquisitionType(): boolean;
|
|
1234
|
+
clearAcquisitionType(): void;
|
|
1235
|
+
getAcquisitionType(): string | undefined;
|
|
1236
|
+
setAcquisitionType(value: string): CloudAssetCustom;
|
|
1237
|
+
|
|
1238
|
+
serializeBinary(): Uint8Array;
|
|
1239
|
+
toObject(includeInstance?: boolean): CloudAssetCustom.AsObject;
|
|
1240
|
+
static toObject(includeInstance: boolean, msg: CloudAssetCustom): CloudAssetCustom.AsObject;
|
|
1241
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
1242
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
1243
|
+
static serializeBinaryToWriter(message: CloudAssetCustom, writer: jspb.BinaryWriter): void;
|
|
1244
|
+
static deserializeBinary(bytes: Uint8Array): CloudAssetCustom;
|
|
1245
|
+
static deserializeBinaryFromReader(message: CloudAssetCustom, reader: jspb.BinaryReader): CloudAssetCustom;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export namespace CloudAssetCustom {
|
|
1249
|
+
export type AsObject = {
|
|
1250
|
+
invoiceNumber?: string,
|
|
1251
|
+
owner?: string,
|
|
1252
|
+
purchaseOrderDate?: string,
|
|
1253
|
+
industry?: string,
|
|
1254
|
+
vendorName?: string,
|
|
1255
|
+
costCenter?: string,
|
|
1256
|
+
acquisitionType?: string,
|
|
1147
1257
|
}
|
|
1148
1258
|
}
|
|
1149
1259
|
|