@emilgroup/tenant-sdk 1.22.1-beta.0 → 1.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/.openapi-generator/FILES +7 -4
  2. package/README.md +2 -2
  3. package/api/invite-organizations-api.ts +15 -15
  4. package/api/invite-users-api.ts +42 -42
  5. package/api/roles-api.ts +0 -4
  6. package/api/users-api.ts +4 -4
  7. package/dist/api/invite-organizations-api.d.ts +9 -9
  8. package/dist/api/invite-organizations-api.js +12 -12
  9. package/dist/api/invite-users-api.d.ts +30 -30
  10. package/dist/api/invite-users-api.js +33 -33
  11. package/dist/api/roles-api.d.ts +0 -4
  12. package/dist/api/roles-api.js +0 -4
  13. package/dist/api/users-api.d.ts +4 -4
  14. package/dist/api/users-api.js +3 -3
  15. package/dist/models/create-permission-request-dto.d.ts +42 -0
  16. package/dist/models/create-role-request-dto.d.ts +36 -0
  17. package/dist/models/index.d.ts +7 -4
  18. package/dist/models/index.js +7 -4
  19. package/dist/models/invite-class.d.ts +12 -12
  20. package/dist/models/{invite-org-request-dto-rest.d.ts → invite-org-request-dto.d.ts} +14 -27
  21. package/dist/models/invite-user-request-dto.d.ts +43 -0
  22. package/dist/models/invite-users-request-dto.d.ts +36 -0
  23. package/dist/models/invite-users-request-dto.js +15 -0
  24. package/dist/models/partner-invitation-data-dto.d.ts +36 -0
  25. package/dist/models/partner-invitation-data-dto.js +15 -0
  26. package/dist/models/update-role-request-dto.d.ts +42 -0
  27. package/dist/models/update-role-request-dto.js +15 -0
  28. package/dist/models/user-class.d.ts +8 -8
  29. package/models/create-permission-request-dto.ts +48 -0
  30. package/models/{create-tenant-db-config-request-dto.ts → create-role-request-dto.ts} +15 -9
  31. package/models/index.ts +7 -4
  32. package/models/invite-class.ts +12 -12
  33. package/models/{invite-org-request-dto-rest.ts → invite-org-request-dto.ts} +14 -27
  34. package/models/invite-user-request-dto.ts +49 -0
  35. package/models/invite-users-request-dto.ts +42 -0
  36. package/models/partner-invitation-data-dto.ts +42 -0
  37. package/models/update-role-request-dto.ts +48 -0
  38. package/models/user-class.ts +8 -8
  39. package/package.json +1 -1
  40. package/dist/models/create-tenant-db-config-request-dto.d.ts +0 -30
  41. package/dist/models/invite-user-request-dto-rest.d.ts +0 -49
  42. package/dist/models/invite-users-request-dto-rest.d.ts +0 -49
  43. package/models/invite-user-request-dto-rest.ts +0 -55
  44. package/models/invite-users-request-dto-rest.ts +0 -55
  45. /package/dist/models/{create-tenant-db-config-request-dto.js → create-permission-request-dto.js} +0 -0
  46. /package/dist/models/{invite-org-request-dto-rest.js → create-role-request-dto.js} +0 -0
  47. /package/dist/models/{invite-user-request-dto-rest.js → invite-org-request-dto.js} +0 -0
  48. /package/dist/models/{invite-users-request-dto-rest.js → invite-user-request-dto.js} +0 -0
@@ -33,7 +33,8 @@ models/create-dashboard-request-dto.ts
33
33
  models/create-dashboard-response-class.ts
34
34
  models/create-data-report-request-dto.ts
35
35
  models/create-data-report-response-class.ts
36
- models/create-tenant-db-config-request-dto.ts
36
+ models/create-permission-request-dto.ts
37
+ models/create-role-request-dto.ts
37
38
  models/create-tenant-request-dto.ts
38
39
  models/custom-field-dto.ts
39
40
  models/custom-schema-class.ts
@@ -64,10 +65,10 @@ models/initial-tenant-config-class.ts
64
65
  models/inline-response200.ts
65
66
  models/inline-response503.ts
66
67
  models/invite-class.ts
