@anzusystems/common-admin 1.47.0-alpha15 → 1.47.0-alpha17

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.
@@ -195,8 +195,16 @@ declare type __VLS_NonUndefinedable_77<T> = T extends undefined ? never : T;
195
195
 
196
196
  declare type __VLS_NonUndefinedable_78<T> = T extends undefined ? never : T;
197
197
 
198
+ declare type __VLS_NonUndefinedable_79<T> = T extends undefined ? never : T;
199
+
198
200
  declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
199
201
 
202
+ declare type __VLS_NonUndefinedable_80<T> = T extends undefined ? never : T;
203
+
204
+ declare type __VLS_NonUndefinedable_81<T> = T extends undefined ? never : T;
205
+
206
+ declare type __VLS_NonUndefinedable_82<T> = T extends undefined ? never : T;
207
+
200
208
  declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
201
209
 
202
210
  declare type __VLS_Prettify<T> = {
@@ -487,6 +495,22 @@ declare type __VLS_Prettify_74<T> = {
487
495
  [K in keyof T]: T[K];
488
496
  } & {};
489
497
 
498
+ declare type __VLS_Prettify_75<T> = {
499
+ [K in keyof T]: T[K];
500
+ } & {};
501
+
502
+ declare type __VLS_Prettify_76<T> = {
503
+ [K in keyof T]: T[K];
504
+ } & {};
505
+
506
+ declare type __VLS_Prettify_77<T> = {
507
+ [K in keyof T]: T[K];
508
+ } & {};
509
+
510
+ declare type __VLS_Prettify_78<T> = {
511
+ [K in keyof T]: T[K];
512
+ } & {};
513
+
490
514
  declare type __VLS_Prettify_8<T> = {
491
515
  [K in keyof T]: T[K];
492
516
  } & {};
@@ -1179,6 +1203,15 @@ declare type __VLS_TypePropsToRuntimeProps_78<T> = {
1179
1203
  };
1180
1204
  };
1181
1205
 
1206
+ declare type __VLS_TypePropsToRuntimeProps_79<T> = {
1207
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1208
+ type: PropType<__VLS_NonUndefinedable_79<T[K]>>;
1209
+ } : {
1210
+ type: PropType<T[K]>;
1211
+ required: true;
1212
+ };
1213
+ };
1214
+
1182
1215
  declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1183
1216
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1184
1217
  type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
@@ -1188,6 +1221,33 @@ declare type __VLS_TypePropsToRuntimeProps_8<T> = {
1188
1221
  };
1189
1222
  };
1190
1223
 
