@worknice/js-sdk 0.13.18 → 0.13.19
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
|
@@ -1208,8 +1208,8 @@ type Document = Assignment & PaperworkAssignment & {
|
|
|
1208
1208
|
submitter?: Maybe<Person>;
|
|
1209
1209
|
template?: Maybe<PaperworkTemplate>;
|
|
1210
1210
|
updatedAt: Scalars['DateTime']['output'];
|
|
1211
|
-
/** The signed URL where this document can be accessed. The signed URL will only be accessible for 1 hour following the request. Every request generates a new URL. */
|
|
1212
|
-
url
|
|
1211
|
+
/** The signed URL where this document can be accessed. The signed URL will only be accessible for 1 hour following the request. Every request generates a new URL. Only available when the document has finished processing. */
|
|
1212
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
1213
1213
|
};
|
|
1214
1214
|
type DocumentNotificationsArgs = {
|
|
1215
1215
|
includeRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -3791,6 +3791,7 @@ type Org = {
|
|
|
3791
3791
|
dataImports: Array<DataImport>;
|
|
3792
3792
|
demo: Scalars['Boolean']['output'];
|
|
3793
3793
|
departments: Array<Department>;
|
|
3794
|
+
failedDocuments: Array<Document>;
|
|
3794
3795
|
features: OrgFeatures;
|
|
3795
3796
|
id: Scalars['ID']['output'];
|
|
3796
3797
|
integrations: Array<Integration>;
|