From 4766cb96ec6bedd270f70f34ba9b245f956668a5 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 21 Nov 2024 13:24:57 +0000 Subject: [PATCH] feat: Automated regeneration of MerchantAPI client --- .../lib/google_api/merchant_api/reports_v1beta/metadata.ex | 2 +- .../reports_v1beta/model/product_status_change_message.ex | 2 +- clients/merchant_api/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/merchant_api/lib/google_api/merchant_api/reports_v1beta/metadata.ex b/clients/merchant_api/lib/google_api/merchant_api/reports_v1beta/metadata.ex index 2457c989bd..78f33d0ba7 100644 --- a/clients/merchant_api/lib/google_api/merchant_api/reports_v1beta/metadata.ex +++ b/clients/merchant_api/lib/google_api/merchant_api/reports_v1beta/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.MerchantAPI.Reports_v1beta do API client metadata for GoogleApi.MerchantAPI.Reports_v1beta. """ - @discovery_revision "20241022" + @discovery_revision "20241119" def discovery_revision(), do: @discovery_revision end diff --git a/clients/merchant_api/lib/google_api/merchant_api/reports_v1beta/model/product_status_change_message.ex b/clients/merchant_api/lib/google_api/merchant_api/reports_v1beta/model/product_status_change_message.ex index eec2057a49..7cc6a8f7f9 100644 --- a/clients/merchant_api/lib/google_api/merchant_api/reports_v1beta/model/product_status_change_message.ex +++ b/clients/merchant_api/lib/google_api/merchant_api/reports_v1beta/model/product_status_change_message.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.MerchantAPI.Reports_v1beta.Model.ProductStatusChangeMessage * `account` (*type:* `String.t`, *default:* `nil`) - The target account that owns the entity that changed. Format : `accounts/{merchant_id}` * `attribute` (*type:* `String.t`, *default:* `nil`) - The attribute in the resource that changed, in this case it will be always `Status`. * `changes` (*type:* `list(GoogleApi.MerchantAPI.Reports_v1beta.Model.ProductChange.t)`, *default:* `nil`) - A message to describe the change that happened to the product - * `expirationTime` (*type:* `DateTime.t`, *default:* `nil`) - The product expiration time. + * `expirationTime` (*type:* `DateTime.t`, *default:* `nil`) - The product expiration time. This field will not bet set if the notification is sent for a product deletion event. * `managingAccount` (*type:* `String.t`, *default:* `nil`) - The account that manages the merchant's account. can be the same as merchant id if it is standalone account. Format : `accounts/{service_provider_id}` * `resource` (*type:* `String.t`, *default:* `nil`) - The product name. Format: `{product.name=accounts/{account}/products/{product}}` * `resourceId` (*type:* `String.t`, *default:* `nil`) - The product id. diff --git a/clients/merchant_api/mix.exs b/clients/merchant_api/mix.exs index c41a6a7578..5267eb889b 100644 --- a/clients/merchant_api/mix.exs +++ b/clients/merchant_api/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.MerchantAPI.Mixfile do use Mix.Project - @version "0.4.0" + @version "0.4.1" def project() do [