Skip to content

Commit cf35b5f

Browse files
author
Genevieve Nuebel
committed
Compare old v2011 to split
1 parent 35e68c6 commit cf35b5f

5 files changed

Lines changed: 23 additions & 23 deletions

File tree

v20111101/api.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable */
33
/**
44
* MX Platform API
5-
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
5+
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
66
*
77
* The version of the OpenAPI document: 20111101
88
*
@@ -4627,16 +4627,16 @@ export interface MemberResponse {
46274627
'most_recent_job_detail_code'?: number | null;
46284628
/**
46294629
*
4630-
* @type {string}
4630+
* @type {boolean}
46314631
* @memberof MemberResponse
46324632
*/
4633-
'most_recent_job_detail_text'?: string | null;
4633+
'most_recent_job_detail_text'?: boolean | null;
46344634
/**
46354635
*
4636-
* @type {string}
4636+
* @type {boolean}
46374637
* @memberof MemberResponse
46384638
*/
4639-
'most_recent_job_guid'?: string | null;
4639+
'most_recent_job_guid'?: boolean | null;
46404640
/**
46414641
*
46424642
* @type {string}
@@ -13073,7 +13073,7 @@ export const InstitutionsApiAxiosParamCreator = function (configuration?: Config
1307313073
setBasicAuthToObject(localVarRequestOptions, configuration)
1307413074

1307513075
if (isoCountryCode) {
13076-
localVarQueryParameter['iso_country_code'] = isoCountryCode;
13076+
localVarQueryParameter['iso_country_code'] = isoCountryCode.join(COLLECTION_FORMATS.csv);
1307713077
}
1307813078

1307913079
if (page !== undefined) {
@@ -13179,7 +13179,7 @@ export const InstitutionsApiAxiosParamCreator = function (configuration?: Config
1317913179
}
1318013180

1318113181
if (isoCountryCode) {
13182-
localVarQueryParameter['iso_country_code'] = isoCountryCode;
13182+
localVarQueryParameter['iso_country_code'] = isoCountryCode.join(COLLECTION_FORMATS.csv);
1318313183
}
1318413184

1318513185
if (page !== undefined) {
@@ -22143,15 +22143,15 @@ export const TransactionsApiAxiosParamCreator = function (configuration?: Config
2214322143
}
2214422144

2214522145
if (categoryGuid2) {
22146-
localVarQueryParameter['category_guid[]'] = categoryGuid2;
22146+
localVarQueryParameter['category_guid[]'] = categoryGuid2.join(COLLECTION_FORMATS.csv);
2214722147
}
2214822148

2214922149
if (topLevelCategoryGuid !== undefined) {
2215022150
localVarQueryParameter['top_level_category_guid'] = topLevelCategoryGuid;
2215122151
}
2215222152

2215322153
if (topLevelCategoryGuid2) {
22154-
localVarQueryParameter['top_level_category_guid[]'] = topLevelCategoryGuid2;
22154+
localVarQueryParameter['top_level_category_guid[]'] = topLevelCategoryGuid2.join(COLLECTION_FORMATS.csv);
2215522155
}
2215622156

2215722157
if (useCase !== undefined) {
@@ -22254,15 +22254,15 @@ export const TransactionsApiAxiosParamCreator = function (configuration?: Config
2225422254
}
2225522255

2225622256
if (categoryGuid2) {
22257-
localVarQueryParameter['category_guid[]'] = categoryGuid2;
22257+
localVarQueryParameter['category_guid[]'] = categoryGuid2.join(COLLECTION_FORMATS.csv);
2225822258
}
2225922259

2226022260
if (topLevelCategoryGuid !== undefined) {
2226122261
localVarQueryParameter['top_level_category_guid'] = topLevelCategoryGuid;
2226222262
}
2226322263

2226422264
if (topLevelCategoryGuid2) {
22265-
localVarQueryParameter['top_level_category_guid[]'] = topLevelCategoryGuid2;
22265+
localVarQueryParameter['top_level_category_guid[]'] = topLevelCategoryGuid2.join(COLLECTION_FORMATS.csv);
2226622266
}
2226722267

2226822268
if (includes !== undefined) {
@@ -22361,15 +22361,15 @@ export const TransactionsApiAxiosParamCreator = function (configuration?: Config
2236122361
}
2236222362

2236322363
if (categoryGuid2) {
22364-
localVarQueryParameter['category_guid[]'] = categoryGuid2;
22364+
localVarQueryParameter['category_guid[]'] = categoryGuid2.join(COLLECTION_FORMATS.csv);
2236522365
}
2236622366

2236722367
if (topLevelCategoryGuid !== undefined) {
2236822368
localVarQueryParameter['top_level_category_guid'] = topLevelCategoryGuid;
2236922369
}
2237022370

2237122371
if (topLevelCategoryGuid2) {
22372-
localVarQueryParameter['top_level_category_guid[]'] = topLevelCategoryGuid2;
22372+
localVarQueryParameter['top_level_category_guid[]'] = topLevelCategoryGuid2.join(COLLECTION_FORMATS.csv);
2237322373
}
2237422374

2237522375
if (includes !== undefined) {
@@ -22469,15 +22469,15 @@ export const TransactionsApiAxiosParamCreator = function (configuration?: Config
2246922469
}
2247022470

2247122471
if (categoryGuid2) {
22472-
localVarQueryParameter['category_guid[]'] = categoryGuid2;
22472+
localVarQueryParameter['category_guid[]'] = categoryGuid2.join(COLLECTION_FORMATS.csv);
2247322473
}
2247422474

2247522475
if (topLevelCategoryGuid !== undefined) {
2247622476
localVarQueryParameter['top_level_category_guid'] = topLevelCategoryGuid;
2247722477
}
2247822478

2247922479
if (topLevelCategoryGuid2) {
22480-
localVarQueryParameter['top_level_category_guid[]'] = topLevelCategoryGuid2;
22480+
localVarQueryParameter['top_level_category_guid[]'] = topLevelCategoryGuid2.join(COLLECTION_FORMATS.csv);
2248122481
}
2248222482

2248322483
if (useCase !== undefined) {
@@ -22585,7 +22585,7 @@ export const TransactionsApiAxiosParamCreator = function (configuration?: Config
2258522585
};
2258622586
},
2258722587
/**
22588-
* Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
22588+
* Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
2258922589
* @summary Get a Repeating Transaction
2259022590
* @param {string} userGuid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
2259122591
* @param {string} repeatingTransactionGuid The unique id for a recurring transaction.
@@ -22951,7 +22951,7 @@ export const TransactionsApiFp = function(configuration?: Configuration) {
2295122951
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2295222952
},
2295322953
/**
22954-
* Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
22954+
* Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
2295522955
* @summary Get a Repeating Transaction
2295622956
* @param {string} userGuid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
2295722957
* @param {string} repeatingTransactionGuid The unique id for a recurring transaction.
@@ -23198,7 +23198,7 @@ export const TransactionsApiFactory = function (configuration?: Configuration, b
2319823198
return localVarFp.repeatingTransactions(userGuid, options).then((request) => request(axios, basePath));
2319923199
},
2320023200
/**
23201-
* Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
23201+
* Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
2320223202
* @summary Get a Repeating Transaction
2320323203
* @param {string} userGuid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
2320423204
* @param {string} repeatingTransactionGuid The unique id for a recurring transaction.
@@ -23468,7 +23468,7 @@ export class TransactionsApi extends BaseAPI {
2346823468
}
2346923469

2347023470
/**
23471-
* Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
23471+
* Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
2347223472
* @summary Get a Repeating Transaction
2347323473
* @param {string} userGuid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
2347423474
* @param {string} repeatingTransactionGuid The unique id for a recurring transaction.

v20111101/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable */
33
/**
44
* MX Platform API
5-
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
5+
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
66
*
77
* The version of the OpenAPI document: 20111101
88
*

v20111101/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable */
33
/**
44
* MX Platform API
5-
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
5+
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
66
*
77
* The version of the OpenAPI document: 20111101
88
*

v20111101/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable */
33
/**
44
* MX Platform API
5-
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
5+
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
66
*
77
* The version of the OpenAPI document: 20111101
88
*

v20111101/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* eslint-disable */
33
/**
44
* MX Platform API
5-
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
5+
* The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions. Just getting started? See our [use case guides](/use-cases/).
66
*
77
* The version of the OpenAPI document: 20111101
88
*

0 commit comments

Comments
 (0)