increase 0.401.0 → 0.402.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 +8 -0
- package/package.json +1 -1
- package/resources/simulations/inbound-check-deposits.d.mts +4 -4
- package/resources/simulations/inbound-check-deposits.d.ts +4 -4
- package/resources/simulations/inbound-check-deposits.js +4 -4
- package/resources/simulations/inbound-check-deposits.mjs +4 -4
- package/src/resources/simulations/inbound-check-deposits.ts +4 -4
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.402.0 (2026-01-22)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.401.0...v0.402.0](https://github.com/Increase/increase-typescript/compare/v0.401.0...v0.402.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([467e081](https://github.com/Increase/increase-typescript/commit/467e0812a790b5c28a004ca5aea5579cd6f34653))
|
|
10
|
+
|
|
3
11
|
## 0.401.0 (2026-01-21)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.400.0...v0.401.0](https://github.com/Increase/increase-typescript/compare/v0.400.0...v0.401.0)
|
package/package.json
CHANGED
|
@@ -6,10 +6,10 @@ export declare class InboundCheckDeposits extends APIResource {
|
|
|
6
6
|
/**
|
|
7
7
|
* Simulates an Inbound Check Deposit against your account. This imitates someone
|
|
8
8
|
* depositing a check at their bank that was issued from your account. It may or
|
|
9
|
-
* may not be associated with a Check Transfer. Increase will evaluate the
|
|
10
|
-
* Deposit as we would in production and either create a Transaction or a
|
|
11
|
-
* Transaction as a result. You can inspect the resulting Inbound Check
|
|
12
|
-
* object to see the result.
|
|
9
|
+
* may not be associated with a Check Transfer. Increase will evaluate the Inbound
|
|
10
|
+
* Check Deposit as we would in production and either create a Transaction or a
|
|
11
|
+
* Declined Transaction as a result. You can inspect the resulting Inbound Check
|
|
12
|
+
* Deposit object to see the result.
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts
|
|
@@ -6,10 +6,10 @@ export declare class InboundCheckDeposits extends APIResource {
|
|
|
6
6
|
/**
|
|
7
7
|
* Simulates an Inbound Check Deposit against your account. This imitates someone
|
|
8
8
|
* depositing a check at their bank that was issued from your account. It may or
|
|
9
|
-
* may not be associated with a Check Transfer. Increase will evaluate the
|
|
10
|
-
* Deposit as we would in production and either create a Transaction or a
|
|
11
|
-
* Transaction as a result. You can inspect the resulting Inbound Check
|
|
12
|
-
* object to see the result.
|
|
9
|
+
* may not be associated with a Check Transfer. Increase will evaluate the Inbound
|
|
10
|
+
* Check Deposit as we would in production and either create a Transaction or a
|
|
11
|
+
* Declined Transaction as a result. You can inspect the resulting Inbound Check
|
|
12
|
+
* Deposit object to see the result.
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts
|
|
@@ -7,10 +7,10 @@ class InboundCheckDeposits extends resource_1.APIResource {
|
|
|
7
7
|
/**
|
|
8
8
|
* Simulates an Inbound Check Deposit against your account. This imitates someone
|
|
9
9
|
* depositing a check at their bank that was issued from your account. It may or
|
|
10
|
-
* may not be associated with a Check Transfer. Increase will evaluate the
|
|
11
|
-
* Deposit as we would in production and either create a Transaction or a
|
|
12
|
-
* Transaction as a result. You can inspect the resulting Inbound Check
|
|
13
|
-
* object to see the result.
|
|
10
|
+
* may not be associated with a Check Transfer. Increase will evaluate the Inbound
|
|
11
|
+
* Check Deposit as we would in production and either create a Transaction or a
|
|
12
|
+
* Declined Transaction as a result. You can inspect the resulting Inbound Check
|
|
13
|
+
* Deposit object to see the result.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```ts
|
|
@@ -4,10 +4,10 @@ export class InboundCheckDeposits extends APIResource {
|
|
|
4
4
|
/**
|
|
5
5
|
* Simulates an Inbound Check Deposit against your account. This imitates someone
|
|
6
6
|
* depositing a check at their bank that was issued from your account. It may or
|
|
7
|
-
* may not be associated with a Check Transfer. Increase will evaluate the
|
|
8
|
-
* Deposit as we would in production and either create a Transaction or a
|
|
9
|
-
* Transaction as a result. You can inspect the resulting Inbound Check
|
|
10
|
-
* object to see the result.
|
|
7
|
+
* may not be associated with a Check Transfer. Increase will evaluate the Inbound
|
|
8
|
+
* Check Deposit as we would in production and either create a Transaction or a
|
|
9
|
+
* Declined Transaction as a result. You can inspect the resulting Inbound Check
|
|
10
|
+
* Deposit object to see the result.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```ts
|
|
@@ -9,10 +9,10 @@ export class InboundCheckDeposits extends APIResource {
|
|
|
9
9
|
/**
|
|
10
10
|
* Simulates an Inbound Check Deposit against your account. This imitates someone
|
|
11
11
|
* depositing a check at their bank that was issued from your account. It may or
|
|
12
|
-
* may not be associated with a Check Transfer. Increase will evaluate the
|
|
13
|
-
* Deposit as we would in production and either create a Transaction or a
|
|
14
|
-
* Transaction as a result. You can inspect the resulting Inbound Check
|
|
15
|
-
* object to see the result.
|
|
12
|
+
* may not be associated with a Check Transfer. Increase will evaluate the Inbound
|
|
13
|
+
* Check Deposit as we would in production and either create a Transaction or a
|
|
14
|
+
* Declined Transaction as a result. You can inspect the resulting Inbound Check
|
|
15
|
+
* Deposit object to see the result.
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```ts
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.402.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.402.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.402.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.402.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|