feat: implement getFieldsByIds method

This commit is contained in:
StevanFreeborn
2023-02-03 11:17:53 -06:00
parent bd55381dc9
commit 22ba4520ef
5 changed files with 271 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"check-coverage": true,
"all": true,
"include": ["src/**/*.ts"],
"exclude": ["src/onspringApiSdk.ts", "**/*.spec.ts"],
"exclude": ["src/index.ts", "**/*.spec.ts"],
"reporter": ["html", "lcov", "text", "text-summary"],
"report-dir": "coverage"
}