67
- models/invite-org-request-dto-rest.ts
68
- models/invite-user-request-dto-rest.ts
68
+ models/invite-org-request-dto.ts
69
+ models/invite-user-request-dto.ts
69
70
  models/invite-user-response-class.ts
70
- models/invite-users-request-dto-rest.ts
71
+ models/invite-users-request-dto.ts
71
72
  models/invite-users-response-class.ts
72
73
  models/link-user-with-partner-request-dto-rest.ts
73
74
  models/link-user-with-partner-response-class.ts
@@ -83,6 +84,7 @@ models/list-users-response-class.ts
83
84
  models/org-invitation-class.ts
84
85
  models/org-invitation-response-class.ts
85
86
  models/organization-class.ts
87
+ models/partner-invitation-data-dto.ts
86
88
  models/permission-class.ts
87
89
  models/re-invite-org-request-dto.ts
88
90
  models/role-class.ts
@@ -102,6 +104,7 @@ models/update-data-report-request-dto.ts
102
104
  models/update-data-report-response-class.ts
103
105
  models/update-organization-request-dto-rest.ts
104
106
  models/update-organization-response-class.ts
107
+ models/update-role-request-dto.ts
105
108
  models/user-class.ts
106
109
  package.json
107
110
  tsconfig.json
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/tenant-sdk@1.22.1-beta.0 --save
20
+ npm install @emilgroup/tenant-sdk@1.23.0 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/tenant-sdk@1.22.1-beta.0
24
+ yarn add @emilgroup/tenant-sdk@1.23.0
25
25
  ```
26
26
 
27
27
  And then you can import `UsersApi`.
@@ -21,7 +21,7 @@ import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObj
21
21
  // @ts-ignore
22
22
  import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError } from '../base';
23
23
  // @ts-ignore
24
- import { InviteOrgRequestDtoRest } from '../models';
24
+ import { InviteOrgRequestDto } from '../models';
25
25
  // @ts-ignore
26
26
  import { OrgInvitationResponseClass } from '../models';
27
27
  /**
@@ -33,14 +33,14 @@ export const InviteOrganizationsApiAxiosParamCreator = function (configuration?:
33
33
  /**
34
34
  * This sends an email to invite an organization.
35
35
  * @summary Invite an organization
36
- * @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
36
+ * @param {InviteOrgRequestDto} inviteOrgRequestDto
37
37
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
38
38
  * @param {*} [options] Override http request option.
39
39
  * @throws {RequiredError}
40
40
  */
41
- inviteOrg: async (inviteOrgRequestDtoRest: InviteOrgRequestDtoRest, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
42
- // verify required parameter 'inviteOrgRequestDtoRest' is not null or undefined
43
- assertParamExists('inviteOrg', 'inviteOrgRequestDtoRest', inviteOrgRequestDtoRest)
41
+ inviteOrg: async (inviteOrgRequestDto: InviteOrgRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
42
+ // verify required parameter 'inviteOrgRequestDto' is not null or undefined
43
+ assertParamExists('inviteOrg', 'inviteOrgRequestDto', inviteOrgRequestDto)
44
44
  const localVarPath = `/tenantservice/v1/invitations/organizations`;
45
45
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
46
46
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -70,7 +70,7 @@ export const InviteOrganizationsApiAxiosParamCreator = function (configuration?:
70
70
  setSearchParams(localVarUrlObj, localVarQueryParameter);
71
71
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
72
72
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
73
- localVarRequestOptions.data = serializeDataIfNeeded(inviteOrgRequestDtoRest, localVarRequestOptions, configuration)
73
+ localVarRequestOptions.data = serializeDataIfNeeded(inviteOrgRequestDto, localVarRequestOptions, configuration)
74
74
 
75
75
  return {
76
76
  url: toPathString(localVarUrlObj),
@@ -90,13 +90,13 @@ export const InviteOrganizationsApiFp = function(configuration?: Configuration)
90
90
  /**
91
91
  * This sends an email to invite an organization.
92
92
  * @summary Invite an organization
93
- * @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
93
+ * @param {InviteOrgRequestDto} inviteOrgRequestDto
94
94
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
95
95
  * @param {*} [options] Override http request option.
96
96
  * @throws {RequiredError}
97
97
  */
98
- async inviteOrg(inviteOrgRequestDtoRest: InviteOrgRequestDtoRest, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrgInvitationResponseClass>> {
99
- const localVarAxiosArgs = await localVarAxiosParamCreator.inviteOrg(inviteOrgRequestDtoRest, authorization, options);
98
+ async inviteOrg(inviteOrgRequestDto: InviteOrgRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrgInvitationResponseClass>> {
99
+ const localVarAxiosArgs = await localVarAxiosParamCreator.inviteOrg(inviteOrgRequestDto, authorization, options);
100
100
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
101
101
  },
102
102
  }
@@ -112,13 +112,13 @@ export const InviteOrganizationsApiFactory = function (configuration?: Configura
112
112
  /**
113
113
  * This sends an email to invite an organization.
114
114
  * @summary Invite an organization
115
- * @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
115
+ * @param {InviteOrgRequestDto} inviteOrgRequestDto
116
116
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
117
117
  * @param {*} [options] Override http request option.
118
118
  * @throws {RequiredError}
119
119
  */
120
- inviteOrg(inviteOrgRequestDtoRest: InviteOrgRequestDtoRest, authorization?: string, options?: any): AxiosPromise<OrgInvitationResponseClass> {
121
- return localVarFp.inviteOrg(inviteOrgRequestDtoRest, authorization, options).then((request) => request(axios, basePath));
120
+ inviteOrg(inviteOrgRequestDto: InviteOrgRequestDto, authorization?: string, options?: any): AxiosPromise<OrgInvitationResponseClass> {
121
+ return localVarFp.inviteOrg(inviteOrgRequestDto, authorization, options).then((request) => request(axios, basePath));
122
122
  },
123
123
  };
124
124
  };
@@ -131,10 +131,10 @@ export const InviteOrganizationsApiFactory = function (configuration?: Configura
131
131
  export interface InviteOrganizationsApiInviteOrgRequest {
132
132
  /**
133
133
  *
134
- * @type {InviteOrgRequestDtoRest}
134
+ * @type {InviteOrgRequestDto}
135
135
  * @memberof InviteOrganizationsApiInviteOrg
136
136
  */
137
- readonly inviteOrgRequestDtoRest: InviteOrgRequestDtoRest
137
+ readonly inviteOrgRequestDto: InviteOrgRequestDto
138
138
 
139
139
  /**
140
140
  * Bearer Token: provided by the login endpoint under the name accessToken.
@@ -160,6 +160,6 @@ export class InviteOrganizationsApi extends BaseAPI {
160
160
  * @memberof InviteOrganizationsApi
161
161
  */
162
162
  public inviteOrg(requestParameters: InviteOrganizationsApiInviteOrgRequest, options?: AxiosRequestConfig) {
163
- return InviteOrganizationsApiFp(this.configuration).inviteOrg(requestParameters.inviteOrgRequestDtoRest, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
163
+ return InviteOrganizationsApiFp(this.configuration).inviteOrg(requestParameters.inviteOrgRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
164
164
  }
165
165
  }
@@ -25,11 +25,11 @@ import { BatchDeleteRequestDto } from '../models';
25
25
  // @ts-ignore
26
26
  import { BatchDeleteResponseClass } from '../models';
27
27
  // @ts-ignore
28
- import { InviteUserRequestDtoRest } from '../models';
28
+ import { InviteUserRequestDto } from '../models';
29
29
  // @ts-ignore
30
30
  import { InviteUserResponseClass } from '../models';
31
31
  // @ts-ignore
32
- import { InviteUsersRequestDtoRest } from '../models';
32
+ import { InviteUsersRequestDto } from '../models';
33
33
  // @ts-ignore
34
34
  import { InviteUsersResponseClass } from '../models';
35
35
  // @ts-ignore
@@ -90,14 +90,14 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
90
90
  /**
91
91
  * This send an email to invite a user with the specific role/roles.
92
92
  * @summary Invite a user
93
- * @param {InviteUserRequestDtoRest} inviteUserRequestDtoRest
93
+ * @param {InviteUserRequestDto} inviteUserRequestDto
94
94
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
95
95
  * @param {*} [options] Override http request option.
96
96
  * @throws {RequiredError}
97
97
  */
98
- inviteUser: async (inviteUserRequestDtoRest: InviteUserRequestDtoRest, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
99
- // verify required parameter 'inviteUserRequestDtoRest' is not null or undefined
100
- assertParamExists('inviteUser', 'inviteUserRequestDtoRest', inviteUserRequestDtoRest)
98
+ inviteUser: async (inviteUserRequestDto: InviteUserRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
99
+ // verify required parameter 'inviteUserRequestDto' is not null or undefined
100
+ assertParamExists('inviteUser', 'inviteUserRequestDto', inviteUserRequestDto)
101
101
  const localVarPath = `/tenantservice/v1/users/invites`;
102
102
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
103
103
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -127,7 +127,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
127
127
  setSearchParams(localVarUrlObj, localVarQueryParameter);
128
128
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
129
129
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
130
- localVarRequestOptions.data = serializeDataIfNeeded(inviteUserRequestDtoRest, localVarRequestOptions, configuration)
130
+ localVarRequestOptions.data = serializeDataIfNeeded(inviteUserRequestDto, localVarRequestOptions, configuration)
131
131
 
132
132
  return {
133
133
  url: toPathString(localVarUrlObj),
@@ -137,14 +137,14 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
137
137
  /**
138
138
  * This send bulk emails to invite users with the specific role/roles.
139
139
  * @summary Invite batch of users
140
- * @param {InviteUsersRequestDtoRest} inviteUsersRequestDtoRest
140
+ * @param {InviteUsersRequestDto} inviteUsersRequestDto
141
141
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
142
142
  * @param {*} [options] Override http request option.
143
143
  * @throws {RequiredError}
144
144
  */
145
- inviteUsers: async (inviteUsersRequestDtoRest: InviteUsersRequestDtoRest, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
146
- // verify required parameter 'inviteUsersRequestDtoRest' is not null or undefined
147
- assertParamExists('inviteUsers', 'inviteUsersRequestDtoRest', inviteUsersRequestDtoRest)
145
+ inviteUsers: async (inviteUsersRequestDto: InviteUsersRequestDto, authorization?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
146
+ // verify required parameter 'inviteUsersRequestDto' is not null or undefined
147
+ assertParamExists('inviteUsers', 'inviteUsersRequestDto', inviteUsersRequestDto)
148
148
  const localVarPath = `/tenantservice/v1/users/invites/batch`;
149
149
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
150
150
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -174,7 +174,7 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
174
174
  setSearchParams(localVarUrlObj, localVarQueryParameter);
175
175
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
176
176
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
177
- localVarRequestOptions.data = serializeDataIfNeeded(inviteUsersRequestDtoRest, localVarRequestOptions, configuration)
177
+ localVarRequestOptions.data = serializeDataIfNeeded(inviteUsersRequestDto, localVarRequestOptions, configuration)
178
178
 
179
179
  return {
180
180
  url: toPathString(localVarUrlObj),
@@ -187,11 +187,11 @@ export const InviteUsersApiAxiosParamCreator = function (configuration?: Configu
187
187
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
188
188
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
189
189
  * @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.
190
- * @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, email, token, organizationId, ern&lt;/i&gt;
190
+ * @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, email, token, organizationId, ern, partnerCode&lt;/i&gt;
191
191
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
192
192
  * @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: email, expiresOn&lt;/i&gt;
193
- * @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: organizations&lt;i&gt;
194
- * @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, email, token, organizationId, ern&lt;/i&gt;
193
+ * @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: roles, organizations&lt;i&gt;
194
+ * @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, email, token, organizationId, ern, partnerCode&lt;/i&gt;
195
195
  * @param {*} [options] Override http request option.
196
196
  * @throws {RequiredError}
197
197
  */
@@ -282,25 +282,25 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
282
282
  /**
283
283
  * This send an email to invite a user with the specific role/roles.
284
284
  * @summary Invite a user
285
- * @param {InviteUserRequestDtoRest} inviteUserRequestDtoRest
285
+ * @param {InviteUserRequestDto} inviteUserRequestDto
286
286
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
287
287
  * @param {*} [options] Override http request option.
288
288
  * @throws {RequiredError}
289
289
  */
290
- async inviteUser(inviteUserRequestDtoRest: InviteUserRequestDtoRest, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteUserResponseClass>> {
291
- const localVarAxiosArgs = await localVarAxiosParamCreator.inviteUser(inviteUserRequestDtoRest, authorization, options);
290
+ async inviteUser(inviteUserRequestDto: InviteUserRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteUserResponseClass>> {
291
+ const localVarAxiosArgs = await localVarAxiosParamCreator.inviteUser(inviteUserRequestDto, authorization, options);
292
292
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
293
293
  },
294
294
  /**
295
295
  * This send bulk emails to invite users with the specific role/roles.
296
296
  * @summary Invite batch of users
297
- * @param {InviteUsersRequestDtoRest} inviteUsersRequestDtoRest
297
+ * @param {InviteUsersRequestDto} inviteUsersRequestDto
298
298
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
299
299
  * @param {*} [options] Override http request option.
300
300
  * @throws {RequiredError}
301
301
  */
302
- async inviteUsers(inviteUsersRequestDtoRest: InviteUsersRequestDtoRest, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteUsersResponseClass>> {
303
- const localVarAxiosArgs = await localVarAxiosParamCreator.inviteUsers(inviteUsersRequestDtoRest, authorization, options);
302
+ async inviteUsers(inviteUsersRequestDto: InviteUsersRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteUsersResponseClass>> {
303
+ const localVarAxiosArgs = await localVarAxiosParamCreator.inviteUsers(inviteUsersRequestDto, authorization, options);
304
304
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
305
305
  },
306
306
  /**
@@ -309,11 +309,11 @@ export const InviteUsersApiFp = function(configuration?: Configuration) {
309
309
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
310
310
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
311
311
  * @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.
312
- * @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, email, token, organizationId, ern&lt;/i&gt;
312
+ * @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, email, token, organizationId, ern, partnerCode&lt;/i&gt;
313
313
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
314
314
  * @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: email, expiresOn&lt;/i&gt;
315
- * @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: organizations&lt;i&gt;
316
- * @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, email, token, organizationId, ern&lt;/i&gt;
315
+ * @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: roles, organizations&lt;i&gt;
316
+ * @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, email, token, organizationId, ern, partnerCode&lt;/i&gt;
317
317
  * @param {*} [options] Override http request option.
318
318
  * @throws {RequiredError}
319
319
  */
@@ -345,24 +345,24 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
345
345
  /**
346
346
  * This send an email to invite a user with the specific role/roles.
347
347
  * @summary Invite a user
348
- * @param {InviteUserRequestDtoRest} inviteUserRequestDtoRest
348
+ * @param {InviteUserRequestDto} inviteUserRequestDto
349
349
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
350
350
  * @param {*} [options] Override http request option.
351
351
  * @throws {RequiredError}
352
352
  */
353
- inviteUser(inviteUserRequestDtoRest: InviteUserRequestDtoRest, authorization?: string, options?: any): AxiosPromise<InviteUserResponseClass> {
354
- return localVarFp.inviteUser(inviteUserRequestDtoRest, authorization, options).then((request) => request(axios, basePath));
353
+ inviteUser(inviteUserRequestDto: InviteUserRequestDto, authorization?: string, options?: any): AxiosPromise<InviteUserResponseClass> {
354
+ return localVarFp.inviteUser(inviteUserRequestDto, authorization, options).then((request) => request(axios, basePath));
355
355
  },
356
356
  /**
357
357
  * This send bulk emails to invite users with the specific role/roles.
358
358
  * @summary Invite batch of users
359
- * @param {InviteUsersRequestDtoRest} inviteUsersRequestDtoRest
359
+ * @param {InviteUsersRequestDto} inviteUsersRequestDto
360
360
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
361
361
  * @param {*} [options] Override http request option.
362
362
  * @throws {RequiredError}
363
363
  */
364
- inviteUsers(inviteUsersRequestDtoRest: InviteUsersRequestDtoRest, authorization?: string, options?: any): AxiosPromise<InviteUsersResponseClass> {
365
- return localVarFp.inviteUsers(inviteUsersRequestDtoRest, authorization, options).then((request) => request(axios, basePath));
364
+ inviteUsers(inviteUsersRequestDto: InviteUsersRequestDto, authorization?: string, options?: any): AxiosPromise<InviteUsersResponseClass> {
365
+ return localVarFp.inviteUsers(inviteUsersRequestDto, authorization, options).then((request) => request(axios, basePath));
366
366
  },
367
367
  /**
368
368
  * Returns a list of invited users you have previously created. The invited users are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
@@ -370,11 +370,11 @@ export const InviteUsersApiFactory = function (configuration?: Configuration, ba
370
370
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
371
371
  * @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
372
372
  * @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.
373
- * @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, email, token, organizationId, ern&lt;/i&gt;
373
+ * @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, email, token, organizationId, ern, partnerCode&lt;/i&gt;
374
374
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
375
375
  * @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: email, expiresOn&lt;/i&gt;
376
- * @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: organizations&lt;i&gt;
377
- * @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, email, token, organizationId, ern&lt;/i&gt;
376
+ * @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: roles, organizations&lt;i&gt;
377
+ * @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, email, token, organizationId, ern, partnerCode&lt;/i&gt;
378
378
  * @param {*} [options] Override http request option.
379
379
  * @throws {RequiredError}
380
380
  */
@@ -413,10 +413,10 @@ export interface InviteUsersApiDeleteInvitesRequest {
413
413
  export interface InviteUsersApiInviteUserRequest {
414
414
  /**
415
415
  *
416
- * @type {InviteUserRequestDtoRest}
416
+ * @type {InviteUserRequestDto}
417
417
  * @memberof InviteUsersApiInviteUser
418
418
  */
419
- readonly inviteUserRequestDtoRest: InviteUserRequestDtoRest
419
+ readonly inviteUserRequestDto: InviteUserRequestDto
420
420
 
421
421
  /**
422
422
  * Bearer Token: provided by the login endpoint under the name accessToken.
@@ -434,10 +434,10 @@ export interface InviteUsersApiInviteUserRequest {
434
434
  export interface InviteUsersApiInviteUsersRequest {
435
435
  /**
436
436
  *
437
- * @type {InviteUsersRequestDtoRest}
437
+ * @type {InviteUsersRequestDto}
438
438
  * @memberof InviteUsersApiInviteUsers
439
439
  */
440
- readonly inviteUsersRequestDtoRest: InviteUsersRequestDtoRest
440
+ readonly inviteUsersRequestDto: InviteUsersRequestDto
441
441
 
442
442
  /**
443
443
  * Bearer Token: provided by the login endpoint under the name accessToken.
@@ -475,7 +475,7 @@ export interface InviteUsersApiListInvitesRequest {
475
475
  readonly pageToken?: any
476
476
 
477
477
  /**
478
- * 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, email, token, organizationId, ern&lt;/i&gt;
478
+ * 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, email, token, organizationId, ern, partnerCode&lt;/i&gt;
479
479
  * @type {string}
480
480
  * @memberof InviteUsersApiListInvites
481
481
  */
@@ -496,14 +496,14 @@ export interface InviteUsersApiListInvitesRequest {
496
496
  readonly order?: string
497
497
 
498
498
  /**
499
- * 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: organizations&lt;i&gt;
499
+ * 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: roles, organizations&lt;i&gt;
500
500
  * @type {string}
501
501
  * @memberof InviteUsersApiListInvites
502
502
  */
503
503
  readonly expand?: string
504
504
 
505
505
  /**
506
- * 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, email, token, organizationId, ern&lt;/i&gt;
506
+ * 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, email, token, organizationId, ern, partnerCode&lt;/i&gt;
507
507
  * @type {string}
508
508
  * @memberof InviteUsersApiListInvites
509
509
  */
@@ -538,7 +538,7 @@ export class InviteUsersApi extends BaseAPI {
538
538
  * @memberof InviteUsersApi
539
539
  */
540
540
  public inviteUser(requestParameters: InviteUsersApiInviteUserRequest, options?: AxiosRequestConfig) {
541
- return InviteUsersApiFp(this.configuration).inviteUser(requestParameters.inviteUserRequestDtoRest, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
541
+ return InviteUsersApiFp(this.configuration).inviteUser(requestParameters.inviteUserRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
542
542
  }
543
543
 
544
544
  /**
@@ -550,7 +550,7 @@ export class InviteUsersApi extends BaseAPI {
550
550
  * @memberof InviteUsersApi
551
551
  */
552
552
  public inviteUsers(requestParameters: InviteUsersApiInviteUsersRequest, options?: AxiosRequestConfig) {
553
- return InviteUsersApiFp(this.configuration).inviteUsers(requestParameters.inviteUsersRequestDtoRest, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
553
+ return InviteUsersApiFp(this.configuration).inviteUsers(requestParameters.inviteUsersRequestDto, requestParameters.authorization, options).then((request) => request(this.axios, this.basePath));
554
554
  }
555
555
 
556
556
  /**
package/api/roles-api.ts CHANGED
@@ -39,7 +39,6 @@ export const RolesApiAxiosParamCreator = function (configuration?: Configuration
39
39
  * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
40
40
  * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
41
41
  * @param {*} [options] Override http request option.
42
- * @deprecated
43
42
  * @throws {RequiredError}
44
43
  */
45
44
  listRoles: async (authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
@@ -121,7 +120,6 @@ export const RolesApiFp = function(configuration?: Configuration) {
121
120
  * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
122
121
  * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
123
122
  * @param {*} [options] Override http request option.
124
- * @deprecated
125
123
  * @throws {RequiredError}
126
124
  */
127
125
  async listRoles(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ListRolesResponseClass>> {
@@ -149,7 +147,6 @@ export const RolesApiFactory = function (configuration?: Configuration, basePath
149
147
  * @param {string} [order] Order allowing you to specify the desired order of entities retrieved from the server.
150
148
  * @param {string} [expand] You can expand roles in this endpoint. By default, permissions will be an empty array.
151
149
  * @param {*} [options] Override http request option.
152
- * @deprecated
153
150
  * @throws {RequiredError}
154
151
  */
155
152
  listRoles(authorization?: string, pageSize?: number, pageToken?: string, filter?: string, search?: string, order?: string, expand?: string, options?: any): AxiosPromise<ListRolesResponseClass> {
@@ -226,7 +223,6 @@ export class RolesApi extends BaseAPI {
226
223
  * @summary List roles
227
224
  * @param {RolesApiListRolesRequest} requestParameters Request parameters.
228
225
  * @param {*} [options] Override http request option.
229
- * @deprecated
230
226
  * @throws {RequiredError}
231
227
  * @memberof RolesApi
232
228
  */
package/api/users-api.ts CHANGED
@@ -292,7 +292,7 @@ export const UsersApiAxiosParamCreator = function (configuration?: Configuration
292
292
  * @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, email, sub, status, organizationId, ern, partnerCode&lt;/i&gt;
293
293
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
294
294
  * @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: email&lt;/i&gt;
295
- * @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: subscriptions, organizations&lt;i&gt;
295
+ * @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: roles, subscriptions, organizations&lt;i&gt;
296
296
  * @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, email, sub, status, organizationId, ern, partnerCode&lt;/i&gt;
297
297
  * @param {*} [options] Override http request option.
298
298
  * @throws {RequiredError}
@@ -435,7 +435,7 @@ export const UsersApiFp = function(configuration?: Configuration) {
435
435
  * @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, email, sub, status, organizationId, ern, partnerCode&lt;/i&gt;
436
436
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
437
437
  * @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: email&lt;/i&gt;
438
- * @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: subscriptions, organizations&lt;i&gt;
438
+ * @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: roles, subscriptions, organizations&lt;i&gt;
439
439
  * @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, email, sub, status, organizationId, ern, partnerCode&lt;/i&gt;
440
440
  * @param {*} [options] Override http request option.
441
441
  * @throws {RequiredError}
@@ -515,7 +515,7 @@ export const UsersApiFactory = function (configuration?: Configuration, basePath
515
515
  * @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, email, sub, status, organizationId, ern, partnerCode&lt;/i&gt;
516
516
  * @param {any} [search] To search the list by any field, pass search&#x3D;xxx to fetch the result.
517
517
  * @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: email&lt;/i&gt;
518
- * @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: subscriptions, organizations&lt;i&gt;
518
+ * @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: roles, subscriptions, organizations&lt;i&gt;
519
519
  * @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, email, sub, status, organizationId, ern, partnerCode&lt;/i&gt;
520
520
  * @param {*} [options] Override http request option.
521
521
  * @throws {RequiredError}
@@ -694,7 +694,7 @@ export interface UsersApiListUsersRequest {
694
694
  readonly order?: string
695
695
 
696
696
  /**
697
- * 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: subscriptions, organizations&lt;i&gt;
697
+ * 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: roles, subscriptions, organizations&lt;i&gt;
698
698
  * @type {string}
699
699
  * @memberof UsersApiListUsers
700
700
  */
@@ -12,7 +12,7 @@
12
12
  import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
13
13
  import { Configuration } from '../configuration';
14
14
  import { RequestArgs, BaseAPI } from '../base';
15
- import { InviteOrgRequestDtoRest } from '../models';
15
+ import { InviteOrgRequestDto } from '../models';
16
16
  import { OrgInvitationResponseClass } from '../models';
17
17
  /**
18
18
  * InviteOrganizationsApi - axios parameter creator
@@ -22,12 +22,12 @@ export declare const InviteOrganizationsApiAxiosParamCreator: (configuration?: C
22
22
  /**
23
23
  * This sends an email to invite an organization.
24
24
  * @summary Invite an organization
25
- * @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
25
+ * @param {InviteOrgRequestDto} inviteOrgRequestDto
26
26
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
27
27
  * @param {*} [options] Override http request option.
28
28
  * @throws {RequiredError}
29
29
  */
30
- inviteOrg: (inviteOrgRequestDtoRest: InviteOrgRequestDtoRest, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
30
+ inviteOrg: (inviteOrgRequestDto: InviteOrgRequestDto, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
31
31
  };
32
32
  /**
33
33
  * InviteOrganizationsApi - functional programming interface
@@ -37,12 +37,12 @@ export declare const InviteOrganizationsApiFp: (configuration?: Configuration) =
37
37
  /**
38
38
  * This sends an email to invite an organization.
39
39
  * @summary Invite an organization
40
- * @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
40
+ * @param {InviteOrgRequestDto} inviteOrgRequestDto
41
41
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
42
42
  * @param {*} [options] Override http request option.
43
43
  * @throws {RequiredError}
44
44
  */
45
- inviteOrg(inviteOrgRequestDtoRest: InviteOrgRequestDtoRest, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrgInvitationResponseClass>>;
45
+ inviteOrg(inviteOrgRequestDto: InviteOrgRequestDto, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrgInvitationResponseClass>>;
46
46
  };
47
47
  /**
48
48
  * InviteOrganizationsApi - factory interface
@@ -52,12 +52,12 @@ export declare const InviteOrganizationsApiFactory: (configuration?: Configurati
52
52
  /**
53
53
  * This sends an email to invite an organization.
54
54
  * @summary Invite an organization
55
- * @param {InviteOrgRequestDtoRest} inviteOrgRequestDtoRest
55
+ * @param {InviteOrgRequestDto} inviteOrgRequestDto
56
56
  * @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
57
57
  * @param {*} [options] Override http request option.
58
58
  * @throws {RequiredError}
59
59
  */
60
- inviteOrg(inviteOrgRequestDtoRest: InviteOrgRequestDtoRest, authorization?: string, options?: any): AxiosPromise<OrgInvitationResponseClass>;
60
+ inviteOrg(inviteOrgRequestDto: InviteOrgRequestDto, authorization?: string, options?: any): AxiosPromise<OrgInvitationResponseClass>;
61
61
  };
62
62
  /**
63
63
  * Request parameters for inviteOrg operation in InviteOrganizationsApi.
@@ -67,10 +67,10 @@ export declare const InviteOrganizationsApiFactory: (configuration?: Configurati
67
67
  export interface InviteOrganizationsApiInviteOrgRequest {
68
68
  /**
69
69
  *
70
- * @type {InviteOrgRequestDtoRest}
70
+ * @type {InviteOrgRequestDto}
71
71
  * @memberof InviteOrganizationsApiInviteOrg
72
72
  */
73
- readonly inviteOrgRequestDtoRest: InviteOrgRequestDtoRest;
73
+ readonly inviteOrgRequestDto: InviteOrgRequestDto;
74
74
  /**
75
75
  * Bearer Token: provided by the login endpoint under the name accessToken.
76
76
  * @type {string}