orb-billing 3.0.1 → 3.2.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.
- package/CHANGELOG.md +27 -0
- package/README.md +13 -10
- package/index.d.mts +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/index.mjs +1 -0
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/customers/usage.d.ts +4 -0
- package/resources/customers/usage.d.ts.map +1 -1
- package/resources/customers/usage.js +4 -0
- package/resources/customers/usage.js.map +1 -1
- package/resources/customers/usage.mjs +4 -0
- package/resources/customers/usage.mjs.map +1 -1
- package/resources/prices/prices.d.ts +18 -18
- package/resources/prices/prices.d.ts.map +1 -1
- package/resources/subscriptions.d.ts +1 -1
- package/resources/subscriptions.d.ts.map +1 -1
- package/src/index.ts +1 -0
- package/src/resources/customers/usage.ts +4 -0
- package/src/resources/prices/prices.ts +18 -18
- package/src/resources/subscriptions.ts +1 -1
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -378,7 +378,7 @@ export namespace Price {
|
|
|
378
378
|
|
|
379
379
|
billable_metric: UnitPrice.BillableMetric | null;
|
|
380
380
|
|
|
381
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
381
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
382
382
|
|
|
383
383
|
conversion_rate: number | null;
|
|
384
384
|
|
|
@@ -479,7 +479,7 @@ export namespace Price {
|
|
|
479
479
|
|
|
480
480
|
billable_metric: PackagePrice.BillableMetric | null;
|
|
481
481
|
|
|
482
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
482
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
483
483
|
|
|
484
484
|
conversion_rate: number | null;
|
|
485
485
|
|
|
@@ -586,7 +586,7 @@ export namespace Price {
|
|
|
586
586
|
|
|
587
587
|
billable_metric: MatrixPrice.BillableMetric | null;
|
|
588
588
|
|
|
589
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
589
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
590
590
|
|
|
591
591
|
conversion_rate: number | null;
|
|
592
592
|
|
|
@@ -713,7 +713,7 @@ export namespace Price {
|
|
|
713
713
|
|
|
714
714
|
billable_metric: TieredPrice.BillableMetric | null;
|
|
715
715
|
|
|
716
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
716
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
717
717
|
|
|
718
718
|
conversion_rate: number | null;
|
|
719
719
|
|
|
@@ -833,7 +833,7 @@ export namespace Price {
|
|
|
833
833
|
|
|
834
834
|
billable_metric: TieredBpsPrice.BillableMetric | null;
|
|
835
835
|
|
|
836
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
836
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
837
837
|
|
|
838
838
|
conversion_rate: number | null;
|
|
839
839
|
|
|
@@ -961,7 +961,7 @@ export namespace Price {
|
|
|
961
961
|
|
|
962
962
|
bps_config: BpsPrice.BpsConfig;
|
|
963
963
|
|
|
964
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
964
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
965
965
|
|
|
966
966
|
conversion_rate: number | null;
|
|
967
967
|
|
|
@@ -1067,7 +1067,7 @@ export namespace Price {
|
|
|
1067
1067
|
|
|
1068
1068
|
bulk_bps_config: BulkBpsPrice.BulkBpsConfig;
|
|
1069
1069
|
|
|
1070
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1070
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1071
1071
|
|
|
1072
1072
|
conversion_rate: number | null;
|
|
1073
1073
|
|
|
@@ -1188,7 +1188,7 @@ export namespace Price {
|
|
|
1188
1188
|
|
|
1189
1189
|
bulk_config: BulkPrice.BulkConfig;
|
|
1190
1190
|
|
|
1191
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1191
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1192
1192
|
|
|
1193
1193
|
conversion_rate: number | null;
|
|
1194
1194
|
|
|
@@ -1301,7 +1301,7 @@ export namespace Price {
|
|
|
1301
1301
|
|
|
1302
1302
|
billable_metric: ThresholdTotalAmountPrice.BillableMetric | null;
|
|
1303
1303
|
|
|
1304
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1304
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1305
1305
|
|
|
1306
1306
|
conversion_rate: number | null;
|
|
1307
1307
|
|
|
@@ -1395,7 +1395,7 @@ export namespace Price {
|
|
|
1395
1395
|
|
|
1396
1396
|
billable_metric: TieredPackagePrice.BillableMetric | null;
|
|
1397
1397
|
|
|
1398
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1398
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1399
1399
|
|
|
1400
1400
|
conversion_rate: number | null;
|
|
1401
1401
|
|
|
@@ -1489,7 +1489,7 @@ export namespace Price {
|
|
|
1489
1489
|
|
|
1490
1490
|
billable_metric: GroupedTieredPrice.BillableMetric | null;
|
|
1491
1491
|
|
|
1492
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1492
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1493
1493
|
|
|
1494
1494
|
conversion_rate: number | null;
|
|
1495
1495
|
|
|
@@ -1583,7 +1583,7 @@ export namespace Price {
|
|
|
1583
1583
|
|
|
1584
1584
|
billable_metric: TieredWithMinimumPrice.BillableMetric | null;
|
|
1585
1585
|
|
|
1586
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1586
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1587
1587
|
|
|
1588
1588
|
conversion_rate: number | null;
|
|
1589
1589
|
|
|
@@ -1677,7 +1677,7 @@ export namespace Price {
|
|
|
1677
1677
|
|
|
1678
1678
|
billable_metric: TieredPackageWithMinimumPrice.BillableMetric | null;
|
|
1679
1679
|
|
|
1680
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1680
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1681
1681
|
|
|
1682
1682
|
conversion_rate: number | null;
|
|
1683
1683
|
|
|
@@ -1771,7 +1771,7 @@ export namespace Price {
|
|
|
1771
1771
|
|
|
1772
1772
|
billable_metric: PackageWithAllocationPrice.BillableMetric | null;
|
|
1773
1773
|
|
|
1774
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1774
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1775
1775
|
|
|
1776
1776
|
conversion_rate: number | null;
|
|
1777
1777
|
|
|
@@ -1865,7 +1865,7 @@ export namespace Price {
|
|
|
1865
1865
|
|
|
1866
1866
|
billable_metric: UnitWithPercentPrice.BillableMetric | null;
|
|
1867
1867
|
|
|
1868
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1868
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1869
1869
|
|
|
1870
1870
|
conversion_rate: number | null;
|
|
1871
1871
|
|
|
@@ -1959,7 +1959,7 @@ export namespace Price {
|
|
|
1959
1959
|
|
|
1960
1960
|
billable_metric: MatrixWithAllocationPrice.BillableMetric | null;
|
|
1961
1961
|
|
|
1962
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
1962
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
1963
1963
|
|
|
1964
1964
|
conversion_rate: number | null;
|
|
1965
1965
|
|
|
@@ -2091,7 +2091,7 @@ export namespace Price {
|
|
|
2091
2091
|
|
|
2092
2092
|
billable_metric: TieredWithProrationPrice.BillableMetric | null;
|
|
2093
2093
|
|
|
2094
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
2094
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
2095
2095
|
|
|
2096
2096
|
conversion_rate: number | null;
|
|
2097
2097
|
|
|
@@ -2185,7 +2185,7 @@ export namespace Price {
|
|
|
2185
2185
|
|
|
2186
2186
|
billable_metric: UnitWithProrationPrice.BillableMetric | null;
|
|
2187
2187
|
|
|
2188
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
2188
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
2189
2189
|
|
|
2190
2190
|
conversion_rate: number | null;
|
|
2191
2191
|
|
|
@@ -3699,7 +3699,7 @@ export namespace SubscriptionPriceIntervalsParams {
|
|
|
3699
3699
|
/**
|
|
3700
3700
|
* The cadence at which to allocate the amount to the customer.
|
|
3701
3701
|
*/
|
|
3702
|
-
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual';
|
|
3702
|
+
cadence: 'one_time' | 'monthly' | 'quarterly' | 'semi_annual' | 'annual' | 'custom';
|
|
3703
3703
|
|
|
3704
3704
|
/**
|
|
3705
3705
|
* An ISO 4217 currency string or a custom pricing unit identifier in which to bill
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '3.0
|
|
1
|
+
export const VERSION = '3.2.0'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "3.0
|
|
1
|
+
export declare const VERSION = "3.2.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '3.0
|
|
1
|
+
export const VERSION = '3.2.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|