@cloudcannon/configuration-types 0.0.21 → 0.0.22

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.
@@ -8427,7 +8427,7 @@
8427
8427
  "markdownDescription": "Options that are specific to this `type` of input."
8428
8428
  },
8429
8429
  "type": {
8430
- "const": "range",
8430
+ "const": "url",
8431
8431
  "description": "Sets an input type, which controls how this input appears and behaves.",
8432
8432
  "markdownDescription": "Sets an input type, which controls how this input appears and behaves.",
8433
8433
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudcannon/configuration-types",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
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",
@@ -853,7 +853,7 @@ export interface RangeInput extends BaseInput {
853
853
  export interface UrlInputOptions extends WithEmptyTypeText, WithPaths {}
854
854
 
855
855
  export interface UrlInput extends BaseInput {
856
- type: 'range';
856
+ type: 'url';
857
857
  /**
858
858
  * Options that are specific to this `type` of input.
859
859
  */
@@ -901,6 +901,14 @@ export interface DateInput extends BaseInput {
901
901
  options?: DateInputOptions;
902
902
  }
903
903
 
904
+ export interface TimeInput extends BaseInput {
905
+ type: 'time';
906
+ /**
907
+ * Options that are specific to Time inputs.
908
+ */
909
+ options?: WithEmptyTypeText;
910
+ }
911
+
904
912
  export interface FileInputOptions extends WithEmptyTypeText, WithPaths {
905
913
  /**
906
914
  * Restricts which file types are available to select or upload to this input. Accepted format is