@evergis/api 5.0.30 → 5.0.31
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/dist/api.esm.js +2 -1
- package/dist/api.esm.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
- package/dist/customDataContracts.d.ts +0 -15
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "5.0.
|
|
2
|
+
"version": "5.0.31",
|
|
3
3
|
"name": "@evergis/api",
|
|
4
4
|
"author": "Everpoint",
|
|
5
5
|
"license": "MIT",
|
|
@@ -25,6 +25,5 @@
|
|
|
25
25
|
"nanoid": "^5.1.5",
|
|
26
26
|
"query-string": "^6.7.0",
|
|
27
27
|
"swagger-typescript-api": "13.0.23"
|
|
28
|
-
}
|
|
29
|
-
"gitHead": "c8c15aff8a8aeb80808b4c630e6f1702d9d7a8c6"
|
|
28
|
+
}
|
|
30
29
|
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Layer reference configuration. Isn't used by server.
|
|
3
|
-
*/
|
|
4
|
-
export interface LayerReferenceConfigurationDc {
|
|
5
|
-
/** Name of the layer. */
|
|
6
|
-
layerName?: string;
|
|
7
|
-
/** Condition to apply. */
|
|
8
|
-
condition?: string;
|
|
9
|
-
/** Attribute name in base layer. */
|
|
10
|
-
referenceAttribute?: string;
|
|
11
|
-
/** Attribute name in target layer. */
|
|
12
|
-
targetAttribute?: string;
|
|
13
|
-
/** Id of the reference. */
|
|
14
|
-
referenceId?: string;
|
|
15
|
-
}
|