@anzusystems/common-admin 1.47.0-beta.8 → 1.47.0-beta.9

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.
@@ -203,6 +203,8 @@ declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
203
203
 
204
204
  declare type __VLS_NonUndefinedable_80<T> = T extends undefined ? never : T;
205
205
 
206
+ declare type __VLS_NonUndefinedable_81<T> = T extends undefined ? never : T;
207
+
206
208
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
207
209
 
208
210
  declare type __VLS_Prettify<T> = {
@@ -501,6 +503,10 @@ declare type __VLS_Prettify_76<T> = {
501
503
  [K in keyof T]: T[K];
502
504
  } & {};
503
505
 
506
+ declare type __VLS_Prettify_77<T> = {
507
+ [K in keyof T]: T[K];
508
+ } & {};
509
+
504
510
  declare type __VLS_Prettify_8<T> = {
505
511
  [K in keyof T]: T[K];
506
512
  } & {};
@@ -1220,6 +1226,15 @@ declare type __VLS_TypePropsToRuntimeProps_80<T> = {
1220
1226
  };
1221
1227
  };
1222
1228
 
1229
+ declare type __VLS_TypePropsToRuntimeProps_81<T> = {
1230
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1231
+ type: PropType<__VLS_NonUndefinedable_81<T[K]>>;
1232
+ } : {
1233
+ type: PropType<T[K]>;
1234
+ required: true;
1235
+ };
1236
+ };
1237
+
1223
1238
  declare type __VLS_TypePropsToRuntimeProps_9<T> = {
1224
1239
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1225
1240
  type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
@@ -1673,6 +1688,12 @@ declare type __VLS_WithDefaults_76<P, D> = {
1673
1688
  }> : P[K];
1674
1689
  };
1675
1690
 
1691
+ declare type __VLS_WithDefaults_77<P, D> = {
1692
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_77<P[K] & {
1693
+ default: D[K];
1694
+ }> : P[K];
1695
+ };
1696
+
1676
1697
  declare type __VLS_WithDefaults_8<P, D> = {
1677
1698
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1678
1699
  default: D[K];
@@ -2164,7 +2185,7 @@ max: number;
2164
2185
  customClass: string;
2165
2186
  }, {}>;
2166
2187
 
2167
- export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
2188
+ export declare const AAnzuUserAvatar: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2168
2189
  user?: AnzuUserMinimal | undefined | null;
2169
2190
  size?: number | undefined;
2170
2191
  containerClass?: string | undefined;
@@ -2174,7 +2195,7 @@ user: undefined;
2174
2195
  size: number;
2175
2196
  containerClass: string;
2176
2197
  tooltip: undefined;
2177
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
2198
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2178
2199
  user?: AnzuUserMinimal | undefined | null;
2179
2200
  size?: number | undefined;
2180
2201
  containerClass?: string | undefined;
@@ -2191,7 +2212,7 @@ containerClass: string;
2191
2212
  tooltip: string;
2192
2213
  }, {}>;
2193
2214
 
2194
- export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2215
+ export declare const AAssetSelect: __VLS_WithTemplateSlots_24<DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2195
2216
  modelValue?: boolean | undefined;
2196
2217
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2197
2218
  minCount: number;
@@ -2210,7 +2231,7 @@ open: () => void;
2210
2231
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2211
2232
  "update:modelValue": (data: boolean) => void;
2212
2233
  onConfirm: (data: AssetSelectReturnData) => void;
2213
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2234
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2214
2235
  modelValue?: boolean | undefined;
2215
2236
  assetType: "image" | "audio" | "video" | "document" | DamAssetType;
2216
2237
  minCount: number;
@@ -2242,7 +2263,7 @@ skipCurrentUserCheck: boolean;
2242
2263
  "button-confirm-title"?(_: {}): any;
2243
2264
  }>;
2244
2265
 
2245
- export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2266
+ export declare const AAvatarColorPicker: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2246
2267
  modelValue: string;
2247
2268
  label?: string | undefined;
2248
2269
  loading?: boolean | undefined;
