@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/spacecat-shared-project-engine-client",
3
- "version": "1.22.0",
3
+ "version": "1.23.0",
4
4
  "description": "Shared modules of the Spacecat Services - Semrush Project Engine client and generated types",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
@@ -2321,8 +2321,10 @@ export interface components {
2321
2321
  total?: number;
2322
2322
  };
2323
2323
  "model.LanguageResponse": {
2324
- id?: string;
2325
- name?: string;
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"][];