@worknice/js-sdk 0.11.3-rc.2 → 0.11.3

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.
@@ -4638,7 +4638,7 @@ declare enum QuestionType {
4638
4638
  MultipleChoiceOther = "MULTIPLE_CHOICE_OTHER",
4639
4639
  Text = "TEXT"
4640
4640
  }
4641
- type Questionnaire = Assignment & {
4641
+ type Questionnaire = Assignment & PaperworkAssignment & {
4642
4642
  approvals: Array<Approval>;
4643
4643
  archived: Scalars['Boolean']['output'];
4644
4644
  assignedAt?: Maybe<Scalars['DateTime']['output']>;