@lansweeper/ot-asset-model 0.0.40 → 0.0.42

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 (27) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/Lansweeper.Model.OTAsset.csproj +3 -3
  3. package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.deps.json +2 -2
  4. package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.dll +0 -0
  5. package/bin/Debug/net6.0/Lansweeper.Model.OTAsset.pdb +0 -0
  6. package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.deps.json +2 -2
  7. package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.dll +0 -0
  8. package/bin/Debug/netstandard2.0/Lansweeper.Model.OTAsset.pdb +0 -0
  9. package/dist/ot-model.json +443 -0
  10. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.AssemblyInfo.cs +3 -3
  11. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.AssemblyInfoInputs.cache +1 -1
  12. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.csproj.AssemblyReference.cache +0 -0
  13. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.csproj.CoreCompileInputs.cache +1 -1
  14. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.dll +0 -0
  15. package/obj/Debug/net6.0/Lansweeper.Model.OTAsset.pdb +0 -0
  16. package/obj/Debug/net6.0/ref/Lansweeper.Model.OTAsset.dll +0 -0
  17. package/obj/Debug/net6.0/refint/Lansweeper.Model.OTAsset.dll +0 -0
  18. package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.AssemblyInfo.cs +3 -3
  19. package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.AssemblyInfoInputs.cache +1 -1
  20. package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.dll +0 -0
  21. package/obj/Debug/netstandard2.0/Lansweeper.Model.OTAsset.pdb +0 -0
  22. package/obj/Lansweeper.Model.OTAsset.csproj.nuget.dgspec.json +3 -13
  23. package/obj/Lansweeper.Model.OTAsset.csproj.nuget.g.props +1 -1
  24. package/obj/project.assets.json +3 -13
  25. package/obj/project.nuget.cache +2 -4
  26. package/package.json +2 -2
  27. package/src/ot-model.json +443 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.0.42](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.41...@lansweeper/ot-asset-model@0.0.42) (2023-07-25)
7
+
8
+ **Note:** Version bump only for package @lansweeper/ot-asset-model
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.0.41](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.40...@lansweeper/ot-asset-model@0.0.41) (2023-07-18)
15
+
16
+ **Note:** Version bump only for package @lansweeper/ot-asset-model
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.0.40](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.39...@lansweeper/ot-asset-model@0.0.40) (2023-06-13)
7
23
 
8
24
  **Note:** Version bump only for package @lansweeper/ot-asset-model
@@ -7,9 +7,9 @@
7
7
  <Company>Lansweeper</Company>
8
8
  <Product>Lansweeper Syncer</Product>
9
9
  <Copyright>Lansweeper</Copyright>
10
- <PackageVersion>0.0.39</PackageVersion>
11
- <Version>0.0.39</Version>
12
- <FileVersion>0.0.39</FileVersion>
10
+ <PackageVersion>0.0.41</PackageVersion>
11
+ <Version>0.0.41</Version>
12
+ <FileVersion>0.0.41</FileVersion>
13
13
  <RepositoryUrl>https://github.com/Lansweeper/lansweeperapis</RepositoryUrl>
14
14
  </PropertyGroup>
15
15
  <ItemGroup>
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v6.0": {
9
- "Lansweeper.Model.OTAsset/0.0.39": {
9
+ "Lansweeper.Model.OTAsset/0.0.41": {
10
10
  "runtime": {
11
11
  "Lansweeper.Model.OTAsset.dll": {}
12
12
  }
@@ -14,7 +14,7 @@
14
14
  }
15
15
  },
