@anzusystems/common-admin 1.47.0-beta.357 → 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.
- package/dist/common-admin.d.ts +16 -0
- package/dist/common-admin.js +881 -871
- package/dist/common-admin.js.map +1 -1
- package/package.json +1 -1
package/dist/common-admin.d.ts
CHANGED
|
@@ -2423,6 +2423,7 @@ dam: {
|
|
|
2423
2423
|
damId: DocId_3;
|
|
2424
2424
|
licenceId: IntegerId;
|
|
2425
2425
|
regionPosition: number;
|
|
2426
|
+
internal: boolean;
|
|
2426
2427
|
};
|
|
2427
2428
|
} | null;
|
|
2428
2429
|
}): any;
|
|
@@ -2971,6 +2972,7 @@ dam: {
|
|
|
2971
2972
|
damId: DocId_3;
|
|
2972
2973
|
licenceId: IntegerId;
|
|
2973
2974
|
regionPosition: number;
|
|
2975
|
+
internal: boolean;
|
|
2974
2976
|
};
|
|
2975
2977
|
} | {
|
|
2976
2978
|
id?: IntegerId | undefined;
|
|
@@ -8176,6 +8178,7 @@ declare function __VLS_template_24(): {
|
|
|
8176
8178
|
damId: DocId_3;
|
|
8177
8179
|
licenceId: IntegerId;
|
|
8178
8180
|
regionPosition: number;
|
|
8181
|
+
internal: boolean;
|
|
8179
8182
|
};
|
|
8180
8183
|
} | null;
|
|
8181
8184
|
}): any;
|
|
@@ -8681,6 +8684,7 @@ declare function __VLS_template_24(): {
|
|
|
8681
8684
|
damId: DocId_3;
|
|
8682
8685
|
licenceId: IntegerId;
|
|
8683
8686
|
regionPosition: number;
|
|
8687
|
+
internal: boolean;
|
|
8684
8688
|
};
|
|
8685
8689
|
} | null;
|
|
8686
8690
|
}): any;
|
|
@@ -8710,6 +8714,7 @@ declare function __VLS_template_25(): {
|
|
|
8710
8714
|
damId: DocId_3;
|
|
8711
8715
|
licenceId: IntegerId;
|
|
8712
8716
|
regionPosition: number;
|
|
8717
|
+
internal: boolean;
|
|
8713
8718
|
};
|
|
8714
8719
|
} | {
|
|
8715
8720
|
id?: IntegerId | undefined;
|
|
@@ -9265,6 +9270,7 @@ declare function __VLS_template_25(): {
|
|
|
9265
9270
|
damId: DocId_3;
|
|
9266
9271
|
licenceId: IntegerId;
|
|
9267
9272
|
regionPosition: number;
|
|
9273
|
+
internal: boolean;
|
|
9268
9274
|
};
|
|
9269
9275
|
} | {
|
|
9270
9276
|
id?: IntegerId | undefined;
|
|
@@ -9337,6 +9343,7 @@ declare function __VLS_template_26(): {
|
|
|
9337
9343
|
damId: DocId_3;
|
|
9338
9344
|
licenceId: IntegerId_3;
|
|
9339
9345
|
regionPosition: number;
|
|
9346
|
+
internal: boolean;
|
|
9340
9347
|
};
|
|
9341
9348
|
} | {
|
|
9342
9349
|
id: IntegerId_3;
|
|
@@ -9348,6 +9355,7 @@ declare function __VLS_template_26(): {
|
|
|
9348
9355
|
damId: DocId_3;
|
|
9349
9356
|
licenceId: IntegerId_3;
|
|
9350
9357
|
regionPosition: number;
|
|
9358
|
+
internal: boolean;
|
|
9351
9359
|
};
|
|
9352
9360
|
flags: {
|
|
9353
9361
|
showSource: boolean;
|
|
@@ -15512,6 +15520,7 @@ export declare interface ImageAware {
|
|
|
15512
15520
|
damId: DocId;
|
|
15513
15521
|
licenceId: IntegerId;
|
|
15514
15522
|
regionPosition: number;
|
|
15523
|
+
internal: boolean;
|
|
15515
15524
|
};
|
|
15516
15525
|
flags: {
|
|
15517
15526
|
showSource: boolean;
|
|
@@ -18599,6 +18608,7 @@ export declare interface UploadQueueItem {
|
|
|
18599
18608
|
slotName: string | null;
|
|
18600
18609
|
image: undefined | ImageAware;
|
|
18601
18610
|
mainFileSingleUse: boolean | null;
|
|
18611
|
+
mainFileInternal: boolean | null;
|
|
18602
18612
|
}
|
|
18603
18613
|
|
|
18604
18614
|
export declare const UploadQueueItemStatus: {
|
|
@@ -19312,6 +19322,7 @@ dam: {
|
|
|
19312
19322
|
damId: DocId_4;
|
|
19313
19323
|
licenceId: IntegerId_4;
|
|
19314
19324
|
regionPosition: number;
|
|
19325
|
+
internal: boolean;
|
|
19315
19326
|
};
|
|
19316
19327
|
}[], ImageStoreItem[] | {
|
|
19317
19328
|
damAuthors: DocId_4[];
|
|
@@ -19333,6 +19344,7 @@ dam: {
|
|
|
19333
19344
|
damId: DocId_4;
|
|
19334
19345
|
licenceId: IntegerId_4;
|
|
19335
19346
|
regionPosition: number;
|
|
19347
|
+
internal: boolean;
|
|
19336
19348
|
};
|
|
19337
19349
|
}[]>;
|
|
19338
19350
|
maxPosition: Ref<number, number>;
|
|
@@ -19362,6 +19374,7 @@ dam: {
|
|
|
19362
19374
|
damId: DocId_4;
|
|
19363
19375
|
licenceId: IntegerId_4;
|
|
19364
19376
|
regionPosition: number;
|
|
19377
|
+
internal: boolean;
|
|
19365
19378
|
};
|
|
19366
19379
|
}[], ImageStoreItem[] | {
|
|
19367
19380
|
damAuthors: DocId_4[];
|
|
@@ -19383,6 +19396,7 @@ dam: {
|
|
|
19383
19396
|
damId: DocId_4;
|
|
19384
19397
|
licenceId: IntegerId_4;
|
|
19385
19398
|
regionPosition: number;
|
|
19399
|
+
internal: boolean;
|
|
19386
19400
|
};
|
|
19387
19401
|
}[]>;
|
|
19388
19402
|
maxPosition: Ref<number, number>;
|
|
@@ -19412,6 +19426,7 @@ dam: {
|
|
|
19412
19426
|
damId: DocId_4;
|
|
19413
19427
|
licenceId: IntegerId_4;
|
|
19414
19428
|
regionPosition: number;
|
|
19429
|
+
internal: boolean;
|
|
19415
19430
|
};
|
|
19416
19431
|
}[], ImageStoreItem[] | {
|
|
19417
19432
|
damAuthors: DocId_4[];
|
|
@@ -19433,6 +19448,7 @@ dam: {
|
|
|
19433
19448
|
damId: DocId_4;
|
|
19434
19449
|
licenceId: IntegerId_4;
|
|
19435
19450
|
regionPosition: number;
|
|
19451
|
+
internal: boolean;
|
|
19436
19452
|
};
|
|
19437
19453
|
}[]>;
|
|
19438
19454
|
maxPosition: Ref<number, number>;
|