sowhat-types 2.0.200 → 2.0.201

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.
package/dist/index.d.mts CHANGED
@@ -1048,6 +1048,7 @@ interface AnonymousUsersResponse {
1048
1048
 
1049
1049
  interface UserAiSummaryResponse {
1050
1050
  id: string;
1051
+ status: UserAiSummaryStatusEnum;
1051
1052
  version: number;
1052
1053
  rawResponse: string | null;
1053
1054
  parsedSummary: string | null;
package/dist/index.d.ts CHANGED
@@ -1048,6 +1048,7 @@ interface AnonymousUsersResponse {
1048
1048
 
1049
1049
  interface UserAiSummaryResponse {
1050
1050
  id: string;
1051
+ status: UserAiSummaryStatusEnum;
1051
1052
  version: number;
1052
1053
  rawResponse: string | null;
1053
1054
  parsedSummary: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.200",
3
+ "version": "2.0.201",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",