@luminocity/lemonate-gateway 8.2.8 → 8.2.9

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/dist/index.d.ts CHANGED
@@ -12452,6 +12452,7 @@ declare class TemplateFactory {
12452
12452
  private templatesByField;
12453
12453
  private static _instance;
12454
12454
  static get instance(): TemplateFactory;
12455
+ private _existsTemplate;
12455
12456
  addTemplates(itemType: string, fieldName: string, templates: TemplateEntry$1[]): void;
12456
12457
  getTemplate(itemType: string, fieldName: string, templateName: string): TemplateEntry$1 | undefined;
12457
12458
  getTemplates(itemType: string, fieldName: string): TemplateEntry$1[];