@bizdoc/core 3.3.11 → 3.3.12

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.
@@ -14,4 +14,4 @@ export declare class ToNowPipe implements PipeTransform {
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ToNowPipe, never>;
15
15
  static ɵpipe: i0.ɵɵPipeDeclaration<ToNowPipe, "amToNow", false>;
16
16
  }
17
- export declare function getSecondsUntilUpdate(time: dayjs.Dayjs): 1 | 300 | 3600 | 30;
17
+ export declare function getSecondsUntilUpdate(time: dayjs.Dayjs): 1 | 300 | 30 | 3600;
@@ -265,4 +265,4 @@ export interface Pattern {
265
265
  title: string;
266
266
  axes: AxesMap;
267
267
  }
268
- export declare function errResource(error: HttpErrorResponse): "Unauthorized" | "LicenseErr" | "NotAcceptable" | "Err";
268
+ export declare function errResource(error: HttpErrorResponse): "Err" | "Unauthorized" | "LicenseErr" | "NotAcceptable";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bizdoc/core",
3
- "version": "3.3.11",
3
+ "version": "3.3.12",
4
4
  "author": "Moding Ltd.",
5
5
  "homepage": "https://github.com/moding-il/bizdoc.core",
6
6
  "license": "https://github.com/moding-il/bizdoc.core/blob/master/License.md",