@arsedizioni/ars-utils 18.2.424 → 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:
|
|
541
|
+
permissionId: ClipperTeamProductPermission;
|
|
538
542
|
name: string;
|
|
539
543
|
maxMembers: number;
|
|
540
544
|
usedMembers: number;
|
|
@@ -608,6 +612,10 @@ export interface ClipperDeadlineInfo {
|
|
|
608
612
|
teamId?: string | null;
|
|
609
613
|
teamName?: string | null;
|
|
610
614
|
description?: string | null;
|
|
615
|
+
documentTitle?: string | null;
|
|
616
|
+
documentId?: string | null;
|
|
617
|
+
documentNumber?: string | null;
|
|
618
|
+
documentDate?: Date | null;
|
|
611
619
|
emails?: string | null;
|
|
612
620
|
expiringDate?: Date | null;
|
|
613
621
|
expiredAlertSent?: boolean | null;
|