Skip to content

Commit

Permalink
Merge pull request #86 from apptreesoftware/eyu_20240205
Browse files Browse the repository at this point in the history
Add Inspection condition as a part of Inspection Item
  • Loading branch information
eyuapptree committed Feb 7, 2024
2 parents 9bddc92 + aceba4a commit ad6967a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions model/famis_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ export interface InspectionItem {
ScoringTypeId: number;
DisplayOnlyFlag: boolean;
IncludeInReportFlag: boolean;
InspectionConditions?: InspectionCondition[]
}

export interface InspectionClass {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "facility360",
"version": "1.0.20",
"version": "1.0.21",
"description": "A Node based 360Facility client SDK",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ad6967a

Please sign in to comment.