@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,149 @@
|
|
|
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.CoreModelsSettingsMailSettings = void 0;
|
|
15
|
+
class CoreModelsSettingsMailSettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsMailSettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsMailSettings = CoreModelsSettingsMailSettings;
|
|
21
|
+
CoreModelsSettingsMailSettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsMailSettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "authenticationType",
|
|
25
|
+
"baseName": "authenticationType",
|
|
26
|
+
"type": "CoreModelsSettingsAuthenticationType"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "propsChanged",
|
|
30
|
+
"baseName": "propsChanged",
|
|
31
|
+
"type": "boolean"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "outgoingMailHost",
|
|
35
|
+
"baseName": "outgoingMailHost",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "outgoingMailPort",
|
|
40
|
+
"baseName": "outgoingMailPort",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "outgoingMailEnableSSL",
|
|
45
|
+
"baseName": "outgoingMailEnableSSL",
|
|
46
|
+
"type": "boolean"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "outgoingMailFrom",
|
|
50
|
+
"baseName": "outgoingMailFrom",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "outgoingMailLogin",
|
|
55
|
+
"baseName": "outgoingMailLogin",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "outgoingMailPassword",
|
|
60
|
+
"baseName": "outgoingMailPassword",
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "outgoingMailPasswordBytes",
|
|
65
|
+
"baseName": "outgoingMailPasswordBytes",
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "outgoingMailDisableCertificateValidation",
|
|
70
|
+
"baseName": "outgoingMailDisableCertificateValidation",
|
|
71
|
+
"type": "boolean"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "outgoingClientId",
|
|
75
|
+
"baseName": "outgoingClientId",
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "outgoingTenantId",
|
|
80
|
+
"baseName": "outgoingTenantId",
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "outgoingClientSecret",
|
|
85
|
+
"baseName": "outgoingClientSecret",
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "outgoingClientSecretBytes",
|
|
90
|
+
"baseName": "outgoingClientSecretBytes",
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "outgoingHttpProxy",
|
|
95
|
+
"baseName": "outgoingHttpProxy",
|
|
96
|
+
"type": "string"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"name": "outgoingHttpProxyBytes",
|
|
100
|
+
"baseName": "outgoingHttpProxyBytes",
|
|
101
|
+
"type": "string"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "incomingMailHost",
|
|
105
|
+
"baseName": "incomingMailHost",
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "incomingMailPort",
|
|
110
|
+
"baseName": "incomingMailPort",
|
|
111
|
+
"type": "number"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "incomingMailEnableSSL",
|
|
115
|
+
"baseName": "incomingMailEnableSSL",
|
|
116
|
+
"type": "boolean"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"name": "incomingMailFrom",
|
|
120
|
+
"baseName": "incomingMailFrom",
|
|
121
|
+
"type": "string"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "incomingMailLogin",
|
|
125
|
+
"baseName": "incomingMailLogin",
|
|
126
|
+
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"name": "incomingMailPassword",
|
|
130
|
+
"baseName": "incomingMailPassword",
|
|
131
|
+
"type": "string"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"name": "incomingMailPasswordBytes",
|
|
135
|
+
"baseName": "incomingMailPasswordBytes",
|
|
136
|
+
"type": "string"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "incomingMailTimeQueue",
|
|
140
|
+
"baseName": "incomingMailTimeQueue",
|
|
141
|
+
"type": "number"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "emailCheckFrequencyMinutes",
|
|
145
|
+
"baseName": "emailCheckFrequencyMinutes",
|
|
146
|
+
"type": "number"
|
|
147
|
+
}
|
|
148
|
+
];
|
|
149
|
+
//# sourceMappingURL=coreModelsSettingsMailSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsMailSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsMailSettings.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 { CoreModelsSettingsScheduledReportSettings } from './coreModelsSettingsScheduledReportSettings';
|
|
13
|
+
export declare class CoreModelsSettingsMailTemplateSettings {
|
|
14
|
+
'mailHeader'?: string | null;
|
|
15
|
+
'mailFooter'?: string | null;
|
|
16
|
+
'tenantId'?: string;
|
|
17
|
+
'pdfSettings'?: CoreModelsSettingsScheduledReportSettings;
|
|
18
|
+
static discriminator: string | undefined;
|
|
19
|
+
static attributeTypeMap: Array<{
|
|
20
|
+
name: string;
|
|
21
|
+
baseName: string;
|
|
22
|
+
type: string;
|
|
23
|
+
}>;
|
|
24
|
+
static getAttributeTypeMap(): {
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}[];
|
|
29
|
+
}
|
|
@@ -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.CoreModelsSettingsMailTemplateSettings = void 0;
|
|
15
|
+
class CoreModelsSettingsMailTemplateSettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsMailTemplateSettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsMailTemplateSettings = CoreModelsSettingsMailTemplateSettings;
|
|
21
|
+
CoreModelsSettingsMailTemplateSettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsMailTemplateSettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "mailHeader",
|
|
25
|
+
"baseName": "mailHeader",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "mailFooter",
|
|
30
|
+
"baseName": "mailFooter",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "tenantId",
|
|
35
|
+
"baseName": "tenantId",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "pdfSettings",
|
|
40
|
+
"baseName": "pdfSettings",
|
|
41
|
+
"type": "CoreModelsSettingsScheduledReportSettings"
|
|
42
|
+
}
|
|
43
|
+
];
|
|
44
|
+
//# sourceMappingURL=coreModelsSettingsMailTemplateSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsMailTemplateSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsMailTemplateSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,sCAAsC;IA8B/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AAhCL,wFAiCC;AA3BU,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,2CAA2C;KACtD;CAAK,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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 CoreModelsSettingsMarketplaceSettings {
|
|
13
|
+
'url'?: string | null;
|
|
14
|
+
static discriminator: string | undefined;
|
|
15
|
+
static attributeTypeMap: Array<{
|
|
16
|
+
name: string;
|
|
17
|
+
baseName: string;
|
|
18
|
+
type: string;
|
|
19
|
+
}>;
|
|
20
|
+
static getAttributeTypeMap(): {
|
|
21
|
+
name: string;
|
|
22
|
+
baseName: string;
|
|
23
|
+
type: string;
|
|
24
|
+
}[];
|
|
25
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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.CoreModelsSettingsMarketplaceSettings = void 0;
|
|
15
|
+
class CoreModelsSettingsMarketplaceSettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsMarketplaceSettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsMarketplaceSettings = CoreModelsSettingsMarketplaceSettings;
|
|
21
|
+
CoreModelsSettingsMarketplaceSettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsMarketplaceSettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "url",
|
|
25
|
+
"baseName": "url",
|
|
26
|
+
"type": "string"
|
|
27
|
+
}
|
|
28
|
+
];
|
|
29
|
+
//# sourceMappingURL=coreModelsSettingsMarketplaceSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsMarketplaceSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsMarketplaceSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,qCAAqC;IAY9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AAdL,sFAeC;AAZU,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -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 CoreModelsSettingsMembership {
|
|
13
|
+
ByGroupField,
|
|
14
|
+
ByUserField
|
|
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.CoreModelsSettingsMembership = void 0;
|
|
15
|
+
var CoreModelsSettingsMembership;
|
|
16
|
+
(function (CoreModelsSettingsMembership) {
|
|
17
|
+
CoreModelsSettingsMembership[CoreModelsSettingsMembership["ByGroupField"] = 'byGroupField'] = "ByGroupField";
|
|
18
|
+
CoreModelsSettingsMembership[CoreModelsSettingsMembership["ByUserField"] = 'byUserField'] = "ByUserField";
|
|
19
|
+
})(CoreModelsSettingsMembership || (exports.CoreModelsSettingsMembership = CoreModelsSettingsMembership = {}));
|
|
20
|
+
//# sourceMappingURL=coreModelsSettingsMembership.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsMembership.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsMembership.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACpC,4EAAqB,cAAc,kBAAA,CAAA;IACnC,2EAAoB,aAAa,iBAAA,CAAA;AACrC,CAAC,EAHW,4BAA4B,4CAA5B,4BAA4B,QAGvC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
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 CoreModelsSettingsNameIdContent {
|
|
13
|
+
EmailAddress
|
|
14
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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.CoreModelsSettingsNameIdContent = void 0;
|
|
15
|
+
var CoreModelsSettingsNameIdContent;
|
|
16
|
+
(function (CoreModelsSettingsNameIdContent) {
|
|
17
|
+
CoreModelsSettingsNameIdContent[CoreModelsSettingsNameIdContent["EmailAddress"] = 'emailAddress'] = "EmailAddress";
|
|
18
|
+
})(CoreModelsSettingsNameIdContent || (exports.CoreModelsSettingsNameIdContent = CoreModelsSettingsNameIdContent = {}));
|
|
19
|
+
//# sourceMappingURL=coreModelsSettingsNameIdContent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsNameIdContent.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsNameIdContent.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,+BAEX;AAFD,WAAY,+BAA+B;IACvC,kFAAqB,cAAc,kBAAA,CAAA;AACvC,CAAC,EAFW,+BAA+B,+CAA/B,+BAA+B,QAE1C"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { CoreModelsSettingsCleanupIntervalType } from './coreModelsSettingsCleanupIntervalType';
|
|
13
|
+
export declare class CoreModelsSettingsOrchestrationSettings {
|
|
14
|
+
'webhookCleanupIntervalMinutes'?: number;
|
|
15
|
+
'orchestrationTaskCleanupIntervalMinutes'?: number;
|
|
16
|
+
'ingestionRuleCleanupIntervalMinutes'?: number;
|
|
17
|
+
'webhookCleanupInterval'?: number | null;
|
|
18
|
+
'orchestrationTaskCleanupInterval'?: number | null;
|
|
19
|
+
'ingestionRuleCleanupInterval'?: number | null;
|
|
20
|
+
'webhookCleanupIntervalType'?: CoreModelsSettingsCleanupIntervalType;
|
|
21
|
+
'orchestrationTaskCleanupIntervalType'?: CoreModelsSettingsCleanupIntervalType;
|
|
22
|
+
'ingestionRuleCleanupIntervalType'?: CoreModelsSettingsCleanupIntervalType;
|
|
23
|
+
static discriminator: string | undefined;
|
|
24
|
+
static attributeTypeMap: Array<{
|
|
25
|
+
name: string;
|
|
26
|
+
baseName: string;
|
|
27
|
+
type: string;
|
|
28
|
+
}>;
|
|
29
|
+
static getAttributeTypeMap(): {
|
|
30
|
+
name: string;
|
|
31
|
+
baseName: string;
|
|
32
|
+
type: string;
|
|
33
|
+
}[];
|
|
34
|
+
}
|
|
@@ -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.CoreModelsSettingsOrchestrationSettings = void 0;
|
|
15
|
+
class CoreModelsSettingsOrchestrationSettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsOrchestrationSettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsOrchestrationSettings = CoreModelsSettingsOrchestrationSettings;
|
|
21
|
+
CoreModelsSettingsOrchestrationSettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsOrchestrationSettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "webhookCleanupIntervalMinutes",
|
|
25
|
+
"baseName": "webhookCleanupIntervalMinutes",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "orchestrationTaskCleanupIntervalMinutes",
|
|
30
|
+
"baseName": "orchestrationTaskCleanupIntervalMinutes",
|
|
31
|
+
"type": "number"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "ingestionRuleCleanupIntervalMinutes",
|
|
35
|
+
"baseName": "ingestionRuleCleanupIntervalMinutes",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "webhookCleanupInterval",
|
|
40
|
+
"baseName": "webhookCleanupInterval",
|
|
41
|
+
"type": "number"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "orchestrationTaskCleanupInterval",
|
|
45
|
+
"baseName": "orchestrationTaskCleanupInterval",
|
|
46
|
+
"type": "number"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "ingestionRuleCleanupInterval",
|
|
50
|
+
"baseName": "ingestionRuleCleanupInterval",
|
|
51
|
+
"type": "number"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "webhookCleanupIntervalType",
|
|
55
|
+
"baseName": "webhookCleanupIntervalType",
|
|
56
|
+
"type": "CoreModelsSettingsCleanupIntervalType"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "orchestrationTaskCleanupIntervalType",
|
|
60
|
+
"baseName": "orchestrationTaskCleanupIntervalType",
|
|
61
|
+
"type": "CoreModelsSettingsCleanupIntervalType"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "ingestionRuleCleanupIntervalType",
|
|
65
|
+
"baseName": "ingestionRuleCleanupIntervalType",
|
|
66
|
+
"type": "CoreModelsSettingsCleanupIntervalType"
|
|
67
|
+
}
|
|
68
|
+
];
|
|
69
|
+
//# sourceMappingURL=coreModelsSettingsOrchestrationSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsOrchestrationSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsOrchestrationSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,uCAAuC;IA4DhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AA9DL,0FA+DC;AApDU,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,yCAAyC;QACjD,UAAU,EAAE,yCAAyC;QACrD,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qCAAqC;QAC7C,UAAU,EAAE,qCAAqC;QACjD,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kCAAkC;QAC1C,UAAU,EAAE,kCAAkC;QAC9C,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,8BAA8B;QACtC,UAAU,EAAE,8BAA8B;QAC1C,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,sCAAsC;QAC9C,UAAU,EAAE,sCAAsC;QAClD,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,kCAAkC;QAC1C,UAAU,EAAE,kCAAkC;QAC9C,MAAM,EAAE,uCAAuC;KAClD;CAAK,CAAC"}
|
|
@@ -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 CoreModelsSettingsPasswordExpirationType {
|
|
13
|
+
None,
|
|
14
|
+
Days
|
|
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.CoreModelsSettingsPasswordExpirationType = void 0;
|
|
15
|
+
var CoreModelsSettingsPasswordExpirationType;
|
|
16
|
+
(function (CoreModelsSettingsPasswordExpirationType) {
|
|
17
|
+
CoreModelsSettingsPasswordExpirationType[CoreModelsSettingsPasswordExpirationType["None"] = 'none'] = "None";
|
|
18
|
+
CoreModelsSettingsPasswordExpirationType[CoreModelsSettingsPasswordExpirationType["Days"] = 'days'] = "Days";
|
|
19
|
+
})(CoreModelsSettingsPasswordExpirationType || (exports.CoreModelsSettingsPasswordExpirationType = CoreModelsSettingsPasswordExpirationType = {}));
|
|
20
|
+
//# sourceMappingURL=coreModelsSettingsPasswordExpirationType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsPasswordExpirationType.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsPasswordExpirationType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,wCAGX;AAHD,WAAY,wCAAwC;IAChD,4FAAa,MAAM,UAAA,CAAA;IACnB,4FAAa,MAAM,UAAA,CAAA;AACvB,CAAC,EAHW,wCAAwC,wDAAxC,wCAAwC,QAGnD"}
|
|
@@ -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 { CoreModelsSettingsNameIdContent } from './coreModelsSettingsNameIdContent';
|
|
13
|
+
export declare class CoreModelsSettingsSamlSettings {
|
|
14
|
+
'enabled'?: boolean;
|
|
15
|
+
'nameIdContent'?: CoreModelsSettingsNameIdContent;
|
|
16
|
+
'idpSsoUrl'?: string | null;
|
|
17
|
+
'idpCertificate'?: string | null;
|
|
18
|
+
'verifyIdpSignature'?: boolean;
|
|
19
|
+
'applicationServiceProviderId'?: string | null;
|
|
20
|
+
'identityProviderId'?: string | null;
|
|
21
|
+
'preserveWhitespaceInSamlResponse'?: boolean;
|
|
22
|
+
'signRequest'?: boolean;
|
|
23
|
+
'sourceCertificate'?: string | null;
|
|
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,74 @@
|
|
|
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.CoreModelsSettingsSamlSettings = void 0;
|
|
15
|
+
class CoreModelsSettingsSamlSettings {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return CoreModelsSettingsSamlSettings.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.CoreModelsSettingsSamlSettings = CoreModelsSettingsSamlSettings;
|
|
21
|
+
CoreModelsSettingsSamlSettings.discriminator = undefined;
|
|
22
|
+
CoreModelsSettingsSamlSettings.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "enabled",
|
|
25
|
+
"baseName": "enabled",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "nameIdContent",
|
|
30
|
+
"baseName": "nameIdContent",
|
|
31
|
+
"type": "CoreModelsSettingsNameIdContent"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "idpSsoUrl",
|
|
35
|
+
"baseName": "idpSsoUrl",
|
|
36
|
+
"type": "string"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "idpCertificate",
|
|
40
|
+
"baseName": "idpCertificate",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "verifyIdpSignature",
|
|
45
|
+
"baseName": "verifyIdpSignature",
|
|
46
|
+
"type": "boolean"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "applicationServiceProviderId",
|
|
50
|
+
"baseName": "applicationServiceProviderId",
|
|
51
|
+
"type": "string"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "identityProviderId",
|
|
55
|
+
"baseName": "identityProviderId",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "preserveWhitespaceInSamlResponse",
|
|
60
|
+
"baseName": "preserveWhitespaceInSamlResponse",
|
|
61
|
+
"type": "boolean"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "signRequest",
|
|
65
|
+
"baseName": "signRequest",
|
|
66
|
+
"type": "boolean"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "sourceCertificate",
|
|
70
|
+
"baseName": "sourceCertificate",
|
|
71
|
+
"type": "string"
|
|
72
|
+
}
|
|
73
|
+
];
|
|
74
|
+
//# sourceMappingURL=coreModelsSettingsSamlSettings.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"coreModelsSettingsSamlSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsSamlSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,8BAA8B;IAkEvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AApEL,wEAqEC;AAzDU,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,8BAA8B;QACtC,UAAU,EAAE,8BAA8B;QAC1C,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kCAAkC;QAC1C,UAAU,EAAE,kCAAkC;QAC9C,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|