orb-billing 4.49.0 → 4.50.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 (101) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
  3. package/resources/alerts.d.ts +5 -8
  4. package/resources/alerts.d.ts.map +1 -1
  5. package/resources/alerts.js +2 -4
  6. package/resources/alerts.js.map +1 -1
  7. package/resources/alerts.mjs +2 -4
  8. package/resources/alerts.mjs.map +1 -1
  9. package/resources/coupons/coupons.d.ts +0 -34
  10. package/resources/coupons/coupons.d.ts.map +1 -1
  11. package/resources/coupons/coupons.js.map +1 -1
  12. package/resources/coupons/coupons.mjs.map +1 -1
  13. package/resources/coupons/subscriptions.d.ts +3 -3
  14. package/resources/credit-notes.d.ts +5 -5
  15. package/resources/credit-notes.js +3 -3
  16. package/resources/credit-notes.mjs +3 -3
  17. package/resources/customers/costs.d.ts +12 -454
  18. package/resources/customers/costs.d.ts.map +1 -1
  19. package/resources/customers/credits/ledger.d.ts +14 -14
  20. package/resources/customers/customers.d.ts +16 -18
  21. package/resources/customers/customers.d.ts.map +1 -1
  22. package/resources/customers/customers.js +11 -11
  23. package/resources/customers/customers.js.map +1 -1
  24. package/resources/customers/customers.mjs +11 -11
  25. package/resources/customers/customers.mjs.map +1 -1
  26. package/resources/events/backfills.d.ts +19 -19
  27. package/resources/events/backfills.js +4 -4
  28. package/resources/events/backfills.mjs +4 -4
  29. package/resources/events/events.d.ts +6 -7
  30. package/resources/events/events.d.ts.map +1 -1
  31. package/resources/events/events.js +3 -3
  32. package/resources/events/events.js.map +1 -1
  33. package/resources/events/events.mjs +3 -3
  34. package/resources/events/events.mjs.map +1 -1
  35. package/resources/events/volume.d.ts +5 -5
  36. package/resources/events/volume.js +5 -5
  37. package/resources/events/volume.mjs +5 -5
  38. package/resources/invoice-line-items.d.ts +2 -223
  39. package/resources/invoice-line-items.d.ts.map +1 -1
  40. package/resources/invoices.d.ts +12 -454
  41. package/resources/invoices.d.ts.map +1 -1
  42. package/resources/invoices.js +3 -3
  43. package/resources/invoices.js.map +1 -1
  44. package/resources/invoices.mjs +3 -3
  45. package/resources/invoices.mjs.map +1 -1
  46. package/resources/items.d.ts +1 -1
  47. package/resources/items.js +1 -1
  48. package/resources/items.mjs +1 -1
  49. package/resources/metrics.d.ts +6 -7
  50. package/resources/metrics.d.ts.map +1 -1
  51. package/resources/metrics.js +3 -4
  52. package/resources/metrics.js.map +1 -1
  53. package/resources/metrics.mjs +3 -4
  54. package/resources/metrics.mjs.map +1 -1
  55. package/resources/plans/external-plan-id.d.ts +6 -6
  56. package/resources/plans/external-plan-id.js +6 -6
  57. package/resources/plans/external-plan-id.mjs +6 -6
  58. package/resources/plans/plans.d.ts +15 -109
  59. package/resources/plans/plans.d.ts.map +1 -1
  60. package/resources/plans/plans.js +6 -6
  61. package/resources/plans/plans.js.map +1 -1
  62. package/resources/plans/plans.mjs +6 -6
  63. package/resources/plans/plans.mjs.map +1 -1
  64. package/resources/prices/external-price-id.d.ts +2 -2
  65. package/resources/prices/external-price-id.js +2 -2
  66. package/resources/prices/external-price-id.mjs +2 -2
  67. package/resources/prices/prices.d.ts +16 -404
  68. package/resources/prices/prices.d.ts.map +1 -1
  69. package/resources/prices/prices.js +7 -7
  70. package/resources/prices/prices.js.map +1 -1
  71. package/resources/prices/prices.mjs +7 -7
  72. package/resources/prices/prices.mjs.map +1 -1
  73. package/resources/subscriptions.d.ts +154 -2907
  74. package/resources/subscriptions.d.ts.map +1 -1
  75. package/resources/subscriptions.js +53 -49
  76. package/resources/subscriptions.js.map +1 -1
  77. package/resources/subscriptions.mjs +53 -49
  78. package/resources/subscriptions.mjs.map +1 -1
  79. package/src/resources/alerts.ts +5 -8
  80. package/src/resources/coupons/coupons.ts +0 -34
  81. package/src/resources/coupons/subscriptions.ts +3 -3
  82. package/src/resources/credit-notes.ts +5 -5
  83. package/src/resources/customers/costs.ts +12 -454
  84. package/src/resources/customers/credits/ledger.ts +14 -14
  85. package/src/resources/customers/customers.ts +16 -18
  86. package/src/resources/events/backfills.ts +19 -19
  87. package/src/resources/events/events.ts +6 -7
  88. package/src/resources/events/volume.ts +5 -5
  89. package/src/resources/invoice-line-items.ts +2 -223
  90. package/src/resources/invoices.ts +12 -454
  91. package/src/resources/items.ts +1 -1
  92. package/src/resources/metrics.ts +6 -7
  93. package/src/resources/plans/external-plan-id.ts +6 -6
  94. package/src/resources/plans/plans.ts +14 -128
  95. package/src/resources/prices/external-price-id.ts +2 -2
  96. package/src/resources/prices/prices.ts +15 -460
  97. package/src/resources/subscriptions.ts +153 -2926
  98. package/src/version.ts +1 -1
  99. package/version.d.ts +1 -1
  100. package/version.js +1 -1
  101. package/version.mjs +1 -1
