@supernova-studio/model 1.7.0 → 1.8.1
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 +19 -5
- package/dist/index.d.ts +19 -5
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -150490,6 +150490,7 @@ declare const ExportJobDebugContext: z.ZodObject<{
|
|
|
150490
150490
|
concurrencyMode: z.ZodOptional<z.ZodString>;
|
|
150491
150491
|
cacheSdk: z.ZodOptional<z.ZodBoolean>;
|
|
150492
150492
|
logSdkNetwork: z.ZodOptional<z.ZodBoolean>;
|
|
150493
|
+
profilerMode: z.ZodOptional<z.ZodString>;
|
|
150493
150494
|
}, "strip", z.ZodTypeAny, {
|
|
150494
150495
|
debugMode?: boolean | undefined;
|
|
150495
150496
|
concurrency?: number | undefined;
|
|
@@ -150497,6 +150498,7 @@ declare const ExportJobDebugContext: z.ZodObject<{
|
|
|
150497
150498
|
concurrencyMode?: string | undefined;
|
|
150498
150499
|
cacheSdk?: boolean | undefined;
|
|
150499
150500
|
logSdkNetwork?: boolean | undefined;
|
|
150501
|
+
profilerMode?: string | undefined;
|
|
150500
150502
|
}, {
|
|
150501
150503
|
debugMode?: boolean | undefined;
|
|
150502
150504
|
concurrency?: number | undefined;
|
|
@@ -150504,6 +150506,7 @@ declare const ExportJobDebugContext: z.ZodObject<{
|
|
|
150504
150506
|
concurrencyMode?: string | undefined;
|
|
150505
150507
|
cacheSdk?: boolean | undefined;
|
|
150506
150508
|
logSdkNetwork?: boolean | undefined;
|
|
150509
|
+
profilerMode?: string | undefined;
|
|
150507
150510
|
}>;
|
|
150508
150511
|
type ExportJobDebugContext = z.infer<typeof ExportJobDebugContext>;
|
|
150509
150512
|
declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
@@ -151554,6 +151557,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151554
151557
|
concurrencyMode: z.ZodOptional<z.ZodString>;
|
|
151555
151558
|
cacheSdk: z.ZodOptional<z.ZodBoolean>;
|
|
151556
151559
|
logSdkNetwork: z.ZodOptional<z.ZodBoolean>;
|
|
151560
|
+
profilerMode: z.ZodOptional<z.ZodString>;
|
|
151557
151561
|
}, "strip", z.ZodTypeAny, {
|
|
151558
151562
|
debugMode?: boolean | undefined;
|
|
151559
151563
|
concurrency?: number | undefined;
|
|
@@ -151561,6 +151565,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151561
151565
|
concurrencyMode?: string | undefined;
|
|
151562
151566
|
cacheSdk?: boolean | undefined;
|
|
151563
151567
|
logSdkNetwork?: boolean | undefined;
|
|
151568
|
+
profilerMode?: string | undefined;
|
|
151564
151569
|
}, {
|
|
151565
151570
|
debugMode?: boolean | undefined;
|
|
151566
151571
|
concurrency?: number | undefined;
|
|
@@ -151568,6 +151573,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151568
151573
|
concurrencyMode?: string | undefined;
|
|
151569
151574
|
cacheSdk?: boolean | undefined;
|
|
151570
151575
|
logSdkNetwork?: boolean | undefined;
|
|
151576
|
+
profilerMode?: string | undefined;
|
|
151571
151577
|
}>>;
|
|
151572
151578
|
}, "strip", z.ZodTypeAny, {
|
|
151573
151579
|
designSystemId: string;
|
|
@@ -151593,6 +151599,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151593
151599
|
concurrencyMode?: string | undefined;
|
|
151594
151600
|
cacheSdk?: boolean | undefined;
|
|
151595
151601
|
logSdkNetwork?: boolean | undefined;
|
|
151602
|
+
profilerMode?: string | undefined;
|
|
151596
151603
|
} | undefined;
|
|
151597
151604
|
}, {
|
|
151598
151605
|
designSystemId: string;
|
|
@@ -151618,6 +151625,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151618
151625
|
concurrencyMode?: string | undefined;
|
|
151619
151626
|
cacheSdk?: boolean | undefined;
|
|
151620
151627
|
logSdkNetwork?: boolean | undefined;
|
|
151628
|
+
profilerMode?: string | undefined;
|
|
151621
151629
|
} | undefined;
|
|
151622
151630
|
}>;
|
|
151623
151631
|
type ExportJobContext = z.infer<typeof ExportJobContext>;
|
|
@@ -151627,14 +151635,17 @@ declare const ExporterFunctionPayload: z.ZodObject<{
|
|
|
151627
151635
|
exportContextId: z.ZodString;
|
|
151628
151636
|
designSystemId: z.ZodString;
|
|
151629
151637
|
workspaceId: z.ZodString;
|
|
151638
|
+
exporterId: z.ZodString;
|
|
151630
151639
|
}, "strip", z.ZodTypeAny, {
|
|
151631
151640
|
designSystemId: string;
|
|
151632
151641
|
workspaceId: string;
|
|
151642
|
+
exporterId: string;
|
|
151633
151643
|
exportJobId: string;
|
|
151634
151644
|
exportContextId: string;
|
|
151635
151645
|
}, {
|
|
151636
151646
|
designSystemId: string;
|
|
151637
151647
|
workspaceId: string;
|
|
151648
|
+
exporterId: string;
|
|
151638
151649
|
exportJobId: string;
|
|
151639
151650
|
exportContextId: string;
|
|
151640
151651
|
}>;
|
|
@@ -157402,27 +157413,30 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
157402
157413
|
}>;
|
|
157403
157414
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
157404
157415
|
|
|
157405
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>;
|
|
157416
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
157406
157417
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
157407
|
-
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>, z.ZodBoolean>;
|
|
157418
|
+
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>, z.ZodBoolean>;
|
|
157408
157419
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
157409
157420
|
declare const FeatureFlag: z.ZodObject<{
|
|
157410
157421
|
id: z.ZodString;
|
|
157411
|
-
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>;
|
|
157422
|
+
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
157412
157423
|
createdAt: z.ZodDate;
|
|
157413
157424
|
enabled: z.ZodBoolean;
|
|
157414
157425
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
157426
|
+
data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
157415
157427
|
}, "strip", z.ZodTypeAny, {
|
|
157416
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency";
|
|
157428
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
157417
157429
|
id: string;
|
|
157418
157430
|
createdAt: Date;
|
|
157419
157431
|
enabled: boolean;
|
|
157432
|
+
data?: Record<string, any> | null | undefined;
|
|
157420
157433
|
designSystemId?: string | undefined;
|
|
157421
157434
|
}, {
|
|
157422
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency";
|
|
157435
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
157423
157436
|
id: string;
|
|
157424
157437
|
createdAt: Date;
|
|
157425
157438
|
enabled: boolean;
|
|
157439
|
+
data?: Record<string, any> | null | undefined;
|
|
157426
157440
|
designSystemId?: string | undefined;
|
|
157427
157441
|
}>;
|
|
157428
157442
|
type FeatureFlag = z.infer<typeof FeatureFlag>;
|
package/dist/index.d.ts
CHANGED
|
@@ -150490,6 +150490,7 @@ declare const ExportJobDebugContext: z.ZodObject<{
|
|
|
150490
150490
|
concurrencyMode: z.ZodOptional<z.ZodString>;
|
|
150491
150491
|
cacheSdk: z.ZodOptional<z.ZodBoolean>;
|
|
150492
150492
|
logSdkNetwork: z.ZodOptional<z.ZodBoolean>;
|
|
150493
|
+
profilerMode: z.ZodOptional<z.ZodString>;
|
|
150493
150494
|
}, "strip", z.ZodTypeAny, {
|
|
150494
150495
|
debugMode?: boolean | undefined;
|
|
150495
150496
|
concurrency?: number | undefined;
|
|
@@ -150497,6 +150498,7 @@ declare const ExportJobDebugContext: z.ZodObject<{
|
|
|
150497
150498
|
concurrencyMode?: string | undefined;
|
|
150498
150499
|
cacheSdk?: boolean | undefined;
|
|
150499
150500
|
logSdkNetwork?: boolean | undefined;
|
|
150501
|
+
profilerMode?: string | undefined;
|
|
150500
150502
|
}, {
|
|
150501
150503
|
debugMode?: boolean | undefined;
|
|
150502
150504
|
concurrency?: number | undefined;
|
|
@@ -150504,6 +150506,7 @@ declare const ExportJobDebugContext: z.ZodObject<{
|
|
|
150504
150506
|
concurrencyMode?: string | undefined;
|
|
150505
150507
|
cacheSdk?: boolean | undefined;
|
|
150506
150508
|
logSdkNetwork?: boolean | undefined;
|
|
150509
|
+
profilerMode?: string | undefined;
|
|
150507
150510
|
}>;
|
|
150508
150511
|
type ExportJobDebugContext = z.infer<typeof ExportJobDebugContext>;
|
|
150509
150512
|
declare const ExportJobExporterConfiguration: z.ZodObject<{
|
|
@@ -151554,6 +151557,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151554
151557
|
concurrencyMode: z.ZodOptional<z.ZodString>;
|
|
151555
151558
|
cacheSdk: z.ZodOptional<z.ZodBoolean>;
|
|
151556
151559
|
logSdkNetwork: z.ZodOptional<z.ZodBoolean>;
|
|
151560
|
+
profilerMode: z.ZodOptional<z.ZodString>;
|
|
151557
151561
|
}, "strip", z.ZodTypeAny, {
|
|
151558
151562
|
debugMode?: boolean | undefined;
|
|
151559
151563
|
concurrency?: number | undefined;
|
|
@@ -151561,6 +151565,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151561
151565
|
concurrencyMode?: string | undefined;
|
|
151562
151566
|
cacheSdk?: boolean | undefined;
|
|
151563
151567
|
logSdkNetwork?: boolean | undefined;
|
|
151568
|
+
profilerMode?: string | undefined;
|
|
151564
151569
|
}, {
|
|
151565
151570
|
debugMode?: boolean | undefined;
|
|
151566
151571
|
concurrency?: number | undefined;
|
|
@@ -151568,6 +151573,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151568
151573
|
concurrencyMode?: string | undefined;
|
|
151569
151574
|
cacheSdk?: boolean | undefined;
|
|
151570
151575
|
logSdkNetwork?: boolean | undefined;
|
|
151576
|
+
profilerMode?: string | undefined;
|
|
151571
151577
|
}>>;
|
|
151572
151578
|
}, "strip", z.ZodTypeAny, {
|
|
151573
151579
|
designSystemId: string;
|
|
@@ -151593,6 +151599,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151593
151599
|
concurrencyMode?: string | undefined;
|
|
151594
151600
|
cacheSdk?: boolean | undefined;
|
|
151595
151601
|
logSdkNetwork?: boolean | undefined;
|
|
151602
|
+
profilerMode?: string | undefined;
|
|
151596
151603
|
} | undefined;
|
|
151597
151604
|
}, {
|
|
151598
151605
|
designSystemId: string;
|
|
@@ -151618,6 +151625,7 @@ declare const ExportJobContext: z.ZodObject<{
|
|
|
151618
151625
|
concurrencyMode?: string | undefined;
|
|
151619
151626
|
cacheSdk?: boolean | undefined;
|
|
151620
151627
|
logSdkNetwork?: boolean | undefined;
|
|
151628
|
+
profilerMode?: string | undefined;
|
|
151621
151629
|
} | undefined;
|
|
151622
151630
|
}>;
|
|
151623
151631
|
type ExportJobContext = z.infer<typeof ExportJobContext>;
|
|
@@ -151627,14 +151635,17 @@ declare const ExporterFunctionPayload: z.ZodObject<{
|
|
|
151627
151635
|
exportContextId: z.ZodString;
|
|
151628
151636
|
designSystemId: z.ZodString;
|
|
151629
151637
|
workspaceId: z.ZodString;
|
|
151638
|
+
exporterId: z.ZodString;
|
|
151630
151639
|
}, "strip", z.ZodTypeAny, {
|
|
151631
151640
|
designSystemId: string;
|
|
151632
151641
|
workspaceId: string;
|
|
151642
|
+
exporterId: string;
|
|
151633
151643
|
exportJobId: string;
|
|
151634
151644
|
exportContextId: string;
|
|
151635
151645
|
}, {
|
|
151636
151646
|
designSystemId: string;
|
|
151637
151647
|
workspaceId: string;
|
|
151648
|
+
exporterId: string;
|
|
151638
151649
|
exportJobId: string;
|
|
151639
151650
|
exportContextId: string;
|
|
151640
151651
|
}>;
|
|
@@ -157402,27 +157413,30 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
157402
157413
|
}>;
|
|
157403
157414
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
157404
157415
|
|
|
157405
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>;
|
|
157416
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
157406
157417
|
type FlaggedFeature = z.infer<typeof FlaggedFeature>;
|
|
157407
|
-
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>, z.ZodBoolean>;
|
|
157418
|
+
declare const FeatureFlagMap: z.ZodRecord<z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>, z.ZodBoolean>;
|
|
157408
157419
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
157409
157420
|
declare const FeatureFlag: z.ZodObject<{
|
|
157410
157421
|
id: z.ZodString;
|
|
157411
|
-
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>;
|
|
157422
|
+
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
157412
157423
|
createdAt: z.ZodDate;
|
|
157413
157424
|
enabled: z.ZodBoolean;
|
|
157414
157425
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
157426
|
+
data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
157415
157427
|
}, "strip", z.ZodTypeAny, {
|
|
157416
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency";
|
|
157428
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
157417
157429
|
id: string;
|
|
157418
157430
|
createdAt: Date;
|
|
157419
157431
|
enabled: boolean;
|
|
157432
|
+
data?: Record<string, any> | null | undefined;
|
|
157420
157433
|
designSystemId?: string | undefined;
|
|
157421
157434
|
}, {
|
|
157422
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency";
|
|
157435
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
157423
157436
|
id: string;
|
|
157424
157437
|
createdAt: Date;
|
|
157425
157438
|
enabled: boolean;
|
|
157439
|
+
data?: Record<string, any> | null | undefined;
|
|
157426
157440
|
designSystemId?: string | undefined;
|
|
157427
157441
|
}>;
|
|
157428
157442
|
type FeatureFlag = z.infer<typeof FeatureFlag>;
|
package/dist/index.js
CHANGED
|
@@ -5651,7 +5651,8 @@ var ExportJobDebugContext = _zod.z.object({
|
|
|
5651
5651
|
preloadData: _zod.z.string().optional(),
|
|
5652
5652
|
concurrencyMode: _zod.z.string().optional(),
|
|
5653
5653
|
cacheSdk: _zod.z.boolean().optional(),
|
|
5654
|
-
logSdkNetwork: _zod.z.boolean().optional()
|
|
5654
|
+
logSdkNetwork: _zod.z.boolean().optional(),
|
|
5655
|
+
profilerMode: _zod.z.string().optional()
|
|
5655
5656
|
});
|
|
5656
5657
|
var ExportJobContext = _zod.z.object({
|
|
5657
5658
|
apiUrl: _zod.z.string(),
|
|
@@ -5680,7 +5681,8 @@ var ExporterFunctionPayload = _zod.z.object({
|
|
|
5680
5681
|
exportJobId: _zod.z.string(),
|
|
5681
5682
|
exportContextId: _zod.z.string(),
|
|
5682
5683
|
designSystemId: _zod.z.string(),
|
|
5683
|
-
workspaceId: _zod.z.string()
|
|
5684
|
+
workspaceId: _zod.z.string(),
|
|
5685
|
+
exporterId: _zod.z.string()
|
|
5684
5686
|
});
|
|
5685
5687
|
|
|
5686
5688
|
// src/export/export-jobs.ts
|
|
@@ -5801,7 +5803,8 @@ var FlaggedFeature = _zod.z.enum([
|
|
|
5801
5803
|
"PulsarCacheSdk",
|
|
5802
5804
|
"PulsarPreloadData",
|
|
5803
5805
|
"PulsarConcurrencyMode",
|
|
5804
|
-
"PulsarConcurrency"
|
|
5806
|
+
"PulsarConcurrency",
|
|
5807
|
+
"PulsarProfilerMode"
|
|
5805
5808
|
]);
|
|
5806
5809
|
var FeatureFlagMap = _zod.z.record(FlaggedFeature, _zod.z.boolean());
|
|
5807
5810
|
var FeatureFlag = _zod.z.object({
|
|
@@ -5809,7 +5812,8 @@ var FeatureFlag = _zod.z.object({
|
|
|
5809
5812
|
feature: FlaggedFeature,
|
|
5810
5813
|
createdAt: _zod.z.coerce.date(),
|
|
5811
5814
|
enabled: _zod.z.boolean(),
|
|
5812
|
-
designSystemId: _zod.z.string().optional()
|
|
5815
|
+
designSystemId: _zod.z.string().optional(),
|
|
5816
|
+
data: _zod.z.record(_zod.z.any()).nullable().optional()
|
|
5813
5817
|
});
|
|
5814
5818
|
|
|
5815
5819
|
// src/integrations/external-oauth-request.ts
|