@supernova-studio/model 1.69.6 → 1.71.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 CHANGED
@@ -95447,6 +95447,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
95447
95447
  themePersistentId: string;
95448
95448
  }>, "many">>;
95449
95449
  themes: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
95450
+ id: z$1.ZodString;
95451
+ parentId: z$1.ZodOptional<z$1.ZodString>;
95450
95452
  meta: z$1.ZodObject<{
95451
95453
  name: z$1.ZodString;
95452
95454
  description: z$1.ZodOptional<z$1.ZodString>;
@@ -97800,8 +97802,8 @@ declare const ImportModelCollection: z$1.ZodObject<{
97800
97802
  }>>, "many">;
97801
97803
  sortOrder: z$1.ZodNumber;
97802
97804
  collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
97803
- parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
97804
97805
  }, "strip", z$1.ZodTypeAny, {
97806
+ id: string;
97805
97807
  brandPersistentId: string;
97806
97808
  sortOrder: number;
97807
97809
  meta: {
@@ -98189,9 +98191,10 @@ declare const ImportModelCollection: z$1.ZodObject<{
98189
98191
  parentModeId?: string | undefined;
98190
98192
  }[];
98191
98193
  };
98192
- parentPersistentId?: string | undefined;
98194
+ parentId?: string | undefined;
98193
98195
  collectionIds?: string[] | undefined;
98194
98196
  }, {
98197
+ id: string;
98195
98198
  brandPersistentId: string;
98196
98199
  sortOrder: number;
98197
98200
  meta: {
@@ -98579,7 +98582,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
98579
98582
  parentModeId?: string | undefined;
98580
98583
  }[];
98581
98584
  };
98582
- parentPersistentId?: string | undefined;
98585
+ parentId?: string | undefined;
98583
98586
  collectionIds?: string[] | undefined;
98584
98587
  }>, "many">>;
98585
98588
  figmaFileStructures: z$1.ZodArray<z$1.ZodObject<{
@@ -98762,8 +98765,10 @@ declare const ImportModelCollection: z$1.ZodObject<{
98762
98765
  }>, "many">;
98763
98766
  collections: z$1.ZodArray<z$1.ZodObject<{
98764
98767
  id: z$1.ZodString;
98768
+ legacyId: z$1.ZodString;
98769
+ parentId: z$1.ZodOptional<z$1.ZodString>;
98770
+ parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
98765
98771
  name: z$1.ZodString;
98766
- parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
98767
98772
  origin: z$1.ZodObject<{
98768
98773
  id: z$1.ZodString;
98769
98774
  parentId: z$1.ZodOptional<z$1.ZodString>;
@@ -98777,6 +98782,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
98777
98782
  sourceId: string;
98778
98783
  parentId?: string | undefined;
98779
98784
  }>;
98785
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
98780
98786
  }, "strip", z$1.ZodTypeAny, {
98781
98787
  id: string;
98782
98788
  name: string;
@@ -98785,7 +98791,10 @@ declare const ImportModelCollection: z$1.ZodObject<{
98785
98791
  sourceId: string;
98786
98792
  parentId?: string | undefined;
98787
98793
  };
98794
+ legacyId: string;
98788
98795
  parentPersistentId?: string | undefined;
98796
+ parentId?: string | undefined;
98797
+ parentLegacyId?: string | undefined;
98789
98798
  }, {
98790
98799
  id: string;
98791
98800
  name: string;
@@ -98794,10 +98803,14 @@ declare const ImportModelCollection: z$1.ZodObject<{
98794
98803
  sourceId: string;
98795
98804
  parentId?: string | undefined;
98796
98805
  };
98806
+ legacyId: string;
98797
98807
  parentPersistentId?: string | undefined;
98808
+ parentId?: string | undefined;
98809
+ parentLegacyId?: string | undefined;
98798
98810
  }>, "many">;
98799
98811
  }, "strip", z$1.ZodTypeAny, {
98800
98812
  themes: {
98813
+ id: string;
98801
98814
  brandPersistentId: string;
98802
98815
  sortOrder: number;
98803
98816
  meta: {
@@ -99185,7 +99198,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
99185
99198
  parentModeId?: string | undefined;
99186
99199
  }[];
99187
99200
  };
99188
- parentPersistentId?: string | undefined;
99201
+ parentId?: string | undefined;
99189
99202
  collectionIds?: string[] | undefined;
99190
99203
  }[];