16
16
  "libraries": {
17
- "Lansweeper.Model.OTAsset/0.0.39": {
17
+ "Lansweeper.Model.OTAsset/0.0.41": {
18
18
  "type": "project",
19
19
  "serviceable": false,
20
20
  "sha512": ""
@@ -7,7 +7,7 @@
7
7
  "targets": {
8
8
  ".NETStandard,Version=v2.0": {},
9
9
  ".NETStandard,Version=v2.0/": {
10
- "Lansweeper.Model.OTAsset/0.0.39": {
10
+ "Lansweeper.Model.OTAsset/0.0.41": {
11
11
  "dependencies": {
12
12
  "NETStandard.Library": "2.0.3"
13
13
  },
@@ -24,7 +24,7 @@
24
24
  }
25
25
  },
26
26
  "libraries": {
27
- "Lansweeper.Model.OTAsset/0.0.39": {
27
+ "Lansweeper.Model.OTAsset/0.0.41": {
28
28
  "type": "project",
29
29
  "serviceable": false,
30
30
  "sha512": ""
@@ -50,9 +50,66 @@
50
50
  "cloudEntity": "OtData",
51
51
  "isArray": false,
52
52
  "propertyName": "otData",
53
+ "children": [
54
+ {
55
+ "cloudEntity": "ExtraField",
56
+ "cloudId": "extraFieldId",
57
+ "propertyName": "extraFields",
58
+ "limit": 1000,
59
+ "isArray": true,
60
+ "properties": {
61
+ "extraFieldId": {
62
+ "type": "string"
63
+ },
64
+ "name": {
65
+ "type": "string"
66
+ },
67
+ "value": {
68
+ "type": "string"
69
+ }
70
+ }
71
+ }
72
+ ],
53
73
  "properties": {
54
74
  "rackSize": {
55
75
  "type": "float"
76
+ },
77
+ "rackNumber": {
78
+ "type": "float"
79
+ },
80
+ "rackName": {
81
+ "type": "string"
82
+ },
83
+ "rackType": {
84
+ "type": "string"
85
+ },
86
+ "rackSlotnumber": {
87
+ "type": "float"
88
+ },
89
+ "rackSlotWidth": {
90
+ "type": "float"
91
+ },
92
+ "componentType": {
93
+ "type": "string"
94
+ },
95
+ "isMainModule": {
96
+ "type": "boolean"
97
+ },
98
+ "isNetworkNode": {
99
+ "type": "boolean"
100
+ },
101
+ "partNumber": {
102
+ "type": "string"
103
+ },
104
+ "routePath": {
105
+ "type": "string"
106
+ },
107
+ "parent": {
108
+ "type": "string"
109
+ },
110
+ "childrens": {
111
+ "type": "string",
112
+ "isArray": true
56
113
  }
57
114
  }
58
115
  },
@@ -217,6 +274,392 @@
217
274
  "type": "boolean"
218
275
  }
219
276
  }
277
+ },
278
+ {
279
+ "cloudEntity": "RecognitionInfo",
280
+ "cloudId": "recognitionInfoId",
281
+ "propertyName": "recognitionInfo",
282
+ "isArray": false,
283
+ "children": [
284
+ {
285
+ "cloudEntity": "OsMetadata",
286
+ "cloudId": "osMetadataId",
287
+ "propertyName": "osMetadata",
288
+ "isArray": false,
289
+ "properties": {
290
+ "osMetadataId": {
291
+ "onprem": "Id",
292
+ "type": "string"
293
+ },
294
+ "name": {
295
+ "onprem": "Name",
296
+ "type": "string"
297
+ },
298
+ "version": {
299
+ "onprem": "Version",
300
+ "type": "string"
301
+ },
302
+ "build": {
303
+ "onprem": "Build",
304
+ "type": "string"
305
+ },
306
+ "fullName": {
307
+ "onprem": "FullName",
308
+ "type": "string"
309
+ },
310
+ "lastUpdateTime": {
311
+ "onprem": "LastUpdateTime",
312
+ "type": "date-time"
313
+ },
314
+ "makeId": {
315
+ "onprem": "MakeId",
316
+ "type": "int"
317
+ },
318
+ "parentId": {
319
+ "onprem": "ParentId",
320
+ "type": "int"
321
+ },
322
+ "releaseDate": {
323
+ "onprem": "ReleaseDate",
324
+ "type": "date-time"
325
+ },
326
+ "endOfSupportDate": {
327
+ "onprem": "EndOfSupportDate",
328
+ "type": "date-time"
329
+ },
330
+ "endOfLifeDate": {
331
+ "onprem": "EndOfLifeDate",
332
+ "type": "date-time"
333
+ },
334
+ "logoImageUrl": {
335
+ "onprem": "LogoImageUrl",
336
+ "type": "string"
337
+ },
338
+ "bannerImageUrl": {
339
+ "onprem": "BannerImageUrl",
340
+ "type": "string"
341
+ },
342
+ "wikipediaId": {
343
+ "onprem": "WikipediaId",
344
+ "type": "string"
345
+ },
346
+ "wikipediaLangCode": {
347
+ "onprem": "WikipediaLangCode",
348
+ "type": "string"
349
+ },
350
+ "websiteUrl": {
351
+ "onprem": "WebsiteUrl",
352
+ "type": "string"
353
+ },
354
+ "supportUrl": {
355
+ "onprem": "SupportUrl",
356
+ "type": "string"
357
+ },
358
+ "supportPhone": {
359
+ "onprem": "SupportPhone",
360
+ "type": "string"
361
+ },
362
+ "facebookAccount": {
363
+ "onprem": "FacebookAccount",
364
+ "type": "string"
365
+ },
366
+ "twitterAccount": {
367
+ "onprem": "TwitterAccount",
368
+ "type": "string"
369
+ },
370
+ "matchScore": {
371
+ "onprem": "MatchScore",
372
+ "type": "int"
373
+ },
374
+ "lastOnlineUpdateTimeUtc": {
375
+ "onprem": "LastOnlineUpdateTimeUtc",
376
+ "type": "date-time"
377
+ }
378
+ }
379
+ },
380
+ {
381
+ "cloudEntity": "BrandMetadata",
382
+ "cloudId": "brandMetadataId",
383
+ "propertyName": "brandMetadata",
384
+ "isArray": false,
385
+ "properties": {
386
+ "brandMetadataId": {
387
+ "onprem": "Id",
388
+ "type": "string"
389
+ },
390
+ "name": {
391
+ "onprem": "Name",
392
+ "type": "string"
393
+ },
394
+ "countryCode": {
395
+ "onprem": "CountryCode",
396
+ "type": "string"
397
+ },
398
+ "classes": {
399
+ "onprem": "Classes",
400
+ "type": "string"
401
+ },
402
+ "lastUpdateTime": {
403
+ "onprem": "LastUpdateTime",
404
+ "type": "date-time"
405
+ },
406
+ "logoImageUrl": {
407
+ "onprem": "LogoImageUrl",
408
+ "type": "string"
409
+ },
410
+ "bannerImageUrl": {
411
+ "onprem": "BannerImageUrl",
412
+ "type": "string"
413
+ },
414
+ "wikipediaId": {
415
+ "onprem": "WikipediaId",
416
+ "type": "string"
417
+ },
418
+ "wikipediaLangCode": {
419
+ "onprem": "WikipediaLangCode",
420
+ "type": "string"
421
+ },
422
+ "websiteUrl": {
423
+ "onprem": "WebsiteUrl",
424
+ "type": "string"
425
+ },
426
+ "supportUrl": {
427
+ "onprem": "SupportUrl",
428
+ "type": "string"
429
+ },
430
+ "supportPhone": {
431
+ "onprem": "SupportPhone",
432
+ "type": "string"
433
+ },
434
+ "facebookAccount": {
435
+ "onprem": "FacebookAccount",
436
+ "type": "string"
437
+ },
438
+ "twitterAccount": {
439
+ "onprem": "TwitterAccount",
440
+ "type": "string"
441
+ },
442
+ "instagramAccount": {
443
+ "onprem": "InstagramAccount",
444
+ "type": "string"
445
+ },
446
+ "pinterestAccount": {
447
+ "onprem": "PinterestAccount",
448
+ "type": "string"
449
+ },
450
+ "youtubeAccount": {
451
+ "onprem": "YoutubeAccount",
452
+ "type": "string"
453
+ },
454
+ "linkedInAccount": {
455
+ "onprem": "LinkedInAccount",
456
+ "type": "string"
457
+ },
458
+ "warrantyUrl": {
459
+ "onprem": "WarrantyUrl",
460
+ "type": "string"
461
+ },
462
+ "warrantyDirectUrl": {
463
+ "onprem": "WarrantyDirectUrl",
464
+ "type": "string"
465
+ },
466
+ "communityUrl": {
467
+ "onprem": "CommunityUrl",
468
+ "type": "string"
469
+ },
470
+ "matchScore": {
471
+ "onprem": "MatchScore",
472
+ "type": "int"
473
+ },
474
+ "lastOnlineUpdateTimeUtc": {
475
+ "onprem": "LastOnlineUpdateTimeUtc",
476
+ "type": "date-time"
477
+ }
478
+ }
479
+ },
480
+ {
481
+ "cloudEntity": "ModelMetadata",
482
+ "cloudId": "modelMetadataId",
483
+ "propertyName": "modelMetadata",
484
+ "isArray": false,
485
+ "properties": {
486
+ "modelMetadataId": {
487
+ "onprem": "Id",
488
+ "type": "string"
489
+ },
490
+ "name": {
491
+ "onprem": "Name",
492
+ "type": "string"
493
+ },
494
+ "lastUpdateTime": {
495
+ "onprem": "LastUpdateTime",
496
+ "type": "date-time"
497
+ },
498
+ "brandId": {
499
+ "onprem": "BrandId",
500
+ "type": "int"
501
+ },
502
+ "modelCodes": {
503
+ "onprem": "ModelCodes",
504
+ "type": "string"
505
+ },
506
+ "isFamily": {
507
+ "onprem": "IsFamily",
508
+ "type": "boolean"
509
+ },
510
+ "familyId": {
511
+ "onprem": "FamilyId",
512
+ "type": "int"
513
+ },
514
+ "releaseDate": {
515
+ "onprem": "ReleaseDate",
516
+ "type": "date-time"
517
+ },
518
+ "endOfSupportDate": {
519
+ "onprem": "EndOfSupportDate",
520
+ "type": "date-time"
521
+ },
522
+ "endOfLifeDate": {
523
+ "onprem": "EndOfLifeDate",
524
+ "type": "date-time"
525
+ },
526
+ "manualUrl": {
527
+ "onprem": "ManualUrl",
528
+ "type": "string"
529
+ },
530
+ "faqUrl": {
531
+ "onprem": "FaqUrl",
532
+ "type": "string"
533
+ },
534
+ "popularity": {
535
+ "onprem": "Popularity",
536
+ "type": "int"
537
+ },
538
+ "priceClass": {
539
+ "onprem": "PriceClass",
540
+ "type": "string"
541
+ },
542
+ "productClass": {
543
+ "onprem": "ProductClass",
544
+ "type": "string"
545
+ },
546
+ "matchScore": {
547
+ "onprem": "MatchScore",
548
+ "type": "int"
549
+ },
550
+ "smartHomeAppleHomeKit": {
551
+ "onprem": "SmartHomeAppleHomeKit",
552
+ "type": "boolean"
553
+ },
554
+ "smartHomeIftttHandle": {
555
+ "onprem": "SmartHomeIftttHandle",
556
+ "type": "string"
557
+ },
558
+ "smartHomeHomeAssistantHandle": {
559
+ "onprem": "SmartHomeHomeAssistantHandle",
560
+ "type": "string"
561
+ },
562
+ "smartHomeOpenHabHandle": {
563
+ "onprem": "SmartHomeOpenHabHandle",
564
+ "type": "string"
565
+ },
566
+ "smartHomeAmazonAlexa": {
567
+ "onprem": "SmartHomeAmazonAlexa",
568
+ "type": "boolean"
569
+ },
570
+ "smartHomeAmazonAlexaLanguageCodes": {
571
+ "onprem": "SmartHomeAmazonAlexaLanguageCodes",
572
+ "type": "string"
573
+ },
574
+ "smartHomeGoogleAssistant": {
575
+ "onprem": "SmartHomeGoogleAssistant",
576
+ "type": "boolean"
577
+ },
578
+ "smartHomeGoogleAssistantLanguageCodes": {
579
+ "onprem": "SmartHomeGoogleAssistantLanguageCodes",
580
+ "type": "string"
581
+ },
582
+ "lastOnlineUpdateTimeUtc": {
583
+ "onprem": "LastOnlineUpdateTimeUtc",
584
+ "type": "date-time"
585
+ }
586
+ }
587
+ }
588
+ ],
589
+ "properties": {
590
+ "recognitionInfoId": {
591
+ "onprem": "Id",
592
+ "type": "string"
593
+ },
594
+ "rank": {
595
+ "onprem": "Rank",
596
+ "type": "int"
597
+ },
598
+ "recogType": {
599
+ "onprem": "RecogType",
600
+ "type": "string"
601
+ },
602
+ "macVendor": {
603
+ "onprem": "MacVendor",
604
+ "type": "string"
605
+ },
606
+ "model": {
607
+ "onprem": "Model",
608
+ "type": "string"
609
+ },
610
+ "osName": {
611
+ "onprem": "OsName",
612
+ "type": "string"
613
+ },
614
+ "osBuild": {
615
+ "onprem": "OsBuild",
616
+ "type": "string"
617
+ },
618
+ "osVersion": {
619
+ "onprem": "OsVersion",
620
+ "type": "string"
621
+ },
622
+ "brand": {
623
+ "onprem": "Brand",
624
+ "type": "string"
625
+ },
626
+ "typeName": {
627
+ "onprem": "TypeName",
628
+ "type": "string"
629
+ },
630
+ "typeGroupName": {
631
+ "onprem": "TypeGroupName",
632
+ "type": "string"
633
+ },
634
+ "serial": {
635
+ "onprem": "Serial",
636
+ "type": "string"
637
+ },
638
+ "hwCpe": {
639
+ "onprem": "HwCpe",
640
+ "type": "string"
641
+ },
642
+ "fwCpe": {
643
+ "onprem": "FwCpe",
644
+ "type": "string"
645
+ },
646
+ "osCpe": {
647
+ "onprem": "OsCpe",
648
+ "type": "string"
649
+ },
650
+ "osId": {
651
+ "onprem": "OsId",
652
+ "type": "string"
653
+ },
654
+ "brandId": {
655
+ "onprem": "BrandId",
656
+ "type": "string"
657
+ },
658
+ "modelId": {
659
+ "onprem": "ModelId",
660
+ "type": "string"
661
+ }
662
+ }
220
663
  }
221
664
  ],
222
665
  "properties": {
@@ -14,11 +14,11 @@ using System.Reflection;
14
14
  [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15
15
  [assembly: System.Reflection.AssemblyCopyrightAttribute("Lansweeper")]
16
16
  [assembly: System.Reflection.AssemblyDescriptionAttribute("More Info : http://www.lansweeper.com")]
17
- [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.39")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.39")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.41")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.41")]
19
19
  [assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
20
20
  [assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Model.OTAsset")]
21
- [assembly: System.Reflection.AssemblyVersionAttribute("0.0.39.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.0.41.0")]
22
22
  [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Lansweeper/lansweeperapis")]
23
23
 
24
24
  // Generated by the MSBuild WriteCodeFragment class.
@@ -1 +1 @@
1
- b559b40b8ef462a185eb1690c4c8e8c302d67319
1
+ 22fe4f897f12ecd97f4c4655cee49c4821201cf6
@@ -1 +1 @@
1
- d72ac73d953b782705100da5bb2e8bc586434dbd
1
+ e640bacb3819c097aa5c65197f5fbf6109bc65e3
@@ -14,11 +14,11 @@ using System.Reflection;
14
14
  [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
15
15
  [assembly: System.Reflection.AssemblyCopyrightAttribute("Lansweeper")]
16
16
  [assembly: System.Reflection.AssemblyDescriptionAttribute("More Info : http://www.lansweeper.com")]
17
- [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.39")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.39")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.41")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.41")]
19
19
  [assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
20
20
  [assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Model.OTAsset")]
21
- [assembly: System.Reflection.AssemblyVersionAttribute("0.0.39.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.0.41.0")]
22
22
  [assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/Lansweeper/lansweeperapis")]
23
23
 
24
24
  // Generated by the MSBuild WriteCodeFragment class.
@@ -1 +1 @@
1
- b559b40b8ef462a185eb1690c4c8e8c302d67319
1
+ 22fe4f897f12ecd97f4c4655cee49c4821201cf6
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "projects": {
7
7
  "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj": {
8
- "version": "0.0.39",
8
+ "version": "0.0.41",
9
9
  "restore": {
10
10
  "projectUniqueName": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
11
11
  "projectName": "Lansweeper.Model.OTAsset",
@@ -54,22 +54,12 @@
54
54
  ],
55
55
  "assetTargetFallback": true,
56
56
  "warn": true,
57
- "downloadDependencies": [
58
- {
59
- "name": "Microsoft.AspNetCore.App.Ref",
60
- "version": "[6.0.16, 6.0.16]"
61
- },
62
- {
63
- "name": "Microsoft.NETCore.App.Ref",
64
- "version": "[6.0.16, 6.0.16]"
65
- }
66
- ],
67
57
  "frameworkReferences": {
68
58
  "Microsoft.NETCore.App": {
69
59
  "privateAssets": "all"
70
60
  }
71
61
  },
72
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
62
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.412/RuntimeIdentifierGraph.json"
73
63
  },
74
64
  "netstandard2.0": {
75
65
  "targetAlias": "netstandard2.0",
@@ -92,7 +82,7 @@
92
82
  ],
93
83
  "assetTargetFallback": true,
94
84
  "warn": true,
95
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
85
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.412/RuntimeIdentifierGraph.json"
96
86
  }
97
87
  }
98
88
  }
@@ -7,7 +7,7 @@
7
7
  <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageRoot>
8
8
  <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/circleci/.nuget/packages/</NuGetPackageFolders>
9
9
  <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
- <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.2</NuGetToolVersion>
10
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.3</NuGetToolVersion>
11
11
  </PropertyGroup>
12
12
  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
13
  <SourceRoot Include="/home/circleci/.nuget/packages/" />
@@ -185,7 +185,7 @@
185
185
  "/home/circleci/.nuget/packages/": {}
186
186
  },
187
187
  "project": {
188
- "version": "0.0.39",
188
+ "version": "0.0.41",
189
189
  "restore": {
190
190
  "projectUniqueName": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
191
191
  "projectName": "Lansweeper.Model.OTAsset",
@@ -234,22 +234,12 @@
234
234
  ],
235
235
  "assetTargetFallback": true,
236
236
  "warn": true,
237
- "downloadDependencies": [
238
- {
239
- "name": "Microsoft.AspNetCore.App.Ref",
240
- "version": "[6.0.16, 6.0.16]"
241
- },
242
- {
243
- "name": "Microsoft.NETCore.App.Ref",
244
- "version": "[6.0.16, 6.0.16]"
245
- }
246
- ],
247
237
  "frameworkReferences": {
248
238
  "Microsoft.NETCore.App": {
249
239
  "privateAssets": "all"
250
240
  }
251
241
  },
252
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
242
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.412/RuntimeIdentifierGraph.json"
253
243
  },
254
244
  "netstandard2.0": {
255
245
  "targetAlias": "netstandard2.0",
@@ -272,7 +262,7 @@
272
262
  ],
273
263
  "assetTargetFallback": true,
274
264
  "warn": true,
275
- "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.408/RuntimeIdentifierGraph.json"
265
+ "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.412/RuntimeIdentifierGraph.json"
276
266
  }
277
267
  }
278
268
  }
@@ -1,13 +1,11 @@
1
1
  {
2
2
  "version": 2,
3
- "dgSpecHash": "w43gouJ34+RnvMBUuJyF/0Oc7zgTDCMSIpljY73Uc06HeP+4JsmCRRwy/7qlv3rj21++yyrUjtTvSM6B3M/y4A==",
3
+ "dgSpecHash": "+PIAjY7o+kwU4wd2vS/g34xrknYG53KInU1z16buwECgvXCFMdnAWtxJQjuJWXQmU1wi23gk14ZXbqkIM1Lb2A==",
4
4
  "success": true,
5
5
  "projectFilePath": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
6
6
  "expectedPackageFiles": [
7
7
  "/home/circleci/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512",
8
- "/home/circleci/.nuget/packages/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512",
9
- "/home/circleci/.nuget/packages/microsoft.netcore.app.ref/6.0.16/microsoft.netcore.app.ref.6.0.16.nupkg.sha512",
10
- "/home/circleci/.nuget/packages/microsoft.aspnetcore.app.ref/6.0.16/microsoft.aspnetcore.app.ref.6.0.16.nupkg.sha512"
8
+ "/home/circleci/.nuget/packages/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512"
11
9
  ],
12
10
  "logs": []
13
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/ot-asset-model",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "OT Asset model",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -16,5 +16,5 @@
16
16
  "scripts": {
17
17
  "build": "tsc"
18
18
  },
19
- "gitHead": "3de049dd30f5586ed6675b7b524787bd7428e86a"
19
+ "gitHead": "b3cdfe7a3a81c0a1715a7e322da82e6e173cfcf9"
20
20
  }
package/src/ot-model.json CHANGED
@@ -50,9 +50,66 @@
50
50
  "cloudEntity": "OtData",
51
51
  "isArray": false,
52
52
  "propertyName": "otData",
53
+ "children": [
54
+ {
55
+ "cloudEntity": "ExtraField",
56
+ "cloudId": "extraFieldId",
57
+ "propertyName": "extraFields",
58
+ "limit": 1000,
59
+ "isArray": true,
60
+ "properties": {
61
+ "extraFieldId": {
62
+ "type": "string"
63
+ },
64
+ "name": {
65
+ "type": "string"
66
+ },
67
+ "value": {
68
+ "type": "string"
69
+ }
70
+ }
71
+ }
72
+ ],
53
73
  "properties": {
54
74
  "rackSize": {
55
75
  "type": "float"
76
+ },
77
+ "rackNumber": {
78
+ "type": "float"
79
+ },
80
+ "rackName": {
81
+ "type": "string"
82
+ },
83
+ "rackType": {
84
+ "type": "string"
85
+ },
86
+ "rackSlotnumber": {
87
+ "type": "float"
88
+ },
89
+ "rackSlotWidth": {
90
+ "type": "float"
91
+ },
92
+ "componentType": {
93
+ "type": "string"
94
+ },
95
+ "isMainModule": {
96
+ "type": "boolean"
97
+ },
98
+ "isNetworkNode": {
99
+ "type": "boolean"
100
+ },
101
+ "partNumber": {
102
+ "type": "string"
103
+ },
104
+ "routePath": {
105
+ "type": "string"
106
+ },
107
+ "parent": {
108
+ "type": "string"
109
+ },
110
+ "childrens": {
111
+ "type": "string",
112
+ "isArray": true
56
113
  }
57
114
  }
58
115
  },
@@ -217,6 +274,392 @@
217
274
  "type": "boolean"
218
275
  }
