ynab 2.3.0 → 2.5.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/README.md +3 -1
- package/dist/apis/AccountsApi.d.ts +1 -6
- package/dist/apis/AccountsApi.js +1 -6
- package/dist/apis/BudgetsApi.d.ts +1 -6
- package/dist/apis/BudgetsApi.js +1 -6
- package/dist/apis/CategoriesApi.d.ts +1 -6
- package/dist/apis/CategoriesApi.js +1 -6
- package/dist/apis/MonthsApi.d.ts +1 -6
- package/dist/apis/MonthsApi.js +1 -6
- package/dist/apis/PayeeLocationsApi.d.ts +1 -6
- package/dist/apis/PayeeLocationsApi.js +1 -6
- package/dist/apis/PayeesApi.d.ts +1 -6
- package/dist/apis/PayeesApi.js +1 -6
- package/dist/apis/ScheduledTransactionsApi.d.ts +16 -7
- package/dist/apis/ScheduledTransactionsApi.js +40 -6
- package/dist/apis/TransactionsApi.d.ts +28 -8
- package/dist/apis/TransactionsApi.js +57 -9
- package/dist/apis/UserApi.d.ts +1 -6
- package/dist/apis/UserApi.js +1 -6
- package/dist/browser/ynab.js +1 -1
- package/dist/esm/apis/AccountsApi.d.ts +1 -6
- package/dist/esm/apis/AccountsApi.js +2 -7
- package/dist/esm/apis/BudgetsApi.d.ts +1 -6
- package/dist/esm/apis/BudgetsApi.js +2 -7
- package/dist/esm/apis/CategoriesApi.d.ts +1 -6
- package/dist/esm/apis/CategoriesApi.js +2 -7
- package/dist/esm/apis/DeprecatedApi.js +1 -1
- package/dist/esm/apis/MonthsApi.d.ts +1 -6
- package/dist/esm/apis/MonthsApi.js +2 -7
- package/dist/esm/apis/PayeeLocationsApi.d.ts +1 -6
- package/dist/esm/apis/PayeeLocationsApi.js +2 -7
- package/dist/esm/apis/PayeesApi.d.ts +17 -7
- package/dist/esm/apis/PayeesApi.js +67 -8
- package/dist/esm/apis/ScheduledTransactionsApi.d.ts +16 -7
- package/dist/esm/apis/ScheduledTransactionsApi.js +64 -8
- package/dist/esm/apis/TransactionsApi.d.ts +40 -20
- package/dist/esm/apis/TransactionsApi.js +87 -17
- package/dist/esm/apis/UserApi.d.ts +1 -6
- package/dist/esm/apis/UserApi.js +2 -7
- package/dist/esm/models/Account.d.ts +2 -7
- package/dist/esm/models/Account.js +51 -51
- package/dist/esm/models/AccountResponse.d.ts +2 -7
- package/dist/esm/models/AccountResponse.js +8 -16
- package/dist/esm/models/AccountResponseData.d.ts +2 -7
- package/dist/esm/models/AccountResponseData.js +8 -16
- package/dist/esm/models/AccountType.d.ts +3 -7
- package/dist/esm/models/AccountType.js +11 -6
- package/dist/esm/models/AccountsResponse.d.ts +2 -7
- package/dist/esm/models/AccountsResponse.js +8 -16
- package/dist/esm/models/AccountsResponseData.d.ts +2 -7
- package/dist/esm/models/AccountsResponseData.js +11 -18
- package/dist/esm/models/BudgetDetail.d.ts +6 -11
- package/dist/esm/models/BudgetDetail.js +45 -53
- package/dist/esm/models/BudgetDetailResponse.d.ts +2 -7
- package/dist/esm/models/BudgetDetailResponse.js +8 -16
- package/dist/esm/models/BudgetDetailResponseData.d.ts +2 -7
- package/dist/esm/models/BudgetDetailResponseData.js +11 -18
- package/dist/esm/models/BudgetSettings.d.ts +2 -7
- package/dist/esm/models/BudgetSettings.js +11 -18
- package/dist/esm/models/BudgetSettingsResponse.d.ts +2 -7
- package/dist/esm/models/BudgetSettingsResponse.js +8 -16
- package/dist/esm/models/BudgetSettingsResponseData.d.ts +2 -7
- package/dist/esm/models/BudgetSettingsResponseData.js +8 -16
- package/dist/esm/models/BudgetSummary.d.ts +2 -7
- package/dist/esm/models/BudgetSummary.js +23 -31
- package/dist/esm/models/BudgetSummaryResponse.d.ts +2 -7
- package/dist/esm/models/BudgetSummaryResponse.js +8 -16
- package/dist/esm/models/BudgetSummaryResponseData.d.ts +2 -7
- package/dist/esm/models/BudgetSummaryResponseData.js +10 -19
- package/dist/esm/models/BulkResponse.d.ts +2 -7
- package/dist/esm/models/BulkResponse.js +8 -16
- package/dist/esm/models/BulkResponseData.d.ts +2 -7
- package/dist/esm/models/BulkResponseData.js +8 -16
- package/dist/esm/models/BulkResponseDataBulk.d.ts +2 -7
- package/dist/esm/models/BulkResponseDataBulk.js +11 -18
- package/dist/esm/models/BulkTransactions.d.ts +5 -10
- package/dist/esm/models/BulkTransactions.js +10 -18
- package/dist/esm/models/CategoriesResponse.d.ts +2 -7
- package/dist/esm/models/CategoriesResponse.js +8 -16
- package/dist/esm/models/CategoriesResponseData.d.ts +2 -7
- package/dist/esm/models/CategoriesResponseData.js +11 -18
- package/dist/esm/models/Category.d.ts +10 -9
- package/dist/esm/models/Category.js +61 -61
- package/dist/esm/models/CategoryGroup.d.ts +2 -7
- package/dist/esm/models/CategoryGroup.js +17 -22
- package/dist/esm/models/CategoryGroupWithCategories.d.ts +2 -7
- package/dist/esm/models/CategoryGroupWithCategories.js +20 -24
- package/dist/esm/models/CategoryResponse.d.ts +2 -7
- package/dist/esm/models/CategoryResponse.js +8 -16
- package/dist/esm/models/CategoryResponseData.d.ts +2 -7
- package/dist/esm/models/CategoryResponseData.js +8 -16
- package/dist/esm/models/CurrencyFormat.d.ts +2 -7
- package/dist/esm/models/CurrencyFormat.js +29 -30
- package/dist/esm/models/DateFormat.d.ts +2 -7
- package/dist/esm/models/DateFormat.js +8 -16
- package/dist/esm/models/ErrorDetail.d.ts +2 -7
- package/dist/esm/models/ErrorDetail.js +14 -20
- package/dist/esm/models/ErrorResponse.d.ts +2 -7
- package/dist/esm/models/ErrorResponse.js +8 -16
- package/dist/esm/models/ExistingTransaction.d.ts +89 -0
- package/dist/esm/models/ExistingTransaction.js +56 -0
- package/dist/esm/models/HybridTransaction.d.ts +12 -11
- package/dist/esm/models/HybridTransaction.js +63 -62
- package/dist/esm/models/HybridTransactionAllOf.d.ts +1 -1
- package/dist/esm/models/HybridTransactionsResponse.d.ts +2 -7
- package/dist/esm/models/HybridTransactionsResponse.js +8 -16
- package/dist/esm/models/HybridTransactionsResponseData.d.ts +2 -7
- package/dist/esm/models/HybridTransactionsResponseData.js +10 -19
- package/dist/esm/models/MonthDetail.d.ts +2 -7
- package/dist/esm/models/MonthDetail.js +30 -33
- package/dist/esm/models/MonthDetailResponse.d.ts +2 -7
- package/dist/esm/models/MonthDetailResponse.js +8 -16
- package/dist/esm/models/MonthDetailResponseData.d.ts +2 -7
- package/dist/esm/models/MonthDetailResponseData.js +8 -16
- package/dist/esm/models/MonthSummariesResponse.d.ts +2 -7
- package/dist/esm/models/MonthSummariesResponse.js +8 -16
- package/dist/esm/models/MonthSummariesResponseData.d.ts +2 -7
- package/dist/esm/models/MonthSummariesResponseData.js +11 -18
- package/dist/esm/models/MonthSummary.d.ts +2 -7
- package/dist/esm/models/MonthSummary.js +27 -31
- package/dist/esm/models/NewTransaction.d.ts +95 -0
- package/dist/esm/models/NewTransaction.js +58 -0
- package/dist/esm/models/PatchCategoryWrapper.d.ts +2 -7
- package/dist/esm/models/PatchCategoryWrapper.js +8 -16
- package/dist/esm/models/PatchMonthCategoryWrapper.d.ts +2 -7
- package/dist/esm/models/PatchMonthCategoryWrapper.js +8 -16
- package/dist/esm/models/PatchPayeeWrapper.d.ts +27 -0
- package/dist/esm/models/PatchPayeeWrapper.js +36 -0
- package/dist/esm/models/PatchTransactionsWrapper.d.ts +5 -10
- package/dist/esm/models/PatchTransactionsWrapper.js +10 -18
- package/dist/esm/models/Payee.d.ts +2 -7
- package/dist/esm/models/Payee.js +16 -23
- package/dist/esm/models/PayeeLocation.d.ts +2 -7
- package/dist/esm/models/PayeeLocation.js +20 -24
- package/dist/esm/models/PayeeLocationResponse.d.ts +2 -7
- package/dist/esm/models/PayeeLocationResponse.js +8 -16
- package/dist/esm/models/PayeeLocationResponseData.d.ts +2 -7
- package/dist/esm/models/PayeeLocationResponseData.js +8 -16
- package/dist/esm/models/PayeeLocationsResponse.d.ts +2 -7
- package/dist/esm/models/PayeeLocationsResponse.js +8 -16
- package/dist/esm/models/PayeeLocationsResponseData.d.ts +2 -7
- package/dist/esm/models/PayeeLocationsResponseData.js +8 -16
- package/dist/esm/models/PayeeResponse.d.ts +2 -7
- package/dist/esm/models/PayeeResponse.js +8 -16
- package/dist/esm/models/PayeeResponseData.d.ts +2 -7
- package/dist/esm/models/PayeeResponseData.js +8 -16
- package/dist/esm/models/PayeesResponse.d.ts +2 -7
- package/dist/esm/models/PayeesResponse.js +8 -16
- package/dist/esm/models/PayeesResponseData.d.ts +2 -7
- package/dist/esm/models/PayeesResponseData.js +11 -18
- package/dist/esm/models/PostAccountWrapper.d.ts +2 -7
- package/dist/esm/models/PostAccountWrapper.js +8 -16
- package/dist/esm/models/PostScheduledTransactionWrapper.d.ts +27 -0
- package/dist/esm/models/PostScheduledTransactionWrapper.js +36 -0
- package/dist/esm/models/PostTransactionsWrapper.d.ts +7 -12
- package/dist/esm/models/PostTransactionsWrapper.js +10 -20
- package/dist/esm/models/PutTransactionWrapper.d.ts +5 -10
- package/dist/esm/models/PutTransactionWrapper.js +10 -18
- package/dist/esm/models/SaveAccount.d.ts +2 -7
- package/dist/esm/models/SaveAccount.js +14 -20
- package/dist/esm/models/SaveCategory.d.ts +2 -7
- package/dist/esm/models/SaveCategory.js +11 -21
- package/dist/esm/models/SaveCategoryResponse.d.ts +2 -7
- package/dist/esm/models/SaveCategoryResponse.js +8 -16
- package/dist/esm/models/SaveCategoryResponseData.d.ts +2 -7
- package/dist/esm/models/SaveCategoryResponseData.js +11 -18
- package/dist/esm/models/SaveMonthCategory.d.ts +2 -7
- package/dist/esm/models/SaveMonthCategory.js +8 -16
- package/dist/esm/models/SavePayee.d.ts +26 -0
- package/dist/esm/models/SavePayee.js +33 -0
- package/dist/esm/models/SavePayeeResponse.d.ts +27 -0
- package/dist/esm/models/SavePayeeResponse.js +36 -0
- package/dist/esm/models/SavePayeeResponseData.d.ts +33 -0
- package/dist/esm/models/SavePayeeResponseData.js +40 -0
- package/dist/esm/models/SaveScheduledTransaction.d.ts +76 -0
- package/dist/esm/models/SaveScheduledTransaction.js +55 -0
- package/dist/esm/models/SaveSubTransaction.d.ts +2 -7
- package/dist/esm/models/SaveSubTransaction.js +16 -25
- package/dist/esm/models/SaveTransactionWithIdOrImportId.d.ts +101 -0
- package/dist/esm/models/SaveTransactionWithIdOrImportId.js +60 -0
- package/dist/esm/models/SaveTransactionWithOptionalFields.d.ts +5 -16
- package/dist/esm/models/SaveTransactionWithOptionalFields.js +29 -41
- package/dist/esm/models/SaveTransactionsResponse.d.ts +2 -7
- package/dist/esm/models/SaveTransactionsResponse.js +8 -16
- package/dist/esm/models/SaveTransactionsResponseData.d.ts +2 -7
- package/dist/esm/models/SaveTransactionsResponseData.js +17 -25
- package/dist/esm/models/ScheduledSubTransaction.d.ts +2 -7
- package/dist/esm/models/ScheduledSubTransaction.js +25 -31
- package/dist/esm/models/ScheduledTransactionDetail.d.ts +10 -9
- package/dist/esm/models/ScheduledTransactionDetail.js +49 -48
- package/dist/esm/models/ScheduledTransactionFrequency.d.ts +30 -0
- package/dist/esm/models/ScheduledTransactionFrequency.js +46 -0
- package/dist/esm/models/ScheduledTransactionResponse.d.ts +2 -7
- package/dist/esm/models/ScheduledTransactionResponse.js +8 -16
- package/dist/esm/models/ScheduledTransactionResponseData.d.ts +2 -7
- package/dist/esm/models/ScheduledTransactionResponseData.js +8 -16
- package/dist/esm/models/ScheduledTransactionSummary.d.ts +9 -8
- package/dist/esm/models/ScheduledTransactionSummary.js +38 -39
- package/dist/esm/models/ScheduledTransactionsResponse.d.ts +2 -7
- package/dist/esm/models/ScheduledTransactionsResponse.js +8 -16
- package/dist/esm/models/ScheduledTransactionsResponseData.d.ts +2 -7
- package/dist/esm/models/ScheduledTransactionsResponseData.js +11 -18
- package/dist/esm/models/SubTransaction.d.ts +2 -7
- package/dist/esm/models/SubTransaction.js +31 -37
- package/dist/esm/models/TransactionClearedStatus.d.ts +3 -7
- package/dist/esm/models/TransactionClearedStatus.js +11 -6
- package/dist/esm/models/TransactionDetail.d.ts +12 -11
- package/dist/esm/models/TransactionDetail.js +62 -61
- package/dist/esm/models/TransactionFlagColor.d.ts +3 -7
- package/dist/esm/models/TransactionFlagColor.js +11 -6
- package/dist/esm/models/TransactionResponse.d.ts +2 -7
- package/dist/esm/models/TransactionResponse.js +8 -16
- package/dist/esm/models/TransactionResponseData.d.ts +2 -7
- package/dist/esm/models/TransactionResponseData.js +8 -16
- package/dist/esm/models/TransactionSummary.d.ts +11 -10
- package/dist/esm/models/TransactionSummary.js +51 -52
- package/dist/esm/models/TransactionsImportResponse.d.ts +2 -7
- package/dist/esm/models/TransactionsImportResponse.js +8 -16
- package/dist/esm/models/TransactionsImportResponseData.d.ts +2 -7
- package/dist/esm/models/TransactionsImportResponseData.js +8 -16
- package/dist/esm/models/TransactionsResponse.d.ts +2 -7
- package/dist/esm/models/TransactionsResponse.js +8 -16
- package/dist/esm/models/TransactionsResponseData.d.ts +2 -7
- package/dist/esm/models/TransactionsResponseData.js +11 -18
- package/dist/esm/models/User.d.ts +2 -7
- package/dist/esm/models/User.js +8 -16
- package/dist/esm/models/UserResponse.d.ts +2 -7
- package/dist/esm/models/UserResponse.js +8 -16
- package/dist/esm/models/UserResponseData.d.ts +2 -7
- package/dist/esm/models/UserResponseData.js +8 -16
- package/dist/esm/models/index.d.ts +10 -9
- package/dist/esm/models/index.js +10 -9
- package/dist/esm/runtime.d.ts +10 -15
- package/dist/esm/runtime.js +2 -7
- package/dist/models/Account.d.ts +7 -12
- package/dist/models/Account.js +1 -6
- package/dist/models/AccountResponse.d.ts +1 -6
- package/dist/models/AccountResponse.js +1 -6
- package/dist/models/AccountResponseData.d.ts +1 -6
- package/dist/models/AccountResponseData.js +1 -6
- package/dist/models/AccountType.d.ts +1 -6
- package/dist/models/AccountType.js +1 -6
- package/dist/models/AccountsResponse.d.ts +1 -6
- package/dist/models/AccountsResponse.js +1 -6
- package/dist/models/AccountsResponseData.d.ts +1 -6
- package/dist/models/AccountsResponseData.js +1 -6
- package/dist/models/BudgetDetail.d.ts +3 -8
- package/dist/models/BudgetDetail.js +1 -6
- package/dist/models/BudgetDetailResponse.d.ts +1 -6
- package/dist/models/BudgetDetailResponse.js +1 -6
- package/dist/models/BudgetDetailResponseData.d.ts +1 -6
- package/dist/models/BudgetDetailResponseData.js +1 -6
- package/dist/models/BudgetSettings.d.ts +1 -6
- package/dist/models/BudgetSettings.js +1 -6
- package/dist/models/BudgetSettingsResponse.d.ts +1 -6
- package/dist/models/BudgetSettingsResponse.js +1 -6
- package/dist/models/BudgetSettingsResponseData.d.ts +1 -6
- package/dist/models/BudgetSettingsResponseData.js +1 -6
- package/dist/models/BudgetSummary.d.ts +3 -8
- package/dist/models/BudgetSummary.js +1 -6
- package/dist/models/BudgetSummaryResponse.d.ts +1 -6
- package/dist/models/BudgetSummaryResponse.js +1 -6
- package/dist/models/BudgetSummaryResponseData.d.ts +1 -6
- package/dist/models/BudgetSummaryResponseData.js +1 -6
- package/dist/models/BulkResponse.d.ts +1 -6
- package/dist/models/BulkResponse.js +1 -6
- package/dist/models/BulkResponseData.d.ts +1 -6
- package/dist/models/BulkResponseData.js +1 -6
- package/dist/models/BulkResponseDataBulk.d.ts +1 -6
- package/dist/models/BulkResponseDataBulk.js +1 -6
- package/dist/models/BulkTransactions.d.ts +1 -6
- package/dist/models/BulkTransactions.js +1 -6
- package/dist/models/CategoriesResponse.d.ts +1 -6
- package/dist/models/CategoriesResponse.js +1 -6
- package/dist/models/CategoriesResponseData.d.ts +1 -6
- package/dist/models/CategoriesResponseData.js +1 -6
- package/dist/models/Category.d.ts +16 -21
- package/dist/models/Category.js +1 -6
- package/dist/models/CategoryGroup.d.ts +1 -6
- package/dist/models/CategoryGroup.js +1 -6
- package/dist/models/CategoryGroupWithCategories.d.ts +1 -6
- package/dist/models/CategoryGroupWithCategories.js +1 -6
- package/dist/models/CategoryResponse.d.ts +1 -6
- package/dist/models/CategoryResponse.js +1 -6
- package/dist/models/CategoryResponseData.d.ts +1 -6
- package/dist/models/CategoryResponseData.js +1 -6
- package/dist/models/CurrencyFormat.d.ts +1 -6
- package/dist/models/CurrencyFormat.js +1 -6
- package/dist/models/DateFormat.d.ts +1 -6
- package/dist/models/DateFormat.js +1 -6
- package/dist/models/ErrorDetail.d.ts +1 -6
- package/dist/models/ErrorDetail.js +1 -6
- package/dist/models/ErrorResponse.d.ts +1 -6
- package/dist/models/ErrorResponse.js +1 -6
- package/dist/models/ExistingTransaction.d.ts +7 -12
- package/dist/models/ExistingTransaction.js +1 -6
- package/dist/models/HybridTransaction.d.ts +15 -20
- package/dist/models/HybridTransaction.js +1 -6
- package/dist/models/HybridTransactionsResponse.d.ts +1 -6
- package/dist/models/HybridTransactionsResponse.js +1 -6
- package/dist/models/HybridTransactionsResponseData.d.ts +1 -6
- package/dist/models/HybridTransactionsResponseData.js +1 -6
- package/dist/models/MonthDetail.d.ts +3 -8
- package/dist/models/MonthDetail.js +1 -6
- package/dist/models/MonthDetailResponse.d.ts +1 -6
- package/dist/models/MonthDetailResponse.js +1 -6
- package/dist/models/MonthDetailResponseData.d.ts +1 -6
- package/dist/models/MonthDetailResponseData.js +1 -6
- package/dist/models/MonthSummariesResponse.d.ts +1 -6
- package/dist/models/MonthSummariesResponse.js +1 -6
- package/dist/models/MonthSummariesResponseData.d.ts +1 -6
- package/dist/models/MonthSummariesResponseData.js +1 -6
- package/dist/models/MonthSummary.d.ts +3 -8
- package/dist/models/MonthSummary.js +1 -6
- package/dist/models/NewTransaction.d.ts +8 -13
- package/dist/models/NewTransaction.js +1 -6
- package/dist/models/PatchCategoryWrapper.d.ts +1 -6
- package/dist/models/PatchCategoryWrapper.js +1 -6
- package/dist/models/PatchMonthCategoryWrapper.d.ts +1 -6
- package/dist/models/PatchMonthCategoryWrapper.js +1 -6
- package/dist/models/PatchPayeeWrapper.d.ts +1 -6
- package/dist/models/PatchPayeeWrapper.js +1 -6
- package/dist/models/PatchTransactionsWrapper.d.ts +1 -6
- package/dist/models/PatchTransactionsWrapper.js +1 -6
- package/dist/models/Payee.d.ts +2 -7
- package/dist/models/Payee.js +1 -6
- package/dist/models/PayeeLocation.d.ts +1 -6
- package/dist/models/PayeeLocation.js +1 -6
- package/dist/models/PayeeLocationResponse.d.ts +1 -6
- package/dist/models/PayeeLocationResponse.js +1 -6
- package/dist/models/PayeeLocationResponseData.d.ts +1 -6
- package/dist/models/PayeeLocationResponseData.js +1 -6
- package/dist/models/PayeeLocationsResponse.d.ts +1 -6
- package/dist/models/PayeeLocationsResponse.js +1 -6
- package/dist/models/PayeeLocationsResponseData.d.ts +1 -6
- package/dist/models/PayeeLocationsResponseData.js +1 -6
- package/dist/models/PayeeResponse.d.ts +1 -6
- package/dist/models/PayeeResponse.js +1 -6
- package/dist/models/PayeeResponseData.d.ts +1 -6
- package/dist/models/PayeeResponseData.js +1 -6
- package/dist/models/PayeesResponse.d.ts +1 -6
- package/dist/models/PayeesResponse.js +1 -6
- package/dist/models/PayeesResponseData.d.ts +1 -6
- package/dist/models/PayeesResponseData.js +1 -6
- package/dist/models/PostAccountWrapper.d.ts +1 -6
- package/dist/models/PostAccountWrapper.js +1 -6
- package/dist/models/PostScheduledTransactionWrapper.d.ts +27 -0
- package/dist/models/PostScheduledTransactionWrapper.js +43 -0
- package/dist/models/PostTransactionsWrapper.d.ts +1 -6
- package/dist/models/PostTransactionsWrapper.js +1 -6
- package/dist/models/PutTransactionWrapper.d.ts +1 -6
- package/dist/models/PutTransactionWrapper.js +1 -6
- package/dist/models/SaveAccount.d.ts +1 -6
- package/dist/models/SaveAccount.js +1 -6
- package/dist/models/SaveCategory.d.ts +3 -8
- package/dist/models/SaveCategory.js +1 -6
- package/dist/models/SaveCategoryResponse.d.ts +1 -6
- package/dist/models/SaveCategoryResponse.js +1 -6
- package/dist/models/SaveCategoryResponseData.d.ts +1 -6
- package/dist/models/SaveCategoryResponseData.js +1 -6
- package/dist/models/SaveMonthCategory.d.ts +1 -6
- package/dist/models/SaveMonthCategory.js +1 -6
- package/dist/models/SavePayee.d.ts +1 -6
- package/dist/models/SavePayee.js +1 -6
- package/dist/models/SavePayeeResponse.d.ts +1 -6
- package/dist/models/SavePayeeResponse.js +1 -6
- package/dist/models/SavePayeeResponseData.d.ts +1 -6
- package/dist/models/SavePayeeResponseData.js +1 -6
- package/dist/models/SaveScheduledTransaction.d.ts +76 -0
- package/dist/models/SaveScheduledTransaction.js +62 -0
- package/dist/models/SaveSubTransaction.d.ts +5 -10
- package/dist/models/SaveSubTransaction.js +1 -6
- package/dist/models/SaveTransactionWithIdOrImportId.d.ts +9 -14
- package/dist/models/SaveTransactionWithIdOrImportId.js +1 -6
- package/dist/models/SaveTransactionWithOptionalFields.d.ts +7 -12
- package/dist/models/SaveTransactionWithOptionalFields.js +1 -6
- package/dist/models/SaveTransactionsResponse.d.ts +1 -6
- package/dist/models/SaveTransactionsResponse.js +1 -6
- package/dist/models/SaveTransactionsResponseData.d.ts +1 -6
- package/dist/models/SaveTransactionsResponseData.js +1 -6
- package/dist/models/ScheduledSubTransaction.d.ts +5 -10
- package/dist/models/ScheduledSubTransaction.js +1 -6
- package/dist/models/ScheduledTransactionDetail.d.ts +9 -14
- package/dist/models/ScheduledTransactionDetail.js +1 -6
- package/dist/models/ScheduledTransactionFrequency.d.ts +30 -0
- package/dist/models/ScheduledTransactionFrequency.js +53 -0
- package/dist/models/ScheduledTransactionResponse.d.ts +1 -6
- package/dist/models/ScheduledTransactionResponse.js +1 -6
- package/dist/models/ScheduledTransactionResponseData.d.ts +1 -6
- package/dist/models/ScheduledTransactionResponseData.js +1 -6
- package/dist/models/ScheduledTransactionSummary.d.ts +7 -12
- package/dist/models/ScheduledTransactionSummary.js +1 -6
- package/dist/models/ScheduledTransactionsResponse.d.ts +1 -6
- package/dist/models/ScheduledTransactionsResponse.js +1 -6
- package/dist/models/ScheduledTransactionsResponseData.d.ts +1 -6
- package/dist/models/ScheduledTransactionsResponseData.js +1 -6
- package/dist/models/SubTransaction.d.ts +8 -13
- package/dist/models/SubTransaction.js +1 -6
- package/dist/models/TransactionClearedStatus.d.ts +1 -6
- package/dist/models/TransactionClearedStatus.js +1 -6
- package/dist/models/TransactionDetail.d.ts +15 -20
- package/dist/models/TransactionDetail.js +1 -6
- package/dist/models/TransactionFlagColor.d.ts +1 -6
- package/dist/models/TransactionFlagColor.js +1 -6
- package/dist/models/TransactionResponse.d.ts +1 -6
- package/dist/models/TransactionResponse.js +1 -6
- package/dist/models/TransactionResponseData.d.ts +1 -6
- package/dist/models/TransactionResponseData.js +1 -6
- package/dist/models/TransactionSummary.d.ts +13 -18
- package/dist/models/TransactionSummary.js +1 -6
- package/dist/models/TransactionsImportResponse.d.ts +1 -6
- package/dist/models/TransactionsImportResponse.js +1 -6
- package/dist/models/TransactionsImportResponseData.d.ts +1 -6
- package/dist/models/TransactionsImportResponseData.js +1 -6
- package/dist/models/TransactionsResponse.d.ts +1 -6
- package/dist/models/TransactionsResponse.js +1 -6
- package/dist/models/TransactionsResponseData.d.ts +1 -6
- package/dist/models/TransactionsResponseData.js +1 -6
- package/dist/models/User.d.ts +1 -6
- package/dist/models/User.js +1 -6
- package/dist/models/UserResponse.d.ts +1 -6
- package/dist/models/UserResponse.js +1 -6
- package/dist/models/UserResponseData.d.ts +1 -6
- package/dist/models/UserResponseData.js +1 -6
- package/dist/models/index.d.ts +3 -0
- package/dist/models/index.js +3 -0
- package/dist/runtime.d.ts +1 -6
- package/dist/runtime.js +1 -6
- package/package.json +1 -1
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
/**
|
|
13
8
|
*
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.BulkResponseDataBulkToJSON = exports.BulkResponseDataBulkFromJSONTyped = exports.BulkResponseDataBulkFromJSON = exports.instanceOfBulkResponseDataBulk = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
import type { SaveTransactionWithOptionalFields } from './SaveTransactionWithOptionalFields';
|
|
13
8
|
/**
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.BulkTransactionsToJSON = exports.BulkTransactionsFromJSONTyped = exports.BulkTransactionsFromJSON = exports.instanceOfBulkTransactions = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
import type { CategoriesResponseData } from './CategoriesResponseData';
|
|
13
8
|
/**
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.CategoriesResponseToJSON = exports.CategoriesResponseFromJSONTyped = exports.CategoriesResponseFromJSON = exports.instanceOfCategoriesResponse = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
import type { CategoryGroupWithCategories } from './CategoryGroupWithCategories';
|
|
13
8
|
/**
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.CategoriesResponseDataToJSON = exports.CategoriesResponseDataFromJSONTyped = exports.CategoriesResponseDataFromJSON = exports.instanceOfCategoriesResponseData = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
/**
|
|
13
8
|
*
|
|
@@ -50,13 +45,13 @@ export interface Category {
|
|
|
50
45
|
* @type {string}
|
|
51
46
|
* @memberof Category
|
|
52
47
|
*/
|
|
53
|
-
original_category_group_id?: string;
|
|
48
|
+
original_category_group_id?: string | null;
|
|
54
49
|
/**
|
|
55
50
|
*
|
|
56
51
|
* @type {string}
|
|
57
52
|
* @memberof Category
|
|
58
53
|
*/
|
|
59
|
-
note?: string;
|
|
54
|
+
note?: string | null;
|
|
60
55
|
/**
|
|
61
56
|
* Budgeted amount in milliunits format
|
|
62
57
|
* @type {number}
|
|
@@ -80,79 +75,79 @@ export interface Category {
|
|
|
80
75
|
* @type {string}
|
|
81
76
|
* @memberof Category
|
|
82
77
|
*/
|
|
83
|
-
goal_type?: CategoryGoalTypeEnum;
|
|
78
|
+
goal_type?: CategoryGoalTypeEnum | null;
|
|
84
79
|
/**
|
|
85
80
|
* Indicates the monthly rollover behavior for "NEED"-type goals. When "true", the goal will always ask for the target amount in the new month ("Set Aside"). When "false", previous month category funding is used ("Refill"). For other goal types, this field will be null.
|
|
86
81
|
* @type {boolean}
|
|
87
82
|
* @memberof Category
|
|
88
83
|
*/
|
|
89
|
-
goal_needs_whole_amount?: boolean;
|
|
84
|
+
goal_needs_whole_amount?: boolean | null;
|
|
90
85
|
/**
|
|
91
86
|
* A day offset modifier for the goal's due date. When goal_cadence is 2 (Weekly), this value specifies which day of the week the goal is due (0 = Sunday, 6 = Saturday). Otherwise, this value specifies which day of the month the goal is due (1 = 1st, 31 = 31st, null = Last day of Month).
|
|
92
87
|
* @type {number}
|
|
93
88
|
* @memberof Category
|
|
94
89
|
*/
|
|
95
|
-
goal_day?: number;
|
|
90
|
+
goal_day?: number | null;
|
|
96
91
|
/**
|
|
97
92
|
* The goal cadence. Value in range 0-14. There are two subsets of these values which behave differently. For values 0, 1, 2, and 13, the goal's due date repeats every goal_cadence * goal_cadence_frequency, where 0 = None, 1 = Monthly, 2 = Weekly, and 13 = Yearly. For example, goal_cadence 1 with goal_cadence_frequency 2 means the goal is due every other month. For values 3-12 and 14, goal_cadence_frequency is ignored and the goal's due date repeats every goal_cadence, where 3 = Every 2 Months, 4 = Every 3 Months, ..., 12 = Every 11 Months, and 14 = Every 2 Years.
|
|
98
93
|
* @type {number}
|
|
99
94
|
* @memberof Category
|
|
100
95
|
*/
|
|
101
|
-
goal_cadence?: number;
|
|
96
|
+
goal_cadence?: number | null;
|
|
102
97
|
/**
|
|
103
98
|
* The goal cadence frequency. When goal_cadence is 0, 1, 2, or 13, a goal's due date repeats every goal_cadence * goal_cadence_frequency. For example, goal_cadence 1 with goal_cadence_frequency 2 means the goal is due every other month. When goal_cadence is 3-12 or 14, goal_cadence_frequency is ignored.
|
|
104
99
|
* @type {number}
|
|
105
100
|
* @memberof Category
|
|
106
101
|
*/
|
|
107
|
-
goal_cadence_frequency?: number;
|
|
102
|
+
goal_cadence_frequency?: number | null;
|
|
108
103
|
/**
|
|
109
104
|
* The month a goal was created
|
|
110
105
|
* @type {string}
|
|
111
106
|
* @memberof Category
|
|
112
107
|
*/
|
|
113
|
-
goal_creation_month?: string;
|
|
108
|
+
goal_creation_month?: string | null;
|
|
114
109
|
/**
|
|
115
110
|
* The goal target amount in milliunits
|
|
116
111
|
* @type {number}
|
|
117
112
|
* @memberof Category
|
|
118
113
|
*/
|
|
119
|
-
goal_target?: number;
|
|
114
|
+
goal_target?: number | null;
|
|
120
115
|
/**
|
|
121
116
|
* The original target month for the goal to be completed. Only some goal types specify this date.
|
|
122
117
|
* @type {string}
|
|
123
118
|
* @memberof Category
|
|
124
119
|
*/
|
|
125
|
-
goal_target_month?: string;
|
|
120
|
+
goal_target_month?: string | null;
|
|
126
121
|
/**
|
|
127
122
|
* The percentage completion of the goal
|
|
128
123
|
* @type {number}
|
|
129
124
|
* @memberof Category
|
|
130
125
|
*/
|
|
131
|
-
goal_percentage_complete?: number;
|
|
126
|
+
goal_percentage_complete?: number | null;
|
|
132
127
|
/**
|
|
133
128
|
* The number of months, including the current month, left in the current goal period.
|
|
134
129
|
* @type {number}
|
|
135
130
|
* @memberof Category
|
|
136
131
|
*/
|
|
137
|
-
goal_months_to_budget?: number;
|
|
132
|
+
goal_months_to_budget?: number | null;
|
|
138
133
|
/**
|
|
139
134
|
* The amount of funding still needed in the current month to stay on track towards completing the goal within the current goal period. This amount will generally correspond to the 'Underfunded' amount in the web and mobile clients except when viewing a category with a Needed for Spending Goal in a future month. The web and mobile clients will ignore any funding from a prior goal period when viewing category with a Needed for Spending Goal in a future month.
|
|
140
135
|
* @type {number}
|
|
141
136
|
* @memberof Category
|
|
142
137
|
*/
|
|
143
|
-
goal_under_funded?: number;
|
|
138
|
+
goal_under_funded?: number | null;
|
|
144
139
|
/**
|
|
145
140
|
* The total amount funded towards the goal within the current goal period.
|
|
146
141
|
* @type {number}
|
|
147
142
|
* @memberof Category
|
|
148
143
|
*/
|
|
149
|
-
goal_overall_funded?: number;
|
|
144
|
+
goal_overall_funded?: number | null;
|
|
150
145
|
/**
|
|
151
146
|
* The amount of funding still needed to complete the goal within the current goal period.
|
|
152
147
|
* @type {number}
|
|
153
148
|
* @memberof Category
|
|
154
149
|
*/
|
|
155
|
-
goal_overall_left?: number;
|
|
150
|
+
goal_overall_left?: number | null;
|
|
156
151
|
/**
|
|
157
152
|
* Whether or not the category has been deleted. Deleted categories will only be included in delta requests.
|
|
158
153
|
* @type {boolean}
|
package/dist/models/Category.js
CHANGED
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.CategoryToJSON = exports.CategoryFromJSONTyped = exports.CategoryFromJSON = exports.instanceOfCategory = exports.CategoryGoalTypeEnum = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
/**
|
|
13
8
|
*
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.CategoryGroupToJSON = exports.CategoryGroupFromJSONTyped = exports.CategoryGroupFromJSON = exports.instanceOfCategoryGroup = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
import type { Category } from './Category';
|
|
13
8
|
/**
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.CategoryGroupWithCategoriesToJSON = exports.CategoryGroupWithCategoriesFromJSONTyped = exports.CategoryGroupWithCategoriesFromJSON = exports.instanceOfCategoryGroupWithCategories = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
import type { CategoryResponseData } from './CategoryResponseData';
|
|
13
8
|
/**
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.CategoryResponseToJSON = exports.CategoryResponseFromJSONTyped = exports.CategoryResponseFromJSON = exports.instanceOfCategoryResponse = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
import type { Category } from './Category';
|
|
13
8
|
/**
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.CategoryResponseDataToJSON = exports.CategoryResponseDataFromJSONTyped = exports.CategoryResponseDataFromJSON = exports.instanceOfCategoryResponseData = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
/**
|
|
13
8
|
* The currency format setting for the budget. In some cases the format will not be available and will be specified as null.
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.CurrencyFormatToJSON = exports.CurrencyFormatFromJSONTyped = exports.CurrencyFormatFromJSON = exports.instanceOfCurrencyFormat = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
/**
|
|
13
8
|
* The date format setting for the budget. In some cases the format will not be available and will be specified as null.
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.DateFormatToJSON = exports.DateFormatFromJSONTyped = exports.DateFormatFromJSON = exports.instanceOfDateFormat = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
/**
|
|
13
8
|
*
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.ErrorDetailToJSON = exports.ErrorDetailFromJSONTyped = exports.ErrorDetailFromJSON = exports.instanceOfErrorDetail = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
import type { ErrorDetail } from './ErrorDetail';
|
|
13
8
|
/**
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.ErrorResponseToJSON = exports.ErrorResponseFromJSONTyped = exports.ErrorResponseFromJSON = exports.instanceOfErrorResponse = void 0;
|
|
@@ -2,12 +2,7 @@
|
|
|
2
2
|
* YNAB API Endpoints
|
|
3
3
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
4
4
|
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
11
6
|
*/
|
|
12
7
|
import type { TransactionFlagColor } from './TransactionFlagColor';
|
|
13
8
|
import type { TransactionClearedStatus } from './TransactionClearedStatus';
|
|
@@ -37,29 +32,29 @@ export interface ExistingTransaction {
|
|
|
37
32
|
*/
|
|
38
33
|
amount?: number;
|
|
39
34
|
/**
|
|
40
|
-
* The payee for the transaction. To create a transfer between two accounts, use the account transfer payee pointing to the target account. Account transfer payees are specified as `
|
|
35
|
+
* The payee for the transaction. To create a transfer between two accounts, use the account transfer payee pointing to the target account. Account transfer payees are specified as `transfer_payee_id` on the account resource.
|
|
41
36
|
* @type {string}
|
|
42
37
|
* @memberof ExistingTransaction
|
|
43
38
|
*/
|
|
44
|
-
payee_id?: string;
|
|
39
|
+
payee_id?: string | null;
|
|
45
40
|
/**
|
|
46
41
|
* The payee name. If a `payee_name` value is provided and `payee_id` has a null value, the `payee_name` value will be used to resolve the payee by either (1) a matching payee rename rule (only if `import_id` is also specified) or (2) a payee with the same name or (3) creation of a new payee.
|
|
47
42
|
* @type {string}
|
|
48
43
|
* @memberof ExistingTransaction
|
|
49
44
|
*/
|
|
50
|
-
payee_name?: string;
|
|
45
|
+
payee_name?: string | null;
|
|
51
46
|
/**
|
|
52
47
|
* The category for the transaction. To configure a split transaction, you can specify null for `category_id` and provide a `subtransactions` array as part of the transaction object. If an existing transaction is a split, the `category_id` cannot be changed. Credit Card Payment categories are not permitted and will be ignored if supplied.
|
|
53
48
|
* @type {string}
|
|
54
49
|
* @memberof ExistingTransaction
|
|
55
50
|
*/
|
|
56
|
-
category_id?: string;
|
|
51
|
+
category_id?: string | null;
|
|
57
52
|
/**
|
|
58
53
|
*
|
|
59
54
|
* @type {string}
|
|
60
55
|
* @memberof ExistingTransaction
|
|
61
56
|
*/
|
|
62
|
-
memo?: string;
|
|
57
|
+
memo?: string | null;
|
|
63
58
|
/**
|
|
64
59
|
*
|
|
65
60
|
* @type {TransactionClearedStatus}
|
|
@@ -77,7 +72,7 @@ export interface ExistingTransaction {
|
|
|
77
72
|
* @type {TransactionFlagColor}
|
|
78
73
|
* @memberof ExistingTransaction
|
|
79
74
|
*/
|
|
80
|
-
flag_color?: TransactionFlagColor;
|
|
75
|
+
flag_color?: TransactionFlagColor | null;
|
|
81
76
|
/**
|
|
82
77
|
* An array of subtransactions to configure a transaction as a split. Updating `subtransactions` on an existing split transaction is not supported.
|
|
83
78
|
* @type {Array<SaveSubTransaction>}
|
|
@@ -5,12 +5,7 @@
|
|
|
5
5
|
* YNAB API Endpoints
|
|
6
6
|
* Our API uses a REST based design, leverages the JSON data format, and relies upon HTTPS for transport. We respond with meaningful HTTP response codes and if an error occurs, we include error details in the response body. API Documentation is at https://api.ynab.com
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
14
9
|
*/
|
|
15
10
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
11
|
exports.ExistingTransactionToJSON = exports.ExistingTransactionFromJSONTyped = exports.ExistingTransactionFromJSON = exports.instanceOfExistingTransaction = void 0;
|