@xemahq/platform-common 0.1.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/LICENSE +201 -0
- package/README.md +64 -0
- package/dist/index.d.ts +35 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +74 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/advisory-lock.d.ts +9 -0
- package/dist/lib/advisory-lock.d.ts.map +1 -0
- package/dist/lib/advisory-lock.js +25 -0
- package/dist/lib/advisory-lock.js.map +1 -0
- package/dist/lib/agent-session.types.d.ts +171 -0
- package/dist/lib/agent-session.types.d.ts.map +1 -0
- package/dist/lib/agent-session.types.js +156 -0
- package/dist/lib/agent-session.types.js.map +1 -0
- package/dist/lib/approval-mode.d.ts +9 -0
- package/dist/lib/approval-mode.d.ts.map +1 -0
- package/dist/lib/approval-mode.js +27 -0
- package/dist/lib/approval-mode.js.map +1 -0
- package/dist/lib/briefcase/index.d.ts +18 -0
- package/dist/lib/briefcase/index.d.ts.map +1 -0
- package/dist/lib/briefcase/index.js +72 -0
- package/dist/lib/briefcase/index.js.map +1 -0
- package/dist/lib/deliverable-output-contract.d.ts +87 -0
- package/dist/lib/deliverable-output-contract.d.ts.map +1 -0
- package/dist/lib/deliverable-output-contract.js +119 -0
- package/dist/lib/deliverable-output-contract.js.map +1 -0
- package/dist/lib/derive-required-workspace-slots.d.ts +12 -0
- package/dist/lib/derive-required-workspace-slots.d.ts.map +1 -0
- package/dist/lib/derive-required-workspace-slots.js +51 -0
- package/dist/lib/derive-required-workspace-slots.js.map +1 -0
- package/dist/lib/encryption.d.ts +5 -0
- package/dist/lib/encryption.d.ts.map +1 -0
- package/dist/lib/encryption.js +40 -0
- package/dist/lib/encryption.js.map +1 -0
- package/dist/lib/enums/artifact-versioning-mode.d.ts +6 -0
- package/dist/lib/enums/artifact-versioning-mode.d.ts.map +1 -0
- package/dist/lib/enums/artifact-versioning-mode.js +10 -0
- package/dist/lib/enums/artifact-versioning-mode.js.map +1 -0
- package/dist/lib/enums/index.d.ts +5 -0
- package/dist/lib/enums/index.d.ts.map +1 -0
- package/dist/lib/enums/index.js +21 -0
- package/dist/lib/enums/index.js.map +1 -0
- package/dist/lib/enums/llm-gateway.d.ts +19 -0
- package/dist/lib/enums/llm-gateway.d.ts.map +1 -0
- package/dist/lib/enums/llm-gateway.js +51 -0
- package/dist/lib/enums/llm-gateway.js.map +1 -0
- package/dist/lib/enums/scope-source.d.ts +24 -0
- package/dist/lib/enums/scope-source.d.ts.map +1 -0
- package/dist/lib/enums/scope-source.js +73 -0
- package/dist/lib/enums/scope-source.js.map +1 -0
- package/dist/lib/enums/webapp-studio.d.ts +20 -0
- package/dist/lib/enums/webapp-studio.d.ts.map +1 -0
- package/dist/lib/enums/webapp-studio.js +27 -0
- package/dist/lib/enums/webapp-studio.js.map +1 -0
- package/dist/lib/errors/pipeline-errors.d.ts +182 -0
- package/dist/lib/errors/pipeline-errors.d.ts.map +1 -0
- package/dist/lib/errors/pipeline-errors.js +323 -0
- package/dist/lib/errors/pipeline-errors.js.map +1 -0
- package/dist/lib/escape-for-prompt.d.ts +3 -0
- package/dist/lib/escape-for-prompt.d.ts.map +1 -0
- package/dist/lib/escape-for-prompt.js +28 -0
- package/dist/lib/escape-for-prompt.js.map +1 -0
- package/dist/lib/file-share-token.d.ts +25 -0
- package/dist/lib/file-share-token.d.ts.map +1 -0
- package/dist/lib/file-share-token.js +90 -0
- package/dist/lib/file-share-token.js.map +1 -0
- package/dist/lib/integration-webhooks/adapter-key.enum.d.ts +8 -0
- package/dist/lib/integration-webhooks/adapter-key.enum.d.ts.map +1 -0
- package/dist/lib/integration-webhooks/adapter-key.enum.js +12 -0
- package/dist/lib/integration-webhooks/adapter-key.enum.js.map +1 -0
- package/dist/lib/integration-webhooks/index.d.ts +5 -0
- package/dist/lib/integration-webhooks/index.d.ts.map +1 -0
- package/dist/lib/integration-webhooks/index.js +21 -0
- package/dist/lib/integration-webhooks/index.js.map +1 -0
- package/dist/lib/integration-webhooks/integration-provider.enum.d.ts +26 -0
- package/dist/lib/integration-webhooks/integration-provider.enum.d.ts.map +1 -0
- package/dist/lib/integration-webhooks/integration-provider.enum.js +30 -0
- package/dist/lib/integration-webhooks/integration-provider.enum.js.map +1 -0
- package/dist/lib/integration-webhooks/routes.d.ts +3 -0
- package/dist/lib/integration-webhooks/routes.d.ts.map +1 -0
- package/dist/lib/integration-webhooks/routes.js +6 -0
- package/dist/lib/integration-webhooks/routes.js.map +1 -0
- package/dist/lib/integration-webhooks/webhook-entity-kind.enum.d.ts +12 -0
- package/dist/lib/integration-webhooks/webhook-entity-kind.enum.d.ts.map +1 -0
- package/dist/lib/integration-webhooks/webhook-entity-kind.enum.js +16 -0
- package/dist/lib/integration-webhooks/webhook-entity-kind.enum.js.map +1 -0
- package/dist/lib/interaction-widgets/factories.d.ts +83 -0
- package/dist/lib/interaction-widgets/factories.d.ts.map +1 -0
- package/dist/lib/interaction-widgets/factories.js +173 -0
- package/dist/lib/interaction-widgets/factories.js.map +1 -0
- package/dist/lib/interaction-widgets/index.d.ts +4 -0
- package/dist/lib/interaction-widgets/index.d.ts.map +1 -0
- package/dist/lib/interaction-widgets/index.js +20 -0
- package/dist/lib/interaction-widgets/index.js.map +1 -0
- package/dist/lib/interaction-widgets/validation.d.ts +10 -0
- package/dist/lib/interaction-widgets/validation.d.ts.map +1 -0
- package/dist/lib/interaction-widgets/validation.js +214 -0
- package/dist/lib/interaction-widgets/validation.js.map +1 -0
- package/dist/lib/interaction-widgets/widget-types.d.ts +163 -0
- package/dist/lib/interaction-widgets/widget-types.d.ts.map +1 -0
- package/dist/lib/interaction-widgets/widget-types.js +22 -0
- package/dist/lib/interaction-widgets/widget-types.js.map +1 -0
- package/dist/lib/interactive-workspace-layout.d.ts +25 -0
- package/dist/lib/interactive-workspace-layout.d.ts.map +1 -0
- package/dist/lib/interactive-workspace-layout.js +56 -0
- package/dist/lib/interactive-workspace-layout.js.map +1 -0
- package/dist/lib/json-extraction.d.ts +2 -0
- package/dist/lib/json-extraction.d.ts.map +1 -0
- package/dist/lib/json-extraction.js +81 -0
- package/dist/lib/json-extraction.js.map +1 -0
- package/dist/lib/llm-stream/anthropic-adapter.d.ts +25 -0
- package/dist/lib/llm-stream/anthropic-adapter.d.ts.map +1 -0
- package/dist/lib/llm-stream/anthropic-adapter.js +278 -0
- package/dist/lib/llm-stream/anthropic-adapter.js.map +1 -0
- package/dist/lib/llm-stream/compaction.d.ts +16 -0
- package/dist/lib/llm-stream/compaction.d.ts.map +1 -0
- package/dist/lib/llm-stream/compaction.js +82 -0
- package/dist/lib/llm-stream/compaction.js.map +1 -0
- package/dist/lib/llm-stream/consume-stream.d.ts +17 -0
- package/dist/lib/llm-stream/consume-stream.d.ts.map +1 -0
- package/dist/lib/llm-stream/consume-stream.js +138 -0
- package/dist/lib/llm-stream/consume-stream.js.map +1 -0
- package/dist/lib/llm-stream/index.d.ts +6 -0
- package/dist/lib/llm-stream/index.d.ts.map +1 -0
- package/dist/lib/llm-stream/index.js +22 -0
- package/dist/lib/llm-stream/index.js.map +1 -0
- package/dist/lib/llm-stream/progress.d.ts +17 -0
- package/dist/lib/llm-stream/progress.d.ts.map +1 -0
- package/dist/lib/llm-stream/progress.js +12 -0
- package/dist/lib/llm-stream/progress.js.map +1 -0
- package/dist/lib/llm-stream/types.d.ts +56 -0
- package/dist/lib/llm-stream/types.d.ts.map +1 -0
- package/dist/lib/llm-stream/types.js +3 -0
- package/dist/lib/llm-stream/types.js.map +1 -0
- package/dist/lib/llm-stream-observer.d.ts +27 -0
- package/dist/lib/llm-stream-observer.d.ts.map +1 -0
- package/dist/lib/llm-stream-observer.js +55 -0
- package/dist/lib/llm-stream-observer.js.map +1 -0
- package/dist/lib/manifest/index.d.ts +5 -0
- package/dist/lib/manifest/index.d.ts.map +1 -0
- package/dist/lib/manifest/index.js +21 -0
- package/dist/lib/manifest/index.js.map +1 -0
- package/dist/lib/manifest/manifest.enums.d.ts +55 -0
- package/dist/lib/manifest/manifest.enums.d.ts.map +1 -0
- package/dist/lib/manifest/manifest.enums.js +278 -0
- package/dist/lib/manifest/manifest.enums.js.map +1 -0
- package/dist/lib/manifest/manifest.schema.d.ts +433 -0
- package/dist/lib/manifest/manifest.schema.d.ts.map +1 -0
- package/dist/lib/manifest/manifest.schema.js +327 -0
- package/dist/lib/manifest/manifest.schema.js.map +1 -0
- package/dist/lib/manifest/manifest.types.d.ts +146 -0
- package/dist/lib/manifest/manifest.types.d.ts.map +1 -0
- package/dist/lib/manifest/manifest.types.js +54 -0
- package/dist/lib/manifest/manifest.types.js.map +1 -0
- package/dist/lib/manifest/manifest.validation.d.ts +17 -0
- package/dist/lib/manifest/manifest.validation.d.ts.map +1 -0
- package/dist/lib/manifest/manifest.validation.js +353 -0
- package/dist/lib/manifest/manifest.validation.js.map +1 -0
- package/dist/lib/mcp-bridge-token.d.ts +63 -0
- package/dist/lib/mcp-bridge-token.d.ts.map +1 -0
- package/dist/lib/mcp-bridge-token.js +255 -0
- package/dist/lib/mcp-bridge-token.js.map +1 -0
- package/dist/lib/mcp-response-projection.d.ts +9 -0
- package/dist/lib/mcp-response-projection.d.ts.map +1 -0
- package/dist/lib/mcp-response-projection.js +57 -0
- package/dist/lib/mcp-response-projection.js.map +1 -0
- package/dist/lib/omit-undefined.d.ts +2 -0
- package/dist/lib/omit-undefined.d.ts.map +1 -0
- package/dist/lib/omit-undefined.js +9 -0
- package/dist/lib/omit-undefined.js.map +1 -0
- package/dist/lib/orval-client-config.d.ts +29 -0
- package/dist/lib/orval-client-config.d.ts.map +1 -0
- package/dist/lib/orval-client-config.js +30 -0
- package/dist/lib/orval-client-config.js.map +1 -0
- package/dist/lib/preview-token.d.ts +16 -0
- package/dist/lib/preview-token.d.ts.map +1 -0
- package/dist/lib/preview-token.js +71 -0
- package/dist/lib/preview-token.js.map +1 -0
- package/dist/lib/redaction/default-rules.d.ts +3 -0
- package/dist/lib/redaction/default-rules.d.ts.map +1 -0
- package/dist/lib/redaction/default-rules.js +66 -0
- package/dist/lib/redaction/default-rules.js.map +1 -0
- package/dist/lib/redaction/index.d.ts +5 -0
- package/dist/lib/redaction/index.d.ts.map +1 -0
- package/dist/lib/redaction/index.js +12 -0
- package/dist/lib/redaction/index.js.map +1 -0
- package/dist/lib/redaction/redaction-rule.d.ts +8 -0
- package/dist/lib/redaction/redaction-rule.d.ts.map +1 -0
- package/dist/lib/redaction/redaction-rule.js +3 -0
- package/dist/lib/redaction/redaction-rule.js.map +1 -0
- package/dist/lib/redaction/redaction.interceptor.d.ts +11 -0
- package/dist/lib/redaction/redaction.interceptor.d.ts.map +1 -0
- package/dist/lib/redaction/redaction.interceptor.js +41 -0
- package/dist/lib/redaction/redaction.interceptor.js.map +1 -0
- package/dist/lib/redaction/redaction.service.d.ts +9 -0
- package/dist/lib/redaction/redaction.service.d.ts.map +1 -0
- package/dist/lib/redaction/redaction.service.js +110 -0
- package/dist/lib/redaction/redaction.service.js.map +1 -0
- package/dist/lib/request-context.d.ts +34 -0
- package/dist/lib/request-context.d.ts.map +1 -0
- package/dist/lib/request-context.js +10 -0
- package/dist/lib/request-context.js.map +1 -0
- package/dist/lib/run-events/action-types.d.ts +40 -0
- package/dist/lib/run-events/action-types.d.ts.map +1 -0
- package/dist/lib/run-events/action-types.js +40 -0
- package/dist/lib/run-events/action-types.js.map +1 -0
- package/dist/lib/run-events/event-families.d.ts +96 -0
- package/dist/lib/run-events/event-families.d.ts.map +1 -0
- package/dist/lib/run-events/event-families.js +282 -0
- package/dist/lib/run-events/event-families.js.map +1 -0
- package/dist/lib/run-events/index.d.ts +7 -0
- package/dist/lib/run-events/index.d.ts.map +1 -0
- package/dist/lib/run-events/index.js +23 -0
- package/dist/lib/run-events/index.js.map +1 -0
- package/dist/lib/run-events/run-event.types.d.ts +60 -0
- package/dist/lib/run-events/run-event.types.d.ts.map +1 -0
- package/dist/lib/run-events/run-event.types.js +57 -0
- package/dist/lib/run-events/run-event.types.js.map +1 -0
- package/dist/lib/run-events/run-live-snapshot.types.d.ts +69 -0
- package/dist/lib/run-events/run-live-snapshot.types.d.ts.map +1 -0
- package/dist/lib/run-events/run-live-snapshot.types.js +17 -0
- package/dist/lib/run-events/run-live-snapshot.types.js.map +1 -0
- package/dist/lib/run-events/snapshot-reducer.d.ts +4 -0
- package/dist/lib/run-events/snapshot-reducer.d.ts.map +1 -0
- package/dist/lib/run-events/snapshot-reducer.js +313 -0
- package/dist/lib/run-events/snapshot-reducer.js.map +1 -0
- package/dist/lib/run-events/stream-contracts.d.ts +79 -0
- package/dist/lib/run-events/stream-contracts.d.ts.map +1 -0
- package/dist/lib/run-events/stream-contracts.js +27 -0
- package/dist/lib/run-events/stream-contracts.js.map +1 -0
- package/dist/lib/tag-taxonomy/concern-tags.d.ts +3 -0
- package/dist/lib/tag-taxonomy/concern-tags.d.ts.map +1 -0
- package/dist/lib/tag-taxonomy/concern-tags.js +26 -0
- package/dist/lib/tag-taxonomy/concern-tags.js.map +1 -0
- package/dist/lib/tag-taxonomy/index.d.ts +14 -0
- package/dist/lib/tag-taxonomy/index.d.ts.map +1 -0
- package/dist/lib/tag-taxonomy/index.js +59 -0
- package/dist/lib/tag-taxonomy/index.js.map +1 -0
- package/dist/lib/tag-taxonomy/lifecycle-tags.d.ts +3 -0
- package/dist/lib/tag-taxonomy/lifecycle-tags.d.ts.map +1 -0
- package/dist/lib/tag-taxonomy/lifecycle-tags.js +57 -0
- package/dist/lib/tag-taxonomy/lifecycle-tags.js.map +1 -0
- package/dist/lib/tag-taxonomy/stack-tags.d.ts +3 -0
- package/dist/lib/tag-taxonomy/stack-tags.d.ts.map +1 -0
- package/dist/lib/tag-taxonomy/stack-tags.js +26 -0
- package/dist/lib/tag-taxonomy/stack-tags.js.map +1 -0
- package/dist/lib/tag-taxonomy/team-tags.d.ts +3 -0
- package/dist/lib/tag-taxonomy/team-tags.d.ts.map +1 -0
- package/dist/lib/tag-taxonomy/team-tags.js +84 -0
- package/dist/lib/tag-taxonomy/team-tags.js.map +1 -0
- package/dist/lib/tag-taxonomy/types.d.ts +14 -0
- package/dist/lib/tag-taxonomy/types.d.ts.map +1 -0
- package/dist/lib/tag-taxonomy/types.js +3 -0
- package/dist/lib/tag-taxonomy/types.js.map +1 -0
- package/dist/lib/to-prisma-json.d.ts +6 -0
- package/dist/lib/to-prisma-json.d.ts.map +1 -0
- package/dist/lib/to-prisma-json.js +12 -0
- package/dist/lib/to-prisma-json.js.map +1 -0
- package/dist/lib/tool-usage-counter.d.ts +20 -0
- package/dist/lib/tool-usage-counter.d.ts.map +1 -0
- package/dist/lib/tool-usage-counter.js +50 -0
- package/dist/lib/tool-usage-counter.js.map +1 -0
- package/dist/lib/vote-feedback.d.ts +60 -0
- package/dist/lib/vote-feedback.d.ts.map +1 -0
- package/dist/lib/vote-feedback.js +57 -0
- package/dist/lib/vote-feedback.js.map +1 -0
- package/dist/lib/write-policy.d.ts +30 -0
- package/dist/lib/write-policy.d.ts.map +1 -0
- package/dist/lib/write-policy.js +54 -0
- package/dist/lib/write-policy.js.map +1 -0
- package/dist/lib/xema-path-builder.d.ts +7 -0
- package/dist/lib/xema-path-builder.d.ts.map +1 -0
- package/dist/lib/xema-path-builder.js +67 -0
- package/dist/lib/xema-path-builder.js.map +1 -0
- package/dist/nestjs/auth/auth-module-options.d.ts +16 -0
- package/dist/nestjs/auth/auth-module-options.d.ts.map +1 -0
- package/dist/nestjs/auth/auth-module-options.js +5 -0
- package/dist/nestjs/auth/auth-module-options.js.map +1 -0
- package/dist/nestjs/auth/auth.module.d.ts +7 -0
- package/dist/nestjs/auth/auth.module.d.ts.map +1 -0
- package/dist/nestjs/auth/auth.module.js +69 -0
- package/dist/nestjs/auth/auth.module.js.map +1 -0
- package/dist/nestjs/auth/configure-auth-middleware.d.ts +7 -0
- package/dist/nestjs/auth/configure-auth-middleware.d.ts.map +1 -0
- package/dist/nestjs/auth/configure-auth-middleware.js +30 -0
- package/dist/nestjs/auth/configure-auth-middleware.js.map +1 -0
- package/dist/nestjs/auth/index.d.ts +11 -0
- package/dist/nestjs/auth/index.d.ts.map +1 -0
- package/dist/nestjs/auth/index.js +36 -0
- package/dist/nestjs/auth/index.js.map +1 -0
- package/dist/nestjs/auth/internal-caller.guard.d.ts +6 -0
- package/dist/nestjs/auth/internal-caller.guard.d.ts.map +1 -0
- package/dist/nestjs/auth/internal-caller.guard.js +38 -0
- package/dist/nestjs/auth/internal-caller.guard.js.map +1 -0
- package/dist/nestjs/auth/org-claim.d.ts +13 -0
- package/dist/nestjs/auth/org-claim.d.ts.map +1 -0
- package/dist/nestjs/auth/org-claim.js +26 -0
- package/dist/nestjs/auth/org-claim.js.map +1 -0
- package/dist/nestjs/auth/org-role.d.ts +13 -0
- package/dist/nestjs/auth/org-role.d.ts.map +1 -0
- package/dist/nestjs/auth/org-role.guard.d.ts +9 -0
- package/dist/nestjs/auth/org-role.guard.d.ts.map +1 -0
- package/dist/nestjs/auth/org-role.guard.js +59 -0
- package/dist/nestjs/auth/org-role.guard.js.map +1 -0
- package/dist/nestjs/auth/org-role.js +75 -0
- package/dist/nestjs/auth/org-role.js.map +1 -0
- package/dist/nestjs/auth/service-actor.guard.d.ts +6 -0
- package/dist/nestjs/auth/service-actor.guard.d.ts.map +1 -0
- package/dist/nestjs/auth/service-actor.guard.js +49 -0
- package/dist/nestjs/auth/service-actor.guard.js.map +1 -0
- package/dist/nestjs/auth/service-token.guard.d.ts +16 -0
- package/dist/nestjs/auth/service-token.guard.d.ts.map +1 -0
- package/dist/nestjs/auth/service-token.guard.js +209 -0
- package/dist/nestjs/auth/service-token.guard.js.map +1 -0
- package/dist/nestjs/auth/token-class.guard.d.ts +9 -0
- package/dist/nestjs/auth/token-class.guard.d.ts.map +1 -0
- package/dist/nestjs/auth/token-class.guard.js +57 -0
- package/dist/nestjs/auth/token-class.guard.js.map +1 -0
- package/dist/nestjs/body-parsers.d.ts +7 -0
- package/dist/nestjs/body-parsers.d.ts.map +1 -0
- package/dist/nestjs/body-parsers.js +14 -0
- package/dist/nestjs/body-parsers.js.map +1 -0
- package/dist/nestjs/cors.config.d.ts +4 -0
- package/dist/nestjs/cors.config.d.ts.map +1 -0
- package/dist/nestjs/cors.config.js +74 -0
- package/dist/nestjs/cors.config.js.map +1 -0
- package/dist/nestjs/ctx.decorator.d.ts +3 -0
- package/dist/nestjs/ctx.decorator.d.ts.map +1 -0
- package/dist/nestjs/ctx.decorator.js +14 -0
- package/dist/nestjs/ctx.decorator.js.map +1 -0
- package/dist/nestjs/decorator-metadata.d.ts +6 -0
- package/dist/nestjs/decorator-metadata.d.ts.map +1 -0
- package/dist/nestjs/decorator-metadata.js +18 -0
- package/dist/nestjs/decorator-metadata.js.map +1 -0
- package/dist/nestjs/error-response.dto.d.ts +10 -0
- package/dist/nestjs/error-response.dto.d.ts.map +1 -0
- package/dist/nestjs/error-response.dto.js +46 -0
- package/dist/nestjs/error-response.dto.js.map +1 -0
- package/dist/nestjs/fetch-envelope.d.ts +5 -0
- package/dist/nestjs/fetch-envelope.d.ts.map +1 -0
- package/dist/nestjs/fetch-envelope.js +38 -0
- package/dist/nestjs/fetch-envelope.js.map +1 -0
- package/dist/nestjs/fetch-with-retry.d.ts +11 -0
- package/dist/nestjs/fetch-with-retry.d.ts.map +1 -0
- package/dist/nestjs/fetch-with-retry.js +100 -0
- package/dist/nestjs/fetch-with-retry.js.map +1 -0
- package/dist/nestjs/get-env-or-throw.d.ts +2 -0
- package/dist/nestjs/get-env-or-throw.d.ts.map +1 -0
- package/dist/nestjs/get-env-or-throw.js +11 -0
- package/dist/nestjs/get-env-or-throw.js.map +1 -0
- package/dist/nestjs/global-exception.filter.d.ts +10 -0
- package/dist/nestjs/global-exception.filter.d.ts.map +1 -0
- package/dist/nestjs/global-exception.filter.js +139 -0
- package/dist/nestjs/global-exception.filter.js.map +1 -0
- package/dist/nestjs/idempotency/idempotency.service.d.ts +6 -0
- package/dist/nestjs/idempotency/idempotency.service.d.ts.map +1 -0
- package/dist/nestjs/idempotency/idempotency.service.js +5 -0
- package/dist/nestjs/idempotency/idempotency.service.js.map +1 -0
- package/dist/nestjs/idempotency/idempotency.tokens.d.ts +2 -0
- package/dist/nestjs/idempotency/idempotency.tokens.d.ts.map +1 -0
- package/dist/nestjs/idempotency/idempotency.tokens.js +5 -0
- package/dist/nestjs/idempotency/idempotency.tokens.js.map +1 -0
- package/dist/nestjs/idempotency/index.d.ts +4 -0
- package/dist/nestjs/idempotency/index.d.ts.map +1 -0
- package/dist/nestjs/idempotency/index.js +11 -0
- package/dist/nestjs/idempotency/index.js.map +1 -0
- package/dist/nestjs/idempotency/prisma-idempotency.service.d.ts +20 -0
- package/dist/nestjs/idempotency/prisma-idempotency.service.d.ts.map +1 -0
- package/dist/nestjs/idempotency/prisma-idempotency.service.js +58 -0
- package/dist/nestjs/idempotency/prisma-idempotency.service.js.map +1 -0
- package/dist/nestjs/index.d.ts +26 -0
- package/dist/nestjs/index.d.ts.map +1 -0
- package/dist/nestjs/index.js +96 -0
- package/dist/nestjs/index.js.map +1 -0
- package/dist/nestjs/integration-webhooks/api-integration-envelope.decorator.d.ts +7 -0
- package/dist/nestjs/integration-webhooks/api-integration-envelope.decorator.d.ts.map +1 -0
- package/dist/nestjs/integration-webhooks/api-integration-envelope.decorator.js +27 -0
- package/dist/nestjs/integration-webhooks/api-integration-envelope.decorator.js.map +1 -0
- package/dist/nestjs/integration-webhooks/index.d.ts +5 -0
- package/dist/nestjs/integration-webhooks/index.d.ts.map +1 -0
- package/dist/nestjs/integration-webhooks/index.js +10 -0
- package/dist/nestjs/integration-webhooks/index.js.map +1 -0
- package/dist/nestjs/integration-webhooks/integration-envelope.pipe.d.ts +9 -0
- package/dist/nestjs/integration-webhooks/integration-envelope.pipe.d.ts.map +1 -0
- package/dist/nestjs/integration-webhooks/integration-envelope.pipe.js +100 -0
- package/dist/nestjs/integration-webhooks/integration-envelope.pipe.js.map +1 -0
- package/dist/nestjs/integration-webhooks/integration-envelope.types.d.ts +7 -0
- package/dist/nestjs/integration-webhooks/integration-envelope.types.d.ts.map +1 -0
- package/dist/nestjs/integration-webhooks/integration-envelope.types.js +3 -0
- package/dist/nestjs/integration-webhooks/integration-envelope.types.js.map +1 -0
- package/dist/nestjs/integration-webhooks/integration-webhook-envelope.dto.d.ts +14 -0
- package/dist/nestjs/integration-webhooks/integration-webhook-envelope.dto.d.ts.map +1 -0
- package/dist/nestjs/integration-webhooks/integration-webhook-envelope.dto.js +97 -0
- package/dist/nestjs/integration-webhooks/integration-webhook-envelope.dto.js.map +1 -0
- package/dist/nestjs/jwks/jwks-verifier.d.ts +48 -0
- package/dist/nestjs/jwks/jwks-verifier.d.ts.map +1 -0
- package/dist/nestjs/jwks/jwks-verifier.js +177 -0
- package/dist/nestjs/jwks/jwks-verifier.js.map +1 -0
- package/dist/nestjs/jwt-verification.guard.d.ts +25 -0
- package/dist/nestjs/jwt-verification.guard.d.ts.map +1 -0
- package/dist/nestjs/jwt-verification.guard.js +232 -0
- package/dist/nestjs/jwt-verification.guard.js.map +1 -0
- package/dist/nestjs/openapi-docs.enricher.d.ts +6 -0
- package/dist/nestjs/openapi-docs.enricher.d.ts.map +1 -0
- package/dist/nestjs/openapi-docs.enricher.js +296 -0
- package/dist/nestjs/openapi-docs.enricher.js.map +1 -0
- package/dist/nestjs/pagination.d.ts +25 -0
- package/dist/nestjs/pagination.d.ts.map +1 -0
- package/dist/nestjs/pagination.js +73 -0
- package/dist/nestjs/pagination.js.map +1 -0
- package/dist/nestjs/public.decorator.d.ts +3 -0
- package/dist/nestjs/public.decorator.d.ts.map +1 -0
- package/dist/nestjs/public.decorator.js +8 -0
- package/dist/nestjs/public.decorator.js.map +1 -0
- package/dist/nestjs/raw-response.decorator.d.ts +3 -0
- package/dist/nestjs/raw-response.decorator.d.ts.map +1 -0
- package/dist/nestjs/raw-response.decorator.js +8 -0
- package/dist/nestjs/raw-response.decorator.js.map +1 -0
- package/dist/nestjs/request-context.middleware.d.ts +27 -0
- package/dist/nestjs/request-context.middleware.d.ts.map +1 -0
- package/dist/nestjs/request-context.middleware.js +252 -0
- package/dist/nestjs/request-context.middleware.js.map +1 -0
- package/dist/nestjs/require-pipeline-run-id.d.ts +3 -0
- package/dist/nestjs/require-pipeline-run-id.d.ts.map +1 -0
- package/dist/nestjs/require-pipeline-run-id.js +11 -0
- package/dist/nestjs/require-pipeline-run-id.js.map +1 -0
- package/dist/nestjs/require-project-id.d.ts +3 -0
- package/dist/nestjs/require-project-id.d.ts.map +1 -0
- package/dist/nestjs/require-project-id.js +11 -0
- package/dist/nestjs/require-project-id.js.map +1 -0
- package/dist/nestjs/response-envelope.interceptor.d.ts +6 -0
- package/dist/nestjs/response-envelope.interceptor.d.ts.map +1 -0
- package/dist/nestjs/response-envelope.interceptor.js +48 -0
- package/dist/nestjs/response-envelope.interceptor.js.map +1 -0
- package/dist/nestjs/roles.decorator.d.ts +3 -0
- package/dist/nestjs/roles.decorator.d.ts.map +1 -0
- package/dist/nestjs/roles.decorator.js +8 -0
- package/dist/nestjs/roles.decorator.js.map +1 -0
- package/dist/nestjs/roles.guard.d.ts +6 -0
- package/dist/nestjs/roles.guard.d.ts.map +1 -0
- package/dist/nestjs/roles.guard.js +41 -0
- package/dist/nestjs/roles.guard.js.map +1 -0
- package/dist/nestjs/swagger-keycloak.d.ts +30 -0
- package/dist/nestjs/swagger-keycloak.d.ts.map +1 -0
- package/dist/nestjs/swagger-keycloak.js +75 -0
- package/dist/nestjs/swagger-keycloak.js.map +1 -0
- package/dist/nestjs/swagger.decorators.d.ts +8 -0
- package/dist/nestjs/swagger.decorators.d.ts.map +1 -0
- package/dist/nestjs/swagger.decorators.js +117 -0
- package/dist/nestjs/swagger.decorators.js.map +1 -0
- package/dist/schemas/xema/analysis.json +51 -0
- package/dist/schemas/xema/clarification-contract.json +49 -0
- package/dist/schemas/xema/context.json +79 -0
- package/dist/schemas/xema/index.d.ts +8 -0
- package/dist/schemas/xema/index.d.ts.map +1 -0
- package/dist/schemas/xema/index.js +30 -0
- package/dist/schemas/xema/index.js.map +1 -0
- package/dist/schemas/xema/manifest.json +32 -0
- package/dist/schemas/xema/review-history.json +42 -0
- package/package.json +76 -0
|
@@ -0,0 +1,433 @@
|
|
|
1
|
+
export declare const PROJECT_MANIFEST_JSON_SCHEMA: {
|
|
2
|
+
readonly $schema: "http://json-schema.org/draft-07/schema#";
|
|
3
|
+
readonly title: "ProjectManifest";
|
|
4
|
+
readonly description: "Structured project topology manifest";
|
|
5
|
+
readonly type: "object";
|
|
6
|
+
readonly required: readonly ["schemaVersion", "metadata", "repository", "environments", "services", "resources", "integrations", "credentials", "generators"];
|
|
7
|
+
readonly properties: {
|
|
8
|
+
readonly schemaVersion: {
|
|
9
|
+
readonly type: "string";
|
|
10
|
+
readonly enum: readonly ["v1"];
|
|
11
|
+
};
|
|
12
|
+
readonly metadata: {
|
|
13
|
+
readonly type: "object";
|
|
14
|
+
readonly required: readonly ["name", "tags", "labels", "links"];
|
|
15
|
+
readonly properties: {
|
|
16
|
+
readonly name: {
|
|
17
|
+
readonly type: "string";
|
|
18
|
+
readonly minLength: 1;
|
|
19
|
+
};
|
|
20
|
+
readonly description: {
|
|
21
|
+
readonly type: "string";
|
|
22
|
+
};
|
|
23
|
+
readonly tags: {
|
|
24
|
+
readonly type: "array";
|
|
25
|
+
readonly items: {
|
|
26
|
+
readonly type: "string";
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
readonly labels: {
|
|
30
|
+
readonly type: "object";
|
|
31
|
+
readonly additionalProperties: {
|
|
32
|
+
readonly type: "string";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
readonly links: {
|
|
36
|
+
readonly type: "array";
|
|
37
|
+
readonly items: {
|
|
38
|
+
readonly type: "object";
|
|
39
|
+
readonly required: readonly ["url", "title", "type"];
|
|
40
|
+
readonly properties: {
|
|
41
|
+
readonly url: {
|
|
42
|
+
readonly type: "string";
|
|
43
|
+
};
|
|
44
|
+
readonly title: {
|
|
45
|
+
readonly type: "string";
|
|
46
|
+
};
|
|
47
|
+
readonly type: {
|
|
48
|
+
readonly type: "string";
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
readonly pipelineState: {
|
|
54
|
+
readonly type: "object";
|
|
55
|
+
readonly properties: {
|
|
56
|
+
readonly lastPipelineRunId: {
|
|
57
|
+
readonly type: "string";
|
|
58
|
+
};
|
|
59
|
+
readonly lastPhaseCompleted: {
|
|
60
|
+
readonly type: "string";
|
|
61
|
+
};
|
|
62
|
+
readonly lastReconciliationAt: {
|
|
63
|
+
readonly type: "string";
|
|
64
|
+
};
|
|
65
|
+
readonly targetBranch: {
|
|
66
|
+
readonly type: "string";
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
readonly repository: {
|
|
73
|
+
readonly type: "object";
|
|
74
|
+
readonly required: readonly ["layout", "rootPath", "workspaceManager", "directoryMap"];
|
|
75
|
+
readonly properties: {
|
|
76
|
+
readonly layout: {
|
|
77
|
+
readonly type: "string";
|
|
78
|
+
};
|
|
79
|
+
readonly rootPath: {
|
|
80
|
+
readonly type: "string";
|
|
81
|
+
};
|
|
82
|
+
readonly workspaceManager: {
|
|
83
|
+
readonly type: "string";
|
|
84
|
+
};
|
|
85
|
+
readonly directoryMap: {
|
|
86
|
+
readonly type: "object";
|
|
87
|
+
readonly additionalProperties: {
|
|
88
|
+
readonly type: "string";
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
readonly environments: {
|
|
94
|
+
readonly type: "object";
|
|
95
|
+
readonly propertyNames: {
|
|
96
|
+
readonly pattern: "^[a-z][a-z0-9]*(_[a-z0-9]+)*$";
|
|
97
|
+
};
|
|
98
|
+
readonly additionalProperties: {
|
|
99
|
+
readonly type: "object";
|
|
100
|
+
readonly required: readonly ["providers", "variables"];
|
|
101
|
+
readonly properties: {
|
|
102
|
+
readonly description: {
|
|
103
|
+
readonly type: "string";
|
|
104
|
+
};
|
|
105
|
+
readonly providers: {
|
|
106
|
+
readonly type: "array";
|
|
107
|
+
readonly items: {
|
|
108
|
+
readonly type: "string";
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
readonly region: {
|
|
112
|
+
readonly type: "string";
|
|
113
|
+
};
|
|
114
|
+
readonly variables: {
|
|
115
|
+
readonly type: "object";
|
|
116
|
+
readonly additionalProperties: {
|
|
117
|
+
readonly type: "string";
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
readonly services: {
|
|
124
|
+
readonly type: "object";
|
|
125
|
+
readonly propertyNames: {
|
|
126
|
+
readonly pattern: "^[a-z][a-z0-9]*(_[a-z0-9]+)*$";
|
|
127
|
+
};
|
|
128
|
+
readonly additionalProperties: {
|
|
129
|
+
readonly type: "object";
|
|
130
|
+
readonly required: readonly ["type", "lifecycle", "path", "scope", "language", "framework", "runtime", "build", "ports", "dependsOn", "variables", "traits"];
|
|
131
|
+
readonly properties: {
|
|
132
|
+
readonly type: {
|
|
133
|
+
readonly type: "string";
|
|
134
|
+
};
|
|
135
|
+
readonly lifecycle: {
|
|
136
|
+
readonly type: "string";
|
|
137
|
+
readonly enum: readonly ["planned", "in_development", "production", "deprecated"];
|
|
138
|
+
};
|
|
139
|
+
readonly path: {
|
|
140
|
+
readonly type: "string";
|
|
141
|
+
};
|
|
142
|
+
readonly scope: {
|
|
143
|
+
readonly type: "string";
|
|
144
|
+
readonly enum: readonly ["local", "external", "submodule"];
|
|
145
|
+
};
|
|
146
|
+
readonly externalRef: {
|
|
147
|
+
readonly type: "object";
|
|
148
|
+
readonly required: readonly ["type"];
|
|
149
|
+
readonly properties: {
|
|
150
|
+
readonly type: {
|
|
151
|
+
readonly type: "string";
|
|
152
|
+
readonly enum: readonly ["spec_url", "spec_file", "git_submodule", "manual"];
|
|
153
|
+
};
|
|
154
|
+
readonly specUrl: {
|
|
155
|
+
readonly type: "string";
|
|
156
|
+
};
|
|
157
|
+
readonly specFile: {
|
|
158
|
+
readonly type: "string";
|
|
159
|
+
};
|
|
160
|
+
readonly submodulePath: {
|
|
161
|
+
readonly type: "string";
|
|
162
|
+
};
|
|
163
|
+
readonly submoduleRemote: {
|
|
164
|
+
readonly type: "string";
|
|
165
|
+
};
|
|
166
|
+
readonly specAuth: {
|
|
167
|
+
readonly type: "object";
|
|
168
|
+
readonly required: readonly ["type", "credentialRef"];
|
|
169
|
+
readonly properties: {
|
|
170
|
+
readonly type: {
|
|
171
|
+
readonly type: "string";
|
|
172
|
+
readonly enum: readonly ["bearer_token", "basic_auth", "api_key_header"];
|
|
173
|
+
};
|
|
174
|
+
readonly credentialRef: {
|
|
175
|
+
readonly type: "string";
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
readonly language: {
|
|
182
|
+
readonly type: "string";
|
|
183
|
+
};
|
|
184
|
+
readonly framework: {
|
|
185
|
+
readonly type: "string";
|
|
186
|
+
};
|
|
187
|
+
readonly runtime: {
|
|
188
|
+
readonly type: "string";
|
|
189
|
+
};
|
|
190
|
+
readonly build: {
|
|
191
|
+
readonly type: "object";
|
|
192
|
+
readonly required: readonly ["command"];
|
|
193
|
+
readonly properties: {
|
|
194
|
+
readonly command: {
|
|
195
|
+
readonly type: "string";
|
|
196
|
+
};
|
|
197
|
+
readonly testCommand: {
|
|
198
|
+
readonly type: "string";
|
|
199
|
+
};
|
|
200
|
+
readonly dockerfile: {
|
|
201
|
+
readonly type: "string";
|
|
202
|
+
};
|
|
203
|
+
readonly context: {
|
|
204
|
+
readonly type: "string";
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
readonly ports: {
|
|
209
|
+
readonly type: "object";
|
|
210
|
+
readonly additionalProperties: {
|
|
211
|
+
readonly type: "object";
|
|
212
|
+
readonly required: readonly ["port", "protocol"];
|
|
213
|
+
readonly properties: {
|
|
214
|
+
readonly port: {
|
|
215
|
+
readonly type: "number";
|
|
216
|
+
};
|
|
217
|
+
readonly targetPort: {
|
|
218
|
+
readonly type: "number";
|
|
219
|
+
};
|
|
220
|
+
readonly protocol: {
|
|
221
|
+
readonly type: "string";
|
|
222
|
+
};
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
};
|
|
226
|
+
readonly providesApis: {
|
|
227
|
+
readonly type: "array";
|
|
228
|
+
readonly items: {
|
|
229
|
+
readonly type: "string";
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
readonly consumesApis: {
|
|
233
|
+
readonly type: "array";
|
|
234
|
+
readonly items: {
|
|
235
|
+
readonly type: "string";
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
readonly dependsOn: {
|
|
239
|
+
readonly type: "object";
|
|
240
|
+
readonly required: readonly ["resources", "services"];
|
|
241
|
+
readonly properties: {
|
|
242
|
+
readonly resources: {
|
|
243
|
+
readonly type: "array";
|
|
244
|
+
readonly items: {
|
|
245
|
+
readonly type: "string";
|
|
246
|
+
};
|
|
247
|
+
};
|
|
248
|
+
readonly services: {
|
|
249
|
+
readonly type: "array";
|
|
250
|
+
readonly items: {
|
|
251
|
+
readonly type: "string";
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
readonly variables: {
|
|
257
|
+
readonly type: "object";
|
|
258
|
+
readonly additionalProperties: {
|
|
259
|
+
readonly type: "string";
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
readonly traits: {
|
|
263
|
+
readonly type: "object";
|
|
264
|
+
readonly additionalProperties: {
|
|
265
|
+
readonly type: "object";
|
|
266
|
+
};
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
readonly resources: {
|
|
272
|
+
readonly type: "object";
|
|
273
|
+
readonly propertyNames: {
|
|
274
|
+
readonly pattern: "^[a-z][a-z0-9]*(_[a-z0-9]+)*$";
|
|
275
|
+
};
|
|
276
|
+
readonly additionalProperties: {
|
|
277
|
+
readonly type: "object";
|
|
278
|
+
readonly required: readonly ["type", "provisioning", "outputs"];
|
|
279
|
+
readonly properties: {
|
|
280
|
+
readonly type: {
|
|
281
|
+
readonly type: "string";
|
|
282
|
+
};
|
|
283
|
+
readonly description: {
|
|
284
|
+
readonly type: "string";
|
|
285
|
+
};
|
|
286
|
+
readonly provisioning: {
|
|
287
|
+
readonly type: "object";
|
|
288
|
+
readonly additionalProperties: {
|
|
289
|
+
readonly type: "object";
|
|
290
|
+
readonly required: readonly ["provider", "config"];
|
|
291
|
+
readonly properties: {
|
|
292
|
+
readonly provider: {
|
|
293
|
+
readonly type: "string";
|
|
294
|
+
};
|
|
295
|
+
readonly cloudResourceType: {
|
|
296
|
+
readonly type: "string";
|
|
297
|
+
};
|
|
298
|
+
readonly config: {
|
|
299
|
+
readonly type: "object";
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
readonly outputs: {
|
|
305
|
+
readonly type: "object";
|
|
306
|
+
};
|
|
307
|
+
};
|
|
308
|
+
};
|
|
309
|
+
};
|
|
310
|
+
readonly integrations: {
|
|
311
|
+
readonly type: "object";
|
|
312
|
+
readonly propertyNames: {
|
|
313
|
+
readonly pattern: "^[a-z][a-z0-9]*(_[a-z0-9]+)*$";
|
|
314
|
+
};
|
|
315
|
+
readonly additionalProperties: {
|
|
316
|
+
readonly type: "object";
|
|
317
|
+
readonly required: readonly ["type", "category", "authentication", "endpoints", "protocols", "dataFlows"];
|
|
318
|
+
readonly properties: {
|
|
319
|
+
readonly type: {
|
|
320
|
+
readonly type: "string";
|
|
321
|
+
};
|
|
322
|
+
readonly category: {
|
|
323
|
+
readonly type: "string";
|
|
324
|
+
};
|
|
325
|
+
readonly description: {
|
|
326
|
+
readonly type: "string";
|
|
327
|
+
};
|
|
328
|
+
readonly authentication: {
|
|
329
|
+
readonly type: "object";
|
|
330
|
+
readonly required: readonly ["type", "secretRef"];
|
|
331
|
+
readonly properties: {
|
|
332
|
+
readonly type: {
|
|
333
|
+
readonly type: "string";
|
|
334
|
+
};
|
|
335
|
+
readonly secretRef: {
|
|
336
|
+
readonly type: "string";
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
readonly endpoints: {
|
|
341
|
+
readonly type: "object";
|
|
342
|
+
readonly additionalProperties: {
|
|
343
|
+
readonly type: "string";
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
readonly protocols: {
|
|
347
|
+
readonly type: "array";
|
|
348
|
+
readonly items: {
|
|
349
|
+
readonly type: "string";
|
|
350
|
+
};
|
|
351
|
+
};
|
|
352
|
+
readonly dataFlows: {
|
|
353
|
+
readonly type: "array";
|
|
354
|
+
readonly items: {
|
|
355
|
+
readonly type: "object";
|
|
356
|
+
readonly required: readonly ["direction", "classification", "description"];
|
|
357
|
+
readonly properties: {
|
|
358
|
+
readonly direction: {
|
|
359
|
+
readonly type: "string";
|
|
360
|
+
readonly enum: readonly ["inbound", "outbound", "bidirectional"];
|
|
361
|
+
};
|
|
362
|
+
readonly classification: {
|
|
363
|
+
readonly type: "string";
|
|
364
|
+
};
|
|
365
|
+
readonly description: {
|
|
366
|
+
readonly type: "string";
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
};
|
|
371
|
+
};
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
readonly credentials: {
|
|
375
|
+
readonly type: "object";
|
|
376
|
+
readonly propertyNames: {
|
|
377
|
+
readonly pattern: "^[a-z][a-z0-9]*(_[a-z0-9]+)*$";
|
|
378
|
+
};
|
|
379
|
+
readonly additionalProperties: {
|
|
380
|
+
readonly type: "object";
|
|
381
|
+
readonly required: readonly ["type", "source"];
|
|
382
|
+
readonly properties: {
|
|
383
|
+
readonly type: {
|
|
384
|
+
readonly type: "string";
|
|
385
|
+
};
|
|
386
|
+
readonly source: {
|
|
387
|
+
readonly type: "object";
|
|
388
|
+
readonly properties: {
|
|
389
|
+
readonly env: {
|
|
390
|
+
readonly type: "string";
|
|
391
|
+
};
|
|
392
|
+
readonly vault: {
|
|
393
|
+
readonly type: "string";
|
|
394
|
+
};
|
|
395
|
+
readonly k8s_secret: {
|
|
396
|
+
readonly type: "string";
|
|
397
|
+
};
|
|
398
|
+
readonly cloud_secret: {
|
|
399
|
+
readonly type: "string";
|
|
400
|
+
};
|
|
401
|
+
};
|
|
402
|
+
};
|
|
403
|
+
};
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
readonly generators: {
|
|
407
|
+
readonly type: "object";
|
|
408
|
+
readonly propertyNames: {
|
|
409
|
+
readonly pattern: "^[a-z][a-z0-9]*(_[a-z0-9]+)*$";
|
|
410
|
+
};
|
|
411
|
+
readonly additionalProperties: {
|
|
412
|
+
readonly type: "object";
|
|
413
|
+
readonly required: readonly ["enabled", "output"];
|
|
414
|
+
readonly properties: {
|
|
415
|
+
readonly enabled: {
|
|
416
|
+
readonly type: "boolean";
|
|
417
|
+
};
|
|
418
|
+
readonly output: {
|
|
419
|
+
readonly type: "string";
|
|
420
|
+
};
|
|
421
|
+
readonly environments: {
|
|
422
|
+
readonly type: "array";
|
|
423
|
+
readonly items: {
|
|
424
|
+
readonly type: "string";
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
};
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
readonly additionalProperties: false;
|
|
432
|
+
};
|
|
433
|
+
//# sourceMappingURL=manifest.schema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manifest.schema.d.ts","sourceRoot":"","sources":["../../../src/lib/manifest/manifest.schema.ts"],"names":[],"mappings":"AAkBA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkU/B,CAAC"}
|