Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recurringPrice property missing from Schema$AutoRenewingPlan #3625

Closed
chiubaka opened this issue Feb 11, 2025 · 2 comments
Closed

recurringPrice property missing from Schema$AutoRenewingPlan #3625

chiubaka opened this issue Feb 11, 2025 · 2 comments

Comments

@chiubaka
Copy link

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch googleapis@144.0.0 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/googleapis/build/src/apis/androidpublisher/v3.d.ts b/node_modules/googleapis/build/src/apis/androidpublisher/v3.d.ts
index f7de568..dc98de0 100644
--- a/node_modules/googleapis/build/src/apis/androidpublisher/v3.d.ts
+++ b/node_modules/googleapis/build/src/apis/androidpublisher/v3.d.ts
@@ -486,6 +486,10 @@ export declare namespace androidpublisher_v3 {
          * If the subscription is currently set to auto-renew, e.g. the user has not canceled the subscription
          */
         autoRenewEnabled?: boolean | null;
+        /**
+         * The current recurring price of the auto renewing plan.
+         */
+        recurringPrice?: Schema$Money;
         /**
          * The installment plan commitment and state related info for the auto renewing plan.
          */

This issue body was partially generated by patch-package.

The AutoRenewingPlan lists a recurringPrice property.

@chiubaka
Copy link
Author

chiubaka commented Feb 11, 2025

Looks like this is resolved in commit 4276bda, which has merged into main, but has not been released in a new package version yet.

@d-goog
Copy link

d-goog commented Feb 21, 2025

We're estimating this will go out next week:

@d-goog d-goog closed this as completed Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants