@@ -37,6 +37,7 @@ import { OriginPostQuantumEncryption } from './resources/origin-post-quantum-enc
3737import { PageRules } from './resources/page-rules' ;
3838import { Pipelines } from './resources/pipelines' ;
3939import { RateLimits } from './resources/rate-limits' ;
40+ import { RealtimeKit } from './resources/realtime-kit' ;
4041import { SecurityTXT } from './resources/security-txt' ;
4142import { URLNormalization } from './resources/url-normalization' ;
4243import { Accounts } from './resources/accounts/accounts' ;
@@ -346,6 +347,7 @@ export class Cloudflare extends Core.APIClient {
346347 dcvDelegation : API . DCVDelegation = new API . DCVDelegation ( this ) ;
347348 hostnames : API . Hostnames = new API . Hostnames ( this ) ;
348349 snippets : API . Snippets = new API . Snippets ( this ) ;
350+ realtimeKit : API . RealtimeKit = new API . RealtimeKit ( this ) ;
349351 calls : API . Calls = new API . Calls ( this ) ;
350352 cloudforceOne : API . CloudforceOne = new API . CloudforceOne ( this ) ;
351353 aiGateway : API . AIGateway = new API . AIGateway ( this ) ;
@@ -586,6 +588,7 @@ Cloudflare.Speed = Speed;
586588Cloudflare . DCVDelegation = DCVDelegation ;
587589Cloudflare . Hostnames = Hostnames ;
588590Cloudflare . Snippets = Snippets ;
591+ Cloudflare . RealtimeKit = RealtimeKit ;
589592Cloudflare . Calls = Calls ;
590593Cloudflare . CloudforceOne = CloudforceOne ;
591594Cloudflare . AIGateway = AIGateway ;
@@ -799,6 +802,8 @@ export declare namespace Cloudflare {
799802
800803 export { Snippets as Snippets } ;
801804
805+ export { RealtimeKit as RealtimeKit } ;
806+
802807 export { Calls as Calls } ;
803808
804809 export { CloudforceOne as CloudforceOne } ;
0 commit comments