increase 0.513.0 → 0.514.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/cards.d.mts +3 -3
- package/resources/cards.d.ts +3 -3
- package/src/resources/cards.ts +3 -3
- 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.514.0 (2026-04-04)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.513.0...v0.514.0](https://github.com/Increase/increase-typescript/compare/v0.513.0...v0.514.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([fe425e5](https://github.com/Increase/increase-typescript/commit/fe425e5de1efa560d1ef762ec8c12d7e5a3bf409))
|
|
10
|
+
|
|
3
11
|
## 0.513.0 (2026-04-03)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.512.0...v0.513.0](https://github.com/Increase/increase-typescript/compare/v0.512.0...v0.513.0)
|
package/package.json
CHANGED
package/resources/cards.d.mts
CHANGED
|
@@ -188,7 +188,7 @@ export declare namespace Card {
|
|
|
188
188
|
*/
|
|
189
189
|
merchant_country: AuthorizationControls.MerchantCountry | null;
|
|
190
190
|
/**
|
|
191
|
-
* Spending limits for this card. The most restrictive limit
|
|
191
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
192
192
|
* limits match.
|
|
193
193
|
*/
|
|
194
194
|
spending_limits: Array<AuthorizationControls.SpendingLimit> | null;
|
|
@@ -484,7 +484,7 @@ export declare namespace CardCreateParams {
|
|
|
484
484
|
*/
|
|
485
485
|
merchant_country?: AuthorizationControls.MerchantCountry;
|
|
486
486
|
/**
|
|
487
|
-
* Spending limits for this card. The most restrictive limit
|
|
487
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
488
488
|
* limits match.
|
|
489
489
|
*/
|
|
490
490
|
spending_limits?: Array<AuthorizationControls.SpendingLimit>;
|
|
@@ -730,7 +730,7 @@ export declare namespace CardUpdateParams {
|
|
|
730
730
|
*/
|
|
731
731
|
merchant_country?: AuthorizationControls.MerchantCountry;
|
|
732
732
|
/**
|
|
733
|
-
* Spending limits for this card. The most restrictive limit
|
|
733
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
734
734
|
* limits match.
|
|
735
735
|
*/
|
|
736
736
|
spending_limits?: Array<AuthorizationControls.SpendingLimit>;
|
package/resources/cards.d.ts
CHANGED
|
@@ -188,7 +188,7 @@ export declare namespace Card {
|
|
|
188
188
|
*/
|
|
189
189
|
merchant_country: AuthorizationControls.MerchantCountry | null;
|
|
190
190
|
/**
|
|
191
|
-
* Spending limits for this card. The most restrictive limit
|
|
191
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
192
192
|
* limits match.
|
|
193
193
|
*/
|
|
194
194
|
spending_limits: Array<AuthorizationControls.SpendingLimit> | null;
|
|
@@ -484,7 +484,7 @@ export declare namespace CardCreateParams {
|
|
|
484
484
|
*/
|
|
485
485
|
merchant_country?: AuthorizationControls.MerchantCountry;
|
|
486
486
|
/**
|
|
487
|
-
* Spending limits for this card. The most restrictive limit
|
|
487
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
488
488
|
* limits match.
|
|
489
489
|
*/
|
|
490
490
|
spending_limits?: Array<AuthorizationControls.SpendingLimit>;
|
|
@@ -730,7 +730,7 @@ export declare namespace CardUpdateParams {
|
|
|
730
730
|
*/
|
|
731
731
|
merchant_country?: AuthorizationControls.MerchantCountry;
|
|
732
732
|
/**
|
|
733
|
-
* Spending limits for this card. The most restrictive limit
|
|
733
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
734
734
|
* limits match.
|
|
735
735
|
*/
|
|
736
736
|
spending_limits?: Array<AuthorizationControls.SpendingLimit>;
|
package/src/resources/cards.ts
CHANGED
|
@@ -240,7 +240,7 @@ export namespace Card {
|
|
|
240
240
|
merchant_country: AuthorizationControls.MerchantCountry | null;
|
|
241
241
|
|
|
242
242
|
/**
|
|
243
|
-
* Spending limits for this card. The most restrictive limit
|
|
243
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
244
244
|
* limits match.
|
|
245
245
|
*/
|
|
246
246
|
spending_limits: Array<AuthorizationControls.SpendingLimit> | null;
|
|
@@ -583,7 +583,7 @@ export namespace CardCreateParams {
|
|
|
583
583
|
merchant_country?: AuthorizationControls.MerchantCountry;
|
|
584
584
|
|
|
585
585
|
/**
|
|
586
|
-
* Spending limits for this card. The most restrictive limit
|
|
586
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
587
587
|
* limits match.
|
|
588
588
|
*/
|
|
589
589
|
spending_limits?: Array<AuthorizationControls.SpendingLimit>;
|
|
@@ -865,7 +865,7 @@ export namespace CardUpdateParams {
|
|
|
865
865
|
merchant_country?: AuthorizationControls.MerchantCountry;
|
|
866
866
|
|
|
867
867
|
/**
|
|
868
|
-
* Spending limits for this card. The most restrictive limit
|
|
868
|
+
* Spending limits for this card. The most restrictive limit applies if multiple
|
|
869
869
|
* limits match.
|
|
870
870
|
*/
|
|
871
871
|
spending_limits?: Array<AuthorizationControls.SpendingLimit>;
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.514.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.514.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.514.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.514.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|