You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
*/
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:
This issue body was partially generated by patch-package.
The AutoRenewingPlan lists a
recurringPrice
property.The text was updated successfully, but these errors were encountered: