@darraghor/nest-backend-libs 2.35.1 → 2.35.3
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/authorization/authz.module.js +1 -2
- package/dist/authorization/authz.module.js.map +1 -1
- package/dist/authorization/config/AuthConfigurationService.js +1 -2
- package/dist/authorization/config/AuthConfigurationService.js.map +1 -1
- package/dist/authorization/guards/ApiKeyAuthGuard.js +1 -2
- package/dist/authorization/guards/ApiKeyAuthGuard.js.map +1 -1
- package/dist/authorization/guards/ClaimsAuthorisationGuard.js +1 -2
- package/dist/authorization/guards/ClaimsAuthorisationGuard.js.map +1 -1
- package/dist/authorization/guards/DefaultAuthGuard.js +1 -2
- package/dist/authorization/guards/DefaultAuthGuard.js.map +1 -1
- package/dist/authorization/services/UserValidation.service.js +1 -2
- package/dist/authorization/services/UserValidation.service.js.map +1 -1
- package/dist/authorization/strategies/apikeystrategy.js +1 -2
- package/dist/authorization/strategies/apikeystrategy.js.map +1 -1
- package/dist/authorization/strategies/authzstrategy.js +1 -2
- package/dist/authorization/strategies/authzstrategy.js.map +1 -1
- package/dist/authzclient/AuthClientConfigurationService.js +1 -2
- package/dist/authzclient/AuthClientConfigurationService.js.map +1 -1
- package/dist/authzclient/authz-client.module.js +1 -2
- package/dist/authzclient/authz-client.module.js.map +1 -1
- package/dist/authzclient/authz.service.js +1 -2
- package/dist/authzclient/authz.service.js.map +1 -1
- package/dist/configuration/ValidatedConfigurationService.js +1 -2
- package/dist/configuration/ValidatedConfigurationService.js.map +1 -1
- package/dist/core-config/CoreConfig.module.js +1 -2
- package/dist/core-config/CoreConfig.module.js.map +1 -1
- package/dist/core-config/CoreConfigurationService.js +1 -2
- package/dist/core-config/CoreConfigurationService.js.map +1 -1
- package/dist/database-postgres/PostgresDatabase.module.js +1 -2
- package/dist/database-postgres/PostgresDatabase.module.js.map +1 -1
- package/dist/database-postgres/PostgresDatabaseConfigurationService.js +1 -2
- package/dist/database-postgres/PostgresDatabaseConfigurationService.js.map +1 -1
- package/dist/database-sqlite/SqliteDatabase.module.js +1 -2
- package/dist/database-sqlite/SqliteDatabase.module.js.map +1 -1
- package/dist/database-sqlite/SqliteDatabaseConfigurationService.js +1 -2
- package/dist/database-sqlite/SqliteDatabaseConfigurationService.js.map +1 -1
- package/dist/health/Health.controller.js +1 -2
- package/dist/health/Health.controller.js.map +1 -1
- package/dist/health/Health.module.js +1 -2
- package/dist/health/Health.module.js.map +1 -1
- package/dist/invitations/InvitationConfigurationService.js +1 -2
- package/dist/invitations/InvitationConfigurationService.js.map +1 -1
- package/dist/invitations/dto/create-invitation.dto.js.map +1 -1
- package/dist/invitations/entities/invitation.entity.js +1 -2
- package/dist/invitations/entities/invitation.entity.js.map +1 -1
- package/dist/invitations/invitation.controller.js +3 -12
- package/dist/invitations/invitation.controller.js.map +1 -1
- package/dist/invitations/invitation.module.js +1 -2
- package/dist/invitations/invitation.module.js.map +1 -1
- package/dist/invitations/invitation.service.js +1 -2
- package/dist/invitations/invitation.service.js.map +1 -1
- package/dist/logger/LoggingConfigurationService.js +1 -2
- package/dist/logger/LoggingConfigurationService.js.map +1 -1
- package/dist/logger/logger.module.js +1 -2
- package/dist/logger/logger.module.js.map +1 -1
- package/dist/organisation/dto/create-organisation.dto.js.map +1 -1
- package/dist/organisation/entities/member-role.entity.js +1 -2
- package/dist/organisation/entities/member-role.entity.js.map +1 -1
- package/dist/organisation/entities/organisation.entity.js +1 -2
- package/dist/organisation/entities/organisation.entity.js.map +1 -1
- package/dist/organisation/organisation.controller.js +1 -2
- package/dist/organisation/organisation.controller.js.map +1 -1
- package/dist/organisation/organisation.module.js +1 -2
- package/dist/organisation/organisation.module.js.map +1 -1
- package/dist/organisation/organisation.service.js +1 -2
- package/dist/organisation/organisation.service.js.map +1 -1
- package/dist/organisation-memberships/dtos/create-membership-dto.js.map +1 -1
- package/dist/organisation-memberships/entities/organisation-membership.entity.js +1 -2
- package/dist/organisation-memberships/entities/organisation-membership.entity.js.map +1 -1
- package/dist/organisation-memberships/organisation-memberships.controller.js +1 -2
- package/dist/organisation-memberships/organisation-memberships.controller.js.map +1 -1
- package/dist/organisation-memberships/organisation-memberships.module.js +1 -2
- package/dist/organisation-memberships/organisation-memberships.module.js.map +1 -1
- package/dist/organisation-memberships/organisation-memberships.service.js +1 -2
- package/dist/organisation-memberships/organisation-memberships.service.js.map +1 -1
- package/dist/organisation-subscriptions/all-subscriptions.controller.js +1 -2
- package/dist/organisation-subscriptions/all-subscriptions.controller.js.map +1 -1
- package/dist/organisation-subscriptions/entities/organisation-subscription.entity.js +1 -2
- package/dist/organisation-subscriptions/entities/organisation-subscription.entity.js.map +1 -1
- package/dist/organisation-subscriptions/models/fulfillSubscriptionDto.js.map +1 -1
- package/dist/organisation-subscriptions/organisation-subscriptions.controller.js +1 -2
- package/dist/organisation-subscriptions/organisation-subscriptions.controller.js.map +1 -1
- package/dist/organisation-subscriptions/organisation-subscriptions.module.js +1 -2
- package/dist/organisation-subscriptions/organisation-subscriptions.module.js.map +1 -1
- package/dist/organisation-subscriptions/organisation-subscriptions.service.js +1 -2
- package/dist/organisation-subscriptions/organisation-subscriptions.service.js.map +1 -1
- package/dist/organisation-subscriptions/sub-activation-queue.module.js +1 -2
- package/dist/organisation-subscriptions/sub-activation-queue.module.js.map +1 -1
- package/dist/payment-sessions/payment-session.controller.js +2 -5
- package/dist/payment-sessions/payment-session.controller.js.map +1 -1
- package/dist/payment-sessions/payment-session.entity.js +1 -2
- package/dist/payment-sessions/payment-session.entity.js.map +1 -1
- package/dist/payment-sessions/payment-session.module.js +1 -2
- package/dist/payment-sessions/payment-session.module.js.map +1 -1
- package/dist/payment-sessions/payment-session.service.js +1 -2
- package/dist/payment-sessions/payment-session.service.js.map +1 -1
- package/dist/root-app/SwaggerGen.js +1 -2
- package/dist/root-app/SwaggerGen.js.map +1 -1
- package/dist/root-app/app.controller.js +1 -2
- package/dist/root-app/app.controller.js.map +1 -1
- package/dist/root-app/app.service.js +1 -2
- package/dist/root-app/app.service.js.map +1 -1
- package/dist/root-app/core-app.module.js +1 -2
- package/dist/root-app/core-app.module.js.map +1 -1
- package/dist/root-app/models/QueueItemDto.js.map +1 -1
- package/dist/root-app/models/boolean-result.js.map +1 -1
- package/dist/root-app/notfound.interceptor.js +1 -2
- package/dist/root-app/notfound.interceptor.js.map +1 -1
- package/dist/runningCommandLine/CliCommandService.js +1 -2
- package/dist/runningCommandLine/CliCommandService.js.map +1 -1
- package/dist/runningCommandLine/RunningCommandLine.module.js +1 -2
- package/dist/runningCommandLine/RunningCommandLine.module.js.map +1 -1
- package/dist/smtp-email-client/EmailConfigurationService.js +1 -2
- package/dist/smtp-email-client/EmailConfigurationService.js.map +1 -1
- package/dist/smtp-email-client/email-client.service.js +1 -2
- package/dist/smtp-email-client/email-client.service.js.map +1 -1
- package/dist/smtp-email-client/email.controller.js +1 -2
- package/dist/smtp-email-client/email.controller.js.map +1 -1
- package/dist/smtp-email-client/email.entity.js +1 -2
- package/dist/smtp-email-client/email.entity.js.map +1 -1
- package/dist/smtp-email-client/smtp-email-client.module.js +1 -2
- package/dist/smtp-email-client/smtp-email-client.module.js.map +1 -1
- package/dist/smtp-email-client/smtp-email-handler.js +1 -2
- package/dist/smtp-email-client/smtp-email-handler.js.map +1 -1
- package/dist/stripe-client/StripeClientConfigurationService.js +1 -2
- package/dist/stripe-client/StripeClientConfigurationService.js.map +1 -1
- package/dist/stripe-client/controllers/stripe-checkout-controller.js +1 -2
- package/dist/stripe-client/controllers/stripe-checkout-controller.js.map +1 -1
- package/dist/stripe-client/controllers/stripe-customer-portal-controller.js +1 -2
- package/dist/stripe-client/controllers/stripe-customer-portal-controller.js.map +1 -1
- package/dist/stripe-client/controllers/stripe-events-controller.js +1 -2
- package/dist/stripe-client/controllers/stripe-events-controller.js.map +1 -1
- package/dist/stripe-client/controllers/stripe-unauthenticated-checkout-controller.js +1 -2
- package/dist/stripe-client/controllers/stripe-unauthenticated-checkout-controller.js.map +1 -1
- package/dist/stripe-client/controllers/stripe-webhook-controller.js +1 -2
- package/dist/stripe-client/controllers/stripe-webhook-controller.js.map +1 -1
- package/dist/stripe-client/entities/stripe-checkout-event.entity.js +1 -2
- package/dist/stripe-client/entities/stripe-checkout-event.entity.js.map +1 -1
- package/dist/stripe-client/models/StripeCheckoutLineItem.js.map +1 -1
- package/dist/stripe-client/models/StripeCheckoutSessionRequestDto.js.map +1 -1
- package/dist/stripe-client/models/StripeCheckoutSessionResponseDto.js.map +1 -1
- package/dist/stripe-client/models/StripeCustomerPortalRequestDto.js.map +1 -1
- package/dist/stripe-client/models/StripeCustomerPortalResponseDto.js.map +1 -1
- package/dist/stripe-client/services/auth-stripe-checkout.service.js +1 -2
- package/dist/stripe-client/services/auth-stripe-checkout.service.js.map +1 -1
- package/dist/stripe-client/services/queued-payment-event.handler.js +1 -2
- package/dist/stripe-client/services/queued-payment-event.handler.js.map +1 -1
- package/dist/stripe-client/services/stripe-checkout.service.js +1 -2
- package/dist/stripe-client/services/stripe-checkout.service.js.map +1 -1
- package/dist/stripe-client/services/stripe-webhook-handler.service.js +1 -2
- package/dist/stripe-client/services/stripe-webhook-handler.service.js.map +1 -1
- package/dist/stripe-client/stripe-account.module.js +1 -2
- package/dist/stripe-client/stripe-account.module.js.map +1 -1
- package/dist/super-powers/disabled-super-powers.service.js +1 -2
- package/dist/super-powers/disabled-super-powers.service.js.map +1 -1
- package/dist/super-powers/super-powers.controller.js +1 -2
- package/dist/super-powers/super-powers.controller.js.map +1 -1
- package/dist/super-powers/super-powers.module.js +1 -2
- package/dist/super-powers/super-powers.module.js.map +1 -1
- package/dist/super-powers/super-powers.service.js +1 -2
- package/dist/super-powers/super-powers.service.js.map +1 -1
- package/dist/twitter-client/TwitterClientConfigurationService.js +1 -2
- package/dist/twitter-client/TwitterClientConfigurationService.js.map +1 -1
- package/dist/twitter-client/services/twitter-client.service.js +1 -2
- package/dist/twitter-client/services/twitter-client.service.js.map +1 -1
- package/dist/twitter-client/twitter-account.module.js +1 -2
- package/dist/twitter-client/twitter-account.module.js.map +1 -1
- package/dist/user/dto/userResponseDto.js.map +1 -1
- package/dist/user/entities/user.entity.js +1 -2
- package/dist/user/entities/user.entity.js.map +1 -1
- package/dist/user/user-internal.module.js +1 -2
- package/dist/user/user-internal.module.js.map +1 -1
- package/dist/user/user.controller.js +1 -2
- package/dist/user/user.controller.js.map +1 -1
- package/dist/user/user.service.js +1 -2
- package/dist/user/user.service.js.map +1 -1
- package/dist/user-api-key/CreateApiKeyDto.js.map +1 -1
- package/dist/user-api-key/user-apikey.controller.js +1 -2
- package/dist/user-api-key/user-apikey.controller.js.map +1 -1
- package/dist/user-api-key/user-apikey.module.js +1 -2
- package/dist/user-api-key/user-apikey.module.js.map +1 -1
- package/dist/user-api-key/user-apikey.service.js +1 -2
- package/dist/user-api-key/user-apikey.service.js.map +1 -1
- package/dist/user-api-key/userApiKey.entity.js +1 -2
- package/dist/user-api-key/userApiKey.entity.js.map +1 -1
- package/package.json +18 -18
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-apikey.controller.js","sourceRoot":"","sources":["../../src/user-api-key/user-apikey.controller.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,EACH,UAAU,EACV,OAAO,EACP,IAAI,EACJ,KAAK,EACL,MAAM,EACN,SAAS,EACT,GAAG,EACH,IAAI,EACJ,GAAG,GACN,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACH,aAAa,EACb,aAAa,EACb,YAAY,EACZ,OAAO,GACV,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EAAC,aAAa,EAAC,MAAM,sCAAsC,CAAC;AACnE,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAC,iBAAiB,EAAC,MAAM,0BAA0B,CAAC;AAC3D,OAAO,eAAe,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAC,wBAAwB,EAAC,MAAM,qDAAqD,CAAC;AAC7F,OAAO,EAAC,gBAAgB,EAAC,MAAM,6CAA6C,CAAC;AAC7E,OAAO,EAAC,mBAAmB,EAAC,MAAM,0DAA0D,CAAC;AAMtF,
|
|
1
|
+
{"version":3,"file":"user-apikey.controller.js","sourceRoot":"","sources":["../../src/user-api-key/user-apikey.controller.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,7 +10,7 @@ import { UserApiKeyService } from "./user-apikey.service.js";
|
|
|
10
10
|
import { UserApiKeyController } from "./user-apikey.controller.js";
|
|
11
11
|
import { TypeOrmModule } from "@nestjs/typeorm";
|
|
12
12
|
import { UserApiKey } from "./userApiKey.entity.js";
|
|
13
|
-
let UserApiKeyModule = class UserApiKeyModule {
|
|
13
|
+
export let UserApiKeyModule = class UserApiKeyModule {
|
|
14
14
|
};
|
|
15
15
|
UserApiKeyModule = __decorate([
|
|
16
16
|
Module({
|
|
@@ -20,5 +20,4 @@ UserApiKeyModule = __decorate([
|
|
|
20
20
|
exports: [],
|
|
21
21
|
})
|
|
22
22
|
], UserApiKeyModule);
|
|
23
|
-
export { UserApiKeyModule };
|
|
24
23
|
//# sourceMappingURL=user-apikey.module.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-apikey.module.js","sourceRoot":"","sources":["../../src/user-api-key/user-apikey.module.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAC,kBAAkB,EAAC,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAC,iBAAiB,EAAC,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAC,oBAAoB,EAAC,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAQ3C,
|
|
1
|
+
{"version":3,"file":"user-apikey.module.js","sourceRoot":"","sources":["../../src/user-api-key/user-apikey.module.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACtC,OAAO,EAAC,kBAAkB,EAAC,MAAM,iCAAiC,CAAC;AACnE,OAAO,EAAC,iBAAiB,EAAC,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAC,oBAAoB,EAAC,MAAM,6BAA6B,CAAC;AACjE,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAQ3C,WAAM,gBAAgB,GAAtB,MAAM,gBAAgB;CAAG,CAAA;AAAnB,gBAAgB;IAN5B,MAAM,CAAC;QACJ,OAAO,EAAE,CAAC,aAAa,CAAC,UAAU,CAAC,CAAC,UAAU,CAAC,CAAC,EAAE,kBAAkB,CAAC;QACrE,WAAW,EAAE,CAAC,oBAAoB,CAAC;QACnC,SAAS,EAAE,CAAC,iBAAiB,CAAC;QAC9B,OAAO,EAAE,EAAE;KACd,CAAC;GACW,gBAAgB,CAAG"}
|
|
@@ -15,7 +15,7 @@ import { InjectRepository } from "@nestjs/typeorm";
|
|
|
15
15
|
import { nanoid } from "nanoid";
|
|
16
16
|
import { Repository } from "typeorm";
|
|
17
17
|
import { UserApiKey } from "./userApiKey.entity.js";
|
|
18
|
-
let UserApiKeyService = class UserApiKeyService {
|
|
18
|
+
export let UserApiKeyService = class UserApiKeyService {
|
|
19
19
|
repository;
|
|
20
20
|
// private readonly logger = new Logger(UserApiKeyService.name);
|
|
21
21
|
constructor(repository) {
|
|
@@ -85,5 +85,4 @@ UserApiKeyService = __decorate([
|
|
|
85
85
|
__param(0, InjectRepository(UserApiKey)),
|
|
86
86
|
__metadata("design:paramtypes", [Repository])
|
|
87
87
|
], UserApiKeyService);
|
|
88
|
-
export { UserApiKeyService };
|
|
89
88
|
//# sourceMappingURL=user-apikey.service.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-apikey.service.js","sourceRoot":"","sources":["../../src/user-api-key/user-apikey.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,EAAC,UAAU,EAAE,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAC,gBAAgB,EAAC,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AACnC,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAG3C,
|
|
1
|
+
{"version":3,"file":"user-apikey.service.js","sourceRoot":"","sources":["../../src/user-api-key/user-apikey.service.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,OAAO,EAAC,UAAU,EAAE,iBAAiB,EAAC,MAAM,gBAAgB,CAAC;AAC7D,OAAO,EAAC,gBAAgB,EAAC,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAC,UAAU,EAAC,MAAM,SAAS,CAAC;AACnC,OAAO,EAAC,UAAU,EAAC,MAAM,wBAAwB,CAAC;AAG3C,WAAM,iBAAiB,GAAvB,MAAM,iBAAiB;IAId;IAHZ,gEAAgE;IAChE,YAEY,UAAkC;QAAlC,eAAU,GAAV,UAAU,CAAwB;IAC3C,CAAC;IAEJ,KAAK,CAAC,aAAa,CAAC,IAAY;QAC5B,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;YACxB,KAAK,EAAE;gBACH,IAAI,EAAE,EAAC,IAAI,EAAC;aACf;SACJ,CAAC,CAAC;IACP,CAAC;IACD,KAAK,CAAC,YAAY,CAAC,MAAc;QAC7B,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;YACjC,KAAK,EAAE,EAAC,MAAM,EAAC;YACf,SAAS,EAAE;gBACP,IAAI,EAAE,IAAI;aACb;SACJ,CAAC,CAAC;IACP,CAAC;IACD;;;;OAIG;IACH,KAAK,CAAC,WAAW,CAAC,EAAU;QACxB,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;YACjC,KAAK,EAAE,EAAC,EAAE,EAAC;YACX,SAAS,EAAE;gBACP,IAAI,EAAE,IAAI;aACb;SACJ,CAAC,CAAC;IACP,CAAC;IAED,KAAK,CAAC,eAAe,CACjB,IAAY,EACZ,eAAuB;QAEvB,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YAC/C,IAAI;YACJ,IAAI,EAAE,EAAC,IAAI,EAAE,eAAe,EAAC;SAChC,CAAC,CAAC;QACH,IAAI,CAAC,UAAU,EAAE;YACb,MAAM,IAAI,iBAAiB,EAAE,CAAC;SACjC;QAED,UAAU,CAAC,MAAM,GAAG,OAAO,GAAG,MAAM,EAAE,CAAC;QAEvC,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5C,CAAC;IAED,KAAK,CAAC,SAAS,CACX,aAAqB,EACrB,WAAmB;QAEnB,MAAM,UAAU,GAAG,IAAI,UAAU,EAAE,CAAC;QACpC,UAAU,CAAC,WAAW,GAAG,WAAW,CAAC;QACrC,UAAU,CAAC,MAAM,GAAG,aAAa,CAAC;QAClC,UAAU,CAAC,MAAM,GAAG,OAAO,GAAG,MAAM,EAAE,CAAC;QAEvC,OAAO,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IAC5C,CAAC;IAED,KAAK,CAAC,MAAM,CAAC,IAAY,EAAE,eAAuB;QAC9C,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,UAAU,CAAC,SAAS,CAAC;YAC/C,IAAI;YACJ,IAAI,EAAE,EAAC,IAAI,EAAE,eAAe,EAAC;SAChC,CAAC,CAAC;QACH,IAAI,CAAC,UAAU,EAAE;YACb,MAAM,IAAI,iBAAiB,EAAE,CAAC;SACjC;QACD,kEAAkE;QAClE,MAAM,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ,CAAA;AA7EY,iBAAiB;IAD7B,UAAU,EAAE;IAIJ,WAAA,gBAAgB,CAAC,UAAU,CAAC,CAAA;qCACT,UAAU;GAJzB,iBAAiB,CA6E7B"}
|
|
@@ -10,7 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
import { ApiProperty } from "@nestjs/swagger";
|
|
11
11
|
import { Column, CreateDateColumn, Entity, Generated, Index, ManyToOne, PrimaryGeneratedColumn, RelationId, UpdateDateColumn, } from "typeorm";
|
|
12
12
|
import { User } from "../user/entities/user.entity.js";
|
|
13
|
-
let UserApiKey = class UserApiKey {
|
|
13
|
+
export let UserApiKey = class UserApiKey {
|
|
14
14
|
id;
|
|
15
15
|
uuid;
|
|
16
16
|
apiKey;
|
|
@@ -65,5 +65,4 @@ __decorate([
|
|
|
65
65
|
UserApiKey = __decorate([
|
|
66
66
|
Entity()
|
|
67
67
|
], UserApiKey);
|
|
68
|
-
export { UserApiKey };
|
|
69
68
|
//# sourceMappingURL=userApiKey.entity.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userApiKey.entity.js","sourceRoot":"","sources":["../../src/user-api-key/userApiKey.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EACH,MAAM,EACN,gBAAgB,EAChB,MAAM,EACN,SAAS,EACT,KAAK,EACL,SAAS,EACT,sBAAsB,EAEtB,UAAU,EACV,gBAAgB,GACnB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAC,IAAI,EAAC,MAAM,iCAAiC,CAAC;AAG9C,
|
|
1
|
+
{"version":3,"file":"userApiKey.entity.js","sourceRoot":"","sources":["../../src/user-api-key/userApiKey.entity.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EACH,MAAM,EACN,gBAAgB,EAChB,MAAM,EACN,SAAS,EACT,KAAK,EACL,SAAS,EACT,sBAAsB,EAEtB,UAAU,EACV,gBAAgB,GACnB,MAAM,SAAS,CAAC;AACjB,OAAO,EAAC,IAAI,EAAC,MAAM,iCAAiC,CAAC;AAG9C,WAAM,UAAU,GAAhB,MAAM,UAAU;IAGnB,EAAE,CAAU;IASL,IAAI,CAAU;IAGrB,MAAM,CAAU;IAGhB,WAAW,CAAU;IAGrB,IAAI,CAAkB;IAItB,MAAM,CAAU;IAIhB,WAAW,CAAQ;IAInB,UAAU,CAAQ;CACrB,CAAA;AA/BG;IAFC,sBAAsB,EAAE;IACxB,WAAW,EAAE;;sCACF;AASL;IAPN,MAAM,CAAC,MAAM,EAAE;QACZ,IAAI,EAAE,MAAM;QACZ,OAAO,EAAE,GAAG,EAAE,CAAC,oBAAoB;KACtC,CAAC;IACD,SAAS,CAAC,MAAM,CAAC;IACjB,WAAW,EAAE;IACb,KAAK,EAAE;;wCACa;AAGrB;IADC,WAAW,EAAE;;0CACE;AAGhB;IADC,WAAW,EAAE;;+CACO;AAGrB;IADC,SAAS,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC;;wCACA;AAItB;IAFC,WAAW,EAAE;IACb,UAAU,CAAC,CAAC,UAAsB,EAAE,EAAE,CAAC,UAAU,CAAC,IAAI,CAAC;;0CACxC;AAIhB;IAFC,gBAAgB,EAAE;IAClB,WAAW,EAAE;8BACA,IAAI;+CAAC;AAInB;IAFC,gBAAgB,EAAE;IAClB,WAAW,EAAE;8BACD,IAAI;8CAAC;AAjCT,UAAU;IADtB,MAAM,EAAE;GACI,UAAU,CAkCtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darraghor/nest-backend-libs",
|
|
3
|
-
"version": "2.35.
|
|
3
|
+
"version": "2.35.3",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"description": "Some helpers for personal projects in nestjs",
|
|
6
6
|
"homepage": "https://github.com/darraghoriordan/nest-backend-libs",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://github.com/darraghoriordan/nest-backend-libs"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": ">=
|
|
13
|
+
"node": ">=v18.17.0"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"dist",
|
|
@@ -69,18 +69,18 @@
|
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@nestjs/axios": "3.0.0",
|
|
71
71
|
"@nestjs/bull": "10.0.1",
|
|
72
|
-
"@nestjs/cache-manager": "2.0
|
|
73
|
-
"@nestjs/common": "10.
|
|
72
|
+
"@nestjs/cache-manager": "2.1.0",
|
|
73
|
+
"@nestjs/common": "10.1.3",
|
|
74
74
|
"@nestjs/config": "3.0.0",
|
|
75
|
-
"@nestjs/core": "10.
|
|
76
|
-
"@nestjs/microservices": "10.
|
|
75
|
+
"@nestjs/core": "10.1.3",
|
|
76
|
+
"@nestjs/microservices": "10.1.3",
|
|
77
77
|
"@nestjs/passport": "10.0.0",
|
|
78
|
-
"@nestjs/platform-express": "10.
|
|
78
|
+
"@nestjs/platform-express": "10.1.3",
|
|
79
79
|
"@nestjs/swagger": "7.1.6",
|
|
80
80
|
"@nestjs/terminus": "10.0.1",
|
|
81
81
|
"@nestjs/typeorm": "10.0.0",
|
|
82
82
|
"add": "2.0.6",
|
|
83
|
-
"auth0": "3.
|
|
83
|
+
"auth0": "3.6.0",
|
|
84
84
|
"bull": "4.10.4",
|
|
85
85
|
"cache-manager": "5.2.3",
|
|
86
86
|
"cache-manager-redis-yet": "4.1.2",
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
"passport-headerapikey": "1.2.2",
|
|
99
99
|
"passport-jwt": "4.0.1",
|
|
100
100
|
"pino-http": "8.3.3",
|
|
101
|
-
"pino-pretty": "10.0
|
|
101
|
+
"pino-pretty": "10.2.0",
|
|
102
102
|
"redis": "4.6.7",
|
|
103
103
|
"reflect-metadata": "0.1.13",
|
|
104
104
|
"rimraf": "5.0.1",
|
|
105
105
|
"rxjs": "7.8.1",
|
|
106
|
-
"stripe": "12.
|
|
106
|
+
"stripe": "12.16.0",
|
|
107
107
|
"swagger-ui-express": "5.0.0",
|
|
108
108
|
"twitter-api-v2": "1.15.1",
|
|
109
109
|
"typeorm": "0.3.17"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@commitlint/cli": "17.6.7",
|
|
113
113
|
"@commitlint/config-conventional": "17.6.7",
|
|
114
|
-
"@darraghor/eslint-plugin-nestjs-typed": "
|
|
114
|
+
"@darraghor/eslint-plugin-nestjs-typed": "4.0.2",
|
|
115
115
|
"@nestjs/cli": "10.1.11",
|
|
116
116
|
"@nestjs/schematics": "^10.0.1",
|
|
117
117
|
"@semantic-release/changelog": "6.0.3",
|
|
@@ -123,22 +123,22 @@
|
|
|
123
123
|
"@types/nodemailer": "6.4.9",
|
|
124
124
|
"@types/passport-jwt": "3.0.9",
|
|
125
125
|
"@types/supertest": "2.0.12",
|
|
126
|
-
"@typescript-eslint/eslint-plugin": "
|
|
127
|
-
"@typescript-eslint/parser": "
|
|
126
|
+
"@typescript-eslint/eslint-plugin": "6.2.1",
|
|
127
|
+
"@typescript-eslint/parser": "6.2.1",
|
|
128
128
|
"copyfiles": "2.4.1",
|
|
129
|
-
"eslint": "8.
|
|
130
|
-
"eslint-config-prettier": "8.
|
|
129
|
+
"eslint": "8.46.0",
|
|
130
|
+
"eslint-config-prettier": "8.10.0",
|
|
131
131
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
132
132
|
"eslint-plugin-jest": "27.2.3",
|
|
133
133
|
"eslint-plugin-jsdoc": "46.4.5",
|
|
134
134
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
135
135
|
"eslint-plugin-promise": "6.1.1",
|
|
136
136
|
"eslint-plugin-sonarjs": "0.19.0",
|
|
137
|
-
"eslint-plugin-unicorn": "
|
|
137
|
+
"eslint-plugin-unicorn": "48.0.1",
|
|
138
138
|
"husky": "8.0.3",
|
|
139
139
|
"jest": "29.6.2",
|
|
140
140
|
"jest-create-mock-instance": "2.0.0",
|
|
141
|
-
"knip": "2.
|
|
141
|
+
"knip": "2.17.3",
|
|
142
142
|
"lint-staged": "13.2.3",
|
|
143
143
|
"prettier": "3.0.1",
|
|
144
144
|
"semantic-release": "21.0.7",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"ts-loader": "9.4.4",
|
|
147
147
|
"ts-node": "10.9.1",
|
|
148
148
|
"tsconfig-paths": "4.2.0",
|
|
149
|
-
"typescript": "
|
|
149
|
+
"typescript": "5.1.6"
|
|
150
150
|
},
|
|
151
151
|
"lint-staged": {
|
|
152
152
|
"*.ts": "eslint --cache --fix",
|