@ord-api/ord-api-types 1.0.14 → 1.0.17

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 +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ord-api/ord-api-types",
3
- "version": "1.0.14",
3
+ "version": "1.0.17",
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
@@ -1747,6 +1747,7 @@ export interface components {
1747
1747
  * @enum {string}
1748
1748
  */
1749
1749
  language: "POLISH" | "ENGLISH" | "GERMAN" | "FRENCH" | "SPANISH" | "ITALIAN" | "NORWEGIAN" | "RUSSIAN" | "SLOVENIAN";
1750
+ excludeTopics?: string[];
1750
1751
  };
1751
1752
  GenerateAIInterlocutorDataRequest: {
1752
1753
  topic: string;
@@ -1758,6 +1759,11 @@ export interface components {
1758
1759
  * @enum {string}
1759
1760
  */
1760
1761
  language: "POLISH" | "ENGLISH" | "GERMAN" | "FRENCH" | "SPANISH" | "ITALIAN" | "NORWEGIAN" | "RUSSIAN" | "SLOVENIAN";
1762
+ recentInterlocutors?: components["schemas"]["RecentInterlocutorInfo"][];
1763
+ };
1764
+ RecentInterlocutorInfo: {
1765
+ avatarId: string;
1766
+ name: string;
1761
1767
  };
1762
1768
  GeneratedAIInterlocutorData: {
1763
1769
  name: string;