@supernova-studio/model 0.5.0 → 0.7.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 CHANGED
@@ -3769,6 +3769,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
3769
3769
  } | undefined;
3770
3770
  }>>;
3771
3771
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
3772
+ figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
3772
3773
  }, "strip", z.ZodTypeAny, {
3773
3774
  type: "Figma";
3774
3775
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -3794,6 +3795,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
3794
3795
  } | undefined;
3795
3796
  } | undefined;
3796
3797
  downloadChunkSize?: number | undefined;
3798
+ figmaRenderChunkSize?: number | undefined;
3797
3799
  }, {
3798
3800
  type: "Figma";
3799
3801
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -3819,6 +3821,7 @@ declare const DataSourceFigmaRemote: z.ZodObject<{
3819
3821
  } | undefined;
3820
3822
  } | undefined;
3821
3823
  downloadChunkSize?: number | undefined;
3824
+ figmaRenderChunkSize?: number | undefined;
3822
3825
  }>;
3823
3826
  type DataSourceFigmaRemote = z.infer<typeof DataSourceFigmaRemote>;
3824
3827
  declare const DataSourceTokenStudioRemote: z.ZodObject<{
@@ -3949,6 +3952,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3949
3952
  } | undefined;
3950
3953
  }>>;
3951
3954
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
3955
+ figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
3952
3956
  }, "strip", z.ZodTypeAny, {
3953
3957
  type: "Figma";
3954
3958
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -3974,6 +3978,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3974
3978
  } | undefined;
3975
3979
  } | undefined;
3976
3980
  downloadChunkSize?: number | undefined;
3981
+ figmaRenderChunkSize?: number | undefined;
3977
3982
  }, {
3978
3983
  type: "Figma";
3979
3984
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -3999,6 +4004,7 @@ declare const DataSourceRemote: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
3999
4004
  } | undefined;
4000
4005
  } | undefined;
4001
4006
  downloadChunkSize?: number | undefined;
4007
+ figmaRenderChunkSize?: number | undefined;
4002
4008
  }>, z.ZodObject<{
4003
4009
  type: z.ZodLiteral<"FigmaVariablesPlugin">;
4004
4010
  remoteId: z.ZodString;
@@ -6080,142 +6086,6 @@ declare const PageBlockUrlPreview: z.ZodObject<{
6080
6086
  description?: string | null | undefined;
6081
6087
  thumbnailUrl?: string | null | undefined;
6082
6088
  }>;
6083
- declare const PageBlockAsset: z.ZodObject<{
6084
- type: z.ZodEnum<["image", "figmaFrame"]>;
6085
- id: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
6086
- url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
6087
- figmaFrame: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
6088
- persistentId: string;
6089
- sourceId: string;
6090
- sourceFrameId: string;
6091
- title?: string | undefined;
6092
- description?: string | undefined;
6093
- backgroundColor?: {
6094
- value: string;
6095
- } | undefined;
6096
- origin?: {
6097
- sourceFileName?: string | undefined;
6098
- title?: string | undefined;
6099
- previewUrl?: string | undefined;
6100
- valid?: boolean | undefined;
6101
- referenceId?: string | undefined;
6102
- assetId?: string | undefined;
6103
- assetScale?: number | undefined;
6104
- width?: number | undefined;
6105
- height?: number | undefined;
6106
- } | undefined;
6107
- }, z.ZodTypeDef, {
6108
- persistentId: string;
6109
- sourceId: string;
6110
- sourceFrameId: string;
6111
- title?: string | null | undefined;
6112
- description?: string | null | undefined;
6113
- backgroundColor?: {
6114
- value: string;
6115
- } | null | undefined;
6116
- origin?: {
6117
- sourceFileName?: string | null | undefined;
6118
- title?: string | null | undefined;
6119
- previewUrl?: string | null | undefined;
6120
- valid?: boolean | null | undefined;
6121
- referenceId?: string | null | undefined;
6122
- assetId?: string | null | undefined;
6123
- assetScale?: number | null | undefined;
6124
- width?: number | null | undefined;
6125
- height?: number | null | undefined;
6126
- } | null | undefined;
6127
- }>>>, {
6128
- persistentId: string;
6129
- sourceId: string;
6130
- sourceFrameId: string;
6131
- title?: string | undefined;
6132
- description?: string | undefined;
6133
- backgroundColor?: {
6134
- value: string;
6135
- } | undefined;
6136
- origin?: {
6137
- sourceFileName?: string | undefined;
6138
- title?: string | undefined;
6139
- previewUrl?: string | undefined;
6140
- valid?: boolean | undefined;
6141
- referenceId?: string | undefined;
6142
- assetId?: string | undefined;
6143
- assetScale?: number | undefined;
6144
- width?: number | undefined;
6145
- height?: number | undefined;
6146
- } | undefined;
6147
- } | undefined, {
6148
- persistentId: string;
6149
- sourceId: string;
6150
- sourceFrameId: string;
6151
- title?: string | null | undefined;
6152
- description?: string | null | undefined;
6153
- backgroundColor?: {
6154
- value: string;
6155
- } | null | undefined;
6156
- origin?: {
6157
- sourceFileName?: string | null | undefined;
6158
- title?: string | null | undefined;
6159
- previewUrl?: string | null | undefined;
6160
- valid?: boolean | null | undefined;
6161
- referenceId?: string | null | undefined;
6162
- assetId?: string | null | undefined;
6163
- assetScale?: number | null | undefined;
6164
- width?: number | null | undefined;
6165
- height?: number | null | undefined;
6166
- } | null | undefined;
6167
- } | null | undefined>;
6168
- }, "strip", z.ZodTypeAny, {
6169
- type: "image" | "figmaFrame";
6170
- id?: string | undefined;
6171
- url?: string | undefined;
6172
- figmaFrame?: {
6173
- persistentId: string;
6174
- sourceId: string;
6175
- sourceFrameId: string;
6176
- title?: string | undefined;
6177
- description?: string | undefined;
6178
- backgroundColor?: {
6179
- value: string;
6180
- } | undefined;
6181
- origin?: {
6182
- sourceFileName?: string | undefined;
6183
- title?: string | undefined;
6184
- previewUrl?: string | undefined;
6185
- valid?: boolean | undefined;
6186
- referenceId?: string | undefined;
6187
- assetId?: string | undefined;
6188
- assetScale?: number | undefined;
6189
- width?: number | undefined;
6190
- height?: number | undefined;
6191
- } | undefined;
6192
- } | undefined;
6193
- }, {
6194
- type: "image" | "figmaFrame";
6195
- id?: string | null | undefined;
6196
- url?: string | null | undefined;
6197
- figmaFrame?: {
6198
- persistentId: string;
6199
- sourceId: string;
6200
- sourceFrameId: string;
6201
- title?: string | null | undefined;
6202
- description?: string | null | undefined;
6203
- backgroundColor?: {
6204
- value: string;
6205
- } | null | undefined;
6206
- origin?: {
6207
- sourceFileName?: string | null | undefined;
6208
- title?: string | null | undefined;
6209
- previewUrl?: string | null | undefined;
6210
- valid?: boolean | null | undefined;
6211
- referenceId?: string | null | undefined;
6212
- assetId?: string | null | undefined;
6213
- assetScale?: number | null | undefined;
6214
- width?: number | null | undefined;
6215
- height?: number | null | undefined;
6216
- } | null | undefined;
6217
- } | null | undefined;
6218
- }>;
6219
6089
  declare const PageBlockLinkPreview: z.ZodObject<{
6220
6090
  title: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
6221
6091
  valid: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<boolean, z.ZodTypeDef, boolean>>>, boolean | undefined, boolean | null | undefined>;
@@ -6685,55 +6555,6 @@ declare const PageBlockAssetComponent: z.ZodObject<{
6685
6555
  value: string;
6686
6556
  } | null | undefined;
6687
6557
  }>;
6688
- declare const PageBlockTableColumn: z.ZodObject<{
6689
- id: z.ZodString;
6690
- width: z.ZodObject<{
6691
- aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
6692
- value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<{
6693
- unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
6694
- measure: number;
6695
- }, z.ZodTypeDef, {
6696
- unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
6697
- measure: number;
6698
- }>>>, {
6699
- unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
6700
- measure: number;
6701
- } | undefined, {
6702
- unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
6703
- measure: number;
6704
- } | null | undefined>;
6705
- }, "strip", z.ZodTypeAny, {
6706
- aliasTo?: string | undefined;
6707
- value?: {
6708
- unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
6709
- measure: number;
6710
- } | undefined;
6711
- }, {
6712
- aliasTo?: string | null | undefined;
6713
- value?: {
6714
- unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
6715
- measure: number;
6716
- } | null | undefined;
6717
- }>;
6718
- }, "strip", z.ZodTypeAny, {
6719
- id: string;
6720
- width: {
6721
- aliasTo?: string | undefined;
6722
- value?: {
6723
- unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
6724
- measure: number;
6725
- } | undefined;
6726
- };
6727
- }, {
6728
- id: string;
6729
- width: {
6730
- aliasTo?: string | null | undefined;
6731
- value?: {
6732
- unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
6733
- measure: number;
6734
- } | null | undefined;
6735
- };
6736
- }>;
6737
6558
  declare const PageBlockTableProperties: z.ZodObject<{
6738
6559
  showBorders: z.ZodBoolean;
6739
6560
  showHeaderRow: z.ZodBoolean;
@@ -7075,6 +6896,193 @@ declare const PageBlockFrameOrigin: z.ZodObject<{
7075
6896
  height?: number | null | undefined;
7076
6897
  }>;
7077
6898
  type PageBlockFrameOrigin = z.infer<typeof PageBlockFrameOrigin>;
6899
+ declare const PageBlockAsset: z.ZodObject<{
6900
+ type: z.ZodEnum<["image", "figmaFrame"]>;
6901
+ id: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
6902
+ url: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<string, z.ZodTypeDef, string>>>, string | undefined, string | null | undefined>;
6903
+ figmaFrame: z.ZodEffects<z.ZodOptional<z.ZodNullable<z.ZodType<{
6904
+ persistentId: string;
6905
+ sourceId: string;
6906
+ sourceFrameId: string;
6907
+ title?: string | undefined;
6908
+ description?: string | undefined;
6909
+ backgroundColor?: {
6910
+ value: string;
6911
+ } | undefined;
6912
+ origin?: {
6913
+ sourceFileName?: string | undefined;
6914
+ title?: string | undefined;
6915
+ previewUrl?: string | undefined;
6916
+ valid?: boolean | undefined;
6917
+ referenceId?: string | undefined;
6918
+ assetId?: string | undefined;
6919
+ assetScale?: number | undefined;
6920
+ width?: number | undefined;
6921
+ height?: number | undefined;
6922
+ } | undefined;
6923
+ }, z.ZodTypeDef, {
6924
+ persistentId: string;
6925
+ sourceId: string;
6926
+ sourceFrameId: string;
6927
+ title?: string | null | undefined;
6928
+ description?: string | null | undefined;
6929
+ backgroundColor?: {
6930
+ value: string;
6931
+ } | null | undefined;
6932
+ origin?: {
6933
+ sourceFileName?: string | null | undefined;
6934
+ title?: string | null | undefined;
6935
+ previewUrl?: string | null | undefined;
6936
+ valid?: boolean | null | undefined;
6937
+ referenceId?: string | null | undefined;
6938
+ assetId?: string | null | undefined;
6939
+ assetScale?: number | null | undefined;
6940
+ width?: number | null | undefined;
6941
+ height?: number | null | undefined;
6942
+ } | null | undefined;
6943
+ }>>>, {
6944
+ persistentId: string;
6945
+ sourceId: string;
6946
+ sourceFrameId: string;
6947
+ title?: string | undefined;
6948
+ description?: string | undefined;
6949
+ backgroundColor?: {
6950
+ value: string;
6951
+ } | undefined;
6952
+ origin?: {
6953
+ sourceFileName?: string | undefined;
6954
+ title?: string | undefined;
6955
+ previewUrl?: string | undefined;
6956
+ valid?: boolean | undefined;
6957
+ referenceId?: string | undefined;
6958
+ assetId?: string | undefined;
6959
+ assetScale?: number | undefined;
6960
+ width?: number | undefined;
6961
+ height?: number | undefined;
6962
+ } | undefined;
6963
+ } | undefined, {
6964
+ persistentId: string;
6965
+ sourceId: string;
6966
+ sourceFrameId: string;
6967
+ title?: string | null | undefined;
6968
+ description?: string | null | undefined;
6969
+ backgroundColor?: {
6970
+ value: string;
6971
+ } | null | undefined;
6972
+ origin?: {
6973
+ sourceFileName?: string | null | undefined;
6974
+ title?: string | null | undefined;
6975
+ previewUrl?: string | null | undefined;
6976
+ valid?: boolean | null | undefined;
6977
+ referenceId?: string | null | undefined;
6978
+ assetId?: string | null | undefined;
6979
+ assetScale?: number | null | undefined;
6980
+ width?: number | null | undefined;
6981
+ height?: number | null | undefined;
6982
+ } | null | undefined;
6983
+ } | null | undefined>;
6984
+ }, "strip", z.ZodTypeAny, {
6985
+ type: "image" | "figmaFrame";
6986
+ id?: string | undefined;
6987
+ url?: string | undefined;
6988
+ figmaFrame?: {
6989
+ persistentId: string;
6990
+ sourceId: string;
6991
+ sourceFrameId: string;
6992
+ title?: string | undefined;
6993
+ description?: string | undefined;
6994
+ backgroundColor?: {
6995
+ value: string;
6996
+ } | undefined;
6997
+ origin?: {
6998
+ sourceFileName?: string | undefined;
6999
+ title?: string | undefined;
7000
+ previewUrl?: string | undefined;
7001
+ valid?: boolean | undefined;
7002
+ referenceId?: string | undefined;
7003
+ assetId?: string | undefined;
7004
+ assetScale?: number | undefined;
7005
+ width?: number | undefined;
7006
+ height?: number | undefined;
7007
+ } | undefined;
7008
+ } | undefined;
7009
+ }, {
7010
+ type: "image" | "figmaFrame";
7011
+ id?: string | null | undefined;
7012
+ url?: string | null | undefined;
7013
+ figmaFrame?: {
7014
+ persistentId: string;
7015
+ sourceId: string;
7016
+ sourceFrameId: string;
7017
+ title?: string | null | undefined;
7018
+ description?: string | null | undefined;
7019
+ backgroundColor?: {
7020
+ value: string;
7021
+ } | null | undefined;
7022
+ origin?: {
7023
+ sourceFileName?: string | null | undefined;
7024
+ title?: string | null | undefined;
7025
+ previewUrl?: string | null | undefined;
7026
+ valid?: boolean | null | undefined;
7027
+ referenceId?: string | null | undefined;
7028
+ assetId?: string | null | undefined;
7029
+ assetScale?: number | null | undefined;
7030
+ width?: number | null | undefined;
7031
+ height?: number | null | undefined;
7032
+ } | null | undefined;
7033
+ } | null | undefined;
7034
+ }>;
7035
+ type PageBlockAsset = z.infer<typeof PageBlockAsset>;
7036
+ declare const PageBlockTableColumn: z.ZodObject<{
7037
+ id: z.ZodString;
7038
+ width: z.ZodObject<{
7039
+ aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
7040
+ value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<{
7041
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
7042
+ measure: number;
7043
+ }, z.ZodTypeDef, {
7044
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
7045
+ measure: number;
7046
+ }>>>, {
7047
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
7048
+ measure: number;
7049
+ } | undefined, {
7050
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
7051
+ measure: number;
7052
+ } | null | undefined>;
7053
+ }, "strip", z.ZodTypeAny, {
7054
+ aliasTo?: string | undefined;
7055
+ value?: {
7056
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
7057
+ measure: number;
7058
+ } | undefined;
7059
+ }, {
7060
+ aliasTo?: string | null | undefined;
7061
+ value?: {
7062
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
7063
+ measure: number;
7064
+ } | null | undefined;
7065
+ }>;
7066
+ }, "strip", z.ZodTypeAny, {
7067
+ id: string;
7068
+ width: {
7069
+ aliasTo?: string | undefined;
7070
+ value?: {
7071
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
7072
+ measure: number;
7073
+ } | undefined;
7074
+ };
7075
+ }, {
7076
+ id: string;
7077
+ width: {
7078
+ aliasTo?: string | null | undefined;
7079
+ value?: {
7080
+ unit: "Pixels" | "Percent" | "Rem" | "Ms" | "Raw" | "Points";
7081
+ measure: number;
7082
+ } | null | undefined;
7083
+ };
7084
+ }>;
7085
+ type PageBlockTableColumn = z.infer<typeof PageBlockTableColumn>;
7078
7086
  declare const PageBlockBaseV1: z.ZodObject<{
7079
7087
  persistentId: z.ZodString;
7080
7088
  type: z.ZodEnum<["Text", "Heading", "Code", "UnorderedList", "OrderedList", "Quote", "Callout", "Divider", "Image", "Embed", "Link", "Shortcuts", "FigmaEmbed", "YoutubeEmbed", "StorybookEmbed", "Token", "TokenGroup", "TokenList", "Component", "ComponentGroup", "Theme", "ComponentSandbox", "Custom", "FigmaFrames", "ComponentAssets", "RenderCode", "Tabs", "TabItem", "Table", "TableRow", "TableCell"]>;
@@ -8045,7 +8053,7 @@ type PageBlockImageAlignment = z.infer<typeof PageBlockImageAlignment>;
8045
8053
  declare const PageBlockTableCellAlignment: z.ZodEnum<["Left", "Center", "Right"]>;
8046
8054
  type PageBlockTableCellAlignment = z.infer<typeof PageBlockTableCellAlignment>;
8047
8055
  declare const PageBlockAppearanceV2: z.ZodObject<{
8048
- itemBackgroundColor: z.ZodObject<{
8056
+ itemBackgroundColor: z.ZodOptional<z.ZodObject<{
8049
8057
  opacity: z.ZodObject<{
8050
8058
  aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
8051
8059
  value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<{
@@ -8107,9 +8115,10 @@ declare const PageBlockAppearanceV2: z.ZodObject<{
8107
8115
  }) & (string | {
8108
8116
  aliasTo?: string | null | undefined;
8109
8117
  } | undefined);
8110
- }>;
8118
+ }>>;
8119
+ numberOfColumns: z.ZodOptional<z.ZodNumber>;
8111
8120
  }, "strip", z.ZodTypeAny, {
8112
- itemBackgroundColor: {
8121
+ itemBackgroundColor?: {
8113
8122
  opacity: {
8114
8123
  aliasTo?: string | undefined;
8115
8124
  value?: {
@@ -8122,9 +8131,10 @@ declare const PageBlockAppearanceV2: z.ZodObject<{
8122
8131
  }) & (string | {
8123
8132
  aliasTo?: string | undefined;
8124
8133
  } | undefined);
8125
- };
8134
+ } | undefined;
8135
+ numberOfColumns?: number | undefined;
8126
8136
  }, {
8127
- itemBackgroundColor: {
8137
+ itemBackgroundColor?: {
8128
8138
  opacity: {
8129
8139
  aliasTo?: string | null | undefined;
8130
8140
  value?: {
@@ -8137,7 +8147,8 @@ declare const PageBlockAppearanceV2: z.ZodObject<{
8137
8147
  }) & (string | {
8138
8148
  aliasTo?: string | null | undefined;
8139
8149
  } | undefined);
8140
- };
8150
+ } | undefined;
8151
+ numberOfColumns?: number | undefined;
8141
8152
  }>;
8142
8153
  type PageBlockAppearanceV2 = z.infer<typeof PageBlockAppearanceV2>;
8143
8154
  declare const PageBlockItemUntypedValue: z.ZodIntersection<z.ZodObject<{
@@ -8227,7 +8238,7 @@ declare const PageBlockDataV2: z.ZodObject<{
8227
8238
  variantId: z.ZodOptional<z.ZodString>;
8228
8239
  indentLevel: z.ZodNumber;
8229
8240
  appearance: z.ZodOptional<z.ZodObject<{
8230
- itemBackgroundColor: z.ZodObject<{
8241
+ itemBackgroundColor: z.ZodOptional<z.ZodObject<{
8231
8242
  opacity: z.ZodObject<{
8232
8243
  aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
8233
8244
  value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<{
@@ -8289,9 +8300,10 @@ declare const PageBlockDataV2: z.ZodObject<{
8289
8300
  }) & (string | {
8290
8301
  aliasTo?: string | null | undefined;
8291
8302
  } | undefined);
8292
- }>;
8303
+ }>>;
8304
+ numberOfColumns: z.ZodOptional<z.ZodNumber>;
8293
8305
  }, "strip", z.ZodTypeAny, {
8294
- itemBackgroundColor: {
8306
+ itemBackgroundColor?: {
8295
8307
  opacity: {
8296
8308
  aliasTo?: string | undefined;
8297
8309
  value?: {
@@ -8304,9 +8316,10 @@ declare const PageBlockDataV2: z.ZodObject<{
8304
8316
  }) & (string | {
8305
8317
  aliasTo?: string | undefined;
8306
8318
  } | undefined);
8307
- };
8319
+ } | undefined;
8320
+ numberOfColumns?: number | undefined;
8308
8321
  }, {
8309
- itemBackgroundColor: {
8322
+ itemBackgroundColor?: {
8310
8323
  opacity: {
8311
8324
  aliasTo?: string | null | undefined;
8312
8325
  value?: {
@@ -8319,7 +8332,8 @@ declare const PageBlockDataV2: z.ZodObject<{
8319
8332
  }) & (string | {
8320
8333
  aliasTo?: string | null | undefined;
8321
8334
  } | undefined);
8322
- };
8335
+ } | undefined;
8336
+ numberOfColumns?: number | undefined;
8323
8337
  }>>;
8324
8338
  items: z.ZodArray<z.ZodObject<{
8325
8339
  id: z.ZodString;
@@ -8392,7 +8406,7 @@ declare const PageBlockDataV2: z.ZodObject<{
8392
8406
  }[];
8393
8407
  variantId?: string | undefined;
8394
8408
  appearance?: {
8395
- itemBackgroundColor: {
8409
+ itemBackgroundColor?: {
8396
8410
  opacity: {
8397
8411
  aliasTo?: string | undefined;
8398
8412
  value?: {
@@ -8405,7 +8419,8 @@ declare const PageBlockDataV2: z.ZodObject<{
8405
8419
  }) & (string | {
8406
8420
  aliasTo?: string | undefined;
8407
8421
  } | undefined);
8408
- };
8422
+ } | undefined;
8423
+ numberOfColumns?: number | undefined;
8409
8424
  } | undefined;
8410
8425
  }, {
8411
8426
  packageId: string;
@@ -8425,7 +8440,7 @@ declare const PageBlockDataV2: z.ZodObject<{
8425
8440
  }[];
8426
8441
  variantId?: string | undefined;
8427
8442
  appearance?: {
8428
- itemBackgroundColor: {
8443
+ itemBackgroundColor?: {
8429
8444
  opacity: {
8430
8445
  aliasTo?: string | null | undefined;
8431
8446
  value?: {
@@ -8438,7 +8453,8 @@ declare const PageBlockDataV2: z.ZodObject<{
8438
8453
  }) & (string | {
8439
8454
  aliasTo?: string | null | undefined;
8440
8455
  } | undefined);
8441
- };
8456
+ } | undefined;
8457
+ numberOfColumns?: number | undefined;
8442
8458
  } | undefined;
8443
8459
  }>;
8444
8460
  type PageBlockDataV2 = z.infer<typeof PageBlockDataV2>;
@@ -15370,6 +15386,7 @@ declare const DocumentationItemConfiguration: z.ZodObject<{
15370
15386
  };
15371
15387
  }>;
15372
15388
  type DocumentationItemConfiguration = z.infer<typeof DocumentationItemConfiguration>;
15389
+ declare const defaultDocumentationItemConfiguration: DocumentationItemConfiguration;
15373
15390
 
15374
15391
  declare const DurationUnit: z.ZodEnum<["Ms"]>;
15375
15392
  type DurationUnit = z.infer<typeof DurationUnit>;
@@ -24532,7 +24549,7 @@ declare const PageBlockV2: z.ZodObject<{
24532
24549
  variantId: z.ZodOptional<z.ZodString>;
24533
24550
  indentLevel: z.ZodNumber;
24534
24551
  appearance: z.ZodOptional<z.ZodObject<{
24535
- itemBackgroundColor: z.ZodObject<{
24552
+ itemBackgroundColor: z.ZodOptional<z.ZodObject<{
24536
24553
  opacity: z.ZodObject<{
24537
24554
  aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
24538
24555
  value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<{
@@ -24594,9 +24611,10 @@ declare const PageBlockV2: z.ZodObject<{
24594
24611
  }) & (string | {
24595
24612
  aliasTo?: string | null | undefined;
24596
24613
  } | undefined);
24597
- }>;
24614
+ }>>;
24615
+ numberOfColumns: z.ZodOptional<z.ZodNumber>;
24598
24616
  }, "strip", z.ZodTypeAny, {
24599
- itemBackgroundColor: {
24617
+ itemBackgroundColor?: {
24600
24618
  opacity: {
24601
24619
  aliasTo?: string | undefined;
24602
24620
  value?: {
@@ -24609,9 +24627,10 @@ declare const PageBlockV2: z.ZodObject<{
24609
24627
  }) & (string | {
24610
24628
  aliasTo?: string | undefined;
24611
24629
  } | undefined);
24612
- };
24630
+ } | undefined;
24631
+ numberOfColumns?: number | undefined;
24613
24632
  }, {
24614
- itemBackgroundColor: {
24633
+ itemBackgroundColor?: {
24615
24634
  opacity: {
24616
24635
  aliasTo?: string | null | undefined;
24617
24636
  value?: {
@@ -24624,7 +24643,8 @@ declare const PageBlockV2: z.ZodObject<{
24624
24643
  }) & (string | {
24625
24644
  aliasTo?: string | null | undefined;
24626
24645
  } | undefined);
24627
- };
24646
+ } | undefined;
24647
+ numberOfColumns?: number | undefined;
24628
24648
  }>>;
24629
24649
  items: z.ZodArray<z.ZodObject<{
24630
24650
  id: z.ZodString;
@@ -24697,7 +24717,7 @@ declare const PageBlockV2: z.ZodObject<{
24697
24717
  }[];
24698
24718
  variantId?: string | undefined;
24699
24719
  appearance?: {
24700
- itemBackgroundColor: {
24720
+ itemBackgroundColor?: {
24701
24721
  opacity: {
24702
24722
  aliasTo?: string | undefined;
24703
24723
  value?: {
@@ -24710,7 +24730,8 @@ declare const PageBlockV2: z.ZodObject<{
24710
24730
  }) & (string | {
24711
24731
  aliasTo?: string | undefined;
24712
24732
  } | undefined);
24713
- };
24733
+ } | undefined;
24734
+ numberOfColumns?: number | undefined;
24714
24735
  } | undefined;
24715
24736
  }, {
24716
24737
  packageId: string;
@@ -24730,7 +24751,7 @@ declare const PageBlockV2: z.ZodObject<{
24730
24751
  }[];
24731
24752
  variantId?: string | undefined;
24732
24753
  appearance?: {
24733
- itemBackgroundColor: {
24754
+ itemBackgroundColor?: {
24734
24755
  opacity: {
24735
24756
  aliasTo?: string | null | undefined;
24736
24757
  value?: {
@@ -24743,7 +24764,8 @@ declare const PageBlockV2: z.ZodObject<{
24743
24764
  }) & (string | {
24744
24765
  aliasTo?: string | null | undefined;
24745
24766
  } | undefined);
24746
- };
24767
+ } | undefined;
24768
+ numberOfColumns?: number | undefined;
24747
24769
  } | undefined;
24748
24770
  }>;
24749
24771
  }, "strip", z.ZodTypeAny, {
@@ -24770,7 +24792,7 @@ declare const PageBlockV2: z.ZodObject<{
24770
24792
  }[];
24771
24793
  variantId?: string | undefined;
24772
24794
  appearance?: {
24773
- itemBackgroundColor: {
24795
+ itemBackgroundColor?: {
24774
24796
  opacity: {
24775
24797
  aliasTo?: string | undefined;
24776
24798
  value?: {
@@ -24783,7 +24805,8 @@ declare const PageBlockV2: z.ZodObject<{
24783
24805
  }) & (string | {
24784
24806
  aliasTo?: string | undefined;
24785
24807
  } | undefined);
24786
- };
24808
+ } | undefined;
24809
+ numberOfColumns?: number | undefined;
24787
24810
  } | undefined;
24788
24811
  };
24789
24812
  parentPersistentId: string;
@@ -24816,7 +24839,7 @@ declare const PageBlockV2: z.ZodObject<{
24816
24839
  }[];
24817
24840
  variantId?: string | undefined;
24818
24841
  appearance?: {
24819
- itemBackgroundColor: {
24842
+ itemBackgroundColor?: {
24820
24843
  opacity: {
24821
24844
  aliasTo?: string | null | undefined;
24822
24845
  value?: {
@@ -24829,7 +24852,8 @@ declare const PageBlockV2: z.ZodObject<{
24829
24852
  }) & (string | {
24830
24853
  aliasTo?: string | null | undefined;
24831
24854
  } | undefined);
24832
- };
24855
+ } | undefined;
24856
+ numberOfColumns?: number | undefined;
24833
24857
  } | undefined;
24834
24858
  };
24835
24859
  parentPersistentId: string;
@@ -24847,7 +24871,7 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
24847
24871
  variantId: z.ZodOptional<z.ZodString>;
24848
24872
  indentLevel: z.ZodNumber;
24849
24873
  appearance: z.ZodOptional<z.ZodObject<{
24850
- itemBackgroundColor: z.ZodObject<{
24874
+ itemBackgroundColor: z.ZodOptional<z.ZodObject<{
24851
24875
  opacity: z.ZodObject<{
24852
24876
  aliasTo: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
24853
24877
  value: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodType<{
@@ -24909,9 +24933,10 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
24909
24933
  }) & (string | {
24910
24934
  aliasTo?: string | null | undefined;
24911
24935
  } | undefined);
24912
- }>;
24936
+ }>>;
24937
+ numberOfColumns: z.ZodOptional<z.ZodNumber>;
24913
24938
  }, "strip", z.ZodTypeAny, {
24914
- itemBackgroundColor: {
24939
+ itemBackgroundColor?: {
24915
24940
  opacity: {
24916
24941
  aliasTo?: string | undefined;
24917
24942
  value?: {
@@ -24924,9 +24949,10 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
24924
24949
  }) & (string | {
24925
24950
  aliasTo?: string | undefined;
24926
24951
  } | undefined);
24927
- };
24952
+ } | undefined;
24953
+ numberOfColumns?: number | undefined;
24928
24954
  }, {
24929
- itemBackgroundColor: {
24955
+ itemBackgroundColor?: {
24930
24956
  opacity: {
24931
24957
  aliasTo?: string | null | undefined;
24932
24958
  value?: {
@@ -24939,7 +24965,8 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
24939
24965
  }) & (string | {
24940
24966
  aliasTo?: string | null | undefined;
24941
24967
  } | undefined);
24942
- };
24968
+ } | undefined;
24969
+ numberOfColumns?: number | undefined;
24943
24970
  }>>;
24944
24971
  items: z.ZodArray<z.ZodObject<{
24945
24972
  id: z.ZodString;
@@ -25012,7 +25039,7 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
25012
25039
  }[];
25013
25040
  variantId?: string | undefined;
25014
25041
  appearance?: {
25015
- itemBackgroundColor: {
25042
+ itemBackgroundColor?: {
25016
25043
  opacity: {
25017
25044
  aliasTo?: string | undefined;
25018
25045
  value?: {
@@ -25025,7 +25052,8 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
25025
25052
  }) & (string | {
25026
25053
  aliasTo?: string | undefined;
25027
25054
  } | undefined);
25028
- };
25055
+ } | undefined;
25056
+ numberOfColumns?: number | undefined;
25029
25057
  } | undefined;
25030
25058
  }, {
25031
25059
  packageId: string;
@@ -25045,7 +25073,7 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
25045
25073
  }[];
25046
25074
  variantId?: string | undefined;
25047
25075
  appearance?: {
25048
- itemBackgroundColor: {
25076
+ itemBackgroundColor?: {
25049
25077
  opacity: {
25050
25078
  aliasTo?: string | null | undefined;
25051
25079
  value?: {
@@ -25058,7 +25086,8 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
25058
25086
  }) & (string | {
25059
25087
  aliasTo?: string | null | undefined;
25060
25088
  } | undefined);
25061
- };
25089
+ } | undefined;
25090
+ numberOfColumns?: number | undefined;
25062
25091
  } | undefined;
25063
25092
  }>;
25064
25093
  }, "strip", z.ZodTypeAny, {
@@ -25081,7 +25110,7 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
25081
25110
  }[];
25082
25111
  variantId?: string | undefined;
25083
25112
  appearance?: {
25084
- itemBackgroundColor: {
25113
+ itemBackgroundColor?: {
25085
25114
  opacity: {
25086
25115
  aliasTo?: string | undefined;
25087
25116
  value?: {
@@ -25094,7 +25123,8 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
25094
25123
  }) & (string | {
25095
25124
  aliasTo?: string | undefined;
25096
25125
  } | undefined);
25097
- };
25126
+ } | undefined;
25127
+ numberOfColumns?: number | undefined;
25098
25128
  } | undefined;
25099
25129
  };
25100
25130
  }, {
@@ -25117,7 +25147,7 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
25117
25147
  }[];
25118
25148
  variantId?: string | undefined;
25119
25149
  appearance?: {
25120
- itemBackgroundColor: {
25150
+ itemBackgroundColor?: {
25121
25151
  opacity: {
25122
25152
  aliasTo?: string | null | undefined;
25123
25153
  value?: {
@@ -25130,7 +25160,8 @@ declare const PageBlockEditorModelV2: z.ZodObject<{
25130
25160
  }) & (string | {
25131
25161
  aliasTo?: string | null | undefined;
25132
25162
  } | undefined);
25133
- };
25163
+ } | undefined;
25164
+ numberOfColumns?: number | undefined;
25134
25165
  } | undefined;
25135
25166
  };
25136
25167
  }>;
@@ -41719,6 +41750,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
41719
41750
  } | undefined;
41720
41751
  }>>;
41721
41752
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
41753
+ figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
41722
41754
  }, "strip", z.ZodTypeAny, {
41723
41755
  type: "Figma";
41724
41756
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -41744,6 +41776,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
41744
41776
  } | undefined;
41745
41777
  } | undefined;
41746
41778
  downloadChunkSize?: number | undefined;
41779
+ figmaRenderChunkSize?: number | undefined;
41747
41780
  }, {
41748
41781
  type: "Figma";
41749
41782
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -41769,6 +41802,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
41769
41802
  } | undefined;
41770
41803
  } | undefined;
41771
41804
  downloadChunkSize?: number | undefined;
41805
+ figmaRenderChunkSize?: number | undefined;
41772
41806
  }>;
41773
41807
  }, "strip", z.ZodTypeAny, {
41774
41808
  sourceId: string;
@@ -41797,6 +41831,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
41797
41831
  } | undefined;
41798
41832
  } | undefined;
41799
41833
  downloadChunkSize?: number | undefined;
41834
+ figmaRenderChunkSize?: number | undefined;
41800
41835
  };
41801
41836
  }, {
41802
41837
  sourceId: string;
@@ -41825,6 +41860,7 @@ declare const ImportedFigmaSourceData: z.ZodObject<{
41825
41860
  } | undefined;
41826
41861
  } | undefined;
