@leav/ui 1.7.0-e4c50c50 → 1.8.0-26bc59b6
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/_gqlTypes/index.d.ts +18 -16
- package/dist/_gqlTypes/index.js +3 -17
- package/dist/_gqlTypes/index.js.map +1 -1
- package/dist/_queries/attributes/getAttributeWithEmbeddedFields.d.ts +1 -1
- package/dist/components/LibraryItemsList/hooks/useSearchReducer/useSearchReducer.d.ts +1 -1
- package/dist/components/Notifications/hooks/useNotificationSubscription.js +2 -2
- package/dist/components/Notifications/hooks/useNotificationSubscription.js.map +1 -1
- package/dist/components/RecordHistory/utils/extendedAttribute.d.ts +3 -1
- package/package.json +4 -4
|
@@ -204,6 +204,8 @@ export type AttributeInput = {
|
|
|
204
204
|
required?: InputMaybe<Scalars['Boolean']['input']>;
|
|
205
205
|
reverse_link?: InputMaybe<Scalars['String']['input']>;
|
|
206
206
|
settings?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
207
|
+
/** only for link attribute */
|
|
208
|
+
smart_filter?: InputMaybe<SmartFilterConfInput>;
|
|
207
209
|
type?: InputMaybe<AttributeType>;
|
|
208
210
|
unique?: InputMaybe<Scalars['Boolean']['input']>;
|
|
209
211
|
values_list?: InputMaybe<ValuesListConfInput>;
|
|
@@ -244,6 +246,16 @@ export declare enum AvailableLanguage {
|
|
|
244
246
|
en = "en",
|
|
245
247
|
fr = "fr"
|
|
246
248
|
}
|
|
249
|
+
export type CampaignToRenew = {
|
|
250
|
+
endDate: Scalars['String']['input'];
|
|
251
|
+
id: Scalars['String']['input'];
|
|
252
|
+
startDate: Scalars['String']['input'];
|
|
253
|
+
};
|
|
254
|
+
export type CampaignToUpdateDates = {
|
|
255
|
+
endDate: Scalars['String']['input'];
|
|
256
|
+
id: Scalars['String']['input'];
|
|
257
|
+
startDate: Scalars['String']['input'];
|
|
258
|
+
};
|
|
247
259
|
export type ChildrenAsRecordValuePermissionFilterInput = {
|
|
248
260
|
action: RecordPermissionsActions;
|
|
249
261
|
attributeId: Scalars['ID']['input'];
|
|
@@ -344,16 +356,6 @@ export declare enum FormsSortableFields {
|
|
|
344
356
|
library = "library",
|
|
345
357
|
system = "system"
|
|
346
358
|
}
|
|
347
|
-
export declare enum GenerationStatus {
|
|
348
|
-
DONE = "DONE",
|
|
349
|
-
GENERATION_FAILED = "GENERATION_FAILED",
|
|
350
|
-
GENERATION_IN_PROGRESS = "GENERATION_IN_PROGRESS",
|
|
351
|
-
GENERATION_IN_PROGRESS_WITH_FAILURE = "GENERATION_IN_PROGRESS_WITH_FAILURE",
|
|
352
|
-
PREPARATION_FAILED = "PREPARATION_FAILED",
|
|
353
|
-
PREPARATION_IN_PROGRESS = "PREPARATION_IN_PROGRESS",
|
|
354
|
-
TRANSMISSION_FAILED = "TRANSMISSION_FAILED",
|
|
355
|
-
TRANSMISSION_IN_PROGRESS = "TRANSMISSION_IN_PROGRESS"
|
|
356
|
-
}
|
|
357
359
|
export type GlobalSettingsFileInput = {
|
|
358
360
|
library: Scalars['String']['input'];
|
|
359
361
|
recordId: Scalars['String']['input'];
|
|
@@ -441,9 +443,6 @@ export declare enum LogAction {
|
|
|
441
443
|
PERMISSION_SAVE = "PERMISSION_SAVE",
|
|
442
444
|
RECORD_DELETE = "RECORD_DELETE",
|
|
443
445
|
RECORD_SAVE = "RECORD_SAVE",
|
|
444
|
-
SDO_LOG_ERROR = "SDO_LOG_ERROR",
|
|
445
|
-
SDO_LOG_EXPORT_RECORD = "SDO_LOG_EXPORT_RECORD",
|
|
446
|
-
SDO_LOG_IMPORT_RECORD = "SDO_LOG_IMPORT_RECORD",
|
|
447
446
|
TASKS_DELETE = "TASKS_DELETE",
|
|
448
447
|
TREE_ADD_ELEMENT = "TREE_ADD_ELEMENT",
|
|
449
448
|
TREE_DELETE = "TREE_DELETE",
|
|
@@ -560,7 +559,6 @@ export declare enum PermissionsActions {
|
|
|
560
559
|
admin_access_libraries = "admin_access_libraries",
|
|
561
560
|
admin_access_logs = "admin_access_logs",
|
|
562
561
|
admin_access_permissions = "admin_access_permissions",
|
|
563
|
-
admin_access_plugins = "admin_access_plugins",
|
|
564
562
|
admin_access_tasks = "admin_access_tasks",
|
|
565
563
|
admin_access_trees = "admin_access_trees",
|
|
566
564
|
admin_access_version_profiles = "admin_access_version_profiles",
|
|
@@ -707,6 +705,9 @@ export type SheetInput = {
|
|
|
707
705
|
treeLinkLibrary?: InputMaybe<Scalars['String']['input']>;
|
|
708
706
|
type: ImportType;
|
|
709
707
|
};
|
|
708
|
+
export type SmartFilterConfInput = {
|
|
709
|
+
enable: Scalars['Boolean']['input'];
|
|
710
|
+
};
|
|
710
711
|
export type SortApiKeysInput = {
|
|
711
712
|
field: ApiKeysSortableFields;
|
|
712
713
|
order?: InputMaybe<SortOrder>;
|
|
@@ -760,6 +761,7 @@ export declare enum TaskType {
|
|
|
760
761
|
IMPORT_CONFIG = "IMPORT_CONFIG",
|
|
761
762
|
IMPORT_DATA = "IMPORT_DATA",
|
|
762
763
|
INDEXATION = "INDEXATION",
|
|
764
|
+
RENEW_CAMPAIGNS = "RENEW_CAMPAIGNS",
|
|
763
765
|
SAVE_VALUE_BULK = "SAVE_VALUE_BULK"
|
|
764
766
|
}
|
|
765
767
|
export declare enum TreeBehavior {
|
|
@@ -8028,11 +8030,11 @@ export type NotificationSubscriptionVariables = Exact<{
|
|
|
8028
8030
|
}>;
|
|
8029
8031
|
export type NotificationSubscription = {
|
|
8030
8032
|
notification: {
|
|
8033
|
+
id: string;
|
|
8034
|
+
date: number;
|
|
8031
8035
|
level: NotificationLevel;
|
|
8032
8036
|
message: string;
|
|
8033
8037
|
title: string;
|
|
8034
|
-
date: number;
|
|
8035
|
-
displayDuration?: number | null;
|
|
8036
8038
|
attachments?: Array<{
|
|
8037
8039
|
label: string;
|
|
8038
8040
|
url: string;
|
package/dist/_gqlTypes/index.js
CHANGED
|
@@ -88,17 +88,6 @@ export var FormsSortableFields;
|
|
|
88
88
|
FormsSortableFields["library"] = "library";
|
|
89
89
|
FormsSortableFields["system"] = "system";
|
|
90
90
|
})(FormsSortableFields || (FormsSortableFields = {}));
|
|
91
|
-
export var GenerationStatus;
|
|
92
|
-
(function (GenerationStatus) {
|
|
93
|
-
GenerationStatus["DONE"] = "DONE";
|
|
94
|
-
GenerationStatus["GENERATION_FAILED"] = "GENERATION_FAILED";
|
|
95
|
-
GenerationStatus["GENERATION_IN_PROGRESS"] = "GENERATION_IN_PROGRESS";
|
|
96
|
-
GenerationStatus["GENERATION_IN_PROGRESS_WITH_FAILURE"] = "GENERATION_IN_PROGRESS_WITH_FAILURE";
|
|
97
|
-
GenerationStatus["PREPARATION_FAILED"] = "PREPARATION_FAILED";
|
|
98
|
-
GenerationStatus["PREPARATION_IN_PROGRESS"] = "PREPARATION_IN_PROGRESS";
|
|
99
|
-
GenerationStatus["TRANSMISSION_FAILED"] = "TRANSMISSION_FAILED";
|
|
100
|
-
GenerationStatus["TRANSMISSION_IN_PROGRESS"] = "TRANSMISSION_IN_PROGRESS";
|
|
101
|
-
})(GenerationStatus || (GenerationStatus = {}));
|
|
102
91
|
export var IoTypes;
|
|
103
92
|
(function (IoTypes) {
|
|
104
93
|
IoTypes["boolean"] = "boolean";
|
|
@@ -152,9 +141,6 @@ export var LogAction;
|
|
|
152
141
|
LogAction["PERMISSION_SAVE"] = "PERMISSION_SAVE";
|
|
153
142
|
LogAction["RECORD_DELETE"] = "RECORD_DELETE";
|
|
154
143
|
LogAction["RECORD_SAVE"] = "RECORD_SAVE";
|
|
155
|
-
LogAction["SDO_LOG_ERROR"] = "SDO_LOG_ERROR";
|
|
156
|
-
LogAction["SDO_LOG_EXPORT_RECORD"] = "SDO_LOG_EXPORT_RECORD";
|
|
157
|
-
LogAction["SDO_LOG_IMPORT_RECORD"] = "SDO_LOG_IMPORT_RECORD";
|
|
158
144
|
LogAction["TASKS_DELETE"] = "TASKS_DELETE";
|
|
159
145
|
LogAction["TREE_ADD_ELEMENT"] = "TREE_ADD_ELEMENT";
|
|
160
146
|
LogAction["TREE_DELETE"] = "TREE_DELETE";
|
|
@@ -215,7 +201,6 @@ export var PermissionsActions;
|
|
|
215
201
|
PermissionsActions["admin_access_libraries"] = "admin_access_libraries";
|
|
216
202
|
PermissionsActions["admin_access_logs"] = "admin_access_logs";
|
|
217
203
|
PermissionsActions["admin_access_permissions"] = "admin_access_permissions";
|
|
218
|
-
PermissionsActions["admin_access_plugins"] = "admin_access_plugins";
|
|
219
204
|
PermissionsActions["admin_access_tasks"] = "admin_access_tasks";
|
|
220
205
|
PermissionsActions["admin_access_trees"] = "admin_access_trees";
|
|
221
206
|
PermissionsActions["admin_access_version_profiles"] = "admin_access_version_profiles";
|
|
@@ -325,6 +310,7 @@ export var TaskType;
|
|
|
325
310
|
TaskType["IMPORT_CONFIG"] = "IMPORT_CONFIG";
|
|
326
311
|
TaskType["IMPORT_DATA"] = "IMPORT_DATA";
|
|
327
312
|
TaskType["INDEXATION"] = "INDEXATION";
|
|
313
|
+
TaskType["RENEW_CAMPAIGNS"] = "RENEW_CAMPAIGNS";
|
|
328
314
|
TaskType["SAVE_VALUE_BULK"] = "SAVE_VALUE_BULK";
|
|
329
315
|
})(TaskType || (TaskType = {}));
|
|
330
316
|
export var TreeBehavior;
|
|
@@ -3989,11 +3975,11 @@ export function useUpdateViewMutation(baseOptions) {
|
|
|
3989
3975
|
export const NotificationDocument = gql `
|
|
3990
3976
|
subscription Notification {
|
|
3991
3977
|
notification {
|
|
3978
|
+
id
|
|
3979
|
+
date
|
|
3992
3980
|
level
|
|
3993
3981
|
message
|
|
3994
3982
|
title
|
|
3995
|
-
date
|
|
3996
|
-
displayDuration
|
|
3997
3983
|
attachments {
|
|
3998
3984
|
label
|
|
3999
3985
|
url
|