jmapserver-ng-core-types 2.0.6 → 2.0.7
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/package.json
CHANGED
|
@@ -229,6 +229,11 @@ declare interface JCoreOptions {
|
|
|
229
229
|
*/
|
|
230
230
|
restBaseUrl?: string
|
|
231
231
|
|
|
232
|
+
/**
|
|
233
|
+
* reportsBaseUrl
|
|
234
|
+
*/
|
|
235
|
+
reportsBaseUrl?: string
|
|
236
|
+
|
|
232
237
|
/**
|
|
233
238
|
* If the project you access can be accessed anonymously,
|
|
234
239
|
* you are not forced to pass a session token but you have
|