increase 0.190.0 → 0.191.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/proof-of-authorization-request-submissions.d.ts +1 -1
- package/src/resources/proof-of-authorization-request-submissions.ts +1 -1
- package/src/version.ts +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.191.0 (2025-03-18)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.190.0...v0.191.0](https://github.com/Increase/increase-node/compare/v0.190.0...v0.191.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([#924](https://github.com/Increase/increase-node/issues/924)) ([cb0eac6](https://github.com/Increase/increase-node/commit/cb0eac6d7070a4be7adb8426d45fba1dfe4179ec))
|
|
10
|
+
|
|
3
11
|
## 0.190.0 (2025-03-15)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.189.0...v0.190.0](https://github.com/Increase/increase-node/compare/v0.189.0...v0.190.0)
|
package/package.json
CHANGED
|
@@ -149,7 +149,7 @@ export interface ProofOfAuthorizationRequestSubmissionCreateParams {
|
|
|
149
149
|
*/
|
|
150
150
|
validated_account_ownership_with_microdeposit: boolean;
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* File containing additional evidence.
|
|
153
153
|
*/
|
|
154
154
|
additional_evidence_file_id?: string;
|
|
155
155
|
/**
|
|
@@ -214,7 +214,7 @@ export interface ProofOfAuthorizationRequestSubmissionCreateParams {
|
|
|
214
214
|
validated_account_ownership_with_microdeposit: boolean;
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
|
-
*
|
|
217
|
+
* File containing additional evidence.
|
|
218
218
|
*/
|
|
219
219
|
additional_evidence_file_id?: string;
|
|
220
220
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.191.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.191.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.191.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|