@supernova-studio/model 0.54.17 → 0.54.19
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 +31 -1
- package/dist/index.d.ts +31 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/design-system.ts +1 -0
- package/src/dsm/membership/design-system-membership.ts +3 -0
package/dist/index.d.mts
CHANGED
|
@@ -2908,6 +2908,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2908
2908
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
2909
2909
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
2910
2910
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
2911
|
+
membersGenerated: z.ZodBoolean;
|
|
2911
2912
|
createdAt: z.ZodDate;
|
|
2912
2913
|
updatedAt: z.ZodDate;
|
|
2913
2914
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2925,6 +2926,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2925
2926
|
isApprovalFeatureEnabled: boolean;
|
|
2926
2927
|
approvalRequiredForPublishing: boolean;
|
|
2927
2928
|
accessMode: "Open" | "InviteOnly";
|
|
2929
|
+
membersGenerated: boolean;
|
|
2928
2930
|
docExporterId?: string | undefined;
|
|
2929
2931
|
docUserSlug?: string | undefined;
|
|
2930
2932
|
docViewUrl?: string | undefined;
|
|
@@ -2947,6 +2949,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2947
2949
|
isApprovalFeatureEnabled: boolean;
|
|
2948
2950
|
approvalRequiredForPublishing: boolean;
|
|
2949
2951
|
accessMode: "Open" | "InviteOnly";
|
|
2952
|
+
membersGenerated: boolean;
|
|
2950
2953
|
docExporterId?: string | null | undefined;
|
|
2951
2954
|
docUserSlug?: string | null | undefined;
|
|
2952
2955
|
docViewUrl?: string | null | undefined;
|
|
@@ -6031,6 +6034,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6031
6034
|
isApprovalFeatureEnabled: boolean;
|
|
6032
6035
|
approvalRequiredForPublishing: boolean;
|
|
6033
6036
|
accessMode: "Open" | "InviteOnly";
|
|
6037
|
+
membersGenerated: boolean;
|
|
6034
6038
|
docExporterId?: string | undefined;
|
|
6035
6039
|
docUserSlug?: string | undefined;
|
|
6036
6040
|
docViewUrl?: string | undefined;
|
|
@@ -6461,6 +6465,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6461
6465
|
isApprovalFeatureEnabled: boolean;
|
|
6462
6466
|
approvalRequiredForPublishing: boolean;
|
|
6463
6467
|
accessMode: "Open" | "InviteOnly";
|
|
6468
|
+
membersGenerated: boolean;
|
|
6464
6469
|
docExporterId?: string | null | undefined;
|
|
6465
6470
|
docUserSlug?: string | null | undefined;
|
|
6466
6471
|
docViewUrl?: string | null | undefined;
|
|
@@ -11905,6 +11910,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11905
11910
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
11906
11911
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
11907
11912
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
11913
|
+
membersGenerated: z.ZodBoolean;
|
|
11908
11914
|
createdAt: z.ZodDate;
|
|
11909
11915
|
updatedAt: z.ZodDate;
|
|
11910
11916
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11922,6 +11928,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11922
11928
|
isApprovalFeatureEnabled: boolean;
|
|
11923
11929
|
approvalRequiredForPublishing: boolean;
|
|
11924
11930
|
accessMode: "Open" | "InviteOnly";
|
|
11931
|
+
membersGenerated: boolean;
|
|
11925
11932
|
docExporterId?: string | undefined;
|
|
11926
11933
|
docUserSlug?: string | undefined;
|
|
11927
11934
|
docViewUrl?: string | undefined;
|
|
@@ -11944,6 +11951,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11944
11951
|
isApprovalFeatureEnabled: boolean;
|
|
11945
11952
|
approvalRequiredForPublishing: boolean;
|
|
11946
11953
|
accessMode: "Open" | "InviteOnly";
|
|
11954
|
+
membersGenerated: boolean;
|
|
11947
11955
|
docExporterId?: string | null | undefined;
|
|
11948
11956
|
docUserSlug?: string | null | undefined;
|
|
11949
11957
|
docViewUrl?: string | null | undefined;
|
|
@@ -15028,6 +15036,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15028
15036
|
isApprovalFeatureEnabled: boolean;
|
|
15029
15037
|
approvalRequiredForPublishing: boolean;
|
|
15030
15038
|
accessMode: "Open" | "InviteOnly";
|
|
15039
|
+
membersGenerated: boolean;
|
|
15031
15040
|
docExporterId?: string | undefined;
|
|
15032
15041
|
docUserSlug?: string | undefined;
|
|
15033
15042
|
docViewUrl?: string | undefined;
|
|
@@ -15458,6 +15467,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15458
15467
|
isApprovalFeatureEnabled: boolean;
|
|
15459
15468
|
approvalRequiredForPublishing: boolean;
|
|
15460
15469
|
accessMode: "Open" | "InviteOnly";
|
|
15470
|
+
membersGenerated: boolean;
|
|
15461
15471
|
docExporterId?: string | null | undefined;
|
|
15462
15472
|
docUserSlug?: string | null | undefined;
|
|
15463
15473
|
docViewUrl?: string | null | undefined;
|
|
@@ -17083,6 +17093,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17083
17093
|
isApprovalFeatureEnabled: boolean;
|
|
17084
17094
|
approvalRequiredForPublishing: boolean;
|
|
17085
17095
|
accessMode: "Open" | "InviteOnly";
|
|
17096
|
+
membersGenerated: boolean;
|
|
17086
17097
|
docExporterId?: string | undefined;
|
|
17087
17098
|
docUserSlug?: string | undefined;
|
|
17088
17099
|
docViewUrl?: string | undefined;
|
|
@@ -17894,6 +17905,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17894
17905
|
isApprovalFeatureEnabled: boolean;
|
|
17895
17906
|
approvalRequiredForPublishing: boolean;
|
|
17896
17907
|
accessMode: "Open" | "InviteOnly";
|
|
17908
|
+
membersGenerated: boolean;
|
|
17897
17909
|
docExporterId?: string | null | undefined;
|
|
17898
17910
|
docUserSlug?: string | null | undefined;
|
|
17899
17911
|
docViewUrl?: string | null | undefined;
|
|
@@ -18707,6 +18719,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18707
18719
|
isApprovalFeatureEnabled: boolean;
|
|
18708
18720
|
approvalRequiredForPublishing: boolean;
|
|
18709
18721
|
accessMode: "Open" | "InviteOnly";
|
|
18722
|
+
membersGenerated: boolean;
|
|
18710
18723
|
docExporterId?: string | undefined;
|
|
18711
18724
|
docUserSlug?: string | undefined;
|
|
18712
18725
|
docViewUrl?: string | undefined;
|
|
@@ -19590,6 +19603,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19590
19603
|
isApprovalFeatureEnabled: boolean;
|
|
19591
19604
|
approvalRequiredForPublishing: boolean;
|
|
19592
19605
|
accessMode: "Open" | "InviteOnly";
|
|
19606
|
+
membersGenerated: boolean;
|
|
19593
19607
|
docExporterId?: string | null | undefined;
|
|
19594
19608
|
docUserSlug?: string | null | undefined;
|
|
19595
19609
|
docViewUrl?: string | null | undefined;
|
|
@@ -21931,6 +21945,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21931
21945
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
21932
21946
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
21933
21947
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
21948
|
+
membersGenerated: z.ZodBoolean;
|
|
21934
21949
|
createdAt: z.ZodDate;
|
|
21935
21950
|
updatedAt: z.ZodDate;
|
|
21936
21951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21948,6 +21963,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21948
21963
|
isApprovalFeatureEnabled: boolean;
|
|
21949
21964
|
approvalRequiredForPublishing: boolean;
|
|
21950
21965
|
accessMode: "Open" | "InviteOnly";
|
|
21966
|
+
membersGenerated: boolean;
|
|
21951
21967
|
docExporterId?: string | undefined;
|
|
21952
21968
|
docUserSlug?: string | undefined;
|
|
21953
21969
|
docViewUrl?: string | undefined;
|
|
@@ -21970,6 +21986,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21970
21986
|
isApprovalFeatureEnabled: boolean;
|
|
21971
21987
|
approvalRequiredForPublishing: boolean;
|
|
21972
21988
|
accessMode: "Open" | "InviteOnly";
|
|
21989
|
+
membersGenerated: boolean;
|
|
21973
21990
|
docExporterId?: string | null | undefined;
|
|
21974
21991
|
docUserSlug?: string | null | undefined;
|
|
21975
21992
|
docViewUrl?: string | null | undefined;
|
|
@@ -25054,6 +25071,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25054
25071
|
isApprovalFeatureEnabled: boolean;
|
|
25055
25072
|
approvalRequiredForPublishing: boolean;
|
|
25056
25073
|
accessMode: "Open" | "InviteOnly";
|
|
25074
|
+
membersGenerated: boolean;
|
|
25057
25075
|
docExporterId?: string | undefined;
|
|
25058
25076
|
docUserSlug?: string | undefined;
|
|
25059
25077
|
docViewUrl?: string | undefined;
|
|
@@ -25484,6 +25502,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25484
25502
|
isApprovalFeatureEnabled: boolean;
|
|
25485
25503
|
approvalRequiredForPublishing: boolean;
|
|
25486
25504
|
accessMode: "Open" | "InviteOnly";
|
|
25505
|
+
membersGenerated: boolean;
|
|
25487
25506
|
docExporterId?: string | null | undefined;
|
|
25488
25507
|
docUserSlug?: string | null | undefined;
|
|
25489
25508
|
docViewUrl?: string | null | undefined;
|
|
@@ -27109,6 +27128,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27109
27128
|
isApprovalFeatureEnabled: boolean;
|
|
27110
27129
|
approvalRequiredForPublishing: boolean;
|
|
27111
27130
|
accessMode: "Open" | "InviteOnly";
|
|
27131
|
+
membersGenerated: boolean;
|
|
27112
27132
|
docExporterId?: string | undefined;
|
|
27113
27133
|
docUserSlug?: string | undefined;
|
|
27114
27134
|
docViewUrl?: string | undefined;
|
|
@@ -27920,6 +27940,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27920
27940
|
isApprovalFeatureEnabled: boolean;
|
|
27921
27941
|
approvalRequiredForPublishing: boolean;
|
|
27922
27942
|
accessMode: "Open" | "InviteOnly";
|
|
27943
|
+
membersGenerated: boolean;
|
|
27923
27944
|
docExporterId?: string | null | undefined;
|
|
27924
27945
|
docUserSlug?: string | null | undefined;
|
|
27925
27946
|
docViewUrl?: string | null | undefined;
|
|
@@ -128245,6 +128266,7 @@ declare const DesignSystemMembership: z.ZodObject<{
|
|
|
128245
128266
|
workspaceMembershipId: string;
|
|
128246
128267
|
}>;
|
|
128247
128268
|
type DesignSystemMembership = z.infer<typeof DesignSystemMembership>;
|
|
128269
|
+
type CreateDesignSystemMembership = DbCreateInputOmit<DesignSystemMembership>;
|
|
128248
128270
|
|
|
128249
128271
|
declare const ElementPropertyTypeSchema: z.ZodEnum<["Text", "Number", "Boolean", "Select", "Generic", "Link", "URL"]>;
|
|
128250
128272
|
type ElementPropertyType = z.infer<typeof ElementPropertyTypeSchema>;
|
|
@@ -128685,6 +128707,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128685
128707
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
128686
128708
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
128687
128709
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
128710
|
+
membersGenerated: z.ZodBoolean;
|
|
128688
128711
|
createdAt: z.ZodDate;
|
|
128689
128712
|
updatedAt: z.ZodDate;
|
|
128690
128713
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -128702,6 +128725,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128702
128725
|
isApprovalFeatureEnabled: boolean;
|
|
128703
128726
|
approvalRequiredForPublishing: boolean;
|
|
128704
128727
|
accessMode: "Open" | "InviteOnly";
|
|
128728
|
+
membersGenerated: boolean;
|
|
128705
128729
|
docExporterId?: string | undefined;
|
|
128706
128730
|
docUserSlug?: string | undefined;
|
|
128707
128731
|
docViewUrl?: string | undefined;
|
|
@@ -128724,6 +128748,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128724
128748
|
isApprovalFeatureEnabled: boolean;
|
|
128725
128749
|
approvalRequiredForPublishing: boolean;
|
|
128726
128750
|
accessMode: "Open" | "InviteOnly";
|
|
128751
|
+
membersGenerated: boolean;
|
|
128727
128752
|
docExporterId?: string | null | undefined;
|
|
128728
128753
|
docUserSlug?: string | null | undefined;
|
|
128729
128754
|
docViewUrl?: string | null | undefined;
|
|
@@ -165715,6 +165740,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165715
165740
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
165716
165741
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
165717
165742
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
165743
|
+
membersGenerated: z.ZodBoolean;
|
|
165718
165744
|
createdAt: z.ZodDate;
|
|
165719
165745
|
updatedAt: z.ZodDate;
|
|
165720
165746
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165732,6 +165758,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165732
165758
|
isApprovalFeatureEnabled: boolean;
|
|
165733
165759
|
approvalRequiredForPublishing: boolean;
|
|
165734
165760
|
accessMode: "Open" | "InviteOnly";
|
|
165761
|
+
membersGenerated: boolean;
|
|
165735
165762
|
docExporterId?: string | undefined;
|
|
165736
165763
|
docUserSlug?: string | undefined;
|
|
165737
165764
|
docViewUrl?: string | undefined;
|
|
@@ -165754,6 +165781,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165754
165781
|
isApprovalFeatureEnabled: boolean;
|
|
165755
165782
|
approvalRequiredForPublishing: boolean;
|
|
165756
165783
|
accessMode: "Open" | "InviteOnly";
|
|
165784
|
+
membersGenerated: boolean;
|
|
165757
165785
|
docExporterId?: string | null | undefined;
|
|
165758
165786
|
docUserSlug?: string | null | undefined;
|
|
165759
165787
|
docViewUrl?: string | null | undefined;
|
|
@@ -165778,6 +165806,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165778
165806
|
isApprovalFeatureEnabled: boolean;
|
|
165779
165807
|
approvalRequiredForPublishing: boolean;
|
|
165780
165808
|
accessMode: "Open" | "InviteOnly";
|
|
165809
|
+
membersGenerated: boolean;
|
|
165781
165810
|
docExporterId?: string | undefined;
|
|
165782
165811
|
docUserSlug?: string | undefined;
|
|
165783
165812
|
docViewUrl?: string | undefined;
|
|
@@ -166005,6 +166034,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166005
166034
|
isApprovalFeatureEnabled: boolean;
|
|
166006
166035
|
approvalRequiredForPublishing: boolean;
|
|
166007
166036
|
accessMode: "Open" | "InviteOnly";
|
|
166037
|
+
membersGenerated: boolean;
|
|
166008
166038
|
docExporterId?: string | null | undefined;
|
|
166009
166039
|
docUserSlug?: string | null | undefined;
|
|
166010
166040
|
docViewUrl?: string | null | undefined;
|
|
@@ -166219,4 +166249,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166219
166249
|
}>;
|
|
166220
166250
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
166221
166251
|
|
|
166222
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemMembership, DesignSystemSwitcher, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, 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, SupernovaException, type SupernovaExceptionType, 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 UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
|
166252
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemMembership, DesignSystemSwitcher, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, 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, SupernovaException, type SupernovaExceptionType, 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 UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
package/dist/index.d.ts
CHANGED
|
@@ -2908,6 +2908,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2908
2908
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
2909
2909
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
2910
2910
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
2911
|
+
membersGenerated: z.ZodBoolean;
|
|
2911
2912
|
createdAt: z.ZodDate;
|
|
2912
2913
|
updatedAt: z.ZodDate;
|
|
2913
2914
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2925,6 +2926,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2925
2926
|
isApprovalFeatureEnabled: boolean;
|
|
2926
2927
|
approvalRequiredForPublishing: boolean;
|
|
2927
2928
|
accessMode: "Open" | "InviteOnly";
|
|
2929
|
+
membersGenerated: boolean;
|
|
2928
2930
|
docExporterId?: string | undefined;
|
|
2929
2931
|
docUserSlug?: string | undefined;
|
|
2930
2932
|
docViewUrl?: string | undefined;
|
|
@@ -2947,6 +2949,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2947
2949
|
isApprovalFeatureEnabled: boolean;
|
|
2948
2950
|
approvalRequiredForPublishing: boolean;
|
|
2949
2951
|
accessMode: "Open" | "InviteOnly";
|
|
2952
|
+
membersGenerated: boolean;
|
|
2950
2953
|
docExporterId?: string | null | undefined;
|
|
2951
2954
|
docUserSlug?: string | null | undefined;
|
|
2952
2955
|
docViewUrl?: string | null | undefined;
|
|
@@ -6031,6 +6034,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6031
6034
|
isApprovalFeatureEnabled: boolean;
|
|
6032
6035
|
approvalRequiredForPublishing: boolean;
|
|
6033
6036
|
accessMode: "Open" | "InviteOnly";
|
|
6037
|
+
membersGenerated: boolean;
|
|
6034
6038
|
docExporterId?: string | undefined;
|
|
6035
6039
|
docUserSlug?: string | undefined;
|
|
6036
6040
|
docViewUrl?: string | undefined;
|
|
@@ -6461,6 +6465,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6461
6465
|
isApprovalFeatureEnabled: boolean;
|
|
6462
6466
|
approvalRequiredForPublishing: boolean;
|
|
6463
6467
|
accessMode: "Open" | "InviteOnly";
|
|
6468
|
+
membersGenerated: boolean;
|
|
6464
6469
|
docExporterId?: string | null | undefined;
|
|
6465
6470
|
docUserSlug?: string | null | undefined;
|
|
6466
6471
|
docViewUrl?: string | null | undefined;
|
|
@@ -11905,6 +11910,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11905
11910
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
11906
11911
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
11907
11912
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
11913
|
+
membersGenerated: z.ZodBoolean;
|
|
11908
11914
|
createdAt: z.ZodDate;
|
|
11909
11915
|
updatedAt: z.ZodDate;
|
|
11910
11916
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11922,6 +11928,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11922
11928
|
isApprovalFeatureEnabled: boolean;
|
|
11923
11929
|
approvalRequiredForPublishing: boolean;
|
|
11924
11930
|
accessMode: "Open" | "InviteOnly";
|
|
11931
|
+
membersGenerated: boolean;
|
|
11925
11932
|
docExporterId?: string | undefined;
|
|
11926
11933
|
docUserSlug?: string | undefined;
|
|
11927
11934
|
docViewUrl?: string | undefined;
|
|
@@ -11944,6 +11951,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11944
11951
|
isApprovalFeatureEnabled: boolean;
|
|
11945
11952
|
approvalRequiredForPublishing: boolean;
|
|
11946
11953
|
accessMode: "Open" | "InviteOnly";
|
|
11954
|
+
membersGenerated: boolean;
|
|
11947
11955
|
docExporterId?: string | null | undefined;
|
|
11948
11956
|
docUserSlug?: string | null | undefined;
|
|
11949
11957
|
docViewUrl?: string | null | undefined;
|
|
@@ -15028,6 +15036,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15028
15036
|
isApprovalFeatureEnabled: boolean;
|
|
15029
15037
|
approvalRequiredForPublishing: boolean;
|
|
15030
15038
|
accessMode: "Open" | "InviteOnly";
|
|
15039
|
+
membersGenerated: boolean;
|
|
15031
15040
|
docExporterId?: string | undefined;
|
|
15032
15041
|
docUserSlug?: string | undefined;
|
|
15033
15042
|
docViewUrl?: string | undefined;
|
|
@@ -15458,6 +15467,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15458
15467
|
isApprovalFeatureEnabled: boolean;
|
|
15459
15468
|
approvalRequiredForPublishing: boolean;
|
|
15460
15469
|
accessMode: "Open" | "InviteOnly";
|
|
15470
|
+
membersGenerated: boolean;
|
|
15461
15471
|
docExporterId?: string | null | undefined;
|
|
15462
15472
|
docUserSlug?: string | null | undefined;
|
|
15463
15473
|
docViewUrl?: string | null | undefined;
|
|
@@ -17083,6 +17093,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17083
17093
|
isApprovalFeatureEnabled: boolean;
|
|
17084
17094
|
approvalRequiredForPublishing: boolean;
|
|
17085
17095
|
accessMode: "Open" | "InviteOnly";
|
|
17096
|
+
membersGenerated: boolean;
|
|
17086
17097
|
docExporterId?: string | undefined;
|
|
17087
17098
|
docUserSlug?: string | undefined;
|
|
17088
17099
|
docViewUrl?: string | undefined;
|
|
@@ -17894,6 +17905,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17894
17905
|
isApprovalFeatureEnabled: boolean;
|
|
17895
17906
|
approvalRequiredForPublishing: boolean;
|
|
17896
17907
|
accessMode: "Open" | "InviteOnly";
|
|
17908
|
+
membersGenerated: boolean;
|
|
17897
17909
|
docExporterId?: string | null | undefined;
|
|
17898
17910
|
docUserSlug?: string | null | undefined;
|
|
17899
17911
|
docViewUrl?: string | null | undefined;
|
|
@@ -18707,6 +18719,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18707
18719
|
isApprovalFeatureEnabled: boolean;
|
|
18708
18720
|
approvalRequiredForPublishing: boolean;
|
|
18709
18721
|
accessMode: "Open" | "InviteOnly";
|
|
18722
|
+
membersGenerated: boolean;
|
|
18710
18723
|
docExporterId?: string | undefined;
|
|
18711
18724
|
docUserSlug?: string | undefined;
|
|
18712
18725
|
docViewUrl?: string | undefined;
|
|
@@ -19590,6 +19603,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19590
19603
|
isApprovalFeatureEnabled: boolean;
|
|
19591
19604
|
approvalRequiredForPublishing: boolean;
|
|
19592
19605
|
accessMode: "Open" | "InviteOnly";
|
|
19606
|
+
membersGenerated: boolean;
|
|
19593
19607
|
docExporterId?: string | null | undefined;
|
|
19594
19608
|
docUserSlug?: string | null | undefined;
|
|
19595
19609
|
docViewUrl?: string | null | undefined;
|
|
@@ -21931,6 +21945,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21931
21945
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
21932
21946
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
21933
21947
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
21948
|
+
membersGenerated: z.ZodBoolean;
|
|
21934
21949
|
createdAt: z.ZodDate;
|
|
21935
21950
|
updatedAt: z.ZodDate;
|
|
21936
21951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21948,6 +21963,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21948
21963
|
isApprovalFeatureEnabled: boolean;
|
|
21949
21964
|
approvalRequiredForPublishing: boolean;
|
|
21950
21965
|
accessMode: "Open" | "InviteOnly";
|
|
21966
|
+
membersGenerated: boolean;
|
|
21951
21967
|
docExporterId?: string | undefined;
|
|
21952
21968
|
docUserSlug?: string | undefined;
|
|
21953
21969
|
docViewUrl?: string | undefined;
|
|
@@ -21970,6 +21986,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21970
21986
|
isApprovalFeatureEnabled: boolean;
|
|
21971
21987
|
approvalRequiredForPublishing: boolean;
|
|
21972
21988
|
accessMode: "Open" | "InviteOnly";
|
|
21989
|
+
membersGenerated: boolean;
|
|
21973
21990
|
docExporterId?: string | null | undefined;
|
|
21974
21991
|
docUserSlug?: string | null | undefined;
|
|
21975
21992
|
docViewUrl?: string | null | undefined;
|
|
@@ -25054,6 +25071,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25054
25071
|
isApprovalFeatureEnabled: boolean;
|
|
25055
25072
|
approvalRequiredForPublishing: boolean;
|
|
25056
25073
|
accessMode: "Open" | "InviteOnly";
|
|
25074
|
+
membersGenerated: boolean;
|
|
25057
25075
|
docExporterId?: string | undefined;
|
|
25058
25076
|
docUserSlug?: string | undefined;
|
|
25059
25077
|
docViewUrl?: string | undefined;
|
|
@@ -25484,6 +25502,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25484
25502
|
isApprovalFeatureEnabled: boolean;
|
|
25485
25503
|
approvalRequiredForPublishing: boolean;
|
|
25486
25504
|
accessMode: "Open" | "InviteOnly";
|
|
25505
|
+
membersGenerated: boolean;
|
|
25487
25506
|
docExporterId?: string | null | undefined;
|
|
25488
25507
|
docUserSlug?: string | null | undefined;
|
|
25489
25508
|
docViewUrl?: string | null | undefined;
|
|
@@ -27109,6 +27128,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27109
27128
|
isApprovalFeatureEnabled: boolean;
|
|
27110
27129
|
approvalRequiredForPublishing: boolean;
|
|
27111
27130
|
accessMode: "Open" | "InviteOnly";
|
|
27131
|
+
membersGenerated: boolean;
|
|
27112
27132
|
docExporterId?: string | undefined;
|
|
27113
27133
|
docUserSlug?: string | undefined;
|
|
27114
27134
|
docViewUrl?: string | undefined;
|
|
@@ -27920,6 +27940,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27920
27940
|
isApprovalFeatureEnabled: boolean;
|
|
27921
27941
|
approvalRequiredForPublishing: boolean;
|
|
27922
27942
|
accessMode: "Open" | "InviteOnly";
|
|
27943
|
+
membersGenerated: boolean;
|
|
27923
27944
|
docExporterId?: string | null | undefined;
|
|
27924
27945
|
docUserSlug?: string | null | undefined;
|
|
27925
27946
|
docViewUrl?: string | null | undefined;
|
|
@@ -128245,6 +128266,7 @@ declare const DesignSystemMembership: z.ZodObject<{
|
|
|
128245
128266
|
workspaceMembershipId: string;
|
|
128246
128267
|
}>;
|
|
128247
128268
|
type DesignSystemMembership = z.infer<typeof DesignSystemMembership>;
|
|
128269
|
+
type CreateDesignSystemMembership = DbCreateInputOmit<DesignSystemMembership>;
|
|
128248
128270
|
|
|
128249
128271
|
declare const ElementPropertyTypeSchema: z.ZodEnum<["Text", "Number", "Boolean", "Select", "Generic", "Link", "URL"]>;
|
|
128250
128272
|
type ElementPropertyType = z.infer<typeof ElementPropertyTypeSchema>;
|
|
@@ -128685,6 +128707,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128685
128707
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
128686
128708
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
128687
128709
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
128710
|
+
membersGenerated: z.ZodBoolean;
|
|
128688
128711
|
createdAt: z.ZodDate;
|
|
128689
128712
|
updatedAt: z.ZodDate;
|
|
128690
128713
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -128702,6 +128725,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128702
128725
|
isApprovalFeatureEnabled: boolean;
|
|
128703
128726
|
approvalRequiredForPublishing: boolean;
|
|
128704
128727
|
accessMode: "Open" | "InviteOnly";
|
|
128728
|
+
membersGenerated: boolean;
|
|
128705
128729
|
docExporterId?: string | undefined;
|
|
128706
128730
|
docUserSlug?: string | undefined;
|
|
128707
128731
|
docViewUrl?: string | undefined;
|
|
@@ -128724,6 +128748,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
128724
128748
|
isApprovalFeatureEnabled: boolean;
|
|
128725
128749
|
approvalRequiredForPublishing: boolean;
|
|
128726
128750
|
accessMode: "Open" | "InviteOnly";
|
|
128751
|
+
membersGenerated: boolean;
|
|
128727
128752
|
docExporterId?: string | null | undefined;
|
|
128728
128753
|
docUserSlug?: string | null | undefined;
|
|
128729
128754
|
docViewUrl?: string | null | undefined;
|
|
@@ -165715,6 +165740,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165715
165740
|
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
165716
165741
|
approvalRequiredForPublishing: z.ZodBoolean;
|
|
165717
165742
|
accessMode: z.ZodEnum<["Open", "InviteOnly"]>;
|
|
165743
|
+
membersGenerated: z.ZodBoolean;
|
|
165718
165744
|
createdAt: z.ZodDate;
|
|
165719
165745
|
updatedAt: z.ZodDate;
|
|
165720
165746
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -165732,6 +165758,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165732
165758
|
isApprovalFeatureEnabled: boolean;
|
|
165733
165759
|
approvalRequiredForPublishing: boolean;
|
|
165734
165760
|
accessMode: "Open" | "InviteOnly";
|
|
165761
|
+
membersGenerated: boolean;
|
|
165735
165762
|
docExporterId?: string | undefined;
|
|
165736
165763
|
docUserSlug?: string | undefined;
|
|
165737
165764
|
docViewUrl?: string | undefined;
|
|
@@ -165754,6 +165781,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165754
165781
|
isApprovalFeatureEnabled: boolean;
|
|
165755
165782
|
approvalRequiredForPublishing: boolean;
|
|
165756
165783
|
accessMode: "Open" | "InviteOnly";
|
|
165784
|
+
membersGenerated: boolean;
|
|
165757
165785
|
docExporterId?: string | null | undefined;
|
|
165758
165786
|
docUserSlug?: string | null | undefined;
|
|
165759
165787
|
docViewUrl?: string | null | undefined;
|
|
@@ -165778,6 +165806,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
165778
165806
|
isApprovalFeatureEnabled: boolean;
|
|
165779
165807
|
approvalRequiredForPublishing: boolean;
|
|
165780
165808
|
accessMode: "Open" | "InviteOnly";
|
|
165809
|
+
membersGenerated: boolean;
|
|
165781
165810
|
docExporterId?: string | undefined;
|
|
165782
165811
|
docUserSlug?: string | undefined;
|
|
165783
165812
|
docViewUrl?: string | undefined;
|
|
@@ -166005,6 +166034,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166005
166034
|
isApprovalFeatureEnabled: boolean;
|
|
166006
166035
|
approvalRequiredForPublishing: boolean;
|
|
166007
166036
|
accessMode: "Open" | "InviteOnly";
|
|
166037
|
+
membersGenerated: boolean;
|
|
166008
166038
|
docExporterId?: string | null | undefined;
|
|
166009
166039
|
docUserSlug?: string | null | undefined;
|
|
166010
166040
|
docViewUrl?: string | null | undefined;
|
|
@@ -166219,4 +166249,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
166219
166249
|
}>;
|
|
166220
166250
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
166221
166251
|
|
|
166222
|
-
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemMembership, DesignSystemSwitcher, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, 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, SupernovaException, type SupernovaExceptionType, 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 UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
|
166252
|
+
export { Address, type AllFields, type ArrayElementType, Asset, AssetDeleteSchedule, type AssetDeleteScheduleDbInput, AssetDeleteScheduleStatus, AssetDynamoRecord, AssetFontProperties, type AssetImportModel, AssetImportModelInput, AssetOrigin, AssetProcessStatus, AssetProperties, AssetReference, type AssetReferenceDiff, AssetRenderConfiguration, AssetScope, AssetType, AssetValue, AuthTokens, BillingDetails, type BillingInterval, BillingIntervalSchema, BillingType, BillingTypeSchema, BlurTokenData, BlurType, BlurValue, BorderPosition, BorderRadiusTokenData, BorderRadiusUnit, BorderRadiusValue, BorderStyle, BorderTokenData, BorderValue, BorderWidthTokenData, BorderWidthUnit, BorderWidthValue, Brand, BrandedElementGroup, type Card, CardSchema, ChangedImportedFigmaSourceData, CodeIntegrationDump, ColorTokenData, ColorTokenInlineData, ColorValue, ComponentElementData, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystem, type CreateDesignSystemMembership, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, type CreateDocumentationPageApproval, type CreateDocumentationPageContent, type CreateDocumentationPageRoom, type CreateDocumentationPageSnapshot, type CreateDocumentationPageV1, type CreateDocumentationPageV2, type CreateElementGroup, type CreateElementGroupSnapshot, type CreateElementPropertyDefinition, type CreateElementPropertyValue, type CreateElementView, type CreateElementViewColumn, type CreateExportJob, type CreateExporterMembership, type CreateFigmaComponent, type CreateFigmaFileStructure, type CreateFigmaNodeReference, type CreateImportJob, type CreatePersonalAccessToken, type CreatePublishedDocPage, type CreateTheme, CreateUserInput, CreateWorkspaceInput, type CreateWorkspaceRoom, CustomDomain, type CustomDomainState, Customer, DataSource, DataSourceAutoImportMode, DataSourceFigmaFileData, DataSourceFigmaFileVersionData, DataSourceFigmaImportMetadata, DataSourceFigmaRemote, DataSourceFigmaScope, DataSourceFigmaState, DataSourceImportModel, DataSourceRemote, DataSourceRemoteType, DataSourceStats, DataSourceTokenStudioRemote, DataSourceUploadImportMetadata, DataSourceUploadRemote, DataSourceUploadRemoteSource, DataSourceVersion, type DbCreateInputOmit, type DbUpdate, type DbUpdateInputOmit, type Defined, DesignElement, DesignElementBase, DesignElementBrandedPart, DesignElementCategory, DesignElementGroupableBase, DesignElementGroupablePart, DesignElementGroupableRequiredPart, DesignElementImportedBase, DesignElementOrigin, type DesignElementOriginImportModel, type DesignElementReference, DesignElementSlugPart, DesignElementSnapshotBase, DesignElementSnapshotReason, DesignElementType, DesignSystem, DesignSystemAccessMode, DesignSystemDump, DesignSystemElementExportProps, DesignSystemMembership, DesignSystemSwitcher, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignToken, DesignTokenBase, DesignTokenImportModel, DesignTokenImportModelBase, DesignTokenImportModelInput, DesignTokenImportModelInputBase, type DesignTokenImportModelInputOfType, type DesignTokenImportModelOfType, type DesignTokenOfType, DesignTokenOrigin, DesignTokenOriginPart, DesignTokenType, DesignTokenTypedData, type DesignTokenTypedDataOfType, type DesignTokensDiff, DimensionTokenData, DimensionUnit, DimensionValue, DocumentationComment, DocumentationCommentThread, DocumentationGroupBehavior, DocumentationGroupV1, DocumentationItemConfigurationV1, DocumentationItemConfigurationV2, DocumentationItemHeaderAlignment, DocumentationItemHeaderAlignmentSchema, DocumentationItemHeaderImageScaleType, DocumentationItemHeaderImageScaleTypeSchema, DocumentationItemHeaderV1, DocumentationItemHeaderV2, DocumentationLinkPreview, DocumentationPage, DocumentationPageAnchor, DocumentationPageApproval, DocumentationPageApprovalState, DocumentationPageContent, DocumentationPageContentBackup, DocumentationPageContentData, DocumentationPageContentItem, DocumentationPageDataV1, DocumentationPageDataV2, DocumentationPageGroup, DocumentationPageRoom, DocumentationPageRoomDump, DocumentationPageRoomInitialStateUpdate, DocumentationPageRoomRoomUpdate, DocumentationPageRoomState, DocumentationPageSnapshot, DocumentationPageV1, DocumentationPageV2, DocumentationSettings, DocumentationThreadDump, DurationTokenData, DurationUnit, DurationValue, ElementGroup, ElementGroupDataV1, ElementGroupDataV2, ElementGroupSnapshot, type ElementGroupsDiff, ElementPropertyDefinition, type ElementPropertyDefinitionDiff, ElementPropertyDefinitionOption, ElementPropertyLinkType, type ElementPropertyReference, ElementPropertyTargetType, ElementPropertyType, ElementPropertyTypeSchema, ElementPropertyValue, type ElementPropertyValueDiff, ElementView, ElementViewBaseColumnType, ElementViewBasePropertyColumn, ElementViewColumn, ElementViewColumnSharedAttributes, ElementViewColumnType, ElementViewPropertyDefinitionColumn, ElementViewThemeColumn, Entity, Event, EventDataSourceImported, EventVersionReleased, type ExplicitPartial, ExportDestinationsMap, ExportJob, ExportJobContext, ExportJobDestinationType, ExportJobDocsDestinationResult, ExportJobDocumentationChanges, ExportJobDocumentationContext, ExportJobDump, ExportJobFindByFilter, ExportJobLogEntry, ExportJobLogEntryType, ExportJobPullRequestDestinationResult, ExportJobResult, ExportJobS3DestinationResult, ExportJobStatus, Exporter, ExporterDestinationAzure, ExporterDestinationBitbucket, ExporterDestinationDocs, ExporterDestinationGithub, ExporterDestinationGitlab, ExporterDestinationS3, ExporterDetails, ExporterFunctionPayload, ExporterPropertyImageValue, ExporterPropertyValue, ExporterPropertyValuesCollection, ExporterPulsarDetails, ExporterSource, ExporterTag, ExporterType, ExporterWorkspaceMembership, ExporterWorkspaceMembershipRole, type ExtendedIntegration, ExtendedIntegrationType, ExternalOAuthRequest, ExternalServiceType, FeatureFlag, FeatureFlagMap, type FeatureLimitedDetails, type FeatureToggleDetails, type FeatureWithImportJobsDetails, FeaturesSummary, FigmaComponent, FigmaComponentAsset, FigmaComponentBooleanProperty, type FigmaComponentDiff, FigmaComponentImportModel, FigmaComponentImportModelInput, FigmaComponentInstanceSwapProperty, FigmaComponentOrigin, FigmaComponentOriginPart, FigmaComponentProperty, FigmaComponentPropertyMap, FigmaComponentPropertyOrigin, FigmaComponentPropertyType, FigmaComponentTextProperty, FigmaComponentVariantProperty, FigmaFileAccessData, FigmaFileDownloadScope, FigmaFileStructure, FigmaFileStructureData, type FigmaFileStructureDiff, FigmaFileStructureElementData, FigmaFileStructureImportModel, FigmaFileStructureImportModelInput, FigmaFileStructureNode, FigmaFileStructureNodeBase, FigmaFileStructureNodeImportModel, FigmaFileStructureNodeType, FigmaFileStructureOrigin, FigmaFileStructureStatistics, FigmaImportBaseContext, FigmaImportContextWithDownloadScopes, FigmaImportContextWithSourcesState, FigmaNodeReference, FigmaNodeReferenceData, type FigmaNodeReferenceDiff, FigmaNodeReferenceElementData, FigmaNodeReferenceOrigin, FigmaNodeRenderFormat, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, FontTokenData, FontValue, FontWeightTokenData, FontWeightValue, GitBranch, GitIntegrationType, GitObjectsQuery, GitOrganization, GitProject, GitProvider, GitProviderNames, GitRepository, GradientLayerData, GradientLayerValue, GradientStop, GradientTokenData, GradientTokenValue, GradientType, HANDLE_MAX_LENGTH, HANDLE_MIN_LENGTH, HierarchicalElements, IconSet, ImageImportModel, ImageImportModelType, ImportFunctionInput, ImportJob, ImportJobOperation, ImportJobState, ImportModelBase, ImportModelCollection, ImportModelInputBase, ImportModelInputCollection, ImportWarning, ImportWarningType, type ImportedAsset, type ImportedDesignToken, type ImportedDesignTokenOfType, type ImportedFigmaComponent, ImportedFigmaSourceData, Integration, IntegrationAuthType, IntegrationCredentials, IntegrationCredentialsProfile, IntegrationCredentialsState, IntegrationCredentialsType, IntegrationDesignSystem, IntegrationToken, type IntegrationTokenOld, IntegrationTokenSchemaOld, IntegrationType, IntegrationUserInfo, InternalStatus, InternalStatusSchema, type Invoice, type InvoiceCoupon, InvoiceCouponSchema, type InvoiceLine, InvoiceLineSchema, InvoiceSchema, LetterSpacingTokenData, LetterSpacingUnit, LetterSpacingValue, LineHeightTokenData, LineHeightUnit, LineHeightValue, LiveblocksNotificationSettings, MAX_MEMBERS_COUNT, NpmPackage, NpmProxyToken, NpmProxyTokenPayload, NpmRegistrCustomAuthConfig, NpmRegistryAuthConfig, NpmRegistryAuthType, NpmRegistryBasicAuthConfig, NpmRegistryBearerAuthConfig, NpmRegistryConfig, NpmRegistryNoAuthConfig, NpmRegistryType, type Nullish, OAuthProvider, OAuthProviderNames, OAuthProviderSchema, ObjectMeta, type OmitStrict, OpacityTokenData, OpacityValue, type Optional, type OptionalToNullable, PageBlockAlignment, PageBlockAppearanceV2, PageBlockAsset, PageBlockAssetComponent, PageBlockAssetEntityMeta, PageBlockAssetType, PageBlockBaseV1, PageBlockBehaviorDataType, PageBlockBehaviorSelectionType, PageBlockCalloutType, PageBlockCategory, PageBlockCodeLanguage, PageBlockColorV2, PageBlockCustomBlockPropertyImageValue, PageBlockCustomBlockPropertyValue, PageBlockDataV2, PageBlockDefinition, PageBlockDefinitionAppearance, PageBlockDefinitionBehavior, PageBlockDefinitionBooleanOptions, PageBlockDefinitionBooleanPropertyStyle, PageBlockDefinitionComponentOptions, PageBlockDefinitionImageAspectRatio, PageBlockDefinitionImageOptions, PageBlockDefinitionImageWidth, PageBlockDefinitionItem, PageBlockDefinitionLayout, PageBlockDefinitionLayoutAlign, PageBlockDefinitionLayoutBase, PageBlockDefinitionLayoutGap, PageBlockDefinitionLayoutResizing, PageBlockDefinitionLayoutType, PageBlockDefinitionMultiRichTextPropertyStyle, PageBlockDefinitionMultiSelectPropertyStyle, PageBlockDefinitionMutiRichTextOptions, PageBlockDefinitionNumberOptions, PageBlockDefinitionOnboarding, PageBlockDefinitionProperty, PageBlockDefinitionPropertyType, PageBlockDefinitionRichTextEditorOptions, PageBlockDefinitionRichTextEditorPropertyStyle, PageBlockDefinitionRichTextOptions, PageBlockDefinitionRichTextPropertyStyle, PageBlockDefinitionSelectChoice, PageBlockDefinitionSelectOptions, PageBlockDefinitionSingleSelectPropertyColor, PageBlockDefinitionSingleSelectPropertyStyle, PageBlockDefinitionTextOptions, PageBlockDefinitionTextPropertyColor, PageBlockDefinitionTextPropertyStyle, PageBlockDefinitionUntypedPropertyOptions, PageBlockDefinitionVariant, PageBlockDefinitionsMap, PageBlockEditorModelV2, PageBlockFigmaComponentEntityMeta, PageBlockFigmaFrameProperties, PageBlockFigmaNodeEntityMeta, PageBlockFrame, PageBlockFrameOrigin, PageBlockGuideline, PageBlockImageAlignment, PageBlockImageReference, PageBlockImageResourceReference, PageBlockImageType, PageBlockItemAssetPropertyValue, PageBlockItemAssetValue, PageBlockItemBooleanValue, PageBlockItemCodeValue, PageBlockItemColorValue, PageBlockItemComponentPropertyValue, PageBlockItemComponentValue, PageBlockItemDividerValue, PageBlockItemEmbedValue, PageBlockItemFigmaComponentValue, PageBlockItemFigmaNodeValue, PageBlockItemImageValue, PageBlockItemMarkdownValue, PageBlockItemMultiRichTextValue, PageBlockItemMultiSelectValue, PageBlockItemNumberValue, PageBlockItemRichTextEditorListNode, PageBlockItemRichTextEditorNode, PageBlockItemRichTextEditorParagraphNode, PageBlockItemRichTextEditorValue, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemSwatch, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, PageBlockSwatch, PageBlockTableCellAlignment, PageBlockTableColumn, PageBlockTableProperties, PageBlockText, PageBlockTextSpan, PageBlockTextSpanAttribute, PageBlockTextSpanAttributeType, PageBlockTheme, PageBlockThemeDisplayMode, PageBlockThemeType, PageBlockTilesAlignment, PageBlockTilesLayout, PageBlockTypeV1, PageBlockUrlPreview, PageBlockV1, PageBlockV2, PageSectionAppearanceV2, PageSectionColumnV2, PageSectionEditorModelV2, PageSectionItemV2, PageSectionPaddingV2, PageSectionTypeV2, type Pagination, ParagraphIndentTokenData, ParagraphIndentUnit, ParagraphIndentValue, ParagraphSpacingTokenData, ParagraphSpacingUnit, ParagraphSpacingValue, PeriodSchema, PersonalAccessToken, type PersonalAccessTokenWithUser, Pipeline, PipelineDestinationExtraType, PipelineDestinationGitType, PipelineDestinationType, PipelineEventType, type PluginOAuthRequest, PluginOAuthRequestSchema, Point2D, PostStripeCheckoutBodyInputSchema, PostStripeCheckoutOutputSchema, PostStripePortalSessionBodyInputSchema, PostStripePortalSessionOutputSchema, PostStripePortalUpdateSessionBodyInputSchema, type Price, PriceSchema, ProductCode, ProductCodeSchema, ProductCopyTokenData, ProductCopyValue, PublishedDoc, PublishedDocEnvironment, PublishedDocPage, PublishedDocRoutingVersion, PublishedDocsChecksums, PublishedDocsDump, PulsarBaseProperty, PulsarContributionConfigurationProperty, PulsarContributionVariant, PulsarCustomBlock, PulsarPropertyType, RESERVED_SLUGS, RESERVED_SLUG_PREFIX, RenderedAssetFile, ResolvedAsset, type RestoreDocumentationPage, type RestoreElementGroup, RestoredDocumentationGroup, RestoredDocumentationPage, 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, SupernovaException, type SupernovaExceptionType, 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 UpdateDataSource, type UpdateDesignElement, type UpdateDesignSystem, type UpdateDesignSystemVersion, type UpdateDesignSystemVersionRoom, type UpdateDesignToken, type UpdateDocumentationPageContent, type UpdateDocumentationPageRoom, type UpdateDocumentationPageSnapshot, type UpdateDocumentationPageV1, type UpdateDocumentationPageV2, type UpdateElementGroup, type UpdateElementGroupSnapshot, type UpdateElementPropertyDefinition, type UpdateElementPropertyValue, type UpdateElementView, type UpdateElementViewColumn, type UpdateExportJob, type UpdateFigmaComponent, type UpdateFigmaFileStructure, type UpdateFigmaNodeReference, type UpdateImportJob, UpdateMembershipRolesInput, type UpdatePublishedDocPage, type UpdateTheme, type UpdateWorkspaceRoom, UrlImageImportModel, User, UserAnalyticsCleanupSchedule, UserAnalyticsCleanupScheduleDbInput, UserDump, UserIdentity, UserInvite, UserInvites, UserLinkedIntegrations, UserMinified, UserNotificationSettings, UserOnboarding, UserOnboardingDepartment, UserOnboardingJobLevel, UserProfile, UserProfileUpdate, UserSession, UserTest, VersionCreationJob, VersionCreationJobStatus, Visibility, VisibilityTokenData, VisibilityValue, type WithRequired, Workspace, WorkspaceConfigurationUpdate, WorkspaceContext, WorkspaceDump, WorkspaceInvitation, WorkspaceIpSettings, WorkspaceIpWhitelistEntry, WorkspaceMembership, type WorkspaceOAuthRequest, WorkspaceOAuthRequestSchema, WorkspaceProfile, WorkspaceProfileUpdate, WorkspaceRole, WorkspaceRoleSchema, WorkspaceRoom, WorkspaceWithDesignSystems, ZIndexTokenData, ZIndexUnit, ZIndexValue, addImportModelCollections, areShallowObjectsEqual, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedDesignToken, isImportedFigmaComponent, isSlugReserved, isTokenType, joinRepeatingSpans, mapByUnique, mapPageBlockItemValuesV2, nonNullFilter, nonNullishFilter, nullishToOptional, parseUrl, pickLatestGroupSnapshots, pickLatestPageSnapshots, pickLatestSnapshots, promiseWithTimeout, publishedDocEnvironments, removeCommentSpans, sleep, slugRegex, slugify, tokenAliasOrValue, tokenElementTypes, traversePageBlockItemValuesV2, traversePageBlockItemsV2, traversePageBlocksV1, traversePageItemsV2, traverseStructure, trimLeadingSlash, trimTrailingSlash, tryParseShortPersistentId, tryParseUrl, uniqueBy, zodCreateInputOmit, zodUpdateInputOmit };
|
package/dist/index.js
CHANGED
|
@@ -4081,6 +4081,7 @@ var DesignSystem = _zod.z.object({
|
|
|
4081
4081
|
isApprovalFeatureEnabled: _zod.z.boolean(),
|
|
4082
4082
|
approvalRequiredForPublishing: _zod.z.boolean(),
|
|
4083
4083
|
accessMode: DesignSystemAccessMode,
|
|
4084
|
+
membersGenerated: _zod.z.boolean(),
|
|
4084
4085
|
createdAt: _zod.z.coerce.date(),
|
|
4085
4086
|
updatedAt: _zod.z.coerce.date()
|
|
4086
4087
|
});
|