@tiba-spark/client-shared-lib 25.4.1-35 → 25.4.1-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.
- 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/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 +5 -78
- 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 +133 -790
- 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 +68 -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 +7 -27
- package/fesm2022/tiba-spark-client-shared-lib.mjs +1853 -3372
- 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/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 +3 -9
- 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 +35 -111
- 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
|
@@ -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,9 @@ export declare class ConfigurationCloudServiceProxy {
|
|
|
300
300
|
*/
|
|
301
301
|
getHealth(): Observable<CloudHealthDtoHttpResponseData>;
|
|
302
302
|
protected processGetHealth(response: HttpResponseBase): Observable<CloudHealthDtoHttpResponseData>;
|
|
303
|
+
/**
|
|
304
|
+
* @return Success
|
|
305
|
+
*/
|
|
303
306
|
getEnv(): Observable<CloudEnvDtoHttpResponseData>;
|
|
304
307
|
protected processGetEnv(response: HttpResponseBase): Observable<CloudEnvDtoHttpResponseData>;
|
|
305
308
|
/**
|
|
@@ -582,65 +585,6 @@ export declare class LocalizationCloudServiceProxy {
|
|
|
582
585
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizationCloudServiceProxy, [null, { optional: true; }]>;
|
|
583
586
|
static ɵprov: i0.ɵɵInjectableDeclaration<LocalizationCloudServiceProxy>;
|
|
584
587
|
}
|
|
585
|
-
export declare class MobileCloudServiceProxy {
|
|
586
|
-
private http;
|
|
587
|
-
private baseUrl;
|
|
588
|
-
protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
|
|
589
|
-
constructor(http: HttpClient, baseUrl?: string);
|
|
590
|
-
/**
|
|
591
|
-
* @return Success
|
|
592
|
-
*/
|
|
593
|
-
mobileGetTenantByNameV2(name: string | null, version: string): Observable<TenantDtoHttpResponseData>;
|
|
594
|
-
protected processMobileGetTenantByNameV2(response: HttpResponseBase): Observable<TenantDtoHttpResponseData>;
|
|
595
|
-
/**
|
|
596
|
-
* @return Success
|
|
597
|
-
*/
|
|
598
|
-
mobileGetAllLocalizationV2(version: string): Observable<LocalizationDtoIEnumerableHttpResponseData>;
|
|
599
|
-
protected processMobileGetAllLocalizationV2(response: HttpResponseBase): Observable<LocalizationDtoIEnumerableHttpResponseData>;
|
|
600
|
-
/**
|
|
601
|
-
* @param body (optional)
|
|
602
|
-
* @return Success
|
|
603
|
-
*/
|
|
604
|
-
mobileUpdateUserSettingsV2(version: string, body: SparkSettingsDto[] | undefined): Observable<SparkSettingsDtoHttpResponseData>;
|
|
605
|
-
protected processMobileUpdateUserSettingsV2(response: HttpResponseBase): Observable<SparkSettingsDtoHttpResponseData>;
|
|
606
|
-
/**
|
|
607
|
-
* @param body (optional)
|
|
608
|
-
* @return Success
|
|
609
|
-
*/
|
|
610
|
-
mobileUpdatePasswordV2(version: string, body: UserUpdatePasswordDto | undefined): Observable<UserDtoHttpResponseData>;
|
|
611
|
-
protected processMobileUpdatePasswordV2(response: HttpResponseBase): Observable<UserDtoHttpResponseData>;
|
|
612
|
-
/**
|
|
613
|
-
* @return Success
|
|
614
|
-
*/
|
|
615
|
-
mobileAuditLogoutV2(version: string): Observable<void>;
|
|
616
|
-
protected processMobileAuditLogoutV2(response: HttpResponseBase): Observable<void>;
|
|
617
|
-
/**
|
|
618
|
-
* @return Success
|
|
619
|
-
*/
|
|
620
|
-
mobileGetAllNotificationsV2(minutesAgo: number, version: string): Observable<StringNotificationDtoIEnumerableDictionaryHttpResponseData>;
|
|
621
|
-
protected processMobileGetAllNotificationsV2(response: HttpResponseBase): Observable<StringNotificationDtoIEnumerableDictionaryHttpResponseData>;
|
|
622
|
-
/**
|
|
623
|
-
* @return Success
|
|
624
|
-
*/
|
|
625
|
-
mobileGetAlertsAndNotificationsV2(minutesAgo: number, version: string): Observable<AlertsAndNotificationsDtoHttpResponseData>;
|
|
626
|
-
protected processMobileGetAlertsAndNotificationsV2(response: HttpResponseBase): Observable<AlertsAndNotificationsDtoHttpResponseData>;
|
|
627
|
-
/**
|
|
628
|
-
* @return Success
|
|
629
|
-
*/
|
|
630
|
-
mobileGetSparkVersionV2(version: string): Observable<VersionsDtoHttpResponseData>;
|
|
631
|
-
protected processMobileGetSparkVersionV2(response: HttpResponseBase): Observable<VersionsDtoHttpResponseData>;
|
|
632
|
-
/**
|
|
633
|
-
* @param permissionTypes (optional)
|
|
634
|
-
* @param accountId (optional)
|
|
635
|
-
* @param subAccountId (optional)
|
|
636
|
-
* @param validationTypeId (optional)
|
|
637
|
-
* @return Success
|
|
638
|
-
*/
|
|
639
|
-
validatePermissionsMobile(cloudFacilityId: number, permissionTypes: PermissionType[] | null | undefined, accountId: number | null | undefined, subAccountId: number | null | undefined, validationTypeId: number | null | undefined, version: string): Observable<UserValidatedPermissionTypesDtoHttpResponseData>;
|
|
640
|
-
protected processValidatePermissionsMobile(response: HttpResponseBase): Observable<UserValidatedPermissionTypesDtoHttpResponseData>;
|
|
641
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MobileCloudServiceProxy, [null, { optional: true; }]>;
|
|
642
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MobileCloudServiceProxy>;
|
|
643
|
-
}
|
|
644
588
|
export declare class MonitorCloudServiceProxy {
|
|
645
589
|
private http;
|
|
646
590
|
private baseUrl;
|
|
@@ -2187,6 +2131,36 @@ export declare class CheckApiKeyDto implements ICheckApiKeyDto {
|
|
|
2187
2131
|
export interface ICheckApiKeyDto {
|
|
2188
2132
|
apiKey: string | undefined;
|
|
2189
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
|
+
}
|
|
2190
2164
|
export declare class CloudFacilityDto implements ICloudFacilityDto {
|
|
2191
2165
|
id: number;
|
|
2192
2166
|
cloudId: number;
|
|
@@ -2292,34 +2266,6 @@ export interface ICloudHealthDtoHttpResponseData {
|
|
|
2292
2266
|
data: CloudHealthDto;
|
|
2293
2267
|
successMessage: string | undefined;
|
|
2294
2268
|
}
|
|
2295
|
-
export interface ICloudEnvDto {
|
|
2296
|
-
environment: string | undefined;
|
|
2297
|
-
}
|
|
2298
|
-
export declare class CloudEnvDto implements ICloudEnvDto {
|
|
2299
|
-
environment: string | undefined;
|
|
2300
|
-
constructor(data?: ICloudEnvDto);
|
|
2301
|
-
init(_data?: any): void;
|
|
2302
|
-
static fromJS(data: any): CloudEnvDto;
|
|
2303
|
-
toJSON(data?: any): any;
|
|
2304
|
-
}
|
|
2305
|
-
export interface ICloudEnvDtoHttpResponseData {
|
|
2306
|
-
errorMessage: string | undefined;
|
|
2307
|
-
isSuccess: boolean;
|
|
2308
|
-
statusCode: HttpStatusCode;
|
|
2309
|
-
data: CloudEnvDto;
|
|
2310
|
-
successMessage: string | undefined;
|
|
2311
|
-
}
|
|
2312
|
-
export declare class CloudEnvDtoHttpResponseData implements ICloudEnvDtoHttpResponseData {
|
|
2313
|
-
errorMessage: string | undefined;
|
|
2314
|
-
isSuccess: boolean;
|
|
2315
|
-
statusCode: HttpStatusCode;
|
|
2316
|
-
data: CloudEnvDto;
|
|
2317
|
-
successMessage: string | undefined;
|
|
2318
|
-
constructor(data?: ICloudEnvDtoHttpResponseData);
|
|
2319
|
-
init(_data?: any): void;
|
|
2320
|
-
static fromJS(data: any): CloudEnvDtoHttpResponseData;
|
|
2321
|
-
toJSON(data?: any): any;
|
|
2322
|
-
}
|
|
2323
2269
|
export declare class CoinDto implements ICoinDto {
|
|
2324
2270
|
value: number;
|
|
2325
2271
|
counter: number;
|
|
@@ -5748,29 +5694,6 @@ export interface IStringHttpResponseData {
|
|
|
5748
5694
|
data: string | undefined;
|
|
5749
5695
|
successMessage: string | undefined;
|
|
5750
5696
|
}
|
|
5751
|
-
export declare class StringNotificationDtoIEnumerableDictionaryHttpResponseData implements IStringNotificationDtoIEnumerableDictionaryHttpResponseData {
|
|
5752
|
-
errorMessage: string | undefined;
|
|
5753
|
-
isSuccess: boolean;
|
|
5754
|
-
statusCode: HttpStatusCode;
|
|
5755
|
-
data: {
|
|
5756
|
-
[key: string]: NotificationDto[];
|
|
5757
|
-
} | undefined;
|
|
5758
|
-
successMessage: string | undefined;
|
|
5759
|
-
constructor(data?: IStringNotificationDtoIEnumerableDictionaryHttpResponseData);
|
|
5760
|
-
init(_data?: any): void;
|
|
5761
|
-
static fromJS(data: any): StringNotificationDtoIEnumerableDictionaryHttpResponseData;
|
|
5762
|
-
toJSON(data?: any): any;
|
|
5763
|
-
clone(): StringNotificationDtoIEnumerableDictionaryHttpResponseData;
|
|
5764
|
-
}
|
|
5765
|
-
export interface IStringNotificationDtoIEnumerableDictionaryHttpResponseData {
|
|
5766
|
-
errorMessage: string | undefined;
|
|
5767
|
-
isSuccess: boolean;
|
|
5768
|
-
statusCode: HttpStatusCode;
|
|
5769
|
-
data: {
|
|
5770
|
-
[key: string]: NotificationDto[];
|
|
5771
|
-
} | undefined;
|
|
5772
|
-
successMessage: string | undefined;
|
|
5773
|
-
}
|
|
5774
5697
|
export declare class StringStringIDictionaryHttpResponseData implements IStringStringIDictionaryHttpResponseData {
|
|
5775
5698
|
errorMessage: string | undefined;
|
|
5776
5699
|
isSuccess: boolean;
|
|
@@ -7171,7 +7094,8 @@ export declare enum VendorRoles {
|
|
|
7171
7094
|
Validation = 6,
|
|
7172
7095
|
General = 7,
|
|
7173
7096
|
EvCharge = 8,
|
|
7174
|
-
Account = 9
|
|
7097
|
+
Account = 9,
|
|
7098
|
+
TransactionSettlement = 10
|
|
7175
7099
|
}
|
|
7176
7100
|
export declare class VersionsDto implements IVersionsDto {
|
|
7177
7101
|
enabled: boolean;
|