@veloceapps/sdk 7.0.2-94 → 7.0.2-96

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "7.0.2-94",
3
+ "version": "7.0.2-96",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -5,6 +5,8 @@ export declare class RecordNotFoundComponent {
5
5
  private route;
6
6
  message: string;
7
7
  subMessage: string;
8
+ type: string;
9
+ details: string[];
8
10
  constructor(router: Router, route: ActivatedRoute);
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<RecordNotFoundComponent, never>;
10
12
  static ɵcmp: i0.ɵɵComponentDeclaration<RecordNotFoundComponent, "vl-flow-record-not-found", never, {}, {}, never, never, false, never>;