We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2da82 commit 2a1cb7eCopy full SHA for 2a1cb7e
basic-fetch.ts
@@ -3,6 +3,7 @@ export enum FetchType {
3
POST = "POST",
4
PUT = "PUT",
5
DELETE = "DELETE",
6
+ PATCH = "PATCH"
7
}
8
9
// error logic faulty => does both, error & not error if both are provided
enums/enums.ts
@@ -111,4 +111,9 @@ export enum StrategyStepType {
111
CURRENT_TIME = "CURRENT_TIME",
112
COMPLIANT_WEBSEARCH = "COMPLIANT_WEBSEARCH",
113
114
-}
+}
115
+
116
117
+export enum AdminRole {
118
+ ADMIN = "ADMIN",
119
0 commit comments