@demind-inc/core 1.5.69 → 1.5.71
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/dist/models/User.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export interface Subscription {
|
|
|
82
82
|
discountId: string;
|
|
83
83
|
};
|
|
84
84
|
}
|
|
85
|
-
export type SubscriptionRecurring = "MONTHLY" | "ANNUAL"
|
|
85
|
+
export type SubscriptionRecurring = "MONTHLY" | "ANNUAL";
|
|
86
86
|
export interface GrantSubscription {
|
|
87
87
|
productId: string;
|
|
88
88
|
purchaseDate?: string;
|
package/lib/models/TodoTasks.ts
CHANGED
package/lib/models/User.ts
CHANGED