jmapcloud-ng-core-types 2.0.7-qa.2 → 2.0.7-qa.4
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 +0 -1
- package/package.json +1 -1
- package/public/core.d.ts +0 -12
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
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**
|