@leav/ui 0.3.6-93b3e08 → 0.3.6-9ec784a

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.
Files changed (1602) hide show
  1. package/dist/__mocks__/common/attribute.d.ts +1 -0
  2. package/dist/__mocks__/common/attribute.js +11 -3
  3. package/dist/__mocks__/common/attribute.js.map +1 -1
  4. package/dist/__mocks__/common/filter.js +1 -1
  5. package/dist/__mocks__/common/filter.js.map +1 -1
  6. package/dist/__mocks__/common/form.d.ts +12 -5
  7. package/dist/__mocks__/common/form.js +38 -5
  8. package/dist/__mocks__/common/form.js.map +1 -1
  9. package/dist/__mocks__/common/import.js +1 -1
  10. package/dist/__mocks__/common/import.js.map +1 -1
  11. package/dist/__mocks__/common/label.js +1 -1
  12. package/dist/__mocks__/common/label.js.map +1 -1
  13. package/dist/__mocks__/common/library.d.ts +31 -31
  14. package/dist/__mocks__/common/library.js +1 -1
  15. package/dist/__mocks__/common/library.js.map +1 -1
  16. package/dist/__mocks__/common/record.d.ts +13 -2
  17. package/dist/__mocks__/common/record.js.map +1 -1
  18. package/dist/__mocks__/common/tree.js +1 -1
  19. package/dist/__mocks__/common/tree.js.map +1 -1
  20. package/dist/__mocks__/common/value.js +5 -3
  21. package/dist/__mocks__/common/value.js.map +1 -1
  22. package/dist/__mocks__/common/view.js +8 -6
  23. package/dist/__mocks__/common/view.js.map +1 -1
  24. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js +2 -2
  25. package/dist/__mocks__/mockQuery/mockGetLibraryDetailExtendedQuery.js.map +1 -1
  26. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js +1 -1
  27. package/dist/__mocks__/mockQuery/mockGetRecordsFromLibraryQuery.js.map +1 -1
  28. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js +3 -2
  29. package/dist/__mocks__/mockQuery/mockGetViewListQuery.js.map +1 -1
  30. package/dist/__mocks__/react-i18next.d.ts +9 -9
  31. package/dist/__mocks__/react-i18next.js +1 -1
  32. package/dist/__mocks__/react-i18next.js.map +1 -1
  33. package/dist/_gqlTypes/index.d.ts +1439 -694
  34. package/dist/_gqlTypes/index.js +375 -24
  35. package/dist/_gqlTypes/index.js.map +1 -1
  36. package/dist/_queries/applications/applicationDetailsFragment.js +1 -1
  37. package/dist/_queries/applications/applicationDetailsFragment.js.map +1 -1
  38. package/dist/_queries/applications/checkApplicationExistence.js +1 -1
  39. package/dist/_queries/applications/checkApplicationExistence.js.map +1 -1
  40. package/dist/_queries/applications/getApplicationDetails.js +1 -1
  41. package/dist/_queries/applications/getApplicationDetails.js.map +1 -1
  42. package/dist/_queries/applications/getApplicationsModulesQuery.js +1 -1
  43. package/dist/_queries/applications/getApplicationsModulesQuery.js.map +1 -1
  44. package/dist/_queries/applications/saveApplicationMutation.js +1 -1
  45. package/dist/_queries/applications/saveApplicationMutation.js.map +1 -1
  46. package/dist/_queries/attributes/attributeDetailsFragment.js +1 -2
  47. package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
  48. package/dist/_queries/attributes/checkAttributeExistenceQuery.js +1 -1
  49. package/dist/_queries/attributes/checkAttributeExistenceQuery.js.map +1 -1
  50. package/dist/_queries/attributes/deleteAttributeMutation.js +1 -1
  51. package/dist/_queries/attributes/deleteAttributeMutation.js.map +1 -1
  52. package/dist/_queries/attributes/getAttributeByIdQuery.js +1 -1
  53. package/dist/_queries/attributes/getAttributeByIdQuery.js.map +1 -1
  54. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js +1 -1
  55. package/dist/_queries/attributes/getAttributeWithEmbeddedFields.js.map +1 -1
  56. package/dist/_queries/attributes/getAttributesByLib.js +1 -1
  57. package/dist/_queries/attributes/getAttributesByLib.js.map +1 -1
  58. package/dist/_queries/attributes/getAttributesQuery.js +1 -1
  59. package/dist/_queries/attributes/getAttributesQuery.js.map +1 -1
  60. package/dist/_queries/attributes/getVersionProfilesQuery.js +1 -1
  61. package/dist/_queries/attributes/getVersionProfilesQuery.js.map +1 -1
  62. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js +1 -1
  63. package/dist/_queries/attributes/getVersionableAttributesByLibrary.js.map +1 -1
  64. package/dist/_queries/attributes/saveAttributeMutation.js +1 -1
  65. package/dist/_queries/attributes/saveAttributeMutation.js.map +1 -1
  66. package/dist/_queries/export/exportQuery.js +1 -1
  67. package/dist/_queries/export/exportQuery.js.map +1 -1
  68. package/dist/_queries/files/createDirectory.js +1 -1
  69. package/dist/_queries/files/createDirectory.js.map +1 -1
  70. package/dist/_queries/files/forcePreviewsGenerationMutation.js +1 -1
  71. package/dist/_queries/files/forcePreviewsGenerationMutation.js.map +1 -1
  72. package/dist/_queries/files/getDirectoryDataQuery.js +1 -1
  73. package/dist/_queries/files/getDirectoryDataQuery.js.map +1 -1
  74. package/dist/_queries/files/getUploadUpdates.js +1 -1
  75. package/dist/_queries/files/getUploadUpdates.js.map +1 -1
  76. package/dist/_queries/files/uploadMutation.js +1 -1
  77. package/dist/_queries/files/uploadMutation.js.map +1 -1
  78. package/dist/_queries/import/importExcel.js +1 -1
  79. package/dist/_queries/import/importExcel.js.map +1 -1
  80. package/dist/_queries/libraries/checkLibraryExistenceQuery.js +1 -1
  81. package/dist/_queries/libraries/checkLibraryExistenceQuery.js.map +1 -1
  82. package/dist/_queries/libraries/deleteLibraryMutation.js +1 -1
  83. package/dist/_queries/libraries/deleteLibraryMutation.js.map +1 -1
  84. package/dist/_queries/libraries/getLibrariesQuery.js +1 -1
  85. package/dist/_queries/libraries/getLibrariesQuery.js.map +1 -1
  86. package/dist/_queries/libraries/getLibraryByIdQuery.js +1 -1
  87. package/dist/_queries/libraries/getLibraryByIdQuery.js.map +1 -1
  88. package/dist/_queries/libraries/getLibraryDetailExtendQuery.d.ts +4 -5
  89. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js +2 -3
  90. package/dist/_queries/libraries/getLibraryDetailExtendQuery.js.map +1 -1
  91. package/dist/_queries/libraries/getLibraryPermissionsQuery.js +1 -1
  92. package/dist/_queries/libraries/getLibraryPermissionsQuery.js.map +1 -1
  93. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js +1 -1
  94. package/dist/_queries/libraries/getLibraryPreviewsSettingsQuery.js.map +1 -1
  95. package/dist/_queries/libraries/libraryDetailsFragment.js +1 -1
  96. package/dist/_queries/libraries/libraryDetailsFragment.js.map +1 -1
  97. package/dist/_queries/libraries/saveLibraryMutation.js +1 -1
  98. package/dist/_queries/libraries/saveLibraryMutation.js.map +1 -1
  99. package/dist/_queries/permissions/isAllowedQuery.js +1 -1
  100. package/dist/_queries/permissions/isAllowedQuery.js.map +1 -1
  101. package/dist/_queries/records/createRecordMutation.js +1 -1
  102. package/dist/_queries/records/createRecordMutation.js.map +1 -1
  103. package/dist/_queries/records/deactivateRecordsMutation.js +1 -1
  104. package/dist/_queries/records/deactivateRecordsMutation.js.map +1 -1
  105. package/dist/_queries/records/doesFileExistAsChild.js +1 -1
  106. package/dist/_queries/records/doesFileExistAsChild.js.map +1 -1
  107. package/dist/_queries/records/getFileDataQuery.d.ts +1 -1
  108. package/dist/_queries/records/getFileDataQuery.js +1 -1
  109. package/dist/_queries/records/getFileDataQuery.js.map +1 -1
  110. package/dist/_queries/records/getRecordColumnsValues.d.ts +6 -4
  111. package/dist/_queries/records/getRecordColumnsValues.js +5 -2
  112. package/dist/_queries/records/getRecordColumnsValues.js.map +1 -1
  113. package/dist/_queries/records/getRecordFormQuery.js +3 -1
  114. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  115. package/dist/_queries/records/getRecordPropertiesQuery.d.ts +24 -14
  116. package/dist/_queries/records/getRecordPropertiesQuery.js +13 -5
  117. package/dist/_queries/records/getRecordPropertiesQuery.js.map +1 -1
  118. package/dist/_queries/records/getRecordUpdatesSubscription.js +1 -1
  119. package/dist/_queries/records/getRecordUpdatesSubscription.js.map +1 -1
  120. package/dist/_queries/records/getRecordsFromLibraryQuery.d.ts +1 -1
  121. package/dist/_queries/records/getRecordsFromLibraryQuery.js +3 -1
  122. package/dist/_queries/records/getRecordsFromLibraryQuery.js.map +1 -1
  123. package/dist/_queries/records/indexRecordsMutation.js +1 -1
  124. package/dist/_queries/records/indexRecordsMutation.js.map +1 -1
  125. package/dist/_queries/records/recordFormAttributeFragment.js +5 -1
  126. package/dist/_queries/records/recordFormAttributeFragment.js.map +1 -1
  127. package/dist/_queries/tasks/cancelTaskMutation.js +1 -1
  128. package/dist/_queries/tasks/cancelTaskMutation.js.map +1 -1
  129. package/dist/_queries/trees/checkTreeExistenceQuery.js +1 -1
  130. package/dist/_queries/trees/checkTreeExistenceQuery.js.map +1 -1
  131. package/dist/_queries/trees/deleteTreeMutation.js +1 -1
  132. package/dist/_queries/trees/deleteTreeMutation.js.map +1 -1
  133. package/dist/_queries/trees/getTreeByIdQuery.js +1 -1
  134. package/dist/_queries/trees/getTreeByIdQuery.js.map +1 -1
  135. package/dist/_queries/trees/getTreeLibraries.js +1 -1
  136. package/dist/_queries/trees/getTreeLibraries.js.map +1 -1
  137. package/dist/_queries/trees/getTreesQuery.js +1 -1
  138. package/dist/_queries/trees/getTreesQuery.js.map +1 -1
  139. package/dist/_queries/trees/saveTreeMutation.js +1 -1
  140. package/dist/_queries/trees/saveTreeMutation.js.map +1 -1
  141. package/dist/_queries/trees/treeDetailsFragment.js +1 -1
  142. package/dist/_queries/trees/treeDetailsFragment.js.map +1 -1
  143. package/dist/_queries/trees/treeNodeChildrenQuery.js +1 -1
  144. package/dist/_queries/trees/treeNodeChildrenQuery.js.map +1 -1
  145. package/dist/_queries/userData/getUserData.js +1 -1
  146. package/dist/_queries/userData/getUserData.js.map +1 -1
  147. package/dist/_queries/userData/saveUserData.js +1 -1
  148. package/dist/_queries/userData/saveUserData.js.map +1 -1
  149. package/dist/_queries/values/deleteValueMutation.js +1 -1
  150. package/dist/_queries/values/deleteValueMutation.js.map +1 -1
  151. package/dist/_queries/values/saveValueBatchMutation.js +1 -1
  152. package/dist/_queries/values/saveValueBatchMutation.js.map +1 -1
  153. package/dist/_queries/values/valueDetailsFragment.js +9 -6
  154. package/dist/_queries/values/valueDetailsFragment.js.map +1 -1
  155. package/dist/_queries/values/valuesVersionFragment.js +1 -1
  156. package/dist/_queries/values/valuesVersionFragment.js.map +1 -1
  157. package/dist/_queries/views/deleteViewMutation.js +1 -1
  158. package/dist/_queries/views/deleteViewMutation.js.map +1 -1
  159. package/dist/_queries/views/getViewById.js +1 -1
  160. package/dist/_queries/views/getViewById.js.map +1 -1
  161. package/dist/_queries/views/getViewsListQuery.js +1 -1
  162. package/dist/_queries/views/getViewsListQuery.js.map +1 -1
  163. package/dist/_queries/views/saveViewMutation.js +2 -2
  164. package/dist/_queries/views/saveViewMutation.js.map +1 -1
  165. package/dist/_queries/views/viewDetailsFragment.js +15 -12
  166. package/dist/_queries/views/viewDetailsFragment.js.map +1 -1
  167. package/dist/_utils/__mocks__/isDevEnv.js +1 -1
  168. package/dist/_utils/__mocks__/isDevEnv.js.map +1 -1
  169. package/dist/_utils/getFiltersFromRequest.js +2 -2
  170. package/dist/_utils/getFiltersFromRequest.js.map +1 -1
  171. package/dist/_utils/getRequestFromFilter.js +1 -1
  172. package/dist/_utils/getRequestFromFilter.js.map +1 -1
  173. package/dist/_utils/index.d.ts +3 -1
  174. package/dist/_utils/index.js +11 -4
  175. package/dist/_utils/index.js.map +1 -1
  176. package/dist/_utils/interleaveElement.d.ts +1 -0
  177. package/dist/_utils/interleaveElement.js +5 -0
  178. package/dist/_utils/interleaveElement.js.map +1 -0
  179. package/dist/_utils/isDevEnv.js +1 -1
  180. package/dist/_utils/isDevEnv.js.map +1 -1
  181. package/dist/_utils/typeguards.d.ts +2 -0
  182. package/dist/_utils/typeguards.js +2 -0
  183. package/dist/_utils/typeguards.js.map +1 -0
  184. package/dist/antdTheme/index.d.ts +0 -3
  185. package/dist/antdTheme/index.js +4 -43
  186. package/dist/antdTheme/index.js.map +1 -1
  187. package/dist/antdTheme/types.d.ts +1 -1
  188. package/dist/components/AttributePicker/AttributePicker.d.ts +0 -1
  189. package/dist/components/AttributePicker/AttributePicker.js +1 -1
  190. package/dist/components/AttributePicker/AttributePicker.js.map +1 -1
  191. package/dist/components/AttributePicker/AttributesList/AttributesList.d.ts +0 -1
  192. package/dist/components/AttributePicker/AttributesList/AttributesList.js +1 -1
  193. package/dist/components/AttributePicker/AttributesList/AttributesList.js.map +1 -1
  194. package/dist/components/AttributePicker/AttributesList/index.js +1 -1
  195. package/dist/components/AttributePicker/AttributesList/index.js.map +1 -1
  196. package/dist/components/AttributePicker/index.js +1 -1
  197. package/dist/components/AttributePicker/index.js.map +1 -1
  198. package/dist/components/AttributesSelectionList/Attribute/Attribute.d.ts +0 -1
  199. package/dist/components/AttributesSelectionList/Attribute/Attribute.js +1 -1
  200. package/dist/components/AttributesSelectionList/Attribute/Attribute.js.map +1 -1
  201. package/dist/components/AttributesSelectionList/Attribute/index.js +1 -1
  202. package/dist/components/AttributesSelectionList/Attribute/index.js.map +1 -1
  203. package/dist/components/AttributesSelectionList/AttributesSelectionList.d.ts +0 -1
  204. package/dist/components/AttributesSelectionList/AttributesSelectionList.js +1 -1
  205. package/dist/components/AttributesSelectionList/AttributesSelectionList.js.map +1 -1
  206. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.d.ts +0 -1
  207. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js +1 -1
  208. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/SelectedAttribute.js.map +1 -1
  209. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js +1 -1
  210. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttribute/index.js.map +1 -1
  211. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.d.ts +0 -1
  212. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js +1 -1
  213. package/dist/components/AttributesSelectionList/SelectedAttributesList/SelectedAttributesList.js.map +1 -1
  214. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js +1 -1
  215. package/dist/components/AttributesSelectionList/SelectedAttributesList/index.js.map +1 -1
  216. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.d.ts +1 -1
  217. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js +1 -1
  218. package/dist/components/AttributesSelectionList/helpers/attributeToSelectedAttribute.js.map +1 -1
  219. package/dist/components/AttributesSelectionList/index.js +1 -1
  220. package/dist/components/AttributesSelectionList/index.js.map +1 -1
  221. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.d.ts +0 -1
  222. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js +1 -1
  223. package/dist/components/AttributesSelectionList/reducer/__mocks__/attributesSelectionListStateContext.js.map +1 -1
  224. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.d.ts +1 -1
  225. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js +1 -1
  226. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListReducer.js.map +1 -1
  227. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js +1 -1
  228. package/dist/components/AttributesSelectionList/reducer/attributesSelectionListStateContext.js.map +1 -1
  229. package/dist/components/AttributesSelectionList/sharedComponents.d.ts +302 -305
  230. package/dist/components/AttributesSelectionList/sharedComponents.js +1 -1
  231. package/dist/components/AttributesSelectionList/sharedComponents.js.map +1 -1
  232. package/dist/components/BasicButton/BasicButton.d.ts +0 -1
  233. package/dist/components/BasicButton/BasicButton.js +1 -1
  234. package/dist/components/BasicButton/BasicButton.js.map +1 -1
  235. package/dist/components/BasicButton/index.js +1 -1
  236. package/dist/components/BasicButton/index.js.map +1 -1
  237. package/dist/components/CreateDirectory/CreateDirectory.d.ts +0 -1
  238. package/dist/components/CreateDirectory/CreateDirectory.js +2 -2
  239. package/dist/components/CreateDirectory/CreateDirectory.js.map +1 -1
  240. package/dist/components/CreateDirectory/index.js +1 -1
  241. package/dist/components/CreateDirectory/index.js.map +1 -1
  242. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.d.ts +0 -1
  243. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js +1 -1
  244. package/dist/components/DeactivateRecordsModal/DeactivateRecordsModal.js.map +1 -1
  245. package/dist/components/DeactivateRecordsModal/index.js +1 -1
  246. package/dist/components/DeactivateRecordsModal/index.js.map +1 -1
  247. package/dist/components/Dimmer/Dimmer.d.ts +0 -1
  248. package/dist/components/Dimmer/index.js +1 -1
  249. package/dist/components/Dimmer/index.js.map +1 -1
  250. package/dist/components/EditApplication/EditApplication.d.ts +0 -1
  251. package/dist/components/EditApplication/EditApplication.js +3 -3
  252. package/dist/components/EditApplication/EditApplication.js.map +1 -1
  253. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.d.ts +0 -1
  254. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js +1 -1
  255. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfo.js.map +1 -1
  256. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.d.ts +0 -1
  257. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js +1 -1
  258. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/EditApplicationInfoForm.js.map +1 -1
  259. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.d.ts +0 -1
  260. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js +1 -1
  261. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/ModuleSelector.js.map +1 -1
  262. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js +1 -1
  263. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/ModuleSelector/index.js.map +1 -1
  264. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js +1 -1
  265. package/dist/components/EditApplication/EditApplicationInfo/EditApplicationInfoForm/index.js.map +1 -1
  266. package/dist/components/EditApplication/EditApplicationInfo/index.js +1 -1
  267. package/dist/components/EditApplication/EditApplicationInfo/index.js.map +1 -1
  268. package/dist/components/EditApplication/_types.d.ts +2 -3
  269. package/dist/components/EditApplication/index.js +1 -1
  270. package/dist/components/EditApplication/index.js.map +1 -1
  271. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.d.ts +0 -1
  272. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js +1 -1
  273. package/dist/components/EditAttributeModal/EditAttribute/EditAttribute.js.map +1 -1
  274. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.d.ts +0 -1
  275. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js +1 -1
  276. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfo.js.map +1 -1
  277. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.d.ts +0 -1
  278. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js +1 -1
  279. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/EditAttributeInfoForm.js.map +1 -1
  280. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js +1 -1
  281. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/LinkedLibraryForm.js.map +1 -1
  282. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js +1 -1
  283. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedLibraryForm/index.js.map +1 -1
  284. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js +1 -1
  285. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/LinkedTreeForm.js.map +1 -1
  286. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js +1 -1
  287. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/LinkedTreeForm/index.js.map +1 -1
  288. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js +1 -1
  289. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/ValuesVersionsForm.js.map +1 -1
  290. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js +1 -1
  291. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/ValuesVersionsForm/index.js.map +1 -1
  292. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js +1 -1
  293. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/EditAttributeInfoForm/index.js.map +1 -1
  294. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js +1 -1
  295. package/dist/components/EditAttributeModal/EditAttribute/EditAttributeInfo/index.js.map +1 -1
  296. package/dist/components/EditAttributeModal/EditAttribute/index.js +1 -1
  297. package/dist/components/EditAttributeModal/EditAttribute/index.js.map +1 -1
  298. package/dist/components/EditAttributeModal/EditAttributeModal.d.ts +0 -1
  299. package/dist/components/EditAttributeModal/EditAttributeModal.js +1 -1
  300. package/dist/components/EditAttributeModal/EditAttributeModal.js.map +1 -1
  301. package/dist/components/EditAttributeModal/index.js +1 -1
  302. package/dist/components/EditAttributeModal/index.js.map +1 -1
  303. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.d.ts +0 -1
  304. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js +1 -1
  305. package/dist/components/EditLibraryModal/EditLibrary/EditLibrary.js.map +1 -1
  306. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.d.ts +0 -1
  307. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js +1 -1
  308. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/AttributeCell.js.map +1 -1
  309. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js +1 -1
  310. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributeCell/index.js.map +1 -1
  311. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.d.ts +1 -2
  312. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js +1 -1
  313. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/AttributesList.js.map +1 -1
  314. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.d.ts +0 -1
  315. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js +1 -1
  316. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/DeleteButton.js.map +1 -1
  317. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js +1 -1
  318. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/DeleteButton/index.js.map +1 -1
  319. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js +1 -1
  320. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/AttributesList/index.js.map +1 -1
  321. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.d.ts +0 -1
  322. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js +1 -1
  323. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/EditLibraryAttributes.js.map +1 -1
  324. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js +1 -1
  325. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryAttributes/index.js.map +1 -1
  326. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.d.ts +0 -1
  327. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js +1 -1
  328. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/EditLibraryIndexation.js.map +1 -1
  329. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js +1 -1
  330. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryIndexation/index.js.map +1 -1
  331. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.d.ts +0 -1
  332. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfo.js.map +1 -1
  333. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.d.ts +0 -1
  334. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js +1 -1
  335. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/EditLibraryInfoForm.js.map +1 -1
  336. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js +1 -1
  337. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/EditLibraryInfoForm/index.js.map +1 -1
  338. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js +1 -1
  339. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryInfo/index.js.map +1 -1
  340. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.d.ts +0 -1
  341. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js +1 -1
  342. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditLibraryPreviewsSettings.js.map +1 -1
  343. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.d.ts +0 -1
  344. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js +1 -1
  345. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/EditPreviewsSettingsModal.js.map +1 -1
  346. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.d.ts +0 -1
  347. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js +1 -1
  348. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/SizesEditor.js.map +1 -1
  349. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js +1 -1
  350. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/SizesEditor/index.js.map +1 -1
  351. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js +1 -1
  352. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/EditPreviewsSettingsModal/index.js.map +1 -1
  353. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.d.ts +0 -1
  354. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js +1 -1
  355. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/PreviewsSettingsList.js.map +1 -1
  356. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js +1 -1
  357. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/PreviewsSettingsList/index.js.map +1 -1
  358. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js +1 -1
  359. package/dist/components/EditLibraryModal/EditLibrary/EditLibraryPreviewsSettings/index.js.map +1 -1
  360. package/dist/components/EditLibraryModal/EditLibrary/index.js +1 -1
  361. package/dist/components/EditLibraryModal/EditLibrary/index.js.map +1 -1
  362. package/dist/components/EditLibraryModal/EditLibraryModal.d.ts +0 -1
  363. package/dist/components/EditLibraryModal/EditLibraryModal.js +1 -1
  364. package/dist/components/EditLibraryModal/EditLibraryModal.js.map +1 -1
  365. package/dist/components/EditLibraryModal/index.js +1 -1
  366. package/dist/components/EditLibraryModal/index.js.map +1 -1
  367. package/dist/components/EditTreeModal/EditTree/EditTree.d.ts +0 -1
  368. package/dist/components/EditTreeModal/EditTree/EditTree.js +1 -1
  369. package/dist/components/EditTreeModal/EditTree/EditTree.js.map +1 -1
  370. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.d.ts +0 -1
  371. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js +1 -1
  372. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfo.js.map +1 -1
  373. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.d.ts +1 -2
  374. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js +1 -1
  375. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/EditTreeInfoForm.js.map +1 -1
  376. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js +1 -1
  377. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/TreeLibrariesForm.js.map +1 -1
  378. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js +1 -1
  379. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/TreeLibrariesForm/index.js.map +1 -1
  380. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js +1 -1
  381. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/EditTreeInfoForm/index.js.map +1 -1
  382. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js +1 -1
  383. package/dist/components/EditTreeModal/EditTree/EditTreeInfo/index.js.map +1 -1
  384. package/dist/components/EditTreeModal/EditTree/index.js +1 -1
  385. package/dist/components/EditTreeModal/EditTree/index.js.map +1 -1
  386. package/dist/components/EditTreeModal/EditTreeModal.d.ts +0 -1
  387. package/dist/components/EditTreeModal/EditTreeModal.js +1 -1
  388. package/dist/components/EditTreeModal/EditTreeModal.js.map +1 -1
  389. package/dist/components/EditTreeModal/index.js +1 -1
  390. package/dist/components/EditTreeModal/index.js.map +1 -1
  391. package/dist/components/EntityCard/EntityCard.d.ts +0 -1
  392. package/dist/components/EntityCard/EntityCard.js +1 -1
  393. package/dist/components/EntityCard/EntityCard.js.map +1 -1
  394. package/dist/components/EntityCard/index.js +1 -1
  395. package/dist/components/EntityCard/index.js.map +1 -1
  396. package/dist/components/EntityPreview/EntityPreview.js +1 -1
  397. package/dist/components/EntityPreview/EntityPreview.js.map +1 -1
  398. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.d.ts +0 -1
  399. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js +1 -1
  400. package/dist/components/EntityPreview/EntityPreviewList/EntityPreviewList.js.map +1 -1
  401. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.d.ts +0 -1
  402. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js +1 -1
  403. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/SimplisticEntityPreview.js.map +1 -1
  404. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js +1 -1
  405. package/dist/components/EntityPreview/EntityPreviewList/SimplisticEntityPreview/index.js.map +1 -1
  406. package/dist/components/EntityPreview/EntityPreviewList/index.js +1 -1
  407. package/dist/components/EntityPreview/EntityPreviewList/index.js.map +1 -1
  408. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.d.ts +0 -1
  409. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js +1 -1
  410. package/dist/components/EntityPreview/EntityPreviewTile/EntityPreviewTile.js.map +1 -1
  411. package/dist/components/EntityPreview/EntityPreviewTile/index.js +1 -1
  412. package/dist/components/EntityPreview/EntityPreviewTile/index.js.map +1 -1
  413. package/dist/components/EntityPreview/_types.d.ts +0 -1
  414. package/dist/components/EntityPreview/index.js +1 -1
  415. package/dist/components/EntityPreview/index.js.map +1 -1
  416. package/dist/components/ErrorBoundary/ErrorBoundary.js +1 -1
  417. package/dist/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
  418. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js +1 -1
  419. package/dist/components/ErrorBoundary/ErrorBoundaryContent/ErrorBoundaryContent.js.map +1 -1
  420. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js +1 -1
  421. package/dist/components/ErrorBoundary/ErrorBoundaryContent/index.js.map +1 -1
  422. package/dist/components/ErrorBoundary/index.js +1 -1
  423. package/dist/components/ErrorBoundary/index.js.map +1 -1
  424. package/dist/components/ErrorDisplay/ErrorDisplay.js +1 -1
  425. package/dist/components/ErrorDisplay/ErrorDisplay.js.map +1 -1
  426. package/dist/components/ErrorDisplay/index.js +1 -1
  427. package/dist/components/ErrorDisplay/index.js.map +1 -1
  428. package/dist/components/ErrorMessage/ErrorMessage.d.ts +0 -1
  429. package/dist/components/ErrorMessage/ErrorMessage.js +1 -1
  430. package/dist/components/ErrorMessage/ErrorMessage.js.map +1 -1
  431. package/dist/components/ErrorMessage/index.js +1 -1
  432. package/dist/components/ErrorMessage/index.js.map +1 -1
  433. package/dist/components/Explorer/DataView.d.ts +23 -0
  434. package/dist/components/Explorer/DataView.js +123 -0
  435. package/dist/components/Explorer/DataView.js.map +1 -0
  436. package/dist/components/Explorer/Explorer.d.ts +17 -0
  437. package/dist/components/Explorer/Explorer.js +115 -0
  438. package/dist/components/Explorer/Explorer.js.map +1 -0
  439. package/dist/components/Explorer/ExplorerTitle.d.ts +9 -0
  440. package/dist/components/Explorer/ExplorerTitle.js +47 -0
  441. package/dist/components/Explorer/ExplorerTitle.js.map +1 -0
  442. package/dist/components/Explorer/ExplorerToolbar.d.ts +5 -0
  443. package/dist/components/Explorer/ExplorerToolbar.js +45 -0
  444. package/dist/components/Explorer/ExplorerToolbar.js.map +1 -0
  445. package/dist/components/Explorer/IdCard.d.ts +7 -0
  446. package/dist/components/Explorer/IdCard.js +15 -0
  447. package/dist/components/Explorer/IdCard.js.map +1 -0
  448. package/dist/components/Explorer/TableCell.d.ts +8 -0
  449. package/dist/components/Explorer/TableCell.js +152 -0
  450. package/dist/components/Explorer/TableCell.js.map +1 -0
  451. package/dist/components/Explorer/TableTagGroup.d.ts +7 -0
  452. package/dist/components/Explorer/TableTagGroup.js +30 -0
  453. package/dist/components/Explorer/TableTagGroup.js.map +1 -0
  454. package/dist/components/Explorer/_constants.d.ts +5 -0
  455. package/dist/components/Explorer/_constants.js +18 -0
  456. package/dist/components/Explorer/_constants.js.map +1 -0
  457. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +4 -0
  458. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +81 -0
  459. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -0
  460. package/dist/components/Explorer/_queries/useExplorerData.d.ts +35 -0
  461. package/dist/components/Explorer/_queries/useExplorerData.js +115 -0
  462. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -0
  463. package/dist/components/Explorer/_types.d.ts +87 -0
  464. package/dist/components/Explorer/_types.js +2 -0
  465. package/dist/components/Explorer/_types.js.map +1 -0
  466. package/dist/components/Explorer/conditionsHelper.d.ts +2 -0
  467. package/dist/components/Explorer/conditionsHelper.js +16 -0
  468. package/dist/components/Explorer/conditionsHelper.js.map +1 -0
  469. package/dist/components/Explorer/index.d.ts +9 -0
  470. package/dist/components/Explorer/index.js +10 -0
  471. package/dist/components/Explorer/index.js.map +1 -0
  472. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.d.ts +12 -0
  473. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js +85 -0
  474. package/dist/components/Explorer/manage-view-settings/_shared/ColumnItem.js.map +1 -0
  475. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.d.ts +6 -0
  476. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +12 -0
  477. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -0
  478. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.d.ts +13 -0
  479. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js +67 -0
  480. package/dist/components/Explorer/manage-view-settings/_shared/useAttributeDetailsData.js.map +1 -0
  481. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.d.ts +6 -0
  482. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js +28 -0
  483. package/dist/components/Explorer/manage-view-settings/configure-display/ConfigureDisplay.js.map +1 -0
  484. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.d.ts +6 -0
  485. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js +56 -0
  486. package/dist/components/Explorer/manage-view-settings/configure-display/attributes/SelectVisibleAttributes.js.map +1 -0
  487. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.d.ts +8 -0
  488. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js +12 -0
  489. package/dist/components/Explorer/manage-view-settings/configure-display/view-type/SelectViewType.js.map +1 -0
  490. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.d.ts +4 -0
  491. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +83 -0
  492. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -0
  493. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.d.ts +9 -0
  494. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js +33 -0
  495. package/dist/components/Explorer/manage-view-settings/filter-items/FilterListItem.js.map +1 -0
  496. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.d.ts +3 -0
  497. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js +22 -0
  498. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/BooleanAttributeDropdown.js.map +1 -0
  499. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.d.ts +3 -0
  500. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js +11 -0
  501. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ColorAttributeDropDown.js.map +1 -0
  502. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.d.ts +3 -0
  503. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js +66 -0
  504. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateAttributeDropDown.js.map +1 -0
  505. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.d.ts +3 -0
  506. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js +11 -0
  507. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/DateRangeAttributeDropDown.js.map +1 -0
  508. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.d.ts +3 -0
  509. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js +11 -0
  510. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/EncryptedAttributeDropDown.js.map +1 -0
  511. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.d.ts +3 -0
  512. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js +11 -0
  513. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/ExtendedAttributeDropDown.js.map +1 -0
  514. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.d.ts +3 -0
  515. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js +71 -0
  516. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropDown.js.map +1 -0
  517. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.d.ts +10 -0
  518. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js +75 -0
  519. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterValueList.js.map +1 -0
  520. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.d.ts +3 -0
  521. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js +19 -0
  522. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/NumericAttributeDropDown.js.map +1 -0
  523. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.d.ts +3 -0
  524. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js +28 -0
  525. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TextAttributeDropDown.js.map +1 -0
  526. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +11 -0
  527. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +100 -0
  528. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -0
  529. package/dist/components/Explorer/manage-view-settings/index.d.ts +8 -0
  530. package/dist/components/Explorer/manage-view-settings/index.js +11 -0
  531. package/dist/components/Explorer/manage-view-settings/index.js.map +1 -0
  532. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.d.ts +15 -0
  533. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js +15 -0
  534. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContext.js.map +1 -0
  535. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.d.ts +7 -0
  536. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js +17 -0
  537. package/dist/components/Explorer/manage-view-settings/open-view-settings/EditSettingsContextProvider.js.map +1 -0
  538. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.d.ts +2 -0
  539. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js +19 -0
  540. package/dist/components/Explorer/manage-view-settings/open-view-settings/SidePanel.js.map +1 -0
  541. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.d.ts +1 -0
  542. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js +7 -0
  543. package/dist/components/Explorer/manage-view-settings/open-view-settings/useEditSettings.js.map +1 -0
  544. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.d.ts +5 -0
  545. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js +39 -0
  546. package/dist/components/Explorer/manage-view-settings/open-view-settings/useOpenViewSettings.js.map +1 -0
  547. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.d.ts +9 -0
  548. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js +55 -0
  549. package/dist/components/Explorer/manage-view-settings/router-menu/SettingItem.js.map +1 -0
  550. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.d.ts +8 -0
  551. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js +70 -0
  552. package/dist/components/Explorer/manage-view-settings/router-menu/SettingsPanel.js.map +1 -0
  553. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.d.ts +4 -0
  554. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js +113 -0
  555. package/dist/components/Explorer/manage-view-settings/sort-items/SortItems.js.map +1 -0
  556. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.d.ts +10 -0
  557. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js +32 -0
  558. package/dist/components/Explorer/manage-view-settings/sort-items/SortListItem.js.map +1 -0
  559. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.d.ts +6 -0
  560. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js +11 -0
  561. package/dist/components/Explorer/manage-view-settings/store-view-settings/ViewSettingsContext.js.map +1 -0
  562. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.d.ts +4 -0
  563. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js +7 -0
  564. package/dist/components/Explorer/manage-view-settings/store-view-settings/useViewSettingsContext.js.map +1 -0
  565. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.d.ts +4 -0
  566. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js +25 -0
  567. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsInitialState.js.map +1 -0
  568. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +159 -0
  569. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +210 -0
  570. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -0
  571. package/dist/components/Explorer/tsconfig.json +6 -0
  572. package/dist/components/Explorer/useColumnWidth.d.ts +6 -0
  573. package/dist/components/Explorer/useColumnWidth.js +48 -0
  574. package/dist/components/Explorer/useColumnWidth.js.map +1 -0
  575. package/dist/components/Explorer/useCreateAction.d.ts +21 -0
  576. package/dist/components/Explorer/useCreateAction.js +73 -0
  577. package/dist/components/Explorer/useCreateAction.js.map +1 -0
  578. package/dist/components/Explorer/useDeactivateMassAction.d.ts +27 -0
  579. package/dist/components/Explorer/useDeactivateMassAction.js +71 -0
  580. package/dist/components/Explorer/useDeactivateMassAction.js.map +1 -0
  581. package/dist/components/Explorer/useEditAction.d.ts +15 -0
  582. package/dist/components/Explorer/useEditAction.js +54 -0
  583. package/dist/components/Explorer/useEditAction.js.map +1 -0
  584. package/dist/components/Explorer/useMassActions.d.ts +27 -0
  585. package/dist/components/Explorer/useMassActions.js +109 -0
  586. package/dist/components/Explorer/useMassActions.js.map +1 -0
  587. package/dist/components/Explorer/usePagination.d.ts +7 -0
  588. package/dist/components/Explorer/usePagination.js +25 -0
  589. package/dist/components/Explorer/usePagination.js.map +1 -0
  590. package/dist/components/Explorer/usePrimaryActions.d.ts +12 -0
  591. package/dist/components/Explorer/usePrimaryActions.js +28 -0
  592. package/dist/components/Explorer/usePrimaryActions.js.map +1 -0
  593. package/dist/components/Explorer/useRemoveAction.d.ts +23 -0
  594. package/dist/components/Explorer/useRemoveAction.js +109 -0
  595. package/dist/components/Explorer/useRemoveAction.js.map +1 -0
  596. package/dist/components/Explorer/useSearchInput.d.ts +16 -0
  597. package/dist/components/Explorer/useSearchInput.js +39 -0
  598. package/dist/components/Explorer/useSearchInput.js.map +1 -0
  599. package/dist/components/Explorer/useTableScrollableHeight.d.ts +5 -0
  600. package/dist/components/Explorer/useTableScrollableHeight.js +15 -0
  601. package/dist/components/Explorer/useTableScrollableHeight.js.map +1 -0
  602. package/dist/components/Explorer/useViewSettingsReducer.d.ts +8 -0
  603. package/dist/components/Explorer/useViewSettingsReducer.js +126 -0
  604. package/dist/components/Explorer/useViewSettingsReducer.js.map +1 -0
  605. package/dist/components/ExportModal/ExportModal.d.ts +0 -1
  606. package/dist/components/ExportModal/ExportModal.js +3 -3
  607. package/dist/components/ExportModal/ExportModal.js.map +1 -1
  608. package/dist/components/ExportModal/index.js +1 -1
  609. package/dist/components/ExportModal/index.js.map +1 -1
  610. package/dist/components/FieldsGroup/FieldsGroup.js +1 -1
  611. package/dist/components/FieldsGroup/FieldsGroup.js.map +1 -1
  612. package/dist/components/FieldsGroup/index.js +1 -1
  613. package/dist/components/FieldsGroup/index.js.map +1 -1
  614. package/dist/components/FloatingMenu/FloatingMenu.d.ts +0 -1
  615. package/dist/components/FloatingMenu/FloatingMenu.js +1 -1
  616. package/dist/components/FloatingMenu/FloatingMenu.js.map +1 -1
  617. package/dist/components/FloatingMenu/_types.d.ts +1 -2
  618. package/dist/components/FloatingMenu/index.js +1 -1
  619. package/dist/components/FloatingMenu/index.js.map +1 -1
  620. package/dist/components/ImageLoading/ImageLoading.d.ts +0 -1
  621. package/dist/components/ImageLoading/ImageLoading.js +1 -1
  622. package/dist/components/ImageLoading/ImageLoading.js.map +1 -1
  623. package/dist/components/ImageLoading/index.js +1 -1
  624. package/dist/components/ImageLoading/index.js.map +1 -1
  625. package/dist/components/ImageMissing/ImageMissing.d.ts +0 -1
  626. package/dist/components/ImageMissing/ImageMissing.js +1 -1
  627. package/dist/components/ImageMissing/ImageMissing.js.map +1 -1
  628. package/dist/components/ImageMissing/index.js +1 -1
  629. package/dist/components/ImageMissing/index.js.map +1 -1
  630. package/dist/components/ImportModal/ImportModal.d.ts +0 -1
  631. package/dist/components/ImportModal/ImportModal.js +1 -1
  632. package/dist/components/ImportModal/ImportModal.js.map +1 -1
  633. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.d.ts +0 -1
  634. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js +1 -1
  635. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/ImportKeysSelector.js.map +1 -1
  636. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js +1 -1
  637. package/dist/components/ImportModal/ImportModalConfigStep/ImportKeysSelector/index.js.map +1 -1
  638. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.d.ts +0 -1
  639. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js +1 -1
  640. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/ImportMappingRowTitle.js.map +1 -1
  641. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js +1 -1
  642. package/dist/components/ImportModal/ImportModalConfigStep/ImportMappingRowTitle/index.js.map +1 -1
  643. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.d.ts +0 -1
  644. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js +6 -6
  645. package/dist/components/ImportModal/ImportModalConfigStep/ImportModalConfigStep.js.map +1 -1
  646. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.d.ts +0 -1
  647. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js +1 -1
  648. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/ImportScheduleModal.js.map +1 -1
  649. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js +1 -1
  650. package/dist/components/ImportModal/ImportModalConfigStep/ImportScheduleModal/index.js.map +1 -1
  651. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.d.ts +0 -1
  652. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js +1 -1
  653. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/ImportSheetSettings.js.map +1 -1
  654. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js +1 -1
  655. package/dist/components/ImportModal/ImportModalConfigStep/ImportSheetSettings/index.js.map +1 -1
  656. package/dist/components/ImportModal/ImportModalConfigStep/index.js +1 -1
  657. package/dist/components/ImportModal/ImportModalConfigStep/index.js.map +1 -1
  658. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.d.ts +0 -1
  659. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js +1 -1
  660. package/dist/components/ImportModal/ImportModalDoneStep/ImportModalDoneStep.js.map +1 -1
  661. package/dist/components/ImportModal/ImportModalDoneStep/index.js +1 -1
  662. package/dist/components/ImportModal/ImportModalDoneStep/index.js.map +1 -1
  663. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.d.ts +0 -1
  664. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js +1 -1
  665. package/dist/components/ImportModal/ImportModalProcessingStep/ImportModalProcessingStep.js.map +1 -1
  666. package/dist/components/ImportModal/ImportModalProcessingStep/index.js +1 -1
  667. package/dist/components/ImportModal/ImportModalProcessingStep/index.js.map +1 -1
  668. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.d.ts +0 -1
  669. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js +1 -1
  670. package/dist/components/ImportModal/ImportModalSelectFileStep/ImportModalSelectFileStep.js.map +1 -1
  671. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js +1 -1
  672. package/dist/components/ImportModal/ImportModalSelectFileStep/index.js.map +1 -1
  673. package/dist/components/ImportModal/importReducer/ImportReducerContext.d.ts +0 -1
  674. package/dist/components/ImportModal/importReducer/ImportReducerContext.js +1 -1
  675. package/dist/components/ImportModal/importReducer/ImportReducerContext.js.map +1 -1
  676. package/dist/components/ImportModal/importReducer/importReducer.d.ts +1 -1
  677. package/dist/components/ImportModal/importReducer/importReducer.js +1 -1
  678. package/dist/components/ImportModal/importReducer/importReducer.js.map +1 -1
  679. package/dist/components/ImportModal/importReducer/index.js +1 -1
  680. package/dist/components/ImportModal/importReducer/index.js.map +1 -1
  681. package/dist/components/ImportModal/index.js +1 -1
  682. package/dist/components/ImportModal/index.js.map +1 -1
  683. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js +1 -1
  684. package/dist/components/LibraryItemsList/CreateNewRecordButton/CreateNewRecordButton.js.map +1 -1
  685. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js +1 -1
  686. package/dist/components/LibraryItemsList/CreateNewRecordButton/index.js.map +1 -1
  687. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.d.ts +0 -1
  688. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js +1 -1
  689. package/dist/components/LibraryItemsList/DisplayOptions/DisplayOptions.js.map +1 -1
  690. package/dist/components/LibraryItemsList/DisplayOptions/index.js +1 -1
  691. package/dist/components/LibraryItemsList/DisplayOptions/index.js.map +1 -1
  692. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.d.ts +0 -1
  693. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js +1 -1
  694. package/dist/components/LibraryItemsList/DisplayTypeSelector/DisplayTypeSelector.js.map +1 -1
  695. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js +1 -1
  696. package/dist/components/LibraryItemsList/DisplayTypeSelector/index.js.map +1 -1
  697. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.d.ts +0 -1
  698. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js +5 -5
  699. package/dist/components/LibraryItemsList/FiltersDropdown/FiltersDropdown.js.map +1 -1
  700. package/dist/components/LibraryItemsList/FiltersDropdown/index.js +1 -1
  701. package/dist/components/LibraryItemsList/FiltersDropdown/index.js.map +1 -1
  702. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.d.ts +0 -3
  703. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js +7 -17
  704. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.js.map +1 -1
  705. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.d.ts +2 -0
  706. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js +16 -0
  707. package/dist/components/LibraryItemsList/FiltersPanel/Filter/Filter.utils.js.map +1 -0
  708. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.d.ts +0 -1
  709. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js +2 -2
  710. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/FilterAttributeCondition.js.map +1 -1
  711. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js +1 -1
  712. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterAttributeCondition/index.js.map +1 -1
  713. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.d.ts +0 -1
  714. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js +1 -1
  715. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/BooleanFilter.js.map +1 -1
  716. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js +1 -1
  717. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/BooleanFilter/index.js.map +1 -1
  718. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.d.ts +0 -1
  719. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/DateBetweenFilter.js.map +1 -1
  720. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js +1 -1
  721. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateBetweenFilter/index.js.map +1 -1
  722. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.d.ts +0 -1
  723. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js +1 -1
  724. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/DateFilter.js.map +1 -1
  725. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js +1 -1
  726. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/DateFilter/index.js.map +1 -1
  727. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.d.ts +0 -1
  728. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js +1 -1
  729. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/NumericFilter.js.map +1 -1
  730. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js +1 -1
  731. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/NumericFilter/index.js.map +1 -1
  732. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.d.ts +0 -1
  733. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js +1 -1
  734. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/TextFilter.js.map +1 -1
  735. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js +1 -1
  736. package/dist/components/LibraryItemsList/FiltersPanel/Filter/FilterInput/TextFilter/index.js.map +1 -1
  737. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js +1 -1
  738. package/dist/components/LibraryItemsList/FiltersPanel/Filter/index.js.map +1 -1
  739. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js +1 -1
  740. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/FilterDropdownButton.js.map +1 -1
  741. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js +1 -1
  742. package/dist/components/LibraryItemsList/FiltersPanel/FilterDropdownButton/index.js.map +1 -1
  743. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.d.ts +0 -1
  744. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js +1 -1
  745. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/FilterTreeCondition.js.map +1 -1
  746. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js +1 -1
  747. package/dist/components/LibraryItemsList/FiltersPanel/FilterTreeCondition/index.js.map +1 -1
  748. package/dist/components/LibraryItemsList/FiltersPanel/FiltersOptions.js.map +1 -1
  749. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.d.ts +0 -1
  750. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js +1 -1
  751. package/dist/components/LibraryItemsList/FiltersPanel/FiltersPanel.js.map +1 -1
  752. package/dist/components/LibraryItemsList/FiltersPanel/index.js +1 -1
  753. package/dist/components/LibraryItemsList/FiltersPanel/index.js.map +1 -1
  754. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js +1 -1
  755. package/dist/components/LibraryItemsList/FiltersPanel/mustHideValue.js.map +1 -1
  756. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js +1 -1
  757. package/dist/components/LibraryItemsList/IconViewType/IconViewType.js.map +1 -1
  758. package/dist/components/LibraryItemsList/IconViewType/index.js +1 -1
  759. package/dist/components/LibraryItemsList/IconViewType/index.js.map +1 -1
  760. package/dist/components/LibraryItemsList/LibraryItemsList.js.map +1 -1
  761. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js +8 -12
  762. package/dist/components/LibraryItemsList/LibraryItemsListContent/LibraryItemsListContent.js.map +1 -1
  763. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js +1 -1
  764. package/dist/components/LibraryItemsList/LibraryItemsListContent/index.js.map +1 -1
  765. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js +1 -1
  766. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/LibraryItemsListEmpty.js.map +1 -1
  767. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js +1 -1
  768. package/dist/components/LibraryItemsList/LibraryItemsListEmpty/index.js.map +1 -1
  769. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.d.ts +0 -1
  770. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js +1 -1
  771. package/dist/components/LibraryItemsList/LibraryItemsListPagination/LibraryItemsListPagination.js.map +1 -1
  772. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js +1 -1
  773. package/dist/components/LibraryItemsList/LibraryItemsListPagination/index.js.map +1 -1
  774. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.d.ts +0 -1
  775. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/BodyCell.js.map +1 -1
  776. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js +1 -1
  777. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyCell/index.js.map +1 -1
  778. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.d.ts +0 -1
  779. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js +1 -1
  780. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/BodyRow.js.map +1 -1
  781. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js +1 -1
  782. package/dist/components/LibraryItemsList/LibraryItemsListTable/BodyRow/index.js.map +1 -1
  783. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js +1 -1
  784. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/AllValuesCount.js.map +1 -1
  785. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js +1 -1
  786. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/AllValuesCount/index.js.map +1 -1
  787. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js +1 -1
  788. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/Cell.js.map +1 -1
  789. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.d.ts +0 -1
  790. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js +3 -2
  791. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/CellInfos.js.map +1 -1
  792. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js +1 -1
  793. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellInfos/index.js.map +1 -1
  794. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.d.ts +0 -1
  795. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js +1 -1
  796. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/CellSelection.js.map +1 -1
  797. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js +1 -1
  798. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/CellSelection/index.js.map +1 -1
  799. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.d.ts +0 -1
  800. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js +1 -1
  801. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/ElementsToDisplay/RichTextDisplay.js.map +1 -1
  802. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.d.ts +0 -1
  803. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js +8 -3
  804. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/StandardCell.js.map +1 -1
  805. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js +1 -1
  806. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/StandardCell/index.js.map +1 -1
  807. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js +1 -1
  808. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/index.js.map +1 -1
  809. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/typeGuards.d.ts +2 -2
  810. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/types.d.ts +6 -6
  811. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js +1 -1
  812. package/dist/components/LibraryItemsList/LibraryItemsListTable/Cell/utils.js.map +1 -1
  813. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.d.ts +0 -1
  814. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js +1 -1
  815. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/ChooseTableColumns.js.map +1 -1
  816. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js +1 -1
  817. package/dist/components/LibraryItemsList/LibraryItemsListTable/ChooseTableColumns/index.js.map +1 -1
  818. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js +9 -7
  819. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/Header.js.map +1 -1
  820. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js +1 -1
  821. package/dist/components/LibraryItemsList/LibraryItemsListTable/Header/index.js.map +1 -1
  822. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.d.ts +0 -1
  823. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js +2 -2
  824. package/dist/components/LibraryItemsList/LibraryItemsListTable/Table.js.map +1 -1
  825. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js +1 -1
  826. package/dist/components/LibraryItemsList/LibraryItemsListTable/index.js.map +1 -1
  827. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js +1 -1
  828. package/dist/components/LibraryItemsList/MenuItemList/MenuItemList.js.map +1 -1
  829. package/dist/components/LibraryItemsList/MenuItemList/index.js +1 -1
  830. package/dist/components/LibraryItemsList/MenuItemList/index.js.map +1 -1
  831. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.d.ts +0 -1
  832. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js +1 -1
  833. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/ActionsMenu.js.map +1 -1
  834. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js +1 -1
  835. package/dist/components/LibraryItemsList/MenuItemListSelected/ActionsMenu/index.js.map +1 -1
  836. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.d.ts +0 -1
  837. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js +1 -1
  838. package/dist/components/LibraryItemsList/MenuItemListSelected/MenuItemListSelected.js.map +1 -1
  839. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js +1 -1
  840. package/dist/components/LibraryItemsList/MenuItemListSelected/index.js.map +1 -1
  841. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.d.ts +0 -1
  842. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js +1 -1
  843. package/dist/components/LibraryItemsList/MenuSelection/MenuSelection.js.map +1 -1
  844. package/dist/components/LibraryItemsList/MenuSelection/index.js +1 -1
  845. package/dist/components/LibraryItemsList/MenuSelection/index.js.map +1 -1
  846. package/dist/components/LibraryItemsList/MenuView/MenuView.d.ts +0 -1
  847. package/dist/components/LibraryItemsList/MenuView/MenuView.js +5 -10
  848. package/dist/components/LibraryItemsList/MenuView/MenuView.js.map +1 -1
  849. package/dist/components/LibraryItemsList/MenuView/index.js +1 -1
  850. package/dist/components/LibraryItemsList/MenuView/index.js.map +1 -1
  851. package/dist/components/LibraryItemsList/SearchItems/SearchItems.d.ts +0 -1
  852. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js +1 -1
  853. package/dist/components/LibraryItemsList/SearchItems/SearchItems.js.map +1 -1
  854. package/dist/components/LibraryItemsList/SearchItems/index.js +1 -1
  855. package/dist/components/LibraryItemsList/SearchItems/index.js.map +1 -1
  856. package/dist/components/LibraryItemsList/Sidebar/Sidebar.d.ts +0 -1
  857. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js +1 -1
  858. package/dist/components/LibraryItemsList/Sidebar/Sidebar.js.map +1 -1
  859. package/dist/components/LibraryItemsList/Sidebar/index.js +1 -1
  860. package/dist/components/LibraryItemsList/Sidebar/index.js.map +1 -1
  861. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.d.ts +0 -1
  862. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js +3 -2
  863. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/ItemTileDisplay.js.map +1 -1
  864. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js +1 -1
  865. package/dist/components/LibraryItemsList/TileDisplay/ItemTileDisplay/index.js.map +1 -1
  866. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.d.ts +0 -1
  867. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js +1 -1
  868. package/dist/components/LibraryItemsList/TileDisplay/TileDisplay.js.map +1 -1
  869. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js +1 -1
  870. package/dist/components/LibraryItemsList/TileDisplay/helpers/getItemPreviewSize.js.map +1 -1
  871. package/dist/components/LibraryItemsList/TileDisplay/index.js +1 -1
  872. package/dist/components/LibraryItemsList/TileDisplay/index.js.map +1 -1
  873. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.d.ts +0 -1
  874. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js +1 -1
  875. package/dist/components/LibraryItemsList/VersionsPanel/VersionsPanel.js.map +1 -1
  876. package/dist/components/LibraryItemsList/VersionsPanel/index.js +1 -1
  877. package/dist/components/LibraryItemsList/VersionsPanel/index.js.map +1 -1
  878. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.d.ts +0 -1
  879. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js +3 -4
  880. package/dist/components/LibraryItemsList/ViewPanel/EditView/EditView.js.map +1 -1
  881. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js +1 -1
  882. package/dist/components/LibraryItemsList/ViewPanel/EditView/index.js.map +1 -1
  883. package/dist/components/LibraryItemsList/ViewPanel/View/View.d.ts +0 -1
  884. package/dist/components/LibraryItemsList/ViewPanel/View/View.js +4 -4
  885. package/dist/components/LibraryItemsList/ViewPanel/View/View.js.map +1 -1
  886. package/dist/components/LibraryItemsList/ViewPanel/View/index.js +1 -1
  887. package/dist/components/LibraryItemsList/ViewPanel/View/index.js.map +1 -1
  888. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.d.ts +0 -1
  889. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js +1 -1
  890. package/dist/components/LibraryItemsList/ViewPanel/ViewPanel.js.map +1 -1
  891. package/dist/components/LibraryItemsList/ViewPanel/index.js +1 -1
  892. package/dist/components/LibraryItemsList/ViewPanel/index.js.map +1 -1
  893. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js +1 -1
  894. package/dist/components/LibraryItemsList/helpers/defaultFilterConditionByAttributeFormat.js.map +1 -1
  895. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js +1 -1
  896. package/dist/components/LibraryItemsList/helpers/displayTypeToPreviewSize.js.map +1 -1
  897. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js +1 -1
  898. package/dist/components/LibraryItemsList/helpers/extractAttributesFromLibrary.js.map +1 -1
  899. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js +1 -1
  900. package/dist/components/LibraryItemsList/helpers/getFieldFromKey.js.map +1 -1
  901. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js +4 -9
  902. package/dist/components/LibraryItemsList/helpers/getFieldsFromView.js.map +1 -1
  903. package/dist/components/LibraryItemsList/helpers/getFieldsKeyFromAttribute.js.map +1 -1
  904. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js +1 -1
  905. package/dist/components/LibraryItemsList/helpers/getSortFieldByAttributeType.js.map +1 -1
  906. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js +8 -6
  907. package/dist/components/LibraryItemsList/hooks/useLibraryView/useLibraryView.js.map +1 -1
  908. package/dist/components/LibraryItemsList/hooks/useSearchReducer/_types.d.ts +3 -3
  909. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js +1 -1
  910. package/dist/components/LibraryItemsList/hooks/useSearchReducer/index.js.map +1 -1
  911. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js +1 -1
  912. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchContext.js.map +1 -1
  913. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.d.ts +2 -2
  914. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js +25 -33
  915. package/dist/components/LibraryItemsList/hooks/useSearchReducer/searchReducer.js.map +1 -1
  916. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +0 -1
  917. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js +1 -1
  918. package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.js.map +1 -1
  919. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.d.ts +1 -1
  920. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js +1 -1
  921. package/dist/components/LibraryItemsList/hooks/useUpdateViewsOrderMutation.js.map +1 -1
  922. package/dist/components/LibraryItemsList/index.js +1 -1
  923. package/dist/components/LibraryItemsList/index.js.map +1 -1
  924. package/dist/components/LibraryItemsList/manageItems.js +1 -1
  925. package/dist/components/LibraryItemsList/manageItems.js.map +1 -1
  926. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.d.ts +0 -1
  927. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js +1 -1
  928. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/DeactivateRecordBtn.js.map +1 -1
  929. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js +1 -1
  930. package/dist/components/LibraryItemsList/shared/DeactivateRecordBtn/index.js.map +1 -1
  931. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.d.ts +1 -5
  932. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js +2 -6
  933. package/dist/components/LibraryItemsList/shared/SelectCellsBtn.js.map +1 -1
  934. package/dist/components/LibraryItemsList/shared/shared.utils.d.ts +4 -0
  935. package/dist/components/LibraryItemsList/shared/shared.utils.js +9 -0
  936. package/dist/components/LibraryItemsList/shared/shared.utils.js.map +1 -0
  937. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.d.ts +0 -1
  938. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js +1 -1
  939. package/dist/components/LibraryPicker/LibrariesList/LibrariesList.js.map +1 -1
  940. package/dist/components/LibraryPicker/LibrariesList/index.js +1 -1
  941. package/dist/components/LibraryPicker/LibrariesList/index.js.map +1 -1
  942. package/dist/components/LibraryPicker/LibraryPicker.d.ts +0 -1
  943. package/dist/components/LibraryPicker/LibraryPicker.js +1 -1
  944. package/dist/components/LibraryPicker/LibraryPicker.js.map +1 -1
  945. package/dist/components/LibraryPicker/index.js +1 -1
  946. package/dist/components/LibraryPicker/index.js.map +1 -1
  947. package/dist/components/List/List.d.ts +0 -1
  948. package/dist/components/List/List.js +1 -1
  949. package/dist/components/List/List.js.map +1 -1
  950. package/dist/components/List/index.js +1 -1
  951. package/dist/components/List/index.js.map +1 -1
  952. package/dist/components/Loading/Loading.d.ts +0 -1
  953. package/dist/components/Loading/Loading.js +1 -1
  954. package/dist/components/Loading/Loading.js.map +1 -1
  955. package/dist/components/Loading/index.js +1 -1
  956. package/dist/components/Loading/index.js.map +1 -1
  957. package/dist/components/RecordCard/RecordCard.d.ts +0 -1
  958. package/dist/components/RecordCard/RecordCard.js +1 -1
  959. package/dist/components/RecordCard/RecordCard.js.map +1 -1
  960. package/dist/components/RecordCard/_types.d.ts +0 -1
  961. package/dist/components/RecordCard/index.js +1 -1
  962. package/dist/components/RecordCard/index.js.map +1 -1
  963. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +1 -0
  964. package/dist/components/RecordEdition/EditRecord/EditRecord.js +83 -77
  965. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  966. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.d.ts +0 -1
  967. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js +1 -1
  968. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/ValuesVersionSummary.js.map +1 -1
  969. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js +1 -1
  970. package/dist/components/RecordEdition/EditRecord/ValuesVersionSummary/index.js.map +1 -1
  971. package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -1
  972. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +1 -1
  973. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +1 -1
  974. package/dist/components/RecordEdition/EditRecord/index.js +1 -1
  975. package/dist/components/RecordEdition/EditRecord/index.js.map +1 -1
  976. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.d.ts +0 -1
  977. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js +1 -1
  978. package/dist/components/RecordEdition/EditRecordBtn/EditRecordBtn.js.map +1 -1
  979. package/dist/components/RecordEdition/EditRecordBtn/index.js +1 -1
  980. package/dist/components/RecordEdition/EditRecordBtn/index.js.map +1 -1
  981. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +19 -6
  982. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  983. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +23 -34
  984. package/dist/components/RecordEdition/EditRecordContent/_types.js +5 -5
  985. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  986. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +5 -1
  987. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +51 -29
  988. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  989. package/dist/components/RecordEdition/EditRecordContent/formConstants.js +1 -1
  990. package/dist/components/RecordEdition/EditRecordContent/formConstants.js.map +1 -1
  991. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +3 -1
  992. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +8 -2
  993. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  994. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js +1 -1
  995. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/index.js.map +1 -1
  996. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js +1 -1
  997. package/dist/components/RecordEdition/EditRecordContent/helpers/getActiveFieldValues/index.js.map +1 -1
  998. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js +1 -1
  999. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/index.js.map +1 -1
  1000. package/dist/components/RecordEdition/EditRecordContent/helpers/isCurrentVersion/isCurrentVersion.js.map +1 -1
  1001. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.d.ts +0 -1
  1002. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js +1 -1
  1003. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useDeleteValueMutation.js.map +1 -1
  1004. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.d.ts +0 -1
  1005. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js +1 -1
  1006. package/dist/components/RecordEdition/EditRecordContent/hooks/__mocks__/useSaveValueMutation.js.map +1 -1
  1007. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js +1 -1
  1008. package/dist/components/RecordEdition/EditRecordContent/hooks/helpers/getPropertyCacheFieldName.js.map +1 -1
  1009. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteDeleteValueMutation.js.map +1 -1
  1010. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js +1 -1
  1011. package/dist/components/RecordEdition/EditRecordContent/hooks/useExecuteSaveValueBatchMutation.js.map +1 -1
  1012. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +0 -1
  1013. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +1 -1
  1014. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -1
  1015. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +121 -0
  1016. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +31 -0
  1017. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +1 -0
  1018. package/dist/components/RecordEdition/EditRecordContent/index.js +1 -1
  1019. package/dist/components/RecordEdition/EditRecordContent/index.js.map +1 -1
  1020. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js +1 -1
  1021. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/index.js.map +1 -1
  1022. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.d.ts +4 -4
  1023. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js +9 -9
  1024. package/dist/components/RecordEdition/EditRecordContent/reducers/linkFieldReducer/linkFieldReducer.js.map +1 -1
  1025. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.d.ts +2 -3
  1026. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js +3 -3
  1027. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/AddValueBtn.js.map +1 -1
  1028. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js +1 -1
  1029. package/dist/components/RecordEdition/EditRecordContent/shared/AddValueBtn/index.js.map +1 -1
  1030. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.d.ts +0 -1
  1031. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js +1 -1
  1032. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/DeleteAllValuesBtn.js.map +1 -1
  1033. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js +1 -1
  1034. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteAllValuesBtn/index.js.map +1 -1
  1035. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.d.ts +0 -1
  1036. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js +1 -1
  1037. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/DeleteValueBtn.js.map +1 -1
  1038. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js +1 -1
  1039. package/dist/components/RecordEdition/EditRecordContent/shared/DeleteValueBtn/index.js.map +1 -1
  1040. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js +1 -1
  1041. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/FieldFooter.js.map +1 -1
  1042. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js +1 -1
  1043. package/dist/components/RecordEdition/EditRecordContent/shared/FieldFooter/index.js.map +1 -1
  1044. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.d.ts +0 -1
  1045. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js +1 -1
  1046. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/InheritedFieldLabel.js.map +1 -1
  1047. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js +1 -1
  1048. package/dist/components/RecordEdition/EditRecordContent/shared/InheritedFieldLabel/index.js.map +1 -1
  1049. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.d.ts +0 -1
  1050. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js +1 -1
  1051. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/NoValue.js.map +1 -1
  1052. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js +1 -1
  1053. package/dist/components/RecordEdition/EditRecordContent/shared/NoValue/index.js.map +1 -1
  1054. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.d.ts +0 -1
  1055. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js +1 -1
  1056. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/UpdatedFieldIcon.js.map +1 -1
  1057. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js +1 -1
  1058. package/dist/components/RecordEdition/EditRecordContent/shared/UpdatedFieldIcon/index.js.map +1 -1
  1059. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.d.ts +0 -1
  1060. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js +2 -2
  1061. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/ValueDetailsBtn.js.map +1 -1
  1062. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js +1 -1
  1063. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/index.js.map +1 -1
  1064. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.d.ts +4 -5
  1065. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js +9 -9
  1066. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/ValuesVersionBtn.js.map +1 -1
  1067. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js +1 -1
  1068. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionBtn/index.js.map +1 -1
  1069. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.d.ts +2 -3
  1070. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js +3 -3
  1071. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/ValuesVersionIndicator.js.map +1 -1
  1072. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js +1 -1
  1073. package/dist/components/RecordEdition/EditRecordContent/shared/ValuesVersionIndicator/index.js.map +1 -1
  1074. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +3 -2
  1075. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +3 -3
  1076. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  1077. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js +1 -1
  1078. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/index.js.map +1 -1
  1079. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.d.ts +0 -1
  1080. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js +1 -1
  1081. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/ErrorField.js.map +1 -1
  1082. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js +1 -1
  1083. package/dist/components/RecordEdition/EditRecordContent/uiElements/ErrorField/index.js.map +1 -1
  1084. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.d.ts +0 -1
  1085. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js +1 -1
  1086. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/index.js.map +1 -1
  1087. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.d.ts +0 -1
  1088. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +1 -1
  1089. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  1090. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js +1 -1
  1091. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/index.js.map +1 -1
  1092. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/FloatingMenuHandler.js.map +1 -1
  1093. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js +1 -1
  1094. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/FloatingMenuHandler/index.js.map +1 -1
  1095. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.d.ts +1 -1
  1096. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +4 -4
  1097. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  1098. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.d.ts +1 -2
  1099. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js +3 -8
  1100. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/MonoValueSelect.js.map +1 -1
  1101. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js +1 -1
  1102. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MonoValueSelect/useGetOptionsQuery.js.map +1 -1
  1103. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.d.ts +1 -2
  1104. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js +3 -10
  1105. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/MultiValueSelect.js.map +1 -1
  1106. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js +1 -1
  1107. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/MultiValueSelect/useGetOptionsQuery.js.map +1 -1
  1108. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.d.ts +0 -1
  1109. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js +1 -1
  1110. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/RecordIdentityCell.js.map +1 -1
  1111. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js +1 -1
  1112. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/RecordIdentityCell/index.js.map +1 -1
  1113. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.d.ts +0 -1
  1114. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js +1 -1
  1115. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/QuickSearch.js.map +1 -1
  1116. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js +1 -1
  1117. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/QuickSearch/index.js.map +1 -1
  1118. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.d.ts +0 -1
  1119. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js +1 -1
  1120. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/ValuesAdd.js.map +1 -1
  1121. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js +1 -1
  1122. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/ValuesAdd/index.js.map +1 -1
  1123. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js +1 -1
  1124. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/index.js.map +1 -1
  1125. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.d.ts +6 -0
  1126. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js +16 -0
  1127. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/ComputeIndicator.js.map +1 -0
  1128. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.d.ts +4 -0
  1129. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js +25 -0
  1130. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/DeleteAllValuesButton.js.map +1 -0
  1131. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +5 -2
  1132. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +196 -183
  1133. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  1134. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.d.ts +4 -0
  1135. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js +42 -0
  1136. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSBooleanWrapper.js.map +1 -0
  1137. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.d.ts +4 -0
  1138. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js +115 -0
  1139. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSColorPickerWrapper.js.map +1 -0
  1140. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.d.ts +3 -13
  1141. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js +53 -28
  1142. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSDatePickerWrapper.js.map +1 -1
  1143. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.d.ts +4 -0
  1144. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js +34 -0
  1145. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputEncryptedWrapper.js.map +1 -0
  1146. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.d.ts +3 -13
  1147. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js +39 -31
  1148. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputNumberWrapper.js.map +1 -1
  1149. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.d.ts +3 -13
  1150. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +41 -38
  1151. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  1152. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.d.ts +3 -13
  1153. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js +71 -35
  1154. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRangePickerWrapper.js.map +1 -1
  1155. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.d.ts +4 -0
  1156. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js +62 -0
  1157. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSRichTextWrapper.js.map +1 -0
  1158. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +16 -10
  1159. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +57 -415
  1160. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  1161. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.d.ts +4 -0
  1162. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js +141 -0
  1163. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/DSListSelect.js.map +1 -0
  1164. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -1
  1165. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +1 -1
  1166. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +1 -1
  1167. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.d.ts +10 -0
  1168. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js +2 -0
  1169. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/_types.js.map +1 -0
  1170. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +1 -1
  1171. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +1 -1
  1172. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +15 -0
  1173. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js +2 -0
  1174. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.js.map +1 -0
  1175. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js +1 -1
  1176. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/index.js.map +1 -1
  1177. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.d.ts +42 -0
  1178. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js +56 -0
  1179. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/calculatedInheritedFlags.js.map +1 -0
  1180. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js +1 -1
  1181. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/index.js.map +1 -1
  1182. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.d.ts +12 -0
  1183. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js +32 -0
  1184. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/useGetPresentationValues.js.map +1 -0
  1185. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.d.ts +0 -1
  1186. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js +1 -1
  1187. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/index.js.map +1 -1
  1188. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.d.ts +0 -1
  1189. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +5 -5
  1190. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  1191. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.d.ts +0 -1
  1192. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js +1 -1
  1193. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/TreeFieldValue.js.map +1 -1
  1194. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js +1 -1
  1195. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeFieldValue/index.js.map +1 -1
  1196. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.d.ts +0 -1
  1197. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js +3 -3
  1198. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/ValuesAdd.js.map +1 -1
  1199. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js +1 -1
  1200. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/ValuesAdd/index.js.map +1 -1
  1201. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js +1 -1
  1202. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/index.js.map +1 -1
  1203. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.d.ts +0 -1
  1204. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js +1 -1
  1205. package/dist/components/RecordEdition/EditRecordContent/uiElements/index.js.map +1 -1
  1206. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +12 -6
  1207. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  1208. package/dist/components/RecordEdition/EditRecordModal/index.js +1 -1
  1209. package/dist/components/RecordEdition/EditRecordModal/index.js.map +1 -1
  1210. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.d.ts +2 -0
  1211. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +3 -3
  1212. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  1213. package/dist/components/RecordEdition/EditRecordPage/index.js +1 -1
  1214. package/dist/components/RecordEdition/EditRecordPage/index.js.map +1 -1
  1215. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.d.ts +7 -0
  1216. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js +9 -0
  1217. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/AttributeSummary.js.map +1 -0
  1218. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.d.ts +2 -0
  1219. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js +6 -0
  1220. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/index.js.map +1 -0
  1221. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.d.ts +2 -0
  1222. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js +25 -0
  1223. package/dist/components/RecordEdition/EditRecordSidebar/AttributeSummary/useAttributeInformations.js.map +1 -0
  1224. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.d.ts +3 -0
  1225. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js +53 -0
  1226. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/Breadcrumb.js.map +1 -0
  1227. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.d.ts +2 -0
  1228. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js +6 -0
  1229. package/dist/components/RecordEdition/EditRecordSidebar/Breacrumb/index.js.map +1 -0
  1230. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.d.ts +4 -2
  1231. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js +39 -5
  1232. package/dist/components/RecordEdition/EditRecordSidebar/EditRecordSidebar.js.map +1 -1
  1233. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.d.ts +4 -8
  1234. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js +7 -9
  1235. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/PropertiesList.js.map +1 -1
  1236. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js +1 -1
  1237. package/dist/components/RecordEdition/EditRecordSidebar/PropertiesList/index.js.map +1 -1
  1238. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.d.ts +9 -0
  1239. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js +42 -0
  1240. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/RecordInformations.js.map +1 -0
  1241. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.d.ts +6 -0
  1242. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js +35 -0
  1243. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordInformations/useRecordInformations.js.map +1 -0
  1244. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.d.ts +2 -284
  1245. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js +26 -57
  1246. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/RecordSummary.js.map +1 -1
  1247. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js +1 -1
  1248. package/dist/components/RecordEdition/EditRecordSidebar/RecordSummary/index.js.map +1 -1
  1249. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.d.ts +0 -1
  1250. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js +1 -1
  1251. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/AttributeDetails.js.map +1 -1
  1252. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js +1 -1
  1253. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/AttributeDetails/index.js.map +1 -1
  1254. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.d.ts +0 -1
  1255. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js +1 -1
  1256. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/TreeValuePath.js.map +1 -1
  1257. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js +1 -1
  1258. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/TreeValuePath/index.js.map +1 -1
  1259. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.d.ts +0 -1
  1260. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js +2 -14
  1261. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueDetails.js.map +1 -1
  1262. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.d.ts +0 -1
  1263. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js +1 -1
  1264. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/ValueInfo.js.map +1 -1
  1265. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js +1 -1
  1266. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueInfo/index.js.map +1 -1
  1267. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.d.ts +2 -2
  1268. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js +3 -8
  1269. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/ValueMetadata.js.map +1 -1
  1270. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js +1 -1
  1271. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/ValueMetadata/index.js.map +1 -1
  1272. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js +1 -1
  1273. package/dist/components/RecordEdition/EditRecordSidebar/ValueDetails/index.js.map +1 -1
  1274. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.d.ts +0 -1
  1275. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js +1 -1
  1276. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/ValuesVersions.js.map +1 -1
  1277. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js +1 -1
  1278. package/dist/components/RecordEdition/EditRecordSidebar/ValuesVersions/index.js.map +1 -1
  1279. package/dist/components/RecordEdition/EditRecordSidebar/index.js +1 -1
  1280. package/dist/components/RecordEdition/EditRecordSidebar/index.js.map +1 -1
  1281. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.d.ts +5 -0
  1282. package/dist/components/RecordEdition/{EditRecordContent → EditRecordSkeleton}/EditRecordSkeleton.js +3 -3
  1283. package/dist/components/RecordEdition/EditRecordSkeleton/EditRecordSkeleton.js.map +1 -0
  1284. package/dist/components/RecordEdition/EditRecordSkeleton/index.d.ts +2 -0
  1285. package/dist/components/RecordEdition/EditRecordSkeleton/index.js +6 -0
  1286. package/dist/components/RecordEdition/EditRecordSkeleton/index.js.map +1 -0
  1287. package/dist/components/RecordEdition/_types.d.ts +2 -2
  1288. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +2 -2
  1289. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  1290. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js +1 -1
  1291. package/dist/components/RecordEdition/editRecordReducer/editRecordReducerContext.js.map +1 -1
  1292. package/dist/components/RecordEdition/editRecordReducer/index.js +1 -1
  1293. package/dist/components/RecordEdition/editRecordReducer/index.js.map +1 -1
  1294. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js +1 -1
  1295. package/dist/components/RecordEdition/editRecordReducer/useEditRecordReducer.js.map +1 -1
  1296. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js +1 -1
  1297. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/index.js.map +1 -1
  1298. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.d.ts +1 -1
  1299. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +1 -1
  1300. package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
  1301. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js +1 -1
  1302. package/dist/components/RecordEdition/hooks/useGetSubmitButtons.js.map +1 -1
  1303. package/dist/components/RecordEdition/index.d.ts +1 -0
  1304. package/dist/components/RecordEdition/index.js +2 -1
  1305. package/dist/components/RecordEdition/index.js.map +1 -1
  1306. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.d.ts +0 -1
  1307. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js +1 -1
  1308. package/dist/components/RecordPreviewWithModal/FileModal/FileModal.js.map +1 -1
  1309. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.d.ts +0 -1
  1310. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js +1 -1
  1311. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/AudioFile.js.map +1 -1
  1312. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js +1 -1
  1313. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/AudioFile/index.js.map +1 -1
  1314. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.d.ts +0 -1
  1315. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js +1 -1
  1316. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/DocumentFile.js.map +1 -1
  1317. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js +1 -1
  1318. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/DocumentFile/index.js.map +1 -1
  1319. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.d.ts +0 -1
  1320. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js +1 -1
  1321. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalContent.js.map +1 -1
  1322. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.d.ts +0 -1
  1323. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js +1 -1
  1324. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/FileModalSidebar.js.map +1 -1
  1325. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js +1 -1
  1326. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/FileModalSidebar/index.js.map +1 -1
  1327. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.d.ts +0 -1
  1328. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js +1 -1
  1329. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/ImageFile.js.map +1 -1
  1330. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js +1 -1
  1331. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/ImageFile/index.js.map +1 -1
  1332. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.d.ts +0 -1
  1333. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js +1 -1
  1334. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/NoDisplayFile.js.map +1 -1
  1335. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js +1 -1
  1336. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/NoDisplayFile/index.js.map +1 -1
  1337. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.d.ts +0 -1
  1338. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js +1 -1
  1339. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/VideoFile.js.map +1 -1
  1340. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js +1 -1
  1341. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/VideoFile/index.js.map +1 -1
  1342. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js +1 -1
  1343. package/dist/components/RecordPreviewWithModal/FileModal/FileModalContent/index.js.map +1 -1
  1344. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js +1 -1
  1345. package/dist/components/RecordPreviewWithModal/FileModal/_constants.js.map +1 -1
  1346. package/dist/components/RecordPreviewWithModal/FileModal/index.js +1 -1
  1347. package/dist/components/RecordPreviewWithModal/FileModal/index.js.map +1 -1
  1348. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js +1 -1
  1349. package/dist/components/RecordPreviewWithModal/RecordPreviewWithModal.js.map +1 -1
  1350. package/dist/components/RecordPreviewWithModal/index.js +1 -1
  1351. package/dist/components/RecordPreviewWithModal/index.js.map +1 -1
  1352. package/dist/components/SearchModal/SearchModal.js +1 -1
  1353. package/dist/components/SearchModal/SearchModal.js.map +1 -1
  1354. package/dist/components/SearchModal/index.js +1 -1
  1355. package/dist/components/SearchModal/index.js.map +1 -1
  1356. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +4 -8
  1357. package/dist/components/SelectTreeNode/SelectTreeNode.js +18 -136
  1358. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  1359. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +16 -0
  1360. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +131 -0
  1361. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -0
  1362. package/dist/components/SelectTreeNode/index.d.ts +1 -1
  1363. package/dist/components/SelectTreeNode/index.js +2 -2
  1364. package/dist/components/SelectTreeNode/index.js.map +1 -1
  1365. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.d.ts +4 -8
  1366. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js +11 -11
  1367. package/dist/components/SelectTreeNodeModal/SelectTreeNodeModal.js.map +1 -1
  1368. package/dist/components/SelectTreeNodeModal/index.d.ts +1 -2
  1369. package/dist/components/SelectTreeNodeModal/index.js +2 -3
  1370. package/dist/components/SelectTreeNodeModal/index.js.map +1 -1
  1371. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.d.ts +6 -6
  1372. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js +3 -3
  1373. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundary.js.map +1 -1
  1374. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js +1 -1
  1375. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/SimpleErrorBoundaryContent.js.map +1 -1
  1376. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js +1 -1
  1377. package/dist/components/SimpleErrorBoundary/SimpleErrorBoundaryContent/index.js.map +1 -1
  1378. package/dist/components/SimpleErrorBoundary/index.js +1 -1
  1379. package/dist/components/SimpleErrorBoundary/index.js.map +1 -1
  1380. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.d.ts +0 -1
  1381. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js +1 -1
  1382. package/dist/components/SubmitStateNotifier/SubmitStateNotifier.js.map +1 -1
  1383. package/dist/components/SubmitStateNotifier/_types.d.ts +1 -1
  1384. package/dist/components/SubmitStateNotifier/index.js +1 -1
  1385. package/dist/components/SubmitStateNotifier/index.js.map +1 -1
  1386. package/dist/components/TreePicker/TreePicker.d.ts +0 -1
  1387. package/dist/components/TreePicker/TreePicker.js +1 -1
  1388. package/dist/components/TreePicker/TreePicker.js.map +1 -1
  1389. package/dist/components/TreePicker/TreesList/TreesList.d.ts +0 -1
  1390. package/dist/components/TreePicker/TreesList/TreesList.js +1 -1
  1391. package/dist/components/TreePicker/TreesList/TreesList.js.map +1 -1
  1392. package/dist/components/TreePicker/TreesList/index.js +1 -1
  1393. package/dist/components/TreePicker/TreesList/index.js.map +1 -1
  1394. package/dist/components/TreePicker/index.js +1 -1
  1395. package/dist/components/TreePicker/index.js.map +1 -1
  1396. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.d.ts +0 -1
  1397. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js +1 -1
  1398. package/dist/components/TriggerPreviewsGenerationModal/TriggerPreviewsGenerationModal.js.map +1 -1
  1399. package/dist/components/TriggerPreviewsGenerationModal/index.js +1 -1
  1400. package/dist/components/TriggerPreviewsGenerationModal/index.js.map +1 -1
  1401. package/dist/components/UploadFiles/UploadFiles.d.ts +0 -1
  1402. package/dist/components/UploadFiles/UploadFiles.js +2 -2
  1403. package/dist/components/UploadFiles/UploadFiles.js.map +1 -1
  1404. package/dist/components/UploadFiles/index.js +1 -1
  1405. package/dist/components/UploadFiles/index.js.map +1 -1
  1406. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.d.ts +0 -1
  1407. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js +1 -1
  1408. package/dist/components/ValuesVersionConfigurator/ValuesVersionConfigurator.js.map +1 -1
  1409. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.d.ts +0 -1
  1410. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js +3 -3
  1411. package/dist/components/ValuesVersionConfigurator/VersionTree/VersionTree.js.map +1 -1
  1412. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js +1 -1
  1413. package/dist/components/ValuesVersionConfigurator/VersionTree/index.js.map +1 -1
  1414. package/dist/components/ValuesVersionConfigurator/index.js +1 -1
  1415. package/dist/components/ValuesVersionConfigurator/index.js.map +1 -1
  1416. package/dist/components/index.d.ts +2 -0
  1417. package/dist/components/index.js +3 -1
  1418. package/dist/components/index.js.map +1 -1
  1419. package/dist/constants.d.ts +3 -0
  1420. package/dist/constants.js +4 -1
  1421. package/dist/constants.js.map +1 -1
  1422. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.d.ts +5 -0
  1423. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js +7 -0
  1424. package/dist/contexts/EditRecordModalContext/EditRecordModalContext.js.map +1 -0
  1425. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.d.ts +2 -0
  1426. package/dist/{components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js → contexts/EditRecordModalContext/EditRecordModalProvider.js} +7 -10
  1427. package/dist/contexts/EditRecordModalContext/EditRecordModalProvider.js.map +1 -0
  1428. package/dist/contexts/EditRecordModalContext/index.d.ts +2 -0
  1429. package/dist/contexts/EditRecordModalContext/index.js +6 -0
  1430. package/dist/contexts/EditRecordModalContext/index.js.map +1 -0
  1431. package/dist/contexts/EditRecordModalContext/tsconfig.json +6 -0
  1432. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.d.ts +1 -0
  1433. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js +7 -0
  1434. package/dist/contexts/EditRecordModalContext/useEditRecordModalContext.js.map +1 -0
  1435. package/dist/contexts/LangContext/LangContext.js +1 -1
  1436. package/dist/contexts/LangContext/LangContext.js.map +1 -1
  1437. package/dist/contexts/LangContext/index.js +1 -1
  1438. package/dist/contexts/LangContext/index.js.map +1 -1
  1439. package/dist/contexts/UserContext/UserContext.js +1 -1
  1440. package/dist/contexts/UserContext/UserContext.js.map +1 -1
  1441. package/dist/contexts/UserContext/index.js +1 -1
  1442. package/dist/contexts/UserContext/index.js.map +1 -1
  1443. package/dist/contexts/index.js +1 -1
  1444. package/dist/contexts/index.js.map +1 -1
  1445. package/dist/gqlFragments/index.js +1 -1
  1446. package/dist/gqlFragments/index.js.map +1 -1
  1447. package/dist/gqlFragments/recordIdentityFragment.js +1 -1
  1448. package/dist/gqlFragments/recordIdentityFragment.js.map +1 -1
  1449. package/dist/hooks/index.js +1 -1
  1450. package/dist/hooks/index.js.map +1 -1
  1451. package/dist/hooks/useAntdLocale/index.js +1 -1
  1452. package/dist/hooks/useAntdLocale/index.js.map +1 -1
  1453. package/dist/hooks/useAppLang/index.js +1 -1
  1454. package/dist/hooks/useAppLang/index.js.map +1 -1
  1455. package/dist/hooks/useAppLang/useAppLang.js +1 -1
  1456. package/dist/hooks/useAppLang/useAppLang.js.map +1 -1
  1457. package/dist/hooks/useAuth/index.js +1 -1
  1458. package/dist/hooks/useAuth/index.js.map +1 -1
  1459. package/dist/hooks/useAuth/useAuth.js +2 -2
  1460. package/dist/hooks/useAuth/useAuth.js.map +1 -1
  1461. package/dist/hooks/useCanEditRecord/index.js +1 -1
  1462. package/dist/hooks/useCanEditRecord/index.js.map +1 -1
  1463. package/dist/hooks/useCanEditRecord/useCanEditRecord.js +1 -1
  1464. package/dist/hooks/useCanEditRecord/useCanEditRecord.js.map +1 -1
  1465. package/dist/hooks/useDebouncedValue/index.d.ts +1 -0
  1466. package/dist/hooks/useDebouncedValue/index.js +5 -0
  1467. package/dist/hooks/useDebouncedValue/index.js.map +1 -0
  1468. package/dist/hooks/useDebouncedValue/useDebouncedValue.js +1 -1
  1469. package/dist/hooks/useDebouncedValue/useDebouncedValue.js.map +1 -1
  1470. package/dist/hooks/useExecuteSaveViewMutation/index.d.ts +1 -0
  1471. package/dist/hooks/useExecuteSaveViewMutation/index.js +5 -0
  1472. package/dist/hooks/useExecuteSaveViewMutation/index.js.map +1 -0
  1473. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.d.ts +6 -0
  1474. package/dist/hooks/{useExecuteAddViewMutation/useExecuteAddViewMutation.js → useExecuteSaveViewMutation/useExecuteSaveViewMutation.js} +6 -6
  1475. package/dist/hooks/useExecuteSaveViewMutation/useExecuteSaveViewMutation.js.map +1 -0
  1476. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js +1 -1
  1477. package/dist/hooks/useGetLibraryDetailExtendedQuery/useGetLibraryDetailExtendedQuery.js.map +1 -1
  1478. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js +1 -1
  1479. package/dist/hooks/useGetPreparedFileData/useGetPreparedFileData.js.map +1 -1
  1480. package/dist/hooks/useGetRecordForm/index.js +1 -1
  1481. package/dist/hooks/useGetRecordForm/index.js.map +1 -1
  1482. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +10 -6
  1483. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  1484. package/dist/hooks/useGetRecordUpdatesSubscription/index.js +1 -1
  1485. package/dist/hooks/useGetRecordUpdatesSubscription/index.js.map +1 -1
  1486. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.d.ts +1 -1
  1487. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js +1 -1
  1488. package/dist/hooks/useGetRecordUpdatesSubscription/useGetRecordUpdatesSubscription.js.map +1 -1
  1489. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.d.ts +1 -1
  1490. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js +1 -1
  1491. package/dist/hooks/useGetRecordValuesQuery/useGetRecordValuesQuery.js.map +1 -1
  1492. package/dist/hooks/useLang/__mocks__/index.js +1 -1
  1493. package/dist/hooks/useLang/__mocks__/index.js.map +1 -1
  1494. package/dist/hooks/useLang/__mocks__/useLang.js +1 -1
  1495. package/dist/hooks/useLang/__mocks__/useLang.js.map +1 -1
  1496. package/dist/hooks/useLang/index.js +1 -1
  1497. package/dist/hooks/useLang/index.js.map +1 -1
  1498. package/dist/hooks/useLang/useLang.d.ts +1 -1
  1499. package/dist/hooks/useLang/useLang.js +3 -3
  1500. package/dist/hooks/useLang/useLang.js.map +1 -1
  1501. package/dist/hooks/useLibraryVersionTrees/index.js +1 -1
  1502. package/dist/hooks/useLibraryVersionTrees/index.js.map +1 -1
  1503. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.d.ts +1 -1
  1504. package/dist/hooks/useLibraryVersionTrees/useLibraryVersionTrees.js.map +1 -1
  1505. package/dist/hooks/useLocalStorage/index.js +1 -1
  1506. package/dist/hooks/useLocalStorage/index.js.map +1 -1
  1507. package/dist/hooks/useLocalStorage/useLocalStorage.js +1 -1
  1508. package/dist/hooks/useLocalStorage/useLocalStorage.js.map +1 -1
  1509. package/dist/hooks/useLoginChecker/index.js +1 -1
  1510. package/dist/hooks/useLoginChecker/index.js.map +1 -1
  1511. package/dist/hooks/useLoginChecker/useLoginChecker.js +1 -1
  1512. package/dist/hooks/useLoginChecker/useLoginChecker.js.map +1 -1
  1513. package/dist/hooks/useRecordsConsultationHistory/index.js +1 -1
  1514. package/dist/hooks/useRecordsConsultationHistory/index.js.map +1 -1
  1515. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js +1 -1
  1516. package/dist/hooks/useRecordsConsultationHistory/useRecordsConsultationHistory.js.map +1 -1
  1517. package/dist/hooks/useRedirectToLogin/index.js +1 -1
  1518. package/dist/hooks/useRedirectToLogin/index.js.map +1 -1
  1519. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js +1 -1
  1520. package/dist/hooks/useRedirectToLogin/useRedirectToLogin.js.map +1 -1
  1521. package/dist/hooks/useRefreshFieldValues/index.js +1 -1
  1522. package/dist/hooks/useRefreshFieldValues/index.js.map +1 -1
  1523. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js +8 -3
  1524. package/dist/hooks/useRefreshFieldValues/useRefreshFieldValues.js.map +1 -1
  1525. package/dist/hooks/useSharedTranslation/__mocks__/index.js +1 -1
  1526. package/dist/hooks/useSharedTranslation/__mocks__/index.js.map +1 -1
  1527. package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.d.ts +1 -1
  1528. package/dist/hooks/useSharedTranslation/index.js +1 -1
  1529. package/dist/hooks/useSharedTranslation/index.js.map +1 -1
  1530. package/dist/hooks/useSharedTranslation/useSharedTranslation.js +1 -1
  1531. package/dist/hooks/useSharedTranslation/useSharedTranslation.js.map +1 -1
  1532. package/dist/hooks/useUser/index.js +1 -1
  1533. package/dist/hooks/useUser/index.js.map +1 -1
  1534. package/dist/hooks/useUser/useUser.js +1 -1
  1535. package/dist/hooks/useUser/useUser.js.map +1 -1
  1536. package/dist/hooks/useValuesCacheUpdate/index.js +1 -1
  1537. package/dist/hooks/useValuesCacheUpdate/index.js.map +1 -1
  1538. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.d.ts +1 -1
  1539. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js +1 -1
  1540. package/dist/hooks/useValuesCacheUpdate/useValuesCacheUpdate.js.map +1 -1
  1541. package/dist/index.js +1 -1
  1542. package/dist/index.js.map +1 -1
  1543. package/dist/locales/en/shared.json +100 -5
  1544. package/dist/locales/fr/shared.json +102 -7
  1545. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.d.ts +0 -1
  1546. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js +1 -1
  1547. package/dist/testing/MockedLangContextProvider/MockedLangContextProvider.js.map +1 -1
  1548. package/dist/testing/MockedLangContextProvider/index.js +1 -1
  1549. package/dist/testing/MockedLangContextProvider/index.js.map +1 -1
  1550. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.d.ts +0 -1
  1551. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js +1 -1
  1552. package/dist/testing/MockedUserContextProvider/MockedUserContextProvider.js.map +1 -1
  1553. package/dist/testing/MockedUserContextProvider/index.js +1 -1
  1554. package/dist/testing/MockedUserContextProvider/index.js.map +1 -1
  1555. package/dist/testing/index.js +1 -1
  1556. package/dist/testing/index.js.map +1 -1
  1557. package/dist/types/index.js +1 -1
  1558. package/dist/types/index.js.map +1 -1
  1559. package/dist/types/misc.d.ts +2 -2
  1560. package/dist/types/scalars.d.ts +1 -1
  1561. package/dist/types/search.d.ts +4 -4
  1562. package/dist/types/views.d.ts +4 -4
  1563. package/package.json +11 -5
  1564. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.d.ts +0 -7
  1565. package/dist/components/LibraryItemsList/LibraryItemsListTable/EditRecordModalContext.js.map +0 -1
  1566. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.d.ts +0 -6
  1567. package/dist/components/RecordEdition/EditRecordContent/EditRecordSkeleton.js.map +0 -1
  1568. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.d.ts +0 -2
  1569. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js +0 -6
  1570. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/index.js.map +0 -1
  1571. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.d.ts +0 -119
  1572. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js +0 -314
  1573. package/dist/components/RecordEdition/EditRecordContent/reducers/standardFieldReducer/standardFieldReducer.js.map +0 -1
  1574. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.d.ts +0 -10
  1575. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js +0 -29
  1576. package/dist/components/RecordEdition/EditRecordContent/shared/ValueDetailsBtn/useValueDetailsButton.js.map +0 -1
  1577. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.d.ts +0 -14
  1578. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js +0 -63
  1579. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputPasswordWrapper.js.map +0 -1
  1580. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.d.ts +0 -4
  1581. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js +0 -14
  1582. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/CheckboxInput.js.map +0 -1
  1583. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.d.ts +0 -4
  1584. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js +0 -22
  1585. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/ColorInput.js.map +0 -1
  1586. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.d.ts +0 -4
  1587. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js +0 -22
  1588. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/DateInput.js.map +0 -1
  1589. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.d.ts +0 -4
  1590. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js +0 -19
  1591. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/EncryptedInput.js.map +0 -1
  1592. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.d.ts +0 -4
  1593. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js +0 -32
  1594. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/NumberInput.js.map +0 -1
  1595. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.d.ts +0 -4
  1596. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js +0 -51
  1597. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/RichTextEditorInput.js.map +0 -1
  1598. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.d.ts +0 -4
  1599. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js +0 -26
  1600. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/Inputs/TextInput.js.map +0 -1
  1601. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.d.ts +0 -6
  1602. package/dist/hooks/useExecuteAddViewMutation/useExecuteAddViewMutation.js.map +0 -1