41827
41862
  downloadChunkSize?: number | undefined;
41863
+ figmaRenderChunkSize?: number | undefined;
41828
41864
  };
41829
41865
  }>;
41830
41866
  type ImportedFigmaSourceData = z.infer<typeof ImportedFigmaSourceData>;
@@ -41921,6 +41957,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
41921
41957
  } | undefined;
41922
41958
  }>>;
41923
41959
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
41960
+ figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
41924
41961
  }, "strip", z.ZodTypeAny, {
41925
41962
  type: "Figma";
41926
41963
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -41946,6 +41983,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
41946
41983
  } | undefined;
41947
41984
  } | undefined;
41948
41985
  downloadChunkSize?: number | undefined;
41986
+ figmaRenderChunkSize?: number | undefined;
41949
41987
  }, {
41950
41988
  type: "Figma";
41951
41989
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -41971,6 +42009,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
41971
42009
  } | undefined;
41972
42010
  } | undefined;
41973
42011
  downloadChunkSize?: number | undefined;
42012
+ figmaRenderChunkSize?: number | undefined;
41974
42013
  }>;
41975
42014
  }, "strip", z.ZodTypeAny, {
41976
42015
  sourceId: string;
@@ -41999,6 +42038,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
41999
42038
  } | undefined;
42000
42039
  } | undefined;
