orb-billing 4.69.0 → 4.69.1

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 (58) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
  3. package/resources/coupons.d.ts +2 -0
  4. package/resources/coupons.d.ts.map +1 -0
  5. package/resources/coupons.js +19 -0
  6. package/resources/coupons.js.map +1 -0
  7. package/resources/coupons.mjs +3 -0
  8. package/resources/coupons.mjs.map +1 -0
  9. package/resources/customers/credits.d.ts +2 -0
  10. package/resources/customers/credits.d.ts.map +1 -0
  11. package/resources/customers/credits.js +19 -0
  12. package/resources/customers/credits.js.map +1 -0
  13. package/resources/customers/credits.mjs +3 -0
  14. package/resources/customers/credits.mjs.map +1 -0
  15. package/resources/customers.d.ts +2 -0
  16. package/resources/customers.d.ts.map +1 -0
  17. package/resources/customers.js +19 -0
  18. package/resources/customers.js.map +1 -0
  19. package/resources/customers.mjs +3 -0
  20. package/resources/customers.mjs.map +1 -0
  21. package/resources/dimensional-price-groups.d.ts +2 -0
  22. package/resources/dimensional-price-groups.d.ts.map +1 -0
  23. package/resources/dimensional-price-groups.js +19 -0
  24. package/resources/dimensional-price-groups.js.map +1 -0
  25. package/resources/dimensional-price-groups.mjs +3 -0
  26. package/resources/dimensional-price-groups.mjs.map +1 -0
  27. package/resources/events.d.ts +2 -0
  28. package/resources/events.d.ts.map +1 -0
  29. package/resources/events.js +19 -0
  30. package/resources/events.js.map +1 -0
  31. package/resources/events.mjs +3 -0
  32. package/resources/events.mjs.map +1 -0
  33. package/resources/plans.d.ts +2 -0
  34. package/resources/plans.d.ts.map +1 -0
  35. package/resources/plans.js +19 -0
  36. package/resources/plans.js.map +1 -0
  37. package/resources/plans.mjs +3 -0
  38. package/resources/plans.mjs.map +1 -0
  39. package/resources/prices.d.ts +2 -0
  40. package/resources/prices.d.ts.map +1 -0
  41. package/resources/prices.js +19 -0
  42. package/resources/prices.js.map +1 -0
  43. package/resources/prices.mjs +3 -0
  44. package/resources/prices.mjs.map +1 -0
  45. package/resources/subscriptions.d.ts +1 -1
  46. package/resources/subscriptions.d.ts.map +1 -1
  47. package/src/resources/coupons.ts +3 -0
  48. package/src/resources/customers/credits.ts +3 -0
  49. package/src/resources/customers.ts +3 -0
  50. package/src/resources/dimensional-price-groups.ts +3 -0
  51. package/src/resources/events.ts +3 -0
  52. package/src/resources/plans.ts +3 -0
  53. package/src/resources/prices.ts +3 -0
  54. package/src/resources/subscriptions.ts +1 -1
  55. package/src/version.ts +1 -1
  56. package/version.d.ts +1 -1
  57. package/version.js +1 -1
  58. package/version.mjs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 4.69.1 (2025-03-13)