@@ -1,20 +1,20 @@
1
1
  import { IPreviewScalar } from '@leav/utils';
2
2
  import * as Apollo from '@apollo/client';
3
- export declare type Maybe<T> = T | null;
4
- export declare type InputMaybe<T> = Maybe<T>;
5
- export declare type Exact<T extends {
3
+ export type Maybe<T> = T | null;
4
+ export type InputMaybe<T> = Maybe<T>;
5
+ export type Exact<T extends {
6
6
  [key: string]: unknown;
7
7
  }> = {
8
8
  [K in keyof T]: T[K];
9
9
  };
10
- export declare type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
10
+ export type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
11
11
  [SubKey in K]?: Maybe<T[SubKey]>;
12
12
  };
13
- export declare type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
13
+ export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
14
14
  [SubKey in K]: Maybe<T[SubKey]>;
15
15
  };
16
16
  /** All built-in and custom scalars, mapped to their actual values */
17
- export declare type Scalars = {
17
+ export type Scalars = {
18
18
  ID: string;
19
19
  String: string;
20
20
  Boolean: boolean;
@@ -31,12 +31,12 @@ export declare type Scalars = {
31
31
  TaskPriority: any;
32
32
  Upload: any;
33
33
  };
34
- export declare type ActionConfigurationInput = {
34
+ export type ActionConfigurationInput = {
35
35
  error_message?: InputMaybe<Scalars['SystemTranslationOptional']>;
36
36
  id: Scalars['ID'];
37
37
  params?: InputMaybe<Array<ActionConfigurationParamInput>>;
38
38
  };
39
- export declare type ActionConfigurationParamInput = {
39
+ export type ActionConfigurationParamInput = {
40
40
  name: Scalars['String'];
41
41
  value: Scalars['String'];
42
42
  };
@@ -46,18 +46,18 @@ export declare enum ActionIoTypes {
46
46
  object = "object",
47
47
  string = "string"
48
48
  }
49
- export declare type ActionsListConfigurationInput = {
49
+ export type ActionsListConfigurationInput = {
50
50
  deleteValue?: InputMaybe<Array<ActionConfigurationInput>>;
51
51
  getValue?: InputMaybe<Array<ActionConfigurationInput>>;
52
52
  saveValue?: InputMaybe<Array<ActionConfigurationInput>>;
53
53
  };
54
- export declare type ApiKeyInput = {
54
+ export type ApiKeyInput = {
55
55
  expiresAt?: InputMaybe<Scalars['Int']>;
56
56
  id?: InputMaybe<Scalars['String']>;
57
57
  label: Scalars['String'];
58
58
  userId: Scalars['String'];
59
59
  };
60
- export declare type ApiKeysFiltersInput = {
60
+ export type ApiKeysFiltersInput = {
61
61
  createdBy?: InputMaybe<Scalars['Int']>;
62
62
  label?: InputMaybe<Scalars['String']>;
63
63
  modifiedBy?: InputMaybe<Scalars['Int']>;
@@ -71,7 +71,7 @@ export declare enum ApiKeysSortableFields {
71
71
  modifiedAt = "modifiedAt",
72
72
  modifiedBy = "modifiedBy"
73
73
  }
74
- export declare type ApplicationEventFiltersInput = {
74
+ export type ApplicationEventFiltersInput = {
75
75
  applicationId?: InputMaybe<Scalars['ID']>;
76
76
  events?: InputMaybe<Array<ApplicationEventTypes>>;
77
77
  ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
@@ -80,11 +80,11 @@ export declare enum ApplicationEventTypes {
80
80
  DELETE = "DELETE",
81
81
  SAVE = "SAVE"
82
82
  }
83
- export declare type ApplicationIconInput = {
83
+ export type ApplicationIconInput = {
84
84
  libraryId: Scalars['String'];
85
85
  recordId: Scalars['String'];
86
86
  };
87
- export declare type ApplicationInput = {
87
+ export type ApplicationInput = {
88
88
  color?: InputMaybe<Scalars['String']>;
89
89
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
90
90
  endpoint?: InputMaybe<Scalars['String']>;
@@ -106,7 +106,7 @@ export declare enum ApplicationType {
106
106
  external = "external",
107
107
  internal = "internal"
108
108
  }
109
- export declare type ApplicationsFiltersInput = {
109
+ export type ApplicationsFiltersInput = {
110
110
  endpoint?: InputMaybe<Scalars['String']>;
111
111
  id?: InputMaybe<Scalars['ID']>;
112
112
  label?: InputMaybe<Scalars['String']>;
@@ -125,7 +125,7 @@ export declare enum AttributeFormat {
125
125
  rich_text = "rich_text",
126
126
  text = "text"
127
127
  }
128
- export declare type AttributeInput = {
128
+ export type AttributeInput = {
129
129
  actions_list?: InputMaybe<ActionsListConfigurationInput>;
130
130
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
131
131
  embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
@@ -139,13 +139,14 @@ export declare type AttributeInput = {
139
139
  multiple_values?: InputMaybe<Scalars['Boolean']>;
140
140
  permissions_conf?: InputMaybe<TreepermissionsConfInput>;
141
141
  readonly?: InputMaybe<Scalars['Boolean']>;
142
+ required?: InputMaybe<Scalars['Boolean']>;
142
143
  reverse_link?: InputMaybe<Scalars['String']>;
143
144
  type?: InputMaybe<AttributeType>;
144
145
  unique?: InputMaybe<Scalars['Boolean']>;
145
146
  values_list?: InputMaybe<ValuesListConfInput>;
146
147
  versions_conf?: InputMaybe<ValuesVersionsConfInput>;
147
148
  };
148
- export declare type AttributePermissionsRecord = {
149
+ export type AttributePermissionsRecord = {
149
150
  id?: InputMaybe<Scalars['String']>;
150
151
  library: Scalars['String'];
151
152
  };
@@ -156,15 +157,16 @@ export declare enum AttributeType {
156
157
  simple_link = "simple_link",
157
158
  tree = "tree"
158
159
  }
159
- export declare type AttributesFiltersInput = {
160
- format?: InputMaybe<Array<InputMaybe<AttributeFormat>>>;
160
+ export type AttributesFiltersInput = {
161
+ format?: InputMaybe<Array<AttributeFormat>>;
161
162
  id?: InputMaybe<Scalars['ID']>;
163
+ ids?: InputMaybe<Array<Scalars['ID']>>;
162
164
  label?: InputMaybe<Scalars['String']>;
163
- libraries?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
164
- librariesExcluded?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;
165
+ libraries?: InputMaybe<Array<Scalars['String']>>;
166
+ librariesExcluded?: InputMaybe<Array<Scalars['String']>>;
165
167
  multiple_values?: InputMaybe<Scalars['Boolean']>;
166
168
  system?: InputMaybe<Scalars['Boolean']>;
167
- type?: InputMaybe<Array<InputMaybe<AttributeType>>>;
169
+ type?: InputMaybe<Array<AttributeType>>;
168
170
  versionable?: InputMaybe<Scalars['Boolean']>;
169
171
  };
170
172
  export declare enum AttributesSortableFields {
@@ -179,15 +181,15 @@ export declare enum AvailableLanguage {
179
181
  en = "en",
180
182
  fr = "fr"
181
183
  }
182
- export declare type CreateRecordDataInput = {
184
+ export type CreateRecordDataInput = {
183
185
  values?: InputMaybe<Array<ValueBatchInput>>;
184
186
  version?: InputMaybe<Array<ValueVersionInput>>;
185
187
  };
186
- export declare type DeleteTaskInput = {
188
+ export type DeleteTaskInput = {
187
189
  archive: Scalars['Boolean'];
188
190
  id: Scalars['ID'];
189
191
  };
190
- export declare type EmbeddedAttributeInput = {
192
+ export type EmbeddedAttributeInput = {
191
193
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
192
194
  embedded_fields?: InputMaybe<Array<InputMaybe<EmbeddedAttributeInput>>>;
193
195
  format?: InputMaybe<AttributeFormat>;
@@ -195,7 +197,7 @@ export declare type EmbeddedAttributeInput = {
195
197
  label?: InputMaybe<Scalars['SystemTranslation']>;
196
198
  validation_regex?: InputMaybe<Scalars['String']>;
197
199
  };
198
- export declare type FileInput = {
200
+ export type FileInput = {
199
201
  data: Scalars['Upload'];
200
202
  replace?: InputMaybe<Scalars['Boolean']>;
201
203
  size?: InputMaybe<Scalars['Int']>;
@@ -208,11 +210,11 @@ export declare enum FileType {
208
210
  other = "other",
209
211
  video = "video"
210
212
  }
211
- export declare type FormDependencyValueInput = {
213
+ export type FormDependencyValueInput = {
212
214
  attribute: Scalars['ID'];
213
215
  value: Scalars['ID'];
214
216
  };
215
- export declare type FormElementInput = {
217
+ export type FormElementInput = {
216
218
  containerId: Scalars['ID'];
217
219
  id: Scalars['ID'];
218
220
  order: Scalars['Int'];
@@ -220,7 +222,7 @@ export declare type FormElementInput = {
220
222
  type: FormElementTypes;
221
223
  uiElementType: Scalars['String'];
222
224
  };
223
- export declare type FormElementSettingsInput = {
225
+ export type FormElementSettingsInput = {
224
226
  key: Scalars['String'];
225
227
  value: Scalars['Any'];
226
228
  };
@@ -228,17 +230,17 @@ export declare enum FormElementTypes {
228
230
  field = "field",
229
231
  layout = "layout"
230
232
  }
231
- export declare type FormElementsByDepsInput = {
233
+ export type FormElementsByDepsInput = {
232
234
  dependencyValue?: InputMaybe<FormDependencyValueInput>;
233
235
  elements: Array<FormElementInput>;
234
236
  };
235
- export declare type FormFiltersInput = {
237
+ export type FormFiltersInput = {
236
238
  id?: InputMaybe<Scalars['ID']>;
237
239
  label?: InputMaybe<Scalars['String']>;
238
240
  library: Scalars['ID'];
239
241
  system?: InputMaybe<Scalars['Boolean']>;
240
242
  };
241
- export declare type FormInput = {
243
+ export type FormInput = {
242
244
  dependencyAttributes?: InputMaybe<Array<Scalars['ID']>>;
243
245
  elements?: InputMaybe<Array<FormElementsByDepsInput>>;
244
246
  id: Scalars['ID'];
@@ -250,12 +252,13 @@ export declare enum FormsSortableFields {
250
252
  library = "library",
251
253
  system = "system"
252
254
  }
253
- export declare type GlobalSettingsIconInput = {
255
+ export type GlobalSettingsFileInput = {
254
256
  library: Scalars['String'];
255
257
  recordId: Scalars['String'];
256
258
  };
257
- export declare type GlobalSettingsInput = {
258
- icon?: InputMaybe<GlobalSettingsIconInput>;
259
+ export type GlobalSettingsInput = {
260
+ favicon?: InputMaybe<GlobalSettingsFileInput>;
261
+ icon?: InputMaybe<GlobalSettingsFileInput>;
259
262
  name?: InputMaybe<Scalars['String']>;
260
263
  };
261
264
  export declare enum IoTypes {
@@ -274,7 +277,7 @@ export declare enum ImportType {
274
277
  LINK = "LINK",
275
278
  STANDARD = "STANDARD"
276
279
  }
277
- export declare type LibrariesFiltersInput = {
280
+ export type LibrariesFiltersInput = {
278
281
  behavior?: InputMaybe<Array<LibraryBehavior>>;
279
282
  id?: InputMaybe<Array<Scalars['ID']>>;
280
283
  label?: InputMaybe<Array<Scalars['String']>>;
@@ -290,11 +293,11 @@ export declare enum LibraryBehavior {
290
293
  files = "files",
291
294
  standard = "standard"
292
295
  }
293
- export declare type LibraryIconInput = {
296
+ export type LibraryIconInput = {
294
297
  libraryId: Scalars['String'];
295
298
  recordId: Scalars['String'];
296
299
  };
297
- export declare type LibraryInput = {
300
+ export type LibraryInput = {
298
301
  attributes?: InputMaybe<Array<Scalars['ID']>>;
299
302
  behavior?: InputMaybe<LibraryBehavior>;
300
303
  defaultView?: InputMaybe<Scalars['ID']>;
@@ -306,7 +309,7 @@ export declare type LibraryInput = {
306
309
  previewsSettings?: InputMaybe<Array<LibraryPreviewsSettingsInput>>;
307
310
  recordIdentityConf?: InputMaybe<RecordIdentityConfInput>;
308
311
  };
309
- export declare type LibraryPreviewsSettingsInput = {
312
+ export type LibraryPreviewsSettingsInput = {
310
313
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
311
314
  label: Scalars['SystemTranslation'];
312
315
  versions: PreviewVersionInput;
@@ -342,7 +345,7 @@ export declare enum LogAction {
342
345
  VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
343
346
  VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
344
347
  }
345
- export declare type LogFilterInput = {
348
+ export type LogFilterInput = {
346
349
  actions?: InputMaybe<Array<LogAction>>;
347
350
  instanceId?: InputMaybe<Scalars['String']>;
348
351
  queryId?: InputMaybe<Scalars['String']>;
@@ -351,11 +354,11 @@ export declare type LogFilterInput = {
351
354
  trigger?: InputMaybe<Scalars['String']>;
352
355
  userId?: InputMaybe<Scalars['String']>;
353
356
  };
354
- export declare type LogFilterTimeInput = {
357
+ export type LogFilterTimeInput = {
355
358
  from?: InputMaybe<Scalars['Int']>;
356
359
  to?: InputMaybe<Scalars['Int']>;
357
360
  };
358
- export declare type LogSortInput = {
361
+ export type LogSortInput = {
359
362
  field: LogSortableField;
360
363
  order: SortOrder;
361
364
  };
@@ -367,7 +370,7 @@ export declare enum LogSortableField {
367
370
  trigger = "trigger",
368
371
  userId = "userId"
369
372
  }
370
- export declare type LogTopicFilterInput = {
373
+ export type LogTopicFilterInput = {
371
374
  apiKey?: InputMaybe<Scalars['String']>;
372
375
  attribute?: InputMaybe<Scalars['String']>;
373
376
  filename?: InputMaybe<Scalars['String']>;
@@ -377,30 +380,30 @@ export declare type LogTopicFilterInput = {
377
380
  record?: InputMaybe<LogTopicRecordFilterInput>;
378
381
  tree?: InputMaybe<Scalars['String']>;
379
382
  };
380
- export declare type LogTopicPermissionFilterInput = {
383
+ export type LogTopicPermissionFilterInput = {
381
384
  applyTo?: InputMaybe<Scalars['String']>;
382
385
  type?: InputMaybe<Scalars['String']>;
383
386
  };
384
- export declare type LogTopicRecordFilterInput = {
387
+ export type LogTopicRecordFilterInput = {
385
388
  id?: InputMaybe<Scalars['String']>;
386
389
  libraryId?: InputMaybe<Scalars['String']>;
387
390
  };
388
- export declare type Pagination = {
391
+ export type Pagination = {
389
392
  limit: Scalars['Int'];
390
393
  offset: Scalars['Int'];
391
394
  };
392
- export declare type PermissionActionInput = {
395
+ export type PermissionActionInput = {
393
396
  allowed?: InputMaybe<Scalars['Boolean']>;
394
397
  name: PermissionsActions;
395
398
  };
396
- export declare type PermissionInput = {
399
+ export type PermissionInput = {
397
400
  actions: Array<PermissionActionInput>;
398
401
  applyTo?: InputMaybe<Scalars['ID']>;
399
402
  permissionTreeTarget?: InputMaybe<PermissionsTreeTargetInput>;
400
403
  type: PermissionTypes;
401
404
  usersGroup?: InputMaybe<Scalars['ID']>;
402
405
  };
403
- export declare type PermissionTarget = {
406
+ export type PermissionTarget = {
404
407
  attributeId?: InputMaybe<Scalars['ID']>;
405
408
  libraryId?: InputMaybe<Scalars['ID']>;
406
409
  nodeId?: InputMaybe<Scalars['ID']>;
@@ -467,16 +470,16 @@ export declare enum PermissionsRelation {
467
470
  and = "and",
468
471
  or = "or"
469
472
  }
470
- export declare type PermissionsTreeTargetInput = {
473
+ export type PermissionsTreeTargetInput = {
471
474
  nodeId?: InputMaybe<Scalars['ID']>;
472
475
  tree: Scalars['ID'];
473
476
  };
474
- export declare type PreviewVersionInput = {
477
+ export type PreviewVersionInput = {
475
478
  background: Scalars['String'];
476
479
  density: Scalars['Int'];
477
480
  sizes: Array<PreviewVersionSizeInput>;
478
481
  };
479
- export declare type PreviewVersionSizeInput = {
482
+ export type PreviewVersionSizeInput = {
480
483
  name: Scalars['String'];
481
484
  size: Scalars['Int'];
482
485
  };
@@ -509,7 +512,7 @@ export declare enum RecordFilterCondition {
509
512
  VALUES_COUNT_LOWER_THAN = "VALUES_COUNT_LOWER_THAN",
510
513
  YESTERDAY = "YESTERDAY"
511
514
  }
512
- export declare type RecordFilterInput = {
515
+ export type RecordFilterInput = {
513
516
  condition?: InputMaybe<RecordFilterCondition>;
514
517
  field?: InputMaybe<Scalars['String']>;
515
518
  operator?: InputMaybe<RecordFilterOperator>;
@@ -522,32 +525,32 @@ export declare enum RecordFilterOperator {
522
525
  OPEN_BRACKET = "OPEN_BRACKET",
523
526
  OR = "OR"
524
527
  }
525
- export declare type RecordIdentityConfInput = {
528
+ export type RecordIdentityConfInput = {
526
529
  color?: InputMaybe<Scalars['ID']>;
527
530
  label?: InputMaybe<Scalars['ID']>;
528
531
  preview?: InputMaybe<Scalars['ID']>;
529
532
  subLabel?: InputMaybe<Scalars['ID']>;
530
533
  treeColorPreview?: InputMaybe<Scalars['ID']>;
531
534
  };
532
- export declare type RecordInput = {
535
+ export type RecordInput = {
533
536
  id: Scalars['ID'];
534
537
  library: Scalars['String'];
535
538
  };
536
- export declare type RecordSortInput = {
539
+ export type RecordSortInput = {
537
540
  field: Scalars['String'];
538
541
  order: SortOrder;
539
542
  };
540
- export declare type RecordUpdateFilterInput = {
543
+ export type RecordUpdateFilterInput = {
541
544
  ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
542
545
  libraries?: InputMaybe<Array<Scalars['ID']>>;
543
546
  records?: InputMaybe<Array<Scalars['ID']>>;
544
547
  };
545
- export declare type RecordsPagination = {
548
+ export type RecordsPagination = {
546
549
  cursor?: InputMaybe<Scalars['String']>;
547
550
  limit: Scalars['Int'];
548
551
  offset?: InputMaybe<Scalars['Int']>;
549
552
  };
550
- export declare type SheetInput = {
553
+ export type SheetInput = {
551
554
  keyIndex?: InputMaybe<Scalars['Int']>;
552
555
  keyToIndex?: InputMaybe<Scalars['Int']>;
553
556
  library: Scalars['String'];
@@ -557,23 +560,23 @@ export declare type SheetInput = {
557
560
  treeLinkLibrary?: InputMaybe<Scalars['String']>;
558
561
  type: ImportType;
559
562
  };
560
- export declare type SortApiKeysInput = {
563
+ export type SortApiKeysInput = {
561
564
  field: ApiKeysSortableFields;
562
565
  order?: InputMaybe<SortOrder>;
563
566
  };
564
- export declare type SortApplications = {
567
+ export type SortApplications = {
565
568
  field: ApplicationSortableFields;
566
569
  order?: InputMaybe<SortOrder>;
567
570
  };
568
- export declare type SortAttributes = {
571
+ export type SortAttributes = {
569
572
  field: AttributesSortableFields;
570
573
  order?: InputMaybe<SortOrder>;
571
574
  };
572
- export declare type SortForms = {
575
+ export type SortForms = {
573
576
  field: FormsSortableFields;
574
577
  order?: InputMaybe<SortOrder>;
575
578
  };
576
- export declare type SortLibraries = {
579
+ export type SortLibraries = {
577
580
  field: LibrariesSortableFields;
578
581
  order?: InputMaybe<SortOrder>;
579
582
  };
@@ -581,15 +584,15 @@ export declare enum SortOrder {
581
584
  asc = "asc",
582
585
  desc = "desc"
583
586
  }
584
- export declare type SortTrees = {
587
+ export type SortTrees = {
585
588
  field: TreesSortableFields;
586
589
  order?: InputMaybe<SortOrder>;
587
590
  };
588
- export declare type SortVersionProfilesInput = {
591
+ export type SortVersionProfilesInput = {
589
592
  field: VersionProfilesSortableFields;
590
593
  order?: InputMaybe<SortOrder>;
591
594
  };
592
- export declare type TaskFiltersInput = {
595
+ export type TaskFiltersInput = {
593
596
  archive?: InputMaybe<Scalars['Boolean']>;
594
597
  created_by?: InputMaybe<Scalars['ID']>;
595
598
  id?: InputMaybe<Scalars['ID']>;
@@ -615,11 +618,11 @@ export declare enum TreeBehavior {
615
618
  files = "files",
616
619
  standard = "standard"
617
620
  }
618
- export declare type TreeElementInput = {
621
+ export type TreeElementInput = {
619
622
  id: Scalars['ID'];
620
623
  library: Scalars['String'];
621
624
  };
622
- export declare type TreeEventFiltersInput = {
625
+ export type TreeEventFiltersInput = {
623
626
  events?: InputMaybe<Array<TreeEventTypes>>;
624
627
  ignoreOwnEvents?: InputMaybe<Scalars['Boolean']>;
625
628
  nodes?: InputMaybe<Array<InputMaybe<Scalars['ID']>>>;
@@ -630,31 +633,31 @@ export declare enum TreeEventTypes {
630
633
  move = "move",
631
634
  remove = "remove"
632
635
  }
633
- export declare type TreeInput = {
636
+ export type TreeInput = {
634
637
  behavior?: InputMaybe<TreeBehavior>;
635
638
  id: Scalars['ID'];
636
639
  label?: InputMaybe<Scalars['SystemTranslation']>;
637
640
  libraries?: InputMaybe<Array<TreeLibraryInput>>;
638
641
  permissions_conf?: InputMaybe<Array<TreeNodePermissionsConfInput>>;
639
642
  };
640
- export declare type TreeLibraryInput = {
643
+ export type TreeLibraryInput = {
641
644
  library: Scalars['ID'];
642
645
  settings: TreeLibrarySettingsInput;
643
646
  };
644
- export declare type TreeLibrarySettingsInput = {
647
+ export type TreeLibrarySettingsInput = {
645
648
  allowMultiplePositions: Scalars['Boolean'];
646
649
  allowedAtRoot: Scalars['Boolean'];
647
650
  allowedChildren: Array<Scalars['String']>;
648
651
  };
649
- export declare type TreeNodePermissionsConfInput = {
652
+ export type TreeNodePermissionsConfInput = {
650
653
  libraryId: Scalars['ID'];
651
654
  permissionsConf: TreepermissionsConfInput;
652
655
  };
653
- export declare type TreepermissionsConfInput = {
656
+ export type TreepermissionsConfInput = {
654
657
  permissionTreeAttributes: Array<Scalars['ID']>;
655
658
  relation: PermissionsRelation;
656
659
  };
657
- export declare type TreesFiltersInput = {
660
+ export type TreesFiltersInput = {
658
661
  behavior?: InputMaybe<TreeBehavior>;
659
662
  id?: InputMaybe<Array<Scalars['ID']>>;
660
663
  label?: InputMaybe<Array<Scalars['String']>>;
@@ -666,30 +669,30 @@ export declare enum TreesSortableFields {
666
669
  id = "id",
667
670
  system = "system"
668
671
  }
669
- export declare type UploadFiltersInput = {
672
+ export type UploadFiltersInput = {
670
673
  uid?: InputMaybe<Scalars['String']>;
671
674
  userId?: InputMaybe<Scalars['ID']>;
672
675
  };
673
676
  export declare enum UserCoreDataKeys {
674
677
  applications_consultation = "applications_consultation"
675
678
  }
676
- export declare type ValueBatchInput = {
679
+ export type ValueBatchInput = {
677
680
  attribute?: InputMaybe<Scalars['ID']>;
678
681
  id_value?: InputMaybe<Scalars['ID']>;
679
682
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
680
- value?: InputMaybe<Scalars['String']>;
683
+ payload?: InputMaybe<Scalars['String']>;
681
684
  };
682
- export declare type ValueInput = {
685
+ export type ValueInput = {
683
686
  id_value?: InputMaybe<Scalars['ID']>;
684
687
  metadata?: InputMaybe<Array<InputMaybe<ValueMetadataInput>>>;
685
- value?: InputMaybe<Scalars['String']>;
688
+ payload?: InputMaybe<Scalars['String']>;
686
689
  version?: InputMaybe<Array<InputMaybe<ValueVersionInput>>>;
687
690
  };
688
- export declare type ValueMetadataInput = {
691
+ export type ValueMetadataInput = {
689
692
  name: Scalars['String'];
690
693
  value?: InputMaybe<Scalars['String']>;
691
694
  };
692
- export declare type ValueVersionInput = {
695
+ export type ValueVersionInput = {
693
696
  treeId: Scalars['String'];
694
697
  treeNodeId: Scalars['String'];
695
698
  };
@@ -697,23 +700,24 @@ export declare enum ValueVersionMode {
697
700
  simple = "simple",
698
701
  smart = "smart"
699
702
  }
700
- export declare type ValuesListConfInput = {
703
+ export type ValuesListConfInput = {
701
704
  allowFreeEntry?: InputMaybe<Scalars['Boolean']>;
705
+ allowListUpdate?: InputMaybe<Scalars['Boolean']>;
702
706
  enable: Scalars['Boolean'];
703
707
  values?: InputMaybe<Array<Scalars['String']>>;
704
708
  };
705
- export declare type ValuesVersionsConfInput = {
709
+ export type ValuesVersionsConfInput = {
706
710
  mode?: InputMaybe<ValueVersionMode>;
707
711
  profile?: InputMaybe<Scalars['String']>;
708
712
  versionable: Scalars['Boolean'];
709
713
  };
710
- export declare type VersionProfileInput = {
714
+ export type VersionProfileInput = {
711
715
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
712
716
  id: Scalars['String'];
713
717
  label?: InputMaybe<Scalars['SystemTranslation']>;
714
718
  trees?: InputMaybe<Array<Scalars['String']>>;
715
719
  };
716
- export declare type VersionProfilesFiltersInput = {
720
+ export type VersionProfilesFiltersInput = {
717
721
  id?: InputMaybe<Scalars['ID']>;
718
722
  label?: InputMaybe<Scalars['String']>;
719
723
  trees?: InputMaybe<Scalars['String']>;
@@ -721,11 +725,12 @@ export declare type VersionProfilesFiltersInput = {
721
725
  export declare enum VersionProfilesSortableFields {
722
726
  id = "id"
723
727
  }
724
- export declare type ViewDisplayInput = {
725
- size: ViewSizes;
728
+ export type ViewDisplayInput = {
729
+ size?: InputMaybe<ViewSizes>;
726
730
  type: ViewTypes;
727
731
  };
728
- export declare type ViewInput = {
732
+ export type ViewInput = {
733
+ attributes?: InputMaybe<Array<Scalars['String']>>;
729
734
  color?: InputMaybe<Scalars['String']>;
730
735
  description?: InputMaybe<Scalars['SystemTranslationOptional']>;
731
736
  display: ViewDisplayInput;
@@ -733,15 +738,10 @@ export declare type ViewInput = {
733
738
  id?: InputMaybe<Scalars['String']>;
734
739
  label?: InputMaybe<Scalars['SystemTranslation']>;
735
740
  library: Scalars['String'];
736
- settings?: InputMaybe<Array<ViewSettingsInput>>;
737
741
  shared: Scalars['Boolean'];
738
- sort?: InputMaybe<RecordSortInput>;
742
+ sort?: InputMaybe<Array<RecordSortInput>>;
739
743
  valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
740
744
  };
741
- export declare type ViewSettingsInput = {
742
- name: Scalars['String'];
743
- value?: InputMaybe<Scalars['Any']>;
744
- };
745
745
  export declare enum ViewSizes {
746
746
  BIG = "BIG",
747
747
  MEDIUM = "MEDIUM",
@@ -752,11 +752,11 @@ export declare enum ViewTypes {
752
752
  list = "list",
753
753
  timeline = "timeline"
754
754
  }
755
- export declare type ViewValuesVersionInput = {
755
+ export type ViewValuesVersionInput = {
756
756
  treeId: Scalars['String'];
757
757
  treeNode: Scalars['String'];
758
758
  };
759
- export declare type DetailsApplicationFragment = {
759
+ export type DetailsApplicationFragment = {
760
760
  id: string;
761
761
  label: any;
762
762
  type: ApplicationType;
@@ -785,7 +785,7 @@ export declare type DetailsApplicationFragment = {
785
785
  admin_application: boolean;
786
786
  };
787
787
  };
788
- export declare type RecordIdentityFragment = {
788
+ export type RecordIdentityFragment = {
789
789
  id: string;
790
790
  whoAmI: {
791
791
  id: string;
@@ -799,7 +799,7 @@ export declare type RecordIdentityFragment = {
799
799
  };
800
800
  };
801
801
  };
802
- export declare type AttributeDetailsLinkAttributeFragment = {
802
+ export type AttributeDetailsLinkAttributeFragment = {
803
803
  reverse_link?: string | null;
804
804
  id: string;
805
805
  type: AttributeType;
@@ -807,7 +807,6 @@ export declare type AttributeDetailsLinkAttributeFragment = {
807
807
  system: boolean;
808
808
  readonly: boolean;
809
809
  label?: any | null;
810
- required: boolean;
811
810
  description?: any | null;
812
811
  multiple_values: boolean;
813
812
  linked_library?: {
@@ -837,7 +836,7 @@ export declare type AttributeDetailsLinkAttributeFragment = {
837
836
  label?: any | null;
838
837
  }> | null;
839
838
  };
840
- export declare type AttributeDetailsStandardAttributeFragment = {
839
+ export type AttributeDetailsStandardAttributeFragment = {
841
840
  unique?: boolean | null;
842
841
  maxLength?: number | null;
843
842
  id: string;
@@ -846,7 +845,6 @@ export declare type AttributeDetailsStandardAttributeFragment = {
846
845
  system: boolean;
847
846
  readonly: boolean;
848
847
  label?: any | null;
849
- required: boolean;
850
848
  description?: any | null;
851
849
  multiple_values: boolean;
852
850
  metadata_fields?: Array<{
@@ -872,14 +870,13 @@ export declare type AttributeDetailsStandardAttributeFragment = {
872
870
  label?: any | null;
873
871
  }> | null;
874
872
  };
875
- export declare type AttributeDetailsTreeAttributeFragment = {
873
+ export type AttributeDetailsTreeAttributeFragment = {
876
874
  id: string;
877
875
  type: AttributeType;
878
876
  format?: AttributeFormat | null;
879
877
  system: boolean;
880
878
  readonly: boolean;
881
879
  label?: any | null;
882
- required: boolean;
883
880
  description?: any | null;
884
881
  multiple_values: boolean;
885
882
  linked_tree?: {
@@ -909,8 +906,8 @@ export declare type AttributeDetailsTreeAttributeFragment = {
909
906
  label?: any | null;
910
907
  }> | null;
911
908
  };
912
- export declare type AttributeDetailsFragment = AttributeDetailsLinkAttributeFragment | AttributeDetailsStandardAttributeFragment | AttributeDetailsTreeAttributeFragment;
913
- export declare type AttributesByLibAttributeLinkAttributeFragment = {
909
+ export type AttributeDetailsFragment = AttributeDetailsLinkAttributeFragment | AttributeDetailsStandardAttributeFragment | AttributeDetailsTreeAttributeFragment;
910
+ export type AttributesByLibAttributeLinkAttributeFragment = {
914
911
  id: string;
915
912
  type: AttributeType;
916
913
  format?: AttributeFormat | null;
@@ -922,7 +919,7 @@ export declare type AttributesByLibAttributeLinkAttributeFragment = {
922
919
  id: string;
923
920
  } | null;
924
921
  };
925
- export declare type AttributesByLibAttributeStandardAttributeFragment = {
922
+ export type AttributesByLibAttributeStandardAttributeFragment = {
926
923
  id: string;
927
924
  type: AttributeType;
928
925
  format?: AttributeFormat | null;
@@ -936,7 +933,7 @@ export declare type AttributesByLibAttributeStandardAttributeFragment = {
936
933
  label?: any | null;
937
934
  } | null> | null;
938
935
  };
939
- export declare type AttributesByLibAttributeTreeAttributeFragment = {
936
+ export type AttributesByLibAttributeTreeAttributeFragment = {
940
937
  id: string;
941
938
  type: AttributeType;
942
939
  format?: AttributeFormat | null;
@@ -955,8 +952,8 @@ export declare type AttributesByLibAttributeTreeAttributeFragment = {
955
952
  }>;
956
953
  } | null;
957
954
  };
958
- export declare type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
959
- export declare type LibraryLightFragment = {
955
+ export type AttributesByLibAttributeFragment = AttributesByLibAttributeLinkAttributeFragment | AttributesByLibAttributeStandardAttributeFragment | AttributesByLibAttributeTreeAttributeFragment;
956
+ export type LibraryLightFragment = {
960
957
  id: string;
961
958
  label?: any | null;
962
959
  icon?: {
@@ -970,7 +967,7 @@ export declare type LibraryLightFragment = {
970
967
  };
971
968
  } | null;
972
969
  };
973
- export declare type LibraryDetailsFragment = {
970
+ export type LibraryDetailsFragment = {
974
971
  id: string;
975
972
  label?: any | null;
976
973
  behavior: LibraryBehavior;
@@ -1052,7 +1049,7 @@ export declare type LibraryDetailsFragment = {
1052
1049
  };
1053
1050
  }> | null;
1054
1051
  };
1055
- export declare type LibraryAttributesLinkAttributeFragment = {
1052
+ export type LibraryAttributesLinkAttributeFragment = {
1056
1053
  id: string;
1057
1054
  label?: any | null;
1058
1055
  system: boolean;
@@ -1063,21 +1060,21 @@ export declare type LibraryAttributesLinkAttributeFragment = {
1063
1060
  behavior: LibraryBehavior;
1064
1061
  } | null;
1065
1062
  };
1066
- export declare type LibraryAttributesStandardAttributeTreeAttributeFragment = {
1063
+ export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
1067
1064
  id: string;
1068
1065
  label?: any | null;
1069
1066
  system: boolean;
1070
1067
  type: AttributeType;
1071
1068
  format?: AttributeFormat | null;
1072
1069
  };
1073
- export declare type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
1074
- export declare type LibraryLinkAttributeDetailsFragment = {
1070
+ export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
1071
+ export type LibraryLinkAttributeDetailsFragment = {
1075
1072
  linked_library?: {
1076
1073
  id: string;
1077
1074
  behavior: LibraryBehavior;
1078
1075
  } | null;
1079
1076
  };
1080
- export declare type LibraryPreviewsSettingsFragment = {
1077
+ export type LibraryPreviewsSettingsFragment = {
1081
1078
  label: any;
1082
1079
  description?: any | null;
1083
1080
  system: boolean;
@@ -1090,7 +1087,7 @@ export declare type LibraryPreviewsSettingsFragment = {
1090
1087
  }>;
1091
1088
  };
1092
1089
  };
1093
- export declare type RecordFormElementFragment = {
1090
+ export type RecordFormElementFragment = {
1094
1091
  id: string;
1095
1092
  containerId: string;
1096
1093
  uiElementType: string;
@@ -1099,6 +1096,7 @@ export declare type RecordFormElementFragment = {
1099
1096
  values?: Array<{
1100
1097
  id_value?: string | null;
1101
1098
  isInherited?: boolean | null;
1099
+ isCalculated?: boolean | null;
1102
1100
  modified_at?: number | null;
1103
1101
  created_at?: number | null;
1104
1102
  linkValue?: {
@@ -1159,20 +1157,20 @@ export declare type RecordFormElementFragment = {
1159
1157
  };
1160
1158
  } | null;
1161
1159
  } | null> | null;
1162
- attribute?: {
1160
+ attribute: {
1163
1161
  id: string;
1164
1162
  format?: AttributeFormat | null;
1165
1163
  type: AttributeType;
1166
1164
  system: boolean;
1167
- } | null;
1165
+ };
1168
1166
  metadata?: Array<{
1169
1167
  name: string;
1170
1168
  value?: {
1171
1169
  id_value?: string | null;
1172
1170
  modified_at?: number | null;
1173
1171
  created_at?: number | null;
1174
- value?: any | null;
1175
- raw_value?: any | null;
1172
+ payload?: any | null;
1173
+ raw_payload?: any | null;
1176
1174
  modified_by?: {
1177
1175
  id: string;
1178
1176
  whoAmI: {
@@ -1222,6 +1220,7 @@ export declare type RecordFormElementFragment = {
1222
1220
  } | {
1223
1221
  id_value?: string | null;
1224
1222
  isInherited?: boolean | null;
1223
+ isCalculated?: boolean | null;
1225
1224
  modified_at?: number | null;
1226
1225
  created_at?: number | null;
1227
1226
  treeValue?: {
@@ -1301,20 +1300,20 @@ export declare type RecordFormElementFragment = {
1301
1300
  };
1302
1301
  } | null;
1303
1302
  } | null> | null;
1304
- attribute?: {
1303
+ attribute: {
1305
1304
  id: string;
1306
1305
  format?: AttributeFormat | null;
1307
1306
  type: AttributeType;
1308
1307
  system: boolean;
1309
- } | null;
1308
+ };
1310
1309
  metadata?: Array<{
1311
1310
  name: string;
1312
1311
  value?: {
1313
1312
  id_value?: string | null;
1314
1313
  modified_at?: number | null;
1315
1314
  created_at?: number | null;
1316
- value?: any | null;
1317
- raw_value?: any | null;
1315
+ payload?: any | null;
1316
+ raw_payload?: any | null;
1318
1317
  modified_by?: {
1319
1318
  id: string;
1320
1319
  whoAmI: {
@@ -1362,10 +1361,13 @@ export declare type RecordFormElementFragment = {
1362
1361
  } | null;
1363
1362
  } | null> | null;
1364
1363
  } | {
1364
+ payload?: any | null;
1365
+ raw_payload?: any | null;
1365
1366
  value?: any | null;
1366
1367
  raw_value?: any | null;
1367
1368
  id_value?: string | null;
1368
1369
  isInherited?: boolean | null;
1370
+ isCalculated?: boolean | null;
1369
1371
  modified_at?: number | null;
1370
1372
  created_at?: number | null;
1371
1373
  modified_by?: {
@@ -1412,20 +1414,20 @@ export declare type RecordFormElementFragment = {
1412
1414
  };
1413
1415
  } | null;
1414
1416
  } | null> | null;
1415
- attribute?: {
1417
+ attribute: {
1416
1418
  id: string;
1417
1419
  format?: AttributeFormat | null;
1418
1420
  type: AttributeType;
1419
1421
  system: boolean;
1420
- } | null;
1422
+ };
1421
1423
  metadata?: Array<{
1422
1424
  name: string;
1423
1425
  value?: {
1424
1426
  id_value?: string | null;
1425
1427
  modified_at?: number | null;
1426
1428
  created_at?: number | null;
1427
- value?: any | null;
1428
- raw_value?: any | null;
1429
+ payload?: any | null;
1430
+ raw_payload?: any | null;
1429
1431
  modified_by?: {
1430
1432
  id: string;
1431
1433
  whoAmI: {
@@ -1481,7 +1483,9 @@ export declare type RecordFormElementFragment = {
1481
1483
  format?: AttributeFormat | null;
1482
1484
  system: boolean;
1483
1485
  readonly: boolean;
1486
+ required: boolean;
1484
1487
  multiple_values: boolean;
1488
+ compute: boolean;
1485
1489
  linked_library?: {
1486
1490
  id: string;
1487
1491
  label?: any | null;
@@ -1493,6 +1497,7 @@ export declare type RecordFormElementFragment = {
1493
1497
  linkValuesList?: {
1494
1498
  enable: boolean;
1495
1499
  allowFreeEntry?: boolean | null;
1500
+ allowListUpdate?: boolean | null;
1496
1501
  values?: Array<{
1497
1502
  id: string;
1498
1503
  whoAmI: {
@@ -1538,6 +1543,7 @@ export declare type RecordFormElementFragment = {
1538
1543
  values_list?: {
1539
1544
  enable: boolean;
1540
1545
  allowFreeEntry?: boolean | null;
1546
+ allowListUpdate?: boolean | null;
1541
1547
  dateRangeValues?: Array<{
1542
1548
  from?: string | null;
1543
1549
  to?: string | null;
@@ -1545,6 +1551,7 @@ export declare type RecordFormElementFragment = {
1545
1551
  } | {
1546
1552
  enable: boolean;
1547
1553
  allowFreeEntry?: boolean | null;
1554
+ allowListUpdate?: boolean | null;
1548
1555
  values?: Array<string> | null;
1549
1556
  } | null;
1550
1557
  metadata_fields?: Array<{
@@ -1559,10 +1566,13 @@ export declare type RecordFormElementFragment = {
1559
1566
  format?: AttributeFormat | null;
1560
1567
  system: boolean;
1561
1568
  readonly: boolean;
1569
+ required: boolean;
1562
1570
  multiple_values: boolean;
1571
+ compute: boolean;
1563
1572
  values_list?: {
1564
1573
  enable: boolean;
1565
1574
  allowFreeEntry?: boolean | null;
1575
+ allowListUpdate?: boolean | null;
1566
1576
  dateRangeValues?: Array<{
1567
1577
  from?: string | null;
1568
1578
  to?: string | null;
@@ -1570,6 +1580,7 @@ export declare type RecordFormElementFragment = {
1570
1580
  } | {
1571
1581
  enable: boolean;
1572
1582
  allowFreeEntry?: boolean | null;
1583
+ allowListUpdate?: boolean | null;
1573
1584
  values?: Array<string> | null;
1574
1585
  } | null;
1575
1586
  permissions: {
@@ -1602,6 +1613,7 @@ export declare type RecordFormElementFragment = {
1602
1613
  values_list?: {
1603
1614
  enable: boolean;
1604
1615
  allowFreeEntry?: boolean | null;
1616
+ allowListUpdate?: boolean | null;
1605
1617
  dateRangeValues?: Array<{
1606
1618
  from?: string | null;
1607
1619
  to?: string | null;
@@ -1609,6 +1621,7 @@ export declare type RecordFormElementFragment = {
1609
1621
  } | {
1610
1622
  enable: boolean;
1611
1623
  allowFreeEntry?: boolean | null;
1624
+ allowListUpdate?: boolean | null;
1612
1625
  values?: Array<string> | null;
1613
1626
  } | null;
1614
1627
  metadata_fields?: Array<{
@@ -1623,7 +1636,9 @@ export declare type RecordFormElementFragment = {
1623
1636
  format?: AttributeFormat | null;
1624
1637
  system: boolean;
1625
1638
  readonly: boolean;
1639
+ required: boolean;
1626
1640
  multiple_values: boolean;
1641
+ compute: boolean;
1627
1642
  linked_tree?: {
1628
1643
  id: string;
1629
1644
  label?: any | null;
@@ -1631,6 +1646,7 @@ export declare type RecordFormElementFragment = {
1631
1646
  treeValuesList?: {
1632
1647
  enable: boolean;
1633
1648
  allowFreeEntry?: boolean | null;
1649
+ allowListUpdate?: boolean | null;
1634
1650
  values?: Array<{
1635
1651
  id: string;
1636
1652
  record: {
@@ -1695,6 +1711,7 @@ export declare type RecordFormElementFragment = {
1695
1711
  values_list?: {
1696
1712
  enable: boolean;
1697
1713
  allowFreeEntry?: boolean | null;
1714
+ allowListUpdate?: boolean | null;
1698
1715
  dateRangeValues?: Array<{
1699
1716
  from?: string | null;
1700
1717
  to?: string | null;
@@ -1702,6 +1719,7 @@ export declare type RecordFormElementFragment = {
1702
1719
  } | {
1703
1720
  enable: boolean;
1704
1721
  allowFreeEntry?: boolean | null;
1722
+ allowListUpdate?: boolean | null;
1705
1723
  values?: Array<string> | null;
1706
1724
  } | null;
1707
1725
  metadata_fields?: Array<{
@@ -1714,9 +1732,10 @@ export declare type RecordFormElementFragment = {
1714
1732
  value: any;
1715
1733
  }>;
1716
1734
  };
1717
- export declare type ValueDetailsLinkValueFragment = {
1735
+ export type ValueDetailsLinkValueFragment = {
1718
1736
  id_value?: string | null;
1719
1737
  isInherited?: boolean | null;
1738
+ isCalculated?: boolean | null;
1720
1739
  modified_at?: number | null;
1721
1740
  created_at?: number | null;
1722
1741
  linkValue?: {
@@ -1777,20 +1796,20 @@ export declare type ValueDetailsLinkValueFragment = {
1777
1796
  };
1778
1797
  } | null;
1779
1798
  } | null> | null;
1780
- attribute?: {
1799
+ attribute: {
1781
1800
  id: string;
1782
1801
  format?: AttributeFormat | null;
1783
1802
  type: AttributeType;
1784
1803
  system: boolean;
1785
- } | null;
1804
+ };
1786
1805
  metadata?: Array<{
1787
1806
  name: string;
1788
1807
  value?: {
1789
1808
  id_value?: string | null;
1790
1809
  modified_at?: number | null;
1791
1810
  created_at?: number | null;
1792
- value?: any | null;
1793
- raw_value?: any | null;
1811
+ payload?: any | null;
1812
+ raw_payload?: any | null;
1794
1813
  modified_by?: {
1795
1814
  id: string;
1796
1815
  whoAmI: {
@@ -1838,9 +1857,10 @@ export declare type ValueDetailsLinkValueFragment = {
1838
1857
  } | null;
1839
1858
  } | null> | null;
1840
1859
  };
1841
- export declare type ValueDetailsTreeValueFragment = {
1860
+ export type ValueDetailsTreeValueFragment = {
1842
1861
  id_value?: string | null;
1843
1862
  isInherited?: boolean | null;
1863
+ isCalculated?: boolean | null;
1844
1864
  modified_at?: number | null;
1845
1865
  created_at?: number | null;
1846
1866
  treeValue?: {
@@ -1920,20 +1940,20 @@ export declare type ValueDetailsTreeValueFragment = {
1920
1940
  };
1921
1941
  } | null;
1922
1942
  } | null> | null;
1923
- attribute?: {
1943
+ attribute: {
1924
1944
  id: string;
1925
1945
  format?: AttributeFormat | null;
1926
1946
  type: AttributeType;
1927
1947
  system: boolean;
1928
- } | null;
1948
+ };
1929
1949
  metadata?: Array<{
1930
1950
  name: string;
1931
1951
  value?: {
1932
1952
  id_value?: string | null;
1933
1953
  modified_at?: number | null;
1934
1954
  created_at?: number | null;
1935
- value?: any | null;
1936
- raw_value?: any | null;
1955
+ payload?: any | null;
1956
+ raw_payload?: any | null;
1937
1957
  modified_by?: {
1938
1958
  id: string;
1939
1959
  whoAmI: {
@@ -1981,11 +2001,14 @@ export declare type ValueDetailsTreeValueFragment = {
1981
2001
  } | null;
1982
2002
  } | null> | null;
1983
2003
  };
1984
- export declare type ValueDetailsValueFragment = {
2004
+ export type ValueDetailsValueFragment = {
2005
+ payload?: any | null;
2006
+ raw_payload?: any | null;
1985
2007
  value?: any | null;
1986
2008
  raw_value?: any | null;
1987
2009
  id_value?: string | null;
1988
2010
  isInherited?: boolean | null;
2011
+ isCalculated?: boolean | null;
1989
2012
  modified_at?: number | null;
1990
2013
  created_at?: number | null;
1991
2014
  modified_by?: {
@@ -2032,20 +2055,20 @@ export declare type ValueDetailsValueFragment = {
2032
2055
  };
2033
2056
  } | null;
2034
2057
  } | null> | null;
2035
- attribute?: {
2058
+ attribute: {
2036
2059
  id: string;
2037
2060
  format?: AttributeFormat | null;
2038
2061
  type: AttributeType;
2039
2062
  system: boolean;
2040
- } | null;
2063
+ };
2041
2064
  metadata?: Array<{
2042
2065
  name: string;
2043
2066
  value?: {
2044
2067
  id_value?: string | null;
2045
2068
  modified_at?: number | null;
2046
2069
  created_at?: number | null;
2047
- value?: any | null;
2048
- raw_value?: any | null;
2070
+ payload?: any | null;
2071
+ raw_payload?: any | null;
2049
2072
  modified_by?: {
2050
2073
  id: string;
2051
2074
  whoAmI: {
@@ -2093,8 +2116,8 @@ export declare type ValueDetailsValueFragment = {
2093
2116
  } | null;
2094
2117
  } | null> | null;
2095
2118
  };
2096
- export declare type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
2097
- export declare type ValuesVersionDetailsFragment = {
2119
+ export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
2120
+ export type ValuesVersionDetailsFragment = {
2098
2121
  treeId: string;
2099
2122
  treeNode?: {
2100
2123
  id: string;
@@ -2110,7 +2133,7 @@ export declare type ValuesVersionDetailsFragment = {
2110
2133
  };
2111
2134
  } | null;
2112
2135
  };
2113
- export declare type RecordFormAttributeLinkAttributeFragment = {
2136
+ export type RecordFormAttributeLinkAttributeFragment = {
2114
2137
  id: string;
2115
2138
  label?: any | null;
2116
2139
  description?: any | null;
@@ -2118,7 +2141,9 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
2118
2141
  format?: AttributeFormat | null;
2119
2142
  system: boolean;
2120
2143
  readonly: boolean;
2144
+ required: boolean;
2121
2145
  multiple_values: boolean;
2146
+ compute: boolean;
2122
2147
  linked_library?: {
2123
2148
  id: string;
2124
2149
  label?: any | null;
@@ -2130,6 +2155,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
2130
2155
  linkValuesList?: {
2131
2156
  enable: boolean;
2132
2157
  allowFreeEntry?: boolean | null;
2158
+ allowListUpdate?: boolean | null;
2133
2159
  values?: Array<{
2134
2160
  id: string;
2135
2161
  whoAmI: {
@@ -2175,6 +2201,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
2175
2201
  values_list?: {
2176
2202
  enable: boolean;
2177
2203
  allowFreeEntry?: boolean | null;
2204
+ allowListUpdate?: boolean | null;
2178
2205
  dateRangeValues?: Array<{
2179
2206
  from?: string | null;
2180
2207
  to?: string | null;
@@ -2182,6 +2209,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
2182
2209
  } | {
2183
2210
  enable: boolean;
2184
2211
  allowFreeEntry?: boolean | null;
2212
+ allowListUpdate?: boolean | null;
2185
2213
  values?: Array<string> | null;
2186
2214
  } | null;
2187
2215
  metadata_fields?: Array<{
@@ -2189,7 +2217,7 @@ export declare type RecordFormAttributeLinkAttributeFragment = {
2189
2217
  }> | null;
2190
2218
  }> | null;
2191
2219
  };
2192
- export declare type RecordFormAttributeStandardAttributeFragment = {
2220
+ export type RecordFormAttributeStandardAttributeFragment = {
2193
2221
  id: string;
2194
2222
  label?: any | null;
2195
2223
  description?: any | null;
@@ -2197,10 +2225,13 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
2197
2225
  format?: AttributeFormat | null;
2198
2226
  system: boolean;
2199
2227
  readonly: boolean;
2228
+ required: boolean;
2200
2229
  multiple_values: boolean;
2230
+ compute: boolean;
2201
2231
  values_list?: {
2202
2232
  enable: boolean;
2203
2233
  allowFreeEntry?: boolean | null;
2234
+ allowListUpdate?: boolean | null;
2204
2235
  dateRangeValues?: Array<{
2205
2236
  from?: string | null;
2206
2237
  to?: string | null;
@@ -2208,6 +2239,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
2208
2239
  } | {
2209
2240
  enable: boolean;
2210
2241
  allowFreeEntry?: boolean | null;
2242
+ allowListUpdate?: boolean | null;
2211
2243
  values?: Array<string> | null;
2212
2244
  } | null;
2213
2245
  permissions: {
@@ -2240,6 +2272,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
2240
2272
  values_list?: {
2241
2273
  enable: boolean;
2242
2274
  allowFreeEntry?: boolean | null;
2275
+ allowListUpdate?: boolean | null;
2243
2276
  dateRangeValues?: Array<{
2244
2277
  from?: string | null;
2245
2278
  to?: string | null;
@@ -2247,6 +2280,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
2247
2280
  } | {
2248
2281
  enable: boolean;
2249
2282
  allowFreeEntry?: boolean | null;
2283
+ allowListUpdate?: boolean | null;
2250
2284
  values?: Array<string> | null;
2251
2285
  } | null;
2252
2286
  metadata_fields?: Array<{
@@ -2254,7 +2288,7 @@ export declare type RecordFormAttributeStandardAttributeFragment = {
2254
2288
  }> | null;
2255
2289
  }> | null;
2256
2290
  };
2257
- export declare type RecordFormAttributeTreeAttributeFragment = {
2291
+ export type RecordFormAttributeTreeAttributeFragment = {
2258
2292
  id: string;
2259
2293
  label?: any | null;
2260
2294
  description?: any | null;
@@ -2262,7 +2296,9 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
2262
2296
  format?: AttributeFormat | null;
2263
2297
  system: boolean;
2264
2298
  readonly: boolean;
2299
+ required: boolean;
2265
2300
  multiple_values: boolean;
2301
+ compute: boolean;
2266
2302
  linked_tree?: {
2267
2303
  id: string;
2268
2304
  label?: any | null;
@@ -2270,6 +2306,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
2270
2306
  treeValuesList?: {
2271
2307
  enable: boolean;
2272
2308
  allowFreeEntry?: boolean | null;
2309
+ allowListUpdate?: boolean | null;
2273
2310
  values?: Array<{
2274
2311
  id: string;
2275
2312
  record: {
@@ -2334,6 +2371,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
2334
2371
  values_list?: {
2335
2372
  enable: boolean;
2336
2373
  allowFreeEntry?: boolean | null;
2374
+ allowListUpdate?: boolean | null;
2337
2375
  dateRangeValues?: Array<{
2338
2376
  from?: string | null;
2339
2377
  to?: string | null;
@@ -2341,6 +2379,7 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
2341
2379
  } | {
2342
2380
  enable: boolean;
2343
2381
  allowFreeEntry?: boolean | null;
2382
+ allowListUpdate?: boolean | null;
2344
2383
  values?: Array<string> | null;
2345
2384
  } | null;
2346
2385
  metadata_fields?: Array<{
@@ -2348,22 +2387,24 @@ export declare type RecordFormAttributeTreeAttributeFragment = {
2348
2387
  }> | null;
2349
2388
  }> | null;
2350
2389
  };
2351
- export declare type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragment | RecordFormAttributeStandardAttributeFragment | RecordFormAttributeTreeAttributeFragment;
2352
- export declare type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
2390
+ export type RecordFormAttributeFragment = RecordFormAttributeLinkAttributeFragment | RecordFormAttributeStandardAttributeFragment | RecordFormAttributeTreeAttributeFragment;
2391
+ export type StandardValuesListFragmentStandardDateRangeValuesListConfFragment = {
2353
2392
  enable: boolean;
2354
2393
  allowFreeEntry?: boolean | null;
2394
+ allowListUpdate?: boolean | null;
2355
2395
  dateRangeValues?: Array<{
2356
2396
  from?: string | null;
2357
2397
  to?: string | null;
2358
2398
  }> | null;
2359
2399
  };
2360
- export declare type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2400
+ export type StandardValuesListFragmentStandardStringValuesListConfFragment = {
2361
2401
  enable: boolean;
2362
2402
  allowFreeEntry?: boolean | null;
2403
+ allowListUpdate?: boolean | null;
2363
2404
  values?: Array<string> | null;
2364
2405
  };
2365
- export declare type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
2366
- export declare type TreeDetailsFragment = {
2406
+ export type StandardValuesListFragmentFragment = StandardValuesListFragmentStandardDateRangeValuesListConfFragment | StandardValuesListFragmentStandardStringValuesListConfFragment;
2407
+ export type TreeDetailsFragment = {
2367
2408
  id: string;
2368
2409
  label?: any | null;
2369
2410
  behavior: TreeBehavior;
@@ -2380,19 +2421,19 @@ export declare type TreeDetailsFragment = {
2380
2421
  };
2381
2422
  }>;
2382
2423
  };
2383
- export declare type TreeLightFragment = {
2424
+ export type TreeLightFragment = {
2384
2425
  id: string;
2385
2426
  label?: any | null;
2386
2427
  };
2387
- export declare type TreeNodeChildFragment = {
2428
+ export type TreeNodeChildFragment = {
2388
2429
  id: string;
2389
2430
  order?: number | null;
2390
2431
  childrenCount?: number | null;
2391
2432
  record: {
2392
2433
  id: string;
2393
- active?: Array<{
2434
+ active: Array<{
2394
2435
  value?: any | null;
2395
- }> | null;
2436
+ }>;
2396
2437
  whoAmI: {
2397
2438
  id: string;
2398
2439
  label?: string | null;
@@ -2432,14 +2473,14 @@ export declare type TreeNodeChildFragment = {
2432
2473
  edit_children: boolean;
2433
2474
  };
2434
2475
  };
2435
- export declare type ViewDetailsFragment = {
2476
+ export type ViewDetailsFragment = {
2436
2477
  id: string;
2437
2478
  shared: boolean;
2438
2479
  label: any;
2439
2480
  description?: any | null;
2440
2481
  color?: string | null;
2441
2482
  display: {
2442
- size: ViewSizes;
2483
+ size?: ViewSizes | null;
2443
2484
  type: ViewTypes;
2444
2485
  };
2445
2486
  created_by: {
@@ -2462,10 +2503,10 @@ export declare type ViewDetailsFragment = {
2462
2503
  label?: any | null;
2463
2504
  } | null;
2464
2505
  }> | null;
2465
- sort?: {
2506
+ sort?: Array<{
2466
2507
  field: string;
2467
2508
  order: SortOrder;
2468
- } | null;
2509
+ }> | null;
2469
2510
  valuesVersions?: Array<{
2470
2511
  treeId: string;
2471
2512
  treeNode: {
@@ -2486,24 +2527,152 @@ export declare type ViewDetailsFragment = {
2486
2527
  };
2487
2528
  };
2488
2529
  }> | null;
2489
- settings?: Array<{
2490
- name: string;
2491
- value?: any | null;
2530
+ attributes?: Array<{
2531
+ id: string;
2492
2532
  }> | null;
2493
2533
  };
2494
- export declare type CheckApplicationExistenceQueryVariables = Exact<{
2534
+ export type ViewDetailsFilterFragment = {
2535
+ field?: string | null;
2536
+ value?: string | null;
2537
+ condition?: RecordFilterCondition | null;
2538
+ operator?: RecordFilterOperator | null;
2539
+ tree?: {
2540
+ id: string;
2541
+ label?: any | null;
2542
+ } | null;
2543
+ };
2544
+ export type LinkAttributeDetailsFragment = {
2545
+ label?: any | null;
2546
+ linked_library?: {
2547
+ id: string;
2548
+ } | null;
2549
+ };
2550
+ export type AttributePropertiesFragment = {
2551
+ id: string;
2552
+ label?: any | null;
2553
+ type: AttributeType;
2554
+ format?: AttributeFormat | null;
2555
+ multiple_values: boolean;
2556
+ };
2557
+ export type PropertyValueLinkValueFragment = {
2558
+ linkPayload?: {
2559
+ id: string;
2560
+ whoAmI: {
2561
+ id: string;
2562
+ label?: string | null;
2563
+ subLabel?: string | null;
2564
+ color?: string | null;
2565
+ preview?: IPreviewScalar | null;
2566
+ library: {
2567
+ id: string;
2568
+ label?: any | null;
2569
+ };
2570
+ };
2571
+ } | null;
2572
+ };
2573
+ export type PropertyValueTreeValueFragment = {
2574
+ treePayload?: {
2575
+ record: {
2576
+ id: string;
2577
+ whoAmI: {
2578
+ id: string;
2579
+ label?: string | null;
2580
+ subLabel?: string | null;
2581
+ color?: string | null;
2582
+ preview?: IPreviewScalar | null;
2583
+ library: {
2584
+ id: string;
2585
+ label?: any | null;
2586
+ };
2587
+ };
2588
+ };
2589
+ } | null;
2590
+ };
2591
+ export type PropertyValueValueFragment = {
2592
+ valuePayload?: any | null;
2593
+ valueRawPayload?: any | null;
2594
+ };
2595
+ export type PropertyValueFragment = PropertyValueLinkValueFragment | PropertyValueTreeValueFragment | PropertyValueValueFragment;
2596
+ export type LinkPropertyLinkValueFragment = {
2597
+ id_value?: string | null;
2598
+ payload?: {
2599
+ id: string;
2600
+ properties: Array<{
2601
+ attributeId: string;
2602
+ attributeProperties: {
2603
+ id: string;
2604
+ label?: any | null;
2605
+ type: AttributeType;
2606
+ format?: AttributeFormat | null;
2607
+ multiple_values: boolean;
2608
+ };
2609
+ values: Array<{
2610
+ linkPayload?: {
2611
+ id: string;
2612
+ whoAmI: {
2613
+ id: string;
2614
+ label?: string | null;
2615
+ subLabel?: string | null;
2616
+ color?: string | null;
2617
+ preview?: IPreviewScalar | null;
2618
+ library: {
2619
+ id: string;
2620
+ label?: any | null;
2621
+ };
2622
+ };
2623
+ } | null;
2624
+ } | {
2625
+ treePayload?: {
2626
+ record: {
2627
+ id: string;
2628
+ whoAmI: {
2629
+ id: string;
2630
+ label?: string | null;
2631
+ subLabel?: string | null;
2632
+ color?: string | null;
2633
+ preview?: IPreviewScalar | null;
2634
+ library: {
2635
+ id: string;
2636
+ label?: any | null;
2637
+ };
2638
+ };
2639
+ };
2640
+ } | null;
2641
+ } | {
2642
+ valuePayload?: any | null;
2643
+ valueRawPayload?: any | null;
2644
+ }>;
2645
+ }>;
2646
+ whoAmI: {
2647
+ id: string;
2648
+ label?: string | null;
2649
+ subLabel?: string | null;
2650
+ color?: string | null;
2651
+ preview?: IPreviewScalar | null;
2652
+ library: {
2653
+ id: string;
2654
+ label?: any | null;
2655
+ };
2656
+ };
2657
+ } | null;
2658
+ };
2659
+ export type LinkPropertyTreeValueValueFragment = {
2660
+ id_value?: string | null;
2661
+ };
2662
+ export type LinkPropertyFragment = LinkPropertyLinkValueFragment | LinkPropertyTreeValueValueFragment;
2663
+ export type CheckApplicationExistenceQueryVariables = Exact<{
2495
2664
  id?: InputMaybe<Scalars['ID']>;
2496
2665
  endpoint?: InputMaybe<Scalars['String']>;
2497
2666
  }>;
2498
- export declare type CheckApplicationExistenceQuery = {
2667
+ export type CheckApplicationExistenceQuery = {
2499
2668
  applications?: {
2500
2669
  totalCount: number;
2501
2670
  } | null;
2502
2671
  };
2503
- export declare type GetApplicationByIdQueryVariables = Exact<{
2672
+ export type GetApplicationByIdQueryVariables = Exact<{
2504
2673
  id: Scalars['ID'];
2505
2674
  }>;
2506
- export declare type GetApplicationByIdQuery = {
2675
+ export type GetApplicationByIdQuery = {
2507
2676
  applications?: {
2508
2677
  list: Array<{
2509
2678
  id: string;
@@ -2536,20 +2705,20 @@ export declare type GetApplicationByIdQuery = {
2536
2705
  }>;
2537
2706
  } | null;
2538
2707
  };
2539
- export declare type GetApplicationModulesQueryVariables = Exact<{
2708
+ export type GetApplicationModulesQueryVariables = Exact<{
2540
2709
  [key: string]: never;
2541
2710
  }>;
2542
- export declare type GetApplicationModulesQuery = {
2711
+ export type GetApplicationModulesQuery = {
2543
2712
  applicationsModules: Array<{
2544
2713
  id: string;
2545
2714
  description?: string | null;
2546
2715
  version?: string | null;
2547
2716
  }>;
2548
2717
  };
2549
- export declare type SaveApplicationMutationVariables = Exact<{
2718
+ export type SaveApplicationMutationVariables = Exact<{
2550
2719
  application: ApplicationInput;
2551
2720
  }>;
2552
- export declare type SaveApplicationMutation = {
2721
+ export type SaveApplicationMutation = {
2553
2722
  saveApplication: {
2554
2723
  id: string;
2555
2724
  label: any;
@@ -2580,26 +2749,26 @@ export declare type SaveApplicationMutation = {
2580
2749
  };
2581
2750
  };
2582
2751
  };
2583
- export declare type CheckAttributeExistenceQueryVariables = Exact<{
2752
+ export type CheckAttributeExistenceQueryVariables = Exact<{
2584
2753
  id: Scalars['ID'];
2585
2754
  }>;
2586
- export declare type CheckAttributeExistenceQuery = {
2755
+ export type CheckAttributeExistenceQuery = {
2587
2756
  attributes?: {
2588
2757
  totalCount: number;
2589
2758
  } | null;
2590
2759
  };
2591
- export declare type DeleteAttributeMutationVariables = Exact<{
2760
+ export type DeleteAttributeMutationVariables = Exact<{
2592
2761
  id?: InputMaybe<Scalars['ID']>;
2593
2762
  }>;
2594
- export declare type DeleteAttributeMutation = {
2763
+ export type DeleteAttributeMutation = {
2595
2764
  deleteAttribute: {
2596
2765
  id: string;
2597
2766
  };
2598
2767
  };
2599
- export declare type GetAttributeByIdQueryVariables = Exact<{
2768
+ export type GetAttributeByIdQueryVariables = Exact<{
2600
2769
  id?: InputMaybe<Scalars['ID']>;
2601
2770
  }>;
2602
- export declare type GetAttributeByIdQuery = {
2771
+ export type GetAttributeByIdQuery = {
2603
2772
  attributes?: {
2604
2773
  list: Array<{
2605
2774
  reverse_link?: string | null;
@@ -2609,7 +2778,6 @@ export declare type GetAttributeByIdQuery = {
2609
2778
  system: boolean;
2610
2779
  readonly: boolean;
2611
2780
  label?: any | null;
2612
- required: boolean;
2613
2781
  description?: any | null;
2614
2782
  multiple_values: boolean;
2615
2783
  linked_library?: {
@@ -2647,7 +2815,6 @@ export declare type GetAttributeByIdQuery = {
2647
2815
  system: boolean;
2648
2816
  readonly: boolean;
2649
2817
  label?: any | null;
2650
- required: boolean;
2651
2818
  description?: any | null;
2652
2819
  multiple_values: boolean;
2653
2820
  metadata_fields?: Array<{
@@ -2679,7 +2846,6 @@ export declare type GetAttributeByIdQuery = {
2679
2846
  system: boolean;
2680
2847
  readonly: boolean;
2681
2848
  label?: any | null;
2682
- required: boolean;
2683
2849
  description?: any | null;
2684
2850
  multiple_values: boolean;
2685
2851
  linked_tree?: {
@@ -2711,10 +2877,10 @@ export declare type GetAttributeByIdQuery = {
2711
2877
  }>;
2712
2878
  } | null;
2713
2879
  };
2714
- export declare type GetAttributesByLibQueryVariables = Exact<{
2880
+ export type GetAttributesByLibQueryVariables = Exact<{
2715
2881
  library: Scalars['String'];
2716
2882
  }>;
2717
- export declare type GetAttributesByLibQuery = {
2883
+ export type GetAttributesByLibQuery = {
2718
2884
  attributes?: {
2719
2885
  list: Array<{
2720
2886
  id: string;
@@ -2761,12 +2927,12 @@ export declare type GetAttributesByLibQuery = {
2761
2927
  }>;
2762
2928
  } | null;
2763
2929
  };
2764
- export declare type GetAttributesQueryVariables = Exact<{
2930
+ export type GetAttributesQueryVariables = Exact<{
2765
2931
  pagination?: InputMaybe<Pagination>;
2766
2932
  sort?: InputMaybe<SortAttributes>;
2767
2933
  filters?: InputMaybe<AttributesFiltersInput>;
2768
2934
  }>;
2769
- export declare type GetAttributesQuery = {
2935
+ export type GetAttributesQuery = {
2770
2936
  attributes?: {
2771
2937
  totalCount: number;
2772
2938
  list: Array<{
@@ -2778,11 +2944,11 @@ export declare type GetAttributesQuery = {
2778
2944
  }>;
2779
2945
  } | null;
2780
2946
  };
2781
- export declare type GetVersionProfilesQueryVariables = Exact<{
2947
+ export type GetVersionProfilesQueryVariables = Exact<{
2782
2948
  filters?: InputMaybe<VersionProfilesFiltersInput>;
2783
2949
  sort?: InputMaybe<SortVersionProfilesInput>;
2784
2950
  }>;
2785
- export declare type GetVersionProfilesQuery = {
2951
+ export type GetVersionProfilesQuery = {
2786
2952
  versionProfiles: {
2787
2953
  list: Array<{
2788
2954
  id: string;
@@ -2790,10 +2956,10 @@ export declare type GetVersionProfilesQuery = {
2790
2956
  }>;
2791
2957
  };
2792
2958
  };
2793
- export declare type GetVersionableAttributesByLibraryQueryVariables = Exact<{
2959
+ export type GetVersionableAttributesByLibraryQueryVariables = Exact<{
2794
2960
  libraryId: Scalars['String'];
2795
2961
  }>;
2796
- export declare type GetVersionableAttributesByLibraryQuery = {
2962
+ export type GetVersionableAttributesByLibraryQuery = {
2797
2963
  attributes?: {
2798
2964
  list: Array<{
2799
2965
  id: string;
@@ -2810,10 +2976,10 @@ export declare type GetVersionableAttributesByLibraryQuery = {
2810
2976
  }>;
2811
2977
  } | null;
2812
2978
  };
2813
- export declare type SaveAttributeMutationVariables = Exact<{
2979
+ export type SaveAttributeMutationVariables = Exact<{
2814
2980
  attribute: AttributeInput;
2815
2981
  }>;
2816
- export declare type SaveAttributeMutation = {
2982
+ export type SaveAttributeMutation = {
2817
2983
  saveAttribute: {
2818
2984
  reverse_link?: string | null;
2819
2985
  id: string;
@@ -2822,7 +2988,6 @@ export declare type SaveAttributeMutation = {
2822
2988
  system: boolean;
2823
2989
  readonly: boolean;
2824
2990
  label?: any | null;
2825
- required: boolean;
2826
2991
  description?: any | null;
2827
2992
  multiple_values: boolean;
2828
2993
  linked_library?: {
@@ -2860,7 +3025,6 @@ export declare type SaveAttributeMutation = {
2860
3025
  system: boolean;
2861
3026
  readonly: boolean;
2862
3027
  label?: any | null;
2863
- required: boolean;
2864
3028
  description?: any | null;
2865
3029
  multiple_values: boolean;
2866
3030
  metadata_fields?: Array<{
@@ -2892,7 +3056,6 @@ export declare type SaveAttributeMutation = {
2892
3056
  system: boolean;
2893
3057
  readonly: boolean;
2894
3058
  label?: any | null;
2895
- required: boolean;
2896
3059
  description?: any | null;
2897
3060
  multiple_values: boolean;
2898
3061
  linked_tree?: {
@@ -2923,20 +3086,20 @@ export declare type SaveAttributeMutation = {
2923
3086
  }> | null;
2924
3087
  };
2925
3088
  };
2926
- export declare type ExportQueryVariables = Exact<{
3089
+ export type ExportQueryVariables = Exact<{
2927
3090
  library: Scalars['ID'];
2928
3091
  attributes?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
2929
3092
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
2930
3093
  }>;
2931
- export declare type ExportQuery = {
3094
+ export type ExportQuery = {
2932
3095
  export: string;
2933
3096
  };
2934
- export declare type CreateDirectoryMutationVariables = Exact<{
3097
+ export type CreateDirectoryMutationVariables = Exact<{
2935
3098
  library: Scalars['String'];
2936
3099
  nodeId: Scalars['String'];
2937
3100
  name: Scalars['String'];
2938
3101
  }>;
2939
- export declare type CreateDirectoryMutation = {
3102
+ export type CreateDirectoryMutation = {
2940
3103
  createDirectory: {
2941
3104
  id: string;
2942
3105
  whoAmI: {
@@ -2952,21 +3115,21 @@ export declare type CreateDirectoryMutation = {
2952
3115
  };
2953
3116
  };
2954
3117
  };
2955
- export declare type ForcePreviewsGenerationMutationVariables = Exact<{
3118
+ export type ForcePreviewsGenerationMutationVariables = Exact<{
2956
3119
  libraryId: Scalars['ID'];
2957
3120
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
2958
3121
  recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
2959
3122
  failedOnly?: InputMaybe<Scalars['Boolean']>;
2960
3123
  previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
2961
3124
  }>;
2962
- export declare type ForcePreviewsGenerationMutation = {
3125
+ export type ForcePreviewsGenerationMutation = {
2963
3126
  forcePreviewsGeneration: boolean;
2964
3127
  };
2965
- export declare type GetDirectoryDataQueryVariables = Exact<{
3128
+ export type GetDirectoryDataQueryVariables = Exact<{
2966
3129
  library: Scalars['ID'];
2967
3130
  directoryId: Scalars['String'];
2968
3131
  }>;
2969
- export declare type GetDirectoryDataQuery = {
3132
+ export type GetDirectoryDataQuery = {
2970
3133
  records: {
2971
3134
  list: Array<{
2972
3135
  id: string;
@@ -2981,10 +3144,10 @@ export declare type GetDirectoryDataQuery = {
2981
3144
  label?: any | null;
2982
3145
  };
2983
3146
  };
2984
- created_at?: Array<{
3147
+ created_at: Array<{
2985
3148
  value?: any | null;
2986
- }> | null;
2987
- created_by?: Array<{
3149
+ }>;
3150
+ created_by: Array<{
2988
3151
  value?: {
2989
3152
  id: string;
2990
3153
  whoAmI: {
@@ -2999,11 +3162,11 @@ export declare type GetDirectoryDataQuery = {
2999
3162
  };
3000
3163
  };
3001
3164
  } | null;
3002
- }> | null;
3003
- modified_at?: Array<{
3165
+ }>;
3166
+ modified_at: Array<{
3004
3167
  value?: any | null;
3005
- }> | null;
3006
- modified_by?: Array<{
3168
+ }>;
3169
+ modified_by: Array<{
3007
3170
  value?: {
3008
3171
  id: string;
3009
3172
  whoAmI: {
@@ -3018,23 +3181,23 @@ export declare type GetDirectoryDataQuery = {
3018
3181
  };
3019
3182
  };
3020
3183
  } | null;
3021
- }> | null;
3022
- file_name?: Array<{
3184
+ }>;
3185
+ file_name: Array<{
3023
3186
  value?: any | null;
3024
- }> | null;
3025
- file_path?: Array<{
3187
+ }>;
3188
+ file_path: Array<{
3026
3189
  value?: any | null;
3027
- }> | null;
3190
+ }>;
3028
3191
  library: {
3029
3192
  behavior: LibraryBehavior;
3030
3193
  };
3031
3194
  }>;
3032
3195
  };
3033
3196
  };
3034
- export declare type UploadUpdateSubscriptionVariables = Exact<{
3197
+ export type UploadUpdateSubscriptionVariables = Exact<{
3035
3198
  filters?: InputMaybe<UploadFiltersInput>;
3036
3199
  }>;
3037
- export declare type UploadUpdateSubscription = {
3200
+ export type UploadUpdateSubscription = {
3038
3201
  upload: {
3039
3202
  userId: string;
3040
3203
  uid: string;
@@ -3050,12 +3213,12 @@ export declare type UploadUpdateSubscription = {
3050
3213
  };
3051
3214
  };
3052
3215
  };
3053
- export declare type UploadMutationVariables = Exact<{
3216
+ export type UploadMutationVariables = Exact<{
3054
3217
  library: Scalars['String'];
3055
3218
  nodeId: Scalars['String'];
3056
3219
  files: Array<FileInput> | FileInput;
3057
3220
  }>;
3058
- export declare type UploadMutation = {
3221
+ export type UploadMutation = {
3059
3222
  upload: Array<{
3060
3223
  uid: string;
3061
3224
  record: {
@@ -3074,34 +3237,34 @@ export declare type UploadMutation = {
3074
3237
  };
3075
3238
  }>;
3076
3239
  };
3077
- export declare type ImportExcelMutationVariables = Exact<{
3240
+ export type ImportExcelMutationVariables = Exact<{
3078
3241
  file: Scalars['Upload'];
3079
3242
  sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
3080
3243
  startAt?: InputMaybe<Scalars['Int']>;
3081
3244
  }>;
3082
- export declare type ImportExcelMutation = {
3245
+ export type ImportExcelMutation = {
3083
3246
  importExcel: string;
3084
3247
  };
3085
- export declare type CheckLibraryExistenceQueryVariables = Exact<{
3248
+ export type CheckLibraryExistenceQueryVariables = Exact<{
3086
3249
  id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
3087
3250
  }>;
3088
- export declare type CheckLibraryExistenceQuery = {
3251
+ export type CheckLibraryExistenceQuery = {
3089
3252
  libraries?: {
3090
3253
  totalCount: number;
3091
3254
  } | null;
3092
3255
  };
3093
- export declare type DeleteLibraryMutationVariables = Exact<{
3256
+ export type DeleteLibraryMutationVariables = Exact<{
3094
3257
  id?: InputMaybe<Scalars['ID']>;
3095
3258
  }>;
3096
- export declare type DeleteLibraryMutation = {
3259
+ export type DeleteLibraryMutation = {
3097
3260
  deleteLibrary: {
3098
3261
  id: string;
3099
3262
  };
3100
3263
  };
3101
- export declare type GetLibrariesQueryVariables = Exact<{
3264
+ export type GetLibrariesQueryVariables = Exact<{
3102
3265
  [key: string]: never;
3103
3266
  }>;
3104
- export declare type GetLibrariesQuery = {
3267
+ export type GetLibrariesQuery = {
3105
3268
  libraries?: {
3106
3269
  list: Array<{
3107
3270
  id: string;
@@ -3119,10 +3282,10 @@ export declare type GetLibrariesQuery = {
3119
3282
  }>;
3120
3283
  } | null;
3121
3284
  };
3122
- export declare type GetLibraryByIdQueryVariables = Exact<{
3285
+ export type GetLibraryByIdQueryVariables = Exact<{
3123
3286
  id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
3124
3287
  }>;
3125
- export declare type GetLibraryByIdQuery = {
3288
+ export type GetLibraryByIdQuery = {
3126
3289
  libraries?: {
3127
3290
  list: Array<{
3128
3291
  id: string;
@@ -3208,10 +3371,10 @@ export declare type GetLibraryByIdQuery = {
3208
3371
  }>;
3209
3372
  } | null;
3210
3373
  };
3211
- export declare type GetLibraryPermissionsQueryVariables = Exact<{
3374
+ export type GetLibraryPermissionsQueryVariables = Exact<{
3212
3375
  libraryId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
3213
3376
  }>;
3214
- export declare type GetLibraryPermissionsQuery = {
3377
+ export type GetLibraryPermissionsQuery = {
3215
3378
  libraries?: {
3216
3379
  list: Array<{
3217
3380
  permissions?: {
@@ -3224,10 +3387,10 @@ export declare type GetLibraryPermissionsQuery = {
3224
3387
  }>;
3225
3388
  } | null;
3226
3389
  };
3227
- export declare type GetLibraryPreviewsSettingsQueryVariables = Exact<{
3390
+ export type GetLibraryPreviewsSettingsQueryVariables = Exact<{
3228
3391
  id: Scalars['ID'];
3229
3392
  }>;
3230
- export declare type GetLibraryPreviewsSettingsQuery = {
3393
+ export type GetLibraryPreviewsSettingsQuery = {
3231
3394
  libraries?: {
3232
3395
  list: Array<{
3233
3396
  id: string;
@@ -3249,10 +3412,10 @@ export declare type GetLibraryPreviewsSettingsQuery = {
3249
3412
  }>;
3250
3413
  } | null;
3251
3414
  };
3252
- export declare type SaveLibraryMutationVariables = Exact<{
3415
+ export type SaveLibraryMutationVariables = Exact<{
3253
3416
  library: LibraryInput;
3254
3417
  }>;
3255
- export declare type SaveLibraryMutation = {
3418
+ export type SaveLibraryMutation = {
3256
3419
  saveLibrary: {
3257
3420
  id: string;
3258
3421
  label?: any | null;
@@ -3336,23 +3499,23 @@ export declare type SaveLibraryMutation = {
3336
3499
  }> | null;
3337
3500
  };
3338
3501
  };
3339
- export declare type IsAllowedQueryVariables = Exact<{
3502
+ export type IsAllowedQueryVariables = Exact<{
3340
3503
  type: PermissionTypes;
3341
3504
  actions: Array<PermissionsActions> | PermissionsActions;
3342
3505
  applyTo?: InputMaybe<Scalars['ID']>;
3343
3506
  target?: InputMaybe<PermissionTarget>;
3344
3507
  }>;
3345
- export declare type IsAllowedQuery = {
3508
+ export type IsAllowedQuery = {
3346
3509
  isAllowed?: Array<{
3347
3510
  name: PermissionsActions;
3348
3511
  allowed?: boolean | null;
3349
3512
  }> | null;
3350
3513
  };
3351
- export declare type CreateRecordMutationVariables = Exact<{
3514
+ export type CreateRecordMutationVariables = Exact<{
3352
3515
  library: Scalars['ID'];
3353
3516
  data?: InputMaybe<CreateRecordDataInput>;
3354
3517
  }>;
3355
- export declare type CreateRecordMutation = {
3518
+ export type CreateRecordMutation = {
3356
3519
  createRecord: {
3357
3520
  record?: {
3358
3521
  id: string;
@@ -3377,12 +3540,12 @@ export declare type CreateRecordMutation = {
3377
3540
  }> | null;
3378
3541
  };
3379
3542
  };
3380
- export declare type DeactivateRecordsMutationVariables = Exact<{
3543
+ export type DeactivateRecordsMutationVariables = Exact<{
3381
3544
  libraryId: Scalars['String'];
3382
3545
  recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
3383
3546
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
3384
3547
  }>;
3385
- export declare type DeactivateRecordsMutation = {
3548
+ export type DeactivateRecordsMutation = {
3386
3549
  deactivateRecords: Array<{
3387
3550
  id: string;
3388
3551
  whoAmI: {
@@ -3398,20 +3561,20 @@ export declare type DeactivateRecordsMutation = {
3398
3561
  };
3399
3562
  }>;
3400
3563
  };
3401
- export declare type DoesFileExistAsChildQueryVariables = Exact<{
3564
+ export type DoesFileExistAsChildQueryVariables = Exact<{
3402
3565
  parentNode?: InputMaybe<Scalars['ID']>;
3403
3566
  treeId: Scalars['ID'];
3404
3567
  filename: Scalars['String'];
3405
3568
  }>;
3406
- export declare type DoesFileExistAsChildQuery = {
3569
+ export type DoesFileExistAsChildQuery = {
3407
3570
  doesFileExistAsChild?: boolean | null;
3408
3571
  };
3409
- export declare type GetFileDataQueryVariables = Exact<{
3572
+ export type GetFileDataQueryVariables = Exact<{
3410
3573
  library: Scalars['ID'];
3411
3574
  fileId: Scalars['String'];
3412
3575
  previewsStatusAttribute: Scalars['ID'];
3413
3576
  }>;
3414
- export declare type GetFileDataQuery = {
3577
+ export type GetFileDataQuery = {
3415
3578
  records: {
3416
3579
  list: Array<{
3417
3580
  id: string;
@@ -3426,10 +3589,10 @@ export declare type GetFileDataQuery = {
3426
3589
  label?: any | null;
3427
3590
  };
3428
3591
  };
3429
- created_at?: Array<{
3592
+ created_at: Array<{
3430
3593
  value?: any | null;
3431
- }> | null;
3432
- created_by?: Array<{
3594
+ }>;
3595
+ created_by: Array<{
3433
3596
  value?: {
3434
3597
  id: string;
3435
3598
  whoAmI: {
@@ -3444,11 +3607,11 @@ export declare type GetFileDataQuery = {
3444
3607
  };
3445
3608
  };
3446
3609
  } | null;
3447
- }> | null;
3448
- modified_at?: Array<{
3610
+ }>;
3611
+ modified_at: Array<{
3449
3612
  value?: any | null;
3450
- }> | null;
3451
- modified_by?: Array<{
3613
+ }>;
3614
+ modified_by: Array<{
3452
3615
  value?: {
3453
3616
  id: string;
3454
3617
  whoAmI: {
@@ -3463,29 +3626,29 @@ export declare type GetFileDataQuery = {
3463
3626
  };
3464
3627
  };
3465
3628
  } | null;
3466
- }> | null;
3467
- file_name?: Array<{
3629
+ }>;
3630
+ file_name: Array<{
3468
3631
  value?: any | null;
3469
- }> | null;
3470
- file_path?: Array<{
3632
+ }>;
3633
+ file_path: Array<{
3471
3634
  value?: any | null;
3472
- }> | null;
3473
- previews_status?: Array<{
3635
+ }>;
3636
+ previews_status: Array<{
3474
3637
  value?: any | null;
3475
- }> | null;
3638
+ }>;
3476
3639
  library: {
3477
3640
  behavior: LibraryBehavior;
3478
3641
  };
3479
3642
  }>;
3480
3643
  };
3481
3644
  };
3482
- export declare type RecordFormQueryVariables = Exact<{
3645
+ export type RecordFormQueryVariables = Exact<{
3483
3646
  libraryId: Scalars['String'];
3484
3647
  formId: Scalars['String'];
3485
3648
  recordId?: InputMaybe<Scalars['String']>;
3486
3649
  version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
3487
3650
  }>;
3488
- export declare type RecordFormQuery = {
3651
+ export type RecordFormQuery = {
3489
3652
  recordForm?: {
3490
3653
  id: string;
3491
3654
  recordId?: string | null;
@@ -3504,6 +3667,7 @@ export declare type RecordFormQuery = {
3504
3667
  values?: Array<{
3505
3668
  id_value?: string | null;
3506
3669
  isInherited?: boolean | null;
3670
+ isCalculated?: boolean | null;
3507
3671
  modified_at?: number | null;
3508
3672
  created_at?: number | null;
3509
3673
  linkValue?: {
@@ -3564,20 +3728,20 @@ export declare type RecordFormQuery = {
3564
3728
  };
3565
3729
  } | null;
3566
3730
  } | null> | null;
3567
- attribute?: {
3731
+ attribute: {
3568
3732
  id: string;
3569
3733
  format?: AttributeFormat | null;
3570
3734
  type: AttributeType;
3571
3735
  system: boolean;
3572
- } | null;
3736
+ };
3573
3737
  metadata?: Array<{
3574
3738
  name: string;
3575
3739
  value?: {
3576
3740
  id_value?: string | null;
3577
3741
  modified_at?: number | null;
3578
3742
  created_at?: number | null;
3579
- value?: any | null;
3580
- raw_value?: any | null;
3743
+ payload?: any | null;
3744
+ raw_payload?: any | null;
3581
3745
  modified_by?: {
3582
3746
  id: string;
3583
3747
  whoAmI: {
@@ -3627,6 +3791,7 @@ export declare type RecordFormQuery = {
3627
3791
  } | {
3628
3792
  id_value?: string | null;
3629
3793
  isInherited?: boolean | null;
3794
+ isCalculated?: boolean | null;
3630
3795
  modified_at?: number | null;
3631
3796
  created_at?: number | null;
3632
3797
  treeValue?: {
@@ -3706,20 +3871,20 @@ export declare type RecordFormQuery = {
3706
3871
  };
3707
3872
  } | null;
3708
3873
  } | null> | null;
3709
- attribute?: {
3874
+ attribute: {
3710
3875
  id: string;
3711
3876
  format?: AttributeFormat | null;
3712
3877
  type: AttributeType;
3713
3878
  system: boolean;
3714
- } | null;
3879
+ };
3715
3880
  metadata?: Array<{
3716
3881
  name: string;
3717
3882
  value?: {
3718
3883
  id_value?: string | null;
3719
3884
  modified_at?: number | null;
3720
3885
  created_at?: number | null;
3721
- value?: any | null;
3722
- raw_value?: any | null;
3886
+ payload?: any | null;
3887
+ raw_payload?: any | null;
3723
3888
  modified_by?: {
3724
3889
  id: string;
3725
3890
  whoAmI: {
@@ -3767,10 +3932,13 @@ export declare type RecordFormQuery = {
3767
3932
  } | null;
3768
3933
  } | null> | null;
3769
3934
  } | {
3935
+ payload?: any | null;
3936
+ raw_payload?: any | null;
3770
3937
  value?: any | null;
3771
3938
  raw_value?: any | null;
3772
3939
  id_value?: string | null;
3773
3940
  isInherited?: boolean | null;
3941
+ isCalculated?: boolean | null;
3774
3942
  modified_at?: number | null;
3775
3943
  created_at?: number | null;
3776
3944
  modified_by?: {
@@ -3817,20 +3985,20 @@ export declare type RecordFormQuery = {
3817
3985
  };
3818
3986
  } | null;
3819
3987
  } | null> | null;
3820
- attribute?: {
3988
+ attribute: {
3821
3989
  id: string;
3822
3990
  format?: AttributeFormat | null;
3823
3991
  type: AttributeType;
3824
3992
  system: boolean;
3825
- } | null;
3993
+ };
3826
3994
  metadata?: Array<{
3827
3995
  name: string;
3828
3996
  value?: {
3829
3997
  id_value?: string | null;
3830
3998
  modified_at?: number | null;
3831
3999
  created_at?: number | null;
3832
- value?: any | null;
3833
- raw_value?: any | null;
4000
+ payload?: any | null;
4001
+ raw_payload?: any | null;
3834
4002
  modified_by?: {
3835
4003
  id: string;
3836
4004
  whoAmI: {
@@ -3886,7 +4054,9 @@ export declare type RecordFormQuery = {
3886
4054
  format?: AttributeFormat | null;
3887
4055
  system: boolean;
3888
4056
  readonly: boolean;
4057
+ required: boolean;
3889
4058
  multiple_values: boolean;
4059
+ compute: boolean;
3890
4060
  linked_library?: {
3891
4061
  id: string;
3892
4062
  label?: any | null;
@@ -3898,6 +4068,7 @@ export declare type RecordFormQuery = {
3898
4068
  linkValuesList?: {
3899
4069
  enable: boolean;
3900
4070
  allowFreeEntry?: boolean | null;
4071
+ allowListUpdate?: boolean | null;
3901
4072
  values?: Array<{
3902
4073
  id: string;
3903
4074
  whoAmI: {
@@ -3943,6 +4114,7 @@ export declare type RecordFormQuery = {
3943
4114
  values_list?: {
3944
4115
  enable: boolean;
3945
4116
  allowFreeEntry?: boolean | null;
4117
+ allowListUpdate?: boolean | null;
3946
4118
  dateRangeValues?: Array<{
3947
4119
  from?: string | null;
3948
4120
  to?: string | null;
@@ -3950,6 +4122,7 @@ export declare type RecordFormQuery = {
3950
4122
  } | {
3951
4123
  enable: boolean;
3952
4124
  allowFreeEntry?: boolean | null;
4125
+ allowListUpdate?: boolean | null;
3953
4126
  values?: Array<string> | null;
3954
4127
  } | null;
3955
4128
  metadata_fields?: Array<{
@@ -3964,10 +4137,13 @@ export declare type RecordFormQuery = {
3964
4137
  format?: AttributeFormat | null;
3965
4138
  system: boolean;
3966
4139
  readonly: boolean;
4140
+ required: boolean;
3967
4141
  multiple_values: boolean;
4142
+ compute: boolean;
3968
4143
  values_list?: {
3969
4144
  enable: boolean;
3970
4145
  allowFreeEntry?: boolean | null;
4146
+ allowListUpdate?: boolean | null;
3971
4147
  dateRangeValues?: Array<{
3972
4148
  from?: string | null;
3973
4149
  to?: string | null;
@@ -3975,6 +4151,7 @@ export declare type RecordFormQuery = {
3975
4151
  } | {
3976
4152
  enable: boolean;
3977
4153
  allowFreeEntry?: boolean | null;
4154
+ allowListUpdate?: boolean | null;
3978
4155
  values?: Array<string> | null;
3979
4156
  } | null;
3980
4157
  permissions: {
@@ -4007,6 +4184,7 @@ export declare type RecordFormQuery = {
4007
4184
  values_list?: {
4008
4185
  enable: boolean;
4009
4186
  allowFreeEntry?: boolean | null;
4187
+ allowListUpdate?: boolean | null;
4010
4188
  dateRangeValues?: Array<{
4011
4189
  from?: string | null;
4012
4190
  to?: string | null;
@@ -4014,6 +4192,7 @@ export declare type RecordFormQuery = {
4014
4192
  } | {
4015
4193
  enable: boolean;
4016
4194
  allowFreeEntry?: boolean | null;
4195
+ allowListUpdate?: boolean | null;
4017
4196
  values?: Array<string> | null;
4018
4197
  } | null;
4019
4198
  metadata_fields?: Array<{
@@ -4028,7 +4207,9 @@ export declare type RecordFormQuery = {
4028
4207
  format?: AttributeFormat | null;
4029
4208
  system: boolean;
4030
4209
  readonly: boolean;
4210
+ required: boolean;
4031
4211
  multiple_values: boolean;
4212
+ compute: boolean;
4032
4213
  linked_tree?: {
4033
4214
  id: string;
4034
4215
  label?: any | null;
@@ -4036,6 +4217,7 @@ export declare type RecordFormQuery = {
4036
4217
  treeValuesList?: {
4037
4218
  enable: boolean;
4038
4219
  allowFreeEntry?: boolean | null;
4220
+ allowListUpdate?: boolean | null;
4039
4221
  values?: Array<{
4040
4222
  id: string;
4041
4223
  record: {
@@ -4100,6 +4282,7 @@ export declare type RecordFormQuery = {
4100
4282
  values_list?: {
4101
4283
  enable: boolean;
4102
4284
  allowFreeEntry?: boolean | null;
4285
+ allowListUpdate?: boolean | null;
4103
4286
  dateRangeValues?: Array<{
4104
4287
  from?: string | null;
4105
4288
  to?: string | null;
@@ -4107,6 +4290,7 @@ export declare type RecordFormQuery = {
4107
4290
  } | {
4108
4291
  enable: boolean;
4109
4292
  allowFreeEntry?: boolean | null;
4293
+ allowListUpdate?: boolean | null;
4110
4294
  values?: Array<string> | null;
4111
4295
  } | null;
4112
4296
  metadata_fields?: Array<{
@@ -4121,10 +4305,10 @@ export declare type RecordFormQuery = {
4121
4305
  }>;
4122
4306
  } | null;
4123
4307
  };
4124
- export declare type RecordUpdateSubscriptionVariables = Exact<{
4308
+ export type RecordUpdateSubscriptionVariables = Exact<{
4125
4309
  filters?: InputMaybe<RecordUpdateFilterInput>;
4126
4310
  }>;
4127
- export declare type RecordUpdateSubscription = {
4311
+ export type RecordUpdateSubscription = {
4128
4312
  recordUpdate: {
4129
4313
  record: {
4130
4314
  id: string;
@@ -4139,7 +4323,7 @@ export declare type RecordUpdateSubscription = {
4139
4323
  label?: any | null;
4140
4324
  };
4141
4325
  };
4142
- modified_by?: Array<{
4326
+ modified_by: Array<{
4143
4327
  value?: {
4144
4328
  id: string;
4145
4329
  whoAmI: {
@@ -4154,13 +4338,14 @@ export declare type RecordUpdateSubscription = {
4154
4338
  };
4155
4339
  };
4156
4340
  } | null;
4157
- }> | null;
4341
+ }>;
4158
4342
  };
4159
4343
  updatedValues: Array<{
4160
4344
  attribute: string;
4161
4345
  value: {
4162
4346
  id_value?: string | null;
4163
4347
  isInherited?: boolean | null;
4348
+ isCalculated?: boolean | null;
4164
4349
  modified_at?: number | null;
4165
4350
  created_at?: number | null;
4166
4351
  linkValue?: {
@@ -4221,20 +4406,20 @@ export declare type RecordUpdateSubscription = {
4221
4406
  };
4222
4407
  } | null;
4223
4408
  } | null> | null;
4224
- attribute?: {
4409
+ attribute: {
4225
4410
  id: string;
4226
4411
  format?: AttributeFormat | null;
4227
4412
  type: AttributeType;
4228
4413
  system: boolean;
4229
- } | null;
4414
+ };
4230
4415
  metadata?: Array<{
4231
4416
  name: string;
4232
4417
  value?: {
4233
4418
  id_value?: string | null;
4234
4419
  modified_at?: number | null;
4235
4420
  created_at?: number | null;
4236
- value?: any | null;
4237
- raw_value?: any | null;
4421
+ payload?: any | null;
4422
+ raw_payload?: any | null;
4238
4423
  modified_by?: {
4239
4424
  id: string;
4240
4425
  whoAmI: {
@@ -4284,6 +4469,7 @@ export declare type RecordUpdateSubscription = {
4284
4469
  } | {
4285
4470
  id_value?: string | null;
4286
4471
  isInherited?: boolean | null;
4472
+ isCalculated?: boolean | null;
4287
4473
  modified_at?: number | null;
4288
4474
  created_at?: number | null;
4289
4475
  treeValue?: {
@@ -4363,20 +4549,20 @@ export declare type RecordUpdateSubscription = {
4363
4549
  };
4364
4550
  } | null;
4365
4551
  } | null> | null;
4366
- attribute?: {
4552
+ attribute: {
4367
4553
  id: string;
4368
4554
  format?: AttributeFormat | null;
4369
4555
  type: AttributeType;
4370
4556
  system: boolean;
4371
- } | null;
4557
+ };
4372
4558
  metadata?: Array<{
4373
4559
  name: string;
4374
4560
  value?: {
4375
4561
  id_value?: string | null;
4376
4562
  modified_at?: number | null;
4377
4563
  created_at?: number | null;
4378
- value?: any | null;
4379
- raw_value?: any | null;
4564
+ payload?: any | null;
4565
+ raw_payload?: any | null;
4380
4566
  modified_by?: {
4381
4567
  id: string;
4382
4568
  whoAmI: {
@@ -4424,10 +4610,13 @@ export declare type RecordUpdateSubscription = {
4424
4610
  } | null;
4425
4611
  } | null> | null;
4426
4612
  } | {
4613
+ payload?: any | null;
4614
+ raw_payload?: any | null;
4427
4615
  value?: any | null;
4428
4616
  raw_value?: any | null;
4429
4617
  id_value?: string | null;
4430
4618
  isInherited?: boolean | null;
4619
+ isCalculated?: boolean | null;
4431
4620
  modified_at?: number | null;
4432
4621
  created_at?: number | null;
4433
4622
  modified_by?: {
@@ -4474,20 +4663,20 @@ export declare type RecordUpdateSubscription = {
4474
4663
  };
4475
4664
  } | null;
4476
4665
  } | null> | null;
4477
- attribute?: {
4666
+ attribute: {
4478
4667
  id: string;
4479
4668
  format?: AttributeFormat | null;
4480
4669
  type: AttributeType;
4481
4670
  system: boolean;
4482
- } | null;
4671
+ };
4483
4672
  metadata?: Array<{
4484
4673
  name: string;
4485
4674
  value?: {
4486
4675
  id_value?: string | null;
4487
4676
  modified_at?: number | null;
4488
4677
  created_at?: number | null;
4489
- value?: any | null;
4490
- raw_value?: any | null;
4678
+ payload?: any | null;
4679
+ raw_payload?: any | null;
4491
4680
  modified_by?: {
4492
4681
  id: string;
4493
4682
  whoAmI: {
@@ -4538,39 +4727,39 @@ export declare type RecordUpdateSubscription = {
4538
4727
  }>;
4539
4728
  };
4540
4729
  };
4541
- export declare type IndexRecordsMutationVariables = Exact<{
4730
+ export type IndexRecordsMutationVariables = Exact<{
4542
4731
  libraryId: Scalars['String'];
4543
4732
  records?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4544
4733
  }>;
4545
- export declare type IndexRecordsMutation = {
4734
+ export type IndexRecordsMutation = {
4546
4735
  indexRecords: boolean;
4547
4736
  };
4548
- export declare type CancelTaskMutationVariables = Exact<{
4737
+ export type CancelTaskMutationVariables = Exact<{
4549
4738
  taskId: Scalars['ID'];
4550
4739
  }>;
4551
- export declare type CancelTaskMutation = {
4740
+ export type CancelTaskMutation = {
4552
4741
  cancelTask: boolean;
4553
4742
  };
4554
- export declare type CheckTreeExistenceQueryVariables = Exact<{
4743
+ export type CheckTreeExistenceQueryVariables = Exact<{
4555
4744
  id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
4556
4745
  }>;
4557
- export declare type CheckTreeExistenceQuery = {
4746
+ export type CheckTreeExistenceQuery = {
4558
4747
  trees?: {
4559
4748
  totalCount: number;
4560
4749
  } | null;
4561
4750
  };
4562
- export declare type DeleteTreeMutationVariables = Exact<{
4751
+ export type DeleteTreeMutationVariables = Exact<{
4563
4752
  id: Scalars['ID'];
4564
4753
  }>;
4565
- export declare type DeleteTreeMutation = {
4754
+ export type DeleteTreeMutation = {
4566
4755
  deleteTree: {
4567
4756
  id: string;
4568
4757
  };
4569
4758
  };
4570
- export declare type GetTreeByIdQueryVariables = Exact<{
4759
+ export type GetTreeByIdQueryVariables = Exact<{
4571
4760
  id?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
4572
4761
  }>;
4573
- export declare type GetTreeByIdQuery = {
4762
+ export type GetTreeByIdQuery = {
4574
4763
  trees?: {
4575
4764
  list: Array<{
4576
4765
  id: string;
@@ -4591,11 +4780,11 @@ export declare type GetTreeByIdQuery = {
4591
4780
  }>;
4592
4781
  } | null;
4593
4782
  };
4594
- export declare type GetTreeLibrariesQueryVariables = Exact<{
4783
+ export type GetTreeLibrariesQueryVariables = Exact<{
4595
4784
  treeId?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
4596
4785
  library?: InputMaybe<Scalars['String']>;
4597
4786
  }>;
4598
- export declare type GetTreeLibrariesQuery = {
4787
+ export type GetTreeLibrariesQuery = {
4599
4788
  trees?: {
4600
4789
  totalCount: number;
4601
4790
  list: Array<{
@@ -4618,10 +4807,10 @@ export declare type GetTreeLibrariesQuery = {
4618
4807
  }>;
4619
4808
  } | null;
4620
4809
  };
4621
- export declare type GetTreesQueryVariables = Exact<{
4810
+ export type GetTreesQueryVariables = Exact<{
4622
4811
  [key: string]: never;
4623
4812
  }>;
4624
- export declare type GetTreesQuery = {
4813
+ export type GetTreesQuery = {
4625
4814
  trees?: {
4626
4815
  list: Array<{
4627
4816
  id: string;
@@ -4629,10 +4818,10 @@ export declare type GetTreesQuery = {
4629
4818
  }>;
4630
4819
  } | null;
4631
4820
  };
4632
- export declare type SaveTreeMutationVariables = Exact<{
4821
+ export type SaveTreeMutationVariables = Exact<{
4633
4822
  tree: TreeInput;
4634
4823
  }>;
4635
- export declare type SaveTreeMutation = {
4824
+ export type SaveTreeMutation = {
4636
4825
  saveTree: {
4637
4826
  id: string;
4638
4827
  label?: any | null;
@@ -4651,12 +4840,12 @@ export declare type SaveTreeMutation = {
4651
4840
  }>;
4652
4841
  };
4653
4842
  };
4654
- export declare type TreeNodeChildrenQueryVariables = Exact<{
4843
+ export type TreeNodeChildrenQueryVariables = Exact<{
4655
4844
  treeId: Scalars['ID'];
4656
4845
  node?: InputMaybe<Scalars['ID']>;
4657
4846
  pagination?: InputMaybe<Pagination>;
4658
4847
  }>;
4659
- export declare type TreeNodeChildrenQuery = {
4848
+ export type TreeNodeChildrenQuery = {
4660
4849
  treeNodeChildren: {
4661
4850
  totalCount?: number | null;
4662
4851
  list: Array<{
@@ -4676,9 +4865,9 @@ export declare type TreeNodeChildrenQuery = {
4676
4865
  label?: any | null;
4677
4866
  };
4678
4867
  };
4679
- active?: Array<{
4868
+ active: Array<{
4680
4869
  value?: any | null;
4681
- }> | null;
4870
+ }>;
4682
4871
  };
4683
4872
  ancestors?: Array<{
4684
4873
  id: string;
@@ -4709,37 +4898,38 @@ export declare type TreeNodeChildrenQuery = {
4709
4898
  }>;
4710
4899
  };
4711
4900
  };
4712
- export declare type GetUserDataQueryVariables = Exact<{
4901
+ export type GetUserDataQueryVariables = Exact<{
4713
4902
  keys: Array<Scalars['String']> | Scalars['String'];
4714
4903
  global?: InputMaybe<Scalars['Boolean']>;
4715
4904
  }>;
4716
- export declare type GetUserDataQuery = {
4905
+ export type GetUserDataQuery = {
4717
4906
  userData: {
4718
4907
  global: boolean;
4719
4908
  data?: any | null;
4720
4909
  };
4721
4910
  };
4722
- export declare type SaveUserDataMutationVariables = Exact<{
4911
+ export type SaveUserDataMutationVariables = Exact<{
4723
4912
  key: Scalars['String'];
4724
4913
  value?: InputMaybe<Scalars['Any']>;
4725
4914
  global: Scalars['Boolean'];
4726
4915
  }>;
4727
- export declare type SaveUserDataMutation = {
4916
+ export type SaveUserDataMutation = {
4728
4917
  saveUserData: {
4729
4918
  global: boolean;
4730
4919
  data?: any | null;
4731
4920
  };
4732
4921
  };
4733
- export declare type DeleteValueMutationVariables = Exact<{
4922
+ export type DeleteValueMutationVariables = Exact<{
4734
4923
  library: Scalars['ID'];
4735
4924
  recordId: Scalars['ID'];
4736
4925
  attribute: Scalars['ID'];
4737
4926
  value?: InputMaybe<ValueInput>;
4738
4927
  }>;
4739
- export declare type DeleteValueMutation = {
4928
+ export type DeleteValueMutation = {
4740
4929
  deleteValue: Array<{
4741
4930
  id_value?: string | null;
4742
4931
  isInherited?: boolean | null;
4932
+ isCalculated?: boolean | null;
4743
4933
  modified_at?: number | null;
4744
4934
  created_at?: number | null;
4745
4935
  linkValue?: {
@@ -4800,20 +4990,20 @@ export declare type DeleteValueMutation = {
4800
4990
  };
4801
4991
  } | null;
4802
4992
  } | null> | null;
4803
- attribute?: {
4993
+ attribute: {
4804
4994
  id: string;
4805
4995
  format?: AttributeFormat | null;
4806
4996
  type: AttributeType;
4807
4997
  system: boolean;
4808
- } | null;
4998
+ };
4809
4999
  metadata?: Array<{
4810
5000
  name: string;
4811
5001
  value?: {
4812
5002
  id_value?: string | null;
4813
5003
  modified_at?: number | null;
4814
5004
  created_at?: number | null;
4815
- value?: any | null;
4816
- raw_value?: any | null;
5005
+ payload?: any | null;
5006
+ raw_payload?: any | null;
4817
5007
  modified_by?: {
4818
5008
  id: string;
4819
5009
  whoAmI: {
@@ -4863,6 +5053,7 @@ export declare type DeleteValueMutation = {
4863
5053
  } | {
4864
5054
  id_value?: string | null;
4865
5055
  isInherited?: boolean | null;
5056
+ isCalculated?: boolean | null;
4866
5057
  modified_at?: number | null;
4867
5058
  created_at?: number | null;
4868
5059
  treeValue?: {
@@ -4942,20 +5133,20 @@ export declare type DeleteValueMutation = {
4942
5133
  };
4943
5134
  } | null;
4944
5135
  } | null> | null;
4945
- attribute?: {
5136
+ attribute: {
4946
5137
  id: string;
4947
5138
  format?: AttributeFormat | null;
4948
5139
  type: AttributeType;
4949
5140
  system: boolean;
4950
- } | null;
5141
+ };
4951
5142
  metadata?: Array<{
4952
5143
  name: string;
4953
5144
  value?: {
4954
5145
  id_value?: string | null;
4955
5146
  modified_at?: number | null;
4956
5147
  created_at?: number | null;
4957
- value?: any | null;
4958
- raw_value?: any | null;
5148
+ payload?: any | null;
5149
+ raw_payload?: any | null;
4959
5150
  modified_by?: {
4960
5151
  id: string;
4961
5152
  whoAmI: {
@@ -5003,10 +5194,13 @@ export declare type DeleteValueMutation = {
5003
5194
  } | null;
5004
5195
  } | null> | null;
5005
5196
  } | {
5197
+ payload?: any | null;
5198
+ raw_payload?: any | null;
5006
5199
  value?: any | null;
5007
5200
  raw_value?: any | null;
5008
5201
  id_value?: string | null;
5009
5202
  isInherited?: boolean | null;
5203
+ isCalculated?: boolean | null;
5010
5204
  modified_at?: number | null;
5011
5205
  created_at?: number | null;
5012
5206
  modified_by?: {
@@ -5053,20 +5247,20 @@ export declare type DeleteValueMutation = {
5053
5247
  };
5054
5248
  } | null;
5055
5249
  } | null> | null;
5056
- attribute?: {
5250
+ attribute: {
5057
5251
  id: string;
5058
5252
  format?: AttributeFormat | null;
5059
5253
  type: AttributeType;
5060
5254
  system: boolean;
5061
- } | null;
5255
+ };
5062
5256
  metadata?: Array<{
5063
5257
  name: string;
5064
5258
  value?: {
5065
5259
  id_value?: string | null;
5066
5260
  modified_at?: number | null;
5067
5261
  created_at?: number | null;
5068
- value?: any | null;
5069
- raw_value?: any | null;
5262
+ payload?: any | null;
5263
+ raw_payload?: any | null;
5070
5264
  modified_by?: {
5071
5265
  id: string;
5072
5266
  whoAmI: {
@@ -5115,37 +5309,160 @@ export declare type DeleteValueMutation = {
5115
5309
  } | null> | null;
5116
5310
  }>;
5117
5311
  };
5118
- export declare type SaveValueBatchMutationVariables = Exact<{
5312
+ export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
5119
5313
  library: Scalars['ID'];
5120
- recordId: Scalars['ID'];
5121
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
5122
- values: Array<ValueBatchInput> | ValueBatchInput;
5123
- deleteEmpty?: InputMaybe<Scalars['Boolean']>;
5314
+ value?: InputMaybe<ValueBatchInput>;
5315
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
5124
5316
  }>;
5125
- export declare type SaveValueBatchMutation = {
5126
- saveValueBatch: {
5127
- values?: Array<{
5128
- id_value?: string | null;
5129
- isInherited?: boolean | null;
5130
- modified_at?: number | null;
5131
- created_at?: number | null;
5132
- linkValue?: {
5317
+ export type RunActionsListAndFormatOnValueQuery = {
5318
+ runActionsListAndFormatOnValue: Array<{
5319
+ id_value?: string | null;
5320
+ isInherited?: boolean | null;
5321
+ isCalculated?: boolean | null;
5322
+ modified_at?: number | null;
5323
+ created_at?: number | null;
5324
+ payload?: any | null;
5325
+ raw_payload?: any | null;
5326
+ value?: any | null;
5327
+ raw_value?: any | null;
5328
+ modified_by?: {
5329
+ id: string;
5330
+ whoAmI: {
5133
5331
  id: string;
5134
- whoAmI: {
5332
+ label?: string | null;
5333
+ subLabel?: string | null;
5334
+ color?: string | null;
5335
+ preview?: IPreviewScalar | null;
5336
+ library: {
5135
5337
  id: string;
5136
- label?: string | null;
5137
- subLabel?: string | null;
5138
- color?: string | null;
5139
- preview?: IPreviewScalar | null;
5140
- library: {
5141
- id: string;
5142
- label?: any | null;
5143
- };
5338
+ label?: any | null;
5144
5339
  };
5145
- } | null;
5146
- modified_by?: {
5340
+ };
5341
+ } | null;
5342
+ created_by?: {
5343
+ id: string;
5344
+ whoAmI: {
5147
5345
  id: string;
5148
- whoAmI: {
5346
+ label?: string | null;
5347
+ subLabel?: string | null;
5348
+ color?: string | null;
5349
+ preview?: IPreviewScalar | null;
5350
+ library: {
5351
+ id: string;
5352
+ label?: any | null;
5353
+ };
5354
+ };
5355
+ } | null;
5356
+ version?: Array<{
5357
+ treeId: string;
5358
+ treeNode?: {
5359
+ id: string;
5360
+ record: {
5361
+ id: string;
5362
+ whoAmI: {
5363
+ id: string;
5364
+ label?: string | null;
5365
+ library: {
5366
+ id: string;
5367
+ };
5368
+ };
5369
+ };
5370
+ } | null;
5371
+ } | null> | null;
5372
+ attribute: {
5373
+ id: string;
5374
+ format?: AttributeFormat | null;
5375
+ type: AttributeType;
5376
+ system: boolean;
5377
+ };
5378
+ metadata?: Array<{
5379
+ name: string;
5380
+ value?: {
5381
+ id_value?: string | null;
5382
+ modified_at?: number | null;
5383
+ created_at?: number | null;
5384
+ payload?: any | null;
5385
+ raw_payload?: any | null;
5386
+ modified_by?: {
5387
+ id: string;
5388
+ whoAmI: {
5389
+ id: string;
5390
+ label?: string | null;
5391
+ subLabel?: string | null;
5392
+ color?: string | null;
5393
+ preview?: IPreviewScalar | null;
5394
+ library: {
5395
+ id: string;
5396
+ label?: any | null;
5397
+ };
5398
+ };
5399
+ } | null;
5400
+ created_by?: {
5401
+ id: string;
5402
+ whoAmI: {
5403
+ id: string;
5404
+ label?: string | null;
5405
+ subLabel?: string | null;
5406
+ color?: string | null;
5407
+ preview?: IPreviewScalar | null;
5408
+ library: {
5409
+ id: string;
5410
+ label?: any | null;
5411
+ };
5412
+ };
5413
+ } | null;
5414
+ version?: Array<{
5415
+ treeId: string;
5416
+ treeNode?: {
5417
+ id: string;
5418
+ record: {
5419
+ id: string;
5420
+ whoAmI: {
5421
+ id: string;
5422
+ label?: string | null;
5423
+ library: {
5424
+ id: string;
5425
+ };
5426
+ };
5427
+ };
5428
+ } | null;
5429
+ } | null> | null;
5430
+ } | null;
5431
+ } | null> | null;
5432
+ }>;
5433
+ };
5434
+ export type SaveValueBatchMutationVariables = Exact<{
5435
+ library: Scalars['ID'];
5436
+ recordId: Scalars['ID'];
5437
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
5438
+ values: Array<ValueBatchInput> | ValueBatchInput;
5439
+ deleteEmpty?: InputMaybe<Scalars['Boolean']>;
5440
+ }>;
5441
+ export type SaveValueBatchMutation = {
5442
+ saveValueBatch: {
5443
+ values?: Array<{
5444
+ id_value?: string | null;
5445
+ isInherited?: boolean | null;
5446
+ isCalculated?: boolean | null;
5447
+ modified_at?: number | null;
5448
+ created_at?: number | null;
5449
+ linkValue?: {
5450
+ id: string;
5451
+ whoAmI: {
5452
+ id: string;
5453
+ label?: string | null;
5454
+ subLabel?: string | null;
5455
+ color?: string | null;
5456
+ preview?: IPreviewScalar | null;
5457
+ library: {
5458
+ id: string;
5459
+ label?: any | null;
5460
+ };
5461
+ };
5462
+ } | null;
5463
+ modified_by?: {
5464
+ id: string;
5465
+ whoAmI: {
5149
5466
  id: string;
5150
5467
  label?: string | null;
5151
5468
  subLabel?: string | null;
@@ -5187,20 +5504,20 @@ export declare type SaveValueBatchMutation = {
5187
5504
  };
5188
5505
  } | null;
5189
5506
  } | null> | null;
5190
- attribute?: {
5507
+ attribute: {
5191
5508
  id: string;
5192
5509
  format?: AttributeFormat | null;
5193
5510
  type: AttributeType;
5194
5511
  system: boolean;
5195
- } | null;
5512
+ };
5196
5513
  metadata?: Array<{
5197
5514
  name: string;
5198
5515
  value?: {
5199
5516
  id_value?: string | null;
5200
5517
  modified_at?: number | null;
5201
5518
  created_at?: number | null;
5202
- value?: any | null;
5203
- raw_value?: any | null;
5519
+ payload?: any | null;
5520
+ raw_payload?: any | null;
5204
5521
  modified_by?: {
5205
5522
  id: string;
5206
5523
  whoAmI: {
@@ -5250,6 +5567,7 @@ export declare type SaveValueBatchMutation = {
5250
5567
  } | {
5251
5568
  id_value?: string | null;
5252
5569
  isInherited?: boolean | null;
5570
+ isCalculated?: boolean | null;
5253
5571
  modified_at?: number | null;
5254
5572
  created_at?: number | null;
5255
5573
  treeValue?: {
@@ -5329,20 +5647,20 @@ export declare type SaveValueBatchMutation = {
5329
5647
  };
5330
5648
  } | null;
5331
5649
  } | null> | null;
5332
- attribute?: {
5650
+ attribute: {
5333
5651
  id: string;
5334
5652
  format?: AttributeFormat | null;
5335
5653
  type: AttributeType;
5336
5654
  system: boolean;
5337
- } | null;
5655
+ };
5338
5656
  metadata?: Array<{
5339
5657
  name: string;
5340
5658
  value?: {
5341
5659
  id_value?: string | null;
5342
5660
  modified_at?: number | null;
5343
5661
  created_at?: number | null;
5344
- value?: any | null;
5345
- raw_value?: any | null;
5662
+ payload?: any | null;
5663
+ raw_payload?: any | null;
5346
5664
  modified_by?: {
5347
5665
  id: string;
5348
5666
  whoAmI: {
@@ -5390,10 +5708,13 @@ export declare type SaveValueBatchMutation = {
5390
5708
  } | null;
5391
5709
  } | null> | null;
5392
5710
  } | {
5711
+ payload?: any | null;
5712
+ raw_payload?: any | null;
5393
5713
  value?: any | null;
5394
5714
  raw_value?: any | null;
5395
5715
  id_value?: string | null;
5396
5716
  isInherited?: boolean | null;
5717
+ isCalculated?: boolean | null;
5397
5718
  modified_at?: number | null;
5398
5719
  created_at?: number | null;
5399
5720
  modified_by?: {
@@ -5440,20 +5761,20 @@ export declare type SaveValueBatchMutation = {
5440
5761
  };
5441
5762
  } | null;
5442
5763
  } | null> | null;
5443
- attribute?: {
5764
+ attribute: {
5444
5765
  id: string;
5445
5766
  format?: AttributeFormat | null;
5446
5767
  type: AttributeType;
5447
5768
  system: boolean;
5448
- } | null;
5769
+ };
5449
5770
  metadata?: Array<{
5450
5771
  name: string;
5451
5772
  value?: {
5452
5773
  id_value?: string | null;
5453
5774
  modified_at?: number | null;
5454
5775
  created_at?: number | null;
5455
- value?: any | null;
5456
- raw_value?: any | null;
5776
+ payload?: any | null;
5777
+ raw_payload?: any | null;
5457
5778
  modified_by?: {
5458
5779
  id: string;
5459
5780
  whoAmI: {
@@ -5509,19 +5830,19 @@ export declare type SaveValueBatchMutation = {
5509
5830
  }> | null;
5510
5831
  };
5511
5832
  };
5512
- export declare type DeleteViewMutationVariables = Exact<{
5833
+ export type DeleteViewMutationVariables = Exact<{
5513
5834
  viewId: Scalars['String'];
5514
5835
  }>;
5515
- export declare type DeleteViewMutation = {
5836
+ export type DeleteViewMutation = {
5516
5837
  deleteView: {
5517
5838
  id: string;
5518
5839
  library: string;
5519
5840
  };
5520
5841
  };
5521
- export declare type GetViewQueryVariables = Exact<{
5842
+ export type GetViewQueryVariables = Exact<{
5522
5843
  viewId: Scalars['String'];
5523
5844
  }>;
5524
- export declare type GetViewQuery = {
5845
+ export type GetViewQuery = {
5525
5846
  view: {
5526
5847
  id: string;
5527
5848
  shared: boolean;
@@ -5529,7 +5850,7 @@ export declare type GetViewQuery = {
5529
5850
  description?: any | null;
5530
5851
  color?: string | null;
5531
5852
  display: {
5532
- size: ViewSizes;
5853
+ size?: ViewSizes | null;
5533
5854
  type: ViewTypes;
5534
5855
  };
5535
5856
  created_by: {
@@ -5552,10 +5873,10 @@ export declare type GetViewQuery = {
5552
5873
  label?: any | null;
5553
5874
  } | null;
5554
5875
  }> | null;
5555
- sort?: {
5876
+ sort?: Array<{
5556
5877
  field: string;
5557
5878
  order: SortOrder;
5558
- } | null;
5879
+ }> | null;
5559
5880
  valuesVersions?: Array<{
5560
5881
  treeId: string;
5561
5882
  treeNode: {
@@ -5576,16 +5897,15 @@ export declare type GetViewQuery = {
5576
5897
  };
5577
5898
  };
5578
5899
  }> | null;
5579
- settings?: Array<{
5580
- name: string;
5581
- value?: any | null;
5900
+ attributes?: Array<{
5901
+ id: string;
5582
5902
  }> | null;
5583
5903
  };
5584
5904
  };
5585
- export declare type GetViewsListQueryVariables = Exact<{
5905
+ export type GetViewsListQueryVariables = Exact<{
5586
5906
  libraryId: Scalars['String'];
5587
5907
  }>;
5588
- export declare type GetViewsListQuery = {
5908
+ export type GetViewsListQuery = {
5589
5909
  views: {
5590
5910
  totalCount: number;
5591
5911
  list: Array<{
@@ -5595,7 +5915,7 @@ export declare type GetViewsListQuery = {
5595
5915
  description?: any | null;
5596
5916
  color?: string | null;
5597
5917
  display: {
5598
- size: ViewSizes;
5918
+ size?: ViewSizes | null;
5599
5919
  type: ViewTypes;
5600
5920
  };
5601
5921
  created_by: {
@@ -5618,10 +5938,10 @@ export declare type GetViewsListQuery = {
5618
5938
  label?: any | null;
5619
5939
  } | null;
5620
5940
  }> | null;
5621
- sort?: {
5941
+ sort?: Array<{
5622
5942
  field: string;
5623
5943
  order: SortOrder;
5624
- } | null;
5944
+ }> | null;
5625
5945
  valuesVersions?: Array<{
5626
5946
  treeId: string;
5627
5947
  treeNode: {
@@ -5642,17 +5962,16 @@ export declare type GetViewsListQuery = {
5642
5962
  };
5643
5963
  };
5644
5964
  }> | null;
5645
- settings?: Array<{
5646
- name: string;
5647
- value?: any | null;
5965
+ attributes?: Array<{
5966
+ id: string;
5648
5967
  }> | null;
5649
5968
  }>;
5650
5969
  };
5651
5970
  };
5652
- export declare type AddViewMutationVariables = Exact<{
5971
+ export type SaveViewMutationVariables = Exact<{
5653
5972
  view: ViewInput;
5654
5973
  }>;
5655
- export declare type AddViewMutation = {
5974
+ export type SaveViewMutation = {
5656
5975
  saveView: {
5657
5976
  id: string;
5658
5977
  shared: boolean;
@@ -5660,7 +5979,7 @@ export declare type AddViewMutation = {
5660
5979
  description?: any | null;
5661
5980
  color?: string | null;
5662
5981
  display: {
5663
- size: ViewSizes;
5982
+ size?: ViewSizes | null;
5664
5983
  type: ViewTypes;
5665
5984
  };
5666
5985
  created_by: {
@@ -5683,10 +6002,10 @@ export declare type AddViewMutation = {
5683
6002
  label?: any | null;
5684
6003
  } | null;
5685
6004
  }> | null;
5686
- sort?: {
6005
+ sort?: Array<{
5687
6006
  field: string;
5688
6007
  order: SortOrder;
5689
- } | null;
6008
+ }> | null;
5690
6009
  valuesVersions?: Array<{
5691
6010
  treeId: string;
5692
6011
  treeNode: {
@@ -5707,12 +6026,221 @@ export declare type AddViewMutation = {
5707
6026
  };
5708
6027
  };
5709
6028
  }> | null;
5710
- settings?: Array<{
5711
- name: string;
5712
- value?: any | null;
6029
+ attributes?: Array<{
6030
+ id: string;
5713
6031
  }> | null;
5714
6032
  };
5715
6033
  };
6034
+ export type ExplorerAttributesQueryVariables = Exact<{
6035
+ ids?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
6036
+ }>;
6037
+ export type ExplorerAttributesQuery = {
6038
+ attributes?: {
6039
+ list: Array<{
6040
+ id: string;
6041
+ type: AttributeType;
6042
+ format?: AttributeFormat | null;
6043
+ label?: any | null;
6044
+ }>;
6045
+ } | null;
6046
+ };
6047
+ export type ExplorerLinkAttributeQueryVariables = Exact<{
6048
+ id: Scalars['ID'];
6049
+ }>;
6050
+ export type ExplorerLinkAttributeQuery = {
6051
+ attributes?: {
6052
+ list: Array<{
6053
+ label?: any | null;
6054
+ id: string;
6055
+ multiple_values: boolean;
6056
+ linked_library?: {
6057
+ id: string;
6058
+ } | null;
6059
+ } | {
6060
+ id: string;
6061
+ multiple_values: boolean;
6062
+ }>;
6063
+ } | null;
6064
+ };
6065
+ export type ExplorerLibraryDataQueryVariables = Exact<{
6066
+ libraryId: Scalars['ID'];
6067
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6068
+ pagination?: InputMaybe<RecordsPagination>;
6069
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
6070
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
6071
+ searchQuery?: InputMaybe<Scalars['String']>;
6072
+ }>;
6073
+ export type ExplorerLibraryDataQuery = {
6074
+ records: {
6075
+ totalCount?: number | null;
6076
+ list: Array<{
6077
+ id: string;
6078
+ whoAmI: {
6079
+ id: string;
6080
+ label?: string | null;
6081
+ subLabel?: string | null;
6082
+ color?: string | null;
6083
+ preview?: IPreviewScalar | null;
6084
+ library: {
6085
+ id: string;
6086
+ label?: any | null;
6087
+ };
6088
+ };
6089
+ properties: Array<{
6090
+ attributeId: string;
6091
+ attributeProperties: {
6092
+ id: string;
6093
+ label?: any | null;
6094
+ type: AttributeType;
6095
+ format?: AttributeFormat | null;
6096
+ multiple_values: boolean;
6097
+ };
6098
+ values: Array<{
6099
+ linkPayload?: {
6100
+ id: string;
6101
+ whoAmI: {
6102
+ id: string;
6103
+ label?: string | null;
6104
+ subLabel?: string | null;
6105
+ color?: string | null;
6106
+ preview?: IPreviewScalar | null;
6107
+ library: {
6108
+ id: string;
6109
+ label?: any | null;
6110
+ };
6111
+ };
6112
+ } | null;
6113
+ } | {
6114
+ treePayload?: {
6115
+ record: {
6116
+ id: string;
6117
+ whoAmI: {
6118
+ id: string;
6119
+ label?: string | null;
6120
+ subLabel?: string | null;
6121
+ color?: string | null;
6122
+ preview?: IPreviewScalar | null;
6123
+ library: {
6124
+ id: string;
6125
+ label?: any | null;
6126
+ };
6127
+ };
6128
+ };
6129
+ } | null;
6130
+ } | {
6131
+ valuePayload?: any | null;
6132
+ valueRawPayload?: any | null;
6133
+ }>;
6134
+ }>;
6135
+ }>;
6136
+ };
6137
+ };
6138
+ export type ExplorerLinkDataQueryVariables = Exact<{
6139
+ attributeIds: Array<Scalars['ID']> | Scalars['ID'];
6140
+ parentLibraryId: Scalars['ID'];
6141
+ parentRecordId?: InputMaybe<Scalars['String']>;
6142
+ linkAttributeId: Scalars['ID'];
6143
+ }>;
6144
+ export type ExplorerLinkDataQuery = {
6145
+ records: {
6146
+ list: Array<{
6147
+ id: string;
6148
+ whoAmI: {
6149
+ id: string;
6150
+ library: {
6151
+ id: string;
6152
+ };
6153
+ };
6154
+ property: Array<{
6155
+ id_value?: string | null;
6156
+ payload?: {
6157
+ id: string;
6158
+ whoAmI: {
6159
+ id: string;
6160
+ label?: string | null;
6161
+ subLabel?: string | null;
6162
+ color?: string | null;
6163
+ preview?: IPreviewScalar | null;
6164
+ library: {
6165
+ id: string;
6166
+ label?: any | null;
6167
+ };
6168
+ };
6169
+ properties: Array<{
6170
+ attributeId: string;
6171
+ attributeProperties: {
6172
+ id: string;
6173
+ label?: any | null;
6174
+ type: AttributeType;
6175
+ format?: AttributeFormat | null;
6176
+ multiple_values: boolean;
6177
+ };
6178
+ values: Array<{
6179
+ linkPayload?: {
6180
+ id: string;
6181
+ whoAmI: {
6182
+ id: string;
6183
+ label?: string | null;
6184
+ subLabel?: string | null;
6185
+ color?: string | null;
6186
+ preview?: IPreviewScalar | null;
6187
+ library: {
6188
+ id: string;
6189
+ label?: any | null;
6190
+ };
6191
+ };
6192
+ } | null;
6193
+ } | {
6194
+ treePayload?: {
6195
+ record: {
6196
+ id: string;
6197
+ whoAmI: {
6198
+ id: string;
6199
+ label?: string | null;
6200
+ subLabel?: string | null;
6201
+ color?: string | null;
6202
+ preview?: IPreviewScalar | null;
6203
+ library: {
6204
+ id: string;
6205
+ label?: any | null;
6206
+ };
6207
+ };
6208
+ };
6209
+ } | null;
6210
+ } | {
6211
+ valuePayload?: any | null;
6212
+ valueRawPayload?: any | null;
6213
+ }>;
6214
+ }>;
6215
+ } | null;
6216
+ } | {
6217
+ id_value?: string | null;
6218
+ }>;
6219
+ }>;
6220
+ };
6221
+ };
6222
+ export type ExplorerLibraryDetailsQueryVariables = Exact<{
6223
+ libraryId: Scalars['ID'];
6224
+ }>;
6225
+ export type ExplorerLibraryDetailsQuery = {
6226
+ libraries?: {
6227
+ list: Array<{
6228
+ id: string;
6229
+ label?: any | null;
6230
+ }>;
6231
+ } | null;
6232
+ };
6233
+ export type TreeDataQueryQueryVariables = Exact<{
6234
+ treeId: Scalars['ID'];
6235
+ }>;
6236
+ export type TreeDataQueryQuery = {
6237
+ trees?: {
6238
+ list: Array<{
6239
+ id: string;
6240
+ label?: any | null;
6241
+ }>;
6242
+ } | null;
6243
+ };
5716
6244
  export declare const RecordIdentityFragmentDoc: Apollo.DocumentNode;
5717
6245
  export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
5718
6246
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
@@ -5730,7 +6258,12 @@ export declare const RecordFormElementFragmentDoc: Apollo.DocumentNode;
5730
6258
  export declare const TreeLightFragmentDoc: Apollo.DocumentNode;
5731
6259
  export declare const TreeDetailsFragmentDoc: Apollo.DocumentNode;
5732
6260
  export declare const TreeNodeChildFragmentDoc: Apollo.DocumentNode;
6261
+ export declare const ViewDetailsFilterFragmentDoc: Apollo.DocumentNode;
5733
6262
  export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
6263
+ export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
6264
+ export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
6265
+ export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
6266
+ export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
5734
6267
  export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
5735
6268
  /**
5736
6269
  * __useCheckApplicationExistenceQuery__
@@ -5750,16 +6283,16 @@ export declare const CheckApplicationExistenceDocument: Apollo.DocumentNode;
5750
6283
  * });
5751
6284
  */
5752
6285
  export declare function useCheckApplicationExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.QueryResult<CheckApplicationExistenceQuery, Exact<{
5753
- id?: string;
5754
- endpoint?: string;
6286
+ id?: InputMaybe<Scalars["ID"]>;
6287
+ endpoint?: InputMaybe<Scalars["String"]>;
5755
6288
  }>>;
5756
6289
  export declare function useCheckApplicationExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckApplicationExistenceQuery, Exact<{
5757
- id?: string;
5758
- endpoint?: string;
6290
+ id?: InputMaybe<Scalars["ID"]>;
6291
+ endpoint?: InputMaybe<Scalars["String"]>;
5759
6292
  }>>;
5760
- export declare type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
5761
- export declare type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
5762
- export declare type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
6293
+ export type CheckApplicationExistenceQueryHookResult = ReturnType<typeof useCheckApplicationExistenceQuery>;
6294
+ export type CheckApplicationExistenceLazyQueryHookResult = ReturnType<typeof useCheckApplicationExistenceLazyQuery>;
6295
+ export type CheckApplicationExistenceQueryResult = Apollo.QueryResult<CheckApplicationExistenceQuery, CheckApplicationExistenceQueryVariables>;
5763
6296
  export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
5764
6297
  /**
5765
6298
  * __useGetApplicationByIdQuery__
@@ -5778,14 +6311,14 @@ export declare const GetApplicationByIdDocument: Apollo.DocumentNode;
5778
6311
  * });
5779
6312
  */
5780
6313
  export declare function useGetApplicationByIdQuery(baseOptions: Apollo.QueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.QueryResult<GetApplicationByIdQuery, Exact<{
5781
- id: string;
6314
+ id: Scalars["ID"];
5782
6315
  }>>;
5783
6316
  export declare function useGetApplicationByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationByIdQuery, Exact<{
5784
- id: string;
6317
+ id: Scalars["ID"];
5785
6318
  }>>;
5786
- export declare type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
5787
- export declare type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
5788
- export declare type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
6319
+ export type GetApplicationByIdQueryHookResult = ReturnType<typeof useGetApplicationByIdQuery>;
6320
+ export type GetApplicationByIdLazyQueryHookResult = ReturnType<typeof useGetApplicationByIdLazyQuery>;
6321
+ export type GetApplicationByIdQueryResult = Apollo.QueryResult<GetApplicationByIdQuery, GetApplicationByIdQueryVariables>;
5789
6322
  export declare const GetApplicationModulesDocument: Apollo.DocumentNode;
5790
6323
  /**
5791
6324
  * __useGetApplicationModulesQuery__
@@ -5808,11 +6341,11 @@ export declare function useGetApplicationModulesQuery(baseOptions?: Apollo.Query
5808
6341
  export declare function useGetApplicationModulesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>): Apollo.LazyQueryResultTuple<GetApplicationModulesQuery, Exact<{
5809
6342
  [key: string]: never;
5810
6343
  }>>;
5811
- export declare type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
5812
- export declare type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
5813
- export declare type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
6344
+ export type GetApplicationModulesQueryHookResult = ReturnType<typeof useGetApplicationModulesQuery>;
6345
+ export type GetApplicationModulesLazyQueryHookResult = ReturnType<typeof useGetApplicationModulesLazyQuery>;
6346
+ export type GetApplicationModulesQueryResult = Apollo.QueryResult<GetApplicationModulesQuery, GetApplicationModulesQueryVariables>;
5814
6347
  export declare const SaveApplicationDocument: Apollo.DocumentNode;
5815
- export declare type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
6348
+ export type SaveApplicationMutationFn = Apollo.MutationFunction<SaveApplicationMutation, SaveApplicationMutationVariables>;
5816
6349
  /**
5817
6350
  * __useSaveApplicationMutation__
5818
6351
  *
@@ -5833,9 +6366,9 @@ export declare type SaveApplicationMutationFn = Apollo.MutationFunction<SaveAppl
5833
6366
  export declare function useSaveApplicationMutation(baseOptions?: Apollo.MutationHookOptions<SaveApplicationMutation, SaveApplicationMutationVariables>): Apollo.MutationTuple<SaveApplicationMutation, Exact<{
5834
6367
  application: ApplicationInput;
5835
6368
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
5836
- export declare type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
5837
- export declare type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
5838
- export declare type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
6369
+ export type SaveApplicationMutationHookResult = ReturnType<typeof useSaveApplicationMutation>;
6370
+ export type SaveApplicationMutationResult = Apollo.MutationResult<SaveApplicationMutation>;
6371
+ export type SaveApplicationMutationOptions = Apollo.BaseMutationOptions<SaveApplicationMutation, SaveApplicationMutationVariables>;
5839
6372
  export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
5840
6373
  /**
5841
6374
  * __useCheckAttributeExistenceQuery__
@@ -5854,16 +6387,16 @@ export declare const CheckAttributeExistenceDocument: Apollo.DocumentNode;
5854
6387
  * });
5855
6388
  */
5856
6389
  export declare function useCheckAttributeExistenceQuery(baseOptions: Apollo.QueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.QueryResult<CheckAttributeExistenceQuery, Exact<{
5857
- id: string;
6390
+ id: Scalars["ID"];
5858
6391
  }>>;
5859
6392
  export declare function useCheckAttributeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckAttributeExistenceQuery, Exact<{
5860
- id: string;
6393
+ id: Scalars["ID"];
5861
6394
  }>>;
5862
- export declare type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
5863
- export declare type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
5864
- export declare type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
6395
+ export type CheckAttributeExistenceQueryHookResult = ReturnType<typeof useCheckAttributeExistenceQuery>;
6396
+ export type CheckAttributeExistenceLazyQueryHookResult = ReturnType<typeof useCheckAttributeExistenceLazyQuery>;
6397
+ export type CheckAttributeExistenceQueryResult = Apollo.QueryResult<CheckAttributeExistenceQuery, CheckAttributeExistenceQueryVariables>;
5865
6398
  export declare const DeleteAttributeDocument: Apollo.DocumentNode;
5866
- export declare type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
6399
+ export type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
5867
6400
  /**
5868
6401
  * __useDeleteAttributeMutation__
5869
6402
  *
@@ -5882,11 +6415,11 @@ export declare type DeleteAttributeMutationFn = Apollo.MutationFunction<DeleteAt
5882
6415
  * });
5883
6416
  */
5884
6417
  export declare function useDeleteAttributeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>): Apollo.MutationTuple<DeleteAttributeMutation, Exact<{
5885
- id?: string;
6418
+ id?: InputMaybe<Scalars["ID"]>;
5886
6419
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
5887
- export declare type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
5888
- export declare type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
5889
- export declare type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
6420
+ export type DeleteAttributeMutationHookResult = ReturnType<typeof useDeleteAttributeMutation>;
6421
+ export type DeleteAttributeMutationResult = Apollo.MutationResult<DeleteAttributeMutation>;
6422
+ export type DeleteAttributeMutationOptions = Apollo.BaseMutationOptions<DeleteAttributeMutation, DeleteAttributeMutationVariables>;
5890
6423
  export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
5891
6424
  /**
5892
6425
  * __useGetAttributeByIdQuery__
@@ -5905,14 +6438,14 @@ export declare const GetAttributeByIdDocument: Apollo.DocumentNode;
5905
6438
  * });
5906
6439
  */
5907
6440
  export declare function useGetAttributeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.QueryResult<GetAttributeByIdQuery, Exact<{
5908
- id?: string;
6441
+ id?: InputMaybe<Scalars["ID"]>;
5909
6442
  }>>;
5910
6443
  export declare function useGetAttributeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributeByIdQuery, Exact<{
5911
- id?: string;
6444
+ id?: InputMaybe<Scalars["ID"]>;
5912
6445
  }>>;
5913
- export declare type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
5914
- export declare type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
5915
- export declare type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
6446
+ export type GetAttributeByIdQueryHookResult = ReturnType<typeof useGetAttributeByIdQuery>;
6447
+ export type GetAttributeByIdLazyQueryHookResult = ReturnType<typeof useGetAttributeByIdLazyQuery>;
6448
+ export type GetAttributeByIdQueryResult = Apollo.QueryResult<GetAttributeByIdQuery, GetAttributeByIdQueryVariables>;
5916
6449
  export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
5917
6450
  /**
5918
6451
  * __useGetAttributesByLibQuery__
@@ -5931,14 +6464,14 @@ export declare const GetAttributesByLibDocument: Apollo.DocumentNode;
5931
6464
  * });
5932
6465
  */
5933
6466
  export declare function useGetAttributesByLibQuery(baseOptions: Apollo.QueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.QueryResult<GetAttributesByLibQuery, Exact<{
5934
- library: string;
6467
+ library: Scalars["String"];
5935
6468
  }>>;
5936
6469
  export declare function useGetAttributesByLibLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesByLibQuery, Exact<{
5937
- library: string;
6470
+ library: Scalars["String"];
5938
6471
  }>>;
5939
- export declare type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
5940
- export declare type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
5941
- export declare type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
6472
+ export type GetAttributesByLibQueryHookResult = ReturnType<typeof useGetAttributesByLibQuery>;
6473
+ export type GetAttributesByLibLazyQueryHookResult = ReturnType<typeof useGetAttributesByLibLazyQuery>;
6474
+ export type GetAttributesByLibQueryResult = Apollo.QueryResult<GetAttributesByLibQuery, GetAttributesByLibQueryVariables>;
5942
6475
  export declare const GetAttributesDocument: Apollo.DocumentNode;
5943
6476
  /**
5944
6477
  * __useGetAttributesQuery__
@@ -5959,18 +6492,18 @@ export declare const GetAttributesDocument: Apollo.DocumentNode;
5959
6492
  * });
5960
6493
  */
5961
6494
  export declare function useGetAttributesQuery(baseOptions?: Apollo.QueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.QueryResult<GetAttributesQuery, Exact<{
5962
- pagination?: Pagination;
5963
- sort?: SortAttributes;
5964
- filters?: AttributesFiltersInput;
6495
+ pagination?: InputMaybe<Pagination>;
6496
+ sort?: InputMaybe<SortAttributes>;
6497
+ filters?: InputMaybe<AttributesFiltersInput>;
5965
6498
  }>>;
5966
6499
  export declare function useGetAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetAttributesQuery, GetAttributesQueryVariables>): Apollo.LazyQueryResultTuple<GetAttributesQuery, Exact<{
5967
- pagination?: Pagination;
5968
- sort?: SortAttributes;
5969
- filters?: AttributesFiltersInput;
6500
+ pagination?: InputMaybe<Pagination>;
6501
+ sort?: InputMaybe<SortAttributes>;
6502
+ filters?: InputMaybe<AttributesFiltersInput>;
5970
6503
  }>>;
5971
- export declare type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
5972
- export declare type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
5973
- export declare type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
6504
+ export type GetAttributesQueryHookResult = ReturnType<typeof useGetAttributesQuery>;
6505
+ export type GetAttributesLazyQueryHookResult = ReturnType<typeof useGetAttributesLazyQuery>;
6506
+ export type GetAttributesQueryResult = Apollo.QueryResult<GetAttributesQuery, GetAttributesQueryVariables>;
5974
6507
  export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
5975
6508
  /**
5976
6509
  * __useGetVersionProfilesQuery__
@@ -5990,16 +6523,16 @@ export declare const GetVersionProfilesDocument: Apollo.DocumentNode;
5990
6523
  * });
5991
6524
  */
5992
6525
  export declare function useGetVersionProfilesQuery(baseOptions?: Apollo.QueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.QueryResult<GetVersionProfilesQuery, Exact<{
5993
- filters?: VersionProfilesFiltersInput;
5994
- sort?: SortVersionProfilesInput;
6526
+ filters?: InputMaybe<VersionProfilesFiltersInput>;
6527
+ sort?: InputMaybe<SortVersionProfilesInput>;
5995
6528
  }>>;
5996
6529
  export declare function useGetVersionProfilesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionProfilesQuery, Exact<{
5997
- filters?: VersionProfilesFiltersInput;
5998
- sort?: SortVersionProfilesInput;
6530
+ filters?: InputMaybe<VersionProfilesFiltersInput>;
6531
+ sort?: InputMaybe<SortVersionProfilesInput>;
5999
6532
  }>>;
6000
- export declare type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
6001
- export declare type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
6002
- export declare type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
6533
+ export type GetVersionProfilesQueryHookResult = ReturnType<typeof useGetVersionProfilesQuery>;
6534
+ export type GetVersionProfilesLazyQueryHookResult = ReturnType<typeof useGetVersionProfilesLazyQuery>;
6535
+ export type GetVersionProfilesQueryResult = Apollo.QueryResult<GetVersionProfilesQuery, GetVersionProfilesQueryVariables>;
6003
6536
  export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentNode;
6004
6537
  /**
6005
6538
  * __useGetVersionableAttributesByLibraryQuery__
@@ -6018,16 +6551,16 @@ export declare const GetVersionableAttributesByLibraryDocument: Apollo.DocumentN
6018
6551
  * });
6019
6552
  */
6020
6553
  export declare function useGetVersionableAttributesByLibraryQuery(baseOptions: Apollo.QueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, Exact<{
6021
- libraryId: string;
6554
+ libraryId: Scalars["String"];
6022
6555
  }>>;
6023
6556
  export declare function useGetVersionableAttributesByLibraryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>): Apollo.LazyQueryResultTuple<GetVersionableAttributesByLibraryQuery, Exact<{
6024
- libraryId: string;
6557
+ libraryId: Scalars["String"];
6025
6558
  }>>;
6026
- export declare type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
6027
- export declare type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
6028
- export declare type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
6559
+ export type GetVersionableAttributesByLibraryQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryQuery>;
6560
+ export type GetVersionableAttributesByLibraryLazyQueryHookResult = ReturnType<typeof useGetVersionableAttributesByLibraryLazyQuery>;
6561
+ export type GetVersionableAttributesByLibraryQueryResult = Apollo.QueryResult<GetVersionableAttributesByLibraryQuery, GetVersionableAttributesByLibraryQueryVariables>;
6029
6562
  export declare const SaveAttributeDocument: Apollo.DocumentNode;
6030
- export declare type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
6563
+ export type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttributeMutation, SaveAttributeMutationVariables>;
6031
6564
  /**
6032
6565
  * __useSaveAttributeMutation__
6033
6566
  *
@@ -6048,9 +6581,9 @@ export declare type SaveAttributeMutationFn = Apollo.MutationFunction<SaveAttrib
6048
6581
  export declare function useSaveAttributeMutation(baseOptions?: Apollo.MutationHookOptions<SaveAttributeMutation, SaveAttributeMutationVariables>): Apollo.MutationTuple<SaveAttributeMutation, Exact<{
6049
6582
  attribute: AttributeInput;
6050
6583
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6051
- export declare type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
6052
- export declare type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
6053
- export declare type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
6584
+ export type SaveAttributeMutationHookResult = ReturnType<typeof useSaveAttributeMutation>;
6585
+ export type SaveAttributeMutationResult = Apollo.MutationResult<SaveAttributeMutation>;
6586
+ export type SaveAttributeMutationOptions = Apollo.BaseMutationOptions<SaveAttributeMutation, SaveAttributeMutationVariables>;
6054
6587
  export declare const ExportDocument: Apollo.DocumentNode;
6055
6588
  /**
6056
6589
  * __useExportQuery__
@@ -6071,20 +6604,20 @@ export declare const ExportDocument: Apollo.DocumentNode;
6071
6604
  * });
6072
6605
  */
6073
6606
  export declare function useExportQuery(baseOptions: Apollo.QueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.QueryResult<ExportQuery, Exact<{
6074
- library: string;
6075
- attributes?: string | string[];
6076
- filters?: RecordFilterInput | RecordFilterInput[];
6607
+ library: Scalars["ID"];
6608
+ attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6609
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6077
6610
  }>>;
6078
6611
  export declare function useExportLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExportQuery, ExportQueryVariables>): Apollo.LazyQueryResultTuple<ExportQuery, Exact<{
6079
- library: string;
6080
- attributes?: string | string[];
6081
- filters?: RecordFilterInput | RecordFilterInput[];
6612
+ library: Scalars["ID"];
6613
+ attributes?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6614
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6082
6615
  }>>;
6083
- export declare type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
6084
- export declare type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
6085
- export declare type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
6616
+ export type ExportQueryHookResult = ReturnType<typeof useExportQuery>;
6617
+ export type ExportLazyQueryHookResult = ReturnType<typeof useExportLazyQuery>;
6618
+ export type ExportQueryResult = Apollo.QueryResult<ExportQuery, ExportQueryVariables>;
6086
6619
  export declare const CreateDirectoryDocument: Apollo.DocumentNode;
6087
- export declare type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
6620
+ export type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
6088
6621
  /**
6089
6622
  * __useCreateDirectoryMutation__
6090
6623
  *
@@ -6105,15 +6638,15 @@ export declare type CreateDirectoryMutationFn = Apollo.MutationFunction<CreateDi
6105
6638
  * });
6106
6639
  */
6107
6640
  export declare function useCreateDirectoryMutation(baseOptions?: Apollo.MutationHookOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>): Apollo.MutationTuple<CreateDirectoryMutation, Exact<{
6108
- library: string;
6109
- nodeId: string;
6110
- name: string;
6641
+ library: Scalars["String"];
6642
+ nodeId: Scalars["String"];
6643
+ name: Scalars["String"];
6111
6644
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6112
- export declare type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
6113
- export declare type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
6114
- export declare type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
6645
+ export type CreateDirectoryMutationHookResult = ReturnType<typeof useCreateDirectoryMutation>;
6646
+ export type CreateDirectoryMutationResult = Apollo.MutationResult<CreateDirectoryMutation>;
6647
+ export type CreateDirectoryMutationOptions = Apollo.BaseMutationOptions<CreateDirectoryMutation, CreateDirectoryMutationVariables>;
6115
6648
  export declare const ForcePreviewsGenerationDocument: Apollo.DocumentNode;
6116
- export declare type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
6649
+ export type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
6117
6650
  /**
6118
6651
  * __useForcePreviewsGenerationMutation__
6119
6652
  *
@@ -6136,15 +6669,15 @@ export declare type ForcePreviewsGenerationMutationFn = Apollo.MutationFunction<
6136
6669
  * });
6137
6670
  */
6138
6671
  export declare function useForcePreviewsGenerationMutation(baseOptions?: Apollo.MutationHookOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>): Apollo.MutationTuple<ForcePreviewsGenerationMutation, Exact<{
6139
- libraryId: string;
6140
- filters?: RecordFilterInput | RecordFilterInput[];
6141
- recordIds?: string | string[];
6142
- failedOnly?: boolean;
6143
- previewVersionSizeNames?: string | string[];
6672
+ libraryId: Scalars["ID"];
6673
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6674
+ recordIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6675
+ failedOnly?: InputMaybe<Scalars["Boolean"]>;
6676
+ previewVersionSizeNames?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
6144
6677
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6145
- export declare type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
6146
- export declare type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
6147
- export declare type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
6678
+ export type ForcePreviewsGenerationMutationHookResult = ReturnType<typeof useForcePreviewsGenerationMutation>;
6679
+ export type ForcePreviewsGenerationMutationResult = Apollo.MutationResult<ForcePreviewsGenerationMutation>;
6680
+ export type ForcePreviewsGenerationMutationOptions = Apollo.BaseMutationOptions<ForcePreviewsGenerationMutation, ForcePreviewsGenerationMutationVariables>;
6148
6681
  export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
6149
6682
  /**
6150
6683
  * __useGetDirectoryDataQuery__
@@ -6164,16 +6697,16 @@ export declare const GetDirectoryDataDocument: Apollo.DocumentNode;
6164
6697
  * });
6165
6698
  */
6166
6699
  export declare function useGetDirectoryDataQuery(baseOptions: Apollo.QueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.QueryResult<GetDirectoryDataQuery, Exact<{
6167
- library: string;
6168
- directoryId: string;
6700
+ library: Scalars["ID"];
6701
+ directoryId: Scalars["String"];
6169
6702
  }>>;
6170
6703
  export declare function useGetDirectoryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>): Apollo.LazyQueryResultTuple<GetDirectoryDataQuery, Exact<{
6171
- library: string;
6172
- directoryId: string;
6704
+ library: Scalars["ID"];
6705
+ directoryId: Scalars["String"];
6173
6706
  }>>;
6174
- export declare type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
6175
- export declare type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
6176
- export declare type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
6707
+ export type GetDirectoryDataQueryHookResult = ReturnType<typeof useGetDirectoryDataQuery>;
6708
+ export type GetDirectoryDataLazyQueryHookResult = ReturnType<typeof useGetDirectoryDataLazyQuery>;
6709
+ export type GetDirectoryDataQueryResult = Apollo.QueryResult<GetDirectoryDataQuery, GetDirectoryDataQueryVariables>;
6177
6710
  export declare const UploadUpdateDocument: Apollo.DocumentNode;
6178
6711
  /**
6179
6712
  * __useUploadUpdateSubscription__
@@ -6192,12 +6725,12 @@ export declare const UploadUpdateDocument: Apollo.DocumentNode;
6192
6725
  * });
6193
6726
  */
6194
6727
  export declare function useUploadUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<UploadUpdateSubscription, UploadUpdateSubscriptionVariables>): Apollo.SubscriptionResult<UploadUpdateSubscription, Exact<{
6195
- filters?: UploadFiltersInput;
6728
+ filters?: InputMaybe<UploadFiltersInput>;
6196
6729
  }>>;
6197
- export declare type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
6198
- export declare type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
6730
+ export type UploadUpdateSubscriptionHookResult = ReturnType<typeof useUploadUpdateSubscription>;
6731
+ export type UploadUpdateSubscriptionResult = Apollo.SubscriptionResult<UploadUpdateSubscription>;
6199
6732
  export declare const UploadDocument: Apollo.DocumentNode;
6200
- export declare type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
6733
+ export type UploadMutationFn = Apollo.MutationFunction<UploadMutation, UploadMutationVariables>;
6201
6734
  /**
6202
6735
  * __useUploadMutation__
6203
6736
  *
@@ -6218,15 +6751,15 @@ export declare type UploadMutationFn = Apollo.MutationFunction<UploadMutation, U
6218
6751
  * });
6219
6752
  */
6220
6753
  export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptions<UploadMutation, UploadMutationVariables>): Apollo.MutationTuple<UploadMutation, Exact<{
6221
- library: string;
6222
- nodeId: string;
6223
- files: FileInput | FileInput[];
6754
+ library: Scalars["String"];
6755
+ nodeId: Scalars["String"];
6756
+ files: Array<FileInput> | FileInput;
6224
6757
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6225
- export declare type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
6226
- export declare type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
6227
- export declare type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
6758
+ export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
6759
+ export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
6760
+ export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
6228
6761
  export declare const ImportExcelDocument: Apollo.DocumentNode;
6229
- export declare type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
6762
+ export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
6230
6763
  /**
6231
6764
  * __useImportExcelMutation__
6232
6765
  *
@@ -6247,13 +6780,13 @@ export declare type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelM
6247
6780
  * });
6248
6781
  */
6249
6782
  export declare function useImportExcelMutation(baseOptions?: Apollo.MutationHookOptions<ImportExcelMutation, ImportExcelMutationVariables>): Apollo.MutationTuple<ImportExcelMutation, Exact<{
6250
- file: any;
6251
- sheets?: SheetInput | SheetInput[];
6252
- startAt?: number;
6783
+ file: Scalars["Upload"];
6784
+ sheets?: InputMaybe<Array<InputMaybe<SheetInput>> | InputMaybe<SheetInput>>;
6785
+ startAt?: InputMaybe<Scalars["Int"]>;
6253
6786
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6254
- export declare type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
6255
- export declare type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
6256
- export declare type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
6787
+ export type ImportExcelMutationHookResult = ReturnType<typeof useImportExcelMutation>;
6788
+ export type ImportExcelMutationResult = Apollo.MutationResult<ImportExcelMutation>;
6789
+ export type ImportExcelMutationOptions = Apollo.BaseMutationOptions<ImportExcelMutation, ImportExcelMutationVariables>;
6257
6790
  export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
6258
6791
  /**
6259
6792
  * __useCheckLibraryExistenceQuery__
@@ -6272,16 +6805,16 @@ export declare const CheckLibraryExistenceDocument: Apollo.DocumentNode;
6272
6805
  * });
6273
6806
  */
6274
6807
  export declare function useCheckLibraryExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.QueryResult<CheckLibraryExistenceQuery, Exact<{
6275
- id?: string | string[];
6808
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6276
6809
  }>>;
6277
6810
  export declare function useCheckLibraryExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckLibraryExistenceQuery, Exact<{
6278
- id?: string | string[];
6811
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6279
6812
  }>>;
6280
- export declare type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
6281
- export declare type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
6282
- export declare type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
6813
+ export type CheckLibraryExistenceQueryHookResult = ReturnType<typeof useCheckLibraryExistenceQuery>;
6814
+ export type CheckLibraryExistenceLazyQueryHookResult = ReturnType<typeof useCheckLibraryExistenceLazyQuery>;
6815
+ export type CheckLibraryExistenceQueryResult = Apollo.QueryResult<CheckLibraryExistenceQuery, CheckLibraryExistenceQueryVariables>;
6283
6816
  export declare const DeleteLibraryDocument: Apollo.DocumentNode;
6284
- export declare type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
6817
+ export type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
6285
6818
  /**
6286
6819
  * __useDeleteLibraryMutation__
6287
6820
  *
@@ -6300,11 +6833,11 @@ export declare type DeleteLibraryMutationFn = Apollo.MutationFunction<DeleteLibr
6300
6833
  * });
6301
6834
  */
6302
6835
  export declare function useDeleteLibraryMutation(baseOptions?: Apollo.MutationHookOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>): Apollo.MutationTuple<DeleteLibraryMutation, Exact<{
6303
- id?: string;
6836
+ id?: InputMaybe<Scalars["ID"]>;
6304
6837
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6305
- export declare type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
6306
- export declare type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
6307
- export declare type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
6838
+ export type DeleteLibraryMutationHookResult = ReturnType<typeof useDeleteLibraryMutation>;
6839
+ export type DeleteLibraryMutationResult = Apollo.MutationResult<DeleteLibraryMutation>;
6840
+ export type DeleteLibraryMutationOptions = Apollo.BaseMutationOptions<DeleteLibraryMutation, DeleteLibraryMutationVariables>;
6308
6841
  export declare const GetLibrariesDocument: Apollo.DocumentNode;
6309
6842
  /**
6310
6843
  * __useGetLibrariesQuery__
@@ -6327,9 +6860,9 @@ export declare function useGetLibrariesQuery(baseOptions?: Apollo.QueryHookOptio
6327
6860
  export declare function useGetLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibrariesQuery, GetLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetLibrariesQuery, Exact<{
6328
6861
  [key: string]: never;
6329
6862
  }>>;
6330
- export declare type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
6331
- export declare type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
6332
- export declare type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
6863
+ export type GetLibrariesQueryHookResult = ReturnType<typeof useGetLibrariesQuery>;
6864
+ export type GetLibrariesLazyQueryHookResult = ReturnType<typeof useGetLibrariesLazyQuery>;
6865
+ export type GetLibrariesQueryResult = Apollo.QueryResult<GetLibrariesQuery, GetLibrariesQueryVariables>;
6333
6866
  export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
6334
6867
  /**
6335
6868
  * __useGetLibraryByIdQuery__
@@ -6348,14 +6881,14 @@ export declare const GetLibraryByIdDocument: Apollo.DocumentNode;
6348
6881
  * });
6349
6882
  */
6350
6883
  export declare function useGetLibraryByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.QueryResult<GetLibraryByIdQuery, Exact<{
6351
- id?: string | string[];
6884
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6352
6885
  }>>;
6353
6886
  export declare function useGetLibraryByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryByIdQuery, Exact<{
6354
- id?: string | string[];
6887
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6355
6888
  }>>;
6356
- export declare type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
6357
- export declare type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
6358
- export declare type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
6889
+ export type GetLibraryByIdQueryHookResult = ReturnType<typeof useGetLibraryByIdQuery>;
6890
+ export type GetLibraryByIdLazyQueryHookResult = ReturnType<typeof useGetLibraryByIdLazyQuery>;
6891
+ export type GetLibraryByIdQueryResult = Apollo.QueryResult<GetLibraryByIdQuery, GetLibraryByIdQueryVariables>;
6359
6892
  export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
6360
6893
  /**
6361
6894
  * __useGetLibraryPermissionsQuery__
@@ -6374,14 +6907,14 @@ export declare const GetLibraryPermissionsDocument: Apollo.DocumentNode;
6374
6907
  * });
6375
6908
  */
6376
6909
  export declare function useGetLibraryPermissionsQuery(baseOptions?: Apollo.QueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.QueryResult<GetLibraryPermissionsQuery, Exact<{
6377
- libraryId?: string | string[];
6910
+ libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6378
6911
  }>>;
6379
6912
  export declare function useGetLibraryPermissionsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPermissionsQuery, Exact<{
6380
- libraryId?: string | string[];
6913
+ libraryId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6381
6914
  }>>;
6382
- export declare type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
6383
- export declare type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
6384
- export declare type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
6915
+ export type GetLibraryPermissionsQueryHookResult = ReturnType<typeof useGetLibraryPermissionsQuery>;
6916
+ export type GetLibraryPermissionsLazyQueryHookResult = ReturnType<typeof useGetLibraryPermissionsLazyQuery>;
6917
+ export type GetLibraryPermissionsQueryResult = Apollo.QueryResult<GetLibraryPermissionsQuery, GetLibraryPermissionsQueryVariables>;
6385
6918
  export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
6386
6919
  /**
6387
6920
  * __useGetLibraryPreviewsSettingsQuery__
@@ -6400,16 +6933,16 @@ export declare const GetLibraryPreviewsSettingsDocument: Apollo.DocumentNode;
6400
6933
  * });
6401
6934
  */
6402
6935
  export declare function useGetLibraryPreviewsSettingsQuery(baseOptions: Apollo.QueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, Exact<{
6403
- id: string;
6936
+ id: Scalars["ID"];
6404
6937
  }>>;
6405
6938
  export declare function useGetLibraryPreviewsSettingsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>): Apollo.LazyQueryResultTuple<GetLibraryPreviewsSettingsQuery, Exact<{
6406
- id: string;
6939
+ id: Scalars["ID"];
6407
6940
  }>>;
6408
- export declare type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
6409
- export declare type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
6410
- export declare type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
6941
+ export type GetLibraryPreviewsSettingsQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsQuery>;
6942
+ export type GetLibraryPreviewsSettingsLazyQueryHookResult = ReturnType<typeof useGetLibraryPreviewsSettingsLazyQuery>;
6943
+ export type GetLibraryPreviewsSettingsQueryResult = Apollo.QueryResult<GetLibraryPreviewsSettingsQuery, GetLibraryPreviewsSettingsQueryVariables>;
6411
6944
  export declare const SaveLibraryDocument: Apollo.DocumentNode;
6412
- export declare type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
6945
+ export type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryMutation, SaveLibraryMutationVariables>;
6413
6946
  /**
6414
6947
  * __useSaveLibraryMutation__
6415
6948
  *
@@ -6430,9 +6963,9 @@ export declare type SaveLibraryMutationFn = Apollo.MutationFunction<SaveLibraryM
6430
6963
  export declare function useSaveLibraryMutation(baseOptions?: Apollo.MutationHookOptions<SaveLibraryMutation, SaveLibraryMutationVariables>): Apollo.MutationTuple<SaveLibraryMutation, Exact<{
6431
6964
  library: LibraryInput;
6432
6965
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6433
- export declare type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
6434
- export declare type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
6435
- export declare type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
6966
+ export type SaveLibraryMutationHookResult = ReturnType<typeof useSaveLibraryMutation>;
6967
+ export type SaveLibraryMutationResult = Apollo.MutationResult<SaveLibraryMutation>;
6968
+ export type SaveLibraryMutationOptions = Apollo.BaseMutationOptions<SaveLibraryMutation, SaveLibraryMutationVariables>;
6436
6969
  export declare const IsAllowedDocument: Apollo.DocumentNode;
6437
6970
  /**
6438
6971
  * __useIsAllowedQuery__
@@ -6455,21 +6988,21 @@ export declare const IsAllowedDocument: Apollo.DocumentNode;
6455
6988
  */
6456
6989
  export declare function useIsAllowedQuery(baseOptions: Apollo.QueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.QueryResult<IsAllowedQuery, Exact<{
6457
6990
  type: PermissionTypes;
6458
- actions: PermissionsActions | PermissionsActions[];
6459
- applyTo?: string;
6460
- target?: PermissionTarget;
6991
+ actions: Array<PermissionsActions> | PermissionsActions;
6992
+ applyTo?: InputMaybe<Scalars["ID"]>;
6993
+ target?: InputMaybe<PermissionTarget>;
6461
6994
  }>>;
6462
6995
  export declare function useIsAllowedLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<IsAllowedQuery, IsAllowedQueryVariables>): Apollo.LazyQueryResultTuple<IsAllowedQuery, Exact<{
6463
6996
  type: PermissionTypes;
6464
- actions: PermissionsActions | PermissionsActions[];
6465
- applyTo?: string;
6466
- target?: PermissionTarget;
6997
+ actions: Array<PermissionsActions> | PermissionsActions;
6998
+ applyTo?: InputMaybe<Scalars["ID"]>;
6999
+ target?: InputMaybe<PermissionTarget>;
6467
7000
  }>>;
6468
- export declare type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
6469
- export declare type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
6470
- export declare type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
7001
+ export type IsAllowedQueryHookResult = ReturnType<typeof useIsAllowedQuery>;
7002
+ export type IsAllowedLazyQueryHookResult = ReturnType<typeof useIsAllowedLazyQuery>;
7003
+ export type IsAllowedQueryResult = Apollo.QueryResult<IsAllowedQuery, IsAllowedQueryVariables>;
6471
7004
  export declare const CreateRecordDocument: Apollo.DocumentNode;
6472
- export declare type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
7005
+ export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
6473
7006
  /**
6474
7007
  * __useCreateRecordMutation__
6475
7008
  *
@@ -6489,14 +7022,14 @@ export declare type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecor
6489
7022
  * });
6490
7023
  */
6491
7024
  export declare function useCreateRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateRecordMutation, CreateRecordMutationVariables>): Apollo.MutationTuple<CreateRecordMutation, Exact<{
6492
- library: string;
6493
- data?: CreateRecordDataInput;
7025
+ library: Scalars["ID"];
7026
+ data?: InputMaybe<CreateRecordDataInput>;
6494
7027
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6495
- export declare type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
6496
- export declare type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
6497
- export declare type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
7028
+ export type CreateRecordMutationHookResult = ReturnType<typeof useCreateRecordMutation>;
7029
+ export type CreateRecordMutationResult = Apollo.MutationResult<CreateRecordMutation>;
7030
+ export type CreateRecordMutationOptions = Apollo.BaseMutationOptions<CreateRecordMutation, CreateRecordMutationVariables>;
6498
7031
  export declare const DeactivateRecordsDocument: Apollo.DocumentNode;
6499
- export declare type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
7032
+ export type DeactivateRecordsMutationFn = Apollo.MutationFunction<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
6500
7033
  /**
6501
7034
  * __useDeactivateRecordsMutation__
6502
7035
  *
@@ -6517,13 +7050,13 @@ export declare type DeactivateRecordsMutationFn = Apollo.MutationFunction<Deacti
6517
7050
  * });
6518
7051
  */
6519
7052
  export declare function useDeactivateRecordsMutation(baseOptions?: Apollo.MutationHookOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>): Apollo.MutationTuple<DeactivateRecordsMutation, Exact<{
6520
- libraryId: string;
6521
- recordsIds?: string | string[];
6522
- filters?: RecordFilterInput | RecordFilterInput[];
7053
+ libraryId: Scalars["String"];
7054
+ recordsIds?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
7055
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
6523
7056
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6524
- export declare type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
6525
- export declare type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
6526
- export declare type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
7057
+ export type DeactivateRecordsMutationHookResult = ReturnType<typeof useDeactivateRecordsMutation>;
7058
+ export type DeactivateRecordsMutationResult = Apollo.MutationResult<DeactivateRecordsMutation>;
7059
+ export type DeactivateRecordsMutationOptions = Apollo.BaseMutationOptions<DeactivateRecordsMutation, DeactivateRecordsMutationVariables>;
6527
7060
  export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
6528
7061
  /**
6529
7062
  * __useDoesFileExistAsChildQuery__
@@ -6544,18 +7077,18 @@ export declare const DoesFileExistAsChildDocument: Apollo.DocumentNode;
6544
7077
  * });
6545
7078
  */
6546
7079
  export declare function useDoesFileExistAsChildQuery(baseOptions: Apollo.QueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.QueryResult<DoesFileExistAsChildQuery, Exact<{
6547
- parentNode?: string;
6548
- treeId: string;
6549
- filename: string;
7080
+ parentNode?: InputMaybe<Scalars["ID"]>;
7081
+ treeId: Scalars["ID"];
7082
+ filename: Scalars["String"];
6550
7083
  }>>;
6551
7084
  export declare function useDoesFileExistAsChildLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>): Apollo.LazyQueryResultTuple<DoesFileExistAsChildQuery, Exact<{
6552
- parentNode?: string;
6553
- treeId: string;
6554
- filename: string;
7085
+ parentNode?: InputMaybe<Scalars["ID"]>;
7086
+ treeId: Scalars["ID"];
7087
+ filename: Scalars["String"];
6555
7088
  }>>;
6556
- export declare type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
6557
- export declare type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
6558
- export declare type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
7089
+ export type DoesFileExistAsChildQueryHookResult = ReturnType<typeof useDoesFileExistAsChildQuery>;
7090
+ export type DoesFileExistAsChildLazyQueryHookResult = ReturnType<typeof useDoesFileExistAsChildLazyQuery>;
7091
+ export type DoesFileExistAsChildQueryResult = Apollo.QueryResult<DoesFileExistAsChildQuery, DoesFileExistAsChildQueryVariables>;
6559
7092
  export declare const GetFileDataDocument: Apollo.DocumentNode;
6560
7093
  /**
6561
7094
  * __useGetFileDataQuery__
@@ -6576,18 +7109,18 @@ export declare const GetFileDataDocument: Apollo.DocumentNode;
6576
7109
  * });
6577
7110
  */
6578
7111
  export declare function useGetFileDataQuery(baseOptions: Apollo.QueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.QueryResult<GetFileDataQuery, Exact<{
6579
- library: string;
6580
- fileId: string;
6581
- previewsStatusAttribute: string;
7112
+ library: Scalars["ID"];
7113
+ fileId: Scalars["String"];
7114
+ previewsStatusAttribute: Scalars["ID"];
6582
7115
  }>>;
6583
7116
  export declare function useGetFileDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetFileDataQuery, GetFileDataQueryVariables>): Apollo.LazyQueryResultTuple<GetFileDataQuery, Exact<{
6584
- library: string;
6585
- fileId: string;
6586
- previewsStatusAttribute: string;
7117
+ library: Scalars["ID"];
7118
+ fileId: Scalars["String"];
7119
+ previewsStatusAttribute: Scalars["ID"];
6587
7120
  }>>;
6588
- export declare type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
6589
- export declare type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
6590
- export declare type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
7121
+ export type GetFileDataQueryHookResult = ReturnType<typeof useGetFileDataQuery>;
7122
+ export type GetFileDataLazyQueryHookResult = ReturnType<typeof useGetFileDataLazyQuery>;
7123
+ export type GetFileDataQueryResult = Apollo.QueryResult<GetFileDataQuery, GetFileDataQueryVariables>;
6591
7124
  export declare const RecordFormDocument: Apollo.DocumentNode;
6592
7125
  /**
6593
7126
  * __useRecordFormQuery__
@@ -6609,20 +7142,20 @@ export declare const RecordFormDocument: Apollo.DocumentNode;
6609
7142
  * });
6610
7143
  */
6611
7144
  export declare function useRecordFormQuery(baseOptions: Apollo.QueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.QueryResult<RecordFormQuery, Exact<{
6612
- libraryId: string;
6613
- formId: string;
6614
- recordId?: string;
6615
- version?: ValueVersionInput | ValueVersionInput[];
7145
+ libraryId: Scalars["String"];
7146
+ formId: Scalars["String"];
7147
+ recordId?: InputMaybe<Scalars["String"]>;
7148
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
6616
7149
  }>>;
6617
7150
  export declare function useRecordFormLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RecordFormQuery, RecordFormQueryVariables>): Apollo.LazyQueryResultTuple<RecordFormQuery, Exact<{
6618
- libraryId: string;
6619
- formId: string;
6620
- recordId?: string;
6621
- version?: ValueVersionInput | ValueVersionInput[];
7151
+ libraryId: Scalars["String"];
7152
+ formId: Scalars["String"];
7153
+ recordId?: InputMaybe<Scalars["String"]>;
7154
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
6622
7155
  }>>;
6623
- export declare type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
6624
- export declare type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
6625
- export declare type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
7156
+ export type RecordFormQueryHookResult = ReturnType<typeof useRecordFormQuery>;
7157
+ export type RecordFormLazyQueryHookResult = ReturnType<typeof useRecordFormLazyQuery>;
7158
+ export type RecordFormQueryResult = Apollo.QueryResult<RecordFormQuery, RecordFormQueryVariables>;
6626
7159
  export declare const RecordUpdateDocument: Apollo.DocumentNode;
6627
7160
  /**
6628
7161
  * __useRecordUpdateSubscription__
@@ -6641,12 +7174,12 @@ export declare const RecordUpdateDocument: Apollo.DocumentNode;
6641
7174
  * });
6642
7175
  */
6643
7176
  export declare function useRecordUpdateSubscription(baseOptions?: Apollo.SubscriptionHookOptions<RecordUpdateSubscription, RecordUpdateSubscriptionVariables>): Apollo.SubscriptionResult<RecordUpdateSubscription, Exact<{
6644
- filters?: RecordUpdateFilterInput;
7177
+ filters?: InputMaybe<RecordUpdateFilterInput>;
6645
7178
  }>>;
6646
- export declare type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
6647
- export declare type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
7179
+ export type RecordUpdateSubscriptionHookResult = ReturnType<typeof useRecordUpdateSubscription>;
7180
+ export type RecordUpdateSubscriptionResult = Apollo.SubscriptionResult<RecordUpdateSubscription>;
6648
7181
  export declare const IndexRecordsDocument: Apollo.DocumentNode;
6649
- export declare type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
7182
+ export type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecordsMutation, IndexRecordsMutationVariables>;
6650
7183
  /**
6651
7184
  * __useIndexRecordsMutation__
6652
7185
  *
@@ -6666,14 +7199,14 @@ export declare type IndexRecordsMutationFn = Apollo.MutationFunction<IndexRecord
6666
7199
  * });
6667
7200
  */
6668
7201
  export declare function useIndexRecordsMutation(baseOptions?: Apollo.MutationHookOptions<IndexRecordsMutation, IndexRecordsMutationVariables>): Apollo.MutationTuple<IndexRecordsMutation, Exact<{
6669
- libraryId: string;
6670
- records?: string | string[];
7202
+ libraryId: Scalars["String"];
7203
+ records?: InputMaybe<Array<Scalars["String"]> | Scalars["String"]>;
6671
7204
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6672
- export declare type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
6673
- export declare type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
6674
- export declare type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
7205
+ export type IndexRecordsMutationHookResult = ReturnType<typeof useIndexRecordsMutation>;
7206
+ export type IndexRecordsMutationResult = Apollo.MutationResult<IndexRecordsMutation>;
7207
+ export type IndexRecordsMutationOptions = Apollo.BaseMutationOptions<IndexRecordsMutation, IndexRecordsMutationVariables>;
6675
7208
  export declare const CancelTaskDocument: Apollo.DocumentNode;
6676
- export declare type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
7209
+ export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
6677
7210
  /**
6678
7211
  * __useCancelTaskMutation__
6679
7212
  *
@@ -6692,11 +7225,11 @@ export declare type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMut
6692
7225
  * });
6693
7226
  */
6694
7227
  export declare function useCancelTaskMutation(baseOptions?: Apollo.MutationHookOptions<CancelTaskMutation, CancelTaskMutationVariables>): Apollo.MutationTuple<CancelTaskMutation, Exact<{
6695
- taskId: string;
7228
+ taskId: Scalars["ID"];
6696
7229
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6697
- export declare type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
6698
- export declare type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
6699
- export declare type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
7230
+ export type CancelTaskMutationHookResult = ReturnType<typeof useCancelTaskMutation>;
7231
+ export type CancelTaskMutationResult = Apollo.MutationResult<CancelTaskMutation>;
7232
+ export type CancelTaskMutationOptions = Apollo.BaseMutationOptions<CancelTaskMutation, CancelTaskMutationVariables>;
6700
7233
  export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
6701
7234
  /**
6702
7235
  * __useCheckTreeExistenceQuery__
@@ -6715,16 +7248,16 @@ export declare const CheckTreeExistenceDocument: Apollo.DocumentNode;
6715
7248
  * });
6716
7249
  */
6717
7250
  export declare function useCheckTreeExistenceQuery(baseOptions?: Apollo.QueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.QueryResult<CheckTreeExistenceQuery, Exact<{
6718
- id?: string | string[];
7251
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6719
7252
  }>>;
6720
7253
  export declare function useCheckTreeExistenceLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>): Apollo.LazyQueryResultTuple<CheckTreeExistenceQuery, Exact<{
6721
- id?: string | string[];
7254
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6722
7255
  }>>;
6723
- export declare type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
6724
- export declare type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
6725
- export declare type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
7256
+ export type CheckTreeExistenceQueryHookResult = ReturnType<typeof useCheckTreeExistenceQuery>;
7257
+ export type CheckTreeExistenceLazyQueryHookResult = ReturnType<typeof useCheckTreeExistenceLazyQuery>;
7258
+ export type CheckTreeExistenceQueryResult = Apollo.QueryResult<CheckTreeExistenceQuery, CheckTreeExistenceQueryVariables>;
6726
7259
  export declare const DeleteTreeDocument: Apollo.DocumentNode;
6727
- export declare type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
7260
+ export type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMutation, DeleteTreeMutationVariables>;
6728
7261
  /**
6729
7262
  * __useDeleteTreeMutation__
6730
7263
  *
@@ -6743,11 +7276,11 @@ export declare type DeleteTreeMutationFn = Apollo.MutationFunction<DeleteTreeMut
6743
7276
  * });
6744
7277
  */
6745
7278
  export declare function useDeleteTreeMutation(baseOptions?: Apollo.MutationHookOptions<DeleteTreeMutation, DeleteTreeMutationVariables>): Apollo.MutationTuple<DeleteTreeMutation, Exact<{
6746
- id: string;
7279
+ id: Scalars["ID"];
6747
7280
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6748
- export declare type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
6749
- export declare type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
6750
- export declare type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
7281
+ export type DeleteTreeMutationHookResult = ReturnType<typeof useDeleteTreeMutation>;
7282
+ export type DeleteTreeMutationResult = Apollo.MutationResult<DeleteTreeMutation>;
7283
+ export type DeleteTreeMutationOptions = Apollo.BaseMutationOptions<DeleteTreeMutation, DeleteTreeMutationVariables>;
6751
7284
  export declare const GetTreeByIdDocument: Apollo.DocumentNode;
6752
7285
  /**
6753
7286
  * __useGetTreeByIdQuery__
@@ -6766,14 +7299,14 @@ export declare const GetTreeByIdDocument: Apollo.DocumentNode;
6766
7299
  * });
6767
7300
  */
6768
7301
  export declare function useGetTreeByIdQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.QueryResult<GetTreeByIdQuery, Exact<{
6769
- id?: string | string[];
7302
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6770
7303
  }>>;
6771
7304
  export declare function useGetTreeByIdLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeByIdQuery, GetTreeByIdQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeByIdQuery, Exact<{
6772
- id?: string | string[];
7305
+ id?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
6773
7306
  }>>;
6774
- export declare type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
6775
- export declare type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
6776
- export declare type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
7307
+ export type GetTreeByIdQueryHookResult = ReturnType<typeof useGetTreeByIdQuery>;
7308
+ export type GetTreeByIdLazyQueryHookResult = ReturnType<typeof useGetTreeByIdLazyQuery>;
7309
+ export type GetTreeByIdQueryResult = Apollo.QueryResult<GetTreeByIdQuery, GetTreeByIdQueryVariables>;
6777
7310
  export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
6778
7311
  /**
6779
7312
  * __useGetTreeLibrariesQuery__
@@ -6793,16 +7326,16 @@ export declare const GetTreeLibrariesDocument: Apollo.DocumentNode;
6793
7326
  * });
6794
7327
  */
6795
7328
  export declare function useGetTreeLibrariesQuery(baseOptions?: Apollo.QueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.QueryResult<GetTreeLibrariesQuery, Exact<{
6796
- treeId?: string | string[];
6797
- library?: string;
7329
+ treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7330
+ library?: InputMaybe<Scalars["String"]>;
6798
7331
  }>>;
6799
7332
  export declare function useGetTreeLibrariesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreeLibrariesQuery, Exact<{
6800
- treeId?: string | string[];
6801
- library?: string;
7333
+ treeId?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7334
+ library?: InputMaybe<Scalars["String"]>;
6802
7335
  }>>;
6803
- export declare type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
6804
- export declare type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
6805
- export declare type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
7336
+ export type GetTreeLibrariesQueryHookResult = ReturnType<typeof useGetTreeLibrariesQuery>;
7337
+ export type GetTreeLibrariesLazyQueryHookResult = ReturnType<typeof useGetTreeLibrariesLazyQuery>;
7338
+ export type GetTreeLibrariesQueryResult = Apollo.QueryResult<GetTreeLibrariesQuery, GetTreeLibrariesQueryVariables>;
6806
7339
  export declare const GetTreesDocument: Apollo.DocumentNode;
6807
7340
  /**
6808
7341
  * __useGetTreesQuery__
@@ -6825,11 +7358,11 @@ export declare function useGetTreesQuery(baseOptions?: Apollo.QueryHookOptions<G
6825
7358
  export declare function useGetTreesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetTreesQuery, GetTreesQueryVariables>): Apollo.LazyQueryResultTuple<GetTreesQuery, Exact<{
6826
7359
  [key: string]: never;
6827
7360
  }>>;
6828
- export declare type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
6829
- export declare type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
6830
- export declare type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
7361
+ export type GetTreesQueryHookResult = ReturnType<typeof useGetTreesQuery>;
7362
+ export type GetTreesLazyQueryHookResult = ReturnType<typeof useGetTreesLazyQuery>;
7363
+ export type GetTreesQueryResult = Apollo.QueryResult<GetTreesQuery, GetTreesQueryVariables>;
6831
7364
  export declare const SaveTreeDocument: Apollo.DocumentNode;
6832
- export declare type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
7365
+ export type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutation, SaveTreeMutationVariables>;
6833
7366
  /**
6834
7367
  * __useSaveTreeMutation__
6835
7368
  *
@@ -6850,9 +7383,9 @@ export declare type SaveTreeMutationFn = Apollo.MutationFunction<SaveTreeMutatio
6850
7383
  export declare function useSaveTreeMutation(baseOptions?: Apollo.MutationHookOptions<SaveTreeMutation, SaveTreeMutationVariables>): Apollo.MutationTuple<SaveTreeMutation, Exact<{
6851
7384
  tree: TreeInput;
6852
7385
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6853
- export declare type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
6854
- export declare type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
6855
- export declare type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
7386
+ export type SaveTreeMutationHookResult = ReturnType<typeof useSaveTreeMutation>;
7387
+ export type SaveTreeMutationResult = Apollo.MutationResult<SaveTreeMutation>;
7388
+ export type SaveTreeMutationOptions = Apollo.BaseMutationOptions<SaveTreeMutation, SaveTreeMutationVariables>;
6856
7389
  export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
6857
7390
  /**
6858
7391
  * __useTreeNodeChildrenQuery__
@@ -6873,18 +7406,18 @@ export declare const TreeNodeChildrenDocument: Apollo.DocumentNode;
6873
7406
  * });
6874
7407
  */
6875
7408
  export declare function useTreeNodeChildrenQuery(baseOptions: Apollo.QueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.QueryResult<TreeNodeChildrenQuery, Exact<{
6876
- treeId: string;
6877
- node?: string;
6878
- pagination?: Pagination;
7409
+ treeId: Scalars["ID"];
7410
+ node?: InputMaybe<Scalars["ID"]>;
7411
+ pagination?: InputMaybe<Pagination>;
6879
7412
  }>>;
6880
7413
  export declare function useTreeNodeChildrenLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>): Apollo.LazyQueryResultTuple<TreeNodeChildrenQuery, Exact<{
6881
- treeId: string;
6882
- node?: string;
6883
- pagination?: Pagination;
7414
+ treeId: Scalars["ID"];
7415
+ node?: InputMaybe<Scalars["ID"]>;
7416
+ pagination?: InputMaybe<Pagination>;
6884
7417
  }>>;
6885
- export declare type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
6886
- export declare type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
6887
- export declare type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
7418
+ export type TreeNodeChildrenQueryHookResult = ReturnType<typeof useTreeNodeChildrenQuery>;
7419
+ export type TreeNodeChildrenLazyQueryHookResult = ReturnType<typeof useTreeNodeChildrenLazyQuery>;
7420
+ export type TreeNodeChildrenQueryResult = Apollo.QueryResult<TreeNodeChildrenQuery, TreeNodeChildrenQueryVariables>;
6888
7421
  export declare const GetUserDataDocument: Apollo.DocumentNode;
6889
7422
  /**
6890
7423
  * __useGetUserDataQuery__
@@ -6904,18 +7437,18 @@ export declare const GetUserDataDocument: Apollo.DocumentNode;
6904
7437
  * });
6905
7438
  */
6906
7439
  export declare function useGetUserDataQuery(baseOptions: Apollo.QueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.QueryResult<GetUserDataQuery, Exact<{
6907
- keys: string | string[];
6908
- global?: boolean;
7440
+ keys: Array<Scalars["String"]> | Scalars["String"];
7441
+ global?: InputMaybe<Scalars["Boolean"]>;
6909
7442
  }>>;
6910
7443
  export declare function useGetUserDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetUserDataQuery, GetUserDataQueryVariables>): Apollo.LazyQueryResultTuple<GetUserDataQuery, Exact<{
6911
- keys: string | string[];
6912
- global?: boolean;
7444
+ keys: Array<Scalars["String"]> | Scalars["String"];
7445
+ global?: InputMaybe<Scalars["Boolean"]>;
6913
7446
  }>>;
6914
- export declare type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
6915
- export declare type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
6916
- export declare type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
7447
+ export type GetUserDataQueryHookResult = ReturnType<typeof useGetUserDataQuery>;
7448
+ export type GetUserDataLazyQueryHookResult = ReturnType<typeof useGetUserDataLazyQuery>;
7449
+ export type GetUserDataQueryResult = Apollo.QueryResult<GetUserDataQuery, GetUserDataQueryVariables>;
6917
7450
  export declare const SaveUserDataDocument: Apollo.DocumentNode;
6918
- export declare type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
7451
+ export type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDataMutation, SaveUserDataMutationVariables>;
6919
7452
  /**
6920
7453
  * __useSaveUserDataMutation__
6921
7454
  *
@@ -6936,15 +7469,15 @@ export declare type SaveUserDataMutationFn = Apollo.MutationFunction<SaveUserDat
6936
7469
  * });
6937
7470
  */
6938
7471
  export declare function useSaveUserDataMutation(baseOptions?: Apollo.MutationHookOptions<SaveUserDataMutation, SaveUserDataMutationVariables>): Apollo.MutationTuple<SaveUserDataMutation, Exact<{
6939
- key: string;
6940
- value?: any;
6941
- global: boolean;
7472
+ key: Scalars["String"];
7473
+ value?: InputMaybe<Scalars["Any"]>;
7474
+ global: Scalars["Boolean"];
6942
7475
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6943
- export declare type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
6944
- export declare type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
6945
- export declare type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
7476
+ export type SaveUserDataMutationHookResult = ReturnType<typeof useSaveUserDataMutation>;
7477
+ export type SaveUserDataMutationResult = Apollo.MutationResult<SaveUserDataMutation>;
7478
+ export type SaveUserDataMutationOptions = Apollo.BaseMutationOptions<SaveUserDataMutation, SaveUserDataMutationVariables>;
6946
7479
  export declare const DeleteValueDocument: Apollo.DocumentNode;
6947
- export declare type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
7480
+ export type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueMutation, DeleteValueMutationVariables>;
6948
7481
  /**
6949
7482
  * __useDeleteValueMutation__
6950
7483
  *
@@ -6966,16 +7499,48 @@ export declare type DeleteValueMutationFn = Apollo.MutationFunction<DeleteValueM
6966
7499
  * });
6967
7500
  */
6968
7501
  export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHookOptions<DeleteValueMutation, DeleteValueMutationVariables>): Apollo.MutationTuple<DeleteValueMutation, Exact<{
6969
- library: string;
6970
- recordId: string;
6971
- attribute: string;
6972
- value?: ValueInput;
7502
+ library: Scalars["ID"];
7503
+ recordId: Scalars["ID"];
7504
+ attribute: Scalars["ID"];
7505
+ value?: InputMaybe<ValueInput>;
6973
7506
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
6974
- export declare type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
6975
- export declare type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
6976
- export declare type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7507
+ export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
7508
+ export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
7509
+ export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
7510
+ export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
7511
+ /**
7512
+ * __useRunActionsListAndFormatOnValueQuery__
7513
+ *
7514
+ * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
7515
+ * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
7516
+ * you can use to render your UI.
7517
+ *
7518
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7519
+ *
7520
+ * @example
7521
+ * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
7522
+ * variables: {
7523
+ * library: // value for 'library'
7524
+ * value: // value for 'value'
7525
+ * version: // value for 'version'
7526
+ * },
7527
+ * });
7528
+ */
7529
+ export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
7530
+ library: Scalars["ID"];
7531
+ value?: InputMaybe<ValueBatchInput>;
7532
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7533
+ }>>;
7534
+ export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
7535
+ library: Scalars["ID"];
7536
+ value?: InputMaybe<ValueBatchInput>;
7537
+ version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
7538
+ }>>;
7539
+ export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
7540
+ export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
7541
+ export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
6977
7542
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
6978
- export declare type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7543
+ export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
6979
7544
  /**
6980
7545
  * __useSaveValueBatchMutation__
6981
7546
  *
@@ -6998,17 +7563,17 @@ export declare type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValue
6998
7563
  * });
6999
7564
  */
7000
7565
  export declare function useSaveValueBatchMutation(baseOptions?: Apollo.MutationHookOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>): Apollo.MutationTuple<SaveValueBatchMutation, Exact<{
7001
- library: string;
7002
- recordId: string;
7003
- version?: ValueVersionInput | ValueVersionInput[];
7004
- values: ValueBatchInput | ValueBatchInput[];
7005
- deleteEmpty?: boolean;
7566
+ library: Scalars["ID"];
7567
+ recordId: Scalars["ID"];
7568
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
7569
+ values: Array<ValueBatchInput> | ValueBatchInput;
7570
+ deleteEmpty?: InputMaybe<Scalars["Boolean"]>;
7006
7571
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7007
- export declare type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
7008
- export declare type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
7009
- export declare type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7572
+ export type SaveValueBatchMutationHookResult = ReturnType<typeof useSaveValueBatchMutation>;
7573
+ export type SaveValueBatchMutationResult = Apollo.MutationResult<SaveValueBatchMutation>;
7574
+ export type SaveValueBatchMutationOptions = Apollo.BaseMutationOptions<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
7010
7575
  export declare const DeleteViewDocument: Apollo.DocumentNode;
7011
- export declare type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
7576
+ export type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMutation, DeleteViewMutationVariables>;
7012
7577
  /**
7013
7578
  * __useDeleteViewMutation__
7014
7579
  *
@@ -7027,11 +7592,11 @@ export declare type DeleteViewMutationFn = Apollo.MutationFunction<DeleteViewMut
7027
7592
  * });
7028
7593
  */
7029
7594
  export declare function useDeleteViewMutation(baseOptions?: Apollo.MutationHookOptions<DeleteViewMutation, DeleteViewMutationVariables>): Apollo.MutationTuple<DeleteViewMutation, Exact<{
7030
- viewId: string;
7595
+ viewId: Scalars["String"];
7031
7596
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7032
- export declare type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
7033
- export declare type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
7034
- export declare type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
7597
+ export type DeleteViewMutationHookResult = ReturnType<typeof useDeleteViewMutation>;
7598
+ export type DeleteViewMutationResult = Apollo.MutationResult<DeleteViewMutation>;
7599
+ export type DeleteViewMutationOptions = Apollo.BaseMutationOptions<DeleteViewMutation, DeleteViewMutationVariables>;
7035
7600
  export declare const GetViewDocument: Apollo.DocumentNode;
7036
7601
  /**
7037
7602
  * __useGetViewQuery__
@@ -7050,14 +7615,14 @@ export declare const GetViewDocument: Apollo.DocumentNode;
7050
7615
  * });
7051
7616
  */
7052
7617
  export declare function useGetViewQuery(baseOptions: Apollo.QueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.QueryResult<GetViewQuery, Exact<{
7053
- viewId: string;
7618
+ viewId: Scalars["String"];
7054
7619
  }>>;
7055
7620
  export declare function useGetViewLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewQuery, GetViewQueryVariables>): Apollo.LazyQueryResultTuple<GetViewQuery, Exact<{
7056
- viewId: string;
7621
+ viewId: Scalars["String"];
7057
7622
  }>>;
7058
- export declare type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
7059
- export declare type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
7060
- export declare type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
7623
+ export type GetViewQueryHookResult = ReturnType<typeof useGetViewQuery>;
7624
+ export type GetViewLazyQueryHookResult = ReturnType<typeof useGetViewLazyQuery>;
7625
+ export type GetViewQueryResult = Apollo.QueryResult<GetViewQuery, GetViewQueryVariables>;
7061
7626
  export declare const GetViewsListDocument: Apollo.DocumentNode;
7062
7627
  /**
7063
7628
  * __useGetViewsListQuery__
@@ -7076,36 +7641,216 @@ export declare const GetViewsListDocument: Apollo.DocumentNode;
7076
7641
  * });
7077
7642
  */
7078
7643
  export declare function useGetViewsListQuery(baseOptions: Apollo.QueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.QueryResult<GetViewsListQuery, Exact<{
7079
- libraryId: string;
7644
+ libraryId: Scalars["String"];
7080
7645
  }>>;
7081
7646
  export declare function useGetViewsListLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetViewsListQuery, GetViewsListQueryVariables>): Apollo.LazyQueryResultTuple<GetViewsListQuery, Exact<{
7082
- libraryId: string;
7647
+ libraryId: Scalars["String"];
7083
7648
  }>>;
7084
- export declare type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7085
- export declare type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
7086
- export declare type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7087
- export declare const AddViewDocument: Apollo.DocumentNode;
7088
- export declare type AddViewMutationFn = Apollo.MutationFunction<AddViewMutation, AddViewMutationVariables>;
7649
+ export type GetViewsListQueryHookResult = ReturnType<typeof useGetViewsListQuery>;
7650
+ export type GetViewsListLazyQueryHookResult = ReturnType<typeof useGetViewsListLazyQuery>;
7651
+ export type GetViewsListQueryResult = Apollo.QueryResult<GetViewsListQuery, GetViewsListQueryVariables>;
7652
+ export declare const SaveViewDocument: Apollo.DocumentNode;
7653
+ export type SaveViewMutationFn = Apollo.MutationFunction<SaveViewMutation, SaveViewMutationVariables>;
7089
7654
  /**
7090
- * __useAddViewMutation__
7655
+ * __useSaveViewMutation__
7091
7656
  *
7092
- * To run a mutation, you first call `useAddViewMutation` within a React component and pass it any options that fit your needs.
7093
- * When your component renders, `useAddViewMutation` returns a tuple that includes:
7657
+ * To run a mutation, you first call `useSaveViewMutation` within a React component and pass it any options that fit your needs.
7658
+ * When your component renders, `useSaveViewMutation` returns a tuple that includes:
7094
7659
  * - A mutate function that you can call at any time to execute the mutation
7095
7660
  * - An object with fields that represent the current status of the mutation's execution
7096
7661
  *
7097
7662
  * @param baseOptions options that will be passed into the mutation, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options-2;
7098
7663
  *
7099
7664
  * @example
7100
- * const [addViewMutation, { data, loading, error }] = useAddViewMutation({
7665
+ * const [saveViewMutation, { data, loading, error }] = useSaveViewMutation({
7101
7666
  * variables: {
7102
7667
  * view: // value for 'view'
7103
7668
  * },
7104
7669
  * });
7105
7670
  */
7106
- export declare function useAddViewMutation(baseOptions?: Apollo.MutationHookOptions<AddViewMutation, AddViewMutationVariables>): Apollo.MutationTuple<AddViewMutation, Exact<{
7671
+ export declare function useSaveViewMutation(baseOptions?: Apollo.MutationHookOptions<SaveViewMutation, SaveViewMutationVariables>): Apollo.MutationTuple<SaveViewMutation, Exact<{
7107
7672
  view: ViewInput;
7108
7673
  }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
7109
- export declare type AddViewMutationHookResult = ReturnType<typeof useAddViewMutation>;
7110
- export declare type AddViewMutationResult = Apollo.MutationResult<AddViewMutation>;
7111
- export declare type AddViewMutationOptions = Apollo.BaseMutationOptions<AddViewMutation, AddViewMutationVariables>;
7674
+ export type SaveViewMutationHookResult = ReturnType<typeof useSaveViewMutation>;
7675
+ export type SaveViewMutationResult = Apollo.MutationResult<SaveViewMutation>;
7676
+ export type SaveViewMutationOptions = Apollo.BaseMutationOptions<SaveViewMutation, SaveViewMutationVariables>;
7677
+ export declare const ExplorerAttributesDocument: Apollo.DocumentNode;
7678
+ /**
7679
+ * __useExplorerAttributesQuery__
7680
+ *
7681
+ * To run a query within a React component, call `useExplorerAttributesQuery` and pass it any options that fit your needs.
7682
+ * When your component renders, `useExplorerAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
7683
+ * you can use to render your UI.
7684
+ *
7685
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7686
+ *
7687
+ * @example
7688
+ * const { data, loading, error } = useExplorerAttributesQuery({
7689
+ * variables: {
7690
+ * ids: // value for 'ids'
7691
+ * },
7692
+ * });
7693
+ */
7694
+ export declare function useExplorerAttributesQuery(baseOptions?: Apollo.QueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.QueryResult<ExplorerAttributesQuery, Exact<{
7695
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7696
+ }>>;
7697
+ export declare function useExplorerAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerAttributesQuery, Exact<{
7698
+ ids?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
7699
+ }>>;
7700
+ export type ExplorerAttributesQueryHookResult = ReturnType<typeof useExplorerAttributesQuery>;
7701
+ export type ExplorerAttributesLazyQueryHookResult = ReturnType<typeof useExplorerAttributesLazyQuery>;
7702
+ export type ExplorerAttributesQueryResult = Apollo.QueryResult<ExplorerAttributesQuery, ExplorerAttributesQueryVariables>;
7703
+ export declare const ExplorerLinkAttributeDocument: Apollo.DocumentNode;
7704
+ /**
7705
+ * __useExplorerLinkAttributeQuery__
7706
+ *
7707
+ * To run a query within a React component, call `useExplorerLinkAttributeQuery` and pass it any options that fit your needs.
7708
+ * When your component renders, `useExplorerLinkAttributeQuery` returns an object from Apollo Client that contains loading, error, and data properties
7709
+ * you can use to render your UI.
7710
+ *
7711
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7712
+ *
7713
+ * @example
7714
+ * const { data, loading, error } = useExplorerLinkAttributeQuery({
7715
+ * variables: {
7716
+ * id: // value for 'id'
7717
+ * },
7718
+ * });
7719
+ */
7720
+ export declare function useExplorerLinkAttributeQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.QueryResult<ExplorerLinkAttributeQuery, Exact<{
7721
+ id: Scalars["ID"];
7722
+ }>>;
7723
+ export declare function useExplorerLinkAttributeLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkAttributeQuery, Exact<{
7724
+ id: Scalars["ID"];
7725
+ }>>;
7726
+ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorerLinkAttributeQuery>;
7727
+ export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
7728
+ export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
7729
+ export declare const ExplorerLibraryDataDocument: Apollo.DocumentNode;
7730
+ /**
7731
+ * __useExplorerLibraryDataQuery__
7732
+ *
7733
+ * To run a query within a React component, call `useExplorerLibraryDataQuery` and pass it any options that fit your needs.
7734
+ * When your component renders, `useExplorerLibraryDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7735
+ * you can use to render your UI.
7736
+ *
7737
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7738
+ *
7739
+ * @example
7740
+ * const { data, loading, error } = useExplorerLibraryDataQuery({
7741
+ * variables: {
7742
+ * libraryId: // value for 'libraryId'
7743
+ * attributeIds: // value for 'attributeIds'
7744
+ * pagination: // value for 'pagination'
7745
+ * filters: // value for 'filters'
7746
+ * multipleSort: // value for 'multipleSort'
7747
+ * searchQuery: // value for 'searchQuery'
7748
+ * },
7749
+ * });
7750
+ */
7751
+ export declare function useExplorerLibraryDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.QueryResult<ExplorerLibraryDataQuery, Exact<{
7752
+ libraryId: Scalars["ID"];
7753
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7754
+ pagination?: InputMaybe<RecordsPagination>;
7755
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7756
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7757
+ searchQuery?: InputMaybe<Scalars["String"]>;
7758
+ }>>;
7759
+ export declare function useExplorerLibraryDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDataQuery, Exact<{
7760
+ libraryId: Scalars["ID"];
7761
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7762
+ pagination?: InputMaybe<RecordsPagination>;
7763
+ filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7764
+ multipleSort?: InputMaybe<Array<RecordSortInput> | RecordSortInput>;
7765
+ searchQuery?: InputMaybe<Scalars["String"]>;
7766
+ }>>;
7767
+ export type ExplorerLibraryDataQueryHookResult = ReturnType<typeof useExplorerLibraryDataQuery>;
7768
+ export type ExplorerLibraryDataLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDataLazyQuery>;
7769
+ export type ExplorerLibraryDataQueryResult = Apollo.QueryResult<ExplorerLibraryDataQuery, ExplorerLibraryDataQueryVariables>;
7770
+ export declare const ExplorerLinkDataDocument: Apollo.DocumentNode;
7771
+ /**
7772
+ * __useExplorerLinkDataQuery__
7773
+ *
7774
+ * To run a query within a React component, call `useExplorerLinkDataQuery` and pass it any options that fit your needs.
7775
+ * When your component renders, `useExplorerLinkDataQuery` returns an object from Apollo Client that contains loading, error, and data properties
7776
+ * you can use to render your UI.
7777
+ *
7778
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7779
+ *
7780
+ * @example
7781
+ * const { data, loading, error } = useExplorerLinkDataQuery({
7782
+ * variables: {
7783
+ * attributeIds: // value for 'attributeIds'
7784
+ * parentLibraryId: // value for 'parentLibraryId'
7785
+ * parentRecordId: // value for 'parentRecordId'
7786
+ * linkAttributeId: // value for 'linkAttributeId'
7787
+ * },
7788
+ * });
7789
+ */
7790
+ export declare function useExplorerLinkDataQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.QueryResult<ExplorerLinkDataQuery, Exact<{
7791
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7792
+ parentLibraryId: Scalars["ID"];
7793
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7794
+ linkAttributeId: Scalars["ID"];
7795
+ }>>;
7796
+ export declare function useExplorerLinkDataLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLinkDataQuery, Exact<{
7797
+ attributeIds: Array<Scalars["ID"]> | Scalars["ID"];
7798
+ parentLibraryId: Scalars["ID"];
7799
+ parentRecordId?: InputMaybe<Scalars["String"]>;
7800
+ linkAttributeId: Scalars["ID"];
7801
+ }>>;
7802
+ export type ExplorerLinkDataQueryHookResult = ReturnType<typeof useExplorerLinkDataQuery>;
7803
+ export type ExplorerLinkDataLazyQueryHookResult = ReturnType<typeof useExplorerLinkDataLazyQuery>;
7804
+ export type ExplorerLinkDataQueryResult = Apollo.QueryResult<ExplorerLinkDataQuery, ExplorerLinkDataQueryVariables>;
7805
+ export declare const ExplorerLibraryDetailsDocument: Apollo.DocumentNode;
7806
+ /**
7807
+ * __useExplorerLibraryDetailsQuery__
7808
+ *
7809
+ * To run a query within a React component, call `useExplorerLibraryDetailsQuery` and pass it any options that fit your needs.
7810
+ * When your component renders, `useExplorerLibraryDetailsQuery` returns an object from Apollo Client that contains loading, error, and data properties
7811
+ * you can use to render your UI.
7812
+ *
7813
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7814
+ *
7815
+ * @example
7816
+ * const { data, loading, error } = useExplorerLibraryDetailsQuery({
7817
+ * variables: {
7818
+ * libraryId: // value for 'libraryId'
7819
+ * },
7820
+ * });
7821
+ */
7822
+ export declare function useExplorerLibraryDetailsQuery(baseOptions: Apollo.QueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.QueryResult<ExplorerLibraryDetailsQuery, Exact<{
7823
+ libraryId: Scalars["ID"];
7824
+ }>>;
7825
+ export declare function useExplorerLibraryDetailsLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>): Apollo.LazyQueryResultTuple<ExplorerLibraryDetailsQuery, Exact<{
7826
+ libraryId: Scalars["ID"];
7827
+ }>>;
7828
+ export type ExplorerLibraryDetailsQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsQuery>;
7829
+ export type ExplorerLibraryDetailsLazyQueryHookResult = ReturnType<typeof useExplorerLibraryDetailsLazyQuery>;
7830
+ export type ExplorerLibraryDetailsQueryResult = Apollo.QueryResult<ExplorerLibraryDetailsQuery, ExplorerLibraryDetailsQueryVariables>;
7831
+ export declare const TreeDataQueryDocument: Apollo.DocumentNode;
7832
+ /**
7833
+ * __useTreeDataQueryQuery__
7834
+ *
7835
+ * To run a query within a React component, call `useTreeDataQueryQuery` and pass it any options that fit your needs.
7836
+ * When your component renders, `useTreeDataQueryQuery` returns an object from Apollo Client that contains loading, error, and data properties
7837
+ * you can use to render your UI.
7838
+ *
7839
+ * @param baseOptions options that will be passed into the query, supported options are listed on: https://www.apollographql.com/docs/react/api/react-hooks/#options;
7840
+ *
7841
+ * @example
7842
+ * const { data, loading, error } = useTreeDataQueryQuery({
7843
+ * variables: {
7844
+ * treeId: // value for 'treeId'
7845
+ * },
7846
+ * });
7847
+ */
7848
+ export declare function useTreeDataQueryQuery(baseOptions: Apollo.QueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.QueryResult<TreeDataQueryQuery, Exact<{
7849
+ treeId: Scalars["ID"];
7850
+ }>>;
7851
+ export declare function useTreeDataQueryLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<TreeDataQueryQuery, TreeDataQueryQueryVariables>): Apollo.LazyQueryResultTuple<TreeDataQueryQuery, Exact<{
7852
+ treeId: Scalars["ID"];
7853
+ }>>;
7854
+ export type TreeDataQueryQueryHookResult = ReturnType<typeof useTreeDataQueryQuery>;
7855
+ export type TreeDataQueryLazyQueryHookResult = ReturnType<typeof useTreeDataQueryLazyQuery>;
7856
+ export type TreeDataQueryQueryResult = Apollo.QueryResult<TreeDataQueryQuery, TreeDataQueryQueryVariables>;