@leav/ui 0.4.0-5a0192c5 → 0.4.0-5c1d9113

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 (200) hide show
  1. package/dist/__mocks__/common/form.d.ts +0 -632
  2. package/dist/__mocks__/common/form.js +22 -27
  3. package/dist/__mocks__/common/form.js.map +1 -1
  4. package/dist/_gqlTypes/index.d.ts +1632 -1762
  5. package/dist/_gqlTypes/index.js +1315 -1378
  6. package/dist/_gqlTypes/index.js.map +1 -1
  7. package/dist/_queries/records/getRecordFormQuery.js +5 -1
  8. package/dist/_queries/records/getRecordFormQuery.js.map +1 -1
  9. package/dist/_utils/attributeType.d.ts +2 -1
  10. package/dist/_utils/attributeType.js +2 -1
  11. package/dist/_utils/attributeType.js.map +1 -1
  12. package/dist/components/Explorer/Explorer.d.ts +1 -0
  13. package/dist/components/Explorer/Explorer.js +11 -3
  14. package/dist/components/Explorer/Explorer.js.map +1 -1
  15. package/dist/components/Explorer/_queries/prepareFiltersForRequest.d.ts +1 -1
  16. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js +82 -31
  17. package/dist/components/Explorer/_queries/prepareFiltersForRequest.js.map +1 -1
  18. package/dist/components/Explorer/_queries/useExplorerData.js +31 -27
  19. package/dist/components/Explorer/_queries/useExplorerData.js.map +1 -1
  20. package/dist/components/Explorer/_types.d.ts +18 -2
  21. package/dist/components/Explorer/_types.js +1 -0
  22. package/dist/components/Explorer/_types.js.map +1 -1
  23. package/dist/components/Explorer/actions-item/useReplaceItemAction.d.ts +2 -1
  24. package/dist/components/Explorer/actions-item/useReplaceItemAction.js +2 -2
  25. package/dist/components/Explorer/actions-item/useReplaceItemAction.js.map +1 -1
  26. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.d.ts +3 -1
  27. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js +5 -18
  28. package/dist/components/Explorer/actions-primary/useCreatePrimaryAction.js.map +1 -1
  29. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.d.ts +6 -3
  30. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js +5 -19
  31. package/dist/components/Explorer/actions-primary/useLinkPrimaryAction.js.map +1 -1
  32. package/dist/components/Explorer/link-item/LinkModal.d.ts +3 -0
  33. package/dist/components/Explorer/link-item/LinkModal.js +14 -4
  34. package/dist/components/Explorer/link-item/LinkModal.js.map +1 -1
  35. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js +1 -1
  36. package/dist/components/Explorer/manage-view-settings/_shared/CommonFilterItem.js.map +1 -1
  37. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js +22 -2
  38. package/dist/components/Explorer/manage-view-settings/_shared/useTransformFilters.js.map +1 -1
  39. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +10 -7
  40. package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
  41. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js +5 -1
  42. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
  43. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.d.ts +3 -0
  44. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js +69 -0
  45. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/TreeAttributeDropDown.js.map +1 -0
  46. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/_types.d.ts +6 -1
  47. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.d.ts +2 -0
  48. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js +31 -4
  49. package/dist/components/Explorer/manage-view-settings/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
  50. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +19 -8
  51. package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
  52. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.d.ts +2 -2
  53. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js +38 -12
  54. package/dist/components/Explorer/manage-view-settings/store-view-settings/viewSettingsReducer.js.map +1 -1
  55. package/dist/components/Explorer/useLoadView.d.ts +1 -1
  56. package/dist/components/Explorer/useLoadView.js +32 -38
  57. package/dist/components/Explorer/useLoadView.js.map +1 -1
  58. package/dist/components/Explorer/useSearchInput.js +2 -0
  59. package/dist/components/Explorer/useSearchInput.js.map +1 -1
  60. package/dist/components/RecordEdition/EditRecord/EditRecord.d.ts +2 -1
  61. package/dist/components/RecordEdition/EditRecord/EditRecord.js +72 -224
  62. package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
  63. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.d.ts +2 -2
  64. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js +29 -68
  65. package/dist/components/RecordEdition/EditRecordContent/EditRecordContent.js.map +1 -1
  66. package/dist/components/RecordEdition/EditRecordContent/_types.d.ts +9 -18
  67. package/dist/components/RecordEdition/EditRecordContent/_types.js.map +1 -1
  68. package/dist/components/RecordEdition/EditRecordContent/antdUtils.d.ts +0 -6
  69. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js +1 -7
  70. package/dist/components/RecordEdition/EditRecordContent/antdUtils.js.map +1 -1
  71. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.d.ts +2 -15
  72. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js +24 -47
  73. package/dist/components/RecordEdition/EditRecordContent/helpers/extractFormElements/extractFormElements.js.map +1 -1
  74. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.d.ts +5 -0
  75. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js +28 -0
  76. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateEmptyRecordMutation.js.map +1 -0
  77. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.d.ts +3 -0
  78. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js +7 -0
  79. package/dist/components/RecordEdition/EditRecordContent/hooks/useRecordEditionContext.js.map +1 -0
  80. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.d.ts +0 -1
  81. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js +0 -4
  82. package/dist/components/RecordEdition/EditRecordContent/hooks/useTabManagement.js.map +1 -1
  83. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.d.ts +2 -2
  84. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js +5 -3
  85. package/dist/components/RecordEdition/EditRecordContent/uiElements/Container/Container.js.map +1 -1
  86. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormDivider/FormDivider.js.map +1 -1
  87. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js +5 -25
  88. package/dist/components/RecordEdition/EditRecordContent/uiElements/FormTabs/FormTabs.js.map +1 -1
  89. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.d.ts +1 -1
  90. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js +3 -1
  91. package/dist/components/RecordEdition/EditRecordContent/uiElements/Frame/Frame.js.map +1 -1
  92. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js +8 -34
  93. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/LinkField.js.map +1 -1
  94. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.d.ts +3 -0
  95. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js +9 -0
  96. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/ActionButton.js.map +1 -0
  97. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.d.ts → link-record/useExplorerLinkRecords.d.ts} +2 -2
  98. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecords.js → link-record/useExplorerLinkRecords.js} +3 -3
  99. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useExplorerLinkRecords.js.map +1 -0
  100. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/{link-record-in-edition/useLinkRecordsInEdition.d.ts → link-record/useLinkRecords.d.ts} +6 -9
  101. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js +76 -0
  102. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record/useLinkRecords.js.map +1 -0
  103. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js +1 -0
  104. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/utils.js.map +1 -1
  105. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.d.ts +2 -0
  106. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js +85 -72
  107. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardField.js.map +1 -1
  108. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js +1 -2
  109. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/DSInputWrapper.js.map +1 -1
  110. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.d.ts +1 -2
  111. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js +1 -2
  112. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/StandardFieldValue.js.map +1 -1
  113. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/_types.d.ts +0 -1
  114. package/dist/components/RecordEdition/EditRecordContent/uiElements/TextBlock/TextBlock.js.map +1 -1
  115. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js +4 -14
  116. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/TreeField.js.map +1 -1
  117. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.d.ts +2 -1
  118. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js +5 -16
  119. package/dist/components/RecordEdition/EditRecordContent/uiElements/TreeField/manage-tree-node-selection/useManageTreeNodeSelection.js.map +1 -1
  120. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js +4 -4
  121. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/calculatedInheritedFlags.js.map +1 -1
  122. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.d.ts +2 -4
  123. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js +6 -10
  124. package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/useOutsideInteractionDetector.js.map +1 -1
  125. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +22 -4
  126. package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
  127. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js +23 -5
  128. package/dist/components/RecordEdition/EditRecordPage/EditRecordPage.js.map +1 -1
  129. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.d.ts +1 -6
  130. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js +1 -5
  131. package/dist/components/RecordEdition/editRecordReducer/editRecordReducer.js.map +1 -1
  132. package/dist/components/RecordEdition/index.d.ts +1 -1
  133. package/dist/components/RecordEdition/index.js +1 -1
  134. package/dist/components/RecordEdition/index.js.map +1 -1
  135. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.d.ts +2 -0
  136. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js +6 -4
  137. package/dist/components/SelectRecordForLinkModal/SelectRecordForLinkModal.js.map +1 -1
  138. package/dist/components/SelectTreeNode/SelectTreeNode.d.ts +2 -0
  139. package/dist/components/SelectTreeNode/SelectTreeNode.js +2 -2
  140. package/dist/components/SelectTreeNode/SelectTreeNode.js.map +1 -1
  141. package/dist/components/SelectTreeNode/SelectTreeNodeContent.d.ts +2 -0
  142. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js +58 -39
  143. package/dist/components/SelectTreeNode/SelectTreeNodeContent.js.map +1 -1
  144. package/dist/components/SelectTreeNode/_types.d.ts +1 -0
  145. package/dist/components/SelectTreeNode/_types.js.map +1 -1
  146. package/dist/hooks/useGetRecordForm/useGetRecordForm.d.ts +1 -2
  147. package/dist/hooks/useGetRecordForm/useGetRecordForm.js +13 -2
  148. package/dist/hooks/useGetRecordForm/useGetRecordForm.js.map +1 -1
  149. package/package.json +2 -2
  150. package/dist/components/LinkSelect/LinkSelect.d.ts +0 -15
  151. package/dist/components/LinkSelect/LinkSelect.js +0 -88
  152. package/dist/components/LinkSelect/LinkSelect.js.map +0 -1
  153. package/dist/components/LinkSelect/index.d.ts +0 -2
  154. package/dist/components/LinkSelect/index.js +0 -6
  155. package/dist/components/LinkSelect/index.js.map +0 -1
  156. package/dist/components/RecordEdition/EditRecord/creationErrorContext.d.ts +0 -6
  157. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js +0 -7
  158. package/dist/components/RecordEdition/EditRecord/creationErrorContext.js.map +0 -1
  159. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.d.ts +0 -5
  160. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js +0 -28
  161. package/dist/components/RecordEdition/EditRecordContent/hooks/useCreateRecordMutation.js.map +0 -1
  162. package/dist/components/RecordEdition/EditRecordContent/hooks/useFetchVisibleFormValue.d.ts +0 -13
  163. package/dist/components/RecordEdition/EditRecordContent/hooks/useFetchVisibleFormValue.js +0 -117
  164. package/dist/components/RecordEdition/EditRecordContent/hooks/useFetchVisibleFormValue.js.map +0 -1
  165. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.d.ts +0 -121
  166. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js +0 -31
  167. package/dist/components/RecordEdition/EditRecordContent/hooks/useRunActionsListAndFormatOnValue.js.map +0 -1
  168. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.d.ts +0 -5
  169. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js +0 -39
  170. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useEditRecord.js.map +0 -1
  171. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.d.ts +0 -8
  172. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js +0 -23
  173. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-item/useUnselectRecord.js.map +0 -1
  174. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.d.ts +0 -9
  175. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js +0 -23
  176. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-mass/useUnselectAllRecords.js.map +0 -1
  177. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.d.ts +0 -8
  178. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js +0 -26
  179. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useCreateRecord.js.map +0 -1
  180. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.d.ts +0 -12
  181. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js +0 -24
  182. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/action-primary/useRecordSelector.js.map +0 -1
  183. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.d.ts +0 -19
  184. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js +0 -103
  185. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecords.js.map +0 -1
  186. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.d.ts +0 -22
  187. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js +0 -104
  188. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-creation/useLinkRecordsInCreation.js.map +0 -1
  189. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecords.js.map +0 -1
  190. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js +0 -310
  191. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/link-record-in-edition/useLinkRecordsInEdition.js.map +0 -1
  192. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.d.ts +0 -9
  193. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js +0 -15
  194. package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/shared/LinkActionsButtons.js.map +0 -1
  195. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.d.ts +0 -16
  196. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js +0 -35
  197. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/ValuesList.js.map +0 -1
  198. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.d.ts +0 -2
  199. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js +0 -6
  200. package/dist/components/RecordEdition/EditRecordContent/uiElements/StandardField/StandardFieldValue/ValuesList/index.js.map +0 -1
@@ -183,6 +183,15 @@ export declare enum AvailableLanguage {
183
183
  en = "en",
184
184
  fr = "fr"
185
185
  }
