increase 0.550.0 → 0.551.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-mail-items.d.mts +2 -2
- package/resources/simulations/inbound-mail-items.d.ts +2 -2
- package/resources/simulations/inbound-mail-items.js +2 -2
- package/resources/simulations/inbound-mail-items.mjs +2 -2
- package/src/resources/simulations/inbound-mail-items.ts +2 -2
- 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.551.0 (2026-05-01)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.550.0...v0.551.0](https://github.com/Increase/increase-typescript/compare/v0.550.0...v0.551.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([161017e](https://github.com/Increase/increase-typescript/commit/161017ef9a5084c3afefba690f89fad7fd9ebeac))
|
|
10
|
+
|
|
3
11
|
## 0.550.0 (2026-05-01)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.549.0...v0.550.0](https://github.com/Increase/increase-typescript/compare/v0.549.0...v0.550.0)
|
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@ import { APIPromise } from "../../core/api-promise.mjs";
|
|
|
4
4
|
import { RequestOptions } from "../../internal/request-options.mjs";
|
|
5
5
|
export declare class InboundMailItems extends APIResource {
|
|
6
6
|
/**
|
|
7
|
-
* Simulates an
|
|
8
|
-
*
|
|
7
|
+
* Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
|
|
8
|
+
* Recipients, as if someone had mailed a physical check.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* ```ts
|
|
@@ -4,8 +4,8 @@ import { APIPromise } from "../../core/api-promise.js";
|
|
|
4
4
|
import { RequestOptions } from "../../internal/request-options.js";
|
|
5
5
|
export declare class InboundMailItems extends APIResource {
|
|
6
6
|
/**
|
|
7
|
-
* Simulates an
|
|
8
|
-
*
|
|
7
|
+
* Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
|
|
8
|
+
* Recipients, as if someone had mailed a physical check.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* ```ts
|
|
@@ -5,8 +5,8 @@ exports.InboundMailItems = void 0;
|
|
|
5
5
|
const resource_1 = require("../../core/resource.js");
|
|
6
6
|
class InboundMailItems extends resource_1.APIResource {
|
|
7
7
|
/**
|
|
8
|
-
* Simulates an
|
|
9
|
-
*
|
|
8
|
+
* Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
|
|
9
|
+
* Recipients, as if someone had mailed a physical check.
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* ```ts
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { APIResource } from "../../core/resource.mjs";
|
|
3
3
|
export class InboundMailItems extends APIResource {
|
|
4
4
|
/**
|
|
5
|
-
* Simulates an
|
|
6
|
-
*
|
|
5
|
+
* Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
|
|
6
|
+
* Recipients, as if someone had mailed a physical check.
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
* ```ts
|
|
@@ -7,8 +7,8 @@ import { RequestOptions } from '../../internal/request-options';
|
|
|
7
7
|
|
|
8
8
|
export class InboundMailItems extends APIResource {
|
|
9
9
|
/**
|
|
10
|
-
* Simulates an
|
|
11
|
-
*
|
|
10
|
+
* Simulates an Inbound Mail Item to one of your Lockbox Addresses or Lockbox
|
|
11
|
+
* Recipients, as if someone had mailed a physical check.
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```ts
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.551.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.551.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.551.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.551.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|