@ndla/types-backend 1.0.104 → 1.0.105

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.
@@ -794,7 +794,7 @@ export type components = {
794
794
  * @description The sorting used on results. The following are supported: relevance, -relevance, title, -title, lastUpdated, -lastUpdated, id, -id. Default is by -relevance (desc) when query is set, and title (asc) when query is empty.
795
795
  * @enum {string}
796
796
  */
797
- Sort: "-relevance" | "relevance" | "-title" | "title" | "-lastUpdated" | "lastUpdated" | "-id" | "id";
797
+ Sort: "-relevance" | "relevance" | "-title" | "title" | "-lastUpdated" | "lastUpdated" | "-id" | "id" | "-width" | "width" | "-height" | "height";
798
798
  /**
799
799
  * TagsSearchResultDTO
800
800
  * @description Information about tags-search-results
@@ -931,7 +931,7 @@ export interface operations {
931
931
  license?: string;
932
932
  /**
933
933
  * @description The sorting used on results.
934
- * The following are supported: -relevance, relevance, -title, title, -lastUpdated, lastUpdated, -id, id.
934
+ * The following are supported: -relevance, relevance, -title, title, -lastUpdated, lastUpdated, -id, id, -width, width, -height, height.
935
935
  * Default is by -relevance (desc) when query is set, and title (asc) when query is empty.
936
936
  */
937
937
  sort?: string;
@@ -1085,7 +1085,7 @@ export interface operations {
1085
1085
  language?: string;
1086
1086
  /**
1087
1087
  * @description The sorting used on results.
1088
- * The following are supported: -relevance, relevance, -title, title, -lastUpdated, lastUpdated, -id, id.
1088
+ * The following are supported: -relevance, relevance, -title, title, -lastUpdated, lastUpdated, -id, id, -width, width, -height, height.
1089
1089
  * Default is by -relevance (desc) when query is set, and title (asc) when query is empty.
1090
1090
  */
1091
1091
  sort?: string;
@@ -1507,7 +1507,7 @@ export interface operations {
1507
1507
  includeCopyrighted?: boolean;
1508
1508
  /**
1509
1509
  * @description The sorting used on results.
1510
- * The following are supported: -relevance, relevance, -title, title, -lastUpdated, lastUpdated, -id, id.
1510
+ * The following are supported: -relevance, relevance, -title, title, -lastUpdated, lastUpdated, -id, id, -width, width, -height, height.
1511
1511
  * Default is by -relevance (desc) when query is set, and title (asc) when query is empty.
1512
1512
  */
1513
1513
  sort?: string;
@@ -1691,7 +1691,7 @@ export interface operations {
1691
1691
  language?: string;
1692
1692
  /**
1693
1693
  * @description The sorting used on results.
1694
- * The following are supported: -relevance, relevance, -title, title, -lastUpdated, lastUpdated, -id, id.
1694
+ * The following are supported: -relevance, relevance, -title, title, -lastUpdated, lastUpdated, -id, id, -width, width, -height, height.
1695
1695
  * Default is by -relevance (desc) when query is set, and title (asc) when query is empty.
1696
1696
  */
1697
1697
  sort?: string;
package/package.json CHANGED
@@ -32,6 +32,6 @@
32
32
  "tsx": "^4.21.0",
33
33
  "typescript": "^5.9.3"
34
34
  },
35
- "version": "1.0.104",
35
+ "version": "1.0.105",
36
36
  "packageManager": "yarn@4.10.3"
37
37
  }