@vuu-ui/vuu-protocol-types 2.1.9 → 2.1.11

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 +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -590,6 +590,8 @@ export declare type BeginEditSessionRpcServiceRequest = {
590
590
  };
591
591
  export declare type EndEditSessionParams = {
592
592
  save?: boolean;
593
+ force?: boolean;
594
+ timestamp?: number;
593
595
  };
594
596
  export declare type EndEditSessionRpcServiceRequest = {
595
597
  context: ViewportRpcContext;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuu-ui/vuu-protocol-types",
3
- "version": "2.1.9",
3
+ "version": "2.1.11",
4
4
  "author": "heswell",
5
5
  "license": "Apache-2.0",
6
6
  "dependencies": {},