77//
88
99import Foundation
10- import WireGuardKitTypes
10+ import MullvadTypes
1111
1212@testable import MullvadREST
1313
@@ -132,7 +132,7 @@ public enum ServerRelaysResponseStubs {
132132 weight: 500 ,
133133 ipv4AddrIn: . loopback,
134134 ipv6AddrIn: . loopback,
135- publicKey: PrivateKey ( ) . publicKey. rawValue,
135+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
136136 includeInCountry: true ,
137137 daita: true ,
138138 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -147,7 +147,7 @@ public enum ServerRelaysResponseStubs {
147147 weight: 500 ,
148148 ipv4AddrIn: . loopback,
149149 ipv6AddrIn: . loopback,
150- publicKey: PrivateKey ( ) . publicKey. rawValue,
150+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
151151 includeInCountry: true ,
152152 daita: true ,
153153 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -162,7 +162,7 @@ public enum ServerRelaysResponseStubs {
162162 weight: 500 ,
163163 ipv4AddrIn: . loopback,
164164 ipv6AddrIn: . loopback,
165- publicKey: PrivateKey ( ) . publicKey. rawValue,
165+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
166166 includeInCountry: true ,
167167 daita: true ,
168168 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -177,7 +177,7 @@ public enum ServerRelaysResponseStubs {
177177 weight: 500 ,
178178 ipv4AddrIn: . loopback,
179179 ipv6AddrIn: . loopback,
180- publicKey: PrivateKey ( ) . publicKey. rawValue,
180+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
181181 includeInCountry: true ,
182182 daita: true ,
183183 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -192,7 +192,7 @@ public enum ServerRelaysResponseStubs {
192192 weight: 500 ,
193193 ipv4AddrIn: . loopback,
194194 ipv6AddrIn: . loopback,
195- publicKey: PrivateKey ( ) . publicKey. rawValue,
195+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
196196 includeInCountry: true ,
197197 daita: true ,
198198 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -207,7 +207,7 @@ public enum ServerRelaysResponseStubs {
207207 weight: 1000 ,
208208 ipv4AddrIn: . loopback,
209209 ipv6AddrIn: . loopback,
210- publicKey: PrivateKey ( ) . publicKey. rawValue,
210+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
211211 includeInCountry: true ,
212212 daita: false ,
213213 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -226,7 +226,7 @@ public enum ServerRelaysResponseStubs {
226226 weight: 50 ,
227227 ipv4AddrIn: . loopback,
228228 ipv6AddrIn: . loopback,
229- publicKey: PrivateKey ( ) . publicKey. rawValue,
229+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
230230 includeInCountry: true ,
231231 daita: false ,
232232 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -241,7 +241,7 @@ public enum ServerRelaysResponseStubs {
241241 weight: 100 ,
242242 ipv4AddrIn: . loopback,
243243 ipv6AddrIn: . loopback,
244- publicKey: PrivateKey ( ) . publicKey. rawValue,
244+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
245245 includeInCountry: true ,
246246 daita: false ,
247247 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -256,7 +256,7 @@ public enum ServerRelaysResponseStubs {
256256 weight: 500 ,
257257 ipv4AddrIn: . loopback,
258258 ipv6AddrIn: . loopback,
259- publicKey: PrivateKey ( ) . publicKey. rawValue,
259+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
260260 includeInCountry: true ,
261261 daita: true ,
262262 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -271,7 +271,7 @@ public enum ServerRelaysResponseStubs {
271271 weight: 100 ,
272272 ipv4AddrIn: . loopback,
273273 ipv6AddrIn: . loopback,
274- publicKey: PrivateKey ( ) . publicKey. rawValue,
274+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
275275 includeInCountry: true ,
276276 daita: true ,
277277 shadowsocksExtraAddrIn: [ " 0.0.0.0 " ] ,
@@ -286,7 +286,7 @@ public enum ServerRelaysResponseStubs {
286286 weight: 100 ,
287287 ipv4AddrIn: . loopback,
288288 ipv6AddrIn: . loopback,
289- publicKey: PrivateKey ( ) . publicKey. rawValue,
289+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
290290 includeInCountry: true ,
291291 daita: true ,
292292 shadowsocksExtraAddrIn: nil ,
@@ -301,7 +301,7 @@ public enum ServerRelaysResponseStubs {
301301 weight: 100 ,
302302 ipv4AddrIn: . loopback,
303303 ipv6AddrIn: . loopback,
304- publicKey: PrivateKey ( ) . publicKey. rawValue,
304+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
305305 includeInCountry: true ,
306306 daita: true ,
307307 shadowsocksExtraAddrIn: nil ,
@@ -316,7 +316,7 @@ public enum ServerRelaysResponseStubs {
316316 weight: 100 ,
317317 ipv4AddrIn: . loopback,
318318 ipv6AddrIn: . loopback,
319- publicKey: PrivateKey ( ) . publicKey. rawValue,
319+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
320320 includeInCountry: true ,
321321 daita: false ,
322322 shadowsocksExtraAddrIn: nil ,
@@ -331,7 +331,7 @@ public enum ServerRelaysResponseStubs {
331331 weight: 100 ,
332332 ipv4AddrIn: . loopback,
333333 ipv6AddrIn: . loopback,
334- publicKey: PrivateKey ( ) . publicKey. rawValue,
334+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
335335 includeInCountry: true ,
336336 daita: false ,
337337 shadowsocksExtraAddrIn: nil ,
@@ -346,7 +346,7 @@ public enum ServerRelaysResponseStubs {
346346 weight: 100 ,
347347 ipv4AddrIn: . loopback,
348348 ipv6AddrIn: . loopback,
349- publicKey: PrivateKey ( ) . publicKey. rawValue,
349+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
350350 includeInCountry: true ,
351351 daita: false ,
352352 shadowsocksExtraAddrIn: nil ,
@@ -361,7 +361,7 @@ public enum ServerRelaysResponseStubs {
361361 weight: 100 ,
362362 ipv4AddrIn: . loopback,
363363 ipv6AddrIn: . loopback,
364- publicKey: PrivateKey ( ) . publicKey. rawValue,
364+ publicKey: WireGuard . PrivateKey ( ) . publicKey. rawValue,
365365 includeInCountry: true ,
366366 daita: true ,
367367 shadowsocksExtraAddrIn: nil ,
0 commit comments