@integry/sdk 3.0.16 → 3.0.17-beta.1

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.
@@ -132,6 +132,7 @@ interface TemplateField {
132
132
  weight: number;
133
133
  is_required: boolean;
134
134
  child_fields: string | null;
135
+ placeholder: string | null;
135
136
  is_dynamic: boolean;
136
137
  data_src: string | null;
137
138
  data_src_endpoint: number | null;