@arsedizioni/ars-utils 18.2.430 → 18.2.432
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 +1 -0
- package/clipper.common/common/services/clipper.service.d.ts +1 -1
- package/esm2022/clipper.common/common/definitions.mjs +1 -1
- package/esm2022/clipper.common/common/services/clipper.service.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -630,6 +630,7 @@ export interface ClipperDeadlineInfo {
|
|
|
630
630
|
alarmDate?: Date | null;
|
|
631
631
|
alarmMemo?: string | null;
|
|
632
632
|
alarmSent?: boolean | null;
|
|
633
|
+
hasAlarm?: boolean | null;
|
|
633
634
|
isMenuOpen?: boolean | null;
|
|
634
635
|
isExpired?: boolean | null;
|
|
635
636
|
isExpiring?: boolean | null;
|
|
@@ -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
|