219
276
  }
277
+ },
278
+ {
279
+ "cloudEntity": "RecognitionInfo",
280
+ "cloudId": "recognitionInfoId",
281
+ "propertyName": "recognitionInfo",
282
+ "isArray": false,
283
+ "children": [
284
+ {
285
+ "cloudEntity": "OsMetadata",
286
+ "cloudId": "osMetadataId",
287
+ "propertyName": "osMetadata",
288
+ "isArray": false,
289
+ "properties": {
290
+ "osMetadataId": {
291
+ "onprem": "Id",
292
+ "type": "string"
293
+ },
294
+ "name": {
295
+ "onprem": "Name",
296
+ "type": "string"
297
+ },
298
+ "version": {
299
+ "onprem": "Version",
300
+ "type": "string"
301
+ },
302
+ "build": {
303
+ "onprem": "Build",
304
+ "type": "string"
305
+ },
306
+ "fullName": {
307
+ "onprem": "FullName",
308
+ "type": "string"
309
+ },
310
+ "lastUpdateTime": {
311
+ "onprem": "LastUpdateTime",
312
+ "type": "date-time"
313
+ },
314
+ "makeId": {
315
+ "onprem": "MakeId",
316
+ "type": "int"
317
+ },
318
+ "parentId": {
319
+ "onprem": "ParentId",
320
+ "type": "int"
321
+ },
322
+ "releaseDate": {
323
+ "onprem": "ReleaseDate",
324
+ "type": "date-time"
325
+ },
326
+ "endOfSupportDate": {
327
+ "onprem": "EndOfSupportDate",
328
+ "type": "date-time"
329
+ },
330
+ "endOfLifeDate": {
331
+ "onprem": "EndOfLifeDate",
332
+ "type": "date-time"
333
+ },
334
+ "logoImageUrl": {
335
+ "onprem": "LogoImageUrl",
336
+ "type": "string"
337
+ },
338
+ "bannerImageUrl": {
339
+ "onprem": "BannerImageUrl",
340
+ "type": "string"
341
+ },
342
+ "wikipediaId": {
343
+ "onprem": "WikipediaId",
344
+ "type": "string"
345
+ },
346
+ "wikipediaLangCode": {
347
+ "onprem": "WikipediaLangCode",
348
+ "type": "string"
349
+ },
350
+ "websiteUrl": {
351
+ "onprem": "WebsiteUrl",
352
+ "type": "string"
353
+ },
354
+ "supportUrl": {
355
+ "onprem": "SupportUrl",
356
+ "type": "string"
357
+ },
358
+ "supportPhone": {
359
+ "onprem": "SupportPhone",
360
+ "type": "string"
361
+ },
362
+ "facebookAccount": {
363
+ "onprem": "FacebookAccount",
364
+ "type": "string"
365
+ },
366
+ "twitterAccount": {
367
+ "onprem": "TwitterAccount",
368
+ "type": "string"
369
+ },
370
+ "matchScore": {
371
+ "onprem": "MatchScore",
372
+ "type": "int"
373
+ },
374
+ "lastOnlineUpdateTimeUtc": {
375
+ "onprem": "LastOnlineUpdateTimeUtc",
376
+ "type": "date-time"
377
+ }
378
+ }
379
+ },
380
+ {
381
+ "cloudEntity": "BrandMetadata",
382
+ "cloudId": "brandMetadataId",
383
+ "propertyName": "brandMetadata",
384
+ "isArray": false,
385
+ "properties": {
386
+ "brandMetadataId": {
387
+ "onprem": "Id",
388
+ "type": "string"
389
+ },
390
+ "name": {
391
+ "onprem": "Name",
392
+ "type": "string"
393
+ },
394
+ "countryCode": {
395
+ "onprem": "CountryCode",
396
+ "type": "string"
397
+ },
398
+ "classes": {
399
+ "onprem": "Classes",
400
+ "type": "string"
401
+ },
402
+ "lastUpdateTime": {
403
+ "onprem": "LastUpdateTime",
404
+ "type": "date-time"
405
+ },
406
+ "logoImageUrl": {
407
+ "onprem": "LogoImageUrl",
408
+ "type": "string"
409
+ },
410
+ "bannerImageUrl": {
411
+ "onprem": "BannerImageUrl",
412
+ "type": "string"
413
+ },
414
+ "wikipediaId": {
415
+ "onprem": "WikipediaId",
416
+ "type": "string"
417
+ },
418
+ "wikipediaLangCode": {
419
+ "onprem": "WikipediaLangCode",
420
+ "type": "string"
421
+ },
422
+ "websiteUrl": {
423
+ "onprem": "WebsiteUrl",
424
+ "type": "string"
425
+ },
426
+ "supportUrl": {
427
+ "onprem": "SupportUrl",
428
+ "type": "string"
429
+ },
430
+ "supportPhone": {
431
+ "onprem": "SupportPhone",
432
+ "type": "string"
433
+ },
434
+ "facebookAccount": {
435
+ "onprem": "FacebookAccount",
436
+ "type": "string"
437
+ },
438
+ "twitterAccount": {
439
+ "onprem": "TwitterAccount",
440
+ "type": "string"
441
+ },
442
+ "instagramAccount": {
443
+ "onprem": "InstagramAccount",
444
+ "type": "string"
445
+ },
446
+ "pinterestAccount": {
447
+ "onprem": "PinterestAccount",
448
+ "type": "string"
449
+ },
450
+ "youtubeAccount": {
451
+ "onprem": "YoutubeAccount",
452
+ "type": "string"
453
+ },
454
+ "linkedInAccount": {
455
+ "onprem": "LinkedInAccount",
456
+ "type": "string"
457
+ },
458
+ "warrantyUrl": {
459
+ "onprem": "WarrantyUrl",
460
+ "type": "string"
461
+ },
462
+ "warrantyDirectUrl": {
463
+ "onprem": "WarrantyDirectUrl",
464
+ "type": "string"
465
+ },
466
+ "communityUrl": {
467
+ "onprem": "CommunityUrl",
468
+ "type": "string"
469
+ },
470
+ "matchScore": {
471
+ "onprem": "MatchScore",
472
+ "type": "int"
473
+ },
474
+ "lastOnlineUpdateTimeUtc": {
475
+ "onprem": "LastOnlineUpdateTimeUtc",
476
+ "type": "date-time"
477
+ }
478
+ }
479
+ },
480
+ {
481
+ "cloudEntity": "ModelMetadata",
482
+ "cloudId": "modelMetadataId",
483
+ "propertyName": "modelMetadata",
484
+ "isArray": false,
485
+ "properties": {
486
+ "modelMetadataId": {
487
+ "onprem": "Id",
488
+ "type": "string"
489
+ },
490
+ "name": {
491
+ "onprem": "Name",
492
+ "type": "string"
493
+ },
494
+ "lastUpdateTime": {
495
+ "onprem": "LastUpdateTime",
496
+ "type": "date-time"
497
+ },
498
+ "brandId": {
499
+ "onprem": "BrandId",
500
+ "type": "int"
501
+ },
502
+ "modelCodes": {
503
+ "onprem": "ModelCodes",
504
+ "type": "string"
505
+ },
506
+ "isFamily": {
507
+ "onprem": "IsFamily",
508
+ "type": "boolean"
509
+ },
510
+ "familyId": {
511
+ "onprem": "FamilyId",
512
+ "type": "int"
513
+ },
514
+ "releaseDate": {
515
+ "onprem": "ReleaseDate",
516
+ "type": "date-time"
517
+ },
518
+ "endOfSupportDate": {
519
+ "onprem": "EndOfSupportDate",
520
+ "type": "date-time"
521
+ },
522
+ "endOfLifeDate": {
523
+ "onprem": "EndOfLifeDate",
524
+ "type": "date-time"
525
+ },
526
+ "manualUrl": {
527
+ "onprem": "ManualUrl",
528
+ "type": "string"
529
+ },
530
+ "faqUrl": {
531
+ "onprem": "FaqUrl",
532
+ "type": "string"
533
+ },
534
+ "popularity": {
535
+ "onprem": "Popularity",
536
+ "type": "int"
537
+ },
538
+ "priceClass": {
539
+ "onprem": "PriceClass",
540
+ "type": "string"
541
+ },
542
+ "productClass": {
543
+ "onprem": "ProductClass",
544
+ "type": "string"
545
+ },
546
+ "matchScore": {
547
+ "onprem": "MatchScore",
548
+ "type": "int"
549
+ },
550
+ "smartHomeAppleHomeKit": {
551
+ "onprem": "SmartHomeAppleHomeKit",
552
+ "type": "boolean"
553
+ },
554
+ "smartHomeIftttHandle": {
555
+ "onprem": "SmartHomeIftttHandle",
556
+ "type": "string"
557
+ },
558
+ "smartHomeHomeAssistantHandle": {
559
+ "onprem": "SmartHomeHomeAssistantHandle",
560
+ "type": "string"
561
+ },
562
+ "smartHomeOpenHabHandle": {
563
+ "onprem": "SmartHomeOpenHabHandle",
564
+ "type": "string"
565
+ },
566
+ "smartHomeAmazonAlexa": {
567
+ "onprem": "SmartHomeAmazonAlexa",
568
+ "type": "boolean"
569
+ },
570
+ "smartHomeAmazonAlexaLanguageCodes": {
571
+ "onprem": "SmartHomeAmazonAlexaLanguageCodes",
572
+ "type": "string"
573
+ },
574
+ "smartHomeGoogleAssistant": {
575
+ "onprem": "SmartHomeGoogleAssistant",
576
+ "type": "boolean"
577
+ },
578
+ "smartHomeGoogleAssistantLanguageCodes": {
579
+ "onprem": "SmartHomeGoogleAssistantLanguageCodes",
580
+ "type": "string"
581
+ },
582
+ "lastOnlineUpdateTimeUtc": {
583
+ "onprem": "LastOnlineUpdateTimeUtc",
584
+ "type": "date-time"
585
+ }
586
+ }
587
+ }
588
+ ],
589
+ "properties": {
590
+ "recognitionInfoId": {
591
+ "onprem": "Id",
592
+ "type": "string"
593
+ },
594
+ "rank": {
595
+ "onprem": "Rank",
596
+ "type": "int"
597
+ },
598
+ "recogType": {
599
+ "onprem": "RecogType",
600
+ "type": "string"
601
+ },
602
+ "macVendor": {
603
+ "onprem": "MacVendor",
604
+ "type": "string"
605
+ },
606
+ "model": {
607
+ "onprem": "Model",
608
+ "type": "string"
609
+ },
610
+ "osName": {
611
+ "onprem": "OsName",
612
+ "type": "string"
613
+ },
614
+ "osBuild": {
615
+ "onprem": "OsBuild",
616
+ "type": "string"
617
+ },
618
+ "osVersion": {
619
+ "onprem": "OsVersion",
620
+ "type": "string"
621
+ },
622
+ "brand": {
623
+ "onprem": "Brand",
624
+ "type": "string"
625
+ },
626
+ "typeName": {
627
+ "onprem": "TypeName",
628
+ "type": "string"
629
+ },
630
+ "typeGroupName": {
631
+ "onprem": "TypeGroupName",
632
+ "type": "string"
633
+ },
634
+ "serial": {
635
+ "onprem": "Serial",
636
+ "type": "string"
637
+ },
638
+ "hwCpe": {
639
+ "onprem": "HwCpe",
640
+ "type": "string"
641
+ },
642
+ "fwCpe": {
643
+ "onprem": "FwCpe",
644
+ "type": "string"
645
+ },
646
+ "osCpe": {
647
+ "onprem": "OsCpe",
648
+ "type": "string"
649
+ },
650
+ "osId": {
651
+ "onprem": "OsId",
652
+ "type": "string"
653
+ },
654
+ "brandId": {
655
+ "onprem": "BrandId",
656
+ "type": "string"
657
+ },
658
+ "modelId": {
659
+ "onprem": "ModelId",
660
+ "type": "string"
661
+ }
662
+ }
220
663
  }
221
664
  ],
222
665
  "properties": {