@spotto/contract 1.0.40-alpha.0 → 1.0.42-alpha.0
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StandardSortFields, SortOrders } from '../../shared';
|
|
2
|
-
export declare type FieldSortField = StandardSortFields;
|
|
2
|
+
export declare type FieldSortField = StandardSortFields | 'label';
|
|
3
3
|
export declare type FieldEmbedField = 'meta';
|
|
4
4
|
export interface GetFieldsQuery {
|
|
5
5
|
page?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spotto/contract",
|
|
3
3
|
"license": "ISC",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.42-alpha.0",
|
|
5
5
|
"description": "Spotto's API Contract type definitions",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"files": [
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"@types/geojson": "^7946.0.11",
|
|
16
16
|
"shx": "^0.3.4"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "a9ed132fc74d4a343ef1967cc4b12748a0e75368"
|
|
19
19
|
}
|