42001
42040
  downloadChunkSize?: number | undefined;
42041
+ figmaRenderChunkSize?: number | undefined;
42002
42042
  };
42003
42043
  }, {
42004
42044
  sourceId: string;
@@ -42027,6 +42067,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42027
42067
  } | undefined;
42028
42068
  } | undefined;
42029
42069
  downloadChunkSize?: number | undefined;
42070
+ figmaRenderChunkSize?: number | undefined;
42030
42071
  };
42031
42072
  }>>;
42032
42073
  }, "strip", z.ZodTypeAny, {
@@ -42061,6 +42102,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42061
42102
  } | undefined;
42062
42103
  } | undefined;
42063
42104
  downloadChunkSize?: number | undefined;
42105
+ figmaRenderChunkSize?: number | undefined;
42064
42106
  };
42065
42107
  }>;
42066
42108
  }, {
@@ -42095,6 +42137,7 @@ declare const FigmaImportBaseContext: z.ZodObject<{
42095
42137
  } | undefined;
42096
42138
  } | undefined;
42097
42139
  downloadChunkSize?: number | undefined;
42140
+ figmaRenderChunkSize?: number | undefined;
42098
42141
  };
42099
42142
  }>;
42100
42143
  }>;
@@ -42172,6 +42215,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
42172
42215
  } | undefined;
