|
3 | 3 | * |
4 | 4 | * WARN: Do not edit directly. |
5 | 5 | * |
6 | | - * Generated on 2023-03-29T05:05:24.080Z |
| 6 | + * Generated on 2023-04-01T07:54:08.728Z |
7 | 7 | * |
8 | 8 | */ |
9 | 9 | export type Uuid = string; |
@@ -130,19 +130,19 @@ export type BillingAccountCreateRequest = { |
130 | 130 | country: BillingCountry; |
131 | 131 | timeZone: TimeZone; |
132 | 132 | currency: Currency; |
133 | | - locale?: BillingLocale | undefined | null | undefined | null | undefined; |
134 | | - purchaseOrder?: StringU8 | undefined | null | undefined | null | undefined; |
135 | | - taxId?: StringU8 | undefined | null | undefined | null | undefined; |
| 133 | + locale?: BillingLocale | undefined | null | undefined; |
| 134 | + purchaseOrder?: StringU8 | undefined | null | undefined; |
| 135 | + taxId?: StringU8 | undefined | null | undefined; |
136 | 136 | }; |
137 | 137 | export type BillingAccountUpdateRequest = { |
138 | 138 | name?: Name | undefined; |
139 | 139 | email?: Email | undefined; |
140 | 140 | country?: BillingCountry | undefined; |
141 | 141 | timeZone?: TimeZone | undefined; |
142 | 142 | currency?: Currency | undefined; |
143 | | - locale?: BillingLocale | undefined | null | undefined | null | undefined; |
144 | | - purchaseOrder?: StringU8 | undefined | null | undefined | null | undefined; |
145 | | - taxId?: StringU8 | undefined | null | undefined | null | undefined; |
| 143 | + locale?: BillingLocale | undefined | null | undefined; |
| 144 | + purchaseOrder?: StringU8 | undefined | null | undefined; |
| 145 | + taxId?: StringU8 | undefined | null | undefined; |
146 | 146 | }; |
147 | 147 | export type BillingAccountList = BillingAccount[]; |
148 | 148 | export type BillingAccountPortalRequest = { |
@@ -221,7 +221,7 @@ export type UpdateBillingSubscriptionRequest = { |
221 | 221 | trialEndTime?: DateTime | undefined; |
222 | 222 | }; |
223 | 223 | export type UpdateBillingSubscriptionPromoCodeRequest = { |
224 | | - promoCode: StringU8 | null | undefined | null; |
| 224 | + promoCode: StringU8 | null; |
225 | 225 | }; |
226 | 226 | export type BillingSubscriptionPromoCodeLongRunningOperationSuccess = { |
227 | 227 | operationId: Uuid; |
|
0 commit comments