increase 0.190.0 → 0.191.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.191.0 (2025-03-18)
4
+
5
+ Full Changelog: [v0.190.0...v0.191.0](https://github.com/Increase/increase-node/compare/v0.190.0...v0.191.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([#924](https://github.com/Increase/increase-node/issues/924)) ([cb0eac6](https://github.com/Increase/increase-node/commit/cb0eac6d7070a4be7adb8426d45fba1dfe4179ec))
10
+
3
11
  ## 0.190.0 (2025-03-15)
4
12
 
5
13
  Full Changelog: [v0.189.0...v0.190.0](https://github.com/Increase/increase-node/compare/v0.189.0...v0.190.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.190.0",
3
+ "version": "0.191.0",
4
4
  "description": "The official TypeScript library for the Increase API",
5
5
  "author": "Increase <dev-feedback@increase.com>",
6
6
  "types": "./index.d.ts",
@@ -149,7 +149,7 @@ export interface ProofOfAuthorizationRequestSubmissionCreateParams {
149
149
  */
150
150
  validated_account_ownership_with_microdeposit: boolean;
151
151
  /**
152
- * The File containing the check's front image.
152
+ * File containing additional evidence.
153
153
  */
154
154
  additional_evidence_file_id?: string;
155
155
  /**
@@ -214,7 +214,7 @@ export interface ProofOfAuthorizationRequestSubmissionCreateParams {
214
214
  validated_account_ownership_with_microdeposit: boolean;
215
215
 
216
216
  /**
217
- * The File containing the check's front image.
217
+ * File containing additional evidence.
218
218
  */
219
219
  additional_evidence_file_id?: string;
220
220
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.190.0'; // x-release-please-version
1
+ export const VERSION = '0.191.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.190.0";
1
+ export declare const VERSION = "0.191.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 = '0.190.0'; // x-release-please-version
4
+ exports.VERSION = '0.191.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.190.0'; // x-release-please-version
1
+ export const VERSION = '0.191.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map