@@ -2259,7 +2280,7 @@ randomColor: boolean;
2259
2280
  hideLabel: boolean;
2260
2281
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2261
2282
  "update:modelValue": (data: string) => void;
2262
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_53<__VLS_TypePropsToRuntimeProps_56<{
2283
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2263
2284
  modelValue: string;
2264
2285
  label?: string | undefined;
2265
2286
  loading?: boolean | undefined;
@@ -2285,7 +2306,7 @@ hideLabel: boolean;
2285
2306
  randomColor: boolean;
2286
2307
  }, {}>;
2287
2308
 
2288
- export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2309
+ export declare const ABooleanSelect: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2289
2310
  modelValue: boolean | null;
2290
2311
  dataCy?: string | undefined;
2291
2312
  label?: string | undefined;
@@ -2300,7 +2321,7 @@ trueT: string;
2300
2321
  falseT: string;
2301
2322
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2302
2323
  "update:modelValue": (data: boolean | null) => void;
2303
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_69<__VLS_TypePropsToRuntimeProps_73<{
2324
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
2304
2325
  modelValue: boolean | null;
2305
2326
  dataCy?: string | undefined;
2306
2327
  label?: string | undefined;
@@ -2572,15 +2593,9 @@ export declare const Acl: <TAclValue extends `${string}_${string}_${string}`>(__
2572
2593
  } | undefined;
2573
2594
  };
2574
2595
 
2575
- declare type AclResolverConfig = {
2576
- disableInject?: true | undefined;
2577
- currentUser?: CurrentUserType;
2578
- customAclProvider?: CustomAclResolver;
2579
- };
2580
-
2581
2596
  export declare type AclValue = `${string}_${string}_${string}`;
2582
2597
 
2583
- export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
2598
+ export declare const ACollabCountdown: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2584
2599
  label?: string | undefined;
2585
2600
  seconds?: number | undefined;
2586
2601
  parentheses?: boolean | undefined;
@@ -2590,7 +2605,7 @@ seconds: number;
2590
2605
  parentheses: boolean;
2591
2606
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2592
2607
  done: () => void;
2593
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
2608
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2594
2609
  label?: string | undefined;
2595
2610
  seconds?: number | undefined;
2596
2611
  parentheses?: boolean | undefined;
@@ -2606,15 +2621,15 @@ seconds: number;
2606
2621
  parentheses: boolean;
2607
2622
  }, {}>;
2608
2623
 
2609
- export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
2624
+ export declare const ACollabLockedByUser: DefineComponent<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
2610
2625
  id: null | undefined | IntegerId;
2611
2626
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2612
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
2627
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_66<__VLS_TypePropsToRuntimeProps_70<{
2613
2628
  id: null | undefined | IntegerId;
2614
2629
  users: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2615
2630
  }>, {}>>>, {}, {}>;
2616
2631
 
2617
- export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2632
+ export declare const ACollabManagement: DefineComponent<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2618
2633
  collabRoom: CollabRoom;
2619
2634
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2620
2635
  isEdit?: boolean | undefined;
@@ -2624,7 +2639,7 @@ fetchCachedUsers?: (() => Promisify<Promise<any>>) | undefined;
2624
2639
  isEdit: boolean;
2625
2640
  addToCachedUsers: undefined;
2626
2641
  fetchCachedUsers: undefined;
2627
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_67<__VLS_TypePropsToRuntimeProps_71<{
2642
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_68<__VLS_TypePropsToRuntimeProps_72<{
2628
2643
  collabRoom: CollabRoom;
2629
2644
  cachedUsers: CollabCachedUsersMap | Ref<CollabCachedUsersMap>;
2630
2645
  isEdit?: boolean | undefined;
@@ -2948,14 +2963,14 @@ setData: (data: default_2.SetDataOptions) => default_2 | undefined;
2948
2963
  } | undefined;
2949
2964
  };
2950
2965
 
2951
- export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2966
+ export declare const ACurrentUserDropdown: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2952
2967
  currentUser: AnzuUserMinimal | undefined | null;
2953
2968
  settingsRouteName: string;
