@milobedini/shared-types 1.0.83 → 1.0.84

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 +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -327,6 +327,7 @@ export type CreateModuleInput = {
327
327
  program: string;
328
328
  disclaimer?: string;
329
329
  imageUrl?: string;
330
+ content?: string;
330
331
  accessPolicy?: 'open' | 'assigned';
331
332
  };
332
333
  export type CreateQuestionInput = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@milobedini/shared-types",
3
3
  "type": "commonjs",
4
- "version": "1.0.83",
4
+ "version": "1.0.84",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "sideEffects": false,