sowhat-types 2.0.114 → 2.0.116

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/dist/index.d.mts CHANGED
@@ -316,6 +316,7 @@ interface UpdateBudgetSavingsAllocationInput {
316
316
  interface UpdateUserInput {
317
317
  currency?: AvailableCurrencyEnum;
318
318
  consentToBudget?: boolean;
319
+ newTransferIntoDefault?: boolean;
319
320
  }
320
321
 
321
322
  interface CreateUserCoOwnerInput {
package/dist/index.d.ts CHANGED
@@ -316,6 +316,7 @@ interface UpdateBudgetSavingsAllocationInput {
316
316
  interface UpdateUserInput {
317
317
  currency?: AvailableCurrencyEnum;
318
318
  consentToBudget?: boolean;
319
+ newTransferIntoDefault?: boolean;
319
320
  }
320
321
 
321
322
  interface CreateUserCoOwnerInput {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sowhat-types",
3
- "version": "2.0.114",
3
+ "version": "2.0.116",
4
4
  "description": "Sowhat types",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",