@@ -5324,14 +5324,14 @@ export type GetProjectSubscriptionsQueryVariables = Exact<{
5324
5324
5325
5325
export type GetProjectSubscriptionsQuery = { __typename ?: 'Query' , project ?: { __typename ?: 'Project' , subscriptions : Array < { __typename ?: 'ProjectSubscription' , userAddress : any , endTimestamp ?: any | null } > } | null } ;
5326
5326
5327
- export type StreamFieldsFragment = { __typename ?: 'Stream' , id : string , metadata : string , permissions ?: Array < { __typename ?: 'StreamPermission' , id : string , canGrant ?: boolean | null , canEdit ?: boolean | null , canDelete ?: boolean | null , userAddress ? : any | null , subscribeExpiration ?: any | null , publishExpiration ?: any | null } > | null } ;
5327
+ export type StreamFieldsFragment = { __typename ?: 'Stream' , id : string , metadata : string , permissions ?: Array < { __typename ?: 'StreamPermission' , id : string , canGrant ?: boolean | null , canEdit ?: boolean | null , canDelete ?: boolean | null , userId : any , subscribeExpiration ?: any | null , publishExpiration ?: any | null } > | null } ;
5328
5328
5329
5329
export type GetStreamByIdQueryVariables = Exact < {
5330
5330
streamId : Scalars [ 'ID' ] [ 'input' ] ;
5331
5331
} > ;
5332
5332
5333
5333
5334
- export type GetStreamByIdQuery = { __typename ?: 'Query' , stream ?: { __typename ?: 'Stream' , id : string , metadata : string , permissions ?: Array < { __typename ?: 'StreamPermission' , id : string , canGrant ?: boolean | null , canEdit ?: boolean | null , canDelete ?: boolean | null , userAddress ? : any | null , subscribeExpiration ?: any | null , publishExpiration ?: any | null } > | null } | null } ;
5334
+ export type GetStreamByIdQuery = { __typename ?: 'Query' , stream ?: { __typename ?: 'Stream' , id : string , metadata : string , permissions ?: Array < { __typename ?: 'StreamPermission' , id : string , canGrant ?: boolean | null , canEdit ?: boolean | null , canDelete ?: boolean | null , userId : any , subscribeExpiration ?: any | null , publishExpiration ?: any | null } > | null } | null } ;
5335
5335
5336
5336
export type GetPagedStreamsQueryVariables = Exact < {
5337
5337
first ?: InputMaybe < Scalars [ 'Int' ] [ 'input' ] > ;
@@ -5341,7 +5341,7 @@ export type GetPagedStreamsQueryVariables = Exact<{
5341
5341
} > ;
5342
5342
5343
5343
5344
- export type GetPagedStreamsQuery = { __typename ?: 'Query' , streams : Array < { __typename ?: 'Stream' , id : string , metadata : string , permissions ?: Array < { __typename ?: 'StreamPermission' , id : string , canGrant ?: boolean | null , canEdit ?: boolean | null , canDelete ?: boolean | null , userAddress ? : any | null , subscribeExpiration ?: any | null , publishExpiration ?: any | null } > | null } > } ;
5344
+ export type GetPagedStreamsQuery = { __typename ?: 'Query' , streams : Array < { __typename ?: 'Stream' , id : string , metadata : string , permissions ?: Array < { __typename ?: 'StreamPermission' , id : string , canGrant ?: boolean | null , canEdit ?: boolean | null , canDelete ?: boolean | null , userId : any , subscribeExpiration ?: any | null , publishExpiration ?: any | null } > | null } > } ;
5345
5345
5346
5346
export type SponsorshipDailyBucketFieldsFragment = { __typename ?: 'SponsorshipDailyBucket' , id : string , operatorCount : number , projectedInsolvency ?: any | null , spotAPY : any , totalStakedWei : any , remainingWei : any , date : any , sponsorship : { __typename ?: 'Sponsorship' , id : string } } ;
5347
5347
@@ -5534,7 +5534,7 @@ export const StreamFieldsFragmentDoc = gql`
5534
5534
canGrant
5535
5535
canEdit
5536
5536
canDelete
5537
- userAddress
5537
+ userId
5538
5538
subscribeExpiration
5539
5539
publishExpiration
5540
5540
}
0 commit comments