@supernova-studio/model 1.7.0 → 1.8.0
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 +16 -5
- package/dist/index.d.ts +16 -5
- package/dist/index.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- 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>;
|
|
@@ -157402,27 +157410,30 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
157402
157410
|
}>;
|
|
157403
157411
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
157404
157412
|
|
|
157405
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>;
|
|
157413
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
157406
157414
|
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>;
|
|
157415
|
+
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
157416
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
157409
157417
|
declare const FeatureFlag: z.ZodObject<{
|
|
157410
157418
|
id: z.ZodString;
|
|
157411
|
-
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>;
|
|
157419
|
+
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
157412
157420
|
createdAt: z.ZodDate;
|
|
157413
157421
|
enabled: z.ZodBoolean;
|
|
157414
157422
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
157423
|
+
data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
157415
157424
|
}, "strip", z.ZodTypeAny, {
|
|
157416
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency";
|
|
157425
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
157417
157426
|
id: string;
|
|
157418
157427
|
createdAt: Date;
|
|
157419
157428
|
enabled: boolean;
|
|
157429
|
+
data?: Record<string, any> | null | undefined;
|
|
157420
157430
|
designSystemId?: string | undefined;
|
|
157421
157431
|
}, {
|
|
157422
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency";
|
|
157432
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
157423
157433
|
id: string;
|
|
157424
157434
|
createdAt: Date;
|
|
157425
157435
|
enabled: boolean;
|
|
157436
|
+
data?: Record<string, any> | null | undefined;
|
|
157426
157437
|
designSystemId?: string | undefined;
|
|
157427
157438
|
}>;
|
|
157428
157439
|
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>;
|
|
@@ -157402,27 +157410,30 @@ declare const PulsarContributionConfigurationProperty: z.ZodObject<z.objectUtil.
|
|
|
157402
157410
|
}>;
|
|
157403
157411
|
type PulsarContributionConfigurationProperty = z.infer<typeof PulsarContributionConfigurationProperty>;
|
|
157404
157412
|
|
|
157405
|
-
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>;
|
|
157413
|
+
declare const FlaggedFeature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
157406
157414
|
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>;
|
|
157415
|
+
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
157416
|
type FeatureFlagMap = z.infer<typeof FeatureFlagMap>;
|
|
157409
157417
|
declare const FeatureFlag: z.ZodObject<{
|
|
157410
157418
|
id: z.ZodString;
|
|
157411
|
-
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency"]>;
|
|
157419
|
+
feature: z.ZodEnum<["FigmaImporterV2", "DisableImporter", "VariablesOrder", "TypographyPropsKeepAliases", "GradientPropsKeepAliases", "ShadowPropsKeepAliases", "NonCompatibleTypeChanges", "TypographyUseFontStyle", "FigmaImporterV3", "PulsarDebugMode", "PulsarLogSdkNetwork", "PulsarCacheSdk", "PulsarPreloadData", "PulsarConcurrencyMode", "PulsarConcurrency", "PulsarProfilerMode"]>;
|
|
157412
157420
|
createdAt: z.ZodDate;
|
|
157413
157421
|
enabled: z.ZodBoolean;
|
|
157414
157422
|
designSystemId: z.ZodOptional<z.ZodString>;
|
|
157423
|
+
data: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
157415
157424
|
}, "strip", z.ZodTypeAny, {
|
|
157416
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency";
|
|
157425
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
157417
157426
|
id: string;
|
|
157418
157427
|
createdAt: Date;
|
|
157419
157428
|
enabled: boolean;
|
|
157429
|
+
data?: Record<string, any> | null | undefined;
|
|
157420
157430
|
designSystemId?: string | undefined;
|
|
157421
157431
|
}, {
|
|
157422
|
-
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency";
|
|
157432
|
+
feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "FigmaImporterV3" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode";
|
|
157423
157433
|
id: string;
|
|
157424
157434
|
createdAt: Date;
|
|
157425
157435
|
enabled: boolean;
|
|
157436
|
+
data?: Record<string, any> | null | undefined;
|
|
157426
157437
|
designSystemId?: string | undefined;
|
|
157427
157438
|
}>;
|
|
157428
157439
|
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(),
|
|
@@ -5801,7 +5802,8 @@ var FlaggedFeature = _zod.z.enum([
|
|
|
5801
5802
|
"PulsarCacheSdk",
|
|
5802
5803
|
"PulsarPreloadData",
|
|
5803
5804
|
"PulsarConcurrencyMode",
|
|
5804
|
-
"PulsarConcurrency"
|
|
5805
|
+
"PulsarConcurrency",
|
|
5806
|
+
"PulsarProfilerMode"
|
|
5805
5807
|
]);
|
|
5806
5808
|
var FeatureFlagMap = _zod.z.record(FlaggedFeature, _zod.z.boolean());
|
|
5807
5809
|
var FeatureFlag = _zod.z.object({
|
|
@@ -5809,7 +5811,8 @@ var FeatureFlag = _zod.z.object({
|
|
|
5809
5811
|
feature: FlaggedFeature,
|
|
5810
5812
|
createdAt: _zod.z.coerce.date(),
|
|
5811
5813
|
enabled: _zod.z.boolean(),
|
|
5812
|
-
designSystemId: _zod.z.string().optional()
|
|
5814
|
+
designSystemId: _zod.z.string().optional(),
|
|
5815
|
+
data: _zod.z.record(_zod.z.any()).nullable().optional()
|
|
5813
5816
|
});
|
|
5814
5817
|
|
|
5815
5818
|
// src/integrations/external-oauth-request.ts
|