42173
42216
  }>>;
42174
42217
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
42218
+ figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
42175
42219
  }, "strip", z.ZodTypeAny, {
42176
42220
  type: "Figma";
42177
42221
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -42197,6 +42241,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
42197
42241
  } | undefined;
42198
42242
  } | undefined;
42199
42243
  downloadChunkSize?: number | undefined;
42244
+ figmaRenderChunkSize?: number | undefined;
42200
42245
  }, {
42201
42246
  type: "Figma";
42202
42247
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -42222,6 +42267,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
42222
42267
  } | undefined;
42223
42268
  } | undefined;
42224
42269
  downloadChunkSize?: number | undefined;
42270
+ figmaRenderChunkSize?: number | undefined;
42225
42271
  }>;
42226
42272
  importMetadata: z.ZodObject<{
42227
42273
  fileData: z.ZodOptional<z.ZodObject<{
@@ -42295,6 +42341,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
42295
42341
  } | undefined;
42296
42342
  } | undefined;
42297
42343
  downloadChunkSize?: number | undefined;
42344
+ figmaRenderChunkSize?: number | undefined;
42298
42345
  };
42299
42346
  importMetadata: {
42300
42347
  fileData?: {
@@ -42334,6 +42381,7 @@ declare const ChangedImportedFigmaSourceData: z.ZodObject<{
42334
42381
  } | undefined;
42335
42382
  } | undefined;
42336
42383
  downloadChunkSize?: number | undefined;
42384
+ figmaRenderChunkSize?: number | undefined;
42337
42385
  };
