@sw-tsdk/turbine 2.11.2-next.40 → 2.11.2-next.47
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,16 @@
|
|
|
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
|
+
export declare enum CoreModelsSettingsAuthenticationType {
|
|
13
|
+
None,
|
|
14
|
+
Basic,
|
|
15
|
+
OAuth2
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Swimlane Tenant API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CoreModelsSettingsAuthenticationType = void 0;
|
|
15
|
+
var CoreModelsSettingsAuthenticationType;
|
|
16
|
+
(function (CoreModelsSettingsAuthenticationType) {
|
|
17
|
+
CoreModelsSettingsAuthenticationType[CoreModelsSettingsAuthenticationType["None"] = 'none'] = "None";
|
|
18
|
+
CoreModelsSettingsAuthenticationType[CoreModelsSettingsAuthenticationType["Basic"] = 'basic'] = "Basic";
|
|
19
|
+
CoreModelsSettingsAuthenticationType[CoreModelsSettingsAuthenticationType["OAuth2"] = 'oAuth2'] = "OAuth2";
|
|
20
|
+
})(CoreModelsSettingsAuthenticationType || (exports.CoreModelsSettingsAuthenticationType = CoreModelsSettingsAuthenticationType = {}));
|
|
21
|
+
//# sourceMappingURL=coreModelsSettingsAuthenticationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsAuthenticationType.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsAuthenticationType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,oCAIX;AAJD,WAAY,oCAAoC;IAC5C,oFAAa,MAAM,UAAA,CAAA;IACnB,qFAAc,OAAO,WAAA,CAAA;IACrB,sFAAe,QAAQ,YAAA,CAAA;AAC3B,CAAC,EAJW,oCAAoC,oDAApC,oCAAoC,QAI/C"}
|
|
@@ -0,0 +1,15 @@
|
|
|
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
|
+
export declare enum CoreModelsSettingsCleanupIntervalType {
|
|
13
|
+
Minutes,
|
|
14
|
+
Hours
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Swimlane Tenant API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CoreModelsSettingsCleanupIntervalType = void 0;
|
|
15
|
+
var CoreModelsSettingsCleanupIntervalType;
|
|
16
|
+
(function (CoreModelsSettingsCleanupIntervalType) {
|
|
17
|
+
CoreModelsSettingsCleanupIntervalType[CoreModelsSettingsCleanupIntervalType["Minutes"] = 'minutes'] = "Minutes";
|
|
18
|
+
CoreModelsSettingsCleanupIntervalType[CoreModelsSettingsCleanupIntervalType["Hours"] = 'hours'] = "Hours";
|
|
19
|
+
})(CoreModelsSettingsCleanupIntervalType || (exports.CoreModelsSettingsCleanupIntervalType = CoreModelsSettingsCleanupIntervalType = {}));
|
|
20
|
+
//# sourceMappingURL=coreModelsSettingsCleanupIntervalType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsCleanupIntervalType.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsCleanupIntervalType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,qCAGX;AAHD,WAAY,qCAAqC;IAC7C,yFAAgB,SAAS,aAAA,CAAA;IACzB,uFAAc,OAAO,WAAA,CAAA;AACzB,CAAC,EAHW,qCAAqC,qDAArC,qCAAqC,QAGhD"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
export declare class CoreModelsSettingsDirectoryGroupSettings {
|
|
13
|
+
'objectClass': string;
|
|
14
|
+
'userMembershipField'?: string | null;
|
|
15
|
+
'groupLocation'?: string | null;
|
|
16
|
+
'userMembershipFieldTarget'?: string | null;
|
|
17
|
+
static discriminator: string | undefined;
|
|
18
|
+
static attributeTypeMap: Array<{
|
|
19
|
+
name: string;
|
|
20
|
+
baseName: string;
|
|
21
|
+
type: string;
|
|
22
|
+
}>;
|
|
23
|
+
static getAttributeTypeMap(): {
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Swimlane Tenant API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CoreModelsSettingsDirectoryGroupSettings = void 0;
|
|
15
|
+
class CoreModelsSettingsDirectoryGroupSettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsDirectoryGroupSettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsDirectoryGroupSettings = CoreModelsSettingsDirectoryGroupSettings;
|
|
21
|
+
CoreModelsSettingsDirectoryGroupSettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsDirectoryGroupSettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "objectClass",
|
|
25
|
+
"baseName": "objectClass",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "userMembershipField",
|
|
30
|
+
"baseName": "userMembershipField",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "groupLocation",
|
|
35
|
+
"baseName": "groupLocation",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "userMembershipFieldTarget",
|
|
40
|
+
"baseName": "userMembershipFieldTarget",
|
|
41
|
+
"type": "string"
|
|
42
|
+
}
|
|
43
|
+
];
|
|
44
|
+
//# sourceMappingURL=coreModelsSettingsDirectoryGroupSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsDirectoryGroupSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsDirectoryGroupSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wCAAwC;IA8BjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AAhCL,4FAiCC;AA3BU,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,2BAA2B;QACnC,UAAU,EAAE,2BAA2B;QACvC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
import { CoreModelsSettingsAuthType } from './coreModelsSettingsAuthType';
|
|
13
|
+
import { CoreModelsSettingsServerType } from './coreModelsSettingsServerType';
|
|
14
|
+
export declare class CoreModelsSettingsDirectoryServerSettings {
|
|
15
|
+
'type': CoreModelsSettingsServerType;
|
|
16
|
+
'server'?: string | null;
|
|
17
|
+
'userName': string;
|
|
18
|
+
'password': string;
|
|
19
|
+
'passwordBytes'?: string | null;
|
|
20
|
+
'domain': string;
|
|
21
|
+
'ssl'?: boolean;
|
|
22
|
+
'tls'?: boolean;
|
|
23
|
+
'allowInvalidCertificates'?: boolean;
|
|
24
|
+
'authorizationType'?: CoreModelsSettingsAuthType;
|
|
25
|
+
'protocolVersion'?: number;
|
|
26
|
+
'valid'?: boolean;
|
|
27
|
+
static discriminator: string | undefined;
|
|
28
|
+
static attributeTypeMap: Array<{
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}>;
|
|
33
|
+
static getAttributeTypeMap(): {
|
|
34
|
+
name: string;
|
|
35
|
+
baseName: string;
|
|
36
|
+
type: string;
|
|
37
|
+
}[];
|
|
38
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Swimlane Tenant API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CoreModelsSettingsDirectoryServerSettings = void 0;
|
|
15
|
+
class CoreModelsSettingsDirectoryServerSettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsDirectoryServerSettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsDirectoryServerSettings = CoreModelsSettingsDirectoryServerSettings;
|
|
21
|
+
CoreModelsSettingsDirectoryServerSettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsDirectoryServerSettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "type",
|
|
25
|
+
"baseName": "type",
|
|
26
|
+
"type": "CoreModelsSettingsServerType"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "server",
|
|
30
|
+
"baseName": "server",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "userName",
|
|
35
|
+
"baseName": "userName",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "password",
|
|
40
|
+
"baseName": "password",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "passwordBytes",
|
|
45
|
+
"baseName": "passwordBytes",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "domain",
|
|
50
|
+
"baseName": "domain",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "ssl",
|
|
55
|
+
"baseName": "ssl",
|
|
56
|
+
"type": "boolean"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "tls",
|
|
60
|
+
"baseName": "tls",
|
|
61
|
+
"type": "boolean"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "allowInvalidCertificates",
|
|
65
|
+
"baseName": "allowInvalidCertificates",
|
|
66
|
+
"type": "boolean"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "authorizationType",
|
|
70
|
+
"baseName": "authorizationType",
|
|
71
|
+
"type": "CoreModelsSettingsAuthType"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "protocolVersion",
|
|
75
|
+
"baseName": "protocolVersion",
|
|
76
|
+
"type": "number"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "valid",
|
|
80
|
+
"baseName": "valid",
|
|
81
|
+
"type": "boolean"
|
|
82
|
+
}
|
|
83
|
+
];
|
|
84
|
+
//# sourceMappingURL=coreModelsSettingsDirectoryServerSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsDirectoryServerSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsDirectoryServerSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,yCAAyC;IA8ElD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AAhFL,8FAiFC;AAnEU,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
import { CoreModelsSettingsDirectoryGroupSettings } from './coreModelsSettingsDirectoryGroupSettings';
|
|
13
|
+
import { CoreModelsSettingsDirectoryServerSettings } from './coreModelsSettingsDirectoryServerSettings';
|
|
14
|
+
import { CoreModelsSettingsDirectoryUserSettings } from './coreModelsSettingsDirectoryUserSettings';
|
|
15
|
+
import { CoreModelsSettingsMembership } from './coreModelsSettingsMembership';
|
|
16
|
+
export declare class CoreModelsSettingsDirectorySettings {
|
|
17
|
+
'enabled': boolean;
|
|
18
|
+
'groups': Array<string>;
|
|
19
|
+
'serverSettings': CoreModelsSettingsDirectoryServerSettings;
|
|
20
|
+
'userSettings': CoreModelsSettingsDirectoryUserSettings;
|
|
21
|
+
'groupSettings': CoreModelsSettingsDirectoryGroupSettings;
|
|
22
|
+
'membership': CoreModelsSettingsMembership;
|
|
23
|
+
'valid'?: boolean;
|
|
24
|
+
static discriminator: string | undefined;
|
|
25
|
+
static attributeTypeMap: Array<{
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}>;
|
|
30
|
+
static getAttributeTypeMap(): {
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}[];
|
|
35
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Swimlane Tenant API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CoreModelsSettingsDirectorySettings = void 0;
|
|
15
|
+
class CoreModelsSettingsDirectorySettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsDirectorySettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsDirectorySettings = CoreModelsSettingsDirectorySettings;
|
|
21
|
+
CoreModelsSettingsDirectorySettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsDirectorySettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "enabled",
|
|
25
|
+
"baseName": "enabled",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "groups",
|
|
30
|
+
"baseName": "groups",
|
|
31
|
+
"type": "Array<string>"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "serverSettings",
|
|
35
|
+
"baseName": "serverSettings",
|
|
36
|
+
"type": "CoreModelsSettingsDirectoryServerSettings"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "userSettings",
|
|
40
|
+
"baseName": "userSettings",
|
|
41
|
+
"type": "CoreModelsSettingsDirectoryUserSettings"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "groupSettings",
|
|
45
|
+
"baseName": "groupSettings",
|
|
46
|
+
"type": "CoreModelsSettingsDirectoryGroupSettings"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "membership",
|
|
50
|
+
"baseName": "membership",
|
|
51
|
+
"type": "CoreModelsSettingsMembership"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "valid",
|
|
55
|
+
"baseName": "valid",
|
|
56
|
+
"type": "boolean"
|
|
57
|
+
}
|
|
58
|
+
];
|
|
59
|
+
//# sourceMappingURL=coreModelsSettingsDirectorySettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsDirectorySettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsDirectorySettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAQH,MAAa,mCAAmC;IAgD5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAlDL,kFAmDC;AA1CU,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,2CAA2C;KACtD;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,yCAAyC;KACpD;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,0CAA0C;KACrD;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
export declare class CoreModelsSettingsDirectoryUserSettings {
|
|
13
|
+
'objectClass': string;
|
|
14
|
+
'uniqueId': string;
|
|
15
|
+
'accountNameField': string;
|
|
16
|
+
'memberOfField'?: string | null;
|
|
17
|
+
'mapping'?: {
|
|
18
|
+
[key: string]: string;
|
|
19
|
+
} | null;
|
|
20
|
+
'memberOfFieldTarget'?: string | null;
|
|
21
|
+
'userLocation'?: string | null;
|
|
22
|
+
static discriminator: string | undefined;
|
|
23
|
+
static attributeTypeMap: Array<{
|
|
24
|
+
name: string;
|
|
25
|
+
baseName: string;
|
|
26
|
+
type: string;
|
|
27
|
+
}>;
|
|
28
|
+
static getAttributeTypeMap(): {
|
|
29
|
+
name: string;
|
|
30
|
+
baseName: string;
|
|
31
|
+
type: string;
|
|
32
|
+
}[];
|
|
33
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Swimlane Tenant API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CoreModelsSettingsDirectoryUserSettings = void 0;
|
|
15
|
+
class CoreModelsSettingsDirectoryUserSettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsDirectoryUserSettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsDirectoryUserSettings = CoreModelsSettingsDirectoryUserSettings;
|
|
21
|
+
CoreModelsSettingsDirectoryUserSettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsDirectoryUserSettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "objectClass",
|
|
25
|
+
"baseName": "objectClass",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "uniqueId",
|
|
30
|
+
"baseName": "uniqueId",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "accountNameField",
|
|
35
|
+
"baseName": "accountNameField",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "memberOfField",
|
|
40
|
+
"baseName": "memberOfField",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "mapping",
|
|
45
|
+
"baseName": "mapping",
|
|
46
|
+
"type": "{ [key: string]: string; }"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "memberOfFieldTarget",
|
|
50
|
+
"baseName": "memberOfFieldTarget",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "userLocation",
|
|
55
|
+
"baseName": "userLocation",
|
|
56
|
+
"type": "string"
|
|
57
|
+
}
|
|
58
|
+
];
|
|
59
|
+
//# sourceMappingURL=coreModelsSettingsDirectoryUserSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsDirectoryUserSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsDirectoryUserSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,uCAAuC;IAgDhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AAlDL,0FAmDC;AA1CU,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
import { PortableLicensingLicense } from './portableLicensingLicense';
|
|
13
|
+
import { PortableLicensingLicenseType } from './portableLicensingLicenseType';
|
|
14
|
+
export declare class CoreModelsSettingsLicense {
|
|
15
|
+
'innerLicense'?: PortableLicensingLicense;
|
|
16
|
+
'file'?: string | null;
|
|
17
|
+
'licenseType'?: PortableLicensingLicenseType;
|
|
18
|
+
'expiration'?: Date | null;
|
|
19
|
+
'licensedTo'?: string | null;
|
|
20
|
+
'licensedToEmail'?: string | null;
|
|
21
|
+
'applicationLimit'?: number;
|
|
22
|
+
'userLimit'?: number;
|
|
23
|
+
'valid'?: boolean;
|
|
24
|
+
static discriminator: string | undefined;
|
|
25
|
+
static attributeTypeMap: Array<{
|
|
26
|
+
name: string;
|
|
27
|
+
baseName: string;
|
|
28
|
+
type: string;
|
|
29
|
+
}>;
|
|
30
|
+
static getAttributeTypeMap(): {
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}[];
|
|
35
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Swimlane Tenant API
|
|
4
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
5
|
+
*
|
|
6
|
+
* The version of the OpenAPI document: 1.0
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
10
|
+
* https://openapi-generator.tech
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*/
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.CoreModelsSettingsLicense = void 0;
|
|
15
|
+
class CoreModelsSettingsLicense {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsLicense.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsLicense = CoreModelsSettingsLicense;
|
|
21
|
+
CoreModelsSettingsLicense.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsLicense.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "innerLicense",
|
|
25
|
+
"baseName": "innerLicense",
|
|
26
|
+
"type": "PortableLicensingLicense"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "file",
|
|
30
|
+
"baseName": "file",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "licenseType",
|
|
35
|
+
"baseName": "licenseType",
|
|
36
|
+
"type": "PortableLicensingLicenseType"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "expiration",
|
|
40
|
+
"baseName": "expiration",
|
|
41
|
+
"type": "Date"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "licensedTo",
|
|
45
|
+
"baseName": "licensedTo",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "licensedToEmail",
|
|
50
|
+
"baseName": "licensedToEmail",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "applicationLimit",
|
|
55
|
+
"baseName": "applicationLimit",
|
|
56
|
+
"type": "number"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "userLimit",
|
|
60
|
+
"baseName": "userLimit",
|
|
61
|
+
"type": "number"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "valid",
|
|
65
|
+
"baseName": "valid",
|
|
66
|
+
"type": "boolean"
|
|
67
|
+
}
|
|
68
|
+
];
|
|
69
|
+
//# sourceMappingURL=coreModelsSettingsLicense.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsLicense.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsLicense.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,yBAAyB;IA4DlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA9DL,8DA+DC;AApDU,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
import { CoreModelsSettingsAuthenticationType } from './coreModelsSettingsAuthenticationType';
|
|
13
|
+
export declare class CoreModelsSettingsMailSettings {
|
|
14
|
+
'authenticationType'?: CoreModelsSettingsAuthenticationType;
|
|
15
|
+
'propsChanged'?: boolean;
|
|
16
|
+
'outgoingMailHost'?: string | null;
|
|
17
|
+
'outgoingMailPort'?: number | null;
|
|
18
|
+
'outgoingMailEnableSSL'?: boolean;
|
|
19
|
+
'outgoingMailFrom'?: string | null;
|
|
20
|
+
'outgoingMailLogin'?: string | null;
|
|
21
|
+
'outgoingMailPassword'?: string | null;
|
|
22
|
+
'outgoingMailPasswordBytes'?: string | null;
|
|
23
|
+
'outgoingMailDisableCertificateValidation'?: boolean;
|
|
24
|
+
'outgoingClientId'?: string | null;
|
|
25
|
+
'outgoingTenantId'?: string | null;
|
|
26
|
+
'outgoingClientSecret'?: string | null;
|
|
27
|
+
'outgoingClientSecretBytes'?: string | null;
|
|
28
|
+
'outgoingHttpProxy'?: string | null;
|
|
29
|
+
'outgoingHttpProxyBytes'?: string | null;
|
|
30
|
+
'incomingMailHost'?: string | null;
|
|
31
|
+
'incomingMailPort'?: number;
|
|
32
|
+
'incomingMailEnableSSL'?: boolean;
|
|
33
|
+
'incomingMailFrom'?: string | null;
|
|
34
|
+
'incomingMailLogin'?: string | null;
|
|
35
|
+
'incomingMailPassword'?: string | null;
|
|
36
|
+
'incomingMailPasswordBytes'?: string | null;
|
|
37
|
+
'incomingMailTimeQueue'?: number;
|
|
38
|
+
'emailCheckFrequencyMinutes'?: number;
|
|
39
|
+
static discriminator: string | undefined;
|
|
40
|
+
static attributeTypeMap: Array<{
|
|
41
|
+
name: string;
|
|
42
|
+
baseName: string;
|
|
43
|
+
type: string;
|
|
44
|
+
}>;
|
|
45
|
+
static getAttributeTypeMap(): {
|
|
46
|
+
name: string;
|
|
47
|
+
baseName: string;
|
|
48
|
+
type: string;
|
|
49
|
+
}[];
|
|
50
|
+
}
|