@vanillabp/bc-official-gui-client 0.1.0 → 0.1.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.
Files changed (63) hide show
  1. package/dist/index.d.ts +2125 -27
  2. package/dist/index.js +1740 -3
  3. package/dist/index.js.map +1 -0
  4. package/package.json +19 -12
  5. package/dist/apis/OfficialTasklistApi.d.ts +0 -338
  6. package/dist/apis/OfficialTasklistApi.js +0 -378
  7. package/dist/apis/OfficialWorkflowModulesApi.d.ts +0 -75
  8. package/dist/apis/OfficialWorkflowModulesApi.js +0 -66
  9. package/dist/apis/OfficialWorkflowlistApi.d.ts +0 -182
  10. package/dist/apis/OfficialWorkflowlistApi.js +0 -197
  11. package/dist/apis/index.d.ts +0 -25
  12. package/dist/apis/index.js +0 -3
  13. package/dist/chunk-4TPCCB4K.js +0 -45
  14. package/dist/models/Group.d.ts +0 -47
  15. package/dist/models/Group.js +0 -39
  16. package/dist/models/KwicRequest.d.ts +0 -36
  17. package/dist/models/KwicRequest.js +0 -38
  18. package/dist/models/KwicResult.d.ts +0 -39
  19. package/dist/models/KwicResult.js +0 -37
  20. package/dist/models/KwicResults.d.ts +0 -36
  21. package/dist/models/KwicResults.js +0 -38
  22. package/dist/models/Page.d.ts +0 -51
  23. package/dist/models/Page.js +0 -43
  24. package/dist/models/Person.d.ts +0 -65
  25. package/dist/models/Person.js +0 -45
  26. package/dist/models/SearchQuery.d.ts +0 -45
  27. package/dist/models/SearchQuery.js +0 -39
  28. package/dist/models/UiUriType.d.ts +0 -25
  29. package/dist/models/UiUriType.js +0 -20
  30. package/dist/models/UserSearchResult.d.ts +0 -36
  31. package/dist/models/UserSearchResult.js +0 -38
  32. package/dist/models/UserTask.d.ts +0 -208
  33. package/dist/models/UserTask.js +0 -110
  34. package/dist/models/UserTaskEvent.d.ts +0 -45
  35. package/dist/models/UserTaskEvent.js +0 -40
  36. package/dist/models/UserTaskIds.d.ts +0 -33
  37. package/dist/models/UserTaskIds.js +0 -34
  38. package/dist/models/UserTaskRetrieveMode.d.ts +0 -28
  39. package/dist/models/UserTaskRetrieveMode.js +0 -23
  40. package/dist/models/UserTasks.d.ts +0 -52
  41. package/dist/models/UserTasks.js +0 -48
  42. package/dist/models/UserTasksRequest.d.ts +0 -73
  43. package/dist/models/UserTasksRequest.js +0 -54
  44. package/dist/models/UserTasksUpdateRequest.d.ts +0 -66
  45. package/dist/models/UserTasksUpdateRequest.js +0 -50
  46. package/dist/models/Workflow.d.ts +0 -150
  47. package/dist/models/Workflow.js +0 -91
  48. package/dist/models/WorkflowEvent.d.ts +0 -45
  49. package/dist/models/WorkflowEvent.js +0 -40
  50. package/dist/models/WorkflowModule.d.ts +0 -45
  51. package/dist/models/WorkflowModule.js +0 -40
  52. package/dist/models/WorkflowModules.d.ts +0 -36
  53. package/dist/models/WorkflowModules.js +0 -38
  54. package/dist/models/Workflows.d.ts +0 -58
  55. package/dist/models/Workflows.js +0 -51
  56. package/dist/models/WorkflowsRequest.d.ts +0 -66
  57. package/dist/models/WorkflowsRequest.js +0 -48
  58. package/dist/models/WorkflowsUpdateRequest.d.ts +0 -60
  59. package/dist/models/WorkflowsUpdateRequest.js +0 -48
  60. package/dist/models/index.d.ts +0 -23
  61. package/dist/models/index.js +0 -23
  62. package/dist/runtime.d.ts +0 -184
  63. package/dist/runtime.js +0 -315
