Skip to content

Commit

Permalink
Remove references to unused dwn intefaces and methods (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiranCohen authored Jun 20, 2024
1 parent d5e2b99 commit c2bc5c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions json-schemas/interface-methods/events-filter.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"properties": {
"interface": {
"enum": [
"Permissions",
"Protocols",
"Records"
],
Expand All @@ -17,8 +16,6 @@
"enum": [
"Configure",
"Delete",
"Grant",
"Revoke",
"Write"
],
"type": "string"
Expand Down
4 changes: 0 additions & 4 deletions src/enums/dwn-interface-method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ export enum DwnInterfaceName {

export enum DwnMethodName {
Configure = 'Configure',
Create = 'Create',
Get = 'Get',
Grant = 'Grant',
Query = 'Query',
Read = 'Read',
Request = 'Request',
Revoke = 'Revoke',
Write = 'Write',
Delete = 'Delete',
Subscribe = 'Subscribe'
Expand Down

0 comments on commit c2bc5c4

Please sign in to comment.