@gravitywiz/types 0.0.9 → 0.0.10

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 +8 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -209,7 +209,14 @@ declare global {
209
209
  };
210
210
 
211
211
  gfMergeTags: {
212
- getMergeTags: () => {
212
+ getMergeTags: (
213
+ fields: GFField[],
214
+ elementId?: string,
215
+ hideAllFields?: boolean,
216
+ excludeFieldTypes?: string[],
217
+ isPrepop?: boolean,
218
+ option?: string,
219
+ ) => {
213
220
  custom: MergeTagGroup;
214
221
  optional: MergeTagGroup;
215
222
  other: MergeTagGroup;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitywiz/types",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
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",