ynab 2.2.0 → 2.3.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/dist/apis/AccountsApi.d.ts +1 -1
- package/dist/apis/AccountsApi.js +1 -1
- package/dist/apis/BudgetsApi.d.ts +1 -1
- package/dist/apis/BudgetsApi.js +1 -1
- package/dist/apis/CategoriesApi.d.ts +1 -1
- package/dist/apis/CategoriesApi.js +1 -1
- package/dist/apis/MonthsApi.d.ts +1 -1
- package/dist/apis/MonthsApi.js +1 -1
- package/dist/apis/PayeeLocationsApi.d.ts +1 -1
- package/dist/apis/PayeeLocationsApi.js +1 -1
- package/dist/apis/PayeesApi.d.ts +17 -2
- package/dist/apis/PayeesApi.js +43 -1
- package/dist/apis/ScheduledTransactionsApi.d.ts +1 -1
- package/dist/apis/ScheduledTransactionsApi.js +1 -1
- package/dist/apis/TransactionsApi.d.ts +9 -9
- package/dist/apis/TransactionsApi.js +9 -9
- package/dist/apis/UserApi.d.ts +1 -1
- package/dist/apis/UserApi.js +1 -1
- package/dist/browser/ynab.js +1 -1
- package/dist/models/Account.d.ts +8 -8
- package/dist/models/Account.js +51 -46
- package/dist/models/AccountResponse.d.ts +2 -2
- package/dist/models/AccountResponse.js +8 -11
- package/dist/models/AccountResponseData.d.ts +2 -2
- package/dist/models/AccountResponseData.js +8 -11
- package/dist/models/AccountType.d.ts +2 -1
- package/dist/models/AccountType.js +13 -2
- package/dist/models/AccountsResponse.d.ts +2 -2
- package/dist/models/AccountsResponse.js +8 -11
- package/dist/models/AccountsResponseData.d.ts +2 -2
- package/dist/models/AccountsResponseData.js +11 -13
- package/dist/models/BudgetDetail.d.ts +8 -8
- package/dist/models/BudgetDetail.js +45 -48
- package/dist/models/BudgetDetailResponse.d.ts +2 -2
- package/dist/models/BudgetDetailResponse.js +8 -11
- package/dist/models/BudgetDetailResponseData.d.ts +2 -2
- package/dist/models/BudgetDetailResponseData.js +11 -13
- package/dist/models/BudgetSettings.d.ts +2 -2
- package/dist/models/BudgetSettings.js +11 -13
- package/dist/models/BudgetSettingsResponse.d.ts +2 -2
- package/dist/models/BudgetSettingsResponse.js +8 -11
- package/dist/models/BudgetSettingsResponseData.d.ts +2 -2
- package/dist/models/BudgetSettingsResponseData.js +8 -11
- package/dist/models/BudgetSummary.d.ts +4 -4
- package/dist/models/BudgetSummary.js +23 -26
- package/dist/models/BudgetSummaryResponse.d.ts +2 -2
- package/dist/models/BudgetSummaryResponse.js +8 -11
- package/dist/models/BudgetSummaryResponseData.d.ts +2 -2
- package/dist/models/BudgetSummaryResponseData.js +10 -14
- package/dist/models/BulkResponse.d.ts +2 -2
- package/dist/models/BulkResponse.js +8 -11
- package/dist/models/BulkResponseData.d.ts +2 -2
- package/dist/models/BulkResponseData.js +8 -11
- package/dist/models/BulkResponseDataBulk.d.ts +2 -2
- package/dist/models/BulkResponseDataBulk.js +11 -13
- package/dist/models/BulkTransactions.d.ts +5 -5
- package/dist/models/BulkTransactions.js +10 -13
- package/dist/models/CategoriesResponse.d.ts +2 -2
- package/dist/models/CategoriesResponse.js +8 -11
- package/dist/models/CategoriesResponseData.d.ts +2 -2
- package/dist/models/CategoriesResponseData.js +11 -13
- package/dist/models/Category.d.ts +21 -15
- package/dist/models/Category.js +61 -56
- package/dist/models/CategoryGroup.d.ts +2 -2
- package/dist/models/CategoryGroup.js +17 -17
- package/dist/models/CategoryGroupWithCategories.d.ts +2 -2
- package/dist/models/CategoryGroupWithCategories.js +20 -19
- package/dist/models/CategoryResponse.d.ts +2 -2
- package/dist/models/CategoryResponse.js +8 -11
- package/dist/models/CategoryResponseData.d.ts +2 -2
- package/dist/models/CategoryResponseData.js +8 -11
- package/dist/models/CurrencyFormat.d.ts +2 -2
- package/dist/models/CurrencyFormat.js +29 -25
- package/dist/models/DateFormat.d.ts +2 -2
- package/dist/models/DateFormat.js +8 -11
- package/dist/models/ErrorDetail.d.ts +2 -2
- package/dist/models/ErrorDetail.js +14 -15
- package/dist/models/ErrorResponse.d.ts +2 -2
- package/dist/models/ErrorResponse.js +8 -11
- package/dist/models/ExistingTransaction.d.ts +94 -0
- package/dist/models/ExistingTransaction.js +68 -0
- package/dist/models/HybridTransaction.d.ts +21 -15
- package/dist/models/HybridTransaction.js +63 -57
- package/dist/models/HybridTransactionsResponse.d.ts +2 -2
- package/dist/models/HybridTransactionsResponse.js +8 -11
- package/dist/models/HybridTransactionsResponseData.d.ts +2 -2
- package/dist/models/HybridTransactionsResponseData.js +10 -14
- package/dist/models/MonthDetail.d.ts +4 -4
- package/dist/models/MonthDetail.js +30 -28
- package/dist/models/MonthDetailResponse.d.ts +2 -2
- package/dist/models/MonthDetailResponse.js +8 -11
- package/dist/models/MonthDetailResponseData.d.ts +2 -2
- package/dist/models/MonthDetailResponseData.js +8 -11
- package/dist/models/MonthSummariesResponse.d.ts +2 -2
- package/dist/models/MonthSummariesResponse.js +8 -11
- package/dist/models/MonthSummariesResponseData.d.ts +2 -2
- package/dist/models/MonthSummariesResponseData.js +11 -13
- package/dist/models/MonthSummary.d.ts +4 -4
- package/dist/models/MonthSummary.js +27 -26
- package/dist/models/NewTransaction.d.ts +100 -0
- package/dist/models/NewTransaction.js +70 -0
- package/dist/models/PatchCategoryWrapper.d.ts +2 -2
- package/dist/models/PatchCategoryWrapper.js +8 -11
- package/dist/models/PatchMonthCategoryWrapper.d.ts +2 -2
- package/dist/models/PatchMonthCategoryWrapper.js +8 -11
- package/dist/models/PatchPayeeWrapper.d.ts +32 -0
- package/dist/models/PatchPayeeWrapper.js +48 -0
- package/dist/models/PatchTransactionsWrapper.d.ts +5 -5
- package/dist/models/PatchTransactionsWrapper.js +10 -13
- package/dist/models/Payee.d.ts +3 -3
- package/dist/models/Payee.js +16 -18
- package/dist/models/PayeeLocation.d.ts +2 -2
- package/dist/models/PayeeLocation.js +20 -19
- package/dist/models/PayeeLocationResponse.d.ts +2 -2
- package/dist/models/PayeeLocationResponse.js +8 -11
- package/dist/models/PayeeLocationResponseData.d.ts +2 -2
- package/dist/models/PayeeLocationResponseData.js +8 -11
- package/dist/models/PayeeLocationsResponse.d.ts +2 -2
- package/dist/models/PayeeLocationsResponse.js +8 -11
- package/dist/models/PayeeLocationsResponseData.d.ts +2 -2
- package/dist/models/PayeeLocationsResponseData.js +8 -11
- package/dist/models/PayeeResponse.d.ts +2 -2
- package/dist/models/PayeeResponse.js +8 -11
- package/dist/models/PayeeResponseData.d.ts +2 -2
- package/dist/models/PayeeResponseData.js +8 -11
- package/dist/models/PayeesResponse.d.ts +2 -2
- package/dist/models/PayeesResponse.js +8 -11
- package/dist/models/PayeesResponseData.d.ts +2 -2
- package/dist/models/PayeesResponseData.js +11 -13
- package/dist/models/PostAccountWrapper.d.ts +2 -2
- package/dist/models/PostAccountWrapper.js +8 -11
- package/dist/models/PostTransactionsWrapper.d.ts +7 -7
- package/dist/models/PostTransactionsWrapper.js +10 -15
- package/dist/models/PutTransactionWrapper.d.ts +5 -5
- package/dist/models/PutTransactionWrapper.js +10 -13
- package/dist/models/SaveAccount.d.ts +2 -2
- package/dist/models/SaveAccount.js +14 -15
- package/dist/models/SaveCategory.d.ts +4 -4
- package/dist/models/SaveCategory.js +11 -16
- package/dist/models/SaveCategoryResponse.d.ts +2 -2
- package/dist/models/SaveCategoryResponse.js +8 -11
- package/dist/models/SaveCategoryResponseData.d.ts +2 -2
- package/dist/models/SaveCategoryResponseData.js +11 -13
- package/dist/models/SaveMonthCategory.d.ts +2 -2
- package/dist/models/SaveMonthCategory.js +8 -11
- package/dist/models/SavePayee.d.ts +31 -0
- package/dist/models/SavePayee.js +45 -0
- package/dist/models/SavePayeeResponse.d.ts +32 -0
- package/dist/models/SavePayeeResponse.js +48 -0
- package/dist/models/SavePayeeResponseData.d.ts +38 -0
- package/dist/models/SavePayeeResponseData.js +52 -0
- package/dist/models/SaveSubTransaction.d.ts +6 -6
- package/dist/models/SaveSubTransaction.js +16 -20
- package/dist/models/SaveTransactionWithIdOrImportId.d.ts +106 -0
- package/dist/models/SaveTransactionWithIdOrImportId.js +72 -0
- package/dist/models/SaveTransactionWithOptionalFields.d.ts +9 -15
- package/dist/models/SaveTransactionWithOptionalFields.js +29 -36
- package/dist/models/SaveTransactionsResponse.d.ts +2 -2
- package/dist/models/SaveTransactionsResponse.js +8 -11
- package/dist/models/SaveTransactionsResponseData.d.ts +2 -2
- package/dist/models/SaveTransactionsResponseData.js +17 -20
- package/dist/models/ScheduledSubTransaction.d.ts +6 -6
- package/dist/models/ScheduledSubTransaction.js +25 -26
- package/dist/models/ScheduledTransactionDetail.d.ts +16 -10
- package/dist/models/ScheduledTransactionDetail.js +49 -43
- package/dist/models/ScheduledTransactionResponse.d.ts +2 -2
- package/dist/models/ScheduledTransactionResponse.js +8 -11
- package/dist/models/ScheduledTransactionResponseData.d.ts +2 -2
- package/dist/models/ScheduledTransactionResponseData.js +8 -11
- package/dist/models/ScheduledTransactionSummary.d.ts +13 -7
- package/dist/models/ScheduledTransactionSummary.js +38 -34
- package/dist/models/ScheduledTransactionsResponse.d.ts +2 -2
- package/dist/models/ScheduledTransactionsResponse.js +8 -11
- package/dist/models/ScheduledTransactionsResponseData.d.ts +2 -2
- package/dist/models/ScheduledTransactionsResponseData.js +11 -13
- package/dist/models/SubTransaction.d.ts +9 -9
- package/dist/models/SubTransaction.js +31 -32
- package/dist/models/TransactionClearedStatus.d.ts +2 -1
- package/dist/models/TransactionClearedStatus.js +13 -2
- package/dist/models/TransactionDetail.d.ts +22 -16
- package/dist/models/TransactionDetail.js +62 -56
- package/dist/models/TransactionFlagColor.d.ts +2 -1
- package/dist/models/TransactionFlagColor.js +13 -2
- package/dist/models/TransactionResponse.d.ts +2 -2
- package/dist/models/TransactionResponse.js +8 -11
- package/dist/models/TransactionResponseData.d.ts +2 -2
- package/dist/models/TransactionResponseData.js +8 -11
- package/dist/models/TransactionSummary.d.ts +19 -13
- package/dist/models/TransactionSummary.js +51 -47
- package/dist/models/TransactionsImportResponse.d.ts +2 -2
- package/dist/models/TransactionsImportResponse.js +8 -11
- package/dist/models/TransactionsImportResponseData.d.ts +2 -2
- package/dist/models/TransactionsImportResponseData.js +8 -11
- package/dist/models/TransactionsResponse.d.ts +2 -2
- package/dist/models/TransactionsResponse.js +8 -11
- package/dist/models/TransactionsResponseData.d.ts +2 -2
- package/dist/models/TransactionsResponseData.js +11 -13
- package/dist/models/User.d.ts +2 -2
- package/dist/models/User.js +8 -11
- package/dist/models/UserResponse.d.ts +2 -2
- package/dist/models/UserResponse.js +8 -11
- package/dist/models/UserResponseData.d.ts +2 -2
- package/dist/models/UserResponseData.js +8 -11
- package/dist/models/index.d.ts +7 -9
- package/dist/models/index.js +7 -9
- package/dist/runtime.d.ts +1 -1
- package/dist/runtime.js +1 -1
- package/package.json +1 -1
package/dist/models/Account.d.ts
CHANGED
|
@@ -2,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.70.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -51,7 +51,7 @@ export interface Account {
|
|
|
51
51
|
* @type {string}
|
|
52
52
|
* @memberof Account
|
|
53
53
|
*/
|
|
54
|
-
note?: string
|
|
54
|
+
note?: string;
|
|
55
55
|
/**
|
|
56
56
|
* The current balance of the account in milliunits format
|
|
57
57
|
* @type {number}
|
|
@@ -93,13 +93,13 @@ export interface Account {
|
|
|
93
93
|
* @type {string}
|
|
94
94
|
* @memberof Account
|
|
95
95
|
*/
|
|
96
|
-
last_reconciled_at?: string
|
|
96
|
+
last_reconciled_at?: string;
|
|
97
97
|
/**
|
|
98
98
|
* The original debt/loan account balance, specified in milliunits format.
|
|
99
99
|
* @type {number}
|
|
100
100
|
* @memberof Account
|
|
101
101
|
*/
|
|
102
|
-
debt_original_balance?: number
|
|
102
|
+
debt_original_balance?: number;
|
|
103
103
|
/**
|
|
104
104
|
*
|
|
105
105
|
* @type {{ [key: string]: number; }}
|
|
@@ -107,7 +107,7 @@ export interface Account {
|
|
|
107
107
|
*/
|
|
108
108
|
debt_interest_rates?: {
|
|
109
109
|
[key: string]: number;
|
|
110
|
-
}
|
|
110
|
+
};
|
|
111
111
|
/**
|
|
112
112
|
*
|
|
113
113
|
* @type {{ [key: string]: number; }}
|
|
@@ -115,7 +115,7 @@ export interface Account {
|
|
|
115
115
|
*/
|
|
116
116
|
debt_minimum_payments?: {
|
|
117
117
|
[key: string]: number;
|
|
118
|
-
}
|
|
118
|
+
};
|
|
119
119
|
/**
|
|
120
120
|
*
|
|
121
121
|
* @type {{ [key: string]: number; }}
|
|
@@ -123,7 +123,7 @@ export interface Account {
|
|
|
123
123
|
*/
|
|
124
124
|
debt_escrow_amounts?: {
|
|
125
125
|
[key: string]: number;
|
|
126
|
-
}
|
|
126
|
+
};
|
|
127
127
|
/**
|
|
128
128
|
* Whether or not the account has been deleted. Deleted accounts will only be included in delta requests.
|
|
129
129
|
* @type {boolean}
|
|
@@ -134,7 +134,7 @@ export interface Account {
|
|
|
134
134
|
/**
|
|
135
135
|
* Check if a given object implements the Account interface.
|
|
136
136
|
*/
|
|
137
|
-
export declare function instanceOfAccount(value: object):
|
|
137
|
+
export declare function instanceOfAccount(value: object): value is Account;
|
|
138
138
|
export declare function AccountFromJSON(json: any): Account;
|
|
139
139
|
export declare function AccountFromJSONTyped(json: any, ignoreDiscriminator: boolean): Account;
|
|
140
140
|
export declare function AccountToJSON(value?: Account | null): any;
|
package/dist/models/Account.js
CHANGED
|
@@ -5,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.70.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,24 +14,32 @@
|
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.AccountToJSON = exports.AccountFromJSONTyped = exports.AccountFromJSON = exports.instanceOfAccount = void 0;
|
|
17
|
-
const runtime_1 = require("../runtime");
|
|
18
17
|
const AccountType_1 = require("./AccountType");
|
|
19
18
|
/**
|
|
20
19
|
* Check if a given object implements the Account interface.
|
|
21
20
|
*/
|
|
22
21
|
function instanceOfAccount(value) {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
22
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('name' in value) || value['name'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('on_budget' in value) || value['on_budget'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('closed' in value) || value['closed'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('balance' in value) || value['balance'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('cleared_balance' in value) || value['cleared_balance'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('uncleared_balance' in value) || value['uncleared_balance'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
if (!('transfer_payee_id' in value) || value['transfer_payee_id'] === undefined)
|
|
39
|
+
return false;
|
|
40
|
+
if (!('deleted' in value) || value['deleted'] === undefined)
|
|
41
|
+
return false;
|
|
42
|
+
return true;
|
|
35
43
|
}
|
|
36
44
|
exports.instanceOfAccount = instanceOfAccount;
|
|
37
45
|
function AccountFromJSON(json) {
|
|
@@ -39,7 +47,7 @@ function AccountFromJSON(json) {
|
|
|
39
47
|
}
|
|
40
48
|
exports.AccountFromJSON = AccountFromJSON;
|
|
41
49
|
function AccountFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
-
if (
|
|
50
|
+
if (json == null) {
|
|
43
51
|
return json;
|
|
44
52
|
}
|
|
45
53
|
return {
|
|
@@ -48,48 +56,45 @@ function AccountFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
56
|
'type': (0, AccountType_1.AccountTypeFromJSON)(json['type']),
|
|
49
57
|
'on_budget': json['on_budget'],
|
|
50
58
|
'closed': json['closed'],
|
|
51
|
-
'note':
|
|
59
|
+
'note': json['note'] == null ? undefined : json['note'],
|
|
52
60
|
'balance': json['balance'],
|
|
53
61
|
'cleared_balance': json['cleared_balance'],
|
|
54
62
|
'uncleared_balance': json['uncleared_balance'],
|
|
55
63
|
'transfer_payee_id': json['transfer_payee_id'],
|
|
56
|
-
'direct_import_linked':
|
|
57
|
-
'direct_import_in_error':
|
|
58
|
-
'last_reconciled_at':
|
|
59
|
-
'debt_original_balance':
|
|
60
|
-
'debt_interest_rates':
|
|
61
|
-
'debt_minimum_payments':
|
|
62
|
-
'debt_escrow_amounts':
|
|
64
|
+
'direct_import_linked': json['direct_import_linked'] == null ? undefined : json['direct_import_linked'],
|
|
65
|
+
'direct_import_in_error': json['direct_import_in_error'] == null ? undefined : json['direct_import_in_error'],
|
|
66
|
+
'last_reconciled_at': json['last_reconciled_at'] == null ? undefined : json['last_reconciled_at'],
|
|
67
|
+
'debt_original_balance': json['debt_original_balance'] == null ? undefined : json['debt_original_balance'],
|
|
68
|
+
'debt_interest_rates': json['debt_interest_rates'] == null ? undefined : json['debt_interest_rates'],
|
|
69
|
+
'debt_minimum_payments': json['debt_minimum_payments'] == null ? undefined : json['debt_minimum_payments'],
|
|
70
|
+
'debt_escrow_amounts': json['debt_escrow_amounts'] == null ? undefined : json['debt_escrow_amounts'],
|
|
63
71
|
'deleted': json['deleted'],
|
|
64
72
|
};
|
|
65
73
|
}
|
|
66
74
|
exports.AccountFromJSONTyped = AccountFromJSONTyped;
|
|
67
75
|
function AccountToJSON(value) {
|
|
68
|
-
if (value
|
|
69
|
-
return
|
|
70
|
-
}
|
|
71
|
-
if (value === null) {
|
|
72
|
-
return null;
|
|
76
|
+
if (value == null) {
|
|
77
|
+
return value;
|
|
73
78
|
}
|
|
74
79
|
return {
|
|
75
|
-
'id': value
|
|
76
|
-
'name': value
|
|
77
|
-
'type': (0, AccountType_1.AccountTypeToJSON)(value
|
|
78
|
-
'on_budget': value
|
|
79
|
-
'closed': value
|
|
80
|
-
'note': value
|
|
81
|
-
'balance': value
|
|
82
|
-
'cleared_balance': value
|
|
83
|
-
'uncleared_balance': value
|
|
84
|
-
'transfer_payee_id': value
|
|
85
|
-
'direct_import_linked': value
|
|
86
|
-
'direct_import_in_error': value
|
|
87
|
-
'last_reconciled_at': value
|
|
88
|
-
'debt_original_balance': value
|
|
89
|
-
'debt_interest_rates': value
|
|
90
|
-
'debt_minimum_payments': value
|
|
91
|
-
'debt_escrow_amounts': value
|
|
92
|
-
'deleted': value
|
|
80
|
+
'id': value['id'],
|
|
81
|
+
'name': value['name'],
|
|
82
|
+
'type': (0, AccountType_1.AccountTypeToJSON)(value['type']),
|
|
83
|
+
'on_budget': value['on_budget'],
|
|
84
|
+
'closed': value['closed'],
|
|
85
|
+
'note': value['note'],
|
|
86
|
+
'balance': value['balance'],
|
|
87
|
+
'cleared_balance': value['cleared_balance'],
|
|
88
|
+
'uncleared_balance': value['uncleared_balance'],
|
|
89
|
+
'transfer_payee_id': value['transfer_payee_id'],
|
|
90
|
+
'direct_import_linked': value['direct_import_linked'],
|
|
91
|
+
'direct_import_in_error': value['direct_import_in_error'],
|
|
92
|
+
'last_reconciled_at': value['last_reconciled_at'],
|
|
93
|
+
'debt_original_balance': value['debt_original_balance'],
|
|
94
|
+
'debt_interest_rates': value['debt_interest_rates'],
|
|
95
|
+
'debt_minimum_payments': value['debt_minimum_payments'],
|
|
96
|
+
'debt_escrow_amounts': value['debt_escrow_amounts'],
|
|
97
|
+
'deleted': value['deleted'],
|
|
93
98
|
};
|
|
94
99
|
}
|
|
95
100
|
exports.AccountToJSON = AccountToJSON;
|
|
@@ -2,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.70.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ export interface AccountResponse {
|
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the AccountResponse interface.
|
|
28
28
|
*/
|
|
29
|
-
export declare function instanceOfAccountResponse(value: object):
|
|
29
|
+
export declare function instanceOfAccountResponse(value: object): value is AccountResponse;
|
|
30
30
|
export declare function AccountResponseFromJSON(json: any): AccountResponse;
|
|
31
31
|
export declare function AccountResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountResponse;
|
|
32
32
|
export declare function AccountResponseToJSON(value?: AccountResponse | null): any;
|
|
@@ -5,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.70.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -19,9 +19,9 @@ const AccountResponseData_1 = require("./AccountResponseData");
|
|
|
19
19
|
* Check if a given object implements the AccountResponse interface.
|
|
20
20
|
*/
|
|
21
21
|
function instanceOfAccountResponse(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
22
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
25
|
}
|
|
26
26
|
exports.instanceOfAccountResponse = instanceOfAccountResponse;
|
|
27
27
|
function AccountResponseFromJSON(json) {
|
|
@@ -29,7 +29,7 @@ function AccountResponseFromJSON(json) {
|
|
|
29
29
|
}
|
|
30
30
|
exports.AccountResponseFromJSON = AccountResponseFromJSON;
|
|
31
31
|
function AccountResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (
|
|
32
|
+
if (json == null) {
|
|
33
33
|
return json;
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
@@ -38,14 +38,11 @@ function AccountResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
38
|
}
|
|
39
39
|
exports.AccountResponseFromJSONTyped = AccountResponseFromJSONTyped;
|
|
40
40
|
function AccountResponseToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
43
|
-
}
|
|
44
|
-
if (value === null) {
|
|
45
|
-
return null;
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
46
43
|
}
|
|
47
44
|
return {
|
|
48
|
-
'data': (0, AccountResponseData_1.AccountResponseDataToJSON)(value
|
|
45
|
+
'data': (0, AccountResponseData_1.AccountResponseDataToJSON)(value['data']),
|
|
49
46
|
};
|
|
50
47
|
}
|
|
51
48
|
exports.AccountResponseToJSON = AccountResponseToJSON;
|
|
@@ -2,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.70.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ export interface AccountResponseData {
|
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the AccountResponseData interface.
|
|
28
28
|
*/
|
|
29
|
-
export declare function instanceOfAccountResponseData(value: object):
|
|
29
|
+
export declare function instanceOfAccountResponseData(value: object): value is AccountResponseData;
|
|
30
30
|
export declare function AccountResponseDataFromJSON(json: any): AccountResponseData;
|
|
31
31
|
export declare function AccountResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountResponseData;
|
|
32
32
|
export declare function AccountResponseDataToJSON(value?: AccountResponseData | null): any;
|
|
@@ -5,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.70.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -19,9 +19,9 @@ const Account_1 = require("./Account");
|
|
|
19
19
|
* Check if a given object implements the AccountResponseData interface.
|
|
20
20
|
*/
|
|
21
21
|
function instanceOfAccountResponseData(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
22
|
+
if (!('account' in value) || value['account'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
25
|
}
|
|
26
26
|
exports.instanceOfAccountResponseData = instanceOfAccountResponseData;
|
|
27
27
|
function AccountResponseDataFromJSON(json) {
|
|
@@ -29,7 +29,7 @@ function AccountResponseDataFromJSON(json) {
|
|
|
29
29
|
}
|
|
30
30
|
exports.AccountResponseDataFromJSON = AccountResponseDataFromJSON;
|
|
31
31
|
function AccountResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (
|
|
32
|
+
if (json == null) {
|
|
33
33
|
return json;
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
@@ -38,14 +38,11 @@ function AccountResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
38
|
}
|
|
39
39
|
exports.AccountResponseDataFromJSONTyped = AccountResponseDataFromJSONTyped;
|
|
40
40
|
function AccountResponseDataToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
43
|
-
}
|
|
44
|
-
if (value === null) {
|
|
45
|
-
return null;
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
46
43
|
}
|
|
47
44
|
return {
|
|
48
|
-
'account': (0, Account_1.AccountToJSON)(value
|
|
45
|
+
'account': (0, Account_1.AccountToJSON)(value['account']),
|
|
49
46
|
};
|
|
50
47
|
}
|
|
51
48
|
exports.AccountResponseDataToJSON = AccountResponseDataToJSON;
|
|
@@ -2,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.70.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -29,6 +29,7 @@ export declare const AccountType: {
|
|
|
29
29
|
readonly OtherDebt: "otherDebt";
|
|
30
30
|
};
|
|
31
31
|
export type AccountType = typeof AccountType[keyof typeof AccountType];
|
|
32
|
+
export declare function instanceOfAccountType(value: any): boolean;
|
|
32
33
|
export declare function AccountTypeFromJSON(json: any): AccountType;
|
|
33
34
|
export declare function AccountTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountType;
|
|
34
35
|
export declare function AccountTypeToJSON(value?: AccountType | null): any;
|
|
@@ -5,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.70.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.AccountTypeToJSON = exports.AccountTypeFromJSONTyped = exports.AccountTypeFromJSON = exports.AccountType = void 0;
|
|
16
|
+
exports.AccountTypeToJSON = exports.AccountTypeFromJSONTyped = exports.AccountTypeFromJSON = exports.instanceOfAccountType = exports.AccountType = void 0;
|
|
17
17
|
/**
|
|
18
18
|
* The type of account
|
|
19
19
|
* @export
|
|
@@ -33,6 +33,17 @@ exports.AccountType = {
|
|
|
33
33
|
MedicalDebt: 'medicalDebt',
|
|
34
34
|
OtherDebt: 'otherDebt'
|
|
35
35
|
};
|
|
36
|
+
function instanceOfAccountType(value) {
|
|
37
|
+
for (const key in exports.AccountType) {
|
|
38
|
+
if (Object.prototype.hasOwnProperty.call(exports.AccountType, key)) {
|
|
39
|
+
if (exports.AccountType[key] === value) {
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
exports.instanceOfAccountType = instanceOfAccountType;
|
|
36
47
|
function AccountTypeFromJSON(json) {
|
|
37
48
|
return AccountTypeFromJSONTyped(json, false);
|
|
38
49
|
}
|
|
@@ -2,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.70.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -26,7 +26,7 @@ export interface AccountsResponse {
|
|
|
26
26
|
/**
|
|
27
27
|
* Check if a given object implements the AccountsResponse interface.
|
|
28
28
|
*/
|
|
29
|
-
export declare function instanceOfAccountsResponse(value: object):
|
|
29
|
+
export declare function instanceOfAccountsResponse(value: object): value is AccountsResponse;
|
|
30
30
|
export declare function AccountsResponseFromJSON(json: any): AccountsResponse;
|
|
31
31
|
export declare function AccountsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountsResponse;
|
|
32
32
|
export declare function AccountsResponseToJSON(value?: AccountsResponse | null): any;
|
|
@@ -5,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.70.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -19,9 +19,9 @@ const AccountsResponseData_1 = require("./AccountsResponseData");
|
|
|
19
19
|
* Check if a given object implements the AccountsResponse interface.
|
|
20
20
|
*/
|
|
21
21
|
function instanceOfAccountsResponse(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
22
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
25
|
}
|
|
26
26
|
exports.instanceOfAccountsResponse = instanceOfAccountsResponse;
|
|
27
27
|
function AccountsResponseFromJSON(json) {
|
|
@@ -29,7 +29,7 @@ function AccountsResponseFromJSON(json) {
|
|
|
29
29
|
}
|
|
30
30
|
exports.AccountsResponseFromJSON = AccountsResponseFromJSON;
|
|
31
31
|
function AccountsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (
|
|
32
|
+
if (json == null) {
|
|
33
33
|
return json;
|
|
34
34
|
}
|
|
35
35
|
return {
|
|
@@ -38,14 +38,11 @@ function AccountsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
38
|
}
|
|
39
39
|
exports.AccountsResponseFromJSONTyped = AccountsResponseFromJSONTyped;
|
|
40
40
|
function AccountsResponseToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
43
|
-
}
|
|
44
|
-
if (value === null) {
|
|
45
|
-
return null;
|
|
41
|
+
if (value == null) {
|
|
42
|
+
return value;
|
|
46
43
|
}
|
|
47
44
|
return {
|
|
48
|
-
'data': (0, AccountsResponseData_1.AccountsResponseDataToJSON)(value
|
|
45
|
+
'data': (0, AccountsResponseData_1.AccountsResponseDataToJSON)(value['data']),
|
|
49
46
|
};
|
|
50
47
|
}
|
|
51
48
|
exports.AccountsResponseToJSON = AccountsResponseToJSON;
|
|
@@ -2,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.70.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -32,7 +32,7 @@ export interface AccountsResponseData {
|
|
|
32
32
|
/**
|
|
33
33
|
* Check if a given object implements the AccountsResponseData interface.
|
|
34
34
|
*/
|
|
35
|
-
export declare function instanceOfAccountsResponseData(value: object):
|
|
35
|
+
export declare function instanceOfAccountsResponseData(value: object): value is AccountsResponseData;
|
|
36
36
|
export declare function AccountsResponseDataFromJSON(json: any): AccountsResponseData;
|
|
37
37
|
export declare function AccountsResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): AccountsResponseData;
|
|
38
38
|
export declare function AccountsResponseDataToJSON(value?: AccountsResponseData | null): any;
|
|
@@ -5,7 +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
|
-
* The version of the OpenAPI document: 1.
|
|
8
|
+
* The version of the OpenAPI document: 1.70.0
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -19,10 +19,11 @@ const Account_1 = require("./Account");
|
|
|
19
19
|
* Check if a given object implements the AccountsResponseData interface.
|
|
20
20
|
*/
|
|
21
21
|
function instanceOfAccountsResponseData(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
if (!('accounts' in value) || value['accounts'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
if (!('server_knowledge' in value) || value['server_knowledge'] === undefined)
|
|
25
|
+
return false;
|
|
26
|
+
return true;
|
|
26
27
|
}
|
|
27
28
|
exports.instanceOfAccountsResponseData = instanceOfAccountsResponseData;
|
|
28
29
|
function AccountsResponseDataFromJSON(json) {
|
|
@@ -30,7 +31,7 @@ function AccountsResponseDataFromJSON(json) {
|
|
|
30
31
|
}
|
|
31
32
|
exports.AccountsResponseDataFromJSON = AccountsResponseDataFromJSON;
|
|
32
33
|
function AccountsResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (
|
|
34
|
+
if (json == null) {
|
|
34
35
|
return json;
|
|
35
36
|
}
|
|
36
37
|
return {
|
|
@@ -40,15 +41,12 @@ function AccountsResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
41
|
}
|
|
41
42
|
exports.AccountsResponseDataFromJSONTyped = AccountsResponseDataFromJSONTyped;
|
|
42
43
|
function AccountsResponseDataToJSON(value) {
|
|
43
|
-
if (value
|
|
44
|
-
return
|
|
45
|
-
}
|
|
46
|
-
if (value === null) {
|
|
47
|
-
return null;
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
48
46
|
}
|
|
49
47
|
return {
|
|
50
|
-
'accounts': (value
|
|
51
|
-
'server_knowledge': value
|
|
48
|
+
'accounts': (value['accounts'].map(Account_1.AccountToJSON)),
|
|
49
|
+
'server_knowledge': value['server_knowledge'],
|
|
52
50
|
};
|
|
53
51
|
}
|
|
54
52
|
exports.AccountsResponseDataToJSON = AccountsResponseDataToJSON;
|
|
@@ -2,25 +2,25 @@
|
|
|
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
|
-
* The version of the OpenAPI document: 1.
|
|
5
|
+
* The version of the OpenAPI document: 1.70.0
|
|
6
6
|
*
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { PayeeLocation } from './PayeeLocation';
|
|
12
13
|
import type { Account } from './Account';
|
|
14
|
+
import type { ScheduledTransactionSummary } from './ScheduledTransactionSummary';
|
|
13
15
|
import type { Category } from './Category';
|
|
14
|
-
import type { CategoryGroup } from './CategoryGroup';
|
|
15
16
|
import type { CurrencyFormat } from './CurrencyFormat';
|
|
16
17
|
import type { DateFormat } from './DateFormat';
|
|
18
|
+
import type { SubTransaction } from './SubTransaction';
|
|
17
19
|
import type { MonthDetail } from './MonthDetail';
|
|
18
20
|
import type { Payee } from './Payee';
|
|
19
|
-
import type { PayeeLocation } from './PayeeLocation';
|
|
20
21
|
import type { ScheduledSubTransaction } from './ScheduledSubTransaction';
|
|
21
|
-
import type { ScheduledTransactionSummary } from './ScheduledTransactionSummary';
|
|
22
|
-
import type { SubTransaction } from './SubTransaction';
|
|
23
22
|
import type { TransactionSummary } from './TransactionSummary';
|
|
23
|
+
import type { CategoryGroup } from './CategoryGroup';
|
|
24
24
|
/**
|
|
25
25
|
*
|
|
26
26
|
* @export
|
|
@@ -62,13 +62,13 @@ export interface BudgetDetail {
|
|
|
62
62
|
* @type {DateFormat}
|
|
63
63
|
* @memberof BudgetDetail
|
|
64
64
|
*/
|
|
65
|
-
date_format?: DateFormat
|
|
65
|
+
date_format?: DateFormat;
|
|
66
66
|
/**
|
|
67
67
|
*
|
|
68
68
|
* @type {CurrencyFormat}
|
|
69
69
|
* @memberof BudgetDetail
|
|
70
70
|
*/
|
|
71
|
-
currency_format?: CurrencyFormat
|
|
71
|
+
currency_format?: CurrencyFormat;
|
|
72
72
|
/**
|
|
73
73
|
*
|
|
74
74
|
* @type {Array<Account>}
|
|
@@ -133,7 +133,7 @@ export interface BudgetDetail {
|
|
|
133
133
|
/**
|
|
134
134
|
* Check if a given object implements the BudgetDetail interface.
|
|
135
135
|
*/
|
|
136
|
-
export declare function instanceOfBudgetDetail(value: object):
|
|
136
|
+
export declare function instanceOfBudgetDetail(value: object): value is BudgetDetail;
|
|
137
137
|
export declare function BudgetDetailFromJSON(json: any): BudgetDetail;
|
|
138
138
|
export declare function BudgetDetailFromJSONTyped(json: any, ignoreDiscriminator: boolean): BudgetDetail;
|
|
139
139
|
export declare function BudgetDetailToJSON(value?: BudgetDetail | null): any;
|