@adobe/spacecat-shared-project-engine-client 1.22.0 → 1.23.0
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/package.json +1 -1
- package/src/generated/types.ts +4 -2
package/package.json
CHANGED
package/src/generated/types.ts
CHANGED
|
@@ -2321,8 +2321,10 @@ export interface components {
|
|
|
2321
2321
|
total?: number;
|
|
2322
2322
|
};
|
|
2323
2323
|
"model.LanguageResponse": {
|
|
2324
|
-
id
|
|
2325
|
-
name
|
|
2324
|
+
id: string;
|
|
2325
|
+
name: string;
|
|
2326
|
+
/** @description BCP-47 language code (e.g. zh-Hans, zh-Hant, fil) — the stable identifier languageCode is resolved against */
|
|
2327
|
+
code: string;
|
|
2326
2328
|
};
|
|
2327
2329
|
"model.ListAIOBenchmarksResponse": {
|
|
2328
2330
|
aio_benchmarks?: components["schemas"]["model.AIOBenchmarkWithCounters"][];
|