@lansweeper/data-platform-outbound-grpc 0.8.6 → 0.8.7

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 (41) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +368 -0
  4. package/gen-proto/outbound_pb.js +2961 -2
  5. package/generated-go/outbound.pb.go +13973 -13205
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +79 -17
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  22. package/model/target/classes/outbound.proto +79 -17
  23. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustom.java +7583 -0
  24. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.java +789 -0
  25. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLink.java +1037 -0
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.java +78 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +680 -0
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +71 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3999 -3911
  30. package/model/target/maven-archiver/pom.properties +2 -2
  31. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
  32. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +5 -1
  33. package/model/target/{outbound-model-0.8.5-sources.jar → outbound-model-0.8.6-sources.jar} +0 -0
  34. package/model/target/{outbound-model-0.8.5.jar → outbound-model-0.8.6.jar} +0 -0
  35. package/package.json +2 -2
  36. package/pom.xml +1 -1
  37. package/proto/outbound.proto +79 -17
  38. package/service/pom.xml +1 -1
  39. package/service/target/maven-archiver/pom.properties +2 -2
  40. package/service/target/{outbound-service-0.8.5-sources.jar → outbound-service-0.8.6-sources.jar} +0 -0
  41. package/service/target/{outbound-service-0.8.5.jar → outbound-service-0.8.6.jar} +0 -0
