@emilgroup/tenant-sdk-node 1.39.1-beta.25 → 1.39.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-node@1.39.1-beta.
|
|
20
|
+
npm install @emilgroup/tenant-sdk-node@1.39.1-beta.26 --save
|
|
21
21
|
```
|
|
22
22
|
or
|
|
23
23
|
```
|
|
24
|
-
yarn add @emilgroup/tenant-sdk-node@1.39.1-beta.
|
|
24
|
+
yarn add @emilgroup/tenant-sdk-node@1.39.1-beta.26
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
And then you can import `UsersApi`.
|
package/api/ssoconnection-api.ts
CHANGED
|
@@ -225,7 +225,7 @@ export const SSOConnectionApiAxiosParamCreator = function (configuration?: Confi
|
|
|
225
225
|
};
|
|
226
226
|
},
|
|
227
227
|
/**
|
|
228
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
228
|
+
* 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\"
|
|
229
229
|
* @summary Edit the tenant\'s SSO connection
|
|
230
230
|
* @param {string} code Connection code.
|
|
231
231
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -384,7 +384,7 @@ export const SSOConnectionApiFp = function(configuration?: Configuration) {
|
|
|
384
384
|
return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
|
|
385
385
|
},
|
|
386
386
|
/**
|
|
387
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
387
|
+
* 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\"
|
|
388
388
|
* @summary Edit the tenant\'s SSO connection
|
|
389
389
|
* @param {string} code Connection code.
|
|
390
390
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -463,7 +463,7 @@ export const SSOConnectionApiFactory = function (configuration?: Configuration,
|
|
|
463
463
|
return localVarFp.getSsoConnection(code, authorization, options).then((request) => request(axios, basePath));
|
|
464
464
|
},
|
|
465
465
|
/**
|
|
466
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
466
|
+
* 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\"
|
|
467
467
|
* @summary Edit the tenant\'s SSO connection
|
|
468
468
|
* @param {string} code Connection code.
|
|
469
469
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -678,7 +678,7 @@ export class SSOConnectionApi extends BaseAPI {
|
|
|
678
678
|
}
|
|
679
679
|
|
|
680
680
|
/**
|
|
681
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
681
|
+
* 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\"
|
|
682
682
|
* @summary Edit the tenant\'s SSO connection
|
|
683
683
|
* @param {SSOConnectionApiUpdateSsoConnectionRequest} requestParameters Request parameters.
|
|
684
684
|
* @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.
|
|
@@ -286,7 +286,7 @@ var SSOConnectionApiAxiosParamCreator = function (configuration) {
|
|
|
286
286
|
});
|
|
287
287
|
},
|
|
288
288
|
/**
|
|
289
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
289
|
+
* 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\"
|
|
290
290
|
* @summary Edit the tenant\'s SSO connection
|
|
291
291
|
* @param {string} code Connection code.
|
|
292
292
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -485,7 +485,7 @@ var SSOConnectionApiFp = function (configuration) {
|
|
|
485
485
|
});
|
|
486
486
|
},
|
|
487
487
|
/**
|
|
488
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
488
|
+
* 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\"
|
|
489
489
|
* @summary Edit the tenant\'s SSO connection
|
|
490
490
|
* @param {string} code Connection code.
|
|
491
491
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -582,7 +582,7 @@ var SSOConnectionApiFactory = function (configuration, basePath, axios) {
|
|
|
582
582
|
return localVarFp.getSsoConnection(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
583
583
|
},
|
|
584
584
|
/**
|
|
585
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
585
|
+
* 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\"
|
|
586
586
|
* @summary Edit the tenant\'s SSO connection
|
|
587
587
|
* @param {string} code Connection code.
|
|
588
588
|
* @param {UpdateSsoConnectionBodyDto} updateSsoConnectionBodyDto
|
|
@@ -669,7 +669,7 @@ var SSOConnectionApi = /** @class */ (function (_super) {
|
|
|
669
669
|
return (0, exports.SSOConnectionApiFp)(this.configuration).getSsoConnection(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
670
670
|
};
|
|
671
671
|
/**
|
|
672
|
-
* Replaces the identity provider details and the claim mapping. The protocol
|
|
672
|
+
* 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\"
|
|
673
673
|
* @summary Edit the tenant\'s SSO connection
|
|
674
674
|
* @param {SSOConnectionApiUpdateSsoConnectionRequest} requestParameters Request parameters.
|
|
675
675
|
* @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}
|