@maxim_mazurok/gapi.client.recaptchaenterprise-v1
Advanced tools
Comparing version 0.0.20230910 to 0.0.20230917
{ | ||
"name": "@maxim_mazurok/gapi.client.recaptchaenterprise-v1", | ||
"version": "0.0.20230910", | ||
"version": "0.0.20230917", | ||
"description": "TypeScript typings for reCAPTCHA Enterprise API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
13
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.recaptchaenterprise-v1 definition tests */ | ||
// Revision: 20230910 | ||
// Revision: 20230917 | ||
@@ -194,2 +194,13 @@ gapi.load('client', async () => { | ||
}, | ||
fraudSignals: { | ||
cardSignals: { | ||
cardLabels: [ | ||
"Test string" | ||
], | ||
}, | ||
userSignals: { | ||
activeDaysLowerBound: 42, | ||
syntheticRisk: 42, | ||
}, | ||
}, | ||
name: "Test string", | ||
@@ -196,0 +207,0 @@ privatePasswordLeakVerification: { |
Sorry, the diff of this file is too big to display
114005
2305