sowhat-types 2.0.157 → 2.0.158

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
@@ -401,7 +401,6 @@ interface CreateQuestionInput {
401
401
  type: QuestionTypeEnum;
402
402
  isRequired: boolean;
403
403
  isAccessible: boolean;
404
- position: number;
405
404
  options: QuestionOptionInput[];
406
405
  }
407
406
 
@@ -412,7 +411,6 @@ interface UpdateQuestionInput {
412
411
  type?: QuestionTypeEnum;
413
412
  isRequired?: boolean;
414
413
  isAccessible?: boolean;
415
- position?: number;
416
414
  options?: QuestionOptionInput[];
417
415
  }
418
416
 
package/dist/index.d.ts CHANGED
@@ -401,7 +401,6 @@ interface CreateQuestionInput {
401
401
  type: QuestionTypeEnum;
402
402
  isRequired: boolean;
403
403
  isAccessible: boolean;
404
- position: number;
405
404
  options: QuestionOptionInput[];
406
405
  }
407
406
 
@@ -412,7 +411,6 @@ interface UpdateQuestionInput {
412
411
  type?: QuestionTypeEnum;
413
412
  isRequired?: boolean;
414
413
  isAccessible?: boolean;
415
- position?: number;
416
414
  options?: QuestionOptionInput[];
417
415
  }
418
416
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.157",
3
+ "version": "2.0.158",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",