@geosanja/geosanja-frontend-api 4.3.0-build-2 → 4.3.0-build-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.
@@ -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
  *