increase 0.481.0 → 0.482.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.482.0 (2026-03-12)
4
+
5
+ Full Changelog: [v0.481.0...v0.482.0](https://github.com/Increase/increase-typescript/compare/v0.481.0...v0.482.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([bf6db5b](https://github.com/Increase/increase-typescript/commit/bf6db5be58597dc82aaae7bb4456ad8a39257765))
10
+
3
11
  ## 0.481.0 (2026-03-12)
4
12
 
5
13
  Full Changelog: [v0.480.0...v0.481.0](https://github.com/Increase/increase-typescript/compare/v0.480.0...v0.481.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.481.0",
3
+ "version": "0.482.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",
@@ -36,7 +36,7 @@ export declare class BeneficialOwners extends APIResource {
36
36
  * ```ts
37
37
  * const entityBeneficialOwner =
38
38
  * await client.beneficialOwners.retrieve(
39
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
39
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
40
40
  * );
41
41
  * ```
42
42
  */
@@ -48,7 +48,7 @@ export declare class BeneficialOwners extends APIResource {
48
48
  * ```ts
49
49
  * const entityBeneficialOwner =
50
50
  * await client.beneficialOwners.update(
51
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
51
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
52
52
  * );
53
53
  * ```
54
54
  */
@@ -74,7 +74,7 @@ export declare class BeneficialOwners extends APIResource {
74
74
  * ```ts
75
75
  * const entityBeneficialOwner =
76
76
  * await client.beneficialOwners.archive(
77
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
77
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
78
78
  * );
79
79
  * ```
80
80
  */
@@ -36,7 +36,7 @@ export declare class BeneficialOwners extends APIResource {
36
36
  * ```ts
37
37
  * const entityBeneficialOwner =
38
38
  * await client.beneficialOwners.retrieve(
39
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
39
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
40
40
  * );
41
41
  * ```
42
42
  */
@@ -48,7 +48,7 @@ export declare class BeneficialOwners extends APIResource {
48
48
  * ```ts
49
49
  * const entityBeneficialOwner =
50
50
  * await client.beneficialOwners.update(
51
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
51
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
52
52
  * );
53
53
  * ```
54
54
  */
@@ -74,7 +74,7 @@ export declare class BeneficialOwners extends APIResource {
74
74
  * ```ts
75
75
  * const entityBeneficialOwner =
76
76
  * await client.beneficialOwners.archive(
77
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
77
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
78
78
  * );
79
79
  * ```
80
80
  */
@@ -41,7 +41,7 @@ class BeneficialOwners extends resource_1.APIResource {
41
41
  * ```ts
42
42
  * const entityBeneficialOwner =
43
43
  * await client.beneficialOwners.retrieve(
44
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
44
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
45
45
  * );
46
46
  * ```
47
47
  */
@@ -55,7 +55,7 @@ class BeneficialOwners extends resource_1.APIResource {
55
55
  * ```ts
56
56
  * const entityBeneficialOwner =
57
57
  * await client.beneficialOwners.update(
58
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
58
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
59
59
  * );
60
60
  * ```
61
61
  */
@@ -91,7 +91,7 @@ class BeneficialOwners extends resource_1.APIResource {
91
91
  * ```ts
92
92
  * const entityBeneficialOwner =
93
93
  * await client.beneficialOwners.archive(
94
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
94
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
95
95
  * );
96
96
  * ```
97
97
  */
@@ -38,7 +38,7 @@ export class BeneficialOwners extends APIResource {
38
38
  * ```ts
39
39
  * const entityBeneficialOwner =
40
40
  * await client.beneficialOwners.retrieve(
41
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
41
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
42
42
  * );
43
43
  * ```
44
44
  */
@@ -52,7 +52,7 @@ export class BeneficialOwners extends APIResource {
52
52
  * ```ts
53
53
  * const entityBeneficialOwner =
54
54
  * await client.beneficialOwners.update(
55
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
55
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
56
56
  * );
57
57
  * ```
58
58
  */
@@ -88,7 +88,7 @@ export class BeneficialOwners extends APIResource {
88
88
  * ```ts
89
89
  * const entityBeneficialOwner =
90
90
  * await client.beneficialOwners.archive(
91
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
91
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
92
92
  * );
93
93
  * ```
94
94
  */
@@ -43,7 +43,7 @@ export class BeneficialOwners extends APIResource {
43
43
  * ```ts
44
44
  * const entityBeneficialOwner =
45
45
  * await client.beneficialOwners.retrieve(
46
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
46
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
47
47
  * );
48
48
  * ```
49
49
  */
@@ -58,7 +58,7 @@ export class BeneficialOwners extends APIResource {
58
58
  * ```ts
59
59
  * const entityBeneficialOwner =
60
60
  * await client.beneficialOwners.update(
61
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
61
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
62
62
  * );
63
63
  * ```
64
64
  */
@@ -103,7 +103,7 @@ export class BeneficialOwners extends APIResource {
103
103
  * ```ts
104
104
  * const entityBeneficialOwner =
105
105
  * await client.beneficialOwners.archive(
106
- * 'entity_setup_beneficial_owner_submission_vgkyk7dj5eb4sfhdbkx7',
106
+ * 'entity_beneficial_owner_vozma8szzu1sxezp5zq6',
107
107
  * );
108
108
  * ```
109
109
  */
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.481.0'; // x-release-please-version
1
+ export const VERSION = '0.482.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.481.0";
1
+ export declare const VERSION = "0.482.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.481.0";
1
+ export declare const VERSION = "0.482.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.481.0'; // x-release-please-version
4
+ exports.VERSION = '0.482.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.481.0'; // x-release-please-version
1
+ export const VERSION = '0.482.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map