@tiba-spark/client-shared-lib 25.4.1-5 → 25.4.1-52
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/esm2022/libraries/constants/version-constants.mjs +1 -10
- package/esm2022/libraries/enums/http-cancel-blacklist.enum.mjs +10 -8
- package/esm2022/libraries/enums/localization.enum.mjs +2 -1
- package/esm2022/libraries/guards/sub-module-guard.mjs +3 -3
- package/esm2022/libraries/interfaces/app-config.interface.mjs +1 -1
- package/esm2022/libraries/localization/localization.action.mjs +1 -10
- package/esm2022/libraries/localization/localization.module.mjs +1 -4
- package/esm2022/libraries/localization/localization.state.mjs +5 -21
- package/esm2022/libraries/modules/alerts-and-notifications/alerts-and-notifications.actions.mjs +1 -7
- package/esm2022/libraries/modules/alerts-and-notifications/alerts-and-notifications.state.mjs +5 -20
- package/esm2022/libraries/modules/auth/session.actions.mjs +1 -10
- package/esm2022/libraries/modules/auth/session.state.mjs +8 -82
- package/esm2022/libraries/modules/login/login.actions.mjs +1 -9
- package/esm2022/libraries/modules/login/login.module.mjs +4 -4
- package/esm2022/libraries/modules/login/login.state.mjs +5 -24
- package/esm2022/libraries/modules/security/security.actions.mjs +1 -8
- package/esm2022/libraries/modules/security/security.state.mjs +5 -18
- package/esm2022/libraries/modules/smartparks/smartpark.actions.mjs +1 -12
- package/esm2022/libraries/modules/smartparks/smartpark.state.mjs +5 -20
- package/esm2022/libraries/modules/tenant-logo/tenant-logo.actions.mjs +1 -7
- package/esm2022/libraries/modules/tenant-logo/tenant-logo.state.mjs +5 -16
- package/esm2022/libraries/modules/user-settings/user-settings.state.mjs +5 -57
- package/esm2022/libraries/resolvers/index.mjs +1 -4
- package/esm2022/libraries/service-proxy/cloud-service-proxies.mjs +295 -716
- package/esm2022/libraries/service-proxy/identity-service-proxies.mjs +1 -560
- package/esm2022/libraries/service-proxy/service-proxy.module.mjs +4 -8
- package/esm2022/libraries/services/auth-token.service.mjs +73 -9
- package/esm2022/libraries/services/refresh-token.service.mjs +18 -16
- package/esm2022/libraries/services/smartpark.service.mjs +12 -8
- package/esm2022/libraries/services/tenant.service.mjs +9 -29
- package/fesm2022/tiba-spark-client-shared-lib.mjs +1882 -3155
- package/fesm2022/tiba-spark-client-shared-lib.mjs.map +1 -1
- package/libraries/constants/version-constants.d.ts +0 -4
- package/libraries/constants/version-constants.d.ts.map +1 -1
- package/libraries/enums/http-cancel-blacklist.enum.d.ts.map +1 -1
- package/libraries/enums/localization.enum.d.ts +2 -1
- package/libraries/enums/localization.enum.d.ts.map +1 -1
- package/libraries/interfaces/app-config.interface.d.ts +2 -0
- package/libraries/interfaces/app-config.interface.d.ts.map +1 -1
- package/libraries/localization/localization.action.d.ts +0 -4
- package/libraries/localization/localization.action.d.ts.map +1 -1
- package/libraries/localization/localization.module.d.ts.map +1 -1
- package/libraries/localization/localization.state.d.ts +2 -4
- package/libraries/localization/localization.state.d.ts.map +1 -1
- package/libraries/modules/alerts-and-notifications/alerts-and-notifications.actions.d.ts +0 -5
- package/libraries/modules/alerts-and-notifications/alerts-and-notifications.actions.d.ts.map +1 -1
- package/libraries/modules/alerts-and-notifications/alerts-and-notifications.state.d.ts +3 -5
- package/libraries/modules/alerts-and-notifications/alerts-and-notifications.state.d.ts.map +1 -1
- package/libraries/modules/auth/session.actions.d.ts +0 -8
- package/libraries/modules/auth/session.actions.d.ts.map +1 -1
- package/libraries/modules/auth/session.state.d.ts +4 -10
- package/libraries/modules/auth/session.state.d.ts.map +1 -1
- package/libraries/modules/login/login.actions.d.ts +0 -7
- package/libraries/modules/login/login.actions.d.ts.map +1 -1
- package/libraries/modules/login/login.module.d.ts +1 -1
- package/libraries/modules/login/login.state.d.ts +3 -5
- package/libraries/modules/login/login.state.d.ts.map +1 -1
- package/libraries/modules/security/security.actions.d.ts +0 -6
- package/libraries/modules/security/security.actions.d.ts.map +1 -1
- package/libraries/modules/security/security.state.d.ts +2 -7
- package/libraries/modules/security/security.state.d.ts.map +1 -1
- package/libraries/modules/smartparks/smartpark.actions.d.ts +0 -6
- package/libraries/modules/smartparks/smartpark.actions.d.ts.map +1 -1
- package/libraries/modules/smartparks/smartpark.state.d.ts +3 -5
- package/libraries/modules/smartparks/smartpark.state.d.ts.map +1 -1
- package/libraries/modules/tenant-logo/tenant-logo.actions.d.ts +0 -5
- package/libraries/modules/tenant-logo/tenant-logo.actions.d.ts.map +1 -1
- package/libraries/modules/tenant-logo/tenant-logo.state.d.ts +3 -5
- package/libraries/modules/tenant-logo/tenant-logo.state.d.ts.map +1 -1
- package/libraries/modules/user-settings/user-settings.state.d.ts +3 -6
- package/libraries/modules/user-settings/user-settings.state.d.ts.map +1 -1
- package/libraries/resolvers/index.d.ts +0 -3
- package/libraries/resolvers/index.d.ts.map +1 -1
- package/libraries/service-proxy/cloud-service-proxies.d.ts +89 -87
- package/libraries/service-proxy/cloud-service-proxies.d.ts.map +1 -1
- package/libraries/service-proxy/identity-service-proxies.d.ts +0 -53
- package/libraries/service-proxy/identity-service-proxies.d.ts.map +1 -1
- package/libraries/service-proxy/service-proxy.module.d.ts.map +1 -1
- package/libraries/services/auth-token.service.d.ts +4 -0
- package/libraries/services/auth-token.service.d.ts.map +1 -1
- package/libraries/services/refresh-token.service.d.ts +3 -4
- package/libraries/services/refresh-token.service.d.ts.map +1 -1
- package/libraries/services/smartpark.service.d.ts +3 -1
- package/libraries/services/smartpark.service.d.ts.map +1 -1
- package/libraries/services/tenant.service.d.ts +3 -6
- package/libraries/services/tenant.service.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2022/libraries/resolvers/mobile-command-center-module.resolver.mjs +0 -53
- package/esm2022/libraries/resolvers/mobile-config.resolver.mjs +0 -21
- package/esm2022/libraries/resolvers/mobile-version.resolver.mjs +0 -24
- package/libraries/resolvers/mobile-command-center-module.resolver.d.ts +0 -21
- package/libraries/resolvers/mobile-command-center-module.resolver.d.ts.map +0 -1
- package/libraries/resolvers/mobile-config.resolver.d.ts +0 -12
- package/libraries/resolvers/mobile-config.resolver.d.ts.map +0 -1
- package/libraries/resolvers/mobile-version.resolver.d.ts +0 -13
- package/libraries/resolvers/mobile-version.resolver.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login.actions.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/login/login.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACxG,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE7D,qBAAa,oBAAoB;IAGZ,KAAK,EAAE,MAAM;IAAS,QAAQ,EAAE,MAAM;IAFzD,gBAAuB,IAAI,4BAA4B;gBAEpC,KAAK,EAAE,MAAM,EAAS,QAAQ,EAAE,MAAM;CAE1D;AAED,qBAAa,8BAA8B;IAGtB,KAAK,EAAE,MAAM;IAFhC,gBAAuB,IAAI,sCAAsC;gBAE9C,KAAK,EAAE,MAAM;CAEjC;AAED,qBAAa,4BAA4B;IAGpB,QAAQ,EAAE,QAAQ;IAAS,UAAU,EAAE,MAAM;IAAS,aAAa,EAAE,CAAC,kBAAkB,CAAC;IAF5G,gBAAuB,IAAI,iCAAiC;gBAEzC,QAAQ,EAAE,QAAQ,EAAS,UAAU,EAAE,MAAM,EAAS,aAAa,EAAE,CAAC,kBAAkB,CAAC;CAE7G;AAED,qBAAa,6BAA6B;IAGrB,QAAQ,EAAE,MAAM;IAAS,QAAQ,EAAE,MAAM;IAF5D,gBAAuB,IAAI,kCAAkC;gBAE1C,QAAQ,EAAE,MAAM,EAAS,QAAQ,EAAE,MAAM;CAE7D;AAED,qBAAa,wBAAwB;IAGhB,QAAQ,EAAE,MAAM;IAFnC,gBAAuB,IAAI,gCAAgC;gBAExC,QAAQ,EAAE,MAAM;CAEpC;AAED,qBAAa,uBAAuB;IAGf,KAAK,EAAE,MAAM;IAAS,SAAS,EAAE,kBAAkB;IAFtE,gBAAuB,IAAI,2BAA2B;gBAEnC,KAAK,EAAE,MAAM,EAAS,SAAS,EAAE,kBAAkB;CAGvE;AAED,qBAAa,iCAAiC;IAGzB,QAAQ,EAAE,MAAM;IAAS,QAAQ,EAAE,MAAM;IAF5D,gBAAuB,IAAI,yCAAyC;gBAEjD,QAAQ,EAAE,MAAM,EAAS,QAAQ,EAAE,MAAM;CAE7D;AAED,qBAAa,
|
|
1
|
+
{"version":3,"file":"login.actions.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/login/login.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACxG,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,mCAAmC,CAAC;AAE7D,qBAAa,oBAAoB;IAGZ,KAAK,EAAE,MAAM;IAAS,QAAQ,EAAE,MAAM;IAFzD,gBAAuB,IAAI,4BAA4B;gBAEpC,KAAK,EAAE,MAAM,EAAS,QAAQ,EAAE,MAAM;CAE1D;AAED,qBAAa,8BAA8B;IAGtB,KAAK,EAAE,MAAM;IAFhC,gBAAuB,IAAI,sCAAsC;gBAE9C,KAAK,EAAE,MAAM;CAEjC;AAED,qBAAa,4BAA4B;IAGpB,QAAQ,EAAE,QAAQ;IAAS,UAAU,EAAE,MAAM;IAAS,aAAa,EAAE,CAAC,kBAAkB,CAAC;IAF5G,gBAAuB,IAAI,iCAAiC;gBAEzC,QAAQ,EAAE,QAAQ,EAAS,UAAU,EAAE,MAAM,EAAS,aAAa,EAAE,CAAC,kBAAkB,CAAC;CAE7G;AAED,qBAAa,6BAA6B;IAGrB,QAAQ,EAAE,MAAM;IAAS,QAAQ,EAAE,MAAM;IAF5D,gBAAuB,IAAI,kCAAkC;gBAE1C,QAAQ,EAAE,MAAM,EAAS,QAAQ,EAAE,MAAM;CAE7D;AAED,qBAAa,wBAAwB;IAGhB,QAAQ,EAAE,MAAM;IAFnC,gBAAuB,IAAI,gCAAgC;gBAExC,QAAQ,EAAE,MAAM;CAEpC;AAED,qBAAa,uBAAuB;IAGf,KAAK,EAAE,MAAM;IAAS,SAAS,EAAE,kBAAkB;IAFtE,gBAAuB,IAAI,2BAA2B;gBAEnC,KAAK,EAAE,MAAM,EAAS,SAAS,EAAE,kBAAkB;CAGvE;AAED,qBAAa,iCAAiC;IAGzB,QAAQ,EAAE,MAAM;IAAS,QAAQ,EAAE,MAAM;IAF5D,gBAAuB,IAAI,yCAAyC;gBAEjD,QAAQ,EAAE,MAAM,EAAS,QAAQ,EAAE,MAAM;CAE7D;AAED,qBAAa,iCAAiC;IAGzB,QAAQ,EAAE,MAAM;IAAS,IAAI,EAAE,MAAM;IAAS,QAAQ;IAFzE,gBAAuB,IAAI,+CAA+C;gBAEvD,QAAQ,EAAE,MAAM,EAAS,IAAI,EAAE,MAAM,EAAS,QAAQ,UAAQ;CAElF;AAED,qBAAa,iBAAiB;IAGT,WAAW,EAAE,WAAW;IAF3C,gBAAuB,IAAI,+BAA+B;gBAEvC,WAAW,EAAE,WAAW;CAE5C;AAED,qBAAa,uBAAuB;IAEf,KAAK,EAAE,MAAM;IAAS,oBAAoB,EAAE,oBAAoB;IAAS,UAAU,EAAE,UAAU;IAAS,iBAAiB,EAAE,OAAO;IADrJ,gBAAuB,IAAI,qCAAqC;gBAC7C,KAAK,EAAE,MAAM,EAAS,oBAAoB,EAAE,oBAAoB,EAAS,UAAU,EAAE,UAAU,EAAS,iBAAiB,GAAE,OAAe;CAE9J;AAED,qBAAa,2BAA2B;IAEnB,KAAK,EAAE,MAAM;IAAS,UAAU,EAAE,UAAU;IAD/D,gBAAuB,IAAI,yCAAyC;gBACjD,KAAK,EAAE,MAAM,EAAS,UAAU,EAAE,UAAU;CAEhE"}
|
|
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "@ngxs/store";
|
|
3
3
|
export declare class LoginModule {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoginModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LoginModule, never, [typeof i1.ɵ
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoginModule, never, [typeof i1.ɵNgxsFeatureModule], never>;
|
|
6
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<LoginModule>;
|
|
7
7
|
}
|
|
8
8
|
//# sourceMappingURL=login.module.d.ts.map
|
|
@@ -4,7 +4,7 @@ import { StateContext, Store } from '@ngxs/store';
|
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { MessageBarService } from '../../components/message-bar/message-bar.service';
|
|
6
6
|
import { TfaSetupDto, UsersCloudServiceProxy } from '../../service-proxy/cloud-service-proxies';
|
|
7
|
-
import { AuthenticateResponseDto, AuthenticateResponseDtoHttpResponseData, BackofficeUserIdentityServiceProxy,
|
|
7
|
+
import { AuthenticateResponseDto, AuthenticateResponseDtoHttpResponseData, BackofficeUserIdentityServiceProxy, PasswordChangeType, UsersIdentityServiceProxy, ValidateActivationUserDtoHttpResponseData, Verify2FactorAuthResponsetDtoHttpResponseData } from '../../service-proxy/identity-service-proxies';
|
|
8
8
|
import { AppConfigService } from '../../services/app-config.service';
|
|
9
9
|
import { OpenIdAuthService } from '../../services/openid-auth.service';
|
|
10
10
|
import { RouteService } from '../../services/route.service';
|
|
@@ -12,7 +12,7 @@ import { SessionStorageService } from '../../services/session-storage.service';
|
|
|
12
12
|
import { StringMap } from '../../utils/lang.util';
|
|
13
13
|
import { AuthService } from '../auth/auth.service';
|
|
14
14
|
import { UserInfo } from '../auth/model/user-info.interface';
|
|
15
|
-
import { AccountSetPasswordAction, AuthenticateMultipleTenantsAction, BackofficeAutheticateAction, ForgotPasswordAction,
|
|
15
|
+
import { AccountSetPasswordAction, AuthenticateMultipleTenantsAction, BackofficeAutheticateAction, ForgotPasswordAction, OpenIdAutheticateAction, ValidateUserTokenAction, Verify2FactorAuthenticationAction } from './login.actions';
|
|
16
16
|
import { LoginService } from './login.service';
|
|
17
17
|
import * as i0 from "@angular/core";
|
|
18
18
|
export interface LoginStateModel {
|
|
@@ -37,9 +37,8 @@ export declare class LoginState {
|
|
|
37
37
|
private messageBarService;
|
|
38
38
|
private appConfig;
|
|
39
39
|
private routeService;
|
|
40
|
-
private mobileIdentityServiceProxy;
|
|
41
40
|
private messageOptions;
|
|
42
|
-
constructor(store: Store, usersCloudServiceProxy: UsersCloudServiceProxy, backofficeUserIdentityServiceProxy: BackofficeUserIdentityServiceProxy, openIdAuthService: OpenIdAuthService, usersIdentityServiceProxy: UsersIdentityServiceProxy, authService: AuthService, sessionStorageService: SessionStorageService, loginService: LoginService, translateService: TranslateService, msalService: MsalService, messageBarService: MessageBarService, appConfig: AppConfigService, routeService: RouteService
|
|
41
|
+
constructor(store: Store, usersCloudServiceProxy: UsersCloudServiceProxy, backofficeUserIdentityServiceProxy: BackofficeUserIdentityServiceProxy, openIdAuthService: OpenIdAuthService, usersIdentityServiceProxy: UsersIdentityServiceProxy, authService: AuthService, sessionStorageService: SessionStorageService, loginService: LoginService, translateService: TranslateService, msalService: MsalService, messageBarService: MessageBarService, appConfig: AppConfigService, routeService: RouteService);
|
|
43
42
|
static twoFactorSetupForUser(state: LoginStateModel): TfaSetupDto;
|
|
44
43
|
static tenantName(state: LoginStateModel): string;
|
|
45
44
|
static userInfo(state: LoginStateModel): UserInfo;
|
|
@@ -47,7 +46,6 @@ export declare class LoginState {
|
|
|
47
46
|
static accounts(state: LoginStateModel): AuthenticateResponseDto[];
|
|
48
47
|
static accountsMap(state: LoginStateModel): StringMap<AuthenticateResponseDto>;
|
|
49
48
|
onAuthenticateMultipleTenantsAction(ctx: StateContext<LoginStateModel>, { username, password }: AuthenticateMultipleTenantsAction): Observable<import("../../service-proxy/identity-service-proxies").AuthenticateResponseDtoListHttpResponseData>;
|
|
50
|
-
onMobileAuthenticateMultipleTenantsAction(ctx: StateContext<LoginStateModel>, { username, password, tenantName }: MobileAuthenticateMultipleTenantsAction): Observable<import("../../service-proxy/identity-service-proxies").Int32AuthenticateResponseDtoIDictionaryHttpResponseData>;
|
|
51
49
|
onForgotPassword(ctx: StateContext<LoginStateModel>, { email, tenantId }: ForgotPasswordAction): Observable<import("../../service-proxy/cloud-service-proxies").ObjectHttpResponseData>;
|
|
52
50
|
onForgotPasswordTenantless(ctx: StateContext<LoginStateModel>, { email }: ForgotPasswordAction): Observable<import("../../service-proxy/cloud-service-proxies").ObjectHttpResponseData>;
|
|
53
51
|
onAccountSetPasswordInitAction(ctx: StateContext<LoginStateModel>, { userInfo, componentType }: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"login.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/login/login.state.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAA2B,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAC3E,OAAO,EAAmB,UAAU,EAAmB,MAAM,MAAM,CAAC;AAEpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"login.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/login/login.state.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,10 +4,4 @@ export declare class ChangePasswordAction {
|
|
|
4
4
|
static readonly type = "[security] ChangePassword";
|
|
5
5
|
constructor(currentPassword: string, newPassword: string);
|
|
6
6
|
}
|
|
7
|
-
export declare class ChangePasswordMobileAction {
|
|
8
|
-
currentPassword: string;
|
|
9
|
-
newPassword: string;
|
|
10
|
-
static readonly type = "[security] ChangePasswordMobile";
|
|
11
|
-
constructor(currentPassword: string, newPassword: string);
|
|
12
|
-
}
|
|
13
7
|
//# sourceMappingURL=security.actions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security.actions.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/security/security.actions.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAGZ,eAAe,EAAE,MAAM;IAAS,WAAW,EAAE,MAAM;IAFtE,gBAAuB,IAAI,+BAA+B;gBAEvC,eAAe,EAAE,MAAM,EAAS,WAAW,EAAE,MAAM;CAEvE
|
|
1
|
+
{"version":3,"file":"security.actions.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/security/security.actions.ts"],"names":[],"mappings":"AAAA,qBAAa,oBAAoB;IAGZ,eAAe,EAAE,MAAM;IAAS,WAAW,EAAE,MAAM;IAFtE,gBAAuB,IAAI,+BAA+B;gBAEvC,eAAe,EAAE,MAAM,EAAS,WAAW,EAAE,MAAM;CAEvE"}
|
|
@@ -1,22 +1,17 @@
|
|
|
1
1
|
import { StateContext } from '@ngxs/store';
|
|
2
2
|
import { MessageBarService } from '../../components/message-bar/message-bar.service';
|
|
3
|
-
import {
|
|
3
|
+
import { UsersCloudServiceProxy } from './../../service-proxy/cloud-service-proxies';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export interface SecurityStateModel {
|
|
6
6
|
}
|
|
7
7
|
export declare class SecurityState {
|
|
8
8
|
private usersCloudServiceProxy;
|
|
9
9
|
private messageBarService;
|
|
10
|
-
|
|
11
|
-
constructor(usersCloudServiceProxy: UsersCloudServiceProxy, messageBarService: MessageBarService, mobileCloudServiceProxy: MobileCloudServiceProxy);
|
|
10
|
+
constructor(usersCloudServiceProxy: UsersCloudServiceProxy, messageBarService: MessageBarService);
|
|
12
11
|
onChangePasswordAction(ctx: StateContext<SecurityStateModel>, { currentPassword, newPassword }: {
|
|
13
12
|
currentPassword: any;
|
|
14
13
|
newPassword: any;
|
|
15
14
|
}): import("rxjs").Observable<import("./../../service-proxy/cloud-service-proxies").UserDtoHttpResponseData>;
|
|
16
|
-
onChangePasswordMobileAction(ctx: StateContext<SecurityStateModel>, { currentPassword, newPassword }: {
|
|
17
|
-
currentPassword: any;
|
|
18
|
-
newPassword: any;
|
|
19
|
-
}): import("rxjs").Observable<import("./../../service-proxy/cloud-service-proxies").UserDtoHttpResponseData>;
|
|
20
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityState, never>;
|
|
21
16
|
static ɵprov: i0.ɵɵInjectableDeclaration<SecurityState>;
|
|
22
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"security.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/security/security.state.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,YAAY,EAAE,MAAM,aAAa,CAAC;AAE1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"security.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/security/security.state.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,YAAY,EAAE,MAAM,aAAa,CAAC;AAE1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAGrF,OAAO,EAAE,sBAAsB,EAAyB,MAAM,6CAA6C,CAAC;;AAG5G,MAAM,WAAW,kBAAkB;CAClC;AAED,qBAIa,aAAa;IAEZ,OAAO,CAAC,sBAAsB;IAA0B,OAAO,CAAC,iBAAiB;gBAAzE,sBAAsB,EAAE,sBAAsB,EAAU,iBAAiB,EAAE,iBAAiB;IAIzG,sBAAsB,CAAC,GAAG,EAAE,YAAY,CAAC,kBAAkB,CAAC,EAAE,EAAE,eAAe,EAAE,WAAW,EAAE;;;KAAA;yCAN1F,aAAa;6CAAb,aAAa;CAkBzB"}
|
|
@@ -13,12 +13,6 @@ export declare class LoadSmartparksBasicAction {
|
|
|
13
13
|
static readonly type = "[smart-park] LoadSmartparksBasicAction";
|
|
14
14
|
constructor(appModule: AppModule, subModule?: SubModule);
|
|
15
15
|
}
|
|
16
|
-
export declare class LoadMobileSmartparksBasicAction {
|
|
17
|
-
appModule: AppModule;
|
|
18
|
-
subModule: SubModule;
|
|
19
|
-
static readonly type = "[smart-park] LoadMobileSmartparksBasicAction";
|
|
20
|
-
constructor(appModule: AppModule, subModule?: SubModule);
|
|
21
|
-
}
|
|
22
16
|
export declare class ClearSmartparksBasicAction {
|
|
23
17
|
static readonly type = "[smart-park] ClearSmartparksBasicAction";
|
|
24
18
|
constructor();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"smartpark.actions.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/smartparks/smartpark.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,YAAY,EAAE,eAAe,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,2CAA2C,CAAC;AAClI,OAAO,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"smartpark.actions.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/smartparks/smartpark.actions.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,13 +5,13 @@ import { MessageBarService } from '../../components/message-bar/message-bar.serv
|
|
|
5
5
|
import { IParkDetails } from '../../interfaces/park-details.interface';
|
|
6
6
|
import { Rpc } from '../../service-proxy';
|
|
7
7
|
import { BackofficeCloudServiceProxy, FacilityBasicDto, LicenseCloudServiceProxy, ObjectHttpResponseData, SmartparkCloudServiceProxy, SmartparkDto, SmartparkFilterOptionDto, SmartparkFilterOptionDtoIEnumerableHttpResponseData, SpAndSparkVersionsDto, VarDto } from '../../service-proxy/cloud-service-proxies';
|
|
8
|
-
import { FacilityIdentityServiceProxy,
|
|
8
|
+
import { FacilityIdentityServiceProxy, SmartparkBasicDto, SmartParkWrapperDto } from '../../service-proxy/identity-service-proxies';
|
|
9
9
|
import { FacilityRpcServiceProxy, IDeviceDto } from '../../service-proxy/rpc-service-proxies';
|
|
10
10
|
import { ExportFileService } from '../../services/export-file.service';
|
|
11
11
|
import { RevenueService } from '../../services/revenue.service';
|
|
12
12
|
import { RouteService } from '../../services/route.service';
|
|
13
13
|
import { StringMap } from '../../utils/lang.util';
|
|
14
|
-
import { ClearSmartparksBasicAction, DisconnectSmartParkAction, ExportPdfSmartparksTableAction, ExportSmartparkAction, LoadBackofficeSmartparksTableAction, LoadBackofficeVarByIdAction, LoadBackofficeVarsAction,
|
|
14
|
+
import { ClearSmartparksBasicAction, DisconnectSmartParkAction, ExportPdfSmartparksTableAction, ExportSmartparkAction, LoadBackofficeSmartparksTableAction, LoadBackofficeVarByIdAction, LoadBackofficeVarsAction, LoadSmartparksAction, LoadSmartparksBasicAction, LoadSmartparksDropdownAction, LoadSmartparksTableAction, LoadVarsAction, SelectParkAction, SelectSmartParkAction, SetSmartParkAction, SetSmartParkTableAction, SetSmartParkVersionsAction, SmartParkDeviceStatusChangedAction, SyncUsersAndRolesBySmartparkIdAction, UpdateSmartparkVarAction } from './smartpark.actions';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
export interface SmartparksStateModel {
|
|
17
17
|
smartparks: (SmartparkDto | SmartparkBasicDto)[];
|
|
@@ -42,10 +42,9 @@ export declare class SmartparkState {
|
|
|
42
42
|
private routeService;
|
|
43
43
|
private translateService;
|
|
44
44
|
private exportFileService;
|
|
45
|
-
private mobileIdentityServiceProxy;
|
|
46
45
|
private backofficeCloudServiceProxy;
|
|
47
46
|
private licenseCloudServiceProxy;
|
|
48
|
-
constructor(store: Store, revenueService: RevenueService, smartparkCloudServiceProxy: SmartparkCloudServiceProxy, facilityRpcServiceProxy: FacilityRpcServiceProxy, facilityIdentityServiceProxy: FacilityIdentityServiceProxy, deviceRpcServiceProxy: Rpc.DeviceRpcServiceProxy, messageBarService: MessageBarService, routeService: RouteService, translateService: TranslateService, exportFileService: ExportFileService,
|
|
47
|
+
constructor(store: Store, revenueService: RevenueService, smartparkCloudServiceProxy: SmartparkCloudServiceProxy, facilityRpcServiceProxy: FacilityRpcServiceProxy, facilityIdentityServiceProxy: FacilityIdentityServiceProxy, deviceRpcServiceProxy: Rpc.DeviceRpcServiceProxy, messageBarService: MessageBarService, routeService: RouteService, translateService: TranslateService, exportFileService: ExportFileService, backofficeCloudServiceProxy: BackofficeCloudServiceProxy, licenseCloudServiceProxy: LicenseCloudServiceProxy);
|
|
49
48
|
static parks(state: SmartparksStateModel): FacilityBasicDto[];
|
|
50
49
|
static selectedParkId(state: SmartparksStateModel): number;
|
|
51
50
|
static selectedParkDetails(state: SmartparksStateModel): IParkDetails;
|
|
@@ -65,7 +64,6 @@ export declare class SmartparkState {
|
|
|
65
64
|
static facilityTree(state: SmartparksStateModel): SmartparkFilterOptionDto[];
|
|
66
65
|
onLoadSmartparksAction(ctx: StateContext<SmartparksStateModel>, action: LoadSmartparksAction): Observable<import("../../service-proxy/cloud-service-proxies").SmartparkDtoIEnumerableHttpResponseData>;
|
|
67
66
|
onLoadSmartparksBasicAction(ctx: StateContext<SmartparksStateModel>, action: LoadSmartparksBasicAction): Observable<void>;
|
|
68
|
-
onLoadMobileSmartparksBasicAction(ctx: StateContext<SmartparksStateModel>, action: LoadMobileSmartparksBasicAction): Observable<void>;
|
|
69
67
|
onClearSmartparksBasicAction(ctx: StateContext<SmartparksStateModel>, _: ClearSmartparksBasicAction): void;
|
|
70
68
|
onLoadSmartparksTableAction(ctx: StateContext<SmartparksStateModel>, { filter }: LoadSmartparksTableAction): Observable<import("../../service-proxy/cloud-service-proxies").SmartparkDtoEntityWrapperDtoHttpResponseData>;
|
|
71
69
|
onLoadBackofficeSmartparksTableAction(ctx: StateContext<SmartparksStateModel>, { filter }: LoadBackofficeSmartparksTableAction): Observable<import("../../service-proxy/cloud-service-proxies").SmartparkDtoEntityWrapperDtoHttpResponseData>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"smartpark.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/smartparks/smartpark.state.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAA2B,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAE3E,OAAO,EAAiB,UAAU,EAAE,MAAM,MAAM,CAAC;AAIjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"smartpark.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/smartparks/smartpark.state.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,11 +4,6 @@ export declare class GetLogoAction {
|
|
|
4
4
|
static readonly type = "[logo] Get";
|
|
5
5
|
constructor(logo: GetLogoDto);
|
|
6
6
|
}
|
|
7
|
-
export declare class GetMobileLogoAction {
|
|
8
|
-
logo: GetLogoDto;
|
|
9
|
-
static readonly type = "[logo] Get Mobile Logo";
|
|
10
|
-
constructor(logo: GetLogoDto);
|
|
11
|
-
}
|
|
12
7
|
export declare class UploadLogoAction {
|
|
13
8
|
file: UploadLogoDto;
|
|
14
9
|
static readonly type = "[logo] Upload";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenant-logo.actions.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/tenant-logo/tenant-logo.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAErG,qBAAa,aAAa;IAGL,IAAI,EAAE,UAAU;IAFnC,gBAAuB,IAAI,gBAAgB;gBAExB,IAAI,EAAE,UAAU;CAEpC;AAED,qBAAa,
|
|
1
|
+
{"version":3,"file":"tenant-logo.actions.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/tenant-logo/tenant-logo.actions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAErG,qBAAa,aAAa;IAGL,IAAI,EAAE,UAAU;IAFnC,gBAAuB,IAAI,gBAAgB;gBAExB,IAAI,EAAE,UAAU;CAEpC;AAED,qBAAa,gBAAgB;IAGR,IAAI,EAAE,aAAa;IAFtC,gBAAuB,IAAI,mBAAmB;gBAE3B,IAAI,EAAE,aAAa;CAEvC;AAED,qBAAa,gBAAgB;IAGR,IAAI,EAAE,aAAa;IAFtC,gBAAuB,IAAI,mBAAmB;gBAE3B,IAAI,EAAE,aAAa;CAEvC;AAED,qBAAa,eAAe;IAC1B,gBAAuB,IAAI,kBAAkB;;CAI9C"}
|
|
@@ -2,8 +2,8 @@ import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
|
|
|
2
2
|
import { StateContext } from '@ngxs/store';
|
|
3
3
|
import { MessageBarService } from '../../components/message-bar/message-bar.service';
|
|
4
4
|
import { AssetCloudServiceProxy } from '../../service-proxy/cloud-service-proxies';
|
|
5
|
-
import { AssetIdentityServiceProxy
|
|
6
|
-
import { CleanLogoAction, DeleteLogoAction, GetLogoAction,
|
|
5
|
+
import { AssetIdentityServiceProxy } from '../../service-proxy/identity-service-proxies';
|
|
6
|
+
import { CleanLogoAction, DeleteLogoAction, GetLogoAction, UploadLogoAction } from './tenant-logo.actions';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export interface LogoStateModel {
|
|
9
9
|
image: SafeUrl;
|
|
@@ -14,11 +14,9 @@ export declare class LogoState {
|
|
|
14
14
|
private assetIdentityServiceProxy;
|
|
15
15
|
private domSanitizer;
|
|
16
16
|
private messageBarService;
|
|
17
|
-
|
|
18
|
-
constructor(assetCloudServiceProxy: AssetCloudServiceProxy, assetIdentityServiceProxy: AssetIdentityServiceProxy, domSanitizer: DomSanitizer, messageBarService: MessageBarService, mobileIdentityServiceProxy: MobileIdentityServiceProxy);
|
|
17
|
+
constructor(assetCloudServiceProxy: AssetCloudServiceProxy, assetIdentityServiceProxy: AssetIdentityServiceProxy, domSanitizer: DomSanitizer, messageBarService: MessageBarService);
|
|
19
18
|
static image(state: LogoStateModel): SafeUrl;
|
|
20
19
|
onGetLogoAction(ctx: StateContext<LogoStateModel>, action: GetLogoAction): import("rxjs").Observable<import("../../service-proxy/identity-service-proxies").LogoDtoHttpResponseData>;
|
|
21
|
-
onGetMobileLogoAction(ctx: StateContext<LogoStateModel>, action: GetMobileLogoAction): import("rxjs").Observable<import("../../service-proxy/identity-service-proxies").LogoDtoHttpResponseData>;
|
|
22
20
|
onUploadLogoAction(ctx: StateContext<LogoStateModel>, action: UploadLogoAction): import("rxjs").Observable<import("../../service-proxy/cloud-service-proxies").LogoDtoHttpResponseData>;
|
|
23
21
|
onDeleteLogoAction(ctx: StateContext<LogoStateModel>, action: DeleteLogoAction): import("rxjs").Observable<import("../../service-proxy/cloud-service-proxies").BooleanHttpResponseData>;
|
|
24
22
|
onCleanLogoAction(ctx: StateContext<LogoStateModel>): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tenant-logo.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/tenant-logo/tenant-logo.state.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAA2B,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"tenant-logo.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/tenant-logo/tenant-logo.state.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AAElE,OAAO,EAA2B,YAAY,EAAE,MAAM,aAAa,CAAC;AAEpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAErF,OAAO,EAAE,sBAAsB,EAA0B,MAAM,2CAA2C,CAAC;AAC3G,OAAO,EAAE,yBAAyB,EAAE,MAAM,8CAA8C,CAAC;AAEzF,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;;AAE3G,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,OAAO,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,qBAQa,SAAS;IAER,OAAO,CAAC,sBAAsB;IACxC,OAAO,CAAC,yBAAyB;IACjC,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,iBAAiB;gBAHP,sBAAsB,EAAE,sBAAsB,EACxD,yBAAyB,EAAE,yBAAyB,EACpD,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,iBAAiB;WAIhC,KAAK,CAAC,KAAK,EAAE,cAAc,GAAG,OAAO;IAKnD,eAAe,CAAC,GAAG,EAAE,YAAY,CAAC,cAAc,CAAC,EAAE,MAAM,EAAE,aAAa;IAQxE,kBAAkB,CAAC,GAAG,EAAE,YAAY,CAAC,cAAc,CAAC,EAAE,MAAM,EAAE,gBAAgB;IAe9E,kBAAkB,CAAC,GAAG,EAAE,YAAY,CAAC,cAAc,CAAC,EAAE,MAAM,EAAE,gBAAgB;IAc9E,iBAAiB,CAAC,GAAG,EAAE,YAAY,CAAC,cAAc,CAAC;IAMnD,OAAO,CAAC,eAAe;IAUX,SAAS,wBAA+B;yCAnEzC,SAAS;6CAAT,SAAS;CAoErB"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
2
|
import { StateContext, Store } from '@ngxs/store';
|
|
3
3
|
import { MessageBarService } from '../../components/message-bar/message-bar.service';
|
|
4
|
-
import { AlertPreferencesSettingsDto,
|
|
4
|
+
import { AlertPreferencesSettingsDto, NotificationPreferencesSettingsDto, UserDto, UsersCloudServiceProxy } from '../../service-proxy/cloud-service-proxies';
|
|
5
5
|
import { DateFormatSettingsDto } from '../../service-proxy/rpc-service-proxies';
|
|
6
6
|
import { AnalyticsService } from '../../services/analytics.service';
|
|
7
7
|
import { TenantService } from '../../services/tenant.service';
|
|
8
|
-
import { ChangeLanguageAction,
|
|
8
|
+
import { ChangeLanguageAction, ClearUserSettingsByCategoryAction, GetUserSettingsByCategoryAction, UpdateUserSettingsAction } from './user-settings.actions';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
export interface UserSettingsModel {
|
|
11
11
|
user: UserDto;
|
|
@@ -20,17 +20,14 @@ export declare class UserSettingsState {
|
|
|
20
20
|
private usersCloudServiceProxy;
|
|
21
21
|
private messageBarService;
|
|
22
22
|
private tenantService;
|
|
23
|
-
|
|
24
|
-
constructor(translateService: TranslateService, store: Store, analyticsService: AnalyticsService, usersCloudServiceProxy: UsersCloudServiceProxy, messageBarService: MessageBarService, tenantService: TenantService, mobileCloudServiceProxy: MobileCloudServiceProxy);
|
|
23
|
+
constructor(translateService: TranslateService, store: Store, analyticsService: AnalyticsService, usersCloudServiceProxy: UsersCloudServiceProxy, messageBarService: MessageBarService, tenantService: TenantService);
|
|
25
24
|
static alertsPreferences(state: UserSettingsModel): AlertPreferencesSettingsDto;
|
|
26
25
|
static notificationsPreferences(state: UserSettingsModel): NotificationPreferencesSettingsDto;
|
|
27
26
|
onGetUserSettingsByCategoryAction(ctx: StateContext<UserSettingsModel>, action: GetUserSettingsByCategoryAction): import("rxjs").Observable<import("../../service-proxy/cloud-service-proxies").ObjectHttpResponseData>;
|
|
28
27
|
onClearUserSettingsByCategoryAction(ctx: StateContext<UserSettingsModel>, action: ClearUserSettingsByCategoryAction): void;
|
|
29
28
|
private updateStateByCategory;
|
|
30
29
|
onUpdateUserSettings(ctx: StateContext<UserSettingsModel>, action: UpdateUserSettingsAction): import("rxjs").Observable<null>;
|
|
31
|
-
onUpdateUserSettingsMobileAction(ctx: StateContext<UserSettingsModel>, action: UpdateUserSettingsMobileAction): import("rxjs").Observable<null>;
|
|
32
30
|
onChangeLanguage(ctx: StateContext<UserSettingsModel>, action: ChangeLanguageAction): import("rxjs").Observable<null>;
|
|
33
|
-
onChangeMobileLanguageAction(ctx: StateContext<UserSettingsModel>, action: ChangeMobileLanguageAction): import("rxjs").Observable<null>;
|
|
34
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsState, never>;
|
|
35
32
|
static ɵprov: i0.ɵɵInjectableDeclaration<UserSettingsState>;
|
|
36
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-settings.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/user-settings/user-settings.state.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAA2B,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAG3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;
|
|
1
|
+
{"version":3,"file":"user-settings.state.d.ts","sourceRoot":"","sources":["../../../../../projects/client-shared-lib/src/libraries/modules/user-settings/user-settings.state.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAA2B,YAAY,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAG3E,OAAO,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AAErF,OAAO,EACL,2BAA2B,EAAmB,kCAAkC,EAC9D,OAAO,EAAE,sBAAsB,EAClD,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yCAAyC,CAAC;AAChF,OAAO,EAAE,gBAAgB,EAAE,MAAM,kCAAkC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAG9D,OAAO,EAAE,oBAAoB,EAAE,iCAAiC,EAAE,+BAA+B,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;;AAE7J,MAAM,WAAW,iBAAiB;IAChC,IAAI,EAAE,OAAO,CAAC;IACd,eAAe,EAAE,qBAAqB,CAAC;IACvC,iBAAiB,EAAE,2BAA2B,CAAC;IAC/C,wBAAwB,EAAE,kCAAkC,CAAC;CAC9D;AAED,qBAUa,iBAAiB;IAG1B,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,KAAK;IACb,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,sBAAsB;IAC9B,OAAO,CAAC,iBAAiB;IACzB,OAAO,CAAC,aAAa;gBALb,gBAAgB,EAAE,gBAAgB,EAClC,KAAK,EAAE,KAAK,EACZ,gBAAgB,EAAE,gBAAgB,EAClC,sBAAsB,EAAE,sBAAsB,EAC9C,iBAAiB,EAAE,iBAAiB,EACpC,aAAa,EAAE,aAAa;WAIxB,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,GAAG,2BAA2B;WAKxE,wBAAwB,CAAC,KAAK,EAAE,iBAAiB,GAAG,kCAAkC;IAKpG,iCAAiC,CAAC,GAAG,EAAE,YAAY,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,+BAA+B;IAO/G,mCAAmC,CAAC,GAAG,EAAE,YAAY,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,iCAAiC;IAenH,OAAO,CAAC,qBAAqB;IAYtB,oBAAoB,CAAC,GAAG,EAAE,YAAY,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,wBAAwB;IA0C3F,gBAAgB,CAAC,GAAG,EAAE,YAAY,CAAC,iBAAiB,CAAC,EAAE,MAAM,EAAE,oBAAoB;yCAlG/E,iBAAiB;6CAAjB,iBAAiB;CA0G7B"}
|
|
@@ -2,8 +2,5 @@ export * from './command-center-module.resolver';
|
|
|
2
2
|
export * from './config.resolver';
|
|
3
3
|
export * from './error-page.resolver';
|
|
4
4
|
export * from './localization.resolver';
|
|
5
|
-
export * from './mobile-command-center-module.resolver';
|
|
6
|
-
export * from './mobile-config.resolver';
|
|
7
|
-
export * from './mobile-version.resolver';
|
|
8
5
|
export * from './realtime.resolver';
|
|
9
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/client-shared-lib/src/libraries/resolvers/index.ts"],"names":[],"mappings":"AACA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../projects/client-shared-lib/src/libraries/resolvers/index.ts"],"names":[],"mappings":"AACA,cAAc,kCAAkC,CAAC;AACjD,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
|
|
@@ -300,6 +300,11 @@ export declare class ConfigurationCloudServiceProxy {
|
|
|
300
300
|
*/
|
|
301
301
|
getHealth(): Observable<CloudHealthDtoHttpResponseData>;
|
|
302
302
|
protected processGetHealth(response: HttpResponseBase): Observable<CloudHealthDtoHttpResponseData>;
|
|
303
|
+
/**
|
|
304
|
+
* @return Success
|
|
305
|
+
*/
|
|
306
|
+
getEnv(): Observable<CloudEnvDtoHttpResponseData>;
|
|
307
|
+
protected processGetEnv(response: HttpResponseBase): Observable<CloudEnvDtoHttpResponseData>;
|
|
303
308
|
/**
|
|
304
309
|
* @return Success
|
|
305
310
|
*/
|
|
@@ -580,65 +585,6 @@ export declare class LocalizationCloudServiceProxy {
|
|
|
580
585
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationCloudServiceProxy, [null, { optional: true; }]>;
|
|
581
586
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocalizationCloudServiceProxy>;
|
|
582
587
|
}
|
|
583
|
-
export declare class MobileCloudServiceProxy {
|
|
584
|
-
private http;
|
|
585
|
-
private baseUrl;
|
|
586
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
587
|
-
constructor(http: HttpClient, baseUrl?: string);
|
|
588
|
-
/**
|
|
589
|
-
* @return Success
|
|
590
|
-
*/
|
|
591
|
-
mobileGetTenantByNameV2(name: string | null, version: string): Observable<TenantDtoHttpResponseData>;
|
|
592
|
-
protected processMobileGetTenantByNameV2(response: HttpResponseBase): Observable<TenantDtoHttpResponseData>;
|
|
593
|
-
/**
|
|
594
|
-
* @return Success
|
|
595
|
-
*/
|
|
596
|
-
mobileGetAllLocalizationV2(version: string): Observable<LocalizationDtoIEnumerableHttpResponseData>;
|
|
597
|
-
protected processMobileGetAllLocalizationV2(response: HttpResponseBase): Observable<LocalizationDtoIEnumerableHttpResponseData>;
|
|
598
|
-
/**
|
|
599
|
-
* @param body (optional)
|
|
600
|
-
* @return Success
|
|
601
|
-
*/
|
|
602
|
-
mobileUpdateUserSettingsV2(version: string, body: SparkSettingsDto[] | undefined): Observable<SparkSettingsDtoHttpResponseData>;
|
|
603
|
-
protected processMobileUpdateUserSettingsV2(response: HttpResponseBase): Observable<SparkSettingsDtoHttpResponseData>;
|
|
604
|
-
/**
|
|
605
|
-
* @param body (optional)
|
|
606
|
-
* @return Success
|
|
607
|
-
*/
|
|
608
|
-
mobileUpdatePasswordV2(version: string, body: UserUpdatePasswordDto | undefined): Observable<UserDtoHttpResponseData>;
|
|
609
|
-
protected processMobileUpdatePasswordV2(response: HttpResponseBase): Observable<UserDtoHttpResponseData>;
|
|
610
|
-
/**
|
|
611
|
-
* @return Success
|
|
612
|
-
*/
|
|
613
|
-
mobileAuditLogoutV2(version: string): Observable<void>;
|
|
614
|
-
protected processMobileAuditLogoutV2(response: HttpResponseBase): Observable<void>;
|
|
615
|
-
/**
|
|
616
|
-
* @return Success
|
|
617
|
-
*/
|
|
618
|
-
mobileGetAllNotificationsV2(minutesAgo: number, version: string): Observable<StringNotificationDtoIEnumerableDictionaryHttpResponseData>;
|
|
619
|
-
protected processMobileGetAllNotificationsV2(response: HttpResponseBase): Observable<StringNotificationDtoIEnumerableDictionaryHttpResponseData>;
|
|
620
|
-
/**
|
|
621
|
-
* @return Success
|
|
622
|
-
*/
|
|
623
|
-
mobileGetAlertsAndNotificationsV2(minutesAgo: number, version: string): Observable<AlertsAndNotificationsDtoHttpResponseData>;
|
|
624
|
-
protected processMobileGetAlertsAndNotificationsV2(response: HttpResponseBase): Observable<AlertsAndNotificationsDtoHttpResponseData>;
|
|
625
|
-
/**
|
|
626
|
-
* @return Success
|
|
627
|
-
*/
|
|
628
|
-
mobileGetSparkVersionV2(version: string): Observable<VersionsDtoHttpResponseData>;
|
|
629
|
-
protected processMobileGetSparkVersionV2(response: HttpResponseBase): Observable<VersionsDtoHttpResponseData>;
|
|
630
|
-
/**
|
|
631
|
-
* @param permissionTypes (optional)
|
|
632
|
-
* @param accountId (optional)
|
|
633
|
-
* @param subAccountId (optional)
|
|
634
|
-
* @param validationTypeId (optional)
|
|
635
|
-
* @return Success
|
|
636
|
-
*/
|
|
637
|
-
validatePermissionsMobile(cloudFacilityId: number, permissionTypes: PermissionType[] | null | undefined, accountId: number | null | undefined, subAccountId: number | null | undefined, validationTypeId: number | null | undefined, version: string): Observable<UserValidatedPermissionTypesDtoHttpResponseData>;
|
|
638
|
-
protected processValidatePermissionsMobile(response: HttpResponseBase): Observable<UserValidatedPermissionTypesDtoHttpResponseData>;
|
|
639
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MobileCloudServiceProxy, [null, { optional: true; }]>;
|
|
640
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MobileCloudServiceProxy>;
|
|
641
|
-
}
|
|
642
588
|
export declare class MonitorCloudServiceProxy {
|
|
643
589
|
private http;
|
|
644
590
|
private baseUrl;
|
|
@@ -1188,6 +1134,19 @@ export declare class VendorCloudServiceProxy {
|
|
|
1188
1134
|
static ɵfac: i0.ɵɵFactoryDeclaration<VendorCloudServiceProxy, [null, { optional: true; }]>;
|
|
1189
1135
|
static ɵprov: i0.ɵɵInjectableDeclaration<VendorCloudServiceProxy>;
|
|
1190
1136
|
}
|
|
1137
|
+
export declare class AccountEntry implements IAccountEntry {
|
|
1138
|
+
name: string | undefined;
|
|
1139
|
+
subAccounts: SubAccountEntry[] | undefined;
|
|
1140
|
+
constructor(data?: IAccountEntry);
|
|
1141
|
+
init(_data?: any): void;
|
|
1142
|
+
static fromJS(data: any): AccountEntry;
|
|
1143
|
+
toJSON(data?: any): any;
|
|
1144
|
+
clone(): AccountEntry;
|
|
1145
|
+
}
|
|
1146
|
+
export interface IAccountEntry {
|
|
1147
|
+
name: string | undefined;
|
|
1148
|
+
subAccounts: SubAccountEntry[] | undefined;
|
|
1149
|
+
}
|
|
1191
1150
|
export declare enum ActionType {
|
|
1192
1151
|
None = 0,
|
|
1193
1152
|
Create = 1,
|
|
@@ -2172,6 +2131,36 @@ export declare class CheckApiKeyDto implements ICheckApiKeyDto {
|
|
|
2172
2131
|
export interface ICheckApiKeyDto {
|
|
2173
2132
|
apiKey: string | undefined;
|
|
2174
2133
|
}
|
|
2134
|
+
export declare class CloudEnvDto implements ICloudEnvDto {
|
|
2135
|
+
environment: string | undefined;
|
|
2136
|
+
constructor(data?: ICloudEnvDto);
|
|
2137
|
+
init(_data?: any): void;
|
|
2138
|
+
static fromJS(data: any): CloudEnvDto;
|
|
2139
|
+
toJSON(data?: any): any;
|
|
2140
|
+
clone(): CloudEnvDto;
|
|
2141
|
+
}
|
|
2142
|
+
export interface ICloudEnvDto {
|
|
2143
|
+
environment: string | undefined;
|
|
2144
|
+
}
|
|
2145
|
+
export declare class CloudEnvDtoHttpResponseData implements ICloudEnvDtoHttpResponseData {
|
|
2146
|
+
errorMessage: string | undefined;
|
|
2147
|
+
isSuccess: boolean;
|
|
2148
|
+
statusCode: HttpStatusCode;
|
|
2149
|
+
data: CloudEnvDto;
|
|
2150
|
+
successMessage: string | undefined;
|
|
2151
|
+
constructor(data?: ICloudEnvDtoHttpResponseData);
|
|
2152
|
+
init(_data?: any): void;
|
|
2153
|
+
static fromJS(data: any): CloudEnvDtoHttpResponseData;
|
|
2154
|
+
toJSON(data?: any): any;
|
|
2155
|
+
clone(): CloudEnvDtoHttpResponseData;
|
|
2156
|
+
}
|
|
2157
|
+
export interface ICloudEnvDtoHttpResponseData {
|
|
2158
|
+
errorMessage: string | undefined;
|
|
2159
|
+
isSuccess: boolean;
|
|
2160
|
+
statusCode: HttpStatusCode;
|
|
2161
|
+
data: CloudEnvDto;
|
|
2162
|
+
successMessage: string | undefined;
|
|
2163
|
+
}
|
|
2175
2164
|
export declare class CloudFacilityDto implements ICloudFacilityDto {
|
|
2176
2165
|
id: number;
|
|
2177
2166
|
cloudId: number;
|
|
@@ -3112,9 +3101,9 @@ export declare class FacilityAssignment implements IFacilityAssignment {
|
|
|
3112
3101
|
facilityTreeId: number;
|
|
3113
3102
|
permissions: PermissionType[] | undefined;
|
|
3114
3103
|
accounts: {
|
|
3115
|
-
[key: string]:
|
|
3104
|
+
[key: string]: AccountEntry;
|
|
3116
3105
|
} | undefined;
|
|
3117
|
-
validations:
|
|
3106
|
+
validations: ValidationEntry[] | undefined;
|
|
3118
3107
|
eCommerceAccounts: number[] | undefined;
|
|
3119
3108
|
isAllAccountsAllowed: boolean;
|
|
3120
3109
|
isAllValidationsAllowed: boolean;
|
|
@@ -3128,9 +3117,9 @@ export interface IFacilityAssignment {
|
|
|
3128
3117
|
facilityTreeId: number;
|
|
3129
3118
|
permissions: PermissionType[] | undefined;
|
|
3130
3119
|
accounts: {
|
|
3131
|
-
[key: string]:
|
|
3120
|
+
[key: string]: AccountEntry;
|
|
3132
3121
|
} | undefined;
|
|
3133
|
-
validations:
|
|
3122
|
+
validations: ValidationEntry[] | undefined;
|
|
3134
3123
|
eCommerceAccounts: number[] | undefined;
|
|
3135
3124
|
isAllAccountsAllowed: boolean;
|
|
3136
3125
|
isAllValidationsAllowed: boolean;
|
|
@@ -4538,6 +4527,13 @@ export interface IPingFederationSettings {
|
|
|
4538
4527
|
issuerUri: string | undefined;
|
|
4539
4528
|
userInfoUri: string | undefined;
|
|
4540
4529
|
}
|
|
4530
|
+
export declare enum PlatformType {
|
|
4531
|
+
None = 0,
|
|
4532
|
+
IOS = 1,
|
|
4533
|
+
Android = 2,
|
|
4534
|
+
Mail = 3,
|
|
4535
|
+
Web = 4
|
|
4536
|
+
}
|
|
4541
4537
|
export declare class PreferencesSettingDetailsDto implements IPreferencesSettingDetailsDto {
|
|
4542
4538
|
communicationChannel: {
|
|
4543
4539
|
[key: string]: boolean;
|
|
@@ -5705,29 +5701,6 @@ export interface IStringHttpResponseData {
|
|
|
5705
5701
|
data: string | undefined;
|
|
5706
5702
|
successMessage: string | undefined;
|
|
5707
5703
|
}
|
|
5708
|
-
export declare class StringNotificationDtoIEnumerableDictionaryHttpResponseData implements IStringNotificationDtoIEnumerableDictionaryHttpResponseData {
|
|
5709
|
-
errorMessage: string | undefined;
|
|
5710
|
-
isSuccess: boolean;
|
|
5711
|
-
statusCode: HttpStatusCode;
|
|
5712
|
-
data: {
|
|
5713
|
-
[key: string]: NotificationDto[];
|
|
5714
|
-
} | undefined;
|
|
5715
|
-
successMessage: string | undefined;
|
|
5716
|
-
constructor(data?: IStringNotificationDtoIEnumerableDictionaryHttpResponseData);
|
|
5717
|
-
init(_data?: any): void;
|
|
5718
|
-
static fromJS(data: any): StringNotificationDtoIEnumerableDictionaryHttpResponseData;
|
|
5719
|
-
toJSON(data?: any): any;
|
|
5720
|
-
clone(): StringNotificationDtoIEnumerableDictionaryHttpResponseData;
|
|
5721
|
-
}
|
|
5722
|
-
export interface IStringNotificationDtoIEnumerableDictionaryHttpResponseData {
|
|
5723
|
-
errorMessage: string | undefined;
|
|
5724
|
-
isSuccess: boolean;
|
|
5725
|
-
statusCode: HttpStatusCode;
|
|
5726
|
-
data: {
|
|
5727
|
-
[key: string]: NotificationDto[];
|
|
5728
|
-
} | undefined;
|
|
5729
|
-
successMessage: string | undefined;
|
|
5730
|
-
}
|
|
5731
5704
|
export declare class StringStringIDictionaryHttpResponseData implements IStringStringIDictionaryHttpResponseData {
|
|
5732
5705
|
errorMessage: string | undefined;
|
|
5733
5706
|
isSuccess: boolean;
|
|
@@ -5751,6 +5724,19 @@ export interface IStringStringIDictionaryHttpResponseData {
|
|
|
5751
5724
|
} | undefined;
|
|
5752
5725
|
successMessage: string | undefined;
|
|
5753
5726
|
}
|
|
5727
|
+
export declare class SubAccountEntry implements ISubAccountEntry {
|
|
5728
|
+
id: number;
|
|
5729
|
+
name: string | undefined;
|
|
5730
|
+
constructor(data?: ISubAccountEntry);
|
|
5731
|
+
init(_data?: any): void;
|
|
5732
|
+
static fromJS(data: any): SubAccountEntry;
|
|
5733
|
+
toJSON(data?: any): any;
|
|
5734
|
+
clone(): SubAccountEntry;
|
|
5735
|
+
}
|
|
5736
|
+
export interface ISubAccountEntry {
|
|
5737
|
+
id: number;
|
|
5738
|
+
name: string | undefined;
|
|
5739
|
+
}
|
|
5754
5740
|
export declare enum SubModule {
|
|
5755
5741
|
EValidation = 0,
|
|
5756
5742
|
Stickers = 1,
|
|
@@ -6328,6 +6314,7 @@ export declare class UpdateRoleCommand implements IUpdateRoleCommand {
|
|
|
6328
6314
|
moduleAssignments: ModuleAssignment[] | undefined;
|
|
6329
6315
|
facilityAssignments: FacilityAssignment[] | undefined;
|
|
6330
6316
|
id: number;
|
|
6317
|
+
removedFacilityAssignments: FacilityAssignment[] | undefined;
|
|
6331
6318
|
constructor(data?: IUpdateRoleCommand);
|
|
6332
6319
|
init(_data?: any): void;
|
|
6333
6320
|
static fromJS(data: any): UpdateRoleCommand;
|
|
@@ -6341,6 +6328,7 @@ export interface IUpdateRoleCommand {
|
|
|
6341
6328
|
moduleAssignments: ModuleAssignment[] | undefined;
|
|
6342
6329
|
facilityAssignments: FacilityAssignment[] | undefined;
|
|
6343
6330
|
id: number;
|
|
6331
|
+
removedFacilityAssignments: FacilityAssignment[] | undefined;
|
|
6344
6332
|
}
|
|
6345
6333
|
export declare class UpdateSelfValidationCommand implements IUpdateSelfValidationCommand {
|
|
6346
6334
|
cloudFacilityId: number;
|
|
@@ -6804,6 +6792,19 @@ export interface IValidateActivationUserDtoHttpResponseData {
|
|
|
6804
6792
|
data: ValidateActivationUserDto;
|
|
6805
6793
|
successMessage: string | undefined;
|
|
6806
6794
|
}
|
|
6795
|
+
export declare class ValidationEntry implements IValidationEntry {
|
|
6796
|
+
id: number;
|
|
6797
|
+
name: string | undefined;
|
|
6798
|
+
constructor(data?: IValidationEntry);
|
|
6799
|
+
init(_data?: any): void;
|
|
6800
|
+
static fromJS(data: any): ValidationEntry;
|
|
6801
|
+
toJSON(data?: any): any;
|
|
6802
|
+
clone(): ValidationEntry;
|
|
6803
|
+
}
|
|
6804
|
+
export interface IValidationEntry {
|
|
6805
|
+
id: number;
|
|
6806
|
+
name: string | undefined;
|
|
6807
|
+
}
|
|
6807
6808
|
export declare class VarDto implements IVarDto {
|
|
6808
6809
|
id: number;
|
|
6809
6810
|
name: string | undefined;
|
|
@@ -7100,7 +7101,8 @@ export declare enum VendorRoles {
|
|
|
7100
7101
|
Validation = 6,
|
|
7101
7102
|
General = 7,
|
|
7102
7103
|
EvCharge = 8,
|
|
7103
|
-
Account = 9
|
|
7104
|
+
Account = 9,
|
|
7105
|
+
TransactionSettlement = 10
|
|
7104
7106
|
}
|
|
7105
7107
|
export declare class VersionsDto implements IVersionsDto {
|
|
7106
7108
|
enabled: boolean;
|