@cloudcannon/configuration-types 0.0.13 → 0.0.14

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.
@@ -5835,7 +5835,8 @@
5835
5835
  "description": "Changes the appearance and behavior of the input.",
5836
5836
  "enum": [
5837
5837
  "object",
5838
- "mutable"
5838
+ "mutable",
5839
+ "tabbed"
5839
5840
  ],
5840
5841
  "markdownDescription": "Changes the appearance and behavior of the input.",
5841
5842
  "type": "string"
@@ -5837,7 +5837,8 @@
5837
5837
  "description": "Changes the appearance and behavior of the input.",
5838
5838
  "enum": [
5839
5839
  "object",
5840
- "mutable"
5840
+ "mutable",
5841
+ "tabbed"
5841
5842
  ],
5842
5843
  "markdownDescription": "Changes the appearance and behavior of the input.",
5843
5844
  "type": "string"
@@ -5830,7 +5830,8 @@
5830
5830
  "description": "Changes the appearance and behavior of the input.",
5831
5831
  "enum": [
5832
5832
  "object",
5833
- "mutable"
5833
+ "mutable",
5834
+ "tabbed"
5834
5835
  ],
5835
5836
  "markdownDescription": "Changes the appearance and behavior of the input.",
5836
5837
  "type": "string"
@@ -5451,7 +5451,8 @@
5451
5451
  "description": "Changes the appearance and behavior of the input.",
5452
5452
  "enum": [
5453
5453
  "object",
5454
- "mutable"
5454
+ "mutable",
5455
+ "tabbed"
5455
5456
  ],
5456
5457
  "markdownDescription": "Changes the appearance and behavior of the input.",
5457
5458
  "type": "string"
@@ -5728,7 +5728,8 @@
5728
5728
  "description": "Changes the appearance and behavior of the input.",
5729
5729
  "enum": [
5730
5730
  "object",
5731
- "mutable"
5731
+ "mutable",
5732
+ "tabbed"
5732
5733
  ],
5733
5734
  "markdownDescription": "Changes the appearance and behavior of the input.",
5734
5735
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcannon/configuration-types",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Contains TypeScript declarations and generates JSONSchema files for the CloudCannon configuration file.",
5
5
  "author": "CloudCannon <support@cloudcannon.com>",
6
6
  "license": "MIT",
@@ -854,7 +854,7 @@ export interface ObjectInputOptions extends BaseInputOptions<EmptyTypeObject> {
854
854
  /**
855
855
  * Changes the appearance and behavior of the input.
856
856
  */
857
- subtype?: 'object' | 'mutable';
857
+ subtype?: 'object' | 'mutable' | 'tabbed';
858
858
  /**
859
859
  * Contains options for the "mutable" subtype.
860
860
  */