@vizzly/services 0.14.4-dev-934a4ca375f8ab62d12af055640bbdcdb3fe5d61 → 0.14.4-dev-4635935a4596dbc601808332cfe65eca595f8226

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.
@@ -1,12 +1,7 @@
1
1
  import { AdditionalFilter } from '../AdditionalFilter/types';
2
- import { Component } from '../Component/types';
3
2
  import { ValueAlias } from './types';
4
3
  export declare const build: (value: string | number | null, valueAlias?: ValueAlias, options?: {
5
4
  fieldId?: string | null;
6
5
  filter?: AdditionalFilter;
7
6
  dataSetId?: string;
8
7
  }) => string | number | null | undefined;
9
- export declare const upcastValueAlias: (valueAlias: ValueAlias | undefined, options?: Component.ValueAliasOptions, nullValueAlias?: ((params: {
10
- dataSetId: string;
11
- fieldId: string;
12
- }) => string | null | undefined) | undefined) => string | number | undefined;
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-934a4ca375f8ab62d12af055640bbdcdb3fe5d61",
29
+ "version": "0.14.4-dev-4635935a4596dbc601808332cfe65eca595f8226",
30
30
  "dependencies": {
31
31
  "@vizzly/api-client": "0.0.43",
32
32
  "@vizzly/joi": "^17.11.0",