From bf5f03e2b053f6b3c4af082b738d3dc67ec24a3e Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 18 Jul 2023 13:04:22 +0000 Subject: [PATCH] feat(androidpublisher): update the api #### androidpublisher:v3 The following keys were added: - schemas.RegionalPriceMigrationConfig.properties.priceIncreaseType.type (Total Keys: 1) --- ..._v3.monetization.subscriptions.basePlans.html | 1 + .../documents/androidpublisher.v3.json | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/dyn/androidpublisher_v3.monetization.subscriptions.basePlans.html b/docs/dyn/androidpublisher_v3.monetization.subscriptions.basePlans.html index a9e4392fef9..7febcfd060a 100644 --- a/docs/dyn/androidpublisher_v3.monetization.subscriptions.basePlans.html +++ b/docs/dyn/androidpublisher_v3.monetization.subscriptions.basePlans.html @@ -322,6 +322,7 @@

Method Details

"regionalPriceMigrations": [ # Required. The regional prices to update. { # Configuration for a price migration. "oldestAllowedPriceVersionTime": "A String", # Required. The cutoff time for historical prices that subscribers can remain paying. Subscribers who are on a price that was created before this cutoff time will be migrated to the currently-offered price. These subscribers will receive a notification that they will be paying a different price. Subscribers who do not agree to the new price will have their subscription ended at the next renewal. + "priceIncreaseType": "A String", # Optional. The behavior the caller wants users to see if there is a price increase during migration. If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN. "regionCode": "A String", # Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. "US". }, ], diff --git a/googleapiclient/discovery_cache/documents/androidpublisher.v3.json b/googleapiclient/discovery_cache/documents/androidpublisher.v3.json index 7c3f7875a89..f54b862cbb2 100644 --- a/googleapiclient/discovery_cache/documents/androidpublisher.v3.json +++ b/googleapiclient/discovery_cache/documents/androidpublisher.v3.json @@ -4047,7 +4047,7 @@ } } }, - "revision": "20230711", + "revision": "20230718", "rootUrl": "https://androidpublisher.googleapis.com/", "schemas": { "Abi": { @@ -6390,6 +6390,20 @@ "format": "google-datetime", "type": "string" }, + "priceIncreaseType": { + "description": "Optional. The behavior the caller wants users to see if there is a price increase during migration. If left unset, the behavior defaults to PRICE_INCREASE_TYPE_OPT_IN.", + "enum": [ + "PRICE_INCREASE_TYPE_UNSPECIFIED", + "PRICE_INCREASE_TYPE_OPT_IN", + "PRICE_INCREASE_TYPE_OPT_OUT" + ], + "enumDescriptions": [ + "Unspecified state.", + "Price increase will be presented to users on an opt-in basis.", + "Price increase will be presented to users on an opt-out basis." + ], + "type": "string" + }, "regionCode": { "description": "Required. Region code this configuration applies to, as defined by ISO 3166-2, e.g. \"US\".", "type": "string"