@homeworksenergy/utility-service 1.2.6 → 1.2.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.
- package/index.js +3 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -83,6 +83,7 @@ const EVENT_TYPES = {
|
|
|
83
83
|
'05': 'Insulation Manager Visit',
|
|
84
84
|
'06': 'Insulation Manager QC Visit',
|
|
85
85
|
'07': 'Insulation Manager Permit Inspection',
|
|
86
|
+
'08': 'Mold Remediation',
|
|
86
87
|
// 90 is Rhode Island
|
|
87
88
|
'90': 'Insulation Install',
|
|
88
89
|
},
|
|
@@ -129,7 +130,8 @@ const EVENT_TYPES = {
|
|
|
129
130
|
'04': 'Insulation Finish',
|
|
130
131
|
'05': 'Insulation Manager Visit',
|
|
131
132
|
'06': 'Insulation Manager QC Visit',
|
|
132
|
-
'07': 'Insulation Manager Permit Inspection'
|
|
133
|
+
'07': 'Insulation Manager Permit Inspection',
|
|
134
|
+
'08': 'Insulation + Sealing Service'
|
|
133
135
|
},
|
|
134
136
|
'06': {
|
|
135
137
|
'00': 'Window Visit',
|