2954
2969
  logoutRouteName: string;
2955
2970
  dataCy?: string | undefined;
2956
2971
  }>, {
2957
2972
  dataCy: string;
2958
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_54<__VLS_TypePropsToRuntimeProps_57<{
2973
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
2959
2974
  currentUser: AnzuUserMinimal | undefined | null;
2960
2975
  settingsRouteName: string;
2961
2976
  logoutRouteName: string;
@@ -2966,7 +2981,7 @@ dataCy: string;
2966
2981
  dataCy: string;
2967
2982
  }, {}>;
2968
2983
 
2969
- export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
2984
+ export declare const ACustomDataForm: __VLS_WithTemplateSlots_22<DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
2970
2985
  modelValue: {
2971
2986
  [key: string]: any;
2972
2987
  };
@@ -2983,7 +2998,7 @@ validate: () => Promise<boolean>;
2983
2998
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2984
2999
  "update:modelValue": (data: any) => void;
2985
3000
  anyChange: () => void;
2986
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
3001
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
2987
3002
  modelValue: {
2988
3003
  [key: string]: any;
2989
3004
  };
@@ -3007,7 +3022,7 @@ pinnedCount: number;
3007
3022
  "after-pinned"?(_: {}): any;
3008
3023
  }>;
3009
3024
 
3010
- export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
3025
+ export declare const ACustomDataFormElement: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
3011
3026
  modelValue: any;
3012
3027
  config: CustomDataFormElement;
3013
3028
  validationScope?: ValidationScope;
@@ -3019,7 +3034,7 @@ property: string;
3019
3034
  value: any;
3020
3035
  }) => void;
3021
3036
  blur: (data: any) => void;
3022
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_60<__VLS_TypePropsToRuntimeProps_64<{
3037
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
3023
3038
  modelValue: any;
3024
3039
  config: CustomDataFormElement;
3025
3040
  validationScope?: ValidationScope;
@@ -3937,7 +3952,7 @@ disableInitFetch: boolean;
3937
3952
  }): any;
3938
3953
  }>;
3939
3954
 
3940
- export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
3955
+ export declare const AFormRemoteAutocompleteWithCached: DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3941
3956
  modelValue: any;
3942
3957
  label?: string | undefined;
3943
3958
  required?: boolean | undefined;
@@ -3973,7 +3988,7 @@ blur: (data: string | number | string[] | number[] | null | undefined) => void;
3973
3988
  focus: (data: string | number | string[] | number[] | null | undefined) => void;
3974
3989
  searchChange: (data: string) => void;
3975
3990
  searchChangeDebounced: (data: string) => void;
3976
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_55<__VLS_TypePropsToRuntimeProps_58<{
3991
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
3977
3992
  modelValue: any;
3978
3993
  label?: string | undefined;
3979
3994
  required?: boolean | undefined;
@@ -4512,7 +4527,7 @@ configName: string;
4512
4527
  labelT: string;
4513
4528
  }, {}>;
4514
4529
 
4515
- export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
4530
+ export declare const AImageWidget: DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4516
4531
  modelValue: IntegerIdNullable;
4517
4532
  queueKey: UploadQueueKey;
4518
4533
  uploadLicence: IntegerId;
@@ -4549,7 +4564,7 @@ metadataConfirm: () => void;
4549
4564
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4550
4565
  "update:modelValue": (data: IntegerIdNullable) => void;
4551
4566
  afterMetadataSaveSuccess: () => void;
4552
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_61<__VLS_TypePropsToRuntimeProps_65<{
4567
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4553
4568
  modelValue: IntegerIdNullable;
4554
4569
  queueKey: UploadQueueKey;
4555
4570
  uploadLicence: IntegerId;
@@ -4603,7 +4618,7 @@ disableOnClickMenu: boolean;
4603
4618
  callDeleteApiOnRemove: boolean;
4604
4619
  }, {}>;
4605
4620
 
4606
- export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4621
+ export declare const AImageWidgetMultiple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4607
4622
  modelValue: IntegerId[];
4608
4623
  queueKey: UploadQueueKey;