@@ -46,229 +46,8 @@ export interface InvoiceLineItemCreateResponse {
46
46
  * is serialized differently in a given Price object. The model_type field
47
47
  * determines the key for the configuration object that is present.
48
48
  *
49
- * ## Unit pricing
50
- *
51
- * With unit pricing, each unit costs a fixed amount.
52
- *
53
- * ```json
54
- * {
55
- * ...
56
- * "model_type": "unit",
57
- * "unit_config": {
58
- * "unit_amount": "0.50"
59
- * }
60
- * ...
61
- * }
62
- * ```
63
- *
64
- * ## Tiered pricing
65
- *
66
- * In tiered pricing, the cost of a given unit depends on the tier range that it
67
- * falls into, where each tier range is defined by an upper and lower bound. For
68
- * example, the first ten units may cost $0.50 each and all units thereafter may
69
- * cost $0.10 each.
70
- *
71
- * ```json
72
- * {
73
- * ...
74
- * "model_type": "tiered",
75
- * "tiered_config": {
76
- * "tiers": [
77
- * {
78
- * "first_unit": 1,
79
- * "last_unit": 10,
80
- * "unit_amount": "0.50"
81
- * },
82
- * {
83
- * "first_unit": 11,
84
- * "last_unit": null,
85
- * "unit_amount": "0.10"
86
- * }
87
- * ]
88
- * }
89
- * ...
90
- * ```
91
- *
92
- * ## Bulk pricing
93
- *
94
- * Bulk pricing applies when the number of units determine the cost of all units.
95
- * For example, if you've bought less than 10 units, they may each be $0.50 for a
96
- * total of $5.00. Once you've bought more than 10 units, all units may now be
97
- * priced at $0.40 (i.e. 101 units total would be $40.40).
98
- *
99
- * ```json
100
- * {
101
- * ...
102
- * "model_type": "bulk",
103
- * "bulk_config": {
104
- * "tiers": [
105
- * {
106
- * "maximum_units": 10,
107
- * "unit_amount": "0.50"
108
- * },
109
- * {
110
- * "maximum_units": 1000,
111
- * "unit_amount": "0.40"
112
- * }
113
- * ]
114
- * }
115
- * ...
116
- * }
117
- * ```
118
- *
119
- * ## Package pricing
120
- *
121
- * Package pricing defines the size or granularity of a unit for billing purposes.
122
- * For example, if the package size is set to 5, then 4 units will be billed as 5
123
- * and 6 units will be billed at 10.
124
- *
125
- * ```json
126
- * {
127
- * ...
128
- * "model_type": "package",
129
- * "package_config": {
130
- * "package_amount": "0.80",
131
- * "package_size": 10
132
- * }
133
- * ...
134
- * }
135
- * ```
136
- *
137
- * ## BPS pricing
138
- *
139
- * BPS pricing specifies a per-event (e.g. per-payment) rate in one hundredth of a
140
- * percent (the number of basis points to charge), as well as a cap per event to
141
- * assess. For example, this would allow you to assess a fee of 0.25% on every
142
- * payment you process, with a maximum charge of $25 per payment.
143
- *
144
- * ```json
145
- * {
146
- * ...
147
- * "model_type": "bps",
148
- * "bps_config": {
149
- * "bps": 125,
150
- * "per_unit_maximum": "11.00"
151
- * }
152
- * ...
153
- * }
154
- * ```
155
- *
156
- * ## Bulk BPS pricing
157
- *
158
- * Bulk BPS pricing specifies BPS parameters in a tiered manner, dependent on the
159
- * total quantity across all events. Similar to bulk pricing, the BPS parameters of
160
- * a given event depends on the tier range that the billing period falls into. Each
161
- * tier range is defined by an upper bound. For example, after $1.5M of payment
162
- * volume is reached, each individual payment may have a lower cap or a smaller
163
- * take-rate.
164
- *
165
- * ```json
166
- * ...
167
- * "model_type": "bulk_bps",
168
- * "bulk_bps_config": {
169
- * "tiers": [
170
- * {
171
- * "maximum_amount": "1000000.00",
172
- * "bps": 125,
173
- * "per_unit_maximum": "19.00"
174
- * },
175
- * {
176
- * "maximum_amount": null,
177
- * "bps": 115,
178
- * "per_unit_maximum": "4.00"
179
- * }
180
- * ]
181
- * }
182
- * ...
183
- * }
184
- * ```
185
- *
186
- * ## Tiered BPS pricing
187
- *
188
- * Tiered BPS pricing specifies BPS parameters in a graduated manner, where an
189
- * event's applicable parameter is a function of its marginal addition to the
190
- * period total. Similar to tiered pricing, the BPS parameters of a given event
191
- * depends on the tier range that it falls into, where each tier range is defined
192
- * by an upper and lower bound. For example, the first few payments may have a 0.8
193
- * BPS take-rate and all payments after a specific volume may incur a take-rate of
194
- * 0.5 BPS each.
195
- *
196
- * ```json
197
- * ...
198
- * "model_type": "tiered_bps",
199
- * "tiered_bps_config": {
200
- * "tiers": [
201
- * {
202
- * "minimum_amount": "0",
203
- * "maximum_amount": "1000000.00",
204
- * "bps": 125,
205
- * "per_unit_maximum": "19.00"
206
- * },
207
- * {
208
- * "minimum_amount": "1000000.00",
209
- * "maximum_amount": null,
210
- * "bps": 115,
211
- * "per_unit_maximum": "4.00"
212
- * }
213
- * ]
214
- * }
215
- * ...
216
- * }
217
- * ```
218
- *
219
- * ## Matrix pricing
220
- *
221
- * Matrix pricing defines a set of unit prices in a one or two-dimensional matrix.
222
- * `dimensions` defines the two event property values evaluated in this pricing
223
- * model. In a one-dimensional matrix, the second value is `null`. Every
224
- * configuration has a list of `matrix_values` which give the unit prices for
225
- * specified property values. In a one-dimensional matrix, the matrix values will
226
- * have `dimension_values` where the second value of the pair is null. If an event
227
- * does not match any of the dimension values in the matrix, it will resort to the
228
- * `default_unit_amount`.
229
- *
230
- * ```json
231
- * {
232
- * "model_type": "matrix"
233
- * "matrix_config": {
234
- * "default_unit_amount": "3.00",
235
- * "dimensions": [
236
- * "cluster_name",
237
- * "region"
238
- * ],
239
- * "matrix_values": [
240
- * {
241
- * "dimension_values": [
242
- * "alpha",
243
- * "west"
244
- * ],
245
- * "unit_amount": "2.00"
246
- * },
247
- * ...
248
- * ]
249
- * }
250
- * }
251
- * ```
252
- *
253
- * ## Fixed fees
254
- *
255
- * Fixed fees are prices that are applied independent of usage quantities, and
256
- * follow unit pricing. They also have an additional parameter
257
- * `fixed_price_quantity`. If the Price represents a fixed cost, this represents
258
- * the quantity of units applied.
259
- *
260
- * ```json
261
- * {
262
- * ...
263
- * "id": "price_id",
264
- * "model_type": "unit",
265
- * "unit_config": {
266
- * "unit_amount": "2.00"
267
- * },
268
- * "fixed_price_quantity": 3.0
269
- * ...
270
- * }
271
- * ```
49
+ * For more on the types of prices, see
50
+ * [the core concepts documentation](/core-concepts#plan-and-price)
272
51
  */
273
52
  price: PricesAPI.Price | null;
274
53
  quantity: number;
@@ -1 +1 @@
1
- {"version":3,"file":"invoice-line-items.d.ts","sourceRoot":"","sources":["../src/resources/invoice-line-items.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"invoice-line-items.d.ts","sourceRoot":"","sources":["../src/resources/invoice-line-items.ts"],"names":[],"mappings":"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"}