@maxim_mazurok/gapi.client.androidpublisher-v3 0.0.20240928 → 0.0.20241007
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 +1 -7
- 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: 20241007
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -546,10 +546,6 @@ declare namespace gapi.client {
|
|
|
546
546
|
/** The version name of this APK. */
|
|
547
547
|
versionName?: string;
|
|
548
548
|
}
|
|
549
|
-
interface ExternalOfferInitialAcquisitionDetails {
|
|
550
|
-
/** Required. The external transaction id of the first completed purchase made by the user. */
|
|
551
|
-
externalTransactionId?: string;
|
|
552
|
-
}
|
|
553
549
|
interface ExternalSubscription {
|
|
554
550
|
/** Required. The type of the external subscription. */
|
|
555
551
|
subscriptionType?: string;
|
|
@@ -561,8 +557,6 @@ declare namespace gapi.client {
|
|
|
561
557
|
currentPreTaxAmount?: Price;
|
|
562
558
|
/** Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction. */
|
|
563
559
|
currentTaxAmount?: Price;
|
|
564
|
-
/** Optional. Details about the first time a user/device completed a transaction using external offers. Not required for transactions made using user choice billing or alternative billing only. */
|
|
565
|
-
externalOfferInitialAcquisitionDetails?: ExternalOfferInitialAcquisitionDetails;
|
|
566
560
|
/** Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction. */
|
|
567
561
|
externalTransactionId?: string;
|
|
568
562
|
/** This is a one-time transaction and not part of a subscription. */
|