@emilgroup/payment-sdk 1.4.1-beta.30 → 1.4.1-beta.32

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.
Files changed (93) hide show
  1. package/.openapi-generator/FILES +5 -15
  2. package/README.md +2 -2
  3. package/api/bank-accounts-api.ts +34 -38
  4. package/api/bank-transaction-api.ts +73 -77
  5. package/api/{default-api.ts → health-check-api.ts} +21 -17
  6. package/api/payment-methods-api.ts +52 -70
  7. package/api/payment-reminders-api.ts +63 -49
  8. package/api/payment-setup-api.ts +16 -8
  9. package/api/payments-api.ts +52 -70
  10. package/api/refunds-api.ts +76 -88
  11. package/api/tenant-bank-account-api.ts +79 -63
  12. package/api/webhooks-api.ts +16 -12
  13. package/api.ts +2 -2
  14. package/base.ts +15 -7
  15. package/dist/api/bank-accounts-api.d.ts +37 -39
  16. package/dist/api/bank-accounts-api.js +18 -18
  17. package/dist/api/bank-transaction-api.d.ts +77 -79
  18. package/dist/api/bank-transaction-api.js +45 -45
  19. package/dist/api/health-check-api.d.ts +70 -0
  20. package/dist/api/{default-api.js → health-check-api.js} +30 -26
  21. package/dist/api/payment-methods-api.d.ts +49 -58
  22. package/dist/api/payment-methods-api.js +32 -42
  23. package/dist/api/payment-reminders-api.d.ts +55 -46
  24. package/dist/api/payment-reminders-api.js +40 -34
  25. package/dist/api/payment-setup-api.d.ts +16 -8
  26. package/dist/api/payment-setup-api.js +16 -8
  27. package/dist/api/payments-api.d.ts +49 -58
  28. package/dist/api/payments-api.js +32 -42
  29. package/dist/api/refunds-api.d.ts +76 -76
  30. package/dist/api/refunds-api.js +51 -49
  31. package/dist/api/tenant-bank-account-api.d.ts +71 -61
  32. package/dist/api/tenant-bank-account-api.js +51 -45
  33. package/dist/api/webhooks-api.d.ts +16 -12
  34. package/dist/api/webhooks-api.js +14 -10
  35. package/dist/api.d.ts +1 -1
  36. package/dist/api.js +1 -1
  37. package/dist/base.d.ts +3 -1
  38. package/dist/base.js +27 -20
  39. package/dist/models/{bank-transaction-response-class.d.ts → bank-transaction-class-without-expand-properties.d.ts} +20 -34
  40. package/dist/models/create-tenant-bank-account-response-class.d.ts +4 -4
  41. package/dist/models/get-tenant-bank-account-response-class.d.ts +4 -4
  42. package/dist/models/index.d.ts +4 -14
  43. package/dist/models/index.js +4 -14
  44. package/dist/models/list-tenant-bank-account-response-class.d.ts +5 -5
  45. package/dist/models/{tenant-bank-account-response-class.d.ts → tenant-bank-account-class-without-expand-properties.d.ts} +10 -10
  46. package/dist/models/tenant-bank-account-class.d.ts +73 -0
  47. package/dist/models/{get-bank-account-response-class.d.ts → update-tenant-bank-account-response-class.d.ts} +7 -7
  48. package/models/{bank-transaction-response-class.ts → bank-transaction-class-without-expand-properties.ts} +20 -34
  49. package/models/create-tenant-bank-account-response-class.ts +4 -4
  50. package/models/get-tenant-bank-account-response-class.ts +4 -4
  51. package/models/index.ts +4 -14
  52. package/models/list-tenant-bank-account-response-class.ts +5 -5
  53. package/models/{tenant-bank-account-response-class.ts → tenant-bank-account-class-without-expand-properties.ts} +10 -10
  54. package/models/tenant-bank-account-class.ts +79 -0
  55. package/models/{create-refund-response-class.ts → update-tenant-bank-account-response-class.ts} +7 -7
  56. package/package.json +1 -1
  57. package/dist/api/default-api.d.ts +0 -66
  58. package/dist/models/bank-account-class.d.ts +0 -73
  59. package/dist/models/create-refund-response-class.d.ts +0 -25
  60. package/dist/models/get-bank-transactions-response-class.d.ts +0 -25
  61. package/dist/models/get-bank-transactions-response-class.js +0 -15
  62. package/dist/models/get-refund-response-class.d.ts +0 -25
  63. package/dist/models/get-refund-response-class.js +0 -15
  64. package/dist/models/get-request-dto.d.ts +0 -30
  65. package/dist/models/get-request-dto.js +0 -15
  66. package/dist/models/list-bank-transactions-response-class.d.ts +0 -31
  67. package/dist/models/list-bank-transactions-response-class.js +0 -15
  68. package/dist/models/list-refunds-response-class.d.ts +0 -31
  69. package/dist/models/list-refunds-response-class.js +0 -15
  70. package/dist/models/primary-bank-account-response-class.d.ts +0 -42
  71. package/dist/models/primary-bank-account-response-class.js +0 -15
  72. package/dist/models/refund-class.d.ts +0 -105
  73. package/dist/models/refund-class.js +0 -29
  74. package/dist/models/tenant-bank-account-response-class.js +0 -15
  75. package/dist/models/transaction-class.d.ts +0 -54
  76. package/dist/models/transaction-class.js +0 -15
  77. package/dist/models/update-bank-account-response-class.d.ts +0 -25
  78. package/dist/models/update-bank-account-response-class.js +0 -15
  79. package/models/bank-account-class.ts +0 -79
  80. package/models/get-bank-account-response-class.ts +0 -31
  81. package/models/get-bank-transactions-response-class.ts +0 -31
  82. package/models/get-refund-response-class.ts +0 -31
  83. package/models/get-request-dto.ts +0 -36
  84. package/models/list-bank-transactions-response-class.ts +0 -37
  85. package/models/list-refunds-response-class.ts +0 -37
  86. package/models/primary-bank-account-response-class.ts +0 -48
  87. package/models/refund-class.ts +0 -115
  88. package/models/transaction-class.ts +0 -60
  89. package/models/update-bank-account-response-class.ts +0 -31
  90. /package/dist/models/{bank-account-class.js → bank-transaction-class-without-expand-properties.js} +0 -0
  91. /package/dist/models/{bank-transaction-response-class.js → tenant-bank-account-class-without-expand-properties.js} +0 -0
  92. /package/dist/models/{create-refund-response-class.js → tenant-bank-account-class.js} +0 -0
  93. /package/dist/models/{get-bank-account-response-class.js → update-tenant-bank-account-response-class.js} +0 -0
@@ -16,6 +16,7 @@ import { CreateTenantBankAccountRequestDto } from '../models';
16
16
  import { CreateTenantBankAccountResponseClass } from '../models';
17
17
  import { GetTenantBankAccountResponseClass } from '../models';
18
18
  import { ListTenantBankAccountResponseClass } from '../models';
19
+ import { UpdateTenantBankAccountResponseClass } from '../models';
19
20
  import { UpdateTenantBankAccountRestRequestDto } from '../models';
20
21
  /**
21
22
  * TenantBankAccountApi - axios parameter creator
@@ -23,8 +24,8 @@ import { UpdateTenantBankAccountRestRequestDto } from '../models';
23
24
  */
24
25
  export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Configuration) => {
25
26
  /**
26
- * Create a new tenant bank account
27
- * @summary Create the Tenant Bank Account
27
+ * This will create a new tenant bank account
28
+ * @summary Create the tenant bank account
28
29
  * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
29
30
  * @param {string} [authorization] Bearer Token
30
31
  * @param {*} [options] Override http request option.
@@ -41,29 +42,30 @@ export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Con
41
42
  */
42
43
  deleteTenantBankAccount: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
43
44
  /**
44
- * Retrieves the details of the Tenant Bank Account that was previously created. Supply the unique Tenant Bank Account code that was returned when you created it and Emil Api will return the corresponding Tenant Bank Account information.
45
- * @summary Retrieve the Tenant Bank Account
45
+ * Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
46
+ * @summary Retrieve the tenant bank account
46
47
  * @param {string} code Unique identifier for the object.
47
48
  * @param {string} [authorization] Bearer Token
49
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
48
50
  * @param {*} [options] Override http request option.
49
51
  * @throws {RequiredError}
50
52
  */
51
- getTenantBankAccount: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
53
+ getTenantBankAccount: (code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
52
54
  /**
53
- * Returns a list of Tenant Bank Accounts you have previously created. The Tenant Bank Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
54
- * @summary List Tenant Bank Accounts
55
+ * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
56
+ * @summary List tenant bank accounts
55
57
  * @param {string} [authorization] Bearer Token
56
58
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
57
59
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
58
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
59
- * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
60
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
61
- * @param {string} [expand] No expand is available for this tenant bank accounts
62
- * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
60
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
61
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
62
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt&lt;/i&gt;
63
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
64
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
63
65
  * @param {*} [options] Override http request option.
64
66
  * @throws {RequiredError}
65
67
  */
66
- listTenantBankAccounts: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
68
+ listTenantBankAccounts: (authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
67
69
  /**
68
70
  * Update a tenant bank account by code
69
71
  * @summary Update the tenant bank account
@@ -81,8 +83,8 @@ export declare const TenantBankAccountApiAxiosParamCreator: (configuration?: Con
81
83
  */
82
84
  export declare const TenantBankAccountApiFp: (configuration?: Configuration) => {
83
85
  /**
84
- * Create a new tenant bank account
85
- * @summary Create the Tenant Bank Account
86
+ * This will create a new tenant bank account
87
+ * @summary Create the tenant bank account
86
88
  * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
87
89
  * @param {string} [authorization] Bearer Token
88
90
  * @param {*} [options] Override http request option.
@@ -99,29 +101,30 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
99
101
  */
100
102
  deleteTenantBankAccount(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<object>>;
101
103
  /**
102
- * Retrieves the details of the Tenant Bank Account that was previously created. Supply the unique Tenant Bank Account code that was returned when you created it and Emil Api will return the corresponding Tenant Bank Account information.
103
- * @summary Retrieve the Tenant Bank Account
104
+ * Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
105
+ * @summary Retrieve the tenant bank account
104
106
  * @param {string} code Unique identifier for the object.
105
107
  * @param {string} [authorization] Bearer Token
108
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
106
109
  * @param {*} [options] Override http request option.
107
110
  * @throws {RequiredError}
108
111
  */
109
- getTenantBankAccount(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTenantBankAccountResponseClass>>;
112
+ getTenantBankAccount(code: string, authorization?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetTenantBankAccountResponseClass>>;
110
113
  /**
111
- * Returns a list of Tenant Bank Accounts you have previously created. The Tenant Bank Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
112
- * @summary List Tenant Bank Accounts
114
+ * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
115
+ * @summary List tenant bank accounts
113
116
  * @param {string} [authorization] Bearer Token
114
117
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
115
118
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
116
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
117
- * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
118
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
119
- * @param {string} [expand] No expand is available for this tenant bank accounts
120
- * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
119
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
120
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
121
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt&lt;/i&gt;
122
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
123
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
121
124
  * @param {*} [options] Override http request option.
122
125
  * @throws {RequiredError}
123
126
  */
124
- listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTenantBankAccountResponseClass>>;
127
+ listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListTenantBankAccountResponseClass>>;
125
128
  /**
126
129
  * Update a tenant bank account by code
127
130
  * @summary Update the tenant bank account
@@ -131,7 +134,7 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
131
134
  * @param {*} [options] Override http request option.
132
135
  * @throws {RequiredError}
133
136
  */
134
- updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<CreateTenantBankAccountResponseClass>>;
137
+ updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UpdateTenantBankAccountResponseClass>>;
135
138
  };
136
139
  /**
137
140
  * TenantBankAccountApi - factory interface
@@ -139,8 +142,8 @@ export declare const TenantBankAccountApiFp: (configuration?: Configuration) =>
139
142
  */
140
143
  export declare const TenantBankAccountApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
141
144
  /**
142
- * Create a new tenant bank account
143
- * @summary Create the Tenant Bank Account
145
+ * This will create a new tenant bank account
146
+ * @summary Create the tenant bank account
144
147
  * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
145
148
  * @param {string} [authorization] Bearer Token
146
149
  * @param {*} [options] Override http request option.
@@ -157,29 +160,30 @@ export declare const TenantBankAccountApiFactory: (configuration?: Configuration
157
160
  */
158
161
  deleteTenantBankAccount(code: string, authorization?: string, options?: any): AxiosPromise<object>;
159
162
  /**
160
- * Retrieves the details of the Tenant Bank Account that was previously created. Supply the unique Tenant Bank Account code that was returned when you created it and Emil Api will return the corresponding Tenant Bank Account information.
161
- * @summary Retrieve the Tenant Bank Account
163
+ * Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
164
+ * @summary Retrieve the tenant bank account
162
165
  * @param {string} code Unique identifier for the object.
163
166
  * @param {string} [authorization] Bearer Token
167
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
164
168
  * @param {*} [options] Override http request option.
165
169
  * @throws {RequiredError}
166
170
  */
167
- getTenantBankAccount(code: string, authorization?: string, options?: any): AxiosPromise<GetTenantBankAccountResponseClass>;
171
+ getTenantBankAccount(code: string, authorization?: string, expand?: string, options?: any): AxiosPromise<GetTenantBankAccountResponseClass>;
168
172
  /**
169
- * Returns a list of Tenant Bank Accounts you have previously created. The Tenant Bank Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
170
- * @summary List Tenant Bank Accounts
173
+ * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
174
+ * @summary List tenant bank accounts
171
175
  * @param {string} [authorization] Bearer Token
172
176
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
173
177
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
174
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
175
- * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
176
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
177
- * @param {string} [expand] No expand is available for this tenant bank accounts
178
- * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
178
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
179
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
180
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt&lt;/i&gt;
181
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
182
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
179
183
  * @param {*} [options] Override http request option.
180
184
  * @throws {RequiredError}
181
185
  */
182
- listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: string, filters?: any, options?: any): AxiosPromise<ListTenantBankAccountResponseClass>;
186
+ listTenantBankAccounts(authorization?: string, pageSize?: any, pageToken?: any, filter?: string, search?: string, order?: string, expand?: string, filters?: string, options?: any): AxiosPromise<ListTenantBankAccountResponseClass>;
183
187
  /**
184
188
  * Update a tenant bank account by code
185
189
  * @summary Update the tenant bank account
@@ -189,7 +193,7 @@ export declare const TenantBankAccountApiFactory: (configuration?: Configuration
189
193
  * @param {*} [options] Override http request option.
190
194
  * @throws {RequiredError}
191
195
  */
192
- updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: any): AxiosPromise<CreateTenantBankAccountResponseClass>;
196
+ updateTenantBankAccount(code: string, updateTenantBankAccountRestRequestDto: UpdateTenantBankAccountRestRequestDto, authorization?: string, options?: any): AxiosPromise<UpdateTenantBankAccountResponseClass>;
193
197
  };
194
198
  /**
195
199
  * Request parameters for createTenantBankAccount operation in TenantBankAccountApi.
@@ -247,6 +251,12 @@ export interface TenantBankAccountApiGetTenantBankAccountRequest {
247
251
  * @memberof TenantBankAccountApiGetTenantBankAccount
248
252
  */
249
253
  readonly authorization?: string;
254
+ /**
255
+ * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
256
+ * @type {string}
257
+ * @memberof TenantBankAccountApiGetTenantBankAccount
258
+ */
259
+ readonly expand?: string;
250
260
  }
251
261
  /**
252
262
  * Request parameters for listTenantBankAccounts operation in TenantBankAccountApi.
@@ -273,35 +283,35 @@ export interface TenantBankAccountApiListTenantBankAccountsRequest {
273
283
  */
274
284
  readonly pageToken?: any;
275
285
  /**
276
- * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
277
- * @type {any}
286
+ * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
287
+ * @type {string}
278
288
  * @memberof TenantBankAccountApiListTenantBankAccounts
279
289
  */
280
- readonly filter?: any;
290
+ readonly filter?: string;
281
291
  /**
282
- * To search the list by any field, pass search&#x3D;xxx to fetch the result.
283
- * @type {any}
292
+ * Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
293
+ * @type {string}
284
294
  * @memberof TenantBankAccountApiListTenantBankAccounts
285
295
  */
286
- readonly search?: any;
296
+ readonly search?: string;
287
297
  /**
288
- * The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
289
- * @type {any}
298
+ * Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt&lt;/i&gt;
299
+ * @type {string}
290
300
  * @memberof TenantBankAccountApiListTenantBankAccounts
291
301
  */
292
- readonly order?: any;
302
+ readonly order?: string;
293
303
  /**
294
- * No expand is available for this tenant bank accounts
304
+ * Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
295
305
  * @type {string}
296
306
  * @memberof TenantBankAccountApiListTenantBankAccounts
297
307
  */
298
308
  readonly expand?: string;
299
309
  /**
300
- * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
301
- * @type {any}
310
+ * Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
311
+ * @type {string}
302
312
  * @memberof TenantBankAccountApiListTenantBankAccounts
303
313
  */
304
- readonly filters?: any;
314
+ readonly filters?: string;
305
315
  }
306
316
  /**
307
317
  * Request parameters for updateTenantBankAccount operation in TenantBankAccountApi.
@@ -336,8 +346,8 @@ export interface TenantBankAccountApiUpdateTenantBankAccountRequest {
336
346
  */
337
347
  export declare class TenantBankAccountApi extends BaseAPI {
338
348
  /**
339
- * Create a new tenant bank account
340
- * @summary Create the Tenant Bank Account
349
+ * This will create a new tenant bank account
350
+ * @summary Create the tenant bank account
341
351
  * @param {TenantBankAccountApiCreateTenantBankAccountRequest} requestParameters Request parameters.
342
352
  * @param {*} [options] Override http request option.
343
353
  * @throws {RequiredError}
@@ -354,8 +364,8 @@ export declare class TenantBankAccountApi extends BaseAPI {
354
364
  */
355
365
  deleteTenantBankAccount(requestParameters: TenantBankAccountApiDeleteTenantBankAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<object, any>>;
356
366
  /**
357
- * Retrieves the details of the Tenant Bank Account that was previously created. Supply the unique Tenant Bank Account code that was returned when you created it and Emil Api will return the corresponding Tenant Bank Account information.
358
- * @summary Retrieve the Tenant Bank Account
367
+ * Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
368
+ * @summary Retrieve the tenant bank account
359
369
  * @param {TenantBankAccountApiGetTenantBankAccountRequest} requestParameters Request parameters.
360
370
  * @param {*} [options] Override http request option.
361
371
  * @throws {RequiredError}
@@ -363,8 +373,8 @@ export declare class TenantBankAccountApi extends BaseAPI {
363
373
  */
364
374
  getTenantBankAccount(requestParameters: TenantBankAccountApiGetTenantBankAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetTenantBankAccountResponseClass, any>>;
365
375
  /**
366
- * Returns a list of Tenant Bank Accounts you have previously created. The Tenant Bank Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
367
- * @summary List Tenant Bank Accounts
376
+ * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
377
+ * @summary List tenant bank accounts
368
378
  * @param {TenantBankAccountApiListTenantBankAccountsRequest} requestParameters Request parameters.
369
379
  * @param {*} [options] Override http request option.
370
380
  * @throws {RequiredError}
@@ -379,5 +389,5 @@ export declare class TenantBankAccountApi extends BaseAPI {
379
389
  * @throws {RequiredError}
380
390
  * @memberof TenantBankAccountApi
381
391
  */
382
- updateTenantBankAccount(requestParameters: TenantBankAccountApiUpdateTenantBankAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateTenantBankAccountResponseClass, any>>;
392
+ updateTenantBankAccount(requestParameters: TenantBankAccountApiUpdateTenantBankAccountRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UpdateTenantBankAccountResponseClass, any>>;
383
393
  }
@@ -93,8 +93,8 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
93
93
  var _this = this;
94
94
  return {
95
95
  /**
96
- * Create a new tenant bank account
97
- * @summary Create the Tenant Bank Account
96
+ * This will create a new tenant bank account
97
+ * @summary Create the tenant bank account
98
98
  * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
99
99
  * @param {string} [authorization] Bearer Token
100
100
  * @param {*} [options] Override http request option.
@@ -190,14 +190,15 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
190
190
  });
191
191
  },
192
192
  /**
193
- * Retrieves the details of the Tenant Bank Account that was previously created. Supply the unique Tenant Bank Account code that was returned when you created it and Emil Api will return the corresponding Tenant Bank Account information.
194
- * @summary Retrieve the Tenant Bank Account
193
+ * Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
194
+ * @summary Retrieve the tenant bank account
195
195
  * @param {string} code Unique identifier for the object.
196
196
  * @param {string} [authorization] Bearer Token
197
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
197
198
  * @param {*} [options] Override http request option.
198
199
  * @throws {RequiredError}
199
200
  */
200
- getTenantBankAccount: function (code, authorization, options) {
201
+ getTenantBankAccount: function (code, authorization, expand, options) {
201
202
  if (options === void 0) { options = {}; }
202
203
  return __awaiter(_this, void 0, void 0, function () {
203
204
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -223,6 +224,9 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
223
224
  // authentication bearer required
224
225
  // http bearer authentication required
225
226
  _a.sent();
227
+ if (expand !== undefined) {
228
+ localVarQueryParameter['expand'] = expand;
229
+ }
226
230
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
227
231
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
228
232
  }
@@ -238,16 +242,16 @@ var TenantBankAccountApiAxiosParamCreator = function (configuration) {
238
242
  });
239
243
  },
240
244
  /**
241
- * Returns a list of Tenant Bank Accounts you have previously created. The Tenant Bank Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
242
- * @summary List Tenant Bank Accounts
245
+ * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
246
+ * @summary List tenant bank accounts
243
247
  * @param {string} [authorization] Bearer Token
244
248
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
245
249
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
246
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
247
- * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
248
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
249
- * @param {string} [expand] No expand is available for this tenant bank accounts
250
- * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
250
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
251
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
252
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt&lt;/i&gt;
253
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
254
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
251
255
  * @param {*} [options] Override http request option.
252
256
  * @throws {RequiredError}
253
257
  */
@@ -373,8 +377,8 @@ var TenantBankAccountApiFp = function (configuration) {
373
377
  var localVarAxiosParamCreator = (0, exports.TenantBankAccountApiAxiosParamCreator)(configuration);
374
378
  return {
375
379
  /**
376
- * Create a new tenant bank account
377
- * @summary Create the Tenant Bank Account
380
+ * This will create a new tenant bank account
381
+ * @summary Create the tenant bank account
378
382
  * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
379
383
  * @param {string} [authorization] Bearer Token
380
384
  * @param {*} [options] Override http request option.
@@ -415,19 +419,20 @@ var TenantBankAccountApiFp = function (configuration) {
415
419
  });
416
420
  },
417
421
  /**
418
- * Retrieves the details of the Tenant Bank Account that was previously created. Supply the unique Tenant Bank Account code that was returned when you created it and Emil Api will return the corresponding Tenant Bank Account information.
419
- * @summary Retrieve the Tenant Bank Account
422
+ * Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
423
+ * @summary Retrieve the tenant bank account
420
424
  * @param {string} code Unique identifier for the object.
421
425
  * @param {string} [authorization] Bearer Token
426
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
422
427
  * @param {*} [options] Override http request option.
423
428
  * @throws {RequiredError}
424
429
  */
425
- getTenantBankAccount: function (code, authorization, options) {
430
+ getTenantBankAccount: function (code, authorization, expand, options) {
426
431
  return __awaiter(this, void 0, void 0, function () {
427
432
  var localVarAxiosArgs;
428
433
  return __generator(this, function (_a) {
429
434
  switch (_a.label) {
430
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTenantBankAccount(code, authorization, options)];
435
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.getTenantBankAccount(code, authorization, expand, options)];
431
436
  case 1:
432
437
  localVarAxiosArgs = _a.sent();
433
438
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -436,16 +441,16 @@ var TenantBankAccountApiFp = function (configuration) {
436
441
  });
437
442
  },
438
443
  /**
439
- * Returns a list of Tenant Bank Accounts you have previously created. The Tenant Bank Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
440
- * @summary List Tenant Bank Accounts
444
+ * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
445
+ * @summary List tenant bank accounts
441
446
  * @param {string} [authorization] Bearer Token
442
447
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
443
448
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
444
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
445
- * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
446
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
447
- * @param {string} [expand] No expand is available for this tenant bank accounts
448
- * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
449
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
450
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
451
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt&lt;/i&gt;
452
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
453
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
449
454
  * @param {*} [options] Override http request option.
450
455
  * @throws {RequiredError}
451
456
  */
@@ -495,8 +500,8 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
495
500
  var localVarFp = (0, exports.TenantBankAccountApiFp)(configuration);
496
501
  return {
497
502
  /**
498
- * Create a new tenant bank account
499
- * @summary Create the Tenant Bank Account
503
+ * This will create a new tenant bank account
504
+ * @summary Create the tenant bank account
500
505
  * @param {CreateTenantBankAccountRequestDto} createTenantBankAccountRequestDto
501
506
  * @param {string} [authorization] Bearer Token
502
507
  * @param {*} [options] Override http request option.
@@ -517,27 +522,28 @@ var TenantBankAccountApiFactory = function (configuration, basePath, axios) {
517
522
  return localVarFp.deleteTenantBankAccount(code, authorization, options).then(function (request) { return request(axios, basePath); });
518
523
  },
519
524
  /**
520
- * Retrieves the details of the Tenant Bank Account that was previously created. Supply the unique Tenant Bank Account code that was returned when you created it and Emil Api will return the corresponding Tenant Bank Account information.
521
- * @summary Retrieve the Tenant Bank Account
525
+ * Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
526
+ * @summary Retrieve the tenant bank account
522
527
  * @param {string} code Unique identifier for the object.
523
528
  * @param {string} [authorization] Bearer Token
529
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
524
530
  * @param {*} [options] Override http request option.
525
531
  * @throws {RequiredError}
526
532
  */
527
- getTenantBankAccount: function (code, authorization, options) {
528
- return localVarFp.getTenantBankAccount(code, authorization, options).then(function (request) { return request(axios, basePath); });
533
+ getTenantBankAccount: function (code, authorization, expand, options) {
534
+ return localVarFp.getTenantBankAccount(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
529
535
  },
530
536
  /**
531
- * Returns a list of Tenant Bank Accounts you have previously created. The Tenant Bank Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
532
- * @summary List Tenant Bank Accounts
537
+ * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
538
+ * @summary List tenant bank accounts
533
539
  * @param {string} [authorization] Bearer Token
534
540
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
535
541
  * @param {any} [pageToken] A cursor for use in pagination. pageToken is an ID that defines your place in the list. For instance, if you make a list request and receive 100 objects and pageToken&#x3D;1, your subsequent call can include pageToken&#x3D;2 in order to fetch the next page of the list.
536
- * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
537
- * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
538
- * @param {any} [order] The order parameter determines how the results should be sorted according to a specified field. It functions similarly to an SQL ORDER BY. Sorting can be performed in either ascending (ASC) or descending (DESC) order. Default: ASC.
539
- * @param {string} [expand] No expand is available for this tenant bank accounts
540
- * @param {any} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations. In general, fetching filtered responses conserves bandwidth and reduces response time.
542
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
543
+ * @param {string} [search] Search the response for matches in any searchable field. Use filter instead where possible for improved performance.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Searchable fields: id, iban, bankName, accountName&lt;/i&gt;
544
+ * @param {string} [order] Order allows you to specify the desired order of entities retrieved from the server by ascending (ASC) or descending (DESC) order.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, createdAt&lt;/i&gt;
545
+ * @param {string} [expand] Expand to fetch additional information about the list items. Expanding resources can reduce the number of API calls required to accomplish a task. Use with discretion as some expanded fields can drastically increase payload size.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: bankTransactions.&lt;i&gt;
546
+ * @param {string} [filters] Filters the response by one or multiple fields. Advanced filter functionality allows you to perform more complex filtering operations.&lt;br/&gt; &lt;br/&gt; &lt;i&gt;Allowed values: id, code, iban, bankName, accountName&lt;/i&gt;
541
547
  * @param {*} [options] Override http request option.
542
548
  * @throws {RequiredError}
543
549
  */
@@ -571,8 +577,8 @@ var TenantBankAccountApi = /** @class */ (function (_super) {
571
577
  return _super !== null && _super.apply(this, arguments) || this;
572
578
  }
573
579
  /**
574
- * Create a new tenant bank account
575
- * @summary Create the Tenant Bank Account
580
+ * This will create a new tenant bank account
581
+ * @summary Create the tenant bank account
576
582
  * @param {TenantBankAccountApiCreateTenantBankAccountRequest} requestParameters Request parameters.
577
583
  * @param {*} [options] Override http request option.
578
584
  * @throws {RequiredError}
@@ -595,8 +601,8 @@ var TenantBankAccountApi = /** @class */ (function (_super) {
595
601
  return (0, exports.TenantBankAccountApiFp)(this.configuration).deleteTenantBankAccount(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
596
602
  };
597
603
  /**
598
- * Retrieves the details of the Tenant Bank Account that was previously created. Supply the unique Tenant Bank Account code that was returned when you created it and Emil Api will return the corresponding Tenant Bank Account information.
599
- * @summary Retrieve the Tenant Bank Account
604
+ * Retrieves the details of the tenant bank account that was previously created. Supply the unique tenant bank account code that was returned when you created it and Emil Api will return the corresponding tenant bank account information.
605
+ * @summary Retrieve the tenant bank account
600
606
  * @param {TenantBankAccountApiGetTenantBankAccountRequest} requestParameters Request parameters.
601
607
  * @param {*} [options] Override http request option.
602
608
  * @throws {RequiredError}
@@ -604,11 +610,11 @@ var TenantBankAccountApi = /** @class */ (function (_super) {
604
610
  */
605
611
  TenantBankAccountApi.prototype.getTenantBankAccount = function (requestParameters, options) {
606
612
  var _this = this;
607
- return (0, exports.TenantBankAccountApiFp)(this.configuration).getTenantBankAccount(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
613
+ return (0, exports.TenantBankAccountApiFp)(this.configuration).getTenantBankAccount(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
608
614
  };
609
615
  /**
610
- * Returns a list of Tenant Bank Accounts you have previously created. The Tenant Bank Accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
611
- * @summary List Tenant Bank Accounts
616
+ * Returns a list of tenant bank accounts you have previously created. The tenant bank accounts are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
617
+ * @summary List tenant bank accounts
612
618
  * @param {TenantBankAccountApiListTenantBankAccountsRequest} requestParameters Request parameters.
613
619
  * @param {*} [options] Override http request option.
614
620
  * @throws {RequiredError}