@schematichq/schematic-components 0.6.3 → 0.7.0

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.
@@ -162,6 +162,12 @@ declare interface BillingPriceResponseData {
162
162
  * @memberof BillingPriceResponseData
163
163
  */
164
164
  price: number;
165
+ /**
166
+ *
167
+ * @type {string}
168
+ * @memberof BillingPriceResponseData
169
+ */
170
+ priceDecimal?: string | null;
165
171
  }
166
172
 
167
173
  /**
@@ -223,6 +229,12 @@ declare interface BillingPriceView {
223
229
  * @memberof BillingPriceView
224
230
  */
225
231
  price: number;
232
+ /**
233
+ *
234
+ * @type {string}
235
+ * @memberof BillingPriceView
236
+ */
237
+ priceDecimal?: string | null;
226
238
  /**
227
239
  *
228
240
  * @type {string}
@@ -315,6 +327,12 @@ declare interface BillingProductDetailResponseData {
315
327
  * @memberof BillingProductDetailResponseData
316
328
  */
317
329
  price: number;
330
+ /**
331
+ *
332
+ * @type {string}
333
+ * @memberof BillingProductDetailResponseData
334
+ */
335
+ priceDecimal?: string | null;
318
336
  /**
319
337
  *
320
338
  * @type {Array<BillingPriceResponseData>}
@@ -418,6 +436,12 @@ declare interface BillingProductForSubscriptionResponseData {
418
436
  * @memberof BillingProductForSubscriptionResponseData
419
437
  */
420
438
  price: number;
439
+ /**
440
+ *
441
+ * @type {string}
442
+ * @memberof BillingProductForSubscriptionResponseData
443
+ */
444
+ priceDecimal?: string | null;
421
445
  /**
422
446
  *
423
447
  * @type {string}