@rlvt/contents-openapi-client 1.0.510 → 1.0.511

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/build/api.d.ts +1 -1
  2. package/package.json +1 -1
package/build/api.d.ts CHANGED
@@ -330,7 +330,7 @@ export default class {
330
330
  resourceGroupIds?: string[] | undefined;
331
331
  status?: ContentStatus[] | undefined;
332
332
  includeArchived?: boolean | undefined;
333
- sortBy?: "createdAt" | "updatedAt" | undefined;
333
+ sortBy?: "createdAt" | "updatedAt" | "name" | undefined;
334
334
  sortOrder?: "desc" | "asc" | undefined;
335
335
  includeLiveOnly?: boolean | undefined;
336
336
  select?: string[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/contents-openapi-client",
3
- "version": "1.0.510+514a548",
3
+ "version": "1.0.511+1d7cb3d",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",