@cat-factory/server 0.269.3 → 0.270.1
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/app.d.ts.map +1 -1
- package/dist/app.js +7 -0
- package/dist/app.js.map +1 -1
- package/dist/config/problems.d.ts.map +1 -1
- package/dist/config/problems.js +2 -1
- package/dist/config/problems.js.map +1 -1
- package/dist/github/GitHubPullRequestMerger.d.ts.map +1 -1
- package/dist/github/GitHubPullRequestMerger.js +2 -1
- package/dist/github/GitHubPullRequestMerger.js.map +1 -1
- package/dist/github/reviewPosting.d.ts.map +1 -1
- package/dist/github/reviewPosting.js +2 -1
- package/dist/github/reviewPosting.js.map +1 -1
- package/dist/modules/llmProxy/LlmProxyController.d.ts.map +1 -1
- package/dist/modules/llmProxy/LlmProxyController.js +5 -5
- package/dist/modules/llmProxy/LlmProxyController.js.map +1 -1
- package/dist/modules/models/ModelController.d.ts.map +1 -1
- package/dist/modules/models/ModelController.js +6 -38
- package/dist/modules/models/ModelController.js.map +1 -1
- package/dist/modules/models/workspaceCatalog.d.ts +22 -0
- package/dist/modules/models/workspaceCatalog.d.ts.map +1 -0
- package/dist/modules/models/workspaceCatalog.js +51 -0
- package/dist/modules/models/workspaceCatalog.js.map +1 -0
- package/dist/modules/notifications/NotificationRelayController.d.ts.map +1 -1
- package/dist/modules/notifications/NotificationRelayController.js +3 -3
- package/dist/modules/notifications/NotificationRelayController.js.map +1 -1
- package/dist/modules/persistence/GitHubDelegationController.js +2 -2
- package/dist/modules/persistence/GitHubDelegationController.js.map +1 -1
- package/dist/modules/publicApi/PublicProvisioningController.d.ts +50 -0
- package/dist/modules/publicApi/PublicProvisioningController.d.ts.map +1 -0
- package/dist/modules/publicApi/PublicProvisioningController.js +426 -0
- package/dist/modules/publicApi/PublicProvisioningController.js.map +1 -0
- package/dist/modules/publicApi/boardProjection.d.ts +9 -2
- package/dist/modules/publicApi/boardProjection.d.ts.map +1 -1
- package/dist/modules/publicApi/boardProjection.js +46 -1
- package/dist/modules/publicApi/boardProjection.js.map +1 -1
- package/dist/modules/publicApi/openapiDocument.generated.d.ts +1 -1
- package/dist/modules/publicApi/openapiDocument.generated.d.ts.map +1 -1
- package/dist/modules/publicApi/openapiDocument.generated.js +1 -1
- package/dist/modules/publicApi/openapiDocument.generated.js.map +1 -1
- package/dist/modules/telemetry/TelemetryIngestController.d.ts.map +1 -1
- package/dist/modules/telemetry/TelemetryIngestController.js +2 -1
- package/dist/modules/telemetry/TelemetryIngestController.js.map +1 -1
- package/dist/modules/telemetry/TelemetryReadController.d.ts.map +1 -1
- package/dist/modules/telemetry/TelemetryReadController.js +2 -1
- package/dist/modules/telemetry/TelemetryReadController.js.map +1 -1
- package/dist/modules/webSearch/WebSearchProxyController.js +2 -2
- package/dist/modules/webSearch/WebSearchProxyController.js.map +1 -1
- package/dist/modules/workspaces/WorkspaceController.d.ts.map +1 -1
- package/dist/modules/workspaces/WorkspaceController.js +2 -2
- package/dist/modules/workspaces/WorkspaceController.js.map +1 -1
- package/dist/modules/workspaces/infraSetup.d.ts.map +1 -1
- package/dist/modules/workspaces/infraSetup.js +2 -1
- package/dist/modules/workspaces/infraSetup.js.map +1 -1
- package/dist/notifications/notificationDelivery.js +3 -3
- package/dist/notifications/notificationDelivery.js.map +1 -1
- package/dist/observability/logger.d.ts +1 -1
- package/dist/observability/logger.d.ts.map +1 -1
- package/dist/observability/logger.js +2 -2
- package/dist/observability/logger.js.map +1 -1
- package/dist/runtime/platformHealth.js +2 -2
- package/dist/runtime/platformHealth.js.map +1 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"openapiDocument.generated.d.ts","sourceRoot":"","sources":["../../../src/modules/publicApi/openapiDocument.generated.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"openapiDocument.generated.d.ts","sourceRoot":"","sources":["../../../src/modules/publicApi/openapiDocument.generated.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,YAAY,sg4nBAAq+2nB,CAAA"}
|