42338
42386
  importMetadata: {
42339
42387
  fileData?: {
@@ -42430,6 +42478,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42430
42478
  } | undefined;
42431
42479
  }>>;
42432
42480
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
42481
+ figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
42433
42482
  }, "strip", z.ZodTypeAny, {
42434
42483
  type: "Figma";
42435
42484
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -42455,6 +42504,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42455
42504
  } | undefined;
42456
42505
  } | undefined;
42457
42506
  downloadChunkSize?: number | undefined;
42507
+ figmaRenderChunkSize?: number | undefined;
42458
42508
  }, {
42459
42509
  type: "Figma";
42460
42510
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -42480,6 +42530,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42480
42530
  } | undefined;
42481
42531
  } | undefined;
42482
42532
  downloadChunkSize?: number | undefined;
42533
+ figmaRenderChunkSize?: number | undefined;
42483
42534
  }>;
42484
42535
  }, "strip", z.ZodTypeAny, {
42485
42536
  sourceId: string;
@@ -42508,6 +42559,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42508
42559
  } | undefined;
42509
42560
  } | undefined;
42510
42561
  downloadChunkSize?: number | undefined;
42562
+ figmaRenderChunkSize?: number | undefined;
42511
42563
  };
42512
42564
  }, {
42513
42565
  sourceId: string;
@@ -42536,6 +42588,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42536
42588
  } | undefined;
42537
42589
  } | undefined;
42538
42590
  downloadChunkSize?: number | undefined;
42591
+ figmaRenderChunkSize?: number | undefined;
42539
42592
  };
42540
42593
  }>>;
42541
42594
  fileDownloadScopesByFileId: z.ZodRecord<z.ZodString, z.ZodObject<{
@@ -42630,6 +42683,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42630
42683
  } | undefined;
42631
42684
  }>>;
42632
42685
  downloadChunkSize: z.ZodOptional<z.ZodNumber>;
42686
+ figmaRenderChunkSize: z.ZodOptional<z.ZodNumber>;
42633
42687
  }, "strip", z.ZodTypeAny, {
42634
42688
  type: "Figma";
42635
42689
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -42655,6 +42709,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42655
42709
  } | undefined;
42656
42710
  } | undefined;
42657
42711
  downloadChunkSize?: number | undefined;
42712
+ figmaRenderChunkSize?: number | undefined;
42658
42713
  }, {
42659
42714
  type: "Figma";
42660
42715
  state: "Active" | "MissingIntegration" | "MissingFileAccess" | "MissingFileOwner";
@@ -42680,6 +42735,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42680
42735
  } | undefined;
42681
42736
  } | undefined;
42682
42737
  downloadChunkSize?: number | undefined;
42738
+ figmaRenderChunkSize?: number | undefined;
42683
42739
  }>;
42684
42740
  importMetadata: z.ZodObject<{
42685
42741
  fileData: z.ZodOptional<z.ZodObject<{
@@ -42753,6 +42809,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42753
42809
  } | undefined;
42754
42810
  } | undefined;
42755
42811
  downloadChunkSize?: number | undefined;
42812
+ figmaRenderChunkSize?: number | undefined;
42756
42813
  };
42757
42814
  importMetadata: {
42758
42815
  fileData?: {
@@ -42792,6 +42849,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42792
42849
  } | undefined;
42793
42850
  } | undefined;
42794
42851
  downloadChunkSize?: number | undefined;
42852
+ figmaRenderChunkSize?: number | undefined;
42795
42853
  };
42796
42854
  importMetadata: {
42797
42855
  fileData?: {
@@ -42837,6 +42895,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42837
42895
  } | undefined;
42838
42896
  } | undefined;
42839
42897
  downloadChunkSize?: number | undefined;
42898
+ figmaRenderChunkSize?: number | undefined;
42840
42899
  };
42841
42900
  }>;
42842
42901
  fileDownloadScopesByFileId: Record<string, {
@@ -42873,6 +42932,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42873
42932
  } | undefined;
42874
42933
  } | undefined;
42875
42934
  downloadChunkSize?: number | undefined;
42935
+ figmaRenderChunkSize?: number | undefined;
42876
42936
  };
42877
42937
  importMetadata: {
42878
42938
  fileData?: {
@@ -42918,6 +42978,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42918
42978
  } | undefined;
42919
42979
  } | undefined;
42920
42980
  downloadChunkSize?: number | undefined;
42981
+ figmaRenderChunkSize?: number | undefined;
42921
42982
  };
42922
42983
  }>;
42923
42984
  fileDownloadScopesByFileId: Record<string, {
@@ -42954,6 +43015,7 @@ declare const FigmaImportContextWithDownloadScopes: z.ZodObject<{
42954
43015
  } | undefined;
42955
43016
  } | undefined;
42956
43017
  downloadChunkSize?: number | undefined;
43018
+ figmaRenderChunkSize?: number | undefined;
42957
43019
  };
