Skip to content

Commit fe4c286

Browse files
committed
chore(zero-trust): update codegen output
1 parent 5941bd4 commit fe4c286

57 files changed

Lines changed: 4695 additions & 713 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/resources/zero-trust/access/access.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ import {
152152
ApplicationPolicy,
153153
ApplicationRevokeTokensParams,
154154
ApplicationRevokeTokensResponse,
155-
ApplicationSCIMConfig,
156155
ApplicationType,
157156
ApplicationUpdateParams,
158157
ApplicationUpdateResponse,
@@ -300,7 +299,6 @@ export declare namespace Access {
300299
type AppID as AppID,
301300
type Application as Application,
302301
type ApplicationPolicy as ApplicationPolicy,
303-
type ApplicationSCIMConfig as ApplicationSCIMConfig,
304302
type ApplicationType as ApplicationType,
305303
type CORSHeaders as CORSHeaders,
306304
type Decision as Decision,

src/resources/zero-trust/access/ai-controls/mcp/portals.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ export namespace PortalCreateResponse {
202202
/**
203203
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
204204
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
205-
* customer portal hostname. New public server creates default to true; existing
206-
* servers default to false from migration until explicitly updated. Effective
207-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
205+
* customer portal hostname. Defaults to false (off); opt in per server by setting
206+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
207+
* KV key.
208208
*/
209209
is_shared_oauth_callback_enabled?: boolean;
210210

@@ -353,9 +353,9 @@ export namespace PortalUpdateResponse {
353353
/**
354354
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
355355
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
356-
* customer portal hostname. New public server creates default to true; existing
357-
* servers default to false from migration until explicitly updated. Effective
358-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
356+
* customer portal hostname. Defaults to false (off); opt in per server by setting
357+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
358+
* KV key.
359359
*/
360360
is_shared_oauth_callback_enabled?: boolean;
361361

@@ -504,9 +504,9 @@ export namespace PortalListResponse {
504504
/**
505505
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
506506
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
507-
* customer portal hostname. New public server creates default to true; existing
508-
* servers default to false from migration until explicitly updated. Effective
509-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
507+
* customer portal hostname. Defaults to false (off); opt in per server by setting
508+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
509+
* KV key.
510510
*/
511511
is_shared_oauth_callback_enabled?: boolean;
512512

@@ -686,9 +686,9 @@ export namespace PortalReadResponse {
686686
/**
687687
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
688688
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
689-
* customer portal hostname. New public server creates default to true; existing
690-
* servers default to false from migration until explicitly updated. Effective
691-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
689+
* customer portal hostname. Defaults to false (off); opt in per server by setting
690+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
691+
* KV key.
692692
*/
693693
is_shared_oauth_callback_enabled?: boolean;
694694

src/resources/zero-trust/access/ai-controls/mcp/servers.ts

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ export interface ServerCreateResponse {
194194
/**
195195
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
196196
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
197-
* customer portal hostname. New public server creates default to true; existing
198-
* servers default to false from migration until explicitly updated. Effective
199-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
197+
* customer portal hostname. Defaults to false (off); opt in per server by setting
198+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
199+
* KV key.
200200
*/
201201
is_shared_oauth_callback_enabled?: boolean;
202202

@@ -298,9 +298,9 @@ export interface ServerUpdateResponse {
298298
/**
299299
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
300300
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
301-
* customer portal hostname. New public server creates default to true; existing
302-
* servers default to false from migration until explicitly updated. Effective
303-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
301+
* customer portal hostname. Defaults to false (off); opt in per server by setting
302+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
303+
* KV key.
304304
*/
305305
is_shared_oauth_callback_enabled?: boolean;
306306

@@ -402,9 +402,9 @@ export interface ServerListResponse {
402402
/**
403403
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
404404
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
405-
* customer portal hostname. New public server creates default to true; existing
406-
* servers default to false from migration until explicitly updated. Effective
407-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
405+
* customer portal hostname. Defaults to false (off); opt in per server by setting
406+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
407+
* KV key.
408408
*/
409409
is_shared_oauth_callback_enabled?: boolean;
410410

@@ -506,9 +506,9 @@ export interface ServerDeleteResponse {
506506
/**
507507
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
508508
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
509-
* customer portal hostname. New public server creates default to true; existing
510-
* servers default to false from migration until explicitly updated. Effective
511-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
509+
* customer portal hostname. Defaults to false (off); opt in per server by setting
510+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
511+
* KV key.
512512
*/
513513
is_shared_oauth_callback_enabled?: boolean;
514514

@@ -610,9 +610,9 @@ export interface ServerReadResponse {
610610
/**
611611
* When true, the gateway worker uses the shared Cloudflare-owned OAuth callback
612612
* endpoint as the redirect_uri for upstream on-behalf OAuth, instead of the
613-
* customer portal hostname. New public server creates default to true; existing
614-
* servers default to false from migration until explicitly updated. Effective
615-
* behavior is gated by the gateway worker's per-env rollout mode KV key.
613+
* customer portal hostname. Defaults to false (off); opt in per server by setting
614+
* true. Effective behavior is gated by the gateway worker's per-env rollout mode
615+
* KV key.
616616
*/
617617
is_shared_oauth_callback_enabled?: boolean;
618618

@@ -761,9 +761,9 @@ export interface ServerCreateParams {
761761
/**
762762
* Body param: When true, the gateway worker uses the shared Cloudflare-owned OAuth
763763
* callback endpoint as the redirect_uri for upstream on-behalf OAuth, instead of
764-
* the customer portal hostname. New public server creates default to true;
765-
* existing servers default to false from migration until explicitly updated.
766-
* Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
764+
* the customer portal hostname. Defaults to false (off); opt in per server by
765+
* setting true. Effective behavior is gated by the gateway worker's per-env
766+
* rollout mode KV key.
767767
*/
768768
is_shared_oauth_callback_enabled?: boolean;
769769

@@ -825,9 +825,9 @@ export interface ServerUpdateParams {
825825
/**
826826
* Body param: When true, the gateway worker uses the shared Cloudflare-owned OAuth
827827
* callback endpoint as the redirect_uri for upstream on-behalf OAuth, instead of
828-
* the customer portal hostname. New public server creates default to true;
829-
* existing servers default to false from migration until explicitly updated.
830-
* Effective behavior is gated by the gateway worker's per-env rollout mode KV key.
828+
* the customer portal hostname. Defaults to false (off); opt in per server by
829+
* setting true. Effective behavior is gated by the gateway worker's per-env
830+
* rollout mode KV key.
831831
*/
832832
is_shared_oauth_callback_enabled?: boolean;
833833

0 commit comments

Comments
 (0)