@anzusystems/common-admin 1.47.0-beta.277 → 1.47.0-beta.279
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/common-admin.d.ts
CHANGED
|
@@ -2189,22 +2189,20 @@ damMedia: {
|
|
|
2189
2189
|
imageFileId: DocIdNullable_2;
|
|
2190
2190
|
assetId: DocIdNullable_2;
|
|
2191
2191
|
licenceId: IntegerIdNullable;
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
};
|
|
2205
|
-
siteGroup: IntegerIdNullable;
|
|
2192
|
+
assetType: DamMediaTypeType;
|
|
2193
|
+
title: string;
|
|
2194
|
+
description: string;
|
|
2195
|
+
seriesName: string;
|
|
2196
|
+
authorNames: string[];
|
|
2197
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
2198
|
+
duration: number;
|
|
2199
|
+
mediaUrl: string | null;
|
|
2200
|
+
playable: boolean;
|
|
2201
|
+
syncedWithDam: boolean;
|
|
2202
|
+
episodeName: string;
|
|
2203
|
+
episodeNumber: number | null;
|
|
2204
|
+
};
|
|
2206
2205
|
extService: "damVideo" | "damAudio";
|
|
2207
|
-
articleKindStandard: string | number | null;
|
|
2208
2206
|
};
|
|
2209
2207
|
}): any;
|
|
2210
2208
|
};
|
|
@@ -2409,11 +2407,6 @@ readonly media: MediaAware | null;
|
|
|
2409
2407
|
readonly queueKey: UploadQueueKey;
|
|
2410
2408
|
readonly uploadLicence: IntegerId;
|
|
2411
2409
|
readonly selectLicences: IntegerId[];
|
|
2412
|
-
readonly siteGroup: IntegerId;
|
|
2413
|
-
readonly mediaEntity: {
|
|
2414
|
-
id: DocId | IntegerId;
|
|
2415
|
-
name: MediaEntityKey;
|
|
2416
|
-
};
|
|
2417
2410
|
readonly initialImage?: ImageAware | undefined;
|
|
2418
2411
|
readonly configName?: string | undefined;
|
|
2419
2412
|
readonly collab?: CollabComponentConfig;
|
|
@@ -2740,22 +2733,20 @@ damMedia: {
|
|
|
2740
2733
|
imageFileId: DocIdNullable_2;
|
|
2741
2734
|
assetId: DocIdNullable_2;
|
|
2742
2735
|
licenceId: IntegerIdNullable;
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
};
|
|
2756
|
-
siteGroup: IntegerIdNullable;
|
|
2736
|
+
assetType: DamMediaTypeType;
|
|
2737
|
+
title: string;
|
|
2738
|
+
description: string;
|
|
2739
|
+
seriesName: string;
|
|
2740
|
+
authorNames: string[];
|
|
2741
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
2742
|
+
duration: number;
|
|
2743
|
+
mediaUrl: string | null;
|
|
2744
|
+
playable: boolean;
|
|
2745
|
+
syncedWithDam: boolean;
|
|
2746
|
+
episodeName: string;
|
|
2747
|
+
episodeNumber: number | null;
|
|
2748
|
+
};
|
|
2757
2749
|
extService: "damVideo" | "damAudio";
|
|
2758
|
-
articleKindStandard: string | number | null;
|
|
2759
2750
|
};
|
|
2760
2751
|
}): any;
|
|
2761
2752
|
};
|
|
@@ -2776,11 +2767,6 @@ media: MediaAware | null;
|
|
|
2776
2767
|
queueKey: UploadQueueKey;
|
|
2777
2768
|
uploadLicence: IntegerId;
|
|
2778
2769
|
selectLicences: IntegerId[];
|
|
2779
|
-
siteGroup: IntegerId;
|
|
2780
|
-
mediaEntity: {
|
|
2781
|
-
id: DocId | IntegerId;
|
|
2782
|
-
name: MediaEntityKey;
|
|
2783
|
-
};
|
|
2784
2770
|
initialImage?: ImageAware | undefined;
|
|
2785
2771
|
configName?: string;
|
|
2786
2772
|
collab?: CollabComponentConfig;
|
|
@@ -2880,11 +2866,6 @@ media: MediaAware | null;
|
|
|
2880
2866
|
queueKey: UploadQueueKey;
|
|
2881
2867
|
uploadLicence: IntegerId;
|
|
2882
2868
|
selectLicences: IntegerId[];
|
|
2883
|
-
siteGroup: IntegerId;
|
|
2884
|
-
mediaEntity: {
|
|
2885
|
-
id: DocId | IntegerId;
|
|
2886
|
-
name: MediaEntityKey;
|
|
2887
|
-
};
|
|
2888
2869
|
initialImage?: ImageAware | undefined;
|
|
2889
2870
|
configName?: string;
|
|
2890
2871
|
collab?: CollabComponentConfig;
|
|
@@ -2922,7 +2903,7 @@ showSource: boolean;
|
|
|
2922
2903
|
};
|
|
2923
2904
|
position?: number | undefined;
|
|
2924
2905
|
dam: {
|
|
2925
|
-
damId:
|
|
2906
|
+
damId: DocId_3;
|
|
2926
2907
|
licenceId: IntegerId;
|
|
2927
2908
|
regionPosition: number;
|
|
2928
2909
|
};
|
|
@@ -2932,22 +2913,20 @@ damMedia: {
|
|
|
2932
2913
|
imageFileId: DocIdNullable_2;
|
|
2933
2914
|
assetId: DocIdNullable_2;
|
|
2934
2915
|
licenceId: IntegerIdNullable;
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
};
|
|
2948
|
-
siteGroup: IntegerIdNullable;
|
|
2916
|
+
assetType: DamMediaTypeType;
|
|
2917
|
+
title: string;
|
|
2918
|
+
description: string;
|
|
2919
|
+
seriesName: string;
|
|
2920
|
+
authorNames: string[];
|
|
2921
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
2922
|
+
duration: number;
|
|
2923
|
+
mediaUrl: string | null;
|
|
2924
|
+
playable: boolean;
|
|
2925
|
+
syncedWithDam: boolean;
|
|
2926
|
+
episodeName: string;
|
|
2927
|
+
episodeNumber: number | null;
|
|
2928
|
+
};
|
|
2949
2929
|
extService: "damVideo" | "damAudio";
|
|
2950
|
-
articleKindStandard: string | number | null;
|
|
2951
2930
|
} | null;
|
|
2952
2931
|
}): any;
|
|
2953
2932
|
preview?(_: {
|
|
@@ -2957,22 +2936,20 @@ damMedia: {
|
|
|
2957
2936
|
imageFileId: DocIdNullable_2;
|
|
2958
2937
|
assetId: DocIdNullable_2;
|
|
2959
2938
|
licenceId: IntegerIdNullable;
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
};
|
|
2973
|
-
siteGroup: IntegerIdNullable;
|
|
2939
|
+
assetType: DamMediaTypeType;
|
|
2940
|
+
title: string;
|
|
2941
|
+
description: string;
|
|
2942
|
+
seriesName: string;
|
|
2943
|
+
authorNames: string[];
|
|
2944
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
2945
|
+
duration: number;
|
|
2946
|
+
mediaUrl: string | null;
|
|
2947
|
+
playable: boolean;
|
|
2948
|
+
syncedWithDam: boolean;
|
|
2949
|
+
episodeName: string;
|
|
2950
|
+
episodeNumber: number | null;
|
|
2951
|
+
};
|
|
2974
2952
|
extService: "damVideo" | "damAudio";
|
|
2975
|
-
articleKindStandard: string | number | null;
|
|
2976
2953
|
};
|
|
2977
2954
|
}): any;
|
|
2978
2955
|
};
|
|
@@ -6125,11 +6102,6 @@ declare type __VLS_Props_71 = {
|
|
|
6125
6102
|
queueKey: UploadQueueKey;
|
|
6126
6103
|
uploadLicence: IntegerId;
|
|
6127
6104
|
selectLicences: IntegerId[];
|
|
6128
|
-
siteGroup: IntegerId;
|
|
6129
|
-
mediaEntity: {
|
|
6130
|
-
id: DocId | IntegerId;
|
|
6131
|
-
name: MediaEntityKey;
|
|
6132
|
-
};
|
|
6133
6105
|
initialImage?: ImageAware | undefined;
|
|
6134
6106
|
configName?: string;
|
|
6135
6107
|
collab?: CollabComponentConfig;
|
|
@@ -8342,22 +8314,20 @@ declare function __VLS_template_24(): {
|
|
|
8342
8314
|
imageFileId: DocIdNullable_2;
|
|
8343
8315
|
assetId: DocIdNullable_2;
|
|
8344
8316
|
licenceId: IntegerIdNullable;
|
|
8345
|
-
|
|
8346
|
-
|
|
8347
|
-
|
|
8348
|
-
|
|
8349
|
-
|
|
8350
|
-
|
|
8351
|
-
|
|
8352
|
-
|
|
8353
|
-
|
|
8354
|
-
|
|
8355
|
-
|
|
8356
|
-
|
|
8317
|
+
assetType: DamMediaTypeType;
|
|
8318
|
+
title: string;
|
|
8319
|
+
description: string;
|
|
8320
|
+
seriesName: string;
|
|
8321
|
+
authorNames: string[];
|
|
8322
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
8323
|
+
duration: number;
|
|
8324
|
+
mediaUrl: string | null;
|
|
8325
|
+
playable: boolean;
|
|
8326
|
+
syncedWithDam: boolean;
|
|
8327
|
+
episodeName: string;
|
|
8328
|
+
episodeNumber: number | null;
|
|
8357
8329
|
};
|
|
8358
|
-
siteGroup: IntegerIdNullable;
|
|
8359
8330
|
extService: "damVideo" | "damAudio";
|
|
8360
|
-
articleKindStandard: string | number | null;
|
|
8361
8331
|
};
|
|
8362
8332
|
}): any;
|
|
8363
8333
|
};
|
|
@@ -8536,7 +8506,7 @@ declare function __VLS_template_25(): {
|
|
|
8536
8506
|
};
|
|
8537
8507
|
position?: number | undefined;
|
|
8538
8508
|
dam: {
|
|
8539
|
-
damId:
|
|
8509
|
+
damId: DocId_3;
|
|
8540
8510
|
licenceId: IntegerId;
|
|
8541
8511
|
regionPosition: number;
|
|
8542
8512
|
};
|
|
@@ -8546,22 +8516,20 @@ declare function __VLS_template_25(): {
|
|
|
8546
8516
|
imageFileId: DocIdNullable_2;
|
|
8547
8517
|
assetId: DocIdNullable_2;
|
|
8548
8518
|
licenceId: IntegerIdNullable;
|
|
8549
|
-
|
|
8550
|
-
|
|
8551
|
-
|
|
8552
|
-
|
|
8553
|
-
|
|
8554
|
-
|
|
8555
|
-
|
|
8556
|
-
|
|
8557
|
-
|
|
8558
|
-
|
|
8559
|
-
|
|
8560
|
-
|
|
8519
|
+
assetType: DamMediaTypeType;
|
|
8520
|
+
title: string;
|
|
8521
|
+
description: string;
|
|
8522
|
+
seriesName: string;
|
|
8523
|
+
authorNames: string[];
|
|
8524
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
8525
|
+
duration: number;
|
|
8526
|
+
mediaUrl: string | null;
|
|
8527
|
+
playable: boolean;
|
|
8528
|
+
syncedWithDam: boolean;
|
|
8529
|
+
episodeName: string;
|
|
8530
|
+
episodeNumber: number | null;
|
|
8561
8531
|
};
|
|
8562
|
-
siteGroup: IntegerIdNullable;
|
|
8563
8532
|
extService: "damVideo" | "damAudio";
|
|
8564
|
-
articleKindStandard: string | number | null;
|
|
8565
8533
|
} | null;
|
|
8566
8534
|
}): any;
|
|
8567
8535
|
preview?(_: {
|
|
@@ -8571,22 +8539,20 @@ declare function __VLS_template_25(): {
|
|
|
8571
8539
|
imageFileId: DocIdNullable_2;
|
|
8572
8540
|
assetId: DocIdNullable_2;
|
|
8573
8541
|
licenceId: IntegerIdNullable;
|
|
8574
|
-
|
|
8575
|
-
|
|
8576
|
-
|
|
8577
|
-
|
|
8578
|
-
|
|
8579
|
-
|
|
8580
|
-
|
|
8581
|
-
|
|
8582
|
-
|
|
8583
|
-
|
|
8584
|
-
|
|
8585
|
-
|
|
8542
|
+
assetType: DamMediaTypeType;
|
|
8543
|
+
title: string;
|
|
8544
|
+
description: string;
|
|
8545
|
+
seriesName: string;
|
|
8546
|
+
authorNames: string[];
|
|
8547
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
8548
|
+
duration: number;
|
|
8549
|
+
mediaUrl: string | null;
|
|
8550
|
+
playable: boolean;
|
|
8551
|
+
syncedWithDam: boolean;
|
|
8552
|
+
episodeName: string;
|
|
8553
|
+
episodeNumber: number | null;
|
|
8586
8554
|
};
|
|
8587
|
-
siteGroup: IntegerIdNullable;
|
|
8588
8555
|
extService: "damVideo" | "damAudio";
|
|
8589
|
-
articleKindStandard: string | number | null;
|
|
8590
8556
|
};
|
|
8591
8557
|
}): any;
|
|
8592
8558
|
};
|
|
@@ -8600,11 +8566,6 @@ declare function __VLS_template_25(): {
|
|
|
8600
8566
|
readonly queueKey: UploadQueueKey;
|
|
8601
8567
|
readonly uploadLicence: IntegerId;
|
|
8602
8568
|
readonly selectLicences: IntegerId[];
|
|
8603
|
-
readonly siteGroup: IntegerId;
|
|
8604
|
-
readonly mediaEntity: {
|
|
8605
|
-
id: DocId | IntegerId;
|
|
8606
|
-
name: MediaEntityKey;
|
|
8607
|
-
};
|
|
8608
8569
|
readonly initialImage?: ImageAware | undefined;
|
|
8609
8570
|
readonly configName?: string | undefined;
|
|
8610
8571
|
readonly collab?: CollabComponentConfig;
|
|
@@ -8931,22 +8892,20 @@ declare function __VLS_template_25(): {
|
|
|
8931
8892
|
imageFileId: DocIdNullable_2;
|
|
8932
8893
|
assetId: DocIdNullable_2;
|
|
8933
8894
|
licenceId: IntegerIdNullable;
|
|
8934
|
-
|
|
8935
|
-
|
|
8936
|
-
|
|
8937
|
-
|
|
8938
|
-
|
|
8939
|
-
|
|
8940
|
-
|
|
8941
|
-
|
|
8942
|
-
|
|
8943
|
-
|
|
8944
|
-
|
|
8945
|
-
|
|
8895
|
+
assetType: DamMediaTypeType;
|
|
8896
|
+
title: string;
|
|
8897
|
+
description: string;
|
|
8898
|
+
seriesName: string;
|
|
8899
|
+
authorNames: string[];
|
|
8900
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
8901
|
+
duration: number;
|
|
8902
|
+
mediaUrl: string | null;
|
|
8903
|
+
playable: boolean;
|
|
8904
|
+
syncedWithDam: boolean;
|
|
8905
|
+
episodeName: string;
|
|
8906
|
+
episodeNumber: number | null;
|
|
8946
8907
|
};
|
|
8947
|
-
siteGroup: IntegerIdNullable;
|
|
8948
8908
|
extService: "damVideo" | "damAudio";
|
|
8949
|
-
articleKindStandard: string | number | null;
|
|
8950
8909
|
};
|
|
8951
8910
|
}): any;
|
|
8952
8911
|
};
|
|
@@ -8967,11 +8926,6 @@ declare function __VLS_template_25(): {
|
|
|
8967
8926
|
queueKey: UploadQueueKey;
|
|
8968
8927
|
uploadLicence: IntegerId;
|
|
8969
8928
|
selectLicences: IntegerId[];
|
|
8970
|
-
siteGroup: IntegerId;
|
|
8971
|
-
mediaEntity: {
|
|
8972
|
-
id: DocId | IntegerId;
|
|
8973
|
-
name: MediaEntityKey;
|
|
8974
|
-
};
|
|
8975
8929
|
initialImage?: ImageAware | undefined;
|
|
8976
8930
|
configName?: string;
|
|
8977
8931
|
collab?: CollabComponentConfig;
|
|
@@ -9071,11 +9025,6 @@ declare function __VLS_template_25(): {
|
|
|
9071
9025
|
queueKey: UploadQueueKey;
|
|
9072
9026
|
uploadLicence: IntegerId;
|
|
9073
9027
|
selectLicences: IntegerId[];
|
|
9074
|
-
siteGroup: IntegerId;
|
|
9075
|
-
mediaEntity: {
|
|
9076
|
-
id: DocId | IntegerId;
|
|
9077
|
-
name: MediaEntityKey;
|
|
9078
|
-
};
|
|
9079
9028
|
initialImage?: ImageAware | undefined;
|
|
9080
9029
|
configName?: string;
|
|
9081
9030
|
collab?: CollabComponentConfig;
|
|
@@ -9113,7 +9062,7 @@ declare function __VLS_template_25(): {
|
|
|
9113
9062
|
};
|
|
9114
9063
|
position?: number | undefined;
|
|
9115
9064
|
dam: {
|
|
9116
|
-
damId:
|
|
9065
|
+
damId: DocId_3;
|
|
9117
9066
|
licenceId: IntegerId;
|
|
9118
9067
|
regionPosition: number;
|
|
9119
9068
|
};
|
|
@@ -9123,22 +9072,20 @@ declare function __VLS_template_25(): {
|
|
|
9123
9072
|
imageFileId: DocIdNullable_2;
|
|
9124
9073
|
assetId: DocIdNullable_2;
|
|
9125
9074
|
licenceId: IntegerIdNullable;
|
|
9126
|
-
|
|
9127
|
-
|
|
9128
|
-
|
|
9129
|
-
|
|
9130
|
-
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9137
|
-
|
|
9075
|
+
assetType: DamMediaTypeType;
|
|
9076
|
+
title: string;
|
|
9077
|
+
description: string;
|
|
9078
|
+
seriesName: string;
|
|
9079
|
+
authorNames: string[];
|
|
9080
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
9081
|
+
duration: number;
|
|
9082
|
+
mediaUrl: string | null;
|
|
9083
|
+
playable: boolean;
|
|
9084
|
+
syncedWithDam: boolean;
|
|
9085
|
+
episodeName: string;
|
|
9086
|
+
episodeNumber: number | null;
|
|
9138
9087
|
};
|
|
9139
|
-
siteGroup: IntegerIdNullable;
|
|
9140
9088
|
extService: "damVideo" | "damAudio";
|
|
9141
|
-
articleKindStandard: string | number | null;
|
|
9142
9089
|
} | null;
|
|
9143
9090
|
}): any;
|
|
9144
9091
|
preview?(_: {
|
|
@@ -9148,22 +9095,20 @@ declare function __VLS_template_25(): {
|
|
|
9148
9095
|
imageFileId: DocIdNullable_2;
|
|
9149
9096
|
assetId: DocIdNullable_2;
|
|
9150
9097
|
licenceId: IntegerIdNullable;
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
|
|
9154
|
-
|
|
9155
|
-
|
|
9156
|
-
|
|
9157
|
-
|
|
9158
|
-
|
|
9159
|
-
|
|
9160
|
-
|
|
9161
|
-
|
|
9162
|
-
|
|
9098
|
+
assetType: DamMediaTypeType;
|
|
9099
|
+
title: string;
|
|
9100
|
+
description: string;
|
|
9101
|
+
seriesName: string;
|
|
9102
|
+
authorNames: string[];
|
|
9103
|
+
publishedAt: DatetimeUTCNullable_2;
|
|
9104
|
+
duration: number;
|
|
9105
|
+
mediaUrl: string | null;
|
|
9106
|
+
playable: boolean;
|
|
9107
|
+
syncedWithDam: boolean;
|
|
9108
|
+
episodeName: string;
|
|
9109
|
+
episodeNumber: number | null;
|
|
9163
9110
|
};
|
|
9164
|
-
siteGroup: IntegerIdNullable;
|
|
9165
9111
|
extService: "damVideo" | "damAudio";
|
|
9166
|
-
articleKindStandard: string | number | null;
|
|
9167
9112
|
};
|
|
9168
9113
|
}): any;
|
|
9169
9114
|
};
|
|
@@ -13965,24 +13910,26 @@ export declare interface DamKeywordMinimal {
|
|
|
13965
13910
|
name: string;
|
|
13966
13911
|
}
|
|
13967
13912
|
|
|
13968
|
-
declare interface DamMedia {
|
|
13913
|
+
export declare interface DamMedia {
|
|
13969
13914
|
imageFileId: DocIdNullable;
|
|
13970
13915
|
assetId: DocIdNullable;
|
|
13971
13916
|
licenceId: IntegerIdNullable;
|
|
13972
|
-
|
|
13973
|
-
|
|
13974
|
-
|
|
13975
|
-
|
|
13976
|
-
|
|
13977
|
-
|
|
13978
|
-
|
|
13979
|
-
|
|
13980
|
-
|
|
13981
|
-
|
|
13982
|
-
|
|
13983
|
-
|
|
13917
|
+
assetType: DamMediaTypeType_2;
|
|
13918
|
+
title: string;
|
|
13919
|
+
description: string;
|
|
13920
|
+
seriesName: string;
|
|
13921
|
+
authorNames: string[];
|
|
13922
|
+
publishedAt: DatetimeUTCNullable;
|
|
13923
|
+
duration: number;
|
|
13924
|
+
mediaUrl: string | null;
|
|
13925
|
+
playable: boolean;
|
|
13926
|
+
syncedWithDam: boolean;
|
|
13927
|
+
episodeName: string;
|
|
13928
|
+
episodeNumber: number | null;
|
|
13984
13929
|
}
|
|
13985
13930
|
|
|
13931
|
+
export declare type DamMediaFromDam = Omit<DamMedia, 'syncedWithDam'>;
|
|
13932
|
+
|
|
13986
13933
|
declare const DamMediaType: {
|
|
13987
13934
|
readonly Audio: "audio";
|
|
13988
13935
|
readonly Video: "video";
|
|
@@ -14287,6 +14234,8 @@ export declare const eventClickBlur: (event?: Event) => void;
|
|
|
14287
14234
|
|
|
14288
14235
|
export declare const fetchAssetAndCheckForSingleUseByFileIds: (client: () => AxiosInstance, groupedIds: IdsGroupedByLicences) => Promise<boolean>;
|
|
14289
14236
|
|
|
14237
|
+
export declare const fetchAssetAsCmsMedia: <T extends DamMediaFromDam>(client: () => AxiosInstance, id: DocId) => Promise<T>;
|
|
14238
|
+
|
|
14290
14239
|
export declare const fetchDamAssetLicenceGroupListByIds: (client: () => AxiosInstance, ids: IntegerId[]) => Promise<DamAssetLicenceGroup[]>;
|
|
14291
14240
|
|
|
14292
14241
|
export declare const fetchDamAssetLicenceListByIds: (client: () => AxiosInstance, ids: IntegerId[]) => Promise<DamAssetLicence[]>;
|
|
@@ -15449,25 +15398,12 @@ export declare interface MakeFilterOptions<T = any> {
|
|
|
15449
15398
|
exclude: boolean;
|
|
15450
15399
|
}
|
|
15451
15400
|
|
|
15452
|
-
export declare interface MediaAware<T extends DamMedia = DamMedia>
|
|
15401
|
+
export declare interface MediaAware<T extends DamMedia = DamMedia> {
|
|
15453
15402
|
id?: IntegerId;
|
|
15454
15403
|
damMedia: T;
|
|
15455
|
-
siteGroup: IntegerIdNullable;
|
|
15456
15404
|
extService: 'damVideo' | 'damAudio';
|
|
15457
15405
|
}
|
|
15458
15406
|
|
|
15459
|
-
declare const MediaEntity: {
|
|
15460
|
-
readonly Article: "articleKindStandard";
|
|
15461
|
-
};
|
|
15462
|
-
|
|
15463
|
-
declare type MediaEntity = {
|
|
15464
|
-
[key in MediaEntityKey]: IntegerId | DocId | null;
|
|
15465
|
-
};
|
|
15466
|
-
|
|
15467
|
-
declare type MediaEntityKey = MediaEntityType;
|
|
15468
|
-
|
|
15469
|
-
declare type MediaEntityType = (typeof MediaEntity)[keyof typeof MediaEntity];
|
|
15470
|
-
|
|
15471
15407
|
export declare const messagesCs: {
|
|
15472
15408
|
common: {
|
|
15473
15409
|
alert: {
|
package/dist/common-admin.js
CHANGED
|
@@ -16588,8 +16588,6 @@ const Kg = { key: 0 }, Dg = /* @__PURE__ */ H({
|
|
|
16588
16588
|
queueKey: {},
|
|
16589
16589
|
uploadLicence: {},
|
|
16590
16590
|
selectLicences: {},
|
|
16591
|
-
siteGroup: {},
|
|
16592
|
-
mediaEntity: {},
|
|
16593
16591
|
initialImage: { default: void 0 },
|
|
16594
16592
|
configName: { default: "default" },
|
|
16595
16593
|
collab: { default: void 0 },
|
|
@@ -16736,9 +16734,7 @@ const Kg = { key: 0 }, Dg = /* @__PURE__ */ H({
|
|
|
16736
16734
|
if (dt.attributes.assetType === le.Video && vv(dt.mainFile)) {
|
|
16737
16735
|
E.value = !0;
|
|
16738
16736
|
const Ia = {
|
|
16739
|
-
siteGroup: s.siteGroup,
|
|
16740
16737
|
extService: "damVideo",
|
|
16741
|
-
[s.mediaEntity.name]: s.mediaEntity.id,
|
|
16742
16738
|
damMedia: {
|
|
16743
16739
|
imageFileId: dt.mainFile.imagePreview?.imageFile || null,
|
|
16744
16740
|
assetId: dt.id,
|
|
@@ -16761,9 +16757,7 @@ const Kg = { key: 0 }, Dg = /* @__PURE__ */ H({
|
|
|
16761
16757
|
} else if (dt.attributes.assetType === le.Audio && dt.podcasts.length > 0 && Fv(dt.mainFile)) {
|
|
16762
16758
|
E.value = !0;
|
|
16763
16759
|
const Ia = {
|
|
16764
|
-
siteGroup: s.siteGroup,
|
|
16765
16760
|
extService: "damAudio",
|
|
16766
|
-
[s.mediaEntity.name]: s.mediaEntity.id,
|
|
16767
16761
|
damMedia: {
|
|
16768
16762
|
imageFileId: dt.mainFile.imagePreview?.imageFile || null,
|
|
16769
16763
|
assetId: dt.id,
|
|
@@ -17187,8 +17181,6 @@ const Kg = { key: 0 }, Dg = /* @__PURE__ */ H({
|
|
|
17187
17181
|
queueKey: {},
|
|
17188
17182
|
uploadLicence: {},
|
|
17189
17183
|
selectLicences: {},
|
|
17190
|
-
siteGroup: {},
|
|
17191
|
-
mediaEntity: {},
|
|
17192
17184
|
initialImage: { default: void 0 },
|
|
17193
17185
|
configName: { default: "default" },
|
|
17194
17186
|
collab: { default: void 0 },
|
|
@@ -20879,7 +20871,7 @@ function fK(e) {
|
|
|
20879
20871
|
}
|
|
20880
20872
|
const uk = "/adm/users/current", VK = (e) => St(e, uk, {}, "coreDam", "user");
|
|
20881
20873
|
let Wr = null;
|
|
20882
|
-
const Wi = () => (Wr || (Wr = import("./index-
|
|
20874
|
+
const Wi = () => (Wr || (Wr = import("./index-DTyh0jMZ.mjs").then((e) => e).catch(() => null)), Wr);
|
|
20883
20875
|
function ck() {
|
|
20884
20876
|
return {
|
|
20885
20877
|
logError: (r, i) => {
|
|
@@ -21684,6 +21676,7 @@ export {
|
|
|
21684
21676
|
uK as ensureUniqueValues,
|
|
21685
21677
|
Ya as eventClickBlur,
|
|
21686
21678
|
ES as fetchAssetAndCheckForSingleUseByFileIds,
|
|
21679
|
+
Yf as fetchAssetAsCmsMedia,
|
|
21687
21680
|
hk as fetchDamAssetLicenceGroupListByIds,
|
|
21688
21681
|
Vk as fetchDamAssetLicenceListByIds,
|
|
21689
21682
|
VK as fetchDamCurrentUser,
|