@lansweeper/ot-asset-model 0.0.41 → 0.0.43

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 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.43](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/ot-asset-model@0.0.42...@lansweeper/ot-asset-model@0.0.43) (2023-07-27)
7
+
8
+ **Note:** Version bump only for package @lansweeper/ot-asset-model
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @lansweeper/ot-asset-model
17
+
18
+
19
+
20
+
21
+
6
22
  ## [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)
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.40</PackageVersion>
11
- <Version>0.0.40</Version>
12
- <FileVersion>0.0.40</FileVersion>
10
+ <PackageVersion>0.0.42</PackageVersion>
11
+ <Version>0.0.42</Version>
12
+ <FileVersion>0.0.42</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.40": {
9
+ "Lansweeper.Model.OTAsset/0.0.42": {
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.40": {
17
+ "Lansweeper.Model.OTAsset/0.0.42": {
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.40": {
10
+ "Lansweeper.Model.OTAsset/0.0.42": {
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.40": {
27
+ "Lansweeper.Model.OTAsset/0.0.42": {
28
28
  "type": "project",
29
29
  "serviceable": false,
30
30
  "sha512": ""
@@ -274,6 +274,392 @@
274
274
  "type": "boolean"
275
275
  }
276
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
+ }
277
663
  }
278
664
  ],
279
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.40")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.40")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.42")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.42")]
19
19
  [assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
20
20
  [assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Model.OTAsset")]
21
- [assembly: System.Reflection.AssemblyVersionAttribute("0.0.40.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.0.42.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
- 02089bae4999aee597e56bd8b227e40e0eabc564
1
+ 569afb33534e5217717db67e601276aa1e2c0f84
@@ -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.40")]
18
- [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.40")]
17
+ [assembly: System.Reflection.AssemblyFileVersionAttribute("0.0.42")]
18
+ [assembly: System.Reflection.AssemblyInformationalVersionAttribute("0.0.42")]
19
19
  [assembly: System.Reflection.AssemblyProductAttribute("Lansweeper Syncer")]
20
20
  [assembly: System.Reflection.AssemblyTitleAttribute("Lansweeper.Model.OTAsset")]
21
- [assembly: System.Reflection.AssemblyVersionAttribute("0.0.40.0")]
21
+ [assembly: System.Reflection.AssemblyVersionAttribute("0.0.42.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
- 02089bae4999aee597e56bd8b227e40e0eabc564
1
+ 569afb33534e5217717db67e601276aa1e2c0f84
@@ -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.40",
8
+ "version": "0.0.42",
9
9
  "restore": {
10
10
  "projectUniqueName": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
11
11
  "projectName": "Lansweeper.Model.OTAsset",
@@ -185,7 +185,7 @@
185
185
  "/home/circleci/.nuget/packages/": {}
186
186
  },
187
187
  "project": {
188
- "version": "0.0.40",
188
+ "version": "0.0.42",
189
189
  "restore": {
190
190
  "projectUniqueName": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
191
191
  "projectName": "Lansweeper.Model.OTAsset",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 2,
3
- "dgSpecHash": "SCrXpuybjPQfrVxyG/2dOdmAMR/L6qe2OfBvt6GkJGKK1pNjGGAs75zzqe/N+ht9r08LdcYbJ2s1q4JndSFFwQ==",
3
+ "dgSpecHash": "vUwPn+VvfDs1UNcchdRr9jHOA1yjvU+yVIpjCOJaGY+PHS7vXrAFuYGcRXF8vCFz/fP9Ry/AngL6gvK3XtmDtg==",
4
4
  "success": true,
5
5
  "projectFilePath": "/home/circleci/project/packages/model/otAsset/Lansweeper.Model.OTAsset.csproj",
6
6
  "expectedPackageFiles": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/ot-asset-model",
3
- "version": "0.0.41",
3
+ "version": "0.0.43",
4
4
  "description": "OT Asset model",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -8,7 +8,7 @@
8
8
  "types": "dist/types",
9
9
  "main": "dist/index.js",
10
10
  "dependencies": {
11
- "@lansweeper/asset-model": "^2.10.27",
11
+ "@lansweeper/asset-model": "^2.10.28",
12
12
  "@types/node": "^14.14.25",
13
13
  "ts-node": "^9.1.1",
14
14
  "typescript": "^4.1.3"
@@ -16,5 +16,5 @@
16
16
  "scripts": {
17
17
  "build": "tsc"
18
18
  },
19
- "gitHead": "2ac72208e6462e28e57c25627dedba9898678fa8"
19
+ "gitHead": "b9b2e92e6a3515418baec32324e1a36f341a61e5"
20
20
  }
package/src/ot-model.json CHANGED
@@ -274,6 +274,392 @@
274
274
  "type": "boolean"
275
275
  }
276
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
+ }
277
663
  }
278
664
  ],
279
665
  "properties": {