@leav/ui 1.12.0 → 1.13.0-2d58210a
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.
- package/dist/__mocks__/utils.d.ts +3 -0
- package/dist/__mocks__/utils.js +2 -0
- package/dist/__mocks__/utils.js.map +1 -0
- package/dist/_gqlTypes/index.d.ts +411 -90
- package/dist/_gqlTypes/index.js +276 -51
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +6 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/components/Explorer/DataView.js +31 -14
- package/dist/components/Explorer/DataView.js.map +1 -1
- package/dist/components/Explorer/_constants.d.ts +0 -1
- package/dist/components/Explorer/_constants.js +0 -1
- package/dist/components/Explorer/_constants.js.map +1 -1
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js +22 -10
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/ResultsCount.js +2 -2
- package/dist/components/Explorer/actions-mass/ResultsCount.js.map +1 -1
- package/dist/components/Explorer/actions-mass/edit-attribute/EditAttributeMassActionModal.d.ts +4 -9
- package/dist/components/Explorer/actions-mass/edit-attribute/EditAttributeMassActionModal.js +3 -11
- package/dist/components/Explorer/actions-mass/edit-attribute/EditAttributeMassActionModal.js.map +1 -1
- package/dist/components/Explorer/actions-mass/edit-attribute/EditTreeAttributeValuesMapping.d.ts +8 -8
- package/dist/components/Explorer/actions-mass/edit-attribute/EditTreeAttributeValuesMapping.js +26 -13
- package/dist/components/Explorer/actions-mass/edit-attribute/EditTreeAttributeValuesMapping.js.map +1 -1
- package/dist/components/Explorer/actions-mass/edit-attribute/TreeNodeRemap.d.ts +7 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/TreeNodeRemap.js +30 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/TreeNodeRemap.js.map +1 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/_types.d.ts +23 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/_types.js +2 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/_types.js.map +1 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useMassEditableAttributes.d.ts +4 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useMassEditableAttributes.js +46 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useMassEditableAttributes.js.map +1 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useTreeNodeRemapping.d.ts +12 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useTreeNodeRemapping.js +24 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useTreeNodeRemapping.js.map +1 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useValuesDistribution.d.ts +13 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useValuesDistribution.js +28 -0
- package/dist/components/Explorer/actions-mass/edit-attribute/useValuesDistribution.js.map +1 -0
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js +6 -10
- package/dist/components/Explorer/actions-mass/useDeactivateMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js +5 -8
- package/dist/components/Explorer/actions-mass/useDeleteLinkValues.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.d.ts +8 -2
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.js +104 -72
- package/dist/components/Explorer/actions-mass/useEditAttributeMassAction.js.map +1 -1
- package/dist/components/Explorer/actions-mass/useMassActions.js +30 -19
- package/dist/components/Explorer/actions-mass/useMassActions.js.map +1 -1
- package/dist/components/Explorer/conditionsHelper.d.ts +2 -1
- package/dist/components/Explorer/conditionsHelper.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js +2 -2
- package/dist/components/Explorer/manage-view-settings/filter-items/FilterItems.js.map +1 -1
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js +6 -4
- package/dist/components/Explorer/manage-view-settings/save-view/prepareViewForRequest.js.map +1 -1
- package/dist/components/Filters/_types.d.ts +17 -0
- package/dist/components/Filters/_types.js +2 -1
- package/dist/components/Filters/_types.js.map +1 -1
- package/dist/components/Filters/conditionsHelper.d.ts +2 -1
- package/dist/components/Filters/conditionsHelper.js.map +1 -1
- package/dist/components/Filters/context/filtersReducer.d.ts +6 -1
- package/dist/components/Filters/context/filtersReducer.js +45 -5
- package/dist/components/Filters/context/filtersReducer.js.map +1 -1
- package/dist/components/Filters/filter-items/CommonFilterItem.js +4 -1
- package/dist/components/Filters/filter-items/CommonFilterItem.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropDown.js +15 -3
- package/dist/components/Filters/filter-items/filter-type/FilterDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.d.ts +3 -1
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js +2 -2
- package/dist/components/Filters/filter-items/filter-type/FilterDropdownContent.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/_types.d.ts +3 -1
- package/dist/components/Filters/filter-items/filter-type/_types.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/smart-filter/SmartFilterAttributeDropdown.js +2 -3
- package/dist/components/Filters/filter-items/filter-type/smart-filter/SmartFilterAttributeDropdown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.d.ts +2 -4
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.js +22 -16
- package/dist/components/Filters/filter-items/filter-type/smart-filter/useGetSmartFilterData.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/tree/TreeAttributeDropDown.js +39 -83
- package/dist/components/Filters/filter-items/filter-type/tree/TreeAttributeDropDown.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/tree/useGetTreeData.d.ts +1 -0
- package/dist/components/Filters/filter-items/filter-type/tree/useGetTreeData.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/tree/useTreeNodeSelection.d.ts +21 -0
- package/dist/components/Filters/filter-items/filter-type/tree/useTreeNodeSelection.js +85 -0
- package/dist/components/Filters/filter-items/filter-type/tree/useTreeNodeSelection.js.map +1 -0
- package/dist/components/Filters/filter-items/filter-type/tree/useTreePermissions.d.ts +8 -0
- package/dist/components/Filters/filter-items/filter-type/tree/useTreePermissions.js +40 -0
- package/dist/components/Filters/filter-items/filter-type/tree/useTreePermissions.js.map +1 -0
- package/dist/components/Filters/filter-items/filter-type/tree/useTreesSearch.d.ts +2 -3
- package/dist/components/Filters/filter-items/filter-type/tree/useTreesSearch.js +2 -3
- package/dist/components/Filters/filter-items/filter-type/tree/useTreesSearch.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/tree/utils/filterTreeByPermission.d.ts +1 -1
- package/dist/components/Filters/filter-items/filter-type/tree/utils/filterTreeByPermission.js +3 -4
- package/dist/components/Filters/filter-items/filter-type/tree/utils/filterTreeByPermission.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Filters/filter-items/shared/EmptyValueCheckbox.js +1 -7
- package/dist/components/Filters/filter-items/shared/EmptyValueCheckbox.js.map +1 -1
- package/dist/components/Filters/prepareFiltersForRequest.js +37 -14
- package/dist/components/Filters/prepareFiltersForRequest.js.map +1 -1
- package/dist/components/Filters/useFilters.d.ts +510 -0
- package/dist/components/Filters/useTransformFilters.js +5 -2
- package/dist/components/Filters/useTransformFilters.js.map +1 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js +8 -1
- package/dist/components/RecordEdition/EditRecord/EditRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/tag/unlink-record/useUnlinkRecord.d.ts +1 -4
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/tag/unlink-record/useUnlinkRecord.js +5 -9
- package/dist/components/RecordEdition/EditRecordContent/uiElements/LinkField/tag/unlink-record/useUnlinkRecord.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js +4 -8
- package/dist/components/RecordEdition/EditRecordContent/uiElements/shared/DeleteAllValuesButton.js.map +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js +1 -1
- package/dist/components/RecordEdition/EditRecordModal/EditRecordModal.js.map +1 -1
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js +4 -8
- package/dist/components/RecordEdition/hooks/useCreateCancelConfirm/useCreateCancelConfirm.js.map +1 -1
- package/dist/constants.d.ts +1 -0
- package/dist/constants.js +1 -0
- package/dist/constants.js.map +1 -1
- package/dist/hooks/index.d.ts +4 -0
- package/dist/hooks/index.js +4 -0
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/useConfirmModal/__mocks__/index.d.ts +1 -0
- package/dist/hooks/useConfirmModal/__mocks__/index.js +5 -0
- package/dist/hooks/useConfirmModal/__mocks__/index.js.map +1 -0
- package/dist/hooks/useConfirmModal/__mocks__/useConfirmModal.d.ts +3 -0
- package/dist/hooks/useConfirmModal/__mocks__/useConfirmModal.js +7 -0
- package/dist/hooks/useConfirmModal/__mocks__/useConfirmModal.js.map +1 -0
- package/dist/hooks/useConfirmModal/index.d.ts +1 -0
- package/dist/hooks/useConfirmModal/index.js +5 -0
- package/dist/hooks/useConfirmModal/index.js.map +1 -0
- package/dist/hooks/useConfirmModal/useConfirmModal.d.ts +7 -0
- package/dist/hooks/useConfirmModal/useConfirmModal.js +25 -0
- package/dist/hooks/useConfirmModal/useConfirmModal.js.map +1 -0
- package/dist/hooks/useGetRecordIdCard/index.d.ts +1 -0
- package/dist/hooks/useGetRecordIdCard/index.js +5 -0
- package/dist/hooks/useGetRecordIdCard/index.js.map +1 -0
- package/dist/hooks/useGetRecordIdCard/useGetRecordIdCard.d.ts +18 -0
- package/dist/hooks/useGetRecordIdCard/useGetRecordIdCard.js +20 -0
- package/dist/hooks/useGetRecordIdCard/useGetRecordIdCard.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/iFrameMessengerContext.d.ts +6 -0
- package/dist/hooks/useIFrameMessenger/iFrameMessengerContext.js +8 -0
- package/dist/hooks/useIFrameMessenger/iFrameMessengerContext.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/types.d.ts +10 -3
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +11 -2
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +31 -10
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessengerContext.d.ts +13 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessengerContext.js +59 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessengerContext.js.map +1 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessengerHandlers.d.ts +13 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessengerHandlers.js +29 -0
- package/dist/hooks/useIFrameMessenger/useIFrameMessengerHandlers.js.map +1 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js +3 -0
- package/dist/hooks/useIFrameMessengerClient/IFrameMessengerClient.js.map +1 -1
- package/dist/hooks/useIFrameMessengerClient/iFrameMessengerClientContext.d.ts +1 -0
- package/dist/hooks/useIFrameMessengerClient/useIFrameMessengerClient.d.ts +1 -0
- package/dist/hooks/useSharedTranslation/__mocks__/useSharedTranslation.js.map +1 -1
- package/dist/locales/en/shared.json +10 -5
- package/dist/locales/fr/shared.json +12 -7
- package/package.json +17 -17
- package/dist/components/Explorer/actions-mass/edit-attribute/EditTreeAttributeValueLine.d.ts +0 -8
- package/dist/components/Explorer/actions-mass/edit-attribute/EditTreeAttributeValueLine.js +0 -40
- package/dist/components/Explorer/actions-mass/edit-attribute/EditTreeAttributeValueLine.js.map +0 -1
- package/dist/components/Explorer/actions-mass/edit-attribute/useCountValuesOccurrencesHook.d.ts +0 -17
- package/dist/components/Explorer/actions-mass/edit-attribute/useCountValuesOccurrencesHook.js +0 -42
- package/dist/components/Explorer/actions-mass/edit-attribute/useCountValuesOccurrencesHook.js.map +0 -1
- package/dist/components/Explorer/actions-mass/edit-attribute/useListEditableAttributeHook.d.ts +0 -5
- package/dist/components/Explorer/actions-mass/edit-attribute/useListEditableAttributeHook.js +0 -20
- package/dist/components/Explorer/actions-mass/edit-attribute/useListEditableAttributeHook.js.map +0 -1
- package/dist/components/Explorer/actions-mass/edit-attribute/useListTreeAttributeValuesHook.d.ts +0 -12
- package/dist/components/Explorer/actions-mass/edit-attribute/useListTreeAttributeValuesHook.js +0 -30
- package/dist/components/Explorer/actions-mass/edit-attribute/useListTreeAttributeValuesHook.js.map +0 -1
|
@@ -174,6 +174,10 @@ export type ApplicationsFiltersInput = {
|
|
|
174
174
|
system?: InputMaybe<Scalars['Boolean']['input']>;
|
|
175
175
|
type?: InputMaybe<Array<InputMaybe<ApplicationType>>>;
|
|
176
176
|
};
|
|
177
|
+
export type AttributeDependentValueInput = {
|
|
178
|
+
attributeId: Scalars['ID']['input'];
|
|
179
|
+
nodeId?: InputMaybe<Scalars['ID']['input']>;
|
|
180
|
+
};
|
|
177
181
|
export declare enum AttributeFormat {
|
|
178
182
|
boolean = "boolean",
|
|
179
183
|
color = "color",
|
|
@@ -205,7 +209,7 @@ export type AttributeInput = {
|
|
|
205
209
|
required?: InputMaybe<Scalars['Boolean']['input']>;
|
|
206
210
|
reverse_link?: InputMaybe<Scalars['String']['input']>;
|
|
207
211
|
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
208
|
-
/** only for link attribute */
|
|
212
|
+
/** only for link and standard attribute */
|
|
209
213
|
smart_filter?: InputMaybe<SmartFilterConfInput>;
|
|
210
214
|
type?: InputMaybe<AttributeType>;
|
|
211
215
|
unique?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -243,6 +247,54 @@ export declare enum AttributesSortableFields {
|
|
|
243
247
|
multiple_values = "multiple_values",
|
|
244
248
|
type = "type"
|
|
245
249
|
}
|
|
250
|
+
export declare enum AutomationRuleActions {
|
|
251
|
+
condition = "condition",
|
|
252
|
+
error = "error",
|
|
253
|
+
jexlCalculation = "jexlCalculation",
|
|
254
|
+
log = "log",
|
|
255
|
+
modifyAttribute = "modifyAttribute",
|
|
256
|
+
notification = "notification"
|
|
257
|
+
}
|
|
258
|
+
export declare enum AutomationRuleEventAction {
|
|
259
|
+
RECORD_INIT = "RECORD_INIT",
|
|
260
|
+
RECORD_SAVE = "RECORD_SAVE",
|
|
261
|
+
VALUE_SAVE = "VALUE_SAVE"
|
|
262
|
+
}
|
|
263
|
+
export type AutomationRulePipelineInput = {
|
|
264
|
+
steps: Array<AutomationRulePipelineStepInput>;
|
|
265
|
+
};
|
|
266
|
+
export type AutomationRulePipelineStepInput = {
|
|
267
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
268
|
+
params: Scalars['JSON']['input'];
|
|
269
|
+
type: AutomationRuleActions;
|
|
270
|
+
};
|
|
271
|
+
export declare enum AutomationRuleSortableFields {
|
|
272
|
+
id = "id"
|
|
273
|
+
}
|
|
274
|
+
export type AutomationRuleTriggerInput = {
|
|
275
|
+
eventAction: AutomationRuleEventAction;
|
|
276
|
+
eventTopic?: InputMaybe<EventTopicInput>;
|
|
277
|
+
synchronous: Scalars['Boolean']['input'];
|
|
278
|
+
};
|
|
279
|
+
export type AutomationRulesFiltersInput = {
|
|
280
|
+
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
281
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
282
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
283
|
+
trigger?: InputMaybe<PartialAutomationRuleTriggerInput>;
|
|
284
|
+
};
|
|
285
|
+
export type AutomationRulesSortInput = {
|
|
286
|
+
field: AutomationRuleSortableFields;
|
|
287
|
+
order?: InputMaybe<SortOrder>;
|
|
288
|
+
};
|
|
289
|
+
export declare enum AutomationTriggerDefSynchronicity {
|
|
290
|
+
ASYNC = "ASYNC",
|
|
291
|
+
BOTH = "BOTH",
|
|
292
|
+
SYNC = "SYNC"
|
|
293
|
+
}
|
|
294
|
+
export declare enum AutomationTriggerDefTopics {
|
|
295
|
+
ATTRIBUTE = "ATTRIBUTE",
|
|
296
|
+
LIBRARY = "LIBRARY"
|
|
297
|
+
}
|
|
246
298
|
export declare enum AvailableLanguage {
|
|
247
299
|
en = "en",
|
|
248
300
|
fr = "fr"
|
|
@@ -262,6 +314,13 @@ export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
|
262
314
|
attributeId: Scalars['ID']['input'];
|
|
263
315
|
libraryId: Scalars['ID']['input'];
|
|
264
316
|
};
|
|
317
|
+
export type CreateAutomationRuleInput = {
|
|
318
|
+
active: Scalars['Boolean']['input'];
|
|
319
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
320
|
+
label: Scalars['String']['input'];
|
|
321
|
+
pipeline: AutomationRulePipelineInput;
|
|
322
|
+
trigger: AutomationRuleTriggerInput;
|
|
323
|
+
};
|
|
265
324
|
export type CreateRecordDataInput = {
|
|
266
325
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
267
326
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
@@ -297,6 +356,64 @@ export type EmbeddedAttributeInput = {
|
|
|
297
356
|
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
298
357
|
validation_regex?: InputMaybe<Scalars['String']['input']>;
|
|
299
358
|
};
|
|
359
|
+
export declare enum EventAction {
|
|
360
|
+
API_KEY_DELETE = "API_KEY_DELETE",
|
|
361
|
+
API_KEY_SAVE = "API_KEY_SAVE",
|
|
362
|
+
APP_DELETE = "APP_DELETE",
|
|
363
|
+
APP_SAVE = "APP_SAVE",
|
|
364
|
+
ATTRIBUTE_DELETE = "ATTRIBUTE_DELETE",
|
|
365
|
+
ATTRIBUTE_SAVE = "ATTRIBUTE_SAVE",
|
|
366
|
+
AUTOMATION_PIPELINE_FAILURE = "AUTOMATION_PIPELINE_FAILURE",
|
|
367
|
+
AUTOMATION_PIPELINE_SUCCESS = "AUTOMATION_PIPELINE_SUCCESS",
|
|
368
|
+
AUTOMATION_RULE_CREATE = "AUTOMATION_RULE_CREATE",
|
|
369
|
+
AUTOMATION_RULE_DELETE = "AUTOMATION_RULE_DELETE",
|
|
370
|
+
AUTOMATION_RULE_UPDATE = "AUTOMATION_RULE_UPDATE",
|
|
371
|
+
CONFIG_IMPORT_END = "CONFIG_IMPORT_END",
|
|
372
|
+
CONFIG_IMPORT_START = "CONFIG_IMPORT_START",
|
|
373
|
+
DATA_IMPORT_END = "DATA_IMPORT_END",
|
|
374
|
+
DATA_IMPORT_START = "DATA_IMPORT_START",
|
|
375
|
+
EXPORT_END = "EXPORT_END",
|
|
376
|
+
EXPORT_START = "EXPORT_START",
|
|
377
|
+
GLOBAL_SETTINGS_SAVE = "GLOBAL_SETTINGS_SAVE",
|
|
378
|
+
LIBRARY_DELETE = "LIBRARY_DELETE",
|
|
379
|
+
LIBRARY_PURGE = "LIBRARY_PURGE",
|
|
380
|
+
LIBRARY_SAVE = "LIBRARY_SAVE",
|
|
381
|
+
PERMISSION_SAVE = "PERMISSION_SAVE",
|
|
382
|
+
PLANNING_RECONDUCTION_END = "PLANNING_RECONDUCTION_END",
|
|
383
|
+
PLANNING_RECONDUCTION_START = "PLANNING_RECONDUCTION_START",
|
|
384
|
+
RECORD_DELETE = "RECORD_DELETE",
|
|
385
|
+
RECORD_SAVE = "RECORD_SAVE",
|
|
386
|
+
TASKS_DELETE = "TASKS_DELETE",
|
|
387
|
+
TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
|
|
388
|
+
TREE_DELETE = "TREE_DELETE",
|
|
389
|
+
TREE_DELETE_ELEMENT = "TREE_DELETE_ELEMENT",
|
|
390
|
+
TREE_MOVE_ELEMENT = "TREE_MOVE_ELEMENT",
|
|
391
|
+
TREE_SAVE = "TREE_SAVE",
|
|
392
|
+
VALUE_DELETE = "VALUE_DELETE",
|
|
393
|
+
VALUE_SAVE = "VALUE_SAVE",
|
|
394
|
+
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
395
|
+
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
396
|
+
}
|
|
397
|
+
export type EventTopicInput = {
|
|
398
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
399
|
+
application?: InputMaybe<Scalars['String']['input']>;
|
|
400
|
+
attribute?: InputMaybe<Scalars['String']['input']>;
|
|
401
|
+
automationRule?: InputMaybe<Scalars['String']['input']>;
|
|
402
|
+
filename?: InputMaybe<Scalars['String']['input']>;
|
|
403
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
404
|
+
permission?: InputMaybe<EventTopicPermissionInput>;
|
|
405
|
+
profile?: InputMaybe<Scalars['String']['input']>;
|
|
406
|
+
record?: InputMaybe<EventTopicRecordInput>;
|
|
407
|
+
tree?: InputMaybe<Scalars['String']['input']>;
|
|
408
|
+
};
|
|
409
|
+
export type EventTopicPermissionInput = {
|
|
410
|
+
applyTo?: InputMaybe<Scalars['String']['input']>;
|
|
411
|
+
id: Scalars['String']['input'];
|
|
412
|
+
};
|
|
413
|
+
export type EventTopicRecordInput = {
|
|
414
|
+
id: Scalars['String']['input'];
|
|
415
|
+
libraryId: Scalars['String']['input'];
|
|
416
|
+
};
|
|
300
417
|
export type FileInput = {
|
|
301
418
|
data: Scalars['Upload']['input'];
|
|
302
419
|
replace?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -357,6 +474,16 @@ export declare enum FormsSortableFields {
|
|
|
357
474
|
library = "library",
|
|
358
475
|
system = "system"
|
|
359
476
|
}
|
|
477
|
+
export declare enum GenerationStatus {
|
|
478
|
+
DONE = "DONE",
|
|
479
|
+
GENERATION_FAILED = "GENERATION_FAILED",
|
|
480
|
+
GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
|
|
481
|
+
GENERATION_IN_PROGRESS_WITH_FAILURE = "GENERATION_IN_PROGRESS_WITH_FAILURE",
|
|
482
|
+
PREPARATION_FAILED = "PREPARATION_FAILED",
|
|
483
|
+
PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
|
|
484
|
+
TRANSMISSION_FAILED = "TRANSMISSION_FAILED",
|
|
485
|
+
TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
|
|
486
|
+
}
|
|
360
487
|
export type GlobalSettingsFileInput = {
|
|
361
488
|
library: Scalars['String']['input'];
|
|
362
489
|
recordId: Scalars['String']['input'];
|
|
@@ -431,6 +558,11 @@ export declare enum LogAction {
|
|
|
431
558
|
APP_SAVE = "APP_SAVE",
|
|
432
559
|
ATTRIBUTE_DELETE = "ATTRIBUTE_DELETE",
|
|
433
560
|
ATTRIBUTE_SAVE = "ATTRIBUTE_SAVE",
|
|
561
|
+
AUTOMATION_PIPELINE_FAILURE = "AUTOMATION_PIPELINE_FAILURE",
|
|
562
|
+
AUTOMATION_PIPELINE_SUCCESS = "AUTOMATION_PIPELINE_SUCCESS",
|
|
563
|
+
AUTOMATION_RULE_CREATE = "AUTOMATION_RULE_CREATE",
|
|
564
|
+
AUTOMATION_RULE_DELETE = "AUTOMATION_RULE_DELETE",
|
|
565
|
+
AUTOMATION_RULE_UPDATE = "AUTOMATION_RULE_UPDATE",
|
|
434
566
|
CONFIG_IMPORT_END = "CONFIG_IMPORT_END",
|
|
435
567
|
CONFIG_IMPORT_START = "CONFIG_IMPORT_START",
|
|
436
568
|
DATA_IMPORT_END = "DATA_IMPORT_END",
|
|
@@ -442,6 +574,8 @@ export declare enum LogAction {
|
|
|
442
574
|
LIBRARY_PURGE = "LIBRARY_PURGE",
|
|
443
575
|
LIBRARY_SAVE = "LIBRARY_SAVE",
|
|
444
576
|
PERMISSION_SAVE = "PERMISSION_SAVE",
|
|
577
|
+
PLANNING_RECONDUCTION_END = "PLANNING_RECONDUCTION_END",
|
|
578
|
+
PLANNING_RECONDUCTION_START = "PLANNING_RECONDUCTION_START",
|
|
445
579
|
RECORD_DELETE = "RECORD_DELETE",
|
|
446
580
|
RECORD_SAVE = "RECORD_SAVE",
|
|
447
581
|
TASKS_DELETE = "TASKS_DELETE",
|
|
@@ -483,6 +617,7 @@ export declare enum LogSortableField {
|
|
|
483
617
|
export type LogTopicFilterInput = {
|
|
484
618
|
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
485
619
|
attribute?: InputMaybe<Scalars['String']['input']>;
|
|
620
|
+
automationRule?: InputMaybe<Scalars['String']['input']>;
|
|
486
621
|
filename?: InputMaybe<Scalars['String']['input']>;
|
|
487
622
|
library?: InputMaybe<Scalars['String']['input']>;
|
|
488
623
|
permission?: InputMaybe<LogTopicPermissionFilterInput>;
|
|
@@ -498,10 +633,6 @@ export type LogTopicRecordFilterInput = {
|
|
|
498
633
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
499
634
|
libraryId?: InputMaybe<Scalars['String']['input']>;
|
|
500
635
|
};
|
|
501
|
-
export type MapValueInput = {
|
|
502
|
-
after?: InputMaybe<Scalars['ID']['input']>;
|
|
503
|
-
before?: InputMaybe<Scalars['ID']['input']>;
|
|
504
|
-
};
|
|
505
636
|
export declare enum MultiDisplayOption {
|
|
506
637
|
avatar = "avatar",
|
|
507
638
|
badge_qty = "badge_qty",
|
|
@@ -517,6 +648,11 @@ export type Pagination = {
|
|
|
517
648
|
limit: Scalars['Int']['input'];
|
|
518
649
|
offset: Scalars['Int']['input'];
|
|
519
650
|
};
|
|
651
|
+
export type PartialAutomationRuleTriggerInput = {
|
|
652
|
+
eventAction?: InputMaybe<AutomationRuleEventAction>;
|
|
653
|
+
eventTopic?: InputMaybe<EventTopicInput>;
|
|
654
|
+
synchronous?: InputMaybe<Scalars['Boolean']['input']>;
|
|
655
|
+
};
|
|
520
656
|
export type PermissionActionInput = {
|
|
521
657
|
allowed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
522
658
|
name: PermissionsActions;
|
|
@@ -589,6 +725,7 @@ export declare enum PermissionsActions {
|
|
|
589
725
|
admin_import_config_clear_database = "admin_import_config_clear_database",
|
|
590
726
|
admin_library = "admin_library",
|
|
591
727
|
admin_list_plugins = "admin_list_plugins",
|
|
728
|
+
admin_manage_automation = "admin_manage_automation",
|
|
592
729
|
admin_manage_global_preferences = "admin_manage_global_preferences",
|
|
593
730
|
create_record = "create_record",
|
|
594
731
|
delete_record = "delete_record",
|
|
@@ -675,6 +812,11 @@ export type RecordInput = {
|
|
|
675
812
|
id: Scalars['ID']['input'];
|
|
676
813
|
library: Scalars['String']['input'];
|
|
677
814
|
};
|
|
815
|
+
export type RecordNewCommentFilterInput = {
|
|
816
|
+
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
817
|
+
libraries?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
818
|
+
records?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
819
|
+
};
|
|
678
820
|
export declare enum RecordPermissionsActions {
|
|
679
821
|
access_record = "access_record",
|
|
680
822
|
access_record_by_default = "access_record_by_default",
|
|
@@ -705,40 +847,24 @@ export type ReportFramingAttributeFilterValueItemInput = {
|
|
|
705
847
|
formattedValue?: InputMaybe<Scalars['String']['input']>;
|
|
706
848
|
rawValue: Scalars['String']['input'];
|
|
707
849
|
};
|
|
708
|
-
export type ReportFramingCampaignInput = {
|
|
709
|
-
computedFraming?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
710
|
-
framing?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
711
|
-
id: Scalars['String']['input'];
|
|
712
|
-
label?: InputMaybe<Scalars['String']['input']>;
|
|
713
|
-
thematics: Array<ReportFramingThematicInput>;
|
|
714
|
-
};
|
|
715
|
-
export type ReportFramingCategoryInput = {
|
|
716
|
-
categoryId: Scalars['String']['input'];
|
|
717
|
-
children: Array<ReportFramingCategoryInput>;
|
|
718
|
-
computedFraming?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
719
|
-
framing?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
720
|
-
id?: InputMaybe<Scalars['String']['input']>;
|
|
721
|
-
label?: InputMaybe<Scalars['String']['input']>;
|
|
722
|
-
};
|
|
723
850
|
export type ReportFramingContentInput = {
|
|
724
|
-
campaigns: Array<ReportFramingCampaignInput>;
|
|
725
851
|
filters?: InputMaybe<ReportFramingFiltersInput>;
|
|
726
852
|
};
|
|
727
853
|
export type ReportFramingFiltersInput = {
|
|
854
|
+
/** only for excel header filter display */
|
|
728
855
|
attributes?: InputMaybe<Array<ReportFramingAttributeFilterItemInput>>;
|
|
856
|
+
campaigns?: InputMaybe<Array<RecordFilterInput>>;
|
|
857
|
+
categories?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
858
|
+
categoryStatus?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
729
859
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
730
860
|
};
|
|
731
|
-
export type
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
value?: InputMaybe<Scalars['Int']['input']>;
|
|
861
|
+
export type SaveValueBulkMappingInput = {
|
|
862
|
+
dependenciesFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>>>;
|
|
863
|
+
values: Array<SaveValueBulkMappingValueInput>;
|
|
735
864
|
};
|
|
736
|
-
export type
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
framing?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
740
|
-
id: Scalars['String']['input'];
|
|
741
|
-
label?: InputMaybe<Scalars['String']['input']>;
|
|
865
|
+
export type SaveValueBulkMappingValueInput = {
|
|
866
|
+
after?: InputMaybe<Scalars['ID']['input']>;
|
|
867
|
+
before?: InputMaybe<Scalars['ID']['input']>;
|
|
742
868
|
};
|
|
743
869
|
export type SheetInput = {
|
|
744
870
|
keyIndex?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -811,6 +937,10 @@ export declare enum TaskType {
|
|
|
811
937
|
RENEW_CAMPAIGNS = "RENEW_CAMPAIGNS",
|
|
812
938
|
SAVE_VALUE_BULK = "SAVE_VALUE_BULK"
|
|
813
939
|
}
|
|
940
|
+
export type ThematicToRenew = {
|
|
941
|
+
campaignId: Scalars['String']['input'];
|
|
942
|
+
thematicId: Scalars['String']['input'];
|
|
943
|
+
};
|
|
814
944
|
export declare enum TreeBehavior {
|
|
815
945
|
files = "files",
|
|
816
946
|
standard = "standard"
|
|
@@ -871,6 +1001,14 @@ export declare enum TreesSortableFields {
|
|
|
871
1001
|
id = "id",
|
|
872
1002
|
system = "system"
|
|
873
1003
|
}
|
|
1004
|
+
export type UpdateAutomationRuleInput = {
|
|
1005
|
+
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
1006
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
1007
|
+
id: Scalars['ID']['input'];
|
|
1008
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
1009
|
+
pipeline?: InputMaybe<AutomationRulePipelineInput>;
|
|
1010
|
+
trigger?: InputMaybe<AutomationRuleTriggerInput>;
|
|
1011
|
+
};
|
|
874
1012
|
export type UploadFiltersInput = {
|
|
875
1013
|
uid?: InputMaybe<Scalars['String']['input']>;
|
|
876
1014
|
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -934,6 +1072,7 @@ export type ViewDisplayInput = {
|
|
|
934
1072
|
type: ViewTypes;
|
|
935
1073
|
};
|
|
936
1074
|
export type ViewInput = {
|
|
1075
|
+
/** The whoAmI column should never be included in attributes because is already hard-coded to be present */
|
|
937
1076
|
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
938
1077
|
color?: InputMaybe<Scalars['String']['input']>;
|
|
939
1078
|
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
@@ -947,6 +1086,7 @@ export type ViewInput = {
|
|
|
947
1086
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
948
1087
|
};
|
|
949
1088
|
export type ViewInputPartial = {
|
|
1089
|
+
/** The whoAmI column should never be included in attributes because is already hard-coded to be present */
|
|
950
1090
|
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
951
1091
|
color?: InputMaybe<Scalars['String']['input']>;
|
|
952
1092
|
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
@@ -1035,6 +1175,9 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
1035
1175
|
} | null;
|
|
1036
1176
|
smart_filter?: {
|
|
1037
1177
|
enable: boolean;
|
|
1178
|
+
through?: {
|
|
1179
|
+
id: string;
|
|
1180
|
+
} | null;
|
|
1038
1181
|
} | null;
|
|
1039
1182
|
metadata_fields?: Array<{
|
|
1040
1183
|
id: string;
|
|
@@ -1072,6 +1215,9 @@ export type AttributeDetailsStandardAttributeFragment = {
|
|
|
1072
1215
|
multiple_values: boolean;
|
|
1073
1216
|
multi_link_display_option?: MultiDisplayOption | null;
|
|
1074
1217
|
multi_tree_display_option?: MultiDisplayOption | null;
|
|
1218
|
+
smart_filter?: {
|
|
1219
|
+
enable: boolean;
|
|
1220
|
+
} | null;
|
|
1075
1221
|
metadata_fields?: Array<{
|
|
1076
1222
|
id: string;
|
|
1077
1223
|
label?: any | null;
|
|
@@ -3373,6 +3519,9 @@ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
|
|
|
3373
3519
|
} | null;
|
|
3374
3520
|
smart_filter?: {
|
|
3375
3521
|
enable: boolean;
|
|
3522
|
+
through?: {
|
|
3523
|
+
id: string;
|
|
3524
|
+
} | null;
|
|
3376
3525
|
} | null;
|
|
3377
3526
|
};
|
|
3378
3527
|
export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
@@ -3404,6 +3553,9 @@ export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
|
3404
3553
|
allowListUpdate?: boolean | null;
|
|
3405
3554
|
values?: Array<string> | null;
|
|
3406
3555
|
} | null;
|
|
3556
|
+
smart_filter?: {
|
|
3557
|
+
enable: boolean;
|
|
3558
|
+
} | null;
|
|
3407
3559
|
permissions: {
|
|
3408
3560
|
access_attribute: boolean;
|
|
3409
3561
|
};
|
|
@@ -3462,6 +3614,9 @@ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
|
|
|
3462
3614
|
} | null;
|
|
3463
3615
|
smart_filter?: {
|
|
3464
3616
|
enable: boolean;
|
|
3617
|
+
through?: {
|
|
3618
|
+
id: string;
|
|
3619
|
+
} | null;
|
|
3465
3620
|
} | null;
|
|
3466
3621
|
};
|
|
3467
3622
|
export type StandardAttributeDetailsFragment = {
|
|
@@ -3478,6 +3633,9 @@ export type StandardAttributeDetailsFragment = {
|
|
|
3478
3633
|
allowListUpdate?: boolean | null;
|
|
3479
3634
|
values?: Array<string> | null;
|
|
3480
3635
|
} | null;
|
|
3636
|
+
smart_filter?: {
|
|
3637
|
+
enable: boolean;
|
|
3638
|
+
} | null;
|
|
3481
3639
|
};
|
|
3482
3640
|
export type LinkAttributeDetailsFragment = {
|
|
3483
3641
|
label?: any | null;
|
|
@@ -3502,6 +3660,9 @@ export type LinkAttributeDetailsFragment = {
|
|
|
3502
3660
|
} | null;
|
|
3503
3661
|
smart_filter?: {
|
|
3504
3662
|
enable: boolean;
|
|
3663
|
+
through?: {
|
|
3664
|
+
id: string;
|
|
3665
|
+
} | null;
|
|
3505
3666
|
} | null;
|
|
3506
3667
|
};
|
|
3507
3668
|
export type TreeAttributeDetailsFragment = {
|
|
@@ -3876,6 +4037,9 @@ export type GetAttributeByIdQuery = {
|
|
|
3876
4037
|
} | null;
|
|
3877
4038
|
smart_filter?: {
|
|
3878
4039
|
enable: boolean;
|
|
4040
|
+
through?: {
|
|
4041
|
+
id: string;
|
|
4042
|
+
} | null;
|
|
3879
4043
|
} | null;
|
|
3880
4044
|
metadata_fields?: Array<{
|
|
3881
4045
|
id: string;
|
|
@@ -3912,6 +4076,9 @@ export type GetAttributeByIdQuery = {
|
|
|
3912
4076
|
multiple_values: boolean;
|
|
3913
4077
|
multi_link_display_option?: MultiDisplayOption | null;
|
|
3914
4078
|
multi_tree_display_option?: MultiDisplayOption | null;
|
|
4079
|
+
smart_filter?: {
|
|
4080
|
+
enable: boolean;
|
|
4081
|
+
} | null;
|
|
3915
4082
|
metadata_fields?: Array<{
|
|
3916
4083
|
id: string;
|
|
3917
4084
|
label?: any | null;
|
|
@@ -4102,6 +4269,9 @@ export type SaveAttributeMutation = {
|
|
|
4102
4269
|
} | null;
|
|
4103
4270
|
smart_filter?: {
|
|
4104
4271
|
enable: boolean;
|
|
4272
|
+
through?: {
|
|
4273
|
+
id: string;
|
|
4274
|
+
} | null;
|
|
4105
4275
|
} | null;
|
|
4106
4276
|
metadata_fields?: Array<{
|
|
4107
4277
|
id: string;
|
|
@@ -4138,6 +4308,9 @@ export type SaveAttributeMutation = {
|
|
|
4138
4308
|
multiple_values: boolean;
|
|
4139
4309
|
multi_link_display_option?: MultiDisplayOption | null;
|
|
4140
4310
|
multi_tree_display_option?: MultiDisplayOption | null;
|
|
4311
|
+
smart_filter?: {
|
|
4312
|
+
enable: boolean;
|
|
4313
|
+
} | null;
|
|
4141
4314
|
metadata_fields?: Array<{
|
|
4142
4315
|
id: string;
|
|
4143
4316
|
label?: any | null;
|
|
@@ -6248,6 +6421,28 @@ export type PurgeRecordMutation = {
|
|
|
6248
6421
|
};
|
|
6249
6422
|
};
|
|
6250
6423
|
};
|
|
6424
|
+
export type GetRecordIdCardQueryVariables = Exact<{
|
|
6425
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
6426
|
+
libraryId: Scalars['ID']['input'];
|
|
6427
|
+
}>;
|
|
6428
|
+
export type GetRecordIdCardQuery = {
|
|
6429
|
+
records: {
|
|
6430
|
+
list: Array<{
|
|
6431
|
+
id: string;
|
|
6432
|
+
whoAmI: {
|
|
6433
|
+
id: string;
|
|
6434
|
+
color?: string | null;
|
|
6435
|
+
label?: string | null;
|
|
6436
|
+
subLabel?: string | null;
|
|
6437
|
+
preview?: IPreviewScalar | null;
|
|
6438
|
+
parentContext?: Array<{
|
|
6439
|
+
id: string;
|
|
6440
|
+
label?: string | null;
|
|
6441
|
+
}> | null;
|
|
6442
|
+
};
|
|
6443
|
+
}>;
|
|
6444
|
+
};
|
|
6445
|
+
};
|
|
6251
6446
|
export type CancelTaskMutationVariables = Exact<{
|
|
6252
6447
|
taskId: Scalars['ID']['input'];
|
|
6253
6448
|
}>;
|
|
@@ -7228,7 +7423,7 @@ export type SaveValueBulkMutationVariables = Exact<{
|
|
|
7228
7423
|
libraryId: Scalars['ID']['input'];
|
|
7229
7424
|
recordsFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
7230
7425
|
attributeId: Scalars['ID']['input'];
|
|
7231
|
-
|
|
7426
|
+
mapping: Array<SaveValueBulkMappingInput> | SaveValueBulkMappingInput;
|
|
7232
7427
|
}>;
|
|
7233
7428
|
export type SaveValueBulkMutation = {
|
|
7234
7429
|
saveValueBulk: string;
|
|
@@ -7501,6 +7696,9 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7501
7696
|
} | null;
|
|
7502
7697
|
smart_filter?: {
|
|
7503
7698
|
enable: boolean;
|
|
7699
|
+
through?: {
|
|
7700
|
+
id: string;
|
|
7701
|
+
} | null;
|
|
7504
7702
|
} | null;
|
|
7505
7703
|
permissions: {
|
|
7506
7704
|
access_attribute: boolean;
|
|
@@ -7534,6 +7732,9 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7534
7732
|
allowListUpdate?: boolean | null;
|
|
7535
7733
|
values?: Array<string> | null;
|
|
7536
7734
|
} | null;
|
|
7735
|
+
smart_filter?: {
|
|
7736
|
+
enable: boolean;
|
|
7737
|
+
} | null;
|
|
7537
7738
|
permissions: {
|
|
7538
7739
|
access_attribute: boolean;
|
|
7539
7740
|
};
|
|
@@ -7598,6 +7799,9 @@ export type ExplorerAttributesQuery = {
|
|
|
7598
7799
|
} | null;
|
|
7599
7800
|
smart_filter?: {
|
|
7600
7801
|
enable: boolean;
|
|
7802
|
+
through?: {
|
|
7803
|
+
id: string;
|
|
7804
|
+
} | null;
|
|
7601
7805
|
} | null;
|
|
7602
7806
|
permissions: {
|
|
7603
7807
|
access_attribute: boolean;
|
|
@@ -7618,6 +7822,9 @@ export type ExplorerAttributesQuery = {
|
|
|
7618
7822
|
allowListUpdate?: boolean | null;
|
|
7619
7823
|
values?: Array<string> | null;
|
|
7620
7824
|
} | null;
|
|
7825
|
+
smart_filter?: {
|
|
7826
|
+
enable: boolean;
|
|
7827
|
+
} | null;
|
|
7621
7828
|
permissions: {
|
|
7622
7829
|
access_attribute: boolean;
|
|
7623
7830
|
};
|
|
@@ -7666,6 +7873,9 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7666
7873
|
} | null;
|
|
7667
7874
|
smart_filter?: {
|
|
7668
7875
|
enable: boolean;
|
|
7876
|
+
through?: {
|
|
7877
|
+
id: string;
|
|
7878
|
+
} | null;
|
|
7669
7879
|
} | null;
|
|
7670
7880
|
permissions: {
|
|
7671
7881
|
access_attribute: boolean;
|
|
@@ -7693,21 +7903,6 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7693
7903
|
}>;
|
|
7694
7904
|
} | null;
|
|
7695
7905
|
};
|
|
7696
|
-
export type CountValuesOccurrencesQueryVariables = Exact<{
|
|
7697
|
-
library: Scalars['ID']['input'];
|
|
7698
|
-
attribute: Scalars['ID']['input'];
|
|
7699
|
-
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7700
|
-
}>;
|
|
7701
|
-
export type CountValuesOccurrencesQuery = {
|
|
7702
|
-
listDistinctValues?: Array<{
|
|
7703
|
-
count: number;
|
|
7704
|
-
} | {
|
|
7705
|
-
count: number;
|
|
7706
|
-
treeNode?: {
|
|
7707
|
-
id: string;
|
|
7708
|
-
} | null;
|
|
7709
|
-
}> | null;
|
|
7710
|
-
};
|
|
7711
7906
|
export type ExplorerLibraryCountDataQueryVariables = Exact<{
|
|
7712
7907
|
libraryId: Scalars['ID']['input'];
|
|
7713
7908
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -7964,6 +8159,41 @@ export type LibraryExportProfilesQuery = {
|
|
|
7964
8159
|
}>;
|
|
7965
8160
|
} | null;
|
|
7966
8161
|
};
|
|
8162
|
+
export type MassEditableAttributesQueryVariables = Exact<{
|
|
8163
|
+
libraryId: Scalars['String']['input'];
|
|
8164
|
+
}>;
|
|
8165
|
+
export type MassEditableAttributesQuery = {
|
|
8166
|
+
attributes?: {
|
|
8167
|
+
list: Array<{
|
|
8168
|
+
id: string;
|
|
8169
|
+
label?: any | null;
|
|
8170
|
+
} | {
|
|
8171
|
+
id: string;
|
|
8172
|
+
label?: any | null;
|
|
8173
|
+
tree_values?: Array<{
|
|
8174
|
+
node?: {
|
|
8175
|
+
id: string;
|
|
8176
|
+
record: {
|
|
8177
|
+
id: string;
|
|
8178
|
+
whoAmI: {
|
|
8179
|
+
label?: string | null;
|
|
8180
|
+
color?: string | null;
|
|
8181
|
+
};
|
|
8182
|
+
};
|
|
8183
|
+
} | null;
|
|
8184
|
+
allowedDependentValues?: Array<{
|
|
8185
|
+
nodeId?: string | null;
|
|
8186
|
+
}> | null;
|
|
8187
|
+
}> | null;
|
|
8188
|
+
permissions_conf_dependent_values?: {
|
|
8189
|
+
dependenciesTreeAttributes: Array<{
|
|
8190
|
+
id: string;
|
|
8191
|
+
label?: any | null;
|
|
8192
|
+
}>;
|
|
8193
|
+
} | null;
|
|
8194
|
+
}>;
|
|
8195
|
+
} | null;
|
|
8196
|
+
};
|
|
7967
8197
|
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
7968
8198
|
libraryId: Scalars['ID']['input'];
|
|
7969
8199
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -8053,6 +8283,21 @@ export type UpdateViewMutation = {
|
|
|
8053
8283
|
}> | null;
|
|
8054
8284
|
};
|
|
8055
8285
|
};
|
|
8286
|
+
export type ValuesOccurrencesQueryVariables = Exact<{
|
|
8287
|
+
libraryId: Scalars['ID']['input'];
|
|
8288
|
+
attributeId: Scalars['ID']['input'];
|
|
8289
|
+
recordFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
8290
|
+
}>;
|
|
8291
|
+
export type ValuesOccurrencesQuery = {
|
|
8292
|
+
listDistinctValues?: Array<{
|
|
8293
|
+
count: number;
|
|
8294
|
+
} | {
|
|
8295
|
+
count: number;
|
|
8296
|
+
treeNode?: {
|
|
8297
|
+
id: string;
|
|
8298
|
+
} | null;
|
|
8299
|
+
}> | null;
|
|
8300
|
+
};
|
|
8056
8301
|
export type TreeFiltersDataQueryQueryVariables = Exact<{
|
|
8057
8302
|
treeId: Scalars['ID']['input'];
|
|
8058
8303
|
startAt?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -8082,7 +8327,7 @@ export type SmartFilterListValuesQueryVariables = Exact<{
|
|
|
8082
8327
|
export type SmartFilterListValuesQuery = {
|
|
8083
8328
|
listDistinctValues?: Array<{
|
|
8084
8329
|
count: number;
|
|
8085
|
-
|
|
8330
|
+
recordValue?: {
|
|
8086
8331
|
id: string;
|
|
8087
8332
|
whoAmI: {
|
|
8088
8333
|
id: string;
|
|
@@ -8096,6 +8341,11 @@ export type SmartFilterListValuesQuery = {
|
|
|
8096
8341
|
};
|
|
8097
8342
|
};
|
|
8098
8343
|
} | null;
|
|
8344
|
+
} | {
|
|
8345
|
+
count: number;
|
|
8346
|
+
standardValue?: any | null;
|
|
8347
|
+
} | {
|
|
8348
|
+
count: number;
|
|
8099
8349
|
}> | null;
|
|
8100
8350
|
};
|
|
8101
8351
|
export type FilterTreeDataQueryQueryVariables = Exact<{
|
|
@@ -9488,6 +9738,43 @@ export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHook
|
|
|
9488
9738
|
export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
|
|
9489
9739
|
export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
|
|
9490
9740
|
export type PurgeRecordMutationOptions = Apollo.BaseMutationOptions<PurgeRecordMutation, PurgeRecordMutationVariables>;
|
|
9741
|
+
export declare const GetRecordIdCardDocument: Apollo.DocumentNode;
|
|
9742
|
+
/**
|
|
9743
|
+
* __useGetRecordIdCardQuery__
|
|
9744
|
+
*
|
|
9745
|
+
* To run a query within a React component, call `useGetRecordIdCardQuery` and pass it any options that fit your needs.
|
|
9746
|
+
* When your component renders, `useGetRecordIdCardQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9747
|
+
* you can use to render your UI.
|
|
9748
|
+
*
|
|
9749
|
+
* @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;
|
|
9750
|
+
*
|
|
9751
|
+
* @example
|
|
9752
|
+
* const { data, loading, error } = useGetRecordIdCardQuery({
|
|
9753
|
+
* variables: {
|
|
9754
|
+
* id: // value for 'id'
|
|
9755
|
+
* libraryId: // value for 'libraryId'
|
|
9756
|
+
* },
|
|
9757
|
+
* });
|
|
9758
|
+
*/
|
|
9759
|
+
export declare function useGetRecordIdCardQuery(baseOptions: Apollo.QueryHookOptions<GetRecordIdCardQuery, GetRecordIdCardQueryVariables> & ({
|
|
9760
|
+
variables: GetRecordIdCardQueryVariables;
|
|
9761
|
+
skip?: boolean;
|
|
9762
|
+
} | {
|
|
9763
|
+
skip: boolean;
|
|
9764
|
+
})): Apollo.InteropQueryResult<GetRecordIdCardQuery, Exact<{
|
|
9765
|
+
id?: InputMaybe<Scalars["String"]["input"]>;
|
|
9766
|
+
libraryId: Scalars["ID"]["input"];
|
|
9767
|
+
}>>;
|
|
9768
|
+
export declare function useGetRecordIdCardLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordIdCardQuery, Exact<{
|
|
9769
|
+
id?: InputMaybe<Scalars["String"]["input"]>;
|
|
9770
|
+
libraryId: Scalars["ID"]["input"];
|
|
9771
|
+
}>>;
|
|
9772
|
+
export declare function useGetRecordIdCardSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>;
|
|
9773
|
+
export declare function useGetRecordIdCardSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordIdCardQuery | undefined, GetRecordIdCardQueryVariables>;
|
|
9774
|
+
export type GetRecordIdCardQueryHookResult = ReturnType<typeof useGetRecordIdCardQuery>;
|
|
9775
|
+
export type GetRecordIdCardLazyQueryHookResult = ReturnType<typeof useGetRecordIdCardLazyQuery>;
|
|
9776
|
+
export type GetRecordIdCardSuspenseQueryHookResult = ReturnType<typeof useGetRecordIdCardSuspenseQuery>;
|
|
9777
|
+
export type GetRecordIdCardQueryResult = Apollo.QueryResult<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>;
|
|
9491
9778
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
9492
9779
|
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
9493
9780
|
/**
|
|
@@ -9875,7 +10162,7 @@ export type SaveValueBulkMutationFn = Apollo.MutationFunction<SaveValueBulkMutat
|
|
|
9875
10162
|
* libraryId: // value for 'libraryId'
|
|
9876
10163
|
* recordsFilters: // value for 'recordsFilters'
|
|
9877
10164
|
* attributeId: // value for 'attributeId'
|
|
9878
|
-
*
|
|
10165
|
+
* mapping: // value for 'mapping'
|
|
9879
10166
|
* },
|
|
9880
10167
|
* });
|
|
9881
10168
|
*/
|
|
@@ -9883,7 +10170,7 @@ export declare function useSaveValueBulkMutation(baseOptions?: Apollo.MutationHo
|
|
|
9883
10170
|
libraryId: Scalars["ID"]["input"];
|
|
9884
10171
|
recordsFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
9885
10172
|
attributeId: Scalars["ID"]["input"];
|
|
9886
|
-
|
|
10173
|
+
mapping: Array<SaveValueBulkMappingInput> | SaveValueBulkMappingInput;
|
|
9887
10174
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9888
10175
|
export type SaveValueBulkMutationHookResult = ReturnType<typeof useSaveValueBulkMutation>;
|
|
9889
10176
|
export type SaveValueBulkMutationResult = Apollo.MutationResult<SaveValueBulkMutation>;
|
|
@@ -10137,46 +10424,6 @@ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorer
|
|
|
10137
10424
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
10138
10425
|
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
10139
10426
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
10140
|
-
export declare const CountValuesOccurrencesDocument: Apollo.DocumentNode;
|
|
10141
|
-
/**
|
|
10142
|
-
* __useCountValuesOccurrencesQuery__
|
|
10143
|
-
*
|
|
10144
|
-
* To run a query within a React component, call `useCountValuesOccurrencesQuery` and pass it any options that fit your needs.
|
|
10145
|
-
* When your component renders, `useCountValuesOccurrencesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10146
|
-
* you can use to render your UI.
|
|
10147
|
-
*
|
|
10148
|
-
* @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;
|
|
10149
|
-
*
|
|
10150
|
-
* @example
|
|
10151
|
-
* const { data, loading, error } = useCountValuesOccurrencesQuery({
|
|
10152
|
-
* variables: {
|
|
10153
|
-
* library: // value for 'library'
|
|
10154
|
-
* attribute: // value for 'attribute'
|
|
10155
|
-
* recordFilters: // value for 'recordFilters'
|
|
10156
|
-
* },
|
|
10157
|
-
* });
|
|
10158
|
-
*/
|
|
10159
|
-
export declare function useCountValuesOccurrencesQuery(baseOptions: Apollo.QueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables> & ({
|
|
10160
|
-
variables: CountValuesOccurrencesQueryVariables;
|
|
10161
|
-
skip?: boolean;
|
|
10162
|
-
} | {
|
|
10163
|
-
skip: boolean;
|
|
10164
|
-
})): Apollo.InteropQueryResult<CountValuesOccurrencesQuery, Exact<{
|
|
10165
|
-
library: Scalars["ID"]["input"];
|
|
10166
|
-
attribute: Scalars["ID"]["input"];
|
|
10167
|
-
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10168
|
-
}>>;
|
|
10169
|
-
export declare function useCountValuesOccurrencesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.LazyQueryResultTuple<CountValuesOccurrencesQuery, Exact<{
|
|
10170
|
-
library: Scalars["ID"]["input"];
|
|
10171
|
-
attribute: Scalars["ID"]["input"];
|
|
10172
|
-
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10173
|
-
}>>;
|
|
10174
|
-
export declare function useCountValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>;
|
|
10175
|
-
export declare function useCountValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<CountValuesOccurrencesQuery | undefined, CountValuesOccurrencesQueryVariables>;
|
|
10176
|
-
export type CountValuesOccurrencesQueryHookResult = ReturnType<typeof useCountValuesOccurrencesQuery>;
|
|
10177
|
-
export type CountValuesOccurrencesLazyQueryHookResult = ReturnType<typeof useCountValuesOccurrencesLazyQuery>;
|
|
10178
|
-
export type CountValuesOccurrencesSuspenseQueryHookResult = ReturnType<typeof useCountValuesOccurrencesSuspenseQuery>;
|
|
10179
|
-
export type CountValuesOccurrencesQueryResult = Apollo.QueryResult<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>;
|
|
10180
10427
|
export declare const ExplorerLibraryCountDataDocument: Apollo.DocumentNode;
|
|
10181
10428
|
/**
|
|
10182
10429
|
* __useExplorerLibraryCountDataQuery__
|
|
@@ -10403,6 +10650,40 @@ export type LibraryExportProfilesQueryHookResult = ReturnType<typeof useLibraryE
|
|
|
10403
10650
|
export type LibraryExportProfilesLazyQueryHookResult = ReturnType<typeof useLibraryExportProfilesLazyQuery>;
|
|
10404
10651
|
export type LibraryExportProfilesSuspenseQueryHookResult = ReturnType<typeof useLibraryExportProfilesSuspenseQuery>;
|
|
10405
10652
|
export type LibraryExportProfilesQueryResult = Apollo.QueryResult<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>;
|
|
10653
|
+
export declare const MassEditableAttributesDocument: Apollo.DocumentNode;
|
|
10654
|
+
/**
|
|
10655
|
+
* __useMassEditableAttributesQuery__
|
|
10656
|
+
*
|
|
10657
|
+
* To run a query within a React component, call `useMassEditableAttributesQuery` and pass it any options that fit your needs.
|
|
10658
|
+
* When your component renders, `useMassEditableAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10659
|
+
* you can use to render your UI.
|
|
10660
|
+
*
|
|
10661
|
+
* @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;
|
|
10662
|
+
*
|
|
10663
|
+
* @example
|
|
10664
|
+
* const { data, loading, error } = useMassEditableAttributesQuery({
|
|
10665
|
+
* variables: {
|
|
10666
|
+
* libraryId: // value for 'libraryId'
|
|
10667
|
+
* },
|
|
10668
|
+
* });
|
|
10669
|
+
*/
|
|
10670
|
+
export declare function useMassEditableAttributesQuery(baseOptions: Apollo.QueryHookOptions<MassEditableAttributesQuery, MassEditableAttributesQueryVariables> & ({
|
|
10671
|
+
variables: MassEditableAttributesQueryVariables;
|
|
10672
|
+
skip?: boolean;
|
|
10673
|
+
} | {
|
|
10674
|
+
skip: boolean;
|
|
10675
|
+
})): Apollo.InteropQueryResult<MassEditableAttributesQuery, Exact<{
|
|
10676
|
+
libraryId: Scalars["String"]["input"];
|
|
10677
|
+
}>>;
|
|
10678
|
+
export declare function useMassEditableAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>): Apollo.LazyQueryResultTuple<MassEditableAttributesQuery, Exact<{
|
|
10679
|
+
libraryId: Scalars["String"]["input"];
|
|
10680
|
+
}>>;
|
|
10681
|
+
export declare function useMassEditableAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>;
|
|
10682
|
+
export declare function useMassEditableAttributesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<MassEditableAttributesQuery | undefined, MassEditableAttributesQueryVariables>;
|
|
10683
|
+
export type MassEditableAttributesQueryHookResult = ReturnType<typeof useMassEditableAttributesQuery>;
|
|
10684
|
+
export type MassEditableAttributesLazyQueryHookResult = ReturnType<typeof useMassEditableAttributesLazyQuery>;
|
|
10685
|
+
export type MassEditableAttributesSuspenseQueryHookResult = ReturnType<typeof useMassEditableAttributesSuspenseQuery>;
|
|
10686
|
+
export type MassEditableAttributesQueryResult = Apollo.QueryResult<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>;
|
|
10406
10687
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
10407
10688
|
/**
|
|
10408
10689
|
* __useExplorerSelectionIdsQuery__
|
|
@@ -10493,6 +10774,46 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
|
|
|
10493
10774
|
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
10494
10775
|
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
10495
10776
|
export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
10777
|
+
export declare const ValuesOccurrencesDocument: Apollo.DocumentNode;
|
|
10778
|
+
/**
|
|
10779
|
+
* __useValuesOccurrencesQuery__
|
|
10780
|
+
*
|
|
10781
|
+
* To run a query within a React component, call `useValuesOccurrencesQuery` and pass it any options that fit your needs.
|
|
10782
|
+
* When your component renders, `useValuesOccurrencesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10783
|
+
* you can use to render your UI.
|
|
10784
|
+
*
|
|
10785
|
+
* @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;
|
|
10786
|
+
*
|
|
10787
|
+
* @example
|
|
10788
|
+
* const { data, loading, error } = useValuesOccurrencesQuery({
|
|
10789
|
+
* variables: {
|
|
10790
|
+
* libraryId: // value for 'libraryId'
|
|
10791
|
+
* attributeId: // value for 'attributeId'
|
|
10792
|
+
* recordFilters: // value for 'recordFilters'
|
|
10793
|
+
* },
|
|
10794
|
+
* });
|
|
10795
|
+
*/
|
|
10796
|
+
export declare function useValuesOccurrencesQuery(baseOptions: Apollo.QueryHookOptions<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables> & ({
|
|
10797
|
+
variables: ValuesOccurrencesQueryVariables;
|
|
10798
|
+
skip?: boolean;
|
|
10799
|
+
} | {
|
|
10800
|
+
skip: boolean;
|
|
10801
|
+
})): Apollo.InteropQueryResult<ValuesOccurrencesQuery, Exact<{
|
|
10802
|
+
libraryId: Scalars["ID"]["input"];
|
|
10803
|
+
attributeId: Scalars["ID"]["input"];
|
|
10804
|
+
recordFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
10805
|
+
}>>;
|
|
10806
|
+
export declare function useValuesOccurrencesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>): Apollo.LazyQueryResultTuple<ValuesOccurrencesQuery, Exact<{
|
|
10807
|
+
libraryId: Scalars["ID"]["input"];
|
|
10808
|
+
attributeId: Scalars["ID"]["input"];
|
|
10809
|
+
recordFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
10810
|
+
}>>;
|
|
10811
|
+
export declare function useValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>;
|
|
10812
|
+
export declare function useValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<ValuesOccurrencesQuery | undefined, ValuesOccurrencesQueryVariables>;
|
|
10813
|
+
export type ValuesOccurrencesQueryHookResult = ReturnType<typeof useValuesOccurrencesQuery>;
|
|
10814
|
+
export type ValuesOccurrencesLazyQueryHookResult = ReturnType<typeof useValuesOccurrencesLazyQuery>;
|
|
10815
|
+
export type ValuesOccurrencesSuspenseQueryHookResult = ReturnType<typeof useValuesOccurrencesSuspenseQuery>;
|
|
10816
|
+
export type ValuesOccurrencesQueryResult = Apollo.QueryResult<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>;
|
|
10496
10817
|
export declare const TreeFiltersDataQueryDocument: Apollo.DocumentNode;
|
|
10497
10818
|
/**
|
|
10498
10819
|
* __useTreeFiltersDataQueryQuery__
|