oxpi-nglib 2.0.40 → 2.0.41

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.
@@ -26,6 +26,7 @@ export declare class CommonWebService {
26
26
  PRODUTO_CATEGORIA_CARDAPIO_BASE_URL: string;
27
27
  PRODUTO_VERIFICACAO_GRUPO_BASE_URL: string;
28
28
  ESTOQUE_URL: string;
29
+ UPLOAD_CONTENT_BASE_URL: string;
29
30
  MEDIA_BASE_URL: string;
30
31
  MEDIA_PRODUTO_IMAGEM_URL: string;
31
32
  PRODUTO_COMPOSICAO_BASE_URL: string;
@@ -38,7 +39,7 @@ export declare class CommonWebService {
38
39
  static URL_PART_BUSCA_PAGINADA: string;
39
40
  constructor(http: HttpClient);
40
41
  setToken(token: string): void;
41
- start(rootUrl: string): void;
42
+ start(rootUrl: string, uploadContentUrl: string): void;
42
43
  getFuncionarios(exibeInativo?: boolean): Observable<Funcionario[]>;
43
44
  getFuncionariosCargos(): Observable<FuncionarioCargo[]>;
44
45
  buscaFuncionario(setting: SearchSetting): Observable<Funcionario[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxpi-nglib",
3
- "version": "2.0.40",
3
+ "version": "2.0.41",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.7",
6
6
  "@angular/core": "^16.2.7"