Skip to content

Commit

Permalink
Add WaaS to list of services (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav authored Oct 1, 2024
1 parent 6b76b55 commit fe13e8c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 4 additions & 3 deletions proto/clients/quotacontrol.gen.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
// quota-control v0.1.0 58eee330d15ad7d819698e8ef6ae774962e4bdf8
// quota-control v0.1.0 f2a67cbe9155481ee28a125495f9a21f68e04c8b
// --
// Code generated by [email protected] with [email protected] generator. DO NOT EDIT.
//
Expand All @@ -12,7 +12,7 @@ export const WebRPCVersion = "v1"
export const WebRPCSchemaVersion = "v0.1.0"

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "58eee330d15ad7d819698e8ef6ae774962e4bdf8"
export const WebRPCSchemaHash = "f2a67cbe9155481ee28a125495f9a21f68e04c8b"

//
// Types
Expand All @@ -26,7 +26,8 @@ export enum Service {
Relayer = 'Relayer',
Metadata = 'Metadata',
Marketplace = 'Marketplace',
Builder = 'Builder'
Builder = 'Builder',
WaaS = 'WaaS'
}

export enum EventType {
Expand Down
7 changes: 5 additions & 2 deletions proto/proto.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/proto.ridl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ enum Service: uint16
- Metadata
- Marketplace
- Builder
- WaaS

struct Limit
- maxKeys: int64
Expand Down

0 comments on commit fe13e8c

Please sign in to comment.