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