@anzusystems/common-admin 1.47.0-beta.356 → 1.47.0-beta.358

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.
@@ -2415,12 +2415,15 @@ 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: {
2421
2423
  damId: DocId_3;
2422
2424
  licenceId: IntegerId;
2423
2425
  regionPosition: number;
2426
+ internal: boolean;
2424
2427
  };
2425
2428
  } | null;
2426
2429
  }): any;
@@ -2961,12 +2964,15 @@ source: string;
2961
2964
  };
2962
2965
  flags: {
2963
2966
  showSource: boolean;
2967
+ internal: boolean;
2968
+ overrideInternal: boolean;
2964
2969
  };
2965
2970
  position?: number | undefined;
2966
2971
  dam: {
2967
2972
  damId: DocId_3;
2968
2973
  licenceId: IntegerId;
2969
2974
  regionPosition: number;
2975
+ internal: boolean;
2970
2976
  };
2971
2977
  } | {
2972
2978
  id?: IntegerId | undefined;
@@ -8164,12 +8170,15 @@ declare function __VLS_template_24(): {
8164
8170
  };
8165
8171
  flags: {
8166
8172
  showSource: boolean;
8173
+ internal: boolean;
8174
+ overrideInternal: boolean;
8167
8175
  };
8168
8176
  position?: number | undefined;
8169
8177
  dam: {
8170
8178
  damId: DocId_3;
8171
8179
  licenceId: IntegerId;
8172
8180
  regionPosition: number;
8181
+ internal: boolean;
8173
8182
  };
8174
8183
  } | null;
8175
8184
  }): any;
@@ -8667,12 +8676,15 @@ declare function __VLS_template_24(): {
8667
8676
  };
8668
8677
  flags: {
8669
8678
  showSource: boolean;
8679
+ internal: boolean;
8680
+ overrideInternal: boolean;
8670
8681
  };
8671
8682
  position?: number | undefined;
8672
8683
  dam: {
8673
8684
  damId: DocId_3;
8674
8685
  licenceId: IntegerId;
8675
8686
  regionPosition: number;
8687
+ internal: boolean;
8676
8688
  };
8677
8689
  } | null;
8678
8690
  }): any;
@@ -8694,12 +8706,15 @@ declare function __VLS_template_25(): {
8694
8706
  };
8695
8707
  flags: {
8696
8708
  showSource: boolean;
8709
+ internal: boolean;
8710
+ overrideInternal: boolean;
8697
8711
  };
8698
8712
  position?: number | undefined;
8699
8713
  dam: {
8700
8714
  damId: DocId_3;
8701
8715
  licenceId: IntegerId;
8702
8716
  regionPosition: number;
8717
+ internal: boolean;
8703
8718
  };
8704
8719
  } | {
8705
8720
  id?: IntegerId | undefined;
@@ -9247,12 +9262,15 @@ declare function __VLS_template_25(): {
9247
9262
  };
9248
9263
  flags: {
9249
9264
  showSource: boolean;
9265
+ internal: boolean;
9266
+ overrideInternal: boolean;
9250
9267
  };
9251
9268
  position?: number | undefined;
9252
9269
  dam: {
9253
9270
  damId: DocId_3;
9254
9271
  licenceId: IntegerId;
9255
9272
  regionPosition: number;
9273
+ internal: boolean;
9256
9274
  };
9257
9275
  } | {
9258
9276
  id?: IntegerId | undefined;
@@ -9317,12 +9335,15 @@ declare function __VLS_template_26(): {
9317
9335
  };
9318
9336
  flags: {
9319
9337
  showSource: boolean;
9338
+ internal: boolean;
9339
+ overrideInternal: boolean;
9320
9340
  };
9321
9341
  position?: number | undefined;
9322
9342
  dam: {
9323
9343
  damId: DocId_3;
9324
9344
  licenceId: IntegerId_3;
9325
9345
  regionPosition: number;
9346
+ internal: boolean;
9326
9347
  };
9327
9348
  } | {
9328
9349
  id: IntegerId_3;
@@ -9334,9 +9355,12 @@ declare function __VLS_template_26(): {
9334
9355
  damId: DocId_3;
9335
9356
  licenceId: IntegerId_3;
9336
9357
  regionPosition: number;
9358
+ internal: boolean;
9337
9359
  };
9338
9360
  flags: {
9339
9361
  showSource: boolean;
9362
+ internal: boolean;
9363
+ overrideInternal: boolean;
9340
9364
  };
9341
9365
  position?: number | undefined;
9342
9366
  } | null;
@@ -13067,6 +13091,8 @@ export declare interface AssetDetailItemDto extends AnzuUserAndTimeTrackingAware
13067
13091
  distributionCategory: DocIdNullable;
13068
13092
  assetFileProperties: AssetFileProperties;
13069
13093
  mainFileSingleUse: Readonly<boolean | null>;
13094
+ mainFileInternal: Readonly<boolean | null>;
13095
+ mainFileOverrideInternal: Readonly<boolean | null>;
13070
13096
  }
13071
13097
 
13072
13098
  declare type AssetExternalProviderId = string | number;
@@ -13092,6 +13118,8 @@ declare interface AssetFileAware {
13092
13118
  flags: {
13093
13119
  public: boolean;
13094
13120
  singleUse: boolean;
13121
+ overrideInternal: boolean;
13122
+ internal: boolean;
13095
13123
  };
13096
13124
  }
