-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b13007
commit 7407867
Showing
15 changed files
with
97 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
playground/.output/public/_nuxt/N-EqdTw2.js → playground/.output/public/_nuxt/DTJR8xyR.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"id":"64d2b9bd-b625-4a69-8c63-52de8d6690a9","timestamp":1720222417338} | ||
{"id":"292d48f5-a1a3-449e-9846-880116a142d2","timestamp":1720289589196} |
1 change: 1 addition & 0 deletions
1
playground/.output/public/_nuxt/builds/meta/292d48f5-a1a3-449e-9846-880116a142d2.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"id":"292d48f5-a1a3-449e-9846-880116a142d2","timestamp":1720289589196,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]} |
1 change: 0 additions & 1 deletion
1
playground/.output/public/_nuxt/builds/meta/64d2b9bd-b625-4a69-8c63-52de8d6690a9.json
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
playground/.output/public/_nuxt/D_X2kP3v.js → playground/.output/public/_nuxt/q-QPnIUX.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
playground/.output/public/_nuxt/mJS2XvxE.js → playground/.output/public/_nuxt/tr5hBR7C.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name":"nuxt-gsuite-prod","version":"1.0.0","type":"module","private":true,"dependencies":{"@babel/parser":"7.24.7","@unhead/dom":"1.9.15","@unhead/shared":"1.9.15","@unhead/ssr":"1.9.15","@vue/compiler-core":"3.4.31","@vue/compiler-dom":"3.4.31","@vue/compiler-ssr":"3.4.31","@vue/reactivity":"3.4.31","@vue/runtime-core":"3.4.31","@vue/runtime-dom":"3.4.31","@vue/server-renderer":"3.4.31","@vue/shared":"3.4.31","devalue":"5.0.0","entities":"4.5.0","estree-walker":"2.0.2","hookable":"5.5.3","source-map-js":"1.2.0","ufo":"1.5.3","unhead":"1.9.15","vue":"3.4.31","vue-bundle-renderer":"2.1.0"}} | ||
{"name":"nuxt-gsuite-prod","version":"0.1.1","type":"module","private":true,"dependencies":{"@babel/parser":"7.24.7","@unhead/dom":"1.9.15","@unhead/shared":"1.9.15","@unhead/ssr":"1.9.15","@vue/compiler-core":"3.4.31","@vue/compiler-dom":"3.4.31","@vue/compiler-ssr":"3.4.31","@vue/reactivity":"3.4.31","@vue/runtime-core":"3.4.31","@vue/runtime-dom":"3.4.31","@vue/server-renderer":"3.4.31","@vue/shared":"3.4.31","devalue":"5.0.0","entities":"4.5.0","estree-walker":"2.0.2","hookable":"5.5.3","source-map-js":"1.2.0","ufo":"1.5.3","unhead":"1.9.15","vue":"3.4.31","vue-bundle-renderer":"2.1.0"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
export declare interface RecaptchaResponse { | ||
'success': boolean | ||
'challenge_ts'?: string | ||
'hostname'?: string | ||
'score'?: number | ||
'action'?: string | ||
'error-codes'?: string[] | ||
} | ||
|
||
export interface NuxtGSuiteOptions { | ||
recaptcha?: { | ||
/** | ||
* Site key for Recaptcha. | ||
* | ||
* @default process.env.GSUITE_RECAPTCHA_SITEKEY | ||
* | ||
*/ | ||
siteKey: string | ||
/** | ||
* Secret key for Recaptcha. | ||
* | ||
* @default process.env.GSUITE_RECAPTCHA_SECRETKEY | ||
* | ||
*/ | ||
secretKey?: string | ||
/** | ||
* Minimum score to use for Recaptcha verification. | ||
* | ||
* @default 0.5 | ||
* | ||
*/ | ||
minScore?: number | ||
/** | ||
* Version of Recaptcha to use. | ||
* | ||
* @default 'v3' | ||
* | ||
*/ | ||
version?: string | ||
} | ||
analytics?: { | ||
/** | ||
* Measurement Id for Analytics. | ||
* | ||
* @default process.env.GSUITE_ANALYTICS_MEASUREMENTID | ||
* | ||
*/ | ||
measurementId: string | ||
} | ||
} |