orb-billing 4.58.0 → 4.60.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 +21 -0
- package/package.json +1 -1
- package/resources/credit-notes.d.ts +4 -0
- package/resources/credit-notes.d.ts.map +1 -1
- package/resources/credit-notes.js.map +1 -1
- package/resources/credit-notes.mjs.map +1 -1
- package/resources/customers/customers.d.ts +78 -0
- package/resources/customers/customers.d.ts.map +1 -1
- package/resources/customers/customers.js.map +1 -1
- package/resources/customers/customers.mjs.map +1 -1
- package/resources/plans/plans.d.ts +25 -25
- package/resources/prices/prices.d.ts +28 -28
- package/resources/subscriptions.d.ts +124 -105
- package/resources/subscriptions.d.ts.map +1 -1
- package/resources/subscriptions.js +6 -5
- package/resources/subscriptions.js.map +1 -1
- package/resources/subscriptions.mjs +6 -5
- package/resources/subscriptions.mjs.map +1 -1
- package/src/resources/credit-notes.ts +5 -0
- package/src/resources/customers/customers.ts +94 -0
- package/src/resources/plans/plans.ts +25 -25
- package/src/resources/prices/prices.ts +28 -28
- package/src/resources/subscriptions.ts +126 -105
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -3714,7 +3714,7 @@ export declare namespace PriceCreateParams {
|
|
|
3714
3714
|
currency: string;
|
|
3715
3715
|
|
|
3716
3716
|
/**
|
|
3717
|
-
* The id of the item the
|
|
3717
|
+
* The id of the item the price will be associated with.
|
|
3718
3718
|
*/
|
|
3719
3719
|
item_id: string;
|
|
3720
3720
|
|
|
@@ -3833,7 +3833,7 @@ export declare namespace PriceCreateParams {
|
|
|
3833
3833
|
currency: string;
|
|
3834
3834
|
|
|
3835
3835
|
/**
|
|
3836
|
-
* The id of the item the
|
|
3836
|
+
* The id of the item the price will be associated with.
|
|
3837
3837
|
*/
|
|
3838
3838
|
item_id: string;
|
|
3839
3839
|
|
|
@@ -3958,7 +3958,7 @@ export declare namespace PriceCreateParams {
|
|
|
3958
3958
|
currency: string;
|
|
3959
3959
|
|
|
3960
3960
|
/**
|
|
3961
|
-
* The id of the item the
|
|
3961
|
+
* The id of the item the price will be associated with.
|
|
3962
3962
|
*/
|
|
3963
3963
|
item_id: string;
|
|
3964
3964
|
|
|
@@ -4103,7 +4103,7 @@ export declare namespace PriceCreateParams {
|
|
|
4103
4103
|
currency: string;
|
|
4104
4104
|
|
|
4105
4105
|
/**
|
|
4106
|
-
* The id of the item the
|
|
4106
|
+
* The id of the item the price will be associated with.
|
|
4107
4107
|
*/
|
|
4108
4108
|
item_id: string;
|
|
4109
4109
|
|
|
@@ -4253,7 +4253,7 @@ export declare namespace PriceCreateParams {
|
|
|
4253
4253
|
currency: string;
|
|
4254
4254
|
|
|
4255
4255
|
/**
|
|
4256
|
-
* The id of the item the
|
|
4256
|
+
* The id of the item the price will be associated with.
|
|
4257
4257
|
*/
|
|
4258
4258
|
item_id: string;
|
|
4259
4259
|
|
|
@@ -4391,7 +4391,7 @@ export declare namespace PriceCreateParams {
|
|
|
4391
4391
|
currency: string;
|
|
4392
4392
|
|
|
4393
4393
|
/**
|
|
4394
|
-
* The id of the item the
|
|
4394
|
+
* The id of the item the price will be associated with.
|
|
4395
4395
|
*/
|
|
4396
4396
|
item_id: string;
|
|
4397
4397
|
|
|
@@ -4537,7 +4537,7 @@ export declare namespace PriceCreateParams {
|
|
|
4537
4537
|
currency: string;
|
|
4538
4538
|
|
|
4539
4539
|
/**
|
|
4540
|
-
* The id of the item the
|
|
4540
|
+
* The id of the item the price will be associated with.
|
|
4541
4541
|
*/
|
|
4542
4542
|
item_id: string;
|
|
4543
4543
|
|
|
@@ -4661,7 +4661,7 @@ export declare namespace PriceCreateParams {
|
|
|
4661
4661
|
currency: string;
|
|
4662
4662
|
|
|
4663
4663
|
/**
|
|
4664
|
-
* The id of the item the
|
|
4664
|
+
* The id of the item the price will be associated with.
|
|
4665
4665
|
*/
|
|
4666
4666
|
item_id: string;
|
|
4667
4667
|
|
|
@@ -4800,7 +4800,7 @@ export declare namespace PriceCreateParams {
|
|
|
4800
4800
|
currency: string;
|
|
4801
4801
|
|
|
4802
4802
|
/**
|
|
4803
|
-
* The id of the item the
|
|
4803
|
+
* The id of the item the price will be associated with.
|
|
4804
4804
|
*/
|
|
4805
4805
|
item_id: string;
|
|
4806
4806
|
|
|
@@ -4931,7 +4931,7 @@ export declare namespace PriceCreateParams {
|
|
|
4931
4931
|
currency: string;
|
|
4932
4932
|
|
|
4933
4933
|
/**
|
|
4934
|
-
* The id of the item the
|
|
4934
|
+
* The id of the item the price will be associated with.
|
|
4935
4935
|
*/
|
|
4936
4936
|
item_id: string;
|
|
4937
4937
|
|
|
@@ -5043,7 +5043,7 @@ export declare namespace PriceCreateParams {
|
|
|
5043
5043
|
currency: string;
|
|
5044
5044
|
|
|
5045
5045
|
/**
|
|
5046
|
-
* The id of the item the
|
|
5046
|
+
* The id of the item the price will be associated with.
|
|
5047
5047
|
*/
|
|
5048
5048
|
item_id: string;
|
|
5049
5049
|
|
|
@@ -5157,7 +5157,7 @@ export declare namespace PriceCreateParams {
|
|
|
5157
5157
|
grouped_tiered_config: Record<string, unknown>;
|
|
5158
5158
|
|
|
5159
5159
|
/**
|
|
5160
|
-
* The id of the item the
|
|
5160
|
+
* The id of the item the price will be associated with.
|
|
5161
5161
|
*/
|
|
5162
5162
|
item_id: string;
|
|
5163
5163
|
|
|
@@ -5267,7 +5267,7 @@ export declare namespace PriceCreateParams {
|
|
|
5267
5267
|
currency: string;
|
|
5268
5268
|
|
|
5269
5269
|
/**
|
|
5270
|
-
* The id of the item the
|
|
5270
|
+
* The id of the item the price will be associated with.
|
|
5271
5271
|
*/
|
|
5272
5272
|
item_id: string;
|
|
5273
5273
|
|
|
@@ -5379,7 +5379,7 @@ export declare namespace PriceCreateParams {
|
|
|
5379
5379
|
currency: string;
|
|
5380
5380
|
|
|
5381
5381
|
/**
|
|
5382
|
-
* The id of the item the
|
|
5382
|
+
* The id of the item the price will be associated with.
|
|
5383
5383
|
*/
|
|
5384
5384
|
item_id: string;
|
|
5385
5385
|
|
|
@@ -5491,7 +5491,7 @@ export declare namespace PriceCreateParams {
|
|
|
5491
5491
|
currency: string;
|
|
5492
5492
|
|
|
5493
5493
|
/**
|
|
5494
|
-
* The id of the item the
|
|
5494
|
+
* The id of the item the price will be associated with.
|
|
5495
5495
|
*/
|
|
5496
5496
|
item_id: string;
|
|
5497
5497
|
|
|
@@ -5603,7 +5603,7 @@ export declare namespace PriceCreateParams {
|
|
|
5603
5603
|
currency: string;
|
|
5604
5604
|
|
|
5605
5605
|
/**
|
|
5606
|
-
* The id of the item the
|
|
5606
|
+
* The id of the item the price will be associated with.
|
|
5607
5607
|
*/
|
|
5608
5608
|
item_id: string;
|
|
5609
5609
|
|
|
@@ -5715,7 +5715,7 @@ export declare namespace PriceCreateParams {
|
|
|
5715
5715
|
currency: string;
|
|
5716
5716
|
|
|
5717
5717
|
/**
|
|
5718
|
-
* The id of the item the
|
|
5718
|
+
* The id of the item the price will be associated with.
|
|
5719
5719
|
*/
|
|
5720
5720
|
item_id: string;
|
|
5721
5721
|
|
|
@@ -5827,7 +5827,7 @@ export declare namespace PriceCreateParams {
|
|
|
5827
5827
|
currency: string;
|
|
5828
5828
|
|
|
5829
5829
|
/**
|
|
5830
|
-
* The id of the item the
|
|
5830
|
+
* The id of the item the price will be associated with.
|
|
5831
5831
|
*/
|
|
5832
5832
|
item_id: string;
|
|
5833
5833
|
|
|
@@ -5939,7 +5939,7 @@ export declare namespace PriceCreateParams {
|
|
|
5939
5939
|
currency: string;
|
|
5940
5940
|
|
|
5941
5941
|
/**
|
|
5942
|
-
* The id of the item the
|
|
5942
|
+
* The id of the item the price will be associated with.
|
|
5943
5943
|
*/
|
|
5944
5944
|
item_id: string;
|
|
5945
5945
|
|
|
@@ -6053,7 +6053,7 @@ export declare namespace PriceCreateParams {
|
|
|
6053
6053
|
grouped_allocation_config: Record<string, unknown>;
|
|
6054
6054
|
|
|
6055
6055
|
/**
|
|
6056
|
-
* The id of the item the
|
|
6056
|
+
* The id of the item the price will be associated with.
|
|
6057
6057
|
*/
|
|
6058
6058
|
item_id: string;
|
|
6059
6059
|
|
|
@@ -6165,7 +6165,7 @@ export declare namespace PriceCreateParams {
|
|
|
6165
6165
|
grouped_with_prorated_minimum_config: Record<string, unknown>;
|
|
6166
6166
|
|
|
6167
6167
|
/**
|
|
6168
|
-
* The id of the item the
|
|
6168
|
+
* The id of the item the price will be associated with.
|
|
6169
6169
|
*/
|
|
6170
6170
|
item_id: string;
|
|
6171
6171
|
|
|
@@ -6277,7 +6277,7 @@ export declare namespace PriceCreateParams {
|
|
|
6277
6277
|
grouped_with_metered_minimum_config: Record<string, unknown>;
|
|
6278
6278
|
|
|
6279
6279
|
/**
|
|
6280
|
-
* The id of the item the
|
|
6280
|
+
* The id of the item the price will be associated with.
|
|
6281
6281
|
*/
|
|
6282
6282
|
item_id: string;
|
|
6283
6283
|
|
|
@@ -6387,7 +6387,7 @@ export declare namespace PriceCreateParams {
|
|
|
6387
6387
|
currency: string;
|
|
6388
6388
|
|
|
6389
6389
|
/**
|
|
6390
|
-
* The id of the item the
|
|
6390
|
+
* The id of the item the price will be associated with.
|
|
6391
6391
|
*/
|
|
6392
6392
|
item_id: string;
|
|
6393
6393
|
|
|
@@ -6501,7 +6501,7 @@ export declare namespace PriceCreateParams {
|
|
|
6501
6501
|
currency: string;
|
|
6502
6502
|
|
|
6503
6503
|
/**
|
|
6504
|
-
* The id of the item the
|
|
6504
|
+
* The id of the item the price will be associated with.
|
|
6505
6505
|
*/
|
|
6506
6506
|
item_id: string;
|
|
6507
6507
|
|
|
@@ -6613,7 +6613,7 @@ export declare namespace PriceCreateParams {
|
|
|
6613
6613
|
grouped_tiered_package_config: Record<string, unknown>;
|
|
6614
6614
|
|
|
6615
6615
|
/**
|
|
6616
|
-
* The id of the item the
|
|
6616
|
+
* The id of the item the price will be associated with.
|
|
6617
6617
|
*/
|
|
6618
6618
|
item_id: string;
|
|
6619
6619
|
|
|
@@ -6723,7 +6723,7 @@ export declare namespace PriceCreateParams {
|
|
|
6723
6723
|
currency: string;
|
|
6724
6724
|
|
|
6725
6725
|
/**
|
|
6726
|
-
* The id of the item the
|
|
6726
|
+
* The id of the item the price will be associated with.
|
|
6727
6727
|
*/
|
|
6728
6728
|
item_id: string;
|
|
6729
6729
|
|
|
@@ -6835,7 +6835,7 @@ export declare namespace PriceCreateParams {
|
|
|
6835
6835
|
currency: string;
|
|
6836
6836
|
|
|
6837
6837
|
/**
|
|
6838
|
-
* The id of the item the
|
|
6838
|
+
* The id of the item the price will be associated with.
|
|
6839
6839
|
*/
|
|
6840
6840
|
item_id: string;
|
|
6841
6841
|
|
|
@@ -6949,7 +6949,7 @@ export declare namespace PriceCreateParams {
|
|
|
6949
6949
|
currency: string;
|
|
6950
6950
|
|
|
6951
6951
|
/**
|
|
6952
|
-
* The id of the item the
|
|
6952
|
+
* The id of the item the price will be associated with.
|
|
6953
6953
|
*/
|
|
6954
6954
|
item_id: string;
|
|
6955
6955
|
|