@supernova-studio/client 0.47.47 → 0.47.49
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/index.d.mts +172 -115
- package/dist/index.d.ts +172 -115
- package/dist/index.js +30 -25
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +629 -624
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -677,9 +677,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
677
677
|
assetId?: string | undefined;
|
|
678
678
|
width?: number | undefined;
|
|
679
679
|
height?: number | undefined;
|
|
680
|
+
referenceId?: string | undefined;
|
|
680
681
|
sourceFileName?: string | undefined;
|
|
681
682
|
previewUrl?: string | undefined;
|
|
682
|
-
referenceId?: string | undefined;
|
|
683
683
|
assetScale?: number | undefined;
|
|
684
684
|
} | undefined;
|
|
685
685
|
backgroundColor?: {
|
|
@@ -697,9 +697,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
697
697
|
assetId?: string | null | undefined;
|
|
698
698
|
width?: number | null | undefined;
|
|
699
699
|
height?: number | null | undefined;
|
|
700
|
+
referenceId?: string | null | undefined;
|
|
700
701
|
sourceFileName?: string | null | undefined;
|
|
701
702
|
previewUrl?: string | null | undefined;
|
|
702
|
-
referenceId?: string | null | undefined;
|
|
703
703
|
assetScale?: number | null | undefined;
|
|
704
704
|
} | null | undefined;
|
|
705
705
|
backgroundColor?: {
|
|
@@ -717,9 +717,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
717
717
|
assetId?: string | undefined;
|
|
718
718
|
width?: number | undefined;
|
|
719
719
|
height?: number | undefined;
|
|
720
|
+
referenceId?: string | undefined;
|
|
720
721
|
sourceFileName?: string | undefined;
|
|
721
722
|
previewUrl?: string | undefined;
|
|
722
|
-
referenceId?: string | undefined;
|
|
723
723
|
assetScale?: number | undefined;
|
|
724
724
|
} | undefined;
|
|
725
725
|
backgroundColor?: {
|
|
@@ -737,9 +737,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
737
737
|
assetId?: string | null | undefined;
|
|
738
738
|
width?: number | null | undefined;
|
|
739
739
|
height?: number | null | undefined;
|
|
740
|
+
referenceId?: string | null | undefined;
|
|
740
741
|
sourceFileName?: string | null | undefined;
|
|
741
742
|
previewUrl?: string | null | undefined;
|
|
742
|
-
referenceId?: string | null | undefined;
|
|
743
743
|
assetScale?: number | null | undefined;
|
|
744
744
|
} | null | undefined;
|
|
745
745
|
backgroundColor?: {
|
|
@@ -762,9 +762,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
762
762
|
assetId?: string | undefined;
|
|
763
763
|
width?: number | undefined;
|
|
764
764
|
height?: number | undefined;
|
|
765
|
+
referenceId?: string | undefined;
|
|
765
766
|
sourceFileName?: string | undefined;
|
|
766
767
|
previewUrl?: string | undefined;
|
|
767
|
-
referenceId?: string | undefined;
|
|
768
768
|
assetScale?: number | undefined;
|
|
769
769
|
} | undefined;
|
|
770
770
|
backgroundColor?: {
|
|
@@ -787,9 +787,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
787
787
|
assetId?: string | null | undefined;
|
|
788
788
|
width?: number | null | undefined;
|
|
789
789
|
height?: number | null | undefined;
|
|
790
|
+
referenceId?: string | null | undefined;
|
|
790
791
|
sourceFileName?: string | null | undefined;
|
|
791
792
|
previewUrl?: string | null | undefined;
|
|
792
|
-
referenceId?: string | null | undefined;
|
|
793
793
|
assetScale?: number | null | undefined;
|
|
794
794
|
} | null | undefined;
|
|
795
795
|
backgroundColor?: {
|
|
@@ -852,9 +852,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
852
852
|
assetId?: string | undefined;
|
|
853
853
|
width?: number | undefined;
|
|
854
854
|
height?: number | undefined;
|
|
855
|
+
referenceId?: string | undefined;
|
|
855
856
|
sourceFileName?: string | undefined;
|
|
856
857
|
previewUrl?: string | undefined;
|
|
857
|
-
referenceId?: string | undefined;
|
|
858
858
|
assetScale?: number | undefined;
|
|
859
859
|
} | undefined;
|
|
860
860
|
backgroundColor?: {
|
|
@@ -893,9 +893,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
893
893
|
assetId?: string | null | undefined;
|
|
894
894
|
width?: number | null | undefined;
|
|
895
895
|
height?: number | null | undefined;
|
|
896
|
+
referenceId?: string | null | undefined;
|
|
896
897
|
sourceFileName?: string | null | undefined;
|
|
897
898
|
previewUrl?: string | null | undefined;
|
|
898
|
-
referenceId?: string | null | undefined;
|
|
899
899
|
assetScale?: number | null | undefined;
|
|
900
900
|
} | null | undefined;
|
|
901
901
|
backgroundColor?: {
|
|
@@ -939,9 +939,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
939
939
|
assetId?: string | undefined;
|
|
940
940
|
width?: number | undefined;
|
|
941
941
|
height?: number | undefined;
|
|
942
|
+
referenceId?: string | undefined;
|
|
942
943
|
sourceFileName?: string | undefined;
|
|
943
944
|
previewUrl?: string | undefined;
|
|
944
|
-
referenceId?: string | undefined;
|
|
945
945
|
assetScale?: number | undefined;
|
|
946
946
|
} | undefined;
|
|
947
947
|
backgroundColor?: {
|
|
@@ -985,9 +985,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
985
985
|
assetId?: string | null | undefined;
|
|
986
986
|
width?: number | null | undefined;
|
|
987
987
|
height?: number | null | undefined;
|
|
988
|
+
referenceId?: string | null | undefined;
|
|
988
989
|
sourceFileName?: string | null | undefined;
|
|
989
990
|
previewUrl?: string | null | undefined;
|
|
990
|
-
referenceId?: string | null | undefined;
|
|
991
991
|
assetScale?: number | null | undefined;
|
|
992
992
|
} | null | undefined;
|
|
993
993
|
backgroundColor?: {
|
|
@@ -1044,9 +1044,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1044
1044
|
assetId?: string | undefined;
|
|
1045
1045
|
width?: number | undefined;
|
|
1046
1046
|
height?: number | undefined;
|
|
1047
|
+
referenceId?: string | undefined;
|
|
1047
1048
|
sourceFileName?: string | undefined;
|
|
1048
1049
|
previewUrl?: string | undefined;
|
|
1049
|
-
referenceId?: string | undefined;
|
|
1050
1050
|
assetScale?: number | undefined;
|
|
1051
1051
|
} | undefined;
|
|
1052
1052
|
backgroundColor?: {
|
|
@@ -1105,9 +1105,9 @@ declare const DTODocumentationGroupV1: z.ZodObject<z.objectUtil.extendShape<z.ob
|
|
|
1105
1105
|
assetId?: string | null | undefined;
|
|
1106
1106
|
width?: number | null | undefined;
|
|
1107
1107
|
height?: number | null | undefined;
|
|
1108
|
+
referenceId?: string | null | undefined;
|
|
1108
1109
|
sourceFileName?: string | null | undefined;
|
|
1109
1110
|
previewUrl?: string | null | undefined;
|
|
1110
|
-
referenceId?: string | null | undefined;
|
|
1111
1111
|
assetScale?: number | null | undefined;
|
|
1112
1112
|
} | null | undefined;
|
|
1113
1113
|
backgroundColor?: {
|
|
@@ -1349,40 +1349,45 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1349
1349
|
error: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>, any, any>;
|
|
1350
1350
|
isFailed: z.ZodBoolean;
|
|
1351
1351
|
warnings: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1352
|
-
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles"]>;
|
|
1352
|
+
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
|
|
1353
1353
|
componentId: z.ZodOptional<z.ZodString>;
|
|
1354
1354
|
componentName: z.ZodOptional<z.ZodString>;
|
|
1355
1355
|
styleId: z.ZodOptional<z.ZodString>;
|
|
1356
1356
|
styleName: z.ZodOptional<z.ZodString>;
|
|
1357
1357
|
unsupportedStyleValueType: z.ZodOptional<z.ZodString>;
|
|
1358
|
+
referenceId: z.ZodOptional<z.ZodString>;
|
|
1358
1359
|
}, "strip", z.ZodTypeAny, {
|
|
1359
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1360
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1360
1361
|
componentId?: string | undefined;
|
|
1361
1362
|
componentName?: string | undefined;
|
|
1362
1363
|
styleId?: string | undefined;
|
|
1363
1364
|
styleName?: string | undefined;
|
|
1364
1365
|
unsupportedStyleValueType?: string | undefined;
|
|
1366
|
+
referenceId?: string | undefined;
|
|
1365
1367
|
}, {
|
|
1366
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1368
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1367
1369
|
componentId?: string | undefined;
|
|
1368
1370
|
componentName?: string | undefined;
|
|
1369
1371
|
styleId?: string | undefined;
|
|
1370
1372
|
styleName?: string | undefined;
|
|
1371
1373
|
unsupportedStyleValueType?: string | undefined;
|
|
1374
|
+
referenceId?: string | undefined;
|
|
1372
1375
|
}>, "many">>>, {
|
|
1373
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1376
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1374
1377
|
componentId?: string | undefined;
|
|
1375
1378
|
componentName?: string | undefined;
|
|
1376
1379
|
styleId?: string | undefined;
|
|
1377
1380
|
styleName?: string | undefined;
|
|
1378
1381
|
unsupportedStyleValueType?: string | undefined;
|
|
1382
|
+
referenceId?: string | undefined;
|
|
1379
1383
|
}[], {
|
|
1380
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1384
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1381
1385
|
componentId?: string | undefined;
|
|
1382
1386
|
componentName?: string | undefined;
|
|
1383
1387
|
styleId?: string | undefined;
|
|
1384
1388
|
styleName?: string | undefined;
|
|
1385
1389
|
unsupportedStyleValueType?: string | undefined;
|
|
1390
|
+
referenceId?: string | undefined;
|
|
1386
1391
|
}[] | null | undefined>;
|
|
1387
1392
|
}, "strip", z.ZodTypeAny, {
|
|
1388
1393
|
frames: number;
|
|
@@ -1402,12 +1407,13 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1402
1407
|
componentAssetsDeleted: number;
|
|
1403
1408
|
isFailed: boolean;
|
|
1404
1409
|
warnings: {
|
|
1405
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1410
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1406
1411
|
componentId?: string | undefined;
|
|
1407
1412
|
componentName?: string | undefined;
|
|
1408
1413
|
styleId?: string | undefined;
|
|
1409
1414
|
styleName?: string | undefined;
|
|
1410
1415
|
unsupportedStyleValueType?: string | undefined;
|
|
1416
|
+
referenceId?: string | undefined;
|
|
1411
1417
|
}[];
|
|
1412
1418
|
error?: any;
|
|
1413
1419
|
sourceId?: string | undefined;
|
|
@@ -1435,12 +1441,13 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1435
1441
|
componentAssetsDeleted?: number | null | undefined;
|
|
1436
1442
|
versionId?: string | null | undefined;
|
|
1437
1443
|
warnings?: {
|
|
1438
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1444
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1439
1445
|
componentId?: string | undefined;
|
|
1440
1446
|
componentName?: string | undefined;
|
|
1441
1447
|
styleId?: string | undefined;
|
|
1442
1448
|
styleName?: string | undefined;
|
|
1443
1449
|
unsupportedStyleValueType?: string | undefined;
|
|
1450
|
+
referenceId?: string | undefined;
|
|
1444
1451
|
}[] | null | undefined;
|
|
1445
1452
|
}>>>;
|
|
1446
1453
|
lastImportedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -1510,12 +1517,13 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1510
1517
|
componentAssetsDeleted: number;
|
|
1511
1518
|
isFailed: boolean;
|
|
1512
1519
|
warnings: {
|
|
1513
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1520
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1514
1521
|
componentId?: string | undefined;
|
|
1515
1522
|
componentName?: string | undefined;
|
|
1516
1523
|
styleId?: string | undefined;
|
|
1517
1524
|
styleName?: string | undefined;
|
|
1518
1525
|
unsupportedStyleValueType?: string | undefined;
|
|
1526
|
+
referenceId?: string | undefined;
|
|
1519
1527
|
}[];
|
|
1520
1528
|
error?: any;
|
|
1521
1529
|
sourceId?: string | undefined;
|
|
@@ -1566,12 +1574,13 @@ declare const DTODataSourceFigmaCloud: z.ZodObject<{
|
|
|
1566
1574
|
componentAssetsDeleted?: number | null | undefined;
|
|
1567
1575
|
versionId?: string | null | undefined;
|
|
1568
1576
|
warnings?: {
|
|
1569
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1577
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1570
1578
|
componentId?: string | undefined;
|
|
1571
1579
|
componentName?: string | undefined;
|
|
1572
1580
|
styleId?: string | undefined;
|
|
1573
1581
|
styleName?: string | undefined;
|
|
1574
1582
|
unsupportedStyleValueType?: string | undefined;
|
|
1583
|
+
referenceId?: string | undefined;
|
|
1575
1584
|
}[] | null | undefined;
|
|
1576
1585
|
} | null | undefined;
|
|
1577
1586
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -1640,40 +1649,45 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1640
1649
|
error: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>, any, any>;
|
|
1641
1650
|
isFailed: z.ZodBoolean;
|
|
1642
1651
|
warnings: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
1643
|
-
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles"]>;
|
|
1652
|
+
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
|
|
1644
1653
|
componentId: z.ZodOptional<z.ZodString>;
|
|
1645
1654
|
componentName: z.ZodOptional<z.ZodString>;
|
|
1646
1655
|
styleId: z.ZodOptional<z.ZodString>;
|
|
1647
1656
|
styleName: z.ZodOptional<z.ZodString>;
|
|
1648
1657
|
unsupportedStyleValueType: z.ZodOptional<z.ZodString>;
|
|
1658
|
+
referenceId: z.ZodOptional<z.ZodString>;
|
|
1649
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1650
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1660
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1651
1661
|
componentId?: string | undefined;
|
|
1652
1662
|
componentName?: string | undefined;
|
|
1653
1663
|
styleId?: string | undefined;
|
|
1654
1664
|
styleName?: string | undefined;
|
|
1655
1665
|
unsupportedStyleValueType?: string | undefined;
|
|
1666
|
+
referenceId?: string | undefined;
|
|
1656
1667
|
}, {
|
|
1657
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1668
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1658
1669
|
componentId?: string | undefined;
|
|
1659
1670
|
componentName?: string | undefined;
|
|
1660
1671
|
styleId?: string | undefined;
|
|
1661
1672
|
styleName?: string | undefined;
|
|
1662
1673
|
unsupportedStyleValueType?: string | undefined;
|
|
1674
|
+
referenceId?: string | undefined;
|
|
1663
1675
|
}>, "many">>>, {
|
|
1664
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1676
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1665
1677
|
componentId?: string | undefined;
|
|
1666
1678
|
componentName?: string | undefined;
|
|
1667
1679
|
styleId?: string | undefined;
|
|
1668
1680
|
styleName?: string | undefined;
|
|
1669
1681
|
unsupportedStyleValueType?: string | undefined;
|
|
1682
|
+
referenceId?: string | undefined;
|
|
1670
1683
|
}[], {
|
|
1671
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1684
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1672
1685
|
componentId?: string | undefined;
|
|
1673
1686
|
componentName?: string | undefined;
|
|
1674
1687
|
styleId?: string | undefined;
|
|
1675
1688
|
styleName?: string | undefined;
|
|
1676
1689
|
unsupportedStyleValueType?: string | undefined;
|
|
1690
|
+
referenceId?: string | undefined;
|
|
1677
1691
|
}[] | null | undefined>;
|
|
1678
1692
|
}, "strip", z.ZodTypeAny, {
|
|
1679
1693
|
frames: number;
|
|
@@ -1693,12 +1707,13 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1693
1707
|
componentAssetsDeleted: number;
|
|
1694
1708
|
isFailed: boolean;
|
|
1695
1709
|
warnings: {
|
|
1696
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1710
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1697
1711
|
componentId?: string | undefined;
|
|
1698
1712
|
componentName?: string | undefined;
|
|
1699
1713
|
styleId?: string | undefined;
|
|
1700
1714
|
styleName?: string | undefined;
|
|
1701
1715
|
unsupportedStyleValueType?: string | undefined;
|
|
1716
|
+
referenceId?: string | undefined;
|
|
1702
1717
|
}[];
|
|
1703
1718
|
error?: any;
|
|
1704
1719
|
sourceId?: string | undefined;
|
|
@@ -1726,12 +1741,13 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1726
1741
|
componentAssetsDeleted?: number | null | undefined;
|
|
1727
1742
|
versionId?: string | null | undefined;
|
|
1728
1743
|
warnings?: {
|
|
1729
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1744
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1730
1745
|
componentId?: string | undefined;
|
|
1731
1746
|
componentName?: string | undefined;
|
|
1732
1747
|
styleId?: string | undefined;
|
|
1733
1748
|
styleName?: string | undefined;
|
|
1734
1749
|
unsupportedStyleValueType?: string | undefined;
|
|
1750
|
+
referenceId?: string | undefined;
|
|
1735
1751
|
}[] | null | undefined;
|
|
1736
1752
|
}>>>;
|
|
1737
1753
|
lastImportedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -1801,12 +1817,13 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1801
1817
|
componentAssetsDeleted: number;
|
|
1802
1818
|
isFailed: boolean;
|
|
1803
1819
|
warnings: {
|
|
1804
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1820
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1805
1821
|
componentId?: string | undefined;
|
|
1806
1822
|
componentName?: string | undefined;
|
|
1807
1823
|
styleId?: string | undefined;
|
|
1808
1824
|
styleName?: string | undefined;
|
|
1809
1825
|
unsupportedStyleValueType?: string | undefined;
|
|
1826
|
+
referenceId?: string | undefined;
|
|
1810
1827
|
}[];
|
|
1811
1828
|
error?: any;
|
|
1812
1829
|
sourceId?: string | undefined;
|
|
@@ -1857,12 +1874,13 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1857
1874
|
componentAssetsDeleted?: number | null | undefined;
|
|
1858
1875
|
versionId?: string | null | undefined;
|
|
1859
1876
|
warnings?: {
|
|
1860
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1877
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1861
1878
|
componentId?: string | undefined;
|
|
1862
1879
|
componentName?: string | undefined;
|
|
1863
1880
|
styleId?: string | undefined;
|
|
1864
1881
|
styleName?: string | undefined;
|
|
1865
1882
|
unsupportedStyleValueType?: string | undefined;
|
|
1883
|
+
referenceId?: string | undefined;
|
|
1866
1884
|
}[] | null | undefined;
|
|
1867
1885
|
} | null | undefined;
|
|
1868
1886
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -1926,12 +1944,13 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
1926
1944
|
componentAssetsDeleted: number;
|
|
1927
1945
|
isFailed: boolean;
|
|
1928
1946
|
warnings: {
|
|
1929
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
1947
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
1930
1948
|
componentId?: string | undefined;
|
|
1931
1949
|
componentName?: string | undefined;
|
|
1932
1950
|
styleId?: string | undefined;
|
|
1933
1951
|
styleName?: string | undefined;
|
|
1934
1952
|
unsupportedStyleValueType?: string | undefined;
|
|
1953
|
+
referenceId?: string | undefined;
|
|
1935
1954
|
}[];
|
|
1936
1955
|
error?: any;
|
|
1937
1956
|
sourceId?: string | undefined;
|
|
@@ -2000,12 +2019,13 @@ declare const DTODataSourceFigma: z.ZodObject<{
|
|
|
2000
2019
|
componentAssetsDeleted?: number | null | undefined;
|
|
2001
2020
|
versionId?: string | null | undefined;
|
|
2002
2021
|
warnings?: {
|
|
2003
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2022
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2004
2023
|
componentId?: string | undefined;
|
|
2005
2024
|
componentName?: string | undefined;
|
|
2006
2025
|
styleId?: string | undefined;
|
|
2007
2026
|
styleName?: string | undefined;
|
|
2008
2027
|
unsupportedStyleValueType?: string | undefined;
|
|
2028
|
+
referenceId?: string | undefined;
|
|
2009
2029
|
}[] | null | undefined;
|
|
2010
2030
|
} | null | undefined;
|
|
2011
2031
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -2316,40 +2336,45 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2316
2336
|
error: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>, any, any>;
|
|
2317
2337
|
isFailed: z.ZodBoolean;
|
|
2318
2338
|
warnings: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2319
|
-
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles"]>;
|
|
2339
|
+
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
|
|
2320
2340
|
componentId: z.ZodOptional<z.ZodString>;
|
|
2321
2341
|
componentName: z.ZodOptional<z.ZodString>;
|
|
2322
2342
|
styleId: z.ZodOptional<z.ZodString>;
|
|
2323
2343
|
styleName: z.ZodOptional<z.ZodString>;
|
|
2324
2344
|
unsupportedStyleValueType: z.ZodOptional<z.ZodString>;
|
|
2345
|
+
referenceId: z.ZodOptional<z.ZodString>;
|
|
2325
2346
|
}, "strip", z.ZodTypeAny, {
|
|
2326
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2347
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2327
2348
|
componentId?: string | undefined;
|
|
2328
2349
|
componentName?: string | undefined;
|
|
2329
2350
|
styleId?: string | undefined;
|
|
2330
2351
|
styleName?: string | undefined;
|
|
2331
2352
|
unsupportedStyleValueType?: string | undefined;
|
|
2353
|
+
referenceId?: string | undefined;
|
|
2332
2354
|
}, {
|
|
2333
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2355
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2334
2356
|
componentId?: string | undefined;
|
|
2335
2357
|
componentName?: string | undefined;
|
|
2336
2358
|
styleId?: string | undefined;
|
|
2337
2359
|
styleName?: string | undefined;
|
|
2338
2360
|
unsupportedStyleValueType?: string | undefined;
|
|
2361
|
+
referenceId?: string | undefined;
|
|
2339
2362
|
}>, "many">>>, {
|
|
2340
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2363
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2341
2364
|
componentId?: string | undefined;
|
|
2342
2365
|
componentName?: string | undefined;
|
|
2343
2366
|
styleId?: string | undefined;
|
|
2344
2367
|
styleName?: string | undefined;
|
|
2345
2368
|
unsupportedStyleValueType?: string | undefined;
|
|
2369
|
+
referenceId?: string | undefined;
|
|
2346
2370
|
}[], {
|
|
2347
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2371
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2348
2372
|
componentId?: string | undefined;
|
|
2349
2373
|
componentName?: string | undefined;
|
|
2350
2374
|
styleId?: string | undefined;
|
|
2351
2375
|
styleName?: string | undefined;
|
|
2352
2376
|
unsupportedStyleValueType?: string | undefined;
|
|
2377
|
+
referenceId?: string | undefined;
|
|
2353
2378
|
}[] | null | undefined>;
|
|
2354
2379
|
}, "strip", z.ZodTypeAny, {
|
|
2355
2380
|
frames: number;
|
|
@@ -2369,12 +2394,13 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2369
2394
|
componentAssetsDeleted: number;
|
|
2370
2395
|
isFailed: boolean;
|
|
2371
2396
|
warnings: {
|
|
2372
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2397
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2373
2398
|
componentId?: string | undefined;
|
|
2374
2399
|
componentName?: string | undefined;
|
|
2375
2400
|
styleId?: string | undefined;
|
|
2376
2401
|
styleName?: string | undefined;
|
|
2377
2402
|
unsupportedStyleValueType?: string | undefined;
|
|
2403
|
+
referenceId?: string | undefined;
|
|
2378
2404
|
}[];
|
|
2379
2405
|
error?: any;
|
|
2380
2406
|
sourceId?: string | undefined;
|
|
@@ -2402,12 +2428,13 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2402
2428
|
componentAssetsDeleted?: number | null | undefined;
|
|
2403
2429
|
versionId?: string | null | undefined;
|
|
2404
2430
|
warnings?: {
|
|
2405
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2431
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2406
2432
|
componentId?: string | undefined;
|
|
2407
2433
|
componentName?: string | undefined;
|
|
2408
2434
|
styleId?: string | undefined;
|
|
2409
2435
|
styleName?: string | undefined;
|
|
2410
2436
|
unsupportedStyleValueType?: string | undefined;
|
|
2437
|
+
referenceId?: string | undefined;
|
|
2411
2438
|
}[] | null | undefined;
|
|
2412
2439
|
}>>>;
|
|
2413
2440
|
lastImportedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -2477,12 +2504,13 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2477
2504
|
componentAssetsDeleted: number;
|
|
2478
2505
|
isFailed: boolean;
|
|
2479
2506
|
warnings: {
|
|
2480
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2507
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2481
2508
|
componentId?: string | undefined;
|
|
2482
2509
|
componentName?: string | undefined;
|
|
2483
2510
|
styleId?: string | undefined;
|
|
2484
2511
|
styleName?: string | undefined;
|
|
2485
2512
|
unsupportedStyleValueType?: string | undefined;
|
|
2513
|
+
referenceId?: string | undefined;
|
|
2486
2514
|
}[];
|
|
2487
2515
|
error?: any;
|
|
2488
2516
|
sourceId?: string | undefined;
|
|
@@ -2533,12 +2561,13 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2533
2561
|
componentAssetsDeleted?: number | null | undefined;
|
|
2534
2562
|
versionId?: string | null | undefined;
|
|
2535
2563
|
warnings?: {
|
|
2536
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2564
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2537
2565
|
componentId?: string | undefined;
|
|
2538
2566
|
componentName?: string | undefined;
|
|
2539
2567
|
styleId?: string | undefined;
|
|
2540
2568
|
styleName?: string | undefined;
|
|
2541
2569
|
unsupportedStyleValueType?: string | undefined;
|
|
2570
|
+
referenceId?: string | undefined;
|
|
2542
2571
|
}[] | null | undefined;
|
|
2543
2572
|
} | null | undefined;
|
|
2544
2573
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -2602,12 +2631,13 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2602
2631
|
componentAssetsDeleted: number;
|
|
2603
2632
|
isFailed: boolean;
|
|
2604
2633
|
warnings: {
|
|
2605
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2634
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2606
2635
|
componentId?: string | undefined;
|
|
2607
2636
|
componentName?: string | undefined;
|
|
2608
2637
|
styleId?: string | undefined;
|
|
2609
2638
|
styleName?: string | undefined;
|
|
2610
2639
|
unsupportedStyleValueType?: string | undefined;
|
|
2640
|
+
referenceId?: string | undefined;
|
|
2611
2641
|
}[];
|
|
2612
2642
|
error?: any;
|
|
2613
2643
|
sourceId?: string | undefined;
|
|
@@ -2676,12 +2706,13 @@ declare const DTODataSource: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
2676
2706
|
componentAssetsDeleted?: number | null | undefined;
|
|
2677
2707
|
versionId?: string | null | undefined;
|
|
2678
2708
|
warnings?: {
|
|
2679
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
2709
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
2680
2710
|
componentId?: string | undefined;
|
|
2681
2711
|
componentName?: string | undefined;
|
|
2682
2712
|
styleId?: string | undefined;
|
|
2683
2713
|
styleName?: string | undefined;
|
|
2684
2714
|
unsupportedStyleValueType?: string | undefined;
|
|
2715
|
+
referenceId?: string | undefined;
|
|
2685
2716
|
}[] | null | undefined;
|
|
2686
2717
|
} | null | undefined;
|
|
2687
2718
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -2989,40 +3020,45 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
2989
3020
|
error: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>, any, any>;
|
|
2990
3021
|
isFailed: z.ZodBoolean;
|
|
2991
3022
|
warnings: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
2992
|
-
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles"]>;
|
|
3023
|
+
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
|
|
2993
3024
|
componentId: z.ZodOptional<z.ZodString>;
|
|
2994
3025
|
componentName: z.ZodOptional<z.ZodString>;
|
|
2995
3026
|
styleId: z.ZodOptional<z.ZodString>;
|
|
2996
3027
|
styleName: z.ZodOptional<z.ZodString>;
|
|
2997
3028
|
unsupportedStyleValueType: z.ZodOptional<z.ZodString>;
|
|
3029
|
+
referenceId: z.ZodOptional<z.ZodString>;
|
|
2998
3030
|
}, "strip", z.ZodTypeAny, {
|
|
2999
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3031
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3000
3032
|
componentId?: string | undefined;
|
|
3001
3033
|
componentName?: string | undefined;
|
|
3002
3034
|
styleId?: string | undefined;
|
|
3003
3035
|
styleName?: string | undefined;
|
|
3004
3036
|
unsupportedStyleValueType?: string | undefined;
|
|
3037
|
+
referenceId?: string | undefined;
|
|
3005
3038
|
}, {
|
|
3006
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3039
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3007
3040
|
componentId?: string | undefined;
|
|
3008
3041
|
componentName?: string | undefined;
|
|
3009
3042
|
styleId?: string | undefined;
|
|
3010
3043
|
styleName?: string | undefined;
|
|
3011
3044
|
unsupportedStyleValueType?: string | undefined;
|
|
3045
|
+
referenceId?: string | undefined;
|
|
3012
3046
|
}>, "many">>>, {
|
|
3013
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3047
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3014
3048
|
componentId?: string | undefined;
|
|
3015
3049
|
componentName?: string | undefined;
|
|
3016
3050
|
styleId?: string | undefined;
|
|
3017
3051
|
styleName?: string | undefined;
|
|
3018
3052
|
unsupportedStyleValueType?: string | undefined;
|
|
3053
|
+
referenceId?: string | undefined;
|
|
3019
3054
|
}[], {
|
|
3020
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3055
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3021
3056
|
componentId?: string | undefined;
|
|
3022
3057
|
componentName?: string | undefined;
|
|
3023
3058
|
styleId?: string | undefined;
|
|
3024
3059
|
styleName?: string | undefined;
|
|
3025
3060
|
unsupportedStyleValueType?: string | undefined;
|
|
3061
|
+
referenceId?: string | undefined;
|
|
3026
3062
|
}[] | null | undefined>;
|
|
3027
3063
|
}, "strip", z.ZodTypeAny, {
|
|
3028
3064
|
frames: number;
|
|
@@ -3042,12 +3078,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3042
3078
|
componentAssetsDeleted: number;
|
|
3043
3079
|
isFailed: boolean;
|
|
3044
3080
|
warnings: {
|
|
3045
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3081
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3046
3082
|
componentId?: string | undefined;
|
|
3047
3083
|
componentName?: string | undefined;
|
|
3048
3084
|
styleId?: string | undefined;
|
|
3049
3085
|
styleName?: string | undefined;
|
|
3050
3086
|
unsupportedStyleValueType?: string | undefined;
|
|
3087
|
+
referenceId?: string | undefined;
|
|
3051
3088
|
}[];
|
|
3052
3089
|
error?: any;
|
|
3053
3090
|
sourceId?: string | undefined;
|
|
@@ -3075,12 +3112,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3075
3112
|
componentAssetsDeleted?: number | null | undefined;
|
|
3076
3113
|
versionId?: string | null | undefined;
|
|
3077
3114
|
warnings?: {
|
|
3078
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3115
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3079
3116
|
componentId?: string | undefined;
|
|
3080
3117
|
componentName?: string | undefined;
|
|
3081
3118
|
styleId?: string | undefined;
|
|
3082
3119
|
styleName?: string | undefined;
|
|
3083
3120
|
unsupportedStyleValueType?: string | undefined;
|
|
3121
|
+
referenceId?: string | undefined;
|
|
3084
3122
|
}[] | null | undefined;
|
|
3085
3123
|
}>>>;
|
|
3086
3124
|
lastImportedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -3150,12 +3188,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3150
3188
|
componentAssetsDeleted: number;
|
|
3151
3189
|
isFailed: boolean;
|
|
3152
3190
|
warnings: {
|
|
3153
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3191
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3154
3192
|
componentId?: string | undefined;
|
|
3155
3193
|
componentName?: string | undefined;
|
|
3156
3194
|
styleId?: string | undefined;
|
|
3157
3195
|
styleName?: string | undefined;
|
|
3158
3196
|
unsupportedStyleValueType?: string | undefined;
|
|
3197
|
+
referenceId?: string | undefined;
|
|
3159
3198
|
}[];
|
|
3160
3199
|
error?: any;
|
|
3161
3200
|
sourceId?: string | undefined;
|
|
@@ -3206,12 +3245,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3206
3245
|
componentAssetsDeleted?: number | null | undefined;
|
|
3207
3246
|
versionId?: string | null | undefined;
|
|
3208
3247
|
warnings?: {
|
|
3209
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3248
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3210
3249
|
componentId?: string | undefined;
|
|
3211
3250
|
componentName?: string | undefined;
|
|
3212
3251
|
styleId?: string | undefined;
|
|
3213
3252
|
styleName?: string | undefined;
|
|
3214
3253
|
unsupportedStyleValueType?: string | undefined;
|
|
3254
|
+
referenceId?: string | undefined;
|
|
3215
3255
|
}[] | null | undefined;
|
|
3216
3256
|
} | null | undefined;
|
|
3217
3257
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -3275,12 +3315,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3275
3315
|
componentAssetsDeleted: number;
|
|
3276
3316
|
isFailed: boolean;
|
|
3277
3317
|
warnings: {
|
|
3278
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3318
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3279
3319
|
componentId?: string | undefined;
|
|
3280
3320
|
componentName?: string | undefined;
|
|
3281
3321
|
styleId?: string | undefined;
|
|
3282
3322
|
styleName?: string | undefined;
|
|
3283
3323
|
unsupportedStyleValueType?: string | undefined;
|
|
3324
|
+
referenceId?: string | undefined;
|
|
3284
3325
|
}[];
|
|
3285
3326
|
error?: any;
|
|
3286
3327
|
sourceId?: string | undefined;
|
|
@@ -3349,12 +3390,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3349
3390
|
componentAssetsDeleted?: number | null | undefined;
|
|
3350
3391
|
versionId?: string | null | undefined;
|
|
3351
3392
|
warnings?: {
|
|
3352
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3393
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3353
3394
|
componentId?: string | undefined;
|
|
3354
3395
|
componentName?: string | undefined;
|
|
3355
3396
|
styleId?: string | undefined;
|
|
3356
3397
|
styleName?: string | undefined;
|
|
3357
3398
|
unsupportedStyleValueType?: string | undefined;
|
|
3399
|
+
referenceId?: string | undefined;
|
|
3358
3400
|
}[] | null | undefined;
|
|
3359
3401
|
} | null | undefined;
|
|
3360
3402
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -3653,12 +3695,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3653
3695
|
componentAssetsDeleted: number;
|
|
3654
3696
|
isFailed: boolean;
|
|
3655
3697
|
warnings: {
|
|
3656
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3698
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3657
3699
|
componentId?: string | undefined;
|
|
3658
3700
|
componentName?: string | undefined;
|
|
3659
3701
|
styleId?: string | undefined;
|
|
3660
3702
|
styleName?: string | undefined;
|
|
3661
3703
|
unsupportedStyleValueType?: string | undefined;
|
|
3704
|
+
referenceId?: string | undefined;
|
|
3662
3705
|
}[];
|
|
3663
3706
|
error?: any;
|
|
3664
3707
|
sourceId?: string | undefined;
|
|
@@ -3777,12 +3820,13 @@ declare const DTODataSourceCreationResponse: z.ZodObject<{
|
|
|
3777
3820
|
componentAssetsDeleted?: number | null | undefined;
|
|
3778
3821
|
versionId?: string | null | undefined;
|
|
3779
3822
|
warnings?: {
|
|
3780
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3823
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3781
3824
|
componentId?: string | undefined;
|
|
3782
3825
|
componentName?: string | undefined;
|
|
3783
3826
|
styleId?: string | undefined;
|
|
3784
3827
|
styleName?: string | undefined;
|
|
3785
3828
|
unsupportedStyleValueType?: string | undefined;
|
|
3829
|
+
referenceId?: string | undefined;
|
|
3786
3830
|
}[] | null | undefined;
|
|
3787
3831
|
} | null | undefined;
|
|
3788
3832
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -3903,40 +3947,45 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3903
3947
|
error: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<any, z.ZodTypeDef, any>>>, any, any>;
|
|
3904
3948
|
isFailed: z.ZodBoolean;
|
|
3905
3949
|
warnings: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
3906
|
-
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles"]>;
|
|
3950
|
+
warningType: z.ZodEnum<["NoVersionFound", "UnsupportedFill", "UnsupportedStroke", "UnsupportedEffect", "NoPublishedElements", "NoPublishedStyles", "NoPublishedComponents", "NoPublishedAssets", "StyleNotApplied", "ComponentHasNoThumbnail", "DuplicateImportedStyleId", "DuplicateImportedStylePath", "NoUnpublishedStyles", "ReferenceResolutionFailed"]>;
|
|
3907
3951
|
componentId: z.ZodOptional<z.ZodString>;
|
|
3908
3952
|
componentName: z.ZodOptional<z.ZodString>;
|
|
3909
3953
|
styleId: z.ZodOptional<z.ZodString>;
|
|
3910
3954
|
styleName: z.ZodOptional<z.ZodString>;
|
|
3911
3955
|
unsupportedStyleValueType: z.ZodOptional<z.ZodString>;
|
|
3956
|
+
referenceId: z.ZodOptional<z.ZodString>;
|
|
3912
3957
|
}, "strip", z.ZodTypeAny, {
|
|
3913
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3958
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3914
3959
|
componentId?: string | undefined;
|
|
3915
3960
|
componentName?: string | undefined;
|
|
3916
3961
|
styleId?: string | undefined;
|
|
3917
3962
|
styleName?: string | undefined;
|
|
3918
3963
|
unsupportedStyleValueType?: string | undefined;
|
|
3964
|
+
referenceId?: string | undefined;
|
|
3919
3965
|
}, {
|
|
3920
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3966
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3921
3967
|
componentId?: string | undefined;
|
|
3922
3968
|
componentName?: string | undefined;
|
|
3923
3969
|
styleId?: string | undefined;
|
|
3924
3970
|
styleName?: string | undefined;
|
|
3925
3971
|
unsupportedStyleValueType?: string | undefined;
|
|
3972
|
+
referenceId?: string | undefined;
|
|
3926
3973
|
}>, "many">>>, {
|
|
3927
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3974
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3928
3975
|
componentId?: string | undefined;
|
|
3929
3976
|
componentName?: string | undefined;
|
|
3930
3977
|
styleId?: string | undefined;
|
|
3931
3978
|
styleName?: string | undefined;
|
|
3932
3979
|
unsupportedStyleValueType?: string | undefined;
|
|
3980
|
+
referenceId?: string | undefined;
|
|
3933
3981
|
}[], {
|
|
3934
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
3982
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3935
3983
|
componentId?: string | undefined;
|
|
3936
3984
|
componentName?: string | undefined;
|
|
3937
3985
|
styleId?: string | undefined;
|
|
3938
3986
|
styleName?: string | undefined;
|
|
3939
3987
|
unsupportedStyleValueType?: string | undefined;
|
|
3988
|
+
referenceId?: string | undefined;
|
|
3940
3989
|
}[] | null | undefined>;
|
|
3941
3990
|
}, "strip", z.ZodTypeAny, {
|
|
3942
3991
|
frames: number;
|
|
@@ -3956,12 +4005,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3956
4005
|
componentAssetsDeleted: number;
|
|
3957
4006
|
isFailed: boolean;
|
|
3958
4007
|
warnings: {
|
|
3959
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
4008
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3960
4009
|
componentId?: string | undefined;
|
|
3961
4010
|
componentName?: string | undefined;
|
|
3962
4011
|
styleId?: string | undefined;
|
|
3963
4012
|
styleName?: string | undefined;
|
|
3964
4013
|
unsupportedStyleValueType?: string | undefined;
|
|
4014
|
+
referenceId?: string | undefined;
|
|
3965
4015
|
}[];
|
|
3966
4016
|
error?: any;
|
|
3967
4017
|
sourceId?: string | undefined;
|
|
@@ -3989,12 +4039,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
3989
4039
|
componentAssetsDeleted?: number | null | undefined;
|
|
3990
4040
|
versionId?: string | null | undefined;
|
|
3991
4041
|
warnings?: {
|
|
3992
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
4042
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
3993
4043
|
componentId?: string | undefined;
|
|
3994
4044
|
componentName?: string | undefined;
|
|
3995
4045
|
styleId?: string | undefined;
|
|
3996
4046
|
styleName?: string | undefined;
|
|
3997
4047
|
unsupportedStyleValueType?: string | undefined;
|
|
4048
|
+
referenceId?: string | undefined;
|
|
3998
4049
|
}[] | null | undefined;
|
|
3999
4050
|
}>>>;
|
|
4000
4051
|
lastImportedAt: z.ZodOptional<z.ZodNullable<z.ZodDate>>;
|
|
@@ -4064,12 +4115,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4064
4115
|
componentAssetsDeleted: number;
|
|
4065
4116
|
isFailed: boolean;
|
|
4066
4117
|
warnings: {
|
|
4067
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
4118
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4068
4119
|
componentId?: string | undefined;
|
|
4069
4120
|
componentName?: string | undefined;
|
|
4070
4121
|
styleId?: string | undefined;
|
|
4071
4122
|
styleName?: string | undefined;
|
|
4072
4123
|
unsupportedStyleValueType?: string | undefined;
|
|
4124
|
+
referenceId?: string | undefined;
|
|
4073
4125
|
}[];
|
|
4074
4126
|
error?: any;
|
|
4075
4127
|
sourceId?: string | undefined;
|
|
@@ -4120,12 +4172,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4120
4172
|
componentAssetsDeleted?: number | null | undefined;
|
|
4121
4173
|
versionId?: string | null | undefined;
|
|
4122
4174
|
warnings?: {
|
|
4123
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
4175
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4124
4176
|
componentId?: string | undefined;
|
|
4125
4177
|
componentName?: string | undefined;
|
|
4126
4178
|
styleId?: string | undefined;
|
|
4127
4179
|
styleName?: string | undefined;
|
|
4128
4180
|
unsupportedStyleValueType?: string | undefined;
|
|
4181
|
+
referenceId?: string | undefined;
|
|
4129
4182
|
}[] | null | undefined;
|
|
4130
4183
|
} | null | undefined;
|
|
4131
4184
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -4189,12 +4242,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4189
4242
|
componentAssetsDeleted: number;
|
|
4190
4243
|
isFailed: boolean;
|
|
4191
4244
|
warnings: {
|
|
4192
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
4245
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4193
4246
|
componentId?: string | undefined;
|
|
4194
4247
|
componentName?: string | undefined;
|
|
4195
4248
|
styleId?: string | undefined;
|
|
4196
4249
|
styleName?: string | undefined;
|
|
4197
4250
|
unsupportedStyleValueType?: string | undefined;
|
|
4251
|
+
referenceId?: string | undefined;
|
|
4198
4252
|
}[];
|
|
4199
4253
|
error?: any;
|
|
4200
4254
|
sourceId?: string | undefined;
|
|
@@ -4263,12 +4317,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4263
4317
|
componentAssetsDeleted?: number | null | undefined;
|
|
4264
4318
|
versionId?: string | null | undefined;
|
|
4265
4319
|
warnings?: {
|
|
4266
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
4320
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4267
4321
|
componentId?: string | undefined;
|
|
4268
4322
|
componentName?: string | undefined;
|
|
4269
4323
|
styleId?: string | undefined;
|
|
4270
4324
|
styleName?: string | undefined;
|
|
4271
4325
|
unsupportedStyleValueType?: string | undefined;
|
|
4326
|
+
referenceId?: string | undefined;
|
|
4272
4327
|
}[] | null | undefined;
|
|
4273
4328
|
} | null | undefined;
|
|
4274
4329
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -4567,12 +4622,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4567
4622
|
componentAssetsDeleted: number;
|
|
4568
4623
|
isFailed: boolean;
|
|
4569
4624
|
warnings: {
|
|
4570
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
4625
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4571
4626
|
componentId?: string | undefined;
|
|
4572
4627
|
componentName?: string | undefined;
|
|
4573
4628
|
styleId?: string | undefined;
|
|
4574
4629
|
styleName?: string | undefined;
|
|
4575
4630
|
unsupportedStyleValueType?: string | undefined;
|
|
4631
|
+
referenceId?: string | undefined;
|
|
4576
4632
|
}[];
|
|
4577
4633
|
error?: any;
|
|
4578
4634
|
sourceId?: string | undefined;
|
|
@@ -4691,12 +4747,13 @@ declare const DTODataSourcesListResponse: z.ZodObject<{
|
|
|
4691
4747
|
componentAssetsDeleted?: number | null | undefined;
|
|
4692
4748
|
versionId?: string | null | undefined;
|
|
4693
4749
|
warnings?: {
|
|
4694
|
-
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles";
|
|
4750
|
+
warningType: "NoVersionFound" | "UnsupportedFill" | "UnsupportedStroke" | "UnsupportedEffect" | "NoPublishedElements" | "NoPublishedStyles" | "NoPublishedComponents" | "NoPublishedAssets" | "StyleNotApplied" | "ComponentHasNoThumbnail" | "DuplicateImportedStyleId" | "DuplicateImportedStylePath" | "NoUnpublishedStyles" | "ReferenceResolutionFailed";
|
|
4695
4751
|
componentId?: string | undefined;
|
|
4696
4752
|
componentName?: string | undefined;
|
|
4697
4753
|
styleId?: string | undefined;
|
|
4698
4754
|
styleName?: string | undefined;
|
|
4699
4755
|
unsupportedStyleValueType?: string | undefined;
|
|
4756
|
+
referenceId?: string | undefined;
|
|
4700
4757
|
}[] | null | undefined;
|
|
4701
4758
|
} | null | undefined;
|
|
4702
4759
|
lastImportedAt?: Date | null | undefined;
|
|
@@ -15732,9 +15789,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15732
15789
|
assetId?: string | undefined;
|
|
15733
15790
|
width?: number | undefined;
|
|
15734
15791
|
height?: number | undefined;
|
|
15792
|
+
referenceId?: string | undefined;
|
|
15735
15793
|
sourceFileName?: string | undefined;
|
|
15736
15794
|
previewUrl?: string | undefined;
|
|
15737
|
-
referenceId?: string | undefined;
|
|
15738
15795
|
assetScale?: number | undefined;
|
|
15739
15796
|
} | undefined;
|
|
15740
15797
|
backgroundColor?: {
|
|
@@ -15752,9 +15809,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15752
15809
|
assetId?: string | null | undefined;
|
|
15753
15810
|
width?: number | null | undefined;
|
|
15754
15811
|
height?: number | null | undefined;
|
|
15812
|
+
referenceId?: string | null | undefined;
|
|
15755
15813
|
sourceFileName?: string | null | undefined;
|
|
15756
15814
|
previewUrl?: string | null | undefined;
|
|
15757
|
-
referenceId?: string | null | undefined;
|
|
15758
15815
|
assetScale?: number | null | undefined;
|
|
15759
15816
|
} | null | undefined;
|
|
15760
15817
|
backgroundColor?: {
|
|
@@ -15772,9 +15829,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15772
15829
|
assetId?: string | undefined;
|
|
15773
15830
|
width?: number | undefined;
|
|
15774
15831
|
height?: number | undefined;
|
|
15832
|
+
referenceId?: string | undefined;
|
|
15775
15833
|
sourceFileName?: string | undefined;
|
|
15776
15834
|
previewUrl?: string | undefined;
|
|
15777
|
-
referenceId?: string | undefined;
|
|
15778
15835
|
assetScale?: number | undefined;
|
|
15779
15836
|
} | undefined;
|
|
15780
15837
|
backgroundColor?: {
|
|
@@ -15792,9 +15849,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15792
15849
|
assetId?: string | null | undefined;
|
|
15793
15850
|
width?: number | null | undefined;
|
|
15794
15851
|
height?: number | null | undefined;
|
|
15852
|
+
referenceId?: string | null | undefined;
|
|
15795
15853
|
sourceFileName?: string | null | undefined;
|
|
15796
15854
|
previewUrl?: string | null | undefined;
|
|
15797
|
-
referenceId?: string | null | undefined;
|
|
15798
15855
|
assetScale?: number | null | undefined;
|
|
15799
15856
|
} | null | undefined;
|
|
15800
15857
|
backgroundColor?: {
|
|
@@ -15817,9 +15874,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15817
15874
|
assetId?: string | undefined;
|
|
15818
15875
|
width?: number | undefined;
|
|
15819
15876
|
height?: number | undefined;
|
|
15877
|
+
referenceId?: string | undefined;
|
|
15820
15878
|
sourceFileName?: string | undefined;
|
|
15821
15879
|
previewUrl?: string | undefined;
|
|
15822
|
-
referenceId?: string | undefined;
|
|
15823
15880
|
assetScale?: number | undefined;
|
|
15824
15881
|
} | undefined;
|
|
15825
15882
|
backgroundColor?: {
|
|
@@ -15842,9 +15899,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15842
15899
|
assetId?: string | null | undefined;
|
|
15843
15900
|
width?: number | null | undefined;
|
|
15844
15901
|
height?: number | null | undefined;
|
|
15902
|
+
referenceId?: string | null | undefined;
|
|
15845
15903
|
sourceFileName?: string | null | undefined;
|
|
15846
15904
|
previewUrl?: string | null | undefined;
|
|
15847
|
-
referenceId?: string | null | undefined;
|
|
15848
15905
|
assetScale?: number | null | undefined;
|
|
15849
15906
|
} | null | undefined;
|
|
15850
15907
|
backgroundColor?: {
|
|
@@ -15907,9 +15964,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15907
15964
|
assetId?: string | undefined;
|
|
15908
15965
|
width?: number | undefined;
|
|
15909
15966
|
height?: number | undefined;
|
|
15967
|
+
referenceId?: string | undefined;
|
|
15910
15968
|
sourceFileName?: string | undefined;
|
|
15911
15969
|
previewUrl?: string | undefined;
|
|
15912
|
-
referenceId?: string | undefined;
|
|
15913
15970
|
assetScale?: number | undefined;
|
|
15914
15971
|
} | undefined;
|
|
15915
15972
|
backgroundColor?: {
|
|
@@ -15948,9 +16005,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15948
16005
|
assetId?: string | null | undefined;
|
|
15949
16006
|
width?: number | null | undefined;
|
|
15950
16007
|
height?: number | null | undefined;
|
|
16008
|
+
referenceId?: string | null | undefined;
|
|
15951
16009
|
sourceFileName?: string | null | undefined;
|
|
15952
16010
|
previewUrl?: string | null | undefined;
|
|
15953
|
-
referenceId?: string | null | undefined;
|
|
15954
16011
|
assetScale?: number | null | undefined;
|
|
15955
16012
|
} | null | undefined;
|
|
15956
16013
|
backgroundColor?: {
|
|
@@ -15994,9 +16051,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
15994
16051
|
assetId?: string | undefined;
|
|
15995
16052
|
width?: number | undefined;
|
|
15996
16053
|
height?: number | undefined;
|
|
16054
|
+
referenceId?: string | undefined;
|
|
15997
16055
|
sourceFileName?: string | undefined;
|
|
15998
16056
|
previewUrl?: string | undefined;
|
|
15999
|
-
referenceId?: string | undefined;
|
|
16000
16057
|
assetScale?: number | undefined;
|
|
16001
16058
|
} | undefined;
|
|
16002
16059
|
backgroundColor?: {
|
|
@@ -16040,9 +16097,9 @@ declare const DTODocumentationItemConfigurationV1: z.ZodObject<{
|
|
|
16040
16097
|
assetId?: string | null | undefined;
|
|
16041
16098
|
width?: number | null | undefined;
|
|
16042
16099
|
height?: number | null | undefined;
|
|
16100
|
+
referenceId?: string | null | undefined;
|
|
16043
16101
|
sourceFileName?: string | null | undefined;
|
|
16044
16102
|
previewUrl?: string | null | undefined;
|
|
16045
|
-
referenceId?: string | null | undefined;
|
|
16046
16103
|
assetScale?: number | null | undefined;
|
|
16047
16104
|
} | null | undefined;
|
|
16048
16105
|
backgroundColor?: {
|
|
@@ -19706,9 +19763,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
19706
19763
|
assetId?: string | null | undefined;
|
|
19707
19764
|
width?: number | null | undefined;
|
|
19708
19765
|
height?: number | null | undefined;
|
|
19766
|
+
referenceId?: string | null | undefined;
|
|
19709
19767
|
sourceFileName?: string | null | undefined;
|
|
19710
19768
|
previewUrl?: string | null | undefined;
|
|
19711
|
-
referenceId?: string | null | undefined;
|
|
19712
19769
|
assetScale?: number | null | undefined;
|
|
19713
19770
|
} | null | undefined;
|
|
19714
19771
|
backgroundColor?: {
|
|
@@ -19771,9 +19828,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
19771
19828
|
assetId?: string | null | undefined;
|
|
19772
19829
|
width?: number | null | undefined;
|
|
19773
19830
|
height?: number | null | undefined;
|
|
19831
|
+
referenceId?: string | null | undefined;
|
|
19774
19832
|
sourceFileName?: string | null | undefined;
|
|
19775
19833
|
previewUrl?: string | null | undefined;
|
|
19776
|
-
referenceId?: string | null | undefined;
|
|
19777
19834
|
assetScale?: number | null | undefined;
|
|
19778
19835
|
} | null | undefined;
|
|
19779
19836
|
backgroundColor?: {
|
|
@@ -19823,9 +19880,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
19823
19880
|
assetId?: string | null | undefined;
|
|
19824
19881
|
width?: number | null | undefined;
|
|
19825
19882
|
height?: number | null | undefined;
|
|
19883
|
+
referenceId?: string | null | undefined;
|
|
19826
19884
|
sourceFileName?: string | null | undefined;
|
|
19827
19885
|
previewUrl?: string | null | undefined;
|
|
19828
|
-
referenceId?: string | null | undefined;
|
|
19829
19886
|
assetScale?: number | null | undefined;
|
|
19830
19887
|
} | null | undefined;
|
|
19831
19888
|
backgroundColor?: {
|
|
@@ -19924,9 +19981,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
19924
19981
|
assetId?: string | undefined;
|
|
19925
19982
|
width?: number | undefined;
|
|
19926
19983
|
height?: number | undefined;
|
|
19984
|
+
referenceId?: string | undefined;
|
|
19927
19985
|
sourceFileName?: string | undefined;
|
|
19928
19986
|
previewUrl?: string | undefined;
|
|
19929
|
-
referenceId?: string | undefined;
|
|
19930
19987
|
assetScale?: number | undefined;
|
|
19931
19988
|
} | undefined;
|
|
19932
19989
|
backgroundColor?: {
|
|
@@ -19992,9 +20049,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
19992
20049
|
assetId?: string | null | undefined;
|
|
19993
20050
|
width?: number | null | undefined;
|
|
19994
20051
|
height?: number | null | undefined;
|
|
20052
|
+
referenceId?: string | null | undefined;
|
|
19995
20053
|
sourceFileName?: string | null | undefined;
|
|
19996
20054
|
previewUrl?: string | null | undefined;
|
|
19997
|
-
referenceId?: string | null | undefined;
|
|
19998
20055
|
assetScale?: number | null | undefined;
|
|
19999
20056
|
} | null | undefined;
|
|
20000
20057
|
backgroundColor?: {
|
|
@@ -20060,9 +20117,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20060
20117
|
assetId?: string | undefined;
|
|
20061
20118
|
width?: number | undefined;
|
|
20062
20119
|
height?: number | undefined;
|
|
20120
|
+
referenceId?: string | undefined;
|
|
20063
20121
|
sourceFileName?: string | undefined;
|
|
20064
20122
|
previewUrl?: string | undefined;
|
|
20065
|
-
referenceId?: string | undefined;
|
|
20066
20123
|
assetScale?: number | undefined;
|
|
20067
20124
|
} | undefined;
|
|
20068
20125
|
backgroundColor?: {
|
|
@@ -20128,9 +20185,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20128
20185
|
assetId?: string | null | undefined;
|
|
20129
20186
|
width?: number | null | undefined;
|
|
20130
20187
|
height?: number | null | undefined;
|
|
20188
|
+
referenceId?: string | null | undefined;
|
|
20131
20189
|
sourceFileName?: string | null | undefined;
|
|
20132
20190
|
previewUrl?: string | null | undefined;
|
|
20133
|
-
referenceId?: string | null | undefined;
|
|
20134
20191
|
assetScale?: number | null | undefined;
|
|
20135
20192
|
} | null | undefined;
|
|
20136
20193
|
backgroundColor?: {
|
|
@@ -20199,9 +20256,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20199
20256
|
assetId?: string | undefined;
|
|
20200
20257
|
width?: number | undefined;
|
|
20201
20258
|
height?: number | undefined;
|
|
20259
|
+
referenceId?: string | undefined;
|
|
20202
20260
|
sourceFileName?: string | undefined;
|
|
20203
20261
|
previewUrl?: string | undefined;
|
|
20204
|
-
referenceId?: string | undefined;
|
|
20205
20262
|
assetScale?: number | undefined;
|
|
20206
20263
|
} | undefined;
|
|
20207
20264
|
backgroundColor?: {
|
|
@@ -20236,9 +20293,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20236
20293
|
assetId?: string | null | undefined;
|
|
20237
20294
|
width?: number | null | undefined;
|
|
20238
20295
|
height?: number | null | undefined;
|
|
20296
|
+
referenceId?: string | null | undefined;
|
|
20239
20297
|
sourceFileName?: string | null | undefined;
|
|
20240
20298
|
previewUrl?: string | null | undefined;
|
|
20241
|
-
referenceId?: string | null | undefined;
|
|
20242
20299
|
assetScale?: number | null | undefined;
|
|
20243
20300
|
} | null | undefined;
|
|
20244
20301
|
backgroundColor?: {
|
|
@@ -20301,9 +20358,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20301
20358
|
assetId?: string | null | undefined;
|
|
20302
20359
|
width?: number | null | undefined;
|
|
20303
20360
|
height?: number | null | undefined;
|
|
20361
|
+
referenceId?: string | null | undefined;
|
|
20304
20362
|
sourceFileName?: string | null | undefined;
|
|
20305
20363
|
previewUrl?: string | null | undefined;
|
|
20306
|
-
referenceId?: string | null | undefined;
|
|
20307
20364
|
assetScale?: number | null | undefined;
|
|
20308
20365
|
} | null | undefined;
|
|
20309
20366
|
backgroundColor?: {
|
|
@@ -20353,9 +20410,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20353
20410
|
assetId?: string | null | undefined;
|
|
20354
20411
|
width?: number | null | undefined;
|
|
20355
20412
|
height?: number | null | undefined;
|
|
20413
|
+
referenceId?: string | null | undefined;
|
|
20356
20414
|
sourceFileName?: string | null | undefined;
|
|
20357
20415
|
previewUrl?: string | null | undefined;
|
|
20358
|
-
referenceId?: string | null | undefined;
|
|
20359
20416
|
assetScale?: number | null | undefined;
|
|
20360
20417
|
} | null | undefined;
|
|
20361
20418
|
backgroundColor?: {
|
|
@@ -20454,9 +20511,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20454
20511
|
assetId?: string | null | undefined;
|
|
20455
20512
|
width?: number | null | undefined;
|
|
20456
20513
|
height?: number | null | undefined;
|
|
20514
|
+
referenceId?: string | null | undefined;
|
|
20457
20515
|
sourceFileName?: string | null | undefined;
|
|
20458
20516
|
previewUrl?: string | null | undefined;
|
|
20459
|
-
referenceId?: string | null | undefined;
|
|
20460
20517
|
assetScale?: number | null | undefined;
|
|
20461
20518
|
} | null | undefined;
|
|
20462
20519
|
backgroundColor?: {
|
|
@@ -20648,9 +20705,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20648
20705
|
assetId?: string | undefined;
|
|
20649
20706
|
width?: number | undefined;
|
|
20650
20707
|
height?: number | undefined;
|
|
20708
|
+
referenceId?: string | undefined;
|
|
20651
20709
|
sourceFileName?: string | undefined;
|
|
20652
20710
|
previewUrl?: string | undefined;
|
|
20653
|
-
referenceId?: string | undefined;
|
|
20654
20711
|
assetScale?: number | undefined;
|
|
20655
20712
|
} | undefined;
|
|
20656
20713
|
backgroundColor?: {
|
|
@@ -20668,9 +20725,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20668
20725
|
assetId?: string | null | undefined;
|
|
20669
20726
|
width?: number | null | undefined;
|
|
20670
20727
|
height?: number | null | undefined;
|
|
20728
|
+
referenceId?: string | null | undefined;
|
|
20671
20729
|
sourceFileName?: string | null | undefined;
|
|
20672
20730
|
previewUrl?: string | null | undefined;
|
|
20673
|
-
referenceId?: string | null | undefined;
|
|
20674
20731
|
assetScale?: number | null | undefined;
|
|
20675
20732
|
} | null | undefined;
|
|
20676
20733
|
backgroundColor?: {
|
|
@@ -20688,9 +20745,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20688
20745
|
assetId?: string | undefined;
|
|
20689
20746
|
width?: number | undefined;
|
|
20690
20747
|
height?: number | undefined;
|
|
20748
|
+
referenceId?: string | undefined;
|
|
20691
20749
|
sourceFileName?: string | undefined;
|
|
20692
20750
|
previewUrl?: string | undefined;
|
|
20693
|
-
referenceId?: string | undefined;
|
|
20694
20751
|
assetScale?: number | undefined;
|
|
20695
20752
|
} | undefined;
|
|
20696
20753
|
backgroundColor?: {
|
|
@@ -20708,9 +20765,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20708
20765
|
assetId?: string | null | undefined;
|
|
20709
20766
|
width?: number | null | undefined;
|
|
20710
20767
|
height?: number | null | undefined;
|
|
20768
|
+
referenceId?: string | null | undefined;
|
|
20711
20769
|
sourceFileName?: string | null | undefined;
|
|
20712
20770
|
previewUrl?: string | null | undefined;
|
|
20713
|
-
referenceId?: string | null | undefined;
|
|
20714
20771
|
assetScale?: number | null | undefined;
|
|
20715
20772
|
} | null | undefined;
|
|
20716
20773
|
backgroundColor?: {
|
|
@@ -20733,9 +20790,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20733
20790
|
assetId?: string | undefined;
|
|
20734
20791
|
width?: number | undefined;
|
|
20735
20792
|
height?: number | undefined;
|
|
20793
|
+
referenceId?: string | undefined;
|
|
20736
20794
|
sourceFileName?: string | undefined;
|
|
20737
20795
|
previewUrl?: string | undefined;
|
|
20738
|
-
referenceId?: string | undefined;
|
|
20739
20796
|
assetScale?: number | undefined;
|
|
20740
20797
|
} | undefined;
|
|
20741
20798
|
backgroundColor?: {
|
|
@@ -20758,9 +20815,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20758
20815
|
assetId?: string | null | undefined;
|
|
20759
20816
|
width?: number | null | undefined;
|
|
20760
20817
|
height?: number | null | undefined;
|
|
20818
|
+
referenceId?: string | null | undefined;
|
|
20761
20819
|
sourceFileName?: string | null | undefined;
|
|
20762
20820
|
previewUrl?: string | null | undefined;
|
|
20763
|
-
referenceId?: string | null | undefined;
|
|
20764
20821
|
assetScale?: number | null | undefined;
|
|
20765
20822
|
} | null | undefined;
|
|
20766
20823
|
backgroundColor?: {
|
|
@@ -20823,9 +20880,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20823
20880
|
assetId?: string | undefined;
|
|
20824
20881
|
width?: number | undefined;
|
|
20825
20882
|
height?: number | undefined;
|
|
20883
|
+
referenceId?: string | undefined;
|
|
20826
20884
|
sourceFileName?: string | undefined;
|
|
20827
20885
|
previewUrl?: string | undefined;
|
|
20828
|
-
referenceId?: string | undefined;
|
|
20829
20886
|
assetScale?: number | undefined;
|
|
20830
20887
|
} | undefined;
|
|
20831
20888
|
backgroundColor?: {
|
|
@@ -20864,9 +20921,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20864
20921
|
assetId?: string | null | undefined;
|
|
20865
20922
|
width?: number | null | undefined;
|
|
20866
20923
|
height?: number | null | undefined;
|
|
20924
|
+
referenceId?: string | null | undefined;
|
|
20867
20925
|
sourceFileName?: string | null | undefined;
|
|
20868
20926
|
previewUrl?: string | null | undefined;
|
|
20869
|
-
referenceId?: string | null | undefined;
|
|
20870
20927
|
assetScale?: number | null | undefined;
|
|
20871
20928
|
} | null | undefined;
|
|
20872
20929
|
backgroundColor?: {
|
|
@@ -20910,9 +20967,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20910
20967
|
assetId?: string | undefined;
|
|
20911
20968
|
width?: number | undefined;
|
|
20912
20969
|
height?: number | undefined;
|
|
20970
|
+
referenceId?: string | undefined;
|
|
20913
20971
|
sourceFileName?: string | undefined;
|
|
20914
20972
|
previewUrl?: string | undefined;
|
|
20915
|
-
referenceId?: string | undefined;
|
|
20916
20973
|
assetScale?: number | undefined;
|
|
20917
20974
|
} | undefined;
|
|
20918
20975
|
backgroundColor?: {
|
|
@@ -20956,9 +21013,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20956
21013
|
assetId?: string | null | undefined;
|
|
20957
21014
|
width?: number | null | undefined;
|
|
20958
21015
|
height?: number | null | undefined;
|
|
21016
|
+
referenceId?: string | null | undefined;
|
|
20959
21017
|
sourceFileName?: string | null | undefined;
|
|
20960
21018
|
previewUrl?: string | null | undefined;
|
|
20961
|
-
referenceId?: string | null | undefined;
|
|
20962
21019
|
assetScale?: number | null | undefined;
|
|
20963
21020
|
} | null | undefined;
|
|
20964
21021
|
backgroundColor?: {
|
|
@@ -20990,9 +21047,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
20990
21047
|
assetId?: string | null | undefined;
|
|
20991
21048
|
width?: number | null | undefined;
|
|
20992
21049
|
height?: number | null | undefined;
|
|
21050
|
+
referenceId?: string | null | undefined;
|
|
20993
21051
|
sourceFileName?: string | null | undefined;
|
|
20994
21052
|
previewUrl?: string | null | undefined;
|
|
20995
|
-
referenceId?: string | null | undefined;
|
|
20996
21053
|
assetScale?: number | null | undefined;
|
|
20997
21054
|
} | null | undefined;
|
|
20998
21055
|
backgroundColor?: {
|
|
@@ -21055,9 +21112,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21055
21112
|
assetId?: string | null | undefined;
|
|
21056
21113
|
width?: number | null | undefined;
|
|
21057
21114
|
height?: number | null | undefined;
|
|
21115
|
+
referenceId?: string | null | undefined;
|
|
21058
21116
|
sourceFileName?: string | null | undefined;
|
|
21059
21117
|
previewUrl?: string | null | undefined;
|
|
21060
|
-
referenceId?: string | null | undefined;
|
|
21061
21118
|
assetScale?: number | null | undefined;
|
|
21062
21119
|
} | null | undefined;
|
|
21063
21120
|
backgroundColor?: {
|
|
@@ -21107,9 +21164,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21107
21164
|
assetId?: string | null | undefined;
|
|
21108
21165
|
width?: number | null | undefined;
|
|
21109
21166
|
height?: number | null | undefined;
|
|
21167
|
+
referenceId?: string | null | undefined;
|
|
21110
21168
|
sourceFileName?: string | null | undefined;
|
|
21111
21169
|
previewUrl?: string | null | undefined;
|
|
21112
|
-
referenceId?: string | null | undefined;
|
|
21113
21170
|
assetScale?: number | null | undefined;
|
|
21114
21171
|
} | null | undefined;
|
|
21115
21172
|
backgroundColor?: {
|
|
@@ -21173,9 +21230,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21173
21230
|
assetId?: string | null | undefined;
|
|
21174
21231
|
width?: number | null | undefined;
|
|
21175
21232
|
height?: number | null | undefined;
|
|
21233
|
+
referenceId?: string | null | undefined;
|
|
21176
21234
|
sourceFileName?: string | null | undefined;
|
|
21177
21235
|
previewUrl?: string | null | undefined;
|
|
21178
|
-
referenceId?: string | null | undefined;
|
|
21179
21236
|
assetScale?: number | null | undefined;
|
|
21180
21237
|
} | null | undefined;
|
|
21181
21238
|
backgroundColor?: {
|
|
@@ -21238,9 +21295,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21238
21295
|
assetId?: string | null | undefined;
|
|
21239
21296
|
width?: number | null | undefined;
|
|
21240
21297
|
height?: number | null | undefined;
|
|
21298
|
+
referenceId?: string | null | undefined;
|
|
21241
21299
|
sourceFileName?: string | null | undefined;
|
|
21242
21300
|
previewUrl?: string | null | undefined;
|
|
21243
|
-
referenceId?: string | null | undefined;
|
|
21244
21301
|
assetScale?: number | null | undefined;
|
|
21245
21302
|
} | null | undefined;
|
|
21246
21303
|
backgroundColor?: {
|
|
@@ -21290,9 +21347,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21290
21347
|
assetId?: string | null | undefined;
|
|
21291
21348
|
width?: number | null | undefined;
|
|
21292
21349
|
height?: number | null | undefined;
|
|
21350
|
+
referenceId?: string | null | undefined;
|
|
21293
21351
|
sourceFileName?: string | null | undefined;
|
|
21294
21352
|
previewUrl?: string | null | undefined;
|
|
21295
|
-
referenceId?: string | null | undefined;
|
|
21296
21353
|
assetScale?: number | null | undefined;
|
|
21297
21354
|
} | null | undefined;
|
|
21298
21355
|
backgroundColor?: {
|
|
@@ -21381,9 +21438,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21381
21438
|
assetId?: string | undefined;
|
|
21382
21439
|
width?: number | undefined;
|
|
21383
21440
|
height?: number | undefined;
|
|
21441
|
+
referenceId?: string | undefined;
|
|
21384
21442
|
sourceFileName?: string | undefined;
|
|
21385
21443
|
previewUrl?: string | undefined;
|
|
21386
|
-
referenceId?: string | undefined;
|
|
21387
21444
|
assetScale?: number | undefined;
|
|
21388
21445
|
} | undefined;
|
|
21389
21446
|
backgroundColor?: {
|
|
@@ -21440,9 +21497,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21440
21497
|
assetId?: string | null | undefined;
|
|
21441
21498
|
width?: number | null | undefined;
|
|
21442
21499
|
height?: number | null | undefined;
|
|
21500
|
+
referenceId?: string | null | undefined;
|
|
21443
21501
|
sourceFileName?: string | null | undefined;
|
|
21444
21502
|
previewUrl?: string | null | undefined;
|
|
21445
|
-
referenceId?: string | null | undefined;
|
|
21446
21503
|
assetScale?: number | null | undefined;
|
|
21447
21504
|
} | null | undefined;
|
|
21448
21505
|
backgroundColor?: {
|
|
@@ -21474,9 +21531,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21474
21531
|
assetId?: string | null | undefined;
|
|
21475
21532
|
width?: number | null | undefined;
|
|
21476
21533
|
height?: number | null | undefined;
|
|
21534
|
+
referenceId?: string | null | undefined;
|
|
21477
21535
|
sourceFileName?: string | null | undefined;
|
|
21478
21536
|
previewUrl?: string | null | undefined;
|
|
21479
|
-
referenceId?: string | null | undefined;
|
|
21480
21537
|
assetScale?: number | null | undefined;
|
|
21481
21538
|
} | null | undefined;
|
|
21482
21539
|
backgroundColor?: {
|
|
@@ -21539,9 +21596,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21539
21596
|
assetId?: string | null | undefined;
|
|
21540
21597
|
width?: number | null | undefined;
|
|
21541
21598
|
height?: number | null | undefined;
|
|
21599
|
+
referenceId?: string | null | undefined;
|
|
21542
21600
|
sourceFileName?: string | null | undefined;
|
|
21543
21601
|
previewUrl?: string | null | undefined;
|
|
21544
|
-
referenceId?: string | null | undefined;
|
|
21545
21602
|
assetScale?: number | null | undefined;
|
|
21546
21603
|
} | null | undefined;
|
|
21547
21604
|
backgroundColor?: {
|
|
@@ -21591,9 +21648,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21591
21648
|
assetId?: string | null | undefined;
|
|
21592
21649
|
width?: number | null | undefined;
|
|
21593
21650
|
height?: number | null | undefined;
|
|
21651
|
+
referenceId?: string | null | undefined;
|
|
21594
21652
|
sourceFileName?: string | null | undefined;
|
|
21595
21653
|
previewUrl?: string | null | undefined;
|
|
21596
|
-
referenceId?: string | null | undefined;
|
|
21597
21654
|
assetScale?: number | null | undefined;
|
|
21598
21655
|
} | null | undefined;
|
|
21599
21656
|
backgroundColor?: {
|
|
@@ -21657,9 +21714,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21657
21714
|
assetId?: string | null | undefined;
|
|
21658
21715
|
width?: number | null | undefined;
|
|
21659
21716
|
height?: number | null | undefined;
|
|
21717
|
+
referenceId?: string | null | undefined;
|
|
21660
21718
|
sourceFileName?: string | null | undefined;
|
|
21661
21719
|
previewUrl?: string | null | undefined;
|
|
21662
|
-
referenceId?: string | null | undefined;
|
|
21663
21720
|
assetScale?: number | null | undefined;
|
|
21664
21721
|
} | null | undefined;
|
|
21665
21722
|
backgroundColor?: {
|
|
@@ -21722,9 +21779,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21722
21779
|
assetId?: string | null | undefined;
|
|
21723
21780
|
width?: number | null | undefined;
|
|
21724
21781
|
height?: number | null | undefined;
|
|
21782
|
+
referenceId?: string | null | undefined;
|
|
21725
21783
|
sourceFileName?: string | null | undefined;
|
|
21726
21784
|
previewUrl?: string | null | undefined;
|
|
21727
|
-
referenceId?: string | null | undefined;
|
|
21728
21785
|
assetScale?: number | null | undefined;
|
|
21729
21786
|
} | null | undefined;
|
|
21730
21787
|
backgroundColor?: {
|
|
@@ -21774,9 +21831,9 @@ declare const DocumentationPageV1DTO: z.ZodObject<z.objectUtil.extendShape<Omit<
|
|
|
21774
21831
|
assetId?: string | null | undefined;
|
|
21775
21832
|
width?: number | null | undefined;
|
|
21776
21833
|
height?: number | null | undefined;
|
|
21834
|
+
referenceId?: string | null | undefined;
|
|
21777
21835
|
sourceFileName?: string | null | undefined;
|
|
21778
21836
|
previewUrl?: string | null | undefined;
|
|
21779
|
-
referenceId?: string | null | undefined;
|
|
21780
21837
|
assetScale?: number | null | undefined;
|
|
21781
21838
|
} | null | undefined;
|
|
21782
21839
|
backgroundColor?: {
|