Skip to content

Commit 5f5e1f3

Browse files
Merge pull request #13 from Jeffrey-Zutt/fix/unexpected-arguments
fix: unexpected arguments
2 parents 9f6ecfd + 9aa5c39 commit 5f5e1f3

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

internal/schemas/component-config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,28 @@
8585
}
8686
}
8787
}
88+
},
89+
"protection_bypass_for_automation": {
90+
"type": "boolean"
91+
},
92+
"vercel_authentication": {
93+
"type": "object",
94+
"properties": {
95+
"protect_production": {
96+
"type": "boolean"
97+
}
98+
}
99+
},
100+
"password_protection": {
101+
"type": "object",
102+
"properties": {
103+
"password": {
104+
"type": "string"
105+
},
106+
"protect_production": {
107+
"type": "boolean"
108+
}
109+
}
88110
}
89111
}
90112
}

internal/schemas/global-config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,28 @@
8585
}
8686
}
8787
}
88+
},
89+
"protection_bypass_for_automation": {
90+
"type": "boolean"
91+
},
92+
"vercel_authentication": {
93+
"type": "object",
94+
"properties": {
95+
"protect_production": {
96+
"type": "boolean"
97+
}
98+
}
99+
},
100+
"password_protection": {
101+
"type": "object",
102+
"properties": {
103+
"password": {
104+
"type": "string"
105+
},
106+
"protect_production": {
107+
"type": "boolean"
108+
}
109+
}
88110
}
89111
}
90112
}

0 commit comments

Comments
 (0)