-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Hi! ๐
Firstly, thanks for your work on this project! ๐
Today I used patch-package to patch [email protected] 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.
Metadata
Metadata
Assignees
Labels
No labels