@maxim_mazurok/gapi.client.recaptchaenterprise-v1
Advanced tools
Comparing version 0.0.20230205 to 0.0.20230212
@@ -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: 20230205 | ||
// Revision: 20230212 | ||
@@ -59,3 +59,3 @@ /// <reference types="gapi.client" /> | ||
reasons?: string[]; | ||
/** Optional. If the Assessment is part of a Payment Transaction, provide details on Payment Lifecycle Events that occur in the Transaction. */ | ||
/** Optional. If the assessment is part of a payment transaction, provide details on payment lifecycle events that occur in the transaction. */ | ||
transactionEvent?: GoogleCloudRecaptchaenterpriseV1TransactionEvent; | ||
@@ -280,7 +280,7 @@ } | ||
eventType?: string; | ||
/** Optional. The reason or standardized code which corresponds with this transaction event, if one exists. E.g. a CHARGEBACK Event with code 4553. */ | ||
/** Optional. The reason or standardized code that corresponds with this transaction event, if one exists. For example, a CHARGEBACK event with code 6005. */ | ||
reason?: string; | ||
/** | ||
* Optional. The value that corresponds with this transaction event, if one exists. E.g. A refund event where $5.00 was refunded. Currency is obtained from the original transaction | ||
* data. | ||
* Optional. The value that corresponds with this transaction event, if one exists. For example, a refund event where $5.00 was refunded. Currency is obtained from the original | ||
* transaction data. | ||
*/ | ||
@@ -287,0 +287,0 @@ value?: number; |
{ | ||
"name": "@maxim_mazurok/gapi.client.recaptchaenterprise-v1", | ||
"version": "0.0.20230205", | ||
"version": "0.0.20230212", | ||
"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: 20230205 | ||
// Revision: 20230212 | ||
@@ -9,0 +9,0 @@ gapi.load('client', async () => { |
67474