@up-im/medotvet_sdk 0.0.12 → 0.0.13

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.
@@ -134,7 +134,7 @@ class ApiContent extends abstract_1.ApiAbstract {
134
134
  route: (0, apiRoute_1.apiRouteList)({
135
135
  nodeCode: "specialization",
136
136
  select: ["id", "title"],
137
- sorters: ["sorter asc", "title asc"],
137
+ sorters: ["title asc"],
138
138
  perPage: 10,
139
139
  filters,
140
140
  page
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up-im/medotvet_sdk",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -155,7 +155,7 @@ export class ApiContent extends ApiAbstract {
155
155
  route: apiRouteList({
156
156
  nodeCode: "specialization",
157
157
  select: ["id", "title"],
158
- sorters: ["sorter asc", "title asc"],
158
+ sorters: ["title asc"],
159
159
  perPage: 10,
160
160
  filters,
161
161
  page