package/dist/index.d.ts CHANGED
@@ -1,27 +1,2125 @@
1
- export { ApiResponse, BASE_PATH, BaseAPI, BlobApiResponse, COLLECTION_FORMATS, Configuration, ConfigurationParameters, Consume, DefaultConfig, ErrorContext, FetchAPI, FetchError, FetchParams, HTTPBody, HTTPHeaders, HTTPMethod, HTTPQuery, HTTPRequestInit, InitOverrideFunction, JSONApiResponse, Json, Middleware, ModelPropertyNaming, RequestContext, RequestOpts, RequiredError, ResponseContext, ResponseError, ResponseTransformer, TextApiResponse, VoidApiResponse, canConsumeForm, exists, mapValues, querystring } from './runtime.js';
2
- export { AssignTaskRequest, AssignTasksRequest, ClaimTaskRequest, ClaimTasksRequest, FindUsersRequest, GetUserTaskKwicResultsRequest, GetUserTaskRequest, GetUserTasksRequest, GetUserTasksUpdateRequest, MarkTaskAsReadRequest, MarkTasksAsReadRequest, OfficialTasklistApi, OfficialTasklistApiInterface } from './apis/OfficialTasklistApi.js';
3
- export { GetWorkflowModuleRequest, OfficialWorkflowModulesApi, OfficialWorkflowModulesApiInterface } from './apis/OfficialWorkflowModulesApi.js';
4
- export { GetKwicResultsRequest, GetUserTasksOfWorkflowRequest, GetWorkflowRequest, GetWorkflowsRequest, GetWorkflowsUpdateRequest, OfficialWorkflowlistApi, OfficialWorkflowlistApiInterface } from './apis/OfficialWorkflowlistApi.js';
5
- export { Group, GroupFromJSON, GroupFromJSONTyped, GroupToJSON, instanceOfGroup } from './models/Group.js';
6
- export { KwicRequest, KwicRequestFromJSON, KwicRequestFromJSONTyped, KwicRequestToJSON, instanceOfKwicRequest } from './models/KwicRequest.js';
7
- export { KwicResult, KwicResultFromJSON, KwicResultFromJSONTyped, KwicResultToJSON, instanceOfKwicResult } from './models/KwicResult.js';
8
- export { KwicResults, KwicResultsFromJSON, KwicResultsFromJSONTyped, KwicResultsToJSON, instanceOfKwicResults } from './models/KwicResults.js';
9
- export { Page, PageFromJSON, PageFromJSONTyped, PageToJSON, instanceOfPage } from './models/Page.js';
10
- export { Person, PersonFromJSON, PersonFromJSONTyped, PersonToJSON, instanceOfPerson } from './models/Person.js';
11
- export { SearchQuery, SearchQueryFromJSON, SearchQueryFromJSONTyped, SearchQueryToJSON, instanceOfSearchQuery } from './models/SearchQuery.js';
12
- export { UiUriType, UiUriTypeFromJSON, UiUriTypeFromJSONTyped, UiUriTypeToJSON } from './models/UiUriType.js';
13
- export { UserSearchResult, UserSearchResultFromJSON, UserSearchResultFromJSONTyped, UserSearchResultToJSON, instanceOfUserSearchResult } from './models/UserSearchResult.js';
14
- export { UserTask, UserTaskFromJSON, UserTaskFromJSONTyped, UserTaskToJSON, instanceOfUserTask } from './models/UserTask.js';
15
- export { UserTaskEvent, UserTaskEventFromJSON, UserTaskEventFromJSONTyped, UserTaskEventToJSON, instanceOfUserTaskEvent } from './models/UserTaskEvent.js';
16
- export { UserTaskIds, UserTaskIdsFromJSON, UserTaskIdsFromJSONTyped, UserTaskIdsToJSON, instanceOfUserTaskIds } from './models/UserTaskIds.js';
17
- export { UserTaskRetrieveMode, UserTaskRetrieveModeFromJSON, UserTaskRetrieveModeFromJSONTyped, UserTaskRetrieveModeToJSON } from './models/UserTaskRetrieveMode.js';
18
- export { UserTasks, UserTasksFromJSON, UserTasksFromJSONTyped, UserTasksToJSON, instanceOfUserTasks } from './models/UserTasks.js';
19
- export { UserTasksRequest, UserTasksRequestFromJSON, UserTasksRequestFromJSONTyped, UserTasksRequestToJSON, instanceOfUserTasksRequest } from './models/UserTasksRequest.js';
20
- export { UserTasksUpdateRequest, UserTasksUpdateRequestFromJSON, UserTasksUpdateRequestFromJSONTyped, UserTasksUpdateRequestToJSON, instanceOfUserTasksUpdateRequest } from './models/UserTasksUpdateRequest.js';
21
- export { Workflow, WorkflowFromJSON, WorkflowFromJSONTyped, WorkflowToJSON, instanceOfWorkflow } from './models/Workflow.js';
22
- export { WorkflowEvent, WorkflowEventFromJSON, WorkflowEventFromJSONTyped, WorkflowEventToJSON, instanceOfWorkflowEvent } from './models/WorkflowEvent.js';
23
- export { WorkflowModule, WorkflowModuleFromJSON, WorkflowModuleFromJSONTyped, WorkflowModuleToJSON, instanceOfWorkflowModule } from './models/WorkflowModule.js';
24
- export { WorkflowModules, WorkflowModulesFromJSON, WorkflowModulesFromJSONTyped, WorkflowModulesToJSON, instanceOfWorkflowModules } from './models/WorkflowModules.js';
25
- export { Workflows, WorkflowsFromJSON, WorkflowsFromJSONTyped, WorkflowsToJSON, instanceOfWorkflows } from './models/Workflows.js';
26
- export { WorkflowsRequest, WorkflowsRequestFromJSON, WorkflowsRequestFromJSONTyped, WorkflowsRequestToJSON, instanceOfWorkflowsRequest } from './models/WorkflowsRequest.js';
27
- export { WorkflowsUpdateRequest, WorkflowsUpdateRequestFromJSON, WorkflowsUpdateRequestFromJSONTyped, WorkflowsUpdateRequestToJSON, instanceOfWorkflowsUpdateRequest } from './models/WorkflowsUpdateRequest.js';
1
+ /**
2
+ * gui
3
+ * Official GUI API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ declare const BASE_PATH: string;
13
+ interface ConfigurationParameters {
14
+ basePath?: string;
15
+ fetchApi?: FetchAPI;
16
+ middleware?: Middleware[];
17
+ queryParamsStringify?: (params: HTTPQuery) => string;
18
+ username?: string;
19
+ password?: string;
20
+ apiKey?: string | ((name: string) => string);
21
+ accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string | Promise<string>);
22
+ headers?: HTTPHeaders;
23
+ credentials?: RequestCredentials;
24
+ }
25
+ declare class Configuration {
26
+ private configuration;
27
+ constructor(configuration?: ConfigurationParameters);
28
+ set config(configuration: Configuration);
29
+ get basePath(): string;
30
+ get fetchApi(): FetchAPI | undefined;
31
+ get middleware(): Middleware[];
32
+ get queryParamsStringify(): (params: HTTPQuery) => string;
33
+ get username(): string | undefined;
34
+ get password(): string | undefined;
35
+ get apiKey(): ((name: string) => string) | undefined;
36
+ get accessToken(): ((name?: string, scopes?: string[]) => string | Promise<string>) | undefined;
37
+ get headers(): HTTPHeaders | undefined;
38
+ get credentials(): RequestCredentials | undefined;
39
+ }
40
+ declare const DefaultConfig: Configuration;
41
+ /**
42
+ * This is the base class for all generated API classes.
43
+ */
44
+ declare class BaseAPI {
45
+ protected configuration: Configuration;
46
+ private static readonly jsonRegex;
47
+ private middleware;
48
+ constructor(configuration?: Configuration);
49
+ withMiddleware<T extends BaseAPI>(this: T, ...middlewares: Middleware[]): T;
50
+ withPreMiddleware<T extends BaseAPI>(this: T, ...preMiddlewares: Array<Middleware['pre']>): T;
51
+ withPostMiddleware<T extends BaseAPI>(this: T, ...postMiddlewares: Array<Middleware['post']>): T;
52
+ /**
53
+ * Check if the given MIME is a JSON MIME.
54
+ * JSON MIME examples:
55
+ * application/json
56
+ * application/json; charset=UTF8
57
+ * APPLICATION/JSON
58
+ * application/vnd.company+json
59
+ * @param mime - MIME (Multipurpose Internet Mail Extensions)
60
+ * @return True if the given MIME is JSON, false otherwise.
61
+ */
62
+ protected isJsonMime(mime: string | null | undefined): boolean;
63
+ protected request(context: RequestOpts, initOverrides?: RequestInit | InitOverrideFunction): Promise<Response>;
64
+ private createFetchParams;
65
+ private fetchApi;
66
+ /**
67
+ * Create a shallow clone of `this` by constructing a new instance
68
+ * and then shallow cloning data members.
69
+ */
70
+ private clone;
71
+ }
72
+ declare class ResponseError extends Error {
73
+ response: Response;
74
+ name: "ResponseError";
75
+ constructor(response: Response, msg?: string);
76
+ }
77
+ declare class FetchError extends Error {
78
+ cause: Error;
79
+ name: "FetchError";
80
+ constructor(cause: Error, msg?: string);
81
+ }
82
+ declare class RequiredError extends Error {
83
+ field: string;
84
+ name: "RequiredError";
85
+ constructor(field: string, msg?: string);
86
+ }
87
+ declare const COLLECTION_FORMATS: {
88
+ csv: string;
89
+ ssv: string;
90
+ tsv: string;
91
+ pipes: string;
92
+ };
93
+ type FetchAPI = WindowOrWorkerGlobalScope['fetch'];
94
+ type Json = any;
95
+ type HTTPMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE' | 'OPTIONS' | 'HEAD';
96
+ type HTTPHeaders = {
97
+ [key: string]: string;
98
+ };
99
+ type HTTPQuery = {
100
+ [key: string]: string | number | null | boolean | Array<string | number | null | boolean> | Set<string | number | null | boolean> | HTTPQuery;
101
+ };
102
+ type HTTPBody = Json | FormData | URLSearchParams;
103
+ type HTTPRequestInit = {
104
+ headers?: HTTPHeaders;
105
+ method: HTTPMethod;
106
+ credentials?: RequestCredentials;
107
+ body?: HTTPBody;
108
+ };
109
+ type ModelPropertyNaming = 'camelCase' | 'snake_case' | 'PascalCase' | 'original';
110
+ type InitOverrideFunction = (requestContext: {
111
+ init: HTTPRequestInit;
112
+ context: RequestOpts;
113
+ }) => Promise<RequestInit>;
114
+ interface FetchParams {
115
+ url: string;
116
+ init: RequestInit;
117
+ }
118
+ interface RequestOpts {
119
+ path: string;
120
+ method: HTTPMethod;
121
+ headers: HTTPHeaders;
122
+ query?: HTTPQuery;
123
+ body?: HTTPBody;
124
+ }
125
+ declare function exists(json: any, key: string): boolean;
126
+ declare function querystring(params: HTTPQuery, prefix?: string): string;
127
+ declare function mapValues(data: any, fn: (item: any) => any): {};
128
+ declare function canConsumeForm(consumes: Consume[]): boolean;
129
+ interface Consume {
130
+ contentType: string;
131
+ }
132
+ interface RequestContext {
133
+ fetch: FetchAPI;
134
+ url: string;
135
+ init: RequestInit;
136
+ }
137
+ interface ResponseContext {
138
+ fetch: FetchAPI;
139
+ url: string;
140
+ init: RequestInit;
141
+ response: Response;
142
+ }
143
+ interface ErrorContext {
144
+ fetch: FetchAPI;
145
+ url: string;
146
+ init: RequestInit;
147
+ error: unknown;
148
+ response?: Response;
149
+ }
150
+ interface Middleware {
151
+ pre?(context: RequestContext): Promise<FetchParams | void>;
152
+ post?(context: ResponseContext): Promise<Response | void>;
153
+ onError?(context: ErrorContext): Promise<Response | void>;
154
+ }
155
+ interface ApiResponse<T> {
156
+ raw: Response;
157
+ value(): Promise<T>;
158
+ }
159
+ interface ResponseTransformer<T> {
160
+ (json: any): T;
161
+ }
162
+ declare class JSONApiResponse<T> {
163
+ raw: Response;
164
+ private transformer;
165
+ constructor(raw: Response, transformer?: ResponseTransformer<T>);
166
+ value(): Promise<T>;
167
+ }
168
+ declare class VoidApiResponse {
169
+ raw: Response;
170
+ constructor(raw: Response);
171
+ value(): Promise<void>;
172
+ }
173
+ declare class BlobApiResponse {
174
+ raw: Response;
175
+ constructor(raw: Response);
176
+ value(): Promise<Blob>;
177
+ }
178
+ declare class TextApiResponse {
179
+ raw: Response;
180
+ constructor(raw: Response);
181
+ value(): Promise<string>;
182
+ }
183
+
184
+ /**
185
+ * gui
186
+ * Official GUI API
187
+ *
188
+ * The version of the OpenAPI document: 1.0
189
+ *
190
+ *
191
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
192
+ * https://openapi-generator.tech
193
+ * Do not edit the class manually.
194
+ */
195
+ /**
196
+ * Body for PATCH /usertask/{userTaskId}/follow-up-date. A missing or null timestamp clears the follow-up date.
197
+ * @export
198
+ * @interface FollowUpDateRequest
199
+ */
200
+ interface FollowUpDateRequest {
201
+ /**
202
+ *
203
+ * @type {Date}
204
+ * @memberof FollowUpDateRequest
205
+ */
206
+ timestamp?: Date;
207
+ }
208
+ /**
209
+ * Check if a given object implements the FollowUpDateRequest interface.
210
+ */
211
+ declare function instanceOfFollowUpDateRequest(value: object): boolean;
212
+ declare function FollowUpDateRequestFromJSON(json: any): FollowUpDateRequest;
213
+ declare function FollowUpDateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): FollowUpDateRequest;
214
+ declare function FollowUpDateRequestToJSON(value?: FollowUpDateRequest | null): any;
215
+
216
+ /**
217
+ * gui
218
+ * Official GUI API
219
+ *
220
+ * The version of the OpenAPI document: 1.0
221
+ *
222
+ *
223
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
224
+ * https://openapi-generator.tech
225
+ * Do not edit the class manually.
226
+ */
227
+ /**
228
+ *
229
+ * @export
230
+ * @interface Group
231
+ */
232
+ interface Group {
233
+ /**
234
+ *
235
+ * @type {string}
236
+ * @memberof Group
237
+ */
238
+ id: string;
239
+ /**
240
+ *
241
+ * @type {string}
242
+ * @memberof Group
243
+ */
244
+ display?: string;
245
+ /**
246
+ *
247
+ * @type {{ [key: string]: any; }}
248
+ * @memberof Group
249
+ */
250
+ details?: {
251
+ [key: string]: any;
252
+ };
253
+ }
254
+ /**
255
+ * Check if a given object implements the Group interface.
256
+ */
257
+ declare function instanceOfGroup(value: object): boolean;
258
+ declare function GroupFromJSON(json: any): Group;
259
+ declare function GroupFromJSONTyped(json: any, ignoreDiscriminator: boolean): Group;
260
+ declare function GroupToJSON(value?: Group | null): any;
261
+
262
+ /**
263
+ * gui
264
+ * Official GUI API
265
+ *
266
+ * The version of the OpenAPI document: 1.0
267
+ *
268
+ *
269
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
270
+ * https://openapi-generator.tech
271
+ * Do not edit the class manually.
272
+ */
273
+ /**
274
+ *
275
+ * @export
276
+ * @interface SearchQuery
277
+ */
278
+ interface SearchQuery {
279
+ /**
280
+ *
281
+ * @type {string}
282
+ * @memberof SearchQuery
283
+ */
284
+ path?: string;
285
+ /**
286
+ *
287
+ * @type {string}
288
+ * @memberof SearchQuery
289
+ */
290
+ query: string;
291
+ /**
292
+ *
293
+ * @type {boolean}
294
+ * @memberof SearchQuery
295
+ */
296
+ caseInsensitive?: boolean;
297
+ }
298
+ /**
299
+ * Check if a given object implements the SearchQuery interface.
300
+ */
301
+ declare function instanceOfSearchQuery(value: object): boolean;
302
+ declare function SearchQueryFromJSON(json: any): SearchQuery;
303
+ declare function SearchQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SearchQuery;
304
+ declare function SearchQueryToJSON(value?: SearchQuery | null): any;
305
+
306
+ /**
307
+ * gui
308
+ * Official GUI API
309
+ *
310
+ * The version of the OpenAPI document: 1.0
311
+ *
312
+ *
313
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
314
+ * https://openapi-generator.tech
315
+ * Do not edit the class manually.
316
+ */
317
+
318
+ /**
319
+ *
320
+ * @export
321
+ * @interface KwicRequest
322
+ */
323
+ interface KwicRequest {
324
+ /**
325
+ *
326
+ * @type {Array<SearchQuery>}
327
+ * @memberof KwicRequest
328
+ */
329
+ searchQueries?: Array<SearchQuery>;
330
+ }
331
+ /**
332
+ * Check if a given object implements the KwicRequest interface.
333
+ */
334
+ declare function instanceOfKwicRequest(value: object): boolean;
335
+ declare function KwicRequestFromJSON(json: any): KwicRequest;
336
+ declare function KwicRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): KwicRequest;
337
+ declare function KwicRequestToJSON(value?: KwicRequest | null): any;
338
+
339
+ /**
340
+ * gui
341
+ * Official GUI API
342
+ *
343
+ * The version of the OpenAPI document: 1.0
344
+ *
345
+ *
346
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
347
+ * https://openapi-generator.tech
348
+ * Do not edit the class manually.
349
+ */
350
+ /**
351
+ *
352
+ * @export
353
+ * @interface KwicResult
354
+ */
355
+ interface KwicResult {
356
+ /**
357
+ *
358
+ * @type {string}
359
+ * @memberof KwicResult
360
+ */
361
+ item: string;
362
+ /**
363
+ *
364
+ * @type {number}
365
+ * @memberof KwicResult
366
+ */
367
+ count: number;
368
+ }
369
+ /**
370
+ * Check if a given object implements the KwicResult interface.
371
+ */
372
+ declare function instanceOfKwicResult(value: object): boolean;
373
+ declare function KwicResultFromJSON(json: any): KwicResult;
374
+ declare function KwicResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): KwicResult;
375
+ declare function KwicResultToJSON(value?: KwicResult | null): any;
376
+
377
+ /**
378
+ * gui
379
+ * Official GUI API
380
+ *
381
+ * The version of the OpenAPI document: 1.0
382
+ *
383
+ *
384
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
385
+ * https://openapi-generator.tech
386
+ * Do not edit the class manually.
387
+ */
388
+
389
+ /**
390
+ *
391
+ * @export
392
+ * @interface KwicResults
393
+ */
394
+ interface KwicResults {
395
+ /**
396
+ *
397
+ * @type {Array<KwicResult>}
398
+ * @memberof KwicResults
399
+ */
400
+ result: Array<KwicResult>;
401
+ }
402
+ /**
403
+ * Check if a given object implements the KwicResults interface.
404
+ */
405
+ declare function instanceOfKwicResults(value: object): boolean;
406
+ declare function KwicResultsFromJSON(json: any): KwicResults;
407
+ declare function KwicResultsFromJSONTyped(json: any, ignoreDiscriminator: boolean): KwicResults;
408
+ declare function KwicResultsToJSON(value?: KwicResults | null): any;
409
+
410
+ /**
411
+ * gui
412
+ * Official GUI API
413
+ *
414
+ * The version of the OpenAPI document: 1.0
415
+ *
416
+ *
417
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
418
+ * https://openapi-generator.tech
419
+ * Do not edit the class manually.
420
+ */
421
+ /**
422
+ *
423
+ * @export
424
+ * @interface Page
425
+ */
426
+ interface Page {
427
+ /**
428
+ *
429
+ * @type {number}
430
+ * @memberof Page
431
+ */
432
+ totalElements: number;
433
+ /**
434
+ *
435
+ * @type {number}
436
+ * @memberof Page
437
+ */
438
+ totalPages: number;
439
+ /**
440
+ *
441
+ * @type {number}
442
+ * @memberof Page
443
+ */
444
+ number: number;
445
+ /**
446
+ *
447
+ * @type {number}
448
+ * @memberof Page
449
+ */
450
+ size: number;
451
+ }
452
+ /**
453
+ * Check if a given object implements the Page interface.
454
+ */
455
+ declare function instanceOfPage(value: object): boolean;
456
+ declare function PageFromJSON(json: any): Page;
457
+ declare function PageFromJSONTyped(json: any, ignoreDiscriminator: boolean): Page;
458
+ declare function PageToJSON(value?: Page | null): any;
459
+
460
+ /**
461
+ * gui
462
+ * Official GUI API
463
+ *
464
+ * The version of the OpenAPI document: 1.0
465
+ *
466
+ *
467
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
468
+ * https://openapi-generator.tech
469
+ * Do not edit the class manually.
470
+ */
471
+ /**
472
+ *
473
+ * @export
474
+ * @interface Person
475
+ */
476
+ interface Person {
477
+ /**
478
+ *
479
+ * @type {string}
480
+ * @memberof Person
481
+ */
482
+ id: string;
483
+ /**
484
+ *
485
+ * @type {string}
486
+ * @memberof Person
487
+ */
488
+ display?: string;
489
+ /**
490
+ *
491
+ * @type {string}
492
+ * @memberof Person
493
+ */
494
+ displayShort?: string;
495
+ /**
496
+ *
497
+ * @type {string}
498
+ * @memberof Person
499
+ */
500
+ email?: string;
501
+ /**
502
+ *
503
+ * @type {number}
504
+ * @memberof Person
505
+ */
506
+ avatar?: number;
507
+ /**
508
+ *
509
+ * @type {{ [key: string]: any; }}
510
+ * @memberof Person
511
+ */
512
+ details?: {
513
+ [key: string]: any;
514
+ };
515
+ }
516
+ /**
517
+ * Check if a given object implements the Person interface.
518
+ */
519
+ declare function instanceOfPerson(value: object): boolean;
520
+ declare function PersonFromJSON(json: any): Person;
521
+ declare function PersonFromJSONTyped(json: any, ignoreDiscriminator: boolean): Person;
522
+ declare function PersonToJSON(value?: Person | null): any;
523
+
524
+ /**
525
+ * gui
526
+ * Official GUI API
527
+ *
528
+ * The version of the OpenAPI document: 1.0
529
+ *
530
+ *
531
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
532
+ * https://openapi-generator.tech
533
+ * Do not edit the class manually.
534
+ */
535
+ /**
536
+ *
537
+ * @export
538
+ */
539
+ declare const UiUriType: {
540
+ readonly External: "EXTERNAL";
541
+ readonly WebpackMfReact: "WEBPACK_MF_REACT";
542
+ };
543
+ type UiUriType = typeof UiUriType[keyof typeof UiUriType];
544
+ declare function UiUriTypeFromJSON(json: any): UiUriType;
545
+ declare function UiUriTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UiUriType;
546
+ declare function UiUriTypeToJSON(value?: UiUriType | null): any;
547
+
548
+ /**
549
+ * gui
550
+ * Official GUI API
551
+ *
552
+ * The version of the OpenAPI document: 1.0
553
+ *
554
+ *
555
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
556
+ * https://openapi-generator.tech
557
+ * Do not edit the class manually.
558
+ */
559
+
560
+ /**
561
+ *
562
+ * @export
563
+ * @interface UserSearchResult
564
+ */
565
+ interface UserSearchResult {
566
+ /**
567
+ *
568
+ * @type {Array<Person>}
569
+ * @memberof UserSearchResult
570
+ */
571
+ users?: Array<Person>;
572
+ }
573
+ /**
574
+ * Check if a given object implements the UserSearchResult interface.
575
+ */
576
+ declare function instanceOfUserSearchResult(value: object): boolean;
577
+ declare function UserSearchResultFromJSON(json: any): UserSearchResult;
578
+ declare function UserSearchResultFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSearchResult;
579
+ declare function UserSearchResultToJSON(value?: UserSearchResult | null): any;
580
+
581
+ /**
582
+ * gui
583
+ * Official GUI API
584
+ *
585
+ * The version of the OpenAPI document: 1.0
586
+ *
587
+ *
588
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
589
+ * https://openapi-generator.tech
590
+ * Do not edit the class manually.
591
+ */
592
+
593
+ /**
594
+ *
595
+ * @export
596
+ * @interface UserTask
597
+ */
598
+ interface UserTask {
599
+ /**
600
+ * user task id
601
+ * @type {string}
602
+ * @memberof UserTask
603
+ */
604
+ id: string;
605
+ /**
606
+ * revision of the usertask record
607
+ * @type {number}
608
+ * @memberof UserTask
609
+ */
610
+ version?: number;
611
+ /**
612
+ * The user who triggered the update. Null if the update is done by the system.
613
+ * @type {string}
614
+ * @memberof UserTask
615
+ */
616
+ initiator?: string;
617
+ /**
618
+ * The time the task was created
619
+ * @type {Date}
620
+ * @memberof UserTask
621
+ */
622
+ createdAt: Date;
623
+ /**
624
+ * The time the task was updated
625
+ * @type {Date}
626
+ * @memberof UserTask
627
+ */
628
+ updatedAt: Date;
629
+ /**
630
+ * The time the task was ended
631
+ * @type {Date}
632
+ * @memberof UserTask
633
+ */
634
+ endedAt?: Date;
635
+ /**
636
+ * The workflow module of this usertask
637
+ * @type {string}
638
+ * @memberof UserTask
639
+ */
640
+ workflowModuleId: string;
641
+ /**
642
+ *
643
+ * @type {string}
644
+ * @memberof UserTask
645
+ */
646
+ comment?: string;
647
+ /**
648
+ * BPMN process ID
649
+ * @type {string}
650
+ * @memberof UserTask
651
+ */
652
+ bpmnProcessId: string;
653
+ /**
654
+ * Version of the BPMN process
655
+ * @type {string}
656
+ * @memberof UserTask
657
+ */
658
+ bpmnProcessVersion?: string;
659
+ /**
660
+ * BPMN process title
661
+ * @type {{ [key: string]: string; }}
662
+ * @memberof UserTask
663
+ */
664
+ workflowTitle?: {
665
+ [key: string]: string;
666
+ };
667
+ /**
668
+ * The unique key of the workflow
669
+ * @type {string}
670
+ * @memberof UserTask
671
+ */
672
+ workflowId?: string;
673
+ /**
674
+ * The natural ID of the workflow (e.g. order-id)
675
+ * @type {string}
676
+ * @memberof UserTask
677
+ */
678
+ businessId?: string;
679
+ /**
680
+ * The rendered title of the user-task (may contain specific data)
681
+ * @type {{ [key: string]: string; }}
682
+ * @memberof UserTask
683
+ */
684
+ title: {
685
+ [key: string]: string;
686
+ };
687
+ /**
688
+ * The BPMN user task's ID
689
+ * @type {string}
690
+ * @memberof UserTask
691
+ */
692
+ bpmnTaskId?: string;
693
+ /**
694
+ * The task's formkey
695
+ * @type {string}
696
+ * @memberof UserTask
697
+ */
698
+ taskDefinition: string;
699
+ /**
700
+ * The generic title of the user-task (must not contain specific data)
701
+ * @type {{ [key: string]: string; }}
702
+ * @memberof UserTask
703
+ */
704
+ taskDefinitionTitle?: {
705
+ [key: string]: string;
706
+ };
707
+ /**
708
+ * An URI as an entrypoint URI for UI components. Maybe a technical URL (e.g. for WEBPACK) or an URL targeting a human readable form (e.g. EXTERNAL)
709
+ * @type {string}
710
+ * @memberof UserTask
711
+ */
712
+ uiUri: string;
713
+ /**
714
+ *
715
+ * @type {UiUriType}
716
+ * @memberof UserTask
717
+ */
718
+ uiUriType: UiUriType;
719
+ /**
720
+ * An URI pointing to the workflow-module's own API (maybe used by user-task forms)
721
+ * @type {string}
722
+ * @memberof UserTask
723
+ */
724
+ workflowModuleUri: string;
725
+ /**
726
+ *
727
+ * @type {Person}
728
+ * @memberof UserTask
729
+ */
730
+ assignee?: Person;
731
+ /**
732
+ *
733
+ * @type {Array<Person>}
734
+ * @memberof UserTask
735
+ */
736
+ candidateUsers?: Array<Person>;
737
+ /**
738
+ *
739
+ * @type {Array<Group>}
740
+ * @memberof UserTask
741
+ */
742
+ candidateGroups?: Array<Group>;
743
+ /**
744
+ *
745
+ * @type {Date}
746
+ * @memberof UserTask
747
+ */
748
+ dueDate?: Date;
749
+ /**
750
+ *
751
+ * @type {Date}
752
+ * @memberof UserTask
753
+ */
754
+ followUpDate?: Date;
755
+ /**
756
+ * Properties for individual searches
757
+ * @type {{ [key: string]: any; }}
758
+ * @memberof UserTask
759
+ */
760
+ details?: {
761
+ [key: string]: any;
762
+ };
763
+ /**
764
+ * List of words for fulltext searching details
765
+ * @type {string}
766
+ * @memberof UserTask
767
+ */
768
+ detailsFulltextSearch?: string;
769
+ /**
770
+ *
771
+ * @type {Date}
772
+ * @memberof UserTask
773
+ */
774
+ read?: Date;
775
+ }
776
+ /**
777
+ * Check if a given object implements the UserTask interface.
778
+ */
779
+ declare function instanceOfUserTask(value: object): boolean;
780
+ declare function UserTaskFromJSON(json: any): UserTask;
781
+ declare function UserTaskFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserTask;
782
+ declare function UserTaskToJSON(value?: UserTask | null): any;
783
+
784
+ /**
785
+ * gui
786
+ * Official GUI API
787
+ *
788
+ * The version of the OpenAPI document: 1.0
789
+ *
790
+ *
791
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
792
+ * https://openapi-generator.tech
793
+ * Do not edit the class manually.
794
+ */
795
+ /**
796
+ *
797
+ * @export
798
+ * @interface UserTaskEvent
799
+ */
800
+ interface UserTaskEvent {
801
+ /**
802
+ *
803
+ * @type {string}
804
+ * @memberof UserTaskEvent
805
+ */
806
+ type: string;
807
+ /**
808
+ *
809
+ * @type {string}
810
+ * @memberof UserTaskEvent
811
+ */
812
+ name: string;
813
+ /**
814
+ *
815
+ * @type {string}
816
+ * @memberof UserTaskEvent
817
+ */
818
+ id: string;
819
+ }
820
+ /**
821
+ * Check if a given object implements the UserTaskEvent interface.
822
+ */
823
+ declare function instanceOfUserTaskEvent(value: object): boolean;
824
+ declare function UserTaskEventFromJSON(json: any): UserTaskEvent;
825
+ declare function UserTaskEventFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserTaskEvent;
826
+ declare function UserTaskEventToJSON(value?: UserTaskEvent | null): any;
827
+
828
+ /**
829
+ * gui
830
+ * Official GUI API
831
+ *
832
+ * The version of the OpenAPI document: 1.0
833
+ *
834
+ *
835
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
836
+ * https://openapi-generator.tech
837
+ * Do not edit the class manually.
838
+ */
839
+ /**
840
+ *
841
+ * @export
842
+ * @interface UserTaskIds
843
+ */
844
+ interface UserTaskIds {
845
+ /**
846
+ *
847
+ * @type {Array<string>}
848
+ * @memberof UserTaskIds
849
+ */
850
+ userTaskIds?: Array<string>;
851
+ }
852
+ /**
853
+ * Check if a given object implements the UserTaskIds interface.
854
+ */
855
+ declare function instanceOfUserTaskIds(value: object): boolean;
856
+ declare function UserTaskIdsFromJSON(json: any): UserTaskIds;
857
+ declare function UserTaskIdsFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserTaskIds;
858
+ declare function UserTaskIdsToJSON(value?: UserTaskIds | null): any;
859
+
860
+ /**
861
+ * gui
862
+ * Official GUI API
863
+ *
864
+ * The version of the OpenAPI document: 1.0
865
+ *
866
+ *
867
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
868
+ * https://openapi-generator.tech
869
+ * Do not edit the class manually.
870
+ */
871
+ /**
872
+ *
873
+ * @export
874
+ */
875
+ declare const UserTaskRetrieveMode: {
876
+ readonly All: "All";
877
+ readonly OpenTasks: "OpenTasks";
878
+ readonly OpenTasksWithoutFollowUp: "OpenTasksWithoutFollowUp";
879
+ readonly OpenTasksWithFollowUp: "OpenTasksWithFollowUp";
880
+ readonly OpenTaskOnlyFollowUp: "OpenTaskOnlyFollowUp";
881
+ readonly ClosedTasksOnly: "ClosedTasksOnly";
882
+ };
883
+ type UserTaskRetrieveMode = typeof UserTaskRetrieveMode[keyof typeof UserTaskRetrieveMode];
884
+ declare function UserTaskRetrieveModeFromJSON(json: any): UserTaskRetrieveMode;
885
+ declare function UserTaskRetrieveModeFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserTaskRetrieveMode;
886
+ declare function UserTaskRetrieveModeToJSON(value?: UserTaskRetrieveMode | null): any;
887
+
888
+ /**
889
+ * gui
890
+ * Official GUI API
891
+ *
892
+ * The version of the OpenAPI document: 1.0
893
+ *
894
+ *
895
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
896
+ * https://openapi-generator.tech
897
+ * Do not edit the class manually.
898
+ */
899
+
900
+ /**
901
+ *
902
+ * @export
903
+ * @interface UserTasks
904
+ */
905
+ interface UserTasks {
906
+ /**
907
+ *
908
+ * @type {Date}
909
+ * @memberof UserTasks
910
+ */
911
+ serverTimestamp: Date;
912
+ /**
913
+ *
914
+ * @type {Page}
915
+ * @memberof UserTasks
916
+ */
917
+ page: Page;
918
+ /**
919
+ *
920
+ * @type {Array<UserTask>}
921
+ * @memberof UserTasks
922
+ */
923
+ userTasks: Array<UserTask>;
924
+ }
925
+ /**
926
+ * Check if a given object implements the UserTasks interface.
927
+ */
928
+ declare function instanceOfUserTasks(value: object): boolean;
929
+ declare function UserTasksFromJSON(json: any): UserTasks;
930
+ declare function UserTasksFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserTasks;
931
+ declare function UserTasksToJSON(value?: UserTasks | null): any;
932
+
933
+ /**
934
+ * gui
935
+ * Official GUI API
936
+ *
937
+ * The version of the OpenAPI document: 1.0
938
+ *
939
+ *
940
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
941
+ * https://openapi-generator.tech
942
+ * Do not edit the class manually.
943
+ */
944
+
945
+ /**
946
+ *
947
+ * @export
948
+ * @interface UserTasksRequest
949
+ */
950
+ interface UserTasksRequest {
951
+ /**
952
+ *
953
+ * @type {number}
954
+ * @memberof UserTasksRequest
955
+ */
956
+ pageNumber?: number;
957
+ /**
958
+ *
959
+ * @type {number}
960
+ * @memberof UserTasksRequest
961
+ */
962
+ pageSize?: number;
963
+ /**
964
+ *
965
+ * @type {string}
966
+ * @memberof UserTasksRequest
967
+ */
968
+ query?: string;
969
+ /**
970
+ *
971
+ * @type {Array<SearchQuery>}
972
+ * @memberof UserTasksRequest
973
+ */
974
+ searchQueries?: Array<SearchQuery>;
975
+ /**
976
+ *
977
+ * @type {string}
978
+ * @memberof UserTasksRequest
979
+ */
980
+ sort?: string;
981
+ /**
982
+ *
983
+ * @type {boolean}
984
+ * @memberof UserTasksRequest
985
+ */
986
+ sortAscending?: boolean;
987
+ /**
988
+ *
989
+ * @type {UserTaskRetrieveMode}
990
+ * @memberof UserTasksRequest
991
+ */
992
+ mode?: UserTaskRetrieveMode;
993
+ }
994
+ /**
995
+ * Check if a given object implements the UserTasksRequest interface.
996
+ */
997
+ declare function instanceOfUserTasksRequest(value: object): boolean;
998
+ declare function UserTasksRequestFromJSON(json: any): UserTasksRequest;
999
+ declare function UserTasksRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserTasksRequest;
1000
+ declare function UserTasksRequestToJSON(value?: UserTasksRequest | null): any;
1001
+
1002
+ /**
1003
+ * gui
1004
+ * Official GUI API
1005
+ *
1006
+ * The version of the OpenAPI document: 1.0
1007
+ *
1008
+ *
1009
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1010
+ * https://openapi-generator.tech
1011
+ * Do not edit the class manually.
1012
+ */
1013
+
1014
+ /**
1015
+ *
1016
+ * @export
1017
+ * @interface UserTasksUpdateRequest
1018
+ */
1019
+ interface UserTasksUpdateRequest {
1020
+ /**
1021
+ *
1022
+ * @type {number}
1023
+ * @memberof UserTasksUpdateRequest
1024
+ */
1025
+ size: number;
1026
+ /**
1027
+ *
1028
+ * @type {string}
1029
+ * @memberof UserTasksUpdateRequest
1030
+ */
1031
+ query?: string;
1032
+ /**
1033
+ *
1034
+ * @type {Array<SearchQuery>}
1035
+ * @memberof UserTasksUpdateRequest
1036
+ */
1037
+ searchQueries?: Array<SearchQuery>;
1038
+ /**
1039
+ *
1040
+ * @type {string}
1041
+ * @memberof UserTasksUpdateRequest
1042
+ */
1043
+ sort?: string;
1044
+ /**
1045
+ *
1046
+ * @type {boolean}
1047
+ * @memberof UserTasksUpdateRequest
1048
+ */
1049
+ sortAscending?: boolean;
1050
+ /**
1051
+ *
1052
+ * @type {Array<string>}
1053
+ * @memberof UserTasksUpdateRequest
1054
+ */
1055
+ knownUserTasksIds: Array<string>;
1056
+ /**
1057
+ *
1058
+ * @type {UserTaskRetrieveMode}
1059
+ * @memberof UserTasksUpdateRequest
1060
+ */
1061
+ mode?: UserTaskRetrieveMode;
1062
+ }
1063
+ /**
1064
+ * Check if a given object implements the UserTasksUpdateRequest interface.
1065
+ */
1066
+ declare function instanceOfUserTasksUpdateRequest(value: object): boolean;
1067
+ declare function UserTasksUpdateRequestFromJSON(json: any): UserTasksUpdateRequest;
1068
+ declare function UserTasksUpdateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserTasksUpdateRequest;
1069
+ declare function UserTasksUpdateRequestToJSON(value?: UserTasksUpdateRequest | null): any;
1070
+
1071
+ /**
1072
+ * gui
1073
+ * Official GUI API
1074
+ *
1075
+ * The version of the OpenAPI document: 1.0
1076
+ *
1077
+ *
1078
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1079
+ * https://openapi-generator.tech
1080
+ * Do not edit the class manually.
1081
+ */
1082
+
1083
+ /**
1084
+ *
1085
+ * @export
1086
+ * @interface Workflow
1087
+ */
1088
+ interface Workflow {
1089
+ /**
1090
+ * workflow id
1091
+ * @type {string}
1092
+ * @memberof Workflow
1093
+ */
1094
+ id: string;
1095
+ /**
1096
+ * revision of the usertask record
1097
+ * @type {number}
1098
+ * @memberof Workflow
1099
+ */
1100
+ version?: number;
1101
+ /**
1102
+ *
1103
+ * @type {Person}
1104
+ * @memberof Workflow
1105
+ */
1106
+ initiator?: Person;
1107
+ /**
1108
+ * The time the task was created
1109
+ * @type {Date}
1110
+ * @memberof Workflow
1111
+ */
1112
+ createdAt: Date;
1113
+ /**
1114
+ * The time the task was updated
1115
+ * @type {Date}
1116
+ * @memberof Workflow
1117
+ */
1118
+ updatedAt: Date;
1119
+ /**
1120
+ * The time the task was ended
1121
+ * @type {Date}
1122
+ * @memberof Workflow
1123
+ */
1124
+ endedAt?: Date;
1125
+ /**
1126
+ * The workflow module of this usertask
1127
+ * @type {string}
1128
+ * @memberof Workflow
1129
+ */
1130
+ workflowModuleId: string;
1131
+ /**
1132
+ *
1133
+ * @type {string}
1134
+ * @memberof Workflow
1135
+ */
1136
+ comment?: string;
1137
+ /**
1138
+ * BPMN process ID
1139
+ * @type {string}
1140
+ * @memberof Workflow
1141
+ */
1142
+ bpmnProcessId: string;
1143
+ /**
1144
+ * Version of the BPMN process and tag
1145
+ * @type {string}
1146
+ * @memberof Workflow
1147
+ */
1148
+ bpmnProcessVersion?: string;
1149
+ /**
1150
+ * The natural ID of the workflow (e.g. order-id)
1151
+ * @type {string}
1152
+ * @memberof Workflow
1153
+ */
1154
+ businessId?: string;
1155
+ /**
1156
+ * The rendered title of the user-task (may contain specific data)
1157
+ * @type {{ [key: string]: string; }}
1158
+ * @memberof Workflow
1159
+ */
1160
+ title: {
1161
+ [key: string]: string;
1162
+ };
1163
+ /**
1164
+ * An URI as an entrypoint URI for UI components. Maybe a technical URL (e.g. for WEBPACK) or an URL targeting a human readable form (e.g. EXTERNAL)
1165
+ * @type {string}
1166
+ * @memberof Workflow
1167
+ */
1168
+ uiUri: string;
1169
+ /**
1170
+ *
1171
+ * @type {UiUriType}
1172
+ * @memberof Workflow
1173
+ */
1174
+ uiUriType: UiUriType;
1175
+ /**
1176
+ * An URI pointing to the workflow-modules's own API (maybe used by workflow pages)
1177
+ * @type {string}
1178
+ * @memberof Workflow
1179
+ */
1180
+ workflowModuleUri: string;
1181
+ /**
1182
+ *
1183
+ * @type {Array<Person>}
1184
+ * @memberof Workflow
1185
+ */
1186
+ accessibleToUsers?: Array<Person>;
1187
+ /**
1188
+ *
1189
+ * @type {Array<Group>}
1190
+ * @memberof Workflow
1191
+ */
1192
+ accessibleToGroups?: Array<Group>;
1193
+ /**
1194
+ * Properties for individual searches
1195
+ * @type {{ [key: string]: any; }}
1196
+ * @memberof Workflow
1197
+ */
1198
+ details?: {
1199
+ [key: string]: any;
1200
+ };
1201
+ /**
1202
+ * List of words for fulltext searching details
1203
+ * @type {string}
1204
+ * @memberof Workflow
1205
+ */
1206
+ detailsFulltextSearch?: string;
1207
+ }
1208
+ /**
1209
+ * Check if a given object implements the Workflow interface.
1210
+ */
1211
+ declare function instanceOfWorkflow(value: object): boolean;
1212
+ declare function WorkflowFromJSON(json: any): Workflow;
1213
+ declare function WorkflowFromJSONTyped(json: any, ignoreDiscriminator: boolean): Workflow;
1214
+ declare function WorkflowToJSON(value?: Workflow | null): any;
1215
+
1216
+ /**
1217
+ * gui
1218
+ * Official GUI API
1219
+ *
1220
+ * The version of the OpenAPI document: 1.0
1221
+ *
1222
+ *
1223
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1224
+ * https://openapi-generator.tech
1225
+ * Do not edit the class manually.
1226
+ */
1227
+ /**
1228
+ *
1229
+ * @export
1230
+ * @interface WorkflowEvent
1231
+ */
1232
+ interface WorkflowEvent {
1233
+ /**
1234
+ *
1235
+ * @type {string}
1236
+ * @memberof WorkflowEvent
1237
+ */
1238
+ type: string;
1239
+ /**
1240
+ *
1241
+ * @type {string}
1242
+ * @memberof WorkflowEvent
1243
+ */
1244
+ name: string;
1245
+ /**
1246
+ *
1247
+ * @type {string}
1248
+ * @memberof WorkflowEvent
1249
+ */
1250
+ id: string;
1251
+ }
1252
+ /**
1253
+ * Check if a given object implements the WorkflowEvent interface.
1254
+ */
1255
+ declare function instanceOfWorkflowEvent(value: object): boolean;
1256
+ declare function WorkflowEventFromJSON(json: any): WorkflowEvent;
1257
+ declare function WorkflowEventFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkflowEvent;
1258
+ declare function WorkflowEventToJSON(value?: WorkflowEvent | null): any;
1259
+
1260
+ /**
1261
+ * gui
1262
+ * Official GUI API
1263
+ *
1264
+ * The version of the OpenAPI document: 1.0
1265
+ *
1266
+ *
1267
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1268
+ * https://openapi-generator.tech
1269
+ * Do not edit the class manually.
1270
+ */
1271
+ /**
1272
+ *
1273
+ * @export
1274
+ * @interface WorkflowModule
1275
+ */
1276
+ interface WorkflowModule {
1277
+ /**
1278
+ *
1279
+ * @type {string}
1280
+ * @memberof WorkflowModule
1281
+ */
1282
+ id: string;
1283
+ /**
1284
+ *
1285
+ * @type {number}
1286
+ * @memberof WorkflowModule
1287
+ */
1288
+ version: number;
1289
+ /**
1290
+ *
1291
+ * @type {string}
1292
+ * @memberof WorkflowModule
1293
+ */
1294
+ uri: string;
1295
+ }
1296
+ /**
1297
+ * Check if a given object implements the WorkflowModule interface.
1298
+ */
1299
+ declare function instanceOfWorkflowModule(value: object): boolean;
1300
+ declare function WorkflowModuleFromJSON(json: any): WorkflowModule;
1301
+ declare function WorkflowModuleFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkflowModule;
1302
+ declare function WorkflowModuleToJSON(value?: WorkflowModule | null): any;
1303
+
1304
+ /**
1305
+ * gui
1306
+ * Official GUI API
1307
+ *
1308
+ * The version of the OpenAPI document: 1.0
1309
+ *
1310
+ *
1311
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1312
+ * https://openapi-generator.tech
1313
+ * Do not edit the class manually.
1314
+ */
1315
+
1316
+ /**
1317
+ *
1318
+ * @export
1319
+ * @interface WorkflowModules
1320
+ */
1321
+ interface WorkflowModules {
1322
+ /**
1323
+ *
1324
+ * @type {Array<WorkflowModule>}
1325
+ * @memberof WorkflowModules
1326
+ */
1327
+ modules: Array<WorkflowModule>;
1328
+ }
1329
+ /**
1330
+ * Check if a given object implements the WorkflowModules interface.
1331
+ */
1332
+ declare function instanceOfWorkflowModules(value: object): boolean;
1333
+ declare function WorkflowModulesFromJSON(json: any): WorkflowModules;
1334
+ declare function WorkflowModulesFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkflowModules;
1335
+ declare function WorkflowModulesToJSON(value?: WorkflowModules | null): any;
1336
+
1337
+ /**
1338
+ * gui
1339
+ * Official GUI API
1340
+ *
1341
+ * The version of the OpenAPI document: 1.0
1342
+ *
1343
+ *
1344
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1345
+ * https://openapi-generator.tech
1346
+ * Do not edit the class manually.
1347
+ */
1348
+ /**
1349
+ *
1350
+ * @export
1351
+ */
1352
+ declare const WorkflowRetrieveMode: {
1353
+ readonly All: "All";
1354
+ readonly Active: "Active";
1355
+ readonly Inactive: "Inactive";
1356
+ };
1357
+ type WorkflowRetrieveMode = typeof WorkflowRetrieveMode[keyof typeof WorkflowRetrieveMode];
1358
+ declare function WorkflowRetrieveModeFromJSON(json: any): WorkflowRetrieveMode;
1359
+ declare function WorkflowRetrieveModeFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkflowRetrieveMode;
1360
+ declare function WorkflowRetrieveModeToJSON(value?: WorkflowRetrieveMode | null): any;
1361
+
1362
+ /**
1363
+ * gui
1364
+ * Official GUI API
1365
+ *
1366
+ * The version of the OpenAPI document: 1.0
1367
+ *
1368
+ *
1369
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1370
+ * https://openapi-generator.tech
1371
+ * Do not edit the class manually.
1372
+ */
1373
+
1374
+ /**
1375
+ *
1376
+ * @export
1377
+ * @interface Workflows
1378
+ */
1379
+ interface Workflows {
1380
+ /**
1381
+ *
1382
+ * @type {string}
1383
+ * @memberof Workflows
1384
+ */
1385
+ requestId?: string;
1386
+ /**
1387
+ *
1388
+ * @type {Date}
1389
+ * @memberof Workflows
1390
+ */
1391
+ serverTimestamp: Date;
1392
+ /**
1393
+ *
1394
+ * @type {Page}
1395
+ * @memberof Workflows
1396
+ */
1397
+ page: Page;
1398
+ /**
1399
+ *
1400
+ * @type {Array<Workflow>}
1401
+ * @memberof Workflows
1402
+ */
1403
+ workflows: Array<Workflow>;
1404
+ }
1405
+ /**
1406
+ * Check if a given object implements the Workflows interface.
1407
+ */
1408
+ declare function instanceOfWorkflows(value: object): boolean;
1409
+ declare function WorkflowsFromJSON(json: any): Workflows;
1410
+ declare function WorkflowsFromJSONTyped(json: any, ignoreDiscriminator: boolean): Workflows;
1411
+ declare function WorkflowsToJSON(value?: Workflows | null): any;
1412
+
1413
+ /**
1414
+ * gui
1415
+ * Official GUI API
1416
+ *
1417
+ * The version of the OpenAPI document: 1.0
1418
+ *
1419
+ *
1420
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1421
+ * https://openapi-generator.tech
1422
+ * Do not edit the class manually.
1423
+ */
1424
+
1425
+ /**
1426
+ *
1427
+ * @export
1428
+ * @interface WorkflowsRequest
1429
+ */
1430
+ interface WorkflowsRequest {
1431
+ /**
1432
+ *
1433
+ * @type {number}
1434
+ * @memberof WorkflowsRequest
1435
+ */
1436
+ pageNumber?: number;
1437
+ /**
1438
+ *
1439
+ * @type {number}
1440
+ * @memberof WorkflowsRequest
1441
+ */
1442
+ pageSize?: number;
1443
+ /**
1444
+ *
1445
+ * @type {Array<SearchQuery>}
1446
+ * @memberof WorkflowsRequest
1447
+ */
1448
+ searchQueries?: Array<SearchQuery>;
1449
+ /**
1450
+ * Filters the response to include only entries associated with the specified business IDs
1451
+ * @type {Array<string>}
1452
+ * @memberof WorkflowsRequest
1453
+ */
1454
+ businessIds?: Array<string>;
1455
+ /**
1456
+ *
1457
+ * @type {string}
1458
+ * @memberof WorkflowsRequest
1459
+ */
1460
+ sort?: string;
1461
+ /**
1462
+ *
1463
+ * @type {boolean}
1464
+ * @memberof WorkflowsRequest
1465
+ */
1466
+ sortAscending?: boolean;
1467
+ /**
1468
+ *
1469
+ * @type {WorkflowRetrieveMode}
1470
+ * @memberof WorkflowsRequest
1471
+ */
1472
+ mode?: WorkflowRetrieveMode;
1473
+ }
1474
+ /**
1475
+ * Check if a given object implements the WorkflowsRequest interface.
1476
+ */
1477
+ declare function instanceOfWorkflowsRequest(value: object): boolean;
1478
+ declare function WorkflowsRequestFromJSON(json: any): WorkflowsRequest;
1479
+ declare function WorkflowsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkflowsRequest;
1480
+ declare function WorkflowsRequestToJSON(value?: WorkflowsRequest | null): any;
1481
+
1482
+ /**
1483
+ * gui
1484
+ * Official GUI API
1485
+ *
1486
+ * The version of the OpenAPI document: 1.0
1487
+ *
1488
+ *
1489
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1490
+ * https://openapi-generator.tech
1491
+ * Do not edit the class manually.
1492
+ */
1493
+
1494
+ /**
1495
+ *
1496
+ * @export
1497
+ * @interface WorkflowsUpdateRequest
1498
+ */
1499
+ interface WorkflowsUpdateRequest {
1500
+ /**
1501
+ *
1502
+ * @type {number}
1503
+ * @memberof WorkflowsUpdateRequest
1504
+ */
1505
+ size: number;
1506
+ /**
1507
+ *
1508
+ * @type {Array<string>}
1509
+ * @memberof WorkflowsUpdateRequest
1510
+ */
1511
+ knownWorkflowsIds: Array<string>;
1512
+ /**
1513
+ *
1514
+ * @type {Array<SearchQuery>}
1515
+ * @memberof WorkflowsUpdateRequest
1516
+ */
1517
+ searchQueries?: Array<SearchQuery>;
1518
+ /**
1519
+ *
1520
+ * @type {string}
1521
+ * @memberof WorkflowsUpdateRequest
1522
+ */
1523
+ sort?: string;
1524
+ /**
1525
+ *
1526
+ * @type {boolean}
1527
+ * @memberof WorkflowsUpdateRequest
1528
+ */
1529
+ sortAscending?: boolean;
1530
+ /**
1531
+ *
1532
+ * @type {WorkflowRetrieveMode}
1533
+ * @memberof WorkflowsUpdateRequest
1534
+ */
1535
+ mode?: WorkflowRetrieveMode;
1536
+ }
1537
+ /**
1538
+ * Check if a given object implements the WorkflowsUpdateRequest interface.
1539
+ */
1540
+ declare function instanceOfWorkflowsUpdateRequest(value: object): boolean;
1541
+ declare function WorkflowsUpdateRequestFromJSON(json: any): WorkflowsUpdateRequest;
1542
+ declare function WorkflowsUpdateRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WorkflowsUpdateRequest;
1543
+ declare function WorkflowsUpdateRequestToJSON(value?: WorkflowsUpdateRequest | null): any;
1544
+
1545
+ /**
1546
+ * gui
1547
+ * Official GUI API
1548
+ *
1549
+ * The version of the OpenAPI document: 1.0
1550
+ *
1551
+ *
1552
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1553
+ * https://openapi-generator.tech
1554
+ * Do not edit the class manually.
1555
+ */
1556
+
1557
+ interface AssignTaskRequest {
1558
+ userTaskId: string;
1559
+ unassign?: boolean;
1560
+ userId?: string;
1561
+ }
1562
+ interface AssignTasksRequest {
1563
+ userTaskIds: UserTaskIds;
1564
+ unassign?: boolean;
1565
+ userId?: string;
1566
+ }
1567
+ interface ClaimTaskRequest {
1568
+ userTaskId: string;
1569
+ unclaim?: boolean;
1570
+ }
1571
+ interface ClaimTasksRequest {
1572
+ userTaskIds: UserTaskIds;
1573
+ unclaim?: boolean;
1574
+ }
1575
+ interface FindUsersRequest {
1576
+ query?: string;
1577
+ limit?: number;
1578
+ }
1579
+ interface GetUserTaskRequest {
1580
+ userTaskId: string;
1581
+ markAsRead?: boolean;
1582
+ }
1583
+ interface GetUserTaskKwicResultsRequest {
1584
+ kwicRequest: KwicRequest;
1585
+ initialTimestamp?: Date;
1586
+ path?: string;
1587
+ query?: string;
1588
+ }
1589
+ interface GetUserTasksRequest {
1590
+ userTasksRequest: UserTasksRequest;
1591
+ initialTimestamp?: Date;
1592
+ }
1593
+ interface GetUserTasksUpdateRequest {
1594
+ userTasksUpdateRequest: UserTasksUpdateRequest;
1595
+ initialTimestamp?: Date;
1596
+ }
1597
+ interface MarkTaskAsReadRequest {
1598
+ userTaskId: string;
1599
+ unread?: boolean;
1600
+ }
1601
+ interface MarkTasksAsReadRequest {
1602
+ userTaskIds: UserTaskIds;
1603
+ unread?: boolean;
1604
+ }
1605
+ interface SetFollowUpDateRequest {
1606
+ userTaskId: string;
1607
+ followUpDateRequest?: FollowUpDateRequest;
1608
+ }
1609
+ /**
1610
+ * OfficialTasklistApi - interface
1611
+ *
1612
+ * @export
1613
+ * @interface OfficialTasklistApiInterface
1614
+ */
1615
+ interface OfficialTasklistApiInterface {
1616
+ /**
1617
+ *
1618
+ * @summary assign or unassign a task to a user
1619
+ * @param {string} userTaskId
1620
+ * @param {boolean} [unassign]
1621
+ * @param {string} [userId]
1622
+ * @param {*} [options] Override http request option.
1623
+ * @throws {RequiredError}
1624
+ * @memberof OfficialTasklistApiInterface
1625
+ */
1626
+ assignTaskRaw(requestParameters: AssignTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1627
+ /**
1628
+ * assign or unassign a task to a user
1629
+ */
1630
+ assignTask(requestParameters: AssignTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1631
+ /**
1632
+ *
1633
+ * @summary assign or unassign tasks to a user
1634
+ * @param {UserTaskIds} userTaskIds
1635
+ * @param {boolean} [unassign]
1636
+ * @param {string} [userId]
1637
+ * @param {*} [options] Override http request option.
1638
+ * @throws {RequiredError}
1639
+ * @memberof OfficialTasklistApiInterface
1640
+ */
1641
+ assignTasksRaw(requestParameters: AssignTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1642
+ /**
1643
+ * assign or unassign tasks to a user
1644
+ */
1645
+ assignTasks(requestParameters: AssignTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1646
+ /**
1647
+ *
1648
+ * @summary claim or unclaim a task to the current user
1649
+ * @param {string} userTaskId
1650
+ * @param {boolean} [unclaim]
1651
+ * @param {*} [options] Override http request option.
1652
+ * @throws {RequiredError}
1653
+ * @memberof OfficialTasklistApiInterface
1654
+ */
1655
+ claimTaskRaw(requestParameters: ClaimTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1656
+ /**
1657
+ * claim or unclaim a task to the current user
1658
+ */
1659
+ claimTask(requestParameters: ClaimTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1660
+ /**
1661
+ *
1662
+ * @summary claim or unclaim tasks to the current user
1663
+ * @param {UserTaskIds} userTaskIds
1664
+ * @param {boolean} [unclaim]
1665
+ * @param {*} [options] Override http request option.
1666
+ * @throws {RequiredError}
1667
+ * @memberof OfficialTasklistApiInterface
1668
+ */
1669
+ claimTasksRaw(requestParameters: ClaimTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1670
+ /**
1671
+ * claim or unclaim tasks to the current user
1672
+ */
1673
+ claimTasks(requestParameters: ClaimTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1674
+ /**
1675
+ *
1676
+ * @summary Find users
1677
+ * @param {string} [query]
1678
+ * @param {number} [limit]
1679
+ * @param {*} [options] Override http request option.
1680
+ * @throws {RequiredError}
1681
+ * @memberof OfficialTasklistApiInterface
1682
+ */
1683
+ findUsersRaw(requestParameters: FindUsersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserSearchResult>>;
1684
+ /**
1685
+ * Find users
1686
+ */
1687
+ findUsers(requestParameters: FindUsersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserSearchResult>;
1688
+ /**
1689
+ *
1690
+ * @summary Fetch data of one single User task
1691
+ * @param {string} userTaskId
1692
+ * @param {boolean} [markAsRead]
1693
+ * @param {*} [options] Override http request option.
1694
+ * @throws {RequiredError}
1695
+ * @memberof OfficialTasklistApiInterface
1696
+ */
1697
+ getUserTaskRaw(requestParameters: GetUserTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserTask>>;
1698
+ /**
1699
+ * Fetch data of one single User task
1700
+ */
1701
+ getUserTask(requestParameters: GetUserTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserTask>;
1702
+ /**
1703
+ *
1704
+ * @summary Kwic results over user tasks
1705
+ * @param {KwicRequest} kwicRequest
1706
+ * @param {Date} [initialTimestamp]
1707
+ * @param {string} [path]
1708
+ * @param {string} [query]
1709
+ * @param {*} [options] Override http request option.
1710
+ * @throws {RequiredError}
1711
+ * @memberof OfficialTasklistApiInterface
1712
+ */
1713
+ getUserTaskKwicResultsRaw(requestParameters: GetUserTaskKwicResultsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<KwicResults>>;
1714
+ /**
1715
+ * Kwic results over user tasks
1716
+ */
1717
+ getUserTaskKwicResults(requestParameters: GetUserTaskKwicResultsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<KwicResults>;
1718
+ /**
1719
+ *
1720
+ * @summary User tasks to be shown in a list view
1721
+ * @param {UserTasksRequest} userTasksRequest
1722
+ * @param {Date} [initialTimestamp]
1723
+ * @param {*} [options] Override http request option.
1724
+ * @throws {RequiredError}
1725
+ * @memberof OfficialTasklistApiInterface
1726
+ */
1727
+ getUserTasksRaw(requestParameters: GetUserTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserTasks>>;
1728
+ /**
1729
+ * User tasks to be shown in a list view
1730
+ */
1731
+ getUserTasks(requestParameters: GetUserTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserTasks>;
1732
+ /**
1733
+ *
1734
+ * @summary Updated list of usertasks
1735
+ * @param {UserTasksUpdateRequest} userTasksUpdateRequest
1736
+ * @param {Date} [initialTimestamp]
1737
+ * @param {*} [options] Override http request option.
1738
+ * @throws {RequiredError}
1739
+ * @memberof OfficialTasklistApiInterface
1740
+ */
1741
+ getUserTasksUpdateRaw(requestParameters: GetUserTasksUpdateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserTasks>>;
1742
+ /**
1743
+ * Updated list of usertasks
1744
+ */
1745
+ getUserTasksUpdate(requestParameters: GetUserTasksUpdateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserTasks>;
1746
+ /**
1747
+ *
1748
+ * @summary mark a task as read or unread
1749
+ * @param {string} userTaskId
1750
+ * @param {boolean} [unread]
1751
+ * @param {*} [options] Override http request option.
1752
+ * @throws {RequiredError}
1753
+ * @memberof OfficialTasklistApiInterface
1754
+ */
1755
+ markTaskAsReadRaw(requestParameters: MarkTaskAsReadRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1756
+ /**
1757
+ * mark a task as read or unread
1758
+ */
1759
+ markTaskAsRead(requestParameters: MarkTaskAsReadRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1760
+ /**
1761
+ *
1762
+ * @summary mark tasks as read or unread
1763
+ * @param {UserTaskIds} userTaskIds
1764
+ * @param {boolean} [unread]
1765
+ * @param {*} [options] Override http request option.
1766
+ * @throws {RequiredError}
1767
+ * @memberof OfficialTasklistApiInterface
1768
+ */
1769
+ markTasksAsReadRaw(requestParameters: MarkTasksAsReadRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1770
+ /**
1771
+ * mark tasks as read or unread
1772
+ */
1773
+ markTasksAsRead(requestParameters: MarkTasksAsReadRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1774
+ /**
1775
+ *
1776
+ * @summary set, change or clear the follow-up date of a task
1777
+ * @param {string} userTaskId
1778
+ * @param {FollowUpDateRequest} [followUpDateRequest]
1779
+ * @param {*} [options] Override http request option.
1780
+ * @throws {RequiredError}
1781
+ * @memberof OfficialTasklistApiInterface
1782
+ */
1783
+ setFollowUpDateRaw(requestParameters: SetFollowUpDateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserTask>>;
1784
+ /**
1785
+ * set, change or clear the follow-up date of a task
1786
+ */
1787
+ setFollowUpDate(requestParameters: SetFollowUpDateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserTask>;
1788
+ }
1789
+ /**
1790
+ *
1791
+ */
1792
+ declare class OfficialTasklistApi extends BaseAPI implements OfficialTasklistApiInterface {
1793
+ /**
1794
+ * assign or unassign a task to a user
1795
+ */
1796
+ assignTaskRaw(requestParameters: AssignTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1797
+ /**
1798
+ * assign or unassign a task to a user
1799
+ */
1800
+ assignTask(requestParameters: AssignTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1801
+ /**
1802
+ * assign or unassign tasks to a user
1803
+ */
1804
+ assignTasksRaw(requestParameters: AssignTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1805
+ /**
1806
+ * assign or unassign tasks to a user
1807
+ */
1808
+ assignTasks(requestParameters: AssignTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1809
+ /**
1810
+ * claim or unclaim a task to the current user
1811
+ */
1812
+ claimTaskRaw(requestParameters: ClaimTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1813
+ /**
1814
+ * claim or unclaim a task to the current user
1815
+ */
1816
+ claimTask(requestParameters: ClaimTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1817
+ /**
1818
+ * claim or unclaim tasks to the current user
1819
+ */
1820
+ claimTasksRaw(requestParameters: ClaimTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1821
+ /**
1822
+ * claim or unclaim tasks to the current user
1823
+ */
1824
+ claimTasks(requestParameters: ClaimTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1825
+ /**
1826
+ * Find users
1827
+ */
1828
+ findUsersRaw(requestParameters: FindUsersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserSearchResult>>;
1829
+ /**
1830
+ * Find users
1831
+ */
1832
+ findUsers(requestParameters?: FindUsersRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserSearchResult>;
1833
+ /**
1834
+ * Fetch data of one single User task
1835
+ */
1836
+ getUserTaskRaw(requestParameters: GetUserTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserTask>>;
1837
+ /**
1838
+ * Fetch data of one single User task
1839
+ */
1840
+ getUserTask(requestParameters: GetUserTaskRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserTask>;
1841
+ /**
1842
+ * Kwic results over user tasks
1843
+ */
1844
+ getUserTaskKwicResultsRaw(requestParameters: GetUserTaskKwicResultsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<KwicResults>>;
1845
+ /**
1846
+ * Kwic results over user tasks
1847
+ */
1848
+ getUserTaskKwicResults(requestParameters: GetUserTaskKwicResultsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<KwicResults>;
1849
+ /**
1850
+ * User tasks to be shown in a list view
1851
+ */
1852
+ getUserTasksRaw(requestParameters: GetUserTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserTasks>>;
1853
+ /**
1854
+ * User tasks to be shown in a list view
1855
+ */
1856
+ getUserTasks(requestParameters: GetUserTasksRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserTasks>;
1857
+ /**
1858
+ * Updated list of usertasks
1859
+ */
1860
+ getUserTasksUpdateRaw(requestParameters: GetUserTasksUpdateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserTasks>>;
1861
+ /**
1862
+ * Updated list of usertasks
1863
+ */
1864
+ getUserTasksUpdate(requestParameters: GetUserTasksUpdateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserTasks>;
1865
+ /**
1866
+ * mark a task as read or unread
1867
+ */
1868
+ markTaskAsReadRaw(requestParameters: MarkTaskAsReadRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1869
+ /**
1870
+ * mark a task as read or unread
1871
+ */
1872
+ markTaskAsRead(requestParameters: MarkTaskAsReadRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1873
+ /**
1874
+ * mark tasks as read or unread
1875
+ */
1876
+ markTasksAsReadRaw(requestParameters: MarkTasksAsReadRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<void>>;
1877
+ /**
1878
+ * mark tasks as read or unread
1879
+ */
1880
+ markTasksAsRead(requestParameters: MarkTasksAsReadRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<void>;
1881
+ /**
1882
+ * set, change or clear the follow-up date of a task
1883
+ */
1884
+ setFollowUpDateRaw(requestParameters: SetFollowUpDateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<UserTask>>;
1885
+ /**
1886
+ * set, change or clear the follow-up date of a task
1887
+ */
1888
+ setFollowUpDate(requestParameters: SetFollowUpDateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<UserTask>;
1889
+ }
1890
+
1891
+ /**
1892
+ * gui
1893
+ * Official GUI API
1894
+ *
1895
+ * The version of the OpenAPI document: 1.0
1896
+ *
1897
+ *
1898
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1899
+ * https://openapi-generator.tech
1900
+ * Do not edit the class manually.
1901
+ */
1902
+
1903
+ interface GetWorkflowModuleRequest {
1904
+ workflowModuleId: string;
1905
+ }
1906
+ /**
1907
+ * OfficialWorkflowModulesApi - interface
1908
+ *
1909
+ * @export
1910
+ * @interface OfficialWorkflowModulesApiInterface
1911
+ */
1912
+ interface OfficialWorkflowModulesApiInterface {
1913
+ /**
1914
+ *
1915
+ * @summary Fetch permitted workflow module
1916
+ * @param {string} workflowModuleId
1917
+ * @param {*} [options] Override http request option.
1918
+ * @throws {RequiredError}
1919
+ * @memberof OfficialWorkflowModulesApiInterface
1920
+ */
1921
+ getWorkflowModuleRaw(requestParameters: GetWorkflowModuleRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<WorkflowModule>>;
1922
+ /**
1923
+ * Fetch permitted workflow module
1924
+ */
1925
+ getWorkflowModule(requestParameters: GetWorkflowModuleRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<WorkflowModule>;
1926
+ /**
1927
+ *
1928
+ * @summary Fetch permitted workflow modules
1929
+ * @param {*} [options] Override http request option.
1930
+ * @throws {RequiredError}
1931
+ * @memberof OfficialWorkflowModulesApiInterface
1932
+ */
1933
+ getWorkflowModulesRaw(initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<WorkflowModules>>;
1934
+ /**
1935
+ * Fetch permitted workflow modules
1936
+ */
1937
+ getWorkflowModules(initOverrides?: RequestInit | InitOverrideFunction): Promise<WorkflowModules>;
1938
+ }
1939
+ /**
1940
+ *
1941
+ */
1942
+ declare class OfficialWorkflowModulesApi extends BaseAPI implements OfficialWorkflowModulesApiInterface {
1943
+ /**
1944
+ * Fetch permitted workflow module
1945
+ */
1946
+ getWorkflowModuleRaw(requestParameters: GetWorkflowModuleRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<WorkflowModule>>;
1947
+ /**
1948
+ * Fetch permitted workflow module
1949
+ */
1950
+ getWorkflowModule(requestParameters: GetWorkflowModuleRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<WorkflowModule>;
1951
+ /**
1952
+ * Fetch permitted workflow modules
1953
+ */
1954
+ getWorkflowModulesRaw(initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<WorkflowModules>>;
1955
+ /**
1956
+ * Fetch permitted workflow modules
1957
+ */
1958
+ getWorkflowModules(initOverrides?: RequestInit | InitOverrideFunction): Promise<WorkflowModules>;
1959
+ }
1960
+
1961
+ /**
1962
+ * gui
1963
+ * Official GUI API
1964
+ *
1965
+ * The version of the OpenAPI document: 1.0
1966
+ *
1967
+ *
1968
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1969
+ * https://openapi-generator.tech
1970
+ * Do not edit the class manually.
1971
+ */
1972
+
1973
+ interface GetKwicResultsRequest {
1974
+ kwicRequest: KwicRequest;
1975
+ initialTimestamp?: Date;
1976
+ path?: string;
1977
+ query?: string;
1978
+ }
1979
+ interface GetUserTasksOfWorkflowRequest {
1980
+ workflowId: string;
1981
+ llatcup: boolean;
1982
+ userTasksRequest: UserTasksRequest;
1983
+ }
1984
+ interface GetWorkflowRequest {
1985
+ workflowId: string;
1986
+ }
1987
+ interface GetWorkflowsRequest {
1988
+ workflowsRequest: WorkflowsRequest;
1989
+ requestId?: string;
1990
+ initialTimestamp?: Date;
1991
+ }
1992
+ interface GetWorkflowsUpdateRequest {
1993
+ workflowsUpdateRequest: WorkflowsUpdateRequest;
1994
+ requestId?: string;
1995
+ initialTimestamp?: Date;
1996
+ }
1997
+ /**
1998
+ * OfficialWorkflowlistApi - interface
1999
+ *
2000
+ * @export
2001
+ * @interface OfficialWorkflowlistApiInterface
2002
+ */
2003
+ interface OfficialWorkflowlistApiInterface {
2004
+ /**
2005
+ *
2006
+ * @summary Kwic results over workflow items
2007
+ * @param {KwicRequest} kwicRequest
2008
+ * @param {Date} [initialTimestamp]
2009
+ * @param {string} [path]
2010
+ * @param {string} [query]
2011
+ * @param {*} [options] Override http request option.
2012
+ * @throws {RequiredError}
2013
+ * @memberof OfficialWorkflowlistApiInterface
2014
+ */
2015
+ getKwicResultsRaw(requestParameters: GetKwicResultsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<KwicResults>>;
2016
+ /**
2017
+ * Kwic results over workflow items
2018
+ */
2019
+ getKwicResults(requestParameters: GetKwicResultsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<KwicResults>;
2020
+ /**
2021
+ *
2022
+ * @summary Fetch usertasks for the workflow
2023
+ * @param {string} workflowId
2024
+ * @param {boolean} llatcup
2025
+ * @param {UserTasksRequest} userTasksRequest
2026
+ * @param {*} [options] Override http request option.
2027
+ * @throws {RequiredError}
2028
+ * @memberof OfficialWorkflowlistApiInterface
2029
+ */
2030
+ getUserTasksOfWorkflowRaw(requestParameters: GetUserTasksOfWorkflowRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<Array<UserTask>>>;
2031
+ /**
2032
+ * Fetch usertasks for the workflow
2033
+ */
2034
+ getUserTasksOfWorkflow(requestParameters: GetUserTasksOfWorkflowRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<Array<UserTask>>;
2035
+ /**
2036
+ *
2037
+ * @summary Fetch data of one single workflow
2038
+ * @param {string} workflowId
2039
+ * @param {*} [options] Override http request option.
2040
+ * @throws {RequiredError}
2041
+ * @memberof OfficialWorkflowlistApiInterface
2042
+ */
2043
+ getWorkflowRaw(requestParameters: GetWorkflowRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<Workflow>>;
2044
+ /**
2045
+ * Fetch data of one single workflow
2046
+ */
2047
+ getWorkflow(requestParameters: GetWorkflowRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<Workflow>;
2048
+ /**
2049
+ *
2050
+ * @summary Workflows to be shown in a list view
2051
+ * @param {WorkflowsRequest} workflowsRequest
2052
+ * @param {string} [requestId]
2053
+ * @param {Date} [initialTimestamp]
2054
+ * @param {*} [options] Override http request option.
2055
+ * @throws {RequiredError}
2056
+ * @memberof OfficialWorkflowlistApiInterface
2057
+ */
2058
+ getWorkflowsRaw(requestParameters: GetWorkflowsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<Workflows>>;
2059
+ /**
2060
+ * Workflows to be shown in a list view
2061
+ */
2062
+ getWorkflows(requestParameters: GetWorkflowsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<Workflows>;
2063
+ /**
2064
+ *
2065
+ * @summary Updated list of workflows
2066
+ * @param {WorkflowsUpdateRequest} workflowsUpdateRequest
2067
+ * @param {string} [requestId]
2068
+ * @param {Date} [initialTimestamp]
2069
+ * @param {*} [options] Override http request option.
2070
+ * @throws {RequiredError}
2071
+ * @memberof OfficialWorkflowlistApiInterface
2072
+ */
2073
+ getWorkflowsUpdateRaw(requestParameters: GetWorkflowsUpdateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<Workflows>>;
2074
+ /**
2075
+ * Updated list of workflows
2076
+ */
2077
+ getWorkflowsUpdate(requestParameters: GetWorkflowsUpdateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<Workflows>;
2078
+ }
2079
+ /**
2080
+ *
2081
+ */
2082
+ declare class OfficialWorkflowlistApi extends BaseAPI implements OfficialWorkflowlistApiInterface {
2083
+ /**
2084
+ * Kwic results over workflow items
2085
+ */
2086
+ getKwicResultsRaw(requestParameters: GetKwicResultsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<KwicResults>>;
2087
+ /**
2088
+ * Kwic results over workflow items
2089
+ */
2090
+ getKwicResults(requestParameters: GetKwicResultsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<KwicResults>;
2091
+ /**
2092
+ * Fetch usertasks for the workflow
2093
+ */
2094
+ getUserTasksOfWorkflowRaw(requestParameters: GetUserTasksOfWorkflowRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<Array<UserTask>>>;
2095
+ /**
2096
+ * Fetch usertasks for the workflow
2097
+ */
2098
+ getUserTasksOfWorkflow(requestParameters: GetUserTasksOfWorkflowRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<Array<UserTask>>;
2099
+ /**
2100
+ * Fetch data of one single workflow
2101
+ */
2102
+ getWorkflowRaw(requestParameters: GetWorkflowRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<Workflow>>;
2103
+ /**
2104
+ * Fetch data of one single workflow
2105
+ */
2106
+ getWorkflow(requestParameters: GetWorkflowRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<Workflow>;
2107
+ /**
2108
+ * Workflows to be shown in a list view
2109
+ */
2110
+ getWorkflowsRaw(requestParameters: GetWorkflowsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<Workflows>>;
2111
+ /**
2112
+ * Workflows to be shown in a list view
2113
+ */
2114
+ getWorkflows(requestParameters: GetWorkflowsRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<Workflows>;
2115
+ /**
2116
+ * Updated list of workflows
2117
+ */
2118
+ getWorkflowsUpdateRaw(requestParameters: GetWorkflowsUpdateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<ApiResponse<Workflows>>;
2119
+ /**
2120
+ * Updated list of workflows
2121
+ */
2122
+ getWorkflowsUpdate(requestParameters: GetWorkflowsUpdateRequest, initOverrides?: RequestInit | InitOverrideFunction): Promise<Workflows>;
2123
+ }
2124
+
2125
+ export { type ApiResponse, type AssignTaskRequest, type AssignTasksRequest, BASE_PATH, BaseAPI, BlobApiResponse, COLLECTION_FORMATS, type ClaimTaskRequest, type ClaimTasksRequest, Configuration, type ConfigurationParameters, type Consume, DefaultConfig, type ErrorContext, type FetchAPI, FetchError, type FetchParams, type FindUsersRequest, type FollowUpDateRequest, FollowUpDateRequestFromJSON, FollowUpDateRequestFromJSONTyped, FollowUpDateRequestToJSON, type GetKwicResultsRequest, type GetUserTaskKwicResultsRequest, type GetUserTaskRequest, type GetUserTasksOfWorkflowRequest, type GetUserTasksRequest, type GetUserTasksUpdateRequest, type GetWorkflowModuleRequest, type GetWorkflowRequest, type GetWorkflowsRequest, type GetWorkflowsUpdateRequest, type Group, GroupFromJSON, GroupFromJSONTyped, GroupToJSON, type HTTPBody, type HTTPHeaders, type HTTPMethod, type HTTPQuery, type HTTPRequestInit, type InitOverrideFunction, JSONApiResponse, type Json, type KwicRequest, KwicRequestFromJSON, KwicRequestFromJSONTyped, KwicRequestToJSON, type KwicResult, KwicResultFromJSON, KwicResultFromJSONTyped, KwicResultToJSON, type KwicResults, KwicResultsFromJSON, KwicResultsFromJSONTyped, KwicResultsToJSON, type MarkTaskAsReadRequest, type MarkTasksAsReadRequest, type Middleware, type ModelPropertyNaming, OfficialTasklistApi, type OfficialTasklistApiInterface, OfficialWorkflowModulesApi, type OfficialWorkflowModulesApiInterface, OfficialWorkflowlistApi, type OfficialWorkflowlistApiInterface, type Page, PageFromJSON, PageFromJSONTyped, PageToJSON, type Person, PersonFromJSON, PersonFromJSONTyped, PersonToJSON, type RequestContext, type RequestOpts, RequiredError, type ResponseContext, ResponseError, type ResponseTransformer, type SearchQuery, SearchQueryFromJSON, SearchQueryFromJSONTyped, SearchQueryToJSON, type SetFollowUpDateRequest, TextApiResponse, UiUriType, UiUriTypeFromJSON, UiUriTypeFromJSONTyped, UiUriTypeToJSON, type UserSearchResult, UserSearchResultFromJSON, UserSearchResultFromJSONTyped, UserSearchResultToJSON, type UserTask, type UserTaskEvent, UserTaskEventFromJSON, UserTaskEventFromJSONTyped, UserTaskEventToJSON, UserTaskFromJSON, UserTaskFromJSONTyped, type UserTaskIds, UserTaskIdsFromJSON, UserTaskIdsFromJSONTyped, UserTaskIdsToJSON, UserTaskRetrieveMode, UserTaskRetrieveModeFromJSON, UserTaskRetrieveModeFromJSONTyped, UserTaskRetrieveModeToJSON, UserTaskToJSON, type UserTasks, UserTasksFromJSON, UserTasksFromJSONTyped, type UserTasksRequest, UserTasksRequestFromJSON, UserTasksRequestFromJSONTyped, UserTasksRequestToJSON, UserTasksToJSON, type UserTasksUpdateRequest, UserTasksUpdateRequestFromJSON, UserTasksUpdateRequestFromJSONTyped, UserTasksUpdateRequestToJSON, VoidApiResponse, type Workflow, type WorkflowEvent, WorkflowEventFromJSON, WorkflowEventFromJSONTyped, WorkflowEventToJSON, WorkflowFromJSON, WorkflowFromJSONTyped, type WorkflowModule, WorkflowModuleFromJSON, WorkflowModuleFromJSONTyped, WorkflowModuleToJSON, type WorkflowModules, WorkflowModulesFromJSON, WorkflowModulesFromJSONTyped, WorkflowModulesToJSON, WorkflowRetrieveMode, WorkflowRetrieveModeFromJSON, WorkflowRetrieveModeFromJSONTyped, WorkflowRetrieveModeToJSON, WorkflowToJSON, type Workflows, WorkflowsFromJSON, WorkflowsFromJSONTyped, type WorkflowsRequest, WorkflowsRequestFromJSON, WorkflowsRequestFromJSONTyped, WorkflowsRequestToJSON, WorkflowsToJSON, type WorkflowsUpdateRequest, WorkflowsUpdateRequestFromJSON, WorkflowsUpdateRequestFromJSONTyped, WorkflowsUpdateRequestToJSON, canConsumeForm, exists, instanceOfFollowUpDateRequest, instanceOfGroup, instanceOfKwicRequest, instanceOfKwicResult, instanceOfKwicResults, instanceOfPage, instanceOfPerson, instanceOfSearchQuery, instanceOfUserSearchResult, instanceOfUserTask, instanceOfUserTaskEvent, instanceOfUserTaskIds, instanceOfUserTasks, instanceOfUserTasksRequest, instanceOfUserTasksUpdateRequest, instanceOfWorkflow, instanceOfWorkflowEvent, instanceOfWorkflowModule, instanceOfWorkflowModules, instanceOfWorkflows, instanceOfWorkflowsRequest, instanceOfWorkflowsUpdateRequest, mapValues, querystring };