@arsedizioni/ars-utils 18.2.390 → 18.2.391

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.
@@ -527,15 +527,15 @@ export declare class ClipperDashboard {
527
527
  */
528
528
  getUnreadItems(module: ClipperModule): number;
529
529
  }
530
- export interface ClipperTeamMemberInfo {
530
+ export declare class ClipperTeamMemberInfo {
531
531
  id?: number | null;
532
532
  teamId?: string | null;
533
- name: string;
534
- email: string;
535
- isAdmin: boolean;
536
- hasPermission55: boolean;
537
- hasPermission56: boolean;
538
- hasPermission57: boolean;
533
+ name?: string | null;
534
+ email?: string | null;
535
+ isAdmin?: boolean | null;
536
+ hasPermission55?: boolean | null;
537
+ hasPermission56?: boolean | null;
538
+ hasPermission57?: boolean | null;
539
539
  }
540
540
  export interface ClipperQueryTeamMembersResult {
541
541
  teamId: string;
@@ -557,13 +557,13 @@ export interface ClipperQueryTeamResult {
557
557
  total: number;
558
558
  items: NameValueItem<string>[];
559
559
  }
560
- export interface ClipperTeamInfo {
561
- id: string;
562
- customerId: number;
563
- title: string;
564
- isDisabled: boolean;
565
- created: string;
566
- lastModified: string;
560
+ export declare class ClipperTeamInfo {
561
+ id?: string | null;
562
+ customerId?: number | null;
563
+ title?: string | null;
564
+ isDisabled?: boolean | null;
565
+ created?: string | null;
566
+ lastModified?: string | null;
567
567
  }
568
568
  export declare class ClipperUtils {
569
569
  /**