Comparing version 0.15.0 to 0.16.0
# Changelog | ||
## 0.16.0 (2023-11-01) | ||
Full Changelog: [v0.15.0...v0.16.0](https://github.com/increase/increase-node/compare/v0.15.0...v0.16.0) | ||
### Features | ||
* **api:** add failed to export status enum ([#224](https://github.com/increase/increase-node/issues/224)) ([4fa60c0](https://github.com/increase/increase-node/commit/4fa60c0ac93001d6009a529bc9d04a4c520fe641)) | ||
* **github:** include a devcontainer setup ([#223](https://github.com/increase/increase-node/issues/223)) ([d1b23c3](https://github.com/increase/increase-node/commit/d1b23c30e9b2d0c898f531f0fe8924f045dc7ca3)) | ||
### Chores | ||
* **internal:** update gitignore ([#221](https://github.com/increase/increase-node/issues/221)) ([a8170f6](https://github.com/increase/increase-node/commit/a8170f617db0e9b86193e434a669539e5fd4c74b)) | ||
## 0.15.0 (2023-10-27) | ||
@@ -4,0 +18,0 @@ |
{ | ||
"name": "increase", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"description": "Client library for the Increase API", | ||
@@ -5,0 +5,0 @@ "author": "Increase <dev-feedback@increase.com>", |
@@ -66,4 +66,6 @@ import * as Core from 'increase/core'; | ||
* - `complete` - The export has been successfully generated. | ||
* - `failed` - The export failed to generate. Increase will reach out to you to | ||
* resolve the issue. | ||
*/ | ||
status: 'pending' | 'complete'; | ||
status: 'pending' | 'complete' | 'failed'; | ||
/** | ||
@@ -70,0 +72,0 @@ * A constant representing the object's type. For this resource it will always be |
@@ -91,4 +91,6 @@ // File generated from our OpenAPI spec by Stainless. | ||
* - `complete` - The export has been successfully generated. | ||
* - `failed` - The export failed to generate. Increase will reach out to you to | ||
* resolve the issue. | ||
*/ | ||
status: 'pending' | 'complete'; | ||
status: 'pending' | 'complete' | 'failed'; | ||
@@ -95,0 +97,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '0.15.0'; // x-release-please-version | ||
export const VERSION = '0.16.0'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.15.0"; | ||
export declare const VERSION = "0.16.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.15.0'; // x-release-please-version | ||
exports.VERSION = '0.16.0'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4185069
80631