@@ -43,7 +43,7 @@ namespace OpenAPI2 {
4343 features ?: ProductIntegrationFeatures ;
4444 }
4545 export enum UpdateProductBodyIntegrationVersion {
46- V1 = 'v1' ,
46+ V1 = "v1"
4747 }
4848 export interface UpdateProduct {
4949 id : string ;
@@ -84,10 +84,10 @@ namespace OpenAPI2 {
8484 body : RegionBody ;
8585 }
8686 export enum RegionVersion {
87- Version1 = 1 ,
87+ Version1 = 1
8888 }
8989 export enum RegionType {
90- Region = ' region' ,
90+ Region = " region"
9191 }
9292 export interface ProviderBody {
9393 teamId : string ;
@@ -104,10 +104,10 @@ namespace OpenAPI2 {
104104 body : ProviderBody ;
105105 }
106106 export enum ProviderType {
107- Provider = ' provider' ,
107+ Provider = " provider"
108108 }
109109 export enum ProviderVersion {
110- Version1 = 1 ,
110+ Version1 = 1
111111 }
112112 export interface ProductListing {
113113 // When true, everyone can see the product when requested. When false it will
@@ -155,8 +155,8 @@ namespace OpenAPI2 {
155155 region ?: ProductIntegrationFeaturesRegion ;
156156 }
157157 export enum ProductIntegrationFeaturesRegion {
158- UserSpecified = ' user-specified' ,
159- Unspecified = ' unspecified' ,
158+ UserSpecified = " user-specified" ,
159+ Unspecified = " unspecified"
160160 }
161161 export interface ProductBody {
162162 providerId : string ;
@@ -189,19 +189,19 @@ namespace OpenAPI2 {
189189 features : ProductIntegrationFeatures ;
190190 }
191191 export enum ProductBodyIntegrationVersion {
192- V1 = 'v1' ,
192+ V1 = "v1"
193193 }
194194 export interface ProductBodyBilling {
195195 type : ProductBodyBillingType ;
196196 currency : ProductBodyBillingCurrency ;
197197 }
198198 export enum ProductBodyBillingCurrency {
199- Usd = ' usd' ,
199+ Usd = " usd"
200200 }
201201 export enum ProductBodyBillingType {
202- MonthlyProrated = ' monthly-prorated' ,
203- MonthlyAnniversary = ' monthly-anniversary' ,
204- AnnualAnniversary = ' annual-anniversary' ,
202+ MonthlyProrated = " monthly-prorated" ,
203+ MonthlyAnniversary = " monthly-anniversary" ,
204+ AnnualAnniversary = " annual-anniversary"
205205 }
206206 export interface ProductBodyTerms {
207207 url ?: string ;
@@ -214,10 +214,10 @@ namespace OpenAPI2 {
214214 body : ProductBody ;
215215 }
216216 export enum ProductType {
217- Product = ' product' ,
217+ Product = " product"
218218 }
219219 export enum ProductVersion {
220- Version1 = 1 ,
220+ Version1 = 1
221221 }
222222 export interface PlanBody {
223223 providerId : string ;
@@ -244,10 +244,10 @@ namespace OpenAPI2 {
244244 body : PlanBody ;
245245 }
246246 export enum PlanType {
247- Plan = ' plan' ,
247+ Plan = " plan"
248248 }
249249 export enum PlanVersion {
250- Version1 = 1 ,
250+ Version1 = 1
251251 }
252252 export interface FeatureValueDetails {
253253 label : string ;
@@ -299,9 +299,9 @@ namespace OpenAPI2 {
299299 values ?: FeatureValueDetails [ ] ;
300300 }
301301 export enum FeatureTypeType {
302- Boolean = ' boolean' ,
303- String = ' string' ,
304- Number = ' number' ,
302+ Boolean = " boolean" ,
303+ String = " string" ,
304+ Number = " number"
305305 }
306306 export interface FeatureNumericRange {
307307 // Defines the end of the range ( inclusive ), from the previous, or 0;
@@ -338,10 +338,10 @@ namespace OpenAPI2 {
338338 provider : Provider ;
339339 }
340340 export enum ExpandedProductType {
341- Product = ' product' ,
341+ Product = " product"
342342 }
343343 export enum ExpandedProductVersion {
344- Version1 = 1 ,
344+ Version1 = 1
345345 }
346346 export interface ExpandedPlanBody extends PlanBody {
347347 // An array of feature definitions for the plan, as defined on the Product.
@@ -360,10 +360,10 @@ namespace OpenAPI2 {
360360 body : ExpandedPlanBody ;
361361 }
362362 export enum ExpandedPlanType {
363- Plan = ' plan' ,
363+ Plan = " plan"
364364 }
365365 export enum ExpandedPlanVersion {
366- Version1 = 1 ,
366+ Version1 = 1
367367 }
368368 export interface ExpandedFeature extends FeatureType {
369369 // The string value set for the feature on the plan, this should only be used if the value property is null.
0 commit comments