@@ -9363,7 +9363,7 @@ let vgpu_type =
93639363 ()
93649364
93659365module PVS_site = struct
9366- let lifecycle = [Prototyped , rel_ely, " " ]
9366+ let lifecycle = [Published , rel_ely, " " ]
93679367
93689368 let introduce = call
93699369 ~name: " introduce"
@@ -9449,7 +9449,7 @@ end
94499449let pvs_site = PVS_site. obj
94509450
94519451module PVS_server = struct
9452- let lifecycle = [Prototyped , rel_ely, " " ]
9452+ let lifecycle = [Published , rel_ely, " " ]
94539453
94549454 let introduce = call
94559455 ~name: " introduce"
@@ -9518,7 +9518,7 @@ end
95189518let pvs_server = PVS_server. obj
95199519
95209520module PVS_proxy = struct
9521- let lifecycle = [Prototyped , rel_ely, " " ]
9521+ let lifecycle = [Published , rel_ely, " " ]
95229522
95239523 let status = Enum (" pvs_proxy_status" , [
95249524 " stopped" , " The proxy is not currently running" ;
@@ -9592,7 +9592,7 @@ end
95929592let pvs_proxy = PVS_proxy. obj
95939593
95949594module PVS_cache_storage = struct
9595- let lifecycle = [Prototyped , rel_ely, " " ]
9595+ let lifecycle = [Published , rel_ely, " " ]
95969596
95979597 let obj =
95989598 let null_ref = Some (VRef null_ref) in
0 commit comments