@hestia-earth/data-api 0.0.40 → 0.0.42

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.
@@ -99,14 +99,3 @@ export interface INodeIdsResponse {
99
99
  id: string;
100
100
  }[];
101
101
  }
102
- export declare const filterResponse: ({ count, results }: INodesResponse, fields?: string) => {
103
- count: number;
104
- results: {
105
- [k: string]: Pick<any, string>[] | {
106
- [k: string]: Partial<unknown>;
107
- };
108
- };
109
- } | {
110
- count: number;
111
- results: INodesBase;
112
- };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/data-api",
3
- "version": "0.0.40",
3
+ "version": "0.0.42",
4
4
  "description": "Hestia Data API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",
@@ -36,8 +36,7 @@
36
36
  },
37
37
  "homepage": "https://gitlab.com/hestia-earth/hestia-data-api#readme",
38
38
  "dependencies": {
39
- "@hestia-earth/schema": ">=30.0.0",
40
- "lodash.pick": "^4.0.0"
39
+ "@hestia-earth/schema": ">=30.0.0"
41
40
  },
42
41
  "devDependencies": {
43
42
  "@commitlint/cli": "^17.6.5",
@@ -60,6 +59,7 @@
60
59
  "@types/express": "^4.17.6",
61
60
  "@types/lodash.chunk": "^4.2.7",
62
61
  "@types/lodash.isequal": "^4.5.8",
62
+ "@types/lodash.omit": "^4.5.9",
63
63
  "@types/lodash.pick": "^4.4.9",
64
64
  "@types/lodash.uniqby": "^4.7.7",
65
65
  "@types/mocha-prepare": "^0.1.0",
@@ -86,6 +86,8 @@
86
86
  "husky": "^4.3.8",
87
87
  "lodash.chunk": "^4.2.0",
88
88
  "lodash.isequal": "^4.5.0",
89
+ "lodash.omit": "^4.5.0",
90
+ "lodash.pick": "^4.2.0",
89
91
  "lodash.uniqby": "^4.7.0",
90
92
  "map-obj": "^5.0.2",
91
93
  "mocha": "^10.2.0",