@konomi-app/kintone-utilities 2.12.1 → 2.12.2

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.
@@ -2,7 +2,7 @@ import type { Calc as CalcField, Category as CategoryField, CheckBox as CheckBox
2
2
  import type { CheckBox as DefaultLayoutCheckBox, CreatedTime as DefaultLayoutCreatedTime, Creator as DefaultLayoutCreator, Date as DefaultLayoutDate, DateTime as DefaultLayoutDateTime, Dropdown as DefaultLayoutDropdown, OneOf as DefaultLayoutField, File as DefaultLayoutFile, GroupSelect as DefaultLayoutGroupSelect, HR as DefaultLayoutHR, InSubtable as DefaultLayoutInSubtable, Label as DefaultLayoutLabel, Link as DefaultLayoutLink, Modifier as DefaultLayoutModifier, MultiLineText as DefaultLayoutMultiLineText, MultiSelect as DefaultLayoutMultiSelect, Number as DefaultLayoutNumber, OrganizationSelect as DefaultLayoutOrganizationSelect, RadioButton as DefaultLayoutRadioButton, RecordNumber as DefaultLayoutRecordNumber, ReferenceTable as DefaultLayoutReferenceTable, RichText as DefaultLayoutRichText, SingleLineText as DefaultLayoutSingleLineText, Spacer as DefaultLayoutSpacer, Time as DefaultLayoutTime, UpdatedTime as DefaultLayoutUpdatedTime, UserSelect as DefaultLayoutUserSelect } from './fieldLayout';
3
3
  import type { Layout as DefaultLayout } from './form';
4
4
  import type { Group as DefaultGroup, Row as DefaultRow } from './layout';
5
- import type { Calc as CalcProperty, Category as CategoryProperty, CheckBox as CheckBoxProperty, CreatedTime as CreatedTimeProperty, Creator as CreatorProperty, Date as DateProperty, DateTime as DateTimeProperty, Dropdown as DropdownProperty, File as FileProperty, GroupSelect as GroupSelectProperty, InSubtable as InSubtableProperty, Link as LinkProperty, Modifier as ModifierProperty, MultiLineText as MultiLineTextProperty, MultiSelect as MultiSelectProperty, Number as NumberProperty, OneOf as OneOfProperty, OrganizationSelect as OrganizationSelectProperty, RadioButton as RadioButtonProperty, RecordNumber as RecordNumberProperty, RichText as RichTextProperty, SingleLineText as SingleLineTextProperty, StatusAssignee as StatusAssigneeProperty, Status as StatusProperty, Subtable as SubtableProperty, Time as TimeProperty, UpdatedTime as UpdatedTimeProperty, UserSelect as UserSelectProperty } from './property';
5
+ import type { Calc as CalcProperty, Category as CategoryProperty, CheckBox as CheckBoxProperty, CreatedTime as CreatedTimeProperty, Creator as CreatorProperty, Date as DateProperty, DateTime as DateTimeProperty, Dropdown as DropdownProperty, File as FileProperty, GroupSelect as GroupSelectProperty, InSubtable as InSubtableProperty, Link as LinkProperty, Modifier as ModifierProperty, MultiLineText as MultiLineTextProperty, MultiSelect as MultiSelectProperty, Number as NumberProperty, OneOf as OneOfProperty, Lookup as LookupProperty, OrganizationSelect as OrganizationSelectProperty, RadioButton as RadioButtonProperty, RecordNumber as RecordNumberProperty, RichText as RichTextProperty, SingleLineText as SingleLineTextProperty, StatusAssignee as StatusAssigneeProperty, Status as StatusProperty, Subtable as SubtableProperty, Time as TimeProperty, UpdatedTime as UpdatedTimeProperty, UserSelect as UserSelectProperty } from './property';
6
6
  import type { Record as DefaultRecord } from './record';
7
7
  import type { ViewForParameter, ViewForResponse } from './view';
8
8
  export declare namespace kintoneAPI {
@@ -89,6 +89,7 @@ export declare namespace kintoneAPI {
89
89
  type GroupSelect = GroupSelectProperty;
90
90
  type InSubtable = InSubtableProperty;
91
91
  type Link = LinkProperty;
92
+ type Lookup = LookupProperty;
92
93
  type Modifier = ModifierProperty;
93
94
  type MultiLineText = MultiLineTextProperty;
94
95
  type MultiSelect = MultiSelectProperty;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konomi-app/kintone-utilities",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.js",
6
6
  "repository": "https://github.com/local-bias/kintone-utilities.git",