@leav/ui 1.12.0 → 1.13.0
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 +361 -116
- package/dist/_gqlTypes/index.js +261 -51
- 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 +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 +5 -9
- 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/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 +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 +6 -4
- package/dist/locales/fr/shared.json +8 -6
- 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
|
@@ -243,25 +243,81 @@ 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"
|
|
249
310
|
}
|
|
250
|
-
export type CampaignToRenew = {
|
|
251
|
-
endDate: Scalars['String']['input'];
|
|
252
|
-
id: Scalars['String']['input'];
|
|
253
|
-
startDate: Scalars['String']['input'];
|
|
254
|
-
};
|
|
255
|
-
export type CampaignToUpdateDates = {
|
|
256
|
-
endDate: Scalars['String']['input'];
|
|
257
|
-
id: Scalars['String']['input'];
|
|
258
|
-
startDate: Scalars['String']['input'];
|
|
259
|
-
};
|
|
260
311
|
export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
261
312
|
action: RecordPermissionsActions;
|
|
262
313
|
attributeId: Scalars['ID']['input'];
|
|
263
314
|
libraryId: Scalars['ID']['input'];
|
|
264
315
|
};
|
|
316
|
+
export type CreateAutomationRuleInput = {
|
|
317
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
318
|
+
label: Scalars['String']['input'];
|
|
319
|
+
trigger: AutomationRuleTriggerInput;
|
|
320
|
+
};
|
|
265
321
|
export type CreateRecordDataInput = {
|
|
266
322
|
values?: InputMaybe<Array<ValueBatchInput>>;
|
|
267
323
|
version?: InputMaybe<Array<ValueVersionInput>>;
|
|
@@ -297,6 +353,59 @@ export type EmbeddedAttributeInput = {
|
|
|
297
353
|
label?: InputMaybe<Scalars['SystemTranslation']['input']>;
|
|
298
354
|
validation_regex?: InputMaybe<Scalars['String']['input']>;
|
|
299
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
|
+
};
|
|
300
409
|
export type FileInput = {
|
|
301
410
|
data: Scalars['Upload']['input'];
|
|
302
411
|
replace?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -431,6 +540,8 @@ export declare enum LogAction {
|
|
|
431
540
|
APP_SAVE = "APP_SAVE",
|
|
432
541
|
ATTRIBUTE_DELETE = "ATTRIBUTE_DELETE",
|
|
433
542
|
ATTRIBUTE_SAVE = "ATTRIBUTE_SAVE",
|
|
543
|
+
AUTOMATION_RULE_CREATE = "AUTOMATION_RULE_CREATE",
|
|
544
|
+
AUTOMATION_RULE_UPDATE = "AUTOMATION_RULE_UPDATE",
|
|
434
545
|
CONFIG_IMPORT_END = "CONFIG_IMPORT_END",
|
|
435
546
|
CONFIG_IMPORT_START = "CONFIG_IMPORT_START",
|
|
436
547
|
DATA_IMPORT_END = "DATA_IMPORT_END",
|
|
@@ -483,6 +594,7 @@ export declare enum LogSortableField {
|
|
|
483
594
|
export type LogTopicFilterInput = {
|
|
484
595
|
apiKey?: InputMaybe<Scalars['String']['input']>;
|
|
485
596
|
attribute?: InputMaybe<Scalars['String']['input']>;
|
|
597
|
+
automationRule?: InputMaybe<Scalars['String']['input']>;
|
|
486
598
|
filename?: InputMaybe<Scalars['String']['input']>;
|
|
487
599
|
library?: InputMaybe<Scalars['String']['input']>;
|
|
488
600
|
permission?: InputMaybe<LogTopicPermissionFilterInput>;
|
|
@@ -498,10 +610,6 @@ export type LogTopicRecordFilterInput = {
|
|
|
498
610
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
499
611
|
libraryId?: InputMaybe<Scalars['String']['input']>;
|
|
500
612
|
};
|
|
501
|
-
export type MapValueInput = {
|
|
502
|
-
after?: InputMaybe<Scalars['ID']['input']>;
|
|
503
|
-
before?: InputMaybe<Scalars['ID']['input']>;
|
|
504
|
-
};
|
|
505
613
|
export declare enum MultiDisplayOption {
|
|
506
614
|
avatar = "avatar",
|
|
507
615
|
badge_qty = "badge_qty",
|
|
@@ -517,6 +625,11 @@ export type Pagination = {
|
|
|
517
625
|
limit: Scalars['Int']['input'];
|
|
518
626
|
offset: Scalars['Int']['input'];
|
|
519
627
|
};
|
|
628
|
+
export type PartialAutomationRuleTriggerInput = {
|
|
629
|
+
eventAction?: InputMaybe<AutomationRuleEventAction>;
|
|
630
|
+
eventTopic?: InputMaybe<EventTopicInput>;
|
|
631
|
+
synchronous?: InputMaybe<Scalars['Boolean']['input']>;
|
|
632
|
+
};
|
|
520
633
|
export type PermissionActionInput = {
|
|
521
634
|
allowed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
522
635
|
name: PermissionsActions;
|
|
@@ -589,6 +702,7 @@ export declare enum PermissionsActions {
|
|
|
589
702
|
admin_import_config_clear_database = "admin_import_config_clear_database",
|
|
590
703
|
admin_library = "admin_library",
|
|
591
704
|
admin_list_plugins = "admin_list_plugins",
|
|
705
|
+
admin_manage_automation = "admin_manage_automation",
|
|
592
706
|
admin_manage_global_preferences = "admin_manage_global_preferences",
|
|
593
707
|
create_record = "create_record",
|
|
594
708
|
delete_record = "delete_record",
|
|
@@ -675,6 +789,11 @@ export type RecordInput = {
|
|
|
675
789
|
id: Scalars['ID']['input'];
|
|
676
790
|
library: Scalars['String']['input'];
|
|
677
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
|
+
};
|
|
678
797
|
export declare enum RecordPermissionsActions {
|
|
679
798
|
access_record = "access_record",
|
|
680
799
|
access_record_by_default = "access_record_by_default",
|
|
@@ -696,49 +815,13 @@ export type RecordsPagination = {
|
|
|
696
815
|
limit: Scalars['Int']['input'];
|
|
697
816
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
698
817
|
};
|
|
699
|
-
export type
|
|
700
|
-
|
|
701
|
-
values: Array<
|
|
702
|
-
withEmptyValues?: InputMaybe<Scalars['Boolean']['input']>;
|
|
703
|
-
};
|
|
704
|
-
export type ReportFramingAttributeFilterValueItemInput = {
|
|
705
|
-
formattedValue?: InputMaybe<Scalars['String']['input']>;
|
|
706
|
-
rawValue: Scalars['String']['input'];
|
|
707
|
-
};
|
|
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
|
-
export type ReportFramingContentInput = {
|
|
724
|
-
campaigns: Array<ReportFramingCampaignInput>;
|
|
725
|
-
filters?: InputMaybe<ReportFramingFiltersInput>;
|
|
726
|
-
};
|
|
727
|
-
export type ReportFramingFiltersInput = {
|
|
728
|
-
attributes?: InputMaybe<Array<ReportFramingAttributeFilterItemInput>>;
|
|
729
|
-
search?: InputMaybe<Scalars['String']['input']>;
|
|
730
|
-
};
|
|
731
|
-
export type ReportFramingItemInput = {
|
|
732
|
-
columnId: Scalars['String']['input'];
|
|
733
|
-
referenceValue?: InputMaybe<Scalars['Int']['input']>;
|
|
734
|
-
value?: InputMaybe<Scalars['Int']['input']>;
|
|
818
|
+
export type SaveValueBulkMappingInput = {
|
|
819
|
+
dependenciesFilters?: InputMaybe<Array<InputMaybe<RecordFilterInput>>>;
|
|
820
|
+
values: Array<SaveValueBulkMappingValueInput>;
|
|
735
821
|
};
|
|
736
|
-
export type
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
framing?: InputMaybe<Array<ReportFramingItemInput>>;
|
|
740
|
-
id: Scalars['String']['input'];
|
|
741
|
-
label?: InputMaybe<Scalars['String']['input']>;
|
|
822
|
+
export type SaveValueBulkMappingValueInput = {
|
|
823
|
+
after?: InputMaybe<Scalars['ID']['input']>;
|
|
824
|
+
before?: InputMaybe<Scalars['ID']['input']>;
|
|
742
825
|
};
|
|
743
826
|
export type SheetInput = {
|
|
744
827
|
keyIndex?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -803,12 +886,10 @@ export declare enum TaskStatus {
|
|
|
803
886
|
}
|
|
804
887
|
export declare enum TaskType {
|
|
805
888
|
EXPORT = "EXPORT",
|
|
806
|
-
FRAMING_REPORT = "FRAMING_REPORT",
|
|
807
889
|
IMPORT_CONFIG = "IMPORT_CONFIG",
|
|
808
890
|
IMPORT_DATA = "IMPORT_DATA",
|
|
809
891
|
INDEXATION = "INDEXATION",
|
|
810
892
|
PURGE_MULTIPLE_VALUES = "PURGE_MULTIPLE_VALUES",
|
|
811
|
-
RENEW_CAMPAIGNS = "RENEW_CAMPAIGNS",
|
|
812
893
|
SAVE_VALUE_BULK = "SAVE_VALUE_BULK"
|
|
813
894
|
}
|
|
814
895
|
export declare enum TreeBehavior {
|
|
@@ -871,6 +952,13 @@ export declare enum TreesSortableFields {
|
|
|
871
952
|
id = "id",
|
|
872
953
|
system = "system"
|
|
873
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
|
+
};
|
|
874
962
|
export type UploadFiltersInput = {
|
|
875
963
|
uid?: InputMaybe<Scalars['String']['input']>;
|
|
876
964
|
userId?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -934,6 +1022,7 @@ export type ViewDisplayInput = {
|
|
|
934
1022
|
type: ViewTypes;
|
|
935
1023
|
};
|
|
936
1024
|
export type ViewInput = {
|
|
1025
|
+
/** The whoAmI column should never be included in attributes because is already hard-coded to be present */
|
|
937
1026
|
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
938
1027
|
color?: InputMaybe<Scalars['String']['input']>;
|
|
939
1028
|
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
@@ -947,6 +1036,7 @@ export type ViewInput = {
|
|
|
947
1036
|
valuesVersions?: InputMaybe<Array<ViewValuesVersionInput>>;
|
|
948
1037
|
};
|
|
949
1038
|
export type ViewInputPartial = {
|
|
1039
|
+
/** The whoAmI column should never be included in attributes because is already hard-coded to be present */
|
|
950
1040
|
attributes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
951
1041
|
color?: InputMaybe<Scalars['String']['input']>;
|
|
952
1042
|
description?: InputMaybe<Scalars['SystemTranslationOptional']['input']>;
|
|
@@ -1035,6 +1125,9 @@ export type AttributeDetailsLinkAttributeFragment = {
|
|
|
1035
1125
|
} | null;
|
|
1036
1126
|
smart_filter?: {
|
|
1037
1127
|
enable: boolean;
|
|
1128
|
+
through?: {
|
|
1129
|
+
id: string;
|
|
1130
|
+
} | null;
|
|
1038
1131
|
} | null;
|
|
1039
1132
|
metadata_fields?: Array<{
|
|
1040
1133
|
id: string;
|
|
@@ -3373,6 +3466,9 @@ export type AttributesByLibAttributeWithPermissionsLinkAttributeFragment = {
|
|
|
3373
3466
|
} | null;
|
|
3374
3467
|
smart_filter?: {
|
|
3375
3468
|
enable: boolean;
|
|
3469
|
+
through?: {
|
|
3470
|
+
id: string;
|
|
3471
|
+
} | null;
|
|
3376
3472
|
} | null;
|
|
3377
3473
|
};
|
|
3378
3474
|
export type AttributesByLibAttributeWithPermissionsStandardAttributeFragment = {
|
|
@@ -3462,6 +3558,9 @@ export type AttributesByLibLinkAttributeWithPermissionsFragment = {
|
|
|
3462
3558
|
} | null;
|
|
3463
3559
|
smart_filter?: {
|
|
3464
3560
|
enable: boolean;
|
|
3561
|
+
through?: {
|
|
3562
|
+
id: string;
|
|
3563
|
+
} | null;
|
|
3465
3564
|
} | null;
|
|
3466
3565
|
};
|
|
3467
3566
|
export type StandardAttributeDetailsFragment = {
|
|
@@ -3502,6 +3601,9 @@ export type LinkAttributeDetailsFragment = {
|
|
|
3502
3601
|
} | null;
|
|
3503
3602
|
smart_filter?: {
|
|
3504
3603
|
enable: boolean;
|
|
3604
|
+
through?: {
|
|
3605
|
+
id: string;
|
|
3606
|
+
} | null;
|
|
3505
3607
|
} | null;
|
|
3506
3608
|
};
|
|
3507
3609
|
export type TreeAttributeDetailsFragment = {
|
|
@@ -3876,6 +3978,9 @@ export type GetAttributeByIdQuery = {
|
|
|
3876
3978
|
} | null;
|
|
3877
3979
|
smart_filter?: {
|
|
3878
3980
|
enable: boolean;
|
|
3981
|
+
through?: {
|
|
3982
|
+
id: string;
|
|
3983
|
+
} | null;
|
|
3879
3984
|
} | null;
|
|
3880
3985
|
metadata_fields?: Array<{
|
|
3881
3986
|
id: string;
|
|
@@ -4102,6 +4207,9 @@ export type SaveAttributeMutation = {
|
|
|
4102
4207
|
} | null;
|
|
4103
4208
|
smart_filter?: {
|
|
4104
4209
|
enable: boolean;
|
|
4210
|
+
through?: {
|
|
4211
|
+
id: string;
|
|
4212
|
+
} | null;
|
|
4105
4213
|
} | null;
|
|
4106
4214
|
metadata_fields?: Array<{
|
|
4107
4215
|
id: string;
|
|
@@ -6248,6 +6356,28 @@ export type PurgeRecordMutation = {
|
|
|
6248
6356
|
};
|
|
6249
6357
|
};
|
|
6250
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
|
+
};
|
|
6251
6381
|
export type CancelTaskMutationVariables = Exact<{
|
|
6252
6382
|
taskId: Scalars['ID']['input'];
|
|
6253
6383
|
}>;
|
|
@@ -7228,7 +7358,7 @@ export type SaveValueBulkMutationVariables = Exact<{
|
|
|
7228
7358
|
libraryId: Scalars['ID']['input'];
|
|
7229
7359
|
recordsFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
7230
7360
|
attributeId: Scalars['ID']['input'];
|
|
7231
|
-
|
|
7361
|
+
mapping: Array<SaveValueBulkMappingInput> | SaveValueBulkMappingInput;
|
|
7232
7362
|
}>;
|
|
7233
7363
|
export type SaveValueBulkMutation = {
|
|
7234
7364
|
saveValueBulk: string;
|
|
@@ -7501,6 +7631,9 @@ export type GetAttributesByLibWithPermissionsQuery = {
|
|
|
7501
7631
|
} | null;
|
|
7502
7632
|
smart_filter?: {
|
|
7503
7633
|
enable: boolean;
|
|
7634
|
+
through?: {
|
|
7635
|
+
id: string;
|
|
7636
|
+
} | null;
|
|
7504
7637
|
} | null;
|
|
7505
7638
|
permissions: {
|
|
7506
7639
|
access_attribute: boolean;
|
|
@@ -7598,6 +7731,9 @@ export type ExplorerAttributesQuery = {
|
|
|
7598
7731
|
} | null;
|
|
7599
7732
|
smart_filter?: {
|
|
7600
7733
|
enable: boolean;
|
|
7734
|
+
through?: {
|
|
7735
|
+
id: string;
|
|
7736
|
+
} | null;
|
|
7601
7737
|
} | null;
|
|
7602
7738
|
permissions: {
|
|
7603
7739
|
access_attribute: boolean;
|
|
@@ -7666,6 +7802,9 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7666
7802
|
} | null;
|
|
7667
7803
|
smart_filter?: {
|
|
7668
7804
|
enable: boolean;
|
|
7805
|
+
through?: {
|
|
7806
|
+
id: string;
|
|
7807
|
+
} | null;
|
|
7669
7808
|
} | null;
|
|
7670
7809
|
permissions: {
|
|
7671
7810
|
access_attribute: boolean;
|
|
@@ -7693,21 +7832,6 @@ export type ExplorerLinkAttributeQuery = {
|
|
|
7693
7832
|
}>;
|
|
7694
7833
|
} | null;
|
|
7695
7834
|
};
|
|
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
7835
|
export type ExplorerLibraryCountDataQueryVariables = Exact<{
|
|
7712
7836
|
libraryId: Scalars['ID']['input'];
|
|
7713
7837
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -7964,6 +8088,41 @@ export type LibraryExportProfilesQuery = {
|
|
|
7964
8088
|
}>;
|
|
7965
8089
|
} | null;
|
|
7966
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
|
+
};
|
|
7967
8126
|
export type ExplorerSelectionIdsQueryVariables = Exact<{
|
|
7968
8127
|
libraryId: Scalars['ID']['input'];
|
|
7969
8128
|
filters?: InputMaybe<Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>>;
|
|
@@ -8053,6 +8212,21 @@ export type UpdateViewMutation = {
|
|
|
8053
8212
|
}> | null;
|
|
8054
8213
|
};
|
|
8055
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
|
+
};
|
|
8056
8230
|
export type TreeFiltersDataQueryQueryVariables = Exact<{
|
|
8057
8231
|
treeId: Scalars['ID']['input'];
|
|
8058
8232
|
startAt?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -9488,6 +9662,43 @@ export declare function usePurgeRecordMutation(baseOptions?: Apollo.MutationHook
|
|
|
9488
9662
|
export type PurgeRecordMutationHookResult = ReturnType<typeof usePurgeRecordMutation>;
|
|
9489
9663
|
export type PurgeRecordMutationResult = Apollo.MutationResult<PurgeRecordMutation>;
|
|
9490
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>;
|
|
9491
9702
|
export declare const CancelTaskDocument: Apollo.DocumentNode;
|
|
9492
9703
|
export type CancelTaskMutationFn = Apollo.MutationFunction<CancelTaskMutation, CancelTaskMutationVariables>;
|
|
9493
9704
|
/**
|
|
@@ -9875,7 +10086,7 @@ export type SaveValueBulkMutationFn = Apollo.MutationFunction<SaveValueBulkMutat
|
|
|
9875
10086
|
* libraryId: // value for 'libraryId'
|
|
9876
10087
|
* recordsFilters: // value for 'recordsFilters'
|
|
9877
10088
|
* attributeId: // value for 'attributeId'
|
|
9878
|
-
*
|
|
10089
|
+
* mapping: // value for 'mapping'
|
|
9879
10090
|
* },
|
|
9880
10091
|
* });
|
|
9881
10092
|
*/
|
|
@@ -9883,7 +10094,7 @@ export declare function useSaveValueBulkMutation(baseOptions?: Apollo.MutationHo
|
|
|
9883
10094
|
libraryId: Scalars["ID"]["input"];
|
|
9884
10095
|
recordsFilters: Array<InputMaybe<RecordFilterInput>> | InputMaybe<RecordFilterInput>;
|
|
9885
10096
|
attributeId: Scalars["ID"]["input"];
|
|
9886
|
-
|
|
10097
|
+
mapping: Array<SaveValueBulkMappingInput> | SaveValueBulkMappingInput;
|
|
9887
10098
|
}>, Apollo.DefaultContext, Apollo.ApolloCache<any>>;
|
|
9888
10099
|
export type SaveValueBulkMutationHookResult = ReturnType<typeof useSaveValueBulkMutation>;
|
|
9889
10100
|
export type SaveValueBulkMutationResult = Apollo.MutationResult<SaveValueBulkMutation>;
|
|
@@ -10137,46 +10348,6 @@ export type ExplorerLinkAttributeQueryHookResult = ReturnType<typeof useExplorer
|
|
|
10137
10348
|
export type ExplorerLinkAttributeLazyQueryHookResult = ReturnType<typeof useExplorerLinkAttributeLazyQuery>;
|
|
10138
10349
|
export type ExplorerLinkAttributeSuspenseQueryHookResult = ReturnType<typeof useExplorerLinkAttributeSuspenseQuery>;
|
|
10139
10350
|
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
10351
|
export declare const ExplorerLibraryCountDataDocument: Apollo.DocumentNode;
|
|
10181
10352
|
/**
|
|
10182
10353
|
* __useExplorerLibraryCountDataQuery__
|
|
@@ -10403,6 +10574,40 @@ export type LibraryExportProfilesQueryHookResult = ReturnType<typeof useLibraryE
|
|
|
10403
10574
|
export type LibraryExportProfilesLazyQueryHookResult = ReturnType<typeof useLibraryExportProfilesLazyQuery>;
|
|
10404
10575
|
export type LibraryExportProfilesSuspenseQueryHookResult = ReturnType<typeof useLibraryExportProfilesSuspenseQuery>;
|
|
10405
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>;
|
|
10406
10611
|
export declare const ExplorerSelectionIdsDocument: Apollo.DocumentNode;
|
|
10407
10612
|
/**
|
|
10408
10613
|
* __useExplorerSelectionIdsQuery__
|
|
@@ -10493,6 +10698,46 @@ export declare function useUpdateViewMutation(baseOptions?: Apollo.MutationHookO
|
|
|
10493
10698
|
export type UpdateViewMutationHookResult = ReturnType<typeof useUpdateViewMutation>;
|
|
10494
10699
|
export type UpdateViewMutationResult = Apollo.MutationResult<UpdateViewMutation>;
|
|
10495
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>;
|
|
10496
10741
|
export declare const TreeFiltersDataQueryDocument: Apollo.DocumentNode;
|
|
10497
10742
|
/**
|
|
10498
10743
|
* __useTreeFiltersDataQueryQuery__
|