@arsedizioni/ars-utils 21.2.145 → 21.2.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arsedizioni/ars-utils",
3
- "version": "21.2.145",
3
+ "version": "21.2.147",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -697,13 +697,13 @@ declare class ClipperTeamInfo {
697
697
  lastModified?: string;
698
698
  }
699
699
  interface ClipperContactsSearchParams extends QueryModel {
700
- companyId?: number;
700
+ teamId?: string;
701
701
  name?: string;
702
702
  includeDisabled?: boolean;
703
703
  }
704
704
  interface ClipperContactInfo {
705
705
  id?: number;
706
- companyId?: number;
706
+ teamId?: string;
707
707
  userId?: number;
708
708
  name?: string;
709
709
  emails?: string;
@@ -1049,7 +1049,7 @@ declare class ClipperDocumentMenuComponent implements OnInit {
1049
1049
  private readonly changeDetector;
1050
1050
  private readonly clipperService;
1051
1051
  readonly useSelections: _angular_core.InputSignal<boolean>;
1052
- readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
1052
+ readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
1053
1053
  protected selection: () => ClipperDocumentInfo[];
1054
1054
  readonly parent: _angular_core.InputSignal<any>;
1055
1055
  readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;