@punks/backend-entity-manager 0.0.490 → 0.0.491
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CacheService } from "./cache";
|
|
2
2
|
import { EmailService } from "./email";
|
|
3
3
|
import { EventsService } from "./events";
|
|
4
|
-
import { DataExportService } from "./export";
|
|
4
|
+
import { DataExportService, DataSheetsExporterService } from "./export";
|
|
5
5
|
import { FilesManager } from "./files";
|
|
6
6
|
import { AppHashingService } from "./hashing";
|
|
7
7
|
import { EntityManagerService } from "./manager";
|
|
@@ -10,4 +10,4 @@ import { OperationLockService } from "./operations/operation-lock.service";
|
|
|
10
10
|
import { SecretsService } from "./secrets";
|
|
11
11
|
import { AppSessionService } from "./session";
|
|
12
12
|
import { TrackingService } from "./tracking";
|
|
13
|
-
export declare const Services: (typeof AppSessionService | typeof AppHashingService | typeof EntityManagerService | typeof MediaLibraryService | typeof OperationLockService | typeof EmailService | typeof DataExportService | typeof CacheService | typeof FilesManager | typeof EventsService | typeof TrackingService | typeof SecretsService)[];
|
|
13
|
+
export declare const Services: (typeof AppSessionService | typeof AppHashingService | typeof EntityManagerService | typeof MediaLibraryService | typeof OperationLockService | typeof EmailService | typeof DataExportService | typeof DataSheetsExporterService | typeof CacheService | typeof FilesManager | typeof EventsService | typeof TrackingService | typeof SecretsService)[];
|
package/dist/esm/index.js
CHANGED
|
@@ -24021,6 +24021,7 @@ const Services$1 = [
|
|
|
24021
24021
|
AppHashingService,
|
|
24022
24022
|
CacheService,
|
|
24023
24023
|
DataExportService,
|
|
24024
|
+
DataSheetsExporterService,
|
|
24024
24025
|
EntityManagerService,
|
|
24025
24026
|
EmailService,
|
|
24026
24027
|
EventsService,
|