@@ -607,16 +607,11 @@ bench('prod p50 conversation operations', async () => {
607607 allow . authenticated ( 'identityPool' ) . to ( [ 'read' ] ) ,
608608 allow . owner ( ) ,
609609 ] ) ,
610- ChatBot : a . conversation ( input )
611- . authorization ( ( allow ) => allow . owner ( ) ) ,
612- GossipBot : a . conversation ( input )
613- . authorization ( ( allow ) => allow . owner ( ) ) ,
614- HaikuBot : a . conversation ( input )
615- . authorization ( ( allow ) => allow . owner ( ) ) ,
616- MathBot : a . conversation ( input )
617- . authorization ( ( allow ) => allow . owner ( ) ) ,
618- ScienceBot : a . conversation ( input )
619- . authorization ( ( allow ) => allow . owner ( ) ) ,
610+ ChatBot : a . conversation ( input ) . authorization ( ( allow ) => allow . owner ( ) ) ,
611+ GossipBot : a . conversation ( input ) . authorization ( ( allow ) => allow . owner ( ) ) ,
612+ HaikuBot : a . conversation ( input ) . authorization ( ( allow ) => allow . owner ( ) ) ,
613+ MathBot : a . conversation ( input ) . authorization ( ( allow ) => allow . owner ( ) ) ,
614+ ScienceBot : a . conversation ( input ) . authorization ( ( allow ) => allow . owner ( ) ) ,
620615 // [Global authorization rule]
621616 } )
622617 . authorization ( ( allow ) => allow . publicApiKey ( ) ) ;
@@ -650,4 +645,4 @@ bench('prod p50 conversation operations', async () => {
650645 } ) ;
651646
652647 await conversation ?. listMessages ( ) ;
653- } ) . types ( [ 35375 , 'instantiations' ] ) ;
648+ } ) . types ( [ 44021 , 'instantiations' ] [ ( 44021 , 'instantiations' ) ] ) ;
0 commit comments