99191
99204
  components: {
@@ -100035,7 +100048,10 @@ declare const ImportModelCollection: z$1.ZodObject<{
100035
100048
  sourceId: string;
100036
100049
  parentId?: string | undefined;
100037
100050
  };
100051
+ legacyId: string;
100038
100052
  parentPersistentId?: string | undefined;
100053
+ parentId?: string | undefined;
100054
+ parentLegacyId?: string | undefined;
100039
100055
  }[];
100040
100056
  figmaFileStructures: {
100041
100057
  data: {
@@ -100083,7 +100099,10 @@ declare const ImportModelCollection: z$1.ZodObject<{
100083
100099
  sourceId: string;
100084
100100
  parentId?: string | undefined;
100085
100101
  };
100102
+ legacyId: string;
100086
100103
  parentPersistentId?: string | undefined;
100104
+ parentId?: string | undefined;
100105
+ parentLegacyId?: string | undefined;
100087
100106
  }[];
100088
100107
  figmaFileStructures: {
100089
100108
  data: {
@@ -100127,6 +100146,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
100127
100146
  };
100128
100147
  }[];
100129
100148
  themes?: {
100149
+ id: string;
100130
100150
  brandPersistentId: string;
100131
100151
  sortOrder: number;
100132
100152
  meta: {
@@ -100514,7 +100534,7 @@ declare const ImportModelCollection: z$1.ZodObject<{
100514
100534
  parentModeId?: string | undefined;
100515
100535
  }[];
100516
100536
  };
100517
- parentPersistentId?: string | undefined;
100537
+ parentId?: string | undefined;
100518
100538
  collectionIds?: string[] | undefined;
100519
100539
  }[] | undefined;
100520
100540
  components?: {
@@ -107472,6 +107492,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
107472
107492
  themePersistentId: string;
107473
107493
  }>, "many">>;
107474
107494
  themes: z$1.ZodDefault<z$1.ZodArray<z$1.ZodObject<{
107495
+ id: z$1.ZodString;
107496
+ parentId: z$1.ZodOptional<z$1.ZodString>;
107475
107497
  meta: z$1.ZodObject<{
107476
107498
  name: z$1.ZodString;
107477
107499
  description: z$1.ZodOptional<z$1.ZodString>;
@@ -109793,8 +109815,8 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
109793
109815
  };
109794
109816
  }>>, "many">;
109795
109817
  collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
109796
- parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
109797
109818
  }, "strip", z$1.ZodTypeAny, {
109819
+ id: string;
109798
109820
  meta: {
109799
109821
  name: string;
109800
109822
  description?: string | undefined;
@@ -110175,9 +110197,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110175
110197
  name: string;
110176
110198
  parentModeId?: string | undefined;
110177
110199
  }[];
110178
- parentPersistentId?: string | undefined;
110200
+ parentId?: string | undefined;
110179
110201
  collectionIds?: string[] | undefined;
110180
110202
  }, {
110203
+ id: string;
110181
110204
  meta: {
110182
110205
  name: string;
110183
110206
  description?: string | undefined;
@@ -110558,7 +110581,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110558
110581
  name: string;
110559
110582
  parentModeId?: string | undefined;
110560
110583
  }[];
110561
- parentPersistentId?: string | undefined;
110584
+ parentId?: string | undefined;
110562
110585
  collectionIds?: string[] | undefined;
110563
110586
  }>, "many">>;
110564
110587
  figmaFileStructure: z$1.ZodOptional<z$1.ZodObject<Omit<{
@@ -110743,19 +110766,25 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110743
110766
  }>>;
110744
110767
  collections: z$1.ZodArray<z$1.ZodObject<{
110745
110768
  id: z$1.ZodString;
110769
+ legacyId: z$1.ZodString;
110746
110770
  name: z$1.ZodString;
110747
110771
  parentId: z$1.ZodOptional<z$1.ZodString>;
110772
+ parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
110748
110773
  parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
110749
110774
  }, "strip", z$1.ZodTypeAny, {
110750
110775
  id: string;
110751
110776
  name: string;
110777
+ legacyId: string;
110752
110778
  parentPersistentId?: string | undefined;
110753
110779
  parentId?: string | undefined;
110780
+ parentLegacyId?: string | undefined;
110754
110781
  }, {
110755
110782
  id: string;
110756
110783
  name: string;
110784
+ legacyId: string;
110757
110785
  parentPersistentId?: string | undefined;
110758
110786
  parentId?: string | undefined;
110787
+ parentLegacyId?: string | undefined;
110759
110788
  }>, "many">;
