@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.
Files changed (202) hide show
  1. package/lib/tenant-api/api/apis.d.ts +12 -0
  2. package/lib/tenant-api/api/apis.js +18 -0
  3. package/lib/tenant-api/api/apis.js.map +1 -0
  4. package/lib/tenant-api/api/userApi.d.ts +238 -0
  5. package/lib/tenant-api/api/userApi.js +1010 -0
  6. package/lib/tenant-api/api/userApi.js.map +1 -0
  7. package/lib/tenant-api/api.d.ts +2 -0
  8. package/lib/tenant-api/api.js +7 -0
  9. package/lib/tenant-api/api.js.map +1 -0
  10. package/lib/tenant-api/model/coreModelsIdentityApplicationUser.d.ts +81 -0
  11. package/lib/tenant-api/model/coreModelsIdentityApplicationUser.js +269 -0
  12. package/lib/tenant-api/model/coreModelsIdentityApplicationUser.js.map +1 -0
  13. package/lib/tenant-api/model/coreModelsSecurityAccess.d.ts +29 -0
  14. package/lib/tenant-api/model/coreModelsSecurityAccess.js +34 -0
  15. package/lib/tenant-api/model/coreModelsSecurityAccess.js.map +1 -0
  16. package/lib/tenant-api/model/coreModelsSecurityAuthorization.d.ts +32 -0
  17. package/lib/tenant-api/model/coreModelsSecurityAuthorization.js +49 -0
  18. package/lib/tenant-api/model/coreModelsSecurityAuthorization.js.map +1 -0
  19. package/lib/tenant-api/model/coreModelsSettingsAuthType.d.ts +15 -0
  20. package/lib/tenant-api/model/coreModelsSettingsAuthType.js +20 -0
  21. package/lib/tenant-api/model/coreModelsSettingsAuthType.js.map +1 -0
  22. package/lib/tenant-api/model/coreModelsSettingsAuthenticationType.d.ts +16 -0
  23. package/lib/tenant-api/model/coreModelsSettingsAuthenticationType.js +21 -0
  24. package/lib/tenant-api/model/coreModelsSettingsAuthenticationType.js.map +1 -0
  25. package/lib/tenant-api/model/coreModelsSettingsCleanupIntervalType.d.ts +15 -0
  26. package/lib/tenant-api/model/coreModelsSettingsCleanupIntervalType.js +20 -0
  27. package/lib/tenant-api/model/coreModelsSettingsCleanupIntervalType.js.map +1 -0
  28. package/lib/tenant-api/model/coreModelsSettingsDirectoryGroupSettings.d.ts +28 -0
  29. package/lib/tenant-api/model/coreModelsSettingsDirectoryGroupSettings.js +44 -0
  30. package/lib/tenant-api/model/coreModelsSettingsDirectoryGroupSettings.js.map +1 -0
  31. package/lib/tenant-api/model/coreModelsSettingsDirectoryServerSettings.d.ts +38 -0
  32. package/lib/tenant-api/model/coreModelsSettingsDirectoryServerSettings.js +84 -0
  33. package/lib/tenant-api/model/coreModelsSettingsDirectoryServerSettings.js.map +1 -0
  34. package/lib/tenant-api/model/coreModelsSettingsDirectorySettings.d.ts +35 -0
  35. package/lib/tenant-api/model/coreModelsSettingsDirectorySettings.js +59 -0
  36. package/lib/tenant-api/model/coreModelsSettingsDirectorySettings.js.map +1 -0
  37. package/lib/tenant-api/model/coreModelsSettingsDirectoryUserSettings.d.ts +33 -0
  38. package/lib/tenant-api/model/coreModelsSettingsDirectoryUserSettings.js +59 -0
  39. package/lib/tenant-api/model/coreModelsSettingsDirectoryUserSettings.js.map +1 -0
  40. package/lib/tenant-api/model/coreModelsSettingsLicense.d.ts +35 -0
  41. package/lib/tenant-api/model/coreModelsSettingsLicense.js +69 -0
  42. package/lib/tenant-api/model/coreModelsSettingsLicense.js.map +1 -0
  43. package/lib/tenant-api/model/coreModelsSettingsMailSettings.d.ts +50 -0
  44. package/lib/tenant-api/model/coreModelsSettingsMailSettings.js +149 -0
  45. package/lib/tenant-api/model/coreModelsSettingsMailSettings.js.map +1 -0
  46. package/lib/tenant-api/model/coreModelsSettingsMailTemplateSettings.d.ts +29 -0
  47. package/lib/tenant-api/model/coreModelsSettingsMailTemplateSettings.js +44 -0
  48. package/lib/tenant-api/model/coreModelsSettingsMailTemplateSettings.js.map +1 -0
  49. package/lib/tenant-api/model/coreModelsSettingsMarketplaceSettings.d.ts +25 -0
  50. package/lib/tenant-api/model/coreModelsSettingsMarketplaceSettings.js +29 -0
  51. package/lib/tenant-api/model/coreModelsSettingsMarketplaceSettings.js.map +1 -0
  52. package/lib/tenant-api/model/coreModelsSettingsMembership.d.ts +15 -0
  53. package/lib/tenant-api/model/coreModelsSettingsMembership.js +20 -0
  54. package/lib/tenant-api/model/coreModelsSettingsMembership.js.map +1 -0
  55. package/lib/tenant-api/model/coreModelsSettingsNameIdContent.d.ts +14 -0
  56. package/lib/tenant-api/model/coreModelsSettingsNameIdContent.js +19 -0
  57. package/lib/tenant-api/model/coreModelsSettingsNameIdContent.js.map +1 -0
  58. package/lib/tenant-api/model/coreModelsSettingsOrchestrationSettings.d.ts +34 -0
  59. package/lib/tenant-api/model/coreModelsSettingsOrchestrationSettings.js +69 -0
  60. package/lib/tenant-api/model/coreModelsSettingsOrchestrationSettings.js.map +1 -0
  61. package/lib/tenant-api/model/coreModelsSettingsPasswordExpirationType.d.ts +15 -0
  62. package/lib/tenant-api/model/coreModelsSettingsPasswordExpirationType.js +20 -0
  63. package/lib/tenant-api/model/coreModelsSettingsPasswordExpirationType.js.map +1 -0
  64. package/lib/tenant-api/model/coreModelsSettingsSamlSettings.d.ts +35 -0
  65. package/lib/tenant-api/model/coreModelsSettingsSamlSettings.js +74 -0
  66. package/lib/tenant-api/model/coreModelsSettingsSamlSettings.js.map +1 -0
  67. package/lib/tenant-api/model/coreModelsSettingsScheduledReportSettings.d.ts +28 -0
  68. package/lib/tenant-api/model/coreModelsSettingsScheduledReportSettings.js +39 -0
  69. package/lib/tenant-api/model/coreModelsSettingsScheduledReportSettings.js.map +1 -0
  70. package/lib/tenant-api/model/coreModelsSettingsSecurityParameters.d.ts +40 -0
  71. package/lib/tenant-api/model/coreModelsSettingsSecurityParameters.js +94 -0
  72. package/lib/tenant-api/model/coreModelsSettingsSecurityParameters.js.map +1 -0
  73. package/lib/tenant-api/model/coreModelsSettingsServerType.d.ts +15 -0
  74. package/lib/tenant-api/model/coreModelsSettingsServerType.js +20 -0
  75. package/lib/tenant-api/model/coreModelsSettingsServerType.js.map +1 -0
  76. package/lib/tenant-api/model/coreModelsSettingsSessionTimeoutType.d.ts +15 -0
  77. package/lib/tenant-api/model/coreModelsSettingsSessionTimeoutType.js +20 -0
  78. package/lib/tenant-api/model/coreModelsSettingsSessionTimeoutType.js.map +1 -0
  79. package/lib/tenant-api/model/coreModelsSettingsTenantSystemSettings.d.ts +30 -0
  80. package/lib/tenant-api/model/coreModelsSettingsTenantSystemSettings.js +49 -0
  81. package/lib/tenant-api/model/coreModelsSettingsTenantSystemSettings.js.map +1 -0
  82. package/lib/tenant-api/model/coreModelsSettingsTtlType.d.ts +16 -0
  83. package/lib/tenant-api/model/coreModelsSettingsTtlType.js +21 -0
  84. package/lib/tenant-api/model/coreModelsSettingsTtlType.js.map +1 -0
  85. package/lib/tenant-api/model/coreModelsSettingsUrlModel.d.ts +25 -0
  86. package/lib/tenant-api/model/coreModelsSettingsUrlModel.js +29 -0
  87. package/lib/tenant-api/model/coreModelsSettingsUrlModel.js.map +1 -0
  88. package/lib/tenant-api/model/coreModelsUtilitiesUserGroupSelection.d.ts +26 -0
  89. package/lib/tenant-api/model/coreModelsUtilitiesUserGroupSelection.js +34 -0
  90. package/lib/tenant-api/model/coreModelsUtilitiesUserGroupSelection.js.map +1 -0
  91. package/lib/tenant-api/model/models.d.ts +111 -0
  92. package/lib/tenant-api/model/models.js +395 -0
  93. package/lib/tenant-api/model/models.js.map +1 -0
  94. package/lib/tenant-api/model/portableLicensingCustomer.d.ts +27 -0
  95. package/lib/tenant-api/model/portableLicensingCustomer.js +39 -0
  96. package/lib/tenant-api/model/portableLicensingCustomer.js.map +1 -0
  97. package/lib/tenant-api/model/portableLicensingLicense.d.ts +34 -0
  98. package/lib/tenant-api/model/portableLicensingLicense.js +64 -0
  99. package/lib/tenant-api/model/portableLicensingLicense.js.map +1 -0
  100. package/lib/tenant-api/model/portableLicensingLicenseType.d.ts +15 -0
  101. package/lib/tenant-api/model/portableLicensingLicenseType.js +20 -0
  102. package/lib/tenant-api/model/portableLicensingLicenseType.js.map +1 -0
  103. package/lib/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.d.ts +26 -0
  104. package/lib/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.js +34 -0
  105. package/lib/tenant-api/model/swimlaneAPIInfrastructureModelsSettingsValidateGroupViewModel.js.map +1 -0
  106. package/lib/tenant-api/model/swimlanePlatformModelsBaseEntity.d.ts +27 -0
  107. package/lib/tenant-api/model/swimlanePlatformModelsBaseEntity.js +39 -0
  108. package/lib/tenant-api/model/swimlanePlatformModelsBaseEntity.js.map +1 -0
  109. package/lib/tenant-api/model/swimlanePlatformScheduleTypesLayoutType.d.ts +15 -0
  110. package/lib/tenant-api/model/swimlanePlatformScheduleTypesLayoutType.js +20 -0
  111. package/lib/tenant-api/model/swimlanePlatformScheduleTypesLayoutType.js.map +1 -0
  112. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesStatus.d.ts +28 -0
  113. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesStatus.js +39 -0
  114. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesStatus.js.map +1 -0
  115. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.d.ts +35 -0
  116. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.js +74 -0
  117. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJob.js.map +1 -0
  118. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.d.ts +40 -0
  119. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.js +94 -0
  120. package/lib/tenant-api/model/swimlaneTenantCoreEntitiesSwimlaneBackgroundJobStatus.js.map +1 -0
  121. package/lib/tenant-api/model/swimlaneTenantCoreEnumsGroupsSort.d.ts +15 -0
  122. package/lib/tenant-api/model/swimlaneTenantCoreEnumsGroupsSort.js +20 -0
  123. package/lib/tenant-api/model/swimlaneTenantCoreEnumsGroupsSort.js.map +1 -0
  124. package/lib/tenant-api/model/swimlaneTenantCoreEnumsRolesSort.d.ts +15 -0
  125. package/lib/tenant-api/model/swimlaneTenantCoreEnumsRolesSort.js +20 -0
  126. package/lib/tenant-api/model/swimlaneTenantCoreEnumsRolesSort.js.map +1 -0
  127. package/lib/tenant-api/model/swimlaneTenantCoreEnumsUserSort.d.ts +16 -0
  128. package/lib/tenant-api/model/swimlaneTenantCoreEnumsUserSort.js +21 -0
  129. package/lib/tenant-api/model/swimlaneTenantCoreEnumsUserSort.js.map +1 -0
  130. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityAccountViewModel.d.ts +42 -0
  131. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityAccountViewModel.js +99 -0
  132. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityAccountViewModel.js.map +1 -0
  133. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.d.ts +25 -0
  134. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.js +29 -0
  135. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.js.map +1 -0
  136. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupRoleViewModel.d.ts +26 -0
  137. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupRoleViewModel.js +34 -0
  138. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupRoleViewModel.js.map +1 -0
  139. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupViewModel.d.ts +35 -0
  140. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupViewModel.js +74 -0
  141. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupViewModel.js.map +1 -0
  142. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityLoginViewModel.d.ts +26 -0
  143. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityLoginViewModel.js +34 -0
  144. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityLoginViewModel.js.map +1 -0
  145. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.d.ts +35 -0
  146. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.js +79 -0
  147. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.js.map +1 -0
  148. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterGroupViewModel.d.ts +34 -0
  149. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterGroupViewModel.js +69 -0
  150. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterGroupViewModel.js.map +1 -0
  151. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterRoleViewModel.d.ts +33 -0
  152. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterRoleViewModel.js +69 -0
  153. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterRoleViewModel.js.map +1 -0
  154. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterTenantViewModel.d.ts +31 -0
  155. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterTenantViewModel.js +59 -0
  156. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterTenantViewModel.js.map +1 -0
  157. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterUserViewModel.d.ts +40 -0
  158. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterUserViewModel.js +99 -0
  159. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterUserViewModel.js.map +1 -0
  160. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRoleViewModel.d.ts +34 -0
  161. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRoleViewModel.js +74 -0
  162. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityRoleViewModel.js.map +1 -0
  163. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySetPasswordViewModel.d.ts +32 -0
  164. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySetPasswordViewModel.js +64 -0
  165. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySetPasswordViewModel.js.map +1 -0
  166. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySubGroupViewModel.d.ts +29 -0
  167. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySubGroupViewModel.js +49 -0
  168. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentitySubGroupViewModel.js.map +1 -0
  169. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityTenantViewModel.d.ts +35 -0
  170. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityTenantViewModel.js +79 -0
  171. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityTenantViewModel.js.map +1 -0
  172. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserAccountViewModel.d.ts +27 -0
  173. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserAccountViewModel.js +39 -0
  174. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserAccountViewModel.js.map +1 -0
  175. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserGroupViewModel.d.ts +26 -0
  176. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserGroupViewModel.js +34 -0
  177. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserGroupViewModel.js.map +1 -0
  178. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserRoleViewModel.d.ts +26 -0
  179. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserRoleViewModel.js +34 -0
  180. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserRoleViewModel.js.map +1 -0
  181. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserViewModel.d.ts +63 -0
  182. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserViewModel.js +214 -0
  183. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityUserViewModel.js.map +1 -0
  184. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityVerifyAgentCredentialsViewModel.d.ts +26 -0
  185. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityVerifyAgentCredentialsViewModel.js +34 -0
  186. package/lib/tenant-api/model/swimlaneTenantCoreModelsIdentityVerifyAgentCredentialsViewModel.js.map +1 -0
  187. package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestResult.d.ts +32 -0
  188. package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestResult.js +59 -0
  189. package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestResult.js.map +1 -0
  190. package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestViewModel.d.ts +25 -0
  191. package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestViewModel.js +29 -0
  192. package/lib/tenant-api/model/swimlaneTenantCoreModelsUsersPasswordTestViewModel.js.map +1 -0
  193. package/lib/tenant-api/model/swimlaneTenantCoreRequestsSettingsCommandsInitializeSwimlaneCommand.d.ts +30 -0
  194. package/lib/tenant-api/model/swimlaneTenantCoreRequestsSettingsCommandsInitializeSwimlaneCommand.js +49 -0
  195. package/lib/tenant-api/model/swimlaneTenantCoreRequestsSettingsCommandsInitializeSwimlaneCommand.js.map +1 -0
  196. package/lib/tenant-api/model/zxcvbnSuggestion.d.ts +25 -0
  197. package/lib/tenant-api/model/zxcvbnSuggestion.js +30 -0
  198. package/lib/tenant-api/model/zxcvbnSuggestion.js.map +1 -0
  199. package/lib/turbine.d.ts +4 -0
  200. package/lib/turbine.js +85 -1
  201. package/lib/turbine.js.map +1 -1
  202. package/package.json +4 -3