186
+ export type CampaignToRenew = {
187
+ category: Scalars['String'];
188
+ endDate: Scalars['String'];
189
+ id: Scalars['String'];
190
+ label: Scalars['String'];
191
+ startDate: Scalars['String'];
192
+ thematics: Array<InputMaybe<Scalars['String']>>;
193
+ type: Scalars['String'];
194
+ };
186
195
  export type ChildrenAsRecordValuePermissionFilterInput = {
187
196
  action: RecordPermissionsActions;
188
197
  attributeId: Scalars['ID'];
@@ -264,6 +273,16 @@ export declare enum FormsSortableFields {
264
273
  library = "library",
265
274
  system = "system"
266
275
  }
276
+ export declare enum GenerationStatus {
277
+ DONE = "DONE",
278
+ GENERATION_FAILED = "GENERATION_FAILED",
279
+ GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
280
+ GENERATION_IN_PROGRESS_WITH_FAILURE = "GENERATION_IN_PROGRESS_WITH_FAILURE",
281
+ PREPARATION_FAILED = "PREPARATION_FAILED",
282
+ PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
283
+ TRANSMISSION_FAILED = "TRANSMISSION_FAILED",
284
+ TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
285
+ }
267
286
  export type GlobalSettingsFileInput = {
268
287
  library: Scalars['String'];
269
288
  recordId: Scalars['String'];
@@ -351,6 +370,9 @@ export declare enum LogAction {
351
370
  PERMISSION_SAVE = "PERMISSION_SAVE",
352
371
  RECORD_DELETE = "RECORD_DELETE",
353
372
  RECORD_SAVE = "RECORD_SAVE",
373
+ SDO_LOG_ERROR = "SDO_LOG_ERROR",
374
+ SDO_LOG_EXPORT_RECORD = "SDO_LOG_EXPORT_RECORD",
375
+ SDO_LOG_IMPORT_RECORD = "SDO_LOG_IMPORT_RECORD",
354
376
  TASKS_DELETE = "TASKS_DELETE",
355
377
  TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
356
378
  TREE_DELETE = "TREE_DELETE",
@@ -452,6 +474,7 @@ export declare enum PermissionsActions {
452
474
  admin_access_applications = "admin_access_applications",
453
475
  admin_access_attributes = "admin_access_attributes",
454
476
  admin_access_libraries = "admin_access_libraries",
477
+ admin_access_logs = "admin_access_logs",
455
478
  admin_access_permissions = "admin_access_permissions",
456
479
  admin_access_tasks = "admin_access_tasks",
457
480
  admin_access_trees = "admin_access_trees",
@@ -1004,8 +1027,145 @@ export type AttributesByLibLinkAttributeFragment = {
1004
1027
  id: string;
1005
1028
  } | null;
1006
1029
  };
1007
- export type RecordFormElementValuesFragment = {
1030
+ export type LibraryLightFragment = {
1031
+ id: string;
1032
+ label?: any | null;
1033
+ icon?: {
1034
+ id: string;
1035
+ whoAmI: {
1036
+ id: string;
1037
+ preview?: IPreviewScalar | null;
1038
+ library: {
1039
+ id: string;
1040
+ };
1041
+ };
1042
+ } | null;
1043
+ };
1044
+ export type LibraryDetailsFragment = {
1045
+ id: string;
1046
+ label?: any | null;
1047
+ behavior: LibraryBehavior;
1048
+ system?: boolean | null;
1049
+ fullTextAttributes?: Array<{
1050
+ id: string;
1051
+ label?: any | null;
1052
+ }> | null;
1053
+ attributes?: Array<{
1054
+ id: string;
1055
+ label?: any | null;
1056
+ system: boolean;
1057
+ type: AttributeType;
1058
+ format?: AttributeFormat | null;
1059
+ linked_library?: {
1060
+ id: string;
1061
+ behavior: LibraryBehavior;
1062
+ } | null;
1063
+ } | {
1064
+ id: string;
1065
+ label?: any | null;
1066
+ system: boolean;
1067
+ type: AttributeType;
1068
+ format?: AttributeFormat | null;
1069
+ }> | null;
1070
+ permissions_conf?: {
1071
+ relation: PermissionsRelation;
1072
+ permissionTreeAttributes: Array<{
1073
+ id: string;
1074
+ label?: any | null;
1075
+ } | {
1076
+ id: string;
1077
+ label?: any | null;
1078
+ linked_tree?: {
1079
+ id: string;
1080
+ } | null;
1081
+ }>;
1082
+ } | null;
1083
+ recordIdentityConf?: {
1084
+ label?: string | null;
1085
+ subLabel?: string | null;
1086
+ color?: string | null;
1087
+ preview?: string | null;
1088
+ treeColorPreview?: string | null;
1089
+ } | null;
1090
+ permissions?: {
1091
+ admin_library: boolean;
1092
+ access_library: boolean;
1093
+ access_record: boolean;
1094
+ create_record: boolean;
1095
+ edit_record: boolean;
1096
+ delete_record: boolean;
1097
+ } | null;
1098
+ icon?: {
1099
+ id: string;
1100
+ whoAmI: {
1101
+ id: string;
1102
+ label?: string | null;
1103
+ subLabel?: string | null;
1104
+ color?: string | null;
1105
+ preview?: IPreviewScalar | null;
1106
+ library: {
1107
+ id: string;
1108
+ label?: any | null;
1109
+ };
1110
+ };
1111
+ } | null;
1112
+ previewsSettings?: Array<{
1113
+ label: any;
1114
+ description?: any | null;
1115
+ system: boolean;
1116
+ versions: {
1117
+ background: string;
1118
+ density: number;
1119
+ sizes: Array<{
1120
+ name: string;
1121
+ size: number;
1122
+ }>;
1123
+ };
1124
+ }> | null;
1125
+ };
1126
+ export type LibraryAttributesLinkAttributeFragment = {
1127
+ id: string;
1128
+ label?: any | null;
1129
+ system: boolean;
1130
+ type: AttributeType;
1131
+ format?: AttributeFormat | null;
1132
+ linked_library?: {
1133
+ id: string;
1134
+ behavior: LibraryBehavior;
1135
+ } | null;
1136
+ };
1137
+ export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
1138
+ id: string;
1139
+ label?: any | null;
1140
+ system: boolean;
1141
+ type: AttributeType;
1142
+ format?: AttributeFormat | null;
1143
+ };
1144
+ export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
1145
+ export type LibraryLinkAttributeDetailsFragment = {
1146
+ linked_library?: {
1147
+ id: string;
1148
+ behavior: LibraryBehavior;
1149
+ } | null;
1150
+ };
1151
+ export type LibraryPreviewsSettingsFragment = {
1152
+ label: any;
1153
+ description?: any | null;
1154
+ system: boolean;
1155
+ versions: {
1156
+ background: string;
1157
+ density: number;
1158
+ sizes: Array<{
1159
+ name: string;
1160
+ size: number;
1161
+ }>;
1162
+ };
1163
+ };
1164
+ export type RecordFormElementFragment = {
1008
1165
  id: string;
1166
+ containerId: string;
1167
+ uiElementType: string;
1168
+ type: FormElementTypes;
1009
1169
  valueError?: string | null;
1010
1170
  values?: Array<{
1011
1171
  id_value?: string | null;
@@ -1389,86 +1549,30 @@ export type RecordFormElementValuesFragment = {
1389
1549
  } | null;
1390
1550
  } | null> | null;
1391
1551
  }> | null;
1392
- };
1393
- export type ValueDetailsLinkValueFragment = {
1394
- id_value?: string | null;
1395
- isInherited?: boolean | null;
1396
- isCalculated?: boolean | null;
1397
- modified_at?: number | null;
1398
- created_at?: number | null;
1399
- linkValue?: {
1400
- id: string;
1401
- whoAmI: {
1402
- id: string;
1403
- label?: string | null;
1404
- subLabel?: string | null;
1405
- color?: string | null;
1406
- preview?: IPreviewScalar | null;
1407
- library: {
1408
- id: string;
1409
- label?: any | null;
1410
- };
1411
- };
1412
- } | null;
1413
- modified_by?: {
1414
- id: string;
1415
- whoAmI: {
1416
- id: string;
1417
- label?: string | null;
1418
- subLabel?: string | null;
1419
- color?: string | null;
1420
- preview?: IPreviewScalar | null;
1421
- library: {
1422
- id: string;
1423
- label?: any | null;
1424
- };
1425
- };
1426
- } | null;
1427
- created_by?: {
1428
- id: string;
1429
- whoAmI: {
1430
- id: string;
1431
- label?: string | null;
1432
- subLabel?: string | null;
1433
- color?: string | null;
1434
- preview?: IPreviewScalar | null;
1435
- library: {
1436
- id: string;
1437
- label?: any | null;
1438
- };
1439
- };
1440
- } | null;
1441
- version?: Array<{
1442
- treeId: string;
1443
- treeNode?: {
1444
- id: string;
1445
- record: {
1446
- id: string;
1447
- whoAmI: {
1448
- id: string;
1449
- label?: string | null;
1450
- library: {
1451
- id: string;
1452
- };
1453
- };
1454
- };
1455
- } | null;
1456
- } | null> | null;
1457
- attribute: {
1552
+ attribute?: {
1458
1553
  id: string;
1459
- format?: AttributeFormat | null;
1554
+ label?: any | null;
1555
+ description?: any | null;
1460
1556
  type: AttributeType;
1557
+ format?: AttributeFormat | null;
1461
1558
  system: boolean;
1462
- };
1463
- metadata?: Array<{
1464
- name: string;
1465
- value?: {
1466
- id_value?: string | null;
1467
- modified_at?: number | null;
1468
- created_at?: number | null;
1469
- payload?: any | null;
1470
- raw_payload?: any | null;
1471
- modified_by?: {
1559
+ readonly: boolean;
1560
+ required: boolean;
1561
+ multiple_values: boolean;
1562
+ compute: boolean;
1563
+ linked_library?: {
1564
+ id: string;
1565
+ label?: any | null;
1566
+ behavior: LibraryBehavior;
1567
+ permissions?: {
1568
+ create_record: boolean;
1569
+ } | null;
1570
+ } | null;
1571
+ linkValuesList?: {
1572
+ enable: boolean;
1573
+ allowFreeEntry?: boolean | null;
1574
+ allowListUpdate?: boolean | null;
1575
+ values?: Array<{
1472
1576
  id: string;
1473
1577
  whoAmI: {
1474
1578
  id: string;
@@ -1481,195 +1585,504 @@ export type ValueDetailsLinkValueFragment = {
1481
1585
  label?: any | null;
1482
1586
  };
1483
1587
  };
1484
- } | null;
1485
- created_by?: {
1588
+ }> | null;
1589
+ } | null;
1590
+ permissions: {
1591
+ access_attribute: boolean;
1592
+ edit_value: boolean;
1593
+ };
1594
+ versions_conf?: {
1595
+ versionable: boolean;
1596
+ profile?: {
1486
1597
  id: string;
1487
- whoAmI: {
1598
+ trees: Array<{
1488
1599
  id: string;
1489
- label?: string | null;
1490
- subLabel?: string | null;
1491
- color?: string | null;
1492
- preview?: IPreviewScalar | null;
1493
- library: {
1600
+ label?: any | null;
1601
+ }>;
1602
+ } | null;
1603
+ } | null;
1604
+ metadata_fields?: Array<{
1605
+ id: string;
1606
+ label?: any | null;
1607
+ description?: any | null;
1608
+ type: AttributeType;
1609
+ format?: AttributeFormat | null;
1610
+ system: boolean;
1611
+ readonly: boolean;
1612
+ multiple_values: boolean;
1613
+ permissions: {
1614
+ access_attribute: boolean;
1615
+ edit_value: boolean;
1616
+ };
1617
+ values_list?: {
1618
+ enable: boolean;
1619
+ allowFreeEntry?: boolean | null;
1620
+ allowListUpdate?: boolean | null;
1621
+ dateRangeValues?: Array<{
1622
+ from?: string | null;
1623
+ to?: string | null;
1624
+ }> | null;
1625
+ } | {
1626
+ enable: boolean;
1627
+ allowFreeEntry?: boolean | null;
1628
+ allowListUpdate?: boolean | null;
1629
+ values?: Array<string> | null;
1630
+ } | null;
1631
+ metadata_fields?: Array<{
1632
+ id: string;
1633
+ }> | null;
1634
+ }> | null;
1635
+ } | {
1636
+ character_limit?: number | null;
1637
+ id: string;
1638
+ label?: any | null;
1639
+ description?: any | null;
1640
+ type: AttributeType;
1641
+ format?: AttributeFormat | null;
1642
+ system: boolean;
1643
+ readonly: boolean;
1644
+ required: boolean;
1645
+ multiple_values: boolean;
1646
+ compute: boolean;
1647
+ values_list?: {
1648
+ enable: boolean;
1649
+ allowFreeEntry?: boolean | null;
1650
+ allowListUpdate?: boolean | null;
1651
+ dateRangeValues?: Array<{
1652
+ from?: string | null;
1653
+ to?: string | null;
1654
+ }> | null;
1655
+ } | {
1656
+ enable: boolean;
1657
+ allowFreeEntry?: boolean | null;
1658
+ allowListUpdate?: boolean | null;
1659
+ values?: Array<string> | null;
1660
+ } | null;
1661
+ permissions: {
1662
+ access_attribute: boolean;
1663
+ edit_value: boolean;
1664
+ };
1665
+ versions_conf?: {
1666
+ versionable: boolean;
1667
+ profile?: {
1668
+ id: string;
1669
+ trees: Array<{
1670
+ id: string;
1671
+ label?: any | null;
1672
+ }>;
1673
+ } | null;
1674
+ } | null;
1675
+ metadata_fields?: Array<{
1676
+ id: string;
1677
+ label?: any | null;
1678
+ description?: any | null;
1679
+ type: AttributeType;
1680
+ format?: AttributeFormat | null;
1681
+ system: boolean;
1682
+ readonly: boolean;
1683
+ multiple_values: boolean;
1684
+ permissions: {
1685
+ access_attribute: boolean;
1686
+ edit_value: boolean;
1687
+ };
1688
+ values_list?: {
1689
+ enable: boolean;
1690
+ allowFreeEntry?: boolean | null;
1691
+ allowListUpdate?: boolean | null;
1692
+ dateRangeValues?: Array<{
1693
+ from?: string | null;
1694
+ to?: string | null;
1695
+ }> | null;
1696
+ } | {
1697
+ enable: boolean;
1698
+ allowFreeEntry?: boolean | null;
1699
+ allowListUpdate?: boolean | null;
1700
+ values?: Array<string> | null;
1701
+ } | null;
1702
+ metadata_fields?: Array<{
1703
+ id: string;
1704
+ }> | null;
1705
+ }> | null;
1706
+ } | {
1707
+ id: string;
1708
+ label?: any | null;
1709
+ description?: any | null;
1710
+ type: AttributeType;
1711
+ format?: AttributeFormat | null;
1712
+ system: boolean;
1713
+ readonly: boolean;
1714
+ required: boolean;
1715
+ multiple_values: boolean;
1716
+ compute: boolean;
1717
+ linked_tree?: {
1718
+ id: string;
1719
+ label?: any | null;
1720
+ } | null;
1721
+ treeValuesList?: {
1722
+ enable: boolean;
1723
+ allowFreeEntry?: boolean | null;
1724
+ allowListUpdate?: boolean | null;
1725
+ values?: Array<{
1726
+ id: string;
1727
+ record: {
1728
+ id: string;
1729
+ whoAmI: {
1494
1730
  id: string;
1495
- label?: any | null;
1731
+ label?: string | null;
1732
+ subLabel?: string | null;
1733
+ color?: string | null;
1734
+ preview?: IPreviewScalar | null;
1735
+ library: {
1736
+ id: string;
1737
+ label?: any | null;
1738
+ };
1496
1739
  };
1497
1740
  };
1498
- } | null;
1499
- version?: Array<{
1500
- treeId: string;
1501
- treeNode?: {
1502
- id: string;
1741
+ ancestors?: Array<{
1503
1742
  record: {
1504
1743
  id: string;
1505
1744
  whoAmI: {
1506
1745
  id: string;
1507
1746
  label?: string | null;
1747
+ subLabel?: string | null;
1748
+ color?: string | null;
1749
+ preview?: IPreviewScalar | null;
1508
1750
  library: {
1509
1751
  id: string;
1752
+ label?: any | null;
1510
1753
  };
1511
1754
  };
1512
1755
  };
1513
- } | null;
1514
- } | null> | null;
1756
+ }> | null;
1757
+ }> | null;
1515
1758
  } | null;
1516
- } | null> | null;
1517
- };
1518
- export type ValueDetailsTreeValueFragment = {
1519
- id_value?: string | null;
1520
- isInherited?: boolean | null;
1521
- isCalculated?: boolean | null;
1522
- modified_at?: number | null;
1523
- created_at?: number | null;
1524
- treeValue?: {
1525
- id: string;
1526
- record: {
1527
- id: string;
1528
- whoAmI: {
1759
+ permissions: {
1760
+ access_attribute: boolean;
1761
+ edit_value: boolean;
1762
+ };
1763
+ versions_conf?: {
1764
+ versionable: boolean;
1765
+ profile?: {
1529
1766
  id: string;
1530
- label?: string | null;
1531
- subLabel?: string | null;
1532
- color?: string | null;
1533
- preview?: IPreviewScalar | null;
1534
- library: {
1767
+ trees: Array<{
1535
1768
  id: string;
1536
1769
  label?: any | null;
1537
- };
1770
+ }>;
1771
+ } | null;
1772
+ } | null;
1773
+ metadata_fields?: Array<{
1774
+ id: string;
1775
+ label?: any | null;
1776
+ description?: any | null;
1777
+ type: AttributeType;
1778
+ format?: AttributeFormat | null;
1779
+ system: boolean;
1780
+ readonly: boolean;
1781
+ multiple_values: boolean;
1782
+ permissions: {
1783
+ access_attribute: boolean;
1784
+ edit_value: boolean;
1538
1785
  };
1539
- };
1540
- ancestors?: Array<{
1541
- record: {
1786
+ values_list?: {
1787
+ enable: boolean;
1788
+ allowFreeEntry?: boolean | null;
1789
+ allowListUpdate?: boolean | null;
1790
+ dateRangeValues?: Array<{
1791
+ from?: string | null;
1792
+ to?: string | null;
1793
+ }> | null;
1794
+ } | {
1795
+ enable: boolean;
1796
+ allowFreeEntry?: boolean | null;
1797
+ allowListUpdate?: boolean | null;
1798
+ values?: Array<string> | null;
1799
+ } | null;
1800
+ metadata_fields?: Array<{
1542
1801
  id: string;
1543
- whoAmI: {
1544
- id: string;
1545
- label?: string | null;
1546
- subLabel?: string | null;
1547
- color?: string | null;
1548
- preview?: IPreviewScalar | null;
1549
- library: {
1550
- id: string;
1551
- label?: any | null;
1552
- };
1553
- };
1554
- };
1802
+ }> | null;
1555
1803
  }> | null;
1556
1804
  } | null;
1557
- modified_by?: {
1558
- id: string;
1559
- whoAmI: {
1805
+ settings: Array<{
1806
+ key: string;
1807
+ value: any;
1808
+ }>;
1809
+ joinLibraryContext?: {
1810
+ mandatoryAttribute: {
1560
1811
  id: string;
1561
- label?: string | null;
1562
- subLabel?: string | null;
1563
- color?: string | null;
1564
- preview?: IPreviewScalar | null;
1565
- library: {
1812
+ label?: any | null;
1813
+ description?: any | null;
1814
+ type: AttributeType;
1815
+ format?: AttributeFormat | null;
1816
+ system: boolean;
1817
+ readonly: boolean;
1818
+ required: boolean;
1819
+ multiple_values: boolean;
1820
+ compute: boolean;
1821
+ linked_library?: {
1566
1822
  id: string;
1567
1823
  label?: any | null;
1568
- };
1569
- };
1570
- } | null;
1571
- created_by?: {
1572
- id: string;
1573
- whoAmI: {
1574
- id: string;
1575
- label?: string | null;
1576
- subLabel?: string | null;
1577
- color?: string | null;
1578
- preview?: IPreviewScalar | null;
1579
- library: {
1580
- id: string;
1581
- label?: any | null;
1582
- };
1583
- };
1584
- } | null;
1585
- version?: Array<{
1586
- treeId: string;
1587
- treeNode?: {
1588
- id: string;
1589
- record: {
1590
- id: string;
1591
- whoAmI: {
1824
+ behavior: LibraryBehavior;
1825
+ permissions?: {
1826
+ create_record: boolean;
1827
+ } | null;
1828
+ } | null;
1829
+ linkValuesList?: {
1830
+ enable: boolean;
1831
+ allowFreeEntry?: boolean | null;
1832
+ allowListUpdate?: boolean | null;
1833
+ values?: Array<{
1592
1834
  id: string;
1593
- label?: string | null;
1594
- library: {
1835
+ whoAmI: {
1595
1836
  id: string;
1837
+ label?: string | null;
1838
+ subLabel?: string | null;
1839
+ color?: string | null;
1840
+ preview?: IPreviewScalar | null;
1841
+ library: {
1842
+ id: string;
1843
+ label?: any | null;
1844
+ };
1596
1845
  };
1597
- };
1846
+ }> | null;
1847
+ } | null;
1848
+ permissions: {
1849
+ access_attribute: boolean;
1850
+ edit_value: boolean;
1598
1851
  };
1599
- } | null;
1600
- } | null> | null;
1601
- attribute: {
1602
- id: string;
1603
- format?: AttributeFormat | null;
1604
- type: AttributeType;
1605
- system: boolean;
1606
- };
1607
- metadata?: Array<{
1608
- name: string;
1609
- value?: {
1610
- id_value?: string | null;
1611
- modified_at?: number | null;
1612
- created_at?: number | null;
1613
- payload?: any | null;
1614
- raw_payload?: any | null;
1615
- modified_by?: {
1616
- id: string;
1617
- whoAmI: {
1852
+ versions_conf?: {
1853
+ versionable: boolean;
1854
+ profile?: {
1618
1855
  id: string;
1619
- label?: string | null;
1620
- subLabel?: string | null;
1621
- color?: string | null;
1622
- preview?: IPreviewScalar | null;
1623
- library: {
1856
+ trees: Array<{
1624
1857
  id: string;
1625
1858
  label?: any | null;
1626
- };
1627
- };
1859
+ }>;
1860
+ } | null;
1628
1861
  } | null;
1629
- created_by?: {
1862
+ metadata_fields?: Array<{
1630
1863
  id: string;
1631
- whoAmI: {
1864
+ label?: any | null;
1865
+ description?: any | null;
1866
+ type: AttributeType;
1867
+ format?: AttributeFormat | null;
1868
+ system: boolean;
1869
+ readonly: boolean;
1870
+ multiple_values: boolean;
1871
+ permissions: {
1872
+ access_attribute: boolean;
1873
+ edit_value: boolean;
1874
+ };
1875
+ values_list?: {
1876
+ enable: boolean;
1877
+ allowFreeEntry?: boolean | null;
1878
+ allowListUpdate?: boolean | null;
1879
+ dateRangeValues?: Array<{
1880
+ from?: string | null;
1881
+ to?: string | null;
1882
+ }> | null;
1883
+ } | {
1884
+ enable: boolean;
1885
+ allowFreeEntry?: boolean | null;
1886
+ allowListUpdate?: boolean | null;
1887
+ values?: Array<string> | null;
1888
+ } | null;
1889
+ metadata_fields?: Array<{
1632
1890
  id: string;
1633
- label?: string | null;
1634
- subLabel?: string | null;
1635
- color?: string | null;
1636
- preview?: IPreviewScalar | null;
1637
- library: {
1891
+ }> | null;
1892
+ }> | null;
1893
+ } | {
1894
+ character_limit?: number | null;
1895
+ id: string;
1896
+ label?: any | null;
1897
+ description?: any | null;
1898
+ type: AttributeType;
1899
+ format?: AttributeFormat | null;
1900
+ system: boolean;
1901
+ readonly: boolean;
1902
+ required: boolean;
1903
+ multiple_values: boolean;
1904
+ compute: boolean;
1905
+ values_list?: {
1906
+ enable: boolean;
1907
+ allowFreeEntry?: boolean | null;
1908
+ allowListUpdate?: boolean | null;
1909
+ dateRangeValues?: Array<{
1910
+ from?: string | null;
1911
+ to?: string | null;
1912
+ }> | null;
1913
+ } | {
1914
+ enable: boolean;
1915
+ allowFreeEntry?: boolean | null;
1916
+ allowListUpdate?: boolean | null;
1917
+ values?: Array<string> | null;
1918
+ } | null;
1919
+ permissions: {
1920
+ access_attribute: boolean;
1921
+ edit_value: boolean;
1922
+ };
1923
+ versions_conf?: {
1924
+ versionable: boolean;
1925
+ profile?: {
1926
+ id: string;
1927
+ trees: Array<{
1638
1928
  id: string;
1639
1929
  label?: any | null;
1640
- };
1930
+ }>;
1931
+ } | null;
1932
+ } | null;
1933
+ metadata_fields?: Array<{
1934
+ id: string;
1935
+ label?: any | null;
1936
+ description?: any | null;
1937
+ type: AttributeType;
1938
+ format?: AttributeFormat | null;
1939
+ system: boolean;
1940
+ readonly: boolean;
1941
+ multiple_values: boolean;
1942
+ permissions: {
1943
+ access_attribute: boolean;
1944
+ edit_value: boolean;
1641
1945
  };
1946
+ values_list?: {
1947
+ enable: boolean;
1948
+ allowFreeEntry?: boolean | null;
1949
+ allowListUpdate?: boolean | null;
1950
+ dateRangeValues?: Array<{
1951
+ from?: string | null;
1952
+ to?: string | null;
1953
+ }> | null;
1954
+ } | {
1955
+ enable: boolean;
1956
+ allowFreeEntry?: boolean | null;
1957
+ allowListUpdate?: boolean | null;
1958
+ values?: Array<string> | null;
1959
+ } | null;
1960
+ metadata_fields?: Array<{
1961
+ id: string;
1962
+ }> | null;
1963
+ }> | null;
1964
+ } | {
1965
+ id: string;
1966
+ label?: any | null;
1967
+ description?: any | null;
1968
+ type: AttributeType;
1969
+ format?: AttributeFormat | null;
1970
+ system: boolean;
1971
+ readonly: boolean;
1972
+ required: boolean;
1973
+ multiple_values: boolean;
1974
+ compute: boolean;
1975
+ linked_tree?: {
1976
+ id: string;
1977
+ label?: any | null;
1642
1978
  } | null;
1643
- version?: Array<{
1644
- treeId: string;
1645
- treeNode?: {
1979
+ treeValuesList?: {
1980
+ enable: boolean;
1981
+ allowFreeEntry?: boolean | null;
1982
+ allowListUpdate?: boolean | null;
1983
+ values?: Array<{
1646
1984
  id: string;
1647
1985
  record: {
1648
1986
  id: string;
1649
1987
  whoAmI: {
1650
1988
  id: string;
1651
1989
  label?: string | null;
1990
+ subLabel?: string | null;
1991
+ color?: string | null;
1992
+ preview?: IPreviewScalar | null;
1652
1993
  library: {
1653
1994
  id: string;
1995
+ label?: any | null;
1654
1996
  };
1655
1997
  };
1656
1998
  };
1999
+ ancestors?: Array<{
2000
+ record: {
2001
+ id: string;
2002
+ whoAmI: {
2003
+ id: string;
2004
+ label?: string | null;
2005
+ subLabel?: string | null;
2006
+ color?: string | null;
2007
+ preview?: IPreviewScalar | null;
2008
+ library: {
2009
+ id: string;
2010
+ label?: any | null;
2011
+ };
2012
+ };
2013
+ };
2014
+ }> | null;
2015
+ }> | null;
2016
+ } | null;
2017
+ permissions: {
2018
+ access_attribute: boolean;
2019
+ edit_value: boolean;
2020
+ };
2021
+ versions_conf?: {
2022
+ versionable: boolean;
2023
+ profile?: {
2024
+ id: string;
2025
+ trees: Array<{
2026
+ id: string;
2027
+ label?: any | null;
2028
+ }>;
1657
2029
  } | null;
1658
- } | null> | null;
1659
- } | null;
1660
- } | null> | null;
1661
- };
1662
- export type ValueDetailsValueFragment = {
1663
- payload?: any | null;
1664
- raw_payload?: any | null;
1665
- value?: any | null;
1666
- raw_value?: any | null;
1667
- id_value?: string | null;
1668
- isInherited?: boolean | null;
1669
- isCalculated?: boolean | null;
1670
- modified_at?: number | null;
1671
- created_at?: number | null;
1672
- modified_by?: {
2030
+ } | null;
2031
+ metadata_fields?: Array<{
2032
+ id: string;
2033
+ label?: any | null;
2034
+ description?: any | null;
2035
+ type: AttributeType;
2036
+ format?: AttributeFormat | null;
2037
+ system: boolean;
2038
+ readonly: boolean;
2039
+ multiple_values: boolean;
2040
+ permissions: {
2041
+ access_attribute: boolean;
2042
+ edit_value: boolean;
2043
+ };
2044
+ values_list?: {
2045
+ enable: boolean;
2046
+ allowFreeEntry?: boolean | null;
2047
+ allowListUpdate?: boolean | null;
2048
+ dateRangeValues?: Array<{
2049
+ from?: string | null;
2050
+ to?: string | null;
2051
+ }> | null;
2052
+ } | {
2053
+ enable: boolean;
2054
+ allowFreeEntry?: boolean | null;
2055
+ allowListUpdate?: boolean | null;
2056
+ values?: Array<string> | null;
2057
+ } | null;
2058
+ metadata_fields?: Array<{
2059
+ id: string;
2060
+ }> | null;
2061
+ }> | null;
2062
+ };
2063
+ } | null;
2064
+ };
2065
+ export type ValueDetailsLinkValueFragment = {
2066
+ id_value?: string | null;
2067
+ isInherited?: boolean | null;
2068
+ isCalculated?: boolean | null;
2069
+ modified_at?: number | null;
2070
+ created_at?: number | null;
2071
+ linkValue?: {
2072
+ id: string;
2073
+ whoAmI: {
2074
+ id: string;
2075
+ label?: string | null;
2076
+ subLabel?: string | null;
2077
+ color?: string | null;
2078
+ preview?: IPreviewScalar | null;
2079
+ library: {
2080
+ id: string;
2081
+ label?: any | null;
2082
+ };
2083
+ };
2084
+ } | null;
2085
+ modified_by?: {
1673
2086
  id: string;
1674
2087
  whoAmI: {
1675
2088
  id: string;
@@ -1774,92 +2187,60 @@ export type ValueDetailsValueFragment = {
1774
2187
  } | null;
1775
2188
  } | null> | null;
1776
2189
  };
1777
- export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
1778
- export type ValuesVersionDetailsFragment = {
1779
- treeId: string;
1780
- treeNode?: {
2190
+ export type ValueDetailsTreeValueFragment = {
2191
+ id_value?: string | null;
2192
+ isInherited?: boolean | null;
2193
+ isCalculated?: boolean | null;
2194
+ modified_at?: number | null;
2195
+ created_at?: number | null;
2196
+ treeValue?: {
1781
2197
  id: string;
1782
2198
  record: {
1783
2199
  id: string;
1784
2200
  whoAmI: {
1785
2201
  id: string;
1786
2202
  label?: string | null;
2203
+ subLabel?: string | null;
2204
+ color?: string | null;
2205
+ preview?: IPreviewScalar | null;
1787
2206
  library: {
1788
2207
  id: string;
2208
+ label?: any | null;
1789
2209
  };
1790
2210
  };
1791
2211
  };
2212
+ ancestors?: Array<{
2213
+ record: {
2214
+ id: string;
2215
+ whoAmI: {
2216
+ id: string;
2217
+ label?: string | null;
2218
+ subLabel?: string | null;
2219
+ color?: string | null;
2220
+ preview?: IPreviewScalar | null;
2221
+ library: {
2222
+ id: string;
2223
+ label?: any | null;
2224
+ };
2225
+ };
2226
+ };
2227
+ }> | null;
1792
2228
  } | null;
1793
- };
1794
- export type LibraryLightFragment = {
1795
- id: string;
1796
- label?: any | null;
1797
- icon?: {
2229
+ modified_by?: {
1798
2230
  id: string;
1799
2231
  whoAmI: {
1800
2232
  id: string;
2233
+ label?: string | null;
2234
+ subLabel?: string | null;
2235
+ color?: string | null;
1801
2236
  preview?: IPreviewScalar | null;
1802
2237
  library: {
1803
2238
  id: string;
2239
+ label?: any | null;
1804
2240
  };
1805
2241
  };
1806
2242
  } | null;
1807
- };
1808
- export type LibraryDetailsFragment = {
1809
- id: string;
1810
- label?: any | null;
1811
- behavior: LibraryBehavior;
1812
- system?: boolean | null;
1813
- fullTextAttributes?: Array<{
1814
- id: string;
1815
- label?: any | null;
1816
- }> | null;
1817
- attributes?: Array<{
1818
- id: string;
1819
- label?: any | null;
1820
- system: boolean;
1821
- type: AttributeType;
1822
- format?: AttributeFormat | null;
1823
- linked_library?: {
1824
- id: string;
1825
- behavior: LibraryBehavior;
1826
- } | null;
1827
- } | {
1828
- id: string;
1829
- label?: any | null;
1830
- system: boolean;
1831
- type: AttributeType;
1832
- format?: AttributeFormat | null;
1833
- }> | null;
1834
- permissions_conf?: {
1835
- relation: PermissionsRelation;
1836
- permissionTreeAttributes: Array<{
1837
- id: string;
1838
- label?: any | null;
1839
- } | {
1840
- id: string;
1841
- label?: any | null;
1842
- linked_tree?: {
1843
- id: string;
1844
- } | null;
1845
- }>;
1846
- } | null;
1847
- recordIdentityConf?: {
1848
- label?: string | null;
1849
- subLabel?: string | null;
1850
- color?: string | null;
1851
- preview?: string | null;
1852
- treeColorPreview?: string | null;
1853
- } | null;
1854
- permissions?: {
1855
- admin_library: boolean;
1856
- access_library: boolean;
1857
- access_record: boolean;
1858
- create_record: boolean;
1859
- edit_record: boolean;
1860
- delete_record: boolean;
1861
- } | null;
1862
- icon?: {
2243
+ created_by?: {
1863
2244
  id: string;
1864
2245
  whoAmI: {
1865
2246
  id: string;
@@ -1873,573 +2254,212 @@ export type LibraryDetailsFragment = {
1873
2254
  };
1874
2255
  };
1875
2256
  } | null;
1876
- previewsSettings?: Array<{
1877
- label: any;
1878
- description?: any | null;
1879
- system: boolean;
1880
- versions: {
1881
- background: string;
1882
- density: number;
1883
- sizes: Array<{
1884
- name: string;
1885
- size: number;
1886
- }>;
1887
- };
1888
- }> | null;
1889
- };
1890
- export type LibraryAttributesLinkAttributeFragment = {
1891
- id: string;
1892
- label?: any | null;
1893
- system: boolean;
1894
- type: AttributeType;
1895
- format?: AttributeFormat | null;
1896
- linked_library?: {
1897
- id: string;
1898
- behavior: LibraryBehavior;
1899
- } | null;
1900
- };
1901
- export type LibraryAttributesStandardAttributeTreeAttributeFragment = {
1902
- id: string;
1903
- label?: any | null;
1904
- system: boolean;
1905
- type: AttributeType;
1906
- format?: AttributeFormat | null;
1907
- };
1908
- export type LibraryAttributesFragment = LibraryAttributesLinkAttributeFragment | LibraryAttributesStandardAttributeTreeAttributeFragment;
1909
- export type LibraryLinkAttributeDetailsFragment = {
1910
- linked_library?: {
1911
- id: string;
1912
- behavior: LibraryBehavior;
1913
- } | null;
1914
- };
1915
- export type LibraryPreviewsSettingsFragment = {
1916
- label: any;
1917
- description?: any | null;
1918
- system: boolean;
1919
- versions: {
1920
- background: string;
1921
- density: number;
1922
- sizes: Array<{
1923
- name: string;
1924
- size: number;
1925
- }>;
1926
- };
1927
- };
1928
- export type RecordFormElementFragment = {
1929
- id: string;
1930
- containerId: string;
1931
- uiElementType: string;
1932
- type: FormElementTypes;
1933
- attribute?: {
1934
- id: string;
1935
- label?: any | null;
1936
- description?: any | null;
1937
- type: AttributeType;
1938
- format?: AttributeFormat | null;
1939
- system: boolean;
1940
- readonly: boolean;
1941
- required: boolean;
1942
- multiple_values: boolean;
1943
- compute: boolean;
1944
- linked_library?: {
2257
+ version?: Array<{
2258
+ treeId: string;
2259
+ treeNode?: {
1945
2260
  id: string;
1946
- label?: any | null;
1947
- behavior: LibraryBehavior;
1948
- permissions?: {
1949
- create_record: boolean;
1950
- } | null;
1951
- } | null;
1952
- linkValuesList?: {
1953
- enable: boolean;
1954
- allowFreeEntry?: boolean | null;
1955
- allowListUpdate?: boolean | null;
1956
- values?: Array<{
2261
+ record: {
1957
2262
  id: string;
1958
2263
  whoAmI: {
1959
2264
  id: string;
1960
2265
  label?: string | null;
1961
- subLabel?: string | null;
1962
- color?: string | null;
1963
- preview?: IPreviewScalar | null;
1964
2266
  library: {
1965
2267
  id: string;
1966
- label?: any | null;
1967
2268
  };
1968
2269
  };
1969
- }> | null;
2270
+ };
1970
2271
  } | null;
1971
- permissions: {
1972
- access_attribute: boolean;
1973
- edit_value: boolean;
1974
- };
1975
- versions_conf?: {
1976
- versionable: boolean;
1977
- profile?: {
1978
- id: string;
1979
- trees: Array<{
1980
- id: string;
1981
- label?: any | null;
1982
- }>;
1983
- } | null;
1984
- } | null;
1985
- metadata_fields?: Array<{
1986
- id: string;
1987
- label?: any | null;
1988
- description?: any | null;
1989
- type: AttributeType;
1990
- format?: AttributeFormat | null;
1991
- system: boolean;
1992
- readonly: boolean;
1993
- multiple_values: boolean;
1994
- permissions: {
1995
- access_attribute: boolean;
1996
- edit_value: boolean;
1997
- };
1998
- values_list?: {
1999
- enable: boolean;
2000
- allowFreeEntry?: boolean | null;
2001
- allowListUpdate?: boolean | null;
2002
- dateRangeValues?: Array<{
2003
- from?: string | null;
2004
- to?: string | null;
2005
- }> | null;
2006
- } | {
2007
- enable: boolean;
2008
- allowFreeEntry?: boolean | null;
2009
- allowListUpdate?: boolean | null;
2010
- values?: Array<string> | null;
2011
- } | null;
2012
- metadata_fields?: Array<{
2013
- id: string;
2014
- }> | null;
2015
- }> | null;
2016
- } | {
2017
- character_limit?: number | null;
2272
+ } | null> | null;
2273
+ attribute: {
2018
2274
  id: string;
2019
- label?: any | null;
2020
- description?: any | null;
2021
- type: AttributeType;
2022
2275
  format?: AttributeFormat | null;
2276
+ type: AttributeType;
2023
2277
  system: boolean;
2024
- readonly: boolean;
2025
- required: boolean;
2026
- multiple_values: boolean;
2027
- compute: boolean;
2028
- values_list?: {
2029
- enable: boolean;
2030
- allowFreeEntry?: boolean | null;
2031
- allowListUpdate?: boolean | null;
2032
- dateRangeValues?: Array<{
2033
- from?: string | null;
2034
- to?: string | null;
2035
- }> | null;
2036
- } | {
2037
- enable: boolean;
2038
- allowFreeEntry?: boolean | null;
2039
- allowListUpdate?: boolean | null;
2040
- values?: Array<string> | null;
2041
- } | null;
2042
- permissions: {
2043
- access_attribute: boolean;
2044
- edit_value: boolean;
2045
- };
2046
- versions_conf?: {
2047
- versionable: boolean;
2048
- profile?: {
2278
+ };
2279
+ metadata?: Array<{
2280
+ name: string;
2281
+ value?: {
2282
+ id_value?: string | null;
2283
+ modified_at?: number | null;
2284
+ created_at?: number | null;
2285
+ payload?: any | null;
2286
+ raw_payload?: any | null;
2287
+ modified_by?: {
2049
2288
  id: string;
2050
- trees: Array<{
2289
+ whoAmI: {
2051
2290
  id: string;
2052
- label?: any | null;
2053
- }>;
2054
- } | null;
2055
- } | null;
2056
- metadata_fields?: Array<{
2057
- id: string;
2058
- label?: any | null;
2059
- description?: any | null;
2060
- type: AttributeType;
2061
- format?: AttributeFormat | null;
2062
- system: boolean;
2063
- readonly: boolean;
2064
- multiple_values: boolean;
2065
- permissions: {
2066
- access_attribute: boolean;
2067
- edit_value: boolean;
2068
- };
2069
- values_list?: {
2070
- enable: boolean;
2071
- allowFreeEntry?: boolean | null;
2072
- allowListUpdate?: boolean | null;
2073
- dateRangeValues?: Array<{
2074
- from?: string | null;
2075
- to?: string | null;
2076
- }> | null;
2077
- } | {
2078
- enable: boolean;
2079
- allowFreeEntry?: boolean | null;
2080
- allowListUpdate?: boolean | null;
2081
- values?: Array<string> | null;
2291
+ label?: string | null;
2292
+ subLabel?: string | null;
2293
+ color?: string | null;
2294
+ preview?: IPreviewScalar | null;
2295
+ library: {
2296
+ id: string;
2297
+ label?: any | null;
2298
+ };
2299
+ };
2082
2300
  } | null;
2083
- metadata_fields?: Array<{
2084
- id: string;
2085
- }> | null;
2086
- }> | null;
2087
- } | {
2088
- id: string;
2089
- label?: any | null;
2090
- description?: any | null;
2091
- type: AttributeType;
2092
- format?: AttributeFormat | null;
2093
- system: boolean;
2094
- readonly: boolean;
2095
- required: boolean;
2096
- multiple_values: boolean;
2097
- compute: boolean;
2098
- linked_tree?: {
2099
- id: string;
2100
- label?: any | null;
2101
- } | null;
2102
- treeValuesList?: {
2103
- enable: boolean;
2104
- allowFreeEntry?: boolean | null;
2105
- allowListUpdate?: boolean | null;
2106
- values?: Array<{
2301
+ created_by?: {
2107
2302
  id: string;
2108
- record: {
2303
+ whoAmI: {
2109
2304
  id: string;
2110
- whoAmI: {
2305
+ label?: string | null;
2306
+ subLabel?: string | null;
2307
+ color?: string | null;
2308
+ preview?: IPreviewScalar | null;
2309
+ library: {
2111
2310
  id: string;
2112
- label?: string | null;
2113
- subLabel?: string | null;
2114
- color?: string | null;
2115
- preview?: IPreviewScalar | null;
2116
- library: {
2117
- id: string;
2118
- label?: any | null;
2119
- };
2311
+ label?: any | null;
2120
2312
  };
2121
2313
  };
2122
- ancestors?: Array<{
2314
+ } | null;
2315
+ version?: Array<{
2316
+ treeId: string;
2317
+ treeNode?: {
2318
+ id: string;
2123
2319
  record: {
2124
2320
  id: string;
2125
2321
  whoAmI: {
2126
2322
  id: string;
2127
2323
  label?: string | null;
2128
- subLabel?: string | null;
2129
- color?: string | null;
2130
- preview?: IPreviewScalar | null;
2131
2324
  library: {
2132
2325
  id: string;
2133
- label?: any | null;
2134
2326
  };
2135
2327
  };
2136
2328
  };
2137
- }> | null;
2138
- }> | null;
2139
- } | null;
2140
- permissions: {
2141
- access_attribute: boolean;
2142
- edit_value: boolean;
2143
- };
2144
- versions_conf?: {
2145
- versionable: boolean;
2146
- profile?: {
2147
- id: string;
2148
- trees: Array<{
2149
- id: string;
2150
- label?: any | null;
2151
- }>;
2152
- } | null;
2329
+ } | null;
2330
+ } | null> | null;
2153
2331
  } | null;
2154
- metadata_fields?: Array<{
2332
+ } | null> | null;
2333
+ };
2334
+ export type ValueDetailsValueFragment = {
2335
+ payload?: any | null;
2336
+ raw_payload?: any | null;
2337
+ value?: any | null;
2338
+ raw_value?: any | null;
2339
+ id_value?: string | null;
2340
+ isInherited?: boolean | null;
2341
+ isCalculated?: boolean | null;
2342
+ modified_at?: number | null;
2343
+ created_at?: number | null;
2344
+ modified_by?: {
2345
+ id: string;
2346
+ whoAmI: {
2155
2347
  id: string;
2156
- label?: any | null;
2157
- description?: any | null;
2158
- type: AttributeType;
2159
- format?: AttributeFormat | null;
2160
- system: boolean;
2161
- readonly: boolean;
2162
- multiple_values: boolean;
2163
- permissions: {
2164
- access_attribute: boolean;
2165
- edit_value: boolean;
2166
- };
2167
- values_list?: {
2168
- enable: boolean;
2169
- allowFreeEntry?: boolean | null;
2170
- allowListUpdate?: boolean | null;
2171
- dateRangeValues?: Array<{
2172
- from?: string | null;
2173
- to?: string | null;
2174
- }> | null;
2175
- } | {
2176
- enable: boolean;
2177
- allowFreeEntry?: boolean | null;
2178
- allowListUpdate?: boolean | null;
2179
- values?: Array<string> | null;
2180
- } | null;
2181
- metadata_fields?: Array<{
2348
+ label?: string | null;
2349
+ subLabel?: string | null;
2350
+ color?: string | null;
2351
+ preview?: IPreviewScalar | null;
2352
+ library: {
2182
2353
  id: string;
2183
- }> | null;
2184
- }> | null;
2354
+ label?: any | null;
2355
+ };
2356
+ };
2185
2357
  } | null;
2186
- settings: Array<{
2187
- key: string;
2188
- value: any;
2189
- }>;
2190
- joinLibraryContext?: {
2191
- mandatoryAttribute: {
2358
+ created_by?: {
2359
+ id: string;
2360
+ whoAmI: {
2192
2361
  id: string;
2193
- label?: any | null;
2194
- description?: any | null;
2195
- type: AttributeType;
2196
- format?: AttributeFormat | null;
2197
- system: boolean;
2198
- readonly: boolean;
2199
- required: boolean;
2200
- multiple_values: boolean;
2201
- compute: boolean;
2202
- linked_library?: {
2362
+ label?: string | null;
2363
+ subLabel?: string | null;
2364
+ color?: string | null;
2365
+ preview?: IPreviewScalar | null;
2366
+ library: {
2203
2367
  id: string;
2204
2368
  label?: any | null;
2205
- behavior: LibraryBehavior;
2206
- permissions?: {
2207
- create_record: boolean;
2208
- } | null;
2209
- } | null;
2210
- linkValuesList?: {
2211
- enable: boolean;
2212
- allowFreeEntry?: boolean | null;
2213
- allowListUpdate?: boolean | null;
2214
- values?: Array<{
2369
+ };
2370
+ };
2371
+ } | null;
2372
+ version?: Array<{
2373
+ treeId: string;
2374
+ treeNode?: {
2375
+ id: string;
2376
+ record: {
2377
+ id: string;
2378
+ whoAmI: {
2215
2379
  id: string;
2216
- whoAmI: {
2380
+ label?: string | null;
2381
+ library: {
2217
2382
  id: string;
2218
- label?: string | null;
2219
- subLabel?: string | null;
2220
- color?: string | null;
2221
- preview?: IPreviewScalar | null;
2222
- library: {
2223
- id: string;
2224
- label?: any | null;
2225
- };
2226
2383
  };
2227
- }> | null;
2228
- } | null;
2229
- permissions: {
2230
- access_attribute: boolean;
2231
- edit_value: boolean;
2384
+ };
2232
2385
  };
2233
- versions_conf?: {
2234
- versionable: boolean;
2235
- profile?: {
2386
+ } | null;
2387
+ } | null> | null;
2388
+ attribute: {
2389
+ id: string;
2390
+ format?: AttributeFormat | null;
2391
+ type: AttributeType;
2392
+ system: boolean;
2393
+ };
2394
+ metadata?: Array<{
2395
+ name: string;
2396
+ value?: {
2397
+ id_value?: string | null;
2398
+ modified_at?: number | null;
2399
+ created_at?: number | null;
2400
+ payload?: any | null;
2401
+ raw_payload?: any | null;
2402
+ modified_by?: {
2403
+ id: string;
2404
+ whoAmI: {
2236
2405
  id: string;
2237
- trees: Array<{
2406
+ label?: string | null;
2407
+ subLabel?: string | null;
2408
+ color?: string | null;
2409
+ preview?: IPreviewScalar | null;
2410
+ library: {
2238
2411
  id: string;
2239
2412
  label?: any | null;
2240
- }>;
2241
- } | null;
2242
- } | null;
2243
- metadata_fields?: Array<{
2244
- id: string;
2245
- label?: any | null;
2246
- description?: any | null;
2247
- type: AttributeType;
2248
- format?: AttributeFormat | null;
2249
- system: boolean;
2250
- readonly: boolean;
2251
- multiple_values: boolean;
2252
- permissions: {
2253
- access_attribute: boolean;
2254
- edit_value: boolean;
2413
+ };
2255
2414
  };
2256
- values_list?: {
2257
- enable: boolean;
2258
- allowFreeEntry?: boolean | null;
2259
- allowListUpdate?: boolean | null;
2260
- dateRangeValues?: Array<{
2261
- from?: string | null;
2262
- to?: string | null;
2263
- }> | null;
2264
- } | {
2265
- enable: boolean;
2266
- allowFreeEntry?: boolean | null;
2267
- allowListUpdate?: boolean | null;
2268
- values?: Array<string> | null;
2269
- } | null;
2270
- metadata_fields?: Array<{
2271
- id: string;
2272
- }> | null;
2273
- }> | null;
2274
- } | {
2275
- character_limit?: number | null;
2276
- id: string;
2277
- label?: any | null;
2278
- description?: any | null;
2279
- type: AttributeType;
2280
- format?: AttributeFormat | null;
2281
- system: boolean;
2282
- readonly: boolean;
2283
- required: boolean;
2284
- multiple_values: boolean;
2285
- compute: boolean;
2286
- values_list?: {
2287
- enable: boolean;
2288
- allowFreeEntry?: boolean | null;
2289
- allowListUpdate?: boolean | null;
2290
- dateRangeValues?: Array<{
2291
- from?: string | null;
2292
- to?: string | null;
2293
- }> | null;
2294
- } | {
2295
- enable: boolean;
2296
- allowFreeEntry?: boolean | null;
2297
- allowListUpdate?: boolean | null;
2298
- values?: Array<string> | null;
2299
2415
  } | null;
2300
- permissions: {
2301
- access_attribute: boolean;
2302
- edit_value: boolean;
2303
- };
2304
- versions_conf?: {
2305
- versionable: boolean;
2306
- profile?: {
2416
+ created_by?: {
2417
+ id: string;
2418
+ whoAmI: {
2307
2419
  id: string;
2308
- trees: Array<{
2420
+ label?: string | null;
2421
+ subLabel?: string | null;
2422
+ color?: string | null;
2423
+ preview?: IPreviewScalar | null;
2424
+ library: {
2309
2425
  id: string;
2310
2426
  label?: any | null;
2311
- }>;
2312
- } | null;
2313
- } | null;
2314
- metadata_fields?: Array<{
2315
- id: string;
2316
- label?: any | null;
2317
- description?: any | null;
2318
- type: AttributeType;
2319
- format?: AttributeFormat | null;
2320
- system: boolean;
2321
- readonly: boolean;
2322
- multiple_values: boolean;
2323
- permissions: {
2324
- access_attribute: boolean;
2325
- edit_value: boolean;
2427
+ };
2326
2428
  };
2327
- values_list?: {
2328
- enable: boolean;
2329
- allowFreeEntry?: boolean | null;
2330
- allowListUpdate?: boolean | null;
2331
- dateRangeValues?: Array<{
2332
- from?: string | null;
2333
- to?: string | null;
2334
- }> | null;
2335
- } | {
2336
- enable: boolean;
2337
- allowFreeEntry?: boolean | null;
2338
- allowListUpdate?: boolean | null;
2339
- values?: Array<string> | null;
2340
- } | null;
2341
- metadata_fields?: Array<{
2342
- id: string;
2343
- }> | null;
2344
- }> | null;
2345
- } | {
2346
- id: string;
2347
- label?: any | null;
2348
- description?: any | null;
2349
- type: AttributeType;
2350
- format?: AttributeFormat | null;
2351
- system: boolean;
2352
- readonly: boolean;
2353
- required: boolean;
2354
- multiple_values: boolean;
2355
- compute: boolean;
2356
- linked_tree?: {
2357
- id: string;
2358
- label?: any | null;
2359
2429
  } | null;
2360
- treeValuesList?: {
2361
- enable: boolean;
2362
- allowFreeEntry?: boolean | null;
2363
- allowListUpdate?: boolean | null;
2364
- values?: Array<{
2430
+ version?: Array<{
2431
+ treeId: string;
2432
+ treeNode?: {
2365
2433
  id: string;
2366
2434
  record: {
2367
2435
  id: string;
2368
2436
  whoAmI: {
2369
2437
  id: string;
2370
2438
  label?: string | null;
2371
- subLabel?: string | null;
2372
- color?: string | null;
2373
- preview?: IPreviewScalar | null;
2374
2439
  library: {
2375
2440
  id: string;
2376
- label?: any | null;
2377
2441
  };
2378
2442
  };
2379
2443
  };
2380
- ancestors?: Array<{
2381
- record: {
2382
- id: string;
2383
- whoAmI: {
2384
- id: string;
2385
- label?: string | null;
2386
- subLabel?: string | null;
2387
- color?: string | null;
2388
- preview?: IPreviewScalar | null;
2389
- library: {
2390
- id: string;
2391
- label?: any | null;
2392
- };
2393
- };
2394
- };
2395
- }> | null;
2396
- }> | null;
2397
- } | null;
2398
- permissions: {
2399
- access_attribute: boolean;
2400
- edit_value: boolean;
2401
- };
2402
- versions_conf?: {
2403
- versionable: boolean;
2404
- profile?: {
2405
- id: string;
2406
- trees: Array<{
2407
- id: string;
2408
- label?: any | null;
2409
- }>;
2410
2444
  } | null;
2411
- } | null;
2412
- metadata_fields?: Array<{
2445
+ } | null> | null;
2446
+ } | null;
2447
+ } | null> | null;
2448
+ };
2449
+ export type ValueDetailsFragment = ValueDetailsLinkValueFragment | ValueDetailsTreeValueFragment | ValueDetailsValueFragment;
2450
+ export type ValuesVersionDetailsFragment = {
2451
+ treeId: string;
2452
+ treeNode?: {
2453
+ id: string;
2454
+ record: {
2455
+ id: string;
2456
+ whoAmI: {
2413
2457
  id: string;
2414
- label?: any | null;
2415
- description?: any | null;
2416
- type: AttributeType;
2417
- format?: AttributeFormat | null;
2418
- system: boolean;
2419
- readonly: boolean;
2420
- multiple_values: boolean;
2421
- permissions: {
2422
- access_attribute: boolean;
2423
- edit_value: boolean;
2424
- };
2425
- values_list?: {
2426
- enable: boolean;
2427
- allowFreeEntry?: boolean | null;
2428
- allowListUpdate?: boolean | null;
2429
- dateRangeValues?: Array<{
2430
- from?: string | null;
2431
- to?: string | null;
2432
- }> | null;
2433
- } | {
2434
- enable: boolean;
2435
- allowFreeEntry?: boolean | null;
2436
- allowListUpdate?: boolean | null;
2437
- values?: Array<string> | null;
2438
- } | null;
2439
- metadata_fields?: Array<{
2458
+ label?: string | null;
2459
+ library: {
2440
2460
  id: string;
2441
- }> | null;
2442
- }> | null;
2461
+ };
2462
+ };
2443
2463
  };
2444
2464
  } | null;
2445
2465
  };
@@ -3173,6 +3193,27 @@ export type LinkAttributeDetailsFragment = {
3173
3193
  id: string;
3174
3194
  label?: any | null;
3175
3195
  } | null;
3196
+ values_list?: {
3197
+ allowFreeEntry?: boolean | null;
3198
+ enable: boolean;
3199
+ values?: Array<{
3200
+ id: string;
3201
+ whoAmI: {
3202
+ id: string;
3203
+ library: {
3204
+ id: string;
3205
+ };
3206
+ };
3207
+ }> | null;
3208
+ } | null;
3209
+ };
3210
+ export type TreeAttributeDetailsFragment = {
3211
+ id: string;
3212
+ label?: any | null;
3213
+ linked_tree?: {
3214
+ id: string;
3215
+ label?: any | null;
3216
+ } | null;
3176
3217
  };
3177
3218
  export type AttributePropertiesFragment = {
3178
3219
  id: string;
@@ -3789,529 +3830,134 @@ export type CreateDirectoryMutation = {
3789
3830
  subLabel?: string | null;
3790
3831
  color?: string | null;
3791
3832
  preview?: IPreviewScalar | null;
3792
- library: {
3793
- id: string;
3794
- label?: any | null;
3795
- };
3796
- };
3797
- };
3798
- };
3799
- export type ForcePreviewsGenerationMutationVariables = Exact<{
3800
- libraryId: Scalars['ID'];
3801
- filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
3802
- recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
3803
- failedOnly?: InputMaybe<Scalars['Boolean']>;
3804
- previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
3805
- }>;
3806
- export type ForcePreviewsGenerationMutation = {
3807
- forcePreviewsGeneration: boolean;
3808
- };
3809
- export type GetDirectoryDataQueryVariables = Exact<{
3810
- library: Scalars['ID'];
3811
- directoryId: Scalars['String'];
3812
- }>;
3813
- export type GetDirectoryDataQuery = {
3814
- records: {
3815
- list: Array<{
3816
- id: string;
3817
- whoAmI: {
3818
- id: string;
3819
- label?: string | null;
3820
- subLabel?: string | null;
3821
- color?: string | null;
3822
- preview?: IPreviewScalar | null;
3823
- library: {
3824
- id: string;
3825
- label?: any | null;
3826
- };
3827
- };
3828
- created_at: Array<{
3829
- value?: any | null;
3830
- }>;
3831
- created_by: Array<{
3832
- value?: {
3833
- id: string;
3834
- whoAmI: {
3835
- id: string;
3836
- label?: string | null;
3837
- subLabel?: string | null;
3838
- color?: string | null;
3839
- preview?: IPreviewScalar | null;
3840
- library: {
3841
- id: string;
3842
- label?: any | null;
3843
- };
3844
- };
3845
- } | null;
3846
- }>;
3847
- modified_at: Array<{
3848
- value?: any | null;
3849
- }>;
3850
- modified_by: Array<{
3851
- value?: {
3852
- id: string;
3853
- whoAmI: {
3854
- id: string;
3855
- label?: string | null;
3856
- subLabel?: string | null;
3857
- color?: string | null;
3858
- preview?: IPreviewScalar | null;
3859
- library: {
3860
- id: string;
3861
- label?: any | null;
3862
- };
3863
- };
3864
- } | null;
3865
- }>;
3866
- file_name: Array<{
3867
- value?: any | null;
3868
- }>;
3869
- file_path: Array<{
3870
- value?: any | null;
3871
- }>;
3872
- library: {
3873
- behavior: LibraryBehavior;
3874
- };
3875
- }>;
3876
- };
3877
- };
3878
- export type UploadUpdateSubscriptionVariables = Exact<{
3879
- filters?: InputMaybe<UploadFiltersInput>;
3880
- }>;
3881
- export type UploadUpdateSubscription = {
3882
- upload: {
3883
- userId: string;
3884
- uid: string;
3885
- progress: {
3886
- length?: number | null;
3887
- transferred?: number | null;
3888
- speed?: number | null;
3889
- runtime?: number | null;
3890
- remaining?: number | null;
3891
- percentage?: number | null;
3892
- eta?: number | null;
3893
- delta?: number | null;
3894
- };
3895
- };
3896
- };
3897
- export type UploadMutationVariables = Exact<{
3898
- library: Scalars['String'];
3899
- nodeId: Scalars['String'];
3900
- files: Array<FileInput> | FileInput;
3901
- }>;
3902
- export type UploadMutation = {
3903
- upload: Array<{
3904
- uid: string;
3905
- record: {
3906
- id: string;
3907
- whoAmI: {
3908
- id: string;
3909
- label?: string | null;
3910
- subLabel?: string | null;
3911
- color?: string | null;
3912
- preview?: IPreviewScalar | null;
3913
- library: {
3914
- id: string;
3915
- label?: any | null;
3916
- };
3917
- };
3918
- };
3919
- }>;
3920
- };
3921
- export type GetRecordFormElementsValuesQueryVariables = Exact<{
3922
- recordId?: InputMaybe<Scalars['String']>;
3923
- libraryId: Scalars['String'];
3924
- formId: Scalars['String'];
3925
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
3926
- elementIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
3927
- }>;
3928
- export type GetRecordFormElementsValuesQuery = {
3929
- getRecordFormElementsValues?: Array<{
3930
- id: string;
3931
- valueError?: string | null;
3932
- values?: Array<{
3933
- id_value?: string | null;
3934
- isInherited?: boolean | null;
3935
- isCalculated?: boolean | null;
3936
- modified_at?: number | null;
3937
- created_at?: number | null;
3938
- linkValue?: {
3939
- id: string;
3940
- whoAmI: {
3941
- id: string;
3942
- label?: string | null;
3943
- subLabel?: string | null;
3944
- color?: string | null;
3945
- preview?: IPreviewScalar | null;
3946
- library: {
3947
- id: string;
3948
- label?: any | null;
3949
- };
3950
- };
3951
- } | null;
3952
- modified_by?: {
3953
- id: string;
3954
- whoAmI: {
3955
- id: string;
3956
- label?: string | null;
3957
- subLabel?: string | null;
3958
- color?: string | null;
3959
- preview?: IPreviewScalar | null;
3960
- library: {
3961
- id: string;
3962
- label?: any | null;
3963
- };
3964
- };
3965
- } | null;
3966
- created_by?: {
3967
- id: string;
3968
- whoAmI: {
3969
- id: string;
3970
- label?: string | null;
3971
- subLabel?: string | null;
3972
- color?: string | null;
3973
- preview?: IPreviewScalar | null;
3974
- library: {
3975
- id: string;
3976
- label?: any | null;
3977
- };
3978
- };
3979
- } | null;
3980
- version?: Array<{
3981
- treeId: string;
3982
- treeNode?: {
3983
- id: string;
3984
- record: {
3985
- id: string;
3986
- whoAmI: {
3987
- id: string;
3988
- label?: string | null;
3989
- library: {
3990
- id: string;
3991
- };
3992
- };
3993
- };
3994
- } | null;
3995
- } | null> | null;
3996
- attribute: {
3997
- id: string;
3998
- format?: AttributeFormat | null;
3999
- type: AttributeType;
4000
- system: boolean;
4001
- };
4002
- metadata?: Array<{
4003
- name: string;
4004
- value?: {
4005
- id_value?: string | null;
4006
- modified_at?: number | null;
4007
- created_at?: number | null;
4008
- payload?: any | null;
4009
- raw_payload?: any | null;
4010
- modified_by?: {
4011
- id: string;
4012
- whoAmI: {
4013
- id: string;
4014
- label?: string | null;
4015
- subLabel?: string | null;
4016
- color?: string | null;
4017
- preview?: IPreviewScalar | null;
4018
- library: {
4019
- id: string;
4020
- label?: any | null;
4021
- };
4022
- };
4023
- } | null;
4024
- created_by?: {
4025
- id: string;
4026
- whoAmI: {
4027
- id: string;
4028
- label?: string | null;
4029
- subLabel?: string | null;
4030
- color?: string | null;
4031
- preview?: IPreviewScalar | null;
4032
- library: {
4033
- id: string;
4034
- label?: any | null;
4035
- };
4036
- };
4037
- } | null;
4038
- version?: Array<{
4039
- treeId: string;
4040
- treeNode?: {
4041
- id: string;
4042
- record: {
4043
- id: string;
4044
- whoAmI: {
4045
- id: string;
4046
- label?: string | null;
4047
- library: {
4048
- id: string;
4049
- };
4050
- };
4051
- };
4052
- } | null;
4053
- } | null> | null;
4054
- } | null;
4055
- } | null> | null;
4056
- } | {
4057
- id_value?: string | null;
4058
- isInherited?: boolean | null;
4059
- isCalculated?: boolean | null;
4060
- modified_at?: number | null;
4061
- created_at?: number | null;
4062
- treeValue?: {
4063
- id: string;
4064
- record: {
4065
- id: string;
4066
- whoAmI: {
4067
- id: string;
4068
- label?: string | null;
4069
- subLabel?: string | null;
4070
- color?: string | null;
4071
- preview?: IPreviewScalar | null;
4072
- library: {
4073
- id: string;
4074
- label?: any | null;
4075
- };
4076
- };
4077
- };
4078
- ancestors?: Array<{
4079
- record: {
4080
- id: string;
4081
- whoAmI: {
4082
- id: string;
4083
- label?: string | null;
4084
- subLabel?: string | null;
4085
- color?: string | null;
4086
- preview?: IPreviewScalar | null;
4087
- library: {
4088
- id: string;
4089
- label?: any | null;
4090
- };
4091
- };
4092
- };
4093
- }> | null;
4094
- } | null;
4095
- modified_by?: {
4096
- id: string;
4097
- whoAmI: {
4098
- id: string;
4099
- label?: string | null;
4100
- subLabel?: string | null;
4101
- color?: string | null;
4102
- preview?: IPreviewScalar | null;
4103
- library: {
4104
- id: string;
4105
- label?: any | null;
4106
- };
4107
- };
4108
- } | null;
4109
- created_by?: {
4110
- id: string;
4111
- whoAmI: {
4112
- id: string;
4113
- label?: string | null;
4114
- subLabel?: string | null;
4115
- color?: string | null;
4116
- preview?: IPreviewScalar | null;
4117
- library: {
4118
- id: string;
4119
- label?: any | null;
4120
- };
4121
- };
4122
- } | null;
4123
- version?: Array<{
4124
- treeId: string;
4125
- treeNode?: {
4126
- id: string;
4127
- record: {
4128
- id: string;
4129
- whoAmI: {
4130
- id: string;
4131
- label?: string | null;
4132
- library: {
4133
- id: string;
4134
- };
4135
- };
4136
- };
4137
- } | null;
4138
- } | null> | null;
4139
- attribute: {
4140
- id: string;
4141
- format?: AttributeFormat | null;
4142
- type: AttributeType;
4143
- system: boolean;
4144
- };
4145
- metadata?: Array<{
4146
- name: string;
4147
- value?: {
4148
- id_value?: string | null;
4149
- modified_at?: number | null;
4150
- created_at?: number | null;
4151
- payload?: any | null;
4152
- raw_payload?: any | null;
4153
- modified_by?: {
4154
- id: string;
4155
- whoAmI: {
4156
- id: string;
4157
- label?: string | null;
4158
- subLabel?: string | null;
4159
- color?: string | null;
4160
- preview?: IPreviewScalar | null;
4161
- library: {
4162
- id: string;
4163
- label?: any | null;
4164
- };
4165
- };
4166
- } | null;
4167
- created_by?: {
4168
- id: string;
4169
- whoAmI: {
4170
- id: string;
4171
- label?: string | null;
4172
- subLabel?: string | null;
4173
- color?: string | null;
4174
- preview?: IPreviewScalar | null;
4175
- library: {
4176
- id: string;
4177
- label?: any | null;
4178
- };
4179
- };
4180
- } | null;
4181
- version?: Array<{
4182
- treeId: string;
4183
- treeNode?: {
4184
- id: string;
4185
- record: {
4186
- id: string;
4187
- whoAmI: {
4188
- id: string;
4189
- label?: string | null;
4190
- library: {
4191
- id: string;
4192
- };
4193
- };
4194
- };
4195
- } | null;
4196
- } | null> | null;
4197
- } | null;
4198
- } | null> | null;
4199
- } | {
4200
- payload?: any | null;
4201
- raw_payload?: any | null;
4202
- value?: any | null;
4203
- raw_value?: any | null;
4204
- id_value?: string | null;
4205
- isInherited?: boolean | null;
4206
- isCalculated?: boolean | null;
4207
- modified_at?: number | null;
4208
- created_at?: number | null;
4209
- modified_by?: {
4210
- id: string;
4211
- whoAmI: {
4212
- id: string;
4213
- label?: string | null;
4214
- subLabel?: string | null;
4215
- color?: string | null;
4216
- preview?: IPreviewScalar | null;
4217
- library: {
4218
- id: string;
4219
- label?: any | null;
4220
- };
4221
- };
4222
- } | null;
4223
- created_by?: {
3833
+ library: {
4224
3834
  id: string;
4225
- whoAmI: {
3835
+ label?: any | null;
3836
+ };
3837
+ };
3838
+ };
3839
+ };
3840
+ export type ForcePreviewsGenerationMutationVariables = Exact<{
3841
+ libraryId: Scalars['ID'];
3842
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
3843
+ recordIds?: InputMaybe<Array<Scalars['ID']> | Scalars['ID']>;
3844
+ failedOnly?: InputMaybe<Scalars['Boolean']>;
3845
+ previewVersionSizeNames?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
3846
+ }>;
3847
+ export type ForcePreviewsGenerationMutation = {
3848
+ forcePreviewsGeneration: boolean;
3849
+ };
3850
+ export type GetDirectoryDataQueryVariables = Exact<{
3851
+ library: Scalars['ID'];
3852
+ directoryId: Scalars['String'];
3853
+ }>;
3854
+ export type GetDirectoryDataQuery = {
3855
+ records: {
3856
+ list: Array<{
3857
+ id: string;
3858
+ whoAmI: {
3859
+ id: string;
3860
+ label?: string | null;
3861
+ subLabel?: string | null;
3862
+ color?: string | null;
3863
+ preview?: IPreviewScalar | null;
3864
+ library: {
4226
3865
  id: string;
4227
- label?: string | null;
4228
- subLabel?: string | null;
4229
- color?: string | null;
4230
- preview?: IPreviewScalar | null;
4231
- library: {
4232
- id: string;
4233
- label?: any | null;
4234
- };
3866
+ label?: any | null;
4235
3867
  };
4236
- } | null;
4237
- version?: Array<{
4238
- treeId: string;
4239
- treeNode?: {
3868
+ };
3869
+ created_at: Array<{
3870
+ value?: any | null;
3871
+ }>;
3872
+ created_by: Array<{
3873
+ value?: {
4240
3874
  id: string;
4241
- record: {
3875
+ whoAmI: {
4242
3876
  id: string;
4243
- whoAmI: {
3877
+ label?: string | null;
3878
+ subLabel?: string | null;
3879
+ color?: string | null;
3880
+ preview?: IPreviewScalar | null;
3881
+ library: {
4244
3882
  id: string;
4245
- label?: string | null;
4246
- library: {
4247
- id: string;
4248
- };
3883
+ label?: any | null;
4249
3884
  };
4250
3885
  };
4251
3886
  } | null;
4252
- } | null> | null;
4253
- attribute: {
4254
- id: string;
4255
- format?: AttributeFormat | null;
4256
- type: AttributeType;
4257
- system: boolean;
4258
- };
4259
- metadata?: Array<{
4260
- name: string;
3887
+ }>;
3888
+ modified_at: Array<{
3889
+ value?: any | null;
3890
+ }>;
3891
+ modified_by: Array<{
4261
3892
  value?: {
4262
- id_value?: string | null;
4263
- modified_at?: number | null;
4264
- created_at?: number | null;
4265
- payload?: any | null;
4266
- raw_payload?: any | null;
4267
- modified_by?: {
4268
- id: string;
4269
- whoAmI: {
4270
- id: string;
4271
- label?: string | null;
4272
- subLabel?: string | null;
4273
- color?: string | null;
4274
- preview?: IPreviewScalar | null;
4275
- library: {
4276
- id: string;
4277
- label?: any | null;
4278
- };
4279
- };
4280
- } | null;
4281
- created_by?: {
3893
+ id: string;
3894
+ whoAmI: {
4282
3895
  id: string;
4283
- whoAmI: {
3896
+ label?: string | null;
3897
+ subLabel?: string | null;
3898
+ color?: string | null;
3899
+ preview?: IPreviewScalar | null;
3900
+ library: {
4284
3901
  id: string;
4285
- label?: string | null;
4286
- subLabel?: string | null;
4287
- color?: string | null;
4288
- preview?: IPreviewScalar | null;
4289
- library: {
4290
- id: string;
4291
- label?: any | null;
4292
- };
3902
+ label?: any | null;
4293
3903
  };
4294
- } | null;
4295
- version?: Array<{
4296
- treeId: string;
4297
- treeNode?: {
4298
- id: string;
4299
- record: {
4300
- id: string;
4301
- whoAmI: {
4302
- id: string;
4303
- label?: string | null;
4304
- library: {
4305
- id: string;
4306
- };
4307
- };
4308
- };
4309
- } | null;
4310
- } | null> | null;
3904
+ };
4311
3905
  } | null;
4312
- } | null> | null;
4313
- }> | null;
4314
- }> | null;
3906
+ }>;
3907
+ file_name: Array<{
3908
+ value?: any | null;
3909
+ }>;
3910
+ file_path: Array<{
3911
+ value?: any | null;
3912
+ }>;
3913
+ library: {
3914
+ behavior: LibraryBehavior;
3915
+ };
3916
+ }>;
3917
+ };
3918
+ };
3919
+ export type UploadUpdateSubscriptionVariables = Exact<{
3920
+ filters?: InputMaybe<UploadFiltersInput>;
3921
+ }>;
3922
+ export type UploadUpdateSubscription = {
3923
+ upload: {
3924
+ userId: string;
3925
+ uid: string;
3926
+ progress: {
3927
+ length?: number | null;
3928
+ transferred?: number | null;
3929
+ speed?: number | null;
3930
+ runtime?: number | null;
3931
+ remaining?: number | null;
3932
+ percentage?: number | null;
3933
+ eta?: number | null;
3934
+ delta?: number | null;
3935
+ };
3936
+ };
3937
+ };
3938
+ export type UploadMutationVariables = Exact<{
3939
+ library: Scalars['String'];
3940
+ nodeId: Scalars['String'];
3941
+ files: Array<FileInput> | FileInput;
3942
+ }>;
3943
+ export type UploadMutation = {
3944
+ upload: Array<{
3945
+ uid: string;
3946
+ record: {
3947
+ id: string;
3948
+ whoAmI: {
3949
+ id: string;
3950
+ label?: string | null;
3951
+ subLabel?: string | null;
3952
+ color?: string | null;
3953
+ preview?: IPreviewScalar | null;
3954
+ library: {
3955
+ id: string;
3956
+ label?: any | null;
3957
+ };
3958
+ };
3959
+ };
3960
+ }>;
4315
3961
  };
4316
3962
  export type ImportExcelMutationVariables = Exact<{
4317
3963
  file: Scalars['Upload'];
@@ -4587,13 +4233,89 @@ export type IsAllowedQuery = {
4587
4233
  allowed?: boolean | null;
4588
4234
  }> | null;
4589
4235
  };
4590
- export type ActivateRecordsMutationVariables = Exact<{
4236
+ export type ActivateRecordsMutationVariables = Exact<{
4237
+ libraryId: Scalars['String'];
4238
+ recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4239
+ filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4240
+ }>;
4241
+ export type ActivateRecordsMutation = {
4242
+ activateRecords: Array<{
4243
+ id: string;
4244
+ whoAmI: {
4245
+ id: string;
4246
+ label?: string | null;
4247
+ subLabel?: string | null;
4248
+ color?: string | null;
4249
+ preview?: IPreviewScalar | null;
4250
+ library: {
4251
+ id: string;
4252
+ label?: any | null;
4253
+ };
4254
+ };
4255
+ }>;
4256
+ };
4257
+ export type CreateEmptyRecordMutationVariables = Exact<{
4258
+ library: Scalars['ID'];
4259
+ }>;
4260
+ export type CreateEmptyRecordMutation = {
4261
+ createEmptyRecord: {
4262
+ record?: {
4263
+ id: string;
4264
+ whoAmI: {
4265
+ id: string;
4266
+ label?: string | null;
4267
+ subLabel?: string | null;
4268
+ color?: string | null;
4269
+ preview?: IPreviewScalar | null;
4270
+ library: {
4271
+ id: string;
4272
+ label?: any | null;
4273
+ };
4274
+ };
4275
+ } | null;
4276
+ valuesErrors?: Array<{
4277
+ type: string;
4278
+ attribute: string;
4279
+ input?: string | null;
4280
+ message: string;
4281
+ }> | null;
4282
+ };
4283
+ };
4284
+ export type CreateRecordMutationVariables = Exact<{
4285
+ library: Scalars['ID'];
4286
+ data?: InputMaybe<CreateRecordDataInput>;
4287
+ }>;
4288
+ export type CreateRecordMutation = {
4289
+ createRecord: {
4290
+ record?: {
4291
+ id: string;
4292
+ whoAmI: {
4293
+ id: string;
4294
+ label?: string | null;
4295
+ subLabel?: string | null;
4296
+ color?: string | null;
4297
+ preview?: IPreviewScalar | null;
4298
+ library: {
4299
+ id: string;
4300
+ label?: any | null;
4301
+ };
4302
+ };
4303
+ } | null;
4304
+ valuesErrors?: Array<{
4305
+ type: string;
4306
+ attribute: string;
4307
+ input?: string | null;
4308
+ message: string;
4309
+ }> | null;
4310
+ };
4311
+ };
4312
+ export type DeactivateRecordsMutationVariables = Exact<{
4591
4313
  libraryId: Scalars['String'];
4592
4314
  recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4593
4315
  filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4594
4316
  }>;
4595
- export type ActivateRecordsMutation = {
4596
- activateRecords: Array<{
4317
+ export type DeactivateRecordsMutation = {
4318
+ deactivateRecords: Array<{
4597
4319
  id: string;
4598
4320
  whoAmI: {
4599
4321
  id: string;
@@ -4608,13 +4330,22 @@ export type ActivateRecordsMutation = {
4608
4330
  };
4609
4331
  }>;
4610
4332
  };
4611
- export type CreateRecordMutationVariables = Exact<{
4333
+ export type DoesFileExistAsChildQueryVariables = Exact<{
4334
+ parentNode?: InputMaybe<Scalars['ID']>;
4335
+ treeId: Scalars['ID'];
4336
+ filename: Scalars['String'];
4337
+ }>;
4338
+ export type DoesFileExistAsChildQuery = {
4339
+ doesFileExistAsChild?: boolean | null;
4340
+ };
4341
+ export type GetFileDataQueryVariables = Exact<{
4612
4342
  library: Scalars['ID'];
4613
- data?: InputMaybe<CreateRecordDataInput>;
4343
+ fileId: Scalars['String'];
4344
+ previewsStatusAttribute: Scalars['ID'];
4614
4345
  }>;
4615
- export type CreateRecordMutation = {
4616
- createRecord: {
4617
- record?: {
4346
+ export type GetFileDataQuery = {
4347
+ records: {
4348
+ list: Array<{
4618
4349
  id: string;
4619
4350
  whoAmI: {
4620
4351
  id: string;
@@ -4624,72 +4355,362 @@ export type CreateRecordMutation = {
4624
4355
  preview?: IPreviewScalar | null;
4625
4356
  library: {
4626
4357
  id: string;
4627
- label?: any | null;
4628
- };
4629
- };
4630
- } | null;
4631
- valuesErrors?: Array<{
4632
- type: string;
4633
- attribute: string;
4634
- input?: string | null;
4635
- message: string;
4636
- }> | null;
4637
- };
4638
- };
4639
- export type DeactivateRecordsMutationVariables = Exact<{
4640
- libraryId: Scalars['String'];
4641
- recordsIds?: InputMaybe<Array<Scalars['String']> | Scalars['String']>;
4642
- filters?: InputMaybe<Array<RecordFilterInput> | RecordFilterInput>;
4643
- }>;
4644
- export type DeactivateRecordsMutation = {
4645
- deactivateRecords: Array<{
4646
- id: string;
4647
- whoAmI: {
4648
- id: string;
4649
- label?: string | null;
4650
- subLabel?: string | null;
4651
- color?: string | null;
4652
- preview?: IPreviewScalar | null;
4653
- library: {
4654
- id: string;
4655
- label?: any | null;
4656
- };
4657
- };
4658
- }>;
4659
- };
4660
- export type DoesFileExistAsChildQueryVariables = Exact<{
4661
- parentNode?: InputMaybe<Scalars['ID']>;
4662
- treeId: Scalars['ID'];
4663
- filename: Scalars['String'];
4664
- }>;
4665
- export type DoesFileExistAsChildQuery = {
4666
- doesFileExistAsChild?: boolean | null;
4667
- };
4668
- export type GetFileDataQueryVariables = Exact<{
4669
- library: Scalars['ID'];
4670
- fileId: Scalars['String'];
4671
- previewsStatusAttribute: Scalars['ID'];
4672
- }>;
4673
- export type GetFileDataQuery = {
4674
- records: {
4675
- list: Array<{
4676
- id: string;
4677
- whoAmI: {
4678
- id: string;
4679
- label?: string | null;
4680
- subLabel?: string | null;
4681
- color?: string | null;
4682
- preview?: IPreviewScalar | null;
4683
- library: {
4358
+ label?: any | null;
4359
+ };
4360
+ };
4361
+ created_at: Array<{
4362
+ value?: any | null;
4363
+ }>;
4364
+ created_by: Array<{
4365
+ value?: {
4366
+ id: string;
4367
+ whoAmI: {
4368
+ id: string;
4369
+ label?: string | null;
4370
+ subLabel?: string | null;
4371
+ color?: string | null;
4372
+ preview?: IPreviewScalar | null;
4373
+ library: {
4374
+ id: string;
4375
+ label?: any | null;
4376
+ };
4377
+ };
4378
+ } | null;
4379
+ }>;
4380
+ modified_at: Array<{
4381
+ value?: any | null;
4382
+ }>;
4383
+ modified_by: Array<{
4384
+ value?: {
4385
+ id: string;
4386
+ whoAmI: {
4387
+ id: string;
4388
+ label?: string | null;
4389
+ subLabel?: string | null;
4390
+ color?: string | null;
4391
+ preview?: IPreviewScalar | null;
4392
+ library: {
4393
+ id: string;
4394
+ label?: any | null;
4395
+ };
4396
+ };
4397
+ } | null;
4398
+ }>;
4399
+ file_name: Array<{
4400
+ value?: any | null;
4401
+ }>;
4402
+ file_path: Array<{
4403
+ value?: any | null;
4404
+ }>;
4405
+ previews_status: Array<{
4406
+ value?: any | null;
4407
+ }>;
4408
+ library: {
4409
+ behavior: LibraryBehavior;
4410
+ };
4411
+ }>;
4412
+ };
4413
+ };
4414
+ export type RecordFormQueryVariables = Exact<{
4415
+ libraryId: Scalars['String'];
4416
+ formId: Scalars['String'];
4417
+ recordId?: InputMaybe<Scalars['String']>;
4418
+ version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
4419
+ }>;
4420
+ export type RecordFormQuery = {
4421
+ recordForm?: {
4422
+ id: string;
4423
+ recordId?: string | null;
4424
+ library: {
4425
+ id: string;
4426
+ };
4427
+ dependencyAttributes?: Array<{
4428
+ id: string;
4429
+ }> | null;
4430
+ elements: Array<{
4431
+ id: string;
4432
+ containerId: string;
4433
+ uiElementType: string;
4434
+ type: FormElementTypes;
4435
+ valueError?: string | null;
4436
+ values?: Array<{
4437
+ id_value?: string | null;
4438
+ isInherited?: boolean | null;
4439
+ isCalculated?: boolean | null;
4440
+ modified_at?: number | null;
4441
+ created_at?: number | null;
4442
+ linkValue?: {
4443
+ id: string;
4444
+ whoAmI: {
4445
+ id: string;
4446
+ label?: string | null;
4447
+ subLabel?: string | null;
4448
+ color?: string | null;
4449
+ preview?: IPreviewScalar | null;
4450
+ library: {
4451
+ id: string;
4452
+ label?: any | null;
4453
+ };
4454
+ };
4455
+ } | null;
4456
+ modified_by?: {
4457
+ id: string;
4458
+ whoAmI: {
4459
+ id: string;
4460
+ label?: string | null;
4461
+ subLabel?: string | null;
4462
+ color?: string | null;
4463
+ preview?: IPreviewScalar | null;
4464
+ library: {
4465
+ id: string;
4466
+ label?: any | null;
4467
+ };
4468
+ };
4469
+ } | null;
4470
+ created_by?: {
4471
+ id: string;
4472
+ whoAmI: {
4473
+ id: string;
4474
+ label?: string | null;
4475
+ subLabel?: string | null;
4476
+ color?: string | null;
4477
+ preview?: IPreviewScalar | null;
4478
+ library: {
4479
+ id: string;
4480
+ label?: any | null;
4481
+ };
4482
+ };
4483
+ } | null;
4484
+ version?: Array<{
4485
+ treeId: string;
4486
+ treeNode?: {
4487
+ id: string;
4488
+ record: {
4489
+ id: string;
4490
+ whoAmI: {
4491
+ id: string;
4492
+ label?: string | null;
4493
+ library: {
4494
+ id: string;
4495
+ };
4496
+ };
4497
+ };
4498
+ } | null;
4499
+ } | null> | null;
4500
+ attribute: {
4501
+ id: string;
4502
+ format?: AttributeFormat | null;
4503
+ type: AttributeType;
4504
+ system: boolean;
4505
+ };
4506
+ metadata?: Array<{
4507
+ name: string;
4508
+ value?: {
4509
+ id_value?: string | null;
4510
+ modified_at?: number | null;
4511
+ created_at?: number | null;
4512
+ payload?: any | null;
4513
+ raw_payload?: any | null;
4514
+ modified_by?: {
4515
+ id: string;
4516
+ whoAmI: {
4517
+ id: string;
4518
+ label?: string | null;
4519
+ subLabel?: string | null;
4520
+ color?: string | null;
4521
+ preview?: IPreviewScalar | null;
4522
+ library: {
4523
+ id: string;
4524
+ label?: any | null;
4525
+ };
4526
+ };
4527
+ } | null;
4528
+ created_by?: {
4529
+ id: string;
4530
+ whoAmI: {
4531
+ id: string;
4532
+ label?: string | null;
4533
+ subLabel?: string | null;
4534
+ color?: string | null;
4535
+ preview?: IPreviewScalar | null;
4536
+ library: {
4537
+ id: string;
4538
+ label?: any | null;
4539
+ };
4540
+ };
4541
+ } | null;
4542
+ version?: Array<{
4543
+ treeId: string;
4544
+ treeNode?: {
4545
+ id: string;
4546
+ record: {
4547
+ id: string;
4548
+ whoAmI: {
4549
+ id: string;
4550
+ label?: string | null;
4551
+ library: {
4552
+ id: string;
4553
+ };
4554
+ };
4555
+ };
4556
+ } | null;
4557
+ } | null> | null;
4558
+ } | null;
4559
+ } | null> | null;
4560
+ } | {
4561
+ id_value?: string | null;
4562
+ isInherited?: boolean | null;
4563
+ isCalculated?: boolean | null;
4564
+ modified_at?: number | null;
4565
+ created_at?: number | null;
4566
+ treeValue?: {
4567
+ id: string;
4568
+ record: {
4569
+ id: string;
4570
+ whoAmI: {
4571
+ id: string;
4572
+ label?: string | null;
4573
+ subLabel?: string | null;
4574
+ color?: string | null;
4575
+ preview?: IPreviewScalar | null;
4576
+ library: {
4577
+ id: string;
4578
+ label?: any | null;
4579
+ };
4580
+ };
4581
+ };
4582
+ ancestors?: Array<{
4583
+ record: {
4584
+ id: string;
4585
+ whoAmI: {
4586
+ id: string;
4587
+ label?: string | null;
4588
+ subLabel?: string | null;
4589
+ color?: string | null;
4590
+ preview?: IPreviewScalar | null;
4591
+ library: {
4592
+ id: string;
4593
+ label?: any | null;
4594
+ };
4595
+ };
4596
+ };
4597
+ }> | null;
4598
+ } | null;
4599
+ modified_by?: {
4600
+ id: string;
4601
+ whoAmI: {
4602
+ id: string;
4603
+ label?: string | null;
4604
+ subLabel?: string | null;
4605
+ color?: string | null;
4606
+ preview?: IPreviewScalar | null;
4607
+ library: {
4608
+ id: string;
4609
+ label?: any | null;
4610
+ };
4611
+ };
4612
+ } | null;
4613
+ created_by?: {
4684
4614
  id: string;
4685
- label?: any | null;
4615
+ whoAmI: {
4616
+ id: string;
4617
+ label?: string | null;
4618
+ subLabel?: string | null;
4619
+ color?: string | null;
4620
+ preview?: IPreviewScalar | null;
4621
+ library: {
4622
+ id: string;
4623
+ label?: any | null;
4624
+ };
4625
+ };
4626
+ } | null;
4627
+ version?: Array<{
4628
+ treeId: string;
4629
+ treeNode?: {
4630
+ id: string;
4631
+ record: {
4632
+ id: string;
4633
+ whoAmI: {
4634
+ id: string;
4635
+ label?: string | null;
4636
+ library: {
4637
+ id: string;
4638
+ };
4639
+ };
4640
+ };
4641
+ } | null;
4642
+ } | null> | null;
4643
+ attribute: {
4644
+ id: string;
4645
+ format?: AttributeFormat | null;
4646
+ type: AttributeType;
4647
+ system: boolean;
4686
4648
  };
4687
- };
4688
- created_at: Array<{
4649
+ metadata?: Array<{
4650
+ name: string;
4651
+ value?: {
4652
+ id_value?: string | null;
4653
+ modified_at?: number | null;
4654
+ created_at?: number | null;
4655
+ payload?: any | null;
4656
+ raw_payload?: any | null;
4657
+ modified_by?: {
4658
+ id: string;
4659
+ whoAmI: {
4660
+ id: string;
4661
+ label?: string | null;
4662
+ subLabel?: string | null;
4663
+ color?: string | null;
4664
+ preview?: IPreviewScalar | null;
4665
+ library: {
4666
+ id: string;
4667
+ label?: any | null;
4668
+ };
4669
+ };
4670
+ } | null;
4671
+ created_by?: {
4672
+ id: string;
4673
+ whoAmI: {
4674
+ id: string;
4675
+ label?: string | null;
4676
+ subLabel?: string | null;
4677
+ color?: string | null;
4678
+ preview?: IPreviewScalar | null;
4679
+ library: {
4680
+ id: string;
4681
+ label?: any | null;
4682
+ };
4683
+ };
4684
+ } | null;
4685
+ version?: Array<{
4686
+ treeId: string;
4687
+ treeNode?: {
4688
+ id: string;
4689
+ record: {
4690
+ id: string;
4691
+ whoAmI: {
4692
+ id: string;
4693
+ label?: string | null;
4694
+ library: {
4695
+ id: string;
4696
+ };
4697
+ };
4698
+ };
4699
+ } | null;
4700
+ } | null> | null;
4701
+ } | null;
4702
+ } | null> | null;
4703
+ } | {
4704
+ payload?: any | null;
4705
+ raw_payload?: any | null;
4689
4706
  value?: any | null;
4690
- }>;
4691
- created_by: Array<{
4692
- value?: {
4707
+ raw_value?: any | null;
4708
+ id_value?: string | null;
4709
+ isInherited?: boolean | null;
4710
+ isCalculated?: boolean | null;
4711
+ modified_at?: number | null;
4712
+ created_at?: number | null;
4713
+ modified_by?: {
4693
4714
  id: string;
4694
4715
  whoAmI: {
4695
4716
  id: string;
@@ -4703,12 +4724,7 @@ export type GetFileDataQuery = {
4703
4724
  };
4704
4725
  };
4705
4726
  } | null;
4706
- }>;
4707
- modified_at: Array<{
4708
- value?: any | null;
4709
- }>;
4710
- modified_by: Array<{
4711
- value?: {
4727
+ created_by?: {
4712
4728
  id: string;
4713
4729
  whoAmI: {
4714
4730
  id: string;
@@ -4722,43 +4738,83 @@ export type GetFileDataQuery = {
4722
4738
  };
4723
4739
  };
4724
4740
  } | null;
4725
- }>;
4726
- file_name: Array<{
4727
- value?: any | null;
4728
- }>;
4729
- file_path: Array<{
4730
- value?: any | null;
4731
- }>;
4732
- previews_status: Array<{
4733
- value?: any | null;
4734
- }>;
4735
- library: {
4736
- behavior: LibraryBehavior;
4737
- };
4738
- }>;
4739
- };
4740
- };
4741
- export type RecordFormQueryVariables = Exact<{
4742
- libraryId: Scalars['String'];
4743
- formId: Scalars['String'];
4744
- recordId?: InputMaybe<Scalars['String']>;
4745
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
4746
- }>;
4747
- export type RecordFormQuery = {
4748
- recordForm?: {
4749
- id: string;
4750
- recordId?: string | null;
4751
- library: {
4752
- id: string;
4753
- };
4754
- dependencyAttributes?: Array<{
4755
- id: string;
4756
- }> | null;
4757
- elements: Array<{
4758
- id: string;
4759
- containerId: string;
4760
- uiElementType: string;
4761
- type: FormElementTypes;
4741
+ version?: Array<{
4742
+ treeId: string;
4743
+ treeNode?: {
4744
+ id: string;
4745
+ record: {
4746
+ id: string;
4747
+ whoAmI: {
4748
+ id: string;
4749
+ label?: string | null;
4750
+ library: {
4751
+ id: string;
4752
+ };
4753
+ };
4754
+ };
4755
+ } | null;
4756
+ } | null> | null;
4757
+ attribute: {
4758
+ id: string;
4759
+ format?: AttributeFormat | null;
4760
+ type: AttributeType;
4761
+ system: boolean;
4762
+ };
4763
+ metadata?: Array<{
4764
+ name: string;
4765
+ value?: {
4766
+ id_value?: string | null;
4767
+ modified_at?: number | null;
4768
+ created_at?: number | null;
4769
+ payload?: any | null;
4770
+ raw_payload?: any | null;
4771
+ modified_by?: {
4772
+ id: string;
4773
+ whoAmI: {
4774
+ id: string;
4775
+ label?: string | null;
4776
+ subLabel?: string | null;
4777
+ color?: string | null;
4778
+ preview?: IPreviewScalar | null;
4779
+ library: {
4780
+ id: string;
4781
+ label?: any | null;
4782
+ };
4783
+ };
4784
+ } | null;
4785
+ created_by?: {
4786
+ id: string;
4787
+ whoAmI: {
4788
+ id: string;
4789
+ label?: string | null;
4790
+ subLabel?: string | null;
4791
+ color?: string | null;
4792
+ preview?: IPreviewScalar | null;
4793
+ library: {
4794
+ id: string;
4795
+ label?: any | null;
4796
+ };
4797
+ };
4798
+ } | null;
4799
+ version?: Array<{
4800
+ treeId: string;
4801
+ treeNode?: {
4802
+ id: string;
4803
+ record: {
4804
+ id: string;
4805
+ whoAmI: {
4806
+ id: string;
4807
+ label?: string | null;
4808
+ library: {
4809
+ id: string;
4810
+ };
4811
+ };
4812
+ };
4813
+ } | null;
4814
+ } | null> | null;
4815
+ } | null;
4816
+ } | null> | null;
4817
+ }> | null;
4762
4818
  attribute?: {
4763
4819
  id: string;
4764
4820
  label?: any | null;
@@ -5874,205 +5930,7 @@ export type TreeNodeChildrenQuery = {
5874
5930
  library: {
5875
5931
  id: string;
5876
5932
  label?: any | null;
5877
- };
5878
- whoAmI: {
5879
- id: string;
5880
- label?: string | null;
5881
- subLabel?: string | null;
5882
- color?: string | null;
5883
- preview?: IPreviewScalar | null;
5884
- library: {
5885
- id: string;
5886
- label?: any | null;
5887
- };
5888
- };
5889
- };
5890
- }> | null;
5891
- permissions: {
5892
- access_tree: boolean;
5893
- detach: boolean;
5894
- edit_children: boolean;
5895
- };
5896
- }>;
5897
- };
5898
- };
5899
- export type GetUserDataQueryVariables = Exact<{
5900
- keys: Array<Scalars['String']> | Scalars['String'];
5901
- global?: InputMaybe<Scalars['Boolean']>;
5902
- }>;
5903
- export type GetUserDataQuery = {
5904
- userData: {
5905
- global: boolean;
5906
- data?: any | null;
5907
- };
5908
- };
5909
- export type SaveUserDataMutationVariables = Exact<{
5910
- key: Scalars['String'];
5911
- value?: InputMaybe<Scalars['Any']>;
5912
- global: Scalars['Boolean'];
5913
- }>;
5914
- export type SaveUserDataMutation = {
5915
- saveUserData: {
5916
- global: boolean;
5917
- data?: any | null;
5918
- };
5919
- };
5920
- export type DeleteValueMutationVariables = Exact<{
5921
- library: Scalars['ID'];
5922
- recordId: Scalars['ID'];
5923
- attribute: Scalars['ID'];
5924
- value?: InputMaybe<ValueInput>;
5925
- }>;
5926
- export type DeleteValueMutation = {
5927
- deleteValue: Array<{
5928
- id_value?: string | null;
5929
- isInherited?: boolean | null;
5930
- isCalculated?: boolean | null;
5931
- modified_at?: number | null;
5932
- created_at?: number | null;
5933
- linkValue?: {
5934
- id: string;
5935
- whoAmI: {
5936
- id: string;
5937
- label?: string | null;
5938
- subLabel?: string | null;
5939
- color?: string | null;
5940
- preview?: IPreviewScalar | null;
5941
- library: {
5942
- id: string;
5943
- label?: any | null;
5944
- };
5945
- };
5946
- } | null;
5947
- modified_by?: {
5948
- id: string;
5949
- whoAmI: {
5950
- id: string;
5951
- label?: string | null;
5952
- subLabel?: string | null;
5953
- color?: string | null;
5954
- preview?: IPreviewScalar | null;
5955
- library: {
5956
- id: string;
5957
- label?: any | null;
5958
- };
5959
- };
5960
- } | null;
5961
- created_by?: {
5962
- id: string;
5963
- whoAmI: {
5964
- id: string;
5965
- label?: string | null;
5966
- subLabel?: string | null;
5967
- color?: string | null;
5968
- preview?: IPreviewScalar | null;
5969
- library: {
5970
- id: string;
5971
- label?: any | null;
5972
- };
5973
- };
5974
- } | null;
5975
- version?: Array<{
5976
- treeId: string;
5977
- treeNode?: {
5978
- id: string;
5979
- record: {
5980
- id: string;
5981
- whoAmI: {
5982
- id: string;
5983
- label?: string | null;
5984
- library: {
5985
- id: string;
5986
- };
5987
- };
5988
- };
5989
- } | null;
5990
- } | null> | null;
5991
- attribute: {
5992
- id: string;
5993
- format?: AttributeFormat | null;
5994
- type: AttributeType;
5995
- system: boolean;
5996
- };
5997
- metadata?: Array<{
5998
- name: string;
5999
- value?: {
6000
- id_value?: string | null;
6001
- modified_at?: number | null;
6002
- created_at?: number | null;
6003
- payload?: any | null;
6004
- raw_payload?: any | null;
6005
- modified_by?: {
6006
- id: string;
6007
- whoAmI: {
6008
- id: string;
6009
- label?: string | null;
6010
- subLabel?: string | null;
6011
- color?: string | null;
6012
- preview?: IPreviewScalar | null;
6013
- library: {
6014
- id: string;
6015
- label?: any | null;
6016
- };
6017
- };
6018
- } | null;
6019
- created_by?: {
6020
- id: string;
6021
- whoAmI: {
6022
- id: string;
6023
- label?: string | null;
6024
- subLabel?: string | null;
6025
- color?: string | null;
6026
- preview?: IPreviewScalar | null;
6027
- library: {
6028
- id: string;
6029
- label?: any | null;
6030
- };
6031
- };
6032
- } | null;
6033
- version?: Array<{
6034
- treeId: string;
6035
- treeNode?: {
6036
- id: string;
6037
- record: {
6038
- id: string;
6039
- whoAmI: {
6040
- id: string;
6041
- label?: string | null;
6042
- library: {
6043
- id: string;
6044
- };
6045
- };
6046
- };
6047
- } | null;
6048
- } | null> | null;
6049
- } | null;
6050
- } | null> | null;
6051
- } | {
6052
- id_value?: string | null;
6053
- isInherited?: boolean | null;
6054
- isCalculated?: boolean | null;
6055
- modified_at?: number | null;
6056
- created_at?: number | null;
6057
- treeValue?: {
6058
- id: string;
6059
- record: {
6060
- id: string;
6061
- whoAmI: {
6062
- id: string;
6063
- label?: string | null;
6064
- subLabel?: string | null;
6065
- color?: string | null;
6066
- preview?: IPreviewScalar | null;
6067
- library: {
6068
- id: string;
6069
- label?: any | null;
6070
- };
6071
- };
6072
- };
6073
- ancestors?: Array<{
6074
- record: {
6075
- id: string;
5933
+ };
6076
5934
  whoAmI: {
6077
5935
  id: string;
6078
5936
  label?: string | null;
@@ -6086,6 +5944,61 @@ export type DeleteValueMutation = {
6086
5944
  };
6087
5945
  };
6088
5946
  }> | null;
5947
+ permissions: {
5948
+ access_tree: boolean;
5949
+ detach: boolean;
5950
+ edit_children: boolean;
5951
+ };
5952
+ }>;
5953
+ };
5954
+ };
5955
+ export type GetUserDataQueryVariables = Exact<{
5956
+ keys: Array<Scalars['String']> | Scalars['String'];
5957
+ global?: InputMaybe<Scalars['Boolean']>;
5958
+ }>;
5959
+ export type GetUserDataQuery = {
5960
+ userData: {
5961
+ global: boolean;
5962
+ data?: any | null;
5963
+ };
5964
+ };
5965
+ export type SaveUserDataMutationVariables = Exact<{
5966
+ key: Scalars['String'];
5967
+ value?: InputMaybe<Scalars['Any']>;
5968
+ global: Scalars['Boolean'];
5969
+ }>;
5970
+ export type SaveUserDataMutation = {
5971
+ saveUserData: {
5972
+ global: boolean;
5973
+ data?: any | null;
5974
+ };
5975
+ };
5976
+ export type DeleteValueMutationVariables = Exact<{
5977
+ library: Scalars['ID'];
5978
+ recordId: Scalars['ID'];
5979
+ attribute: Scalars['ID'];
5980
+ value?: InputMaybe<ValueInput>;
5981
+ }>;
5982
+ export type DeleteValueMutation = {
5983
+ deleteValue: Array<{
5984
+ id_value?: string | null;
5985
+ isInherited?: boolean | null;
5986
+ isCalculated?: boolean | null;
5987
+ modified_at?: number | null;
5988
+ created_at?: number | null;
5989
+ linkValue?: {
5990
+ id: string;
5991
+ whoAmI: {
5992
+ id: string;
5993
+ label?: string | null;
5994
+ subLabel?: string | null;
5995
+ color?: string | null;
5996
+ preview?: IPreviewScalar | null;
5997
+ library: {
5998
+ id: string;
5999
+ label?: any | null;
6000
+ };
6001
+ };
6089
6002
  } | null;
6090
6003
  modified_by?: {
6091
6004
  id: string;
@@ -6192,15 +6105,44 @@ export type DeleteValueMutation = {
6192
6105
  } | null;
6193
6106
  } | null> | null;
6194
6107
  } | {
6195
- payload?: any | null;
6196
- raw_payload?: any | null;
6197
- value?: any | null;
6198
- raw_value?: any | null;
6199
6108
  id_value?: string | null;
6200
6109
  isInherited?: boolean | null;
6201
6110
  isCalculated?: boolean | null;
6202
6111
  modified_at?: number | null;
6203
6112
  created_at?: number | null;
6113
+ treeValue?: {
6114
+ id: string;
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
+ ancestors?: Array<{
6130
+ record: {
6131
+ id: string;
6132
+ whoAmI: {
6133
+ id: string;
6134
+ label?: string | null;
6135
+ subLabel?: string | null;
6136
+ color?: string | null;
6137
+ preview?: IPreviewScalar | null;
6138
+ library: {
6139
+ id: string;
6140
+ label?: any | null;
6141
+ };
6142
+ };
6143
+ };
6144
+ }> | null;
6145
+ } | null;
6204
6146
  modified_by?: {
6205
6147
  id: string;
6206
6148
  whoAmI: {
@@ -6305,24 +6247,16 @@ export type DeleteValueMutation = {
6305
6247
  } | null> | null;
6306
6248
  } | null;
6307
6249
  } | null> | null;
6308
- }>;
6309
- };
6310
- export type RunActionsListAndFormatOnValueQueryVariables = Exact<{
6311
- library: Scalars['ID'];
6312
- value?: InputMaybe<ValueBatchInput>;
6313
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
6314
- }>;
6315
- export type RunActionsListAndFormatOnValueQuery = {
6316
- runActionsListAndFormatOnValue: Array<{
6250
+ } | {
6251
+ payload?: any | null;
6252
+ raw_payload?: any | null;
6253
+ value?: any | null;
6254
+ raw_value?: any | null;
6317
6255
  id_value?: string | null;
6318
6256
  isInherited?: boolean | null;
6319
6257
  isCalculated?: boolean | null;
6320
6258
  modified_at?: number | null;
6321
6259
  created_at?: number | null;
6322
- payload?: any | null;
6323
- raw_payload?: any | null;
6324
- value?: any | null;
6325
- raw_value?: any | null;
6326
6260
  modified_by?: {
6327
6261
  id: string;
6328
6262
  whoAmI: {
@@ -7102,6 +7036,27 @@ export type ExplorerAttributesQuery = {
7102
7036
  id: string;
7103
7037
  label?: any | null;
7104
7038
  } | null;
7039
+ values_list?: {
7040
+ allowFreeEntry?: boolean | null;
7041
+ enable: boolean;
7042
+ values?: Array<{
7043
+ id: string;
7044
+ whoAmI: {
7045
+ id: string;
7046
+ library: {
7047
+ id: string;
7048
+ };
7049
+ };
7050
+ }> | null;
7051
+ } | null;
7052
+ permissions: {
7053
+ access_attribute: boolean;
7054
+ };
7055
+ } | {
7056
+ id: string;
7057
+ type: AttributeType;
7058
+ format?: AttributeFormat | null;
7059
+ label?: any | null;
7105
7060
  permissions: {
7106
7061
  access_attribute: boolean;
7107
7062
  };
@@ -7110,6 +7065,10 @@ export type ExplorerAttributesQuery = {
7110
7065
  type: AttributeType;
7111
7066
  format?: AttributeFormat | null;
7112
7067
  label?: any | null;
7068
+ linked_tree?: {
7069
+ id: string;
7070
+ label?: any | null;
7071
+ } | null;
7113
7072
  permissions: {
7114
7073
  access_attribute: boolean;
7115
7074
  };
@@ -7129,6 +7088,19 @@ export type ExplorerLinkAttributeQuery = {
7129
7088
  id: string;
7130
7089
  label?: any | null;
7131
7090
  } | null;
7091
+ values_list?: {
7092
+ allowFreeEntry?: boolean | null;
7093
+ enable: boolean;
7094
+ values?: Array<{
7095
+ id: string;
7096
+ whoAmI: {
7097
+ id: string;
7098
+ library: {
7099
+ id: string;
7100
+ };
7101
+ };
7102
+ }> | null;
7103
+ } | null;
7132
7104
  permissions: {
7133
7105
  access_attribute: boolean;
7134
7106
  edit_value: boolean;
@@ -7140,6 +7112,18 @@ export type ExplorerLinkAttributeQuery = {
7140
7112
  access_attribute: boolean;
7141
7113
  edit_value: boolean;
7142
7114
  };
7115
+ } | {
7116
+ label?: any | null;
7117
+ id: string;
7118
+ multiple_values: boolean;
7119
+ linked_tree?: {
7120
+ id: string;
7121
+ label?: any | null;
7122
+ } | null;
7123
+ permissions: {
7124
+ access_attribute: boolean;
7125
+ edit_value: boolean;
7126
+ };
7143
7127
  }>;
7144
7128
  } | null;
7145
7129
  };
@@ -7450,23 +7434,6 @@ export type UpdateViewMutation = {
7450
7434
  }> | null;
7451
7435
  };
7452
7436
  };
7453
- export type GetJoinLibraryMandatoryAttributeValuesQueryVariables = Exact<{
7454
- joinLibraryId: Scalars['ID'];
7455
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
7456
- mandatoryAttributeId: Scalars['ID'];
7457
- }>;
7458
- export type GetJoinLibraryMandatoryAttributeValuesQuery = {
7459
- records: {
7460
- list: Array<{
7461
- id: string;
7462
- property: Array<{
7463
- payload?: {
7464
- id: string;
7465
- } | null;
7466
- }>;
7467
- }>;
7468
- };
7469
- };
7470
7437
  export type TreeDataQueryQueryVariables = Exact<{
7471
7438
  treeId: Scalars['ID'];
7472
7439
  }>;
@@ -7483,14 +7450,13 @@ export declare const DetailsApplicationFragmentDoc: Apollo.DocumentNode;
7483
7450
  export declare const AttributeDetailsFragmentDoc: Apollo.DocumentNode;
7484
7451
  export declare const AttributesByLibLinkAttributeFragmentDoc: Apollo.DocumentNode;
7485
7452
  export declare const AttributesByLibAttributeFragmentDoc: Apollo.DocumentNode;
7486
- export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
7487
- export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
7488
- export declare const RecordFormElementValuesFragmentDoc: Apollo.DocumentNode;
7489
7453
  export declare const LibraryLightFragmentDoc: Apollo.DocumentNode;
7490
7454
  export declare const LibraryLinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7491
7455
  export declare const LibraryAttributesFragmentDoc: Apollo.DocumentNode;
7492
7456
  export declare const LibraryPreviewsSettingsFragmentDoc: Apollo.DocumentNode;
7493
7457
  export declare const LibraryDetailsFragmentDoc: Apollo.DocumentNode;
7458
+ export declare const ValuesVersionDetailsFragmentDoc: Apollo.DocumentNode;
7459
+ export declare const ValueDetailsFragmentDoc: Apollo.DocumentNode;
7494
7460
  export declare const StandardValuesListFragmentFragmentDoc: Apollo.DocumentNode;
7495
7461
  export declare const RecordFormAttributeFragmentDoc: Apollo.DocumentNode;
7496
7462
  export declare const JoinLibraryContextFragmentDoc: Apollo.DocumentNode;
@@ -7503,6 +7469,7 @@ export declare const ViewDetailsFragmentDoc: Apollo.DocumentNode;
7503
7469
  export declare const AttributesByLibLinkAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7504
7470
  export declare const AttributesByLibAttributeWithPermissionsFragmentDoc: Apollo.DocumentNode;
7505
7471
  export declare const LinkAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7472
+ export declare const TreeAttributeDetailsFragmentDoc: Apollo.DocumentNode;
7506
7473
  export declare const AttributePropertiesFragmentDoc: Apollo.DocumentNode;
7507
7474
  export declare const PropertyValueFragmentDoc: Apollo.DocumentNode;
7508
7475
  export declare const LinkPropertyFragmentDoc: Apollo.DocumentNode;
@@ -8053,52 +8020,6 @@ export declare function useUploadMutation(baseOptions?: Apollo.MutationHookOptio
8053
8020
  export type UploadMutationHookResult = ReturnType<typeof useUploadMutation>;
8054
8021
  export type UploadMutationResult = Apollo.MutationResult<UploadMutation>;
8055
8022
  export type UploadMutationOptions = Apollo.BaseMutationOptions<UploadMutation, UploadMutationVariables>;
8056
- export declare const GetRecordFormElementsValuesDocument: Apollo.DocumentNode;
8057
- /**
8058
- * __useGetRecordFormElementsValuesQuery__
8059
- *
8060
- * To run a query within a React component, call `useGetRecordFormElementsValuesQuery` and pass it any options that fit your needs.
8061
- * When your component renders, `useGetRecordFormElementsValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
8062
- * you can use to render your UI.
8063
- *
8064
- * @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;
8065
- *
8066
- * @example
8067
- * const { data, loading, error } = useGetRecordFormElementsValuesQuery({
8068
- * variables: {
8069
- * recordId: // value for 'recordId'
8070
- * libraryId: // value for 'libraryId'
8071
- * formId: // value for 'formId'
8072
- * version: // value for 'version'
8073
- * elementIds: // value for 'elementIds'
8074
- * },
8075
- * });
8076
- */
8077
- export declare function useGetRecordFormElementsValuesQuery(baseOptions: Apollo.QueryHookOptions<GetRecordFormElementsValuesQuery, GetRecordFormElementsValuesQueryVariables>): Apollo.QueryResult<GetRecordFormElementsValuesQuery, Exact<{
8078
- recordId?: InputMaybe<Scalars["String"]>;
8079
- libraryId: Scalars["String"];
8080
- formId: Scalars["String"];
8081
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8082
- elementIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8083
- }>>;
8084
- export declare function useGetRecordFormElementsValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordFormElementsValuesQuery, GetRecordFormElementsValuesQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordFormElementsValuesQuery, Exact<{
8085
- recordId?: InputMaybe<Scalars["String"]>;
8086
- libraryId: Scalars["String"];
8087
- formId: Scalars["String"];
8088
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8089
- elementIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8090
- }>>;
8091
- export declare function useGetRecordFormElementsValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordFormElementsValuesQuery, GetRecordFormElementsValuesQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordFormElementsValuesQuery, Exact<{
8092
- recordId?: InputMaybe<Scalars["String"]>;
8093
- libraryId: Scalars["String"];
8094
- formId: Scalars["String"];
8095
- version?: InputMaybe<Array<ValueVersionInput> | ValueVersionInput>;
8096
- elementIds?: InputMaybe<Array<Scalars["ID"]> | Scalars["ID"]>;
8097
- }>>;
8098
- export type GetRecordFormElementsValuesQueryHookResult = ReturnType<typeof useGetRecordFormElementsValuesQuery>;
8099
- export type GetRecordFormElementsValuesLazyQueryHookResult = ReturnType<typeof useGetRecordFormElementsValuesLazyQuery>;
8100
- export type GetRecordFormElementsValuesSuspenseQueryHookResult = ReturnType<typeof useGetRecordFormElementsValuesSuspenseQuery>;
8101
- export type GetRecordFormElementsValuesQueryResult = Apollo.QueryResult<GetRecordFormElementsValuesQuery, GetRecordFormElementsValuesQueryVariables>;
8102
8023
  export declare const ImportExcelDocument: Apollo.DocumentNode;
8103
8024
  export type ImportExcelMutationFn = Apollo.MutationFunction<ImportExcelMutation, ImportExcelMutationVariables>;
8104
8025
  /**
@@ -8398,6 +8319,31 @@ export declare function useActivateRecordsMutation(baseOptions?: Apollo.Mutation
8398
8319
  export type ActivateRecordsMutationHookResult = ReturnType<typeof useActivateRecordsMutation>;
8399
8320
  export type ActivateRecordsMutationResult = Apollo.MutationResult<ActivateRecordsMutation>;
8400
8321
  export type ActivateRecordsMutationOptions = Apollo.BaseMutationOptions<ActivateRecordsMutation, ActivateRecordsMutationVariables>;
8322
+ export declare const CreateEmptyRecordDocument: Apollo.DocumentNode;
8323
+ export type CreateEmptyRecordMutationFn = Apollo.MutationFunction<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8324
+ /**
8325
+ * __useCreateEmptyRecordMutation__
8326
+ *
8327
+ * To run a mutation, you first call `useCreateEmptyRecordMutation` within a React component and pass it any options that fit your needs.
8328
+ * When your component renders, `useCreateEmptyRecordMutation` returns a tuple that includes:
8329
+ * - A mutate function that you can call at any time to execute the mutation
8330
+ * - An object with fields that represent the current status of the mutation's execution
8331
+ *
8332
+ * @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;
8333
+ *
8334
+ * @example
8335
+ * const [createEmptyRecordMutation, { data, loading, error }] = useCreateEmptyRecordMutation({
8336
+ * variables: {
8337
+ * library: // value for 'library'
8338
+ * },
8339
+ * });
8340
+ */
8341
+ export declare function useCreateEmptyRecordMutation(baseOptions?: Apollo.MutationHookOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>): Apollo.MutationTuple<CreateEmptyRecordMutation, Exact<{
8342
+ library: Scalars["ID"];
8343
+ }>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
8344
+ export type CreateEmptyRecordMutationHookResult = ReturnType<typeof useCreateEmptyRecordMutation>;
8345
+ export type CreateEmptyRecordMutationResult = Apollo.MutationResult<CreateEmptyRecordMutation>;
8346
+ export type CreateEmptyRecordMutationOptions = Apollo.BaseMutationOptions<CreateEmptyRecordMutation, CreateEmptyRecordMutationVariables>;
8401
8347
  export declare const CreateRecordDocument: Apollo.DocumentNode;
8402
8348
  export type CreateRecordMutationFn = Apollo.MutationFunction<CreateRecordMutation, CreateRecordMutationVariables>;
8403
8349
  /**
@@ -8993,44 +8939,6 @@ export declare function useDeleteValueMutation(baseOptions?: Apollo.MutationHook
8993
8939
  export type DeleteValueMutationHookResult = ReturnType<typeof useDeleteValueMutation>;
8994
8940
  export type DeleteValueMutationResult = Apollo.MutationResult<DeleteValueMutation>;
8995
8941
  export type DeleteValueMutationOptions = Apollo.BaseMutationOptions<DeleteValueMutation, DeleteValueMutationVariables>;
8996
- export declare const RunActionsListAndFormatOnValueDocument: Apollo.DocumentNode;
8997
- /**
8998
- * __useRunActionsListAndFormatOnValueQuery__
8999
- *
9000
- * To run a query within a React component, call `useRunActionsListAndFormatOnValueQuery` and pass it any options that fit your needs.
9001
- * When your component renders, `useRunActionsListAndFormatOnValueQuery` returns an object from Apollo Client that contains loading, error, and data properties
9002
- * you can use to render your UI.
9003
- *
9004
- * @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;
9005
- *
9006
- * @example
9007
- * const { data, loading, error } = useRunActionsListAndFormatOnValueQuery({
9008
- * variables: {
9009
- * library: // value for 'library'
9010
- * value: // value for 'value'
9011
- * version: // value for 'version'
9012
- * },
9013
- * });
9014
- */
9015
- export declare function useRunActionsListAndFormatOnValueQuery(baseOptions: Apollo.QueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
9016
- library: Scalars["ID"];
9017
- value?: InputMaybe<ValueBatchInput>;
9018
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
9019
- }>>;
9020
- export declare function useRunActionsListAndFormatOnValueLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.LazyQueryResultTuple<RunActionsListAndFormatOnValueQuery, Exact<{
9021
- library: Scalars["ID"];
9022
- value?: InputMaybe<ValueBatchInput>;
9023
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
9024
- }>>;
9025
- export declare function useRunActionsListAndFormatOnValueSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>): Apollo.UseSuspenseQueryResult<RunActionsListAndFormatOnValueQuery, Exact<{
9026
- library: Scalars["ID"];
9027
- value?: InputMaybe<ValueBatchInput>;
9028
- version?: InputMaybe<Array<InputMaybe<ValueVersionInput>> | InputMaybe<ValueVersionInput>>;
9029
- }>>;
9030
- export type RunActionsListAndFormatOnValueQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueQuery>;
9031
- export type RunActionsListAndFormatOnValueLazyQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueLazyQuery>;
9032
- export type RunActionsListAndFormatOnValueSuspenseQueryHookResult = ReturnType<typeof useRunActionsListAndFormatOnValueSuspenseQuery>;
9033
- export type RunActionsListAndFormatOnValueQueryResult = Apollo.QueryResult<RunActionsListAndFormatOnValueQuery, RunActionsListAndFormatOnValueQueryVariables>;
9034
8942
  export declare const SaveValueBatchDocument: Apollo.DocumentNode;
9035
8943
  export type SaveValueBatchMutationFn = Apollo.MutationFunction<SaveValueBatchMutation, SaveValueBatchMutationVariables>;
9036
8944
  /**
@@ -9504,44 +9412,6 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
9504
9412
  export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
9505
9413
  export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
9506
9414
  export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
9507
- export declare const GetJoinLibraryMandatoryAttributeValuesDocument: Apollo.DocumentNode;
9508
- /**
9509
- * __useGetJoinLibraryMandatoryAttributeValuesQuery__
9510
- *
9511
- * To run a query within a React component, call `useGetJoinLibraryMandatoryAttributeValuesQuery` and pass it any options that fit your needs.
9512
- * When your component renders, `useGetJoinLibraryMandatoryAttributeValuesQuery` returns an object from Apollo Client that contains loading, error, and data properties
9513
- * you can use to render your UI.
9514
- *
9515
- * @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;
9516
- *
9517
- * @example
9518
- * const { data, loading, error } = useGetJoinLibraryMandatoryAttributeValuesQuery({
9519
- * variables: {
9520
- * joinLibraryId: // value for 'joinLibraryId'
9521
- * filters: // value for 'filters'
9522
- * mandatoryAttributeId: // value for 'mandatoryAttributeId'
9523
- * },
9524
- * });
9525
- */
9526
- export declare function useGetJoinLibraryMandatoryAttributeValuesQuery(baseOptions: Apollo.QueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.QueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9527
- joinLibraryId: Scalars["ID"];
9528
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9529
- mandatoryAttributeId: Scalars["ID"];
9530
- }>>;
9531
- export declare function useGetJoinLibraryMandatoryAttributeValuesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.LazyQueryResultTuple<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9532
- joinLibraryId: Scalars["ID"];
9533
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9534
- mandatoryAttributeId: Scalars["ID"];
9535
- }>>;
9536
- export declare function useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>): Apollo.UseSuspenseQueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, Exact<{
9537
- joinLibraryId: Scalars["ID"];
9538
- filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
9539
- mandatoryAttributeId: Scalars["ID"];
9540
- }>>;
9541
- export type GetJoinLibraryMandatoryAttributeValuesQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesQuery>;
9542
- export type GetJoinLibraryMandatoryAttributeValuesLazyQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesLazyQuery>;
9543
- export type GetJoinLibraryMandatoryAttributeValuesSuspenseQueryHookResult = ReturnType<typeof useGetJoinLibraryMandatoryAttributeValuesSuspenseQuery>;
9544
- export type GetJoinLibraryMandatoryAttributeValuesQueryResult = Apollo.QueryResult<GetJoinLibraryMandatoryAttributeValuesQuery, GetJoinLibraryMandatoryAttributeValuesQueryVariables>;
9545
9415
  export declare const TreeDataQueryDocument: Apollo.DocumentNode;
9546
9416
  /**
9547
9417
  * __useTreeDataQueryQuery__