@zodic/shared 0.0.197 → 0.0.198
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.
|
@@ -996,7 +996,7 @@ export class ConceptService {
|
|
|
996
996
|
return { message: 'Duplicate names processed and regenerated.' };
|
|
997
997
|
}
|
|
998
998
|
|
|
999
|
-
|
|
999
|
+
async findDuplicateNamesAndUsedNamesForConcept(
|
|
1000
1000
|
conceptSlug: Concept,
|
|
1001
1001
|
limit?: number
|
|
1002
1002
|
) {
|