oxpi-nglib 2.0.16 → 2.0.17

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.
@@ -5,6 +5,8 @@ export interface LoginResult {
5
5
  token: string;
6
6
  empresaNome: string;
7
7
  empresaId: number;
8
+ redeId?: number | null;
9
+ redeNome?: string | null;
8
10
  userId: number;
9
11
  login: string;
10
12
  permissoes: Permissoes;
@@ -6,6 +6,8 @@ export interface Usuario {
6
6
  isAdmin: boolean;
7
7
  recebeEmailFinancas: boolean;
8
8
  recebeEmailEstoque: boolean;
9
+ redeCargoId?: number;
10
+ redeCargoNome?: string;
9
11
  enviadoPC: boolean;
10
12
  }
11
13
  export interface IdLoginModel {
@@ -29,6 +29,7 @@ export declare class OcupacaoSearchSetting extends OcupacaoFilterSetting {
29
29
  formaPagamento?: number;
30
30
  produtosGrupos?: number[];
31
31
  imprimeEntradasVeiculos?: boolean;
32
+ cuponsPromocionais?: string[];
32
33
  constructor();
33
34
  }
34
35
  export declare enum PorOcupacaoTipo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxpi-nglib",
3
- "version": "2.0.16",
3
+ "version": "2.0.17",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.2.7",
6
6
  "@angular/core": "^16.2.7"