4609
4624
  uploadLicence: IntegerId;
@@ -4629,7 +4644,7 @@ callDeleteApiOnRemove: boolean;
4629
4644
  saveImages: () => Promise<boolean>;
4630
4645
  }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4631
4646
  "update:modelValue": (data: number[]) => void;
4632
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4647
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4633
4648
  modelValue: IntegerId[];
4634
4649
  queueKey: UploadQueueKey;
4635
4650
  uploadLicence: IntegerId;
@@ -4662,7 +4677,7 @@ configName: string;
4662
4677
  callDeleteApiOnRemove: boolean;
4663
4678
  }, {}>;
4664
4679
 
4665
- export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4680
+ export declare const AImageWidgetMultipleSimple: DefineComponent<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4666
4681
  modelValue: IntegerId[];
4667
4682
  images?: ImageAware[] | undefined;
4668
4683
  configName?: string | undefined;
@@ -4682,7 +4697,7 @@ disableAspectRatio: boolean;
4682
4697
  aspectRatio: number;
4683
4698
  showDescription: boolean;
4684
4699
  showSource: boolean;
4685
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_64<__VLS_TypePropsToRuntimeProps_68<{
4700
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_65<__VLS_TypePropsToRuntimeProps_69<{
4686
4701
  modelValue: IntegerId[];
4687
4702
  images?: ImageAware[] | undefined;
4688
4703
  configName?: string | undefined;
@@ -4713,7 +4728,7 @@ showSource: boolean;
4713
4728
  images: ImageAware[];
4714
4729
  }, {}>;
4715
4730
 
4716
- export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4731
+ export declare const AImageWidgetSimple: __VLS_WithTemplateSlots_23<DefineComponent<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4717
4732
  modelValue: IntegerIdNullable | undefined;
4718
4733
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4719
4734
  configName?: string | undefined;
@@ -4732,7 +4747,7 @@ disableAspectRatio: boolean;
4732
4747
  aspectRatio: number;
4733
4748
  showDescription: boolean;
4734
4749
  showSource: boolean;
4735
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_62<__VLS_TypePropsToRuntimeProps_66<{
4750
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_63<__VLS_TypePropsToRuntimeProps_67<{
4736
4751
  modelValue: IntegerIdNullable | undefined;
4737
4752
  image?: ImageAware | ImageCreateUpdateAware | null | undefined;
4738
4753
  configName?: string | undefined;
@@ -4802,12 +4817,12 @@ type: PropType<JobBase<`job${string}`>>;
4802
4817
  };
4803
4818
  }>>, {}, {}>;
4804
4819
 
4805
- export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
4820
+ export declare const AJobDetailCommon: __VLS_WithTemplateSlots_19<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4806
4821
  job: JobBase<`job${string}`>;
4807
4822
  loading?: boolean | undefined;
4808
4823
  }>, {
4809
4824
  loading: boolean;
4810
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_56<__VLS_TypePropsToRuntimeProps_59<{
4825
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_60<{
4811
4826
  job: JobBase<`job${string}`>;
4812
4827
  loading?: boolean | undefined;
4813
4828
  }>, {
@@ -4818,9 +4833,9 @@ loading: boolean;
4818
4833
  "resource-name"?(_: {}): any;
4819
4834
  }>;
4820
4835
 
4821
- export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_60<{
4836
+ export declare const AJobPriorityChip: DefineComponent<__VLS_TypePropsToRuntimeProps_61<{
4822
4837
  priority: number;
4823
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_60<{
4838
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_TypePropsToRuntimeProps_61<{
4824
4839
  priority: number;
4825
4840
  }>>>, {}, {}>;
4826
4841
 
@@ -4830,9 +4845,13 @@ value: JobStatus;
4830
4845
  value: JobStatus;
4831
4846
  }>>>, {}, {}>;
4832
4847
 
4833
- export declare const ALanguageSelect: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4848
+ export declare const ALanguageSelect: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4849
+ system: string;
4850
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4834
4851
  afterChange: (code: LanguageCode) => void;
4835
- }, string, PublicProps, Readonly<ExtractPropTypes< {}>> & {
4852
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
4853
+ system: string;
4854
+ }>, {}>>> & {
4836
4855
  onAfterChange?: ((code: LanguageCode) => any) | undefined;
4837
4856
  }, {}, {}>;
4838
4857
 
@@ -4842,7 +4861,7 @@ data: any;
4842
4861
  data: any;
4843
4862
  }>, {}>>>, {}, {}>;
4844
4863
 
4845
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
4864
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4846
4865
  title?: string | undefined;
4847
4866
  logoUrl?: string | undefined;
4848
4867
  loginUrl?: undefined | (() => string);
@@ -4852,7 +4871,7 @@ title: undefined;
4852
4871
  logoUrl: undefined;
4853
4872
  loginUrl: undefined;
4854
4873
  dataCy: string;
4855
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
4874
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4856
4875
  title?: string | undefined;
4857
4876
  logoUrl?: string | undefined;
4858
4877
  loginUrl?: undefined | (() => string);
@@ -4869,17 +4888,17 @@ logoUrl: string;
4869
4888
  loginUrl: () => string;
4870
4889
  }, {}>;
4871
4890
 
4872
- export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
4891
+ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4873
4892
  level: LogLevel;
4874
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
4893
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_52<__VLS_TypePropsToRuntimeProps_55<{
4875
4894
  level: LogLevel;
4876
4895
  }>, {}>>>, {}, {}>;
4877
4896
 
4878
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4897
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4879
4898
  logoutUrl?: undefined | (() => string);
4880
4899
  }>, {
4881
4900
  logoutUrl: undefined;
4882
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4901
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4883
4902
  logoutUrl?: undefined | (() => string);
4884
4903
  }>, {
4885
4904
  logoutUrl: undefined;
@@ -4887,9 +4906,9 @@ logoutUrl: undefined;
4887
4906
  logoutUrl: () => string;
4888
4907
  }, {}>;
