orb-billing 5.43.0 → 5.45.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.
Files changed (265) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/core.d.ts +1 -1
  3. package/core.d.ts.map +1 -1
  4. package/core.js +13 -17
  5. package/core.js.map +1 -1
  6. package/core.mjs +13 -17
  7. package/core.mjs.map +1 -1
  8. package/index.d.mts +91 -5
  9. package/index.d.ts +91 -5
  10. package/index.d.ts.map +1 -1
  11. package/index.js +90 -2
  12. package/index.js.map +1 -1
  13. package/index.mjs +91 -3
  14. package/index.mjs.map +1 -1
  15. package/internal/utils/query.d.ts +2 -0
  16. package/internal/utils/query.d.ts.map +1 -0
  17. package/internal/utils/query.js +33 -0
  18. package/internal/utils/query.js.map +1 -0
  19. package/internal/utils/query.mjs +6 -0
  20. package/internal/utils/query.mjs.map +1 -0
  21. package/package.json +1 -1
  22. package/resources/alerts.d.ts +32 -1
  23. package/resources/alerts.d.ts.map +1 -1
  24. package/resources/alerts.js +6 -0
  25. package/resources/alerts.js.map +1 -1
  26. package/resources/alerts.mjs +6 -0
  27. package/resources/alerts.mjs.map +1 -1
  28. package/resources/beta/beta.d.ts +8293 -140
  29. package/resources/beta/beta.d.ts.map +1 -1
  30. package/resources/beta/beta.js +5 -0
  31. package/resources/beta/beta.js.map +1 -1
  32. package/resources/beta/beta.mjs +5 -0
  33. package/resources/beta/beta.mjs.map +1 -1
  34. package/resources/beta/external-plan-id.d.ts +8293 -140
  35. package/resources/beta/external-plan-id.d.ts.map +1 -1
  36. package/resources/beta/external-plan-id.js +5 -0
  37. package/resources/beta/external-plan-id.js.map +1 -1
  38. package/resources/beta/external-plan-id.mjs +5 -0
  39. package/resources/beta/external-plan-id.mjs.map +1 -1
  40. package/resources/coupons/coupons.d.ts +3 -0
  41. package/resources/coupons/coupons.d.ts.map +1 -1
  42. package/resources/coupons/coupons.js +3 -0
  43. package/resources/coupons/coupons.js.map +1 -1
  44. package/resources/coupons/coupons.mjs +3 -0
  45. package/resources/coupons/coupons.mjs.map +1 -1
  46. package/resources/coupons/subscriptions.d.ts +3 -0
  47. package/resources/coupons/subscriptions.d.ts.map +1 -1
  48. package/resources/coupons/subscriptions.js +3 -0
  49. package/resources/coupons/subscriptions.js.map +1 -1
  50. package/resources/coupons/subscriptions.mjs +3 -0
  51. package/resources/coupons/subscriptions.mjs.map +1 -1
  52. package/resources/credit-blocks.d.ts +85 -1
  53. package/resources/credit-blocks.d.ts.map +1 -1
  54. package/resources/credit-blocks.js +22 -0
  55. package/resources/credit-blocks.js.map +1 -1
  56. package/resources/credit-blocks.mjs +22 -0
  57. package/resources/credit-blocks.mjs.map +1 -1
  58. package/resources/credit-notes.d.ts +4 -0
  59. package/resources/credit-notes.d.ts.map +1 -1
  60. package/resources/credit-notes.js +4 -0
  61. package/resources/credit-notes.js.map +1 -1
  62. package/resources/credit-notes.mjs +4 -0
  63. package/resources/credit-notes.mjs.map +1 -1
  64. package/resources/customers/balance-transactions.d.ts +16 -0
  65. package/resources/customers/balance-transactions.d.ts.map +1 -1
  66. package/resources/customers/balance-transactions.js +16 -0
  67. package/resources/customers/balance-transactions.js.map +1 -1
  68. package/resources/customers/balance-transactions.mjs +16 -0
  69. package/resources/customers/balance-transactions.mjs.map +1 -1
  70. package/resources/customers/costs.d.ts +16 -0
  71. package/resources/customers/costs.d.ts.map +1 -1
  72. package/resources/customers/costs.js +16 -0
  73. package/resources/customers/costs.js.map +1 -1
  74. package/resources/customers/costs.mjs +16 -0
  75. package/resources/customers/costs.mjs.map +1 -1
  76. package/resources/customers/credits/credits.d.ts +39 -0
  77. package/resources/customers/credits/credits.d.ts.map +1 -1
  78. package/resources/customers/credits/credits.js +3 -0
  79. package/resources/customers/credits/credits.js.map +1 -1
  80. package/resources/customers/credits/credits.mjs +3 -0
  81. package/resources/customers/credits/credits.mjs.map +1 -1
  82. package/resources/customers/credits/ledger.d.ts +31 -4
  83. package/resources/customers/credits/ledger.d.ts.map +1 -1
  84. package/resources/customers/credits/ledger.js +19 -2
  85. package/resources/customers/credits/ledger.js.map +1 -1
  86. package/resources/customers/credits/ledger.mjs +19 -2
  87. package/resources/customers/credits/ledger.mjs.map +1 -1
  88. package/resources/customers/credits/top-ups.d.ts +3 -0
  89. package/resources/customers/credits/top-ups.d.ts.map +1 -1
  90. package/resources/customers/credits/top-ups.js +3 -0
  91. package/resources/customers/credits/top-ups.js.map +1 -1
  92. package/resources/customers/credits/top-ups.mjs +3 -0
  93. package/resources/customers/credits/top-ups.mjs.map +1 -1
  94. package/resources/customers/customers.d.ts +33 -12
  95. package/resources/customers/customers.d.ts.map +1 -1
  96. package/resources/customers/customers.js +20 -3
  97. package/resources/customers/customers.js.map +1 -1
  98. package/resources/customers/customers.mjs +20 -3
  99. package/resources/customers/customers.mjs.map +1 -1
  100. package/resources/dimensional-price-groups/external-dimensional-price-group-id.d.ts +1 -1
  101. package/resources/dimensional-price-groups/external-dimensional-price-group-id.d.ts.map +1 -1
  102. package/resources/events/backfills.d.ts +5 -0
  103. package/resources/events/backfills.d.ts.map +1 -1
  104. package/resources/events/backfills.js +5 -0
  105. package/resources/events/backfills.js.map +1 -1
  106. package/resources/events/backfills.mjs +5 -0
  107. package/resources/events/backfills.mjs.map +1 -1
  108. package/resources/events/events.d.ts +5 -0
  109. package/resources/events/events.d.ts.map +1 -1
  110. package/resources/events/events.js +5 -0
  111. package/resources/events/events.js.map +1 -1
  112. package/resources/events/events.mjs +5 -0
  113. package/resources/events/events.mjs.map +1 -1
  114. package/resources/events/volume.d.ts +5 -0
  115. package/resources/events/volume.d.ts.map +1 -1
  116. package/resources/events/volume.js +5 -0
  117. package/resources/events/volume.js.map +1 -1
  118. package/resources/events/volume.mjs +5 -0
  119. package/resources/events/volume.mjs.map +1 -1
  120. package/resources/index.d.ts +4 -2
  121. package/resources/index.d.ts.map +1 -1
  122. package/resources/index.js +7 -1
  123. package/resources/index.js.map +1 -1
  124. package/resources/index.mjs +3 -1
  125. package/resources/index.mjs.map +1 -1
  126. package/resources/invoice-line-items.d.ts +6 -0
  127. package/resources/invoice-line-items.d.ts.map +1 -1
  128. package/resources/invoice-line-items.js +6 -0
  129. package/resources/invoice-line-items.js.map +1 -1
  130. package/resources/invoice-line-items.mjs +6 -0
  131. package/resources/invoice-line-items.mjs.map +1 -1
  132. package/resources/invoices.d.ts +432 -7
  133. package/resources/invoices.d.ts.map +1 -1
  134. package/resources/invoices.js +18 -5
  135. package/resources/invoices.js.map +1 -1
  136. package/resources/invoices.mjs +18 -5
  137. package/resources/invoices.mjs.map +1 -1
  138. package/resources/items.d.ts +6 -2
  139. package/resources/items.d.ts.map +1 -1
  140. package/resources/items.js +4 -0
  141. package/resources/items.js.map +1 -1
  142. package/resources/items.mjs +4 -0
  143. package/resources/items.mjs.map +1 -1
  144. package/resources/license-types.d.ts +113 -0
  145. package/resources/license-types.d.ts.map +1 -0
  146. package/resources/license-types.js +44 -0
  147. package/resources/license-types.js.map +1 -0
  148. package/resources/license-types.mjs +39 -0
  149. package/resources/license-types.mjs.map +1 -0
  150. package/resources/licenses/external-licenses.d.ts +114 -0
  151. package/resources/licenses/external-licenses.d.ts.map +1 -0
  152. package/resources/licenses/external-licenses.js +18 -0
  153. package/resources/licenses/external-licenses.js.map +1 -0
  154. package/resources/licenses/external-licenses.mjs +14 -0
  155. package/resources/licenses/external-licenses.mjs.map +1 -0
  156. package/resources/licenses/index.d.ts +4 -0
  157. package/resources/licenses/index.d.ts.map +1 -0
  158. package/resources/licenses/index.js +12 -0
  159. package/resources/licenses/index.js.map +1 -0
  160. package/resources/licenses/index.mjs +5 -0
  161. package/resources/licenses/index.mjs.map +1 -0
  162. package/resources/licenses/licenses.d.ts +133 -0
  163. package/resources/licenses/licenses.d.ts.map +1 -0
  164. package/resources/licenses/licenses.js +86 -0
  165. package/resources/licenses/licenses.js.map +1 -0
  166. package/resources/licenses/licenses.mjs +58 -0
  167. package/resources/licenses/licenses.mjs.map +1 -0
  168. package/resources/licenses/usage.d.ts +211 -0
  169. package/resources/licenses/usage.d.ts.map +1 -0
  170. package/resources/licenses/usage.js +25 -0
  171. package/resources/licenses/usage.js.map +1 -0
  172. package/resources/licenses/usage.mjs +21 -0
  173. package/resources/licenses/usage.mjs.map +1 -0
  174. package/resources/licenses.d.ts +2 -0
  175. package/resources/licenses.d.ts.map +1 -0
  176. package/resources/licenses.js +19 -0
  177. package/resources/licenses.js.map +1 -0
  178. package/resources/licenses.mjs +3 -0
  179. package/resources/licenses.mjs.map +1 -0
  180. package/resources/metrics.d.ts +7 -0
  181. package/resources/metrics.d.ts.map +1 -1
  182. package/resources/metrics.js +4 -0
  183. package/resources/metrics.js.map +1 -1
  184. package/resources/metrics.mjs +4 -0
  185. package/resources/metrics.mjs.map +1 -1
  186. package/resources/plans/external-plan-id.d.ts +5 -0
  187. package/resources/plans/external-plan-id.d.ts.map +1 -1
  188. package/resources/plans/external-plan-id.js +5 -0
  189. package/resources/plans/external-plan-id.js.map +1 -1
  190. package/resources/plans/external-plan-id.mjs +5 -0
  191. package/resources/plans/external-plan-id.mjs.map +1 -1
  192. package/resources/plans/migrations.d.ts +5 -0
  193. package/resources/plans/migrations.d.ts.map +1 -1
  194. package/resources/plans/migrations.js +5 -0
  195. package/resources/plans/migrations.js.map +1 -1
  196. package/resources/plans/migrations.mjs +5 -0
  197. package/resources/plans/migrations.mjs.map +1 -1
  198. package/resources/plans/plans.d.ts +4200 -121
  199. package/resources/plans/plans.d.ts.map +1 -1
  200. package/resources/plans/plans.js +5 -0
  201. package/resources/plans/plans.js.map +1 -1
  202. package/resources/plans/plans.mjs +5 -0
  203. package/resources/plans/plans.mjs.map +1 -1
  204. package/resources/prices/external-price-id.d.ts +9 -0
  205. package/resources/prices/external-price-id.d.ts.map +1 -1
  206. package/resources/prices/external-price-id.js +9 -0
  207. package/resources/prices/external-price-id.js.map +1 -1
  208. package/resources/prices/external-price-id.mjs +9 -0
  209. package/resources/prices/external-price-id.mjs.map +1 -1
  210. package/resources/prices/prices.d.ts +198 -0
  211. package/resources/prices/prices.d.ts.map +1 -1
  212. package/resources/prices/prices.js +9 -0
  213. package/resources/prices/prices.js.map +1 -1
  214. package/resources/prices/prices.mjs +9 -0
  215. package/resources/prices/prices.mjs.map +1 -1
  216. package/resources/shared.d.ts +1040 -6
  217. package/resources/shared.d.ts.map +1 -1
  218. package/resources/shared.js.map +1 -1
  219. package/resources/shared.mjs.map +1 -1
  220. package/resources/subscriptions.d.ts +262 -0
  221. package/resources/subscriptions.d.ts.map +1 -1
  222. package/resources/subscriptions.js.map +1 -1
  223. package/resources/subscriptions.mjs.map +1 -1
  224. package/src/core.ts +16 -21
  225. package/src/index.ts +149 -5
  226. package/src/internal/utils/query.ts +7 -0
  227. package/src/resources/alerts.ts +38 -1
  228. package/src/resources/beta/beta.ts +9945 -194
  229. package/src/resources/beta/external-plan-id.ts +9945 -194
  230. package/src/resources/coupons/coupons.ts +3 -0
  231. package/src/resources/coupons/subscriptions.ts +3 -0
  232. package/src/resources/credit-blocks.ts +110 -1
  233. package/src/resources/credit-notes.ts +4 -0
  234. package/src/resources/customers/balance-transactions.ts +16 -0
  235. package/src/resources/customers/costs.ts +16 -0
  236. package/src/resources/customers/credits/credits.ts +45 -0
  237. package/src/resources/customers/credits/ledger.ts +33 -4
  238. package/src/resources/customers/credits/top-ups.ts +3 -0
  239. package/src/resources/customers/customers.ts +61 -12
  240. package/src/resources/dimensional-price-groups/external-dimensional-price-group-id.ts +1 -1
  241. package/src/resources/events/backfills.ts +5 -0
  242. package/src/resources/events/events.ts +5 -0
  243. package/src/resources/events/volume.ts +5 -0
  244. package/src/resources/index.ts +29 -1
  245. package/src/resources/invoice-line-items.ts +6 -0
  246. package/src/resources/invoices.ts +523 -6
  247. package/src/resources/items.ts +8 -2
  248. package/src/resources/license-types.ts +163 -0
  249. package/src/resources/licenses/external-licenses.ts +147 -0
  250. package/src/resources/licenses/index.ts +27 -0
  251. package/src/resources/licenses/licenses.ts +248 -0
  252. package/src/resources/licenses/usage.ts +280 -0
  253. package/src/resources/licenses.ts +3 -0
  254. package/src/resources/metrics.ts +6 -0
  255. package/src/resources/plans/external-plan-id.ts +5 -0
  256. package/src/resources/plans/migrations.ts +5 -0
  257. package/src/resources/plans/plans.ts +5004 -126
  258. package/src/resources/prices/external-price-id.ts +9 -0
  259. package/src/resources/prices/prices.ts +237 -0
  260. package/src/resources/shared.ts +1213 -0
  261. package/src/resources/subscriptions.ts +311 -0
  262. package/src/version.ts +1 -1
  263. package/version.d.ts +1 -1
  264. package/version.js +1 -1
  265. package/version.mjs +1 -1
