npm package diff
Package: @forge/jira-bridge
Versions: 0.35.0 - 0.36.0-next.0
File: package/out/ui-modifications/index.d.ts
Index: package/out/ui-modifications/index.d.ts
===================================================================
--- package/out/ui-modifications/index.d.ts
+++ package/out/ui-modifications/index.d.ts
@@ -2,8 +2,9 @@
import { onChange } from './onChange';
import { onError } from './onError';
export type { AssigneeField, AssigneeFieldSetValue, DatePickerField, DateTimeField, DescriptionField, LabelsField, MultiSelectField, MultiSelectFieldSetValue, MultiUserPickerField, MultiUserPickerFieldSetValue, ParagraphField, PriorityField, PriorityFieldSetValue, SelectField, SelectFieldSetValue, StatusField, StatusFieldSetValue, SummaryField, TextField, UrlField, UserPickerField, UserPickerFieldSetValue, CheckboxesField, CheckboxesFieldSetValue, PeopleField, PeopleFieldSetValue, ReporterField, ReporterFieldSetValue, ComponentsField, ComponentsFieldSetValue, FixVersionsField, FixVersionsFieldSetValue, VersionsField, VersionsFieldSetValue, IssueTypeField, IssueTypeFieldSetValue, RadioButtonsField, RadioButtonsFieldSetValue, NumberField, CascadingSelectField, CascadingSelectFieldSetValue, ResolutionField, ResolutionSetValue, OriginalEstimateField } from './types/fields';
export type { Field, FieldId, FieldType, HookApi, UiModification } from './types';
+export type { UiModificationExtensionData } from './types/extension';
export type { OnInitHookCallback, RegisterOnInitFieldsCallback } from './onInit';
export type { OnChangeHookCallback, RegisterOnChangeFieldsCallback, FieldChange } from './onChange';
export declare const uiModificationsApi: {
onInit: typeof onInit;