@emilgroup/tenant-sdk-node 1.15.0 → 1.15.1-beta.2

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 (68) hide show
  1. package/.openapi-generator/FILES +0 -1
  2. package/README.md +2 -2
  3. package/api/custom-schema-api.ts +36 -22
  4. package/api/data-report-api.ts +50 -36
  5. package/api/invite-users-api.ts +32 -18
  6. package/api/list-organization-invitations-api.ts +32 -18
  7. package/api/organizations-api.ts +28 -14
  8. package/api/roles-api.ts +22 -22
  9. package/api/settings-api.ts +4 -4
  10. package/api/users-api.ts +32 -18
  11. package/configuration.ts +1 -1
  12. package/dist/api/custom-schema-api.d.ts +28 -19
  13. package/dist/api/custom-schema-api.js +26 -20
  14. package/dist/api/data-report-api.d.ts +38 -29
  15. package/dist/api/data-report-api.js +35 -29
  16. package/dist/api/invite-users-api.d.ts +24 -15
  17. package/dist/api/invite-users-api.js +22 -16
  18. package/dist/api/list-organization-invitations-api.d.ts +24 -15
  19. package/dist/api/list-organization-invitations-api.js +22 -16
  20. package/dist/api/organizations-api.d.ts +20 -11
  21. package/dist/api/organizations-api.js +18 -12
  22. package/dist/api/roles-api.d.ts +22 -22
  23. package/dist/api/roles-api.js +13 -13
  24. package/dist/api/settings-api.d.ts +4 -4
  25. package/dist/api/settings-api.js +4 -4
  26. package/dist/api/users-api.d.ts +24 -15
  27. package/dist/api/users-api.js +22 -16
  28. package/dist/configuration.js +0 -7
  29. package/dist/models/batch-delete-request-dto.d.ts +2 -2
  30. package/dist/models/create-data-report-request-dto.d.ts +1 -1
  31. package/dist/models/create-role-request-dto.d.ts +2 -2
  32. package/dist/models/custom-field-dto.d.ts +37 -4
  33. package/dist/models/custom-field-dto.js +5 -2
  34. package/dist/models/data-report-class.d.ts +1 -1
  35. package/dist/models/disable-users-request-dto.d.ts +2 -2
  36. package/dist/models/enable-users-request-dto.d.ts +2 -2
  37. package/dist/models/index.d.ts +0 -1
  38. package/dist/models/index.js +0 -1
  39. package/dist/models/inline-response200.d.ts +6 -6
  40. package/dist/models/inline-response503.d.ts +6 -6
  41. package/dist/models/invite-class.d.ts +7 -0
  42. package/dist/models/invite-org-request-dto.d.ts +1 -1
  43. package/dist/models/invite-users-request-dto.d.ts +6 -0
  44. package/dist/models/run-data-report-response-class.d.ts +2 -2
  45. package/dist/models/update-data-report-request-dto.d.ts +1 -1
  46. package/dist/models/update-role-request-dto.d.ts +2 -2
  47. package/dist/models/user-class.d.ts +7 -6
  48. package/models/batch-delete-request-dto.ts +2 -2
  49. package/models/create-data-report-request-dto.ts +1 -1
  50. package/models/create-role-request-dto.ts +2 -2
  51. package/models/custom-field-dto.ts +38 -5
  52. package/models/data-report-class.ts +1 -1
  53. package/models/disable-users-request-dto.ts +2 -2
  54. package/models/enable-users-request-dto.ts +2 -2
  55. package/models/index.ts +0 -1
  56. package/models/inline-response200.ts +6 -6
  57. package/models/inline-response503.ts +6 -6
  58. package/models/invite-class.ts +7 -0
  59. package/models/invite-org-request-dto.ts +1 -1
  60. package/models/invite-users-request-dto.ts +6 -0
  61. package/models/run-data-report-response-class.ts +2 -2
  62. package/models/update-data-report-request-dto.ts +1 -1
  63. package/models/update-role-request-dto.ts +2 -2
  64. package/models/user-class.ts +7 -6
  65. package/package.json +1 -1
  66. package/dist/models/set-user-setting-response-class.d.ts +0 -36
  67. package/dist/models/set-user-setting-response-class.js +0 -15
  68. package/models/set-user-setting-response-class.ts +0 -42
@@ -97,19 +97,20 @@ var ListOrganizationInvitationsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
100
+ * Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
101
101
  * @summary List organization invitations
102
102
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
103
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
103
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
104
104
  * @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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
105
105
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
106
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
106
+ * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
107
107
  * @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.
108
108
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
109
+ * @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.
109
110
  * @param {*} [options] Override http request option.
110
111
  * @throws {RequiredError}
111
112
  */
112
- listOrgInvitations: function (authorization, pageSize, pageToken, filter, search, order, expand, options) {
113
+ listOrgInvitations: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
113
114
  if (options === void 0) { options = {}; }
114
115
  return __awaiter(_this, void 0, void 0, function () {
115
116
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -150,6 +151,9 @@ var ListOrganizationInvitationsApiAxiosParamCreator = function (configuration) {
150
151
  if (expand !== undefined) {
151
152
  localVarQueryParameter['expand'] = expand;
152
153
  }
154
+ if (filters !== undefined) {
155
+ localVarQueryParameter['filters'] = filters;
156
+ }
153
157
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
154
158
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
155
159
  }
@@ -175,24 +179,25 @@ var ListOrganizationInvitationsApiFp = function (configuration) {
175
179
  var localVarAxiosParamCreator = (0, exports.ListOrganizationInvitationsApiAxiosParamCreator)(configuration);
176
180
  return {
177
181
  /**
178
- * Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
182
+ * Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
179
183
  * @summary List organization invitations
180
184
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
181
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
185
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
182
186
  * @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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
183
187
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
184
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
188
+ * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
185
189
  * @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.
186
190
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
191
+ * @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.
187
192
  * @param {*} [options] Override http request option.
188
193
  * @throws {RequiredError}
189
194
  */
190
- listOrgInvitations: function (authorization, pageSize, pageToken, filter, search, order, expand, options) {
195
+ listOrgInvitations: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
191
196
  return __awaiter(this, void 0, void 0, function () {
192
197
  var localVarAxiosArgs;
193
198
  return __generator(this, function (_a) {
194
199
  switch (_a.label) {
195
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listOrgInvitations(authorization, pageSize, pageToken, filter, search, order, expand, options)];
200
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listOrgInvitations(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
196
201
  case 1:
197
202
  localVarAxiosArgs = _a.sent();
198
203
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -211,20 +216,21 @@ var ListOrganizationInvitationsApiFactory = function (configuration, basePath, a
211
216
  var localVarFp = (0, exports.ListOrganizationInvitationsApiFp)(configuration);
212
217
  return {
213
218
  /**
214
- * Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
219
+ * Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
215
220
  * @summary List organization invitations
216
221
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
217
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
222
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
218
223
  * @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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
219
224
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
220
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
225
+ * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
221
226
  * @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.
222
227
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
228
+ * @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.
223
229
  * @param {*} [options] Override http request option.
224
230
  * @throws {RequiredError}
225
231
  */
226
- listOrgInvitations: function (authorization, pageSize, pageToken, filter, search, order, expand, options) {
227
- return localVarFp.listOrgInvitations(authorization, pageSize, pageToken, filter, search, order, expand, options).then(function (request) { return request(axios, basePath); });
232
+ listOrgInvitations: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
233
+ return localVarFp.listOrgInvitations(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
228
234
  },
229
235
  };
230
236
  };
@@ -241,7 +247,7 @@ var ListOrganizationInvitationsApi = /** @class */ (function (_super) {
241
247
  return _super !== null && _super.apply(this, arguments) || this;
242
248
  }
243
249
  /**
244
- * Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
250
+ * Returns a list of organization invitations you have previously created. The organization invitations are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
245
251
  * @summary List organization invitations
246
252
  * @param {ListOrganizationInvitationsApiListOrgInvitationsRequest} requestParameters Request parameters.
247
253
  * @param {*} [options] Override http request option.
@@ -251,7 +257,7 @@ var ListOrganizationInvitationsApi = /** @class */ (function (_super) {
251
257
  ListOrganizationInvitationsApi.prototype.listOrgInvitations = function (requestParameters, options) {
252
258
  var _this = this;
253
259
  if (requestParameters === void 0) { requestParameters = {}; }
254
- return (0, exports.ListOrganizationInvitationsApiFp)(this.configuration).listOrgInvitations(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
260
+ return (0, exports.ListOrganizationInvitationsApiFp)(this.configuration).listOrgInvitations(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
255
261
  };
256
262
  return ListOrganizationInvitationsApi;
257
263
  }(base_1.BaseAPI));
@@ -34,16 +34,17 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
34
34
  * This will fetch list of organizations
35
35
  * @summary List organizations
36
36
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
37
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
37
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
38
38
  * @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=1, your subsequent call can include pageToken=2 in order to fetch the next page of the list.
39
39
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
40
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code=xxx in order to fetch the result.
40
+ * @param {any} [search] To search the list by any field, pass search=xxx to fetch the result.
41
41
  * @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.
42
42
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
43
+ * @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.
43
44
  * @param {*} [options] Override http request option.
44
45
  * @throws {RequiredError}
45
46
  */
46
- listOrganizations: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
47
+ listOrganizations: (authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig) => Promise<RequestArgs>;
47
48
  /**
48
49
  * Update organization data
49
50
  * @summary Update the Organization
@@ -73,16 +74,17 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
73
74
  * This will fetch list of organizations
74
75
  * @summary List organizations
75
76
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
76
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
77
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
77
78
  * @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.
78
79
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
79
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
80
+ * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
80
81
  * @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.
81
82
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
83
+ * @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.
82
84
  * @param {*} [options] Override http request option.
83
85
  * @throws {RequiredError}
84
86
  */
85
- listOrganizations(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListOrganizationsResponseClass>>;
87
+ listOrganizations(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListOrganizationsResponseClass>>;
86
88
  /**
87
89
  * Update organization data
88
90
  * @summary Update the Organization
@@ -112,16 +114,17 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
112
114
  * This will fetch list of organizations
113
115
  * @summary List organizations
114
116
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
115
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
117
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
116
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.
117
119
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
118
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
120
+ * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
119
121
  * @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.
120
122
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
123
+ * @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.
121
124
  * @param {*} [options] Override http request option.
122
125
  * @throws {RequiredError}
123
126
  */
124
- listOrganizations(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, options?: any): AxiosPromise<ListOrganizationsResponseClass>;
127
+ listOrganizations(authorization?: string, pageSize?: any, pageToken?: any, filter?: any, search?: any, order?: any, expand?: any, filters?: any, options?: any): AxiosPromise<ListOrganizationsResponseClass>;
125
128
  /**
126
129
  * Update organization data
127
130
  * @summary Update the Organization
@@ -165,7 +168,7 @@ export interface OrganizationsApiListOrganizationsRequest {
165
168
  */
166
169
  readonly authorization?: string;
167
170
  /**
168
- * A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
171
+ * A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
169
172
  * @type {any}
170
173
  * @memberof OrganizationsApiListOrganizations
171
174
  */
@@ -183,7 +186,7 @@ export interface OrganizationsApiListOrganizationsRequest {
183
186
  */
184
187
  readonly filter?: any;
185
188
  /**
186
- * Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
189
+ * To search the list by any field, pass search&#x3D;xxx to fetch the result.
187
190
  * @type {any}
188
191
  * @memberof OrganizationsApiListOrganizations
189
192
  */
@@ -200,6 +203,12 @@ export interface OrganizationsApiListOrganizationsRequest {
200
203
  * @memberof OrganizationsApiListOrganizations
201
204
  */
202
205
  readonly expand?: any;
206
+ /**
207
+ * 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.
208
+ * @type {any}
209
+ * @memberof OrganizationsApiListOrganizations
210
+ */
211
+ readonly filters?: any;
203
212
  }
204
213
  /**
205
214
  * Request parameters for updateOrganization operation in OrganizationsApi.
@@ -148,16 +148,17 @@ var OrganizationsApiAxiosParamCreator = function (configuration) {
148
148
  * This will fetch list of organizations
149
149
  * @summary List organizations
150
150
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
151
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
151
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
152
152
  * @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.
153
153
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
154
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
154
+ * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
155
155
  * @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.
156
156
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
157
+ * @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.
157
158
  * @param {*} [options] Override http request option.
158
159
  * @throws {RequiredError}
159
160
  */
160
- listOrganizations: function (authorization, pageSize, pageToken, filter, search, order, expand, options) {
161
+ listOrganizations: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
161
162
  if (options === void 0) { options = {}; }
162
163
  return __awaiter(_this, void 0, void 0, function () {
163
164
  var localVarPath, localVarUrlObj, baseOptions, baseAccessToken, localVarRequestOptions, localVarHeaderParameter, localVarQueryParameter, headersFromBaseOptions;
@@ -198,6 +199,9 @@ var OrganizationsApiAxiosParamCreator = function (configuration) {
198
199
  if (expand !== undefined) {
199
200
  localVarQueryParameter['expand'] = expand;
200
201
  }
202
+ if (filters !== undefined) {
203
+ localVarQueryParameter['filters'] = filters;
204
+ }
201
205
  if (authorization !== undefined && authorization !== null || baseAccessToken !== undefined && baseAccessToken !== null) {
202
206
  localVarHeaderParameter['Authorization'] = String(authorization ? authorization : baseAccessToken);
203
207
  }
@@ -300,21 +304,22 @@ var OrganizationsApiFp = function (configuration) {
300
304
  * This will fetch list of organizations
301
305
  * @summary List organizations
302
306
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
303
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
307
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
304
308
  * @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.
305
309
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
306
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
310
+ * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
307
311
  * @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.
308
312
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
313
+ * @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.
309
314
  * @param {*} [options] Override http request option.
310
315
  * @throws {RequiredError}
311
316
  */
312
- listOrganizations: function (authorization, pageSize, pageToken, filter, search, order, expand, options) {
317
+ listOrganizations: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
313
318
  return __awaiter(this, void 0, void 0, function () {
314
319
  var localVarAxiosArgs;
315
320
  return __generator(this, function (_a) {
316
321
  switch (_a.label) {
317
- case 0: return [4 /*yield*/, localVarAxiosParamCreator.listOrganizations(authorization, pageSize, pageToken, filter, search, order, expand, options)];
322
+ case 0: return [4 /*yield*/, localVarAxiosParamCreator.listOrganizations(authorization, pageSize, pageToken, filter, search, order, expand, filters, options)];
318
323
  case 1:
319
324
  localVarAxiosArgs = _a.sent();
320
325
  return [2 /*return*/, (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)];
@@ -369,17 +374,18 @@ var OrganizationsApiFactory = function (configuration, basePath, axios) {
369
374
  * This will fetch list of organizations
370
375
  * @summary List organizations
371
376
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
372
- * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 100. Default: 10.
377
+ * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
373
378
  * @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.
374
379
  * @param {any} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
375
- * @param {any} [search] Search the list by any field. For instance, if you want to search by code add code&#x3D;xxx in order to fetch the result.
380
+ * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
376
381
  * @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.
377
382
  * @param {any} [expand] Use this parameter to fetch additional information about the list items. The expand query parameter increases the set of fields that appear in the response in addition to the default ones. Expanding resources can reduce the number of API calls required to accomplish a task. However, use this with parsimony as some expanded fields can drastically increase payload size.
383
+ * @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.
378
384
  * @param {*} [options] Override http request option.
379
385
  * @throws {RequiredError}
380
386
  */
381
- listOrganizations: function (authorization, pageSize, pageToken, filter, search, order, expand, options) {
382
- return localVarFp.listOrganizations(authorization, pageSize, pageToken, filter, search, order, expand, options).then(function (request) { return request(axios, basePath); });
387
+ listOrganizations: function (authorization, pageSize, pageToken, filter, search, order, expand, filters, options) {
388
+ return localVarFp.listOrganizations(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
383
389
  },
384
390
  /**
385
391
  * Update organization data
@@ -430,7 +436,7 @@ var OrganizationsApi = /** @class */ (function (_super) {
430
436
  OrganizationsApi.prototype.listOrganizations = function (requestParameters, options) {
431
437
  var _this = this;
432
438
  if (requestParameters === void 0) { requestParameters = {}; }
433
- return (0, exports.OrganizationsApiFp)(this.configuration).listOrganizations(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
439
+ return (0, exports.OrganizationsApiFp)(this.configuration).listOrganizations(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
434
440
  };
435
441
  /**
436
442
  * Update organization data
@@ -19,19 +19,19 @@ import { ListRolesResponseClass } from '../models';
19
19
  */
20
20
  export declare const RolesApiAxiosParamCreator: (configuration?: Configuration) => {
21
21
  /**
22
- * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
22
+ * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
23
23
  * @summary List roles
24
24
  * @param {string} [authorization] Bearer Token
25
25
  * @param {number} [pageSize] Page size
26
26
  * @param {string} [pageToken] Page token
27
- * @param {'id' | 'code' | 'label'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
27
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
28
28
  * @param {string} [search] Search query
29
- * @param {'label'} [order] Order allowing you to specify the desired order of entities retrieved from the server.
30
- * @param {'permissions'} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
29
+ * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
30
+ * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
31
31
  * @param {*} [options] Override http request option.
32
32
  * @throws {RequiredError}
33
33
  */
34
- listRoles: (authorization?: string, pageSize?: number, pageToken?: string, filter?: 'id' | 'code' | 'label', search?: string, order?: 'label', expand?: 'permissions', options?: AxiosRequestConfig) => Promise<RequestArgs>;
34
+ listRoles: (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
35
35
  };
36
36
  /**
37
37
  * RolesApi - functional programming interface
@@ -39,19 +39,19 @@ export declare const RolesApiAxiosParamCreator: (configuration?: Configuration)
39
39
  */
40
40
  export declare const RolesApiFp: (configuration?: Configuration) => {
41
41
  /**
42
- * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
42
+ * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
43
43
  * @summary List roles
44
44
  * @param {string} [authorization] Bearer Token
45
45
  * @param {number} [pageSize] Page size
46
46
  * @param {string} [pageToken] Page token
47
- * @param {'id' | 'code' | 'label'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
47
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
48
48
  * @param {string} [search] Search query
49
- * @param {'label'} [order] Order allowing you to specify the desired order of entities retrieved from the server.
50
- * @param {'permissions'} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
49
+ * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
50
+ * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
51
51
  * @param {*} [options] Override http request option.
52
52
  * @throws {RequiredError}
53
53
  */
54
- listRoles(authorization?: string, pageSize?: number, pageToken?: string, filter?: 'id' | 'code' | 'label', search?: string, order?: 'label', expand?: 'permissions', options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRolesResponseClass>>;
54
+ listRoles(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRolesResponseClass>>;
55
55
  };
56
56
  /**
57
57
  * RolesApi - factory interface
@@ -59,19 +59,19 @@ export declare const RolesApiFp: (configuration?: Configuration) => {
59
59
  */
60
60
  export declare const RolesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
61
61
  /**
62
- * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
62
+ * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
63
63
  * @summary List roles
64
64
  * @param {string} [authorization] Bearer Token
65
65
  * @param {number} [pageSize] Page size
66
66
  * @param {string} [pageToken] Page token
67
- * @param {'id' | 'code' | 'label'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
67
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
68
68
  * @param {string} [search] Search query
69
- * @param {'label'} [order] Order allowing you to specify the desired order of entities retrieved from the server.
70
- * @param {'permissions'} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
69
+ * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
70
+ * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
71
71
  * @param {*} [options] Override http request option.
72
72
  * @throws {RequiredError}
73
73
  */
74
- listRoles(authorization?: string, pageSize?: number, pageToken?: string, filter?: 'id' | 'code' | 'label', search?: string, order?: 'label', expand?: 'permissions', options?: any): AxiosPromise<ListRolesResponseClass>;
74
+ listRoles(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListRolesResponseClass>;
75
75
  };
76
76
  /**
77
77
  * Request parameters for listRoles operation in RolesApi.
@@ -99,10 +99,10 @@ export interface RolesApiListRolesRequest {
99
99
  readonly pageToken?: string;
100
100
  /**
101
101
  * Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
102
- * @type {'id' | 'code' | 'label'}
102
+ * @type {string}
103
103
  * @memberof RolesApiListRoles
104
104
  */
105
- readonly filter?: 'id' | 'code' | 'label';
105
+ readonly filter?: string;
106
106
  /**
107
107
  * Search query
108
108
  * @type {string}
@@ -111,16 +111,16 @@ export interface RolesApiListRolesRequest {
111
111
  readonly search?: string;
112
112
  /**
113
113
  * Order allowing you to specify the desired order of entities retrieved from the server.
114
- * @type {'label'}
114
+ * @type {string}
115
115
  * @memberof RolesApiListRoles
116
116
  */
117
- readonly order?: 'label';
117
+ readonly order?: string;
118
118
  /**
119
119
  * You can expand roles in this endpoint. By default, permissions will be an empty array.
120
- * @type {'permissions'}
120
+ * @type {string}
121
121
  * @memberof RolesApiListRoles
122
122
  */
123
- readonly expand?: 'permissions';
123
+ readonly expand?: string;
124
124
  }
125
125
  /**
126
126
  * RolesApi - object-oriented interface
@@ -130,7 +130,7 @@ export interface RolesApiListRolesRequest {
130
130
  */
131
131
  export declare class RolesApi extends BaseAPI {
132
132
  /**
133
- * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
133
+ * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
134
134
  * @summary List roles
135
135
  * @param {RolesApiListRolesRequest} requestParameters Request parameters.
136
136
  * @param {*} [options] Override http request option.
@@ -97,15 +97,15 @@ var RolesApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
100
+ * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
101
101
  * @summary List roles
102
102
  * @param {string} [authorization] Bearer Token
103
103
  * @param {number} [pageSize] Page size
104
104
  * @param {string} [pageToken] Page token
105
- * @param {'id' | 'code' | 'label'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
105
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
106
106
  * @param {string} [search] Search query
107
- * @param {'label'} [order] Order allowing you to specify the desired order of entities retrieved from the server.
108
- * @param {'permissions'} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
107
+ * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
108
+ * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
109
109
  * @param {*} [options] Override http request option.
110
110
  * @throws {RequiredError}
111
111
  */
@@ -175,15 +175,15 @@ var RolesApiFp = function (configuration) {
175
175
  var localVarAxiosParamCreator = (0, exports.RolesApiAxiosParamCreator)(configuration);
176
176
  return {
177
177
  /**
178
- * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
178
+ * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
179
179
  * @summary List roles
180
180
  * @param {string} [authorization] Bearer Token
181
181
  * @param {number} [pageSize] Page size
182
182
  * @param {string} [pageToken] Page token
183
- * @param {'id' | 'code' | 'label'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
183
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
184
184
  * @param {string} [search] Search query
185
- * @param {'label'} [order] Order allowing you to specify the desired order of entities retrieved from the server.
186
- * @param {'permissions'} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
185
+ * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
186
+ * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
187
187
  * @param {*} [options] Override http request option.
188
188
  * @throws {RequiredError}
189
189
  */
@@ -211,15 +211,15 @@ var RolesApiFactory = function (configuration, basePath, axios) {
211
211
  var localVarFp = (0, exports.RolesApiFp)(configuration);
212
212
  return {
213
213
  /**
214
- * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
214
+ * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
215
215
  * @summary List roles
216
216
  * @param {string} [authorization] Bearer Token
217
217
  * @param {number} [pageSize] Page size
218
218
  * @param {string} [pageToken] Page token
219
- * @param {'id' | 'code' | 'label'} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
219
+ * @param {string} [filter] Filter the response by one or multiple fields. In general, fetching filtered responses will conserve bandwidth and reduce response time.
220
220
  * @param {string} [search] Search query
221
- * @param {'label'} [order] Order allowing you to specify the desired order of entities retrieved from the server.
222
- * @param {'permissions'} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
221
+ * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
222
+ * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
223
223
  * @param {*} [options] Override http request option.
224
224
  * @throws {RequiredError}
225
225
  */
@@ -241,7 +241,7 @@ var RolesApi = /** @class */ (function (_super) {
241
241
  return _super !== null && _super.apply(this, arguments) || this;
242
242
  }
243
243
  /**
244
- * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
244
+ * Returns a list of roles you have previously created. The roles are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
245
245
  * @summary List roles
246
246
  * @param {RolesApiListRolesRequest} requestParameters Request parameters.
247
247
  * @param {*} [options] Override http request option.
@@ -19,7 +19,7 @@ import { GetSettingsResponseClass } from '../models';
19
19
  */
20
20
  export declare const SettingsApiAxiosParamCreator: (configuration?: Configuration) => {
21
21
  /**
22
- * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
22
+ * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
23
23
  * @summary Retrieve the settings
24
24
  * @param {string} keys
25
25
  * @param {string} [authorization] Bearer Token
@@ -34,7 +34,7 @@ export declare const SettingsApiAxiosParamCreator: (configuration?: Configuratio
34
34
  */
35
35
  export declare const SettingsApiFp: (configuration?: Configuration) => {
36
36
  /**
37
- * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
37
+ * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
38
38
  * @summary Retrieve the settings
39
39
  * @param {string} keys
40
40
  * @param {string} [authorization] Bearer Token
@@ -49,7 +49,7 @@ export declare const SettingsApiFp: (configuration?: Configuration) => {
49
49
  */
50
50
  export declare const SettingsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
51
51
  /**
52
- * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
52
+ * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
53
53
  * @summary Retrieve the settings
54
54
  * @param {string} keys
55
55
  * @param {string} [authorization] Bearer Token
@@ -85,7 +85,7 @@ export interface SettingsApiGetTenantSettingsRequest {
85
85
  */
86
86
  export declare class SettingsApi extends BaseAPI {
87
87
  /**
88
- * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
88
+ * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
89
89
  * @summary Retrieve the settings
90
90
  * @param {SettingsApiGetTenantSettingsRequest} requestParameters Request parameters.
91
91
  * @param {*} [options] Override http request option.
@@ -97,7 +97,7 @@ var SettingsApiAxiosParamCreator = function (configuration) {
97
97
  var _this = this;
98
98
  return {
99
99
  /**
100
- * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
100
+ * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
101
101
  * @summary Retrieve the settings
102
102
  * @param {string} keys
103
103
  * @param {string} [authorization] Bearer Token
@@ -157,7 +157,7 @@ var SettingsApiFp = function (configuration) {
157
157
  var localVarAxiosParamCreator = (0, exports.SettingsApiAxiosParamCreator)(configuration);
158
158
  return {
159
159
  /**
160
- * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
160
+ * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
161
161
  * @summary Retrieve the settings
162
162
  * @param {string} keys
163
163
  * @param {string} [authorization] Bearer Token
@@ -188,7 +188,7 @@ var SettingsApiFactory = function (configuration, basePath, axios) {
188
188
  var localVarFp = (0, exports.SettingsApiFp)(configuration);
189
189
  return {
190
190
  /**
191
- * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
191
+ * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
192
192
  * @summary Retrieve the settings
193
193
  * @param {string} keys
194
194
  * @param {string} [authorization] Bearer Token
@@ -213,7 +213,7 @@ var SettingsApi = /** @class */ (function (_super) {
213
213
  return _super !== null && _super.apply(this, arguments) || this;
214
214
  }
215
215
  /**
216
- * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
216
+ * Retrieves the details of the settings that was previously created. Supply the unique settings code that was returned when you created it and Emil Api will return the corresponding settings information.
217
217
  * @summary Retrieve the settings
218
218
  * @param {SettingsApiGetTenantSettingsRequest} requestParameters Request parameters.
219
219
  * @param {*} [options] Override http request option.