@dxs-ts/eveli-ide 0.0.89 → 0.0.90

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/build/index.d.ts CHANGED
@@ -631,6 +631,7 @@ export declare namespace StencilApi {
631
631
  value: string;
632
632
  labels: LocaleLabel[];
633
633
  devMode?: boolean;
634
+ anon?: boolean;
634
635
  startDate?: string | undefined;
635
636
  endDate?: string | undefined;
636
637
  };
@@ -641,6 +642,7 @@ export declare namespace StencilApi {
641
642
  articles: ArticleId[] | undefined;
642
643
  labels: LocaleLabel[] | undefined;
643
644
  devMode: boolean | undefined;
645
+ anon: boolean | undefined;
644
646
  startDate?: string | undefined;
645
647
  endDate?: string | undefined;
646
648
  }
@@ -692,6 +694,7 @@ export declare namespace StencilApi {
692
694
  labels: LocaleLabel[];
693
695
  articles: ArticleId[];
694
696
  devMode: boolean | undefined;
697
+ anon: boolean | undefined;
695
698
  startDate?: string | undefined;
696
699
  endDate?: string | undefined;
697
700
  }