@arsedizioni/ars-utils 18.2.485 → 18.2.487

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.
@@ -689,6 +689,7 @@ export interface ClipperArchiveFileInfo {
689
689
  teamId?: string | null;
690
690
  topicId?: string | null;
691
691
  topicPath?: string | null;
692
+ topicName?: string | null;
692
693
  topics?: string[] | null;
693
694
  tags?: string | null;
694
695
  isPrivate?: boolean | null;
@@ -359,6 +359,11 @@ export declare class ClipperService implements OnDestroy {
359
359
  * @param params : parameters
360
360
  */
361
361
  saveArchiveFile(params: ClipperArchiveFileInfo): import("rxjs").Observable<import("@angular/common/http").HttpEvent<unknown>>;
362
+ /**
363
+ * Get file data
364
+ * @param id : the item id
365
+ */
366
+ getArchiveFile(id: string): import("rxjs").Observable<ApiResult<ClipperArchiveFileInfo>>;
362
367
  /**
363
368
  * Download file
364
369
  * @param id : the binary id to download