diff --git a/deepgram/_types.py b/deepgram/_types.py index 3cdd1a92..cf2d1c63 100644 --- a/deepgram/_types.py +++ b/deepgram/_types.py @@ -89,7 +89,7 @@ class PrerecordedOptions(TranscriptionOptions, total=False): utterances: bool utt_split: float detect_entities: bool - summarize: Union[int, str] + summarize: Union[bool, str] paragraphs: bool detect_language: bool detect_topics: bool @@ -370,7 +370,7 @@ class UsageOptions(TypedDict, total=False): alternatives: bool numerals: bool detect_entities: bool - summarize: Union[int, str] + summarize: Union[bool, str] paragraphs: bool detect_language: bool detect_topics: bool diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index a74cb0df..00000000 --- a/package-lock.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "name": "deepgram-python-sdk", - "lockfileVersion": 3, - "requires": true, - "packages": {} -} diff --git a/package.json b/package.json deleted file mode 100644 index 0967ef42..00000000 --- a/package.json +++ /dev/null @@ -1 +0,0 @@ -{}