110760
110789
  }, "strip", z$1.ZodTypeAny, {
110761
110790
  assets: {
@@ -110841,6 +110870,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
110841
110870
  thumbnailUrl?: string | undefined;
110842
110871
  };
110843
110872
  themes: {
110873
+ id: string;
110844
110874
  meta: {
110845
110875
  name: string;
110846
110876
  description?: string | undefined;
@@ -111221,7 +111251,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
111221
111251
  name: string;
111222
111252
  parentModeId?: string | undefined;
111223
111253
  }[];
111224
- parentPersistentId?: string | undefined;
111254
+ parentId?: string | undefined;
111225
111255
  collectionIds?: string[] | undefined;
111226
111256
  }[];
111227
111257
  components: {
@@ -112051,8 +112081,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112051
112081
  collections: {
112052
112082
  id: string;
112053
112083
  name: string;
112084
+ legacyId: string;
112054
112085
  parentPersistentId?: string | undefined;
112055
112086
  parentId?: string | undefined;
112087
+ parentLegacyId?: string | undefined;
112056
112088
  }[];
112057
112089
  figmaFileStructure?: {
112058
112090
  data: {
@@ -112092,8 +112124,10 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112092
112124
  collections: {
112093
112125
  id: string;
112094
112126
  name: string;
112127
+ legacyId: string;
112095
112128
  parentPersistentId?: string | undefined;
112096
112129
  parentId?: string | undefined;
112130
+ parentLegacyId?: string | undefined;
112097
112131
  }[];
112098
112132
  assets?: {
112099
112133
  id: string;
@@ -112173,6 +112207,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112173
112207
  parentComponentId?: string | undefined;
112174
112208
  }[] | undefined;
112175
112209
  themes?: {
112210
+ id: string;
112176
112211
  meta: {
112177
112212
  name: string;
112178
112213
  description?: string | undefined;
@@ -112553,7 +112588,7 @@ declare const ImportModelInputCollection: z$1.ZodObject<{
112553
112588
  name: string;
112554
112589
  parentModeId?: string | undefined;
112555
112590
  }[];
112556
- parentPersistentId?: string | undefined;
112591
+ parentId?: string | undefined;
112557
112592
  collectionIds?: string[] | undefined;
112558
112593
  }[] | undefined;
112559
112594
  components?: {
@@ -114929,25 +114964,33 @@ type ImportModelInputBase = z$1.infer<typeof ImportModelInputBase>;
114929
114964
 
114930
114965
  declare const CollectionImportModelInput: z$1.ZodObject<{
114931
114966
  id: z$1.ZodString;
114967
+ legacyId: z$1.ZodString;
114932
114968
  name: z$1.ZodString;
114933
114969
  parentId: z$1.ZodOptional<z$1.ZodString>;
114970
+ parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
114934
114971
  parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
114935
114972
  }, "strip", z$1.ZodTypeAny, {
114936
114973
  id: string;
114937
114974
  name: string;
114975
+ legacyId: string;
114938
114976
  parentPersistentId?: string | undefined;
114939
114977
  parentId?: string | undefined;
114978
+ parentLegacyId?: string | undefined;
114940
114979
  }, {
114941
114980
  id: string;
114942
114981
  name: string;
114982
+ legacyId: string;
114943
114983
  parentPersistentId?: string | undefined;
114944
114984
  parentId?: string | undefined;
114985
+ parentLegacyId?: string | undefined;
114945
114986
  }>;
114946
114987
  type CollectionImportModelInput = z$1.infer<typeof CollectionImportModelInput>;
114947
114988
  declare const CollectionImportModel: z$1.ZodObject<{
114948
114989
  id: z$1.ZodString;
114990
+ legacyId: z$1.ZodString;
114991
+ parentId: z$1.ZodOptional<z$1.ZodString>;
114992
+ parentLegacyId: z$1.ZodOptional<z$1.ZodString>;
114949
114993
  name: z$1.ZodString;
114950
- parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
114951
114994
  origin: z$1.ZodObject<{
114952
114995
  id: z$1.ZodString;
114953
114996
  parentId: z$1.ZodOptional<z$1.ZodString>;
@@ -114961,6 +115004,7 @@ declare const CollectionImportModel: z$1.ZodObject<{
114961
115004
  sourceId: string;
114962
115005
  parentId?: string | undefined;
114963
115006
  }>;
115007
+ parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
114964
115008
  }, "strip", z$1.ZodTypeAny, {
114965
115009
  id: string;
114966
115010
  name: string;
@@ -114969,7 +115013,10 @@ declare const CollectionImportModel: z$1.ZodObject<{
114969
115013
  sourceId: string;
114970
115014
  parentId?: string | undefined;
114971
115015
  };
115016
+ legacyId: string;
114972
115017
  parentPersistentId?: string | undefined;
115018
+ parentId?: string | undefined;
115019
+ parentLegacyId?: string | undefined;
114973
115020
  }, {
114974
115021
  id: string;
114975
115022
  name: string;
@@ -114978,7 +115025,10 @@ declare const CollectionImportModel: z$1.ZodObject<{
114978
115025
  sourceId: string;
114979
115026
  parentId?: string | undefined;
114980
115027
  };
115028
+ legacyId: string;
114981
115029
  parentPersistentId?: string | undefined;
115030
+ parentId?: string | undefined;
115031
+ parentLegacyId?: string | undefined;
114982
115032
  }>;
114983
115033
  type CollectionImportModel = z$1.infer<typeof CollectionImportModel>;
114984
115034
 
@@ -121862,6 +121912,8 @@ type ThemeOverrideImportModelInputOfType<T extends DesignTokenType> = Extract<Th
121862
121912
  type: T;
121863
121913
  }>;
121864
121914
  declare const ThemeImportModel: z$1.ZodObject<{
121915
+ id: z$1.ZodString;
121916
+ parentId: z$1.ZodOptional<z$1.ZodString>;
121865
121917
  meta: z$1.ZodObject<{
121866
121918
  name: z$1.ZodString;
121867
121919
  description: z$1.ZodOptional<z$1.ZodString>;
@@ -124215,8 +124267,8 @@ declare const ThemeImportModel: z$1.ZodObject<{
124215
124267
  }>>, "many">;
124216
124268
  sortOrder: z$1.ZodNumber;
124217
124269
  collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
124218
- parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
124219
124270
  }, "strip", z$1.ZodTypeAny, {
124271
+ id: string;
124220
124272
  brandPersistentId: string;
124221
124273
  sortOrder: number;
124222
124274
  meta: {
@@ -124604,9 +124656,10 @@ declare const ThemeImportModel: z$1.ZodObject<{
124604
124656
  parentModeId?: string | undefined;
124605
124657
  }[];
124606
124658
  };
124607
- parentPersistentId?: string | undefined;
124659
+ parentId?: string | undefined;
124608
124660
  collectionIds?: string[] | undefined;
124609
124661
  }, {
124662
+ id: string;
124610
124663
  brandPersistentId: string;
124611
124664
  sortOrder: number;
124612
124665
  meta: {
@@ -124994,11 +125047,13 @@ declare const ThemeImportModel: z$1.ZodObject<{
124994
125047
  parentModeId?: string | undefined;
124995
125048
  }[];
124996
125049
  };
124997
- parentPersistentId?: string | undefined;
125050
+ parentId?: string | undefined;
124998
125051
  collectionIds?: string[] | undefined;
124999
125052
  }>;
125000
125053
  type ThemeImportModel = z$1.infer<typeof ThemeImportModel>;
125001
125054
  declare const ThemeImportModelInput: z$1.ZodObject<{
125055
+ id: z$1.ZodString;
125056
+ parentId: z$1.ZodOptional<z$1.ZodString>;
125002
125057
  meta: z$1.ZodObject<{
125003
125058
  name: z$1.ZodString;
125004
125059
  description: z$1.ZodOptional<z$1.ZodString>;
@@ -127320,8 +127375,8 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
127320
127375
  };
127321
127376
  }>>, "many">;
127322
127377
  collectionIds: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString, "many">>;
127323
- parentPersistentId: z$1.ZodOptional<z$1.ZodString>;
127324
127378
  }, "strip", z$1.ZodTypeAny, {
127379
+ id: string;
127325
127380
  meta: {
127326
127381
  name: string;
127327
127382
  description?: string | undefined;
@@ -127702,9 +127757,10 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
127702
127757
  name: string;
127703
127758
  parentModeId?: string | undefined;
127704
127759
  }[];
127705
- parentPersistentId?: string | undefined;
127760
+ parentId?: string | undefined;
127706
127761
  collectionIds?: string[] | undefined;
127707
127762
  }, {
127763
+ id: string;
127708
127764
  meta: {
127709
127765
  name: string;
127710
127766
  description?: string | undefined;
@@ -128085,7 +128141,7 @@ declare const ThemeImportModelInput: z$1.ZodObject<{
128085
128141
  name: string;
128086
128142
  parentModeId?: string | undefined;
128087
128143
  }[];
128088
- parentPersistentId?: string | undefined;
128144
+ parentId?: string | undefined;
128089
128145
  collectionIds?: string[] | undefined;
128090
128146
  }>;
128091
128147
  type ThemeImportModelInput = z$1.infer<typeof ThemeImportModelInput>;
@@ -155206,26 +155262,26 @@ type FeatureFlagWithDefaults = keyof typeof FeatureFlagDefaults;
155206
155262
  type FeatureFlagDefaultsTypes = {
155207
155263
  [K in FeatureFlagWithDefaults]: (typeof FeatureFlagDefaults)[K];
155208
155264
  };
155209
- 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"]>;
155265
+ 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", "ForgeRestartPlaywright"]>;
155210
155266
  type FlaggedFeature = z$1.infer<typeof FlaggedFeature>;
155211
- 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>;
155267
+ 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", "ForgeRestartPlaywright"]>, z$1.ZodBoolean>;
155212
155268
  type FeatureFlagMap = z$1.infer<typeof FeatureFlagMap>;
155213
155269
  declare const FeatureFlag: z$1.ZodObject<{
155214
155270
  id: z$1.ZodString;
155215
- 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"]>;
155271
+ 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", "ForgeRestartPlaywright"]>;
155216
155272
  createdAt: z$1.ZodDate;
155217
155273
  enabled: z$1.ZodBoolean;
155218
155274
  designSystemId: z$1.ZodOptional<z$1.ZodString>;
155219
155275
  data: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodRecord<z$1.ZodString, z$1.ZodAny>>>;
155220
155276
  }, "strip", z$1.ZodTypeAny, {
155221
- feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate";
155277
+ feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate" | "ForgeRestartPlaywright";
155222
155278
  id: string;
155223
155279
  createdAt: Date;
155224
155280
  enabled: boolean;
155225
155281
  data?: Record<string, any> | null | undefined;
155226
155282
  designSystemId?: string | undefined;
155227
155283
  }, {
155228
- feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate";
155284
+ feature: "FigmaImporterV2" | "DisableImporter" | "VariablesOrder" | "TypographyPropsKeepAliases" | "GradientPropsKeepAliases" | "ShadowPropsKeepAliases" | "NonCompatibleTypeChanges" | "TypographyUseFontStyle" | "SparseCheckoutEnabled" | "NoTagsNoBlobsCheckoutEnabled" | "PulsarDebugMode" | "PulsarLogSdkNetwork" | "PulsarCacheSdk" | "PulsarPreloadData" | "PulsarConcurrencyMode" | "PulsarConcurrency" | "PulsarProfilerMode" | "ForgeE2BTemplate" | "ForgeOnDemandIterations" | "ForgeAutoRetryOnErrors" | "ForgeAiBackendMigrated" | "CustomForgeTemplate" | "ForgeRestartPlaywright";
155229
155285
  id: string;
155230
155286
  createdAt: Date;
155231
155287
  enabled: boolean;
@@ -159446,6 +159502,7 @@ declare const ForgeProjectInvitation: z$1.ZodObject<{
159446
159502
  forgeProjectId: z$1.ZodString;
159447
159503
  workspaceInvitationId: z$1.ZodString;
159448
159504
  role: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
159505
+ effectiveRole: z$1.ZodEnum<["Viewer", "Builder", "Admin"]>;
159449
159506
  createdAt: z$1.ZodDate;
159450
159507
  updatedAt: z$1.ZodDate;
159451
159508
  createdById: z$1.ZodString;
@@ -159456,6 +159513,7 @@ declare const ForgeProjectInvitation: z$1.ZodObject<{
159456
159513
  role: "Builder" | "Admin" | "Viewer";
159457
159514
  forgeProjectId: string;
159458
159515
  workspaceInvitationId: string;
159516
+ effectiveRole: "Builder" | "Admin" | "Viewer";
159459
159517
  createdById: string;
159460
159518
  }, {
159461
159519
  email: string;
@@ -159464,6 +159522,7 @@ declare const ForgeProjectInvitation: z$1.ZodObject<{
159464
159522
  role: "Builder" | "Admin" | "Viewer";
159465
159523
  forgeProjectId: string;
159466
159524
  workspaceInvitationId: string;
159525
+ effectiveRole: "Builder" | "Admin" | "Viewer";
159467
159526
  createdById: string;
159468
159527
  }>;
159469
159528
  type ForgeProjectInvitation = z$1.infer<typeof ForgeProjectInvitation>;