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 +0 -2
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
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
|
|