1224
+ declare type __VLS_TypePropsToRuntimeProps_80<T> = {
1225
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1226
+ type: PropType<__VLS_NonUndefinedable_80<T[K]>>;
1227
+ } : {
1228
+ type: PropType<T[K]>;
1229
+ required: true;
1230
+ };
1231
+ };
1232
+
1233
+ declare type __VLS_TypePropsToRuntimeProps_81<T> = {
1234
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1235
+ type: PropType<__VLS_NonUndefinedable_81<T[K]>>;
1236
+ } : {
1237
+ type: PropType<T[K]>;
1238
+ required: true;
1239
+ };
1240
+ };
1241
+
1242
+ declare type __VLS_TypePropsToRuntimeProps_82<T> = {
1243
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
1244
+ type: PropType<__VLS_NonUndefinedable_82<T[K]>>;
1245
+ } : {
1246
+ type: PropType<T[K]>;
1247
+ required: true;
1248
+ };
1249
+ };
1250
+
1191
1251
  declare type __VLS_TypePropsToRuntimeProps_9<T> = {
1192
1252
  [K in keyof T]-?: {} extends Pick<T, K> ? {
1193
1253
  type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
@@ -1629,6 +1689,30 @@ declare type __VLS_WithDefaults_74<P, D> = {
1629
1689
  }> : P[K];
1630
1690
  };
1631
1691
 
1692
+ declare type __VLS_WithDefaults_75<P, D> = {
1693
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_75<P[K] & {
1694
+ default: D[K];
1695
+ }> : P[K];
1696
+ };
1697
+
1698
+ declare type __VLS_WithDefaults_76<P, D> = {
1699
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_76<P[K] & {
1700
+ default: D[K];
1701
+ }> : P[K];
1702
+ };
1703
+
1704
+ declare type __VLS_WithDefaults_77<P, D> = {
1705
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_77<P[K] & {
1706
+ default: D[K];
1707
+ }> : P[K];
1708
+ };
1709
+
1710
+ declare type __VLS_WithDefaults_78<P, D> = {
1711
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_78<P[K] & {
1712
+ default: D[K];
1713
+ }> : P[K];
1714
+ };
1715
+
1632
1716
  declare type __VLS_WithDefaults_8<P, D> = {
1633
1717
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
1634
1718
  default: D[K];
@@ -4727,7 +4811,7 @@ export declare const ALogData: DefineComponent<__VLS_WithDefaults_29<__VLS_TypeP
4727
4811
  data: any;
4728
4812
  }>, {}>>>, {}, {}>;
4729
4813
 
4730
- export declare const ALoginView: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
4814
+ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4731
4815
  title?: string | undefined;
4732
4816
  logoUrl?: string | undefined;
4733
4817
  loginUrl?: undefined | (() => string);
@@ -4737,7 +4821,7 @@ export declare const ALoginView: DefineComponent<__VLS_WithDefaults_71<__VLS_Typ
4737
4821
  logoUrl: undefined;
4738
4822
  loginUrl: undefined;
4739
4823
  dataCy: string;
4740
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
4824
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_75<__VLS_TypePropsToRuntimeProps_79<{
4741
4825
  title?: string | undefined;
4742
4826
  logoUrl?: string | undefined;
4743
4827
  loginUrl?: undefined | (() => string);
@@ -4760,11 +4844,11 @@ export declare const ALogLevelChip: DefineComponent<__VLS_WithDefaults_52<__VLS_
4760
4844
  level: LogLevel;
4761
4845
  }>, {}>>>, {}, {}>;
4762
4846
 
4763
- export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4847
+ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
4764
4848
  logoutUrl?: undefined | (() => string);
4765
4849
  }>, {
4766
4850
  logoutUrl: undefined;
4767
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
4851
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_76<__VLS_TypePropsToRuntimeProps_80<{
4768
4852
  logoutUrl?: undefined | (() => string);
4769
4853
  }>, {
4770
4854
  logoutUrl: undefined;
@@ -4772,9 +4856,9 @@ export declare const ALogoutView: DefineComponent<__VLS_WithDefaults_72<__VLS_Ty
4772
4856
  logoutUrl: () => string;
4773
4857
  }, {}>;
4774
4858
 
4775
- export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4859
+ export declare const ANotFoundView: DefineComponent<__VLS_WithDefaults_78<__VLS_TypePropsToRuntimeProps_82<{
4776
4860
  returnRouteName: string;
4777
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
4861
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_78<__VLS_TypePropsToRuntimeProps_82<{
4778
4862
  returnRouteName: string;
4779
4863
  }>, {}>>>, {}, {}>;
4780
4864
 
@@ -5667,9 +5751,9 @@ declare interface AudioAttributes {
5667
5751
  bitrate: number;
5668
5752
  }
5669
5753
 
5670
- export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
5754
+ export declare const AUnauthorizedView: DefineComponent<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
5671
5755
  returnRouteName: string;
5672
- }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
5756
+ }>, {}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_77<__VLS_TypePropsToRuntimeProps_81<{
5673
5757
  returnRouteName: string;
5674
5758
  }>, {}>>>, {}, {}>;
5675
5759
 
@@ -6139,6 +6223,61 @@ export declare interface DamAssetLicenceMinimal {
6139
6223
  name: string;
6140
6224
  }
6141
6225
 
