jmapcloud-ng-core-types 2.0.7-qa.2 → 2.0.7-qa.3

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/index.d.ts CHANGED
@@ -866,7 +866,6 @@ export interface JServerService {
866
866
  isStandardLoginAvailable(): boolean
867
867
  getIdentityProviderById(providerId: string): JServerAnyIdentityProvider
868
868
  getAllIdentityProvidersById(): JServerIdentityProviderById
869
- doNothing(): string
870
869
  }
871
870
 
872
871
  export interface JDynamicLayerFilterService {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jmapcloud-ng-core-types",
3
- "version": "2.0.7-qa.2",
3
+ "version": "2.0.7-qa.3",
4
4
  "description": "JMap Cloud specific version of JMap Cloud NG Core types and interfaces",
5
5
  "main": "index.js",
6
6
  "types": "ambient.d.ts",
package/public/core.d.ts CHANGED
@@ -317,18 +317,6 @@ export namespace JMap {
317
317
  * ```
318
318
  */
319
319
  function getAllIdentityProvidersById(): JServerIdentityProviderById
320
- /**
321
- * **JMap.Server.doNothing**
322
- *
323
- * Does nothing and returns a stable stub value.
324
- *
325
- * @example
326
- * ```ts
327
- * console.log(JMap.Server.doNothing())
328
- * // "nothing"
329
- * ```
330
- */
331
- function doNothing(): string
332
320
  }
333
321
  /**
334
322
  * **JMap.Geocoding**