@punks/backend-entity-manager 0.0.305 → 0.0.307
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/cjs/index.js +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/platforms/nest/plugins/jobs/aws-batch/models/index.d.ts +5 -0
- package/dist/cjs/types/platforms/nest/session/index.d.ts +2 -0
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/platforms/nest/plugins/jobs/aws-batch/models/index.d.ts +5 -0
- package/dist/esm/types/platforms/nest/session/index.d.ts +2 -0
- package/dist/index.d.ts +22 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -40113,6 +40113,7 @@ let AwsBatchService = AwsBatchService_1 = class AwsBatchService {
|
|
|
40113
40113
|
? [clientBatch.PlatformCapability.EC2]
|
|
40114
40114
|
: [clientBatch.PlatformCapability.FARGATE],
|
|
40115
40115
|
containerProperties: {
|
|
40116
|
+
environment: definition.infrastructureParams.environmentVariables,
|
|
40116
40117
|
privileged: definition.infrastructureParams.privileged ?? false,
|
|
40117
40118
|
command: definition.invocationParams.startCommand,
|
|
40118
40119
|
image: definition.infrastructureParams.dockerImage,
|
|
@@ -43636,6 +43637,7 @@ exports.AUTHENTICATION_EVENTS_NAMESPACE = AUTHENTICATION_EVENTS_NAMESPACE;
|
|
|
43636
43637
|
exports.ApiKeyAccess = ApiKeyAccess;
|
|
43637
43638
|
exports.AppExceptionsFilterBase = AppExceptionsFilterBase;
|
|
43638
43639
|
exports.AppInMemorySettings = AppInMemorySettings;
|
|
43640
|
+
exports.AppSession = AppSession;
|
|
43639
43641
|
exports.Authenticated = Authenticated;
|
|
43640
43642
|
exports.AuthenticationEmailTemplates = AuthenticationEmailTemplates;
|
|
43641
43643
|
exports.AuthenticationError = AuthenticationError;
|
|
@@ -43730,5 +43732,6 @@ exports.getEntityManagerProviderToken = getEntityManagerProviderToken;
|
|
|
43730
43732
|
exports.getLocalizedText = getLocalizedText;
|
|
43731
43733
|
exports.newUuid = newUuid;
|
|
43732
43734
|
exports.renderHandlebarsTemplate = renderHandlebarsTemplate;
|
|
43735
|
+
exports.sessionStorage = sessionStorage;
|
|
43733
43736
|
exports.toEntitiesImportInput = toEntitiesImportInput;
|
|
43734
43737
|
//# sourceMappingURL=index.js.map
|