@maxim_mazurok/gapi.client.analyticsadmin-v1alpha
Advanced tools
Comparing version 0.0.20221201 to 0.0.20221205
{ | ||
"name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha", | ||
"version": "0.0.20221201", | ||
"version": "0.0.20221205", | ||
"description": "TypeScript typings for Google Analytics Admin API v1alpha", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
12
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.analyticsadmin-v1alpha definition tests */ | ||
// Revision: 20221201 | ||
// Revision: 20221205 | ||
@@ -710,2 +710,12 @@ gapi.load('client', async () => { | ||
}); | ||
/** Lookup for a single BigQuery Link. */ | ||
await gapi.client.analyticsadmin.properties.bigQueryLinks.get({ | ||
name: "Test string", | ||
}); | ||
/** Lists BigQuery Links on a property. */ | ||
await gapi.client.analyticsadmin.properties.bigQueryLinks.list({ | ||
pageSize: 42, | ||
pageToken: "Test string", | ||
parent: "Test string", | ||
}); | ||
/** Creates a conversion event with the specified attributes. */ | ||
@@ -712,0 +722,0 @@ await gapi.client.analyticsadmin.properties.conversionEvents.create({ |
Sorry, the diff of this file is too big to display
400356
6679