@maxim_mazurok/gapi.client.androidpublisher-v3 0.0.20250819 → 0.0.20250820

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://androidpublisher.googleapis.com/$discovery/rest?version=v3
12
- // Revision: 20250819
12
+ // Revision: 20250820
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -239,7 +239,7 @@ declare namespace gapi.client {
239
239
  installmentDetails?: InstallmentPlan;
240
240
  /** The information of the last price change for the item since subscription signup. */
241
241
  priceChangeDetails?: SubscriptionItemPriceChangeDetails;
242
- /** The current recurring price of the auto renewing plan. Note that the price does not take into account discounts and taxes, call orders.get API instead if transaction details are needed. */
242
+ /** The current recurring price of the auto renewing plan. Note that the price does not take into account discounts and does not include taxes for tax-exclusive pricing, please call orders.get API instead if transaction details are needed. */
243
243
  recurringPrice?: Money;
244
244
  }
245
245
  interface BasePlan {
@@ -2098,7 +2098,7 @@ declare namespace gapi.client {
2098
2098
  syncWithProduction?: boolean;
2099
2099
  }
2100
2100
  interface TrackRelease {
2101
- /** Restricts a release to a specific set of countries. */
2101
+ /** Restricts a release to a specific set of countries. Note this is only allowed to be set for inProgress releases in the production track. */
2102
2102
  countryTargeting?: CountryTargeting;
2103
2103
  /** In-app update priority of the release. All newly added APKs in the release will be considered at this priority. Can take values in the range [0, 5], with 5 the highest priority. Defaults to 0. in_app_update_priority can not be updated once the release is rolled out. See https://developer.android.com/guide/playcore/in-app-updates. */
2104
2104
  inAppUpdatePriority?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.androidpublisher-v3",
3
- "version": "0.0.20250819",
3
+ "version": "0.0.20250820",
4
4
  "description": "TypeScript typings for Google Play Android Developer API v3",
5
5
  "repository": {
6
6
  "type": "git",