@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,64 @@
|
|
|
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.PortableLicensingLicense = void 0;
|
|
15
|
+
class PortableLicensingLicense {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return PortableLicensingLicense.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.PortableLicensingLicense = PortableLicensingLicense;
|
|
21
|
+
PortableLicensingLicense.discriminator = undefined;
|
|
22
|
+
PortableLicensingLicense.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "type",
|
|
30
|
+
"baseName": "type",
|
|
31
|
+
"type": "PortableLicensingLicenseType"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "quantity",
|
|
35
|
+
"baseName": "quantity",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "productFeatures",
|
|
40
|
+
"baseName": "productFeatures",
|
|
41
|
+
"type": "object"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "customer",
|
|
45
|
+
"baseName": "customer",
|
|
46
|
+
"type": "PortableLicensingCustomer"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "additionalAttributes",
|
|
50
|
+
"baseName": "additionalAttributes",
|
|
51
|
+
"type": "object"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "expiration",
|
|
55
|
+
"baseName": "expiration",
|
|
56
|
+
"type": "Date"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "signature",
|
|
60
|
+
"baseName": "signature",
|
|
61
|
+
"type": "string"
|
|
62
|
+
}
|
|
63
|
+
];
|
|
64
|
+
//# sourceMappingURL=portableLicensingLicense.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portableLicensingLicense.js","sourceRoot":"","sources":["../../../src/tenant-api/model/portableLicensingLicense.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,wBAAwB;IAsDjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAxDL,4DAyDC;AA/CU,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,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 PortableLicensingLicenseType {
|
|
13
|
+
Trial,
|
|
14
|
+
Standard
|
|
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.PortableLicensingLicenseType = void 0;
|
|
15
|
+
var PortableLicensingLicenseType;
|
|
16
|
+
(function (PortableLicensingLicenseType) {
|
|
17
|
+
PortableLicensingLicenseType[PortableLicensingLicenseType["Trial"] = 'trial'] = "Trial";
|
|
18
|
+
PortableLicensingLicenseType[PortableLicensingLicenseType["Standard"] = 'standard'] = "Standard";
|
|
19
|
+
})(PortableLicensingLicenseType || (exports.PortableLicensingLicenseType = PortableLicensingLicenseType = {}));
|
|
20
|
+
//# sourceMappingURL=portableLicensingLicenseType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"portableLicensingLicenseType.js","sourceRoot":"","sources":["../../../src/tenant-api/model/portableLicensingLicenseType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACpC,qEAAc,OAAO,WAAA,CAAA;IACrB,wEAAiB,UAAU,cAAA,CAAA;AAC/B,CAAC,EAHW,4BAA4B,4CAA5B,4BAA4B,QAGvC"}
|
package/lib/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.d.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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 SwimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel {
|
|
13
|
+
'domain'?: string | null;
|
|
14
|
+
'groups'?: Array<string> | null;
|
|
15
|
+
static discriminator: string | undefined;
|
|
16
|
+
static attributeTypeMap: Array<{
|
|
17
|
+
name: string;
|
|
18
|
+
baseName: string;
|
|
19
|
+
type: string;
|
|
20
|
+
}>;
|
|
21
|
+
static getAttributeTypeMap(): {
|
|
22
|
+
name: string;
|
|
23
|
+
baseName: string;
|
|
24
|
+
type: string;
|
|
25
|
+
}[];
|
|
26
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.SwimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel = void 0;
|
|
15
|
+
class SwimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return SwimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.SwimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel = SwimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel;
|
|
21
|
+
SwimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.discriminator = undefined;
|
|
22
|
+
SwimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "domain",
|
|
25
|
+
"baseName": "domain",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "groups",
|
|
30
|
+
"baseName": "groups",
|
|
31
|
+
"type": "Array<string>"
|
|
32
|
+
}
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.js.map
|
package/lib/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,6DAA6D;IAkBtE,MAAM,CAAC,mBAAmB;QACtB,OAAO,6DAA6D,CAAC,gBAAgB,CAAC;IAC1F,CAAC;;AApBL,sIAqBC;AAjBU,2EAAa,GAAuB,SAAS,CAAC;AAE9C,8EAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 SwimlanePlatformModelsBaseEntity {
|
|
13
|
+
'id'?: string | null;
|
|
14
|
+
'name'?: string | null;
|
|
15
|
+
'disabled'?: boolean;
|
|
16
|
+
static discriminator: string | undefined;
|
|
17
|
+
static attributeTypeMap: Array<{
|
|
18
|
+
name: string;
|
|
19
|
+
baseName: string;
|
|
20
|
+
type: string;
|
|
21
|
+
}>;
|
|
22
|
+
static getAttributeTypeMap(): {
|
|
23
|
+
name: string;
|
|
24
|
+
baseName: string;
|
|
25
|
+
type: string;
|
|
26
|
+
}[];
|
|
27
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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.SwimlanePlatformModelsBaseEntity = void 0;
|
|
15
|
+
class SwimlanePlatformModelsBaseEntity {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return SwimlanePlatformModelsBaseEntity.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.SwimlanePlatformModelsBaseEntity = SwimlanePlatformModelsBaseEntity;
|
|
21
|
+
SwimlanePlatformModelsBaseEntity.discriminator = undefined;
|
|
22
|
+
SwimlanePlatformModelsBaseEntity.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "name",
|
|
30
|
+
"baseName": "name",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "disabled",
|
|
35
|
+
"baseName": "disabled",
|
|
36
|
+
"type": "boolean"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=swimlanePlatformModelsBaseEntity.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swimlanePlatformModelsBaseEntity.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlanePlatformModelsBaseEntity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,gCAAgC;IAwBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA1BL,4EA2BC;AAtBU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;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 SwimlanePlatformScheduleTypesLayoutType {
|
|
13
|
+
Portrait,
|
|
14
|
+
Landscape
|
|
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.SwimlanePlatformScheduleTypesLayoutType = void 0;
|
|
15
|
+
var SwimlanePlatformScheduleTypesLayoutType;
|
|
16
|
+
(function (SwimlanePlatformScheduleTypesLayoutType) {
|
|
17
|
+
SwimlanePlatformScheduleTypesLayoutType[SwimlanePlatformScheduleTypesLayoutType["Portrait"] = 'portrait'] = "Portrait";
|
|
18
|
+
SwimlanePlatformScheduleTypesLayoutType[SwimlanePlatformScheduleTypesLayoutType["Landscape"] = 'landscape'] = "Landscape";
|
|
19
|
+
})(SwimlanePlatformScheduleTypesLayoutType || (exports.SwimlanePlatformScheduleTypesLayoutType = SwimlanePlatformScheduleTypesLayoutType = {}));
|
|
20
|
+
//# sourceMappingURL=swimlanePlatformScheduleTypesLayoutType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swimlanePlatformScheduleTypesLayoutType.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlanePlatformScheduleTypesLayoutType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,uCAGX;AAHD,WAAY,uCAAuC;IAC/C,8FAAiB,UAAU,cAAA,CAAA;IAC3B,+FAAkB,WAAW,eAAA,CAAA;AACjC,CAAC,EAHW,uCAAuC,uDAAvC,uCAAuC,QAGlD"}
|
|
@@ -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
|
+
import { SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus } from './swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus';
|
|
13
|
+
export declare class SwimlaneTenantCoreEntitiesStatus {
|
|
14
|
+
'id'?: number;
|
|
15
|
+
'name'?: string | null;
|
|
16
|
+
'swimlaneBackgroundJobStatuses'?: Array<SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus> | 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,39 @@
|
|
|
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.SwimlaneTenantCoreEntitiesStatus = void 0;
|
|
15
|
+
class SwimlaneTenantCoreEntitiesStatus {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return SwimlaneTenantCoreEntitiesStatus.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.SwimlaneTenantCoreEntitiesStatus = SwimlaneTenantCoreEntitiesStatus;
|
|
21
|
+
SwimlaneTenantCoreEntitiesStatus.discriminator = undefined;
|
|
22
|
+
SwimlaneTenantCoreEntitiesStatus.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "number"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "name",
|
|
30
|
+
"baseName": "name",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "swimlaneBackgroundJobStatuses",
|
|
35
|
+
"baseName": "swimlaneBackgroundJobStatuses",
|
|
36
|
+
"type": "Array<SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus>"
|
|
37
|
+
}
|
|
38
|
+
];
|
|
39
|
+
//# sourceMappingURL=swimlaneTenantCoreEntitiesStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swimlaneTenantCoreEntitiesStatus.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreEntitiesStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,gCAAgC;IAwBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA1BL,4EA2BC;AAtBU,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,8DAA8D;KACzE;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 { SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus } from './swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus';
|
|
13
|
+
export declare class SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob {
|
|
14
|
+
'id'?: string;
|
|
15
|
+
'createdDateTime'?: Date | null;
|
|
16
|
+
'modifiedDateTime'?: Date | null;
|
|
17
|
+
'createdByUser'?: string | null;
|
|
18
|
+
'modifiedByUser'?: string | null;
|
|
19
|
+
'isDisabled'?: boolean | null;
|
|
20
|
+
'name'?: string | null;
|
|
21
|
+
'description'?: string | null;
|
|
22
|
+
'schedule'?: string | null;
|
|
23
|
+
'swimlaneBackgroundJobStatuses'?: Array<SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus> | 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.SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob = void 0;
|
|
15
|
+
class SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob = SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob;
|
|
21
|
+
SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob.discriminator = undefined;
|
|
22
|
+
SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "createdDateTime",
|
|
30
|
+
"baseName": "createdDateTime",
|
|
31
|
+
"type": "Date"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "modifiedDateTime",
|
|
35
|
+
"baseName": "modifiedDateTime",
|
|
36
|
+
"type": "Date"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "createdByUser",
|
|
40
|
+
"baseName": "createdByUser",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "modifiedByUser",
|
|
45
|
+
"baseName": "modifiedByUser",
|
|
46
|
+
"type": "string"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "isDisabled",
|
|
50
|
+
"baseName": "isDisabled",
|
|
51
|
+
"type": "boolean"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "name",
|
|
55
|
+
"baseName": "name",
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "description",
|
|
60
|
+
"baseName": "description",
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "schedule",
|
|
65
|
+
"baseName": "schedule",
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "swimlaneBackgroundJobStatuses",
|
|
70
|
+
"baseName": "swimlaneBackgroundJobStatuses",
|
|
71
|
+
"type": "Array<SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus>"
|
|
72
|
+
}
|
|
73
|
+
];
|
|
74
|
+
//# sourceMappingURL=swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,+CAA+C;IAkExD,MAAM,CAAC,mBAAmB;QACtB,OAAO,+CAA+C,CAAC,gBAAgB,CAAC;IAC5E,CAAC;;AApEL,0GAqEC;AAzDU,6DAAa,GAAuB,SAAS,CAAC;AAE9C,gEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,+BAA+B;QACvC,UAAU,EAAE,+BAA+B;QAC3C,MAAM,EAAE,8DAA8D;KACzE;CAAK,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 { SwimlaneTenantCoreEntitiesStatus } from './swimlaneTenantCoreEntitiesStatus';
|
|
13
|
+
import { SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob } from './swimlaneTenantCoreEntitiesSwimlaneBackgroundJob';
|
|
14
|
+
export declare class SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus {
|
|
15
|
+
'id'?: string;
|
|
16
|
+
'jobId'?: string;
|
|
17
|
+
'statusId'?: number;
|
|
18
|
+
'statusDescription'?: string | null;
|
|
19
|
+
'retries'?: number;
|
|
20
|
+
'startedAt'?: Date;
|
|
21
|
+
'completedAt'?: Date | null;
|
|
22
|
+
'jobNameNavigation'?: SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob;
|
|
23
|
+
'statusNavigation'?: SwimlaneTenantCoreEntitiesStatus;
|
|
24
|
+
'createdDateTime'?: Date | null;
|
|
25
|
+
'modifiedDateTime'?: Date | null;
|
|
26
|
+
'createdByUser'?: string | null;
|
|
27
|
+
'modifiedByUser'?: string | null;
|
|
28
|
+
'isDisabled'?: boolean | null;
|
|
29
|
+
static discriminator: string | undefined;
|
|
30
|
+
static attributeTypeMap: Array<{
|
|
31
|
+
name: string;
|
|
32
|
+
baseName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}>;
|
|
35
|
+
static getAttributeTypeMap(): {
|
|
36
|
+
name: string;
|
|
37
|
+
baseName: string;
|
|
38
|
+
type: string;
|
|
39
|
+
}[];
|
|
40
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
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.SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus = void 0;
|
|
15
|
+
class SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus {
|
|
16
|
+
static getAttributeTypeMap() {
|
|
17
|
+
return SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.attributeTypeMap;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
exports.SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus = SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus;
|
|
21
|
+
SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.discriminator = undefined;
|
|
22
|
+
SwimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.attributeTypeMap = [
|
|
23
|
+
{
|
|
24
|
+
"name": "id",
|
|
25
|
+
"baseName": "id",
|
|
26
|
+
"type": "string"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "jobId",
|
|
30
|
+
"baseName": "jobId",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "statusId",
|
|
35
|
+
"baseName": "statusId",
|
|
36
|
+
"type": "number"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"name": "statusDescription",
|
|
40
|
+
"baseName": "statusDescription",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "retries",
|
|
45
|
+
"baseName": "retries",
|
|
46
|
+
"type": "number"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "startedAt",
|
|
50
|
+
"baseName": "startedAt",
|
|
51
|
+
"type": "Date"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "completedAt",
|
|
55
|
+
"baseName": "completedAt",
|
|
56
|
+
"type": "Date"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "jobNameNavigation",
|
|
60
|
+
"baseName": "jobNameNavigation",
|
|
61
|
+
"type": "SwimlaneTenantCoreEntitiesSwimlaneBackgroundJob"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "statusNavigation",
|
|
65
|
+
"baseName": "statusNavigation",
|
|
66
|
+
"type": "SwimlaneTenantCoreEntitiesStatus"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "createdDateTime",
|
|
70
|
+
"baseName": "createdDateTime",
|
|
71
|
+
"type": "Date"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "modifiedDateTime",
|
|
75
|
+
"baseName": "modifiedDateTime",
|
|
76
|
+
"type": "Date"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "createdByUser",
|
|
80
|
+
"baseName": "createdByUser",
|
|
81
|
+
"type": "string"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "modifiedByUser",
|
|
85
|
+
"baseName": "modifiedByUser",
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "isDisabled",
|
|
90
|
+
"baseName": "isDisabled",
|
|
91
|
+
"type": "boolean"
|
|
92
|
+
}
|
|
93
|
+
];
|
|
94
|
+
//# sourceMappingURL=swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,qDAAqD;IA0F9D,MAAM,CAAC,mBAAmB;QACtB,OAAO,qDAAqD,CAAC,gBAAgB,CAAC;IAClF,CAAC;;AA5FL,sHA6FC;AA7EU,mEAAa,GAAuB,SAAS,CAAC;AAE9C,sEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,iDAAiD;KAC5D;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;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 SwimlaneTenantCoreEnumsGroupsSort {
|
|
13
|
+
Name,
|
|
14
|
+
Description
|
|
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.SwimlaneTenantCoreEnumsGroupsSort = void 0;
|
|
15
|
+
var SwimlaneTenantCoreEnumsGroupsSort;
|
|
16
|
+
(function (SwimlaneTenantCoreEnumsGroupsSort) {
|
|
17
|
+
SwimlaneTenantCoreEnumsGroupsSort[SwimlaneTenantCoreEnumsGroupsSort["Name"] = 'name'] = "Name";
|
|
18
|
+
SwimlaneTenantCoreEnumsGroupsSort[SwimlaneTenantCoreEnumsGroupsSort["Description"] = 'description'] = "Description";
|
|
19
|
+
})(SwimlaneTenantCoreEnumsGroupsSort || (exports.SwimlaneTenantCoreEnumsGroupsSort = SwimlaneTenantCoreEnumsGroupsSort = {}));
|
|
20
|
+
//# sourceMappingURL=swimlaneTenantCoreEnumsGroupsSort.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swimlaneTenantCoreEnumsGroupsSort.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreEnumsGroupsSort.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,iCAGX;AAHD,WAAY,iCAAiC;IACzC,8EAAa,MAAM,UAAA,CAAA;IACnB,qFAAoB,aAAa,iBAAA,CAAA;AACrC,CAAC,EAHW,iCAAiC,iDAAjC,iCAAiC,QAG5C"}
|