@@ -161,7 +161,9 @@ export namespace WARPConnectorCreateResponse {
161161 account_tag ?: string ;
162162
163163 /**
164- * The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
164+ * @deprecated This field will start returning an empty array. To fetch the
165+ * connections of a given tunnel, please use the dedicated endpoint
166+ * `/accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections`
165167 */
166168 connections ?: Array < TunnelWARPConnectorTunnel . Connection > ;
167169
@@ -283,7 +285,9 @@ export namespace WARPConnectorListResponse {
283285 account_tag ?: string ;
284286
285287 /**
286- * The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
288+ * @deprecated This field will start returning an empty array. To fetch the
289+ * connections of a given tunnel, please use the dedicated endpoint
290+ * `/accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections`
287291 */
288292 connections ?: Array < TunnelWARPConnectorTunnel . Connection > ;
289293
@@ -405,7 +409,9 @@ export namespace WARPConnectorDeleteResponse {
405409 account_tag ?: string ;
406410
407411 /**
408- * The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
412+ * @deprecated This field will start returning an empty array. To fetch the
413+ * connections of a given tunnel, please use the dedicated endpoint
414+ * `/accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections`
409415 */
410416 connections ?: Array < TunnelWARPConnectorTunnel . Connection > ;
411417
@@ -527,7 +533,9 @@ export namespace WARPConnectorEditResponse {
527533 account_tag ?: string ;
528534
529535 /**
530- * The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
536+ * @deprecated This field will start returning an empty array. To fetch the
537+ * connections of a given tunnel, please use the dedicated endpoint
538+ * `/accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections`
531539 */
532540 connections ?: Array < TunnelWARPConnectorTunnel . Connection > ;
533541
@@ -649,7 +657,9 @@ export namespace WARPConnectorGetResponse {
649657 account_tag ?: string ;
650658
651659 /**
652- * The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
660+ * @deprecated This field will start returning an empty array. To fetch the
661+ * connections of a given tunnel, please use the dedicated endpoint
662+ * `/accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections`
653663 */
654664 connections ?: Array < TunnelWARPConnectorTunnel . Connection > ;
655665
0 commit comments