@alfresco/adf-process-services 8.4.0-20304984890 → 8.4.0-20369531079

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.
@@ -20,14 +20,12 @@ import { ProcessInstanceDetailsComponent } from './components/process-instance-d
20
20
  import { ProcessInstanceHeaderComponent } from './components/process-instance-header/process-instance-header.component';
21
21
  import { ProcessInstanceTasksComponent } from './components/process-instance-tasks/process-instance-tasks.component';
22
22
  import { StartProcessInstanceComponent } from './components/start-process/start-process.component';
23
- import { ProcessAuditDirective } from './components/process-audit/process-audit.directive';
24
23
  export * from './components/process-filters/process-filters.component';
25
24
  export * from './components/process-instance-details/process-instance-details.component';
26
- export * from './components/process-audit/process-audit.directive';
27
25
  export * from './components/process-instance-header/process-instance-header.component';
28
26
  export * from './components/process-instance-tasks/process-instance-tasks.component';
29
27
  export * from './components/process-list/process-list.component';
30
28
  export * from './components/start-process/start-process.component';
31
29
  export * from './services/process.service';
32
30
  export * from './services/process-filter.service';
33
- export declare const PROCESS_LIST_DIRECTIVES: readonly [typeof ProcessAuditDirective, typeof ProcessInstanceListComponent, typeof ProcessFiltersComponent, typeof ProcessInstanceDetailsComponent, typeof ProcessInstanceHeaderComponent, typeof ProcessInstanceTasksComponent, typeof StartProcessInstanceComponent];
31
+ export declare const PROCESS_LIST_DIRECTIVES: readonly [typeof ProcessInstanceListComponent, typeof ProcessFiltersComponent, typeof ProcessInstanceDetailsComponent, typeof ProcessInstanceHeaderComponent, typeof ProcessInstanceTasksComponent, typeof StartProcessInstanceComponent];
@@ -45,6 +45,7 @@ export declare class ProcessService {
45
45
  */
46
46
  getProcesses(requestNode: ProcessInstanceQueryRepresentation, processDefinitionKey?: string): Observable<ResultListDataRepresentationProcessInstanceRepresentation>;
47
47
  /**
48
+ * @deprecated This api is no longer used and will be removed in future releases.
48
49
  * Fetches the Process Audit information as a PDF.
49
50
  *
50
51
  * @param processId ID of the target process
@@ -52,6 +53,7 @@ export declare class ProcessService {
52
53
  */
53
54
  fetchProcessAuditPdfById(processId: string): Observable<Blob>;
54
55
  /**
56
+ * @deprecated This api is no longer used and will be removed in future releases.
55
57
  * Fetches the Process Audit information in a JSON format.
56
58
  *
57
59
  * @param processId ID of the target process
@@ -17,60 +17,59 @@
17
17
  import { ModuleWithProviders } from '@angular/core';
18
18
  import * as i0 from "@angular/core";
19
19
  import * as i1 from "./process-comments/process-comments.component";
20
- import * as i2 from "./process-list/components/process-audit/process-audit.directive";
21
- import * as i3 from "./process-list/components/process-list/process-list.component";
22
- import * as i4 from "./process-list/components/process-filters/process-filters.component";
23
- import * as i5 from "./process-list/components/process-instance-details/process-instance-details.component";
24
- import * as i6 from "./process-list/components/process-instance-header/process-instance-header.component";
25
- import * as i7 from "./process-list/components/process-instance-tasks/process-instance-tasks.component";
26
- import * as i8 from "./process-list/components/start-process/start-process.component";
27
- import * as i9 from "./task-list/components/task-form/task-form.component";
28
- import * as i10 from "./task-list/components/attach-form/attach-form.component";
29
- import * as i11 from "./task-list/components/checklist/checklist.component";
30
- import * as i12 from "./task-list/components/task-filters/task-filters.component";
31
- import * as i13 from "./task-list/components/task-list/task-list.component";
32
- import * as i14 from "./task-list/components/task-details/task-details.component";
33
- import * as i15 from "./task-list/components/task-header/task-header.component";
34
- import * as i16 from "./task-list/components/start-task/start-task.component";
35
- import * as i17 from "./task-list/components/task-standalone/task-standalone.component";
36
- import * as i18 from "./task-list/components/task-form/claim-task.directive";
37
- import * as i19 from "./task-list/components/task-form/unclaim-task.directive";
38
- import * as i20 from "./task-comments/task-comments.component";
39
- import * as i21 from "./app-list/apps-list.component";
40
- import * as i22 from "./app-list/select-apps-dialog/select-apps-dialog.component";
41
- import * as i23 from "./attachment/task-attachment-list/task-attachment-list.component";
42
- import * as i24 from "./attachment/process-attachment-list/process-attachment-list.component";
43
- import * as i25 from "./attachment/create-process-attachment/create-process-attachment.component";
44
- import * as i26 from "./attachment/create-task-attachment/create-task-attachment.component";
45
- import * as i27 from "./people/components/people/people.component";
46
- import * as i28 from "./people/components/people-search/people-search.component";
47
- import * as i29 from "./people/components/people-search-field/people-search-field.component";
48
- import * as i30 from "./people/components/people-selector/people-selector.component";
49
- import * as i31 from "./people/components/people-list/people-list.component";
50
- import * as i32 from "./form/form-list/form-list.component";
51
- import * as i33 from "./form/form-custom-outcomes.component";
52
- import * as i34 from "./form/start-form/start-form.component";
53
- import * as i35 from "./form/form.component";
54
- import * as i36 from "./form/widgets/content-widget/attach-file-widget.component";
55
- import * as i37 from "./form/widgets/content-widget/attach-folder-widget.component";
56
- import * as i38 from "./form/widgets/content-widget/attach-file-widget-dialog.component";
57
- import * as i39 from "./form/widgets/document/content.widget";
58
- import * as i40 from "./form/widgets/document/document.widget";
59
- import * as i41 from "./form/widgets/dropdown/dropdown.widget";
60
- import * as i42 from "./form/widgets/dynamic-table/dynamic-table.widget";
61
- import * as i43 from "./form/widgets/dynamic-table/editors/dropdown/dropdown.editor";
62
- import * as i44 from "./form/widgets/dynamic-table/editors/amount/amount.editor";
63
- import * as i45 from "./form/widgets/dynamic-table/editors/boolean/boolean.editor";
64
- import * as i46 from "./form/widgets/dynamic-table/editors/date/date.editor";
65
- import * as i47 from "./form/widgets/dynamic-table/editors/datetime/datetime.editor";
66
- import * as i48 from "./form/widgets/dynamic-table/editors/row-editor/row.editor";
67
- import * as i49 from "./form/widgets/dynamic-table/editors/text/text.editor";
68
- import * as i50 from "./form/widgets/file-viewer/file-viewer.widget";
69
- import * as i51 from "./form/widgets/functional-group/functional-group.widget";
70
- import * as i52 from "./form/widgets/people/people.widget";
71
- import * as i53 from "./form/widgets/radio-buttons/radio-buttons.widget";
72
- import * as i54 from "./form/widgets/typeahead/typeahead.widget";
73
- import * as i55 from "./form/widgets/upload/upload.widget";
20
+ import * as i2 from "./process-list/components/process-list/process-list.component";
21
+ import * as i3 from "./process-list/components/process-filters/process-filters.component";
22
+ import * as i4 from "./process-list/components/process-instance-details/process-instance-details.component";
23
+ import * as i5 from "./process-list/components/process-instance-header/process-instance-header.component";
24
+ import * as i6 from "./process-list/components/process-instance-tasks/process-instance-tasks.component";
25
+ import * as i7 from "./process-list/components/start-process/start-process.component";
26
+ import * as i8 from "./task-list/components/task-form/task-form.component";
27
+ import * as i9 from "./task-list/components/attach-form/attach-form.component";
28
+ import * as i10 from "./task-list/components/checklist/checklist.component";
29
+ import * as i11 from "./task-list/components/task-filters/task-filters.component";
30
+ import * as i12 from "./task-list/components/task-list/task-list.component";
31
+ import * as i13 from "./task-list/components/task-details/task-details.component";
32
+ import * as i14 from "./task-list/components/task-header/task-header.component";
33
+ import * as i15 from "./task-list/components/start-task/start-task.component";
34
+ import * as i16 from "./task-list/components/task-standalone/task-standalone.component";
35
+ import * as i17 from "./task-list/components/task-form/claim-task.directive";
36
+ import * as i18 from "./task-list/components/task-form/unclaim-task.directive";
37
+ import * as i19 from "./task-comments/task-comments.component";
38
+ import * as i20 from "./app-list/apps-list.component";
39
+ import * as i21 from "./app-list/select-apps-dialog/select-apps-dialog.component";
40
+ import * as i22 from "./attachment/task-attachment-list/task-attachment-list.component";
41
+ import * as i23 from "./attachment/process-attachment-list/process-attachment-list.component";
42
+ import * as i24 from "./attachment/create-process-attachment/create-process-attachment.component";
43
+ import * as i25 from "./attachment/create-task-attachment/create-task-attachment.component";
44
+ import * as i26 from "./people/components/people/people.component";
45
+ import * as i27 from "./people/components/people-search/people-search.component";
46
+ import * as i28 from "./people/components/people-search-field/people-search-field.component";
47
+ import * as i29 from "./people/components/people-selector/people-selector.component";
48
+ import * as i30 from "./people/components/people-list/people-list.component";
49
+ import * as i31 from "./form/form-list/form-list.component";
50
+ import * as i32 from "./form/form-custom-outcomes.component";
51
+ import * as i33 from "./form/start-form/start-form.component";
52
+ import * as i34 from "./form/form.component";
53
+ import * as i35 from "./form/widgets/content-widget/attach-file-widget.component";
54
+ import * as i36 from "./form/widgets/content-widget/attach-folder-widget.component";
55
+ import * as i37 from "./form/widgets/content-widget/attach-file-widget-dialog.component";
56
+ import * as i38 from "./form/widgets/document/content.widget";
57
+ import * as i39 from "./form/widgets/document/document.widget";
58
+ import * as i40 from "./form/widgets/dropdown/dropdown.widget";
59
+ import * as i41 from "./form/widgets/dynamic-table/dynamic-table.widget";
60
+ import * as i42 from "./form/widgets/dynamic-table/editors/dropdown/dropdown.editor";
61
+ import * as i43 from "./form/widgets/dynamic-table/editors/amount/amount.editor";
62
+ import * as i44 from "./form/widgets/dynamic-table/editors/boolean/boolean.editor";
63
+ import * as i45 from "./form/widgets/dynamic-table/editors/date/date.editor";
64
+ import * as i46 from "./form/widgets/dynamic-table/editors/datetime/datetime.editor";
65
+ import * as i47 from "./form/widgets/dynamic-table/editors/row-editor/row.editor";
66
+ import * as i48 from "./form/widgets/dynamic-table/editors/text/text.editor";
67
+ import * as i49 from "./form/widgets/file-viewer/file-viewer.widget";
68
+ import * as i50 from "./form/widgets/functional-group/functional-group.widget";
69
+ import * as i51 from "./form/widgets/people/people.widget";
70
+ import * as i52 from "./form/widgets/radio-buttons/radio-buttons.widget";
71
+ import * as i53 from "./form/widgets/typeahead/typeahead.widget";
72
+ import * as i54 from "./form/widgets/upload/upload.widget";
74
73
  /**
75
74
  * @deprecated use provider api instead, for example:
76
75
  * ```
@@ -85,6 +84,6 @@ import * as i55 from "./form/widgets/upload/upload.widget";
85
84
  export declare class ProcessModule {
86
85
  static forRoot(): ModuleWithProviders<ProcessModule>;
87
86
  static ɵfac: i0.ɵɵFactoryDeclaration<ProcessModule, never>;
88
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProcessModule, never, [typeof i1.ProcessCommentsComponent, typeof i2.ProcessAuditDirective, typeof i3.ProcessInstanceListComponent, typeof i4.ProcessFiltersComponent, typeof i5.ProcessInstanceDetailsComponent, typeof i6.ProcessInstanceHeaderComponent, typeof i7.ProcessInstanceTasksComponent, typeof i8.StartProcessInstanceComponent, typeof i9.TaskFormComponent, typeof i10.AttachFormComponent, typeof i11.ChecklistComponent, typeof i12.TaskFiltersComponent, typeof i13.TaskListComponent, typeof i14.TaskDetailsComponent, typeof i15.TaskHeaderComponent, typeof i16.StartTaskComponent, typeof i17.TaskStandaloneComponent, typeof i18.ClaimTaskDirective, typeof i19.UnclaimTaskDirective, typeof i20.TaskCommentsComponent, typeof i21.AppsListComponent, typeof i22.SelectAppsDialogComponent, typeof i23.TaskAttachmentListComponent, typeof i24.ProcessAttachmentListComponent, typeof i25.CreateProcessAttachmentComponent, typeof i26.AttachmentComponent, typeof i27.PeopleComponent, typeof i28.PeopleSearchComponent, typeof i29.PeopleSearchFieldComponent, typeof i30.PeopleSelectorComponent, typeof i31.PeopleListComponent, typeof i32.FormListComponent, typeof i33.FormCustomOutcomesComponent, typeof i34.StartFormComponent, typeof i35.FormComponent, typeof i36.AttachFileWidgetComponent, typeof i37.AttachFolderWidgetComponent, typeof i38.AttachFileWidgetDialogComponent, typeof i39.ContentWidgetComponent, typeof i40.DocumentWidgetComponent, typeof i41.DropdownWidgetComponent, typeof i42.DynamicTableWidgetComponent, typeof i43.DropdownEditorComponent, typeof i44.AmountEditorComponent, typeof i45.BooleanEditorComponent, typeof i46.DateEditorComponent, typeof i47.DateTimeEditorComponent, typeof i48.RowEditorComponent, typeof i49.TextEditorComponent, typeof i50.FileViewerWidgetComponent, typeof i51.FunctionalGroupWidgetComponent, typeof i52.PeopleWidgetComponent, typeof i53.RadioButtonsWidgetComponent, typeof i54.TypeaheadWidgetComponent, typeof i55.UploadWidgetComponent], [typeof i1.ProcessCommentsComponent, typeof i2.ProcessAuditDirective, typeof i3.ProcessInstanceListComponent, typeof i4.ProcessFiltersComponent, typeof i5.ProcessInstanceDetailsComponent, typeof i6.ProcessInstanceHeaderComponent, typeof i7.ProcessInstanceTasksComponent, typeof i8.StartProcessInstanceComponent, typeof i9.TaskFormComponent, typeof i10.AttachFormComponent, typeof i11.ChecklistComponent, typeof i12.TaskFiltersComponent, typeof i13.TaskListComponent, typeof i14.TaskDetailsComponent, typeof i15.TaskHeaderComponent, typeof i16.StartTaskComponent, typeof i17.TaskStandaloneComponent, typeof i18.ClaimTaskDirective, typeof i19.UnclaimTaskDirective, typeof i20.TaskCommentsComponent, typeof i21.AppsListComponent, typeof i22.SelectAppsDialogComponent, typeof i23.TaskAttachmentListComponent, typeof i24.ProcessAttachmentListComponent, typeof i25.CreateProcessAttachmentComponent, typeof i26.AttachmentComponent, typeof i27.PeopleComponent, typeof i28.PeopleSearchComponent, typeof i29.PeopleSearchFieldComponent, typeof i30.PeopleSelectorComponent, typeof i31.PeopleListComponent, typeof i32.FormListComponent, typeof i33.FormCustomOutcomesComponent, typeof i34.StartFormComponent, typeof i35.FormComponent, typeof i36.AttachFileWidgetComponent, typeof i37.AttachFolderWidgetComponent, typeof i38.AttachFileWidgetDialogComponent, typeof i39.ContentWidgetComponent, typeof i40.DocumentWidgetComponent, typeof i41.DropdownWidgetComponent, typeof i42.DynamicTableWidgetComponent, typeof i43.DropdownEditorComponent, typeof i44.AmountEditorComponent, typeof i45.BooleanEditorComponent, typeof i46.DateEditorComponent, typeof i47.DateTimeEditorComponent, typeof i48.RowEditorComponent, typeof i49.TextEditorComponent, typeof i50.FileViewerWidgetComponent, typeof i51.FunctionalGroupWidgetComponent, typeof i52.PeopleWidgetComponent, typeof i53.RadioButtonsWidgetComponent, typeof i54.TypeaheadWidgetComponent, typeof i55.UploadWidgetComponent]>;
87
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProcessModule, never, [typeof i1.ProcessCommentsComponent, typeof i2.ProcessInstanceListComponent, typeof i3.ProcessFiltersComponent, typeof i4.ProcessInstanceDetailsComponent, typeof i5.ProcessInstanceHeaderComponent, typeof i6.ProcessInstanceTasksComponent, typeof i7.StartProcessInstanceComponent, typeof i8.TaskFormComponent, typeof i9.AttachFormComponent, typeof i10.ChecklistComponent, typeof i11.TaskFiltersComponent, typeof i12.TaskListComponent, typeof i13.TaskDetailsComponent, typeof i14.TaskHeaderComponent, typeof i15.StartTaskComponent, typeof i16.TaskStandaloneComponent, typeof i17.ClaimTaskDirective, typeof i18.UnclaimTaskDirective, typeof i19.TaskCommentsComponent, typeof i20.AppsListComponent, typeof i21.SelectAppsDialogComponent, typeof i22.TaskAttachmentListComponent, typeof i23.ProcessAttachmentListComponent, typeof i24.CreateProcessAttachmentComponent, typeof i25.AttachmentComponent, typeof i26.PeopleComponent, typeof i27.PeopleSearchComponent, typeof i28.PeopleSearchFieldComponent, typeof i29.PeopleSelectorComponent, typeof i30.PeopleListComponent, typeof i31.FormListComponent, typeof i32.FormCustomOutcomesComponent, typeof i33.StartFormComponent, typeof i34.FormComponent, typeof i35.AttachFileWidgetComponent, typeof i36.AttachFolderWidgetComponent, typeof i37.AttachFileWidgetDialogComponent, typeof i38.ContentWidgetComponent, typeof i39.DocumentWidgetComponent, typeof i40.DropdownWidgetComponent, typeof i41.DynamicTableWidgetComponent, typeof i42.DropdownEditorComponent, typeof i43.AmountEditorComponent, typeof i44.BooleanEditorComponent, typeof i45.DateEditorComponent, typeof i46.DateTimeEditorComponent, typeof i47.RowEditorComponent, typeof i48.TextEditorComponent, typeof i49.FileViewerWidgetComponent, typeof i50.FunctionalGroupWidgetComponent, typeof i51.PeopleWidgetComponent, typeof i52.RadioButtonsWidgetComponent, typeof i53.TypeaheadWidgetComponent, typeof i54.UploadWidgetComponent], [typeof i1.ProcessCommentsComponent, typeof i2.ProcessInstanceListComponent, typeof i3.ProcessFiltersComponent, typeof i4.ProcessInstanceDetailsComponent, typeof i5.ProcessInstanceHeaderComponent, typeof i6.ProcessInstanceTasksComponent, typeof i7.StartProcessInstanceComponent, typeof i8.TaskFormComponent, typeof i9.AttachFormComponent, typeof i10.ChecklistComponent, typeof i11.TaskFiltersComponent, typeof i12.TaskListComponent, typeof i13.TaskDetailsComponent, typeof i14.TaskHeaderComponent, typeof i15.StartTaskComponent, typeof i16.TaskStandaloneComponent, typeof i17.ClaimTaskDirective, typeof i18.UnclaimTaskDirective, typeof i19.TaskCommentsComponent, typeof i20.AppsListComponent, typeof i21.SelectAppsDialogComponent, typeof i22.TaskAttachmentListComponent, typeof i23.ProcessAttachmentListComponent, typeof i24.CreateProcessAttachmentComponent, typeof i25.AttachmentComponent, typeof i26.PeopleComponent, typeof i27.PeopleSearchComponent, typeof i28.PeopleSearchFieldComponent, typeof i29.PeopleSelectorComponent, typeof i30.PeopleListComponent, typeof i31.FormListComponent, typeof i32.FormCustomOutcomesComponent, typeof i33.StartFormComponent, typeof i34.FormComponent, typeof i35.AttachFileWidgetComponent, typeof i36.AttachFolderWidgetComponent, typeof i37.AttachFileWidgetDialogComponent, typeof i38.ContentWidgetComponent, typeof i39.DocumentWidgetComponent, typeof i40.DropdownWidgetComponent, typeof i41.DynamicTableWidgetComponent, typeof i42.DropdownEditorComponent, typeof i43.AmountEditorComponent, typeof i44.BooleanEditorComponent, typeof i45.DateEditorComponent, typeof i46.DateTimeEditorComponent, typeof i47.RowEditorComponent, typeof i48.TextEditorComponent, typeof i49.FileViewerWidgetComponent, typeof i50.FunctionalGroupWidgetComponent, typeof i51.PeopleWidgetComponent, typeof i52.RadioButtonsWidgetComponent, typeof i53.TypeaheadWidgetComponent, typeof i54.UploadWidgetComponent]>;
89
88
  static ɵinj: i0.ɵɵInjectorDeclaration<ProcessModule>;
90
89
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-process-services",
3
3
  "description": "Alfresco ADF process services",
4
- "version": "8.4.0-20304984890",
4
+ "version": "8.4.0-20369531079",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "@angular/platform-browser": ">=14.1.3",
22
22
  "@angular/platform-browser-dynamic": ">=14.1.3",
23
23
  "@angular/router": ">=14.1.3",
24
- "@alfresco/js-api": ">=9.4.0-20304984890",
25
- "@alfresco/adf-core": ">=8.4.0-20304984890",
26
- "@alfresco/adf-content-services": ">=8.4.0-20304984890",
24
+ "@alfresco/js-api": ">=9.4.0-20369531079",
25
+ "@alfresco/adf-core": ">=8.4.0-20369531079",
26
+ "@alfresco/adf-content-services": ">=8.4.0-20369531079",
27
27
  "@ngx-translate/core": ">=14.0.0"
28
28
  },
29
29
  "keywords": [
@@ -1,49 +0,0 @@
1
- /*!
2
- * @license
3
- * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- import { DownloadService } from '@alfresco/adf-core';
18
- import { EventEmitter, OnChanges } from '@angular/core';
19
- import { ProcessService } from '../../services/process.service';
20
- import * as i0 from "@angular/core";
21
- export declare class ProcessAuditDirective implements OnChanges {
22
- private downloadService;
23
- private processListService;
24
- /** ID of the process. */
25
- processId: string;
26
- /** Name of the file to download (for PDF downloads). */
27
- fileName: string;
28
- /** Format for the audit information (can be "pdf" or "json"). */
29
- format: string;
30
- /** Enables downloading of the audit file on clicking. */
31
- download: boolean;
32
- /** Emitted when the decorated element is clicked. */
33
- clicked: EventEmitter<any>;
34
- /** Emitted when an error occurs. */
35
- error: EventEmitter<any>;
36
- constructor(downloadService: DownloadService, processListService: ProcessService);
37
- ngOnChanges(): void;
38
- isValidType(): boolean;
39
- setDefaultFormatType(): void;
40
- /**
41
- * fetch the audit information in the requested format
42
- */
43
- fetchAuditInfo(): void;
44
- onClickAudit(): void;
45
- isJsonFormat(): boolean;
46
- isPdfFormat(): boolean;
47
- static ɵfac: i0.ɵɵFactoryDeclaration<ProcessAuditDirective, never>;
48
- static ɵdir: i0.ɵɵDirectiveDeclaration<ProcessAuditDirective, "button[adf-process-audit]", never, { "processId": { "alias": "process-id"; "required": false; }; "fileName": { "alias": "fileName"; "required": false; }; "format": { "alias": "format"; "required": false; }; "download": { "alias": "download"; "required": false; }; }, { "clicked": "clicked"; "error": "error"; }, never, never, true, never>;
49
- }