@supernova-studio/model 0.48.36 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +256 -65
- package/dist/index.d.ts +256 -65
- package/dist/index.js +28 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +863 -838
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/dsm/design-system.ts +1 -0
- package/src/dsm/documentation/approvals/approval-state.ts +4 -0
- package/src/dsm/documentation/approvals/approval.ts +17 -0
- package/src/dsm/documentation/approvals/index.ts +2 -0
- package/src/dsm/documentation/index.ts +1 -0
- package/src/dsm/elements/component-set.ts +1 -2
- package/src/dsm/elements/component.ts +4 -4
- package/src/liveblocks/rooms/design-system-version-room.ts +6 -1
package/dist/index.d.mts
CHANGED
|
@@ -2731,6 +2731,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2731
2731
|
isEnabled: boolean;
|
|
2732
2732
|
designSystemIds: string[];
|
|
2733
2733
|
} | null | undefined>;
|
|
2734
|
+
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
2734
2735
|
createdAt: z.ZodDate;
|
|
2735
2736
|
updatedAt: z.ZodDate;
|
|
2736
2737
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2745,6 +2746,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2745
2746
|
docSlugDeprecated: string;
|
|
2746
2747
|
isMultibrand: boolean;
|
|
2747
2748
|
basePrefixes: string[];
|
|
2749
|
+
isApprovalFeatureEnabled: boolean;
|
|
2748
2750
|
docExporterId?: string | undefined;
|
|
2749
2751
|
docUserSlug?: string | undefined;
|
|
2750
2752
|
docViewUrl?: string | undefined;
|
|
@@ -2764,6 +2766,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
2764
2766
|
docSlugDeprecated: string;
|
|
2765
2767
|
isMultibrand: boolean;
|
|
2766
2768
|
basePrefixes: string[];
|
|
2769
|
+
isApprovalFeatureEnabled: boolean;
|
|
2767
2770
|
docExporterId?: string | null | undefined;
|
|
2768
2771
|
docUserSlug?: string | null | undefined;
|
|
2769
2772
|
docViewUrl?: string | null | undefined;
|
|
@@ -4805,8 +4808,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
4805
4808
|
designSystemId: string;
|
|
4806
4809
|
designSystemVersionId: string;
|
|
4807
4810
|
brandId: string;
|
|
4808
|
-
roomId: string;
|
|
4809
4811
|
pagePersistentId: string;
|
|
4812
|
+
roomId: string;
|
|
4810
4813
|
resolved: boolean;
|
|
4811
4814
|
blockId?: string | undefined;
|
|
4812
4815
|
}, {
|
|
@@ -4816,8 +4819,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
4816
4819
|
designSystemId: string;
|
|
4817
4820
|
designSystemVersionId: string;
|
|
4818
4821
|
brandId: string;
|
|
4819
|
-
roomId: string;
|
|
4820
4822
|
pagePersistentId: string;
|
|
4823
|
+
roomId: string;
|
|
4821
4824
|
resolved: boolean;
|
|
4822
4825
|
blockId?: string | undefined;
|
|
4823
4826
|
}>;
|
|
@@ -4867,8 +4870,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
4867
4870
|
designSystemId: string;
|
|
4868
4871
|
designSystemVersionId: string;
|
|
4869
4872
|
brandId: string;
|
|
4870
|
-
roomId: string;
|
|
4871
4873
|
pagePersistentId: string;
|
|
4874
|
+
roomId: string;
|
|
4872
4875
|
resolved: boolean;
|
|
4873
4876
|
blockId?: string | undefined;
|
|
4874
4877
|
};
|
|
@@ -4890,8 +4893,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
4890
4893
|
designSystemId: string;
|
|
4891
4894
|
designSystemVersionId: string;
|
|
4892
4895
|
brandId: string;
|
|
4893
|
-
roomId: string;
|
|
4894
4896
|
pagePersistentId: string;
|
|
4897
|
+
roomId: string;
|
|
4895
4898
|
resolved: boolean;
|
|
4896
4899
|
blockId?: string | undefined;
|
|
4897
4900
|
};
|
|
@@ -4915,8 +4918,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
4915
4918
|
designSystemId: string;
|
|
4916
4919
|
designSystemVersionId: string;
|
|
4917
4920
|
brandId: string;
|
|
4918
|
-
roomId: string;
|
|
4919
4921
|
pagePersistentId: string;
|
|
4922
|
+
roomId: string;
|
|
4920
4923
|
resolved: boolean;
|
|
4921
4924
|
blockId?: string | undefined;
|
|
4922
4925
|
};
|
|
@@ -4949,8 +4952,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
4949
4952
|
designSystemId: string;
|
|
4950
4953
|
designSystemVersionId: string;
|
|
4951
4954
|
brandId: string;
|
|
4952
|
-
roomId: string;
|
|
4953
4955
|
pagePersistentId: string;
|
|
4956
|
+
roomId: string;
|
|
4954
4957
|
resolved: boolean;
|
|
4955
4958
|
blockId?: string | undefined;
|
|
4956
4959
|
};
|
|
@@ -5360,8 +5363,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5360
5363
|
designSystemId: string;
|
|
5361
5364
|
designSystemVersionId: string;
|
|
5362
5365
|
brandId: string;
|
|
5363
|
-
roomId: string;
|
|
5364
5366
|
pagePersistentId: string;
|
|
5367
|
+
roomId: string;
|
|
5365
5368
|
resolved: boolean;
|
|
5366
5369
|
blockId?: string | undefined;
|
|
5367
5370
|
};
|
|
@@ -5639,8 +5642,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5639
5642
|
designSystemId: string;
|
|
5640
5643
|
designSystemVersionId: string;
|
|
5641
5644
|
brandId: string;
|
|
5642
|
-
roomId: string;
|
|
5643
5645
|
pagePersistentId: string;
|
|
5646
|
+
roomId: string;
|
|
5644
5647
|
resolved: boolean;
|
|
5645
5648
|
blockId?: string | undefined;
|
|
5646
5649
|
};
|
|
@@ -5845,6 +5848,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
5845
5848
|
docSlugDeprecated: string;
|
|
5846
5849
|
isMultibrand: boolean;
|
|
5847
5850
|
basePrefixes: string[];
|
|
5851
|
+
isApprovalFeatureEnabled: boolean;
|
|
5848
5852
|
docExporterId?: string | undefined;
|
|
5849
5853
|
docUserSlug?: string | undefined;
|
|
5850
5854
|
docViewUrl?: string | undefined;
|
|
@@ -6172,8 +6176,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6172
6176
|
designSystemId: string;
|
|
6173
6177
|
designSystemVersionId: string;
|
|
6174
6178
|
brandId: string;
|
|
6175
|
-
roomId: string;
|
|
6176
6179
|
pagePersistentId: string;
|
|
6180
|
+
roomId: string;
|
|
6177
6181
|
resolved: boolean;
|
|
6178
6182
|
blockId?: string | undefined;
|
|
6179
6183
|
};
|
|
@@ -6272,6 +6276,7 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6272
6276
|
docSlugDeprecated: string;
|
|
6273
6277
|
isMultibrand: boolean;
|
|
6274
6278
|
basePrefixes: string[];
|
|
6279
|
+
isApprovalFeatureEnabled: boolean;
|
|
6275
6280
|
docExporterId?: string | null | undefined;
|
|
6276
6281
|
docUserSlug?: string | null | undefined;
|
|
6277
6282
|
docViewUrl?: string | null | undefined;
|
|
@@ -6599,8 +6604,8 @@ declare const DesignSystemDump: z.ZodObject<{
|
|
|
6599
6604
|
designSystemId: string;
|
|
6600
6605
|
designSystemVersionId: string;
|
|
6601
6606
|
brandId: string;
|
|
6602
|
-
roomId: string;
|
|
6603
6607
|
pagePersistentId: string;
|
|
6608
|
+
roomId: string;
|
|
6604
6609
|
resolved: boolean;
|
|
6605
6610
|
blockId?: string | undefined;
|
|
6606
6611
|
};
|
|
@@ -6714,8 +6719,8 @@ declare const DesignSystemVersionMultiplayerDump: z.ZodObject<{
|
|
|
6714
6719
|
designSystemId: string;
|
|
6715
6720
|
designSystemVersionId: string;
|
|
6716
6721
|
brandId: string;
|
|
6717
|
-
roomId: string;
|
|
6718
6722
|
pagePersistentId: string;
|
|
6723
|
+
roomId: string;
|
|
6719
6724
|
resolved: boolean;
|
|
6720
6725
|
blockId?: string | undefined;
|
|
6721
6726
|
}, {
|
|
@@ -6725,8 +6730,8 @@ declare const DesignSystemVersionMultiplayerDump: z.ZodObject<{
|
|
|
6725
6730
|
designSystemId: string;
|
|
6726
6731
|
designSystemVersionId: string;
|
|
6727
6732
|
brandId: string;
|
|
6728
|
-
roomId: string;
|
|
6729
6733
|
pagePersistentId: string;
|
|
6734
|
+
roomId: string;
|
|
6730
6735
|
resolved: boolean;
|
|
6731
6736
|
blockId?: string | undefined;
|
|
6732
6737
|
}>;
|
|
@@ -6776,8 +6781,8 @@ declare const DesignSystemVersionMultiplayerDump: z.ZodObject<{
|
|
|
6776
6781
|
designSystemId: string;
|
|
6777
6782
|
designSystemVersionId: string;
|
|
6778
6783
|
brandId: string;
|
|
6779
|
-
roomId: string;
|
|
6780
6784
|
pagePersistentId: string;
|
|
6785
|
+
roomId: string;
|
|
6781
6786
|
resolved: boolean;
|
|
6782
6787
|
blockId?: string | undefined;
|
|
6783
6788
|
};
|
|
@@ -6799,8 +6804,8 @@ declare const DesignSystemVersionMultiplayerDump: z.ZodObject<{
|
|
|
6799
6804
|
designSystemId: string;
|
|
6800
6805
|
designSystemVersionId: string;
|
|
6801
6806
|
brandId: string;
|
|
6802
|
-
roomId: string;
|
|
6803
6807
|
pagePersistentId: string;
|
|
6808
|
+
roomId: string;
|
|
6804
6809
|
resolved: boolean;
|
|
6805
6810
|
blockId?: string | undefined;
|
|
6806
6811
|
};
|
|
@@ -6824,8 +6829,8 @@ declare const DesignSystemVersionMultiplayerDump: z.ZodObject<{
|
|
|
6824
6829
|
designSystemId: string;
|
|
6825
6830
|
designSystemVersionId: string;
|
|
6826
6831
|
brandId: string;
|
|
6827
|
-
roomId: string;
|
|
6828
6832
|
pagePersistentId: string;
|
|
6833
|
+
roomId: string;
|
|
6829
6834
|
resolved: boolean;
|
|
6830
6835
|
blockId?: string | undefined;
|
|
6831
6836
|
};
|
|
@@ -6858,8 +6863,8 @@ declare const DesignSystemVersionMultiplayerDump: z.ZodObject<{
|
|
|
6858
6863
|
designSystemId: string;
|
|
6859
6864
|
designSystemVersionId: string;
|
|
6860
6865
|
brandId: string;
|
|
6861
|
-
roomId: string;
|
|
6862
6866
|
pagePersistentId: string;
|
|
6867
|
+
roomId: string;
|
|
6863
6868
|
resolved: boolean;
|
|
6864
6869
|
blockId?: string | undefined;
|
|
6865
6870
|
};
|
|
@@ -6894,8 +6899,8 @@ declare const DesignSystemVersionMultiplayerDump: z.ZodObject<{
|
|
|
6894
6899
|
designSystemId: string;
|
|
6895
6900
|
designSystemVersionId: string;
|
|
6896
6901
|
brandId: string;
|
|
6897
|
-
roomId: string;
|
|
6898
6902
|
pagePersistentId: string;
|
|
6903
|
+
roomId: string;
|
|
6899
6904
|
resolved: boolean;
|
|
6900
6905
|
blockId?: string | undefined;
|
|
6901
6906
|
};
|
|
@@ -6930,8 +6935,8 @@ declare const DesignSystemVersionMultiplayerDump: z.ZodObject<{
|
|
|
6930
6935
|
designSystemId: string;
|
|
6931
6936
|
designSystemVersionId: string;
|
|
6932
6937
|
brandId: string;
|
|
6933
|
-
roomId: string;
|
|
6934
6938
|
pagePersistentId: string;
|
|
6939
|
+
roomId: string;
|
|
6935
6940
|
resolved: boolean;
|
|
6936
6941
|
blockId?: string | undefined;
|
|
6937
6942
|
};
|
|
@@ -6966,8 +6971,8 @@ declare const DocumentationThreadDump: z.ZodObject<{
|
|
|
6966
6971
|
designSystemId: string;
|
|
6967
6972
|
designSystemVersionId: string;
|
|
6968
6973
|
brandId: string;
|
|
6969
|
-
roomId: string;
|
|
6970
6974
|
pagePersistentId: string;
|
|
6975
|
+
roomId: string;
|
|
6971
6976
|
resolved: boolean;
|
|
6972
6977
|
blockId?: string | undefined;
|
|
6973
6978
|
}, {
|
|
@@ -6977,8 +6982,8 @@ declare const DocumentationThreadDump: z.ZodObject<{
|
|
|
6977
6982
|
designSystemId: string;
|
|
6978
6983
|
designSystemVersionId: string;
|
|
6979
6984
|
brandId: string;
|
|
6980
|
-
roomId: string;
|
|
6981
6985
|
pagePersistentId: string;
|
|
6986
|
+
roomId: string;
|
|
6982
6987
|
resolved: boolean;
|
|
6983
6988
|
blockId?: string | undefined;
|
|
6984
6989
|
}>;
|
|
@@ -7028,8 +7033,8 @@ declare const DocumentationThreadDump: z.ZodObject<{
|
|
|
7028
7033
|
designSystemId: string;
|
|
7029
7034
|
designSystemVersionId: string;
|
|
7030
7035
|
brandId: string;
|
|
7031
|
-
roomId: string;
|
|
7032
7036
|
pagePersistentId: string;
|
|
7037
|
+
roomId: string;
|
|
7033
7038
|
resolved: boolean;
|
|
7034
7039
|
blockId?: string | undefined;
|
|
7035
7040
|
};
|
|
@@ -7051,8 +7056,8 @@ declare const DocumentationThreadDump: z.ZodObject<{
|
|
|
7051
7056
|
designSystemId: string;
|
|
7052
7057
|
designSystemVersionId: string;
|
|
7053
7058
|
brandId: string;
|
|
7054
|
-
roomId: string;
|
|
7055
7059
|
pagePersistentId: string;
|
|
7060
|
+
roomId: string;
|
|
7056
7061
|
resolved: boolean;
|
|
7057
7062
|
blockId?: string | undefined;
|
|
7058
7063
|
};
|
|
@@ -7104,8 +7109,8 @@ declare const DocumentationPageRoomDump: z.ZodObject<{
|
|
|
7104
7109
|
designSystemId: string;
|
|
7105
7110
|
designSystemVersionId: string;
|
|
7106
7111
|
brandId: string;
|
|
7107
|
-
roomId: string;
|
|
7108
7112
|
pagePersistentId: string;
|
|
7113
|
+
roomId: string;
|
|
7109
7114
|
resolved: boolean;
|
|
7110
7115
|
blockId?: string | undefined;
|
|
7111
7116
|
}, {
|
|
@@ -7115,8 +7120,8 @@ declare const DocumentationPageRoomDump: z.ZodObject<{
|
|
|
7115
7120
|
designSystemId: string;
|
|
7116
7121
|
designSystemVersionId: string;
|
|
7117
7122
|
brandId: string;
|
|
7118
|
-
roomId: string;
|
|
7119
7123
|
pagePersistentId: string;
|
|
7124
|
+
roomId: string;
|
|
7120
7125
|
resolved: boolean;
|
|
7121
7126
|
blockId?: string | undefined;
|
|
7122
7127
|
}>;
|
|
@@ -7166,8 +7171,8 @@ declare const DocumentationPageRoomDump: z.ZodObject<{
|
|
|
7166
7171
|
designSystemId: string;
|
|
7167
7172
|
designSystemVersionId: string;
|
|
7168
7173
|
brandId: string;
|
|
7169
|
-
roomId: string;
|
|
7170
7174
|
pagePersistentId: string;
|
|
7175
|
+
roomId: string;
|
|
7171
7176
|
resolved: boolean;
|
|
7172
7177
|
blockId?: string | undefined;
|
|
7173
7178
|
};
|
|
@@ -7189,8 +7194,8 @@ declare const DocumentationPageRoomDump: z.ZodObject<{
|
|
|
7189
7194
|
designSystemId: string;
|
|
7190
7195
|
designSystemVersionId: string;
|
|
7191
7196
|
brandId: string;
|
|
7192
|
-
roomId: string;
|
|
7193
7197
|
pagePersistentId: string;
|
|
7198
|
+
roomId: string;
|
|
7194
7199
|
resolved: boolean;
|
|
7195
7200
|
blockId?: string | undefined;
|
|
7196
7201
|
};
|
|
@@ -7214,8 +7219,8 @@ declare const DocumentationPageRoomDump: z.ZodObject<{
|
|
|
7214
7219
|
designSystemId: string;
|
|
7215
7220
|
designSystemVersionId: string;
|
|
7216
7221
|
brandId: string;
|
|
7217
|
-
roomId: string;
|
|
7218
7222
|
pagePersistentId: string;
|
|
7223
|
+
roomId: string;
|
|
7219
7224
|
resolved: boolean;
|
|
7220
7225
|
blockId?: string | undefined;
|
|
7221
7226
|
};
|
|
@@ -7248,8 +7253,8 @@ declare const DocumentationPageRoomDump: z.ZodObject<{
|
|
|
7248
7253
|
designSystemId: string;
|
|
7249
7254
|
designSystemVersionId: string;
|
|
7250
7255
|
brandId: string;
|
|
7251
|
-
roomId: string;
|
|
7252
7256
|
pagePersistentId: string;
|
|
7257
|
+
roomId: string;
|
|
7253
7258
|
resolved: boolean;
|
|
7254
7259
|
blockId?: string | undefined;
|
|
7255
7260
|
};
|
|
@@ -8749,8 +8754,8 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
8749
8754
|
designSystemId: string;
|
|
8750
8755
|
designSystemVersionId: string;
|
|
8751
8756
|
brandId: string;
|
|
8752
|
-
roomId: string;
|
|
8753
8757
|
pagePersistentId: string;
|
|
8758
|
+
roomId: string;
|
|
8754
8759
|
resolved: boolean;
|
|
8755
8760
|
blockId?: string | undefined;
|
|
8756
8761
|
}, {
|
|
@@ -8760,8 +8765,8 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
8760
8765
|
designSystemId: string;
|
|
8761
8766
|
designSystemVersionId: string;
|
|
8762
8767
|
brandId: string;
|
|
8763
|
-
roomId: string;
|
|
8764
8768
|
pagePersistentId: string;
|
|
8769
|
+
roomId: string;
|
|
8765
8770
|
resolved: boolean;
|
|
8766
8771
|
blockId?: string | undefined;
|
|
8767
8772
|
}>;
|
|
@@ -8811,8 +8816,8 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
8811
8816
|
designSystemId: string;
|
|
8812
8817
|
designSystemVersionId: string;
|
|
8813
8818
|
brandId: string;
|
|
8814
|
-
roomId: string;
|
|
8815
8819
|
pagePersistentId: string;
|
|
8820
|
+
roomId: string;
|
|
8816
8821
|
resolved: boolean;
|
|
8817
8822
|
blockId?: string | undefined;
|
|
8818
8823
|
};
|
|
@@ -8834,8 +8839,8 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
8834
8839
|
designSystemId: string;
|
|
8835
8840
|
designSystemVersionId: string;
|
|
8836
8841
|
brandId: string;
|
|
8837
|
-
roomId: string;
|
|
8838
8842
|
pagePersistentId: string;
|
|
8843
|
+
roomId: string;
|
|
8839
8844
|
resolved: boolean;
|
|
8840
8845
|
blockId?: string | undefined;
|
|
8841
8846
|
};
|
|
@@ -8859,8 +8864,8 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
8859
8864
|
designSystemId: string;
|
|
8860
8865
|
designSystemVersionId: string;
|
|
8861
8866
|
brandId: string;
|
|
8862
|
-
roomId: string;
|
|
8863
8867
|
pagePersistentId: string;
|
|
8868
|
+
roomId: string;
|
|
8864
8869
|
resolved: boolean;
|
|
8865
8870
|
blockId?: string | undefined;
|
|
8866
8871
|
};
|
|
@@ -8893,8 +8898,8 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
8893
8898
|
designSystemId: string;
|
|
8894
8899
|
designSystemVersionId: string;
|
|
8895
8900
|
brandId: string;
|
|
8896
|
-
roomId: string;
|
|
8897
8901
|
pagePersistentId: string;
|
|
8902
|
+
roomId: string;
|
|
8898
8903
|
resolved: boolean;
|
|
8899
8904
|
blockId?: string | undefined;
|
|
8900
8905
|
};
|
|
@@ -9304,8 +9309,8 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9304
9309
|
designSystemId: string;
|
|
9305
9310
|
designSystemVersionId: string;
|
|
9306
9311
|
brandId: string;
|
|
9307
|
-
roomId: string;
|
|
9308
9312
|
pagePersistentId: string;
|
|
9313
|
+
roomId: string;
|
|
9309
9314
|
resolved: boolean;
|
|
9310
9315
|
blockId?: string | undefined;
|
|
9311
9316
|
};
|
|
@@ -9583,8 +9588,8 @@ declare const DesignSystemVersionDump: z.ZodObject<{
|
|
|
9583
9588
|
designSystemId: string;
|
|
9584
9589
|
designSystemVersionId: string;
|
|
9585
9590
|
brandId: string;
|
|
9586
|
-
roomId: string;
|
|
9587
9591
|
pagePersistentId: string;
|
|
9592
|
+
roomId: string;
|
|
9588
9593
|
resolved: boolean;
|
|
9589
9594
|
blockId?: string | undefined;
|
|
9590
9595
|
};
|
|
@@ -11620,6 +11625,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11620
11625
|
isEnabled: boolean;
|
|
11621
11626
|
designSystemIds: string[];
|
|
11622
11627
|
} | null | undefined>;
|
|
11628
|
+
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
11623
11629
|
createdAt: z.ZodDate;
|
|
11624
11630
|
updatedAt: z.ZodDate;
|
|
11625
11631
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -11634,6 +11640,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11634
11640
|
docSlugDeprecated: string;
|
|
11635
11641
|
isMultibrand: boolean;
|
|
11636
11642
|
basePrefixes: string[];
|
|
11643
|
+
isApprovalFeatureEnabled: boolean;
|
|
11637
11644
|
docExporterId?: string | undefined;
|
|
11638
11645
|
docUserSlug?: string | undefined;
|
|
11639
11646
|
docViewUrl?: string | undefined;
|
|
@@ -11653,6 +11660,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
11653
11660
|
docSlugDeprecated: string;
|
|
11654
11661
|
isMultibrand: boolean;
|
|
11655
11662
|
basePrefixes: string[];
|
|
11663
|
+
isApprovalFeatureEnabled: boolean;
|
|
11656
11664
|
docExporterId?: string | null | undefined;
|
|
11657
11665
|
docUserSlug?: string | null | undefined;
|
|
11658
11666
|
docViewUrl?: string | null | undefined;
|
|
@@ -13694,8 +13702,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
13694
13702
|
designSystemId: string;
|
|
13695
13703
|
designSystemVersionId: string;
|
|
13696
13704
|
brandId: string;
|
|
13697
|
-
roomId: string;
|
|
13698
13705
|
pagePersistentId: string;
|
|
13706
|
+
roomId: string;
|
|
13699
13707
|
resolved: boolean;
|
|
13700
13708
|
blockId?: string | undefined;
|
|
13701
13709
|
}, {
|
|
@@ -13705,8 +13713,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
13705
13713
|
designSystemId: string;
|
|
13706
13714
|
designSystemVersionId: string;
|
|
13707
13715
|
brandId: string;
|
|
13708
|
-
roomId: string;
|
|
13709
13716
|
pagePersistentId: string;
|
|
13717
|
+
roomId: string;
|
|
13710
13718
|
resolved: boolean;
|
|
13711
13719
|
blockId?: string | undefined;
|
|
13712
13720
|
}>;
|
|
@@ -13756,8 +13764,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
13756
13764
|
designSystemId: string;
|
|
13757
13765
|
designSystemVersionId: string;
|
|
13758
13766
|
brandId: string;
|
|
13759
|
-
roomId: string;
|
|
13760
13767
|
pagePersistentId: string;
|
|
13768
|
+
roomId: string;
|
|
13761
13769
|
resolved: boolean;
|
|
13762
13770
|
blockId?: string | undefined;
|
|
13763
13771
|
};
|
|
@@ -13779,8 +13787,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
13779
13787
|
designSystemId: string;
|
|
13780
13788
|
designSystemVersionId: string;
|
|
13781
13789
|
brandId: string;
|
|
13782
|
-
roomId: string;
|
|
13783
13790
|
pagePersistentId: string;
|
|
13791
|
+
roomId: string;
|
|
13784
13792
|
resolved: boolean;
|
|
13785
13793
|
blockId?: string | undefined;
|
|
13786
13794
|
};
|
|
@@ -13804,8 +13812,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
13804
13812
|
designSystemId: string;
|
|
13805
13813
|
designSystemVersionId: string;
|
|
13806
13814
|
brandId: string;
|
|
13807
|
-
roomId: string;
|
|
13808
13815
|
pagePersistentId: string;
|
|
13816
|
+
roomId: string;
|
|
13809
13817
|
resolved: boolean;
|
|
13810
13818
|
blockId?: string | undefined;
|
|
13811
13819
|
};
|
|
@@ -13838,8 +13846,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
13838
13846
|
designSystemId: string;
|
|
13839
13847
|
designSystemVersionId: string;
|
|
13840
13848
|
brandId: string;
|
|
13841
|
-
roomId: string;
|
|
13842
13849
|
pagePersistentId: string;
|
|
13850
|
+
roomId: string;
|
|
13843
13851
|
resolved: boolean;
|
|
13844
13852
|
blockId?: string | undefined;
|
|
13845
13853
|
};
|
|
@@ -14249,8 +14257,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
14249
14257
|
designSystemId: string;
|
|
14250
14258
|
designSystemVersionId: string;
|
|
14251
14259
|
brandId: string;
|
|
14252
|
-
roomId: string;
|
|
14253
14260
|
pagePersistentId: string;
|
|
14261
|
+
roomId: string;
|
|
14254
14262
|
resolved: boolean;
|
|
14255
14263
|
blockId?: string | undefined;
|
|
14256
14264
|
};
|
|
@@ -14528,8 +14536,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
14528
14536
|
designSystemId: string;
|
|
14529
14537
|
designSystemVersionId: string;
|
|
14530
14538
|
brandId: string;
|
|
14531
|
-
roomId: string;
|
|
14532
14539
|
pagePersistentId: string;
|
|
14540
|
+
roomId: string;
|
|
14533
14541
|
resolved: boolean;
|
|
14534
14542
|
blockId?: string | undefined;
|
|
14535
14543
|
};
|
|
@@ -14734,6 +14742,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
14734
14742
|
docSlugDeprecated: string;
|
|
14735
14743
|
isMultibrand: boolean;
|
|
14736
14744
|
basePrefixes: string[];
|
|
14745
|
+
isApprovalFeatureEnabled: boolean;
|
|
14737
14746
|
docExporterId?: string | undefined;
|
|
14738
14747
|
docUserSlug?: string | undefined;
|
|
14739
14748
|
docViewUrl?: string | undefined;
|
|
@@ -15061,8 +15070,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
15061
15070
|
designSystemId: string;
|
|
15062
15071
|
designSystemVersionId: string;
|
|
15063
15072
|
brandId: string;
|
|
15064
|
-
roomId: string;
|
|
15065
15073
|
pagePersistentId: string;
|
|
15074
|
+
roomId: string;
|
|
15066
15075
|
resolved: boolean;
|
|
15067
15076
|
blockId?: string | undefined;
|
|
15068
15077
|
};
|
|
@@ -15161,6 +15170,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
15161
15170
|
docSlugDeprecated: string;
|
|
15162
15171
|
isMultibrand: boolean;
|
|
15163
15172
|
basePrefixes: string[];
|
|
15173
|
+
isApprovalFeatureEnabled: boolean;
|
|
15164
15174
|
docExporterId?: string | null | undefined;
|
|
15165
15175
|
docUserSlug?: string | null | undefined;
|
|
15166
15176
|
docViewUrl?: string | null | undefined;
|
|
@@ -15488,8 +15498,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
15488
15498
|
designSystemId: string;
|
|
15489
15499
|
designSystemVersionId: string;
|
|
15490
15500
|
brandId: string;
|
|
15491
|
-
roomId: string;
|
|
15492
15501
|
pagePersistentId: string;
|
|
15502
|
+
roomId: string;
|
|
15493
15503
|
resolved: boolean;
|
|
15494
15504
|
blockId?: string | undefined;
|
|
15495
15505
|
};
|
|
@@ -16722,6 +16732,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
16722
16732
|
docSlugDeprecated: string;
|
|
16723
16733
|
isMultibrand: boolean;
|
|
16724
16734
|
basePrefixes: string[];
|
|
16735
|
+
isApprovalFeatureEnabled: boolean;
|
|
16725
16736
|
docExporterId?: string | undefined;
|
|
16726
16737
|
docUserSlug?: string | undefined;
|
|
16727
16738
|
docViewUrl?: string | undefined;
|
|
@@ -17049,8 +17060,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
17049
17060
|
designSystemId: string;
|
|
17050
17061
|
designSystemVersionId: string;
|
|
17051
17062
|
brandId: string;
|
|
17052
|
-
roomId: string;
|
|
17053
17063
|
pagePersistentId: string;
|
|
17064
|
+
roomId: string;
|
|
17054
17065
|
resolved: boolean;
|
|
17055
17066
|
blockId?: string | undefined;
|
|
17056
17067
|
};
|
|
@@ -17511,6 +17522,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
17511
17522
|
docSlugDeprecated: string;
|
|
17512
17523
|
isMultibrand: boolean;
|
|
17513
17524
|
basePrefixes: string[];
|
|
17525
|
+
isApprovalFeatureEnabled: boolean;
|
|
17514
17526
|
docExporterId?: string | null | undefined;
|
|
17515
17527
|
docUserSlug?: string | null | undefined;
|
|
17516
17528
|
docViewUrl?: string | null | undefined;
|
|
@@ -17838,8 +17850,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
17838
17850
|
designSystemId: string;
|
|
17839
17851
|
designSystemVersionId: string;
|
|
17840
17852
|
brandId: string;
|
|
17841
|
-
roomId: string;
|
|
17842
17853
|
pagePersistentId: string;
|
|
17854
|
+
roomId: string;
|
|
17843
17855
|
resolved: boolean;
|
|
17844
17856
|
blockId?: string | undefined;
|
|
17845
17857
|
};
|
|
@@ -18302,6 +18314,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
18302
18314
|
docSlugDeprecated: string;
|
|
18303
18315
|
isMultibrand: boolean;
|
|
18304
18316
|
basePrefixes: string[];
|
|
18317
|
+
isApprovalFeatureEnabled: boolean;
|
|
18305
18318
|
docExporterId?: string | undefined;
|
|
18306
18319
|
docUserSlug?: string | undefined;
|
|
18307
18320
|
docViewUrl?: string | undefined;
|
|
@@ -18629,8 +18642,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
18629
18642
|
designSystemId: string;
|
|
18630
18643
|
designSystemVersionId: string;
|
|
18631
18644
|
brandId: string;
|
|
18632
|
-
roomId: string;
|
|
18633
18645
|
pagePersistentId: string;
|
|
18646
|
+
roomId: string;
|
|
18634
18647
|
resolved: boolean;
|
|
18635
18648
|
blockId?: string | undefined;
|
|
18636
18649
|
};
|
|
@@ -19162,6 +19175,7 @@ declare const UserDump: z.ZodObject<{
|
|
|
19162
19175
|
docSlugDeprecated: string;
|
|
19163
19176
|
isMultibrand: boolean;
|
|
19164
19177
|
basePrefixes: string[];
|
|
19178
|
+
isApprovalFeatureEnabled: boolean;
|
|
19165
19179
|
docExporterId?: string | null | undefined;
|
|
19166
19180
|
docUserSlug?: string | null | undefined;
|
|
19167
19181
|
docViewUrl?: string | null | undefined;
|
|
@@ -19489,8 +19503,8 @@ declare const UserDump: z.ZodObject<{
|
|
|
19489
19503
|
designSystemId: string;
|
|
19490
19504
|
designSystemVersionId: string;
|
|
19491
19505
|
brandId: string;
|
|
19492
|
-
roomId: string;
|
|
19493
19506
|
pagePersistentId: string;
|
|
19507
|
+
roomId: string;
|
|
19494
19508
|
resolved: boolean;
|
|
19495
19509
|
blockId?: string | undefined;
|
|
19496
19510
|
};
|
|
@@ -21394,6 +21408,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21394
21408
|
isEnabled: boolean;
|
|
21395
21409
|
designSystemIds: string[];
|
|
21396
21410
|
} | null | undefined>;
|
|
21411
|
+
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
21397
21412
|
createdAt: z.ZodDate;
|
|
21398
21413
|
updatedAt: z.ZodDate;
|
|
21399
21414
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21408,6 +21423,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21408
21423
|
docSlugDeprecated: string;
|
|
21409
21424
|
isMultibrand: boolean;
|
|
21410
21425
|
basePrefixes: string[];
|
|
21426
|
+
isApprovalFeatureEnabled: boolean;
|
|
21411
21427
|
docExporterId?: string | undefined;
|
|
21412
21428
|
docUserSlug?: string | undefined;
|
|
21413
21429
|
docViewUrl?: string | undefined;
|
|
@@ -21427,6 +21443,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
21427
21443
|
docSlugDeprecated: string;
|
|
21428
21444
|
isMultibrand: boolean;
|
|
21429
21445
|
basePrefixes: string[];
|
|
21446
|
+
isApprovalFeatureEnabled: boolean;
|
|
21430
21447
|
docExporterId?: string | null | undefined;
|
|
21431
21448
|
docUserSlug?: string | null | undefined;
|
|
21432
21449
|
docViewUrl?: string | null | undefined;
|
|
@@ -23468,8 +23485,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23468
23485
|
designSystemId: string;
|
|
23469
23486
|
designSystemVersionId: string;
|
|
23470
23487
|
brandId: string;
|
|
23471
|
-
roomId: string;
|
|
23472
23488
|
pagePersistentId: string;
|
|
23489
|
+
roomId: string;
|
|
23473
23490
|
resolved: boolean;
|
|
23474
23491
|
blockId?: string | undefined;
|
|
23475
23492
|
}, {
|
|
@@ -23479,8 +23496,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23479
23496
|
designSystemId: string;
|
|
23480
23497
|
designSystemVersionId: string;
|
|
23481
23498
|
brandId: string;
|
|
23482
|
-
roomId: string;
|
|
23483
23499
|
pagePersistentId: string;
|
|
23500
|
+
roomId: string;
|
|
23484
23501
|
resolved: boolean;
|
|
23485
23502
|
blockId?: string | undefined;
|
|
23486
23503
|
}>;
|
|
@@ -23530,8 +23547,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23530
23547
|
designSystemId: string;
|
|
23531
23548
|
designSystemVersionId: string;
|
|
23532
23549
|
brandId: string;
|
|
23533
|
-
roomId: string;
|
|
23534
23550
|
pagePersistentId: string;
|
|
23551
|
+
roomId: string;
|
|
23535
23552
|
resolved: boolean;
|
|
23536
23553
|
blockId?: string | undefined;
|
|
23537
23554
|
};
|
|
@@ -23553,8 +23570,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23553
23570
|
designSystemId: string;
|
|
23554
23571
|
designSystemVersionId: string;
|
|
23555
23572
|
brandId: string;
|
|
23556
|
-
roomId: string;
|
|
23557
23573
|
pagePersistentId: string;
|
|
23574
|
+
roomId: string;
|
|
23558
23575
|
resolved: boolean;
|
|
23559
23576
|
blockId?: string | undefined;
|
|
23560
23577
|
};
|
|
@@ -23578,8 +23595,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23578
23595
|
designSystemId: string;
|
|
23579
23596
|
designSystemVersionId: string;
|
|
23580
23597
|
brandId: string;
|
|
23581
|
-
roomId: string;
|
|
23582
23598
|
pagePersistentId: string;
|
|
23599
|
+
roomId: string;
|
|
23583
23600
|
resolved: boolean;
|
|
23584
23601
|
blockId?: string | undefined;
|
|
23585
23602
|
};
|
|
@@ -23612,8 +23629,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
23612
23629
|
designSystemId: string;
|
|
23613
23630
|
designSystemVersionId: string;
|
|
23614
23631
|
brandId: string;
|
|
23615
|
-
roomId: string;
|
|
23616
23632
|
pagePersistentId: string;
|
|
23633
|
+
roomId: string;
|
|
23617
23634
|
resolved: boolean;
|
|
23618
23635
|
blockId?: string | undefined;
|
|
23619
23636
|
};
|
|
@@ -24023,8 +24040,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24023
24040
|
designSystemId: string;
|
|
24024
24041
|
designSystemVersionId: string;
|
|
24025
24042
|
brandId: string;
|
|
24026
|
-
roomId: string;
|
|
24027
24043
|
pagePersistentId: string;
|
|
24044
|
+
roomId: string;
|
|
24028
24045
|
resolved: boolean;
|
|
24029
24046
|
blockId?: string | undefined;
|
|
24030
24047
|
};
|
|
@@ -24302,8 +24319,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24302
24319
|
designSystemId: string;
|
|
24303
24320
|
designSystemVersionId: string;
|
|
24304
24321
|
brandId: string;
|
|
24305
|
-
roomId: string;
|
|
24306
24322
|
pagePersistentId: string;
|
|
24323
|
+
roomId: string;
|
|
24307
24324
|
resolved: boolean;
|
|
24308
24325
|
blockId?: string | undefined;
|
|
24309
24326
|
};
|
|
@@ -24508,6 +24525,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24508
24525
|
docSlugDeprecated: string;
|
|
24509
24526
|
isMultibrand: boolean;
|
|
24510
24527
|
basePrefixes: string[];
|
|
24528
|
+
isApprovalFeatureEnabled: boolean;
|
|
24511
24529
|
docExporterId?: string | undefined;
|
|
24512
24530
|
docUserSlug?: string | undefined;
|
|
24513
24531
|
docViewUrl?: string | undefined;
|
|
@@ -24835,8 +24853,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24835
24853
|
designSystemId: string;
|
|
24836
24854
|
designSystemVersionId: string;
|
|
24837
24855
|
brandId: string;
|
|
24838
|
-
roomId: string;
|
|
24839
24856
|
pagePersistentId: string;
|
|
24857
|
+
roomId: string;
|
|
24840
24858
|
resolved: boolean;
|
|
24841
24859
|
blockId?: string | undefined;
|
|
24842
24860
|
};
|
|
@@ -24935,6 +24953,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
24935
24953
|
docSlugDeprecated: string;
|
|
24936
24954
|
isMultibrand: boolean;
|
|
24937
24955
|
basePrefixes: string[];
|
|
24956
|
+
isApprovalFeatureEnabled: boolean;
|
|
24938
24957
|
docExporterId?: string | null | undefined;
|
|
24939
24958
|
docUserSlug?: string | null | undefined;
|
|
24940
24959
|
docViewUrl?: string | null | undefined;
|
|
@@ -25262,8 +25281,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
25262
25281
|
designSystemId: string;
|
|
25263
25282
|
designSystemVersionId: string;
|
|
25264
25283
|
brandId: string;
|
|
25265
|
-
roomId: string;
|
|
25266
25284
|
pagePersistentId: string;
|
|
25285
|
+
roomId: string;
|
|
25267
25286
|
resolved: boolean;
|
|
25268
25287
|
blockId?: string | undefined;
|
|
25269
25288
|
};
|
|
@@ -26496,6 +26515,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26496
26515
|
docSlugDeprecated: string;
|
|
26497
26516
|
isMultibrand: boolean;
|
|
26498
26517
|
basePrefixes: string[];
|
|
26518
|
+
isApprovalFeatureEnabled: boolean;
|
|
26499
26519
|
docExporterId?: string | undefined;
|
|
26500
26520
|
docUserSlug?: string | undefined;
|
|
26501
26521
|
docViewUrl?: string | undefined;
|
|
@@ -26823,8 +26843,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
26823
26843
|
designSystemId: string;
|
|
26824
26844
|
designSystemVersionId: string;
|
|
26825
26845
|
brandId: string;
|
|
26826
|
-
roomId: string;
|
|
26827
26846
|
pagePersistentId: string;
|
|
26847
|
+
roomId: string;
|
|
26828
26848
|
resolved: boolean;
|
|
26829
26849
|
blockId?: string | undefined;
|
|
26830
26850
|
};
|
|
@@ -27285,6 +27305,7 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27285
27305
|
docSlugDeprecated: string;
|
|
27286
27306
|
isMultibrand: boolean;
|
|
27287
27307
|
basePrefixes: string[];
|
|
27308
|
+
isApprovalFeatureEnabled: boolean;
|
|
27288
27309
|
docExporterId?: string | null | undefined;
|
|
27289
27310
|
docUserSlug?: string | null | undefined;
|
|
27290
27311
|
docViewUrl?: string | null | undefined;
|
|
@@ -27612,8 +27633,8 @@ declare const WorkspaceDump: z.ZodObject<{
|
|
|
27612
27633
|
designSystemId: string;
|
|
27613
27634
|
designSystemVersionId: string;
|
|
27614
27635
|
brandId: string;
|
|
27615
|
-
roomId: string;
|
|
27616
27636
|
pagePersistentId: string;
|
|
27637
|
+
roomId: string;
|
|
27617
27638
|
resolved: boolean;
|
|
27618
27639
|
blockId?: string | undefined;
|
|
27619
27640
|
};
|
|
@@ -30699,6 +30720,43 @@ declare const SourceImportSummary: z.ZodObject<{
|
|
|
30699
30720
|
}>;
|
|
30700
30721
|
type SourceImportSummary = z.infer<typeof SourceImportSummary>;
|
|
30701
30722
|
|
|
30723
|
+
declare const DocumentationPageApprovalState: z.ZodEnum<["ReadyForReview", "ChangesRequested", "Approved"]>;
|
|
30724
|
+
type DocumentationPageApprovalState = z.infer<typeof DocumentationPageApprovalState>;
|
|
30725
|
+
|
|
30726
|
+
type CreateDocumentationPageApproval = DbCreateInputOmit<DocumentationPageApproval>;
|
|
30727
|
+
declare const DocumentationPageApproval: z.ZodObject<{
|
|
30728
|
+
id: z.ZodString;
|
|
30729
|
+
approvalState: z.ZodEnum<["ReadyForReview", "ChangesRequested", "Approved"]>;
|
|
30730
|
+
persistentId: z.ZodString;
|
|
30731
|
+
pageId: z.ZodString;
|
|
30732
|
+
pagePersistentId: z.ZodString;
|
|
30733
|
+
updatedByUserId: z.ZodString;
|
|
30734
|
+
designSystemVersionId: z.ZodString;
|
|
30735
|
+
updatedAt: z.ZodDate;
|
|
30736
|
+
createdAt: z.ZodDate;
|
|
30737
|
+
}, "strip", z.ZodTypeAny, {
|
|
30738
|
+
id: string;
|
|
30739
|
+
createdAt: Date;
|
|
30740
|
+
updatedAt: Date;
|
|
30741
|
+
persistentId: string;
|
|
30742
|
+
designSystemVersionId: string;
|
|
30743
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
30744
|
+
pageId: string;
|
|
30745
|
+
pagePersistentId: string;
|
|
30746
|
+
updatedByUserId: string;
|
|
30747
|
+
}, {
|
|
30748
|
+
id: string;
|
|
30749
|
+
createdAt: Date;
|
|
30750
|
+
updatedAt: Date;
|
|
30751
|
+
persistentId: string;
|
|
30752
|
+
designSystemVersionId: string;
|
|
30753
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
30754
|
+
pageId: string;
|
|
30755
|
+
pagePersistentId: string;
|
|
30756
|
+
updatedByUserId: string;
|
|
30757
|
+
}>;
|
|
30758
|
+
type DocumentationPageApproval = z.infer<typeof DocumentationPageApproval>;
|
|
30759
|
+
|
|
30702
30760
|
declare const PageBlockDefinitionAppearance: z.ZodObject<{
|
|
30703
30761
|
isBordered: z.ZodOptional<z.ZodBoolean>;
|
|
30704
30762
|
hasBackground: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -34720,8 +34778,8 @@ declare const DocumentationCommentThread: z.ZodObject<{
|
|
|
34720
34778
|
designSystemId: string;
|
|
34721
34779
|
designSystemVersionId: string;
|
|
34722
34780
|
brandId: string;
|
|
34723
|
-
roomId: string;
|
|
34724
34781
|
pagePersistentId: string;
|
|
34782
|
+
roomId: string;
|
|
34725
34783
|
resolved: boolean;
|
|
34726
34784
|
blockId?: string | undefined;
|
|
34727
34785
|
}, {
|
|
@@ -34731,8 +34789,8 @@ declare const DocumentationCommentThread: z.ZodObject<{
|
|
|
34731
34789
|
designSystemId: string;
|
|
34732
34790
|
designSystemVersionId: string;
|
|
34733
34791
|
brandId: string;
|
|
34734
|
-
roomId: string;
|
|
34735
34792
|
pagePersistentId: string;
|
|
34793
|
+
roomId: string;
|
|
34736
34794
|
resolved: boolean;
|
|
34737
34795
|
blockId?: string | undefined;
|
|
34738
34796
|
}>;
|
|
@@ -124892,6 +124950,7 @@ declare const DesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<Omit
|
|
|
124892
124950
|
isEnabled: boolean;
|
|
124893
124951
|
designSystemIds: string[];
|
|
124894
124952
|
} | null | undefined>>;
|
|
124953
|
+
isApprovalFeatureEnabled: z.ZodOptional<z.ZodBoolean>;
|
|
124895
124954
|
createdAt: z.ZodOptional<z.ZodDate>;
|
|
124896
124955
|
updatedAt: z.ZodOptional<z.ZodDate>;
|
|
124897
124956
|
}, "id" | "createdAt" | "updatedAt" | "workspaceId" | "docSlug" | "docViewUrl">, {
|
|
@@ -124922,6 +124981,7 @@ declare const DesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<Omit
|
|
|
124922
124981
|
isEnabled: boolean;
|
|
124923
124982
|
designSystemIds: string[];
|
|
124924
124983
|
} | undefined;
|
|
124984
|
+
isApprovalFeatureEnabled?: boolean | undefined;
|
|
124925
124985
|
}, {
|
|
124926
124986
|
name?: string | undefined;
|
|
124927
124987
|
description?: string | undefined;
|
|
@@ -124939,6 +124999,7 @@ declare const DesignSystemUpdateInput: z.ZodObject<z.objectUtil.extendShape<Omit
|
|
|
124939
124999
|
isEnabled: boolean;
|
|
124940
125000
|
designSystemIds: string[];
|
|
124941
125001
|
} | null | undefined;
|
|
125002
|
+
isApprovalFeatureEnabled?: boolean | undefined;
|
|
124942
125003
|
}>;
|
|
124943
125004
|
type DesignSystemUpdateInput = z.infer<typeof DesignSystemUpdateInput>;
|
|
124944
125005
|
declare const DesignSystemUpdateInputMetadata: z.ZodObject<{
|
|
@@ -124990,6 +125051,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
124990
125051
|
isEnabled: boolean;
|
|
124991
125052
|
designSystemIds: string[];
|
|
124992
125053
|
} | null | undefined>;
|
|
125054
|
+
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
124993
125055
|
createdAt: z.ZodDate;
|
|
124994
125056
|
updatedAt: z.ZodDate;
|
|
124995
125057
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -125004,6 +125066,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
125004
125066
|
docSlugDeprecated: string;
|
|
125005
125067
|
isMultibrand: boolean;
|
|
125006
125068
|
basePrefixes: string[];
|
|
125069
|
+
isApprovalFeatureEnabled: boolean;
|
|
125007
125070
|
docExporterId?: string | undefined;
|
|
125008
125071
|
docUserSlug?: string | undefined;
|
|
125009
125072
|
docViewUrl?: string | undefined;
|
|
@@ -125023,6 +125086,7 @@ declare const DesignSystem: z.ZodObject<{
|
|
|
125023
125086
|
docSlugDeprecated: string;
|
|
125024
125087
|
isMultibrand: boolean;
|
|
125025
125088
|
basePrefixes: string[];
|
|
125089
|
+
isApprovalFeatureEnabled: boolean;
|
|
125026
125090
|
docExporterId?: string | null | undefined;
|
|
125027
125091
|
docUserSlug?: string | null | undefined;
|
|
125028
125092
|
docViewUrl?: string | null | undefined;
|
|
@@ -125059,6 +125123,7 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
125059
125123
|
isEnabled: boolean;
|
|
125060
125124
|
designSystemIds: string[];
|
|
125061
125125
|
} | null | undefined>;
|
|
125126
|
+
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
125062
125127
|
createdAt: z.ZodDate;
|
|
125063
125128
|
updatedAt: z.ZodDate;
|
|
125064
125129
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -125073,6 +125138,7 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
125073
125138
|
docSlugDeprecated: string;
|
|
125074
125139
|
isMultibrand: boolean;
|
|
125075
125140
|
basePrefixes: string[];
|
|
125141
|
+
isApprovalFeatureEnabled: boolean;
|
|
125076
125142
|
docExporterId?: string | undefined;
|
|
125077
125143
|
docUserSlug?: string | undefined;
|
|
125078
125144
|
docViewUrl?: string | undefined;
|
|
@@ -125092,6 +125158,7 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
125092
125158
|
docSlugDeprecated: string;
|
|
125093
125159
|
isMultibrand: boolean;
|
|
125094
125160
|
basePrefixes: string[];
|
|
125161
|
+
isApprovalFeatureEnabled: boolean;
|
|
125095
125162
|
docExporterId?: string | null | undefined;
|
|
125096
125163
|
docUserSlug?: string | null | undefined;
|
|
125097
125164
|
docViewUrl?: string | null | undefined;
|
|
@@ -126684,6 +126751,7 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
126684
126751
|
docSlugDeprecated: string;
|
|
126685
126752
|
isMultibrand: boolean;
|
|
126686
126753
|
basePrefixes: string[];
|
|
126754
|
+
isApprovalFeatureEnabled: boolean;
|
|
126687
126755
|
docExporterId?: string | undefined;
|
|
126688
126756
|
docUserSlug?: string | undefined;
|
|
126689
126757
|
docViewUrl?: string | undefined;
|
|
@@ -126898,6 +126966,7 @@ declare const DesignSystemWithWorkspace: z.ZodObject<{
|
|
|
126898
126966
|
docSlugDeprecated: string;
|
|
126899
126967
|
isMultibrand: boolean;
|
|
126900
126968
|
basePrefixes: string[];
|
|
126969
|
+
isApprovalFeatureEnabled: boolean;
|
|
126901
126970
|
docExporterId?: string | null | undefined;
|
|
126902
126971
|
docUserSlug?: string | null | undefined;
|
|
126903
126972
|
docViewUrl?: string | null | undefined;
|
|
@@ -133552,11 +133621,14 @@ type UpdateDesignSystemVersionRoom = DbUpdate<DesignSystemVersionRoom>;
|
|
|
133552
133621
|
declare const DesignSystemVersionRoomInternalSettings: z.ZodObject<{
|
|
133553
133622
|
routingVersion: z.ZodString;
|
|
133554
133623
|
isDraftFeatureAdopted: z.ZodBoolean;
|
|
133624
|
+
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
133555
133625
|
}, "strip", z.ZodTypeAny, {
|
|
133556
133626
|
routingVersion: string;
|
|
133627
|
+
isApprovalFeatureEnabled: boolean;
|
|
133557
133628
|
isDraftFeatureAdopted: boolean;
|
|
133558
133629
|
}, {
|
|
133559
133630
|
routingVersion: string;
|
|
133631
|
+
isApprovalFeatureEnabled: boolean;
|
|
133560
133632
|
isDraftFeatureAdopted: boolean;
|
|
133561
133633
|
}>;
|
|
133562
133634
|
type DesignSystemVersionRoomInternalSettings = z.infer<typeof DesignSystemVersionRoomInternalSettings>;
|
|
@@ -138155,14 +138227,48 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138155
138227
|
createdByUserId: string;
|
|
138156
138228
|
reason: "Publish" | "Deletion";
|
|
138157
138229
|
}>, "many">;
|
|
138230
|
+
pageApprovals: z.ZodArray<z.ZodObject<{
|
|
138231
|
+
id: z.ZodString;
|
|
138232
|
+
approvalState: z.ZodEnum<["ReadyForReview", "ChangesRequested", "Approved"]>;
|
|
138233
|
+
persistentId: z.ZodString;
|
|
138234
|
+
pageId: z.ZodString;
|
|
138235
|
+
pagePersistentId: z.ZodString;
|
|
138236
|
+
updatedByUserId: z.ZodString;
|
|
138237
|
+
designSystemVersionId: z.ZodString;
|
|
138238
|
+
updatedAt: z.ZodDate;
|
|
138239
|
+
createdAt: z.ZodDate;
|
|
138240
|
+
}, "strip", z.ZodTypeAny, {
|
|
138241
|
+
id: string;
|
|
138242
|
+
createdAt: Date;
|
|
138243
|
+
updatedAt: Date;
|
|
138244
|
+
persistentId: string;
|
|
138245
|
+
designSystemVersionId: string;
|
|
138246
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
138247
|
+
pageId: string;
|
|
138248
|
+
pagePersistentId: string;
|
|
138249
|
+
updatedByUserId: string;
|
|
138250
|
+
}, {
|
|
138251
|
+
id: string;
|
|
138252
|
+
createdAt: Date;
|
|
138253
|
+
updatedAt: Date;
|
|
138254
|
+
persistentId: string;
|
|
138255
|
+
designSystemVersionId: string;
|
|
138256
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
138257
|
+
pageId: string;
|
|
138258
|
+
pagePersistentId: string;
|
|
138259
|
+
updatedByUserId: string;
|
|
138260
|
+
}>, "many">;
|
|
138158
138261
|
internalSettings: z.ZodObject<{
|
|
138159
138262
|
routingVersion: z.ZodString;
|
|
138160
138263
|
isDraftFeatureAdopted: z.ZodBoolean;
|
|
138264
|
+
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
138161
138265
|
}, "strip", z.ZodTypeAny, {
|
|
138162
138266
|
routingVersion: string;
|
|
138267
|
+
isApprovalFeatureEnabled: boolean;
|
|
138163
138268
|
isDraftFeatureAdopted: boolean;
|
|
138164
138269
|
}, {
|
|
138165
138270
|
routingVersion: string;
|
|
138271
|
+
isApprovalFeatureEnabled: boolean;
|
|
138166
138272
|
isDraftFeatureAdopted: boolean;
|
|
138167
138273
|
}>;
|
|
138168
138274
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -138394,8 +138500,20 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
138394
138500
|
createdByUserId: string;
|
|
138395
138501
|
reason: "Publish" | "Deletion";
|
|
138396
138502
|
}[];
|
|
138503
|
+
pageApprovals: {
|
|
138504
|
+
id: string;
|
|
138505
|
+
createdAt: Date;
|
|
138506
|
+
updatedAt: Date;
|
|
138507
|
+
persistentId: string;
|
|
138508
|
+
designSystemVersionId: string;
|
|
138509
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
138510
|
+
pageId: string;
|
|
138511
|
+
pagePersistentId: string;
|
|
138512
|
+
updatedByUserId: string;
|
|
138513
|
+
}[];
|
|
138397
138514
|
internalSettings: {
|
|
138398
138515
|
routingVersion: string;
|
|
138516
|
+
isApprovalFeatureEnabled: boolean;
|
|
138399
138517
|
isDraftFeatureAdopted: boolean;
|
|
138400
138518
|
};
|
|
138401
138519
|
}, {
|
|
@@ -139491,8 +139609,20 @@ declare const DesignSystemVersionRoomInitialState: z.ZodObject<{
|
|
|
139491
139609
|
createdByUserId: string;
|
|
139492
139610
|
reason: "Publish" | "Deletion";
|
|
139493
139611
|
}[];
|
|
139612
|
+
pageApprovals: {
|
|
139613
|
+
id: string;
|
|
139614
|
+
createdAt: Date;
|
|
139615
|
+
updatedAt: Date;
|
|
139616
|
+
persistentId: string;
|
|
139617
|
+
designSystemVersionId: string;
|
|
139618
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
139619
|
+
pageId: string;
|
|
139620
|
+
pagePersistentId: string;
|
|
139621
|
+
updatedByUserId: string;
|
|
139622
|
+
}[];
|
|
139494
139623
|
internalSettings: {
|
|
139495
139624
|
routingVersion: string;
|
|
139625
|
+
isApprovalFeatureEnabled: boolean;
|
|
139496
139626
|
isDraftFeatureAdopted: boolean;
|
|
139497
139627
|
};
|
|
139498
139628
|
}>;
|
|
@@ -144097,6 +144227,38 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144097
144227
|
pageSnapshotIdsToDelete: z.ZodArray<z.ZodString, "many">;
|
|
144098
144228
|
groupSnapshotIdsToDelete: z.ZodArray<z.ZodString, "many">;
|
|
144099
144229
|
pageHashesToUpdate: z.ZodRecord<z.ZodString, z.ZodString>;
|
|
144230
|
+
pageApprovals: z.ZodArray<z.ZodObject<{
|
|
144231
|
+
id: z.ZodString;
|
|
144232
|
+
approvalState: z.ZodEnum<["ReadyForReview", "ChangesRequested", "Approved"]>;
|
|
144233
|
+
persistentId: z.ZodString;
|
|
144234
|
+
pageId: z.ZodString;
|
|
144235
|
+
pagePersistentId: z.ZodString;
|
|
144236
|
+
updatedByUserId: z.ZodString;
|
|
144237
|
+
designSystemVersionId: z.ZodString;
|
|
144238
|
+
updatedAt: z.ZodDate;
|
|
144239
|
+
createdAt: z.ZodDate;
|
|
144240
|
+
}, "strip", z.ZodTypeAny, {
|
|
144241
|
+
id: string;
|
|
144242
|
+
createdAt: Date;
|
|
144243
|
+
updatedAt: Date;
|
|
144244
|
+
persistentId: string;
|
|
144245
|
+
designSystemVersionId: string;
|
|
144246
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
144247
|
+
pageId: string;
|
|
144248
|
+
pagePersistentId: string;
|
|
144249
|
+
updatedByUserId: string;
|
|
144250
|
+
}, {
|
|
144251
|
+
id: string;
|
|
144252
|
+
createdAt: Date;
|
|
144253
|
+
updatedAt: Date;
|
|
144254
|
+
persistentId: string;
|
|
144255
|
+
designSystemVersionId: string;
|
|
144256
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
144257
|
+
pageId: string;
|
|
144258
|
+
pagePersistentId: string;
|
|
144259
|
+
updatedByUserId: string;
|
|
144260
|
+
}>, "many">;
|
|
144261
|
+
pageApprovalIdsToDelete: z.ZodArray<z.ZodString, "many">;
|
|
144100
144262
|
}, "strip", z.ZodTypeAny, {
|
|
144101
144263
|
groups: {
|
|
144102
144264
|
id: string;
|
|
@@ -144326,11 +144488,23 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
144326
144488
|
createdByUserId: string;
|
|
144327
144489
|
reason: "Publish" | "Deletion";
|
|
144328
144490
|
}[];
|
|
144491
|
+
pageApprovals: {
|
|
144492
|
+
id: string;
|
|
144493
|
+
createdAt: Date;
|
|
144494
|
+
updatedAt: Date;
|
|
144495
|
+
persistentId: string;
|
|
144496
|
+
designSystemVersionId: string;
|
|
144497
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
144498
|
+
pageId: string;
|
|
144499
|
+
pagePersistentId: string;
|
|
144500
|
+
updatedByUserId: string;
|
|
144501
|
+
}[];
|
|
144329
144502
|
pageIdsToDelete: string[];
|
|
144330
144503
|
groupIdsToDelete: string[];
|
|
144331
144504
|
pageSnapshotIdsToDelete: string[];
|
|
144332
144505
|
groupSnapshotIdsToDelete: string[];
|
|
144333
144506
|
pageHashesToUpdate: Record<string, string>;
|
|
144507
|
+
pageApprovalIdsToDelete: string[];
|
|
144334
144508
|
}, {
|
|
144335
144509
|
groups: {
|
|
144336
144510
|
id: string;
|
|
@@ -145424,11 +145598,23 @@ declare const DesignSystemVersionRoomUpdate: z.ZodObject<{
|
|
|
145424
145598
|
createdByUserId: string;
|
|
145425
145599
|
reason: "Publish" | "Deletion";
|
|
145426
145600
|
}[];
|
|
145601
|
+
pageApprovals: {
|
|
145602
|
+
id: string;
|
|
145603
|
+
createdAt: Date;
|
|
145604
|
+
updatedAt: Date;
|
|
145605
|
+
persistentId: string;
|
|
145606
|
+
designSystemVersionId: string;
|
|
145607
|
+
approvalState: "ReadyForReview" | "ChangesRequested" | "Approved";
|
|
145608
|
+
pageId: string;
|
|
145609
|
+
pagePersistentId: string;
|
|
145610
|
+
updatedByUserId: string;
|
|
145611
|
+
}[];
|
|
145427
145612
|
pageIdsToDelete: string[];
|
|
145428
145613
|
groupIdsToDelete: string[];
|
|
145429
145614
|
pageSnapshotIdsToDelete: string[];
|
|
145430
145615
|
groupSnapshotIdsToDelete: string[];
|
|
145431
145616
|
pageHashesToUpdate: Record<string, string>;
|
|
145617
|
+
pageApprovalIdsToDelete: string[];
|
|
145432
145618
|
}>;
|
|
145433
145619
|
type DesignSystemVersionRoomUpdate = z.infer<typeof DesignSystemVersionRoomUpdate>;
|
|
145434
145620
|
|
|
@@ -162974,6 +163160,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
162974
163160
|
isEnabled: boolean;
|
|
162975
163161
|
designSystemIds: string[];
|
|
162976
163162
|
} | null | undefined>;
|
|
163163
|
+
isApprovalFeatureEnabled: z.ZodBoolean;
|
|
162977
163164
|
createdAt: z.ZodDate;
|
|
162978
163165
|
updatedAt: z.ZodDate;
|
|
162979
163166
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -162988,6 +163175,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
162988
163175
|
docSlugDeprecated: string;
|
|
162989
163176
|
isMultibrand: boolean;
|
|
162990
163177
|
basePrefixes: string[];
|
|
163178
|
+
isApprovalFeatureEnabled: boolean;
|
|
162991
163179
|
docExporterId?: string | undefined;
|
|
162992
163180
|
docUserSlug?: string | undefined;
|
|
162993
163181
|
docViewUrl?: string | undefined;
|
|
@@ -163007,6 +163195,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
163007
163195
|
docSlugDeprecated: string;
|
|
163008
163196
|
isMultibrand: boolean;
|
|
163009
163197
|
basePrefixes: string[];
|
|
163198
|
+
isApprovalFeatureEnabled: boolean;
|
|
163010
163199
|
docExporterId?: string | null | undefined;
|
|
163011
163200
|
docUserSlug?: string | null | undefined;
|
|
163012
163201
|
docViewUrl?: string | null | undefined;
|
|
@@ -163028,6 +163217,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
163028
163217
|
docSlugDeprecated: string;
|
|
163029
163218
|
isMultibrand: boolean;
|
|
163030
163219
|
basePrefixes: string[];
|
|
163220
|
+
isApprovalFeatureEnabled: boolean;
|
|
163031
163221
|
docExporterId?: string | undefined;
|
|
163032
163222
|
docUserSlug?: string | undefined;
|
|
163033
163223
|
docViewUrl?: string | undefined;
|
|
@@ -163242,6 +163432,7 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
163242
163432
|
docSlugDeprecated: string;
|
|
163243
163433
|
isMultibrand: boolean;
|
|
163244
163434
|
basePrefixes: string[];
|
|
163435
|
+
isApprovalFeatureEnabled: boolean;
|
|
163245
163436
|
docExporterId?: string | null | undefined;
|
|
163246
163437
|
docUserSlug?: string | null | undefined;
|
|
163247
163438
|
docViewUrl?: string | null | undefined;
|
|
@@ -163446,4 +163637,4 @@ declare const WorkspaceWithDesignSystems: z.ZodObject<{
|
|
|
163446
163637
|
}>;
|
|
163447
163638
|
type WorkspaceWithDesignSystems = z.infer<typeof WorkspaceWithDesignSystems>;
|
|
163448
163639
|
|
|
163449
|
-
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, BaseComponent, 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, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ComponentSet, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, type CreateDesignSystemVersion, type CreateDesignSystemVersionRoom, CreateDesignToken, 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 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, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, 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, 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, FigmaComponentBooleanProperty, FigmaComponentInstanceSwapProperty, FigmaComponentProperties, FigmaComponentPropertyType, FigmaComponentSetProperties, 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, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, 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 ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, 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, 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, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, 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 UpdateComponent, type UpdateDataSource, type UpdateDesignElement, 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 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, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, 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 };
|
|
163640
|
+
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, BaseComponent, 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, Component, ComponentAsset, type ComponentDiff, ComponentElementData, ComponentImportModel, ComponentImportModelInput, ComponentOrigin, ComponentOriginPart, ComponentSet, ContentLoadInstruction, ContentLoaderPayload, type CreateAssetReference, type CreateBrand, type CreateComponent, type CreateDataSource, type CreateDesignElement, type CreateDesignElementReference, 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 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, DesignSystemCreateInput, DesignSystemDump, DesignSystemElementExportProps, DesignSystemSwitcher, DesignSystemUpdateInput, DesignSystemUpdateInputMetadata, DesignSystemVersion, DesignSystemVersionDump, DesignSystemVersionMultiplayerDump, DesignSystemVersionRoom, DesignSystemVersionRoomInitialState, DesignSystemVersionRoomInternalSettings, DesignSystemVersionRoomUpdate, DesignSystemWithWorkspace, 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, FigmaComponentBooleanProperty, FigmaComponentInstanceSwapProperty, FigmaComponentProperties, FigmaComponentPropertyType, FigmaComponentSetProperties, 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, FigmaPngRenderImportModel, FigmaRenderBase, FigmaRenderFormat, FigmaRenderImportModel, FigmaSvgRenderImportModel, FileStructureStats, FlaggedFeature, FontFamilyTokenData, FontFamilyValue, FontSizeTokenData, FontSizeUnit, FontSizeValue, 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 ImportedComponent, type ImportedDesignToken, type ImportedDesignTokenOfType, 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, 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, PageBlockItemRichTextValue, PageBlockItemSandboxValue, PageBlockItemSingleSelectValue, PageBlockItemStorybookValue, PageBlockItemTableCell, PageBlockItemTableImageNode, PageBlockItemTableMultiRichTextNode, PageBlockItemTableNode, PageBlockItemTableRichTextNode, PageBlockItemTableRow, PageBlockItemTableValue, PageBlockItemTextValue, PageBlockItemTokenPropertyValue, PageBlockItemTokenTypeValue, PageBlockItemTokenValue, PageBlockItemUntypedValue, PageBlockItemUrlValue, PageBlockItemV2, PageBlockLinkPreview, PageBlockLinkType, PageBlockLinkV2, PageBlockPreviewContainerSize, PageBlockRenderCodeProperties, PageBlockResourceFrameNodeReference, PageBlockShortcut, 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 UpdateComponent, type UpdateDataSource, type UpdateDesignElement, 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 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, buildConstantEnum, defaultDocumentationItemConfigurationV1, defaultDocumentationItemConfigurationV2, defaultDocumentationItemHeaderV1, defaultDocumentationItemHeaderV2, defaultNotificationSettings, designTokenImportModelTypeFilter, designTokenTypeFilter, extractTokenTypedData, figmaFileStructureImportModelToMap, figmaFileStructureToMap, filterNonNullish, forceUnwrapNullish, getCodenameFromText, getFigmaRenderFormatFileExtension, groupBy, isDesignTokenImportModelOfType, isDesignTokenOfType, isImportedAsset, isImportedComponent, isImportedDesignToken, 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 };
|