Skip to content

Commit cd9c6f7

Browse files
committed
Update package
1 parent 27e772c commit cd9c6f7

File tree

4 files changed

+5
-11
lines changed

4 files changed

+5
-11
lines changed

Sources/CoreMI/Intramodular/Service/_MIServiceTypeIdentifier.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import CorePersistence
66
import Swift
77

88
public struct _MIServiceTypeIdentifier: Codable, Hashable, RawRepresentable, Sendable {
9-
public let rawValue: String
9+
public let rawValue: HadeanIdentifier
1010

11-
public init(rawValue: String) {
11+
public init(rawValue: HadeanIdentifier) {
1212
self.rawValue = rawValue
1313
}
1414
}

Sources/ElevenLabs/Intramodular/ElevenLabs.Client.swift

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import CorePersistence
77
import Foundation
88
import NetworkKit
99

10-
1110
extension ElevenLabs {
1211
@RuntimeDiscoverable
1312
public final class Client: ObservableObject {

Sources/ElevenLabs/Intramodular/ElevenLabs.Voice.swift

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
//
2-
// File.swift
3-
//
4-
//
5-
// Created by Natasha Murashev on 5/28/24.
2+
// Copyright (c) Vatsal Manot
63
//
74

85
import Foundation
6+
import Swift
97

108
extension ElevenLabs {
119
public struct Voice: Codable, Hashable, Identifiable, Sendable {

Sources/ElevenLabs/Intramodular/ElevenLabs.swift

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
//
2-
// File.swift
3-
//
4-
//
5-
// Created by Natasha Murashev on 5/28/24.
2+
// Copyright (c) Vatsal Manot
63
//
74

85
import Swift

0 commit comments

Comments
 (0)