chore: updating the api-report and fix the warning
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user