@buildocsdev/sdk 1.1.16 → 1.1.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.
package/dist/index.d.ts CHANGED
@@ -397,6 +397,11 @@ type TLoadForm = {
397
397
  pGuid?: string;
398
398
  previewMode?: any;
399
399
  widgetContext?: string;
400
+ definition?: any;
401
+ formData?: Record<string, any>;
402
+ fieldAllowedValues?: Record<string, any>;
403
+ requiredFields?: Record<string, string>;
404
+ widgetsState?: TWidgetsState;
400
405
  };
401
406
  type TPingArgs = {
402
407
  cmd: string;