@atb-as/config-specs
Advanced tools
Comparing version 3.11.1 to 3.12.0
@@ -15,2 +15,3 @@ "use strict"; | ||
const harbor_connection_overrides_1 = require("../harbor-connection-overrides"); | ||
const notification_config_1 = require("../notification-config"); | ||
// All supported specifications | ||
@@ -25,2 +26,3 @@ exports.specifications = [ | ||
'harborConnectionOverrides', | ||
'notificationConfig', | ||
]; | ||
@@ -45,2 +47,3 @@ function isValidSchema(schema) { | ||
harborConnectionOverrides: harbor_connection_overrides_1.HarborConnectionOverrides, | ||
notificationConfig: notification_config_1.NotificationConfig, | ||
}; | ||
@@ -90,2 +93,3 @@ // All correctly supported schema types as JSON Schema data structures | ||
harborConnectionOverrides: (0, zod_to_json_schema_1.default)(harbor_connection_overrides_1.HarborConnectionOverrides), | ||
notificationConfig: (0, zod_to_json_schema_1.default)(notification_config_1.NotificationConfig), | ||
}; |
{ | ||
"name": "@atb-as/config-specs", | ||
"version": "3.11.1", | ||
"version": "3.12.0", | ||
"description": "Shared types and validation for fare product type configs", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -16,2 +16,3 @@ # @atb-as/config-specs | ||
- [x] Harbor connection overrides | ||
- [x] Notification config | ||
- [ ] Payment Types | ||
@@ -18,0 +19,0 @@ - [ ] Other |
Sorry, the diff of this file is too big to display
411074
37
6724
105