fix: update app package
This commit is contained in:
parent
f857c993c8
commit
bb2a42a1db
|
@ -12,7 +12,7 @@
|
||||||
"author": "Lakhan Samani",
|
"author": "Lakhan Samani",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@authorizerdev/authorizer-react": "^1.1.3-beta.1",
|
"@authorizerdev/authorizer-react": "^1.1.3",
|
||||||
"@types/react": "^17.0.15",
|
"@types/react": "^17.0.15",
|
||||||
"@types/react-dom": "^17.0.9",
|
"@types/react-dom": "^17.0.9",
|
||||||
"esbuild": "^0.12.17",
|
"esbuild": "^0.12.17",
|
||||||
|
|
|
@ -446,6 +446,8 @@ input AddEmailTemplateRequest {
|
||||||
event_name: String!
|
event_name: String!
|
||||||
subject: String!
|
subject: String!
|
||||||
template: String!
|
template: String!
|
||||||
|
# Design value is set when editor is used
|
||||||
|
# If raw HTML is used design value is set to null
|
||||||
design: String
|
design: String
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -454,6 +456,8 @@ input UpdateEmailTemplateRequest {
|
||||||
event_name: String
|
event_name: String
|
||||||
template: String
|
template: String
|
||||||
subject: String
|
subject: String
|
||||||
|
# Design value is set when editor is used
|
||||||
|
# If raw HTML is used design value is set to null
|
||||||
design: String
|
design: String
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user