@@ -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 { SwimlanePlatformScheduleTypesLayoutType } from './swimlanePlatformScheduleTypesLayoutType';
13
+ export declare class CoreModelsSettingsScheduledReportSettings {
14
+ 'header'?: string | null;
15
+ 'footer'?: string | null;
16
+ 'layout'?: SwimlanePlatformScheduleTypesLayoutType;
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.CoreModelsSettingsScheduledReportSettings = void 0;
15
+ class CoreModelsSettingsScheduledReportSettings {
16
+ static getAttributeTypeMap() {
17
+ return CoreModelsSettingsScheduledReportSettings.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.CoreModelsSettingsScheduledReportSettings = CoreModelsSettingsScheduledReportSettings;
21
+ CoreModelsSettingsScheduledReportSettings.discriminator = undefined;
22
+ CoreModelsSettingsScheduledReportSettings.attributeTypeMap = [
23
+ {
24
+ "name": "header",
25
+ "baseName": "header",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "footer",
30
+ "baseName": "footer",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "layout",
35
+ "baseName": "layout",
36
+ "type": "SwimlanePlatformScheduleTypesLayoutType"
37
+ }
38
+ ];
39
+ //# sourceMappingURL=coreModelsSettingsScheduledReportSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coreModelsSettingsScheduledReportSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsScheduledReportSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,yCAAyC;IAwBlD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AA1BL,8FA2BC;AAtBU,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,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,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yCAAyC;KACpD;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 { CoreModelsSettingsPasswordExpirationType } from './coreModelsSettingsPasswordExpirationType';
13
+ import { CoreModelsSettingsSessionTimeoutType } from './coreModelsSettingsSessionTimeoutType';
14
+ export declare class CoreModelsSettingsSecurityParameters {
15
+ 'sessionTimeoutMinutes'?: number;
16
+ 'sessionTimeout'?: number | null;
17
+ 'sessionTimeoutType'?: CoreModelsSettingsSessionTimeoutType;
18
+ 'passwordExpiration'?: number | null;
19
+ 'passwordExpirationType'?: CoreModelsSettingsPasswordExpirationType;
20
+ 'minPasswordComplexityScore'?: number;
21
+ 'httpProxy'?: string | null;
22
+ 'httpProxyBytes'?: string | null;
23
+ 'httpsProxy'?: string | null;
24
+ 'httpsProxyBytes'?: string | null;
25
+ 'maxFailedLogInAttempts'?: number;
26
+ 'securityNotificationEmail'?: string | null;
27
+ 'enableCertificateAuthentication'?: boolean;
28
+ 'enableOtpAuthenticationEnforcement'?: boolean;
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.CoreModelsSettingsSecurityParameters = void 0;
15
+ class CoreModelsSettingsSecurityParameters {
16
+ static getAttributeTypeMap() {
17
+ return CoreModelsSettingsSecurityParameters.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.CoreModelsSettingsSecurityParameters = CoreModelsSettingsSecurityParameters;
21
+ CoreModelsSettingsSecurityParameters.discriminator = undefined;
22
+ CoreModelsSettingsSecurityParameters.attributeTypeMap = [
23
+ {
24
+ "name": "sessionTimeoutMinutes",
25
+ "baseName": "sessionTimeoutMinutes",
26
+ "type": "number"
27
+ },
28
+ {
29
+ "name": "sessionTimeout",
30
+ "baseName": "sessionTimeout",
31
+ "type": "number"
32
+ },
33
+ {
34
+ "name": "sessionTimeoutType",
35
+ "baseName": "sessionTimeoutType",
36
+ "type": "CoreModelsSettingsSessionTimeoutType"
37
+ },
38
+ {
39
+ "name": "passwordExpiration",
40
+ "baseName": "passwordExpiration",
41
+ "type": "number"
42
+ },
43
+ {
44
+ "name": "passwordExpirationType",
45
+ "baseName": "passwordExpirationType",
46
+ "type": "CoreModelsSettingsPasswordExpirationType"
47
+ },
48
+ {
49
+ "name": "minPasswordComplexityScore",
50
+ "baseName": "minPasswordComplexityScore",
51
+ "type": "number"
52
+ },
53
+ {
54
+ "name": "httpProxy",
55
+ "baseName": "httpProxy",
56
+ "type": "string"
57
+ },
58
+ {
59
+ "name": "httpProxyBytes",
60
+ "baseName": "httpProxyBytes",
61
+ "type": "string"
62
+ },
63
+ {
64
+ "name": "httpsProxy",
65
+ "baseName": "httpsProxy",
66
+ "type": "string"
67
+ },
68
+ {
69
+ "name": "httpsProxyBytes",
70
+ "baseName": "httpsProxyBytes",
71
+ "type": "string"
72
+ },
73
+ {
74
+ "name": "maxFailedLogInAttempts",
75
+ "baseName": "maxFailedLogInAttempts",
76
+ "type": "number"
77
+ },
78
+ {
79
+ "name": "securityNotificationEmail",
80
+ "baseName": "securityNotificationEmail",
81
+ "type": "string"
82
+ },
83
+ {
84
+ "name": "enableCertificateAuthentication",
85
+ "baseName": "enableCertificateAuthentication",
86
+ "type": "boolean"
87
+ },
88
+ {
89
+ "name": "enableOtpAuthenticationEnforcement",
90
+ "baseName": "enableOtpAuthenticationEnforcement",
91
+ "type": "boolean"
92
+ }
93
+ ];
94
+ //# sourceMappingURL=coreModelsSettingsSecurityParameters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coreModelsSettingsSecurityParameters.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsSecurityParameters.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAMH,MAAa,oCAAoC;IA0F7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AA5FL,oFA6FC;AA7EU,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,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,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,0CAA0C;KACrD;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,QAAQ;KACnB;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,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,2BAA2B;QACnC,UAAU,EAAE,2BAA2B;QACvC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iCAAiC;QACzC,UAAU,EAAE,iCAAiC;QAC7C,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,oCAAoC;QAC5C,UAAU,EAAE,oCAAoC;QAChD,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 CoreModelsSettingsServerType {
13
+ OpenLdap,
14
+ ActiveDirectory
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.CoreModelsSettingsServerType = void 0;
15
+ var CoreModelsSettingsServerType;
16
+ (function (CoreModelsSettingsServerType) {
17
+ CoreModelsSettingsServerType[CoreModelsSettingsServerType["OpenLdap"] = 'openLdap'] = "OpenLdap";
18
+ CoreModelsSettingsServerType[CoreModelsSettingsServerType["ActiveDirectory"] = 'activeDirectory'] = "ActiveDirectory";
19
+ })(CoreModelsSettingsServerType || (exports.CoreModelsSettingsServerType = CoreModelsSettingsServerType = {}));
20
+ //# sourceMappingURL=coreModelsSettingsServerType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coreModelsSettingsServerType.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsServerType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,4BAGX;AAHD,WAAY,4BAA4B;IACpC,wEAAiB,UAAU,cAAA,CAAA;IAC3B,+EAAwB,iBAAiB,qBAAA,CAAA;AAC7C,CAAC,EAHW,4BAA4B,4CAA5B,4BAA4B,QAGvC"}
@@ -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 CoreModelsSettingsSessionTimeoutType {
13
+ Minutes,
14
+ Hours
15
+ }
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /**
3
+ * Swimlane Tenant API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.CoreModelsSettingsSessionTimeoutType = void 0;
15
+ var CoreModelsSettingsSessionTimeoutType;
16
+ (function (CoreModelsSettingsSessionTimeoutType) {
17
+ CoreModelsSettingsSessionTimeoutType[CoreModelsSettingsSessionTimeoutType["Minutes"] = 'minutes'] = "Minutes";
18
+ CoreModelsSettingsSessionTimeoutType[CoreModelsSettingsSessionTimeoutType["Hours"] = 'hours'] = "Hours";
19
+ })(CoreModelsSettingsSessionTimeoutType || (exports.CoreModelsSettingsSessionTimeoutType = CoreModelsSettingsSessionTimeoutType = {}));
20
+ //# sourceMappingURL=coreModelsSettingsSessionTimeoutType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coreModelsSettingsSessionTimeoutType.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsSessionTimeoutType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,oCAGX;AAHD,WAAY,oCAAoC;IAC5C,uFAAgB,SAAS,aAAA,CAAA;IACzB,qFAAc,OAAO,WAAA,CAAA;AACzB,CAAC,EAHW,oCAAoC,oDAApC,oCAAoC,QAG/C"}
@@ -0,0 +1,30 @@
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 { CoreModelsSettingsTtlType } from './coreModelsSettingsTtlType';
13
+ export declare class CoreModelsSettingsTenantSystemSettings {
14
+ 'systemTimeZoneId'?: string | null;
15
+ 'tenantId'?: string;
16
+ 'workflowRunTtlType'?: CoreModelsSettingsTtlType;
17
+ 'workflowRunTtl'?: string | null;
18
+ 'workflowRunTtlInSeconds'?: number;
19
+ static discriminator: string | undefined;
20
+ static attributeTypeMap: Array<{
21
+ name: string;
22
+ baseName: string;
23
+ type: string;
24
+ }>;
25
+ static getAttributeTypeMap(): {
26
+ name: string;
27
+ baseName: string;
28
+ type: string;
29
+ }[];
30
+ }
@@ -0,0 +1,49 @@
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.CoreModelsSettingsTenantSystemSettings = void 0;
15
+ class CoreModelsSettingsTenantSystemSettings {
16
+ static getAttributeTypeMap() {
17
+ return CoreModelsSettingsTenantSystemSettings.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.CoreModelsSettingsTenantSystemSettings = CoreModelsSettingsTenantSystemSettings;
21
+ CoreModelsSettingsTenantSystemSettings.discriminator = undefined;
22
+ CoreModelsSettingsTenantSystemSettings.attributeTypeMap = [
23
+ {
24
+ "name": "systemTimeZoneId",
25
+ "baseName": "systemTimeZoneId",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "tenantId",
30
+ "baseName": "tenantId",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "workflowRunTtlType",
35
+ "baseName": "workflowRunTtlType",
36
+ "type": "CoreModelsSettingsTtlType"
37
+ },
38
+ {
39
+ "name": "workflowRunTtl",
40
+ "baseName": "workflowRunTtl",
41
+ "type": "string"
42
+ },
43
+ {
44
+ "name": "workflowRunTtlInSeconds",
45
+ "baseName": "workflowRunTtlInSeconds",
46
+ "type": "number"
47
+ }
48
+ ];
49
+ //# sourceMappingURL=coreModelsSettingsTenantSystemSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coreModelsSettingsTenantSystemSettings.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsTenantSystemSettings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,sCAAsC;IAoC/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AAtCL,wFAuCC;AAhCU,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Swimlane Tenant API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare enum CoreModelsSettingsTtlType {
13
+ Days,
14
+ Weeks,
15
+ Months
16
+ }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ /**
3
+ * Swimlane Tenant API
4
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
+ *
6
+ * The version of the OpenAPI document: 1.0
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
10
+ * https://openapi-generator.tech
11
+ * Do not edit the class manually.
12
+ */
13
+ Object.defineProperty(exports, "__esModule", { value: true });
14
+ exports.CoreModelsSettingsTtlType = void 0;
15
+ var CoreModelsSettingsTtlType;
16
+ (function (CoreModelsSettingsTtlType) {
17
+ CoreModelsSettingsTtlType[CoreModelsSettingsTtlType["Days"] = 'days'] = "Days";
18
+ CoreModelsSettingsTtlType[CoreModelsSettingsTtlType["Weeks"] = 'weeks'] = "Weeks";
19
+ CoreModelsSettingsTtlType[CoreModelsSettingsTtlType["Months"] = 'months'] = "Months";
20
+ })(CoreModelsSettingsTtlType || (exports.CoreModelsSettingsTtlType = CoreModelsSettingsTtlType = {}));
21
+ //# sourceMappingURL=coreModelsSettingsTtlType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coreModelsSettingsTtlType.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsTtlType.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,yBAIX;AAJD,WAAY,yBAAyB;IACjC,8DAAa,MAAM,UAAA,CAAA;IACnB,+DAAc,OAAO,WAAA,CAAA;IACrB,gEAAe,QAAQ,YAAA,CAAA;AAC3B,CAAC,EAJW,yBAAyB,yCAAzB,yBAAyB,QAIpC"}
@@ -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 CoreModelsSettingsUrlModel {
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.CoreModelsSettingsUrlModel = void 0;
15
+ class CoreModelsSettingsUrlModel {
16
+ static getAttributeTypeMap() {
17
+ return CoreModelsSettingsUrlModel.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.CoreModelsSettingsUrlModel = CoreModelsSettingsUrlModel;
21
+ CoreModelsSettingsUrlModel.discriminator = undefined;
22
+ CoreModelsSettingsUrlModel.attributeTypeMap = [
23
+ {
24
+ "name": "url",
25
+ "baseName": "url",
26
+ "type": "string"
27
+ }
28
+ ];
29
+ //# sourceMappingURL=coreModelsSettingsUrlModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coreModelsSettingsUrlModel.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsSettingsUrlModel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,0BAA0B;IAYnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAdL,gEAeC;AAZU,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -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 CoreModelsUtilitiesUserGroupSelection {
13
+ 'id'?: string | null;
14
+ 'name'?: 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.CoreModelsUtilitiesUserGroupSelection = void 0;
15
+ class CoreModelsUtilitiesUserGroupSelection {
16
+ static getAttributeTypeMap() {
17
+ return CoreModelsUtilitiesUserGroupSelection.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.CoreModelsUtilitiesUserGroupSelection = CoreModelsUtilitiesUserGroupSelection;
21
+ CoreModelsUtilitiesUserGroupSelection.discriminator = undefined;
22
+ CoreModelsUtilitiesUserGroupSelection.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
+ //# sourceMappingURL=coreModelsUtilitiesUserGroupSelection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"coreModelsUtilitiesUserGroupSelection.js","sourceRoot":"","sources":["../../../src/tenant-api/model/coreModelsUtilitiesUserGroupSelection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,qCAAqC;IAkB9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AApBL,sFAqBC;AAjBU,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,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;CAAK,CAAC"}