@meshery/schemas 0.8.93 → 0.8.106

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.
@@ -190,6 +190,8 @@ type PostApiEntitlementSubscriptionsCreateApiArg = {
190
190
  org_id?: string;
191
191
  /** Price ID from the payment processor */
192
192
  plan_id?: string;
193
+ /** Coupon ID to apply */
194
+ coupon_id?: string;
193
195
  /** Number of users in the organization */
194
196
  user_count?: number;
195
197
  /** Email of the customer */
@@ -190,6 +190,8 @@ type PostApiEntitlementSubscriptionsCreateApiArg = {
190
190
  org_id?: string;
191
191
  /** Price ID from the payment processor */
192
192
  plan_id?: string;
193
+ /** Coupon ID to apply */
194
+ coupon_id?: string;
193
195
  /** Number of users in the organization */
194
196
  user_count?: number;
195
197
  /** Email of the customer */