@vuu-ui/vuu-protocol-types 0.13.87 → 0.13.89

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -731,7 +731,7 @@ export declare type VuuRpcMenuAction =
731
731
  | VuuRpcEditAction;
732
732
 
733
733
  // prettier-ignore
734
- export declare type VuuColumnDataType = "int" | "long" | "double" | "string" | "char" | "boolean";
734
+ export declare type VuuColumnDataType = "int" | "long" | "double" | "string" | "char" | "boolean" | "epochtimestamp";
735
735
  export declare type VuuMenuContext = "cell" | "row" | "grid" | "selected-rows";
736
736
  export declare type VuuTable = {
737
737
  table: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "0.13.87",
3
+ "version": "0.13.89",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},