@closerplatform/spinner-openapi 0.12.481 → 0.12.482
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/api.d.ts +1 -13
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1187,12 +1187,6 @@ export interface BillingPlan {
|
|
|
1187
1187
|
* @memberof BillingPlan
|
|
1188
1188
|
*/
|
|
1189
1189
|
name: string;
|
|
1190
|
-
/**
|
|
1191
|
-
*
|
|
1192
|
-
* @type {string}
|
|
1193
|
-
* @memberof BillingPlan
|
|
1194
|
-
*/
|
|
1195
|
-
stripeId: string;
|
|
1196
1190
|
/**
|
|
1197
1191
|
*
|
|
1198
1192
|
* @type {number}
|
|
@@ -4729,7 +4723,7 @@ export interface OrgBillingPlan {
|
|
|
4729
4723
|
* @type {string}
|
|
4730
4724
|
* @memberof OrgBillingPlan
|
|
4731
4725
|
*/
|
|
4732
|
-
|
|
4726
|
+
planName: string;
|
|
4733
4727
|
}
|
|
4734
4728
|
/**
|
|
4735
4729
|
*
|
|
@@ -6139,12 +6133,6 @@ export interface StripeOrgAdminForm {
|
|
|
6139
6133
|
* @interface StripePlanDetails
|
|
6140
6134
|
*/
|
|
6141
6135
|
export interface StripePlanDetails {
|
|
6142
|
-
/**
|
|
6143
|
-
*
|
|
6144
|
-
* @type {string}
|
|
6145
|
-
* @memberof StripePlanDetails
|
|
6146
|
-
*/
|
|
6147
|
-
id: string;
|
|
6148
6136
|
/**
|
|
6149
6137
|
*
|
|
6150
6138
|
* @type {number}
|