@integry/sdk 4.4.43 → 4.4.45

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.
@@ -428,6 +428,7 @@ interface TemplateField {
428
428
  ui_field?: UiField;
429
429
  is_button_enabled?: boolean;
430
430
  on_button_click_script?: string;
431
+ button_script_requires_auth_token?: boolean;
431
432
  }
432
433
  interface TemplateStep {
433
434
  id: number;