@supernova-studio/model 1.60.0 → 1.60.2
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 +15 -5
- package/dist/index.d.ts +15 -5
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -73280,6 +73280,9 @@ declare const Theme: z$1.ZodObject<{
|
|
|
73280
73280
|
designSystemVersionId: z$1.ZodString;
|
|
73281
73281
|
createdAt: z$1.ZodDate;
|
|
73282
73282
|
updatedAt: z$1.ZodDate;
|
|
73283
|
+
} & {
|
|
73284
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
73285
|
+
sortOrder: z$1.ZodNumber;
|
|
73283
73286
|
} & {
|
|
73284
73287
|
brandPersistentId: z$1.ZodString;
|
|
73285
73288
|
} & {
|
|
@@ -75648,6 +75651,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
75648
75651
|
designSystemVersionId: string;
|
|
75649
75652
|
codeName: string;
|
|
75650
75653
|
brandPersistentId: string;
|
|
75654
|
+
sortOrder: number;
|
|
75651
75655
|
meta: {
|
|
75652
75656
|
name: string;
|
|
75653
75657
|
description?: string | undefined;
|
|
@@ -76020,6 +76024,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76020
76024
|
referenceResolutionFailed?: boolean | undefined;
|
|
76021
76025
|
} | undefined;
|
|
76022
76026
|
})[];
|
|
76027
|
+
parentPersistentId?: string | undefined;
|
|
76023
76028
|
origin?: {
|
|
76024
76029
|
sources: {
|
|
76025
76030
|
sourceId: string;
|
|
@@ -76037,6 +76042,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76037
76042
|
designSystemVersionId: string;
|
|
76038
76043
|
codeName: string;
|
|
76039
76044
|
brandPersistentId: string;
|
|
76045
|
+
sortOrder: number;
|
|
76040
76046
|
meta: {
|
|
76041
76047
|
name: string;
|
|
76042
76048
|
description?: string | undefined;
|
|
@@ -76409,6 +76415,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76409
76415
|
referenceResolutionFailed?: boolean | undefined;
|
|
76410
76416
|
} | null | undefined;
|
|
76411
76417
|
})[];
|
|
76418
|
+
parentPersistentId?: string | undefined;
|
|
76412
76419
|
origin?: {
|
|
76413
76420
|
sources: {
|
|
76414
76421
|
sourceId: string;
|
|
@@ -142363,6 +142370,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142363
142370
|
}, {
|
|
142364
142371
|
value: string;
|
|
142365
142372
|
}>>;
|
|
142373
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142366
142374
|
/**
|
|
142367
142375
|
* ID of Select element property definition's option that corresponds to this collection.
|
|
142368
142376
|
*
|
|
@@ -142401,6 +142409,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142401
142409
|
backgroundColor?: {
|
|
142402
142410
|
value: string;
|
|
142403
142411
|
} | undefined;
|
|
142412
|
+
parentPersistentId?: string | undefined;
|
|
142404
142413
|
origin?: {
|
|
142405
142414
|
id: string;
|
|
142406
142415
|
sourceId: string;
|
|
@@ -142418,6 +142427,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142418
142427
|
backgroundColor?: {
|
|
142419
142428
|
value: string;
|
|
142420
142429
|
} | undefined;
|
|
142430
|
+
parentPersistentId?: string | undefined;
|
|
142421
142431
|
origin?: {
|
|
142422
142432
|
id: string;
|
|
142423
142433
|
sourceId: string;
|
|
@@ -154979,26 +154989,26 @@ type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
|
|
|
154979
154989
|
type FeatureFlagDefaultsTypes = {
|
|
154980
154990
|
[K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
|
|
154981
154991
|
};
|
|
154982
|
-
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate"]>;
|
|
154992
|
+
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "ForgeAiBackendMigrated", "CustomForgeTemplate"]>;
|
|
154983
154993
|
type FlaggedFeature = z$1.infer<typeof FlaggedFeature>;
|
|
154984
|
-
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate"]>, z$1.ZodBoolean>;
|
|
154994
|
+
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "ForgeAiBackendMigrated", "CustomForgeTemplate"]>, z$1.ZodBoolean>;
|
|
154985
154995
|
type FeatureFlagMap = z$1.infer<typeof FeatureFlagMap>;
|
|
154986
154996
|
declare const FeatureFlag: z$1.ZodObject<{
|
|
154987
154997
|
id: z$1.ZodString;
|
|
154988
|
-
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate"]>;
|
|
154998
|
+
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "ForgeAiBackendMigrated", "CustomForgeTemplate"]>;
|
|
154989
154999
|
createdAt: z$1.ZodDate;
|
|
154990
155000
|
enabled: z$1.ZodBoolean;
|
|
154991
155001
|
designSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
154992
155002
|
data: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
|
|
154993
155003
|
}, "strip", z$1.ZodTypeAny, {
|
|
154994
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate";
|
|
155004
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate";
|
|
154995
155005
|
id: string;
|
|
154996
155006
|
createdAt: Date;
|
|
154997
155007
|
enabled: boolean;
|
|
154998
155008
|
data?: Record<string, any> | null | undefined;
|
|
154999
155009
|
designSystemId?: string | undefined;
|
|
155000
155010
|
}, {
|
|
155001
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate";
|
|
155011
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate";
|
|
155002
155012
|
id: string;
|
|
155003
155013
|
createdAt: Date;
|
|
155004
155014
|
enabled: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -73280,6 +73280,9 @@ declare const Theme: z$1.ZodObject<{
|
|
|
73280
73280
|
designSystemVersionId: z$1.ZodString;
|
|
73281
73281
|
createdAt: z$1.ZodDate;
|
|
73282
73282
|
updatedAt: z$1.ZodDate;
|
|
73283
|
+
} & {
|
|
73284
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
73285
|
+
sortOrder: z$1.ZodNumber;
|
|
73283
73286
|
} & {
|
|
73284
73287
|
brandPersistentId: z$1.ZodString;
|
|
73285
73288
|
} & {
|
|
@@ -75648,6 +75651,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
75648
75651
|
designSystemVersionId: string;
|
|
75649
75652
|
codeName: string;
|
|
75650
75653
|
brandPersistentId: string;
|
|
75654
|
+
sortOrder: number;
|
|
75651
75655
|
meta: {
|
|
75652
75656
|
name: string;
|
|
75653
75657
|
description?: string | undefined;
|
|
@@ -76020,6 +76024,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76020
76024
|
referenceResolutionFailed?: boolean | undefined;
|
|
76021
76025
|
} | undefined;
|
|
76022
76026
|
})[];
|
|
76027
|
+
parentPersistentId?: string | undefined;
|
|
76023
76028
|
origin?: {
|
|
76024
76029
|
sources: {
|
|
76025
76030
|
sourceId: string;
|
|
@@ -76037,6 +76042,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76037
76042
|
designSystemVersionId: string;
|
|
76038
76043
|
codeName: string;
|
|
76039
76044
|
brandPersistentId: string;
|
|
76045
|
+
sortOrder: number;
|
|
76040
76046
|
meta: {
|
|
76041
76047
|
name: string;
|
|
76042
76048
|
description?: string | undefined;
|
|
@@ -76409,6 +76415,7 @@ declare const Theme: z$1.ZodObject<{
|
|
|
76409
76415
|
referenceResolutionFailed?: boolean | undefined;
|
|
76410
76416
|
} | null | undefined;
|
|
76411
76417
|
})[];
|
|
76418
|
+
parentPersistentId?: string | undefined;
|
|
76412
76419
|
origin?: {
|
|
76413
76420
|
sources: {
|
|
76414
76421
|
sourceId: string;
|
|
@@ -142363,6 +142370,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142363
142370
|
}, {
|
|
142364
142371
|
value: string;
|
|
142365
142372
|
}>>;
|
|
142373
|
+
parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
|
|
142366
142374
|
/**
|
|
142367
142375
|
* ID of Select element property definition's option that corresponds to this collection.
|
|
142368
142376
|
*
|
|
@@ -142401,6 +142409,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142401
142409
|
backgroundColor?: {
|
|
142402
142410
|
value: string;
|
|
142403
142411
|
} | undefined;
|
|
142412
|
+
parentPersistentId?: string | undefined;
|
|
142404
142413
|
origin?: {
|
|
142405
142414
|
id: string;
|
|
142406
142415
|
sourceId: string;
|
|
@@ -142418,6 +142427,7 @@ declare const Collection: z$1.ZodObject<{
|
|
|
142418
142427
|
backgroundColor?: {
|
|
142419
142428
|
value: string;
|
|
142420
142429
|
} | undefined;
|
|
142430
|
+
parentPersistentId?: string | undefined;
|
|
142421
142431
|
origin?: {
|
|
142422
142432
|
id: string;
|
|
142423
142433
|
sourceId: string;
|
|
@@ -154979,26 +154989,26 @@ type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
|
|
|
154979
154989
|
type FeatureFlagDefaultsTypes = {
|
|
154980
154990
|
[K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
|
|
154981
154991
|
};
|
|
154982
|
-
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate"]>;
|
|
154992
|
+
declare const FlaggedFeature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "ForgeAiBackendMigrated", "CustomForgeTemplate"]>;
|
|
154983
154993
|
type FlaggedFeature = z$1.infer<typeof FlaggedFeature>;
|
|
154984
|
-
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate"]>, z$1.ZodBoolean>;
|
|
154994
|
+
declare const FeatureFlagMap: z$1.ZodRecord<z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "ForgeAiBackendMigrated", "CustomForgeTemplate"]>, z$1.ZodBoolean>;
|
|
154985
154995
|
type FeatureFlagMap = z$1.infer<typeof FeatureFlagMap>;
|
|
154986
154996
|
declare const FeatureFlag: z$1.ZodObject<{
|
|
154987
154997
|
id: z$1.ZodString;
|
|
154988
|
-
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "CustomForgeTemplate"]>;
|
|
154998
|
+
feature: z$1.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "SparseCheckoutEnabled", "NoTagsNoBlobsCheckoutEnabled", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode", "ForgeE2BTemplate", "ForgeOnDemandIterations", "ForgeAutoRetryOnErrors", "ForgeAiBackendMigrated", "CustomForgeTemplate"]>;
|
|
154989
154999
|
createdAt: z$1.ZodDate;
|
|
154990
155000
|
enabled: z$1.ZodBoolean;
|
|
154991
155001
|
designSystemId: z$1.ZodOptional<z$1.ZodString>;
|
|
154992
155002
|
data: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
|
|
154993
155003
|
}, "strip", z$1.ZodTypeAny, {
|
|
154994
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate";
|
|
155004
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate";
|
|
154995
155005
|
id: string;
|
|
154996
155006
|
createdAt: Date;
|
|
154997
155007
|
enabled: boolean;
|
|
154998
155008
|
data?: Record<string, any> | null | undefined;
|
|
154999
155009
|
designSystemId?: string | undefined;
|
|
155000
155010
|
}, {
|
|
155001
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "CustomForgeTemplate";
|
|
155011
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate";
|
|
155002
155012
|
id: string;
|
|
155003
155013
|
createdAt: Date;
|
|
155004
155014
|
enabled: boolean;
|
package/dist/index.js
CHANGED
|
@@ -1054,7 +1054,9 @@ async function promiseWithTimeout(timeoutMs, promise, onTimeout) {
|
|
|
1054
1054
|
return result;
|
|
1055
1055
|
}
|
|
1056
1056
|
async function sleep(ms) {
|
|
1057
|
-
return new Promise((resolve) =>
|
|
1057
|
+
return new Promise((resolve) => {
|
|
1058
|
+
setTimeout(resolve, ms);
|
|
1059
|
+
});
|
|
1058
1060
|
}
|
|
1059
1061
|
function uniqueBy(items, prop) {
|
|
1060
1062
|
return Array.from(mapByUnique(items, prop).values());
|
|
@@ -3760,7 +3762,7 @@ var ThemeOriginSource = _zod.z.object({
|
|
|
3760
3762
|
var ThemeOrigin = _zod.z.object({
|
|
3761
3763
|
sources: _zod.z.array(ThemeOriginSource)
|
|
3762
3764
|
});
|
|
3763
|
-
var Theme =
|
|
3765
|
+
var Theme = DesignElementGroupableBase.extend(DesignElementBrandedPart.shape).extend({
|
|
3764
3766
|
origin: ThemeOrigin.optional(),
|
|
3765
3767
|
overrides: _zod.z.array(ThemeOverride),
|
|
3766
3768
|
codeName: _zod.z.string()
|
|
@@ -4103,6 +4105,7 @@ var Collection = _zod.z.object({
|
|
|
4103
4105
|
name: _zod.z.string(),
|
|
4104
4106
|
description: _zod.z.string(),
|
|
4105
4107
|
backgroundColor: ColorTokenInlineData.optional(),
|
|
4108
|
+
parentPersistentId: _zod.z.string().optional(),
|
|
4106
4109
|
/**
|
|
4107
4110
|
* ID of Select element property definition's option that corresponds to this collection.
|
|
4108
4111
|
*
|
|
@@ -6667,6 +6670,7 @@ var FlaggedFeature = _zod.z.enum([
|
|
|
6667
6670
|
"ForgeE2BTemplate",
|
|
6668
6671
|
"ForgeOnDemandIterations",
|
|
6669
6672
|
"ForgeAutoRetryOnErrors",
|
|
6673
|
+
"ForgeAiBackendMigrated",
|
|
6670
6674
|
"CustomForgeTemplate"
|
|
6671
6675
|
]);
|
|
6672
6676
|
var FeatureFlagDefaults = {
|