-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b89854
commit 339ef10
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,13 +1,13 @@ | ||
/* eslint-disable */ | ||
// auth-control v0.9.0 1d99c340311443a89693f533522247c383ac47f1 | ||
// authcontrol v0.9.0 896c9dd61e9b52933577b35ac021a229cdc54fe2 | ||
// -- | ||
// Code generated by [email protected] with [email protected] generator. DO NOT EDIT. | ||
// | ||
// webrpc-gen -schema=authcontrol.ridl [email protected] -client -out=./authcontrol.gen.ts | ||
|
||
export const WebrpcHeader = "Webrpc" | ||
|
||
export const WebrpcHeaderValue = "[email protected];[email protected];auth-control@v0.9.0" | ||
export const WebrpcHeaderValue = "[email protected];[email protected];authcontrol@v0.9.0" | ||
|
||
// WebRPC description and code-gen version | ||
export const WebRPCVersion = "v1" | ||
|
@@ -16,7 +16,7 @@ export const WebRPCVersion = "v1" | |
export const WebRPCSchemaVersion = "v0.9.0" | ||
|
||
// Schema hash generated from your RIDL schema | ||
export const WebRPCSchemaHash = "1d99c340311443a89693f533522247c383ac47f1" | ||
export const WebRPCSchemaHash = "896c9dd61e9b52933577b35ac021a229cdc54fe2" | ||
|
||
type WebrpcGenVersions = { | ||
webrpcGenVersion: string; | ||
|
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,6 +1,6 @@ | ||
webrpc = v1 | ||
|
||
name = auth-control | ||
name = authcontrol | ||
version = v0.9.0 | ||
|
||
enum SessionType: uint16 | ||
|