4
+
5
+ Full Changelog: [v4.69.0...v4.69.1](https://github.com/orbcorp/orb-node/compare/v4.69.0...v4.69.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **exports:** ensure resource imports don't require /index ([#562](https://github.com/orbcorp/orb-node/issues/562)) ([6d5b098](https://github.com/orbcorp/orb-node/commit/6d5b0988a3b89ec21561e3fc208a9b2481399592))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **api:** correctly support ExternalCustomerID array filter on Subscriptions.List ([#561](https://github.com/orbcorp/orb-node/issues/561)) ([d0b1aa6](https://github.com/orbcorp/orb-node/commit/d0b1aa62f09003ca1a2f66a0dae5208077fb57c9))
15
+ * **internal:** remove extra empty newlines ([#559](https://github.com/orbcorp/orb-node/issues/559)) ([f177a13](https://github.com/orbcorp/orb-node/commit/f177a13635912d93c9c03b34752fbff9b713b991))
16
+
3
17
  ## 4.69.0 (2025-03-11)
4
18
 
5
19
  Full Changelog: [v4.68.0...v4.69.0](https://github.com/orbcorp/orb-node/compare/v4.68.0...v4.69.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orb-billing",
3
- "version": "4.69.0",
3
+ "version": "4.69.1",
4
4
  "description": "The official TypeScript library for the Orb API",
5
5
  "author": "Orb <team@withorb.com>",
6
6
  "types": "./index.d.ts",
@@ -0,0 +1,2 @@
1
+ export * from "./coupons/index.js";
2
+ //# sourceMappingURL=coupons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coupons.d.ts","sourceRoot":"","sources":["../src/resources/coupons.ts"],"names":[],"mappings":"AAEA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./coupons/index.js"), exports);
19
+ //# sourceMappingURL=coupons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coupons.js","sourceRoot":"","sources":["../src/resources/coupons.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,qDAAgC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./coupons/index.mjs";
3
+ //# sourceMappingURL=coupons.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coupons.mjs","sourceRoot":"","sources":["../src/resources/coupons.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./credits/index.js";
2
+ //# sourceMappingURL=credits.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credits.d.ts","sourceRoot":"","sources":["../../src/resources/customers/credits.ts"],"names":[],"mappings":"AAEA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./credits/index.js"), exports);
19
+ //# sourceMappingURL=credits.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credits.js","sourceRoot":"","sources":["../../src/resources/customers/credits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,qDAAgC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./credits/index.mjs";
3
+ //# sourceMappingURL=credits.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credits.mjs","sourceRoot":"","sources":["../../src/resources/customers/credits.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./customers/index.js";
2
+ //# sourceMappingURL=customers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.d.ts","sourceRoot":"","sources":["../src/resources/customers.ts"],"names":[],"mappings":"AAEA,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./customers/index.js"), exports);
19
+ //# sourceMappingURL=customers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.js","sourceRoot":"","sources":["../src/resources/customers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,uDAAkC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./customers/index.mjs";
3
+ //# sourceMappingURL=customers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"customers.mjs","sourceRoot":"","sources":["../src/resources/customers.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./dimensional-price-groups/index.js";
2
+ //# sourceMappingURL=dimensional-price-groups.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dimensional-price-groups.d.ts","sourceRoot":"","sources":["../src/resources/dimensional-price-groups.ts"],"names":[],"mappings":"AAEA,cAAc,kCAAkC,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./dimensional-price-groups/index.js"), exports);
19
+ //# sourceMappingURL=dimensional-price-groups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dimensional-price-groups.js","sourceRoot":"","sources":["../src/resources/dimensional-price-groups.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,sEAAiD"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./dimensional-price-groups/index.mjs";
3
+ //# sourceMappingURL=dimensional-price-groups.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dimensional-price-groups.mjs","sourceRoot":"","sources":["../src/resources/dimensional-price-groups.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./events/index.js";
2
+ //# sourceMappingURL=events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":"AAEA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./events/index.js"), exports);
19
+ //# sourceMappingURL=events.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.js","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,oDAA+B"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./events/index.mjs";
3
+ //# sourceMappingURL=events.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"events.mjs","sourceRoot":"","sources":["../src/resources/events.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./plans/index.js";
2
+ //# sourceMappingURL=plans.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../src/resources/plans.ts"],"names":[],"mappings":"AAEA,cAAc,eAAe,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./plans/index.js"), exports);
19
+ //# sourceMappingURL=plans.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plans.js","sourceRoot":"","sources":["../src/resources/plans.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,mDAA8B"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./plans/index.mjs";
3
+ //# sourceMappingURL=plans.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plans.mjs","sourceRoot":"","sources":["../src/resources/plans.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./prices/index.js";
2
+ //# sourceMappingURL=prices.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prices.d.ts","sourceRoot":"","sources":["../src/resources/prices.ts"],"names":[],"mappings":"AAEA,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./prices/index.js"), exports);
19
+ //# sourceMappingURL=prices.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prices.js","sourceRoot":"","sources":["../src/resources/prices.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,oDAA+B"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./prices/index.mjs";
3
+ //# sourceMappingURL=prices.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prices.mjs","sourceRoot":"","sources":["../src/resources/prices.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -12206,7 +12206,7 @@ export interface SubscriptionListParams extends PageParams {
12206
12206
  'created_at[lt]'?: string | null;
12207
12207
  'created_at[lte]'?: string | null;
12208
12208
  customer_id?: Array<string> | null;
12209
- external_customer_id?: string | null;
12209
+ external_customer_id?: Array<string> | null;
12210
12210
  status?: 'active' | 'ended' | 'upcoming' | null;
12211
12211
  }
12212
12212
  export interface SubscriptionCancelParams {