@@ -163,7 +163,7 @@ export namespace WARPConnectorCreateResponse {
163163 /**
164164 * The type of tunnel.
165165 */
166- tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'ip_sec' | 'gre' | 'cni' ;
166+ tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'warp' | 'magic' | ' ip_sec' | 'gre' | 'cni' ;
167167 }
168168
169169 export namespace TunnelWARPConnectorTunnel {
@@ -285,7 +285,7 @@ export namespace WARPConnectorListResponse {
285285 /**
286286 * The type of tunnel.
287287 */
288- tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'ip_sec' | 'gre' | 'cni' ;
288+ tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'warp' | 'magic' | ' ip_sec' | 'gre' | 'cni' ;
289289 }
290290
291291 export namespace TunnelWARPConnectorTunnel {
@@ -407,7 +407,7 @@ export namespace WARPConnectorDeleteResponse {
407407 /**
408408 * The type of tunnel.
409409 */
410- tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'ip_sec' | 'gre' | 'cni' ;
410+ tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'warp' | 'magic' | ' ip_sec' | 'gre' | 'cni' ;
411411 }
412412
413413 export namespace TunnelWARPConnectorTunnel {
@@ -529,7 +529,7 @@ export namespace WARPConnectorEditResponse {
529529 /**
530530 * The type of tunnel.
531531 */
532- tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'ip_sec' | 'gre' | 'cni' ;
532+ tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'warp' | 'magic' | ' ip_sec' | 'gre' | 'cni' ;
533533 }
534534
535535 export namespace TunnelWARPConnectorTunnel {
@@ -651,7 +651,7 @@ export namespace WARPConnectorGetResponse {
651651 /**
652652 * The type of tunnel.
653653 */
654- tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'ip_sec' | 'gre' | 'cni' ;
654+ tun_type ?: 'cfd_tunnel' | 'warp_connector' | 'warp' | 'magic' | ' ip_sec' | 'gre' | 'cni' ;
655655 }
656656
657657 export namespace TunnelWARPConnectorTunnel {
0 commit comments