spartaxx.businessmodels 1.0.359 → 1.0.360

Sign up to get free protection for your applications and to get access to all the features.
package/CCC/DMQuestion.ts CHANGED
@@ -23,4 +23,5 @@ export interface DMQuestion {
23
23
  HVACReplacement?: string;
24
24
  DMQuestionImages?: string;
25
25
  QuestionImage: QuestionImage[];
26
+ Quantity?: number;
26
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.359",
3
+ "version": "1.0.360",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {