@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.
Files changed (89) hide show
  1. package/dist/agents/harnessContract.d.ts +56 -0
  2. package/dist/agents/harnessContract.d.ts.map +1 -0
  3. package/dist/agents/harnessContract.js +86 -0
  4. package/dist/agents/harnessContract.js.map +1 -0
  5. package/dist/agents/jobBody.d.ts.map +1 -1
  6. package/dist/agents/jobBody.js +1 -15
  7. package/dist/agents/jobBody.js.map +1 -1
  8. package/dist/app.d.ts.map +1 -1
  9. package/dist/app.js +12 -0
  10. package/dist/app.js.map +1 -1
  11. package/dist/events/InAppNotificationChannel.d.ts +5 -0
  12. package/dist/events/InAppNotificationChannel.d.ts.map +1 -1
  13. package/dist/events/InAppNotificationChannel.js +5 -0
  14. package/dist/events/InAppNotificationChannel.js.map +1 -1
  15. package/dist/github/ProviderRoutingGitHubClient.d.ts +15 -68
  16. package/dist/github/ProviderRoutingGitHubClient.d.ts.map +1 -1
  17. package/dist/github/ProviderRoutingGitHubClient.js +150 -142
  18. package/dist/github/ProviderRoutingGitHubClient.js.map +1 -1
  19. package/dist/index.d.ts +4 -2
  20. package/dist/index.d.ts.map +1 -1
  21. package/dist/index.js +8 -2
  22. package/dist/index.js.map +1 -1
  23. package/dist/modules/artifacts/ArtifactController.d.ts.map +1 -1
  24. package/dist/modules/artifacts/ArtifactController.js +48 -3
  25. package/dist/modules/artifacts/ArtifactController.js.map +1 -1
  26. package/dist/modules/artifacts/HarnessArtifactController.d.ts.map +1 -1
  27. package/dist/modules/artifacts/HarnessArtifactController.js +29 -28
  28. package/dist/modules/artifacts/HarnessArtifactController.js.map +1 -1
  29. package/dist/modules/artifacts/artifactSetCap.d.ts +31 -0
  30. package/dist/modules/artifacts/artifactSetCap.d.ts.map +1 -0
  31. package/dist/modules/artifacts/artifactSetCap.js +47 -0
  32. package/dist/modules/artifacts/artifactSetCap.js.map +1 -0
  33. package/dist/modules/notifications/NotificationRelayController.d.ts.map +1 -1
  34. package/dist/modules/notifications/NotificationRelayController.js +14 -1
  35. package/dist/modules/notifications/NotificationRelayController.js.map +1 -1
  36. package/dist/modules/notifications/NotificationSettingsController.d.ts +17 -0
  37. package/dist/modules/notifications/NotificationSettingsController.d.ts.map +1 -0
  38. package/dist/modules/notifications/NotificationSettingsController.js +46 -0
  39. package/dist/modules/notifications/NotificationSettingsController.js.map +1 -0
  40. package/dist/modules/publicApi/PublicApiController.d.ts.map +1 -1
  41. package/dist/modules/publicApi/PublicApiController.js +16 -33
  42. package/dist/modules/publicApi/PublicApiController.js.map +1 -1
  43. package/dist/modules/publicApi/PublicBoardController.d.ts +4 -0
  44. package/dist/modules/publicApi/PublicBoardController.d.ts.map +1 -0
  45. package/dist/modules/publicApi/PublicBoardController.js +241 -0
  46. package/dist/modules/publicApi/PublicBoardController.js.map +1 -0
  47. package/dist/modules/publicApi/PublicEvidenceController.d.ts.map +1 -1
  48. package/dist/modules/publicApi/PublicEvidenceController.js +43 -5
  49. package/dist/modules/publicApi/PublicEvidenceController.js.map +1 -1
  50. package/dist/modules/publicApi/boardProjection.d.ts +6 -0
  51. package/dist/modules/publicApi/boardProjection.d.ts.map +1 -0
  52. package/dist/modules/publicApi/boardProjection.js +39 -0
  53. package/dist/modules/publicApi/boardProjection.js.map +1 -0
  54. package/dist/modules/publicApi/decisions/projection.d.ts +16 -7
  55. package/dist/modules/publicApi/decisions/projection.d.ts.map +1 -1
  56. package/dist/modules/publicApi/decisions/projection.js +23 -15
  57. package/dist/modules/publicApi/decisions/projection.js.map +1 -1
  58. package/dist/modules/publicApi/documentAttachment.d.ts +10 -2
  59. package/dist/modules/publicApi/documentAttachment.d.ts.map +1 -1
  60. package/dist/modules/publicApi/documentAttachment.js +1 -1
  61. package/dist/modules/publicApi/documentAttachment.js.map +1 -1
  62. package/dist/modules/publicApi/openapiDocument.generated.d.ts +1 -1
  63. package/dist/modules/publicApi/openapiDocument.generated.d.ts.map +1 -1
  64. package/dist/modules/publicApi/openapiDocument.generated.js +1 -1
  65. package/dist/modules/publicApi/openapiDocument.generated.js.map +1 -1
  66. package/dist/modules/publicApi/publicApiAdmission.d.ts +56 -47
  67. package/dist/modules/publicApi/publicApiAdmission.d.ts.map +1 -1
  68. package/dist/modules/publicApi/publicApiAdmission.js +51 -51
  69. package/dist/modules/publicApi/publicApiAdmission.js.map +1 -1
  70. package/dist/modules/publicApi/publicApiStream.d.ts +29 -1
  71. package/dist/modules/publicApi/publicApiStream.d.ts.map +1 -1
  72. package/dist/modules/publicApi/publicApiStream.js +45 -0
  73. package/dist/modules/publicApi/publicApiStream.js.map +1 -1
  74. package/dist/notifications/machineNotifications.d.ts +13 -4
  75. package/dist/notifications/machineNotifications.d.ts.map +1 -1
  76. package/dist/notifications/machineNotifications.js +4 -3
  77. package/dist/notifications/machineNotifications.js.map +1 -1
  78. package/dist/notifications/notificationDelivery.d.ts +36 -0
  79. package/dist/notifications/notificationDelivery.d.ts.map +1 -0
  80. package/dist/notifications/notificationDelivery.js +43 -0
  81. package/dist/notifications/notificationDelivery.js.map +1 -0
  82. package/dist/persistence/binaryArtifactStore.d.ts +21 -3
  83. package/dist/persistence/binaryArtifactStore.d.ts.map +1 -1
  84. package/dist/persistence/binaryArtifactStore.js +106 -3
  85. package/dist/persistence/binaryArtifactStore.js.map +1 -1
  86. package/dist/persistence/rpc-allowlist.d.ts.map +1 -1
  87. package/dist/persistence/rpc-allowlist.js +9 -0
  88. package/dist/persistence/rpc-allowlist.js.map +1 -1
  89. 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,o0qcAA49pc,CAAA"}
1
+ {"version":3,"file":"openapiDocument.generated.d.ts","sourceRoot":"","sources":["../../../src/modules/publicApi/openapiDocument.generated.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,YAAY,mk3dAA4s2d,CAAA"}