increase 0.100.1 → 0.101.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.101.0 (2024-09-09)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.100.1...v0.101.0](https://github.com/Increase/increase-node/compare/v0.100.1...v0.101.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** OpenAPI spec update via Stainless API ([#594](https://github.com/Increase/increase-node/issues/594)) ([199f8ac](https://github.com/Increase/increase-node/commit/199f8acf80e4c532e5704a99a666f211cfd3c567))
|
|
10
|
+
|
|
3
11
|
## 0.100.1 (2024-09-09)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.100.0...v0.100.1](https://github.com/Increase/increase-node/compare/v0.100.0...v0.100.1)
|
package/package.json
CHANGED
|
@@ -85,7 +85,7 @@ export interface InboundRealTimePaymentsTransfer {
|
|
|
85
85
|
* The lifecycle status of the transfer.
|
|
86
86
|
*
|
|
87
87
|
* - `pending_confirmation` - The transfer is pending confirmation.
|
|
88
|
-
* - `timed_out` -
|
|
88
|
+
* - `timed_out` - The transfer was not responded to in time.
|
|
89
89
|
* - `confirmed` - The transfer has been received successfully and is confirmed.
|
|
90
90
|
* - `declined` - The transfer has been declined.
|
|
91
91
|
*/
|
|
@@ -130,7 +130,7 @@ export interface InboundRealTimePaymentsTransfer {
|
|
|
130
130
|
* The lifecycle status of the transfer.
|
|
131
131
|
*
|
|
132
132
|
* - `pending_confirmation` - The transfer is pending confirmation.
|
|
133
|
-
* - `timed_out` -
|
|
133
|
+
* - `timed_out` - The transfer was not responded to in time.
|
|
134
134
|
* - `confirmed` - The transfer has been received successfully and is confirmed.
|
|
135
135
|
* - `declined` - The transfer has been declined.
|
|
136
136
|
*/
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.101.0'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.101.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.101.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|