@emilgroup/tenant-sdk 1.42.1-beta.25 → 1.42.1-beta.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
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.42.1-beta.
|
|
20
|
+
npm install @emilgroup/tenant-sdk@1.42.1-beta.26 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/tenant-sdk@1.42.1-beta.
|
|
24
|
+
yarn add @emilgroup/tenant-sdk@1.42.1-beta.26
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `UsersApi`.
|
package/api/ssoconnection-api.ts
CHANGED
|
@@ -221,7 +221,7 @@ export const SSOConnectionApiAxiosParamCreator = function (configuration?: Confi
|
|
|
221
221
|
};
|
|
222
222
|
},
|
|
223
223
|
/**
|
|
224
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
224
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
225
225
|
* @summary Edit the tenant\'s SSO connection
|
|
226
226
|
* @param {string} code Connection code.
|
|
227
227
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -380,7 +380,7 @@ export const SSOConnectionApiFp = function(configuration?: Configuration) {
|
|
|
380
380
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
381
381
|
},
|
|
382
382
|
/**
|
|
383
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
383
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
384
384
|
* @summary Edit the tenant\'s SSO connection
|
|
385
385
|
* @param {string} code Connection code.
|
|
386
386
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -459,7 +459,7 @@ export const SSOConnectionApiFactory = function (configuration?: Configuration,
|
|
|
459
459
|
return localVarFp.getSsoConnection(code, authorization, options).then((request) => request(axios, basePath));
|
|
460
460
|
},
|
|
461
461
|
/**
|
|
462
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
462
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
463
463
|
* @summary Edit the tenant\'s SSO connection
|
|
464
464
|
* @param {string} code Connection code.
|
|
465
465
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -674,7 +674,7 @@ export class SSOConnectionApi extends BaseAPI {
|
|
|
674
674
|
}
|
|
675
675
|
|
|
676
676
|
/**
|
|
677
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
677
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
678
678
|
* @summary Edit the tenant\'s SSO connection
|
|
679
679
|
* @param {SSOConnectionApiUpdateSsoConnectionRequest} requestParameters Request parameters.
|
|
680
680
|
* @param {*} [options] Override http request option.
|
|
@@ -61,7 +61,7 @@ export declare const SSOConnectionApiAxiosParamCreator: (configuration?: Configu
|
|
|
61
61
|
*/
|
|
62
62
|
getSsoConnection: (code: string, authorization?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
63
|
/**
|
|
64
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
64
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
65
65
|
* @summary Edit the tenant\'s SSO connection
|
|
66
66
|
* @param {string} code Connection code.
|
|
67
67
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -122,7 +122,7 @@ export declare const SSOConnectionApiFp: (configuration?: Configuration) => {
|
|
|
122
122
|
*/
|
|
123
123
|
getSsoConnection(code: string, authorization?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<GetSsoConnectionResponseClass>>;
|
|
124
124
|
/**
|
|
125
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
125
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
126
126
|
* @summary Edit the tenant\'s SSO connection
|
|
127
127
|
* @param {string} code Connection code.
|
|
128
128
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -183,7 +183,7 @@ export declare const SSOConnectionApiFactory: (configuration?: Configuration, ba
|
|
|
183
183
|
*/
|
|
184
184
|
getSsoConnection(code: string, authorization?: string, options?: any): AxiosPromise<GetSsoConnectionResponseClass>;
|
|
185
185
|
/**
|
|
186
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
186
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
187
187
|
* @summary Edit the tenant\'s SSO connection
|
|
188
188
|
* @param {string} code Connection code.
|
|
189
189
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -367,7 +367,7 @@ export declare class SSOConnectionApi extends BaseAPI {
|
|
|
367
367
|
*/
|
|
368
368
|
getSsoConnection(requestParameters: SSOConnectionApiGetSsoConnectionRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetSsoConnectionResponseClass, any, {}>>;
|
|
369
369
|
/**
|
|
370
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
370
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
371
371
|
* @summary Edit the tenant\'s SSO connection
|
|
372
372
|
* @param {SSOConnectionApiUpdateSsoConnectionRequest} requestParameters Request parameters.
|
|
373
373
|
* @param {*} [options] Override http request option.
|
|
@@ -282,7 +282,7 @@ var SSOConnectionApiAxiosParamCreator = function (configuration) {
|
|
|
282
282
|
});
|
|
283
283
|
},
|
|
284
284
|
/**
|
|
285
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
285
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
286
286
|
* @summary Edit the tenant\'s SSO connection
|
|
287
287
|
* @param {string} code Connection code.
|
|
288
288
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -481,7 +481,7 @@ var SSOConnectionApiFp = function (configuration) {
|
|
|
481
481
|
});
|
|
482
482
|
},
|
|
483
483
|
/**
|
|
484
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
484
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
485
485
|
* @summary Edit the tenant\'s SSO connection
|
|
486
486
|
* @param {string} code Connection code.
|
|
487
487
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -578,7 +578,7 @@ var SSOConnectionApiFactory = function (configuration, basePath, axios) {
|
|
|
578
578
|
return localVarFp.getSsoConnection(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
579
579
|
},
|
|
580
580
|
/**
|
|
581
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
581
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
582
582
|
* @summary Edit the tenant\'s SSO connection
|
|
583
583
|
* @param {string} code Connection code.
|
|
584
584
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -665,7 +665,7 @@ var SSOConnectionApi = /** @class */ (function (_super) {
|
|
|
665
665
|
return (0, exports.SSOConnectionApiFp)(this.configuration).getSsoConnection(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
666
666
|
};
|
|
667
667
|
/**
|
|
668
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
668
|
+
* Replaces the display name, identity provider details and the claim mapping. The protocol and the provider are fixed for the lifetime of a connection. Editing is only allowed while the connection is inactive, so deactivate it first. Leaving the OIDC client secret out keeps the stored one, and an edit never activates the connection. **Required Permissions** \"tenant-management.settings.update\"
|
|
669
669
|
* @summary Edit the tenant\'s SSO connection
|
|
670
670
|
* @param {SSOConnectionApiUpdateSsoConnectionRequest} requestParameters Request parameters.
|
|
671
671
|
* @param {*} [options] Override http request option.
|
|
@@ -18,6 +18,12 @@ import { SsoAttributeMappingDto } from './sso-attribute-mapping-dto';
|
|
|
18
18
|
* @interface UpdateSsoConnectionBodyDto
|
|
19
19
|
*/
|
|
20
20
|
export interface UpdateSsoConnectionBodyDto {
|
|
21
|
+
/**
|
|
22
|
+
* Display name of the connection.
|
|
23
|
+
* @type {string}
|
|
24
|
+
* @memberof UpdateSsoConnectionBodyDto
|
|
25
|
+
*/
|
|
26
|
+
'name': string;
|
|
21
27
|
/**
|
|
22
28
|
* SAML details. Required for `saml` connection type.
|
|
23
29
|
* @type {SamlSsoDetailsDto}
|
|
@@ -23,6 +23,12 @@ import { SsoAttributeMappingDto } from './sso-attribute-mapping-dto';
|
|
|
23
23
|
* @interface UpdateSsoConnectionBodyDto
|
|
24
24
|
*/
|
|
25
25
|
export interface UpdateSsoConnectionBodyDto {
|
|
26
|
+
/**
|
|
27
|
+
* Display name of the connection.
|
|
28
|
+
* @type {string}
|
|
29
|
+
* @memberof UpdateSsoConnectionBodyDto
|
|
30
|
+
*/
|
|
31
|
+
'name': string;
|
|
26
32
|
/**
|
|
27
33
|
* SAML details. Required for `saml` connection type.
|
|
28
34
|
* @type {SamlSsoDetailsDto}
|