42958
43020
  importMetadata: {
42959
43021
  fileData?: {
@@ -94589,147 +94651,181 @@ type ContentLoaderPayload = z.infer<typeof ContentLoaderPayload>;
94589
94651
  declare const slugRegex: RegExp;
94590
94652
 
94591
94653
  declare const NpmRegistryAuthType: z.ZodEnum<["Basic", "Bearer", "None", "Custom"]>;
94592
- declare const NpmRegistryType: z.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
94654
+ declare const NpmRegistryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom", "AzureDevOps"]>;
94655
+ declare const NpmRegistryTypeWithoutAzure: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94593
94656
  declare const NpmRegistryBasicAuthConfig: z.ZodObject<{
94657
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom", "AzureDevOps"]>;
94594
94658
  authType: z.ZodLiteral<"Basic">;
94595
94659
  username: z.ZodString;
94596
94660
  password: z.ZodString;
94597
94661
  }, "strip", z.ZodTypeAny, {
94662
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory" | "AzureDevOps";
94598
94663
  authType: "Basic";
94599
94664
  username: string;
94600
94665
  password: string;
94601
94666
  }, {
94667
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory" | "AzureDevOps";
94602
94668
  authType: "Basic";
94603
94669
  username: string;
94604
94670
  password: string;
94605
94671
  }>;
94606
94672
  declare const NpmRegistryBearerAuthConfig: z.ZodObject<{
94673
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94607
94674
  authType: z.ZodLiteral<"Bearer">;
94608
94675
  accessToken: z.ZodString;
94609
94676
  }, "strip", z.ZodTypeAny, {
94610
94677
  accessToken: string;
94678
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94611
94679
  authType: "Bearer";
94612
94680
  }, {
94613
94681
  accessToken: string;
94682
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94614
94683
  authType: "Bearer";
94615
94684
  }>;
94616
94685
  declare const NpmRegistryNoAuthConfig: z.ZodObject<{
94686
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94617
94687
  authType: z.ZodLiteral<"None">;
94618
94688
  }, "strip", z.ZodTypeAny, {
94689
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94619
94690
  authType: "None";
94620
94691
  }, {
94692
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94621
94693
  authType: "None";
94622
94694
  }>;
94623
94695
  declare const NpmRegistrCustomAuthConfig: z.ZodObject<{
94696
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94624
94697
  authType: z.ZodLiteral<"Custom">;
94625
94698
  authHeaderName: z.ZodString;
94626
94699
  authHeaderValue: z.ZodString;
94627
94700
  }, "strip", z.ZodTypeAny, {
94701
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94628
94702
  authType: "Custom";
94629
94703
  authHeaderName: string;
94630
94704
  authHeaderValue: string;
94631
94705
  }, {
94706
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94632
94707
  authType: "Custom";
94633
94708
  authHeaderName: string;
94634
94709
  authHeaderValue: string;
94635
94710
  }>;
94636
94711
  declare const NpmRegistryAuthConfig: z.ZodDiscriminatedUnion<"authType", [z.ZodObject<{
94712
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom", "AzureDevOps"]>;
94637
94713
  authType: z.ZodLiteral<"Basic">;
94638
94714
  username: z.ZodString;
94639
94715
  password: z.ZodString;
94640
94716
  }, "strip", z.ZodTypeAny, {
94717
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory" | "AzureDevOps";
94641
94718
  authType: "Basic";
94642
94719
  username: string;
94643
94720
  password: string;
94644
94721
  }, {
94722
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory" | "AzureDevOps";
94645
94723
  authType: "Basic";
94646
94724
  username: string;
94647
94725
  password: string;
94648
94726
  }>, z.ZodObject<{
94727
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94649
94728
  authType: z.ZodLiteral<"Bearer">;
94650
94729
  accessToken: z.ZodString;
94651
94730
  }, "strip", z.ZodTypeAny, {
94652
94731
  accessToken: string;
94732
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94653
94733
  authType: "Bearer";
94654
94734
  }, {
94655
94735
  accessToken: string;
94736
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94656
94737
  authType: "Bearer";
94657
94738
  }>, z.ZodObject<{
94739
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94658
94740
  authType: z.ZodLiteral<"None">;
94659
94741
  }, "strip", z.ZodTypeAny, {
94742
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94660
94743
  authType: "None";
94661
94744
  }, {
94745
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94662
94746
  authType: "None";
94663
94747
  }>, z.ZodObject<{
94748
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94664
94749
  authType: z.ZodLiteral<"Custom">;
94665
94750
  authHeaderName: z.ZodString;
94666
94751
  authHeaderValue: z.ZodString;
94667
94752
  }, "strip", z.ZodTypeAny, {
94753
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94668
94754
  authType: "Custom";
94669
94755
  authHeaderName: string;
94670
94756
  authHeaderValue: string;
94671
94757
  }, {
94758
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94672
94759
  authType: "Custom";
94673
94760
  authHeaderName: string;
94674
94761
  authHeaderValue: string;
94675
94762
  }>]>;
94676
94763
  declare const NpmRegistryConfig: z.ZodIntersection<z.ZodObject<{
94677
- registryType: z.ZodEnum<["NPMJS", "GitHub", "AzureDevOps", "Artifactory", "Custom"]>;
94678
94764
  enabledScopes: z.ZodArray<z.ZodString, "many">;
94679
94765
  customRegistryUrl: z.ZodOptional<z.ZodString>;
94680
94766
  bypassProxy: z.ZodDefault<z.ZodBoolean>;
94681
94767
  npmProxyRegistryConfigId: z.ZodOptional<z.ZodString>;
94682
94768
  npmProxyVersion: z.ZodOptional<z.ZodNumber>;
94683
94769
  }, "strip", z.ZodTypeAny, {
94684
- registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
94685
94770
  enabledScopes: string[];
94686
94771
  bypassProxy: boolean;
94687
94772
  customRegistryUrl?: string | undefined;
94688
94773
  npmProxyRegistryConfigId?: string | undefined;
94689
94774
  npmProxyVersion?: number | undefined;
94690
94775
  }, {
94691
- registryType: "Custom" | "NPMJS" | "GitHub" | "AzureDevOps" | "Artifactory";
94692
94776
  enabledScopes: string[];
94693
94777
  customRegistryUrl?: string | undefined;
94694
94778
  bypassProxy?: boolean | undefined;
94695
94779
  npmProxyRegistryConfigId?: string | undefined;
94696
94780
  npmProxyVersion?: number | undefined;
94697
94781
  }>, z.ZodDiscriminatedUnion<"authType", [z.ZodObject<{
94782
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom", "AzureDevOps"]>;
94698
94783
  authType: z.ZodLiteral<"Basic">;
94699
94784
  username: z.ZodString;
94700
94785
  password: z.ZodString;
94701
94786
  }, "strip", z.ZodTypeAny, {
94787
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory" | "AzureDevOps";
94702
94788
  authType: "Basic";
94703
94789
  username: string;
94704
94790
  password: string;
94705
94791
  }, {
94792
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory" | "AzureDevOps";
94706
94793
  authType: "Basic";
94707
94794
  username: string;
94708
94795
  password: string;
94709
94796
  }>, z.ZodObject<{
94797
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94710
94798
  authType: z.ZodLiteral<"Bearer">;
94711
94799
  accessToken: z.ZodString;
94712
94800
  }, "strip", z.ZodTypeAny, {
94713
94801
  accessToken: string;
94802
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94714
94803
  authType: "Bearer";
94715
94804
  }, {
94716
94805
  accessToken: string;
94806
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94717
94807
  authType: "Bearer";
94718
94808
  }>, z.ZodObject<{
94809
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94719
94810
  authType: z.ZodLiteral<"None">;
94720
94811
  }, "strip", z.ZodTypeAny, {
94812
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94721
94813
  authType: "None";
94722
94814
  }, {
94815
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94723
94816
  authType: "None";
94724
94817
  }>, z.ZodObject<{
94818
+ registryType: z.ZodEnum<["NPMJS", "GitHub", "Artifactory", "Custom"]>;
94725
94819
  authType: z.ZodLiteral<"Custom">;
94726
94820
  authHeaderName: z.ZodString;
94727
94821
  authHeaderValue: z.ZodString;
94728
94822
  }, "strip", z.ZodTypeAny, {
94823
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94729
94824
  authType: "Custom";
94730
94825
  authHeaderName: string;
94731
94826
  authHeaderValue: string;
94732
94827
  }, {
94828
+ registryType: "Custom" | "NPMJS" | "GitHub" | "Artifactory";
94733
94829
  authType: "Custom";
94734
94830
  authHeaderName: string;
94735
94831
  authHeaderValue: string;
@@ -94893,6 +94989,29 @@ declare const WorkspaceMembership: z.ZodObject<{
94893
94989
  workspaceRole: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
94894
94990
  }>;
94895
94991
  type WorkspaceMembership = z.infer<typeof WorkspaceMembership>;
94992
+ declare const UpdateMembershipRolesInput: z.ZodObject<{
94993
+ members: z.ZodArray<z.ZodObject<{
94994
+ userId: z.ZodString;
94995
+ role: z.ZodNativeEnum<z.Values<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>>;
94996
+ }, "strip", z.ZodTypeAny, {
94997
+ role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
94998
+ userId: string;
94999
+ }, {
95000
+ role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
95001
+ userId: string;
95002
+ }>, "many">;
95003
+ }, "strip", z.ZodTypeAny, {
95004
+ members: {
95005
+ role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
95006
+ userId: string;
95007
+ }[];
95008
+ }, {
95009
+ members: {
95010
+ role: "Owner" | "Admin" | "Creator" | "Viewer" | "Billing" | "Guest";
95011
+ userId: string;
95012
+ }[];
95013
+ }>;
95014
+ type UpdateMembershipRolesInput = z.infer<typeof UpdateMembershipRolesInput>;
94896
95015
 
94897
95016
  declare const WorkspaceRoleSchema: z.ZodEnum<["Owner", "Admin", "Creator", "Viewer", "Billing", "Guest"]>;
94898
95017
  type WorkspaceRole = z.infer<typeof WorkspaceRoleSchema>;
@@ -98158,4 +98277,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
98158
98277
  }>;
98159
98278
  type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
98160
98279
 
98161
- export { Address, Asset, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BasePulsarProperty, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, type Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePublishedDocPage, type CreateTheme, CreateWorkspaceInput, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, type DesignSystemVersion, DesignSystemVersionRoom, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationGroupBehavior, DocumentationItemConfiguration, DocumentationItemHeader, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationPage, DocumentationPageAsset, DocumentationPageAssetType, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageElementDataV1, DocumentationPageElementDataV2, DocumentationPageFrameAsset, DocumentationPageGroup, DocumentationPageImageAsset, DocumentationPageRoom, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupData, ElementGroupElementData, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyValue, type ElementPropertyValueDiff, type ElementView, type ElementViewBaseColumnType, type ElementViewBasePropertyColumn, type ElementViewColumn, type ElementViewColumnSharedAttributes, type ElementViewColumnType, type ElementViewPropertyDefinitionColumn, type ElementViewThemeColumn, Entity, ExportJob, ExportJobStatus, Exporter, ExporterDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, IntegrationAuthType, type IntegrationToken, IntegrationTokenSchema, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetType, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyOptions, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionVariant, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemImageReference, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockRenderCodeProperties, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, type PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarContributionBlock, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarPropertyType, type ResolvedAsset, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageRoom, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, type UpdatePublishedDocPage, type UpdateTheme, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, colorValueFormatDescription, colorValueRegex, defaultDocumentationItemHeader, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isTokenType, nullishToOptional, publishedDocEnvironments, slugRegex, tokenAliasOrValue, tokenElementTypes, traversePageBlocksV1, traverseStructure, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };
98280
+ export { Address, Asset, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProperties, AssetReference, type AssetReferenceDiff, AssetScope, AssetType, AssetValue, AuthTokens, BasePulsarProperty, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, type Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, ColorTokenData, ColorTokenInlineData, ColorValue, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageRoom, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementViewColumn, type CreateExporterMembership, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePublishedDocPage, type CreateTheme, CreateWorkspaceInput, CustomDomain, type CustomDomainState, Customer, type DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementType, DesignSystem, DesignSystemCreateInput, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, type DesignSystemVersion, DesignSystemVersionRoom, DesignSystemWithWorkspace, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationGroupBehavior, DocumentationItemConfiguration, DocumentationItemHeader, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationPage, DocumentationPageAsset, DocumentationPageAssetType, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageElementDataV1, DocumentationPageElementDataV2, DocumentationPageFrameAsset, DocumentationPageGroup, DocumentationPageImageAsset, DocumentationPageRoom, DocumentationPageV1, DocumentationPageV2, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupData, ElementGroupElementData, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyValue, type ElementPropertyValueDiff, type ElementView, type ElementViewBaseColumnType, type ElementViewBasePropertyColumn, type ElementViewColumn, type ElementViewColumnSharedAttributes, type ElementViewColumnType, type ElementViewPropertyDefinitionColumn, type ElementViewThemeColumn, Entity, ExportJob, ExportJobStatus, Exporter, ExporterDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontWeightTokenData, FontWeightValue, GitProvider, GitProviderNames, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, ImportedFigmaSourceData, IntegrationAuthType, type IntegrationToken, IntegrationTokenSchema, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, NpmRegistryTypeWithoutAzure, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetType, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyOptions, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionVariant, PageBlockEditorModelV2, PageBlockFigmaFrameProperties, PageBlockFrame, PageBlockFrameOrigin, PageBlockImageAlignment, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemImageReference, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockRenderCodeProperties, PageBlockShortcut, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, type PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PulsarContributionBlock, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarPropertyType, type ResolvedAsset, RoomType, RoomTypeEnum, RoomTypeSchema, SHORT_PERSISTENT_ID_LENGTH, SafeIdSchema, Session, SessionData, ShadowLayerValue, ShadowTokenData, ShadowType, ShallowDesignElement, Size, SizeOrUndefined, SizeTokenData, SizeUnit, SizeValue, SourceImportComponentSummary, SourceImportFrameSummary, SourceImportSummary, SourceImportSummaryByTokenType, SourceImportTokenSummary, SpaceTokenData, SpaceUnit, SpaceValue, SsoProvider, StringTokenData, StringValue, type StripeCheckoutInput, type StripeCheckoutOutput, type StripePortalSessionInput, type StripePortalSessionOutput, StripeSubscriptionStatus, StripeSubscriptionStatusSchema, Subscription, TextCase, TextCaseTokenData, TextCaseValue, TextDecoration, TextDecorationTokenData, TextDecorationValue, Theme, type ThemeDiff, ThemeElementData, ThemeImportModel, ThemeImportModelInput, ThemeOrigin, ThemeOriginObject, ThemeOriginPart, ThemeOriginSource, ThemeOverride, ThemeOverrideImportModel, ThemeOverrideImportModelBase, ThemeOverrideImportModelInput, type ThemeOverrideImportModelInputOfType, type ThemeOverrideImportModelOfType, type ThemeOverrideOfType, ThemeOverrideOrigin, ThemeOverrideOriginPart, ThemeUpdateImportModel, ThemeUpdateImportModelInput, TokenDataAliasSchema, TypographyTokenData, TypographyValue, type UpdateComponent, type UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageRoom, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementViewColumn, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, UrlImageImportModel, User, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserSession, Visibility, VisibilityTokenData, VisibilityValue, Workspace, WorkspaceContext, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, WorkspaceProfile, WorkspaceRole, WorkspaceRoleSchema, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, colorValueFormatDescription, colorValueRegex, defaultDocumentationItemConfiguration, defaultDocumentationItemHeader, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, isTokenType, nullishToOptional, publishedDocEnvironments, slugRegex, tokenAliasOrValue, tokenElementTypes, traversePageBlocksV1, traverseStructure, tryParseShortPersistentId, zodCreateInputOmit, zodUpdateInputOmit };