6226
+ export declare const DamAssetLicenceRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
6227
+ modelValue: IntegerId | null | IntegerId[] | any;
6228
+ client: () => AxiosInstance;
6229
+ label?: string | undefined;
6230
+ required?: boolean | undefined;
6231
+ multiple?: boolean | undefined;
6232
+ clearable?: boolean | undefined;
6233
+ dataCy?: string | undefined;
6234
+ extSystemId?: number | null | undefined;
6235
+ hideDetails?: boolean | undefined;
6236
+ disableInitFetch?: boolean | undefined;
6237
+ }>, {
6238
+ label: undefined;
6239
+ required: undefined;
6240
+ multiple: boolean;
6241
+ clearable: boolean;
6242
+ dataCy: string;
6243
+ extSystemId: null;
6244
+ hideDetails: undefined;
6245
+ disableInitFetch: boolean;
6246
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6247
+ "update:modelValue": (data: any) => void;
6248
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_74<__VLS_TypePropsToRuntimeProps_78<{
6249
+ modelValue: IntegerId | null | IntegerId[] | any;
6250
+ client: () => AxiosInstance;
6251
+ label?: string | undefined;
6252
+ required?: boolean | undefined;
6253
+ multiple?: boolean | undefined;
6254
+ clearable?: boolean | undefined;
6255
+ dataCy?: string | undefined;
6256
+ extSystemId?: number | null | undefined;
6257
+ hideDetails?: boolean | undefined;
6258
+ disableInitFetch?: boolean | undefined;
6259
+ }>, {
6260
+ label: undefined;
6261
+ required: undefined;
6262
+ multiple: boolean;
6263
+ clearable: boolean;
6264
+ dataCy: string;
6265
+ extSystemId: null;
6266
+ hideDetails: undefined;
6267
+ disableInitFetch: boolean;
6268
+ }>>> & {
6269
+ "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6270
+ }, {
6271
+ multiple: boolean;
6272
+ required: boolean;
6273
+ label: string;
6274
+ dataCy: string;
6275
+ clearable: boolean;
6276
+ hideDetails: boolean;
6277
+ disableInitFetch: boolean;
6278
+ extSystemId: IntegerId | null;
6279
+ }, {}>;
6280
+
6142
6281
  export declare enum DamAssetStatus {
6143
6282
  Draft = "draft",
6144
6283
  WithFile = "with_file",
@@ -6278,6 +6417,38 @@ export declare enum DamDistributionRequirementStrategy {
6278
6417
 
6279
6418
  export declare type DamDistributionServiceName = string;
6280
6419
 
6420
+ export declare const DamDistributionServiceSelect: DefineComponent<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
6421
+ modelValue: string[];
6422
+ client: () => AxiosInstance;
6423
+ multiple?: boolean | undefined;
6424
+ label?: string | undefined;
6425
+ dataCy?: string | undefined;
6426
+ }>, {
6427
+ multiple: boolean;
6428
+ label: undefined;
6429
+ dataCy: string;
6430
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6431
+ "update:modelValue": (data: string[]) => void;
6432
+ blur: (data: string[]) => void;
6433
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_73<__VLS_TypePropsToRuntimeProps_77<{
6434
+ modelValue: string[];
6435
+ client: () => AxiosInstance;
6436
+ multiple?: boolean | undefined;
6437
+ label?: string | undefined;
6438
+ dataCy?: string | undefined;
6439
+ }>, {
6440
+ multiple: boolean;
6441
+ label: undefined;
6442
+ dataCy: string;
6443
+ }>>> & {
6444
+ "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6445
+ onBlur?: ((data: string[]) => any) | undefined;
6446
+ }, {
6447
+ multiple: boolean;
6448
+ label: string;
6449
+ dataCy: string;
6450
+ }, {}>;
6451
+
6281
6452
  export declare enum DamDistributionServiceType {
6282
6453
  Youtube = "youtubeDistribution",
6283
6454
  Jw = "jwDistribution",
@@ -6300,6 +6471,38 @@ export declare type DamExternalProviderAssetConfig = Record<DamExternalProviderA
6300
6471
 
6301
6472
  export declare type DamExternalProviderAssetName = string;
6302
6473
 
6474
+ export declare const DamExternalProviderAssetSelect: DefineComponent<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6475
+ modelValue: string[];
6476
+ client: () => AxiosInstance;
6477
+ multiple?: boolean | undefined;
6478
+ label?: string | undefined;
6479
+ dataCy?: string | undefined;
6480
+ }>, {
6481
+ multiple: boolean;
6482
+ label: undefined;
6483
+ dataCy: string;
6484
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6485
+ "update:modelValue": (data: string[]) => void;
6486
+ blur: (data: string[]) => void;
6487
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_72<__VLS_TypePropsToRuntimeProps_76<{
6488
+ modelValue: string[];
6489
+ client: () => AxiosInstance;
6490
+ multiple?: boolean | undefined;
6491
+ label?: string | undefined;
6492
+ dataCy?: string | undefined;
6493
+ }>, {
6494
+ multiple: boolean;
6495
+ label: undefined;
6496
+ dataCy: string;
6497
+ }>>> & {
6498
+ "onUpdate:modelValue"?: ((data: string[]) => any) | undefined;
6499
+ onBlur?: ((data: string[]) => any) | undefined;
6500
+ }, {
6501
+ multiple: boolean;
6502
+ label: string;
6503
+ dataCy: string;
6504
+ }, {}>;
6505
+
6303
6506
  export declare interface DamExtSystem extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
6304
6507
  id: IntegerId;
6305
6508
  name: string;
@@ -6335,6 +6538,56 @@ export declare interface DamExtSystemConfigItem {
6335
6538
  export declare interface DamExtSystemMinimal extends Pick<DamExtSystem, 'id' | 'name'> {
6336
6539
  }
6337
6540
 
6541
+ export declare const DamExtSystemRemoteAutocomplete: DefineComponent<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6542
+ modelValue: IntegerId | null | IntegerId[] | any;
6543
+ client: () => AxiosInstance;
6544
+ label?: string | undefined;
6545
+ required?: boolean | undefined;
6546
+ multiple?: boolean | undefined;
6547
+ clearable?: boolean | undefined;
6548
+ dataCy?: string | undefined;
6549
+ hideDetails?: boolean | undefined;
6550
+ disableInitFetch?: boolean | undefined;
6551
+ }>, {
6552
+ label: undefined;
6553
+ required: undefined;
6554
+ multiple: boolean;
6555
+ clearable: boolean;
6556
+ dataCy: string;
6557
+ hideDetails: undefined;
6558
+ disableInitFetch: boolean;
6559
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6560
+ "update:modelValue": (data: any) => void;
6561
+ }, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_71<__VLS_TypePropsToRuntimeProps_75<{
6562
+ modelValue: IntegerId | null | IntegerId[] | any;
6563
+ client: () => AxiosInstance;
6564
+ label?: string | undefined;
6565
+ required?: boolean | undefined;
6566
+ multiple?: boolean | undefined;
6567
+ clearable?: boolean | undefined;
6568
+ dataCy?: string | undefined;
6569
+ hideDetails?: boolean | undefined;
6570
+ disableInitFetch?: boolean | undefined;
6571
+ }>, {
6572
+ label: undefined;
6573
+ required: undefined;
6574
+ multiple: boolean;
6575
+ clearable: boolean;
6576
+ dataCy: string;
6577
+ hideDetails: undefined;
6578
+ disableInitFetch: boolean;
6579
+ }>>> & {
6580
+ "onUpdate:modelValue"?: ((data: any) => any) | undefined;
6581
+ }, {
6582
+ multiple: boolean;
6583
+ required: boolean;
6584
+ label: string;
6585
+ dataCy: string;
6586
+ clearable: boolean;
6587
+ hideDetails: boolean;
6588
+ disableInitFetch: boolean;
6589
+ }, {}>;
6590
+
6338
6591
  export declare const damFileTypeFix: (file: File | null | undefined) => string;
6339
6592
 
6340
6593
  export declare interface DamKeyword extends AnzuUserAndTimeTrackingAware, ResourceNameSystemAware {
@@ -6469,6 +6722,16 @@ export declare interface DamUploadStartResponse {
6469
6722
  asset: DocId;
6470
6723
  }
6471
6724
 
6725
+ export declare interface DamUserUpdateDto {
6726
+ id: IntegerId;
6727
+ assetLicences: IntegerId[];
6728
+ allowedAssetExternalProviders: string[];
6729
+ allowedDistributionServices: string[];
6730
+ adminToExtSystems: IntegerId[];
6731
+ readonly userToExtSystems: IntegerId[];
6732
+ plainPassword?: string;
6733
+ }
6734
+
6472
6735
  export declare type DatatableOrderingOption = {
6473
6736
  id: number;
6474
6737
  titleT: string;
@@ -6564,8 +6827,16 @@ export declare type EnableDisable = 'enable' | 'disable';
6564
6827
 
6565
6828
  export declare const eventClickBlur: (event?: Event) => void;
6566
6829
 
6830
+ export declare const fetchDamAssetLicenceList: (client: () => AxiosInstance, pagination: Pagination, filterBag: FilterBag) => Promise<DamAssetLicence[]>;
6831
+
6832
+ export declare const fetchDamAssetLicenceListByIds: (client: () => AxiosInstance, ids: IntegerId[]) => Promise<DamAssetLicence[]>;
6833
+
6567
6834
  export declare const fetchDamCurrentUser: (client: () => AxiosInstance) => Promise<DamCurrentUserDto>;
6568
6835
 
6836
+ export declare const fetchDamExtSystemList: (client: () => AxiosInstance, pagination: Pagination, filterBag: FilterBag) => Promise<DamExtSystem[]>;
6837
+
6838
+ export declare const fetchDamExtSystemListByIds: (client: () => AxiosInstance, ids: IntegerId[]) => Promise<DamExtSystem[]>;
6839
+
6569
6840
  declare type fetchItemsByIdsType = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
6570
6841
 
6571
6842
  declare type fetchItemsByIdsType_2 = ((ids: IntegerId[]) => Promise<ValueObjectOption<IntegerId>[]>) | ((ids: DocId[]) => Promise<ValueObjectOption<DocId>[]>);
@@ -10310,6 +10581,42 @@ export declare function useDamAcceptTypeAndSizeHelper(assetType: DamAssetType |
10310
10581
  uploadAccept: ComputedRef<string>;
10311
10582
  };
10312
10583
 
10584
+ export declare function useDamAssetLicenceFilter(): {
10585
+ name: {
10586
+ field: string;
10587
+ multiple: boolean;
10588
+ variant: FilterVariant;
10589
+ model: any;
10590
+ default: any;
10591
+ titleT?: string | undefined;
10592
+ error: string;
10593
+ mandatory: boolean;
10594
+ exclude: boolean;
10595
+ };
10596
+ extSystem: {
10597
+ field: string;
10598
+ multiple: boolean;
10599
+ variant: FilterVariant;
10600
+ model: any;
10601
+ default: any;
10602
+ titleT?: string | undefined;
10603
+ error: string;
10604
+ mandatory: boolean;
10605
+ exclude: boolean;
10606
+ };
10607
+ extId: {
10608
+ field: string;
10609
+ multiple: boolean;
10610
+ variant: FilterVariant;
10611
+ model: any;
10612
+ default: any;
10613
+ titleT?: string | undefined;
10614
+ error: string;
10615
+ mandatory: boolean;
10616
+ exclude: boolean;
10617
+ };
10618
+ };
10619
+
10313
10620
  export declare function useDamAuthorFactory(): {
10314
10621
  createDefault: (extSystemId: number, reviewed?: boolean) => DamAuthor;
10315
10622
  };
@@ -10410,6 +10717,23 @@ export declare function useDamCurrentUser(): {
10410
10717
  damCurrentUserIsSuperAdmin: Ref<boolean>;
10411
10718
  };
10412
10719
 
10720
+ export declare function useDamDistributionServiceType(client: () => AxiosInstance): {
10721
+ allDistributionServiceTypeOptions: Ref<{
10722
+ value: string;
10723
+ title: string;
10724
+ color?: string | undefined;
10725
+ active?: false | undefined;
10726
+ subtitle?: string | undefined;
10727
+ }[]>;
10728
+ getDistributionServiceTypeOption: (value: string) => {
10729
+ value: string;
10730
+ title: string;
10731
+ color?: string | undefined;
10732
+ active?: false | undefined;
10733
+ subtitle?: string | undefined;
10734
+ } | undefined;
10735
+ };
10736
+
10413
10737
  export declare function useDamKeywordFactory(): {
10414
10738
  createDefault: (extSystemId: number, reviewed?: boolean) => DamKeyword;
10415
10739
  };