@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.
- package/dist/cloudApi.d.mts +2 -0
- package/dist/cloudApi.d.ts +2 -0
- package/dist/index.d.mts +680 -0
- package/dist/index.d.ts +680 -0
- package/dist/index.js +15 -15
- package/dist/index.mjs +15 -15
- package/dist/mesheryApi.d.mts +143 -119
- package/dist/mesheryApi.d.ts +143 -119
- package/dist/mesheryApi.js +1 -1
- package/dist/mesheryApi.mjs +1 -1
- package/package.json +5 -1
package/dist/cloudApi.d.mts
CHANGED
|
@@ -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 */
|
package/dist/cloudApi.d.ts
CHANGED
|
@@ -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 */
|