@@ -9,105 +9,105 @@ import Foundation
99import SwiftUI
1010
1111// MARK: - UPDATE VERSION NUMBERS HERE
12- public typealias CurrentAsyncMediaValue = AsyncMediaValue_V27
13- public typealias CurrentClassicAnimationCurve = ClassicAnimationCurve_V27
14- public typealias CurrentCameraSettings = CameraSettings_V27
15- public typealias CurrentCommentBoxData = CommentBoxData_V27
16- public typealias CurrentCustomShape = CustomShape_V27
17- public typealias CurrentDataType = DataType_V27
18- public typealias CurrentDelayStyle = DelayStyle_V27
19- public typealias CurrentDateAndTimeFormat = DateAndTimeFormat_V27
20- public typealias CurrentExpansionDirection = ExpansionDirection_V27
21- public typealias CurrentGroupNodeIDCoordinate = GroupNodeID_V27
22- public typealias CurrentPatch = Patch_V27
23- public typealias CurrentPatchNodeEntity = PatchNodeEntity_V27
24- public typealias CurrentLayerDimension = LayerDimension_V27
25- public typealias CurrentLayerNodeEntity = LayerNodeEntity_V27
26- public typealias CurrentLayerNodeId = LayerNodeId_V27
27- public typealias CurrentNodeEntity = NodeEntity_V27
28- public typealias CurrentNodePortInputEntity = NodePortInputEntity_V27
29- public typealias CurrentSplitterNodeEntity = SplitterNodeEntity_V27
30- public typealias CurrentSplitterType = SplitterType_V27
31- public typealias CurrentNodeIOCoordinate = NodeIOCoordinate_V27
32- public typealias CurrentJSONCurveTo = JSONCurveTo_V27
33- public typealias CurrentJSONShapeCommand = JSONShapeCommand_V27
34- public typealias CurrentJSONShapeKeys = JSONShapeKeys_V27
35- public typealias CurrentSidebarLayerData = SidebarLayerData_V27
36- public typealias CurrentNodeKind = NodeKind_V27
37- public typealias CurrentAnchoring = Anchoring_V27
38- public typealias CurrentCameraDirection = CameraDirection_V27
39- public typealias CurrentLayer = Layer_V27
40- public typealias CurrentLayerSize = LayerSize_V27
41- public typealias CurrentLayerTextDecoration = LayerTextDecoration_V27
42- public typealias CurrentLayerStroke = LayerStroke_V27
43- public typealias CurrentLayerTextAlignment = LayerTextAlignment_V27
44- public typealias CurrentLayerTextVerticalAlignment = LayerTextVerticalAlignment_V27
45- public typealias CurrentLightType = LightType_V27
46- public typealias CurrentMediaKey = MediaKey_V27
47- public typealias CurrentMobileHapticStyle = MobileHapticStyle_V27
48- public typealias CurrentNetworkRequestType = NetworkRequestType_V27
49- public typealias CurrentPathPoint = PathPoint_V27
50- public typealias CurrentPlane = Plane_V27
51- public typealias CurrentPoint3D = Point3D_V27
52- public typealias CurrentPoint4D = Point4D_V27
53- public typealias CurrentPortValueComparable = PortValueComparable_V27
54- public typealias CurrentPreviewSize = PreviewSize_V27
55- public typealias CurrentRGBA = RGBA_V27
56- public typealias CurrentRoundedRectangleData = RoundedRectangleData_V27
57- public typealias CurrentScrollDecelerationRate = ScrollDecelerationRate_V27
58- public typealias CurrentScrollJumpStyle = ScrollJumpStyle_V27
59- public typealias CurrentScrollMode = ScrollMode_V27
60- public typealias CurrentShapeCommand = ShapeCommand_V27
61- public typealias CurrentShapeCommandType = ShapeCommandType_V27
62- public typealias CurrentShapeCoordinates = ShapeCoordinates_V27
63- public typealias CurrentShapeAndRect = ShapeAndRect_V27
64- public typealias CurrentStitchDocument = StitchDocument_V27
65- public typealias CurrentStitchBlendMode = StitchBlendMode_V27
66- public typealias CurrentStitchCameraOrientation = StitchCameraOrientation_V27
67- public typealias CurrentStitchDeviceOrientation = StitchDeviceOrientation_V27
68- public typealias CurrentStitchMapType = StitchMapType_V27
69- public typealias CurrentStitchFont = StitchFont_V27
70- public typealias CurrentStitchFontChoice = StitchFontChoice_V27
71- public typealias CurrentStitchFontWeight = StitchFontWeight_V27
72- public typealias CurrentStitchJSON = StitchJSON_V27
73- public typealias CurrentStitchOrientation = StitchOrientation_V27
74- public typealias CurrentStitchProgressIndicatorStyle = ProgressIndicatorStyle_V27
75- public typealias CurrentTextTransform = TextTransform_V27
76- public typealias CurrentTriangleData = TriangleData_V27
77- public typealias CurrentPortValue = PortValue_V27
78- public typealias CurrentUserVisibleType = UserVisibleType_V27
79- public typealias CurrentVisualMediaFitStyle = VisualMediaFitStyle_V27
80- public typealias CurrentNodeConnectionType = NodeConnectionType_V27
81- public typealias CurrentLayerInputType = LayerInputType_V27
82- public typealias CurrentNodeIOPortType = NodeIOPortType_V27
83- public typealias CurrentStrokeLineCap = StrokeLineCap_V27
84- public typealias CurrentStrokeLineJoin = StrokeLineJoin_V27
85- public typealias CurrentStitchStringValue = StitchStringValue_V27
86- public typealias CurrentStitchContentMode = StitchContentMode_V27
87- public typealias CurrentStitchSpacing = StitchSpacing_V27
88- public typealias CurrentStitchPadding = StitchPadding_V27
89- public typealias CurrentSizingScenario = SizingScenario_V27
90- public typealias CurrentNodeTypeEntity = NodeTypeEntity_V27
91- public typealias CurrentCanvasNodeEntity = CanvasNodeEntity_V27
92- public typealias CurrentLayerInputDataEntity = LayerInputDataEntity_V27
93- public typealias CurrentCanvasItemId = CanvasItemId_V27
94- public typealias CurrentLayerInputCoordinate = LayerInputCoordinate_V27
95- public typealias CurrentLayerOutputCoordinate = LayerOutputCoordinate_V27
96- public typealias CurrentPinToId = PinToId_V27
97- public typealias CurrentLayerInputEntity = LayerInputEntity_V27
98- public typealias CurrentLayerInputPort = LayerInputPort_V27
99- public typealias CurrentLayerInputKeyPathType = LayerInputKeyPathType_V27
100- public typealias CurrentUnpackedPortType = UnpackedPortType_V27
101- public typealias CurrentStitchTransform = StitchTransform_V27
102- public typealias CurrentStitchComponent = StitchComponent_V27
103- public typealias CurrentComponentEntity = ComponentEntity_V27
104- public typealias CurrentGraphEntity = GraphEntity_V27
105- public typealias CurrentGraphSaveLocation = GraphSaveLocation_V27
106- public typealias CurrentGraphDocumentPath = GraphDocumentPath_V27
107- public typealias CurrentStitchSystemType = StitchSystemType_V27
108- public typealias CurrentStitchSystem = StitchSystem_V27
109- public typealias CurrentDeviceAppearance = DeviceAppearance_V27
110- public typealias CurrentMaterialThickness = MaterialThickness_V27
12+ public typealias CurrentAsyncMediaValue = AsyncMediaValue_V28
13+ public typealias CurrentClassicAnimationCurve = ClassicAnimationCurve_V28
14+ public typealias CurrentCameraSettings = CameraSettings_V28
15+ public typealias CurrentCommentBoxData = CommentBoxData_V28
16+ public typealias CurrentCustomShape = CustomShape_V28
17+ public typealias CurrentDataType = DataType_V28
18+ public typealias CurrentDelayStyle = DelayStyle_V28
19+ public typealias CurrentDateAndTimeFormat = DateAndTimeFormat_V28
20+ public typealias CurrentExpansionDirection = ExpansionDirection_V28
21+ public typealias CurrentGroupNodeIDCoordinate = GroupNodeID_V28
22+ public typealias CurrentPatch = Patch_V28
23+ public typealias CurrentPatchNodeEntity = PatchNodeEntity_V28
24+ public typealias CurrentLayerDimension = LayerDimension_V28
25+ public typealias CurrentLayerNodeEntity = LayerNodeEntity_V28
26+ public typealias CurrentLayerNodeId = LayerNodeId_V28
27+ public typealias CurrentNodeEntity = NodeEntity_V28
28+ public typealias CurrentNodePortInputEntity = NodePortInputEntity_V28
29+ public typealias CurrentSplitterNodeEntity = SplitterNodeEntity_V28
30+ public typealias CurrentSplitterType = SplitterType_V28
31+ public typealias CurrentNodeIOCoordinate = NodeIOCoordinate_V28
32+ public typealias CurrentJSONCurveTo = JSONCurveTo_V28
33+ public typealias CurrentJSONShapeCommand = JSONShapeCommand_V28
34+ public typealias CurrentJSONShapeKeys = JSONShapeKeys_V28
35+ public typealias CurrentSidebarLayerData = SidebarLayerData_V28
36+ public typealias CurrentNodeKind = NodeKind_V28
37+ public typealias CurrentAnchoring = Anchoring_V28
38+ public typealias CurrentCameraDirection = CameraDirection_V28
39+ public typealias CurrentLayer = Layer_V28
40+ public typealias CurrentLayerSize = LayerSize_V28
41+ public typealias CurrentLayerTextDecoration = LayerTextDecoration_V28
42+ public typealias CurrentLayerStroke = LayerStroke_V28
43+ public typealias CurrentLayerTextAlignment = LayerTextAlignment_V28
44+ public typealias CurrentLayerTextVerticalAlignment = LayerTextVerticalAlignment_V28
45+ public typealias CurrentLightType = LightType_V28
46+ public typealias CurrentMediaKey = MediaKey_V28
47+ public typealias CurrentMobileHapticStyle = MobileHapticStyle_V28
48+ public typealias CurrentNetworkRequestType = NetworkRequestType_V28
49+ public typealias CurrentPathPoint = PathPoint_V28
50+ public typealias CurrentPlane = Plane_V28
51+ public typealias CurrentPoint3D = Point3D_V28
52+ public typealias CurrentPoint4D = Point4D_V28
53+ public typealias CurrentPortValueComparable = PortValueComparable_V28
54+ public typealias CurrentPreviewSize = PreviewSize_V28
55+ public typealias CurrentRGBA = RGBA_V28
56+ public typealias CurrentRoundedRectangleData = RoundedRectangleData_V28
57+ public typealias CurrentScrollDecelerationRate = ScrollDecelerationRate_V28
58+ public typealias CurrentScrollJumpStyle = ScrollJumpStyle_V28
59+ public typealias CurrentScrollMode = ScrollMode_V28
60+ public typealias CurrentShapeCommand = ShapeCommand_V28
61+ public typealias CurrentShapeCommandType = ShapeCommandType_V28
62+ public typealias CurrentShapeCoordinates = ShapeCoordinates_V28
63+ public typealias CurrentShapeAndRect = ShapeAndRect_V28
64+ public typealias CurrentStitchDocument = StitchDocument_V28
65+ public typealias CurrentStitchBlendMode = StitchBlendMode_V28
66+ public typealias CurrentStitchCameraOrientation = StitchCameraOrientation_V28
67+ public typealias CurrentStitchDeviceOrientation = StitchDeviceOrientation_V28
68+ public typealias CurrentStitchMapType = StitchMapType_V28
69+ public typealias CurrentStitchFont = StitchFont_V28
70+ public typealias CurrentStitchFontChoice = StitchFontChoice_V28
71+ public typealias CurrentStitchFontWeight = StitchFontWeight_V28
72+ public typealias CurrentStitchJSON = StitchJSON_V28
73+ public typealias CurrentStitchOrientation = StitchOrientation_V28
74+ public typealias CurrentStitchProgressIndicatorStyle = ProgressIndicatorStyle_V28
75+ public typealias CurrentTextTransform = TextTransform_V28
76+ public typealias CurrentTriangleData = TriangleData_V28
77+ public typealias CurrentPortValue = PortValue_V28
78+ public typealias CurrentUserVisibleType = UserVisibleType_V28
79+ public typealias CurrentVisualMediaFitStyle = VisualMediaFitStyle_V28
80+ public typealias CurrentNodeConnectionType = NodeConnectionType_V28
81+ public typealias CurrentLayerInputType = LayerInputType_V28
82+ public typealias CurrentNodeIOPortType = NodeIOPortType_V28
83+ public typealias CurrentStrokeLineCap = StrokeLineCap_V28
84+ public typealias CurrentStrokeLineJoin = StrokeLineJoin_V28
85+ public typealias CurrentStitchStringValue = StitchStringValue_V28
86+ public typealias CurrentStitchContentMode = StitchContentMode_V28
87+ public typealias CurrentStitchSpacing = StitchSpacing_V28
88+ public typealias CurrentStitchPadding = StitchPadding_V28
89+ public typealias CurrentSizingScenario = SizingScenario_V28
90+ public typealias CurrentNodeTypeEntity = NodeTypeEntity_V28
91+ public typealias CurrentCanvasNodeEntity = CanvasNodeEntity_V28
92+ public typealias CurrentLayerInputDataEntity = LayerInputDataEntity_V28
93+ public typealias CurrentCanvasItemId = CanvasItemId_V28
94+ public typealias CurrentLayerInputCoordinate = LayerInputCoordinate_V28
95+ public typealias CurrentLayerOutputCoordinate = LayerOutputCoordinate_V28
96+ public typealias CurrentPinToId = PinToId_V28
97+ public typealias CurrentLayerInputEntity = LayerInputEntity_V28
98+ public typealias CurrentLayerInputPort = LayerInputPort_V28
99+ public typealias CurrentLayerInputKeyPathType = LayerInputKeyPathType_V28
100+ public typealias CurrentUnpackedPortType = UnpackedPortType_V28
101+ public typealias CurrentStitchTransform = StitchTransform_V28
102+ public typealias CurrentStitchComponent = StitchComponent_V28
103+ public typealias CurrentComponentEntity = ComponentEntity_V28
104+ public typealias CurrentGraphEntity = GraphEntity_V28
105+ public typealias CurrentGraphSaveLocation = GraphSaveLocation_V28
106+ public typealias CurrentGraphDocumentPath = GraphDocumentPath_V28
107+ public typealias CurrentStitchSystemType = StitchSystemType_V28
108+ public typealias CurrentStitchSystem = StitchSystem_V28
109+ public typealias CurrentDeviceAppearance = DeviceAppearance_V28
110+ public typealias CurrentMaterialThickness = MaterialThickness_V28
111111
112112// MARK: - end
113113
@@ -139,4 +139,5 @@ public enum StitchSchemaVersion: Int, VersionType {
139139 case _V25 = 25
140140 case _V26 = 26
141141 case _V27 = 27
142+ case _V28 = 28
142143}
0 commit comments