-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AUTOMATED] Update: proto/clients/marketplace.gen.ts
- Loading branch information
1 parent
fd74322
commit b7f7cac
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
/* eslint-disable */ | ||
// marketplace-api 864a8df03c02985cd6bfaa4ce719d87e2a08eb67 | ||
// -- | ||
// Code generated by [email protected].1 with typescript generator. DO NOT EDIT. | ||
// Code generated by [email protected].2 with typescript generator. DO NOT EDIT. | ||
// | ||
// webrpc-gen -schema=marketplace.ridl -target=typescript -client -out=./clients/marketplace.gen.ts | ||
|
||
export const WebrpcHeader = 'Webrpc' | ||
|
||
export const WebrpcHeaderValue = | ||
'[email protected].1;[email protected];[email protected]' | ||
'[email protected].2;[email protected];[email protected]' | ||
|
||
// WebRPC description and code-gen version | ||
export const WebRPCVersion = 'v1' | ||
|