oxpi-nglib 3.0.3 → 3.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oxpi-nglib",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=16.2.12",
6
6
  "@angular/core": ">=16.2.12"
@@ -593,6 +593,10 @@ interface RadioButtonGroupData {
593
593
  default?: boolean;
594
594
  }
595
595
 
596
+ declare enum UsuarioTipo {
597
+ Humano = 0,
598
+ Robo = 1
599
+ }
596
600
  interface Usuario {
597
601
  id: number;
598
602
  login: string;
@@ -604,6 +608,10 @@ interface Usuario {
604
608
  redeCargoId?: number;
605
609
  redeCargoNome?: string;
606
610
  enviadoPC: boolean;
611
+ /** Humano (0) ou Robo (1). Robo representa um app PlugPlay: sem senha, sem edição. */
612
+ tipo?: UsuarioTipo;
613
+ /** AppId do app PlugPlay associado, quando tipo = Robo. */
614
+ plugPlayAppId?: number;
607
615
  }
608
616
  interface IdLoginModel {
609
617
  id: number;
@@ -1351,5 +1359,5 @@ declare class ScreenHelperService {
1351
1359
  static ɵprov: i0.ɵɵInjectableDeclaration<ScreenHelperService>;
1352
1360
  }
1353
1361
 
1354
- export { AlertDialogComponent, AuthDataService, BusyIndicatorComponent, BusyState, CheckButtonComponent, ClientesAddDialogComponent, ClientesComponent, ClientesEditDialogComponent, ClientesFormComponent, CommonWebService, ConsumoProdutoSearchSetting, DuplicataSearchSetting, ExportFileService, FocusService, FornecedoresAddDialogComponent, FornecedoresComponent, FornecedoresEditDialogComponent, FornecedoresFormComponent, FuncionarioAddDialogComponent, FuncionarioEditDialogComponent, FuncionarioFormComponent, FuncionariosComponent, ImageViewerComponent, ItemCardComponent, LazyTrigger, MonthYearPickerComponent, NavegacaoSelecaoDialogUtil, NotificationService, NumberParser, NumericPickerComponent, OcupacaoConducao, OcupacaoFilterSetting, OcupacaoSearchDateField, OcupacaoSearchSetting, OcupacaoSearchTipoEntrada, Ordem, Ownership, OxpiNglibModule, PagamentoRecebimentoSearchSetting, PaginatorComponent, PorOcupacaoTipo, Preferences, ProdutoSearchSetting, RadioButtonGroupComponent, SafeHtmlPipe, ScreenHelperService, SearchMode, SearchSetting, SelecaoClienteDialogComponent, SelecaoFornecedorDialogComponent, SelecaoListItemComponent, SuitesIntervencoesSetting, confirmaExclusao, convertToStringArquivo, fadeAnimation, formatCpfCnpj, formatDayMonthYear, geraNomeArquivo, isNotNullOrUndefined, isNullOrUndefined, menuLateralAnimation, printHtml, printTxt, selectText, setOwnershipLogin, valNumberEmpty, valNumberMin, valTextEmpty, valTextMax, validCpf, validaCnpj, validaFuncionario, validaOperador, validaPessoa, validaSetorEstoque };
1362
+ export { AlertDialogComponent, AuthDataService, BusyIndicatorComponent, BusyState, CheckButtonComponent, ClientesAddDialogComponent, ClientesComponent, ClientesEditDialogComponent, ClientesFormComponent, CommonWebService, ConsumoProdutoSearchSetting, DuplicataSearchSetting, ExportFileService, FocusService, FornecedoresAddDialogComponent, FornecedoresComponent, FornecedoresEditDialogComponent, FornecedoresFormComponent, FuncionarioAddDialogComponent, FuncionarioEditDialogComponent, FuncionarioFormComponent, FuncionariosComponent, ImageViewerComponent, ItemCardComponent, LazyTrigger, MonthYearPickerComponent, NavegacaoSelecaoDialogUtil, NotificationService, NumberParser, NumericPickerComponent, OcupacaoConducao, OcupacaoFilterSetting, OcupacaoSearchDateField, OcupacaoSearchSetting, OcupacaoSearchTipoEntrada, Ordem, Ownership, OxpiNglibModule, PagamentoRecebimentoSearchSetting, PaginatorComponent, PorOcupacaoTipo, Preferences, ProdutoSearchSetting, RadioButtonGroupComponent, SafeHtmlPipe, ScreenHelperService, SearchMode, SearchSetting, SelecaoClienteDialogComponent, SelecaoFornecedorDialogComponent, SelecaoListItemComponent, SuitesIntervencoesSetting, UsuarioTipo, confirmaExclusao, convertToStringArquivo, fadeAnimation, formatCpfCnpj, formatDayMonthYear, geraNomeArquivo, isNotNullOrUndefined, isNullOrUndefined, menuLateralAnimation, printHtml, printTxt, selectText, setOwnershipLogin, valNumberEmpty, valNumberMin, valTextEmpty, valTextMax, validCpf, validaCnpj, validaFuncionario, validaOperador, validaPessoa, validaSetorEstoque };
1355
1363
  export type { AlertDialogArgs, Cliente, Fornecedor, Funcionario, FuncionarioCargo, IOwnership, IdDescricaoModel, IdLoginModel, IdNomeModel, ImageViewerInfo, LoginItem, LoginResult, MonthYear, Operador, OrdemInfo, PagingResult, PermissaoSubgrupoModel, Permissoes, PermissoesModulo, Pessoa, RadioButtonGroupData, SelecaoDialog, SensoresDef, SetorEstoque, SuiteBase, Tuple, Usuario, UsuarioPermissaoItem };