@kl1/contracts 1.2.53-uat → 1.2.54-uat

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -10090,10 +10090,12 @@ var GetAvailablePlanSchema = z136.object({
10090
10090
  });
10091
10091
  var UpdateSubscriptionSchema = z136.object({
10092
10092
  planProductId: z136.string(),
10093
+ planProductPriceId: z136.string(),
10093
10094
  subscriptionId: z136.string(),
10094
10095
  subscriptionProducts: z136.array(
10095
10096
  z136.object({
10096
10097
  productId: z136.string(),
10098
+ productPriceId: z136.string(),
10097
10099
  quantity: z136.number()
10098
10100
  })
10099
10101
  )