@crimson-education/sdk 0.3.6 → 0.3.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.
@@ -141,6 +141,9 @@ class MissionLibraryApi {
141
141
  if (filters === null || filters === void 0 ? void 0 : filters.keyword) {
142
142
  params.append("keyword", filters.keyword);
143
143
  }
144
+ if (filters === null || filters === void 0 ? void 0 : filters.keywordType) {
145
+ params.append("keywordType", filters.keywordType);
146
+ }
144
147
  if ((filters === null || filters === void 0 ? void 0 : filters.start) !== undefined) {
145
148
  params.append("start", String(filters.start));
146
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crimson-education/sdk",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "description": "Crimson SDK for accessing Crimson App APIs",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",