ngx-sp-auth 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.
@@ -3117,6 +3117,16 @@ class InfraUsuarioImg {
3117
3117
  }
3118
3118
  }
3119
3119
 
3120
+ class RetInfraUsuarioImg {
3121
+ constructor() {
3122
+ this.Error = false;
3123
+ this.ErrorMessage = "";
3124
+ this.InfraUsuarioImg = new InfraUsuarioImg();
3125
+ this.uncompressedFileSize = 0;
3126
+ this.compressedFileSize = 0;
3127
+ }
3128
+ }
3129
+
3120
3130
  class RetMenuItemStructure {
3121
3131
  constructor() {
3122
3132
  this.Error = false;
@@ -3386,5 +3396,5 @@ const AUTH_ROUTES = [
3386
3396
  * Generated bundle index. Do not edit.
3387
3397
  */
3388
3398
 
3389
- export { AUTH_ROUTES, AuthAplicInterceptor, AuthGuard, AuthInfraInterceptor, AuthModule, AuthService, AuthStorageService, DynamicMenuComponent, EnvironmentService, ExternaLoginlGuard, IMenu, InfraUsuarioImg, LibCustomLoginService, LibCustomMenuService, LibCustomStorageService, LibMenuConfigService, LoginComponent, LoginGuard, LoginOSComponent, LoginOSGuard, LoginProgress, MenuLateralComponent, MenuServicesService, NotifSubmenuComponent, NovaSenhaComponent, PrimaryDropdownComponent, RetMenuItemStructure, RetMenuLateral, RetMenuPromise, RetNavSubMenu, RetSubmenuWithCards, SecondaryDropdownComponent, SelecaoEstabelecimentosModalComponent, SituacaoLogin };
3399
+ export { AUTH_ROUTES, AuthAplicInterceptor, AuthGuard, AuthInfraInterceptor, AuthModule, AuthService, AuthStorageService, DynamicMenuComponent, EnvironmentService, ExternaLoginlGuard, IMenu, InfraUsuarioImg, LibCustomLoginService, LibCustomMenuService, LibCustomStorageService, LibMenuConfigService, LoginComponent, LoginGuard, LoginOSComponent, LoginOSGuard, LoginProgress, MenuLateralComponent, MenuServicesService, NotifSubmenuComponent, NovaSenhaComponent, PrimaryDropdownComponent, RetInfraUsuarioImg, RetMenuItemStructure, RetMenuLateral, RetMenuPromise, RetNavSubMenu, RetSubmenuWithCards, SecondaryDropdownComponent, SelecaoEstabelecimentosModalComponent, SituacaoLogin };
3390
3400
  //# sourceMappingURL=ngx-sp-auth.mjs.map