@arsedizioni/ars-utils 18.2.425 → 18.2.427
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;
|
|
@@ -607,6 +611,7 @@ export interface ClipperDeadlineInfo {
|
|
|
607
611
|
userId?: number | null;
|
|
608
612
|
teamId?: string | null;
|
|
609
613
|
teamName?: string | null;
|
|
614
|
+
teams?: NameValueItem<string> | null;
|
|
610
615
|
description?: string | null;
|
|
611
616
|
documentTitle?: string | null;
|
|
612
617
|
documentId?: string | null;
|