@sw-tsdk/turbine 2.13.0 → 2.14.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.
- package/lib/tenant-api/api/apis.d.ts +12 -0
- package/lib/tenant-api/api/apis.js +18 -0
- package/lib/tenant-api/api/apis.js.map +1 -0
- package/lib/tenant-api/api/userApi.d.ts +238 -0
- package/lib/tenant-api/api/userApi.js +1010 -0
- package/lib/tenant-api/api/userApi.js.map +1 -0
- package/lib/tenant-api/api.d.ts +2 -0
- package/lib/tenant-api/api.js +7 -0
- package/lib/tenant-api/api.js.map +1 -0
- package/lib/tenant-api/model/coreModelsIdentityApplicationUser.d.ts +81 -0
- package/lib/tenant-api/model/coreModelsIdentityApplicationUser.js +269 -0
- package/lib/tenant-api/model/coreModelsIdentityApplicationUser.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSecurityAccess.d.ts +29 -0
- package/lib/tenant-api/model/coreModelsSecurityAccess.js +34 -0
- package/lib/tenant-api/model/coreModelsSecurityAccess.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSecurityAuthorization.d.ts +32 -0
- package/lib/tenant-api/model/coreModelsSecurityAuthorization.js +49 -0
- package/lib/tenant-api/model/coreModelsSecurityAuthorization.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsAuthType.d.ts +15 -0
- package/lib/tenant-api/model/coreModelsSettingsAuthType.js +20 -0
- package/lib/tenant-api/model/coreModelsSettingsAuthType.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsAuthenticationType.d.ts +16 -0
- package/lib/tenant-api/model/coreModelsSettingsAuthenticationType.js +21 -0
- package/lib/tenant-api/model/coreModelsSettingsAuthenticationType.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsCleanupIntervalType.d.ts +15 -0
- package/lib/tenant-api/model/coreModelsSettingsCleanupIntervalType.js +20 -0
- package/lib/tenant-api/model/coreModelsSettingsCleanupIntervalType.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryGroupSettings.d.ts +28 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryGroupSettings.js +44 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryGroupSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryServerSettings.d.ts +38 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryServerSettings.js +84 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryServerSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectorySettings.d.ts +35 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectorySettings.js +59 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectorySettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryUserSettings.d.ts +33 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryUserSettings.js +59 -0
- package/lib/tenant-api/model/coreModelsSettingsDirectoryUserSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsLicense.d.ts +35 -0
- package/lib/tenant-api/model/coreModelsSettingsLicense.js +69 -0
- package/lib/tenant-api/model/coreModelsSettingsLicense.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsMailSettings.d.ts +50 -0
- package/lib/tenant-api/model/coreModelsSettingsMailSettings.js +149 -0
- package/lib/tenant-api/model/coreModelsSettingsMailSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsMailTemplateSettings.d.ts +29 -0
- package/lib/tenant-api/model/coreModelsSettingsMailTemplateSettings.js +44 -0
- package/lib/tenant-api/model/coreModelsSettingsMailTemplateSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsMarketplaceSettings.d.ts +25 -0
- package/lib/tenant-api/model/coreModelsSettingsMarketplaceSettings.js +29 -0
- package/lib/tenant-api/model/coreModelsSettingsMarketplaceSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsMembership.d.ts +15 -0
- package/lib/tenant-api/model/coreModelsSettingsMembership.js +20 -0
- package/lib/tenant-api/model/coreModelsSettingsMembership.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsNameIdContent.d.ts +14 -0
- package/lib/tenant-api/model/coreModelsSettingsNameIdContent.js +19 -0
- package/lib/tenant-api/model/coreModelsSettingsNameIdContent.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsOrchestrationSettings.d.ts +34 -0
- package/lib/tenant-api/model/coreModelsSettingsOrchestrationSettings.js +69 -0
- package/lib/tenant-api/model/coreModelsSettingsOrchestrationSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsPasswordExpirationType.d.ts +15 -0
- package/lib/tenant-api/model/coreModelsSettingsPasswordExpirationType.js +20 -0
- package/lib/tenant-api/model/coreModelsSettingsPasswordExpirationType.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsSamlSettings.d.ts +35 -0
- package/lib/tenant-api/model/coreModelsSettingsSamlSettings.js +74 -0
- package/lib/tenant-api/model/coreModelsSettingsSamlSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsScheduledReportSettings.d.ts +28 -0
- package/lib/tenant-api/model/coreModelsSettingsScheduledReportSettings.js +39 -0
- package/lib/tenant-api/model/coreModelsSettingsScheduledReportSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsSecurityParameters.d.ts +40 -0
- package/lib/tenant-api/model/coreModelsSettingsSecurityParameters.js +94 -0
- package/lib/tenant-api/model/coreModelsSettingsSecurityParameters.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsServerType.d.ts +15 -0
- package/lib/tenant-api/model/coreModelsSettingsServerType.js +20 -0
- package/lib/tenant-api/model/coreModelsSettingsServerType.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsSessionTimeoutType.d.ts +15 -0
- package/lib/tenant-api/model/coreModelsSettingsSessionTimeoutType.js +20 -0
- package/lib/tenant-api/model/coreModelsSettingsSessionTimeoutType.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsTenantSystemSettings.d.ts +30 -0
- package/lib/tenant-api/model/coreModelsSettingsTenantSystemSettings.js +49 -0
- package/lib/tenant-api/model/coreModelsSettingsTenantSystemSettings.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsTtlType.d.ts +16 -0
- package/lib/tenant-api/model/coreModelsSettingsTtlType.js +21 -0
- package/lib/tenant-api/model/coreModelsSettingsTtlType.js.map +1 -0
- package/lib/tenant-api/model/coreModelsSettingsUrlModel.d.ts +25 -0
- package/lib/tenant-api/model/coreModelsSettingsUrlModel.js +29 -0
- package/lib/tenant-api/model/coreModelsSettingsUrlModel.js.map +1 -0
- package/lib/tenant-api/model/coreModelsUtilitiesUserGroupSelection.d.ts +26 -0
- package/lib/tenant-api/model/coreModelsUtilitiesUserGroupSelection.js +34 -0
- package/lib/tenant-api/model/coreModelsUtilitiesUserGroupSelection.js.map +1 -0
- package/lib/tenant-api/model/models.d.ts +111 -0
- package/lib/tenant-api/model/models.js +395 -0
- package/lib/tenant-api/model/models.js.map +1 -0
- package/lib/tenant-api/model/portableLicensingCustomer.d.ts +27 -0
- package/lib/tenant-api/model/portableLicensingCustomer.js +39 -0
- package/lib/tenant-api/model/portableLicensingCustomer.js.map +1 -0
- package/lib/tenant-api/model/portableLicensingLicense.d.ts +34 -0
- package/lib/tenant-api/model/portableLicensingLicense.js +64 -0
- package/lib/tenant-api/model/portableLicensingLicense.js.map +1 -0
- package/lib/tenant-api/model/portableLicensingLicenseType.d.ts +15 -0
- package/lib/tenant-api/model/portableLicensingLicenseType.js +20 -0
- package/lib/tenant-api/model/portableLicensingLicenseType.js.map +1 -0
- package/lib/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.d.ts +26 -0
- package/lib/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.js +34 -0
- package/lib/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlanePlatformModelsBaseEntity.d.ts +27 -0
- package/lib/tenant-api/model/swimlanePlatformModelsBaseEntity.js +39 -0
- package/lib/tenant-api/model/swimlanePlatformModelsBaseEntity.js.map +1 -0
- package/lib/tenant-api/model/swimlanePlatformScheduleTypesLayoutType.d.ts +15 -0
- package/lib/tenant-api/model/swimlanePlatformScheduleTypesLayoutType.js +20 -0
- package/lib/tenant-api/model/swimlanePlatformScheduleTypesLayoutType.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesStatus.d.ts +28 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesStatus.js +39 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesStatus.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.d.ts +35 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.js +74 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.d.ts +40 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.js +94 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsGroupsSort.d.ts +15 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsGroupsSort.js +20 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsGroupsSort.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsRolesSort.d.ts +15 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsRolesSort.js +20 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsRolesSort.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsUserSort.d.ts +16 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsUserSort.js +21 -0
- package/lib/tenant-api/model/swimlaneTenantCoreEnumsUserSort.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityAccountViewModel.d.ts +42 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityAccountViewModel.js +99 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityAccountViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.d.ts +25 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.js +29 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupRoleViewModel.d.ts +26 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupRoleViewModel.js +34 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupRoleViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupViewModel.d.ts +35 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupViewModel.js +74 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityLoginViewModel.d.ts +26 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityLoginViewModel.js +34 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityLoginViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.d.ts +35 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.js +79 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterGroupViewModel.d.ts +34 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterGroupViewModel.js +69 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterGroupViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterRoleViewModel.d.ts +33 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterRoleViewModel.js +69 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterRoleViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterTenantViewModel.d.ts +31 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterTenantViewModel.js +59 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterTenantViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterUserViewModel.d.ts +40 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterUserViewModel.js +99 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterUserViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRoleViewModel.d.ts +34 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRoleViewModel.js +74 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRoleViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySetPasswordViewModel.d.ts +32 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySetPasswordViewModel.js +64 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySetPasswordViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySubGroupViewModel.d.ts +29 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySubGroupViewModel.js +49 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySubGroupViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityTenantViewModel.d.ts +35 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityTenantViewModel.js +79 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityTenantViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserAccountViewModel.d.ts +27 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserAccountViewModel.js +39 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserAccountViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserGroupViewModel.d.ts +26 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserGroupViewModel.js +34 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserGroupViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserRoleViewModel.d.ts +26 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserRoleViewModel.js +34 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserRoleViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserViewModel.d.ts +63 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserViewModel.js +214 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityVerifyAgentCredentialsViewModel.d.ts +26 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityVerifyAgentCredentialsViewModel.js +34 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityVerifyAgentCredentialsViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestResult.d.ts +32 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestResult.js +59 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestResult.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestViewModel.d.ts +25 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestViewModel.js +29 -0
- package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestViewModel.js.map +1 -0
- package/lib/tenant-api/model/swimlaneTenantCoreRequestsSettingsCommandsInitializeSwimlaneCommand.d.ts +30 -0
- package/lib/tenant-api/model/swimlaneTenantCoreRequestsSettingsCommandsInitializeSwimlaneCommand.js +49 -0
- package/lib/tenant-api/model/swimlaneTenantCoreRequestsSettingsCommandsInitializeSwimlaneCommand.js.map +1 -0
- package/lib/tenant-api/model/zxcvbnSuggestion.d.ts +25 -0
- package/lib/tenant-api/model/zxcvbnSuggestion.js +30 -0
- package/lib/tenant-api/model/zxcvbnSuggestion.js.map +1 -0
- package/lib/turbine.d.ts +4 -0
- package/lib/turbine.js +85 -1
- package/lib/turbine.js.map +1 -1
- package/package.json +4 -3
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
export * from './userApi';
|
|
3
|
+
import { UserApi } from './userApi';
|
|
4
|
+
import * as http from 'http';
|
|
5
|
+
export declare class HttpError extends Error {
|
|
6
|
+
response: http.IncomingMessage;
|
|
7
|
+
body: any;
|
|
8
|
+
statusCode?: number | undefined;
|
|
9
|
+
constructor(response: http.IncomingMessage, body: any, statusCode?: number | undefined);
|
|
10
|
+
}
|
|
11
|
+
export { RequestFile } from '../model/models';
|
|
12
|
+
export declare const APIS: (typeof UserApi)[];
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.APIS = exports.HttpError = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./userApi"), exports);
|
|
6
|
+
const userApi_1 = require("./userApi");
|
|
7
|
+
class HttpError extends Error {
|
|
8
|
+
constructor(response, body, statusCode) {
|
|
9
|
+
super('HTTP request failed');
|
|
10
|
+
this.response = response;
|
|
11
|
+
this.body = body;
|
|
12
|
+
this.statusCode = statusCode;
|
|
13
|
+
this.name = 'HttpError';
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
exports.HttpError = HttpError;
|
|
17
|
+
exports.APIS = [userApi_1.UserApi];
|
|
18
|
+
//# sourceMappingURL=apis.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../../src/tenant-api/api/apis.ts"],"names":[],"mappings":";;;;AAAA,oDAA0B;AAC1B,uCAAoC;AAGpC,MAAa,SAAU,SAAQ,KAAK;IAChC,YAAoB,QAA8B,EAAS,IAAS,EAAS,UAAmB;QAC5F,KAAK,CAAC,qBAAqB,CAAC,CAAC;QADb,aAAQ,GAAR,QAAQ,CAAsB;QAAS,SAAI,GAAJ,IAAI,CAAK;QAAS,eAAU,GAAV,UAAU,CAAS;QAE5F,IAAI,CAAC,IAAI,GAAG,WAAW,CAAC;IAC5B,CAAC;CACJ;AALD,8BAKC;AAIY,QAAA,IAAI,GAAG,CAAC,iBAAO,CAAC,CAAC"}
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Swimlane Tenant API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/// <reference types="node" />
|
|
13
|
+
import http from 'http';
|
|
14
|
+
import { CoreModelsIdentityApplicationUser } from '../model/coreModelsIdentityApplicationUser';
|
|
15
|
+
import { SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel } from '../model/swimlaneTenantCoreModelsIdentityForgetPasswordViewModel';
|
|
16
|
+
import { SwimlaneTenantCoreModelsIdentityLoginViewModel } from '../model/swimlaneTenantCoreModelsIdentityLoginViewModel';
|
|
17
|
+
import { SwimlaneTenantCoreModelsIdentityRegisterUserViewModel } from '../model/swimlaneTenantCoreModelsIdentityRegisterUserViewModel';
|
|
18
|
+
import { SwimlaneTenantCoreModelsIdentitySetPasswordViewModel } from '../model/swimlaneTenantCoreModelsIdentitySetPasswordViewModel';
|
|
19
|
+
import { SwimlaneTenantCoreModelsUsersPasswordTestResult } from '../model/swimlaneTenantCoreModelsUsersPasswordTestResult';
|
|
20
|
+
import { SwimlaneTenantCoreModelsUsersPasswordTestViewModel } from '../model/swimlaneTenantCoreModelsUsersPasswordTestViewModel';
|
|
21
|
+
import { Authentication, Interceptor } from '../model/models';
|
|
22
|
+
import { ApiKeyAuth } from '../model/models';
|
|
23
|
+
import { RequestFile } from './apis';
|
|
24
|
+
export declare enum UserApiApiKeys {
|
|
25
|
+
jwt_token = 0
|
|
26
|
+
}
|
|
27
|
+
export declare class UserApi {
|
|
28
|
+
protected _basePath: string;
|
|
29
|
+
protected _defaultHeaders: any;
|
|
30
|
+
protected _useQuerystring: boolean;
|
|
31
|
+
protected authentications: {
|
|
32
|
+
default: Authentication;
|
|
33
|
+
jwt_token: ApiKeyAuth;
|
|
34
|
+
};
|
|
35
|
+
protected interceptors: Interceptor[];
|
|
36
|
+
constructor(basePath?: string);
|
|
37
|
+
set useQuerystring(value: boolean);
|
|
38
|
+
set basePath(basePath: string);
|
|
39
|
+
set defaultHeaders(defaultHeaders: any);
|
|
40
|
+
get defaultHeaders(): any;
|
|
41
|
+
get basePath(): string;
|
|
42
|
+
setDefaultAuthentication(auth: Authentication): void;
|
|
43
|
+
setApiKey(key: UserApiApiKeys, value: string): void;
|
|
44
|
+
addInterceptor(interceptor: Interceptor): void;
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @param userEmail
|
|
48
|
+
*/
|
|
49
|
+
apiUsersAccountidGet(userEmail?: string, options?: {
|
|
50
|
+
headers: {
|
|
51
|
+
[name: string]: string;
|
|
52
|
+
};
|
|
53
|
+
}): Promise<{
|
|
54
|
+
response: http.IncomingMessage;
|
|
55
|
+
body?: any;
|
|
56
|
+
}>;
|
|
57
|
+
/**
|
|
58
|
+
*
|
|
59
|
+
* @param swimlaneTenantCoreModelsIdentityLoginViewModel
|
|
60
|
+
*/
|
|
61
|
+
apiUsersLoginPost(swimlaneTenantCoreModelsIdentityLoginViewModel?: SwimlaneTenantCoreModelsIdentityLoginViewModel, options?: {
|
|
62
|
+
headers: {
|
|
63
|
+
[name: string]: string;
|
|
64
|
+
};
|
|
65
|
+
}): Promise<{
|
|
66
|
+
response: http.IncomingMessage;
|
|
67
|
+
body?: any;
|
|
68
|
+
}>;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
apiUsersLogoutPost(options?: {
|
|
73
|
+
headers: {
|
|
74
|
+
[name: string]: string;
|
|
75
|
+
};
|
|
76
|
+
}): Promise<{
|
|
77
|
+
response: http.IncomingMessage;
|
|
78
|
+
body?: any;
|
|
79
|
+
}>;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @param swimlaneTenantCoreModelsIdentityForgetPasswordViewModel
|
|
83
|
+
*/
|
|
84
|
+
apiUsersPasswordForgetPost(swimlaneTenantCoreModelsIdentityForgetPasswordViewModel?: SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel, options?: {
|
|
85
|
+
headers: {
|
|
86
|
+
[name: string]: string;
|
|
87
|
+
};
|
|
88
|
+
}): Promise<{
|
|
89
|
+
response: http.IncomingMessage;
|
|
90
|
+
body?: any;
|
|
91
|
+
}>;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @param swimlaneTenantCoreModelsIdentitySetPasswordViewModel
|
|
95
|
+
*/
|
|
96
|
+
apiUsersPasswordResetPost(swimlaneTenantCoreModelsIdentitySetPasswordViewModel?: SwimlaneTenantCoreModelsIdentitySetPasswordViewModel, options?: {
|
|
97
|
+
headers: {
|
|
98
|
+
[name: string]: string;
|
|
99
|
+
};
|
|
100
|
+
}): Promise<{
|
|
101
|
+
response: http.IncomingMessage;
|
|
102
|
+
body?: any;
|
|
103
|
+
}>;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @param swimlaneTenantCoreModelsIdentityRegisterUserViewModel
|
|
107
|
+
*/
|
|
108
|
+
apiUsersPost(swimlaneTenantCoreModelsIdentityRegisterUserViewModel?: SwimlaneTenantCoreModelsIdentityRegisterUserViewModel, options?: {
|
|
109
|
+
headers: {
|
|
110
|
+
[name: string]: string;
|
|
111
|
+
};
|
|
112
|
+
}): Promise<{
|
|
113
|
+
response: http.IncomingMessage;
|
|
114
|
+
body?: any;
|
|
115
|
+
}>;
|
|
116
|
+
/**
|
|
117
|
+
*
|
|
118
|
+
*/
|
|
119
|
+
apiUsersRefreshtokenGet(options?: {
|
|
120
|
+
headers: {
|
|
121
|
+
[name: string]: string;
|
|
122
|
+
};
|
|
123
|
+
}): Promise<{
|
|
124
|
+
response: http.IncomingMessage;
|
|
125
|
+
body?: any;
|
|
126
|
+
}>;
|
|
127
|
+
/**
|
|
128
|
+
*
|
|
129
|
+
* @param swimlaneTenantCoreModelsIdentityLoginViewModel
|
|
130
|
+
*/
|
|
131
|
+
apiUsersTokenPost(swimlaneTenantCoreModelsIdentityLoginViewModel?: SwimlaneTenantCoreModelsIdentityLoginViewModel, options?: {
|
|
132
|
+
headers: {
|
|
133
|
+
[name: string]: string;
|
|
134
|
+
};
|
|
135
|
+
}): Promise<{
|
|
136
|
+
response: http.IncomingMessage;
|
|
137
|
+
body: string;
|
|
138
|
+
}>;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @param userId
|
|
142
|
+
*/
|
|
143
|
+
apiUsersUserIdAvatarGet(userId: string, options?: {
|
|
144
|
+
headers: {
|
|
145
|
+
[name: string]: string;
|
|
146
|
+
};
|
|
147
|
+
}): Promise<{
|
|
148
|
+
response: http.IncomingMessage;
|
|
149
|
+
body?: any;
|
|
150
|
+
}>;
|
|
151
|
+
/**
|
|
152
|
+
*
|
|
153
|
+
* @param userId
|
|
154
|
+
* @param imageFile
|
|
155
|
+
*/
|
|
156
|
+
apiUsersUserIdAvatarPut(userId: string, imageFile?: RequestFile, options?: {
|
|
157
|
+
headers: {
|
|
158
|
+
[name: string]: string;
|
|
159
|
+
};
|
|
160
|
+
}): Promise<{
|
|
161
|
+
response: http.IncomingMessage;
|
|
162
|
+
body?: any;
|
|
163
|
+
}>;
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @param userId
|
|
167
|
+
*/
|
|
168
|
+
apiUsersUserIdDelete(userId: string, options?: {
|
|
169
|
+
headers: {
|
|
170
|
+
[name: string]: string;
|
|
171
|
+
};
|
|
172
|
+
}): Promise<{
|
|
173
|
+
response: http.IncomingMessage;
|
|
174
|
+
body?: any;
|
|
175
|
+
}>;
|
|
176
|
+
/**
|
|
177
|
+
*
|
|
178
|
+
* @param userId
|
|
179
|
+
*/
|
|
180
|
+
apiUsersUserIdGet(userId: string, options?: {
|
|
181
|
+
headers: {
|
|
182
|
+
[name: string]: string;
|
|
183
|
+
};
|
|
184
|
+
}): Promise<{
|
|
185
|
+
response: http.IncomingMessage;
|
|
186
|
+
body?: any;
|
|
187
|
+
}>;
|
|
188
|
+
/**
|
|
189
|
+
*
|
|
190
|
+
* @param userId
|
|
191
|
+
* @param coreModelsIdentityApplicationUser
|
|
192
|
+
*/
|
|
193
|
+
apiUsersUserIdPut(userId: string, coreModelsIdentityApplicationUser?: CoreModelsIdentityApplicationUser, options?: {
|
|
194
|
+
headers: {
|
|
195
|
+
[name: string]: string;
|
|
196
|
+
};
|
|
197
|
+
}): Promise<{
|
|
198
|
+
response: http.IncomingMessage;
|
|
199
|
+
body?: any;
|
|
200
|
+
}>;
|
|
201
|
+
/**
|
|
202
|
+
*
|
|
203
|
+
* @param swimlaneTenantCoreModelsUsersPasswordTestViewModel
|
|
204
|
+
*/
|
|
205
|
+
apiUsersUserPasswordTestPost(swimlaneTenantCoreModelsUsersPasswordTestViewModel?: SwimlaneTenantCoreModelsUsersPasswordTestViewModel, options?: {
|
|
206
|
+
headers: {
|
|
207
|
+
[name: string]: string;
|
|
208
|
+
};
|
|
209
|
+
}): Promise<{
|
|
210
|
+
response: http.IncomingMessage;
|
|
211
|
+
body: SwimlaneTenantCoreModelsUsersPasswordTestResult;
|
|
212
|
+
}>;
|
|
213
|
+
/**
|
|
214
|
+
*
|
|
215
|
+
* @param userId
|
|
216
|
+
* @param isDisabled
|
|
217
|
+
*/
|
|
218
|
+
apiUsersUseraccessUserIdPut(userId: string, isDisabled?: boolean, options?: {
|
|
219
|
+
headers: {
|
|
220
|
+
[name: string]: string;
|
|
221
|
+
};
|
|
222
|
+
}): Promise<{
|
|
223
|
+
response: http.IncomingMessage;
|
|
224
|
+
body?: any;
|
|
225
|
+
}>;
|
|
226
|
+
/**
|
|
227
|
+
*
|
|
228
|
+
* @param token
|
|
229
|
+
*/
|
|
230
|
+
validatetokenTokenGet(token: string, options?: {
|
|
231
|
+
headers: {
|
|
232
|
+
[name: string]: string;
|
|
233
|
+
};
|
|
234
|
+
}): Promise<{
|
|
235
|
+
response: http.IncomingMessage;
|
|
236
|
+
body?: any;
|
|
237
|
+
}>;
|
|
238
|
+
}
|