@supernova-studio/model 1.44.5 → 1.44.7

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/index.mjs CHANGED
@@ -262,6 +262,7 @@ var Subscription = z12.object({
262
262
  internalStatus: nullishToOptional(InternalStatusSchema),
263
263
  stripeSubscriptionId: nullishToOptional(z12.string()),
264
264
  stripeCustomerId: nullishToOptional(z12.string()),
265
+ stripeScheduleId: nullishToOptional(z12.string()),
265
266
  product: ProductCodeSchema,
266
267
  planPriceId: z12.string(),
267
268
  planInterval: BillingIntervalSchema,