@distilled.cloud/cloudflare 0.15.2 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -29432,7 +29432,7 @@ export interface GetTunnelCloudflaredConfigurationResponse {
29432
29432
  /** The tunnel configuration and ingress rules. */
29433
29433
  config?: {
29434
29434
  ingress?: {
29435
- hostname: string;
29435
+ hostname?: string | null;
29436
29436
  service: string;
29437
29437
  originRequest?: {
29438
29438
  access?: {
@@ -29497,7 +29497,7 @@ export interface PutTunnelCloudflaredConfigurationRequest {
29497
29497
  /** Body param: The tunnel configuration and ingress rules. */
29498
29498
  config?: {
29499
29499
  ingress?: {
29500
- hostname: string;
29500
+ hostname?: string;
29501
29501
  service: string;
29502
29502
  originRequest?: {
29503
29503
  access?: {
@@ -29552,7 +29552,7 @@ export interface PutTunnelCloudflaredConfigurationResponse {
29552
29552
  /** The tunnel configuration and ingress rules. */
29553
29553
  config?: {
29554
29554
  ingress?: {
29555
- hostname: string;
29555
+ hostname?: string | null;
29556
29556
  service: string;
29557
29557
  originRequest?: {
29558
29558
  access?: {