@supernova-studio/model 0.47.9 → 0.47.10
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 +37 -37
- package/dist/index.d.ts +37 -37
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/utils/errors.ts +2 -1
package/dist/index.d.mts
CHANGED
|
@@ -2652,7 +2652,7 @@ declare const ContentLoaderPayload: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2652
2652
|
}>]>;
|
|
2653
2653
|
type ContentLoaderPayload = z.infer<typeof ContentLoaderPayload>;
|
|
2654
2654
|
|
|
2655
|
-
type SupernovaExceptionType = "AccessDenied" | "ResourceNotFound" | "WrongFormat" | "TooMuchWork" | "Timeout" | "Conflict" | "NotImplemented" | "BadRequest" | "WrongActionOrder" | "InvalidOperation" | "UnexpectedError" | "IPRestricted" | "PlanRestricted" | "MissingWorkspacePermission" | "MissingExporterPermission" | "NoAccess" | "MissingCredentials" | "ValidationError";
|
|
2655
|
+
type SupernovaExceptionType = "AccessDenied" | "ResourceNotFound" | "WrongFormat" | "TooMuchWork" | "Timeout" | "Conflict" | "NotImplemented" | "BadRequest" | "WrongActionOrder" | "InvalidOperation" | "UnexpectedError" | "IPRestricted" | "PlanRestricted" | "MissingWorkspacePermission" | "MissingExporterPermission" | "MissingIntegration" | "NoAccess" | "MissingCredentials" | "ValidationError";
|
|
2656
2656
|
declare class SupernovaException extends Error {
|
|
2657
2657
|
readonly type: SupernovaExceptionType;
|
|
2658
2658
|
static wrongFormat(message?: string): SupernovaException;
|
|
@@ -3255,7 +3255,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
|
|
|
3255
3255
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
3256
3256
|
}, "strip", z.ZodTypeAny, {
|
|
3257
3257
|
type: "Figma";
|
|
3258
|
-
state: "
|
|
3258
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
3259
3259
|
scope: {
|
|
3260
3260
|
assets: boolean;
|
|
3261
3261
|
components: boolean;
|
|
@@ -3285,7 +3285,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
|
|
|
3285
3285
|
maxFileDepth?: number | undefined;
|
|
3286
3286
|
}, {
|
|
3287
3287
|
type: "Figma";
|
|
3288
|
-
state: "
|
|
3288
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
3289
3289
|
scope: {
|
|
3290
3290
|
assets: boolean;
|
|
3291
3291
|
components: boolean;
|
|
@@ -3453,7 +3453,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3453
3453
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
3454
3454
|
}, "strip", z.ZodTypeAny, {
|
|
3455
3455
|
type: "Figma";
|
|
3456
|
-
state: "
|
|
3456
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
3457
3457
|
scope: {
|
|
3458
3458
|
assets: boolean;
|
|
3459
3459
|
components: boolean;
|
|
@@ -3483,7 +3483,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3483
3483
|
maxFileDepth?: number | undefined;
|
|
3484
3484
|
}, {
|
|
3485
3485
|
type: "Figma";
|
|
3486
|
-
state: "
|
|
3486
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
3487
3487
|
scope: {
|
|
3488
3488
|
assets: boolean;
|
|
3489
3489
|
components: boolean;
|
|
@@ -42868,7 +42868,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42868
42868
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
42869
42869
|
}, "strip", z.ZodTypeAny, {
|
|
42870
42870
|
type: "Figma";
|
|
42871
|
-
state: "
|
|
42871
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
42872
42872
|
scope: {
|
|
42873
42873
|
assets: boolean;
|
|
42874
42874
|
components: boolean;
|
|
@@ -42898,7 +42898,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42898
42898
|
maxFileDepth?: number | undefined;
|
|
42899
42899
|
}, {
|
|
42900
42900
|
type: "Figma";
|
|
42901
|
-
state: "
|
|
42901
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
42902
42902
|
scope: {
|
|
42903
42903
|
assets: boolean;
|
|
42904
42904
|
components: boolean;
|
|
@@ -42931,7 +42931,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42931
42931
|
sourceId: string;
|
|
42932
42932
|
figmaRemote: {
|
|
42933
42933
|
type: "Figma";
|
|
42934
|
-
state: "
|
|
42934
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
42935
42935
|
scope: {
|
|
42936
42936
|
assets: boolean;
|
|
42937
42937
|
components: boolean;
|
|
@@ -42964,7 +42964,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42964
42964
|
sourceId: string;
|
|
42965
42965
|
figmaRemote: {
|
|
42966
42966
|
type: "Figma";
|
|
42967
|
-
state: "
|
|
42967
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
42968
42968
|
scope: {
|
|
42969
42969
|
assets: boolean;
|
|
42970
42970
|
components: boolean;
|
|
@@ -43097,7 +43097,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43097
43097
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
43098
43098
|
}, "strip", z.ZodTypeAny, {
|
|
43099
43099
|
type: "Figma";
|
|
43100
|
-
state: "
|
|
43100
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43101
43101
|
scope: {
|
|
43102
43102
|
assets: boolean;
|
|
43103
43103
|
components: boolean;
|
|
@@ -43127,7 +43127,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43127
43127
|
maxFileDepth?: number | undefined;
|
|
43128
43128
|
}, {
|
|
43129
43129
|
type: "Figma";
|
|
43130
|
-
state: "
|
|
43130
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43131
43131
|
scope: {
|
|
43132
43132
|
assets: boolean;
|
|
43133
43133
|
components: boolean;
|
|
@@ -43160,7 +43160,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43160
43160
|
sourceId: string;
|
|
43161
43161
|
figmaRemote: {
|
|
43162
43162
|
type: "Figma";
|
|
43163
|
-
state: "
|
|
43163
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43164
43164
|
scope: {
|
|
43165
43165
|
assets: boolean;
|
|
43166
43166
|
components: boolean;
|
|
@@ -43193,7 +43193,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43193
43193
|
sourceId: string;
|
|
43194
43194
|
figmaRemote: {
|
|
43195
43195
|
type: "Figma";
|
|
43196
|
-
state: "
|
|
43196
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43197
43197
|
scope: {
|
|
43198
43198
|
assets: boolean;
|
|
43199
43199
|
components: boolean;
|
|
@@ -43258,7 +43258,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43258
43258
|
sourceId: string;
|
|
43259
43259
|
figmaRemote: {
|
|
43260
43260
|
type: "Figma";
|
|
43261
|
-
state: "
|
|
43261
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43262
43262
|
scope: {
|
|
43263
43263
|
assets: boolean;
|
|
43264
43264
|
components: boolean;
|
|
@@ -43305,7 +43305,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43305
43305
|
sourceId: string;
|
|
43306
43306
|
figmaRemote: {
|
|
43307
43307
|
type: "Figma";
|
|
43308
|
-
state: "
|
|
43308
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43309
43309
|
scope: {
|
|
43310
43310
|
assets: boolean;
|
|
43311
43311
|
components: boolean;
|
|
@@ -43436,7 +43436,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43436
43436
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
43437
43437
|
}, "strip", z.ZodTypeAny, {
|
|
43438
43438
|
type: "Figma";
|
|
43439
|
-
state: "
|
|
43439
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43440
43440
|
scope: {
|
|
43441
43441
|
assets: boolean;
|
|
43442
43442
|
components: boolean;
|
|
@@ -43466,7 +43466,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43466
43466
|
maxFileDepth?: number | undefined;
|
|
43467
43467
|
}, {
|
|
43468
43468
|
type: "Figma";
|
|
43469
|
-
state: "
|
|
43469
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43470
43470
|
scope: {
|
|
43471
43471
|
assets: boolean;
|
|
43472
43472
|
components: boolean;
|
|
@@ -43499,7 +43499,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43499
43499
|
sourceId: string;
|
|
43500
43500
|
figmaRemote: {
|
|
43501
43501
|
type: "Figma";
|
|
43502
|
-
state: "
|
|
43502
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43503
43503
|
scope: {
|
|
43504
43504
|
assets: boolean;
|
|
43505
43505
|
components: boolean;
|
|
@@ -43532,7 +43532,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43532
43532
|
sourceId: string;
|
|
43533
43533
|
figmaRemote: {
|
|
43534
43534
|
type: "Figma";
|
|
43535
|
-
state: "
|
|
43535
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43536
43536
|
scope: {
|
|
43537
43537
|
assets: boolean;
|
|
43538
43538
|
components: boolean;
|
|
@@ -43595,7 +43595,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43595
43595
|
sourceId: string;
|
|
43596
43596
|
figmaRemote: {
|
|
43597
43597
|
type: "Figma";
|
|
43598
|
-
state: "
|
|
43598
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43599
43599
|
scope: {
|
|
43600
43600
|
assets: boolean;
|
|
43601
43601
|
components: boolean;
|
|
@@ -43644,7 +43644,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43644
43644
|
sourceId: string;
|
|
43645
43645
|
figmaRemote: {
|
|
43646
43646
|
type: "Figma";
|
|
43647
|
-
state: "
|
|
43647
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43648
43648
|
scope: {
|
|
43649
43649
|
assets: boolean;
|
|
43650
43650
|
components: boolean;
|
|
@@ -43768,7 +43768,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
|
|
|
43768
43768
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
43769
43769
|
}, "strip", z.ZodTypeAny, {
|
|
43770
43770
|
type: "Figma";
|
|
43771
|
-
state: "
|
|
43771
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43772
43772
|
scope: {
|
|
43773
43773
|
assets: boolean;
|
|
43774
43774
|
components: boolean;
|
|
@@ -43798,7 +43798,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
|
|
|
43798
43798
|
maxFileDepth?: number | undefined;
|
|
43799
43799
|
}, {
|
|
43800
43800
|
type: "Figma";
|
|
43801
|
-
state: "
|
|
43801
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43802
43802
|
scope: {
|
|
43803
43803
|
assets: boolean;
|
|
43804
43804
|
components: boolean;
|
|
@@ -43876,7 +43876,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
|
|
|
43876
43876
|
sourceId: string;
|
|
43877
43877
|
figmaRemote: {
|
|
43878
43878
|
type: "Figma";
|
|
43879
|
-
state: "
|
|
43879
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43880
43880
|
scope: {
|
|
43881
43881
|
assets: boolean;
|
|
43882
43882
|
components: boolean;
|
|
@@ -43920,7 +43920,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
|
|
|
43920
43920
|
sourceId: string;
|
|
43921
43921
|
figmaRemote: {
|
|
43922
43922
|
type: "Figma";
|
|
43923
|
-
state: "
|
|
43923
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43924
43924
|
scope: {
|
|
43925
43925
|
assets: boolean;
|
|
43926
43926
|
components: boolean;
|
|
@@ -44053,7 +44053,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44053
44053
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
44054
44054
|
}, "strip", z.ZodTypeAny, {
|
|
44055
44055
|
type: "Figma";
|
|
44056
|
-
state: "
|
|
44056
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44057
44057
|
scope: {
|
|
44058
44058
|
assets: boolean;
|
|
44059
44059
|
components: boolean;
|
|
@@ -44083,7 +44083,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44083
44083
|
maxFileDepth?: number | undefined;
|
|
44084
44084
|
}, {
|
|
44085
44085
|
type: "Figma";
|
|
44086
|
-
state: "
|
|
44086
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44087
44087
|
scope: {
|
|
44088
44088
|
assets: boolean;
|
|
44089
44089
|
components: boolean;
|
|
@@ -44116,7 +44116,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44116
44116
|
sourceId: string;
|
|
44117
44117
|
figmaRemote: {
|
|
44118
44118
|
type: "Figma";
|
|
44119
|
-
state: "
|
|
44119
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44120
44120
|
scope: {
|
|
44121
44121
|
assets: boolean;
|
|
44122
44122
|
components: boolean;
|
|
@@ -44149,7 +44149,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44149
44149
|
sourceId: string;
|
|
44150
44150
|
figmaRemote: {
|
|
44151
44151
|
type: "Figma";
|
|
44152
|
-
state: "
|
|
44152
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44153
44153
|
scope: {
|
|
44154
44154
|
assets: boolean;
|
|
44155
44155
|
components: boolean;
|
|
@@ -44307,7 +44307,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44307
44307
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
44308
44308
|
}, "strip", z.ZodTypeAny, {
|
|
44309
44309
|
type: "Figma";
|
|
44310
|
-
state: "
|
|
44310
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44311
44311
|
scope: {
|
|
44312
44312
|
assets: boolean;
|
|
44313
44313
|
components: boolean;
|
|
@@ -44337,7 +44337,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44337
44337
|
maxFileDepth?: number | undefined;
|
|
44338
44338
|
}, {
|
|
44339
44339
|
type: "Figma";
|
|
44340
|
-
state: "
|
|
44340
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44341
44341
|
scope: {
|
|
44342
44342
|
assets: boolean;
|
|
44343
44343
|
components: boolean;
|
|
@@ -44415,7 +44415,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44415
44415
|
sourceId: string;
|
|
44416
44416
|
figmaRemote: {
|
|
44417
44417
|
type: "Figma";
|
|
44418
|
-
state: "
|
|
44418
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44419
44419
|
scope: {
|
|
44420
44420
|
assets: boolean;
|
|
44421
44421
|
components: boolean;
|
|
@@ -44459,7 +44459,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44459
44459
|
sourceId: string;
|
|
44460
44460
|
figmaRemote: {
|
|
44461
44461
|
type: "Figma";
|
|
44462
|
-
state: "
|
|
44462
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44463
44463
|
scope: {
|
|
44464
44464
|
assets: boolean;
|
|
44465
44465
|
components: boolean;
|
|
@@ -44509,7 +44509,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44509
44509
|
sourceId: string;
|
|
44510
44510
|
figmaRemote: {
|
|
44511
44511
|
type: "Figma";
|
|
44512
|
-
state: "
|
|
44512
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44513
44513
|
scope: {
|
|
44514
44514
|
assets: boolean;
|
|
44515
44515
|
components: boolean;
|
|
@@ -44561,7 +44561,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44561
44561
|
sourceId: string;
|
|
44562
44562
|
figmaRemote: {
|
|
44563
44563
|
type: "Figma";
|
|
44564
|
-
state: "
|
|
44564
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44565
44565
|
scope: {
|
|
44566
44566
|
assets: boolean;
|
|
44567
44567
|
components: boolean;
|
|
@@ -44611,7 +44611,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44611
44611
|
sourceId: string;
|
|
44612
44612
|
figmaRemote: {
|
|
44613
44613
|
type: "Figma";
|
|
44614
|
-
state: "
|
|
44614
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44615
44615
|
scope: {
|
|
44616
44616
|
assets: boolean;
|
|
44617
44617
|
components: boolean;
|
|
@@ -44653,7 +44653,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44653
44653
|
sourceId: string;
|
|
44654
44654
|
figmaRemote: {
|
|
44655
44655
|
type: "Figma";
|
|
44656
|
-
state: "
|
|
44656
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44657
44657
|
scope: {
|
|
44658
44658
|
assets: boolean;
|
|
44659
44659
|
components: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -2652,7 +2652,7 @@ declare const ContentLoaderPayload: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2652
2652
|
}>]>;
|
|
2653
2653
|
type ContentLoaderPayload = z.infer<typeof ContentLoaderPayload>;
|
|
2654
2654
|
|
|
2655
|
-
type SupernovaExceptionType = "AccessDenied" | "ResourceNotFound" | "WrongFormat" | "TooMuchWork" | "Timeout" | "Conflict" | "NotImplemented" | "BadRequest" | "WrongActionOrder" | "InvalidOperation" | "UnexpectedError" | "IPRestricted" | "PlanRestricted" | "MissingWorkspacePermission" | "MissingExporterPermission" | "NoAccess" | "MissingCredentials" | "ValidationError";
|
|
2655
|
+
type SupernovaExceptionType = "AccessDenied" | "ResourceNotFound" | "WrongFormat" | "TooMuchWork" | "Timeout" | "Conflict" | "NotImplemented" | "BadRequest" | "WrongActionOrder" | "InvalidOperation" | "UnexpectedError" | "IPRestricted" | "PlanRestricted" | "MissingWorkspacePermission" | "MissingExporterPermission" | "MissingIntegration" | "NoAccess" | "MissingCredentials" | "ValidationError";
|
|
2656
2656
|
declare class SupernovaException extends Error {
|
|
2657
2657
|
readonly type: SupernovaExceptionType;
|
|
2658
2658
|
static wrongFormat(message?: string): SupernovaException;
|
|
@@ -3255,7 +3255,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
|
|
|
3255
3255
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
3256
3256
|
}, "strip", z.ZodTypeAny, {
|
|
3257
3257
|
type: "Figma";
|
|
3258
|
-
state: "
|
|
3258
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
3259
3259
|
scope: {
|
|
3260
3260
|
assets: boolean;
|
|
3261
3261
|
components: boolean;
|
|
@@ -3285,7 +3285,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
|
|
|
3285
3285
|
maxFileDepth?: number | undefined;
|
|
3286
3286
|
}, {
|
|
3287
3287
|
type: "Figma";
|
|
3288
|
-
state: "
|
|
3288
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
3289
3289
|
scope: {
|
|
3290
3290
|
assets: boolean;
|
|
3291
3291
|
components: boolean;
|
|
@@ -3453,7 +3453,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3453
3453
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
3454
3454
|
}, "strip", z.ZodTypeAny, {
|
|
3455
3455
|
type: "Figma";
|
|
3456
|
-
state: "
|
|
3456
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
3457
3457
|
scope: {
|
|
3458
3458
|
assets: boolean;
|
|
3459
3459
|
components: boolean;
|
|
@@ -3483,7 +3483,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
|
3483
3483
|
maxFileDepth?: number | undefined;
|
|
3484
3484
|
}, {
|
|
3485
3485
|
type: "Figma";
|
|
3486
|
-
state: "
|
|
3486
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
3487
3487
|
scope: {
|
|
3488
3488
|
assets: boolean;
|
|
3489
3489
|
components: boolean;
|
|
@@ -42868,7 +42868,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42868
42868
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
42869
42869
|
}, "strip", z.ZodTypeAny, {
|
|
42870
42870
|
type: "Figma";
|
|
42871
|
-
state: "
|
|
42871
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
42872
42872
|
scope: {
|
|
42873
42873
|
assets: boolean;
|
|
42874
42874
|
components: boolean;
|
|
@@ -42898,7 +42898,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42898
42898
|
maxFileDepth?: number | undefined;
|
|
42899
42899
|
}, {
|
|
42900
42900
|
type: "Figma";
|
|
42901
|
-
state: "
|
|
42901
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
42902
42902
|
scope: {
|
|
42903
42903
|
assets: boolean;
|
|
42904
42904
|
components: boolean;
|
|
@@ -42931,7 +42931,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42931
42931
|
sourceId: string;
|
|
42932
42932
|
figmaRemote: {
|
|
42933
42933
|
type: "Figma";
|
|
42934
|
-
state: "
|
|
42934
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
42935
42935
|
scope: {
|
|
42936
42936
|
assets: boolean;
|
|
42937
42937
|
components: boolean;
|
|
@@ -42964,7 +42964,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
|
|
|
42964
42964
|
sourceId: string;
|
|
42965
42965
|
figmaRemote: {
|
|
42966
42966
|
type: "Figma";
|
|
42967
|
-
state: "
|
|
42967
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
42968
42968
|
scope: {
|
|
42969
42969
|
assets: boolean;
|
|
42970
42970
|
components: boolean;
|
|
@@ -43097,7 +43097,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43097
43097
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
43098
43098
|
}, "strip", z.ZodTypeAny, {
|
|
43099
43099
|
type: "Figma";
|
|
43100
|
-
state: "
|
|
43100
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43101
43101
|
scope: {
|
|
43102
43102
|
assets: boolean;
|
|
43103
43103
|
components: boolean;
|
|
@@ -43127,7 +43127,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43127
43127
|
maxFileDepth?: number | undefined;
|
|
43128
43128
|
}, {
|
|
43129
43129
|
type: "Figma";
|
|
43130
|
-
state: "
|
|
43130
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43131
43131
|
scope: {
|
|
43132
43132
|
assets: boolean;
|
|
43133
43133
|
components: boolean;
|
|
@@ -43160,7 +43160,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43160
43160
|
sourceId: string;
|
|
43161
43161
|
figmaRemote: {
|
|
43162
43162
|
type: "Figma";
|
|
43163
|
-
state: "
|
|
43163
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43164
43164
|
scope: {
|
|
43165
43165
|
assets: boolean;
|
|
43166
43166
|
components: boolean;
|
|
@@ -43193,7 +43193,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43193
43193
|
sourceId: string;
|
|
43194
43194
|
figmaRemote: {
|
|
43195
43195
|
type: "Figma";
|
|
43196
|
-
state: "
|
|
43196
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43197
43197
|
scope: {
|
|
43198
43198
|
assets: boolean;
|
|
43199
43199
|
components: boolean;
|
|
@@ -43258,7 +43258,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43258
43258
|
sourceId: string;
|
|
43259
43259
|
figmaRemote: {
|
|
43260
43260
|
type: "Figma";
|
|
43261
|
-
state: "
|
|
43261
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43262
43262
|
scope: {
|
|
43263
43263
|
assets: boolean;
|
|
43264
43264
|
components: boolean;
|
|
@@ -43305,7 +43305,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
|
|
|
43305
43305
|
sourceId: string;
|
|
43306
43306
|
figmaRemote: {
|
|
43307
43307
|
type: "Figma";
|
|
43308
|
-
state: "
|
|
43308
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43309
43309
|
scope: {
|
|
43310
43310
|
assets: boolean;
|
|
43311
43311
|
components: boolean;
|
|
@@ -43436,7 +43436,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43436
43436
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
43437
43437
|
}, "strip", z.ZodTypeAny, {
|
|
43438
43438
|
type: "Figma";
|
|
43439
|
-
state: "
|
|
43439
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43440
43440
|
scope: {
|
|
43441
43441
|
assets: boolean;
|
|
43442
43442
|
components: boolean;
|
|
@@ -43466,7 +43466,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43466
43466
|
maxFileDepth?: number | undefined;
|
|
43467
43467
|
}, {
|
|
43468
43468
|
type: "Figma";
|
|
43469
|
-
state: "
|
|
43469
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43470
43470
|
scope: {
|
|
43471
43471
|
assets: boolean;
|
|
43472
43472
|
components: boolean;
|
|
@@ -43499,7 +43499,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43499
43499
|
sourceId: string;
|
|
43500
43500
|
figmaRemote: {
|
|
43501
43501
|
type: "Figma";
|
|
43502
|
-
state: "
|
|
43502
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43503
43503
|
scope: {
|
|
43504
43504
|
assets: boolean;
|
|
43505
43505
|
components: boolean;
|
|
@@ -43532,7 +43532,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43532
43532
|
sourceId: string;
|
|
43533
43533
|
figmaRemote: {
|
|
43534
43534
|
type: "Figma";
|
|
43535
|
-
state: "
|
|
43535
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43536
43536
|
scope: {
|
|
43537
43537
|
assets: boolean;
|
|
43538
43538
|
components: boolean;
|
|
@@ -43595,7 +43595,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43595
43595
|
sourceId: string;
|
|
43596
43596
|
figmaRemote: {
|
|
43597
43597
|
type: "Figma";
|
|
43598
|
-
state: "
|
|
43598
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43599
43599
|
scope: {
|
|
43600
43600
|
assets: boolean;
|
|
43601
43601
|
components: boolean;
|
|
@@ -43644,7 +43644,7 @@ declare const FigmaImportContextWithSourcesState: z.ZodObject<{
|
|
|
43644
43644
|
sourceId: string;
|
|
43645
43645
|
figmaRemote: {
|
|
43646
43646
|
type: "Figma";
|
|
43647
|
-
state: "
|
|
43647
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43648
43648
|
scope: {
|
|
43649
43649
|
assets: boolean;
|
|
43650
43650
|
components: boolean;
|
|
@@ -43768,7 +43768,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
|
|
|
43768
43768
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
43769
43769
|
}, "strip", z.ZodTypeAny, {
|
|
43770
43770
|
type: "Figma";
|
|
43771
|
-
state: "
|
|
43771
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43772
43772
|
scope: {
|
|
43773
43773
|
assets: boolean;
|
|
43774
43774
|
components: boolean;
|
|
@@ -43798,7 +43798,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
|
|
|
43798
43798
|
maxFileDepth?: number | undefined;
|
|
43799
43799
|
}, {
|
|
43800
43800
|
type: "Figma";
|
|
43801
|
-
state: "
|
|
43801
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43802
43802
|
scope: {
|
|
43803
43803
|
assets: boolean;
|
|
43804
43804
|
components: boolean;
|
|
@@ -43876,7 +43876,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
|
|
|
43876
43876
|
sourceId: string;
|
|
43877
43877
|
figmaRemote: {
|
|
43878
43878
|
type: "Figma";
|
|
43879
|
-
state: "
|
|
43879
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43880
43880
|
scope: {
|
|
43881
43881
|
assets: boolean;
|
|
43882
43882
|
components: boolean;
|
|
@@ -43920,7 +43920,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
|
|
|
43920
43920
|
sourceId: string;
|
|
43921
43921
|
figmaRemote: {
|
|
43922
43922
|
type: "Figma";
|
|
43923
|
-
state: "
|
|
43923
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
43924
43924
|
scope: {
|
|
43925
43925
|
assets: boolean;
|
|
43926
43926
|
components: boolean;
|
|
@@ -44053,7 +44053,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44053
44053
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
44054
44054
|
}, "strip", z.ZodTypeAny, {
|
|
44055
44055
|
type: "Figma";
|
|
44056
|
-
state: "
|
|
44056
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44057
44057
|
scope: {
|
|
44058
44058
|
assets: boolean;
|
|
44059
44059
|
components: boolean;
|
|
@@ -44083,7 +44083,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44083
44083
|
maxFileDepth?: number | undefined;
|
|
44084
44084
|
}, {
|
|
44085
44085
|
type: "Figma";
|
|
44086
|
-
state: "
|
|
44086
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44087
44087
|
scope: {
|
|
44088
44088
|
assets: boolean;
|
|
44089
44089
|
components: boolean;
|
|
@@ -44116,7 +44116,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44116
44116
|
sourceId: string;
|
|
44117
44117
|
figmaRemote: {
|
|
44118
44118
|
type: "Figma";
|
|
44119
|
-
state: "
|
|
44119
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44120
44120
|
scope: {
|
|
44121
44121
|
assets: boolean;
|
|
44122
44122
|
components: boolean;
|
|
@@ -44149,7 +44149,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44149
44149
|
sourceId: string;
|
|
44150
44150
|
figmaRemote: {
|
|
44151
44151
|
type: "Figma";
|
|
44152
|
-
state: "
|
|
44152
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44153
44153
|
scope: {
|
|
44154
44154
|
assets: boolean;
|
|
44155
44155
|
components: boolean;
|
|
@@ -44307,7 +44307,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44307
44307
|
maxFileDepth: z.ZodOptional<z.ZodNumber>;
|
|
44308
44308
|
}, "strip", z.ZodTypeAny, {
|
|
44309
44309
|
type: "Figma";
|
|
44310
|
-
state: "
|
|
44310
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44311
44311
|
scope: {
|
|
44312
44312
|
assets: boolean;
|
|
44313
44313
|
components: boolean;
|
|
@@ -44337,7 +44337,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44337
44337
|
maxFileDepth?: number | undefined;
|
|
44338
44338
|
}, {
|
|
44339
44339
|
type: "Figma";
|
|
44340
|
-
state: "
|
|
44340
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44341
44341
|
scope: {
|
|
44342
44342
|
assets: boolean;
|
|
44343
44343
|
components: boolean;
|
|
@@ -44415,7 +44415,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44415
44415
|
sourceId: string;
|
|
44416
44416
|
figmaRemote: {
|
|
44417
44417
|
type: "Figma";
|
|
44418
|
-
state: "
|
|
44418
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44419
44419
|
scope: {
|
|
44420
44420
|
assets: boolean;
|
|
44421
44421
|
components: boolean;
|
|
@@ -44459,7 +44459,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44459
44459
|
sourceId: string;
|
|
44460
44460
|
figmaRemote: {
|
|
44461
44461
|
type: "Figma";
|
|
44462
|
-
state: "
|
|
44462
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44463
44463
|
scope: {
|
|
44464
44464
|
assets: boolean;
|
|
44465
44465
|
components: boolean;
|
|
@@ -44509,7 +44509,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44509
44509
|
sourceId: string;
|
|
44510
44510
|
figmaRemote: {
|
|
44511
44511
|
type: "Figma";
|
|
44512
|
-
state: "
|
|
44512
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44513
44513
|
scope: {
|
|
44514
44514
|
assets: boolean;
|
|
44515
44515
|
components: boolean;
|
|
@@ -44561,7 +44561,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44561
44561
|
sourceId: string;
|
|
44562
44562
|
figmaRemote: {
|
|
44563
44563
|
type: "Figma";
|
|
44564
|
-
state: "
|
|
44564
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44565
44565
|
scope: {
|
|
44566
44566
|
assets: boolean;
|
|
44567
44567
|
components: boolean;
|
|
@@ -44611,7 +44611,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44611
44611
|
sourceId: string;
|
|
44612
44612
|
figmaRemote: {
|
|
44613
44613
|
type: "Figma";
|
|
44614
|
-
state: "
|
|
44614
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44615
44615
|
scope: {
|
|
44616
44616
|
assets: boolean;
|
|
44617
44617
|
components: boolean;
|
|
@@ -44653,7 +44653,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
|
|
|
44653
44653
|
sourceId: string;
|
|
44654
44654
|
figmaRemote: {
|
|
44655
44655
|
type: "Figma";
|
|
44656
|
-
state: "
|
|
44656
|
+
state: "MissingIntegration" | "Active" | "MissingFileAccess" | "MissingFileOwner";
|
|
44657
44657
|
scope: {
|
|
44658
44658
|
assets: boolean;
|
|
44659
44659
|
components: boolean;
|