@@ -4869,50 +4869,6 @@ public func FfiConverterTypeOrganizationId_lower(_ value: OrganizationId) -> Rus
48694869
48704870
48714871
4872- /**
4873- * Typealias from the type name used in the UDL file to the builtin type. This
4874- * is needed because the UDL type name is used in function/method signatures.
4875- */
4876- public typealias PasswordProtectedKeyEnvelope = String
4877-
4878- #if swift(>=5.8)
4879- @_documentation ( visibility: private)
4880- #endif
4881- public struct FfiConverterTypePasswordProtectedKeyEnvelope : FfiConverter {
4882- public static func read( from buf: inout ( data: Data , offset: Data . Index ) ) throws -> PasswordProtectedKeyEnvelope {
4883- return try FfiConverterString . read ( from: & buf)
4884- }
4885-
4886- public static func write( _ value: PasswordProtectedKeyEnvelope , into buf: inout [ UInt8 ] ) {
4887- return FfiConverterString . write ( value, into: & buf)
4888- }
4889-
4890- public static func lift( _ value: RustBuffer ) throws -> PasswordProtectedKeyEnvelope {
4891- return try FfiConverterString . lift ( value)
4892- }
4893-
4894- public static func lower( _ value: PasswordProtectedKeyEnvelope ) -> RustBuffer {
4895- return FfiConverterString . lower ( value)
4896- }
4897- }
4898-
4899-
4900- #if swift(>=5.8)
4901- @_documentation ( visibility: private)
4902- #endif
4903- public func FfiConverterTypePasswordProtectedKeyEnvelope_lift( _ value: RustBuffer ) throws -> PasswordProtectedKeyEnvelope {
4904- return try FfiConverterTypePasswordProtectedKeyEnvelope . lift ( value)
4905- }
4906-
4907- #if swift(>=5.8)
4908- @_documentation ( visibility: private)
4909- #endif
4910- public func FfiConverterTypePasswordProtectedKeyEnvelope_lower( _ value: PasswordProtectedKeyEnvelope ) -> RustBuffer {
4911- return FfiConverterTypePasswordProtectedKeyEnvelope . lower ( value)
4912- }
4913-
4914-
4915-
49164872/**
49174873 * Typealias from the type name used in the UDL file to the builtin type. This
49184874 * is needed because the UDL type name is used in function/method signatures.
0 commit comments