@@ -1077,6 +1077,15 @@ export class LegacyFields extends jspb.Message {
1077
1077
  getLastLsAgentDirect(): google_protobuf_timestamp_pb.Timestamp | undefined;
1078
1078
  setLastLsAgentDirect(value?: google_protobuf_timestamp_pb.Timestamp): LegacyFields;
1079
1079
 
1080
+ hasCustom(): boolean;
1081
+ clearCustom(): void;
1082
+ getCustom(): AssetCustom | undefined;
1083
+ setCustom(value?: AssetCustom): LegacyFields;
1084
+ clearGroupLinkList(): void;
1085
+ getGroupLinkList(): Array<AssetGroupLink>;
1086
+ setGroupLinkList(value: Array<AssetGroupLink>): LegacyFields;
1087
+ addGroupLink(value?: AssetGroupLink, index?: number): AssetGroupLink;
1088
+
1080
1089
  serializeBinary(): Uint8Array;
1081
1090
  toObject(includeInstance?: boolean): LegacyFields.AsObject;
1082
1091
  static toObject(includeInstance: boolean, msg: LegacyFields): LegacyFields.AsObject;
@@ -1103,6 +1112,365 @@ export namespace LegacyFields {
1103
1112
  lastScheduled?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1104
1113
  lastTriggered?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1105
1114
  lastLsAgentDirect?: google_protobuf_timestamp_pb.Timestamp.AsObject,
1115
+ custom?: AssetCustom.AsObject,
1116
+ groupLinkList: Array<AssetGroupLink.AsObject>,
1117
+ }
1118
+ }
1119
+
1120
+ export class AssetCustom extends jspb.Message {
1121
+
1122
+ hasAssetCustomId(): boolean;
1123
+ clearAssetCustomId(): void;
1124
+ getAssetCustomId(): string | undefined;
1125
+ setAssetCustomId(value: string): AssetCustom;
1126
+
1127
+ hasStateId(): boolean;
1128
+ clearStateId(): void;
1129
+ getStateId(): string | undefined;
1130
+ setStateId(value: string): AssetCustom;
1131
+
1132
+ hasPurchaseDate(): boolean;
1133
+ clearPurchaseDate(): void;
1134
+ getPurchaseDate(): string | undefined;
1135
+ setPurchaseDate(value: string): AssetCustom;
1136
+
1137
+ hasWarrantyDate(): boolean;
1138
+ clearWarrantyDate(): void;
1139
+ getWarrantyDate(): string | undefined;
1140
+ setWarrantyDate(value: string): AssetCustom;
1141
+
1142
+ hasLastPatched(): boolean;
1143
+ clearLastPatched(): void;
1144
+ getLastPatched(): string | undefined;
1145
+ setLastPatched(value: string): AssetCustom;
1146
+
1147
+ hasLastFullBackup(): boolean;
1148
+ clearLastFullBackup(): void;
1149
+ getLastFullBackup(): string | undefined;
1150
+ setLastFullBackup(value: string): AssetCustom;
1151
+
1152
+ hasLastFullImage(): boolean;
1153
+ clearLastFullImage(): void;
1154
+ getLastFullImage(): string | undefined;
1155
+ setLastFullImage(value: string): AssetCustom;
1156
+
1157
+ hasOrderNumber(): boolean;
1158
+ clearOrderNumber(): void;
1159
+ getOrderNumber(): string | undefined;
1160
+ setOrderNumber(value: string): AssetCustom;
1161
+
1162
+ hasComment(): boolean;
1163
+ clearComment(): void;
1164
+ getComment(): string | undefined;
1165
+ setComment(value: string): AssetCustom;
1166
+
1167
+ hasLocation(): boolean;
1168
+ clearLocation(): void;
1169
+ getLocation(): string | undefined;
1170
+ setLocation(value: string): AssetCustom;
1171
+
1172
+ hasLocationLock(): boolean;
1173
+ clearLocationLock(): void;
1174
+ getLocationLock(): boolean | undefined;
1175
+ setLocationLock(value: boolean): AssetCustom;
1176
+
1177
+ hasBuilding(): boolean;
1178
+ clearBuilding(): void;
1179
+ getBuilding(): string | undefined;
1180
+ setBuilding(value: string): AssetCustom;
1181
+
1182
+ hasDepartment(): boolean;
1183
+ clearDepartment(): void;
1184
+ getDepartment(): string | undefined;
1185
+ setDepartment(value: string): AssetCustom;
1186
+
1187
+ hasBranchOffice(): boolean;
1188
+ clearBranchOffice(): void;
1189
+ getBranchOffice(): string | undefined;
1190
+ setBranchOffice(value: string): AssetCustom;
1191
+
1192
+ hasBarCode(): boolean;
1193
+ clearBarCode(): void;
1194
+ getBarCode(): string | undefined;
1195
+ setBarCode(value: string): AssetCustom;
1196
+
1197
+ hasManufacturer(): boolean;
1198
+ clearManufacturer(): void;
1199
+ getManufacturer(): string | undefined;
1200
+ setManufacturer(value: string): AssetCustom;
1201
+
1202
+ hasManufacturerLock(): boolean;
1203
+ clearManufacturerLock(): void;
1204
+ getManufacturerLock(): boolean | undefined;
1205
+ setManufacturerLock(value: boolean): AssetCustom;
1206
+
1207
+ hasContact(): boolean;
1208
+ clearContact(): void;
1209
+ getContact(): string | undefined;
1210
+ setContact(value: string): AssetCustom;
1211
+
1212
+ hasContactLock(): boolean;
1213
+ clearContactLock(): void;
1214
+ getContactLock(): boolean | undefined;
1215
+ setContactLock(value: boolean): AssetCustom;
1216
+
1217
+ hasModel(): boolean;
1218
+ clearModel(): void;
1219
+ getModel(): string | undefined;
1220
+ setModel(value: string): AssetCustom;
1221
+
1222
+ hasModelLock(): boolean;
1223
+ clearModelLock(): void;
1224
+ getModelLock(): boolean | undefined;
1225
+ setModelLock(value: boolean): AssetCustom;
1226
+
1227
+ hasHttpTitle(): boolean;
1228
+ clearHttpTitle(): void;
1229
+ getHttpTitle(): string | undefined;
1230
+ setHttpTitle(value: string): AssetCustom;
1231
+
1232
+ hasHttpServer(): boolean;
1233
+ clearHttpServer(): void;
1234
+ getHttpServer(): string | undefined;
1235
+ setHttpServer(value: string): AssetCustom;
1236
+
1237
+ hasHttpsServer(): boolean;
1238
+ clearHttpsServer(): void;
1239
+ getHttpsServer(): string | undefined;
1240
+ setHttpsServer(value: string): AssetCustom;
1241
+
1242
+ hasSnmpOId(): boolean;
1243
+ clearSnmpOId(): void;
1244
+ getSnmpOId(): string | undefined;
1245
+ setSnmpOId(value: string): AssetCustom;
1246
+
1247
+ hasSmtpHeader(): boolean;
1248
+ clearSmtpHeader(): void;
1249
+ getSmtpHeader(): string | undefined;
1250
+ setSmtpHeader(value: string): AssetCustom;
1251
+
1252
+ hasFtpHeader(): boolean;
1253
+ clearFtpHeader(): void;
1254
+ getFtpHeader(): string | undefined;
1255
+ setFtpHeader(value: string): AssetCustom;
1256
+
1257
+ hasLastChanged(): boolean;
1258
+ clearLastChanged(): void;
1259
+ getLastChanged(): string | undefined;
1260
+ setLastChanged(value: string): AssetCustom;
1261
+
1262
+ hasSerialNumber(): boolean;
1263
+ clearSerialNumber(): void;
1264
+ getSerialNumber(): string | undefined;
1265
+ setSerialNumber(value: string): AssetCustom;
1266
+
1267
+ hasSerialNumberLock(): boolean;
1268
+ clearSerialNumberLock(): void;
1269
+ getSerialNumberLock(): boolean | undefined;
1270
+ setSerialNumberLock(value: boolean): AssetCustom;
1271
+
1272
+ hasPrintedPages(): boolean;
1273
+ clearPrintedPages(): void;
1274
+ getPrintedPages(): number | undefined;
1275
+ setPrintedPages(value: number): AssetCustom;
1276
+
1277
+ hasPrinterStatus(): boolean;
1278
+ clearPrinterStatus(): void;
1279
+ getPrinterStatus(): string | undefined;
1280
+ setPrinterStatus(value: string): AssetCustom;
1281
+
1282
+ hasDnsName(): boolean;
1283
+ clearDnsName(): void;
1284
+ getDnsName(): string | undefined;
1285
+ setDnsName(value: string): AssetCustom;
1286
+
1287
+ hasSshServer(): boolean;
1288
+ clearSshServer(): void;
1289
+ getSshServer(): string | undefined;
1290
+ setSshServer(value: string): AssetCustom;
1291
+
1292
+ hasPurchaseDateLock(): boolean;
1293
+ clearPurchaseDateLock(): void;
1294
+ getPurchaseDateLock(): boolean | undefined;
1295
+ setPurchaseDateLock(value: boolean): AssetCustom;
1296
+
1297
+ hasWarrantyDateLock(): boolean;
1298
+ clearWarrantyDateLock(): void;
1299
+ getWarrantyDateLock(): boolean | undefined;
1300
+ setWarrantyDateLock(value: boolean): AssetCustom;
1301
+
1302
+ hasSystemSku(): boolean;
1303
+ clearSystemSku(): void;
1304
+ getSystemSku(): string | undefined;
1305
+ setSystemSku(value: string): AssetCustom;
1306
+
1307
+ hasPreventCleanup(): boolean;
1308
+ clearPreventCleanup(): void;
1309
+ getPreventCleanup(): boolean | undefined;
1310
+ setPreventCleanup(value: boolean): AssetCustom;
1311
+
1312
+ hasLockSystemSku(): boolean;
1313
+ clearLockSystemSku(): void;
1314
+ getLockSystemSku(): boolean | undefined;
1315
+ setLockSystemSku(value: boolean): AssetCustom;
1316
+
1317
+ hasDmiDecodeError(): boolean;
1318
+ clearDmiDecodeError(): void;
1319
+ getDmiDecodeError(): boolean | undefined;
1320
+ setDmiDecodeError(value: boolean): AssetCustom;
1321
+
1322
+ hasHardwareVersion(): boolean;
1323
+ clearHardwareVersion(): void;
1324
+ getHardwareVersion(): string | undefined;
1325
+ setHardwareVersion(value: string): AssetCustom;
1326
+
1327
+ hasSoftwareVersion(): boolean;
1328
+ clearSoftwareVersion(): void;
1329
+ getSoftwareVersion(): string | undefined;
1330
+ setSoftwareVersion(value: string): AssetCustom;
1331
+
1332
+ hasFirmwareVersion(): boolean;
1333
+ clearFirmwareVersion(): void;
1334
+ getFirmwareVersion(): string | undefined;
1335
+ setFirmwareVersion(value: string): AssetCustom;
1336
+
1337
+ hasDeviceVersion(): boolean;
1338
+ clearDeviceVersion(): void;
1339
+ getDeviceVersion(): string | undefined;
1340
+ setDeviceVersion(value: string): AssetCustom;
1341
+
1342
+ hasPrintedColorPages(): boolean;
1343
+ clearPrintedColorPages(): void;
1344
+ getPrintedColorPages(): number | undefined;
1345
+ setPrintedColorPages(value: number): AssetCustom;
1346
+
1347
+ hasPrintedMonoPages(): boolean;
1348
+ clearPrintedMonoPages(): void;
1349
+ getPrintedMonoPages(): number | undefined;
1350
+ setPrintedMonoPages(value: number): AssetCustom;
1351
+
1352
+ hasStateKey(): boolean;
1353
+ clearStateKey(): void;
1354
+ getStateKey(): string | undefined;
1355
+ setStateKey(value: string): AssetCustom;
1356
+
1357
+ hasStateName(): boolean;
1358
+ clearStateName(): void;
1359
+ getStateName(): string | undefined;
1360
+ setStateName(value: string): AssetCustom;
1361
+ clearFieldsList(): void;
1362
+ getFieldsList(): Array<MappedValue>;
1363
+ setFieldsList(value: Array<MappedValue>): AssetCustom;
1364
+ addFields(value?: MappedValue, index?: number): MappedValue;
1365
+
1366
+ hasModelNumber(): boolean;
1367
+ clearModelNumber(): void;
1368
+ getModelNumber(): string | undefined;
1369
+ setModelNumber(value: string): AssetCustom;
1370
+
1371
+ serializeBinary(): Uint8Array;
1372
+ toObject(includeInstance?: boolean): AssetCustom.AsObject;
1373
+ static toObject(includeInstance: boolean, msg: AssetCustom): AssetCustom.AsObject;
1374
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1375
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1376
+ static serializeBinaryToWriter(message: AssetCustom, writer: jspb.BinaryWriter): void;
1377
+ static deserializeBinary(bytes: Uint8Array): AssetCustom;
1378
+ static deserializeBinaryFromReader(message: AssetCustom, reader: jspb.BinaryReader): AssetCustom;
1379
+ }
1380
+
1381
+ export namespace AssetCustom {
1382
+ export type AsObject = {
1383
+ assetCustomId?: string,
1384
+ stateId?: string,
1385
+ purchaseDate?: string,
1386
+ warrantyDate?: string,
1387
+ lastPatched?: string,
1388
+ lastFullBackup?: string,
1389
+ lastFullImage?: string,
1390
+ orderNumber?: string,
1391
+ comment?: string,
1392
+ location?: string,
1393
+ locationLock?: boolean,
1394
+ building?: string,
1395
+ department?: string,
1396
+ branchOffice?: string,
1397
+ barCode?: string,
1398
+ manufacturer?: string,
1399
+ manufacturerLock?: boolean,
1400
+ contact?: string,
1401
+ contactLock?: boolean,
1402
+ model?: string,
1403
+ modelLock?: boolean,
1404
+ httpTitle?: string,
1405
+ httpServer?: string,
1406
+ httpsServer?: string,
1407
+ snmpOId?: string,
1408
+ smtpHeader?: string,
1409
+ ftpHeader?: string,
1410
+ lastChanged?: string,
1411
+ serialNumber?: string,
1412
+ serialNumberLock?: boolean,
1413
+ printedPages?: number,
1414
+ printerStatus?: string,
1415
+ dnsName?: string,
1416
+ sshServer?: string,
1417
+ purchaseDateLock?: boolean,
1418
+ warrantyDateLock?: boolean,
1419
+ systemSku?: string,
1420
+ preventCleanup?: boolean,
1421
+ lockSystemSku?: boolean,
1422
+ dmiDecodeError?: boolean,
1423
+ hardwareVersion?: string,
1424
+ softwareVersion?: string,
1425
+ firmwareVersion?: string,
1426
+ deviceVersion?: string,
1427
+ printedColorPages?: number,
1428
+ printedMonoPages?: number,
1429
+ stateKey?: string,
1430
+ stateName?: string,
1431
+ fieldsList: Array<MappedValue.AsObject>,
1432
+ modelNumber?: string,
1433
+ }
1434
+ }
1435
+
1436
+ export class AssetGroupLink extends jspb.Message {
1437
+
1438
+ hasAssetGroupLinkId(): boolean;
1439
+ clearAssetGroupLinkId(): void;
1440
+ getAssetGroupLinkId(): string | undefined;
1441
+ setAssetGroupLinkId(value: string): AssetGroupLink;
1442
+
1443
+ hasAssetGroupId(): boolean;
1444
+ clearAssetGroupId(): void;
1445
+ getAssetGroupId(): string | undefined;
1446
+ setAssetGroupId(value: string): AssetGroupLink;
1447
+
1448
+ hasAssetGroupKey(): boolean;
1449
+ clearAssetGroupKey(): void;
1450
+ getAssetGroupKey(): string | undefined;
1451
+ setAssetGroupKey(value: string): AssetGroupLink;
1452
+
1453
+ hasInstallKey(): boolean;
1454
+ clearInstallKey(): void;
1455
+ getInstallKey(): string | undefined;
1456
+ setInstallKey(value: string): AssetGroupLink;
1457
+
1458
+ serializeBinary(): Uint8Array;
1459
+ toObject(includeInstance?: boolean): AssetGroupLink.AsObject;
1460
+ static toObject(includeInstance: boolean, msg: AssetGroupLink): AssetGroupLink.AsObject;
1461
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1462
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1463
+ static serializeBinaryToWriter(message: AssetGroupLink, writer: jspb.BinaryWriter): void;
1464
+ static deserializeBinary(bytes: Uint8Array): AssetGroupLink;
1465
+ static deserializeBinaryFromReader(message: AssetGroupLink, reader: jspb.BinaryReader): AssetGroupLink;
1466
+ }
1467
+
1468
+ export namespace AssetGroupLink {
1469
+ export type AsObject = {
1470
+ assetGroupLinkId?: string,
1471
+ assetGroupId?: string,
1472
+ assetGroupKey?: string,
1473
+ installKey?: string,
1106
1474
  }
1107
1475
  }
1108
1476