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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "increase",
3
- "version": "0.513.0",
3
+ "version": "0.514.0",
4
4
  "description": "The official TypeScript library for the Increase API",
5
5
  "author": "Increase <dev-feedback@increase.com>",
6
6
  "types": "./index.d.ts",
@@ -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 is applied if multiple
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 is applied if multiple
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 is applied if multiple
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>;
@@ -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 is applied if multiple
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 is applied if multiple
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 is applied if multiple
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>;
@@ -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 is applied if multiple
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 is applied if multiple
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 is applied if multiple
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.513.0'; // x-release-please-version
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.513.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.513.0";
1
+ export declare const VERSION = "0.514.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.513.0'; // x-release-please-version
4
+ exports.VERSION = '0.514.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.513.0'; // x-release-please-version
1
+ export const VERSION = '0.514.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map