@integry/sdk 4.7.59 → 4.7.61

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.
@@ -778,7 +778,7 @@ declare class IntegryJS {
778
778
  * type: 'string'
779
779
  * }
780
780
  */
781
- renderFormField: (containerId: string, fields: any[], options?: {
781
+ renderFormFields: (containerId: string, fields: any[], options?: {
782
782
  values?: Record<string, any> | undefined;
783
783
  onChange?: ((id: string, val: any) => void) | undefined;
784
784
  variables?: any;