@ndla/types-backend 1.0.135 → 1.0.136
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/build/search-api.d.ts +1 -1
- package/package.json +1 -1
package/build/search-api.d.ts
CHANGED
|
@@ -925,7 +925,7 @@ export type components = {
|
|
|
925
925
|
* @description The sorting used on results.
|
|
926
926
|
* @enum {string}
|
|
927
927
|
*/
|
|
928
|
-
Sort: "-relevance" | "relevance" | "-title" | "title" | "-lastUpdated" | "lastUpdated" | "-id" | "id" | "-duration" | "duration" | "revisionDate" | "-revisionDate" | "responsibleLastUpdated" | "-responsibleLastUpdated" | "status" | "-status" | "-prioritized" | "prioritized" | "-parentTopicName" | "parentTopicName" | "-primaryRoot" | "primaryRoot" | "-resourceType" | "resourceType" | "-published" | "published" | "-favorited" | "favorited";
|
|
928
|
+
Sort: "-relevance" | "relevance" | "-title" | "title" | "-lastUpdated" | "lastUpdated" | "-id" | "id" | "-duration" | "duration" | "revisionDate" | "-revisionDate" | "responsibleLastUpdated" | "-responsibleLastUpdated" | "status" | "-status" | "-prioritized" | "prioritized" | "-parentTopicName" | "parentTopicName" | "-primaryRoot" | "primaryRoot" | "-resourceType" | "resourceType" | "-published" | "published" | "-firstPublished" | "firstPublished" | "-favorited" | "favorited";
|
|
929
929
|
/**
|
|
930
930
|
* StatusDTO
|
|
931
931
|
* @description Status information of the resource
|