@geosanja/geosanja-frontend-api 4.3.0-build-2 → 4.3.2-build-1

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.
@@ -186,6 +186,15 @@ export declare class DefaultService {
186
186
  getConfig(observe?: 'body', reportProgress?: boolean): Observable<ConfigDTO>;
187
187
  getConfig(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<ConfigDTO>>;
188
188
  getConfig(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<ConfigDTO>>;
189
+ /**
190
+ * Buscar link de adição de usuários no esjc
191
+ *
192
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
193
+ * @param reportProgress flag to report request and response progress.
194
+ */
195
+ getESJCLinkNovoUsuario(observe?: 'body', reportProgress?: boolean): Observable<string>;
196
+ getESJCLinkNovoUsuario(observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<string>>;
197
+ getESJCLinkNovoUsuario(observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<string>>;
189
198
  /**
190
199
  * Buscar lista de usuários do esjc
191
200
  *
@@ -219,12 +228,13 @@ export declare class DefaultService {
219
228
  * @param infoFormat
220
229
  * @param x
221
230
  * @param y
231
+ * @param camadaId
222
232
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
223
233
  * @param reportProgress flag to report request and response progress.
224
234
  */
225
- getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, observe?: 'body', reportProgress?: boolean): Observable<string>;
226
- getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<string>>;
227
- getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<string>>;
235
+ getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, camadaId: string, observe?: 'body', reportProgress?: boolean): Observable<string>;
236
+ getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, camadaId: string, observe?: 'response', reportProgress?: boolean): Observable<HttpResponse<string>>;
237
+ getFeatureInfo(srs: string, version: string, bbox: string, height: string, width: string, layers: string, queryLayers: string, infoFormat: string, x: string, y: string, camadaId: string, observe?: 'events', reportProgress?: boolean): Observable<HttpEvent<string>>;
228
238
  /**
229
239
  * Buscar lista de funcionalidades para administração
230
240
  *