@ord-api/ord-api-types 1.0.16 → 1.0.22

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ord-api/ord-api-types",
3
- "version": "1.0.16",
3
+ "version": "1.0.22",
4
4
  "description": "TypeScript types for ORD API - Auto-generated from OpenAPI specification",
5
5
  "main": "types.ts",
6
6
  "types": "types.ts",
package/types.ts CHANGED
@@ -1187,7 +1187,7 @@ export interface components {
1187
1187
  };
1188
1188
  AIGeneratedWordManual: {
1189
1189
  originalWord: string;
1190
- suggestedCorrection?: string;
1190
+ word: string;
1191
1191
  translation: string;
1192
1192
  definition: string;
1193
1193
  /**