increase 0.345.0 → 0.346.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.346.0 (2025-10-29)
4
+
5
+ Full Changelog: [v0.345.0...v0.346.0](https://github.com/Increase/increase-node/compare/v0.345.0...v0.346.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([f2e8557](https://github.com/Increase/increase-node/commit/f2e855702786e6bb529461ae114c3b5d68ccdeb0))
10
+
3
11
  ## 0.345.0 (2025-10-28)
4
12
 
5
13
  Full Changelog: [v0.344.0...v0.345.0](https://github.com/Increase/increase-node/compare/v0.344.0...v0.345.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.345.0",
3
+ "version": "0.346.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",
@@ -210,7 +210,7 @@ export interface AccountCreateParams {
210
210
  entity_id?: string;
211
211
  /**
212
212
  * The identifier of an Entity that, while not owning the Account, is associated
213
- * with its activity. Its relationship to your group must be `informational`.
213
+ * with its activity. This is generally the beneficiary of the funds.
214
214
  */
215
215
  informational_entity_id?: string;
216
216
  /**
@@ -277,7 +277,7 @@ export interface AccountCreateParams {
277
277
 
278
278
  /**
279
279
  * The identifier of an Entity that, while not owning the Account, is associated
280
- * with its activity. Its relationship to your group must be `informational`.
280
+ * with its activity. This is generally the beneficiary of the funds.
281
281
  */
282
282
  informational_entity_id?: string;
283
283
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.345.0'; // x-release-please-version
1
+ export const VERSION = '0.346.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.345.0";
1
+ export declare const VERSION = "0.346.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.345.0'; // x-release-please-version
4
+ exports.VERSION = '0.346.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.345.0'; // x-release-please-version
1
+ export const VERSION = '0.346.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map