setupConfig('bird'); $this->allowUpdate([ bird_enabled_c::class, bird_api_key_c::class, bird_server_url_c::class, bird_workplaceId_c::class, bird_workspaceId_c::class, bird_channelId_c::class, bird_allowed_channel_ids_json_c::class, bird_control_plane_enabled_c::class, bird_control_plane_token_c::class, bird_webhook_signing_key_c::class, bird_webhook_public_url_c::class, bird_webhook_replay_window_seconds_c::class, bird_flow_enabled_c::class, bird_flow_shared_secret_c::class, bird_flow_policy_json_c::class, bird_operations_actions_enabled_c::class, bird_outbound_messages_enabled_c::class, bird_template_policy_json_c::class, bird_participantId_c::class, ]); $this->enabled = new bird_enabled_c(); $this->api_key = new bird_api_key_c(); $this->server_url = new bird_server_url_c(); $this->workplaceId = new bird_workplaceId_c(); $this->workspaceId = new bird_workspaceId_c(); $this->channelId = new bird_channelId_c(); $this->allowed_channel_ids_json = new bird_allowed_channel_ids_json_c(); $this->control_plane_enabled = new bird_control_plane_enabled_c(); $this->control_plane_token = new bird_control_plane_token_c(); $this->webhook_signing_key = new bird_webhook_signing_key_c(); $this->webhook_public_url = new bird_webhook_public_url_c(); $this->webhook_replay_window_seconds = new bird_webhook_replay_window_seconds_c(); $this->flow_enabled = new bird_flow_enabled_c(); $this->flow_shared_secret = new bird_flow_shared_secret_c(); $this->flow_policy_json = new bird_flow_policy_json_c(); $this->operations_actions_enabled = new bird_operations_actions_enabled_c(); $this->outbound_messages_enabled = new bird_outbound_messages_enabled_c(); $this->template_policy_json = new bird_template_policy_json_c(); $this->participantId = new bird_participantId_c(); } }