4889
4908
 
4890
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
4909
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
4891
4910
  returnRouteName: string;
4892
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
4911
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
4893
4912
  returnRouteName: string;
4894
4913
  }>, {}>>>, {}, {}>;
4895
4914
 
@@ -4923,7 +4942,7 @@ export declare class AnzuFatalError extends Error {
4923
4942
  }
4924
4943
 
4925
4944
  export declare const AnzuSystemsCommonAdmin: {
4926
- install<T extends `${string}_${string}_${string}` = `${string}_${string}_${string}`>(app: App, options: PluginOptions<T>): void;
4945
+ install(app: App, options: PluginOptions): void;
4927
4946
  };
4928
4947
 
4929
4948
  export declare interface AnzuUser extends AnzuUserAndTimeTrackingAware, Omit<AnzuUserMinimal, 'id'> {
@@ -5071,7 +5090,7 @@ export declare const arraysHaveSameElements: <T>(array1: T[], array2: T[]) => bo
5071
5090
 
5072
5091
  export declare const arrayToString: (values: Array<string | number>, separator?: string) => string;
5073
5092
 
5074
- export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_61<{
5093
+ export declare const ASortable: __VLS_WithTemplateSlots_20<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
5075
5094
  modelValue: any;
5076
5095
  dirty?: Set<string | number> | undefined;
5077
5096
  keyField?: string | undefined;
@@ -5125,7 +5144,7 @@ onAddAfter: (data: SortableItem<any>) => void;
5125
5144
  onAddLast: (data: any) => void;
5126
5145
  onEdit: (data: SortableItem<any>) => void;
5127
5146
  onDelete: (data: SortableItem<any>) => void;
5128
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_57<__VLS_TypePropsToRuntimeProps_61<{
5147
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
5129
5148
  modelValue: any;
5130
5149
  dirty?: Set<string | number> | undefined;
5131
5150
  keyField?: string | undefined;
@@ -5209,7 +5228,7 @@ disableDeleteDialog: boolean;
5209
5228
  }): any;
5210
5229
  }>;
5211
5230
 
