eservices-core 1.0.598 → 1.0.599
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/dist/frontend/core/index.d.ts +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
|
@@ -9,12 +9,13 @@ import { MasterEntity, MasterEntities } from "./types";
|
|
|
9
9
|
import StylesInterface from "./styles/types";
|
|
10
10
|
import { Values } from "./types";
|
|
11
11
|
import historyService, { IParsedHistoryResponse } from "./services/history-service";
|
|
12
|
+
import clientService from "./services/client-service";
|
|
12
13
|
import * as newImport from "./new/new-import";
|
|
13
14
|
import { MetadataStore, ComputedMetadata, prettifyValueByMetadata } from "./classes/MetadataStore";
|
|
14
15
|
import { NotificationType } from "./classes/NotificationSystem";
|
|
15
16
|
import { Metadata, MetadataField, MetadataResponse } from "./../../backend/src/types/main";
|
|
16
17
|
export { Metadata, MetadataResponse, MetadataField, MasterEntity, MasterEntities };
|
|
17
|
-
export { newImport, testTypes, MetadataStore, ComputedMetadata, prettifyValueByMetadata, NotificationType };
|
|
18
|
+
export { newImport, testTypes, MetadataStore, ComputedMetadata, prettifyValueByMetadata, NotificationType, clientService };
|
|
18
19
|
import { ICustomerContext, ApplicationType } from "./classes/ApplicationManager";
|
|
19
20
|
import { IActionExecuteResult, IValidationEffect, IActionResponse } from "./services/action-service";
|
|
20
21
|
import { IAffectedEntity } from "./hooks/use-form-action";
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* eservices-core v1.0.
|
|
2
|
+
* eservices-core v1.0.599
|
|
3
3
|
* (c) 2023 ESERVICES
|
|
4
4
|
*/
|
|
5
5
|
'use strict';
|
|
@@ -6152,6 +6152,7 @@ exports.actionService = ActionService;
|
|
|
6152
6152
|
exports.authService = authService;
|
|
6153
6153
|
exports.billingService = billingService;
|
|
6154
6154
|
exports.clickOutside = clickOutside;
|
|
6155
|
+
exports.clientService = clientService;
|
|
6155
6156
|
exports.communicationService = communicationService;
|
|
6156
6157
|
exports.configurationService = configurationService;
|
|
6157
6158
|
exports.dataService = dataService;
|