@@ -69,6 +69,8 @@ export interface Allocation {
69
69
  custom_expiration: CustomExpiration | null;
70
70
 
71
71
  filters?: Array<Allocation.Filter>;
72
+
73
+ license_type_id?: string | null;
72
74
  }
73
75
 
74
76
  export namespace Allocation {
@@ -2755,6 +2757,11 @@ export interface NewAllocationPrice {
2755
2757
  */
2756
2758
  item_id?: string | null;
2757
2759
 
2760
+ /**
2761
+ * The license type ID to associate the price with license allocation.
2762
+ */
2763
+ license_type_id?: string | null;
2764
+
2758
2765
  /**
2759
2766
  * The (per-unit) cost basis of each created block. If non-zero, a customer will be
2760
2767
  * invoiced according to the quantity and per unit cost basis specified for the
@@ -2962,6 +2969,11 @@ export interface NewFloatingBulkPrice {
2962
2969
  */
2963
2970
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
2964
2971
 
2972
+ /**
2973
+ * The ID of the license type to associate with this price.
2974
+ */
2975
+ license_type_id?: string | null;
2976
+
2965
2977
  /**
2966
2978
  * User-specified key/value pairs for the resource. Individual keys can be removed
2967
2979
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3056,6 +3068,11 @@ export interface NewFloatingBulkWithProrationPrice {
3056
3068
  */
3057
3069
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
3058
3070
 
3071
+ /**
3072
+ * The ID of the license type to associate with this price.
3073
+ */
3074
+ license_type_id?: string | null;
3075
+
3059
3076
  /**
3060
3077
  * User-specified key/value pairs for the resource. Individual keys can be removed
3061
3078
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3179,6 +3196,11 @@ export interface NewFloatingCumulativeGroupedBulkPrice {
3179
3196
  */
3180
3197
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
3181
3198
 
3199
+ /**
3200
+ * The ID of the license type to associate with this price.
3201
+ */
3202
+ license_type_id?: string | null;
3203
+
3182
3204
  /**
3183
3205
  * User-specified key/value pairs for the resource. Individual keys can be removed
3184
3206
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3309,6 +3331,11 @@ export interface NewFloatingGroupedAllocationPrice {
3309
3331
  */
3310
3332
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
3311
3333
 
3334
+ /**
3335
+ * The ID of the license type to associate with this price.
3336
+ */
3337
+ license_type_id?: string | null;
3338
+
3312
3339
  /**
3313
3340
  * User-specified key/value pairs for the resource. Individual keys can be removed
3314
3341
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3425,6 +3452,11 @@ export interface NewFloatingGroupedTieredPackagePrice {
3425
3452
  */
3426
3453
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
3427
3454
 
3455
+ /**
3456
+ * The ID of the license type to associate with this price.
3457
+ */
3458
+ license_type_id?: string | null;
3459
+
3428
3460
  /**
3429
3461
  * User-specified key/value pairs for the resource. Individual keys can be removed
3430
3462
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3553,6 +3585,11 @@ export interface NewFloatingGroupedTieredPrice {
3553
3585
  */
3554
3586
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
3555
3587
 
3588
+ /**
3589
+ * The ID of the license type to associate with this price.
3590
+ */
3591
+ license_type_id?: string | null;
3592
+
3556
3593
  /**
3557
3594
  * User-specified key/value pairs for the resource. Individual keys can be removed
3558
3595
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3679,6 +3716,11 @@ export interface NewFloatingGroupedWithMeteredMinimumPrice {
3679
3716
  */
3680
3717
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
3681
3718
 
3719
+ /**
3720
+ * The ID of the license type to associate with this price.
3721
+ */
3722
+ license_type_id?: string | null;
3723
+
3682
3724
  /**
3683
3725
  * User-specified key/value pairs for the resource. Individual keys can be removed
3684
3726
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3835,6 +3877,11 @@ export interface NewFloatingGroupedWithProratedMinimumPrice {
3835
3877
  */
3836
3878
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
3837
3879
 
3880
+ /**
3881
+ * The ID of the license type to associate with this price.
3882
+ */
3883
+ license_type_id?: string | null;
3884
+
3838
3885
  /**
3839
3886
  * User-specified key/value pairs for the resource. Individual keys can be removed
3840
3887
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -3951,6 +3998,11 @@ export interface NewFloatingMatrixPrice {
3951
3998
  */
3952
3999
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
3953
4000
 
4001
+ /**
4002
+ * The ID of the license type to associate with this price.
4003
+ */
4004
+ license_type_id?: string | null;
4005
+
3954
4006
  /**
3955
4007
  * User-specified key/value pairs for the resource. Individual keys can be removed
3956
4008
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4045,6 +4097,11 @@ export interface NewFloatingMatrixWithAllocationPrice {
4045
4097
  */
4046
4098
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4047
4099
 
4100
+ /**
4101
+ * The ID of the license type to associate with this price.
4102
+ */
4103
+ license_type_id?: string | null;
4104
+
4048
4105
  /**
4049
4106
  * User-specified key/value pairs for the resource. Individual keys can be removed
4050
4107
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4139,6 +4196,11 @@ export interface NewFloatingMatrixWithDisplayNamePrice {
4139
4196
  */
4140
4197
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4141
4198
 
4199
+ /**
4200
+ * The ID of the license type to associate with this price.
4201
+ */
4202
+ license_type_id?: string | null;
4203
+
4142
4204
  /**
4143
4205
  * User-specified key/value pairs for the resource. Individual keys can be removed
4144
4206
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4272,6 +4334,11 @@ export interface NewFloatingMaxGroupTieredPackagePrice {
4272
4334
  */
4273
4335
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4274
4336
 
4337
+ /**
4338
+ * The ID of the license type to associate with this price.
4339
+ */
4340
+ license_type_id?: string | null;
4341
+
4275
4342
  /**
4276
4343
  * User-specified key/value pairs for the resource. Individual keys can be removed
4277
4344
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4399,6 +4466,11 @@ export interface NewFloatingMinimumCompositePrice {
4399
4466
  */
4400
4467
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4401
4468
 
4469
+ /**
4470
+ * The ID of the license type to associate with this price.
4471
+ */
4472
+ license_type_id?: string | null;
4473
+
4402
4474
  /**
4403
4475
  * User-specified key/value pairs for the resource. Individual keys can be removed
4404
4476
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4510,6 +4582,11 @@ export interface NewFloatingPackagePrice {
4510
4582
  */
4511
4583
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4512
4584
 
4585
+ /**
4586
+ * The ID of the license type to associate with this price.
4587
+ */
4588
+ license_type_id?: string | null;
4589
+
4513
4590
  /**
4514
4591
  * User-specified key/value pairs for the resource. Individual keys can be removed
4515
4592
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4604,6 +4681,11 @@ export interface NewFloatingPackageWithAllocationPrice {
4604
4681
  */
4605
4682
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4606
4683
 
4684
+ /**
4685
+ * The ID of the license type to associate with this price.
4686
+ */
4687
+ license_type_id?: string | null;
4688
+
4607
4689
  /**
4608
4690
  * User-specified key/value pairs for the resource. Individual keys can be removed
4609
4691
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4711,6 +4793,11 @@ export interface NewFloatingScalableMatrixWithTieredPricingPrice {
4711
4793
  */
4712
4794
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4713
4795
 
4796
+ /**
4797
+ * The ID of the license type to associate with this price.
4798
+ */
4799
+ license_type_id?: string | null;
4800
+
4714
4801
  /**
4715
4802
  * User-specified key/value pairs for the resource. Individual keys can be removed
4716
4803
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4851,6 +4938,11 @@ export interface NewFloatingScalableMatrixWithUnitPricingPrice {
4851
4938
  */
4852
4939
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4853
4940
 
4941
+ /**
4942
+ * The ID of the license type to associate with this price.
4943
+ */
4944
+ license_type_id?: string | null;
4945
+
4854
4946
  /**
4855
4947
  * User-specified key/value pairs for the resource. Individual keys can be removed
4856
4948
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -4879,6 +4971,11 @@ export namespace NewFloatingScalableMatrixWithUnitPricingPrice {
4879
4971
  */
4880
4972
  unit_price: string;
4881
4973
 
4974
+ /**
4975
+ * The property used to group this price
4976
+ */
4977
+ grouping_key?: string | null;
4978
+
4882
4979
  /**
4883
4980
  * If true, the unit price will be prorated to the billing period
4884
4981
  */
@@ -4990,6 +5087,11 @@ export interface NewFloatingThresholdTotalAmountPrice {
4990
5087
  */
4991
5088
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
4992
5089
 
5090
+ /**
5091
+ * The ID of the license type to associate with this price.
5092
+ */
5093
+ license_type_id?: string | null;
5094
+
4993
5095
  /**
4994
5096
  * User-specified key/value pairs for the resource. Individual keys can be removed
4995
5097
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5116,6 +5218,11 @@ export interface NewFloatingTieredPackagePrice {
5116
5218
  */
5117
5219
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
5118
5220
 
5221
+ /**
5222
+ * The ID of the license type to associate with this price.
5223
+ */
5224
+ license_type_id?: string | null;
5225
+
5119
5226
  /**
5120
5227
  * User-specified key/value pairs for the resource. Individual keys can be removed
5121
5228
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5241,6 +5348,11 @@ export interface NewFloatingTieredPackageWithMinimumPrice {
5241
5348
  */
5242
5349
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
5243
5350
 
5351
+ /**
5352
+ * The ID of the license type to associate with this price.
5353
+ */
5354
+ license_type_id?: string | null;
5355
+
5244
5356
  /**
5245
5357
  * User-specified key/value pairs for the resource. Individual keys can be removed
5246
5358
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5363,6 +5475,11 @@ export interface NewFloatingTieredPrice {
5363
5475
  */
5364
5476
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
5365
5477
 
5478
+ /**
5479
+ * The ID of the license type to associate with this price.
5480
+ */
5481
+ license_type_id?: string | null;
5482
+
5366
5483
  /**
5367
5484
  * User-specified key/value pairs for the resource. Individual keys can be removed
5368
5485
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5457,6 +5574,11 @@ export interface NewFloatingTieredWithMinimumPrice {
5457
5574
  */
5458
5575
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
5459
5576
 
5577
+ /**
5578
+ * The ID of the license type to associate with this price.
5579
+ */
5580
+ license_type_id?: string | null;
5581
+
5460
5582
  /**
5461
5583
  * User-specified key/value pairs for the resource. Individual keys can be removed
5462
5584
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5590,6 +5712,11 @@ export interface NewFloatingTieredWithProrationPrice {
5590
5712
  */
5591
5713
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
5592
5714
 
5715
+ /**
5716
+ * The ID of the license type to associate with this price.
5717
+ */
5718
+ license_type_id?: string | null;
5719
+
5593
5720
  /**
5594
5721
  * User-specified key/value pairs for the resource. Individual keys can be removed
5595
5722
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5714,6 +5841,11 @@ export interface NewFloatingUnitPrice {
5714
5841
  */
5715
5842
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
5716
5843
 
5844
+ /**
5845
+ * The ID of the license type to associate with this price.
5846
+ */
5847
+ license_type_id?: string | null;
5848
+
5717
5849
  /**
5718
5850
  * User-specified key/value pairs for the resource. Individual keys can be removed
5719
5851
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5808,6 +5940,11 @@ export interface NewFloatingUnitWithPercentPrice {
5808
5940
  */
5809
5941
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
5810
5942
 
5943
+ /**
5944
+ * The ID of the license type to associate with this price.
5945
+ */
5946
+ license_type_id?: string | null;
5947
+
5811
5948
  /**
5812
5949
  * User-specified key/value pairs for the resource. Individual keys can be removed
5813
5950
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -5919,6 +6056,11 @@ export interface NewFloatingUnitWithProrationPrice {
5919
6056
  */
5920
6057
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
5921
6058
 
6059
+ /**
6060
+ * The ID of the license type to associate with this price.
6061
+ */
6062
+ license_type_id?: string | null;
6063
+
5922
6064
  /**
5923
6065
  * User-specified key/value pairs for the resource. Individual keys can be removed
5924
6066
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6214,6 +6356,11 @@ export interface NewPlanBulkPrice {
6214
6356
  */
6215
6357
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
6216
6358
 
6359
+ /**
6360
+ * The ID of the license type to associate with this price.
6361
+ */
6362
+ license_type_id?: string | null;
6363
+
6217
6364
  /**
6218
6365
  * User-specified key/value pairs for the resource. Individual keys can be removed
6219
6366
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6315,6 +6462,11 @@ export interface NewPlanBulkWithProrationPrice {
6315
6462
  */
6316
6463
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
6317
6464
 
6465
+ /**
6466
+ * The ID of the license type to associate with this price.
6467
+ */
6468
+ license_type_id?: string | null;
6469
+
6318
6470
  /**
6319
6471
  * User-specified key/value pairs for the resource. Individual keys can be removed
6320
6472
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6445,6 +6597,11 @@ export interface NewPlanCumulativeGroupedBulkPrice {
6445
6597
  */
6446
6598
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
6447
6599
 
6600
+ /**
6601
+ * The ID of the license type to associate with this price.
6602
+ */
6603
+ license_type_id?: string | null;
6604
+
6448
6605
  /**
6449
6606
  * User-specified key/value pairs for the resource. Individual keys can be removed
6450
6607
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6582,6 +6739,11 @@ export interface NewPlanGroupedAllocationPrice {
6582
6739
  */
6583
6740
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
6584
6741
 
6742
+ /**
6743
+ * The ID of the license type to associate with this price.
6744
+ */
6745
+ license_type_id?: string | null;
6746
+
6585
6747
  /**
6586
6748
  * User-specified key/value pairs for the resource. Individual keys can be removed
6587
6749
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6705,6 +6867,11 @@ export interface NewPlanGroupedTieredPackagePrice {
6705
6867
  */
6706
6868
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
6707
6869
 
6870
+ /**
6871
+ * The ID of the license type to associate with this price.
6872
+ */
6873
+ license_type_id?: string | null;
6874
+
6708
6875
  /**
6709
6876
  * User-specified key/value pairs for the resource. Individual keys can be removed
6710
6877
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6840,6 +7007,11 @@ export interface NewPlanGroupedTieredPrice {
6840
7007
  */
6841
7008
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
6842
7009
 
7010
+ /**
7011
+ * The ID of the license type to associate with this price.
7012
+ */
7013
+ license_type_id?: string | null;
7014
+
6843
7015
  /**
6844
7016
  * User-specified key/value pairs for the resource. Individual keys can be removed
6845
7017
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -6973,6 +7145,11 @@ export interface NewPlanGroupedWithMeteredMinimumPrice {
6973
7145
  */
6974
7146
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
6975
7147
 
7148
+ /**
7149
+ * The ID of the license type to associate with this price.
7150
+ */
7151
+ license_type_id?: string | null;
7152
+
6976
7153
  /**
6977
7154
  * User-specified key/value pairs for the resource. Individual keys can be removed
6978
7155
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7136,6 +7313,11 @@ export interface NewPlanGroupedWithProratedMinimumPrice {
7136
7313
  */
7137
7314
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
7138
7315
 
7316
+ /**
7317
+ * The ID of the license type to associate with this price.
7318
+ */
7319
+ license_type_id?: string | null;
7320
+
7139
7321
  /**
7140
7322
  * User-specified key/value pairs for the resource. Individual keys can be removed
7141
7323
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7259,6 +7441,11 @@ export interface NewPlanMatrixPrice {
7259
7441
  */
7260
7442
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
7261
7443
 
7444
+ /**
7445
+ * The ID of the license type to associate with this price.
7446
+ */
7447
+ license_type_id?: string | null;
7448
+
7262
7449
  /**
7263
7450
  * User-specified key/value pairs for the resource. Individual keys can be removed
7264
7451
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7360,6 +7547,11 @@ export interface NewPlanMatrixWithAllocationPrice {
7360
7547
  */
7361
7548
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
7362
7549
 
7550
+ /**
7551
+ * The ID of the license type to associate with this price.
7552
+ */
7553
+ license_type_id?: string | null;
7554
+
7363
7555
  /**
7364
7556
  * User-specified key/value pairs for the resource. Individual keys can be removed
7365
7557
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7461,6 +7653,11 @@ export interface NewPlanMatrixWithDisplayNamePrice {
7461
7653
  */
7462
7654
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
7463
7655
 
7656
+ /**
7657
+ * The ID of the license type to associate with this price.
7658
+ */
7659
+ license_type_id?: string | null;
7660
+
7464
7661
  /**
7465
7662
  * User-specified key/value pairs for the resource. Individual keys can be removed
7466
7663
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7601,6 +7798,11 @@ export interface NewPlanMaxGroupTieredPackagePrice {
7601
7798
  */
7602
7799
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
7603
7800
 
7801
+ /**
7802
+ * The ID of the license type to associate with this price.
7803
+ */
7804
+ license_type_id?: string | null;
7805
+
7604
7806
  /**
7605
7807
  * User-specified key/value pairs for the resource. Individual keys can be removed
7606
7808
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7735,6 +7937,11 @@ export interface NewPlanMinimumCompositePrice {
7735
7937
  */
7736
7938
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
7737
7939
 
7940
+ /**
7941
+ * The ID of the license type to associate with this price.
7942
+ */
7943
+ license_type_id?: string | null;
7944
+
7738
7945
  /**
7739
7946
  * User-specified key/value pairs for the resource. Individual keys can be removed
7740
7947
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7853,6 +8060,11 @@ export interface NewPlanPackagePrice {
7853
8060
  */
7854
8061
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
7855
8062
 
8063
+ /**
8064
+ * The ID of the license type to associate with this price.
8065
+ */
8066
+ license_type_id?: string | null;
8067
+
7856
8068
  /**
7857
8069
  * User-specified key/value pairs for the resource. Individual keys can be removed
7858
8070
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -7954,6 +8166,11 @@ export interface NewPlanPackageWithAllocationPrice {
7954
8166
  */
7955
8167
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
7956
8168
 
8169
+ /**
8170
+ * The ID of the license type to associate with this price.
8171
+ */
8172
+ license_type_id?: string | null;
8173
+
7957
8174
  /**
7958
8175
  * User-specified key/value pairs for the resource. Individual keys can be removed
7959
8176
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8068,6 +8285,11 @@ export interface NewPlanScalableMatrixWithTieredPricingPrice {
8068
8285
  */
8069
8286
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
8070
8287
 
8288
+ /**
8289
+ * The ID of the license type to associate with this price.
8290
+ */
8291
+ license_type_id?: string | null;
8292
+
8071
8293
  /**
8072
8294
  * User-specified key/value pairs for the resource. Individual keys can be removed
8073
8295
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8215,6 +8437,11 @@ export interface NewPlanScalableMatrixWithUnitPricingPrice {
8215
8437
  */
8216
8438
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
8217
8439
 
8440
+ /**
8441
+ * The ID of the license type to associate with this price.
8442
+ */
8443
+ license_type_id?: string | null;
8444
+
8218
8445
  /**
8219
8446
  * User-specified key/value pairs for the resource. Individual keys can be removed
8220
8447
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8249,6 +8476,11 @@ export namespace NewPlanScalableMatrixWithUnitPricingPrice {
8249
8476
  */
8250
8477
  unit_price: string;
8251
8478
 
8479
+ /**
8480
+ * The property used to group this price
8481
+ */
8482
+ grouping_key?: string | null;
8483
+
8252
8484
  /**
8253
8485
  * If true, the unit price will be prorated to the billing period
8254
8486
  */
@@ -8361,6 +8593,11 @@ export interface NewPlanThresholdTotalAmountPrice {
8361
8593
  */
8362
8594
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
8363
8595
 
8596
+ /**
8597
+ * The ID of the license type to associate with this price.
8598
+ */
8599
+ license_type_id?: string | null;
8600
+
8364
8601
  /**
8365
8602
  * User-specified key/value pairs for the resource. Individual keys can be removed
8366
8603
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8494,6 +8731,11 @@ export interface NewPlanTieredPackagePrice {
8494
8731
  */
8495
8732
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
8496
8733
 
8734
+ /**
8735
+ * The ID of the license type to associate with this price.
8736
+ */
8737
+ license_type_id?: string | null;
8738
+
8497
8739
  /**
8498
8740
  * User-specified key/value pairs for the resource. Individual keys can be removed
8499
8741
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8626,6 +8868,11 @@ export interface NewPlanTieredPackageWithMinimumPrice {
8626
8868
  */
8627
8869
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
8628
8870
 
8871
+ /**
8872
+ * The ID of the license type to associate with this price.
8873
+ */
8874
+ license_type_id?: string | null;
8875
+
8629
8876
  /**
8630
8877
  * User-specified key/value pairs for the resource. Individual keys can be removed
8631
8878
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8755,6 +9002,11 @@ export interface NewPlanTieredPrice {
8755
9002
  */
8756
9003
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
8757
9004
 
9005
+ /**
9006
+ * The ID of the license type to associate with this price.
9007
+ */
9008
+ license_type_id?: string | null;
9009
+
8758
9010
  /**
8759
9011
  * User-specified key/value pairs for the resource. Individual keys can be removed
8760
9012
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8856,6 +9108,11 @@ export interface NewPlanTieredWithMinimumPrice {
8856
9108
  */
8857
9109
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
8858
9110
 
9111
+ /**
9112
+ * The ID of the license type to associate with this price.
9113
+ */
9114
+ license_type_id?: string | null;
9115
+
8859
9116
  /**
8860
9117
  * User-specified key/value pairs for the resource. Individual keys can be removed
8861
9118
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -8996,6 +9253,11 @@ export interface NewPlanUnitPrice {
8996
9253
  */
8997
9254
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
8998
9255
 
9256
+ /**
9257
+ * The ID of the license type to associate with this price.
9258
+ */
9259
+ license_type_id?: string | null;
9260
+
8999
9261
  /**
9000
9262
  * User-specified key/value pairs for the resource. Individual keys can be removed
9001
9263
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -9097,6 +9359,11 @@ export interface NewPlanUnitWithPercentPrice {
9097
9359
  */
9098
9360
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
9099
9361
 
9362
+ /**
9363
+ * The ID of the license type to associate with this price.
9364
+ */
9365
+ license_type_id?: string | null;
9366
+
9100
9367
  /**
9101
9368
  * User-specified key/value pairs for the resource. Individual keys can be removed
9102
9369
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -9215,6 +9482,11 @@ export interface NewPlanUnitWithProrationPrice {
9215
9482
  */
9216
9483
  invoicing_cycle_configuration?: NewBillingCycleConfiguration | null;
9217
9484
 
9485
+ /**
9486
+ * The ID of the license type to associate with this price.
9487
+ */
9488
+ license_type_id?: string | null;
9489
+
9218
9490
  /**
9219
9491
  * User-specified key/value pairs for the resource. Individual keys can be removed
9220
9492
  * by setting the value to `null`, and the entire metadata mapping can be cleared
@@ -9914,6 +10186,13 @@ export namespace Price {
9914
10186
  unit_config: Shared.UnitConfig;
9915
10187
 
9916
10188
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
10189
+
10190
+ /**
10191
+ * The LicenseType resource represents a type of license that can be assigned to
10192
+ * users. License types are used during billing by grouping metrics on the
10193
+ * configured grouping key.
10194
+ */
10195
+ license_type?: UnitPrice.LicenseType | null;
9917
10196
  }
9918
10197
 
9919
10198
  export namespace UnitPrice {
@@ -9933,6 +10212,29 @@ export namespace Price {
9933
10212
  */
9934
10213
  values: Array<string>;
9935
10214
  }
10215
+
10216
+ /**
10217
+ * The LicenseType resource represents a type of license that can be assigned to
10218
+ * users. License types are used during billing by grouping metrics on the
10219
+ * configured grouping key.
10220
+ */
10221
+ export interface LicenseType {
10222
+ /**
10223
+ * The Orb-assigned unique identifier for the license type.
10224
+ */
10225
+ id: string;
10226
+
10227
+ /**
10228
+ * The key used for grouping licenses of this type. This is typically a user
10229
+ * identifier field.
10230
+ */
10231
+ grouping_key: string;
10232
+
10233
+ /**
10234
+ * The name of the license type.
10235
+ */
10236
+ name: string;
10237
+ }
9936
10238
  }
9937
10239
 
9938
10240
  export interface TieredPrice {
@@ -10026,6 +10328,13 @@ export namespace Price {
10026
10328
  tiered_config: Shared.TieredConfig;
10027
10329
 
10028
10330
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
10331
+
10332
+ /**
10333
+ * The LicenseType resource represents a type of license that can be assigned to
10334
+ * users. License types are used during billing by grouping metrics on the
10335
+ * configured grouping key.
10336
+ */
10337
+ license_type?: TieredPrice.LicenseType | null;
10029
10338
  }
10030
10339
 
10031
10340
  export namespace TieredPrice {
@@ -10045,6 +10354,29 @@ export namespace Price {
10045
10354
  */
10046
10355
  values: Array<string>;
10047
10356
  }
10357
+
10358
+ /**
10359
+ * The LicenseType resource represents a type of license that can be assigned to
10360
+ * users. License types are used during billing by grouping metrics on the
10361
+ * configured grouping key.
10362
+ */
10363
+ export interface LicenseType {
10364
+ /**
10365
+ * The Orb-assigned unique identifier for the license type.
10366
+ */
10367
+ id: string;
10368
+
10369
+ /**
10370
+ * The key used for grouping licenses of this type. This is typically a user
10371
+ * identifier field.
10372
+ */
10373
+ grouping_key: string;
10374
+
10375
+ /**
10376
+ * The name of the license type.
10377
+ */
10378
+ name: string;
10379
+ }
10048
10380
  }
10049
10381
 
10050
10382
  export interface BulkPrice {
@@ -10138,6 +10470,13 @@ export namespace Price {
10138
10470
  replaces_price_id: string | null;
10139
10471
 
10140
10472
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
10473
+
10474
+ /**
10475
+ * The LicenseType resource represents a type of license that can be assigned to
10476
+ * users. License types are used during billing by grouping metrics on the
10477
+ * configured grouping key.
10478
+ */
10479
+ license_type?: BulkPrice.LicenseType | null;
10141
10480
  }
10142
10481
 
10143
10482
  export namespace BulkPrice {
@@ -10157,6 +10496,29 @@ export namespace Price {
10157
10496
  */
10158
10497
  values: Array<string>;
10159
10498
  }
10499
+
10500
+ /**
10501
+ * The LicenseType resource represents a type of license that can be assigned to
10502
+ * users. License types are used during billing by grouping metrics on the
10503
+ * configured grouping key.
10504
+ */
10505
+ export interface LicenseType {
10506
+ /**
10507
+ * The Orb-assigned unique identifier for the license type.
10508
+ */
10509
+ id: string;
10510
+
10511
+ /**
10512
+ * The key used for grouping licenses of this type. This is typically a user
10513
+ * identifier field.
10514
+ */
10515
+ grouping_key: string;
10516
+
10517
+ /**
10518
+ * The name of the license type.
10519
+ */
10520
+ name: string;
10521
+ }
10160
10522
  }
10161
10523
 
10162
10524
  export interface BulkWithFiltersPrice {
@@ -10250,6 +10612,13 @@ export namespace Price {
10250
10612
  replaces_price_id: string | null;
10251
10613
 
10252
10614
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
10615
+
10616
+ /**
10617
+ * The LicenseType resource represents a type of license that can be assigned to
10618
+ * users. License types are used during billing by grouping metrics on the
10619
+ * configured grouping key.
10620
+ */
10621
+ license_type?: BulkWithFiltersPrice.LicenseType | null;
10253
10622
  }
10254
10623
 
10255
10624
  export namespace BulkWithFiltersPrice {
@@ -10316,6 +10685,29 @@ export namespace Price {
10316
10685
  */
10317
10686
  values: Array<string>;
10318
10687
  }
10688
+
10689
+ /**
10690
+ * The LicenseType resource represents a type of license that can be assigned to
10691
+ * users. License types are used during billing by grouping metrics on the
10692
+ * configured grouping key.
10693
+ */
10694
+ export interface LicenseType {
10695
+ /**
10696
+ * The Orb-assigned unique identifier for the license type.
10697
+ */
10698
+ id: string;
10699
+
10700
+ /**
10701
+ * The key used for grouping licenses of this type. This is typically a user
10702
+ * identifier field.
10703
+ */
10704
+ grouping_key: string;
10705
+
10706
+ /**
10707
+ * The name of the license type.
10708
+ */
10709
+ name: string;
10710
+ }
10319
10711
  }
10320
10712
 
10321
10713
  export interface PackagePrice {
@@ -10409,6 +10801,13 @@ export namespace Price {
10409
10801
  replaces_price_id: string | null;
10410
10802
 
10411
10803
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
10804
+
10805
+ /**
10806
+ * The LicenseType resource represents a type of license that can be assigned to
10807
+ * users. License types are used during billing by grouping metrics on the
10808
+ * configured grouping key.
10809
+ */
10810
+ license_type?: PackagePrice.LicenseType | null;
10412
10811
  }
10413
10812
 
10414
10813
  export namespace PackagePrice {
@@ -10428,6 +10827,29 @@ export namespace Price {
10428
10827
  */
10429
10828
  values: Array<string>;
10430
10829
  }
10830
+
10831
+ /**
10832
+ * The LicenseType resource represents a type of license that can be assigned to
10833
+ * users. License types are used during billing by grouping metrics on the
10834
+ * configured grouping key.
10835
+ */
10836
+ export interface LicenseType {
10837
+ /**
10838
+ * The Orb-assigned unique identifier for the license type.
10839
+ */
10840
+ id: string;
10841
+
10842
+ /**
10843
+ * The key used for grouping licenses of this type. This is typically a user
10844
+ * identifier field.
10845
+ */
10846
+ grouping_key: string;
10847
+
10848
+ /**
10849
+ * The name of the license type.
10850
+ */
10851
+ name: string;
10852
+ }
10431
10853
  }
10432
10854
 
10433
10855
  export interface MatrixPrice {
@@ -10521,6 +10943,13 @@ export namespace Price {
10521
10943
  replaces_price_id: string | null;
10522
10944
 
10523
10945
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
10946
+
10947
+ /**
10948
+ * The LicenseType resource represents a type of license that can be assigned to
10949
+ * users. License types are used during billing by grouping metrics on the
10950
+ * configured grouping key.
10951
+ */
10952
+ license_type?: MatrixPrice.LicenseType | null;
10524
10953
  }
10525
10954
 
10526
10955
  export namespace MatrixPrice {
@@ -10540,6 +10969,29 @@ export namespace Price {
10540
10969
  */
10541
10970
  values: Array<string>;
10542
10971
  }
10972
+
10973
+ /**
10974
+ * The LicenseType resource represents a type of license that can be assigned to
10975
+ * users. License types are used during billing by grouping metrics on the
10976
+ * configured grouping key.
10977
+ */
10978
+ export interface LicenseType {
10979
+ /**
10980
+ * The Orb-assigned unique identifier for the license type.
10981
+ */
10982
+ id: string;
10983
+
10984
+ /**
10985
+ * The key used for grouping licenses of this type. This is typically a user
10986
+ * identifier field.
10987
+ */
10988
+ grouping_key: string;
10989
+
10990
+ /**
10991
+ * The name of the license type.
10992
+ */
10993
+ name: string;
10994
+ }
10543
10995
  }
10544
10996
 
10545
10997
  export interface ThresholdTotalAmountPrice {
@@ -10633,6 +11085,13 @@ export namespace Price {
10633
11085
  threshold_total_amount_config: ThresholdTotalAmountPrice.ThresholdTotalAmountConfig;
10634
11086
 
10635
11087
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
11088
+
11089
+ /**
11090
+ * The LicenseType resource represents a type of license that can be assigned to
11091
+ * users. License types are used during billing by grouping metrics on the
11092
+ * configured grouping key.
11093
+ */
11094
+ license_type?: ThresholdTotalAmountPrice.LicenseType | null;
10636
11095
  }
10637
11096
 
10638
11097
  export namespace ThresholdTotalAmountPrice {
@@ -10682,6 +11141,29 @@ export namespace Price {
10682
11141
  total_amount: string;
10683
11142
  }
10684
11143
  }
11144
+
11145
+ /**
11146
+ * The LicenseType resource represents a type of license that can be assigned to
11147
+ * users. License types are used during billing by grouping metrics on the
11148
+ * configured grouping key.
11149
+ */
11150
+ export interface LicenseType {
11151
+ /**
11152
+ * The Orb-assigned unique identifier for the license type.
11153
+ */
11154
+ id: string;
11155
+
11156
+ /**
11157
+ * The key used for grouping licenses of this type. This is typically a user
11158
+ * identifier field.
11159
+ */
11160
+ grouping_key: string;
11161
+
11162
+ /**
11163
+ * The name of the license type.
11164
+ */
11165
+ name: string;
11166
+ }
10685
11167
  }
10686
11168
 
10687
11169
  export interface TieredPackagePrice {
@@ -10775,6 +11257,13 @@ export namespace Price {
10775
11257
  tiered_package_config: TieredPackagePrice.TieredPackageConfig;
10776
11258
 
10777
11259
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
11260
+
11261
+ /**
11262
+ * The LicenseType resource represents a type of license that can be assigned to
11263
+ * users. License types are used during billing by grouping metrics on the
11264
+ * configured grouping key.
11265
+ */
11266
+ license_type?: TieredPackagePrice.LicenseType | null;
10778
11267
  }
10779
11268
 
10780
11269
  export namespace TieredPackagePrice {
@@ -10823,6 +11312,29 @@ export namespace Price {
10823
11312
  tier_lower_bound: string;
10824
11313
  }
10825
11314
  }
11315
+
11316
+ /**
11317
+ * The LicenseType resource represents a type of license that can be assigned to
11318
+ * users. License types are used during billing by grouping metrics on the
11319
+ * configured grouping key.
11320
+ */
11321
+ export interface LicenseType {
11322
+ /**
11323
+ * The Orb-assigned unique identifier for the license type.
11324
+ */
11325
+ id: string;
11326
+
11327
+ /**
11328
+ * The key used for grouping licenses of this type. This is typically a user
11329
+ * identifier field.
11330
+ */
11331
+ grouping_key: string;
11332
+
11333
+ /**
11334
+ * The name of the license type.
11335
+ */
11336
+ name: string;
11337
+ }
10826
11338
  }
10827
11339
 
10828
11340
  export interface TieredWithMinimumPrice {
@@ -10916,6 +11428,13 @@ export namespace Price {
10916
11428
  tiered_with_minimum_config: TieredWithMinimumPrice.TieredWithMinimumConfig;
10917
11429
 
10918
11430
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
11431
+
11432
+ /**
11433
+ * The LicenseType resource represents a type of license that can be assigned to
11434
+ * users. License types are used during billing by grouping metrics on the
11435
+ * configured grouping key.
11436
+ */
11437
+ license_type?: TieredWithMinimumPrice.LicenseType | null;
10919
11438
  }
10920
11439
 
10921
11440
  export namespace TieredWithMinimumPrice {
@@ -10972,6 +11491,29 @@ export namespace Price {
10972
11491
  unit_amount: string;
10973
11492
  }
10974
11493
  }
11494
+
11495
+ /**
11496
+ * The LicenseType resource represents a type of license that can be assigned to
11497
+ * users. License types are used during billing by grouping metrics on the
11498
+ * configured grouping key.
11499
+ */
11500
+ export interface LicenseType {
11501
+ /**
11502
+ * The Orb-assigned unique identifier for the license type.
11503
+ */
11504
+ id: string;
11505
+
11506
+ /**
11507
+ * The key used for grouping licenses of this type. This is typically a user
11508
+ * identifier field.
11509
+ */
11510
+ grouping_key: string;
11511
+
11512
+ /**
11513
+ * The name of the license type.
11514
+ */
11515
+ name: string;
11516
+ }
10975
11517
  }
10976
11518
 
10977
11519
  export interface GroupedTieredPrice {
@@ -11065,6 +11607,13 @@ export namespace Price {
11065
11607
  replaces_price_id: string | null;
11066
11608
 
11067
11609
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
11610
+
11611
+ /**
11612
+ * The LicenseType resource represents a type of license that can be assigned to
11613
+ * users. License types are used during billing by grouping metrics on the
11614
+ * configured grouping key.
11615
+ */
11616
+ license_type?: GroupedTieredPrice.LicenseType | null;
11068
11617
  }
11069
11618
 
11070
11619
  export namespace GroupedTieredPrice {
@@ -11114,6 +11663,29 @@ export namespace Price {
11114
11663
  unit_amount: string;
11115
11664
  }
11116
11665
  }
11666
+
11667
+ /**
11668
+ * The LicenseType resource represents a type of license that can be assigned to
11669
+ * users. License types are used during billing by grouping metrics on the
11670
+ * configured grouping key.
11671
+ */
11672
+ export interface LicenseType {
11673
+ /**
11674
+ * The Orb-assigned unique identifier for the license type.
11675
+ */
11676
+ id: string;
11677
+
11678
+ /**
11679
+ * The key used for grouping licenses of this type. This is typically a user
11680
+ * identifier field.
11681
+ */
11682
+ grouping_key: string;
11683
+
11684
+ /**
11685
+ * The name of the license type.
11686
+ */
11687
+ name: string;
11688
+ }
11117
11689
  }
11118
11690
 
11119
11691
  export interface TieredPackageWithMinimumPrice {
@@ -11207,6 +11779,13 @@ export namespace Price {
11207
11779
  tiered_package_with_minimum_config: TieredPackageWithMinimumPrice.TieredPackageWithMinimumConfig;
11208
11780
 
11209
11781
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
11782
+
11783
+ /**
11784
+ * The LicenseType resource represents a type of license that can be assigned to
11785
+ * users. License types are used during billing by grouping metrics on the
11786
+ * configured grouping key.
11787
+ */
11788
+ license_type?: TieredPackageWithMinimumPrice.LicenseType | null;
11210
11789
  }
11211
11790
 
11212
11791
  export namespace TieredPackageWithMinimumPrice {
@@ -11252,6 +11831,29 @@ export namespace Price {
11252
11831
  tier_lower_bound: string;
11253
11832
  }
11254
11833
  }
11834
+
11835
+ /**
11836
+ * The LicenseType resource represents a type of license that can be assigned to
11837
+ * users. License types are used during billing by grouping metrics on the
11838
+ * configured grouping key.
11839
+ */
11840
+ export interface LicenseType {
11841
+ /**
11842
+ * The Orb-assigned unique identifier for the license type.
11843
+ */
11844
+ id: string;
11845
+
11846
+ /**
11847
+ * The key used for grouping licenses of this type. This is typically a user
11848
+ * identifier field.
11849
+ */
11850
+ grouping_key: string;
11851
+
11852
+ /**
11853
+ * The name of the license type.
11854
+ */
11855
+ name: string;
11856
+ }
11255
11857
  }
11256
11858
 
11257
11859
  export interface PackageWithAllocationPrice {
@@ -11345,6 +11947,13 @@ export namespace Price {
11345
11947
  replaces_price_id: string | null;
11346
11948
 
11347
11949
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
11950
+
11951
+ /**
11952
+ * The LicenseType resource represents a type of license that can be assigned to
11953
+ * users. License types are used during billing by grouping metrics on the
11954
+ * configured grouping key.
11955
+ */
11956
+ license_type?: PackageWithAllocationPrice.LicenseType | null;
11348
11957
  }
11349
11958
 
11350
11959
  export namespace PackageWithAllocationPrice {
@@ -11375,6 +11984,29 @@ export namespace Price {
11375
11984
 
11376
11985
  package_size: string;
11377
11986
  }
11987
+
11988
+ /**
11989
+ * The LicenseType resource represents a type of license that can be assigned to
11990
+ * users. License types are used during billing by grouping metrics on the
11991
+ * configured grouping key.
11992
+ */
11993
+ export interface LicenseType {
11994
+ /**
11995
+ * The Orb-assigned unique identifier for the license type.
11996
+ */
11997
+ id: string;
11998
+
11999
+ /**
12000
+ * The key used for grouping licenses of this type. This is typically a user
12001
+ * identifier field.
12002
+ */
12003
+ grouping_key: string;
12004
+
12005
+ /**
12006
+ * The name of the license type.
12007
+ */
12008
+ name: string;
12009
+ }
11378
12010
  }
11379
12011
 
11380
12012
  export interface UnitWithPercentPrice {
@@ -11468,6 +12100,13 @@ export namespace Price {
11468
12100
  unit_with_percent_config: UnitWithPercentPrice.UnitWithPercentConfig;
11469
12101
 
11470
12102
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
12103
+
12104
+ /**
12105
+ * The LicenseType resource represents a type of license that can be assigned to
12106
+ * users. License types are used during billing by grouping metrics on the
12107
+ * configured grouping key.
12108
+ */
12109
+ license_type?: UnitWithPercentPrice.LicenseType | null;
11471
12110
  }
11472
12111
 
11473
12112
  export namespace UnitWithPercentPrice {
@@ -11502,6 +12141,29 @@ export namespace Price {
11502
12141
  */
11503
12142
  unit_amount: string;
11504
12143
  }
12144
+
12145
+ /**
12146
+ * The LicenseType resource represents a type of license that can be assigned to
12147
+ * users. License types are used during billing by grouping metrics on the
12148
+ * configured grouping key.
12149
+ */
12150
+ export interface LicenseType {
12151
+ /**
12152
+ * The Orb-assigned unique identifier for the license type.
12153
+ */
12154
+ id: string;
12155
+
12156
+ /**
12157
+ * The key used for grouping licenses of this type. This is typically a user
12158
+ * identifier field.
12159
+ */
12160
+ grouping_key: string;
12161
+
12162
+ /**
12163
+ * The name of the license type.
12164
+ */
12165
+ name: string;
12166
+ }
11505
12167
  }
11506
12168
 
11507
12169
  export interface MatrixWithAllocationPrice {
@@ -11595,6 +12257,13 @@ export namespace Price {
11595
12257
  replaces_price_id: string | null;
11596
12258
 
11597
12259
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
12260
+
12261
+ /**
12262
+ * The LicenseType resource represents a type of license that can be assigned to
12263
+ * users. License types are used during billing by grouping metrics on the
12264
+ * configured grouping key.
12265
+ */
12266
+ license_type?: MatrixWithAllocationPrice.LicenseType | null;
11598
12267
  }
11599
12268
 
11600
12269
  export namespace MatrixWithAllocationPrice {
@@ -11614,6 +12283,29 @@ export namespace Price {
11614
12283
  */
11615
12284
  values: Array<string>;
11616
12285
  }
12286
+
12287
+ /**
12288
+ * The LicenseType resource represents a type of license that can be assigned to
12289
+ * users. License types are used during billing by grouping metrics on the
12290
+ * configured grouping key.
12291
+ */
12292
+ export interface LicenseType {
12293
+ /**
12294
+ * The Orb-assigned unique identifier for the license type.
12295
+ */
12296
+ id: string;
12297
+
12298
+ /**
12299
+ * The key used for grouping licenses of this type. This is typically a user
12300
+ * identifier field.
12301
+ */
12302
+ grouping_key: string;
12303
+
12304
+ /**
12305
+ * The name of the license type.
12306
+ */
12307
+ name: string;
12308
+ }
11617
12309
  }
11618
12310
 
11619
12311
  export interface TieredWithProrationPrice {
@@ -11707,6 +12399,13 @@ export namespace Price {
11707
12399
  tiered_with_proration_config: TieredWithProrationPrice.TieredWithProrationConfig;
11708
12400
 
11709
12401
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
12402
+
12403
+ /**
12404
+ * The LicenseType resource represents a type of license that can be assigned to
12405
+ * users. License types are used during billing by grouping metrics on the
12406
+ * configured grouping key.
12407
+ */
12408
+ license_type?: TieredWithProrationPrice.LicenseType | null;
11710
12409
  }
11711
12410
 
11712
12411
  export namespace TieredWithProrationPrice {
@@ -11754,6 +12453,29 @@ export namespace Price {
11754
12453
  unit_amount: string;
11755
12454
  }
11756
12455
  }
12456
+
12457
+ /**
12458
+ * The LicenseType resource represents a type of license that can be assigned to
12459
+ * users. License types are used during billing by grouping metrics on the
12460
+ * configured grouping key.
12461
+ */
12462
+ export interface LicenseType {
12463
+ /**
12464
+ * The Orb-assigned unique identifier for the license type.
12465
+ */
12466
+ id: string;
12467
+
12468
+ /**
12469
+ * The key used for grouping licenses of this type. This is typically a user
12470
+ * identifier field.
12471
+ */
12472
+ grouping_key: string;
12473
+
12474
+ /**
12475
+ * The name of the license type.
12476
+ */
12477
+ name: string;
12478
+ }
11757
12479
  }
11758
12480
 
11759
12481
  export interface UnitWithProrationPrice {
@@ -11847,6 +12569,13 @@ export namespace Price {
11847
12569
  unit_with_proration_config: UnitWithProrationPrice.UnitWithProrationConfig;
11848
12570
 
11849
12571
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
12572
+
12573
+ /**
12574
+ * The LicenseType resource represents a type of license that can be assigned to
12575
+ * users. License types are used during billing by grouping metrics on the
12576
+ * configured grouping key.
12577
+ */
12578
+ license_type?: UnitWithProrationPrice.LicenseType | null;
11850
12579
  }
11851
12580
 
11852
12581
  export namespace UnitWithProrationPrice {
@@ -11876,6 +12605,29 @@ export namespace Price {
11876
12605
  */
11877
12606
  unit_amount: string;
11878
12607
  }
12608
+
12609
+ /**
12610
+ * The LicenseType resource represents a type of license that can be assigned to
12611
+ * users. License types are used during billing by grouping metrics on the
12612
+ * configured grouping key.
12613
+ */
12614
+ export interface LicenseType {
12615
+ /**
12616
+ * The Orb-assigned unique identifier for the license type.
12617
+ */
12618
+ id: string;
12619
+
12620
+ /**
12621
+ * The key used for grouping licenses of this type. This is typically a user
12622
+ * identifier field.
12623
+ */
12624
+ grouping_key: string;
12625
+
12626
+ /**
12627
+ * The name of the license type.
12628
+ */
12629
+ name: string;
12630
+ }
11879
12631
  }
11880
12632
 
11881
12633
  export interface GroupedAllocationPrice {
@@ -11969,6 +12721,13 @@ export namespace Price {
11969
12721
  replaces_price_id: string | null;
11970
12722
 
11971
12723
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
12724
+
12725
+ /**
12726
+ * The LicenseType resource represents a type of license that can be assigned to
12727
+ * users. License types are used during billing by grouping metrics on the
12728
+ * configured grouping key.
12729
+ */
12730
+ license_type?: GroupedAllocationPrice.LicenseType | null;
11972
12731
  }
11973
12732
 
11974
12733
  export namespace GroupedAllocationPrice {
@@ -12008,6 +12767,29 @@ export namespace Price {
12008
12767
  */
12009
12768
  overage_unit_rate: string;
12010
12769
  }
12770
+
12771
+ /**
12772
+ * The LicenseType resource represents a type of license that can be assigned to
12773
+ * users. License types are used during billing by grouping metrics on the
12774
+ * configured grouping key.
12775
+ */
12776
+ export interface LicenseType {
12777
+ /**
12778
+ * The Orb-assigned unique identifier for the license type.
12779
+ */
12780
+ id: string;
12781
+
12782
+ /**
12783
+ * The key used for grouping licenses of this type. This is typically a user
12784
+ * identifier field.
12785
+ */
12786
+ grouping_key: string;
12787
+
12788
+ /**
12789
+ * The name of the license type.
12790
+ */
12791
+ name: string;
12792
+ }
12011
12793
  }
12012
12794
 
12013
12795
  export interface BulkWithProrationPrice {
@@ -12101,6 +12883,13 @@ export namespace Price {
12101
12883
  replaces_price_id: string | null;
12102
12884
 
12103
12885
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
12886
+
12887
+ /**
12888
+ * The LicenseType resource represents a type of license that can be assigned to
12889
+ * users. License types are used during billing by grouping metrics on the
12890
+ * configured grouping key.
12891
+ */
12892
+ license_type?: BulkWithProrationPrice.LicenseType | null;
12104
12893
  }
12105
12894
 
12106
12895
  export namespace BulkWithProrationPrice {
@@ -12147,6 +12936,29 @@ export namespace Price {
12147
12936
  */
12148
12937
  values: Array<string>;
12149
12938
  }
12939
+
12940
+ /**
12941
+ * The LicenseType resource represents a type of license that can be assigned to
12942
+ * users. License types are used during billing by grouping metrics on the
12943
+ * configured grouping key.
12944
+ */
12945
+ export interface LicenseType {
12946
+ /**
12947
+ * The Orb-assigned unique identifier for the license type.
12948
+ */
12949
+ id: string;
12950
+
12951
+ /**
12952
+ * The key used for grouping licenses of this type. This is typically a user
12953
+ * identifier field.
12954
+ */
12955
+ grouping_key: string;
12956
+
12957
+ /**
12958
+ * The name of the license type.
12959
+ */
12960
+ name: string;
12961
+ }
12150
12962
  }
12151
12963
 
12152
12964
  export interface GroupedWithProratedMinimumPrice {
@@ -12240,6 +13052,13 @@ export namespace Price {
12240
13052
  replaces_price_id: string | null;
12241
13053
 
12242
13054
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
13055
+
13056
+ /**
13057
+ * The LicenseType resource represents a type of license that can be assigned to
13058
+ * users. License types are used during billing by grouping metrics on the
13059
+ * configured grouping key.
13060
+ */
13061
+ license_type?: GroupedWithProratedMinimumPrice.LicenseType | null;
12243
13062
  }
12244
13063
 
12245
13064
  export namespace GroupedWithProratedMinimumPrice {
@@ -12279,6 +13098,29 @@ export namespace Price {
12279
13098
  */
12280
13099
  unit_rate: string;
12281
13100
  }
13101
+
13102
+ /**
13103
+ * The LicenseType resource represents a type of license that can be assigned to
13104
+ * users. License types are used during billing by grouping metrics on the
13105
+ * configured grouping key.
13106
+ */
13107
+ export interface LicenseType {
13108
+ /**
13109
+ * The Orb-assigned unique identifier for the license type.
13110
+ */
13111
+ id: string;
13112
+
13113
+ /**
13114
+ * The key used for grouping licenses of this type. This is typically a user
13115
+ * identifier field.
13116
+ */
13117
+ grouping_key: string;
13118
+
13119
+ /**
13120
+ * The name of the license type.
13121
+ */
13122
+ name: string;
13123
+ }
12282
13124
  }
12283
13125
 
12284
13126
  export interface GroupedWithMeteredMinimumPrice {
@@ -12372,6 +13214,13 @@ export namespace Price {
12372
13214
  replaces_price_id: string | null;
12373
13215
 
12374
13216
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
13217
+
13218
+ /**
13219
+ * The LicenseType resource represents a type of license that can be assigned to
13220
+ * users. License types are used during billing by grouping metrics on the
13221
+ * configured grouping key.
13222
+ */
13223
+ license_type?: GroupedWithMeteredMinimumPrice.LicenseType | null;
12375
13224
  }
12376
13225
 
12377
13226
  export namespace GroupedWithMeteredMinimumPrice {
@@ -12451,6 +13300,29 @@ export namespace Price {
12451
13300
  unit_amount: string;
12452
13301
  }
12453
13302
  }
13303
+
13304
+ /**
13305
+ * The LicenseType resource represents a type of license that can be assigned to
13306
+ * users. License types are used during billing by grouping metrics on the
13307
+ * configured grouping key.
13308
+ */
13309
+ export interface LicenseType {
13310
+ /**
13311
+ * The Orb-assigned unique identifier for the license type.
13312
+ */
13313
+ id: string;
13314
+
13315
+ /**
13316
+ * The key used for grouping licenses of this type. This is typically a user
13317
+ * identifier field.
13318
+ */
13319
+ grouping_key: string;
13320
+
13321
+ /**
13322
+ * The name of the license type.
13323
+ */
13324
+ name: string;
13325
+ }
12454
13326
  }
12455
13327
 
12456
13328
  export interface GroupedWithMinMaxThresholdsPrice {
@@ -12544,6 +13416,13 @@ export namespace Price {
12544
13416
  replaces_price_id: string | null;
12545
13417
 
12546
13418
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
13419
+
13420
+ /**
13421
+ * The LicenseType resource represents a type of license that can be assigned to
13422
+ * users. License types are used during billing by grouping metrics on the
13423
+ * configured grouping key.
13424
+ */
13425
+ license_type?: GroupedWithMinMaxThresholdsPrice.LicenseType | null;
12547
13426
  }
12548
13427
 
12549
13428
  export namespace GroupedWithMinMaxThresholdsPrice {
@@ -12588,6 +13467,29 @@ export namespace Price {
12588
13467
  */
12589
13468
  per_unit_rate: string;
12590
13469
  }
13470
+
13471
+ /**
13472
+ * The LicenseType resource represents a type of license that can be assigned to
13473
+ * users. License types are used during billing by grouping metrics on the
13474
+ * configured grouping key.
13475
+ */
13476
+ export interface LicenseType {
13477
+ /**
13478
+ * The Orb-assigned unique identifier for the license type.
13479
+ */
13480
+ id: string;
13481
+
13482
+ /**
13483
+ * The key used for grouping licenses of this type. This is typically a user
13484
+ * identifier field.
13485
+ */
13486
+ grouping_key: string;
13487
+
13488
+ /**
13489
+ * The name of the license type.
13490
+ */
13491
+ name: string;
13492
+ }
12591
13493
  }
12592
13494
 
12593
13495
  export interface MatrixWithDisplayNamePrice {
@@ -12681,6 +13583,13 @@ export namespace Price {
12681
13583
  replaces_price_id: string | null;
12682
13584
 
12683
13585
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
13586
+
13587
+ /**
13588
+ * The LicenseType resource represents a type of license that can be assigned to
13589
+ * users. License types are used during billing by grouping metrics on the
13590
+ * configured grouping key.
13591
+ */
13592
+ license_type?: MatrixWithDisplayNamePrice.LicenseType | null;
12684
13593
  }
12685
13594
 
12686
13595
  export namespace MatrixWithDisplayNamePrice {
@@ -12737,6 +13646,29 @@ export namespace Price {
12737
13646
  unit_amount: string;
12738
13647
  }
12739
13648
  }
13649
+
13650
+ /**
13651
+ * The LicenseType resource represents a type of license that can be assigned to
13652
+ * users. License types are used during billing by grouping metrics on the
13653
+ * configured grouping key.
13654
+ */
13655
+ export interface LicenseType {
13656
+ /**
13657
+ * The Orb-assigned unique identifier for the license type.
13658
+ */
13659
+ id: string;
13660
+
13661
+ /**
13662
+ * The key used for grouping licenses of this type. This is typically a user
13663
+ * identifier field.
13664
+ */
13665
+ grouping_key: string;
13666
+
13667
+ /**
13668
+ * The name of the license type.
13669
+ */
13670
+ name: string;
13671
+ }
12740
13672
  }
12741
13673
 
12742
13674
  export interface GroupedTieredPackagePrice {
@@ -12830,6 +13762,13 @@ export namespace Price {
12830
13762
  replaces_price_id: string | null;
12831
13763
 
12832
13764
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
13765
+
13766
+ /**
13767
+ * The LicenseType resource represents a type of license that can be assigned to
13768
+ * users. License types are used during billing by grouping metrics on the
13769
+ * configured grouping key.
13770
+ */
13771
+ license_type?: GroupedTieredPackagePrice.LicenseType | null;
12833
13772
  }
12834
13773
 
12835
13774
  export namespace GroupedTieredPackagePrice {
@@ -12881,6 +13820,29 @@ export namespace Price {
12881
13820
  tier_lower_bound: string;
12882
13821
  }
12883
13822
  }
13823
+
13824
+ /**
13825
+ * The LicenseType resource represents a type of license that can be assigned to
13826
+ * users. License types are used during billing by grouping metrics on the
13827
+ * configured grouping key.
13828
+ */
13829
+ export interface LicenseType {
13830
+ /**
13831
+ * The Orb-assigned unique identifier for the license type.
13832
+ */
13833
+ id: string;
13834
+
13835
+ /**
13836
+ * The key used for grouping licenses of this type. This is typically a user
13837
+ * identifier field.
13838
+ */
13839
+ grouping_key: string;
13840
+
13841
+ /**
13842
+ * The name of the license type.
13843
+ */
13844
+ name: string;
13845
+ }
12884
13846
  }
12885
13847
 
12886
13848
  export interface MaxGroupTieredPackagePrice {
@@ -12974,6 +13936,13 @@ export namespace Price {
12974
13936
  replaces_price_id: string | null;
12975
13937
 
12976
13938
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
13939
+
13940
+ /**
13941
+ * The LicenseType resource represents a type of license that can be assigned to
13942
+ * users. License types are used during billing by grouping metrics on the
13943
+ * configured grouping key.
13944
+ */
13945
+ license_type?: MaxGroupTieredPackagePrice.LicenseType | null;
12977
13946
  }
12978
13947
 
12979
13948
  export namespace MaxGroupTieredPackagePrice {
@@ -13024,6 +13993,29 @@ export namespace Price {
13024
13993
  unit_amount: string;
13025
13994
  }
13026
13995
  }
13996
+
13997
+ /**
13998
+ * The LicenseType resource represents a type of license that can be assigned to
13999
+ * users. License types are used during billing by grouping metrics on the
14000
+ * configured grouping key.
14001
+ */
14002
+ export interface LicenseType {
14003
+ /**
14004
+ * The Orb-assigned unique identifier for the license type.
14005
+ */
14006
+ id: string;
14007
+
14008
+ /**
14009
+ * The key used for grouping licenses of this type. This is typically a user
14010
+ * identifier field.
14011
+ */
14012
+ grouping_key: string;
14013
+
14014
+ /**
14015
+ * The name of the license type.
14016
+ */
14017
+ name: string;
14018
+ }
13027
14019
  }
13028
14020
 
13029
14021
  export interface ScalableMatrixWithUnitPricingPrice {
@@ -13117,6 +14109,13 @@ export namespace Price {
13117
14109
  scalable_matrix_with_unit_pricing_config: ScalableMatrixWithUnitPricingPrice.ScalableMatrixWithUnitPricingConfig;
13118
14110
 
13119
14111
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
14112
+
14113
+ /**
14114
+ * The LicenseType resource represents a type of license that can be assigned to
14115
+ * users. License types are used during billing by grouping metrics on the
14116
+ * configured grouping key.
14117
+ */
14118
+ license_type?: ScalableMatrixWithUnitPricingPrice.LicenseType | null;
13120
14119
  }
13121
14120
 
13122
14121
  export namespace ScalableMatrixWithUnitPricingPrice {
@@ -13156,6 +14155,11 @@ export namespace Price {
13156
14155
  */
13157
14156
  unit_price: string;
13158
14157
 
14158
+ /**
14159
+ * The property used to group this price
14160
+ */
14161
+ grouping_key?: string | null;
14162
+
13159
14163
  /**
13160
14164
  * If true, the unit price will be prorated to the billing period
13161
14165
  */
@@ -13179,6 +14183,29 @@ export namespace Price {
13179
14183
  second_dimension_value?: string | null;
13180
14184
  }
13181
14185
  }
14186
+
14187
+ /**
14188
+ * The LicenseType resource represents a type of license that can be assigned to
14189
+ * users. License types are used during billing by grouping metrics on the
14190
+ * configured grouping key.
14191
+ */
14192
+ export interface LicenseType {
14193
+ /**
14194
+ * The Orb-assigned unique identifier for the license type.
14195
+ */
14196
+ id: string;
14197
+
14198
+ /**
14199
+ * The key used for grouping licenses of this type. This is typically a user
14200
+ * identifier field.
14201
+ */
14202
+ grouping_key: string;
14203
+
14204
+ /**
14205
+ * The name of the license type.
14206
+ */
14207
+ name: string;
14208
+ }
13182
14209
  }
13183
14210
 
13184
14211
  export interface ScalableMatrixWithTieredPricingPrice {
@@ -13272,6 +14299,13 @@ export namespace Price {
13272
14299
  scalable_matrix_with_tiered_pricing_config: ScalableMatrixWithTieredPricingPrice.ScalableMatrixWithTieredPricingConfig;
13273
14300
 
13274
14301
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
14302
+
14303
+ /**
14304
+ * The LicenseType resource represents a type of license that can be assigned to
14305
+ * users. License types are used during billing by grouping metrics on the
14306
+ * configured grouping key.
14307
+ */
14308
+ license_type?: ScalableMatrixWithTieredPricingPrice.LicenseType | null;
13275
14309
  }
13276
14310
 
13277
14311
  export namespace ScalableMatrixWithTieredPricingPrice {
@@ -13335,6 +14369,29 @@ export namespace Price {
13335
14369
  unit_amount: string;
13336
14370
  }
13337
14371
  }
14372
+
14373
+ /**
14374
+ * The LicenseType resource represents a type of license that can be assigned to
14375
+ * users. License types are used during billing by grouping metrics on the
14376
+ * configured grouping key.
14377
+ */
14378
+ export interface LicenseType {
14379
+ /**
14380
+ * The Orb-assigned unique identifier for the license type.
14381
+ */
14382
+ id: string;
14383
+
14384
+ /**
14385
+ * The key used for grouping licenses of this type. This is typically a user
14386
+ * identifier field.
14387
+ */
14388
+ grouping_key: string;
14389
+
14390
+ /**
14391
+ * The name of the license type.
14392
+ */
14393
+ name: string;
14394
+ }
13338
14395
  }
13339
14396
 
13340
14397
  export interface CumulativeGroupedBulkPrice {
@@ -13428,6 +14485,13 @@ export namespace Price {
13428
14485
  replaces_price_id: string | null;
13429
14486
 
13430
14487
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
14488
+
14489
+ /**
14490
+ * The LicenseType resource represents a type of license that can be assigned to
14491
+ * users. License types are used during billing by grouping metrics on the
14492
+ * configured grouping key.
14493
+ */
14494
+ license_type?: CumulativeGroupedBulkPrice.LicenseType | null;
13431
14495
  }
13432
14496
 
13433
14497
  export namespace CumulativeGroupedBulkPrice {
@@ -13481,6 +14545,29 @@ export namespace Price {
13481
14545
  unit_amount: string;
13482
14546
  }
13483
14547
  }
14548
+
14549
+ /**
14550
+ * The LicenseType resource represents a type of license that can be assigned to
14551
+ * users. License types are used during billing by grouping metrics on the
14552
+ * configured grouping key.
14553
+ */
14554
+ export interface LicenseType {
14555
+ /**
14556
+ * The Orb-assigned unique identifier for the license type.
14557
+ */
14558
+ id: string;
14559
+
14560
+ /**
14561
+ * The key used for grouping licenses of this type. This is typically a user
14562
+ * identifier field.
14563
+ */
14564
+ grouping_key: string;
14565
+
14566
+ /**
14567
+ * The name of the license type.
14568
+ */
14569
+ name: string;
14570
+ }
13484
14571
  }
13485
14572
 
13486
14573
  export interface CumulativeGroupedAllocationPrice {
@@ -13574,6 +14661,13 @@ export namespace Price {
13574
14661
  replaces_price_id: string | null;
13575
14662
 
13576
14663
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
14664
+
14665
+ /**
14666
+ * The LicenseType resource represents a type of license that can be assigned to
14667
+ * users. License types are used during billing by grouping metrics on the
14668
+ * configured grouping key.
14669
+ */
14670
+ license_type?: CumulativeGroupedAllocationPrice.LicenseType | null;
13577
14671
  }
13578
14672
 
13579
14673
  export namespace CumulativeGroupedAllocationPrice {
@@ -13618,6 +14712,29 @@ export namespace Price {
13618
14712
  */
13619
14713
  unit_amount: string;
13620
14714
  }
14715
+
14716
+ /**
14717
+ * The LicenseType resource represents a type of license that can be assigned to
14718
+ * users. License types are used during billing by grouping metrics on the
14719
+ * configured grouping key.
14720
+ */
14721
+ export interface LicenseType {
14722
+ /**
14723
+ * The Orb-assigned unique identifier for the license type.
14724
+ */
14725
+ id: string;
14726
+
14727
+ /**
14728
+ * The key used for grouping licenses of this type. This is typically a user
14729
+ * identifier field.
14730
+ */
14731
+ grouping_key: string;
14732
+
14733
+ /**
14734
+ * The name of the license type.
14735
+ */
14736
+ name: string;
14737
+ }
13621
14738
  }
13622
14739
 
13623
14740
  export interface MinimumCompositePrice {
@@ -13711,6 +14828,13 @@ export namespace Price {
13711
14828
  replaces_price_id: string | null;
13712
14829
 
13713
14830
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
14831
+
14832
+ /**
14833
+ * The LicenseType resource represents a type of license that can be assigned to
14834
+ * users. License types are used during billing by grouping metrics on the
14835
+ * configured grouping key.
14836
+ */
14837
+ license_type?: MinimumCompositePrice.LicenseType | null;
13714
14838
  }
13715
14839
 
13716
14840
  export namespace MinimumCompositePrice {
@@ -13745,6 +14869,29 @@ export namespace Price {
13745
14869
  */
13746
14870
  prorated?: boolean;
13747
14871
  }
14872
+
14873
+ /**
14874
+ * The LicenseType resource represents a type of license that can be assigned to
14875
+ * users. License types are used during billing by grouping metrics on the
14876
+ * configured grouping key.
14877
+ */
14878
+ export interface LicenseType {
14879
+ /**
14880
+ * The Orb-assigned unique identifier for the license type.
14881
+ */
14882
+ id: string;
14883
+
14884
+ /**
14885
+ * The key used for grouping licenses of this type. This is typically a user
14886
+ * identifier field.
14887
+ */
14888
+ grouping_key: string;
14889
+
14890
+ /**
14891
+ * The name of the license type.
14892
+ */
14893
+ name: string;
14894
+ }
13748
14895
  }
13749
14896
 
13750
14897
  export interface PercentCompositePrice {
@@ -13838,6 +14985,13 @@ export namespace Price {
13838
14985
  replaces_price_id: string | null;
13839
14986
 
13840
14987
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
14988
+
14989
+ /**
14990
+ * The LicenseType resource represents a type of license that can be assigned to
14991
+ * users. License types are used during billing by grouping metrics on the
14992
+ * configured grouping key.
14993
+ */
14994
+ license_type?: PercentCompositePrice.LicenseType | null;
13841
14995
  }
13842
14996
 
13843
14997
  export namespace PercentCompositePrice {
@@ -13867,6 +15021,29 @@ export namespace Price {
13867
15021
  */
13868
15022
  percent: number;
13869
15023
  }
15024
+
15025
+ /**
15026
+ * The LicenseType resource represents a type of license that can be assigned to
15027
+ * users. License types are used during billing by grouping metrics on the
15028
+ * configured grouping key.
15029
+ */
15030
+ export interface LicenseType {
15031
+ /**
15032
+ * The Orb-assigned unique identifier for the license type.
15033
+ */
15034
+ id: string;
15035
+
15036
+ /**
15037
+ * The key used for grouping licenses of this type. This is typically a user
15038
+ * identifier field.
15039
+ */
15040
+ grouping_key: string;
15041
+
15042
+ /**
15043
+ * The name of the license type.
15044
+ */
15045
+ name: string;
15046
+ }
13870
15047
  }
13871
15048
 
13872
15049
  export interface EventOutputPrice {
@@ -13960,6 +15137,13 @@ export namespace Price {
13960
15137
  replaces_price_id: string | null;
13961
15138
 
13962
15139
  dimensional_price_configuration?: Shared.DimensionalPriceConfiguration | null;
15140
+
15141
+ /**
15142
+ * The LicenseType resource represents a type of license that can be assigned to
15143
+ * users. License types are used during billing by grouping metrics on the
15144
+ * configured grouping key.
15145
+ */
15146
+ license_type?: EventOutputPrice.LicenseType | null;
13963
15147
  }
13964
15148
 
13965
15149
  export namespace EventOutputPrice {
@@ -14002,6 +15186,29 @@ export namespace Price {
14002
15186
  */
14003
15187
  grouping_key?: string | null;
14004
15188
  }
15189
+
15190
+ /**
15191
+ * The LicenseType resource represents a type of license that can be assigned to
15192
+ * users. License types are used during billing by grouping metrics on the
15193
+ * configured grouping key.
15194
+ */
15195
+ export interface LicenseType {
15196
+ /**
15197
+ * The Orb-assigned unique identifier for the license type.
15198
+ */
15199
+ id: string;
15200
+
15201
+ /**
15202
+ * The key used for grouping licenses of this type. This is typically a user
15203
+ * identifier field.
15204
+ */
15205
+ grouping_key: string;
15206
+
15207
+ /**
15208
+ * The name of the license type.
15209
+ */
15210
+ name: string;
15211
+ }
14005
15212
  }
14006
15213
  }
14007
15214
 
@@ -14081,6 +15288,12 @@ export interface PriceInterval {
14081
15288
  * this price interval.
14082
15289
  */
14083
15290
  usage_customer_ids: Array<string> | null;
15291
+
15292
+ /**
15293
+ * Override values for parameterized billable metric variables. Keys are parameter
15294
+ * names, values are the override values.
15295
+ */
15296
+ metric_parameter_overrides?: { [key: string]: unknown } | null;
14084
15297
  }
14085
15298
 
14086
15299
  export interface SubLineItemGrouping {