5212
- export declare const ASortableNested: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
5231
+ export declare const ASortableNested: __VLS_WithTemplateSlots_21<DefineComponent<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
5213
5232
  modelValue: SortableNested<any>;
5214
5233
  maxDepth: number;
5215
5234
  disableDraggable?: boolean | undefined;
@@ -5245,7 +5264,7 @@ onAddChild: (data: SortableNestedItem<any>) => void;
5245
5264
  onAddLast: (data: SortableNestedItem<any> | null) => void;
5246
5265
  onEdit: (data: SortableNestedItem<any>) => void;
5247
5266
  onDelete: (data: SortableNestedItem<any>) => void;
5248
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_58<__VLS_TypePropsToRuntimeProps_62<{
5267
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_59<__VLS_TypePropsToRuntimeProps_63<{
5249
5268
  modelValue: SortableNested<any>;
5250
5269
  maxDepth: number;
5251
5270
  disableDraggable?: boolean | undefined;
@@ -5632,14 +5651,14 @@ open: () => void;
5632
5651
  } | undefined;
5633
5652
  };
5634
5653
 
5635
- export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
5654
+ export declare const ASystemBar: DefineComponent<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5636
5655
  currentVersion: string;
5637
5656
  checkInterval?: number | undefined;
5638
5657
  jsonRelativePath?: string | undefined;
