@maxim_mazurok/gapi.client.androidpublisher-v3 0.0.20250708 → 0.0.20250710
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.
- package/index.d.ts +6 -1
- 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:
|
|
12
|
+
// Revision: 20250710
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -995,8 +995,12 @@ declare namespace gapi.client {
|
|
|
995
995
|
interface OneTimePurchaseDetails {
|
|
996
996
|
/** The offer ID of the one-time purchase offer. */
|
|
997
997
|
offerId?: string;
|
|
998
|
+
/** ID of the purchase option. This field is set for both purchase options and variant offers. For purchase options, this ID identifies the purchase option itself. For variant offers, this ID refers to the associated purchase option, and in conjunction with offer_id it identifies the variant offer. */
|
|
999
|
+
purchaseOptionId?: string;
|
|
998
1000
|
/** The number of items purchased (for multi-quantity item purchases). */
|
|
999
1001
|
quantity?: number;
|
|
1002
|
+
/** The details of a rent purchase. Only set if it is a rent purchase. */
|
|
1003
|
+
rentalDetails?: any;
|
|
1000
1004
|
}
|
|
1001
1005
|
interface Order {
|
|
1002
1006
|
/** Address information for the customer, for use in tax computation. When Google is the Merchant of Record for the order, only country is shown. */
|
|
@@ -1317,6 +1321,7 @@ declare namespace gapi.client {
|
|
|
1317
1321
|
/** Version Code corresponding to the target bundle. */
|
|
1318
1322
|
versionCode?: string;
|
|
1319
1323
|
}
|
|
1324
|
+
interface RentalDetails {}
|
|
1320
1325
|
interface RentOfferDetails {}
|
|
1321
1326
|
interface ReplacementCancellation {}
|
|
1322
1327
|
interface RestrictedPaymentCountries {
|