@milobedini/shared-types 1.0.49 → 1.0.50

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -192,7 +192,7 @@ export type ModulesPlainResponse = {
192
192
  };
193
193
  export type ModulesWithMetaResponse = {
194
194
  success: boolean;
195
- items: AvailableModulesItem[];
195
+ modules: AvailableModulesItem[];
196
196
  };
197
197
  export type ModulesResponse = ModulesPlainResponse | ModulesWithMetaResponse;
198
198
  export type ModuleResponse = {
@@ -329,7 +329,7 @@ export type AvailableModulesItem = {
329
329
  };
330
330
  export type AvailableModulesResponse = {
331
331
  success: boolean;
332
- items: AvailableModulesItem[];
332
+ modules: AvailableModulesItem[];
333
333
  };
334
334
  export type AssignmentLatestAttemptPreview = {
335
335
  _id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milobedini/shared-types",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [