chore: updating the api-report and fix the warning

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-08-24 21:40:09 +02:00
parent 916369ae10
commit f9ad79cedc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -150,6 +150,7 @@ export class CatalogBuilder {
getDefaultProcessors(): CatalogProcessor[];
replaceEntityPolicies(policies: EntityPolicy[]): CatalogBuilder;
replaceProcessors(processors: CatalogProcessor[]): CatalogBuilder;
setAllowedLocationTypes(allowedLocationTypes: string[]): this;
setEntityDataParser(parser: CatalogProcessorParser): CatalogBuilder;
setFieldFormatValidators(validators: Partial<Validators>): CatalogBuilder;
setLocationAnalyzer(locationAnalyzer: LocationAnalyzer): CatalogBuilder;
@@ -368,7 +368,7 @@ export class CatalogBuilder {
/**
* Sets up the allowed location types from being registered via the location service.
*
* @param allowedLocationTypes
* @param allowedLocationTypes - the allowed location types
*/
setAllowedLocationTypes(allowedLocationTypes: string[]) {
this.allowedLocationType = allowedLocationTypes;