@arsedizioni/ars-utils 18.2.425 → 18.2.426

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.
@@ -533,8 +533,12 @@ export declare class ClipperTeamMemberInfo {
533
533
  hasPermission56?: boolean | null;
534
534
  hasPermission57?: boolean | null;
535
535
  }
536
+ export declare enum ClipperTeamProductPermission {
537
+ SharedArchive = 1004676,
538
+ SharedCalendar = 1004683
539
+ }
536
540
  export interface ClipperTeamProductInfo {
537
- permissionId: number;
541
+ permissionId: ClipperTeamProductPermission;
538
542
  name: string;
539
543
  maxMembers: number;
540
544
  usedMembers: number;