|
20 | 20 | "@baseplate-dev/fastify-generators#core/app-module:module-feature:d2gEAaWMHAeL": "src/modules/storage/index.ts", |
21 | 21 | "@baseplate-dev/fastify-generators#core/app-module:module-feature:NAlTJq_VdqWk": "src/modules/accounts/auth/index.ts", |
22 | 22 | "@baseplate-dev/fastify-generators#core/app-module:module-feature:oULnLSaFWNwh": "src/modules/accounts/index.ts", |
| 23 | + "@baseplate-dev/fastify-generators#core/app-module:module-feature:QL2I7hoOmjBW": "src/modules/billing/index.ts", |
23 | 24 | "@baseplate-dev/fastify-generators#core/app-module:module-feature:uLSMKuAlLWix": "src/modules/accounts/users/index.ts", |
24 | 25 | "@baseplate-dev/fastify-generators#core/app-module:module-graphql": "src/modules/graphql/index.ts", |
25 | 26 | "@baseplate-dev/fastify-generators#core/app-module:module-root": "src/modules/index.ts", |
|
54 | 55 | "@baseplate-dev/fastify-generators#pothos/pothos-auth:field-authorize-plugin": "src/plugins/graphql/FieldAuthorizePlugin/index.ts", |
55 | 56 | "@baseplate-dev/fastify-generators#pothos/pothos-auth:field-authorize-types": "src/plugins/graphql/FieldAuthorizePlugin/types.ts", |
56 | 57 | "@baseplate-dev/fastify-generators#pothos/pothos-enums-file:feature:5yQn3gjSzKEB-enums": "src/modules/todos/schema/enums.ts", |
| 58 | + "@baseplate-dev/fastify-generators#pothos/pothos-enums-file:feature:QL2I7hoOmjBW-enums": "src/modules/billing/schema/enums.ts", |
57 | 59 | "@baseplate-dev/fastify-generators#pothos/pothos-prisma:pothos-prisma-types": "src/generated/prisma/pothos-prisma-types.ts", |
58 | 60 | "@baseplate-dev/fastify-generators#pothos/pothos-scalar:date": "src/modules/graphql/scalars/date.ts", |
59 | 61 | "@baseplate-dev/fastify-generators#pothos/pothos-scalar:date-time": "src/modules/graphql/scalars/date-time.ts", |
|
121 | 123 | "@baseplate-dev/plugin-observability#core/fastify-sentry:instrument": "src/instrument.ts", |
122 | 124 | "@baseplate-dev/plugin-observability#core/fastify-sentry:sentry": "src/services/sentry.ts", |
123 | 125 | "@baseplate-dev/plugin-observability#pothos/pothos-sentry:use-sentry": "src/plugins/graphql/use-sentry.ts", |
124 | | - "@baseplate-dev/plugin-payments#stripe/fastify-stripe:plugins-webhook": "src/plugins/stripe-webhook.ts", |
125 | | - "@baseplate-dev/plugin-payments#stripe/fastify-stripe:plugins-webhook-test": "src/plugins/stripe-webhook.int.test.ts", |
| 126 | + "@baseplate-dev/plugin-payments#stripe/billing-module:billing-config": "src/modules/billing/services/billing-config.ts", |
| 127 | + "@baseplate-dev/plugin-payments#stripe/billing-module:billing-service": "src/modules/billing/services/billing.service.ts", |
| 128 | + "@baseplate-dev/plugin-payments#stripe/billing-webhook:plugins-webhook": "src/plugins/stripe-webhook.ts", |
| 129 | + "@baseplate-dev/plugin-payments#stripe/billing-webhook:service-event-handlers": "src/services/stripe-event-handlers.ts", |
126 | 130 | "@baseplate-dev/plugin-payments#stripe/fastify-stripe:service": "src/services/stripe.ts", |
127 | | - "@baseplate-dev/plugin-payments#stripe/fastify-stripe:service-events": "src/services/stripe-events.ts", |
128 | 131 | "@baseplate-dev/plugin-queue#bullmq/core/bullmq:bullmq-plugin": "src/plugins/bullmq.plugin.ts", |
129 | 132 | "@baseplate-dev/plugin-queue#bullmq/core/bullmq:bullmq-service": "src/services/bullmq.service.ts", |
130 | 133 | "@baseplate-dev/plugin-queue#bullmq/core/bullmq:run-workers": "src/scripts/run-workers.ts", |
|
0 commit comments