orb-billing 1.20.2 → 1.21.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/README.md CHANGED
@@ -213,7 +213,15 @@ paginationDemo();
213
213
  <!-- End SDK Available Operations -->
214
214
 
215
215
  <!-- Start Dev Containers -->
216
+ # Dev Containers
217
+ <div align="left">
218
+ <a href="https://codespaces.new/orbcorp/orb-billing-typescript-sdk.git/tree/main"><img src="https://github.com/codespaces/badge.svg" /></a>
219
+
220
+ </div>
216
221
 
222
+ Experience our SDK in an enhanced sandbox environment. Try it now in **GitHub Codespaces**!
223
+
224
+ * [Explore Dev Containers](.devcontainer/README.md)
217
225
  <!-- End Dev Containers -->
218
226
 
219
227
  <!-- Placeholder for Future Speakeasy SDK Sections -->
package/dist/sdk/sdk.js CHANGED
@@ -34,9 +34,9 @@ var SDKConfiguration = /** @class */ (function () {
34
34
  function SDKConfiguration(init) {
35
35
  this.language = "typescript";
36
36
  this.openapiDocVersion = "1.0";
37
- this.sdkVersion = "1.20.2";
37
+ this.sdkVersion = "1.21.0";
38
38
  this.genVersion = "2.150.1";
39
- this.userAgent = "speakeasy-sdk/typescript 1.20.2 2.150.1 1.0 orb-billing";
39
+ this.userAgent = "speakeasy-sdk/typescript 1.21.0 2.150.1 1.0 orb-billing";
40
40
  Object.assign(this, init);
41
41
  }
42
42
  return SDKConfiguration;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orb-billing",
3
- "version": "1.20.2",
3
+ "version": "1.21.0",
4
4
  "author": "orbcorp",
5
5
  "scripts": {
6
6
  "prepare": "tsc --build"