@arsedizioni/ars-utils 18.2.428 → 18.2.430
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,10 +533,14 @@ export declare class ClipperTeamMemberInfo {
|
|
|
533
533
|
hasPermission56?: boolean | null;
|
|
534
534
|
hasPermission57?: boolean | null;
|
|
535
535
|
}
|
|
536
|
-
export declare enum
|
|
536
|
+
export declare enum ClipperTeamProduct {
|
|
537
537
|
SharedArchive = 1004676,
|
|
538
538
|
SharedCalendar = 1004683
|
|
539
539
|
}
|
|
540
|
+
export declare enum ClipperTeamProductPermission {
|
|
541
|
+
SharedArchive = 56,
|
|
542
|
+
SharedCalendar = 57
|
|
543
|
+
}
|
|
540
544
|
export interface ClipperTeamProductInfo {
|
|
541
545
|
permissionId: ClipperTeamProductPermission;
|
|
542
546
|
name: string;
|
|
@@ -611,7 +615,7 @@ export interface ClipperDeadlineInfo {
|
|
|
611
615
|
userId?: number | null;
|
|
612
616
|
teamId?: string | null;
|
|
613
617
|
teamName?: string | null;
|
|
614
|
-
teams?: NameValueItem<string> | null;
|
|
618
|
+
teams?: NameValueItem<string>[] | null;
|
|
615
619
|
description?: string | null;
|
|
616
620
|
documentTitle?: string | null;
|
|
617
621
|
documentId?: string | null;
|