ynab 2.2.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 +17 -7
- package/dist/apis/PayeesApi.js +43 -6
- package/dist/apis/ScheduledTransactionsApi.d.ts +16 -7
- package/dist/apis/ScheduledTransactionsApi.js +40 -6
- package/dist/apis/TransactionsApi.d.ts +36 -16
- package/dist/apis/TransactionsApi.js +65 -17
- 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 +2 -7
- package/dist/models/Account.js +51 -51
- package/dist/models/AccountResponse.d.ts +2 -7
- package/dist/models/AccountResponse.js +8 -16
- package/dist/models/AccountResponseData.d.ts +2 -7
- package/dist/models/AccountResponseData.js +8 -16
- package/dist/models/AccountType.d.ts +2 -6
- package/dist/models/AccountType.js +13 -7
- package/dist/models/AccountsResponse.d.ts +2 -7
- package/dist/models/AccountsResponse.js +8 -16
- package/dist/models/AccountsResponseData.d.ts +2 -7
- package/dist/models/AccountsResponseData.js +11 -18
- package/dist/models/BudgetDetail.d.ts +6 -11
- package/dist/models/BudgetDetail.js +45 -53
- package/dist/models/BudgetDetailResponse.d.ts +2 -7
- package/dist/models/BudgetDetailResponse.js +8 -16
- package/dist/models/BudgetDetailResponseData.d.ts +2 -7
- package/dist/models/BudgetDetailResponseData.js +11 -18
- package/dist/models/BudgetSettings.d.ts +2 -7
- package/dist/models/BudgetSettings.js +11 -18
- package/dist/models/BudgetSettingsResponse.d.ts +2 -7
- package/dist/models/BudgetSettingsResponse.js +8 -16
- package/dist/models/BudgetSettingsResponseData.d.ts +2 -7
- package/dist/models/BudgetSettingsResponseData.js +8 -16
- package/dist/models/BudgetSummary.d.ts +2 -7
- package/dist/models/BudgetSummary.js +23 -31
- package/dist/models/BudgetSummaryResponse.d.ts +2 -7
- package/dist/models/BudgetSummaryResponse.js +8 -16
- package/dist/models/BudgetSummaryResponseData.d.ts +2 -7
- package/dist/models/BudgetSummaryResponseData.js +10 -19
- package/dist/models/BulkResponse.d.ts +2 -7
- package/dist/models/BulkResponse.js +8 -16
- package/dist/models/BulkResponseData.d.ts +2 -7
- package/dist/models/BulkResponseData.js +8 -16
- package/dist/models/BulkResponseDataBulk.d.ts +2 -7
- package/dist/models/BulkResponseDataBulk.js +11 -18
- package/dist/models/BulkTransactions.d.ts +5 -10
- package/dist/models/BulkTransactions.js +10 -18
- package/dist/models/CategoriesResponse.d.ts +2 -7
- package/dist/models/CategoriesResponse.js +8 -16
- package/dist/models/CategoriesResponseData.d.ts +2 -7
- package/dist/models/CategoriesResponseData.js +11 -18
- package/dist/models/Category.d.ts +9 -8
- package/dist/models/Category.js +61 -61
- package/dist/models/CategoryGroup.d.ts +2 -7
- package/dist/models/CategoryGroup.js +17 -22
- package/dist/models/CategoryGroupWithCategories.d.ts +2 -7
- package/dist/models/CategoryGroupWithCategories.js +20 -24
- package/dist/models/CategoryResponse.d.ts +2 -7
- package/dist/models/CategoryResponse.js +8 -16
- package/dist/models/CategoryResponseData.d.ts +2 -7
- package/dist/models/CategoryResponseData.js +8 -16
- package/dist/models/CurrencyFormat.d.ts +2 -7
- package/dist/models/CurrencyFormat.js +29 -30
- package/dist/models/DateFormat.d.ts +2 -7
- package/dist/models/DateFormat.js +8 -16
- package/dist/models/ErrorDetail.d.ts +2 -7
- package/dist/models/ErrorDetail.js +14 -20
- package/dist/models/ErrorResponse.d.ts +2 -7
- package/dist/models/ErrorResponse.js +8 -16
- package/dist/models/ExistingTransaction.d.ts +89 -0
- package/dist/models/ExistingTransaction.js +63 -0
- package/dist/models/HybridTransaction.d.ts +10 -9
- package/dist/models/HybridTransaction.js +63 -62
- package/dist/models/HybridTransactionsResponse.d.ts +2 -7
- package/dist/models/HybridTransactionsResponse.js +8 -16
- package/dist/models/HybridTransactionsResponseData.d.ts +2 -7
- package/dist/models/HybridTransactionsResponseData.js +10 -19
- package/dist/models/MonthDetail.d.ts +2 -7
- package/dist/models/MonthDetail.js +30 -33
- package/dist/models/MonthDetailResponse.d.ts +2 -7
- package/dist/models/MonthDetailResponse.js +8 -16
- package/dist/models/MonthDetailResponseData.d.ts +2 -7
- package/dist/models/MonthDetailResponseData.js +8 -16
- package/dist/models/MonthSummariesResponse.d.ts +2 -7
- package/dist/models/MonthSummariesResponse.js +8 -16
- package/dist/models/MonthSummariesResponseData.d.ts +2 -7
- package/dist/models/MonthSummariesResponseData.js +11 -18
- package/dist/models/MonthSummary.d.ts +2 -7
- package/dist/models/MonthSummary.js +27 -31
- package/dist/models/NewTransaction.d.ts +95 -0
- package/dist/models/NewTransaction.js +65 -0
- package/dist/models/PatchCategoryWrapper.d.ts +2 -7
- package/dist/models/PatchCategoryWrapper.js +8 -16
- package/dist/models/PatchMonthCategoryWrapper.d.ts +2 -7
- package/dist/models/PatchMonthCategoryWrapper.js +8 -16
- package/dist/models/PatchPayeeWrapper.d.ts +27 -0
- package/dist/models/PatchPayeeWrapper.js +43 -0
- package/dist/models/PatchTransactionsWrapper.d.ts +5 -10
- package/dist/models/PatchTransactionsWrapper.js +10 -18
- package/dist/models/Payee.d.ts +2 -7
- package/dist/models/Payee.js +16 -23
- package/dist/models/PayeeLocation.d.ts +2 -7
- package/dist/models/PayeeLocation.js +20 -24
- package/dist/models/PayeeLocationResponse.d.ts +2 -7
- package/dist/models/PayeeLocationResponse.js +8 -16
- package/dist/models/PayeeLocationResponseData.d.ts +2 -7
- package/dist/models/PayeeLocationResponseData.js +8 -16
- package/dist/models/PayeeLocationsResponse.d.ts +2 -7
- package/dist/models/PayeeLocationsResponse.js +8 -16
- package/dist/models/PayeeLocationsResponseData.d.ts +2 -7
- package/dist/models/PayeeLocationsResponseData.js +8 -16
- package/dist/models/PayeeResponse.d.ts +2 -7
- package/dist/models/PayeeResponse.js +8 -16
- package/dist/models/PayeeResponseData.d.ts +2 -7
- package/dist/models/PayeeResponseData.js +8 -16
- package/dist/models/PayeesResponse.d.ts +2 -7
- package/dist/models/PayeesResponse.js +8 -16
- package/dist/models/PayeesResponseData.d.ts +2 -7
- package/dist/models/PayeesResponseData.js +11 -18
- package/dist/models/PostAccountWrapper.d.ts +2 -7
- package/dist/models/PostAccountWrapper.js +8 -16
- package/dist/models/PostScheduledTransactionWrapper.d.ts +27 -0
- package/dist/models/PostScheduledTransactionWrapper.js +43 -0
- package/dist/models/PostTransactionsWrapper.d.ts +7 -12
- package/dist/models/PostTransactionsWrapper.js +10 -20
- package/dist/models/PutTransactionWrapper.d.ts +5 -10
- package/dist/models/PutTransactionWrapper.js +10 -18
- package/dist/models/SaveAccount.d.ts +2 -7
- package/dist/models/SaveAccount.js +14 -20
- package/dist/models/SaveCategory.d.ts +2 -7
- package/dist/models/SaveCategory.js +11 -21
- package/dist/models/SaveCategoryResponse.d.ts +2 -7
- package/dist/models/SaveCategoryResponse.js +8 -16
- package/dist/models/SaveCategoryResponseData.d.ts +2 -7
- package/dist/models/SaveCategoryResponseData.js +11 -18
- package/dist/models/SaveMonthCategory.d.ts +2 -7
- package/dist/models/SaveMonthCategory.js +8 -16
- package/dist/models/SavePayee.d.ts +26 -0
- package/dist/models/SavePayee.js +40 -0
- package/dist/models/SavePayeeResponse.d.ts +27 -0
- package/dist/models/SavePayeeResponse.js +43 -0
- package/dist/models/SavePayeeResponseData.d.ts +33 -0
- package/dist/models/SavePayeeResponseData.js +47 -0
- package/dist/models/SaveScheduledTransaction.d.ts +76 -0
- package/dist/models/SaveScheduledTransaction.js +62 -0
- package/dist/models/SaveSubTransaction.d.ts +2 -7
- package/dist/models/SaveSubTransaction.js +16 -25
- package/dist/models/SaveTransactionWithIdOrImportId.d.ts +101 -0
- package/dist/models/SaveTransactionWithIdOrImportId.js +67 -0
- package/dist/models/SaveTransactionWithOptionalFields.d.ts +5 -16
- package/dist/models/SaveTransactionWithOptionalFields.js +29 -41
- package/dist/models/SaveTransactionsResponse.d.ts +2 -7
- package/dist/models/SaveTransactionsResponse.js +8 -16
- package/dist/models/SaveTransactionsResponseData.d.ts +2 -7
- package/dist/models/SaveTransactionsResponseData.js +17 -25
- package/dist/models/ScheduledSubTransaction.d.ts +2 -7
- package/dist/models/ScheduledSubTransaction.js +25 -31
- package/dist/models/ScheduledTransactionDetail.d.ts +9 -8
- package/dist/models/ScheduledTransactionDetail.js +49 -48
- package/dist/models/ScheduledTransactionFrequency.d.ts +30 -0
- package/dist/models/ScheduledTransactionFrequency.js +53 -0
- package/dist/models/ScheduledTransactionResponse.d.ts +2 -7
- package/dist/models/ScheduledTransactionResponse.js +8 -16
- package/dist/models/ScheduledTransactionResponseData.d.ts +2 -7
- package/dist/models/ScheduledTransactionResponseData.js +8 -16
- package/dist/models/ScheduledTransactionSummary.d.ts +8 -7
- package/dist/models/ScheduledTransactionSummary.js +38 -39
- package/dist/models/ScheduledTransactionsResponse.d.ts +2 -7
- package/dist/models/ScheduledTransactionsResponse.js +8 -16
- package/dist/models/ScheduledTransactionsResponseData.d.ts +2 -7
- package/dist/models/ScheduledTransactionsResponseData.js +11 -18
- package/dist/models/SubTransaction.d.ts +2 -7
- package/dist/models/SubTransaction.js +31 -37
- package/dist/models/TransactionClearedStatus.d.ts +2 -6
- package/dist/models/TransactionClearedStatus.js +13 -7
- package/dist/models/TransactionDetail.d.ts +11 -10
- package/dist/models/TransactionDetail.js +62 -61
- package/dist/models/TransactionFlagColor.d.ts +2 -6
- package/dist/models/TransactionFlagColor.js +13 -7
- package/dist/models/TransactionResponse.d.ts +2 -7
- package/dist/models/TransactionResponse.js +8 -16
- package/dist/models/TransactionResponseData.d.ts +2 -7
- package/dist/models/TransactionResponseData.js +8 -16
- package/dist/models/TransactionSummary.d.ts +10 -9
- package/dist/models/TransactionSummary.js +51 -52
- package/dist/models/TransactionsImportResponse.d.ts +2 -7
- package/dist/models/TransactionsImportResponse.js +8 -16
- package/dist/models/TransactionsImportResponseData.d.ts +2 -7
- package/dist/models/TransactionsImportResponseData.js +8 -16
- package/dist/models/TransactionsResponse.d.ts +2 -7
- package/dist/models/TransactionsResponse.js +8 -16
- package/dist/models/TransactionsResponseData.d.ts +2 -7
- package/dist/models/TransactionsResponseData.js +11 -18
- package/dist/models/User.d.ts +2 -7
- package/dist/models/User.js +8 -16
- package/dist/models/UserResponse.d.ts +2 -7
- package/dist/models/UserResponse.js +8 -16
- package/dist/models/UserResponseData.d.ts +2 -7
- package/dist/models/UserResponseData.js +8 -16
- package/dist/models/index.d.ts +10 -9
- package/dist/models/index.js +10 -9
- 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.TransactionsImportResponseToJSON = exports.TransactionsImportResponseFromJSONTyped = exports.TransactionsImportResponseFromJSON = exports.instanceOfTransactionsImportResponse = void 0;
|
|
@@ -19,9 +14,9 @@ const TransactionsImportResponseData_1 = require("./TransactionsImportResponseDa
|
|
|
19
14
|
* Check if a given object implements the TransactionsImportResponse interface.
|
|
20
15
|
*/
|
|
21
16
|
function instanceOfTransactionsImportResponse(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
17
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
18
|
+
return false;
|
|
19
|
+
return true;
|
|
25
20
|
}
|
|
26
21
|
exports.instanceOfTransactionsImportResponse = instanceOfTransactionsImportResponse;
|
|
27
22
|
function TransactionsImportResponseFromJSON(json) {
|
|
@@ -29,7 +24,7 @@ function TransactionsImportResponseFromJSON(json) {
|
|
|
29
24
|
}
|
|
30
25
|
exports.TransactionsImportResponseFromJSON = TransactionsImportResponseFromJSON;
|
|
31
26
|
function TransactionsImportResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (
|
|
27
|
+
if (json == null) {
|
|
33
28
|
return json;
|
|
34
29
|
}
|
|
35
30
|
return {
|
|
@@ -38,14 +33,11 @@ function TransactionsImportResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
33
|
}
|
|
39
34
|
exports.TransactionsImportResponseFromJSONTyped = TransactionsImportResponseFromJSONTyped;
|
|
40
35
|
function TransactionsImportResponseToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
43
|
-
}
|
|
44
|
-
if (value === null) {
|
|
45
|
-
return null;
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
46
38
|
}
|
|
47
39
|
return {
|
|
48
|
-
'data': (0, TransactionsImportResponseData_1.TransactionsImportResponseDataToJSON)(value
|
|
40
|
+
'data': (0, TransactionsImportResponseData_1.TransactionsImportResponseDataToJSON)(value['data']),
|
|
49
41
|
};
|
|
50
42
|
}
|
|
51
43
|
exports.TransactionsImportResponseToJSON = TransactionsImportResponseToJSON;
|
|
@@ -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
|
*
|
|
@@ -25,7 +20,7 @@ export interface TransactionsImportResponseData {
|
|
|
25
20
|
/**
|
|
26
21
|
* Check if a given object implements the TransactionsImportResponseData interface.
|
|
27
22
|
*/
|
|
28
|
-
export declare function instanceOfTransactionsImportResponseData(value: object):
|
|
23
|
+
export declare function instanceOfTransactionsImportResponseData(value: object): value is TransactionsImportResponseData;
|
|
29
24
|
export declare function TransactionsImportResponseDataFromJSON(json: any): TransactionsImportResponseData;
|
|
30
25
|
export declare function TransactionsImportResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionsImportResponseData;
|
|
31
26
|
export declare function TransactionsImportResponseDataToJSON(value?: TransactionsImportResponseData | null): any;
|
|
@@ -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.TransactionsImportResponseDataToJSON = exports.TransactionsImportResponseDataFromJSONTyped = exports.TransactionsImportResponseDataFromJSON = exports.instanceOfTransactionsImportResponseData = void 0;
|
|
@@ -18,9 +13,9 @@ exports.TransactionsImportResponseDataToJSON = exports.TransactionsImportRespons
|
|
|
18
13
|
* Check if a given object implements the TransactionsImportResponseData interface.
|
|
19
14
|
*/
|
|
20
15
|
function instanceOfTransactionsImportResponseData(value) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
return
|
|
16
|
+
if (!('transaction_ids' in value) || value['transaction_ids'] === undefined)
|
|
17
|
+
return false;
|
|
18
|
+
return true;
|
|
24
19
|
}
|
|
25
20
|
exports.instanceOfTransactionsImportResponseData = instanceOfTransactionsImportResponseData;
|
|
26
21
|
function TransactionsImportResponseDataFromJSON(json) {
|
|
@@ -28,7 +23,7 @@ function TransactionsImportResponseDataFromJSON(json) {
|
|
|
28
23
|
}
|
|
29
24
|
exports.TransactionsImportResponseDataFromJSON = TransactionsImportResponseDataFromJSON;
|
|
30
25
|
function TransactionsImportResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (
|
|
26
|
+
if (json == null) {
|
|
32
27
|
return json;
|
|
33
28
|
}
|
|
34
29
|
return {
|
|
@@ -37,14 +32,11 @@ function TransactionsImportResponseDataFromJSONTyped(json, ignoreDiscriminator)
|
|
|
37
32
|
}
|
|
38
33
|
exports.TransactionsImportResponseDataFromJSONTyped = TransactionsImportResponseDataFromJSONTyped;
|
|
39
34
|
function TransactionsImportResponseDataToJSON(value) {
|
|
40
|
-
if (value
|
|
41
|
-
return
|
|
42
|
-
}
|
|
43
|
-
if (value === null) {
|
|
44
|
-
return null;
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
45
37
|
}
|
|
46
38
|
return {
|
|
47
|
-
'transaction_ids': value
|
|
39
|
+
'transaction_ids': value['transaction_ids'],
|
|
48
40
|
};
|
|
49
41
|
}
|
|
50
42
|
exports.TransactionsImportResponseDataToJSON = TransactionsImportResponseDataToJSON;
|
|
@@ -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 { TransactionsResponseData } from './TransactionsResponseData';
|
|
13
8
|
/**
|
|
@@ -26,7 +21,7 @@ export interface TransactionsResponse {
|
|
|
26
21
|
/**
|
|
27
22
|
* Check if a given object implements the TransactionsResponse interface.
|
|
28
23
|
*/
|
|
29
|
-
export declare function instanceOfTransactionsResponse(value: object):
|
|
24
|
+
export declare function instanceOfTransactionsResponse(value: object): value is TransactionsResponse;
|
|
30
25
|
export declare function TransactionsResponseFromJSON(json: any): TransactionsResponse;
|
|
31
26
|
export declare function TransactionsResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionsResponse;
|
|
32
27
|
export declare function TransactionsResponseToJSON(value?: TransactionsResponse | null): any;
|
|
@@ -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.TransactionsResponseToJSON = exports.TransactionsResponseFromJSONTyped = exports.TransactionsResponseFromJSON = exports.instanceOfTransactionsResponse = void 0;
|
|
@@ -19,9 +14,9 @@ const TransactionsResponseData_1 = require("./TransactionsResponseData");
|
|
|
19
14
|
* Check if a given object implements the TransactionsResponse interface.
|
|
20
15
|
*/
|
|
21
16
|
function instanceOfTransactionsResponse(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
17
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
18
|
+
return false;
|
|
19
|
+
return true;
|
|
25
20
|
}
|
|
26
21
|
exports.instanceOfTransactionsResponse = instanceOfTransactionsResponse;
|
|
27
22
|
function TransactionsResponseFromJSON(json) {
|
|
@@ -29,7 +24,7 @@ function TransactionsResponseFromJSON(json) {
|
|
|
29
24
|
}
|
|
30
25
|
exports.TransactionsResponseFromJSON = TransactionsResponseFromJSON;
|
|
31
26
|
function TransactionsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (
|
|
27
|
+
if (json == null) {
|
|
33
28
|
return json;
|
|
34
29
|
}
|
|
35
30
|
return {
|
|
@@ -38,14 +33,11 @@ function TransactionsResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
33
|
}
|
|
39
34
|
exports.TransactionsResponseFromJSONTyped = TransactionsResponseFromJSONTyped;
|
|
40
35
|
function TransactionsResponseToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
43
|
-
}
|
|
44
|
-
if (value === null) {
|
|
45
|
-
return null;
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
46
38
|
}
|
|
47
39
|
return {
|
|
48
|
-
'data': (0, TransactionsResponseData_1.TransactionsResponseDataToJSON)(value
|
|
40
|
+
'data': (0, TransactionsResponseData_1.TransactionsResponseDataToJSON)(value['data']),
|
|
49
41
|
};
|
|
50
42
|
}
|
|
51
43
|
exports.TransactionsResponseToJSON = TransactionsResponseToJSON;
|
|
@@ -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
|
/**
|
|
@@ -32,7 +27,7 @@ export interface TransactionsResponseData {
|
|
|
32
27
|
/**
|
|
33
28
|
* Check if a given object implements the TransactionsResponseData interface.
|
|
34
29
|
*/
|
|
35
|
-
export declare function instanceOfTransactionsResponseData(value: object):
|
|
30
|
+
export declare function instanceOfTransactionsResponseData(value: object): value is TransactionsResponseData;
|
|
36
31
|
export declare function TransactionsResponseDataFromJSON(json: any): TransactionsResponseData;
|
|
37
32
|
export declare function TransactionsResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): TransactionsResponseData;
|
|
38
33
|
export declare function TransactionsResponseDataToJSON(value?: TransactionsResponseData | null): any;
|
|
@@ -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.TransactionsResponseDataToJSON = exports.TransactionsResponseDataFromJSONTyped = exports.TransactionsResponseDataFromJSON = exports.instanceOfTransactionsResponseData = void 0;
|
|
@@ -19,10 +14,11 @@ const TransactionDetail_1 = require("./TransactionDetail");
|
|
|
19
14
|
* Check if a given object implements the TransactionsResponseData interface.
|
|
20
15
|
*/
|
|
21
16
|
function instanceOfTransactionsResponseData(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
17
|
+
if (!('transactions' in value) || value['transactions'] === undefined)
|
|
18
|
+
return false;
|
|
19
|
+
if (!('server_knowledge' in value) || value['server_knowledge'] === undefined)
|
|
20
|
+
return false;
|
|
21
|
+
return true;
|
|
26
22
|
}
|
|
27
23
|
exports.instanceOfTransactionsResponseData = instanceOfTransactionsResponseData;
|
|
28
24
|
function TransactionsResponseDataFromJSON(json) {
|
|
@@ -30,7 +26,7 @@ function TransactionsResponseDataFromJSON(json) {
|
|
|
30
26
|
}
|
|
31
27
|
exports.TransactionsResponseDataFromJSON = TransactionsResponseDataFromJSON;
|
|
32
28
|
function TransactionsResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
-
if (
|
|
29
|
+
if (json == null) {
|
|
34
30
|
return json;
|
|
35
31
|
}
|
|
36
32
|
return {
|
|
@@ -40,15 +36,12 @@ function TransactionsResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
40
36
|
}
|
|
41
37
|
exports.TransactionsResponseDataFromJSONTyped = TransactionsResponseDataFromJSONTyped;
|
|
42
38
|
function TransactionsResponseDataToJSON(value) {
|
|
43
|
-
if (value
|
|
44
|
-
return
|
|
45
|
-
}
|
|
46
|
-
if (value === null) {
|
|
47
|
-
return null;
|
|
39
|
+
if (value == null) {
|
|
40
|
+
return value;
|
|
48
41
|
}
|
|
49
42
|
return {
|
|
50
|
-
'transactions': (value
|
|
51
|
-
'server_knowledge': value
|
|
43
|
+
'transactions': (value['transactions'].map(TransactionDetail_1.TransactionDetailToJSON)),
|
|
44
|
+
'server_knowledge': value['server_knowledge'],
|
|
52
45
|
};
|
|
53
46
|
}
|
|
54
47
|
exports.TransactionsResponseDataToJSON = TransactionsResponseDataToJSON;
|
package/dist/models/User.d.ts
CHANGED
|
@@ -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
|
*
|
|
@@ -25,7 +20,7 @@ export interface User {
|
|
|
25
20
|
/**
|
|
26
21
|
* Check if a given object implements the User interface.
|
|
27
22
|
*/
|
|
28
|
-
export declare function instanceOfUser(value: object):
|
|
23
|
+
export declare function instanceOfUser(value: object): value is User;
|
|
29
24
|
export declare function UserFromJSON(json: any): User;
|
|
30
25
|
export declare function UserFromJSONTyped(json: any, ignoreDiscriminator: boolean): User;
|
|
31
26
|
export declare function UserToJSON(value?: User | null): any;
|
package/dist/models/User.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.UserToJSON = exports.UserFromJSONTyped = exports.UserFromJSON = exports.instanceOfUser = void 0;
|
|
@@ -18,9 +13,9 @@ exports.UserToJSON = exports.UserFromJSONTyped = exports.UserFromJSON = exports.
|
|
|
18
13
|
* Check if a given object implements the User interface.
|
|
19
14
|
*/
|
|
20
15
|
function instanceOfUser(value) {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
return
|
|
16
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
17
|
+
return false;
|
|
18
|
+
return true;
|
|
24
19
|
}
|
|
25
20
|
exports.instanceOfUser = instanceOfUser;
|
|
26
21
|
function UserFromJSON(json) {
|
|
@@ -28,7 +23,7 @@ function UserFromJSON(json) {
|
|
|
28
23
|
}
|
|
29
24
|
exports.UserFromJSON = UserFromJSON;
|
|
30
25
|
function UserFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
-
if (
|
|
26
|
+
if (json == null) {
|
|
32
27
|
return json;
|
|
33
28
|
}
|
|
34
29
|
return {
|
|
@@ -37,14 +32,11 @@ function UserFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
32
|
}
|
|
38
33
|
exports.UserFromJSONTyped = UserFromJSONTyped;
|
|
39
34
|
function UserToJSON(value) {
|
|
40
|
-
if (value
|
|
41
|
-
return
|
|
42
|
-
}
|
|
43
|
-
if (value === null) {
|
|
44
|
-
return null;
|
|
35
|
+
if (value == null) {
|
|
36
|
+
return value;
|
|
45
37
|
}
|
|
46
38
|
return {
|
|
47
|
-
'id': value
|
|
39
|
+
'id': value['id'],
|
|
48
40
|
};
|
|
49
41
|
}
|
|
50
42
|
exports.UserToJSON = UserToJSON;
|
|
@@ -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 { UserResponseData } from './UserResponseData';
|
|
13
8
|
/**
|
|
@@ -26,7 +21,7 @@ export interface UserResponse {
|
|
|
26
21
|
/**
|
|
27
22
|
* Check if a given object implements the UserResponse interface.
|
|
28
23
|
*/
|
|
29
|
-
export declare function instanceOfUserResponse(value: object):
|
|
24
|
+
export declare function instanceOfUserResponse(value: object): value is UserResponse;
|
|
30
25
|
export declare function UserResponseFromJSON(json: any): UserResponse;
|
|
31
26
|
export declare function UserResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserResponse;
|
|
32
27
|
export declare function UserResponseToJSON(value?: UserResponse | null): any;
|
|
@@ -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.UserResponseToJSON = exports.UserResponseFromJSONTyped = exports.UserResponseFromJSON = exports.instanceOfUserResponse = void 0;
|
|
@@ -19,9 +14,9 @@ const UserResponseData_1 = require("./UserResponseData");
|
|
|
19
14
|
* Check if a given object implements the UserResponse interface.
|
|
20
15
|
*/
|
|
21
16
|
function instanceOfUserResponse(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
17
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
18
|
+
return false;
|
|
19
|
+
return true;
|
|
25
20
|
}
|
|
26
21
|
exports.instanceOfUserResponse = instanceOfUserResponse;
|
|
27
22
|
function UserResponseFromJSON(json) {
|
|
@@ -29,7 +24,7 @@ function UserResponseFromJSON(json) {
|
|
|
29
24
|
}
|
|
30
25
|
exports.UserResponseFromJSON = UserResponseFromJSON;
|
|
31
26
|
function UserResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (
|
|
27
|
+
if (json == null) {
|
|
33
28
|
return json;
|
|
34
29
|
}
|
|
35
30
|
return {
|
|
@@ -38,14 +33,11 @@ function UserResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
33
|
}
|
|
39
34
|
exports.UserResponseFromJSONTyped = UserResponseFromJSONTyped;
|
|
40
35
|
function UserResponseToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
43
|
-
}
|
|
44
|
-
if (value === null) {
|
|
45
|
-
return null;
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
46
38
|
}
|
|
47
39
|
return {
|
|
48
|
-
'data': (0, UserResponseData_1.UserResponseDataToJSON)(value
|
|
40
|
+
'data': (0, UserResponseData_1.UserResponseDataToJSON)(value['data']),
|
|
49
41
|
};
|
|
50
42
|
}
|
|
51
43
|
exports.UserResponseToJSON = UserResponseToJSON;
|
|
@@ -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 { User } from './User';
|
|
13
8
|
/**
|
|
@@ -26,7 +21,7 @@ export interface UserResponseData {
|
|
|
26
21
|
/**
|
|
27
22
|
* Check if a given object implements the UserResponseData interface.
|
|
28
23
|
*/
|
|
29
|
-
export declare function instanceOfUserResponseData(value: object):
|
|
24
|
+
export declare function instanceOfUserResponseData(value: object): value is UserResponseData;
|
|
30
25
|
export declare function UserResponseDataFromJSON(json: any): UserResponseData;
|
|
31
26
|
export declare function UserResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserResponseData;
|
|
32
27
|
export declare function UserResponseDataToJSON(value?: UserResponseData | null): any;
|
|
@@ -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.UserResponseDataToJSON = exports.UserResponseDataFromJSONTyped = exports.UserResponseDataFromJSON = exports.instanceOfUserResponseData = void 0;
|
|
@@ -19,9 +14,9 @@ const User_1 = require("./User");
|
|
|
19
14
|
* Check if a given object implements the UserResponseData interface.
|
|
20
15
|
*/
|
|
21
16
|
function instanceOfUserResponseData(value) {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
17
|
+
if (!('user' in value) || value['user'] === undefined)
|
|
18
|
+
return false;
|
|
19
|
+
return true;
|
|
25
20
|
}
|
|
26
21
|
exports.instanceOfUserResponseData = instanceOfUserResponseData;
|
|
27
22
|
function UserResponseDataFromJSON(json) {
|
|
@@ -29,7 +24,7 @@ function UserResponseDataFromJSON(json) {
|
|
|
29
24
|
}
|
|
30
25
|
exports.UserResponseDataFromJSON = UserResponseDataFromJSON;
|
|
31
26
|
function UserResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (
|
|
27
|
+
if (json == null) {
|
|
33
28
|
return json;
|
|
34
29
|
}
|
|
35
30
|
return {
|
|
@@ -38,14 +33,11 @@ function UserResponseDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
33
|
}
|
|
39
34
|
exports.UserResponseDataFromJSONTyped = UserResponseDataFromJSONTyped;
|
|
40
35
|
function UserResponseDataToJSON(value) {
|
|
41
|
-
if (value
|
|
42
|
-
return
|
|
43
|
-
}
|
|
44
|
-
if (value === null) {
|
|
45
|
-
return null;
|
|
36
|
+
if (value == null) {
|
|
37
|
+
return value;
|
|
46
38
|
}
|
|
47
39
|
return {
|
|
48
|
-
'user': (0, User_1.UserToJSON)(value
|
|
40
|
+
'user': (0, User_1.UserToJSON)(value['user']),
|
|
49
41
|
};
|
|
50
42
|
}
|
|
51
43
|
exports.UserResponseDataToJSON = UserResponseDataToJSON;
|
package/dist/models/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ export * from './AccountType';
|
|
|
5
5
|
export * from './AccountsResponse';
|
|
6
6
|
export * from './AccountsResponseData';
|
|
7
7
|
export * from './BudgetDetail';
|
|
8
|
-
export * from './BudgetDetailAllOf';
|
|
9
8
|
export * from './BudgetDetailResponse';
|
|
10
9
|
export * from './BudgetDetailResponseData';
|
|
11
10
|
export * from './BudgetSettings';
|
|
@@ -23,26 +22,26 @@ export * from './CategoriesResponseData';
|
|
|
23
22
|
export * from './Category';
|
|
24
23
|
export * from './CategoryGroup';
|
|
25
24
|
export * from './CategoryGroupWithCategories';
|
|
26
|
-
export * from './CategoryGroupWithCategoriesAllOf';
|
|
27
25
|
export * from './CategoryResponse';
|
|
28
26
|
export * from './CategoryResponseData';
|
|
29
27
|
export * from './CurrencyFormat';
|
|
30
28
|
export * from './DateFormat';
|
|
31
29
|
export * from './ErrorDetail';
|
|
32
30
|
export * from './ErrorResponse';
|
|
31
|
+
export * from './ExistingTransaction';
|
|
33
32
|
export * from './HybridTransaction';
|
|
34
|
-
export * from './HybridTransactionAllOf';
|
|
35
33
|
export * from './HybridTransactionsResponse';
|
|
36
34
|
export * from './HybridTransactionsResponseData';
|
|
37
35
|
export * from './MonthDetail';
|
|
38
|
-
export * from './MonthDetailAllOf';
|
|
39
36
|
export * from './MonthDetailResponse';
|
|
40
37
|
export * from './MonthDetailResponseData';
|
|
41
38
|
export * from './MonthSummariesResponse';
|
|
42
39
|
export * from './MonthSummariesResponseData';
|
|
43
40
|
export * from './MonthSummary';
|
|
41
|
+
export * from './NewTransaction';
|
|
44
42
|
export * from './PatchCategoryWrapper';
|
|
45
43
|
export * from './PatchMonthCategoryWrapper';
|
|
44
|
+
export * from './PatchPayeeWrapper';
|
|
46
45
|
export * from './PatchTransactionsWrapper';
|
|
47
46
|
export * from './Payee';
|
|
48
47
|
export * from './PayeeLocation';
|
|
@@ -55,6 +54,7 @@ export * from './PayeeResponseData';
|
|
|
55
54
|
export * from './PayeesResponse';
|
|
56
55
|
export * from './PayeesResponseData';
|
|
57
56
|
export * from './PostAccountWrapper';
|
|
57
|
+
export * from './PostScheduledTransactionWrapper';
|
|
58
58
|
export * from './PostTransactionsWrapper';
|
|
59
59
|
export * from './PutTransactionWrapper';
|
|
60
60
|
export * from './SaveAccount';
|
|
@@ -62,16 +62,18 @@ export * from './SaveCategory';
|
|
|
62
62
|
export * from './SaveCategoryResponse';
|
|
63
63
|
export * from './SaveCategoryResponseData';
|
|
64
64
|
export * from './SaveMonthCategory';
|
|
65
|
+
export * from './SavePayee';
|
|
66
|
+
export * from './SavePayeeResponse';
|
|
67
|
+
export * from './SavePayeeResponseData';
|
|
68
|
+
export * from './SaveScheduledTransaction';
|
|
65
69
|
export * from './SaveSubTransaction';
|
|
66
|
-
export * from './
|
|
67
|
-
export * from './SaveTransactionWithId';
|
|
68
|
-
export * from './SaveTransactionWithIdAllOf';
|
|
70
|
+
export * from './SaveTransactionWithIdOrImportId';
|
|
69
71
|
export * from './SaveTransactionWithOptionalFields';
|
|
70
72
|
export * from './SaveTransactionsResponse';
|
|
71
73
|
export * from './SaveTransactionsResponseData';
|
|
72
74
|
export * from './ScheduledSubTransaction';
|
|
73
75
|
export * from './ScheduledTransactionDetail';
|
|
74
|
-
export * from './
|
|
76
|
+
export * from './ScheduledTransactionFrequency';
|
|
75
77
|
export * from './ScheduledTransactionResponse';
|
|
76
78
|
export * from './ScheduledTransactionResponseData';
|
|
77
79
|
export * from './ScheduledTransactionSummary';
|
|
@@ -80,7 +82,6 @@ export * from './ScheduledTransactionsResponseData';
|
|
|
80
82
|
export * from './SubTransaction';
|
|
81
83
|
export * from './TransactionClearedStatus';
|
|
82
84
|
export * from './TransactionDetail';
|
|
83
|
-
export * from './TransactionDetailAllOf';
|
|
84
85
|
export * from './TransactionFlagColor';
|
|
85
86
|
export * from './TransactionResponse';
|
|
86
87
|
export * from './TransactionResponseData';
|