@leav/ui 1.12.0-ca805ec3 → 1.12.0-ce39d7e4
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 +352 -55
- package/dist/_gqlTypes/index.js +258 -46
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/attributeDetailsFragment.js +3 -0
- package/dist/_queries/attributes/attributeDetailsFragment.js.map +1 -1
- package/dist/components/Explorer/DataView.js +30 -13
- 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 +5 -9
- package/dist/components/Explorer/actions-item/useEditStatusItemAction.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 -80
- 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/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 +3 -0
- 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.js +14 -1
- package/dist/components/Filters/context/filtersReducer.js.map +1 -1
- package/dist/components/Filters/filter-items/CommonFilterItem.js.map +1 -1
- package/dist/components/Filters/filter-items/filter-type/useConditionOptionsByType.js.map +1 -1
- package/dist/components/Filters/useFilters.d.ts +198 -0
- package/dist/components/Filters/useTransformFilters.js +4 -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 +5 -2
- package/dist/hooks/useIFrameMessenger/types.js.map +1 -1
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.d.ts +10 -2
- package/dist/hooks/useIFrameMessenger/useIFrameMessenger.js +21 -9
- 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/useSharedTranslation/__mocks__/useSharedTranslation.js.map +1 -1
- package/dist/locales/en/shared.json +6 -4
- package/dist/locales/fr/shared.json +8 -6
- package/package.json +7 -7
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../src/__mocks__/utils.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright LEAV Solutions 2017 until 2023/11/05, Copyright Aristid from 2023/11/06\n// This file is released under LGPL V3\n// License text available at https://www.gnu.org/licenses/lgpl-3.0.txt\nexport type Mockify<T> = {\n [P in keyof T]?: T[P] extends (...args: any[]) => any\n ? jest.Mock<ReturnType<T[P]> extends never ? never : any>\n : T[P];\n};\n"]}
|
|
@@ -243,6 +243,67 @@ export declare enum AttributesSortableFields {
|
|
|
243
243
|
multiple_values = "multiple_values",
|
|
244
244
|
type = "type"
|
|
245
245
|
}
|
|
246
|
+
export declare enum AutomationRuleEventAction {
|
|
247
|
+
API_KEY_DELETE = "API_KEY_DELETE",
|
|
248
|
+
API_KEY_SAVE = "API_KEY_SAVE",
|
|
249
|
+
APP_DELETE = "APP_DELETE",
|
|
250
|
+
APP_SAVE = "APP_SAVE",
|
|
251
|
+
ATTRIBUTE_DELETE = "ATTRIBUTE_DELETE",
|
|
252
|
+
ATTRIBUTE_SAVE = "ATTRIBUTE_SAVE",
|
|
253
|
+
AUTOMATION_RULE_CREATE = "AUTOMATION_RULE_CREATE",
|
|
254
|
+
AUTOMATION_RULE_UPDATE = "AUTOMATION_RULE_UPDATE",
|
|
255
|
+
CONFIG_IMPORT_END = "CONFIG_IMPORT_END",
|
|
256
|
+
CONFIG_IMPORT_START = "CONFIG_IMPORT_START",
|
|
257
|
+
DATA_IMPORT_END = "DATA_IMPORT_END",
|
|
258
|
+
DATA_IMPORT_START = "DATA_IMPORT_START",
|
|
259
|
+
EXPORT_END = "EXPORT_END",
|
|
260
|
+
EXPORT_START = "EXPORT_START",
|
|
261
|
+
GLOBAL_SETTINGS_SAVE = "GLOBAL_SETTINGS_SAVE",
|
|
262
|
+
LIBRARY_DELETE = "LIBRARY_DELETE",
|
|
263
|
+
LIBRARY_PURGE = "LIBRARY_PURGE",
|
|
264
|
+
LIBRARY_SAVE = "LIBRARY_SAVE",
|
|
265
|
+
PERMISSION_SAVE = "PERMISSION_SAVE",
|
|
266
|
+
RECORD_DELETE = "RECORD_DELETE",
|
|
267
|
+
RECORD_INIT = "RECORD_INIT",
|
|
268
|
+
RECORD_SAVE = "RECORD_SAVE",
|
|
269
|
+
TASKS_DELETE = "TASKS_DELETE",
|
|
270
|
+
TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
|
|
271
|
+
TREE_DELETE = "TREE_DELETE",
|
|
272
|
+
TREE_DELETE_ELEMENT = "TREE_DELETE_ELEMENT",
|
|
273
|
+
TREE_MOVE_ELEMENT = "TREE_MOVE_ELEMENT",
|
|
274
|
+
TREE_SAVE = "TREE_SAVE",
|
|
275
|
+
VALUE_DELETE = "VALUE_DELETE",
|
|
276
|
+
VALUE_SAVE = "VALUE_SAVE",
|
|
277
|
+
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
278
|
+
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
279
|
+
}
|
|
280
|
+
export declare enum AutomationRuleSortableFields {
|
|
281
|
+
id = "id"
|
|
282
|
+
}
|
|
283
|
+
export type AutomationRuleTriggerInput = {
|
|
284
|
+
eventAction: AutomationRuleEventAction;
|
|
285
|
+
eventTopic?: InputMaybe<EventTopicInput>;
|
|
286
|
+
synchronous: Scalars['Boolean']['input'];
|
|
287
|
+
};
|
|
288
|
+
export type AutomationRulesFiltersInput = {
|
|
289
|
+
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
290
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
291
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
292
|
+
trigger?: InputMaybe<PartialAutomationRuleTriggerInput>;
|
|
293
|
+
};
|
|
294
|
+
export type AutomationRulesSortInput = {
|
|
295
|
+
field: AutomationRuleSortableFields;
|
|
296
|
+
order?: InputMaybe<SortOrder>;
|
|
297
|
+
};
|
|
298
|
+
export declare enum AutomationTriggerDefSynchronicity {
|
|
299
|
+
ASYNC = "ASYNC",
|
|
300
|
+
BOTH = "BOTH",
|
|
301
|
+
SYNC = "SYNC"
|
|
302
|
+
}
|
|
303
|
+
export declare enum AutomationTriggerDefTopics {
|
|
304
|
+
ATTRIBUTE = "ATTRIBUTE",
|
|
305
|
+
LIBRARY = "LIBRARY"
|
|
306
|
+
}
|
|
246
307
|
export declare enum AvailableLanguage {
|
|
247
308
|
en = "en",
|
|
248
309
|
fr = "fr"
|
|
@@ -252,6 +313,11 @@ export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
|
252
313
|
attributeId: Scalars['ID']['input'];
|
|
253
314
|
libraryId: Scalars['ID']['input'];
|
|
254
315
|
};
|
|
316
|
+
export type CreateAutomationRuleInput = {
|
|
317
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
318
|
+
label: Scalars['String']['input'];
|
|
319
|
+
trigger: AutomationRuleTriggerInput;
|
|
320
|
+
};
|
|
255
321
|
export type CreateRecordDataInput = {
|
|
256
322
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
257
323
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
@@ -287,6 +353,59 @@ export type EmbeddedAttributeInput = {
|
|
|
287
353
|
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
288
354
|
validation_regex?: InputMaybe<Scalars['String']['input']>;
|
|
289
355
|
};
|
|
356
|
+
export declare enum EventAction {
|
|
357
|
+
API_KEY_DELETE = "API_KEY_DELETE",
|
|
358
|
+
API_KEY_SAVE = "API_KEY_SAVE",
|
|
359
|
+
APP_DELETE = "APP_DELETE",
|
|
360
|
+
APP_SAVE = "APP_SAVE",
|
|
361
|
+
ATTRIBUTE_DELETE = "ATTRIBUTE_DELETE",
|
|
362
|
+
ATTRIBUTE_SAVE = "ATTRIBUTE_SAVE",
|
|
363
|
+
AUTOMATION_RULE_CREATE = "AUTOMATION_RULE_CREATE",
|
|
364
|
+
AUTOMATION_RULE_UPDATE = "AUTOMATION_RULE_UPDATE",
|
|
365
|
+
CONFIG_IMPORT_END = "CONFIG_IMPORT_END",
|
|
366
|
+
CONFIG_IMPORT_START = "CONFIG_IMPORT_START",
|
|
367
|
+
DATA_IMPORT_END = "DATA_IMPORT_END",
|
|
368
|
+
DATA_IMPORT_START = "DATA_IMPORT_START",
|
|
369
|
+
EXPORT_END = "EXPORT_END",
|
|
370
|
+
EXPORT_START = "EXPORT_START",
|
|
371
|
+
GLOBAL_SETTINGS_SAVE = "GLOBAL_SETTINGS_SAVE",
|
|
372
|
+
LIBRARY_DELETE = "LIBRARY_DELETE",
|
|
373
|
+
LIBRARY_PURGE = "LIBRARY_PURGE",
|
|
374
|
+
LIBRARY_SAVE = "LIBRARY_SAVE",
|
|
375
|
+
PERMISSION_SAVE = "PERMISSION_SAVE",
|
|
376
|
+
RECORD_DELETE = "RECORD_DELETE",
|
|
377
|
+
RECORD_SAVE = "RECORD_SAVE",
|
|
378
|
+
TASKS_DELETE = "TASKS_DELETE",
|
|
379
|
+
TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
|
|
380
|
+
TREE_DELETE = "TREE_DELETE",
|
|
381
|
+
TREE_DELETE_ELEMENT = "TREE_DELETE_ELEMENT",
|
|
382
|
+
TREE_MOVE_ELEMENT = "TREE_MOVE_ELEMENT",
|
|
383
|
+
TREE_SAVE = "TREE_SAVE",
|
|
384
|
+
VALUE_DELETE = "VALUE_DELETE",
|
|
385
|
+
VALUE_SAVE = "VALUE_SAVE",
|
|
386
|
+
VERSION_PROFILE_DELETE = "VERSION_PROFILE_DELETE",
|
|
387
|
+
VERSION_PROFILE_SAVE = "VERSION_PROFILE_SAVE"
|
|
388
|
+
}
|
|
389
|
+
export type EventTopicInput = {
|
|
390
|
+
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
391
|
+
application?: InputMaybe<Scalars['String']['input']>;
|
|
392
|
+
attribute?: InputMaybe<Scalars['String']['input']>;
|
|
393
|
+
automationRule?: InputMaybe<Scalars['String']['input']>;
|
|
394
|
+
filename?: InputMaybe<Scalars['String']['input']>;
|
|
395
|
+
library?: InputMaybe<Scalars['String']['input']>;
|
|
396
|
+
permission?: InputMaybe<EventTopicPermissionInput>;
|
|
397
|
+
profile?: InputMaybe<Scalars['String']['input']>;
|
|
398
|
+
record?: InputMaybe<EventTopicRecordInput>;
|
|
399
|
+
tree?: InputMaybe<Scalars['String']['input']>;
|
|
400
|
+
};
|
|
401
|
+
export type EventTopicPermissionInput = {
|
|
402
|
+
applyTo?: InputMaybe<Scalars['String']['input']>;
|
|
403
|
+
id: Scalars['String']['input'];
|
|
404
|
+
};
|
|
405
|
+
export type EventTopicRecordInput = {
|
|
406
|
+
id: Scalars['String']['input'];
|
|
407
|
+
libraryId: Scalars['String']['input'];
|
|
408
|
+
};
|
|
290
409
|
export type FileInput = {
|
|
291
410
|
data: Scalars['Upload']['input'];
|
|
292
411
|
replace?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -421,6 +540,8 @@ export declare enum LogAction {
|
|
|
421
540
|
APP_SAVE = "APP_SAVE",
|
|
422
541
|
ATTRIBUTE_DELETE = "ATTRIBUTE_DELETE",
|
|
423
542
|
ATTRIBUTE_SAVE = "ATTRIBUTE_SAVE",
|
|
543
|
+
AUTOMATION_RULE_CREATE = "AUTOMATION_RULE_CREATE",
|
|
544
|
+
AUTOMATION_RULE_UPDATE = "AUTOMATION_RULE_UPDATE",
|
|
424
545
|
CONFIG_IMPORT_END = "CONFIG_IMPORT_END",
|
|
425
546
|
CONFIG_IMPORT_START = "CONFIG_IMPORT_START",
|
|
426
547
|
DATA_IMPORT_END = "DATA_IMPORT_END",
|
|
@@ -473,6 +594,7 @@ export declare enum LogSortableField {
|
|
|
473
594
|
export type LogTopicFilterInput = {
|
|
474
595
|
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
475
596
|
attribute?: InputMaybe<Scalars['String']['input']>;
|
|
597
|
+
automationRule?: InputMaybe<Scalars['String']['input']>;
|
|
476
598
|
filename?: InputMaybe<Scalars['String']['input']>;
|
|
477
599
|
library?: InputMaybe<Scalars['String']['input']>;
|
|
478
600
|
permission?: InputMaybe<LogTopicPermissionFilterInput>;
|
|
@@ -503,6 +625,11 @@ export type Pagination = {
|
|
|
503
625
|
limit: Scalars['Int']['input'];
|
|
504
626
|
offset: Scalars['Int']['input'];
|
|
505
627
|
};
|
|
628
|
+
export type PartialAutomationRuleTriggerInput = {
|
|
629
|
+
eventAction?: InputMaybe<AutomationRuleEventAction>;
|
|
630
|
+
eventTopic?: InputMaybe<EventTopicInput>;
|
|
631
|
+
synchronous?: InputMaybe<Scalars['Boolean']['input']>;
|
|
632
|
+
};
|
|
506
633
|
export type PermissionActionInput = {
|
|
507
634
|
allowed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
508
635
|
name: PermissionsActions;
|
|
@@ -575,6 +702,7 @@ export declare enum PermissionsActions {
|
|
|
575
702
|
admin_import_config_clear_database = "admin_import_config_clear_database",
|
|
576
703
|
admin_library = "admin_library",
|
|
577
704
|
admin_list_plugins = "admin_list_plugins",
|
|
705
|
+
admin_manage_automation = "admin_manage_automation",
|
|
578
706
|
admin_manage_global_preferences = "admin_manage_global_preferences",
|
|
579
707
|
create_record = "create_record",
|
|
580
708
|
delete_record = "delete_record",
|
|
@@ -661,6 +789,11 @@ export type RecordInput = {
|
|
|
661
789
|
id: Scalars['ID']['input'];
|
|
662
790
|
library: Scalars['String']['input'];
|
|
663
791
|
};
|
|
792
|
+
export type RecordNewCommentFilterInput = {
|
|
793
|
+
ignoreOwnEvents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
794
|
+
libraries?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
795
|
+
records?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
796
|
+
};
|
|
664
797
|
export declare enum RecordPermissionsActions {
|
|
665
798
|
access_record = "access_record",
|
|
666
799
|
access_record_by_default = "access_record_by_default",
|
|
@@ -819,6 +952,13 @@ export declare enum TreesSortableFields {
|
|
|
819
952
|
id = "id",
|
|
820
953
|
system = "system"
|
|
821
954
|
}
|
|
955
|
+
export type UpdateAutomationRuleInput = {
|
|
956
|
+
active?: InputMaybe<Scalars['Boolean']['input']>;
|
|
957
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
958
|
+
id: Scalars['ID']['input'];
|
|
959
|
+
label?: InputMaybe<Scalars['String']['input']>;
|
|
960
|
+
trigger?: InputMaybe<PartialAutomationRuleTriggerInput>;
|
|
961
|
+
};
|
|
822
962
|
export type UploadFiltersInput = {
|
|
823
963
|
uid?: InputMaybe<Scalars['String']['input']>;
|
|
824
964
|
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -882,6 +1022,7 @@ export type ViewDisplayInput = {
|
|
|
882
1022
|
type: ViewTypes;
|
|
883
1023
|
};
|
|
884
1024
|
export type ViewInput = {
|
|
1025
|
+
/** The whoAmI column should never be included in attributes because is already hard-coded to be present */
|
|
885
1026
|
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
886
1027
|
color?: InputMaybe<Scalars['String']['input']>;
|
|
887
1028
|
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
@@ -895,6 +1036,7 @@ export type ViewInput = {
|
|
|
895
1036
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
896
1037
|
};
|
|
897
1038
|
export type ViewInputPartial = {
|
|
1039
|
+
/** The whoAmI column should never be included in attributes because is already hard-coded to be present */
|
|
898
1040
|
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
899
1041
|
color?: InputMaybe<Scalars['String']['input']>;
|
|
900
1042
|
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
@@ -983,6 +1125,9 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
983
1125
|
} | null;
|
|
984
1126
|
smart_filter?: {
|
|
985
1127
|
enable: boolean;
|
|
1128
|
+
through?: {
|
|
1129
|
+
id: string;
|
|
1130
|
+
} | null;
|
|
986
1131
|
} | null;
|
|
987
1132
|
metadata_fields?: Array<{
|
|
988
1133
|
id: string;
|
|
@@ -3321,6 +3466,9 @@ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
|
|
|
3321
3466
|
} | null;
|
|
3322
3467
|
smart_filter?: {
|
|
3323
3468
|
enable: boolean;
|
|
3469
|
+
through?: {
|
|
3470
|
+
id: string;
|
|
3471
|
+
} | null;
|
|
3324
3472
|
} | null;
|
|
3325
3473
|
};
|
|
3326
3474
|
export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
@@ -3410,6 +3558,9 @@ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
|
|
|
3410
3558
|
} | null;
|
|
3411
3559
|
smart_filter?: {
|
|
3412
3560
|
enable: boolean;
|
|
3561
|
+
through?: {
|
|
3562
|
+
id: string;
|
|
3563
|
+
} | null;
|
|
3413
3564
|
} | null;
|
|
3414
3565
|
};
|
|
3415
3566
|
export type StandardAttributeDetailsFragment = {
|
|
@@ -3450,6 +3601,9 @@ export type LinkAttributeDetailsFragment = {
|
|
|
3450
3601
|
} | null;
|
|
3451
3602
|
smart_filter?: {
|
|
3452
3603
|
enable: boolean;
|
|
3604
|
+
through?: {
|
|
3605
|
+
id: string;
|
|
3606
|
+
} | null;
|
|
3453
3607
|
} | null;
|
|
3454
3608
|
};
|
|
3455
3609
|
export type TreeAttributeDetailsFragment = {
|
|
@@ -3824,6 +3978,9 @@ export type GetAttributeByIdQuery = {
|
|
|
3824
3978
|
} | null;
|
|
3825
3979
|
smart_filter?: {
|
|
3826
3980
|
enable: boolean;
|
|
3981
|
+
through?: {
|
|
3982
|
+
id: string;
|
|
3983
|
+
} | null;
|
|
3827
3984
|
} | null;
|
|
3828
3985
|
metadata_fields?: Array<{
|
|
3829
3986
|
id: string;
|
|
@@ -4050,6 +4207,9 @@ export type SaveAttributeMutation = {
|
|
|
4050
4207
|
} | null;
|
|
4051
4208
|
smart_filter?: {
|
|
4052
4209
|
enable: boolean;
|
|
4210
|
+
through?: {
|
|
4211
|
+
id: string;
|
|
4212
|
+
} | null;
|
|
4053
4213
|
} | null;
|
|
4054
4214
|
metadata_fields?: Array<{
|
|
4055
4215
|
id: string;
|
|
@@ -6196,6 +6356,28 @@ export type PurgeRecordMutation = {
|
|
|
6196
6356
|
};
|
|
6197
6357
|
};
|
|
6198
6358
|
};
|
|
6359
|
+
export type GetRecordIdCardQueryVariables = Exact<{
|
|
6360
|
+
id?: InputMaybe<Scalars['String']['input']>;
|
|
6361
|
+
libraryId: Scalars['ID']['input'];
|
|
6362
|
+
}>;
|
|
6363
|
+
export type GetRecordIdCardQuery = {
|
|
6364
|
+
records: {
|
|
6365
|
+
list: Array<{
|
|
6366
|
+
id: string;
|
|
6367
|
+
whoAmI: {
|
|
6368
|
+
id: string;
|
|
6369
|
+
color?: string | null;
|
|
6370
|
+
label?: string | null;
|
|
6371
|
+
subLabel?: string | null;
|
|
6372
|
+
preview?: IPreviewScalar | null;
|
|
6373
|
+
parentContext?: Array<{
|
|
6374
|
+
id: string;
|
|
6375
|
+
label?: string | null;
|
|
6376
|
+
}> | null;
|
|
6377
|
+
};
|
|
6378
|
+
}>;
|
|
6379
|
+
};
|
|
6380
|
+
};
|
|
6199
6381
|
export type CancelTaskMutationVariables = Exact<{
|
|
6200
6382
|
taskId: Scalars['ID']['input'];
|
|
6201
6383
|
}>;
|
|
@@ -7449,6 +7631,9 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7449
7631
|
} | null;
|
|
7450
7632
|
smart_filter?: {
|
|
7451
7633
|
enable: boolean;
|
|
7634
|
+
through?: {
|
|
7635
|
+
id: string;
|
|
7636
|
+
} | null;
|
|
7452
7637
|
} | null;
|
|
7453
7638
|
permissions: {
|
|
7454
7639
|
access_attribute: boolean;
|
|
@@ -7546,6 +7731,9 @@ export type ExplorerAttributesQuery = {
|
|
|
7546
7731
|
} | null;
|
|
7547
7732
|
smart_filter?: {
|
|
7548
7733
|
enable: boolean;
|
|
7734
|
+
through?: {
|
|
7735
|
+
id: string;
|
|
7736
|
+
} | null;
|
|
7549
7737
|
} | null;
|
|
7550
7738
|
permissions: {
|
|
7551
7739
|
access_attribute: boolean;
|
|
@@ -7614,6 +7802,9 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7614
7802
|
} | null;
|
|
7615
7803
|
smart_filter?: {
|
|
7616
7804
|
enable: boolean;
|
|
7805
|
+
through?: {
|
|
7806
|
+
id: string;
|
|
7807
|
+
} | null;
|
|
7617
7808
|
} | null;
|
|
7618
7809
|
permissions: {
|
|
7619
7810
|
access_attribute: boolean;
|
|
@@ -7641,21 +7832,6 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7641
7832
|
}>;
|
|
7642
7833
|
} | null;
|
|
7643
7834
|
};
|
|
7644
|
-
export type CountValuesOccurrencesQueryVariables = Exact<{
|
|
7645
|
-
library: Scalars['ID']['input'];
|
|
7646
|
-
attribute: Scalars['ID']['input'];
|
|
7647
|
-
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
7648
|
-
}>;
|
|
7649
|
-
export type CountValuesOccurrencesQuery = {
|
|
7650
|
-
listDistinctValues?: Array<{
|
|
7651
|
-
count: number;
|
|
7652
|
-
} | {
|
|
7653
|
-
count: number;
|
|
7654
|
-
treeNode?: {
|
|
7655
|
-
id: string;
|
|
7656
|
-
} | null;
|
|
7657
|
-
}> | null;
|
|
7658
|
-
};
|
|
7659
7835
|
export type ExplorerLibraryCountDataQueryVariables = Exact<{
|
|
7660
7836
|
libraryId: Scalars['ID']['input'];
|
|
7661
7837
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -7912,6 +8088,41 @@ export type LibraryExportProfilesQuery = {
|
|
|
7912
8088
|
}>;
|
|
7913
8089
|
} | null;
|
|
7914
8090
|
};
|
|
8091
|
+
export type MassEditableAttributesQueryVariables = Exact<{
|
|
8092
|
+
libraryId: Scalars['String']['input'];
|
|
8093
|
+
}>;
|
|
8094
|
+
export type MassEditableAttributesQuery = {
|
|
8095
|
+
attributes?: {
|
|
8096
|
+
list: Array<{
|
|
8097
|
+
id: string;
|
|
8098
|
+
label?: any | null;
|
|
8099
|
+
} | {
|
|
8100
|
+
id: string;
|
|
8101
|
+
label?: any | null;
|
|
8102
|
+
tree_values?: Array<{
|
|
8103
|
+
node?: {
|
|
8104
|
+
id: string;
|
|
8105
|
+
record: {
|
|
8106
|
+
id: string;
|
|
8107
|
+
whoAmI: {
|
|
8108
|
+
label?: string | null;
|
|
8109
|
+
color?: string | null;
|
|
8110
|
+
};
|
|
8111
|
+
};
|
|
8112
|
+
} | null;
|
|
8113
|
+
allowedDependentValues?: Array<{
|
|
8114
|
+
nodeId?: string | null;
|
|
8115
|
+
}> | null;
|
|
8116
|
+
}> | null;
|
|
8117
|
+
permissions_conf_dependent_values?: {
|
|
8118
|
+
dependenciesTreeAttributes: Array<{
|
|
8119
|
+
id: string;
|
|
8120
|
+
label?: any | null;
|
|
8121
|
+
}>;
|
|
8122
|
+
} | null;
|
|
8123
|
+
}>;
|
|
8124
|
+
} | null;
|
|
8125
|
+
};
|
|
7915
8126
|
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
7916
8127
|
libraryId: Scalars['ID']['input'];
|
|
7917
8128
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -8001,6 +8212,21 @@ export type UpdateViewMutation = {
|
|
|
8001
8212
|
}> | null;
|
|
8002
8213
|
};
|
|
8003
8214
|
};
|
|
8215
|
+
export type ValuesOccurrencesQueryVariables = Exact<{
|
|
8216
|
+
libraryId: Scalars['ID']['input'];
|
|
8217
|
+
attributeId: Scalars['ID']['input'];
|
|
8218
|
+
recordFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
8219
|
+
}>;
|
|
8220
|
+
export type ValuesOccurrencesQuery = {
|
|
8221
|
+
listDistinctValues?: Array<{
|
|
8222
|
+
count: number;
|
|
8223
|
+
} | {
|
|
8224
|
+
count: number;
|
|
8225
|
+
treeNode?: {
|
|
8226
|
+
id: string;
|
|
8227
|
+
} | null;
|
|
8228
|
+
}> | null;
|
|
8229
|
+
};
|
|
8004
8230
|
export type TreeFiltersDataQueryQueryVariables = Exact<{
|
|
8005
8231
|
treeId: Scalars['ID']['input'];
|
|
8006
8232
|
startAt?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -9436,6 +9662,43 @@ export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHook
|
|
|
9436
9662
|
export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
|
|
9437
9663
|
export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
|
|
9438
9664
|
export type PurgeRecordMutationOptions = Apollo.BaseMutationOptions<PurgeRecordMutation, PurgeRecordMutationVariables>;
|
|
9665
|
+
export declare const GetRecordIdCardDocument: Apollo.DocumentNode;
|
|
9666
|
+
/**
|
|
9667
|
+
* __useGetRecordIdCardQuery__
|
|
9668
|
+
*
|
|
9669
|
+
* To run a query within a React component, call `useGetRecordIdCardQuery` and pass it any options that fit your needs.
|
|
9670
|
+
* When your component renders, `useGetRecordIdCardQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
9671
|
+
* you can use to render your UI.
|
|
9672
|
+
*
|
|
9673
|
+
* @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;
|
|
9674
|
+
*
|
|
9675
|
+
* @example
|
|
9676
|
+
* const { data, loading, error } = useGetRecordIdCardQuery({
|
|
9677
|
+
* variables: {
|
|
9678
|
+
* id: // value for 'id'
|
|
9679
|
+
* libraryId: // value for 'libraryId'
|
|
9680
|
+
* },
|
|
9681
|
+
* });
|
|
9682
|
+
*/
|
|
9683
|
+
export declare function useGetRecordIdCardQuery(baseOptions: Apollo.QueryHookOptions<GetRecordIdCardQuery, GetRecordIdCardQueryVariables> & ({
|
|
9684
|
+
variables: GetRecordIdCardQueryVariables;
|
|
9685
|
+
skip?: boolean;
|
|
9686
|
+
} | {
|
|
9687
|
+
skip: boolean;
|
|
9688
|
+
})): Apollo.InteropQueryResult<GetRecordIdCardQuery, Exact<{
|
|
9689
|
+
id?: InputMaybe<Scalars["String"]["input"]>;
|
|
9690
|
+
libraryId: Scalars["ID"]["input"];
|
|
9691
|
+
}>>;
|
|
9692
|
+
export declare function useGetRecordIdCardLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>): Apollo.LazyQueryResultTuple<GetRecordIdCardQuery, Exact<{
|
|
9693
|
+
id?: InputMaybe<Scalars["String"]["input"]>;
|
|
9694
|
+
libraryId: Scalars["ID"]["input"];
|
|
9695
|
+
}>>;
|
|
9696
|
+
export declare function useGetRecordIdCardSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>;
|
|
9697
|
+
export declare function useGetRecordIdCardSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>): Apollo.UseSuspenseQueryResult<GetRecordIdCardQuery | undefined, GetRecordIdCardQueryVariables>;
|
|
9698
|
+
export type GetRecordIdCardQueryHookResult = ReturnType<typeof useGetRecordIdCardQuery>;
|
|
9699
|
+
export type GetRecordIdCardLazyQueryHookResult = ReturnType<typeof useGetRecordIdCardLazyQuery>;
|
|
9700
|
+
export type GetRecordIdCardSuspenseQueryHookResult = ReturnType<typeof useGetRecordIdCardSuspenseQuery>;
|
|
9701
|
+
export type GetRecordIdCardQueryResult = Apollo.QueryResult<GetRecordIdCardQuery, GetRecordIdCardQueryVariables>;
|
|
9439
9702
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
9440
9703
|
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
9441
9704
|
/**
|
|
@@ -10085,46 +10348,6 @@ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorer
|
|
|
10085
10348
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
10086
10349
|
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
10087
10350
|
export type ExplorerLinkAttributeQueryResult = Apollo.QueryResult<ExplorerLinkAttributeQuery, ExplorerLinkAttributeQueryVariables>;
|
|
10088
|
-
export declare const CountValuesOccurrencesDocument: Apollo.DocumentNode;
|
|
10089
|
-
/**
|
|
10090
|
-
* __useCountValuesOccurrencesQuery__
|
|
10091
|
-
*
|
|
10092
|
-
* To run a query within a React component, call `useCountValuesOccurrencesQuery` and pass it any options that fit your needs.
|
|
10093
|
-
* When your component renders, `useCountValuesOccurrencesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10094
|
-
* you can use to render your UI.
|
|
10095
|
-
*
|
|
10096
|
-
* @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;
|
|
10097
|
-
*
|
|
10098
|
-
* @example
|
|
10099
|
-
* const { data, loading, error } = useCountValuesOccurrencesQuery({
|
|
10100
|
-
* variables: {
|
|
10101
|
-
* library: // value for 'library'
|
|
10102
|
-
* attribute: // value for 'attribute'
|
|
10103
|
-
* recordFilters: // value for 'recordFilters'
|
|
10104
|
-
* },
|
|
10105
|
-
* });
|
|
10106
|
-
*/
|
|
10107
|
-
export declare function useCountValuesOccurrencesQuery(baseOptions: Apollo.QueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables> & ({
|
|
10108
|
-
variables: CountValuesOccurrencesQueryVariables;
|
|
10109
|
-
skip?: boolean;
|
|
10110
|
-
} | {
|
|
10111
|
-
skip: boolean;
|
|
10112
|
-
})): Apollo.InteropQueryResult<CountValuesOccurrencesQuery, Exact<{
|
|
10113
|
-
library: Scalars["ID"]["input"];
|
|
10114
|
-
attribute: Scalars["ID"]["input"];
|
|
10115
|
-
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10116
|
-
}>>;
|
|
10117
|
-
export declare function useCountValuesOccurrencesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.LazyQueryResultTuple<CountValuesOccurrencesQuery, Exact<{
|
|
10118
|
-
library: Scalars["ID"]["input"];
|
|
10119
|
-
attribute: Scalars["ID"]["input"];
|
|
10120
|
-
recordFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
10121
|
-
}>>;
|
|
10122
|
-
export declare function useCountValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>;
|
|
10123
|
-
export declare function useCountValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<CountValuesOccurrencesQuery | undefined, CountValuesOccurrencesQueryVariables>;
|
|
10124
|
-
export type CountValuesOccurrencesQueryHookResult = ReturnType<typeof useCountValuesOccurrencesQuery>;
|
|
10125
|
-
export type CountValuesOccurrencesLazyQueryHookResult = ReturnType<typeof useCountValuesOccurrencesLazyQuery>;
|
|
10126
|
-
export type CountValuesOccurrencesSuspenseQueryHookResult = ReturnType<typeof useCountValuesOccurrencesSuspenseQuery>;
|
|
10127
|
-
export type CountValuesOccurrencesQueryResult = Apollo.QueryResult<CountValuesOccurrencesQuery, CountValuesOccurrencesQueryVariables>;
|
|
10128
10351
|
export declare const ExplorerLibraryCountDataDocument: Apollo.DocumentNode;
|
|
10129
10352
|
/**
|
|
10130
10353
|
* __useExplorerLibraryCountDataQuery__
|
|
@@ -10351,6 +10574,40 @@ export type LibraryExportProfilesQueryHookResult = ReturnType<typeof useLibraryE
|
|
|
10351
10574
|
export type LibraryExportProfilesLazyQueryHookResult = ReturnType<typeof useLibraryExportProfilesLazyQuery>;
|
|
10352
10575
|
export type LibraryExportProfilesSuspenseQueryHookResult = ReturnType<typeof useLibraryExportProfilesSuspenseQuery>;
|
|
10353
10576
|
export type LibraryExportProfilesQueryResult = Apollo.QueryResult<LibraryExportProfilesQuery, LibraryExportProfilesQueryVariables>;
|
|
10577
|
+
export declare const MassEditableAttributesDocument: Apollo.DocumentNode;
|
|
10578
|
+
/**
|
|
10579
|
+
* __useMassEditableAttributesQuery__
|
|
10580
|
+
*
|
|
10581
|
+
* To run a query within a React component, call `useMassEditableAttributesQuery` and pass it any options that fit your needs.
|
|
10582
|
+
* When your component renders, `useMassEditableAttributesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10583
|
+
* you can use to render your UI.
|
|
10584
|
+
*
|
|
10585
|
+
* @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;
|
|
10586
|
+
*
|
|
10587
|
+
* @example
|
|
10588
|
+
* const { data, loading, error } = useMassEditableAttributesQuery({
|
|
10589
|
+
* variables: {
|
|
10590
|
+
* libraryId: // value for 'libraryId'
|
|
10591
|
+
* },
|
|
10592
|
+
* });
|
|
10593
|
+
*/
|
|
10594
|
+
export declare function useMassEditableAttributesQuery(baseOptions: Apollo.QueryHookOptions<MassEditableAttributesQuery, MassEditableAttributesQueryVariables> & ({
|
|
10595
|
+
variables: MassEditableAttributesQueryVariables;
|
|
10596
|
+
skip?: boolean;
|
|
10597
|
+
} | {
|
|
10598
|
+
skip: boolean;
|
|
10599
|
+
})): Apollo.InteropQueryResult<MassEditableAttributesQuery, Exact<{
|
|
10600
|
+
libraryId: Scalars["String"]["input"];
|
|
10601
|
+
}>>;
|
|
10602
|
+
export declare function useMassEditableAttributesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>): Apollo.LazyQueryResultTuple<MassEditableAttributesQuery, Exact<{
|
|
10603
|
+
libraryId: Scalars["String"]["input"];
|
|
10604
|
+
}>>;
|
|
10605
|
+
export declare function useMassEditableAttributesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>;
|
|
10606
|
+
export declare function useMassEditableAttributesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>): Apollo.UseSuspenseQueryResult<MassEditableAttributesQuery | undefined, MassEditableAttributesQueryVariables>;
|
|
10607
|
+
export type MassEditableAttributesQueryHookResult = ReturnType<typeof useMassEditableAttributesQuery>;
|
|
10608
|
+
export type MassEditableAttributesLazyQueryHookResult = ReturnType<typeof useMassEditableAttributesLazyQuery>;
|
|
10609
|
+
export type MassEditableAttributesSuspenseQueryHookResult = ReturnType<typeof useMassEditableAttributesSuspenseQuery>;
|
|
10610
|
+
export type MassEditableAttributesQueryResult = Apollo.QueryResult<MassEditableAttributesQuery, MassEditableAttributesQueryVariables>;
|
|
10354
10611
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
10355
10612
|
/**
|
|
10356
10613
|
* __useExplorerSelectionIdsQuery__
|
|
@@ -10441,6 +10698,46 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
|
|
|
10441
10698
|
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
10442
10699
|
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
10443
10700
|
export type UpdateViewMutationOptions = Apollo.BaseMutationOptions<UpdateViewMutation, UpdateViewMutationVariables>;
|
|
10701
|
+
export declare const ValuesOccurrencesDocument: Apollo.DocumentNode;
|
|
10702
|
+
/**
|
|
10703
|
+
* __useValuesOccurrencesQuery__
|
|
10704
|
+
*
|
|
10705
|
+
* To run a query within a React component, call `useValuesOccurrencesQuery` and pass it any options that fit your needs.
|
|
10706
|
+
* When your component renders, `useValuesOccurrencesQuery` returns an object from Apollo Client that contains loading, error, and data properties
|
|
10707
|
+
* you can use to render your UI.
|
|
10708
|
+
*
|
|
10709
|
+
* @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;
|
|
10710
|
+
*
|
|
10711
|
+
* @example
|
|
10712
|
+
* const { data, loading, error } = useValuesOccurrencesQuery({
|
|
10713
|
+
* variables: {
|
|
10714
|
+
* libraryId: // value for 'libraryId'
|
|
10715
|
+
* attributeId: // value for 'attributeId'
|
|
10716
|
+
* recordFilters: // value for 'recordFilters'
|
|
10717
|
+
* },
|
|
10718
|
+
* });
|
|
10719
|
+
*/
|
|
10720
|
+
export declare function useValuesOccurrencesQuery(baseOptions: Apollo.QueryHookOptions<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables> & ({
|
|
10721
|
+
variables: ValuesOccurrencesQueryVariables;
|
|
10722
|
+
skip?: boolean;
|
|
10723
|
+
} | {
|
|
10724
|
+
skip: boolean;
|
|
10725
|
+
})): Apollo.InteropQueryResult<ValuesOccurrencesQuery, Exact<{
|
|
10726
|
+
libraryId: Scalars["ID"]["input"];
|
|
10727
|
+
attributeId: Scalars["ID"]["input"];
|
|
10728
|
+
recordFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
10729
|
+
}>>;
|
|
10730
|
+
export declare function useValuesOccurrencesLazyQuery(baseOptions?: Apollo.LazyQueryHookOptions<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>): Apollo.LazyQueryResultTuple<ValuesOccurrencesQuery, Exact<{
|
|
10731
|
+
libraryId: Scalars["ID"]["input"];
|
|
10732
|
+
attributeId: Scalars["ID"]["input"];
|
|
10733
|
+
recordFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
10734
|
+
}>>;
|
|
10735
|
+
export declare function useValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SuspenseQueryHookOptions<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>;
|
|
10736
|
+
export declare function useValuesOccurrencesSuspenseQuery(baseOptions?: Apollo.SkipToken | Apollo.SuspenseQueryHookOptions<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>): Apollo.UseSuspenseQueryResult<ValuesOccurrencesQuery | undefined, ValuesOccurrencesQueryVariables>;
|
|
10737
|
+
export type ValuesOccurrencesQueryHookResult = ReturnType<typeof useValuesOccurrencesQuery>;
|
|
10738
|
+
export type ValuesOccurrencesLazyQueryHookResult = ReturnType<typeof useValuesOccurrencesLazyQuery>;
|
|
10739
|
+
export type ValuesOccurrencesSuspenseQueryHookResult = ReturnType<typeof useValuesOccurrencesSuspenseQuery>;
|
|
10740
|
+
export type ValuesOccurrencesQueryResult = Apollo.QueryResult<ValuesOccurrencesQuery, ValuesOccurrencesQueryVariables>;
|
|
10444
10741
|
export declare const TreeFiltersDataQueryDocument: Apollo.DocumentNode;
|
|
10445
10742
|
/**
|
|
10446
10743
|
* __useTreeFiltersDataQueryQuery__
|