sowhat-types 2.0.156 → 2.0.157

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.
package/dist/index.d.mts CHANGED
@@ -417,7 +417,6 @@ interface UpdateQuestionInput {
417
417
  }
418
418
 
419
419
  interface UpdateQuestionPositionInput {
420
- id: string;
421
420
  key: string;
422
421
  position: number;
423
422
  }
package/dist/index.d.ts CHANGED
@@ -417,7 +417,6 @@ interface UpdateQuestionInput {
417
417
  }
418
418
 
419
419
  interface UpdateQuestionPositionInput {
420
- id: string;
421
420
  key: string;
422
421
  position: number;
423
422
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.156",
3
+ "version": "2.0.157",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",