From 4fc00c223ef4792e8dee52ab0a11705a3b1ee455 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 21 Sep 2022 01:47:50 +0000 Subject: [PATCH] fix(authorizedbuyersmarketplace): update the API #### authorizedbuyersmarketplace:v1 The following keys were changed: - resources.buyers.resources.publisherProfiles.methods.list.description --- discovery/authorizedbuyersmarketplace-v1.json | 4 ++-- src/apis/authorizedbuyersmarketplace/package.json | 2 +- src/apis/authorizedbuyersmarketplace/v1.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/discovery/authorizedbuyersmarketplace-v1.json b/discovery/authorizedbuyersmarketplace-v1.json index 0600c10def..8899dfead6 100644 --- a/discovery/authorizedbuyersmarketplace-v1.json +++ b/discovery/authorizedbuyersmarketplace-v1.json @@ -1262,7 +1262,7 @@ ] }, "list": { - "description": "Lists publisher profiles", + "description": "Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results.", "flatPath": "v1/buyers/{buyersId}/publisherProfiles", "httpMethod": "GET", "id": "authorizedbuyersmarketplace.buyers.publisherProfiles.list", @@ -1307,7 +1307,7 @@ } } }, - "revision": "20220817", + "revision": "20220920", "rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/", "schemas": { "AcceptProposalRequest": { diff --git a/src/apis/authorizedbuyersmarketplace/package.json b/src/apis/authorizedbuyersmarketplace/package.json index b3d483e534..a5ed474704 100644 --- a/src/apis/authorizedbuyersmarketplace/package.json +++ b/src/apis/authorizedbuyersmarketplace/package.json @@ -28,7 +28,7 @@ "webpack": "webpack" }, "dependencies": { - "googleapis-common": "^5.0.1" + "googleapis-common": "^6.0.3" }, "devDependencies": { "@microsoft/api-documenter": "^7.8.10", diff --git a/src/apis/authorizedbuyersmarketplace/v1.ts b/src/apis/authorizedbuyersmarketplace/v1.ts index ada5c4eb24..225467fc18 100644 --- a/src/apis/authorizedbuyersmarketplace/v1.ts +++ b/src/apis/authorizedbuyersmarketplace/v1.ts @@ -7172,7 +7172,7 @@ export namespace authorizedbuyersmarketplace_v1 { } /** - * Lists publisher profiles + * Lists publisher profiles. The returned publisher profiles aren't in any defined order. The order of the results might change. A new publisher profile can appear in any place in the list of returned results. * @example * ```js * // Before running the sample: