@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,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 SwimlaneTenantCoreEnumsRolesSort {
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.SwimlaneTenantCoreEnumsRolesSort = void 0;
15
+ var SwimlaneTenantCoreEnumsRolesSort;
16
+ (function (SwimlaneTenantCoreEnumsRolesSort) {
17
+ SwimlaneTenantCoreEnumsRolesSort[SwimlaneTenantCoreEnumsRolesSort["Name"] = 'name'] = "Name";
18
+ SwimlaneTenantCoreEnumsRolesSort[SwimlaneTenantCoreEnumsRolesSort["Description"] = 'description'] = "Description";
19
+ })(SwimlaneTenantCoreEnumsRolesSort || (exports.SwimlaneTenantCoreEnumsRolesSort = SwimlaneTenantCoreEnumsRolesSort = {}));
20
+ //# sourceMappingURL=swimlaneTenantCoreEnumsRolesSort.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swimlaneTenantCoreEnumsRolesSort.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreEnumsRolesSort.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,gCAGX;AAHD,WAAY,gCAAgC;IACxC,4EAAa,MAAM,UAAA,CAAA;IACnB,mFAAoB,aAAa,iBAAA,CAAA;AACrC,CAAC,EAHW,gCAAgC,gDAAhC,gCAAgC,QAG3C"}
@@ -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 SwimlaneTenantCoreEnumsUserSort {
13
+ Name,
14
+ CreatedDateTime,
15
+ ModifiedDateTime
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.SwimlaneTenantCoreEnumsUserSort = void 0;
15
+ var SwimlaneTenantCoreEnumsUserSort;
16
+ (function (SwimlaneTenantCoreEnumsUserSort) {
17
+ SwimlaneTenantCoreEnumsUserSort[SwimlaneTenantCoreEnumsUserSort["Name"] = 'name'] = "Name";
18
+ SwimlaneTenantCoreEnumsUserSort[SwimlaneTenantCoreEnumsUserSort["CreatedDateTime"] = 'createdDateTime'] = "CreatedDateTime";
19
+ SwimlaneTenantCoreEnumsUserSort[SwimlaneTenantCoreEnumsUserSort["ModifiedDateTime"] = 'modifiedDateTime'] = "ModifiedDateTime";
20
+ })(SwimlaneTenantCoreEnumsUserSort || (exports.SwimlaneTenantCoreEnumsUserSort = SwimlaneTenantCoreEnumsUserSort = {}));
21
+ //# sourceMappingURL=swimlaneTenantCoreEnumsUserSort.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swimlaneTenantCoreEnumsUserSort.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreEnumsUserSort.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,IAAY,+BAIX;AAJD,WAAY,+BAA+B;IACvC,0EAAa,MAAM,UAAA,CAAA;IACnB,qFAAwB,iBAAiB,qBAAA,CAAA;IACzC,sFAAyB,kBAAkB,sBAAA,CAAA;AAC/C,CAAC,EAJW,+BAA+B,+CAA/B,+BAA+B,QAI1C"}
@@ -0,0 +1,42 @@
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 { SwimlaneTenantCoreModelsIdentityGroupViewModel } from './swimlaneTenantCoreModelsIdentityGroupViewModel';
13
+ import { SwimlaneTenantCoreModelsIdentityTenantViewModel } from './swimlaneTenantCoreModelsIdentityTenantViewModel';
14
+ import { SwimlaneTenantCoreModelsIdentityUserViewModel } from './swimlaneTenantCoreModelsIdentityUserViewModel';
15
+ export declare class SwimlaneTenantCoreModelsIdentityAccountViewModel {
16
+ 'name': string;
17
+ 'domain': string;
18
+ 'id'?: string;
19
+ 'createdDateTime'?: Date | null;
20
+ 'modifiedDateTime'?: Date | null;
21
+ 'createdByUser'?: string | null;
22
+ 'modifiedByUser'?: string | null;
23
+ 'tenantLimit'?: number;
24
+ 'disabled': boolean;
25
+ 'markForDelete'?: boolean;
26
+ 'markForDeletionDate'?: Date | null;
27
+ 'tenants'?: Array<SwimlaneTenantCoreModelsIdentityTenantViewModel> | null;
28
+ 'groups'?: Array<SwimlaneTenantCoreModelsIdentityGroupViewModel> | null;
29
+ 'users'?: Array<SwimlaneTenantCoreModelsIdentityUserViewModel> | null;
30
+ 'chatGpt'?: boolean | null;
31
+ static discriminator: string | undefined;
32
+ static attributeTypeMap: Array<{
33
+ name: string;
34
+ baseName: string;
35
+ type: string;
36
+ }>;
37
+ static getAttributeTypeMap(): {
38
+ name: string;
39
+ baseName: string;
40
+ type: string;
41
+ }[];
42
+ }
@@ -0,0 +1,99 @@
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.SwimlaneTenantCoreModelsIdentityAccountViewModel = void 0;
15
+ class SwimlaneTenantCoreModelsIdentityAccountViewModel {
16
+ static getAttributeTypeMap() {
17
+ return SwimlaneTenantCoreModelsIdentityAccountViewModel.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.SwimlaneTenantCoreModelsIdentityAccountViewModel = SwimlaneTenantCoreModelsIdentityAccountViewModel;
21
+ SwimlaneTenantCoreModelsIdentityAccountViewModel.discriminator = undefined;
22
+ SwimlaneTenantCoreModelsIdentityAccountViewModel.attributeTypeMap = [
23
+ {
24
+ "name": "name",
25
+ "baseName": "name",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "domain",
30
+ "baseName": "domain",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "id",
35
+ "baseName": "id",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "createdDateTime",
40
+ "baseName": "createdDateTime",
41
+ "type": "Date"
42
+ },
43
+ {
44
+ "name": "modifiedDateTime",
45
+ "baseName": "modifiedDateTime",
46
+ "type": "Date"
47
+ },
48
+ {
49
+ "name": "createdByUser",
50
+ "baseName": "createdByUser",
51
+ "type": "string"
52
+ },
53
+ {
54
+ "name": "modifiedByUser",
55
+ "baseName": "modifiedByUser",
56
+ "type": "string"
57
+ },
58
+ {
59
+ "name": "tenantLimit",
60
+ "baseName": "tenantLimit",
61
+ "type": "number"
62
+ },
63
+ {
64
+ "name": "disabled",
65
+ "baseName": "disabled",
66
+ "type": "boolean"
67
+ },
68
+ {
69
+ "name": "markForDelete",
70
+ "baseName": "markForDelete",
71
+ "type": "boolean"
72
+ },
73
+ {
74
+ "name": "markForDeletionDate",
75
+ "baseName": "markForDeletionDate",
76
+ "type": "Date"
77
+ },
78
+ {
79
+ "name": "tenants",
80
+ "baseName": "tenants",
81
+ "type": "Array<SwimlaneTenantCoreModelsIdentityTenantViewModel>"
82
+ },
83
+ {
84
+ "name": "groups",
85
+ "baseName": "groups",
86
+ "type": "Array<SwimlaneTenantCoreModelsIdentityGroupViewModel>"
87
+ },
88
+ {
89
+ "name": "users",
90
+ "baseName": "users",
91
+ "type": "Array<SwimlaneTenantCoreModelsIdentityUserViewModel>"
92
+ },
93
+ {
94
+ "name": "chatGpt",
95
+ "baseName": "chatGpt",
96
+ "type": "boolean"
97
+ }
98
+ ];
99
+ //# sourceMappingURL=swimlaneTenantCoreModelsIdentityAccountViewModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swimlaneTenantCoreModelsIdentityAccountViewModel.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreModelsIdentityAccountViewModel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAOH,MAAa,gDAAgD;IAgGzD,MAAM,CAAC,mBAAmB;QACtB,OAAO,gDAAgD,CAAC,gBAAgB,CAAC;IAC7E,CAAC;;AAlGL,4GAmGC;AAlFU,8DAAa,GAAuB,SAAS,CAAC;AAE9C,iEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;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,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wDAAwD;KACnE;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,uDAAuD;KAClE;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,sDAAsD;KACjE;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;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 SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel {
13
+ 'userName'?: 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.SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel = void 0;
15
+ class SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel {
16
+ static getAttributeTypeMap() {
17
+ return SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel = SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel;
21
+ SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel.discriminator = undefined;
22
+ SwimlaneTenantCoreModelsIdentityForgetPasswordViewModel.attributeTypeMap = [
23
+ {
24
+ "name": "userName",
25
+ "baseName": "userName",
26
+ "type": "string"
27
+ }
28
+ ];
29
+ //# sourceMappingURL=swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreModelsIdentityForgetPasswordViewModel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,uDAAuD;IAYhE,MAAM,CAAC,mBAAmB;QACtB,OAAO,uDAAuD,CAAC,gBAAgB,CAAC;IACpF,CAAC;;AAdL,0HAeC;AAZU,qEAAa,GAAuB,SAAS,CAAC;AAE9C,wEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,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 SwimlaneTenantCoreModelsIdentityGroupRoleViewModel {
13
+ 'groupId'?: string;
14
+ 'roleId'?: string;
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.SwimlaneTenantCoreModelsIdentityGroupRoleViewModel = void 0;
15
+ class SwimlaneTenantCoreModelsIdentityGroupRoleViewModel {
16
+ static getAttributeTypeMap() {
17
+ return SwimlaneTenantCoreModelsIdentityGroupRoleViewModel.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.SwimlaneTenantCoreModelsIdentityGroupRoleViewModel = SwimlaneTenantCoreModelsIdentityGroupRoleViewModel;
21
+ SwimlaneTenantCoreModelsIdentityGroupRoleViewModel.discriminator = undefined;
22
+ SwimlaneTenantCoreModelsIdentityGroupRoleViewModel.attributeTypeMap = [
23
+ {
24
+ "name": "groupId",
25
+ "baseName": "groupId",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "roleId",
30
+ "baseName": "roleId",
31
+ "type": "string"
32
+ }
33
+ ];
34
+ //# sourceMappingURL=swimlaneTenantCoreModelsIdentityGroupRoleViewModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swimlaneTenantCoreModelsIdentityGroupRoleViewModel.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupRoleViewModel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,kDAAkD;IAkB3D,MAAM,CAAC,mBAAmB;QACtB,OAAO,kDAAkD,CAAC,gBAAgB,CAAC;IAC/E,CAAC;;AApBL,gHAqBC;AAjBU,gEAAa,GAAuB,SAAS,CAAC;AAE9C,mEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Swimlane Tenant API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import { SwimlaneTenantCoreModelsIdentitySubGroupViewModel } from './swimlaneTenantCoreModelsIdentitySubGroupViewModel';
13
+ export declare class SwimlaneTenantCoreModelsIdentityGroupViewModel {
14
+ 'accountId'?: string | null;
15
+ 'name'?: string | null;
16
+ 'description'?: string | null;
17
+ 'id'?: string;
18
+ 'createdDateTime'?: Date | null;
19
+ 'modifiedDateTime'?: Date | null;
20
+ 'createdByUser'?: string | null;
21
+ 'modifiedByUser'?: string | null;
22
+ 'disabled'?: boolean | null;
23
+ 'groups'?: Array<SwimlaneTenantCoreModelsIdentitySubGroupViewModel> | 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.SwimlaneTenantCoreModelsIdentityGroupViewModel = void 0;
15
+ class SwimlaneTenantCoreModelsIdentityGroupViewModel {
16
+ static getAttributeTypeMap() {
17
+ return SwimlaneTenantCoreModelsIdentityGroupViewModel.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.SwimlaneTenantCoreModelsIdentityGroupViewModel = SwimlaneTenantCoreModelsIdentityGroupViewModel;
21
+ SwimlaneTenantCoreModelsIdentityGroupViewModel.discriminator = undefined;
22
+ SwimlaneTenantCoreModelsIdentityGroupViewModel.attributeTypeMap = [
23
+ {
24
+ "name": "accountId",
25
+ "baseName": "accountId",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "name",
30
+ "baseName": "name",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "description",
35
+ "baseName": "description",
36
+ "type": "string"
37
+ },
38
+ {
39
+ "name": "id",
40
+ "baseName": "id",
41
+ "type": "string"
42
+ },
43
+ {
44
+ "name": "createdDateTime",
45
+ "baseName": "createdDateTime",
46
+ "type": "Date"
47
+ },
48
+ {
49
+ "name": "modifiedDateTime",
50
+ "baseName": "modifiedDateTime",
51
+ "type": "Date"
52
+ },
53
+ {
54
+ "name": "createdByUser",
55
+ "baseName": "createdByUser",
56
+ "type": "string"
57
+ },
58
+ {
59
+ "name": "modifiedByUser",
60
+ "baseName": "modifiedByUser",
61
+ "type": "string"
62
+ },
63
+ {
64
+ "name": "disabled",
65
+ "baseName": "disabled",
66
+ "type": "boolean"
67
+ },
68
+ {
69
+ "name": "groups",
70
+ "baseName": "groups",
71
+ "type": "Array<SwimlaneTenantCoreModelsIdentitySubGroupViewModel>"
72
+ }
73
+ ];
74
+ //# sourceMappingURL=swimlaneTenantCoreModelsIdentityGroupViewModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swimlaneTenantCoreModelsIdentityGroupViewModel.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreModelsIdentityGroupViewModel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAKH,MAAa,8CAA8C;IAkEvD,MAAM,CAAC,mBAAmB;QACtB,OAAO,8CAA8C,CAAC,gBAAgB,CAAC;IAC3E,CAAC;;AApEL,wGAqEC;AAzDU,4DAAa,GAAuB,SAAS,CAAC;AAE9C,+DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;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,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,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0DAA0D;KACrE;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 SwimlaneTenantCoreModelsIdentityLoginViewModel {
13
+ 'userName': string;
14
+ 'password': string;
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.SwimlaneTenantCoreModelsIdentityLoginViewModel = void 0;
15
+ class SwimlaneTenantCoreModelsIdentityLoginViewModel {
16
+ static getAttributeTypeMap() {
17
+ return SwimlaneTenantCoreModelsIdentityLoginViewModel.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.SwimlaneTenantCoreModelsIdentityLoginViewModel = SwimlaneTenantCoreModelsIdentityLoginViewModel;
21
+ SwimlaneTenantCoreModelsIdentityLoginViewModel.discriminator = undefined;
22
+ SwimlaneTenantCoreModelsIdentityLoginViewModel.attributeTypeMap = [
23
+ {
24
+ "name": "userName",
25
+ "baseName": "userName",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "password",
30
+ "baseName": "password",
31
+ "type": "string"
32
+ }
33
+ ];
34
+ //# sourceMappingURL=swimlaneTenantCoreModelsIdentityLoginViewModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swimlaneTenantCoreModelsIdentityLoginViewModel.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreModelsIdentityLoginViewModel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,8CAA8C;IAkBvD,MAAM,CAAC,mBAAmB;QACtB,OAAO,8CAA8C,CAAC,gBAAgB,CAAC;IAC3E,CAAC;;AApBL,wGAqBC;AAjBU,4DAAa,GAAuB,SAAS,CAAC;AAE9C,+DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;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
+ export declare class SwimlaneTenantCoreModelsIdentityRegisterAccountViewModel {
13
+ 'accountName': string;
14
+ 'domain': string;
15
+ 'createdDateTime'?: Date | null;
16
+ 'modifiedDateTime'?: Date | null;
17
+ 'createdByUser'?: string | null;
18
+ 'modifiedByUser'?: string | null;
19
+ 'disabled'?: boolean;
20
+ 'tenantLimit'?: number;
21
+ 'markForDelete'?: boolean;
22
+ 'markForDeletionDate'?: Date | null;
23
+ 'chatGpt'?: boolean | 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,79 @@
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.SwimlaneTenantCoreModelsIdentityRegisterAccountViewModel = void 0;
15
+ class SwimlaneTenantCoreModelsIdentityRegisterAccountViewModel {
16
+ static getAttributeTypeMap() {
17
+ return SwimlaneTenantCoreModelsIdentityRegisterAccountViewModel.attributeTypeMap;
18
+ }
19
+ }
20
+ exports.SwimlaneTenantCoreModelsIdentityRegisterAccountViewModel = SwimlaneTenantCoreModelsIdentityRegisterAccountViewModel;
21
+ SwimlaneTenantCoreModelsIdentityRegisterAccountViewModel.discriminator = undefined;
22
+ SwimlaneTenantCoreModelsIdentityRegisterAccountViewModel.attributeTypeMap = [
23
+ {
24
+ "name": "accountName",
25
+ "baseName": "accountName",
26
+ "type": "string"
27
+ },
28
+ {
29
+ "name": "domain",
30
+ "baseName": "domain",
31
+ "type": "string"
32
+ },
33
+ {
34
+ "name": "createdDateTime",
35
+ "baseName": "createdDateTime",
36
+ "type": "Date"
37
+ },
38
+ {
39
+ "name": "modifiedDateTime",
40
+ "baseName": "modifiedDateTime",
41
+ "type": "Date"
42
+ },
43
+ {
44
+ "name": "createdByUser",
45
+ "baseName": "createdByUser",
46
+ "type": "string"
47
+ },
48
+ {
49
+ "name": "modifiedByUser",
50
+ "baseName": "modifiedByUser",
51
+ "type": "string"
52
+ },
53
+ {
54
+ "name": "disabled",
55
+ "baseName": "disabled",
56
+ "type": "boolean"
57
+ },
58
+ {
59
+ "name": "tenantLimit",
60
+ "baseName": "tenantLimit",
61
+ "type": "number"
62
+ },
63
+ {
64
+ "name": "markForDelete",
65
+ "baseName": "markForDelete",
66
+ "type": "boolean"
67
+ },
68
+ {
69
+ "name": "markForDeletionDate",
70
+ "baseName": "markForDeletionDate",
71
+ "type": "Date"
72
+ },
73
+ {
74
+ "name": "chatGpt",
75
+ "baseName": "chatGpt",
76
+ "type": "boolean"
77
+ }
78
+ ];
79
+ //# sourceMappingURL=swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.js","sourceRoot":"","sources":["../../../src/tenant-api/model/swimlaneTenantCoreModelsIdentityRegisterAccountViewModel.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAIH,MAAa,wDAAwD;IAwEjE,MAAM,CAAC,mBAAmB;QACtB,OAAO,wDAAwD,CAAC,gBAAgB,CAAC;IACrF,CAAC;;AA1EL,4HA2EC;AA9DU,sEAAa,GAAuB,SAAS,CAAC;AAE9C,yEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,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,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC"}