13097
13125
 
@@ -13240,6 +13268,8 @@ export declare interface AssetSearchListItemDto extends AnzuUserAndTimeTrackingA
13240
13268
  podcasts: DocId[];
13241
13269
  assetFileProperties: AssetFileProperties;
13242
13270
  mainFileSingleUse: Readonly<boolean | null>;
13271
+ mainFileInternal: Readonly<boolean | null>;
13272
+ mainFileOverrideInternal: Readonly<boolean | null>;
13243
13273
  }
13244
13274
 
13245
13275
  declare interface AssetSelectReturnAsset {
@@ -15490,9 +15520,12 @@ export declare interface ImageAware {
15490
15520
  damId: DocId;
15491
15521
  licenceId: IntegerId;
15492
15522
  regionPosition: number;
15523
+ internal: boolean;
15493
15524
  };
15494
15525
  flags: {
15495
15526
  showSource: boolean;
15527
+ internal: boolean;
15528
+ overrideInternal: boolean;
15496
15529
  };
15497
15530
  position?: number;
15498
15531
  }
@@ -18575,6 +18608,7 @@ export declare interface UploadQueueItem {
18575
18608
  slotName: string | null;
18576
18609
  image: undefined | ImageAware;
18577
18610
  mainFileSingleUse: boolean | null;
18611
+ mainFileInternal: boolean | null;
18578
18612
  }
18579
18613
 
18580
18614
  export declare const UploadQueueItemStatus: {
@@ -19280,12 +19314,15 @@ source: string;
19280
19314
  };
19281
19315
  flags: {
19282
19316
  showSource: boolean;
19317
+ internal: boolean;
19318
+ overrideInternal: boolean;
19283
19319
  };
19284
19320
  position?: number | undefined;
19285
19321
  dam: {
19286
19322
  damId: DocId_4;
19287
19323
  licenceId: IntegerId_4;
19288
19324
  regionPosition: number;
19325
+ internal: boolean;
19289
19326
  };
19290
19327
  }[], ImageStoreItem[] | {
19291
19328
  damAuthors: DocId_4[];
@@ -19299,12 +19336,15 @@ source: string;
19299
19336
  };
19300
19337
  flags: {
19301
19338
  showSource: boolean;
19339
+ internal: boolean;
19340
+ overrideInternal: boolean;
19302
19341
  };
19303
19342
  position?: number | undefined;
19304
19343
  dam: {
19305
19344
  damId: DocId_4;
19306
19345
  licenceId: IntegerId_4;
19307
19346
  regionPosition: number;
19347
+ internal: boolean;
19308
19348
  };
19309
19349
  }[]>;
19310
19350
  maxPosition: Ref<number, number>;
@@ -19326,12 +19366,15 @@ source: string;
19326
19366
  };
19327
19367
  flags: {
19328
19368
  showSource: boolean;
19369
+ internal: boolean;
19370
+ overrideInternal: boolean;
19329
19371
  };
19330
19372
  position?: number | undefined;
19331
19373
  dam: {
19332
19374
  damId: DocId_4;
19333
19375
  licenceId: IntegerId_4;
19334
19376
  regionPosition: number;
19377
+ internal: boolean;
19335
19378
  };
19336
19379
  }[], ImageStoreItem[] | {
19337
19380
  damAuthors: DocId_4[];
@@ -19345,12 +19388,15 @@ source: string;
19345
19388
  };
19346
19389
  flags: {
19347
19390
  showSource: boolean;
19391
+ internal: boolean;
19392
+ overrideInternal: boolean;
19348
19393
  };
19349
19394
  position?: number | undefined;
19350
19395
  dam: {
19351
19396
  damId: DocId_4;
19352
19397
  licenceId: IntegerId_4;
19353
19398
  regionPosition: number;
19399
+ internal: boolean;
19354
19400
  };
19355
19401
  }[]>;
19356
19402
  maxPosition: Ref<number, number>;
@@ -19372,12 +19418,15 @@ source: string;
19372
19418
  };
19373
19419
  flags: {
19374
19420
  showSource: boolean;
19421
+ internal: boolean;
19422
+ overrideInternal: boolean;
19375
19423
  };
19376
19424
  position?: number | undefined;
19377
19425
  dam: {
19378
19426
  damId: DocId_4;
19379
19427
  licenceId: IntegerId_4;
19380
19428
  regionPosition: number;
19429
+ internal: boolean;
19381
19430
  };
19382
19431
  }[], ImageStoreItem[] | {
19383
19432
  damAuthors: DocId_4[];
@@ -19391,12 +19440,15 @@ source: string;
19391
19440
  };
19392
19441
  flags: {
19393
19442
  showSource: boolean;
19443
+ internal: boolean;
19444
+ overrideInternal: boolean;
19394
19445
  };
19395
19446
  position?: number | undefined;
19396
19447
  dam: {
19397
19448
  damId: DocId_4;
19398
19449
  licenceId: IntegerId_4;
19399
19450
  regionPosition: number;
19451
+ internal: boolean;
19400
19452
  };
19401
19453
  }[]>;
19402
19454
  maxPosition: Ref<number, number>;