5639
5658
  }>, {
5640
5659
  checkInterval: number;
5641
5660
  jsonRelativePath: string;
5642
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_50<__VLS_TypePropsToRuntimeProps_53<{
5661
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_51<__VLS_TypePropsToRuntimeProps_54<{
5643
5662
  currentVersion: string;
5644
5663
  checkInterval?: number | undefined;
5645
5664
  jsonRelativePath?: string | undefined;
@@ -5800,9 +5819,9 @@ declare interface AudioAttributes {
5800
5819
  bitrate: number;
5801
5820
  }
5802
5821
 
5803
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
5822
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
5804
5823
  returnRouteName: string;
5805
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
5824
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
5806
5825
  returnRouteName: string;
5807
5826
  }>, {}>>>, {}, {}>;
5808
5827
 
@@ -6237,11 +6256,6 @@ export declare const cropToRegion: (cropper: default_2, regionOfInterest: Region
6237
6256
 
6238
6257
  export declare type CurrentUserType = DeepReadonly<Ref<UnwrapRef<AnzuUser | undefined>>>;
6239
6258
 
6240
- export declare type CustomAclResolver<T extends AclValue = AclValue> = undefined | {
6241
- can?: (acl: T, subject?: object) => boolean;
6242
- canOwner?: (subject: object) => boolean;
6243
- };
6244
-
6245
6259
  export declare interface CustomDataAware {
6246
6260
  customData: {
6247
6261
  [key: string]: any;
@@ -6531,54 +6545,6 @@ declare interface DamConfigLicenceExtSystemReturnType {
6531
6545
  extSystemConfig: DamExtSystemConfig;
6532
6546
  }
6533
6547
 
6534
- /**
6535
- * @deprecated This const is deprecated and will be removed in future versions.
6536
- */
6537
- export declare const damCurrentUser: Ref< {
6538
- selectedLicence: {
6539
- id: number;
6540
- name: string;
6541
- extSystem: number;
6542
- } | null;
6543
- adminToExtSystems: {
6544
- id: number;
6545
- name: string;
6546
- }[];
6547
- userToExtSystems: {
6548
- id: number;
6549
- name: string;
6550
- }[];
6551
- assetLicences: {
6552
- id: number;
6553
- name: string;
6554
- extSystem: number;
6555
- }[];
6556
- person: {
6557
- firstName: string;
6558
- lastName: string;
6559
- fullName: string;
6560
- };
6561
- avatar: {
6562
- color: string;
6563
- text: string;
6564
- };
6565
- allowedAssetExternalProviders: string[];
6566
- allowedDistributionServices: string[];
6567
- id?: IntegerIdNullable | undefined;
6568
- enabled: boolean;
6569
- roles: string[];
6570
- permissionGroups: number[];
6571
- permissions: Permissions_2;
6572
- resolvedPermissions: Permissions_2;
6573
- _resourceName: string;
6574
- _system: string;
6575
- createdAt: string;
6576
- modifiedAt: string;
6577
- modifiedBy: IntegerIdNullable;
6578
- createdBy: IntegerIdNullable;
6579
- email: string;
6580
- } | undefined>;
6581
-
6582
6548
  declare interface DamCurrentUserAssetLicence {
6583
6549
  id: IntegerId;
6584
6550
  name: string;
@@ -6608,11 +6574,6 @@ declare interface DamCurrentUserExtSystem {
6608
6574
  name: string;
6609
6575
  }
6610
6576
 
6611
- /**
6612
- * @deprecated This const is deprecated and will be removed in future versions.
6613
- */
6614
- export declare const damCurrentUserIsSuperAdmin: Ref<boolean>;
6615
-
6616
6577
  export declare interface DamDistributionConfig {
6617
6578
  distributionServices: Array<DamDistributionServiceName>;
6618
6579
  distributionRequirements: Record<DamDistributionServiceName, DamDistributionRequirementsConfig>;
@@ -6641,7 +6602,7 @@ export declare enum DamDistributionRequirementStrategy {
6641
6602
 
6642
6603
  export declare type DamDistributionServiceName = string;
6643
6604
 
6644
- export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6605
+ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
6645
6606
  modelValue: string[];
6646
6607
  client: () => AxiosInstance;
6647
6608
  multiple?: boolean | undefined;
@@ -6654,7 +6615,7 @@ dataCy: string;
6654
6615
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6655
6616
  "update:modelValue": (data: string[]) => void;
6656
6617
  blur: (data: string[]) => void;
6657
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6618
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
6658
6619
  modelValue: string[];
6659
6620
  client: () => AxiosInstance;
6660
6621
  multiple?: boolean | undefined;
@@ -6695,7 +6656,7 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
6695
6656
 
6696
6657
  export declare type DamExternalProviderAssetName = string;
6697
6658
 
6698
- export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6659
+ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6699
6660
  modelValue: string[];
6700
6661
  client: () => AxiosInstance;
6701
6662
  multiple?: boolean | undefined;
@@ -6708,7 +6669,7 @@ dataCy: string;
6708
6669
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6709
6670
  "update:modelValue": (data: string[]) => void;
6710
6671
  blur: (data: string[]) => void;
6711
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6672
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6712
6673
  modelValue: string[];
6713
6674
  client: () => AxiosInstance;
6714
6675
  multiple?: boolean | undefined;
@@ -6762,7 +6723,7 @@ export declare interface DamExtSystemConfigItem {
6762
6723
  export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
6763
6724
  }
6764
6725
 
6765
- export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
6726
+ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6766
6727
  modelValue: IntegerId | null | IntegerId[] | any;
6767
6728
  client: () => AxiosInstance;
6768
6729
  label?: string | undefined;
@@ -6782,7 +6743,7 @@ hideDetails: undefined;
6782
6743
  disableInitFetch: boolean;
6783
6744
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6784
6745
  "update:modelValue": (data: any) => void;
6785
- }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_70<__VLS_TypePropsToRuntimeProps_74<{
6746
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6786
6747
  modelValue: IntegerId | null | IntegerId[] | any;
6787
6748
  client: () => AxiosInstance;
6788
6749
  label?: string | undefined;
@@ -10329,13 +10290,11 @@ export { Permissions_2 as Permissions }
10329
10290
 
10330
10291
  export declare type PermissionTranslationGroup = 'subjects' | 'actions' | 'roles';
10331
10292
 
10332
- export declare type PluginOptions<T extends AclValue = AclValue> = {
10333
- currentUser: CurrentUserType;
10293
+ export declare type PluginOptions = {
10334
10294
  languages: {
10335
10295
  available: LanguageCode[];
10336
10296
  default: LanguageCode;
10337
10297
  };
10338
- customAclResolver?: CustomAclResolver<T>;
10339
10298
  coreDam?: CommonAdminCoreDamOptions;
10340
10299
  image?: CommonAdminImageOptions;
10341
10300
  collab?: CommonAdminCollabOptions;
@@ -10380,7 +10339,7 @@ export declare interface ResourceNameSystemAware {
10380
10339
  _system: string;
10381
10340
  }
10382
10341
 
10383
- export declare const ROLE_SUPER_ADMIN = "ROLE_ADMIN";
10342
+ export declare const ROLE_SUPER_ADMIN = "ROLE_SUPER_ADMIN";
10384
10343
 
10385
10344
  export declare interface SortableItem<TItem = any> {
10386
10345
  key: DocId | IntegerId;
@@ -10484,11 +10443,6 @@ export declare const timePretty: (isoDate: DatetimeUTC | DatetimeUTCNullable | s
10484
10443
 
10485
10444
  export declare const timestampCurrent: () => number;
10486
10445
 
10487
- /**
10488
- * @deprecated This function is deprecated and will be removed in future versions.
10489
- */
10490
- export declare function updateDamCurrentUser(client: () => AxiosInstance): Promise<unknown>;
10491
-
10492
10446
  export declare const updateDamUser: (client: () => AxiosInstance, id: number, data: DamUserUpdateDto) => Promise<DamUser>;
10493
10447
 
10494
10448
  export declare interface UploadQueue {
@@ -10567,15 +10521,6 @@ export declare type UrlParams = {
10567
10521
  [key: string]: number | string;
10568
10522
  };
10569
10523
 
10570
- /**
10571
- * @deprecated This function is deprecated and will be removed in future versions.
10572
- */
10573
- export declare function useAcl<T extends AclValue = AclValue>(options?: AclResolverConfig): {
10574
- can: (acl: T, subject?: object) => boolean;
10575
- canForAll: (acls: T[], subject?: object) => boolean;
10576
- canForSome: (acls: T[], subject?: object) => boolean;
10577
- };
10578
-
10579
10524
  export declare function useAlerts(): {
10580
10525
  showSuccess: (message: string, duration?: number) => void;
10581
10526
  showSuccessT: (translation: string, duration?: number) => void;
@@ -10995,57 +10940,6 @@ export declare function useDamConfigState(client?: undefined | (() => AxiosInsta
10995
10940
  } | undefined;
10996
10941
  };
10997
10942
 
10998
- /**
10999
- * @deprecated This function is deprecated and will be removed in future versions.
11000
- */
11001
- export declare function useDamCurrentUser(): {
11002
- damCurrentUser: Ref< {
11003
- selectedLicence: {
11004
- id: number;
11005
- name: string;
11006
- extSystem: number;
11007
- } | null;
11008
- adminToExtSystems: {
11009
- id: number;
11010
- name: string;
11011
- }[];
11012
- userToExtSystems: {
11013
- id: number;
11014
- name: string;
11015
- }[];
11016
- assetLicences: {
11017
- id: number;
11018
- name: string;
11019
- extSystem: number;
11020
- }[];
11021
- person: {
11022
- firstName: string;
11023
- lastName: string;
11024
- fullName: string;
11025
- };
11026
- avatar: {
11027
- color: string;
11028
- text: string;
11029
- };
11030
- allowedAssetExternalProviders: string[];
11031
- allowedDistributionServices: string[];
11032
- id?: IntegerIdNullable | undefined;
11033
- enabled: boolean;
11034
- roles: string[];
11035
- permissionGroups: number[];
11036
- permissions: Permissions_2;
11037
- resolvedPermissions: Permissions_2;
11038
- _resourceName: string;
11039
- _system: string;
11040
- createdAt: string;
11041
- modifiedAt: string;
11042
- modifiedBy: IntegerIdNullable;
11043
- createdBy: IntegerIdNullable;
11044
- email: string;
11045
- } | undefined>;
11046
- damCurrentUserIsSuperAdmin: Ref<boolean>;
11047
- };
11048
-
11049
10943
  export declare function useDamDistributionServiceType(client: () => AxiosInstance): {
11050
10944
  allDistributionServiceTypeOptions: Ref< {
11051
10945
  value: string;