We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e0c936 + 776bfa4 commit 6bd050eCopy full SHA for 6bd050e
1 file changed
Sources/StitchSchemaKit/V27/Patch_V27.swift
@@ -180,7 +180,10 @@ public enum Patch_V27: StitchSchemaVersionable {
180
curveToUnpack = "Curve To Unpack",
181
mathExpression = "Math Expression",
182
qrCodeDetection = "QR Code Detection",
183
- delayOne
+ delayOne,
184
+ springFromDurationAndBounce = "Duration and Bounce Converter",
185
+ springFromResponseAndDampingRatio = "Response and Damping Ratio Converter",
186
+ springFromSettlingDurationAndDampingRatio = "Settling Duration and Damping Ratio Converter"
187
}
188
189
0 commit comments