-
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
82b904f
commit 86f2003
Showing
3 changed files
with
4 additions
and
65 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,5 +1,5 @@ | ||
/* eslint-disable */ | ||
// access-control v0.1.0 0663b6b5e7ad3ac6e14c16e3ce83f94925816f5c | ||
// access-control v0.1.0 6a54309f1e61a16d610e9179d6cafe4fa4b1e594 | ||
// -- | ||
// Code generated by [email protected] with [email protected] generator. DO NOT EDIT. | ||
// | ||
|
@@ -16,7 +16,7 @@ export const WebRPCVersion = "v1" | |
export const WebRPCSchemaVersion = "v0.1.0" | ||
|
||
// Schema hash generated from your RIDL schema | ||
export const WebRPCSchemaHash = "0663b6b5e7ad3ac6e14c16e3ce83f94925816f5c" | ||
export const WebRPCSchemaHash = "6a54309f1e61a16d610e9179d6cafe4fa4b1e594" | ||
|
||
type WebrpcGenVersions = { | ||
webrpcGenVersion: string; | ||
|
@@ -81,13 +81,6 @@ export enum SessionType { | |
Service = 'Service' | ||
} | ||
|
||
export enum UserPermission { | ||
UNAUTHORIZED = 'UNAUTHORIZED', | ||
READ = 'READ', | ||
READ_WRITE = 'READ_WRITE', | ||
ADMIN = 'ADMIN' | ||
} | ||
|
||
|
||
|
||
const createHTTPRequest = (body: object = {}, headers: object = {}, signal: AbortSignal | null = null): object => { | ||
|
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