@arsedizioni/ars-utils 18.2.429 → 18.2.431
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.
- package/clipper.common/common/definitions.d.ts +5 -1
- package/clipper.common/common/services/clipper.service.d.ts +1 -1
- package/esm2022/clipper.common/common/definitions.mjs +8 -3
- package/esm2022/clipper.common/common/services/clipper.service.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +8 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -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;
|
|
@@ -307,7 +307,7 @@ export declare class ClipperService implements OnDestroy {
|
|
|
307
307
|
* Save an item
|
|
308
308
|
* @param params parameters
|
|
309
309
|
*/
|
|
310
|
-
saveCalendarDeadline(params: ClipperDeadlineInfo): import("rxjs").Observable<ApiResult<ClipperDeadlineInfo>>;
|
|
310
|
+
saveCalendarDeadline(params: ClipperDeadlineInfo): import("rxjs").Observable<ApiResult<ClipperDeadlineInfo[]>>;
|
|
311
311
|
/**
|
|
312
312
|
* Retrive a n item
|
|
313
313
|
* @param id : the item id
|