@prismatic-io/spectral 10.4.3-alpha.1 → 10.4.3

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.
@@ -247,5 +247,4 @@ export interface Input {
247
247
  model?: InputFieldChoice[];
248
248
  language?: string;
249
249
  onPremiseControlled?: boolean;
250
- dataSource?: string;
251
250
  }
@@ -87,8 +87,6 @@ interface BaseInputField {
87
87
  example?: string;
88
88
  /** Indicate if this InputField is required. */
89
89
  required?: boolean;
90
- /** Key of the data source that can be used to set the value of this input. */
91
- dataSource?: string;
92
90
  }
93
91
  type CollectionOptions<T> = SingleValue<T> | ValueListCollection<T> | KeyValueListCollection<T>;
94
92
  interface SingleValue<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/spectral",
3
- "version": "10.4.3-alpha.1",
3
+ "version": "10.4.3",
4
4
  "description": "Utility library for building Prismatic connectors and code-native integrations",
5
5
  "keywords": ["prismatic"],
6
6
  "main": "dist/index.js",