@supernova-studio/client 1.92.1 → 1.92.3
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 +83 -2
- package/dist/index.d.ts +83 -2
- package/dist/index.js +15 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +15 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -145952,7 +145952,7 @@ declare const DTOForgeFeatureRoomResponse: z.ZodObject<{
|
|
|
145952
145952
|
}>;
|
|
145953
145953
|
type DTOForgeFeatureRoomResponse = z.infer<typeof DTOForgeFeatureRoomResponse>;
|
|
145954
145954
|
|
|
145955
|
-
declare const ForgeFigmaNodeLatestVersion: "
|
|
145955
|
+
declare const ForgeFigmaNodeLatestVersion: "V11";
|
|
145956
145956
|
declare const DTOForgeFigmaNodeOrigin: z$1.ZodObject<{
|
|
145957
145957
|
/**
|
|
145958
145958
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|
|
@@ -146887,7 +146887,7 @@ declare const DTOForgeFigmaNodeValidateResponse: z$1.ZodObject<{
|
|
|
146887
146887
|
isValid: boolean;
|
|
146888
146888
|
}>;
|
|
146889
146889
|
type DTOForgeFigmaNodeValidateResponse = z$1.infer<typeof DTOForgeFigmaNodeValidateResponse>;
|
|
146890
|
-
declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10"]>;
|
|
146890
|
+
declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10", "V11"]>;
|
|
146891
146891
|
type DTOForgeFigmaNodeConversionVersion = z$1.infer<typeof DTOForgeFigmaNodeConversionVersion>;
|
|
146892
146892
|
|
|
146893
146893
|
declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
@@ -377551,6 +377551,19 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
377551
377551
|
errorReason: string;
|
|
377552
377552
|
enabled: boolean;
|
|
377553
377553
|
}>;
|
|
377554
|
+
designSystemAdoption: z$1.ZodObject<{
|
|
377555
|
+
enabled: z$1.ZodBoolean;
|
|
377556
|
+
errorMessage: z$1.ZodString;
|
|
377557
|
+
errorReason: z$1.ZodString;
|
|
377558
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
377559
|
+
errorMessage: string;
|
|
377560
|
+
errorReason: string;
|
|
377561
|
+
enabled: boolean;
|
|
377562
|
+
}, {
|
|
377563
|
+
errorMessage: string;
|
|
377564
|
+
errorReason: string;
|
|
377565
|
+
enabled: boolean;
|
|
377566
|
+
}>;
|
|
377554
377567
|
analytics: z$1.ZodObject<{
|
|
377555
377568
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
377556
377569
|
errorMessage: z$1.ZodString;
|
|
@@ -377861,6 +377874,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
377861
377874
|
errorReason: string;
|
|
377862
377875
|
enabled: boolean;
|
|
377863
377876
|
};
|
|
377877
|
+
designSystemAdoption: {
|
|
377878
|
+
errorMessage: string;
|
|
377879
|
+
errorReason: string;
|
|
377880
|
+
enabled: boolean;
|
|
377881
|
+
};
|
|
377864
377882
|
designSystemFileSize: {
|
|
377865
377883
|
errorMessage: string;
|
|
377866
377884
|
errorReason: string;
|
|
@@ -378054,6 +378072,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
378054
378072
|
errorReason: string;
|
|
378055
378073
|
enabled: boolean;
|
|
378056
378074
|
};
|
|
378075
|
+
designSystemAdoption: {
|
|
378076
|
+
errorMessage: string;
|
|
378077
|
+
errorReason: string;
|
|
378078
|
+
enabled: boolean;
|
|
378079
|
+
};
|
|
378057
378080
|
designSystemFileSize: {
|
|
378058
378081
|
errorMessage: string;
|
|
378059
378082
|
errorReason: string;
|
|
@@ -378355,6 +378378,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
378355
378378
|
errorReason: string;
|
|
378356
378379
|
enabled: boolean;
|
|
378357
378380
|
};
|
|
378381
|
+
designSystemAdoption: {
|
|
378382
|
+
errorMessage: string;
|
|
378383
|
+
errorReason: string;
|
|
378384
|
+
enabled: boolean;
|
|
378385
|
+
};
|
|
378358
378386
|
designSystemFileSize: {
|
|
378359
378387
|
errorMessage: string;
|
|
378360
378388
|
errorReason: string;
|
|
@@ -378592,6 +378620,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
378592
378620
|
errorReason: string;
|
|
378593
378621
|
enabled: boolean;
|
|
378594
378622
|
};
|
|
378623
|
+
designSystemAdoption: {
|
|
378624
|
+
errorMessage: string;
|
|
378625
|
+
errorReason: string;
|
|
378626
|
+
enabled: boolean;
|
|
378627
|
+
};
|
|
378595
378628
|
designSystemFileSize: {
|
|
378596
378629
|
errorMessage: string;
|
|
378597
378630
|
errorReason: string;
|
|
@@ -378992,6 +379025,19 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
378992
379025
|
errorReason: string;
|
|
378993
379026
|
enabled: boolean;
|
|
378994
379027
|
}>;
|
|
379028
|
+
designSystemAdoption: z$1.ZodObject<{
|
|
379029
|
+
enabled: z$1.ZodBoolean;
|
|
379030
|
+
errorMessage: z$1.ZodString;
|
|
379031
|
+
errorReason: z$1.ZodString;
|
|
379032
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
379033
|
+
errorMessage: string;
|
|
379034
|
+
errorReason: string;
|
|
379035
|
+
enabled: boolean;
|
|
379036
|
+
}, {
|
|
379037
|
+
errorMessage: string;
|
|
379038
|
+
errorReason: string;
|
|
379039
|
+
enabled: boolean;
|
|
379040
|
+
}>;
|
|
378995
379041
|
analytics: z$1.ZodObject<{
|
|
378996
379042
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
378997
379043
|
errorMessage: z$1.ZodString;
|
|
@@ -379302,6 +379348,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
379302
379348
|
errorReason: string;
|
|
379303
379349
|
enabled: boolean;
|
|
379304
379350
|
};
|
|
379351
|
+
designSystemAdoption: {
|
|
379352
|
+
errorMessage: string;
|
|
379353
|
+
errorReason: string;
|
|
379354
|
+
enabled: boolean;
|
|
379355
|
+
};
|
|
379305
379356
|
designSystemFileSize: {
|
|
379306
379357
|
errorMessage: string;
|
|
379307
379358
|
errorReason: string;
|
|
@@ -379495,6 +379546,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
379495
379546
|
errorReason: string;
|
|
379496
379547
|
enabled: boolean;
|
|
379497
379548
|
};
|
|
379549
|
+
designSystemAdoption: {
|
|
379550
|
+
errorMessage: string;
|
|
379551
|
+
errorReason: string;
|
|
379552
|
+
enabled: boolean;
|
|
379553
|
+
};
|
|
379498
379554
|
designSystemFileSize: {
|
|
379499
379555
|
errorMessage: string;
|
|
379500
379556
|
errorReason: string;
|
|
@@ -379796,6 +379852,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
379796
379852
|
errorReason: string;
|
|
379797
379853
|
enabled: boolean;
|
|
379798
379854
|
};
|
|
379855
|
+
designSystemAdoption: {
|
|
379856
|
+
errorMessage: string;
|
|
379857
|
+
errorReason: string;
|
|
379858
|
+
enabled: boolean;
|
|
379859
|
+
};
|
|
379799
379860
|
designSystemFileSize: {
|
|
379800
379861
|
errorMessage: string;
|
|
379801
379862
|
errorReason: string;
|
|
@@ -380033,6 +380094,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380033
380094
|
errorReason: string;
|
|
380034
380095
|
enabled: boolean;
|
|
380035
380096
|
};
|
|
380097
|
+
designSystemAdoption: {
|
|
380098
|
+
errorMessage: string;
|
|
380099
|
+
errorReason: string;
|
|
380100
|
+
enabled: boolean;
|
|
380101
|
+
};
|
|
380036
380102
|
designSystemFileSize: {
|
|
380037
380103
|
errorMessage: string;
|
|
380038
380104
|
errorReason: string;
|
|
@@ -380441,6 +380507,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380441
380507
|
errorReason: string;
|
|
380442
380508
|
enabled: boolean;
|
|
380443
380509
|
};
|
|
380510
|
+
designSystemAdoption: {
|
|
380511
|
+
errorMessage: string;
|
|
380512
|
+
errorReason: string;
|
|
380513
|
+
enabled: boolean;
|
|
380514
|
+
};
|
|
380444
380515
|
designSystemFileSize: {
|
|
380445
380516
|
errorMessage: string;
|
|
380446
380517
|
errorReason: string;
|
|
@@ -380717,6 +380788,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380717
380788
|
errorReason: string;
|
|
380718
380789
|
enabled: boolean;
|
|
380719
380790
|
};
|
|
380791
|
+
designSystemAdoption: {
|
|
380792
|
+
errorMessage: string;
|
|
380793
|
+
errorReason: string;
|
|
380794
|
+
enabled: boolean;
|
|
380795
|
+
};
|
|
380720
380796
|
designSystemFileSize: {
|
|
380721
380797
|
errorMessage: string;
|
|
380722
380798
|
errorReason: string;
|
|
@@ -405181,6 +405257,11 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
405181
405257
|
errorReason: string;
|
|
405182
405258
|
enabled: boolean;
|
|
405183
405259
|
};
|
|
405260
|
+
designSystemAdoption: {
|
|
405261
|
+
errorMessage: string;
|
|
405262
|
+
errorReason: string;
|
|
405263
|
+
enabled: boolean;
|
|
405264
|
+
};
|
|
405184
405265
|
designSystemFileSize: {
|
|
405185
405266
|
errorMessage: string;
|
|
405186
405267
|
errorReason: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -145952,7 +145952,7 @@ declare const DTOForgeFeatureRoomResponse: z.ZodObject<{
|
|
|
145952
145952
|
}>;
|
|
145953
145953
|
type DTOForgeFeatureRoomResponse = z.infer<typeof DTOForgeFeatureRoomResponse>;
|
|
145954
145954
|
|
|
145955
|
-
declare const ForgeFigmaNodeLatestVersion: "
|
|
145955
|
+
declare const ForgeFigmaNodeLatestVersion: "V11";
|
|
145956
145956
|
declare const DTOForgeFigmaNodeOrigin: z$1.ZodObject<{
|
|
145957
145957
|
/**
|
|
145958
145958
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|
|
@@ -146887,7 +146887,7 @@ declare const DTOForgeFigmaNodeValidateResponse: z$1.ZodObject<{
|
|
|
146887
146887
|
isValid: boolean;
|
|
146888
146888
|
}>;
|
|
146889
146889
|
type DTOForgeFigmaNodeValidateResponse = z$1.infer<typeof DTOForgeFigmaNodeValidateResponse>;
|
|
146890
|
-
declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10"]>;
|
|
146890
|
+
declare const DTOForgeFigmaNodeConversionVersion: z$1.ZodEnum<["V1", "V2", "V3", "V4", "V5", "V6", "V7", "V8", "V9", "V10", "V11"]>;
|
|
146891
146891
|
type DTOForgeFigmaNodeConversionVersion = z$1.infer<typeof DTOForgeFigmaNodeConversionVersion>;
|
|
146892
146892
|
|
|
146893
146893
|
declare const DTOForgeIterationMessage: z.ZodObject<Omit<{
|
|
@@ -377551,6 +377551,19 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
377551
377551
|
errorReason: string;
|
|
377552
377552
|
enabled: boolean;
|
|
377553
377553
|
}>;
|
|
377554
|
+
designSystemAdoption: z$1.ZodObject<{
|
|
377555
|
+
enabled: z$1.ZodBoolean;
|
|
377556
|
+
errorMessage: z$1.ZodString;
|
|
377557
|
+
errorReason: z$1.ZodString;
|
|
377558
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
377559
|
+
errorMessage: string;
|
|
377560
|
+
errorReason: string;
|
|
377561
|
+
enabled: boolean;
|
|
377562
|
+
}, {
|
|
377563
|
+
errorMessage: string;
|
|
377564
|
+
errorReason: string;
|
|
377565
|
+
enabled: boolean;
|
|
377566
|
+
}>;
|
|
377554
377567
|
analytics: z$1.ZodObject<{
|
|
377555
377568
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
377556
377569
|
errorMessage: z$1.ZodString;
|
|
@@ -377861,6 +377874,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
377861
377874
|
errorReason: string;
|
|
377862
377875
|
enabled: boolean;
|
|
377863
377876
|
};
|
|
377877
|
+
designSystemAdoption: {
|
|
377878
|
+
errorMessage: string;
|
|
377879
|
+
errorReason: string;
|
|
377880
|
+
enabled: boolean;
|
|
377881
|
+
};
|
|
377864
377882
|
designSystemFileSize: {
|
|
377865
377883
|
errorMessage: string;
|
|
377866
377884
|
errorReason: string;
|
|
@@ -378054,6 +378072,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
378054
378072
|
errorReason: string;
|
|
378055
378073
|
enabled: boolean;
|
|
378056
378074
|
};
|
|
378075
|
+
designSystemAdoption: {
|
|
378076
|
+
errorMessage: string;
|
|
378077
|
+
errorReason: string;
|
|
378078
|
+
enabled: boolean;
|
|
378079
|
+
};
|
|
378057
378080
|
designSystemFileSize: {
|
|
378058
378081
|
errorMessage: string;
|
|
378059
378082
|
errorReason: string;
|
|
@@ -378355,6 +378378,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
378355
378378
|
errorReason: string;
|
|
378356
378379
|
enabled: boolean;
|
|
378357
378380
|
};
|
|
378381
|
+
designSystemAdoption: {
|
|
378382
|
+
errorMessage: string;
|
|
378383
|
+
errorReason: string;
|
|
378384
|
+
enabled: boolean;
|
|
378385
|
+
};
|
|
378358
378386
|
designSystemFileSize: {
|
|
378359
378387
|
errorMessage: string;
|
|
378360
378388
|
errorReason: string;
|
|
@@ -378592,6 +378620,11 @@ declare const DTOSubscription: z$1.ZodObject<{
|
|
|
378592
378620
|
errorReason: string;
|
|
378593
378621
|
enabled: boolean;
|
|
378594
378622
|
};
|
|
378623
|
+
designSystemAdoption: {
|
|
378624
|
+
errorMessage: string;
|
|
378625
|
+
errorReason: string;
|
|
378626
|
+
enabled: boolean;
|
|
378627
|
+
};
|
|
378595
378628
|
designSystemFileSize: {
|
|
378596
378629
|
errorMessage: string;
|
|
378597
378630
|
errorReason: string;
|
|
@@ -378992,6 +379025,19 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
378992
379025
|
errorReason: string;
|
|
378993
379026
|
enabled: boolean;
|
|
378994
379027
|
}>;
|
|
379028
|
+
designSystemAdoption: z$1.ZodObject<{
|
|
379029
|
+
enabled: z$1.ZodBoolean;
|
|
379030
|
+
errorMessage: z$1.ZodString;
|
|
379031
|
+
errorReason: z$1.ZodString;
|
|
379032
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
379033
|
+
errorMessage: string;
|
|
379034
|
+
errorReason: string;
|
|
379035
|
+
enabled: boolean;
|
|
379036
|
+
}, {
|
|
379037
|
+
errorMessage: string;
|
|
379038
|
+
errorReason: string;
|
|
379039
|
+
enabled: boolean;
|
|
379040
|
+
}>;
|
|
378995
379041
|
analytics: z$1.ZodObject<{
|
|
378996
379042
|
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
378997
379043
|
errorMessage: z$1.ZodString;
|
|
@@ -379302,6 +379348,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
379302
379348
|
errorReason: string;
|
|
379303
379349
|
enabled: boolean;
|
|
379304
379350
|
};
|
|
379351
|
+
designSystemAdoption: {
|
|
379352
|
+
errorMessage: string;
|
|
379353
|
+
errorReason: string;
|
|
379354
|
+
enabled: boolean;
|
|
379355
|
+
};
|
|
379305
379356
|
designSystemFileSize: {
|
|
379306
379357
|
errorMessage: string;
|
|
379307
379358
|
errorReason: string;
|
|
@@ -379495,6 +379546,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
379495
379546
|
errorReason: string;
|
|
379496
379547
|
enabled: boolean;
|
|
379497
379548
|
};
|
|
379549
|
+
designSystemAdoption: {
|
|
379550
|
+
errorMessage: string;
|
|
379551
|
+
errorReason: string;
|
|
379552
|
+
enabled: boolean;
|
|
379553
|
+
};
|
|
379498
379554
|
designSystemFileSize: {
|
|
379499
379555
|
errorMessage: string;
|
|
379500
379556
|
errorReason: string;
|
|
@@ -379796,6 +379852,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
379796
379852
|
errorReason: string;
|
|
379797
379853
|
enabled: boolean;
|
|
379798
379854
|
};
|
|
379855
|
+
designSystemAdoption: {
|
|
379856
|
+
errorMessage: string;
|
|
379857
|
+
errorReason: string;
|
|
379858
|
+
enabled: boolean;
|
|
379859
|
+
};
|
|
379799
379860
|
designSystemFileSize: {
|
|
379800
379861
|
errorMessage: string;
|
|
379801
379862
|
errorReason: string;
|
|
@@ -380033,6 +380094,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380033
380094
|
errorReason: string;
|
|
380034
380095
|
enabled: boolean;
|
|
380035
380096
|
};
|
|
380097
|
+
designSystemAdoption: {
|
|
380098
|
+
errorMessage: string;
|
|
380099
|
+
errorReason: string;
|
|
380100
|
+
enabled: boolean;
|
|
380101
|
+
};
|
|
380036
380102
|
designSystemFileSize: {
|
|
380037
380103
|
errorMessage: string;
|
|
380038
380104
|
errorReason: string;
|
|
@@ -380441,6 +380507,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380441
380507
|
errorReason: string;
|
|
380442
380508
|
enabled: boolean;
|
|
380443
380509
|
};
|
|
380510
|
+
designSystemAdoption: {
|
|
380511
|
+
errorMessage: string;
|
|
380512
|
+
errorReason: string;
|
|
380513
|
+
enabled: boolean;
|
|
380514
|
+
};
|
|
380444
380515
|
designSystemFileSize: {
|
|
380445
380516
|
errorMessage: string;
|
|
380446
380517
|
errorReason: string;
|
|
@@ -380717,6 +380788,11 @@ declare const DTOSubscriptionResponse: z$1.ZodObject<{
|
|
|
380717
380788
|
errorReason: string;
|
|
380718
380789
|
enabled: boolean;
|
|
380719
380790
|
};
|
|
380791
|
+
designSystemAdoption: {
|
|
380792
|
+
errorMessage: string;
|
|
380793
|
+
errorReason: string;
|
|
380794
|
+
enabled: boolean;
|
|
380795
|
+
};
|
|
380720
380796
|
designSystemFileSize: {
|
|
380721
380797
|
errorMessage: string;
|
|
380722
380798
|
errorReason: string;
|
|
@@ -405181,6 +405257,11 @@ declare class WorkspaceSubscriptionEndpoint {
|
|
|
405181
405257
|
errorReason: string;
|
|
405182
405258
|
enabled: boolean;
|
|
405183
405259
|
};
|
|
405260
|
+
designSystemAdoption: {
|
|
405261
|
+
errorMessage: string;
|
|
405262
|
+
errorReason: string;
|
|
405263
|
+
enabled: boolean;
|
|
405264
|
+
};
|
|
405184
405265
|
designSystemFileSize: {
|
|
405185
405266
|
errorMessage: string;
|
|
405186
405267
|
errorReason: string;
|
package/dist/index.js
CHANGED
|
@@ -148,6 +148,7 @@ var FeaturesSummary = _zod.z.object({
|
|
|
148
148
|
designSystemAccessModes: featureToggleSchema,
|
|
149
149
|
designSystemRoles: featureToggleSchema,
|
|
150
150
|
documentationPageRedirects: featureToggleSchema,
|
|
151
|
+
designSystemAdoption: featureToggleSchema,
|
|
151
152
|
analytics: featureLimitedSchema,
|
|
152
153
|
designSystemFileSize: featureLimitedSchema,
|
|
153
154
|
forgeActiveProjects: featureLimitedSchema,
|
|
@@ -3020,7 +3021,6 @@ var GradientLayerValue = _zod.z.object({
|
|
|
3020
3021
|
to: Point2D,
|
|
3021
3022
|
type: GradientType,
|
|
3022
3023
|
aspectRatio: nullishToOptional(_zod.z.number()),
|
|
3023
|
-
// z.number(),
|
|
3024
3024
|
stops: _zod.z.array(GradientStop).min(2)
|
|
3025
3025
|
});
|
|
3026
3026
|
var GradientLayerData = tokenAliasOrValue(GradientLayerValue);
|
|
@@ -10766,8 +10766,20 @@ var DTOForgeFeatureRoomResponse = _zod.z.object({
|
|
|
10766
10766
|
// src/api/dto/forge/figma-node.ts
|
|
10767
10767
|
|
|
10768
10768
|
var DTOForgeFigmaNodeState = _zod2.default.enum(["Optimizing", "Success", "Failed"]);
|
|
10769
|
-
var DTOForgeFigmaNodeConversionVersion = _zod2.default.enum([
|
|
10770
|
-
|
|
10769
|
+
var DTOForgeFigmaNodeConversionVersion = _zod2.default.enum([
|
|
10770
|
+
"V1",
|
|
10771
|
+
"V2",
|
|
10772
|
+
"V3",
|
|
10773
|
+
"V4",
|
|
10774
|
+
"V5",
|
|
10775
|
+
"V6",
|
|
10776
|
+
"V7",
|
|
10777
|
+
"V8",
|
|
10778
|
+
"V9",
|
|
10779
|
+
"V10",
|
|
10780
|
+
"V11"
|
|
10781
|
+
]);
|
|
10782
|
+
var ForgeFigmaNodeLatestVersion = DTOForgeFigmaNodeConversionVersion.enum.V11;
|
|
10771
10783
|
var DTOForgeFigmaNodeOrigin = _zod2.default.object({
|
|
10772
10784
|
/**
|
|
10773
10785
|
* Figma file ID that was passed into the create request as a part of the Figma node URL
|