@gravitywiz/types 0.0.8 → 0.0.9

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 +3 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -143,6 +143,9 @@ declare global {
143
143
  inputName: string | false
144
144
  ) => string;
145
145
  CreateConditionalLogic: (objectType: string, object: any) => void
146
+ GetConditionalObject: (objectType: string) => any;
147
+ SetConditionalProperty: (objectType: string, name: string, value: any) => void;
148
+ SetRule: (objectType: string, ruleIndex: number) => void;
146
149
 
147
150
  // Frontend
148
151
  gform: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitywiz/types",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
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",