@gravitywiz/types 0.0.17 → 0.0.18

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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -101,6 +101,7 @@ declare global {
101
101
  inputType: GFInputType;
102
102
  productId: string;
103
103
  validateState?: boolean;
104
+ displayOnly?: boolean | '';
104
105
  }
105
106
 
106
107
  type GFSurveyField = GFBaseField & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitywiz/types",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "TypesScript type definitions for Gravity Forms and Gravity Wiz.",
5
5
  "author": "Gravity Wiz",
6
6
  "license": "GPL-2.0-or-later",