@friggframework/schemas 2.0.0--canary.461.2ca8c89.0 → 2.0.0--canary.461.3a5f072.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@friggframework/schemas",
3
- "version": "2.0.0--canary.461.2ca8c89.0",
3
+ "version": "2.0.0--canary.461.3a5f072.0",
4
4
  "description": "Canonical JSON Schema definitions for Frigg Framework",
5
5
  "main": "index.js",
6
6
  "author": "",
@@ -39,5 +39,5 @@
39
39
  "validators/",
40
40
  "index.js"
41
41
  ],
42
- "gitHead": "2ca8c892d55c02f9040a052d8d077f6f2459e802"
42
+ "gitHead": "3a5f072fb4c5152089a3f2a6a389c00d9cfd5445"
43
43
  }
@@ -252,6 +252,11 @@
252
252
  "description": "Make database publicly accessible (not recommended for production)",
253
253
  "default": false
254
254
  },
255
+ "autoCreateCredentials": {
256
+ "type": "boolean",
257
+ "description": "Automatically create Secrets Manager secret and rotate Aurora password when discovering existing cluster (only applies when management='discover')",
258
+ "default": false
259
+ },
255
260
  "minCapacity": {
256
261
  "type": "number",
257
262
  "description": "Minimum Aurora Serverless capacity units (0.5-128)",