@vizzly/services 0.14.4-dev-c5cc6dc8f684c99fa005e662b7dadde523181dde → 0.14.4-dev-fb756b8dda6220215f533bcdd3f270f5253906a8

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.
@@ -7,6 +7,7 @@ export declare namespace Result {
7
7
  hidden?: boolean;
8
8
  fieldId: string;
9
9
  function: string;
10
+ outputDataType: DataType;
10
11
  };
11
12
  }
12
13
  export declare type Result = {
package/package.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "fix-type-alias": "tsc-alias -p tsconfig.json",
27
27
  "prepare": "yarn build"
28
28
  },
29
- "version": "0.14.4-dev-c5cc6dc8f684c99fa005e662b7dadde523181dde",
29
+ "version": "0.14.4-dev-fb756b8dda6220215f533bcdd3f270f5253906a8",
30
30
  "dependencies": {
31
31
  "@vizzly/api-client": "0.0.43",
32
32
  "@vizzly/joi": "^17.11.0",