@maxim_mazurok/gapi.client.recaptchaenterprise-v1
Advanced tools
Comparing version 0.0.20230303 to 0.0.20230312
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package reCAPTCHA Enterprise API v1 0.0 */ | ||
// Generated from: https://recaptchaenterprise.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20230303 | ||
// Revision: 20230312 | ||
@@ -109,4 +109,12 @@ /// <reference types="gapi.client" /> | ||
expectedAction?: string; | ||
/** Optional. Optional flag for a reCAPTCHA express request for an assessment without a token. If enabled, `site_key` must reference a SCORE key with WAF feature set to EXPRESS. */ | ||
express?: boolean; | ||
/** Optional. Unique stable hashed user identifier for the request. The identifier must be hashed using hmac-sha256 with stable secret. */ | ||
hashedAccountId?: string; | ||
/** Optional. Optional HTTP header information about the request. */ | ||
headers?: string[]; | ||
/** Optional. Optional JA3 fingerprint for SSL clients. */ | ||
ja3?: string; | ||
/** Optional. The URI resource the user requested that triggered an assessment. */ | ||
requestedUri?: string; | ||
/** Optional. The site key that was used to invoke reCAPTCHA Enterprise on your site and generate the token. */ | ||
@@ -151,3 +159,3 @@ siteKey?: string; | ||
androidSettings?: GoogleCloudRecaptchaenterpriseV1AndroidKeySettings; | ||
/** The timestamp corresponding to the creation of this Key. */ | ||
/** Output only. The timestamp corresponding to the creation of this Key. */ | ||
createTime?: string; | ||
@@ -154,0 +162,0 @@ /** Human-readable display name of this key. Modifiable by user. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.recaptchaenterprise-v1", | ||
"version": "0.0.20230303", | ||
"version": "0.0.20230312", | ||
"description": "TypeScript typings for reCAPTCHA Enterprise API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.recaptchaenterprise-v1 definition tests */ | ||
// Revision: 20230303 | ||
// Revision: 20230312 | ||
@@ -73,3 +73,9 @@ gapi.load('client', async () => { | ||
expectedAction: "Test string", | ||
express: true, | ||
hashedAccountId: "Test string", | ||
headers: [ | ||
"Test string" | ||
], | ||
ja3: "Test string", | ||
requestedUri: "Test string", | ||
siteKey: "Test string", | ||
@@ -76,0 +82,0 @@ token: "Test string", |
77953
1323