mod-build 3.4.11 → 3.4.12
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/package.json +1 -1
- package/src/data/common.js +29 -29
package/package.json
CHANGED
package/src/data/common.js
CHANGED
|
@@ -306,9 +306,9 @@
|
|
|
306
306
|
],
|
|
307
307
|
hvacSystemTypes: [
|
|
308
308
|
{
|
|
309
|
-
id: '
|
|
310
|
-
name: '
|
|
311
|
-
value: 'Central
|
|
309
|
+
id: 'centralheating',
|
|
310
|
+
name: 'Central Heating / Furnace',
|
|
311
|
+
value: 'Central Heating'
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
314
|
id: 'heatpump',
|
|
@@ -321,16 +321,16 @@
|
|
|
321
321
|
value: 'Boiler'
|
|
322
322
|
},
|
|
323
323
|
{
|
|
324
|
-
id: '
|
|
325
|
-
name: '
|
|
326
|
-
value: 'Central
|
|
324
|
+
id: 'centralac',
|
|
325
|
+
name: 'Air Conditioner',
|
|
326
|
+
value: 'Central AC'
|
|
327
327
|
}
|
|
328
328
|
],
|
|
329
329
|
hvacSystemTypesv2: [
|
|
330
330
|
{
|
|
331
|
-
id: '
|
|
332
|
-
name: 'I need
|
|
333
|
-
value: 'Central
|
|
331
|
+
id: 'centralheating',
|
|
332
|
+
name: 'I need a furnace or central heating.',
|
|
333
|
+
value: 'Central Heating'
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
336
|
id: 'heatpump',
|
|
@@ -343,16 +343,16 @@
|
|
|
343
343
|
value: 'Boiler'
|
|
344
344
|
},
|
|
345
345
|
{
|
|
346
|
-
id: '
|
|
347
|
-
name: 'I need
|
|
348
|
-
value: 'Central
|
|
346
|
+
id: 'centralac',
|
|
347
|
+
name: 'I need an air conditioner.',
|
|
348
|
+
value: 'Central AC'
|
|
349
349
|
}
|
|
350
350
|
],
|
|
351
351
|
hvacSystemTypesv3: [
|
|
352
352
|
{
|
|
353
|
-
id: '
|
|
354
|
-
name: '
|
|
355
|
-
value: 'Central
|
|
353
|
+
id: 'centralheating',
|
|
354
|
+
name: 'Furnace / Central Heating',
|
|
355
|
+
value: 'Central Heating'
|
|
356
356
|
},
|
|
357
357
|
{
|
|
358
358
|
id: 'heatpump',
|
|
@@ -365,16 +365,16 @@
|
|
|
365
365
|
value: 'Boiler'
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
|
-
id: '
|
|
369
|
-
name: '
|
|
370
|
-
value: 'Central
|
|
368
|
+
id: 'centralac',
|
|
369
|
+
name: 'Air Conditioner',
|
|
370
|
+
value: 'Central AC'
|
|
371
371
|
}
|
|
372
372
|
],
|
|
373
373
|
hvacSystemTypesv4: [
|
|
374
374
|
{
|
|
375
|
-
id: '
|
|
376
|
-
name: 'I need
|
|
377
|
-
value: 'Central
|
|
375
|
+
id: 'centralheating',
|
|
376
|
+
name: 'I need a furnace or central heating.',
|
|
377
|
+
value: 'Central Heating'
|
|
378
378
|
},
|
|
379
379
|
{
|
|
380
380
|
id: 'heatpump',
|
|
@@ -387,17 +387,12 @@
|
|
|
387
387
|
value: 'Boiler'
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
|
-
id: '
|
|
391
|
-
name: 'I need
|
|
392
|
-
value: 'Central
|
|
390
|
+
id: 'centralac',
|
|
391
|
+
name: 'I need an air conditioner.',
|
|
392
|
+
value: 'Central AC'
|
|
393
393
|
}
|
|
394
394
|
],
|
|
395
395
|
hvacSystemFuelTypes: [
|
|
396
|
-
{
|
|
397
|
-
id: 'centralac',
|
|
398
|
-
name: 'Air Conditioner',
|
|
399
|
-
value: 'Central AC'
|
|
400
|
-
},
|
|
401
396
|
{
|
|
402
397
|
id: 'heatpump',
|
|
403
398
|
name: 'Heat Pump',
|
|
@@ -412,6 +407,11 @@
|
|
|
412
407
|
id: 'boiler',
|
|
413
408
|
name: 'Boiler / Radiator',
|
|
414
409
|
value: 'Boiler Natural Gas Fired'
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
id: 'centralac',
|
|
413
|
+
name: 'Air Conditioner',
|
|
414
|
+
value: 'Central AC'
|
|
415
415
|
}
|
|
416
416
|
],
|
|
417
417
|
hvacFuelTypes: [
|