@worknice/js-sdk 0.11.19 → 0.11.21
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/api/_generated.d.ts
CHANGED
|
@@ -239,7 +239,6 @@ type Assignment = {
|
|
|
239
239
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
240
240
|
/** The person who is submitting this assignment. */
|
|
241
241
|
owner?: Maybe<Person>;
|
|
242
|
-
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
243
242
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
244
243
|
/** The person who processed this assignment. */
|
|
245
244
|
processor?: Maybe<Person>;
|
|
@@ -3829,7 +3828,7 @@ declare enum PaperworkSummaryStatus {
|
|
|
3829
3828
|
type PaperworkTemplate = {
|
|
3830
3829
|
archived: Scalars['Boolean']['output'];
|
|
3831
3830
|
assignmentType: AssignmentType;
|
|
3832
|
-
assignments: Array<
|
|
3831
|
+
assignments: Array<PaperworkAssignment>;
|
|
3833
3832
|
bundledTemplates: Array<BundledTemplate>;
|
|
3834
3833
|
createdAt: Scalars['DateTime']['output'];
|
|
3835
3834
|
id: Scalars['ID']['output'];
|
|
@@ -3846,7 +3845,7 @@ type PaperworkType = {
|
|
|
3846
3845
|
archivedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
3847
3846
|
archiver?: Maybe<Person>;
|
|
3848
3847
|
createdAt: Scalars['DateTime']['output'];
|
|
3849
|
-
creator
|
|
3848
|
+
creator?: Maybe<Person>;
|
|
3850
3849
|
id: Scalars['ID']['output'];
|
|
3851
3850
|
name: Scalars['String']['output'];
|
|
3852
3851
|
org: Org;
|
|
@@ -4958,7 +4957,6 @@ type StandardReview = Assignment & {
|
|
|
4958
4957
|
notifications: Array<Notification>;
|
|
4959
4958
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
4960
4959
|
owner?: Maybe<Person>;
|
|
4961
|
-
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
4962
4960
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
4963
4961
|
processor?: Maybe<Person>;
|
|
4964
4962
|
questions: Array<StandardReviewQuestion>;
|
|
@@ -5035,8 +5033,6 @@ type StandardReviewTemplate = Template & {
|
|
|
5035
5033
|
id: Scalars['ID']['output'];
|
|
5036
5034
|
name: Scalars['String']['output'];
|
|
5037
5035
|
org: Org;
|
|
5038
|
-
/** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
|
|
5039
|
-
paperworkSummaries: Array<PaperworkSummary>;
|
|
5040
5036
|
questions: Array<StandardReviewTemplateQuestion>;
|
|
5041
5037
|
reviewerInstructions?: Maybe<Scalars['Markdown']['output']>;
|
|
5042
5038
|
subjectInstructions?: Maybe<Scalars['Markdown']['output']>;
|
|
@@ -5105,7 +5101,6 @@ type Task = Assignment & {
|
|
|
5105
5101
|
notifications: Array<Notification>;
|
|
5106
5102
|
onboardingIndex?: Maybe<Scalars['Int']['output']>;
|
|
5107
5103
|
owner?: Maybe<Person>;
|
|
5108
|
-
paperworkSummary?: Maybe<PaperworkSummary>;
|
|
5109
5104
|
processedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
5110
5105
|
processor?: Maybe<Person>;
|
|
5111
5106
|
responsible?: Maybe<Person>;
|
|
@@ -5131,8 +5126,6 @@ type TaskTemplate = Template & {
|
|
|
5131
5126
|
id: Scalars['ID']['output'];
|
|
5132
5127
|
name: Scalars['String']['output'];
|
|
5133
5128
|
org: Org;
|
|
5134
|
-
/** Paperwork summaries are only returned for paperwork that can be summarised (the person has at least one assignment for the template or the template is marked as required for the person). */
|
|
5135
|
-
paperworkSummaries: Array<PaperworkSummary>;
|
|
5136
5129
|
/** @deprecated Unused. */
|
|
5137
5130
|
templateParameters: Array<TemplateParameter>;
|
|
5138
5131
|
updatedAt: Scalars['DateTime']['output'];
|