@maxim_mazurok/gapi.client.recaptchaenterprise-v1
Advanced tools
Comparing version 0.0.20230429 to 0.0.20230507
{ | ||
"name": "@maxim_mazurok/gapi.client.recaptchaenterprise-v1", | ||
"version": "0.0.20230429", | ||
"version": "0.0.20230507", | ||
"description": "TypeScript typings for reCAPTCHA Enterprise API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
12
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.recaptchaenterprise-v1 definition tests */ | ||
// Revision: 20230429 | ||
// Revision: 20230507 | ||
@@ -307,2 +307,7 @@ gapi.load('client', async () => { | ||
], | ||
appleDeveloperId: { | ||
keyId: "Test string", | ||
privateKey: "Test string", | ||
teamId: "Test string", | ||
}, | ||
}, | ||
@@ -377,2 +382,7 @@ labels: { | ||
], | ||
appleDeveloperId: { | ||
keyId: "Test string", | ||
privateKey: "Test string", | ||
teamId: "Test string", | ||
}, | ||
}, | ||
@@ -379,0 +389,0 @@ labels: { |
Sorry, the diff of this file is too big to display
111934
2264