Skip to content

Commit 117052a

Browse files
makowskidclaude
andcommitted
Remove CONTENT_DETECT_AI from SharpApiJobTypeEnum
This enum entry should not be part of the core package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2313e5c commit 117052a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ SharpApiJobTypeEnum.ECOMMERCE_PRODUCT_CATEGORIES // { value, url }
172172
SharpApiJobTypeEnum.HR_PARSE_RESUME
173173
SharpApiJobTypeEnum.CONTENT_SUMMARIZE
174174
SharpApiJobTypeEnum.CONTENT_TRANSLATE
175-
SharpApiJobTypeEnum.CONTENT_DETECT_AI
176175
// ... and more
177176
```
178177

src/Enums/SharpApiJobTypeEnum.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@ class SharpApiJobTypeEnum {
8484
url: '/content/detect_profanities',
8585
};
8686

87-
static CONTENT_DETECT_AI = {
88-
value: 'content_detect_ai',
89-
url: '/content/detect_ai',
90-
};
91-
9287
static CONTENT_SUMMARIZE = {
9388
value: 'content_summarize',
9489
url: '/content/summarize',

0 commit comments

Comments
 (0)