orb-billing 1.25.0 → 1.27.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.
@@ -399,7 +399,7 @@ export class Subscriptions extends APIResource {
399
399
  * Orb supports invoicing for a subscription when a preconfigured usage threshold
400
400
  * is hit. To enable threshold billing, pass in an `invoicing_threshold`, which is
401
401
  * specified in the subscription's invoicing currency, when creating a
402
- * subscription. Ex. pass in `10.00` to issue an invoice when usage amounts hit
402
+ * subscription. E.g. pass in `10.00` to issue an invoice when usage amounts hit
403
403
  * $10.00 for a subscription that invoices in USD.
404
404
  */
405
405
  create(body?: SubscriptionCreateParams, options?: Core.RequestOptions): Core.APIPromise<Subscription>;
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.25.0'; // x-release-please-version
1
+ export const VERSION = '1.27.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.25.0";
1
+ export declare const VERSION = "1.27.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '1.25.0'; // x-release-please-version
4
+ exports.VERSION = '1.27.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.25.0'; // x-release-please-version
1
+ export const VERSION = '1.27.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map