ynab 2.3.0 → 2.4.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 +2 -0
- 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/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
|
@@ -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.ScheduledTransactionDetailToJSON = exports.ScheduledTransactionDetailFromJSONTyped = exports.ScheduledTransactionDetailFromJSON = exports.instanceOfScheduledTransactionDetail = exports.ScheduledTransactionDetailFrequencyEnum = void 0;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* YNAB API Endpoints
|
|
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
|
+
*
|
|
5
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* The scheduled transaction frequency
|
|
9
|
+
* @export
|
|
10
|
+
*/
|
|
11
|
+
export declare const ScheduledTransactionFrequency: {
|
|
12
|
+
readonly Never: "never";
|
|
13
|
+
readonly Daily: "daily";
|
|
14
|
+
readonly Weekly: "weekly";
|
|
15
|
+
readonly EveryOtherWeek: "everyOtherWeek";
|
|
16
|
+
readonly TwiceAMonth: "twiceAMonth";
|
|
17
|
+
readonly Every4Weeks: "every4Weeks";
|
|
18
|
+
readonly Monthly: "monthly";
|
|
19
|
+
readonly EveryOtherMonth: "everyOtherMonth";
|
|
20
|
+
readonly Every3Months: "every3Months";
|
|
21
|
+
readonly Every4Months: "every4Months";
|
|
22
|
+
readonly TwiceAYear: "twiceAYear";
|
|
23
|
+
readonly Yearly: "yearly";
|
|
24
|
+
readonly EveryOtherYear: "everyOtherYear";
|
|
25
|
+
};
|
|
26
|
+
export type ScheduledTransactionFrequency = typeof ScheduledTransactionFrequency[keyof typeof ScheduledTransactionFrequency];
|
|
27
|
+
export declare function instanceOfScheduledTransactionFrequency(value: any): boolean;
|
|
28
|
+
export declare function ScheduledTransactionFrequencyFromJSON(json: any): ScheduledTransactionFrequency;
|
|
29
|
+
export declare function ScheduledTransactionFrequencyFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduledTransactionFrequency;
|
|
30
|
+
export declare function ScheduledTransactionFrequencyToJSON(value?: ScheduledTransactionFrequency | null): any;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* YNAB API Endpoints
|
|
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
|
+
*
|
|
8
|
+
* Generated by: OpenAPI Generator (https://openapi-generator.tech)
|
|
9
|
+
*/
|
|
10
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
+
exports.ScheduledTransactionFrequencyToJSON = exports.ScheduledTransactionFrequencyFromJSONTyped = exports.ScheduledTransactionFrequencyFromJSON = exports.instanceOfScheduledTransactionFrequency = exports.ScheduledTransactionFrequency = void 0;
|
|
12
|
+
/**
|
|
13
|
+
* The scheduled transaction frequency
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
exports.ScheduledTransactionFrequency = {
|
|
17
|
+
Never: 'never',
|
|
18
|
+
Daily: 'daily',
|
|
19
|
+
Weekly: 'weekly',
|
|
20
|
+
EveryOtherWeek: 'everyOtherWeek',
|
|
21
|
+
TwiceAMonth: 'twiceAMonth',
|
|
22
|
+
Every4Weeks: 'every4Weeks',
|
|
23
|
+
Monthly: 'monthly',
|
|
24
|
+
EveryOtherMonth: 'everyOtherMonth',
|
|
25
|
+
Every3Months: 'every3Months',
|
|
26
|
+
Every4Months: 'every4Months',
|
|
27
|
+
TwiceAYear: 'twiceAYear',
|
|
28
|
+
Yearly: 'yearly',
|
|
29
|
+
EveryOtherYear: 'everyOtherYear'
|
|
30
|
+
};
|
|
31
|
+
function instanceOfScheduledTransactionFrequency(value) {
|
|
32
|
+
for (const key in exports.ScheduledTransactionFrequency) {
|
|
33
|
+
if (Object.prototype.hasOwnProperty.call(exports.ScheduledTransactionFrequency, key)) {
|
|
34
|
+
if (exports.ScheduledTransactionFrequency[key] === value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
exports.instanceOfScheduledTransactionFrequency = instanceOfScheduledTransactionFrequency;
|
|
42
|
+
function ScheduledTransactionFrequencyFromJSON(json) {
|
|
43
|
+
return ScheduledTransactionFrequencyFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.ScheduledTransactionFrequencyFromJSON = ScheduledTransactionFrequencyFromJSON;
|
|
46
|
+
function ScheduledTransactionFrequencyFromJSONTyped(json, ignoreDiscriminator) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
exports.ScheduledTransactionFrequencyFromJSONTyped = ScheduledTransactionFrequencyFromJSONTyped;
|
|
50
|
+
function ScheduledTransactionFrequencyToJSON(value) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
exports.ScheduledTransactionFrequencyToJSON = ScheduledTransactionFrequencyToJSON;
|
|
@@ -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 { ScheduledTransactionResponseData } from './ScheduledTransactionResponseData';
|
|
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.ScheduledTransactionResponseToJSON = exports.ScheduledTransactionResponseFromJSONTyped = exports.ScheduledTransactionResponseFromJSON = exports.instanceOfScheduledTransactionResponse = 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 { ScheduledTransactionDetail } from './ScheduledTransactionDetail';
|
|
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.ScheduledTransactionResponseDataToJSON = exports.ScheduledTransactionResponseDataFromJSONTyped = exports.ScheduledTransactionResponseDataFromJSON = exports.instanceOfScheduledTransactionResponseData = 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
|
/**
|
|
@@ -51,19 +46,19 @@ export interface ScheduledTransactionSummary {
|
|
|
51
46
|
* @type {string}
|
|
52
47
|
* @memberof ScheduledTransactionSummary
|
|
53
48
|
*/
|
|
54
|
-
memo?: string;
|
|
49
|
+
memo?: string | null;
|
|
55
50
|
/**
|
|
56
51
|
*
|
|
57
52
|
* @type {TransactionFlagColor}
|
|
58
53
|
* @memberof ScheduledTransactionSummary
|
|
59
54
|
*/
|
|
60
|
-
flag_color?: TransactionFlagColor;
|
|
55
|
+
flag_color?: TransactionFlagColor | null;
|
|
61
56
|
/**
|
|
62
57
|
* The customized name of a transaction flag
|
|
63
58
|
* @type {string}
|
|
64
59
|
* @memberof ScheduledTransactionSummary
|
|
65
60
|
*/
|
|
66
|
-
flag_name?: string;
|
|
61
|
+
flag_name?: string | null;
|
|
67
62
|
/**
|
|
68
63
|
*
|
|
69
64
|
* @type {string}
|
|
@@ -75,19 +70,19 @@ export interface ScheduledTransactionSummary {
|
|
|
75
70
|
* @type {string}
|
|
76
71
|
* @memberof ScheduledTransactionSummary
|
|
77
72
|
*/
|
|
78
|
-
payee_id?: string;
|
|
73
|
+
payee_id?: string | null;
|
|
79
74
|
/**
|
|
80
75
|
*
|
|
81
76
|
* @type {string}
|
|
82
77
|
* @memberof ScheduledTransactionSummary
|
|
83
78
|
*/
|
|
84
|
-
category_id?: string;
|
|
79
|
+
category_id?: string | null;
|
|
85
80
|
/**
|
|
86
81
|
* If a transfer, the account_id which the scheduled transaction transfers to
|
|
87
82
|
* @type {string}
|
|
88
83
|
* @memberof ScheduledTransactionSummary
|
|
89
84
|
*/
|
|
90
|
-
transfer_account_id?: string;
|
|
85
|
+
transfer_account_id?: string | null;
|
|
91
86
|
/**
|
|
92
87
|
* Whether or not the scheduled transaction has been deleted. Deleted scheduled transactions will only be included in delta requests.
|
|
93
88
|
* @type {boolean}
|
|
@@ -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.ScheduledTransactionSummaryToJSON = exports.ScheduledTransactionSummaryFromJSONTyped = exports.ScheduledTransactionSummaryFromJSON = exports.instanceOfScheduledTransactionSummary = exports.ScheduledTransactionSummaryFrequencyEnum = 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 { ScheduledTransactionsResponseData } from './ScheduledTransactionsResponseData';
|
|
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.ScheduledTransactionsResponseToJSON = exports.ScheduledTransactionsResponseFromJSONTyped = exports.ScheduledTransactionsResponseFromJSON = exports.instanceOfScheduledTransactionsResponse = 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 { ScheduledTransactionDetail } from './ScheduledTransactionDetail';
|
|
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.ScheduledTransactionsResponseDataToJSON = exports.ScheduledTransactionsResponseDataFromJSONTyped = exports.ScheduledTransactionsResponseDataFromJSON = exports.instanceOfScheduledTransactionsResponseData = 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
|
*
|
|
@@ -38,43 +33,43 @@ export interface SubTransaction {
|
|
|
38
33
|
* @type {string}
|
|
39
34
|
* @memberof SubTransaction
|
|
40
35
|
*/
|
|
41
|
-
memo?: string;
|
|
36
|
+
memo?: string | null;
|
|
42
37
|
/**
|
|
43
38
|
*
|
|
44
39
|
* @type {string}
|
|
45
40
|
* @memberof SubTransaction
|
|
46
41
|
*/
|
|
47
|
-
payee_id?: string;
|
|
42
|
+
payee_id?: string | null;
|
|
48
43
|
/**
|
|
49
44
|
*
|
|
50
45
|
* @type {string}
|
|
51
46
|
* @memberof SubTransaction
|
|
52
47
|
*/
|
|
53
|
-
payee_name?: string;
|
|
48
|
+
payee_name?: string | null;
|
|
54
49
|
/**
|
|
55
50
|
*
|
|
56
51
|
* @type {string}
|
|
57
52
|
* @memberof SubTransaction
|
|
58
53
|
*/
|
|
59
|
-
category_id?: string;
|
|
54
|
+
category_id?: string | null;
|
|
60
55
|
/**
|
|
61
56
|
*
|
|
62
57
|
* @type {string}
|
|
63
58
|
* @memberof SubTransaction
|
|
64
59
|
*/
|
|
65
|
-
category_name?: string;
|
|
60
|
+
category_name?: string | null;
|
|
66
61
|
/**
|
|
67
62
|
* If a transfer, the account_id which the subtransaction transfers to
|
|
68
63
|
* @type {string}
|
|
69
64
|
* @memberof SubTransaction
|
|
70
65
|
*/
|
|
71
|
-
transfer_account_id?: string;
|
|
66
|
+
transfer_account_id?: string | null;
|
|
72
67
|
/**
|
|
73
68
|
* If a transfer, the id of transaction on the other side of the transfer
|
|
74
69
|
* @type {string}
|
|
75
70
|
* @memberof SubTransaction
|
|
76
71
|
*/
|
|
77
|
-
transfer_transaction_id?: string;
|
|
72
|
+
transfer_transaction_id?: string | null;
|
|
78
73
|
/**
|
|
79
74
|
* Whether or not the subtransaction has been deleted. Deleted subtransactions will only be included in delta requests.
|
|
80
75
|
* @type {boolean}
|
|
@@ -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.SubTransactionToJSON = exports.SubTransactionFromJSONTyped = exports.SubTransactionFromJSON = exports.instanceOfSubTransaction = 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 cleared status of the transaction
|
|
@@ -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.TransactionClearedStatusToJSON = exports.TransactionClearedStatusFromJSONTyped = exports.TransactionClearedStatusFromJSON = exports.instanceOfTransactionClearedStatus = exports.TransactionClearedStatus = 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';
|
|
@@ -41,7 +36,7 @@ export interface TransactionDetail {
|
|
|
41
36
|
* @type {string}
|
|
42
37
|
* @memberof TransactionDetail
|
|
43
38
|
*/
|
|
44
|
-
memo?: string;
|
|
39
|
+
memo?: string | null;
|
|
45
40
|
/**
|
|
46
41
|
*
|
|
47
42
|
* @type {TransactionClearedStatus}
|
|
@@ -59,13 +54,13 @@ export interface TransactionDetail {
|
|
|
59
54
|
* @type {TransactionFlagColor}
|
|
60
55
|
* @memberof TransactionDetail
|
|
61
56
|
*/
|
|
62
|
-
flag_color?: TransactionFlagColor;
|
|
57
|
+
flag_color?: TransactionFlagColor | null;
|
|
63
58
|
/**
|
|
64
59
|
* The customized name of a transaction flag
|
|
65
60
|
* @type {string}
|
|
66
61
|
* @memberof TransactionDetail
|
|
67
62
|
*/
|
|
68
|
-
flag_name?: string;
|
|
63
|
+
flag_name?: string | null;
|
|
69
64
|
/**
|
|
70
65
|
*
|
|
71
66
|
* @type {string}
|
|
@@ -77,55 +72,55 @@ export interface TransactionDetail {
|
|
|
77
72
|
* @type {string}
|
|
78
73
|
* @memberof TransactionDetail
|
|
79
74
|
*/
|
|
80
|
-
payee_id?: string;
|
|
75
|
+
payee_id?: string | null;
|
|
81
76
|
/**
|
|
82
77
|
*
|
|
83
78
|
* @type {string}
|
|
84
79
|
* @memberof TransactionDetail
|
|
85
80
|
*/
|
|
86
|
-
category_id?: string;
|
|
81
|
+
category_id?: string | null;
|
|
87
82
|
/**
|
|
88
83
|
* If a transfer transaction, the account to which it transfers
|
|
89
84
|
* @type {string}
|
|
90
85
|
* @memberof TransactionDetail
|
|
91
86
|
*/
|
|
92
|
-
transfer_account_id?: string;
|
|
87
|
+
transfer_account_id?: string | null;
|
|
93
88
|
/**
|
|
94
89
|
* If a transfer transaction, the id of transaction on the other side of the transfer
|
|
95
90
|
* @type {string}
|
|
96
91
|
* @memberof TransactionDetail
|
|
97
92
|
*/
|
|
98
|
-
transfer_transaction_id?: string;
|
|
93
|
+
transfer_transaction_id?: string | null;
|
|
99
94
|
/**
|
|
100
95
|
* If transaction is matched, the id of the matched transaction
|
|
101
96
|
* @type {string}
|
|
102
97
|
* @memberof TransactionDetail
|
|
103
98
|
*/
|
|
104
|
-
matched_transaction_id?: string;
|
|
99
|
+
matched_transaction_id?: string | null;
|
|
105
100
|
/**
|
|
106
101
|
* If the transaction was imported, this field is a unique (by account) import identifier. If this transaction was imported through File Based Import or Direct Import and not through the API, the import_id will have the format: 'YNAB:[milliunit_amount]:[iso_date]:[occurrence]'. For example, a transaction dated 2015-12-30 in the amount of -$294.23 USD would have an import_id of 'YNAB:-294230:2015-12-30:1'. If a second transaction on the same account was imported and had the same date and same amount, its import_id would be 'YNAB:-294230:2015-12-30:2'.
|
|
107
102
|
* @type {string}
|
|
108
103
|
* @memberof TransactionDetail
|
|
109
104
|
*/
|
|
110
|
-
import_id?: string;
|
|
105
|
+
import_id?: string | null;
|
|
111
106
|
/**
|
|
112
107
|
* If the transaction was imported, the payee name that was used when importing and before applying any payee rename rules
|
|
113
108
|
* @type {string}
|
|
114
109
|
* @memberof TransactionDetail
|
|
115
110
|
*/
|
|
116
|
-
import_payee_name?: string;
|
|
111
|
+
import_payee_name?: string | null;
|
|
117
112
|
/**
|
|
118
113
|
* If the transaction was imported, the original payee name as it appeared on the statement
|
|
119
114
|
* @type {string}
|
|
120
115
|
* @memberof TransactionDetail
|
|
121
116
|
*/
|
|
122
|
-
import_payee_name_original?: string;
|
|
117
|
+
import_payee_name_original?: string | null;
|
|
123
118
|
/**
|
|
124
119
|
* If the transaction is a debt/loan account transaction, the type of transaction
|
|
125
120
|
* @type {string}
|
|
126
121
|
* @memberof TransactionDetail
|
|
127
122
|
*/
|
|
128
|
-
debt_transaction_type?: TransactionDetailDebtTransactionTypeEnum;
|
|
123
|
+
debt_transaction_type?: TransactionDetailDebtTransactionTypeEnum | null;
|
|
129
124
|
/**
|
|
130
125
|
* Whether or not the transaction has been deleted. Deleted transactions will only be included in delta requests.
|
|
131
126
|
* @type {boolean}
|
|
@@ -143,13 +138,13 @@ export interface TransactionDetail {
|
|
|
143
138
|
* @type {string}
|
|
144
139
|
* @memberof TransactionDetail
|
|
145
140
|
*/
|
|
146
|
-
payee_name?: string;
|
|
141
|
+
payee_name?: string | null;
|
|
147
142
|
/**
|
|
148
143
|
* The name of the category. If a split transaction, this will be 'Split'.
|
|
149
144
|
* @type {string}
|
|
150
145
|
* @memberof TransactionDetail
|
|
151
146
|
*/
|
|
152
|
-
category_name?: string;
|
|
147
|
+
category_name?: string | null;
|
|
153
148
|
/**
|
|
154
149
|
* If a split transaction, the subtransactions.
|
|
155
150
|
* @type {Array<SubTransaction>}
|
|
@@ -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.TransactionDetailToJSON = exports.TransactionDetailFromJSONTyped = exports.TransactionDetailFromJSON = exports.instanceOfTransactionDetail = exports.TransactionDetailDebtTransactionTypeEnum = 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 transaction flag
|
|
@@ -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.TransactionFlagColorToJSON = exports.TransactionFlagColorFromJSONTyped = exports.TransactionFlagColorFromJSON = exports.instanceOfTransactionFlagColor = exports.TransactionFlagColor = 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 { TransactionResponseData } from './TransactionResponseData';
|
|
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.TransactionResponseToJSON = exports.TransactionResponseFromJSONTyped = exports.TransactionResponseFromJSON = exports.instanceOfTransactionResponse = 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 { TransactionDetail } from './TransactionDetail';
|
|
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.TransactionResponseDataToJSON = exports.TransactionResponseDataFromJSONTyped = exports.TransactionResponseDataFromJSON = exports.instanceOfTransactionResponseData = void 0;
|