Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 12 additions & 7 deletions packages/marketplace/src/marketplace.gen.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
/* eslint-disable */
// marketplace-api 652676d9951ceb12f6846907c7c4b5160c73c57a
// marketplace-api v0-25.11.10+0a30dcb 3e347e76053c79e670f06121aeba79d137faefc2
// --
// Code generated by webrpc-gen@v0.30.2 with github.com/webrpc/gen-typescript@v0.19.0 generator. DO NOT EDIT.
// Code generated by webrpc-gen@v0.31.1 with github.com/webrpc/gen-typescript@v0.19.0 generator. DO NOT EDIT.
//
// webrpc-gen -schema=./schema/schema.ridl -target=github.com/webrpc/gen-typescript@v0.19.0 -client -out=./clients/marketplace.gen.ts
// webrpc-gen -schema=./schema_old/schema.ridl -target=github.com/webrpc/gen-typescript@v0.19.0 -client -out=./clients/marketplace.gen.ts

export const WebrpcHeader = 'Webrpc'

export const WebrpcHeaderValue =
'webrpc@v0.30.2;gen-typescript@v0.19.0;marketplace-api@v0.0.0-652676d9951ceb12f6846907c7c4b5160c73c57a'
export const WebrpcHeaderValue = 'webrpc@v0.31.1;gen-typescript@v0.19.0;marketplace-api@v0-25.11.10+0a30dcb'

// WebRPC description and code-gen version
export const WebRPCVersion = 'v1'

// Schema version of your RIDL schema
export const WebRPCSchemaVersion = ''
export const WebRPCSchemaVersion = 'v0-25.11.10+0a30dcb'

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = '652676d9951ceb12f6846907c7c4b5160c73c57a'
export const WebRPCSchemaHash = '3e347e76053c79e670f06121aeba79d137faefc2'

type WebrpcGenVersions = {
webrpcGenVersion: string
Expand Down Expand Up @@ -978,11 +977,17 @@ export interface Marketplace {
signal?: AbortSignal
): Promise<GetCountOfFilteredCollectiblesReturn>
getFloorOrder(args: GetFloorOrderArgs, headers?: object, signal?: AbortSignal): Promise<GetFloorOrderReturn>
/**
* Not Implemented
*/
listCollectionActivities(
args: ListCollectionActivitiesArgs,
headers?: object,
signal?: AbortSignal
): Promise<ListCollectionActivitiesReturn>
/**
* Not Implemented
*/
listCollectibleActivities(
args: ListCollectibleActivitiesArgs,
headers?: object,
Expand Down