@cat-factory/server 0.252.0 → 0.254.0
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/agents/harnessContract.d.ts +56 -0
- package/dist/agents/harnessContract.d.ts.map +1 -0
- package/dist/agents/harnessContract.js +86 -0
- package/dist/agents/harnessContract.js.map +1 -0
- package/dist/agents/jobBody.d.ts.map +1 -1
- package/dist/agents/jobBody.js +1 -15
- package/dist/agents/jobBody.js.map +1 -1
- package/dist/app.d.ts.map +1 -1
- package/dist/app.js +12 -0
- package/dist/app.js.map +1 -1
- package/dist/events/InAppNotificationChannel.d.ts +5 -0
- package/dist/events/InAppNotificationChannel.d.ts.map +1 -1
- package/dist/events/InAppNotificationChannel.js +5 -0
- package/dist/events/InAppNotificationChannel.js.map +1 -1
- package/dist/github/ProviderRoutingGitHubClient.d.ts +15 -68
- package/dist/github/ProviderRoutingGitHubClient.d.ts.map +1 -1
- package/dist/github/ProviderRoutingGitHubClient.js +150 -142
- package/dist/github/ProviderRoutingGitHubClient.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -2
- package/dist/index.js.map +1 -1
- package/dist/modules/artifacts/ArtifactController.d.ts.map +1 -1
- package/dist/modules/artifacts/ArtifactController.js +48 -3
- package/dist/modules/artifacts/ArtifactController.js.map +1 -1
- package/dist/modules/artifacts/HarnessArtifactController.d.ts.map +1 -1
- package/dist/modules/artifacts/HarnessArtifactController.js +29 -28
- package/dist/modules/artifacts/HarnessArtifactController.js.map +1 -1
- package/dist/modules/artifacts/artifactSetCap.d.ts +31 -0
- package/dist/modules/artifacts/artifactSetCap.d.ts.map +1 -0
- package/dist/modules/artifacts/artifactSetCap.js +47 -0
- package/dist/modules/artifacts/artifactSetCap.js.map +1 -0
- package/dist/modules/notifications/NotificationRelayController.d.ts.map +1 -1
- package/dist/modules/notifications/NotificationRelayController.js +14 -1
- package/dist/modules/notifications/NotificationRelayController.js.map +1 -1
- package/dist/modules/notifications/NotificationSettingsController.d.ts +17 -0
- package/dist/modules/notifications/NotificationSettingsController.d.ts.map +1 -0
- package/dist/modules/notifications/NotificationSettingsController.js +46 -0
- package/dist/modules/notifications/NotificationSettingsController.js.map +1 -0
- package/dist/modules/publicApi/PublicApiController.d.ts.map +1 -1
- package/dist/modules/publicApi/PublicApiController.js +16 -33
- package/dist/modules/publicApi/PublicApiController.js.map +1 -1
- package/dist/modules/publicApi/PublicBoardController.d.ts +4 -0
- package/dist/modules/publicApi/PublicBoardController.d.ts.map +1 -0
- package/dist/modules/publicApi/PublicBoardController.js +241 -0
- package/dist/modules/publicApi/PublicBoardController.js.map +1 -0
- package/dist/modules/publicApi/PublicEvidenceController.d.ts.map +1 -1
- package/dist/modules/publicApi/PublicEvidenceController.js +43 -5
- package/dist/modules/publicApi/PublicEvidenceController.js.map +1 -1
- package/dist/modules/publicApi/boardProjection.d.ts +6 -0
- package/dist/modules/publicApi/boardProjection.d.ts.map +1 -0
- package/dist/modules/publicApi/boardProjection.js +39 -0
- package/dist/modules/publicApi/boardProjection.js.map +1 -0
- package/dist/modules/publicApi/decisions/projection.d.ts +16 -7
- package/dist/modules/publicApi/decisions/projection.d.ts.map +1 -1
- package/dist/modules/publicApi/decisions/projection.js +23 -15
- package/dist/modules/publicApi/decisions/projection.js.map +1 -1
- package/dist/modules/publicApi/documentAttachment.d.ts +10 -2
- package/dist/modules/publicApi/documentAttachment.d.ts.map +1 -1
- package/dist/modules/publicApi/documentAttachment.js +1 -1
- package/dist/modules/publicApi/documentAttachment.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/publicApi/publicApiAdmission.d.ts +56 -47
- package/dist/modules/publicApi/publicApiAdmission.d.ts.map +1 -1
- package/dist/modules/publicApi/publicApiAdmission.js +51 -51
- package/dist/modules/publicApi/publicApiAdmission.js.map +1 -1
- package/dist/modules/publicApi/publicApiStream.d.ts +29 -1
- package/dist/modules/publicApi/publicApiStream.d.ts.map +1 -1
- package/dist/modules/publicApi/publicApiStream.js +45 -0
- package/dist/modules/publicApi/publicApiStream.js.map +1 -1
- package/dist/notifications/machineNotifications.d.ts +13 -4
- package/dist/notifications/machineNotifications.d.ts.map +1 -1
- package/dist/notifications/machineNotifications.js +4 -3
- package/dist/notifications/machineNotifications.js.map +1 -1
- package/dist/notifications/notificationDelivery.d.ts +36 -0
- package/dist/notifications/notificationDelivery.d.ts.map +1 -0
- package/dist/notifications/notificationDelivery.js +43 -0
- package/dist/notifications/notificationDelivery.js.map +1 -0
- package/dist/persistence/binaryArtifactStore.d.ts +21 -3
- package/dist/persistence/binaryArtifactStore.d.ts.map +1 -1
- package/dist/persistence/binaryArtifactStore.js +106 -3
- package/dist/persistence/binaryArtifactStore.js.map +1 -1
- package/dist/persistence/rpc-allowlist.d.ts.map +1 -1
- package/dist/persistence/rpc-allowlist.js +9 -0
- package/dist/persistence/rpc-allowlist.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,mk3dAA4s2d,CAAA"}
|