@anzusystems/common-admin 1.47.0-beta.356 → 1.47.0-beta.357
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 +36 -0
- package/dist/common-admin.js +2096 -2074
- package/dist/common-admin.js.map +1 -1
- package/package.json +1 -1
package/dist/common-admin.d.ts
CHANGED
|
@@ -2415,6 +2415,8 @@ source: string;
|
|
|
2415
2415
|
};
|
|
2416
2416
|
flags: {
|
|
2417
2417
|
showSource: boolean;
|
|
2418
|
+
internal: boolean;
|
|
2419
|
+
overrideInternal: boolean;
|
|
2418
2420
|
};
|
|
2419
2421
|
position?: number | undefined;
|
|
2420
2422
|
dam: {
|
|
@@ -2961,6 +2963,8 @@ source: string;
|
|
|
2961
2963
|
};
|
|
2962
2964
|
flags: {
|
|
2963
2965
|
showSource: boolean;
|
|
2966
|
+
internal: boolean;
|
|
2967
|
+
overrideInternal: boolean;
|
|
2964
2968
|
};
|
|
2965
2969
|
position?: number | undefined;
|
|
2966
2970
|
dam: {
|
|
@@ -8164,6 +8168,8 @@ declare function __VLS_template_24(): {
|
|
|
8164
8168
|
};
|
|
8165
8169
|
flags: {
|
|
8166
8170
|
showSource: boolean;
|
|
8171
|
+
internal: boolean;
|
|
8172
|
+
overrideInternal: boolean;
|
|
8167
8173
|
};
|
|
8168
8174
|
position?: number | undefined;
|
|
8169
8175
|
dam: {
|
|
@@ -8667,6 +8673,8 @@ declare function __VLS_template_24(): {
|
|
|
8667
8673
|
};
|
|
8668
8674
|
flags: {
|
|
8669
8675
|
showSource: boolean;
|
|
8676
|
+
internal: boolean;
|
|
8677
|
+
overrideInternal: boolean;
|
|
8670
8678
|
};
|
|
8671
8679
|
position?: number | undefined;
|
|
8672
8680
|
dam: {
|
|
@@ -8694,6 +8702,8 @@ declare function __VLS_template_25(): {
|
|
|
8694
8702
|
};
|
|
8695
8703
|
flags: {
|
|
8696
8704
|
showSource: boolean;
|
|
8705
|
+
internal: boolean;
|
|
8706
|
+
overrideInternal: boolean;
|
|
8697
8707
|
};
|
|
8698
8708
|
position?: number | undefined;
|
|
8699
8709
|
dam: {
|
|
@@ -9247,6 +9257,8 @@ declare function __VLS_template_25(): {
|
|
|
9247
9257
|
};
|
|
9248
9258
|
flags: {
|
|
9249
9259
|
showSource: boolean;
|
|
9260
|
+
internal: boolean;
|
|
9261
|
+
overrideInternal: boolean;
|
|
9250
9262
|
};
|
|
9251
9263
|
position?: number | undefined;
|
|
9252
9264
|
dam: {
|
|
@@ -9317,6 +9329,8 @@ declare function __VLS_template_26(): {
|
|
|
9317
9329
|
};
|
|
9318
9330
|
flags: {
|
|
9319
9331
|
showSource: boolean;
|
|
9332
|
+
internal: boolean;
|
|
9333
|
+
overrideInternal: boolean;
|
|
9320
9334
|
};
|
|
9321
9335
|
position?: number | undefined;
|
|
9322
9336
|
dam: {
|
|
@@ -9337,6 +9351,8 @@ declare function __VLS_template_26(): {
|
|
|
9337
9351
|
};
|
|
9338
9352
|
flags: {
|
|
9339
9353
|
showSource: boolean;
|
|
9354
|
+
internal: boolean;
|
|
9355
|
+
overrideInternal: boolean;
|
|
9340
9356
|
};
|
|
9341
9357
|
position?: number | undefined;
|
|
9342
9358
|
} | null;
|
|
@@ -13067,6 +13083,8 @@ export declare interface AssetDetailItemDto extends AnzuUserAndTimeTrackingAware
|
|
|
13067
13083
|
distributionCategory: DocIdNullable;
|
|
13068
13084
|
assetFileProperties: AssetFileProperties;
|
|
13069
13085
|
mainFileSingleUse: Readonly<boolean | null>;
|
|
13086
|
+
mainFileInternal: Readonly<boolean | null>;
|
|
13087
|
+
mainFileOverrideInternal: Readonly<boolean | null>;
|
|
13070
13088
|
}
|
|
13071
13089
|
|
|
13072
13090
|
declare type AssetExternalProviderId = string | number;
|
|
@@ -13092,6 +13110,8 @@ declare interface AssetFileAware {
|
|
|
13092
13110
|
flags: {
|
|
13093
13111
|
public: boolean;
|
|
13094
13112
|
singleUse: boolean;
|
|
13113
|
+
overrideInternal: boolean;
|
|
13114
|
+
internal: boolean;
|
|
13095
13115
|
};
|
|
13096
13116
|
}
|
|
13097
13117
|
|
|
@@ -13240,6 +13260,8 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
|
|
|
13240
13260
|
podcasts: DocId[];
|
|
13241
13261
|
assetFileProperties: AssetFileProperties;
|
|
13242
13262
|
mainFileSingleUse: Readonly<boolean | null>;
|
|
13263
|
+
mainFileInternal: Readonly<boolean | null>;
|
|
13264
|
+
mainFileOverrideInternal: Readonly<boolean | null>;
|
|
13243
13265
|
}
|
|
13244
13266
|
|
|
13245
13267
|
declare interface AssetSelectReturnAsset {
|
|
@@ -15493,6 +15515,8 @@ export declare interface ImageAware {
|
|
|
15493
15515
|
};
|
|
15494
15516
|
flags: {
|
|
15495
15517
|
showSource: boolean;
|
|
15518
|
+
internal: boolean;
|
|
15519
|
+
overrideInternal: boolean;
|
|
15496
15520
|
};
|
|
15497
15521
|
position?: number;
|
|
15498
15522
|
}
|
|
@@ -19280,6 +19304,8 @@ source: string;
|
|
|
19280
19304
|
};
|
|
19281
19305
|
flags: {
|
|
19282
19306
|
showSource: boolean;
|
|
19307
|
+
internal: boolean;
|
|
19308
|
+
overrideInternal: boolean;
|
|
19283
19309
|
};
|
|
19284
19310
|
position?: number | undefined;
|
|
19285
19311
|
dam: {
|
|
@@ -19299,6 +19325,8 @@ source: string;
|
|
|
19299
19325
|
};
|
|
19300
19326
|
flags: {
|
|
19301
19327
|
showSource: boolean;
|
|
19328
|
+
internal: boolean;
|
|
19329
|
+
overrideInternal: boolean;
|
|
19302
19330
|
};
|
|
19303
19331
|
position?: number | undefined;
|
|
19304
19332
|
dam: {
|
|
@@ -19326,6 +19354,8 @@ source: string;
|
|
|
19326
19354
|
};
|
|
19327
19355
|
flags: {
|
|
19328
19356
|
showSource: boolean;
|
|
19357
|
+
internal: boolean;
|
|
19358
|
+
overrideInternal: boolean;
|
|
19329
19359
|
};
|
|
19330
19360
|
position?: number | undefined;
|
|
19331
19361
|
dam: {
|
|
@@ -19345,6 +19375,8 @@ source: string;
|
|
|
19345
19375
|
};
|
|
19346
19376
|
flags: {
|
|
19347
19377
|
showSource: boolean;
|
|
19378
|
+
internal: boolean;
|
|
19379
|
+
overrideInternal: boolean;
|
|
19348
19380
|
};
|
|
19349
19381
|
position?: number | undefined;
|
|
19350
19382
|
dam: {
|
|
@@ -19372,6 +19404,8 @@ source: string;
|
|
|
19372
19404
|
};
|
|
19373
19405
|
flags: {
|
|
19374
19406
|
showSource: boolean;
|
|
19407
|
+
internal: boolean;
|
|
19408
|
+
overrideInternal: boolean;
|
|
19375
19409
|
};
|
|
19376
19410
|
position?: number | undefined;
|
|
19377
19411
|
dam: {
|
|
@@ -19391,6 +19425,8 @@ source: string;
|
|
|
19391
19425
|
};
|
|
19392
19426
|
flags: {
|
|
19393
19427
|
showSource: boolean;
|
|
19428
|
+
internal: boolean;
|
|
19429
|
+
overrideInternal: boolean;
|
|
19394
19430
|
};
|
|
19395
19431
|
position?: number | undefined;
|
|
19396
19432
|
dam: {
|