@fenixalliance/abs-api-client 1.0.16 → 1.1.0

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 (553) hide show
  1. package/app/index.ts +74 -5
  2. package/clients/accountingService/sdk.gen.ts +409 -137
  3. package/clients/accountingService/types.gen.ts +678 -1006
  4. package/clients/assetsService/client.gen.ts +18 -0
  5. package/clients/assetsService/index.ts +3 -0
  6. package/clients/assetsService/sdk.gen.ts +808 -0
  7. package/clients/assetsService/types.gen.ts +2762 -0
  8. package/clients/cartService/sdk.gen.ts +181 -77
  9. package/clients/cartService/types.gen.ts +328 -198
  10. package/clients/catalogService/sdk.gen.ts +353 -121
  11. package/clients/catalogService/types.gen.ts +371 -706
  12. package/clients/contentService/sdk.gen.ts +129 -49
  13. package/clients/contentService/types.gen.ts +154 -281
  14. package/clients/crmService/sdk.gen.ts +125 -9
  15. package/clients/crmService/types.gen.ts +432 -38
  16. package/clients/dealsService/sdk.gen.ts +203 -63
  17. package/clients/dealsService/types.gen.ts +413 -273
  18. package/clients/emailTemplates/client.gen.ts +18 -0
  19. package/clients/emailTemplates/index.ts +3 -0
  20. package/clients/emailTemplates/sdk.gen.ts +142 -0
  21. package/clients/emailTemplates/types.gen.ts +354 -0
  22. package/clients/forexService/sdk.gen.ts +49 -17
  23. package/clients/forexService/types.gen.ts +68 -51
  24. package/clients/globeService/sdk.gen.ts +121 -41
  25. package/clients/globeService/types.gen.ts +100 -100
  26. package/clients/hrmsService/client.gen.ts +18 -0
  27. package/clients/hrmsService/index.ts +3 -0
  28. package/clients/hrmsService/sdk.gen.ts +438 -0
  29. package/clients/hrmsService/types.gen.ts +1498 -0
  30. package/clients/identityService/sdk.gen.ts +84 -28
  31. package/clients/identityService/types.gen.ts +65 -93
  32. package/clients/inventoryService/sdk.gen.ts +6 -2
  33. package/clients/inventoryService/types.gen.ts +2 -2
  34. package/clients/invoicingService/types.gen.ts +241 -157
  35. package/clients/learningService/sdk.gen.ts +5 -5
  36. package/clients/learningService/types.gen.ts +97 -378
  37. package/clients/locationsService/client.gen.ts +18 -0
  38. package/clients/locationsService/index.ts +3 -0
  39. package/clients/locationsService/sdk.gen.ts +290 -0
  40. package/clients/locationsService/types.gen.ts +885 -0
  41. package/clients/logisticsService/client.gen.ts +18 -0
  42. package/clients/logisticsService/index.ts +3 -0
  43. package/clients/logisticsService/sdk.gen.ts +153 -0
  44. package/clients/logisticsService/types.gen.ts +540 -0
  45. package/clients/marketingService/sdk.gen.ts +295 -99
  46. package/clients/marketingService/types.gen.ts +279 -349
  47. package/clients/marketplaceService/client.gen.ts +18 -0
  48. package/clients/marketplaceService/index.ts +3 -0
  49. package/clients/marketplaceService/sdk.gen.ts +142 -0
  50. package/clients/marketplaceService/types.gen.ts +354 -0
  51. package/clients/ordersService/types.gen.ts +184 -103
  52. package/clients/paymentsService/sdk.gen.ts +35 -13
  53. package/clients/paymentsService/types.gen.ts +46 -135
  54. package/clients/pricingService/sdk.gen.ts +153 -45
  55. package/clients/pricingService/types.gen.ts +164 -197
  56. package/clients/projectsService/sdk.gen.ts +181 -61
  57. package/clients/projectsService/types.gen.ts +170 -203
  58. package/clients/quotesService/types.gen.ts +198 -88
  59. package/clients/salesService/sdk.gen.ts +6 -2
  60. package/clients/salesService/types.gen.ts +2 -2
  61. package/clients/securityService/sdk.gen.ts +13 -13
  62. package/clients/securityService/types.gen.ts +32 -84
  63. package/clients/servicesService/client.gen.ts +18 -0
  64. package/clients/servicesService/index.ts +3 -0
  65. package/clients/servicesService/sdk.gen.ts +608 -0
  66. package/clients/servicesService/types.gen.ts +3093 -0
  67. package/clients/shipmentsService/sdk.gen.ts +7 -3
  68. package/clients/shipmentsService/types.gen.ts +5 -5
  69. package/clients/socialService/sdk.gen.ts +205 -73
  70. package/clients/socialService/types.gen.ts +190 -296
  71. package/clients/storageService/sdk.gen.ts +32 -8
  72. package/clients/storageService/types.gen.ts +21 -87
  73. package/clients/subscriptionsService/client.gen.ts +18 -0
  74. package/clients/subscriptionsService/index.ts +3 -0
  75. package/clients/subscriptionsService/sdk.gen.ts +290 -0
  76. package/clients/subscriptionsService/types.gen.ts +1435 -0
  77. package/clients/supportService/sdk.gen.ts +277 -93
  78. package/clients/supportService/types.gen.ts +257 -414
  79. package/clients/systemService/sdk.gen.ts +223 -39
  80. package/clients/systemService/types.gen.ts +454 -154
  81. package/clients/tenantsService/sdk.gen.ts +186 -60
  82. package/clients/tenantsService/types.gen.ts +507 -361
  83. package/clients/timeTrackerService/sdk.gen.ts +73 -25
  84. package/clients/timeTrackerService/types.gen.ts +62 -80
  85. package/clients/usersService/sdk.gen.ts +101 -1
  86. package/clients/usersService/types.gen.ts +352 -0
  87. package/clients/walletsService/types.gen.ts +52 -29
  88. package/package.json +4 -2
  89. package/schemas/accountingService/schema.s.ts +5580 -4955
  90. package/schemas/assetsService/schema.s.ts +3385 -0
  91. package/schemas/cartService/schema.s.ts +1478 -1190
  92. package/schemas/catalogService/schema.s.ts +3323 -2795
  93. package/schemas/contentService/schema.s.ts +1445 -1194
  94. package/schemas/crmService/schema.s.ts +657 -146
  95. package/schemas/dealsService/schema.s.ts +2243 -1842
  96. package/schemas/emailTemplates/schema.s.ts +335 -0
  97. package/schemas/forexService/schema.s.ts +343 -270
  98. package/schemas/globeService/schema.s.ts +1143 -963
  99. package/schemas/identityService/schema.s.ts +490 -364
  100. package/schemas/inventoryService/schema.s.ts +28 -19
  101. package/schemas/invoicingService/schema.s.ts +73 -0
  102. package/schemas/learningService/schema.s.ts +2 -2
  103. package/schemas/locationsService/schema.s.ts +980 -0
  104. package/schemas/logisticsService/schema.s.ts +474 -0
  105. package/schemas/marketingService/schema.s.ts +3361 -2908
  106. package/schemas/marketplaceService/schema.s.ts +335 -0
  107. package/schemas/ordersService/schema.s.ts +90 -0
  108. package/schemas/paymentsService/schema.s.ts +282 -227
  109. package/schemas/pricingService/schema.s.ts +1043 -804
  110. package/schemas/projectsService/schema.s.ts +1452 -1184
  111. package/schemas/quotesService/schema.s.ts +104 -0
  112. package/schemas/salesService/schema.s.ts +28 -19
  113. package/schemas/securityService/schema.s.ts +112 -14
  114. package/schemas/servicesService/schema.s.ts +3681 -0
  115. package/schemas/shipmentsService/schema.s.ts +43 -34
  116. package/schemas/socialService/schema.s.ts +1665 -1246
  117. package/schemas/storageService/schema.s.ts +260 -239
  118. package/schemas/subscriptionsService/schema.s.ts +1651 -0
  119. package/schemas/supportService/schema.s.ts +2420 -2039
  120. package/schemas/systemService/schema.s.ts +2107 -1479
  121. package/schemas/tenantsService/schema.s.ts +1588 -960
  122. package/schemas/timeTrackerService/schema.s.ts +550 -444
  123. package/schemas/usersService/schema.s.ts +440 -0
  124. package/schemas/walletsService/schema.s.ts +36 -0
  125. package/vite.config.js +1 -0
  126. package/wwwroot/build/bundle.js +1 -1
  127. package/clients/authService/core/ApiError.js +0 -20
  128. package/clients/authService/core/ApiError.ts +0 -25
  129. package/clients/authService/core/ApiRequestOptions.js +0 -2
  130. package/clients/authService/core/ApiRequestOptions.ts +0 -17
  131. package/clients/authService/core/ApiResult.js +0 -2
  132. package/clients/authService/core/ApiResult.ts +0 -11
  133. package/clients/authService/core/CancelablePromise.js +0 -104
  134. package/clients/authService/core/CancelablePromise.ts +0 -131
  135. package/clients/authService/core/OpenAPI.js +0 -14
  136. package/clients/authService/core/OpenAPI.ts +0 -32
  137. package/clients/authService/core/request.js +0 -294
  138. package/clients/authService/core/request.ts +0 -322
  139. package/clients/authService/index.js +0 -28
  140. package/clients/authService/index.ts +0 -48
  141. package/clients/authService/models/AccessTokenResponse.js +0 -2
  142. package/clients/authService/models/AccessTokenResponse.ts +0 -11
  143. package/clients/authService/models/AccountHolderCreateDto.js +0 -12
  144. package/clients/authService/models/AccountHolderCreateDto.ts +0 -41
  145. package/clients/authService/models/AccountHolderCreateDtoEnvelope.js +0 -2
  146. package/clients/authService/models/AccountHolderCreateDtoEnvelope.ts +0 -14
  147. package/clients/authService/models/ApiAuthorizationResult.js +0 -2
  148. package/clients/authService/models/ApiAuthorizationResult.ts +0 -17
  149. package/clients/authService/models/ApiAuthorizationResultEnvelope.js +0 -2
  150. package/clients/authService/models/ApiAuthorizationResultEnvelope.ts +0 -14
  151. package/clients/authService/models/EnrollmentId.js +0 -2
  152. package/clients/authService/models/EnrollmentId.ts +0 -5
  153. package/clients/authService/models/ErrorEnvelope.js +0 -2
  154. package/clients/authService/models/ErrorEnvelope.ts +0 -12
  155. package/clients/authService/models/ForgotPasswordRequest.js +0 -2
  156. package/clients/authService/models/ForgotPasswordRequest.ts +0 -8
  157. package/clients/authService/models/HttpValidationProblemDetails.js +0 -2
  158. package/clients/authService/models/HttpValidationProblemDetails.ts +0 -5
  159. package/clients/authService/models/InfoRequest.js +0 -2
  160. package/clients/authService/models/InfoRequest.ts +0 -10
  161. package/clients/authService/models/InfoResponse.js +0 -2
  162. package/clients/authService/models/InfoResponse.ts +0 -9
  163. package/clients/authService/models/JsonWebKey.js +0 -2
  164. package/clients/authService/models/JsonWebKey.ts +0 -13
  165. package/clients/authService/models/JsonWebKeySet.js +0 -2
  166. package/clients/authService/models/JsonWebKeySet.ts +0 -9
  167. package/clients/authService/models/JsonWebKeySetEnvelope.js +0 -2
  168. package/clients/authService/models/JsonWebKeySetEnvelope.ts +0 -14
  169. package/clients/authService/models/JsonWebToken.js +0 -2
  170. package/clients/authService/models/JsonWebToken.ts +0 -15
  171. package/clients/authService/models/JsonWebTokenEnvelope.js +0 -2
  172. package/clients/authService/models/JsonWebTokenEnvelope.ts +0 -14
  173. package/clients/authService/models/JsonWebTokenHeader.js +0 -2
  174. package/clients/authService/models/JsonWebTokenHeader.ts +0 -11
  175. package/clients/authService/models/JsonWebTokenPayload.js +0 -2
  176. package/clients/authService/models/JsonWebTokenPayload.ts +0 -17
  177. package/clients/authService/models/LoginRequest.js +0 -2
  178. package/clients/authService/models/LoginRequest.ts +0 -11
  179. package/clients/authService/models/OAuthTokenRequest.js +0 -2
  180. package/clients/authService/models/OAuthTokenRequest.ts +0 -12
  181. package/clients/authService/models/OpenIdConfiguration.js +0 -2
  182. package/clients/authService/models/OpenIdConfiguration.ts +0 -19
  183. package/clients/authService/models/OpenIdConfigurationEnvelope.js +0 -2
  184. package/clients/authService/models/OpenIdConfigurationEnvelope.ts +0 -14
  185. package/clients/authService/models/RefreshRequest.js +0 -2
  186. package/clients/authService/models/RefreshRequest.ts +0 -8
  187. package/clients/authService/models/RegisterRequest.js +0 -2
  188. package/clients/authService/models/RegisterRequest.ts +0 -9
  189. package/clients/authService/models/ResendConfirmationEmailRequest.js +0 -2
  190. package/clients/authService/models/ResendConfirmationEmailRequest.ts +0 -8
  191. package/clients/authService/models/ResetPasswordRequest.js +0 -2
  192. package/clients/authService/models/ResetPasswordRequest.ts +0 -10
  193. package/clients/authService/models/SigninModel.js +0 -2
  194. package/clients/authService/models/SigninModel.ts +0 -9
  195. package/clients/authService/models/StringListEnvelope.js +0 -2
  196. package/clients/authService/models/StringListEnvelope.ts +0 -13
  197. package/clients/authService/models/TenantId.js +0 -2
  198. package/clients/authService/models/TenantId.ts +0 -5
  199. package/clients/authService/models/TwoFactorRequest.js +0 -2
  200. package/clients/authService/models/TwoFactorRequest.ts +0 -12
  201. package/clients/authService/models/TwoFactorResponse.js +0 -2
  202. package/clients/authService/models/TwoFactorResponse.ts +0 -12
  203. package/clients/authService/models/UserId.js +0 -2
  204. package/clients/authService/models/UserId.ts +0 -5
  205. package/clients/authService/services/ApplicationsService.js +0 -112
  206. package/clients/authService/services/ApplicationsService.ts +0 -132
  207. package/clients/authService/services/AuthService.js +0 -246
  208. package/clients/authService/services/AuthService.ts +0 -293
  209. package/clients/authService/services/CheckerService.js +0 -22
  210. package/clients/authService/services/CheckerService.ts +0 -25
  211. package/clients/authService/services/OAuthService.js +0 -152
  212. package/clients/authService/services/OAuthService.ts +0 -183
  213. package/clients/authService/services/ResourceService.js +0 -22
  214. package/clients/authService/services/ResourceService.ts +0 -25
  215. package/clients/authService/services/UserInfoService.js +0 -36
  216. package/clients/authService/services/UserInfoService.ts +0 -41
  217. package/clients/holderService/core/ApiError.js +0 -20
  218. package/clients/holderService/core/ApiError.ts +0 -25
  219. package/clients/holderService/core/ApiRequestOptions.js +0 -2
  220. package/clients/holderService/core/ApiRequestOptions.ts +0 -17
  221. package/clients/holderService/core/ApiResult.js +0 -2
  222. package/clients/holderService/core/ApiResult.ts +0 -11
  223. package/clients/holderService/core/CancelablePromise.js +0 -104
  224. package/clients/holderService/core/CancelablePromise.ts +0 -131
  225. package/clients/holderService/core/OpenAPI.js +0 -14
  226. package/clients/holderService/core/OpenAPI.ts +0 -32
  227. package/clients/holderService/core/request.js +0 -294
  228. package/clients/holderService/core/request.ts +0 -322
  229. package/clients/holderService/index.js +0 -30
  230. package/clients/holderService/index.ts +0 -47
  231. package/clients/holderService/models/AddressDto.js +0 -2
  232. package/clients/holderService/models/AddressDto.ts +0 -31
  233. package/clients/holderService/models/AddressDtoListEnvelope.js +0 -2
  234. package/clients/holderService/models/AddressDtoListEnvelope.ts +0 -14
  235. package/clients/holderService/models/CartDto.js +0 -2
  236. package/clients/holderService/models/CartDto.ts +0 -18
  237. package/clients/holderService/models/CartDtoEnvelope.js +0 -2
  238. package/clients/holderService/models/CartDtoEnvelope.ts +0 -14
  239. package/clients/holderService/models/EmptyEnvelope.js +0 -2
  240. package/clients/holderService/models/EmptyEnvelope.ts +0 -12
  241. package/clients/holderService/models/EnrollmentId.js +0 -2
  242. package/clients/holderService/models/EnrollmentId.ts +0 -5
  243. package/clients/holderService/models/ErrorEnvelope.js +0 -2
  244. package/clients/holderService/models/ErrorEnvelope.ts +0 -12
  245. package/clients/holderService/models/ExtendedTenantDto.js +0 -2
  246. package/clients/holderService/models/ExtendedTenantDto.ts +0 -51
  247. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.js +0 -2
  248. package/clients/holderService/models/ExtendedTenantDtoListEnvelope.ts +0 -14
  249. package/clients/holderService/models/ExtendedTenantEnrolmentDto.js +0 -2
  250. package/clients/holderService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  251. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.js +0 -2
  252. package/clients/holderService/models/ExtendedTenantEnrolmentDtoListEnvelope.ts +0 -14
  253. package/clients/holderService/models/ExtendedUserDto.js +0 -26
  254. package/clients/holderService/models/ExtendedUserDto.ts +0 -80
  255. package/clients/holderService/models/ExtendedUserDtoEnvelope.js +0 -2
  256. package/clients/holderService/models/ExtendedUserDtoEnvelope.ts +0 -14
  257. package/clients/holderService/models/FollowRecordDto.js +0 -2
  258. package/clients/holderService/models/FollowRecordDto.ts +0 -12
  259. package/clients/holderService/models/FollowRecordDtoListEnvelope.js +0 -2
  260. package/clients/holderService/models/FollowRecordDtoListEnvelope.ts +0 -14
  261. package/clients/holderService/models/Int32Envelope.js +0 -2
  262. package/clients/holderService/models/Int32Envelope.ts +0 -13
  263. package/clients/holderService/models/NotificationDto.js +0 -2
  264. package/clients/holderService/models/NotificationDto.ts +0 -16
  265. package/clients/holderService/models/NotificationDtoListEnvelope.js +0 -2
  266. package/clients/holderService/models/NotificationDtoListEnvelope.ts +0 -14
  267. package/clients/holderService/models/Operation.js +0 -16
  268. package/clients/holderService/models/Operation.ts +0 -23
  269. package/clients/holderService/models/SocialProfileDto.js +0 -12
  270. package/clients/holderService/models/SocialProfileDto.ts +0 -40
  271. package/clients/holderService/models/SocialProfileDtoEnvelope.js +0 -2
  272. package/clients/holderService/models/SocialProfileDtoEnvelope.ts +0 -14
  273. package/clients/holderService/models/TenantDto.js +0 -2
  274. package/clients/holderService/models/TenantDto.ts +0 -45
  275. package/clients/holderService/models/TenantDtoListEnvelope.js +0 -2
  276. package/clients/holderService/models/TenantDtoListEnvelope.ts +0 -14
  277. package/clients/holderService/models/TenantEnrolmentDto.js +0 -2
  278. package/clients/holderService/models/TenantEnrolmentDto.ts +0 -15
  279. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  280. package/clients/holderService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  281. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  282. package/clients/holderService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  283. package/clients/holderService/models/TenantInvitationDto.js +0 -2
  284. package/clients/holderService/models/TenantInvitationDto.ts +0 -16
  285. package/clients/holderService/models/TenantInvitationDtoListEnvelope.js +0 -2
  286. package/clients/holderService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  287. package/clients/holderService/models/UserDto.js +0 -26
  288. package/clients/holderService/models/UserDto.ts +0 -72
  289. package/clients/holderService/models/UserDtoEnvelope.js +0 -2
  290. package/clients/holderService/models/UserDtoEnvelope.ts +0 -14
  291. package/clients/holderService/models/UserSettingsDto.js +0 -12
  292. package/clients/holderService/models/UserSettingsDto.ts +0 -21
  293. package/clients/holderService/models/UserSettingsDtoEnvelope.js +0 -2
  294. package/clients/holderService/models/UserSettingsDtoEnvelope.ts +0 -14
  295. package/clients/holderService/models/UserSettingsUpdateDto.js +0 -12
  296. package/clients/holderService/models/UserSettingsUpdateDto.ts +0 -19
  297. package/clients/holderService/models/UserUpdateDto.js +0 -14
  298. package/clients/holderService/models/UserUpdateDto.ts +0 -43
  299. package/clients/holderService/models/WalletDto.js +0 -2
  300. package/clients/holderService/models/WalletDto.ts +0 -22
  301. package/clients/holderService/models/WalletDtoEnvelope.js +0 -2
  302. package/clients/holderService/models/WalletDtoEnvelope.ts +0 -14
  303. package/clients/holderService/services/UserService.js +0 -507
  304. package/clients/holderService/services/UserService.ts +0 -587
  305. package/clients/tenantService/core/ApiError.js +0 -20
  306. package/clients/tenantService/core/ApiError.ts +0 -25
  307. package/clients/tenantService/core/ApiRequestOptions.js +0 -2
  308. package/clients/tenantService/core/ApiRequestOptions.ts +0 -17
  309. package/clients/tenantService/core/ApiResult.js +0 -2
  310. package/clients/tenantService/core/ApiResult.ts +0 -11
  311. package/clients/tenantService/core/CancelablePromise.js +0 -104
  312. package/clients/tenantService/core/CancelablePromise.ts +0 -131
  313. package/clients/tenantService/core/OpenAPI.js +0 -14
  314. package/clients/tenantService/core/OpenAPI.ts +0 -32
  315. package/clients/tenantService/core/request.js +0 -294
  316. package/clients/tenantService/core/request.ts +0 -322
  317. package/clients/tenantService/index.js +0 -24
  318. package/clients/tenantService/index.ts +0 -118
  319. package/clients/tenantService/models/BooleanEnvelope.js +0 -2
  320. package/clients/tenantService/models/BooleanEnvelope.ts +0 -13
  321. package/clients/tenantService/models/CartDto.js +0 -2
  322. package/clients/tenantService/models/CartDto.ts +0 -18
  323. package/clients/tenantService/models/CartDtoEnvelope.js +0 -2
  324. package/clients/tenantService/models/CartDtoEnvelope.ts +0 -14
  325. package/clients/tenantService/models/EmptyEnvelope.js +0 -2
  326. package/clients/tenantService/models/EmptyEnvelope.ts +0 -12
  327. package/clients/tenantService/models/ErrorEnvelope.js +0 -2
  328. package/clients/tenantService/models/ErrorEnvelope.ts +0 -12
  329. package/clients/tenantService/models/ExtendedTenantDto.js +0 -2
  330. package/clients/tenantService/models/ExtendedTenantDto.ts +0 -51
  331. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.js +0 -2
  332. package/clients/tenantService/models/ExtendedTenantDtoEnvelope.ts +0 -14
  333. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.js +0 -2
  334. package/clients/tenantService/models/ExtendedTenantEnrolmentDto.ts +0 -19
  335. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.js +0 -2
  336. package/clients/tenantService/models/ExtendedTenantEnrolmentDtoEnvelope.ts +0 -14
  337. package/clients/tenantService/models/Int32Envelope.js +0 -2
  338. package/clients/tenantService/models/Int32Envelope.ts +0 -13
  339. package/clients/tenantService/models/NotificationDto.js +0 -2
  340. package/clients/tenantService/models/NotificationDto.ts +0 -16
  341. package/clients/tenantService/models/NotificationDtoListEnvelope.js +0 -2
  342. package/clients/tenantService/models/NotificationDtoListEnvelope.ts +0 -14
  343. package/clients/tenantService/models/Operation.js +0 -16
  344. package/clients/tenantService/models/Operation.ts +0 -23
  345. package/clients/tenantService/models/SocialProfileDto.js +0 -12
  346. package/clients/tenantService/models/SocialProfileDto.ts +0 -40
  347. package/clients/tenantService/models/SocialProfileDtoEnvelope.js +0 -2
  348. package/clients/tenantService/models/SocialProfileDtoEnvelope.ts +0 -14
  349. package/clients/tenantService/models/StringListEnvelope.js +0 -2
  350. package/clients/tenantService/models/StringListEnvelope.ts +0 -13
  351. package/clients/tenantService/models/SuiteLicenseAssignmentDto.js +0 -2
  352. package/clients/tenantService/models/SuiteLicenseAssignmentDto.ts +0 -16
  353. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.js +0 -2
  354. package/clients/tenantService/models/SuiteLicenseAssignmentDtoListEnvelope.ts +0 -14
  355. package/clients/tenantService/models/SuiteLicenseDto.js +0 -2
  356. package/clients/tenantService/models/SuiteLicenseDto.ts +0 -15
  357. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.js +0 -2
  358. package/clients/tenantService/models/SuiteLicenseDtoListEnvelope.ts +0 -14
  359. package/clients/tenantService/models/SuiteLicenseFeatureDto.js +0 -2
  360. package/clients/tenantService/models/SuiteLicenseFeatureDto.ts +0 -9
  361. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.js +0 -2
  362. package/clients/tenantService/models/SuiteLicenseFeatureDtoListEnvelope.ts +0 -14
  363. package/clients/tenantService/models/TenantCreateDto.js +0 -2
  364. package/clients/tenantService/models/TenantCreateDto.ts +0 -25
  365. package/clients/tenantService/models/TenantDepartmentCreateDto.js +0 -2
  366. package/clients/tenantService/models/TenantDepartmentCreateDto.ts +0 -16
  367. package/clients/tenantService/models/TenantDepartmentDto.js +0 -2
  368. package/clients/tenantService/models/TenantDepartmentDto.ts +0 -16
  369. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.js +0 -2
  370. package/clients/tenantService/models/TenantDepartmentDtoEnvelope.ts +0 -14
  371. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.js +0 -2
  372. package/clients/tenantService/models/TenantDepartmentDtoListEnvelope.ts +0 -14
  373. package/clients/tenantService/models/TenantDepartmentUpdateDto.js +0 -2
  374. package/clients/tenantService/models/TenantDepartmentUpdateDto.ts +0 -12
  375. package/clients/tenantService/models/TenantDto.js +0 -2
  376. package/clients/tenantService/models/TenantDto.ts +0 -45
  377. package/clients/tenantService/models/TenantDtoEnvelope.js +0 -2
  378. package/clients/tenantService/models/TenantDtoEnvelope.ts +0 -14
  379. package/clients/tenantService/models/TenantEnrollmentCreateDto.js +0 -2
  380. package/clients/tenantService/models/TenantEnrollmentCreateDto.ts +0 -11
  381. package/clients/tenantService/models/TenantEnrollmentUpdateDto.js +0 -2
  382. package/clients/tenantService/models/TenantEnrollmentUpdateDto.ts +0 -9
  383. package/clients/tenantService/models/TenantEnrolmentDto.js +0 -2
  384. package/clients/tenantService/models/TenantEnrolmentDto.ts +0 -15
  385. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.js +0 -2
  386. package/clients/tenantService/models/TenantEnrolmentDtoEnvelope.ts +0 -14
  387. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.js +0 -2
  388. package/clients/tenantService/models/TenantEnrolmentDtoListEnvelope.ts +0 -14
  389. package/clients/tenantService/models/TenantIndustryCreateDto.js +0 -2
  390. package/clients/tenantService/models/TenantIndustryCreateDto.ts +0 -12
  391. package/clients/tenantService/models/TenantIndustryDto.js +0 -2
  392. package/clients/tenantService/models/TenantIndustryDto.ts +0 -12
  393. package/clients/tenantService/models/TenantIndustryDtoEnvelope.js +0 -2
  394. package/clients/tenantService/models/TenantIndustryDtoEnvelope.ts +0 -14
  395. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.js +0 -2
  396. package/clients/tenantService/models/TenantIndustryDtoListEnvelope.ts +0 -14
  397. package/clients/tenantService/models/TenantIndustryUpdateDto.js +0 -2
  398. package/clients/tenantService/models/TenantIndustryUpdateDto.ts +0 -10
  399. package/clients/tenantService/models/TenantInvitationCreateDto.js +0 -2
  400. package/clients/tenantService/models/TenantInvitationCreateDto.ts +0 -12
  401. package/clients/tenantService/models/TenantInvitationDto.js +0 -2
  402. package/clients/tenantService/models/TenantInvitationDto.ts +0 -16
  403. package/clients/tenantService/models/TenantInvitationDtoEnvelope.js +0 -2
  404. package/clients/tenantService/models/TenantInvitationDtoEnvelope.ts +0 -14
  405. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.js +0 -2
  406. package/clients/tenantService/models/TenantInvitationDtoListEnvelope.ts +0 -14
  407. package/clients/tenantService/models/TenantPositionCreateDto.js +0 -2
  408. package/clients/tenantService/models/TenantPositionCreateDto.ts +0 -13
  409. package/clients/tenantService/models/TenantPositionDto.js +0 -2
  410. package/clients/tenantService/models/TenantPositionDto.ts +0 -13
  411. package/clients/tenantService/models/TenantPositionDtoEnvelope.js +0 -2
  412. package/clients/tenantService/models/TenantPositionDtoEnvelope.ts +0 -14
  413. package/clients/tenantService/models/TenantPositionDtoListEnvelope.js +0 -2
  414. package/clients/tenantService/models/TenantPositionDtoListEnvelope.ts +0 -14
  415. package/clients/tenantService/models/TenantPositionUpdateDto.js +0 -2
  416. package/clients/tenantService/models/TenantPositionUpdateDto.ts +0 -9
  417. package/clients/tenantService/models/TenantSegmentCreateDto.js +0 -2
  418. package/clients/tenantService/models/TenantSegmentCreateDto.ts +0 -12
  419. package/clients/tenantService/models/TenantSegmentDto.js +0 -2
  420. package/clients/tenantService/models/TenantSegmentDto.ts +0 -12
  421. package/clients/tenantService/models/TenantSegmentDtoEnvelope.js +0 -2
  422. package/clients/tenantService/models/TenantSegmentDtoEnvelope.ts +0 -14
  423. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.js +0 -2
  424. package/clients/tenantService/models/TenantSegmentDtoListEnvelope.ts +0 -14
  425. package/clients/tenantService/models/TenantSegmentUpdateDto.js +0 -2
  426. package/clients/tenantService/models/TenantSegmentUpdateDto.ts +0 -10
  427. package/clients/tenantService/models/TenantSizeCreateDto.js +0 -2
  428. package/clients/tenantService/models/TenantSizeCreateDto.ts +0 -12
  429. package/clients/tenantService/models/TenantSizeDto.js +0 -2
  430. package/clients/tenantService/models/TenantSizeDto.ts +0 -12
  431. package/clients/tenantService/models/TenantSizeDtoEnvelope.js +0 -2
  432. package/clients/tenantService/models/TenantSizeDtoEnvelope.ts +0 -14
  433. package/clients/tenantService/models/TenantSizeDtoListEnvelope.js +0 -2
  434. package/clients/tenantService/models/TenantSizeDtoListEnvelope.ts +0 -14
  435. package/clients/tenantService/models/TenantSizeUpdateDto.js +0 -2
  436. package/clients/tenantService/models/TenantSizeUpdateDto.ts +0 -10
  437. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.js +0 -2
  438. package/clients/tenantService/models/TenantTeamContactEnrollmentCreateDto.ts +0 -13
  439. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.js +0 -2
  440. package/clients/tenantService/models/TenantTeamContactEnrollmentDto.ts +0 -13
  441. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.js +0 -2
  442. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoEnvelope.ts +0 -14
  443. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.js +0 -2
  444. package/clients/tenantService/models/TenantTeamContactEnrollmentDtoListEnvelope.ts +0 -14
  445. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.js +0 -2
  446. package/clients/tenantService/models/TenantTeamContactEnrollmentUpdateDto.ts +0 -11
  447. package/clients/tenantService/models/TenantTeamCreateDto.js +0 -2
  448. package/clients/tenantService/models/TenantTeamCreateDto.ts +0 -17
  449. package/clients/tenantService/models/TenantTeamDto.js +0 -2
  450. package/clients/tenantService/models/TenantTeamDto.ts +0 -17
  451. package/clients/tenantService/models/TenantTeamDtoEnvelope.js +0 -2
  452. package/clients/tenantService/models/TenantTeamDtoEnvelope.ts +0 -14
  453. package/clients/tenantService/models/TenantTeamDtoListEnvelope.js +0 -2
  454. package/clients/tenantService/models/TenantTeamDtoListEnvelope.ts +0 -14
  455. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.js +0 -2
  456. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentCreateDto.ts +0 -13
  457. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.js +0 -2
  458. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDto.ts +0 -13
  459. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.js +0 -2
  460. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoEnvelope.ts +0 -14
  461. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.js +0 -2
  462. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentDtoListEnvelope.ts +0 -14
  463. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.js +0 -2
  464. package/clients/tenantService/models/TenantTeamEmployeeEnrollmentUpdateDto.ts +0 -11
  465. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.js +0 -2
  466. package/clients/tenantService/models/TenantTeamProjectEnrollmentCreateDto.ts +0 -13
  467. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.js +0 -2
  468. package/clients/tenantService/models/TenantTeamProjectEnrollmentDto.ts +0 -13
  469. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.js +0 -2
  470. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoEnvelope.ts +0 -14
  471. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.js +0 -2
  472. package/clients/tenantService/models/TenantTeamProjectEnrollmentDtoListEnvelope.ts +0 -14
  473. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.js +0 -2
  474. package/clients/tenantService/models/TenantTeamProjectEnrollmentUpdateDto.ts +0 -11
  475. package/clients/tenantService/models/TenantTeamRecordCreateDto.js +0 -2
  476. package/clients/tenantService/models/TenantTeamRecordCreateDto.ts +0 -12
  477. package/clients/tenantService/models/TenantTeamRecordDto.js +0 -2
  478. package/clients/tenantService/models/TenantTeamRecordDto.ts +0 -12
  479. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.js +0 -2
  480. package/clients/tenantService/models/TenantTeamRecordDtoEnvelope.ts +0 -14
  481. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.js +0 -2
  482. package/clients/tenantService/models/TenantTeamRecordDtoListEnvelope.ts +0 -14
  483. package/clients/tenantService/models/TenantTeamRecordUpdateDto.js +0 -2
  484. package/clients/tenantService/models/TenantTeamRecordUpdateDto.ts +0 -10
  485. package/clients/tenantService/models/TenantTeamUpdateDto.js +0 -2
  486. package/clients/tenantService/models/TenantTeamUpdateDto.ts +0 -17
  487. package/clients/tenantService/models/TenantTerritoryCreateDto.js +0 -2
  488. package/clients/tenantService/models/TenantTerritoryCreateDto.ts +0 -14
  489. package/clients/tenantService/models/TenantTerritoryDto.js +0 -2
  490. package/clients/tenantService/models/TenantTerritoryDto.ts +0 -14
  491. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.js +0 -2
  492. package/clients/tenantService/models/TenantTerritoryDtoEnvelope.ts +0 -14
  493. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.js +0 -2
  494. package/clients/tenantService/models/TenantTerritoryDtoListEnvelope.ts +0 -14
  495. package/clients/tenantService/models/TenantTerritoryUpdateDto.js +0 -2
  496. package/clients/tenantService/models/TenantTerritoryUpdateDto.ts +0 -9
  497. package/clients/tenantService/models/TenantTypeCreateDto.js +0 -2
  498. package/clients/tenantService/models/TenantTypeCreateDto.ts +0 -11
  499. package/clients/tenantService/models/TenantTypeDto.js +0 -2
  500. package/clients/tenantService/models/TenantTypeDto.ts +0 -11
  501. package/clients/tenantService/models/TenantTypeDtoEnvelope.js +0 -2
  502. package/clients/tenantService/models/TenantTypeDtoEnvelope.ts +0 -14
  503. package/clients/tenantService/models/TenantTypeDtoListEnvelope.js +0 -2
  504. package/clients/tenantService/models/TenantTypeDtoListEnvelope.ts +0 -14
  505. package/clients/tenantService/models/TenantTypeUpdateDto.js +0 -2
  506. package/clients/tenantService/models/TenantTypeUpdateDto.ts +0 -9
  507. package/clients/tenantService/models/TenantUnitCreateDto.js +0 -2
  508. package/clients/tenantService/models/TenantUnitCreateDto.ts +0 -18
  509. package/clients/tenantService/models/TenantUnitDto.js +0 -2
  510. package/clients/tenantService/models/TenantUnitDto.ts +0 -18
  511. package/clients/tenantService/models/TenantUnitDtoEnvelope.js +0 -2
  512. package/clients/tenantService/models/TenantUnitDtoEnvelope.ts +0 -14
  513. package/clients/tenantService/models/TenantUnitDtoListEnvelope.js +0 -2
  514. package/clients/tenantService/models/TenantUnitDtoListEnvelope.ts +0 -14
  515. package/clients/tenantService/models/TenantUnitUpdateDto.js +0 -2
  516. package/clients/tenantService/models/TenantUnitUpdateDto.ts +0 -14
  517. package/clients/tenantService/models/TenantUpdateDto.js +0 -2
  518. package/clients/tenantService/models/TenantUpdateDto.ts +0 -31
  519. package/clients/tenantService/models/UserDto.js +0 -26
  520. package/clients/tenantService/models/UserDto.ts +0 -72
  521. package/clients/tenantService/models/UserDtoListEnvelope.js +0 -2
  522. package/clients/tenantService/models/UserDtoListEnvelope.ts +0 -14
  523. package/clients/tenantService/models/WalletDto.js +0 -2
  524. package/clients/tenantService/models/WalletDto.ts +0 -22
  525. package/clients/tenantService/models/WalletDtoEnvelope.js +0 -2
  526. package/clients/tenantService/models/WalletDtoEnvelope.ts +0 -14
  527. package/clients/tenantService/models/WebPortalDto.js +0 -2
  528. package/clients/tenantService/models/WebPortalDto.ts +0 -19
  529. package/clients/tenantService/models/WebPortalDtoListEnvelope.js +0 -2
  530. package/clients/tenantService/models/WebPortalDtoListEnvelope.ts +0 -14
  531. package/clients/tenantService/services/SizesService.js +0 -173
  532. package/clients/tenantService/services/SizesService.ts +0 -204
  533. package/clients/tenantService/services/TenantsService.js +0 -3173
  534. package/clients/tenantService/services/TenantsService.ts +0 -3701
  535. package/openapi-ts-error-1774919197061.log +0 -12
  536. package/openapi-ts-error-1774919206848.log +0 -12
  537. package/openapi-ts-error-1774919211413.log +0 -12
  538. package/openapi-ts-error-1774919234889.log +0 -12
  539. package/openapi-ts-error-1774919238790.log +0 -12
  540. package/openapi-ts-error-1774919250450.log +0 -12
  541. package/openapi-ts-error-1774919289933.log +0 -12
  542. package/openapi-ts-error-1774919293886.log +0 -12
  543. package/openapi-ts-error-1774919297530.log +0 -12
  544. package/openapi-ts-error-1774952133757.log +0 -12
  545. package/openapi-ts-error-1774952145095.log +0 -12
  546. package/openapi-ts-error-1774952149289.log +0 -12
  547. package/openapi-ts-error-1774952170560.log +0 -12
  548. package/openapi-ts-error-1774952173946.log +0 -12
  549. package/openapi-ts-error-1774952221374.log +0 -12
  550. package/openapi-ts-error-1774952225129.log +0 -12
  551. package/openapi-ts-error-1774952228932.log +0 -12
  552. package/openapi-ts-error-1774955105047.log +0 -12
  553. package/output.txt +0 -1831
@@ -6,1232 +6,1412 @@
6
6
 
7
7
  export interface paths {
8
8
  "/api/v2/GlobeService/Countries": {
9
+ /**
10
+ * Get all countries
11
+ * @description Retrieves a list of all countries with optional OData pagination and filtering.
12
+ */
13
+ get: operations["GetAllCountries"];
14
+ };
15
+ "/api/v2/GlobeService/Countries/Count": {
16
+ /**
17
+ * Count countries
18
+ * @description Returns the total number of countries, with optional OData filtering.
19
+ */
20
+ get: operations["CountCountries"];
21
+ };
22
+ "/api/v2/GlobeService/Countries/Search": {
23
+ /**
24
+ * Search countries by name
25
+ * @description Searches for countries whose name matches the specified search term.
26
+ */
27
+ get: operations["SearchCountriesByNameAsync"];
28
+ };
29
+ "/api/v2/GlobeService/Countries/{countryId}": {
30
+ /**
31
+ * Get country by ID
32
+ * @description Retrieves a single country by its unique identifier.
33
+ */
34
+ get: operations["GetCountryById"];
35
+ };
36
+ "/api/v2/GlobeService/Countries/{countryId}/States": {
37
+ /**
38
+ * Get states for a country
39
+ * @description Retrieves the list of states or provinces belonging to the specified country.
40
+ */
41
+ get: operations["GetCountryStatesAsync"];
42
+ };
43
+ "/api/v2/GlobeService/Countries/{countryId}/States/{countryStateId}": {
44
+ /**
45
+ * Get state by ID
46
+ * @description Retrieves a single state or province by its unique identifier within a country.
47
+ */
48
+ get: operations["GetCountryStateByIdAsync"];
49
+ };
50
+ "/api/v2/GlobeService/Countries/{countryId}/States/{countryStateId}/Cities": {
51
+ /**
52
+ * Get cities for a state
53
+ * @description Retrieves the list of cities belonging to the specified state or province.
54
+ */
55
+ get: operations["GetCitiesByCountryStateIdAsync"];
56
+ };
57
+ "/api/v2/GlobeService/Countries/{countryId}/Timezones": {
58
+ /**
59
+ * Get timezones for a country
60
+ * @description Retrieves the list of timezones associated with the specified country.
61
+ */
62
+ get: operations["GetTimeZonesByCountryIdAsync"];
63
+ };
64
+ "/api/v2/GlobeService/Countries/{countryId}/Currencies": {
65
+ /**
66
+ * Get currencies for a country
67
+ * @description Retrieves the list of enabled currencies for the specified country.
68
+ */
69
+ get: operations["GetEnabledCurrenciesByCountryIdAsync"];
70
+ };
71
+ "/api/v2/GlobeService/Countries/{countryId}/TopLevelDomains": {
72
+ /**
73
+ * Get top-level domains for a country
74
+ * @description Retrieves the list of internet top-level domains (TLDs) associated with the specified country.
75
+ */
76
+ get: operations["GetTopLevelDomainsByCountryIdAsync"];
77
+ };
78
+ "/api/v2/GlobeService/Countries/{countryId}/CallingCodes": {
79
+ /**
80
+ * Get calling codes for a country
81
+ * @description Retrieves the list of international telephone calling codes associated with the specified country.
82
+ */
83
+ get: operations["GetCallingCodesByCountryIdAsync"];
84
+ };
85
+ "/api/v2/GlobeService/Currencies": {
86
+ /**
87
+ * Get all currencies
88
+ * @description Retrieves the list of all enabled currencies with optional OData pagination and filtering.
89
+ */
90
+ get: operations["GetEnabledCurrenciesAsync"];
91
+ };
92
+ "/api/v2/GlobeService/Currencies/Count": {
93
+ /**
94
+ * Count currencies
95
+ * @description Returns the total number of enabled currencies, with optional OData filtering.
96
+ */
97
+ get: operations["CountCurrenciesAsync"];
98
+ };
99
+ "/api/v2/GlobeService/Currencies/{currencyId}": {
100
+ /**
101
+ * Get currency by ID
102
+ * @description Retrieves a single currency by its unique identifier.
103
+ */
104
+ get: operations["GetCurrencyByIdAsync"];
105
+ };
106
+ "/version": {
9
107
  get: {
10
- parameters: {
11
- query?: {
12
- "api-version"?: string;
13
- };
14
- header?: {
15
- "x-api-version"?: string;
16
- };
17
- };
18
108
  responses: {
19
109
  /** @description OK */
20
110
  200: {
21
- content: {
22
- "application/json": components["schemas"]["CountryDtoListEnvelope"];
23
- };
24
- };
25
- /** @description Unauthorized */
26
- 401: {
27
- content: {
28
- "application/json": components["schemas"]["ErrorEnvelope"];
29
- };
30
- };
31
- /** @description Forbidden */
32
- 403: {
33
- content: {
34
- "application/json": components["schemas"]["ErrorEnvelope"];
35
- };
111
+ content: never;
36
112
  };
37
113
  };
38
114
  };
39
115
  };
40
- "/api/v2/GlobeService/Countries/Count": {
116
+ "/health": {
41
117
  get: {
42
- parameters: {
43
- query?: {
44
- "api-version"?: string;
45
- };
46
- header?: {
47
- "x-api-version"?: string;
48
- };
49
- };
50
118
  responses: {
51
119
  /** @description OK */
52
120
  200: {
53
- content: {
54
- "application/json": components["schemas"]["Int32Envelope"];
55
- };
56
- };
57
- /** @description Unauthorized */
58
- 401: {
59
- content: {
60
- "application/json": components["schemas"]["ErrorEnvelope"];
61
- };
62
- };
63
- /** @description Forbidden */
64
- 403: {
65
- content: {
66
- "application/json": components["schemas"]["ErrorEnvelope"];
67
- };
121
+ content: never;
68
122
  };
69
123
  };
70
124
  };
71
125
  };
72
- "/api/v2/GlobeService/Countries/Search": {
126
+ "/hello": {
73
127
  get: {
74
- parameters: {
75
- query: {
76
- countryName: string;
77
- "api-version"?: string;
78
- };
79
- header?: {
80
- "x-api-version"?: string;
81
- };
82
- };
83
128
  responses: {
84
129
  /** @description OK */
85
130
  200: {
86
- content: {
87
- "application/json": components["schemas"]["CountryDtoListEnvelope"];
88
- };
89
- };
90
- /** @description Unauthorized */
91
- 401: {
92
- content: {
93
- "application/json": components["schemas"]["ErrorEnvelope"];
94
- };
95
- };
96
- /** @description Forbidden */
97
- 403: {
98
- content: {
99
- "application/json": components["schemas"]["ErrorEnvelope"];
100
- };
131
+ content: never;
101
132
  };
102
133
  };
103
134
  };
104
135
  };
105
- "/api/v2/GlobeService/Countries/{countryId}": {
106
- get: {
107
- parameters: {
108
- query?: {
109
- "api-version"?: string;
110
- };
111
- header?: {
112
- "x-api-version"?: string;
113
- };
114
- path: {
115
- countryId: string;
136
+ "/register": {
137
+ post: {
138
+ requestBody: {
139
+ content: {
140
+ "application/json": components["schemas"]["RegisterRequest"];
116
141
  };
117
142
  };
118
143
  responses: {
119
144
  /** @description OK */
120
145
  200: {
121
- content: {
122
- "application/json": components["schemas"]["CountryDtoEnvelope"];
123
- };
124
- };
125
- /** @description Unauthorized */
126
- 401: {
127
- content: {
128
- "application/json": components["schemas"]["ErrorEnvelope"];
129
- };
146
+ content: never;
130
147
  };
131
- /** @description Forbidden */
132
- 403: {
148
+ /** @description Bad Request */
149
+ 400: {
133
150
  content: {
134
- "application/json": components["schemas"]["ErrorEnvelope"];
151
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
135
152
  };
136
153
  };
137
154
  };
138
155
  };
139
156
  };
140
- "/api/v2/GlobeService/Countries/{countryId}/States": {
141
- get: {
157
+ "/login": {
158
+ post: {
142
159
  parameters: {
143
160
  query?: {
144
- "api-version"?: string;
145
- };
146
- header?: {
147
- "x-api-version"?: string;
161
+ useCookies?: boolean;
162
+ useSessionCookies?: boolean;
148
163
  };
149
- path: {
150
- countryId: string;
164
+ };
165
+ requestBody: {
166
+ content: {
167
+ "application/json": components["schemas"]["LoginRequest"];
151
168
  };
152
169
  };
153
170
  responses: {
154
171
  /** @description OK */
155
172
  200: {
156
173
  content: {
157
- "application/json": components["schemas"]["CountryStateDtoListEnvelope"];
158
- };
159
- };
160
- /** @description Unauthorized */
161
- 401: {
162
- content: {
163
- "application/json": components["schemas"]["ErrorEnvelope"];
164
- };
165
- };
166
- /** @description Forbidden */
167
- 403: {
168
- content: {
169
- "application/json": components["schemas"]["ErrorEnvelope"];
174
+ "application/json": components["schemas"]["AccessTokenResponse"];
170
175
  };
171
176
  };
172
177
  };
173
178
  };
174
179
  };
175
- "/api/v2/GlobeService/Countries/{countryId}/States/{countryStateId}": {
176
- get: {
177
- parameters: {
178
- query?: {
179
- "api-version"?: string;
180
- };
181
- header?: {
182
- "x-api-version"?: string;
183
- };
184
- path: {
185
- countryStateId: string;
186
- countryId: string;
180
+ "/refresh": {
181
+ post: {
182
+ requestBody: {
183
+ content: {
184
+ "application/json": components["schemas"]["RefreshRequest"];
187
185
  };
188
186
  };
189
187
  responses: {
190
188
  /** @description OK */
191
189
  200: {
192
190
  content: {
193
- "application/json": components["schemas"]["CountryStateDtoEnvelope"];
194
- };
195
- };
196
- /** @description Unauthorized */
197
- 401: {
198
- content: {
199
- "application/json": components["schemas"]["ErrorEnvelope"];
200
- };
201
- };
202
- /** @description Forbidden */
203
- 403: {
204
- content: {
205
- "application/json": components["schemas"]["ErrorEnvelope"];
191
+ "application/json": components["schemas"]["AccessTokenResponse"];
206
192
  };
207
193
  };
208
194
  };
209
195
  };
210
196
  };
211
- "/api/v2/GlobeService/Countries/{countryId}/States/{countryStateId}/Cities": {
212
- get: {
213
- parameters: {
214
- query?: {
215
- "api-version"?: string;
216
- };
217
- header?: {
218
- "x-api-version"?: string;
219
- };
220
- path: {
221
- countryStateId: string;
222
- countryId: string;
197
+ "/confirmEmail": {
198
+ get: operations["MapIdentityApi-/confirmEmail"];
199
+ };
200
+ "/resendConfirmationEmail": {
201
+ post: {
202
+ requestBody: {
203
+ content: {
204
+ "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
223
205
  };
224
206
  };
225
207
  responses: {
226
208
  /** @description OK */
227
209
  200: {
228
- content: {
229
- "application/json": components["schemas"]["CityDtoListEnvelope"];
230
- };
231
- };
232
- /** @description Unauthorized */
233
- 401: {
234
- content: {
235
- "application/json": components["schemas"]["ErrorEnvelope"];
236
- };
237
- };
238
- /** @description Forbidden */
239
- 403: {
240
- content: {
241
- "application/json": components["schemas"]["ErrorEnvelope"];
242
- };
210
+ content: never;
243
211
  };
244
212
  };
245
213
  };
246
214
  };
247
- "/api/v2/GlobeService/Countries/{countryId}/Timezones": {
248
- get: {
249
- parameters: {
250
- query?: {
251
- "api-version"?: string;
252
- };
253
- header?: {
254
- "x-api-version"?: string;
255
- };
256
- path: {
257
- countryId: string;
215
+ "/forgotPassword": {
216
+ post: {
217
+ requestBody: {
218
+ content: {
219
+ "application/json": components["schemas"]["ForgotPasswordRequest"];
258
220
  };
259
221
  };
260
222
  responses: {
261
223
  /** @description OK */
262
224
  200: {
263
- content: {
264
- "application/json": components["schemas"]["TimezoneDtoListEnvelope"];
265
- };
266
- };
267
- /** @description Unauthorized */
268
- 401: {
269
- content: {
270
- "application/json": components["schemas"]["ErrorEnvelope"];
271
- };
225
+ content: never;
272
226
  };
273
- /** @description Forbidden */
274
- 403: {
227
+ /** @description Bad Request */
228
+ 400: {
275
229
  content: {
276
- "application/json": components["schemas"]["ErrorEnvelope"];
230
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
277
231
  };
278
232
  };
279
233
  };
280
234
  };
281
235
  };
282
- "/api/v2/GlobeService/Countries/{countryId}/Currencies": {
283
- get: {
284
- parameters: {
285
- query?: {
286
- "api-version"?: string;
287
- };
288
- header?: {
289
- "x-api-version"?: string;
290
- };
291
- path: {
292
- countryId: string;
236
+ "/resetPassword": {
237
+ post: {
238
+ requestBody: {
239
+ content: {
240
+ "application/json": components["schemas"]["ResetPasswordRequest"];
293
241
  };
294
242
  };
295
243
  responses: {
296
244
  /** @description OK */
297
245
  200: {
298
- content: {
299
- "application/json": components["schemas"]["CurrencyDtoListEnvelope"];
300
- };
301
- };
302
- /** @description Unauthorized */
303
- 401: {
304
- content: {
305
- "application/json": components["schemas"]["ErrorEnvelope"];
306
- };
246
+ content: never;
307
247
  };
308
- /** @description Forbidden */
309
- 403: {
248
+ /** @description Bad Request */
249
+ 400: {
310
250
  content: {
311
- "application/json": components["schemas"]["ErrorEnvelope"];
251
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
312
252
  };
313
253
  };
314
254
  };
315
255
  };
316
256
  };
317
- "/api/v2/GlobeService/Countries/{countryId}/TopLevelDomains": {
318
- get: {
319
- parameters: {
320
- query?: {
321
- "api-version"?: string;
322
- };
323
- header?: {
324
- "x-api-version"?: string;
325
- };
326
- path: {
327
- countryId: string;
257
+ "/manage/2fa": {
258
+ post: {
259
+ requestBody: {
260
+ content: {
261
+ "application/json": components["schemas"]["TwoFactorRequest"];
328
262
  };
329
263
  };
330
264
  responses: {
331
265
  /** @description OK */
332
266
  200: {
333
267
  content: {
334
- "application/json": components["schemas"]["CountryTopLevelDomainDtoListEnvelope"];
268
+ "application/json": components["schemas"]["TwoFactorResponse"];
335
269
  };
336
270
  };
337
- /** @description Unauthorized */
338
- 401: {
271
+ /** @description Bad Request */
272
+ 400: {
339
273
  content: {
340
- "application/json": components["schemas"]["ErrorEnvelope"];
274
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
341
275
  };
342
276
  };
343
- /** @description Forbidden */
344
- 403: {
345
- content: {
346
- "application/json": components["schemas"]["ErrorEnvelope"];
347
- };
277
+ /** @description Not Found */
278
+ 404: {
279
+ content: never;
348
280
  };
349
281
  };
350
282
  };
351
283
  };
352
- "/api/v2/GlobeService/Countries/{countryId}/CallingCodes": {
284
+ "/manage/info": {
353
285
  get: {
354
- parameters: {
355
- query?: {
356
- "api-version"?: string;
357
- };
358
- header?: {
359
- "x-api-version"?: string;
360
- };
361
- path: {
362
- countryId: string;
363
- };
364
- };
365
286
  responses: {
366
287
  /** @description OK */
367
288
  200: {
368
289
  content: {
369
- "application/json": components["schemas"]["CountryCallingCodeDtoListEnvelope"];
290
+ "application/json": components["schemas"]["InfoResponse"];
370
291
  };
371
292
  };
372
- /** @description Unauthorized */
373
- 401: {
293
+ /** @description Bad Request */
294
+ 400: {
374
295
  content: {
375
- "application/json": components["schemas"]["ErrorEnvelope"];
296
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
376
297
  };
377
298
  };
378
- /** @description Forbidden */
379
- 403: {
380
- content: {
381
- "application/json": components["schemas"]["ErrorEnvelope"];
382
- };
299
+ /** @description Not Found */
300
+ 404: {
301
+ content: never;
383
302
  };
384
303
  };
385
304
  };
386
- };
387
- "/api/v2/GlobeService/Currencies": {
388
- get: {
389
- parameters: {
390
- query?: {
391
- "api-version"?: string;
392
- };
393
- header?: {
394
- "x-api-version"?: string;
305
+ post: {
306
+ requestBody: {
307
+ content: {
308
+ "application/json": components["schemas"]["InfoRequest"];
395
309
  };
396
310
  };
397
311
  responses: {
398
312
  /** @description OK */
399
313
  200: {
400
314
  content: {
401
- "application/json": components["schemas"]["CurrencyDtoListEnvelope"];
402
- "application/xml": components["schemas"]["CurrencyDtoListEnvelope"];
315
+ "application/json": components["schemas"]["InfoResponse"];
403
316
  };
404
317
  };
405
- /** @description Unauthorized */
406
- 401: {
318
+ /** @description Bad Request */
319
+ 400: {
407
320
  content: {
408
- "application/json": components["schemas"]["ErrorEnvelope"];
409
- "application/xml": components["schemas"]["ErrorEnvelope"];
321
+ "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
410
322
  };
411
323
  };
412
- /** @description Forbidden */
413
- 403: {
414
- content: {
415
- "application/json": components["schemas"]["ErrorEnvelope"];
416
- "application/xml": components["schemas"]["ErrorEnvelope"];
417
- };
324
+ /** @description Not Found */
325
+ 404: {
326
+ content: never;
418
327
  };
419
328
  };
420
329
  };
421
330
  };
422
- "/api/v2/GlobeService/Currencies/Count": {
423
- get: {
424
- parameters: {
425
- query?: {
426
- "api-version"?: string;
427
- };
428
- header?: {
429
- "x-api-version"?: string;
430
- };
431
- };
432
- responses: {
433
- /** @description OK */
434
- 200: {
435
- content: {
436
- "application/json": components["schemas"]["Int32Envelope"];
437
- "application/xml": components["schemas"]["Int32Envelope"];
438
- };
439
- };
440
- /** @description Unauthorized */
441
- 401: {
442
- content: {
443
- "application/json": components["schemas"]["ErrorEnvelope"];
444
- "application/xml": components["schemas"]["ErrorEnvelope"];
445
- };
446
- };
447
- /** @description Forbidden */
448
- 403: {
449
- content: {
450
- "application/json": components["schemas"]["ErrorEnvelope"];
451
- "application/xml": components["schemas"]["ErrorEnvelope"];
452
- };
453
- };
454
- };
455
- };
331
+ "/api/v2/GlobeService/Languages": {
332
+ /**
333
+ * Get all languages
334
+ * @description Retrieves the list of all supported languages with optional OData pagination and filtering.
335
+ */
336
+ get: operations["GetLanguagesAsync"];
456
337
  };
457
- "/api/v2/GlobeService/Currencies/{currencyId}": {
458
- get: {
459
- parameters: {
460
- query?: {
461
- "api-version"?: string;
462
- };
463
- header?: {
464
- "x-api-version"?: string;
465
- };
466
- path: {
467
- currencyId: string;
468
- };
469
- };
470
- responses: {
471
- /** @description OK */
472
- 200: {
473
- content: {
474
- "application/json": components["schemas"]["CurrencyDtoEnvelope"];
475
- "application/xml": components["schemas"]["CurrencyDtoEnvelope"];
476
- };
477
- };
478
- /** @description Unauthorized */
479
- 401: {
480
- content: {
481
- "application/json": components["schemas"]["ErrorEnvelope"];
482
- "application/xml": components["schemas"]["ErrorEnvelope"];
483
- };
484
- };
485
- /** @description Forbidden */
486
- 403: {
487
- content: {
488
- "application/json": components["schemas"]["ErrorEnvelope"];
489
- "application/xml": components["schemas"]["ErrorEnvelope"];
490
- };
491
- };
492
- };
493
- };
338
+ "/api/v2/GlobeService/Languages/Count": {
339
+ /**
340
+ * Count languages
341
+ * @description Returns the total number of supported languages, with optional OData filtering.
342
+ */
343
+ get: operations["CountLanguagesAsync"];
494
344
  };
495
- "/version": {
496
- get: {
497
- responses: {
498
- /** @description OK */
499
- 200: {
500
- content: never;
501
- };
502
- };
345
+ "/api/v2/GlobeService/Languages/{languageId}": {
346
+ /**
347
+ * Get language by ID
348
+ * @description Retrieves a single language by its unique identifier.
349
+ */
350
+ get: operations["GetLanguageByIdAsync"];
351
+ };
352
+ "/api/v2/GlobeService/Timezones": {
353
+ /**
354
+ * Get all timezones
355
+ * @description Retrieves the list of all supported timezones with optional OData pagination and filtering.
356
+ */
357
+ get: operations["GetTimeZonesAsync"];
358
+ };
359
+ "/api/v2/GlobeService/Timezones/Count": {
360
+ /**
361
+ * Count timezones
362
+ * @description Returns the total number of supported timezones, with optional OData filtering.
363
+ */
364
+ get: operations["CountTimezonesAsync"];
365
+ };
366
+ "/api/v2/GlobeService/Timezones/{timeZoneId}": {
367
+ /**
368
+ * Get timezone by ID
369
+ * @description Retrieves a single timezone by its unique identifier.
370
+ */
371
+ get: operations["GetTimeZoneByIdAsync"];
372
+ };
373
+ }
374
+
375
+ export type webhooks = Record<string, never>;
376
+
377
+ export interface components {
378
+ schemas: {
379
+ AccessTokenResponse: {
380
+ tokenType?: string | null;
381
+ accessToken: string | null;
382
+ /** Format: int64 */
383
+ expiresIn: number;
384
+ refreshToken: string | null;
385
+ };
386
+ CityDto: {
387
+ id?: string | null;
388
+ /** Format: date-time */
389
+ timestamp?: string | null;
390
+ name?: string | null;
391
+ imageUrl?: string | null;
392
+ stateId?: string | null;
393
+ countryId?: string | null;
394
+ latitude?: string | null;
395
+ longitude?: string | null;
396
+ };
397
+ CityDtoListEnvelope: {
398
+ isSuccess?: boolean;
399
+ errorMessage?: string | null;
400
+ correlationId?: string | null;
401
+ /** Format: date-time */
402
+ timestamp?: string;
403
+ activityId?: string | null;
404
+ result?: components["schemas"]["CityDto"][] | null;
405
+ };
406
+ CountryCallingCodeDto: {
407
+ /** Format: int32 */
408
+ id?: number;
409
+ callingCode?: string | null;
410
+ countryID?: string | null;
411
+ };
412
+ CountryCallingCodeDtoListEnvelope: {
413
+ isSuccess?: boolean;
414
+ errorMessage?: string | null;
415
+ correlationId?: string | null;
416
+ /** Format: date-time */
417
+ timestamp?: string;
418
+ activityId?: string | null;
419
+ result?: components["schemas"]["CountryCallingCodeDto"][] | null;
420
+ };
421
+ CountryDto: {
422
+ id?: string | null;
423
+ /** Format: date-time */
424
+ timestamp?: string | null;
425
+ iso3?: string | null;
426
+ iso2?: string | null;
427
+ name?: string | null;
428
+ nativeName?: string | null;
429
+ flagUrl?: string | null;
430
+ };
431
+ CountryDtoEnvelope: {
432
+ isSuccess?: boolean;
433
+ errorMessage?: string | null;
434
+ correlationId?: string | null;
435
+ /** Format: date-time */
436
+ timestamp?: string;
437
+ activityId?: string | null;
438
+ result?: components["schemas"]["CountryDto"];
439
+ };
440
+ CountryDtoListEnvelope: {
441
+ isSuccess?: boolean;
442
+ errorMessage?: string | null;
443
+ correlationId?: string | null;
444
+ /** Format: date-time */
445
+ timestamp?: string;
446
+ activityId?: string | null;
447
+ result?: components["schemas"]["CountryDto"][] | null;
448
+ };
449
+ CountryLanguageDto: {
450
+ id?: string | null;
451
+ /** Format: date-time */
452
+ timestamp?: string | null;
453
+ iso639_1?: string | null;
454
+ iso639_2?: string | null;
455
+ enabled?: boolean;
456
+ name?: string | null;
457
+ languageNativeName?: string | null;
458
+ };
459
+ CountryLanguageDtoEnvelope: {
460
+ isSuccess?: boolean;
461
+ errorMessage?: string | null;
462
+ correlationId?: string | null;
463
+ /** Format: date-time */
464
+ timestamp?: string;
465
+ activityId?: string | null;
466
+ result?: components["schemas"]["CountryLanguageDto"];
467
+ };
468
+ CountryLanguageDtoListEnvelope: {
469
+ isSuccess?: boolean;
470
+ errorMessage?: string | null;
471
+ correlationId?: string | null;
472
+ /** Format: date-time */
473
+ timestamp?: string;
474
+ activityId?: string | null;
475
+ result?: components["schemas"]["CountryLanguageDto"][] | null;
476
+ };
477
+ CountryStateDto: {
478
+ /** Format: date-time */
479
+ timestamp?: string | null;
480
+ id?: string | null;
481
+ name?: string | null;
482
+ code?: string | null;
483
+ countryID?: string | null;
484
+ };
485
+ CountryStateDtoEnvelope: {
486
+ isSuccess?: boolean;
487
+ errorMessage?: string | null;
488
+ correlationId?: string | null;
489
+ /** Format: date-time */
490
+ timestamp?: string;
491
+ activityId?: string | null;
492
+ result?: components["schemas"]["CountryStateDto"];
493
+ };
494
+ CountryStateDtoListEnvelope: {
495
+ isSuccess?: boolean;
496
+ errorMessage?: string | null;
497
+ correlationId?: string | null;
498
+ /** Format: date-time */
499
+ timestamp?: string;
500
+ activityId?: string | null;
501
+ result?: components["schemas"]["CountryStateDto"][] | null;
502
+ };
503
+ CountryTopLevelDomainDto: {
504
+ id?: string | null;
505
+ domain?: string | null;
506
+ countryID?: string | null;
507
+ };
508
+ CountryTopLevelDomainDtoListEnvelope: {
509
+ isSuccess?: boolean;
510
+ errorMessage?: string | null;
511
+ correlationId?: string | null;
512
+ /** Format: date-time */
513
+ timestamp?: string;
514
+ activityId?: string | null;
515
+ result?: components["schemas"]["CountryTopLevelDomainDto"][] | null;
516
+ };
517
+ CurrencyDto: {
518
+ id?: string | null;
519
+ code?: string | null;
520
+ name?: string | null;
521
+ symbol?: string | null;
522
+ country?: components["schemas"]["CountryDto"];
523
+ };
524
+ CurrencyDtoEnvelope: {
525
+ isSuccess?: boolean;
526
+ errorMessage?: string | null;
527
+ correlationId?: string | null;
528
+ /** Format: date-time */
529
+ timestamp?: string;
530
+ activityId?: string | null;
531
+ result?: components["schemas"]["CurrencyDto"];
532
+ };
533
+ CurrencyDtoListEnvelope: {
534
+ isSuccess?: boolean;
535
+ errorMessage?: string | null;
536
+ correlationId?: string | null;
537
+ /** Format: date-time */
538
+ timestamp?: string;
539
+ activityId?: string | null;
540
+ result?: components["schemas"]["CurrencyDto"][] | null;
541
+ };
542
+ ErrorEnvelope: {
543
+ isSuccess?: boolean;
544
+ errorMessage?: string | null;
545
+ correlationId?: string | null;
546
+ /** Format: date-time */
547
+ timestamp?: string;
548
+ activityId?: string | null;
549
+ };
550
+ ForgotPasswordRequest: {
551
+ email: string | null;
552
+ };
553
+ HttpValidationProblemDetails: {
554
+ type?: string | null;
555
+ title?: string | null;
556
+ /** Format: int32 */
557
+ status?: number | null;
558
+ detail?: string | null;
559
+ instance?: string | null;
560
+ errors?: {
561
+ [key: string]: string[];
562
+ } | null;
563
+ [key: string]: unknown;
564
+ };
565
+ InfoRequest: {
566
+ newEmail?: string | null;
567
+ newPassword?: string | null;
568
+ oldPassword?: string | null;
569
+ };
570
+ InfoResponse: {
571
+ email: string | null;
572
+ isEmailConfirmed: boolean;
573
+ };
574
+ Int32Envelope: {
575
+ isSuccess?: boolean;
576
+ errorMessage?: string | null;
577
+ correlationId?: string | null;
578
+ /** Format: date-time */
579
+ timestamp?: string;
580
+ activityId?: string | null;
581
+ /** Format: int32 */
582
+ result?: number;
583
+ };
584
+ LoginRequest: {
585
+ email: string | null;
586
+ password: string | null;
587
+ twoFactorCode?: string | null;
588
+ twoFactorRecoveryCode?: string | null;
589
+ };
590
+ RefreshRequest: {
591
+ refreshToken: string | null;
592
+ };
593
+ RegisterRequest: {
594
+ email: string | null;
595
+ password: string | null;
596
+ };
597
+ ResendConfirmationEmailRequest: {
598
+ email: string | null;
599
+ };
600
+ ResetPasswordRequest: {
601
+ email: string | null;
602
+ resetCode: string | null;
603
+ newPassword: string | null;
604
+ };
605
+ TimezoneDto: {
606
+ id?: string | null;
607
+ /** Format: date-time */
608
+ timestamp?: string | null;
609
+ name?: string | null;
610
+ utcOffset?: string | null;
611
+ displayName?: string | null;
612
+ };
613
+ TimezoneDtoEnvelope: {
614
+ isSuccess?: boolean;
615
+ errorMessage?: string | null;
616
+ correlationId?: string | null;
617
+ /** Format: date-time */
618
+ timestamp?: string;
619
+ activityId?: string | null;
620
+ result?: components["schemas"]["TimezoneDto"];
621
+ };
622
+ TimezoneDtoListEnvelope: {
623
+ isSuccess?: boolean;
624
+ errorMessage?: string | null;
625
+ correlationId?: string | null;
626
+ /** Format: date-time */
627
+ timestamp?: string;
628
+ activityId?: string | null;
629
+ result?: components["schemas"]["TimezoneDto"][] | null;
630
+ };
631
+ TwoFactorRequest: {
632
+ enable?: boolean | null;
633
+ twoFactorCode?: string | null;
634
+ resetSharedKey?: boolean;
635
+ resetRecoveryCodes?: boolean;
636
+ forgetMachine?: boolean;
637
+ };
638
+ TwoFactorResponse: {
639
+ sharedKey: string | null;
640
+ /** Format: int32 */
641
+ recoveryCodesLeft: number;
642
+ recoveryCodes?: string[] | null;
643
+ isTwoFactorEnabled: boolean;
644
+ isMachineRemembered: boolean;
503
645
  };
504
646
  };
505
- "/health": {
506
- get: {
507
- responses: {
508
- /** @description OK */
509
- 200: {
510
- content: never;
511
- };
647
+ responses: never;
648
+ parameters: never;
649
+ requestBodies: never;
650
+ headers: never;
651
+ pathItems: never;
652
+ }
653
+
654
+ export type $defs = Record<string, never>;
655
+
656
+ export type external = Record<string, never>;
657
+
658
+ export interface operations {
659
+
660
+ /**
661
+ * Get all countries
662
+ * @description Retrieves a list of all countries with optional OData pagination and filtering.
663
+ */
664
+ GetAllCountries: {
665
+ parameters: {
666
+ query?: {
667
+ "api-version"?: string;
668
+ };
669
+ header?: {
670
+ "x-api-version"?: string;
512
671
  };
513
672
  };
514
- };
515
- "/hello": {
516
- get: {
517
- responses: {
518
- /** @description OK */
519
- 200: {
520
- content: never;
673
+ responses: {
674
+ /** @description OK */
675
+ 200: {
676
+ content: {
677
+ "application/json": components["schemas"]["CountryDtoListEnvelope"];
521
678
  };
522
679
  };
523
- };
524
- };
525
- "/register": {
526
- post: {
527
- requestBody: {
680
+ /** @description Unauthorized */
681
+ 401: {
528
682
  content: {
529
- "application/json": components["schemas"]["RegisterRequest"];
683
+ "application/json": components["schemas"]["ErrorEnvelope"];
530
684
  };
531
685
  };
532
- responses: {
533
- /** @description OK */
534
- 200: {
535
- content: never;
536
- };
537
- /** @description Bad Request */
538
- 400: {
539
- content: {
540
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
541
- };
686
+ /** @description Forbidden */
687
+ 403: {
688
+ content: {
689
+ "application/json": components["schemas"]["ErrorEnvelope"];
542
690
  };
543
691
  };
544
692
  };
545
693
  };
546
- "/login": {
547
- post: {
548
- parameters: {
549
- query?: {
550
- useCookies?: boolean;
551
- useSessionCookies?: boolean;
552
- };
694
+ /**
695
+ * Count countries
696
+ * @description Returns the total number of countries, with optional OData filtering.
697
+ */
698
+ CountCountries: {
699
+ parameters: {
700
+ query?: {
701
+ "api-version"?: string;
553
702
  };
554
- requestBody: {
555
- content: {
556
- "application/json": components["schemas"]["LoginRequest"];
557
- };
703
+ header?: {
704
+ "x-api-version"?: string;
558
705
  };
559
- responses: {
560
- /** @description OK */
561
- 200: {
562
- content: {
563
- "application/json": components["schemas"]["AccessTokenResponse"];
564
- };
706
+ };
707
+ responses: {
708
+ /** @description OK */
709
+ 200: {
710
+ content: {
711
+ "application/json": components["schemas"]["Int32Envelope"];
565
712
  };
566
713
  };
567
- };
568
- };
569
- "/refresh": {
570
- post: {
571
- requestBody: {
714
+ /** @description Unauthorized */
715
+ 401: {
572
716
  content: {
573
- "application/json": components["schemas"]["RefreshRequest"];
717
+ "application/json": components["schemas"]["ErrorEnvelope"];
574
718
  };
575
719
  };
576
- responses: {
577
- /** @description OK */
578
- 200: {
579
- content: {
580
- "application/json": components["schemas"]["AccessTokenResponse"];
581
- };
720
+ /** @description Forbidden */
721
+ 403: {
722
+ content: {
723
+ "application/json": components["schemas"]["ErrorEnvelope"];
582
724
  };
583
725
  };
584
726
  };
585
727
  };
586
- "/confirmEmail": {
587
- get: operations["MapIdentityApi-/confirmEmail"];
588
- };
589
- "/resendConfirmationEmail": {
590
- post: {
591
- requestBody: {
592
- content: {
593
- "application/json": components["schemas"]["ResendConfirmationEmailRequest"];
594
- };
728
+ /**
729
+ * Search countries by name
730
+ * @description Searches for countries whose name matches the specified search term.
731
+ */
732
+ SearchCountriesByNameAsync: {
733
+ parameters: {
734
+ query: {
735
+ countryName: string;
736
+ "api-version"?: string;
595
737
  };
596
- responses: {
597
- /** @description OK */
598
- 200: {
599
- content: never;
600
- };
738
+ header?: {
739
+ "x-api-version"?: string;
601
740
  };
602
741
  };
603
- };
604
- "/forgotPassword": {
605
- post: {
606
- requestBody: {
742
+ responses: {
743
+ /** @description OK */
744
+ 200: {
607
745
  content: {
608
- "application/json": components["schemas"]["ForgotPasswordRequest"];
746
+ "application/json": components["schemas"]["CountryDtoListEnvelope"];
609
747
  };
610
748
  };
611
- responses: {
612
- /** @description OK */
613
- 200: {
614
- content: never;
749
+ /** @description Unauthorized */
750
+ 401: {
751
+ content: {
752
+ "application/json": components["schemas"]["ErrorEnvelope"];
615
753
  };
616
- /** @description Bad Request */
617
- 400: {
618
- content: {
619
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
620
- };
754
+ };
755
+ /** @description Forbidden */
756
+ 403: {
757
+ content: {
758
+ "application/json": components["schemas"]["ErrorEnvelope"];
621
759
  };
622
760
  };
623
761
  };
624
762
  };
625
- "/resetPassword": {
626
- post: {
627
- requestBody: {
763
+ /**
764
+ * Get country by ID
765
+ * @description Retrieves a single country by its unique identifier.
766
+ */
767
+ GetCountryById: {
768
+ parameters: {
769
+ query?: {
770
+ "api-version"?: string;
771
+ };
772
+ header?: {
773
+ "x-api-version"?: string;
774
+ };
775
+ path: {
776
+ countryId: string;
777
+ };
778
+ };
779
+ responses: {
780
+ /** @description OK */
781
+ 200: {
628
782
  content: {
629
- "application/json": components["schemas"]["ResetPasswordRequest"];
783
+ "application/json": components["schemas"]["CountryDtoEnvelope"];
630
784
  };
631
785
  };
632
- responses: {
633
- /** @description OK */
634
- 200: {
635
- content: never;
786
+ /** @description Unauthorized */
787
+ 401: {
788
+ content: {
789
+ "application/json": components["schemas"]["ErrorEnvelope"];
636
790
  };
637
- /** @description Bad Request */
638
- 400: {
639
- content: {
640
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
641
- };
791
+ };
792
+ /** @description Forbidden */
793
+ 403: {
794
+ content: {
795
+ "application/json": components["schemas"]["ErrorEnvelope"];
642
796
  };
643
797
  };
644
798
  };
645
799
  };
646
- "/manage/2fa": {
647
- post: {
648
- requestBody: {
800
+ /**
801
+ * Get states for a country
802
+ * @description Retrieves the list of states or provinces belonging to the specified country.
803
+ */
804
+ GetCountryStatesAsync: {
805
+ parameters: {
806
+ query?: {
807
+ "api-version"?: string;
808
+ };
809
+ header?: {
810
+ "x-api-version"?: string;
811
+ };
812
+ path: {
813
+ countryId: string;
814
+ };
815
+ };
816
+ responses: {
817
+ /** @description OK */
818
+ 200: {
649
819
  content: {
650
- "application/json": components["schemas"]["TwoFactorRequest"];
820
+ "application/json": components["schemas"]["CountryStateDtoListEnvelope"];
651
821
  };
652
822
  };
653
- responses: {
654
- /** @description OK */
655
- 200: {
656
- content: {
657
- "application/json": components["schemas"]["TwoFactorResponse"];
658
- };
659
- };
660
- /** @description Bad Request */
661
- 400: {
662
- content: {
663
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
664
- };
823
+ /** @description Unauthorized */
824
+ 401: {
825
+ content: {
826
+ "application/json": components["schemas"]["ErrorEnvelope"];
665
827
  };
666
- /** @description Not Found */
667
- 404: {
668
- content: never;
828
+ };
829
+ /** @description Forbidden */
830
+ 403: {
831
+ content: {
832
+ "application/json": components["schemas"]["ErrorEnvelope"];
669
833
  };
670
834
  };
671
835
  };
672
836
  };
673
- "/manage/info": {
674
- get: {
675
- responses: {
676
- /** @description OK */
677
- 200: {
678
- content: {
679
- "application/json": components["schemas"]["InfoResponse"];
680
- };
681
- };
682
- /** @description Bad Request */
683
- 400: {
684
- content: {
685
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
686
- };
687
- };
688
- /** @description Not Found */
689
- 404: {
690
- content: never;
691
- };
837
+ /**
838
+ * Get state by ID
839
+ * @description Retrieves a single state or province by its unique identifier within a country.
840
+ */
841
+ GetCountryStateByIdAsync: {
842
+ parameters: {
843
+ query?: {
844
+ "api-version"?: string;
845
+ };
846
+ header?: {
847
+ "x-api-version"?: string;
848
+ };
849
+ path: {
850
+ countryStateId: string;
851
+ countryId: string;
692
852
  };
693
853
  };
694
- post: {
695
- requestBody: {
854
+ responses: {
855
+ /** @description OK */
856
+ 200: {
696
857
  content: {
697
- "application/json": components["schemas"]["InfoRequest"];
858
+ "application/json": components["schemas"]["CountryStateDtoEnvelope"];
698
859
  };
699
860
  };
700
- responses: {
701
- /** @description OK */
702
- 200: {
703
- content: {
704
- "application/json": components["schemas"]["InfoResponse"];
705
- };
706
- };
707
- /** @description Bad Request */
708
- 400: {
709
- content: {
710
- "application/problem+json": components["schemas"]["HttpValidationProblemDetails"];
711
- };
861
+ /** @description Unauthorized */
862
+ 401: {
863
+ content: {
864
+ "application/json": components["schemas"]["ErrorEnvelope"];
712
865
  };
713
- /** @description Not Found */
714
- 404: {
715
- content: never;
866
+ };
867
+ /** @description Forbidden */
868
+ 403: {
869
+ content: {
870
+ "application/json": components["schemas"]["ErrorEnvelope"];
716
871
  };
717
872
  };
718
873
  };
719
874
  };
720
- "/api/v2/GlobeService/Languages": {
721
- get: {
722
- parameters: {
723
- query?: {
724
- "api-version"?: string;
725
- };
726
- header?: {
727
- "x-api-version"?: string;
728
- };
875
+ /**
876
+ * Get cities for a state
877
+ * @description Retrieves the list of cities belonging to the specified state or province.
878
+ */
879
+ GetCitiesByCountryStateIdAsync: {
880
+ parameters: {
881
+ query?: {
882
+ "api-version"?: string;
729
883
  };
730
- responses: {
731
- /** @description OK */
732
- 200: {
733
- content: {
734
- "application/json": components["schemas"]["CountryLanguageDtoListEnvelope"];
735
- "application/xml": components["schemas"]["CountryLanguageDtoListEnvelope"];
736
- };
737
- };
738
- /** @description Unauthorized */
739
- 401: {
740
- content: {
741
- "application/json": components["schemas"]["ErrorEnvelope"];
742
- "application/xml": components["schemas"]["ErrorEnvelope"];
743
- };
744
- };
745
- /** @description Forbidden */
746
- 403: {
747
- content: {
748
- "application/json": components["schemas"]["ErrorEnvelope"];
749
- "application/xml": components["schemas"]["ErrorEnvelope"];
750
- };
751
- };
884
+ header?: {
885
+ "x-api-version"?: string;
886
+ };
887
+ path: {
888
+ countryStateId: string;
889
+ countryId: string;
752
890
  };
753
891
  };
754
- };
755
- "/api/v2/GlobeService/Languages/Count": {
756
- get: {
757
- parameters: {
758
- query?: {
759
- "api-version"?: string;
760
- };
761
- header?: {
762
- "x-api-version"?: string;
892
+ responses: {
893
+ /** @description OK */
894
+ 200: {
895
+ content: {
896
+ "application/json": components["schemas"]["CityDtoListEnvelope"];
763
897
  };
764
898
  };
765
- responses: {
766
- /** @description OK */
767
- 200: {
768
- content: {
769
- "application/json": components["schemas"]["Int32Envelope"];
770
- "application/xml": components["schemas"]["Int32Envelope"];
771
- };
772
- };
773
- /** @description Unauthorized */
774
- 401: {
775
- content: {
776
- "application/json": components["schemas"]["ErrorEnvelope"];
777
- "application/xml": components["schemas"]["ErrorEnvelope"];
778
- };
899
+ /** @description Unauthorized */
900
+ 401: {
901
+ content: {
902
+ "application/json": components["schemas"]["ErrorEnvelope"];
779
903
  };
780
- /** @description Forbidden */
781
- 403: {
782
- content: {
783
- "application/json": components["schemas"]["ErrorEnvelope"];
784
- "application/xml": components["schemas"]["ErrorEnvelope"];
785
- };
904
+ };
905
+ /** @description Forbidden */
906
+ 403: {
907
+ content: {
908
+ "application/json": components["schemas"]["ErrorEnvelope"];
786
909
  };
787
910
  };
788
911
  };
789
912
  };
790
- "/api/v2/GlobeService/Languages/{languageId}": {
791
- get: {
792
- parameters: {
793
- query?: {
794
- "api-version"?: string;
795
- };
796
- header?: {
797
- "x-api-version"?: string;
798
- };
799
- path: {
800
- languageId: string;
801
- };
913
+ /**
914
+ * Get timezones for a country
915
+ * @description Retrieves the list of timezones associated with the specified country.
916
+ */
917
+ GetTimeZonesByCountryIdAsync: {
918
+ parameters: {
919
+ query?: {
920
+ "api-version"?: string;
802
921
  };
803
- responses: {
804
- /** @description OK */
805
- 200: {
806
- content: {
807
- "application/json": components["schemas"]["CountryLanguageDtoEnvelope"];
808
- "application/xml": components["schemas"]["CountryLanguageDtoEnvelope"];
809
- };
922
+ header?: {
923
+ "x-api-version"?: string;
924
+ };
925
+ path: {
926
+ countryId: string;
927
+ };
928
+ };
929
+ responses: {
930
+ /** @description OK */
931
+ 200: {
932
+ content: {
933
+ "application/json": components["schemas"]["TimezoneDtoListEnvelope"];
810
934
  };
811
- /** @description Unauthorized */
812
- 401: {
813
- content: {
814
- "application/json": components["schemas"]["ErrorEnvelope"];
815
- "application/xml": components["schemas"]["ErrorEnvelope"];
816
- };
935
+ };
936
+ /** @description Unauthorized */
937
+ 401: {
938
+ content: {
939
+ "application/json": components["schemas"]["ErrorEnvelope"];
817
940
  };
818
- /** @description Forbidden */
819
- 403: {
820
- content: {
821
- "application/json": components["schemas"]["ErrorEnvelope"];
822
- "application/xml": components["schemas"]["ErrorEnvelope"];
823
- };
941
+ };
942
+ /** @description Forbidden */
943
+ 403: {
944
+ content: {
945
+ "application/json": components["schemas"]["ErrorEnvelope"];
824
946
  };
825
947
  };
826
948
  };
827
949
  };
828
- "/api/v2/GlobeService/Timezones": {
829
- get: {
830
- parameters: {
831
- query?: {
832
- "api-version"?: string;
833
- };
834
- header?: {
835
- "x-api-version"?: string;
836
- };
950
+ /**
951
+ * Get currencies for a country
952
+ * @description Retrieves the list of enabled currencies for the specified country.
953
+ */
954
+ GetEnabledCurrenciesByCountryIdAsync: {
955
+ parameters: {
956
+ query?: {
957
+ "api-version"?: string;
837
958
  };
838
- responses: {
839
- /** @description OK */
840
- 200: {
841
- content: {
842
- "application/json": components["schemas"]["TimezoneDtoListEnvelope"];
843
- "application/xml": components["schemas"]["TimezoneDtoListEnvelope"];
844
- };
959
+ header?: {
960
+ "x-api-version"?: string;
961
+ };
962
+ path: {
963
+ countryId: string;
964
+ };
965
+ };
966
+ responses: {
967
+ /** @description OK */
968
+ 200: {
969
+ content: {
970
+ "application/json": components["schemas"]["CurrencyDtoListEnvelope"];
845
971
  };
846
- /** @description Unauthorized */
847
- 401: {
848
- content: {
849
- "application/json": components["schemas"]["ErrorEnvelope"];
850
- "application/xml": components["schemas"]["ErrorEnvelope"];
851
- };
972
+ };
973
+ /** @description Unauthorized */
974
+ 401: {
975
+ content: {
976
+ "application/json": components["schemas"]["ErrorEnvelope"];
852
977
  };
853
- /** @description Forbidden */
854
- 403: {
855
- content: {
856
- "application/json": components["schemas"]["ErrorEnvelope"];
857
- "application/xml": components["schemas"]["ErrorEnvelope"];
858
- };
978
+ };
979
+ /** @description Forbidden */
980
+ 403: {
981
+ content: {
982
+ "application/json": components["schemas"]["ErrorEnvelope"];
859
983
  };
860
984
  };
861
985
  };
862
986
  };
863
- "/api/v2/GlobeService/Timezones/Count": {
864
- get: {
865
- parameters: {
866
- query?: {
867
- "api-version"?: string;
868
- };
869
- header?: {
870
- "x-api-version"?: string;
871
- };
987
+ /**
988
+ * Get top-level domains for a country
989
+ * @description Retrieves the list of internet top-level domains (TLDs) associated with the specified country.
990
+ */
991
+ GetTopLevelDomainsByCountryIdAsync: {
992
+ parameters: {
993
+ query?: {
994
+ "api-version"?: string;
872
995
  };
873
- responses: {
874
- /** @description OK */
875
- 200: {
876
- content: {
877
- "application/json": components["schemas"]["Int32Envelope"];
878
- "application/xml": components["schemas"]["Int32Envelope"];
879
- };
996
+ header?: {
997
+ "x-api-version"?: string;
998
+ };
999
+ path: {
1000
+ countryId: string;
1001
+ };
1002
+ };
1003
+ responses: {
1004
+ /** @description OK */
1005
+ 200: {
1006
+ content: {
1007
+ "application/json": components["schemas"]["CountryTopLevelDomainDtoListEnvelope"];
880
1008
  };
881
- /** @description Unauthorized */
882
- 401: {
883
- content: {
884
- "application/json": components["schemas"]["ErrorEnvelope"];
885
- "application/xml": components["schemas"]["ErrorEnvelope"];
886
- };
1009
+ };
1010
+ /** @description Unauthorized */
1011
+ 401: {
1012
+ content: {
1013
+ "application/json": components["schemas"]["ErrorEnvelope"];
887
1014
  };
888
- /** @description Forbidden */
889
- 403: {
890
- content: {
891
- "application/json": components["schemas"]["ErrorEnvelope"];
892
- "application/xml": components["schemas"]["ErrorEnvelope"];
893
- };
1015
+ };
1016
+ /** @description Forbidden */
1017
+ 403: {
1018
+ content: {
1019
+ "application/json": components["schemas"]["ErrorEnvelope"];
894
1020
  };
895
1021
  };
896
1022
  };
897
1023
  };
898
- "/api/v2/GlobeService/Timezones/{timeZoneId}": {
899
- get: {
900
- parameters: {
901
- query?: {
902
- "api-version"?: string;
903
- };
904
- header?: {
905
- "x-api-version"?: string;
906
- };
907
- path: {
908
- timeZoneId: string;
909
- };
1024
+ /**
1025
+ * Get calling codes for a country
1026
+ * @description Retrieves the list of international telephone calling codes associated with the specified country.
1027
+ */
1028
+ GetCallingCodesByCountryIdAsync: {
1029
+ parameters: {
1030
+ query?: {
1031
+ "api-version"?: string;
910
1032
  };
911
- responses: {
912
- /** @description OK */
913
- 200: {
914
- content: {
915
- "application/json": components["schemas"]["TimezoneDtoEnvelope"];
916
- "application/xml": components["schemas"]["TimezoneDtoEnvelope"];
917
- };
1033
+ header?: {
1034
+ "x-api-version"?: string;
1035
+ };
1036
+ path: {
1037
+ countryId: string;
1038
+ };
1039
+ };
1040
+ responses: {
1041
+ /** @description OK */
1042
+ 200: {
1043
+ content: {
1044
+ "application/json": components["schemas"]["CountryCallingCodeDtoListEnvelope"];
918
1045
  };
919
- /** @description Unauthorized */
920
- 401: {
921
- content: {
922
- "application/json": components["schemas"]["ErrorEnvelope"];
923
- "application/xml": components["schemas"]["ErrorEnvelope"];
924
- };
1046
+ };
1047
+ /** @description Unauthorized */
1048
+ 401: {
1049
+ content: {
1050
+ "application/json": components["schemas"]["ErrorEnvelope"];
925
1051
  };
926
- /** @description Forbidden */
927
- 403: {
928
- content: {
929
- "application/json": components["schemas"]["ErrorEnvelope"];
930
- "application/xml": components["schemas"]["ErrorEnvelope"];
931
- };
1052
+ };
1053
+ /** @description Forbidden */
1054
+ 403: {
1055
+ content: {
1056
+ "application/json": components["schemas"]["ErrorEnvelope"];
932
1057
  };
933
1058
  };
934
1059
  };
935
1060
  };
936
- }
937
-
938
- export type webhooks = Record<string, never>;
939
-
940
- export interface components {
941
- schemas: {
942
- AccessTokenResponse: {
943
- tokenType?: string | null;
944
- accessToken: string | null;
945
- /** Format: int64 */
946
- expiresIn: number;
947
- refreshToken: string | null;
948
- };
949
- CityDto: {
950
- id?: string | null;
951
- /** Format: date-time */
952
- timestamp?: string | null;
953
- name?: string | null;
954
- imageUrl?: string | null;
955
- stateId?: string | null;
956
- countryId?: string | null;
957
- latitude?: string | null;
958
- longitude?: string | null;
959
- };
960
- CityDtoListEnvelope: {
961
- isSuccess?: boolean;
962
- errorMessage?: string | null;
963
- correlationId?: string | null;
964
- /** Format: date-time */
965
- timestamp?: string;
966
- activityId?: string | null;
967
- result?: components["schemas"]["CityDto"][] | null;
968
- };
969
- CountryCallingCodeDto: {
970
- /** Format: int32 */
971
- id?: number;
972
- callingCode?: string | null;
973
- countryID?: string | null;
974
- };
975
- CountryCallingCodeDtoListEnvelope: {
976
- isSuccess?: boolean;
977
- errorMessage?: string | null;
978
- correlationId?: string | null;
979
- /** Format: date-time */
980
- timestamp?: string;
981
- activityId?: string | null;
982
- result?: components["schemas"]["CountryCallingCodeDto"][] | null;
983
- };
984
- CountryDto: {
985
- id?: string | null;
986
- /** Format: date-time */
987
- timestamp?: string | null;
988
- iso3?: string | null;
989
- iso2?: string | null;
990
- name?: string | null;
991
- nativeName?: string | null;
992
- flagUrl?: string | null;
993
- };
994
- CountryDtoEnvelope: {
995
- isSuccess?: boolean;
996
- errorMessage?: string | null;
997
- correlationId?: string | null;
998
- /** Format: date-time */
999
- timestamp?: string;
1000
- activityId?: string | null;
1001
- result?: components["schemas"]["CountryDto"];
1002
- };
1003
- CountryDtoListEnvelope: {
1004
- isSuccess?: boolean;
1005
- errorMessage?: string | null;
1006
- correlationId?: string | null;
1007
- /** Format: date-time */
1008
- timestamp?: string;
1009
- activityId?: string | null;
1010
- result?: components["schemas"]["CountryDto"][] | null;
1011
- };
1012
- CountryLanguageDto: {
1013
- id?: string | null;
1014
- /** Format: date-time */
1015
- timestamp?: string | null;
1016
- iso639_1?: string | null;
1017
- iso639_2?: string | null;
1018
- enabled?: boolean;
1019
- name?: string | null;
1020
- languageNativeName?: string | null;
1021
- };
1022
- CountryLanguageDtoEnvelope: {
1023
- isSuccess?: boolean;
1024
- errorMessage?: string | null;
1025
- correlationId?: string | null;
1026
- /** Format: date-time */
1027
- timestamp?: string;
1028
- activityId?: string | null;
1029
- result?: components["schemas"]["CountryLanguageDto"];
1030
- };
1031
- CountryLanguageDtoListEnvelope: {
1032
- isSuccess?: boolean;
1033
- errorMessage?: string | null;
1034
- correlationId?: string | null;
1035
- /** Format: date-time */
1036
- timestamp?: string;
1037
- activityId?: string | null;
1038
- result?: components["schemas"]["CountryLanguageDto"][] | null;
1039
- };
1040
- CountryStateDto: {
1041
- /** Format: date-time */
1042
- timestamp?: string | null;
1043
- id?: string | null;
1044
- name?: string | null;
1045
- code?: string | null;
1046
- countryID?: string | null;
1047
- };
1048
- CountryStateDtoEnvelope: {
1049
- isSuccess?: boolean;
1050
- errorMessage?: string | null;
1051
- correlationId?: string | null;
1052
- /** Format: date-time */
1053
- timestamp?: string;
1054
- activityId?: string | null;
1055
- result?: components["schemas"]["CountryStateDto"];
1056
- };
1057
- CountryStateDtoListEnvelope: {
1058
- isSuccess?: boolean;
1059
- errorMessage?: string | null;
1060
- correlationId?: string | null;
1061
- /** Format: date-time */
1062
- timestamp?: string;
1063
- activityId?: string | null;
1064
- result?: components["schemas"]["CountryStateDto"][] | null;
1065
- };
1066
- CountryTopLevelDomainDto: {
1067
- id?: string | null;
1068
- domain?: string | null;
1069
- countryID?: string | null;
1070
- };
1071
- CountryTopLevelDomainDtoListEnvelope: {
1072
- isSuccess?: boolean;
1073
- errorMessage?: string | null;
1074
- correlationId?: string | null;
1075
- /** Format: date-time */
1076
- timestamp?: string;
1077
- activityId?: string | null;
1078
- result?: components["schemas"]["CountryTopLevelDomainDto"][] | null;
1079
- };
1080
- CurrencyDto: {
1081
- id?: string | null;
1082
- code?: string | null;
1083
- name?: string | null;
1084
- symbol?: string | null;
1085
- country?: components["schemas"]["CountryDto"];
1086
- };
1087
- CurrencyDtoEnvelope: {
1088
- isSuccess?: boolean;
1089
- errorMessage?: string | null;
1090
- correlationId?: string | null;
1091
- /** Format: date-time */
1092
- timestamp?: string;
1093
- activityId?: string | null;
1094
- result?: components["schemas"]["CurrencyDto"];
1061
+ /**
1062
+ * Get all currencies
1063
+ * @description Retrieves the list of all enabled currencies with optional OData pagination and filtering.
1064
+ */
1065
+ GetEnabledCurrenciesAsync: {
1066
+ parameters: {
1067
+ query?: {
1068
+ "api-version"?: string;
1069
+ };
1070
+ header?: {
1071
+ "x-api-version"?: string;
1072
+ };
1095
1073
  };
1096
- CurrencyDtoListEnvelope: {
1097
- isSuccess?: boolean;
1098
- errorMessage?: string | null;
1099
- correlationId?: string | null;
1100
- /** Format: date-time */
1101
- timestamp?: string;
1102
- activityId?: string | null;
1103
- result?: components["schemas"]["CurrencyDto"][] | null;
1074
+ responses: {
1075
+ /** @description OK */
1076
+ 200: {
1077
+ content: {
1078
+ "application/json": components["schemas"]["CurrencyDtoListEnvelope"];
1079
+ "application/xml": components["schemas"]["CurrencyDtoListEnvelope"];
1080
+ };
1081
+ };
1082
+ /** @description Unauthorized */
1083
+ 401: {
1084
+ content: {
1085
+ "application/json": components["schemas"]["ErrorEnvelope"];
1086
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1087
+ };
1088
+ };
1089
+ /** @description Forbidden */
1090
+ 403: {
1091
+ content: {
1092
+ "application/json": components["schemas"]["ErrorEnvelope"];
1093
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1094
+ };
1095
+ };
1104
1096
  };
1105
- ErrorEnvelope: {
1106
- isSuccess?: boolean;
1107
- errorMessage?: string | null;
1108
- correlationId?: string | null;
1109
- /** Format: date-time */
1110
- timestamp?: string;
1111
- activityId?: string | null;
1097
+ };
1098
+ /**
1099
+ * Count currencies
1100
+ * @description Returns the total number of enabled currencies, with optional OData filtering.
1101
+ */
1102
+ CountCurrenciesAsync: {
1103
+ parameters: {
1104
+ query?: {
1105
+ "api-version"?: string;
1106
+ };
1107
+ header?: {
1108
+ "x-api-version"?: string;
1109
+ };
1112
1110
  };
1113
- ForgotPasswordRequest: {
1114
- email: string | null;
1111
+ responses: {
1112
+ /** @description OK */
1113
+ 200: {
1114
+ content: {
1115
+ "application/json": components["schemas"]["Int32Envelope"];
1116
+ "application/xml": components["schemas"]["Int32Envelope"];
1117
+ };
1118
+ };
1119
+ /** @description Unauthorized */
1120
+ 401: {
1121
+ content: {
1122
+ "application/json": components["schemas"]["ErrorEnvelope"];
1123
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1124
+ };
1125
+ };
1126
+ /** @description Forbidden */
1127
+ 403: {
1128
+ content: {
1129
+ "application/json": components["schemas"]["ErrorEnvelope"];
1130
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1131
+ };
1132
+ };
1115
1133
  };
1116
- HttpValidationProblemDetails: {
1117
- type?: string | null;
1118
- title?: string | null;
1119
- /** Format: int32 */
1120
- status?: number | null;
1121
- detail?: string | null;
1122
- instance?: string | null;
1123
- errors?: {
1124
- [key: string]: string[];
1125
- } | null;
1126
- [key: string]: unknown;
1134
+ };
1135
+ /**
1136
+ * Get currency by ID
1137
+ * @description Retrieves a single currency by its unique identifier.
1138
+ */
1139
+ GetCurrencyByIdAsync: {
1140
+ parameters: {
1141
+ query?: {
1142
+ "api-version"?: string;
1143
+ };
1144
+ header?: {
1145
+ "x-api-version"?: string;
1146
+ };
1147
+ path: {
1148
+ currencyId: string;
1149
+ };
1127
1150
  };
1128
- InfoRequest: {
1129
- newEmail?: string | null;
1130
- newPassword?: string | null;
1131
- oldPassword?: string | null;
1151
+ responses: {
1152
+ /** @description OK */
1153
+ 200: {
1154
+ content: {
1155
+ "application/json": components["schemas"]["CurrencyDtoEnvelope"];
1156
+ "application/xml": components["schemas"]["CurrencyDtoEnvelope"];
1157
+ };
1158
+ };
1159
+ /** @description Unauthorized */
1160
+ 401: {
1161
+ content: {
1162
+ "application/json": components["schemas"]["ErrorEnvelope"];
1163
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1164
+ };
1165
+ };
1166
+ /** @description Forbidden */
1167
+ 403: {
1168
+ content: {
1169
+ "application/json": components["schemas"]["ErrorEnvelope"];
1170
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1171
+ };
1172
+ };
1132
1173
  };
1133
- InfoResponse: {
1134
- email: string | null;
1135
- isEmailConfirmed: boolean;
1174
+ };
1175
+ "MapIdentityApi-/confirmEmail": {
1176
+ parameters: {
1177
+ query: {
1178
+ userId: string;
1179
+ code: string;
1180
+ changedEmail?: string;
1181
+ };
1136
1182
  };
1137
- Int32Envelope: {
1138
- isSuccess?: boolean;
1139
- errorMessage?: string | null;
1140
- correlationId?: string | null;
1141
- /** Format: date-time */
1142
- timestamp?: string;
1143
- activityId?: string | null;
1144
- /** Format: int32 */
1145
- result?: number;
1183
+ responses: {
1184
+ /** @description OK */
1185
+ 200: {
1186
+ content: never;
1187
+ };
1146
1188
  };
1147
- LoginRequest: {
1148
- email: string | null;
1149
- password: string | null;
1150
- twoFactorCode?: string | null;
1151
- twoFactorRecoveryCode?: string | null;
1189
+ };
1190
+ /**
1191
+ * Get all languages
1192
+ * @description Retrieves the list of all supported languages with optional OData pagination and filtering.
1193
+ */
1194
+ GetLanguagesAsync: {
1195
+ parameters: {
1196
+ query?: {
1197
+ "api-version"?: string;
1198
+ };
1199
+ header?: {
1200
+ "x-api-version"?: string;
1201
+ };
1152
1202
  };
1153
- RefreshRequest: {
1154
- refreshToken: string | null;
1203
+ responses: {
1204
+ /** @description OK */
1205
+ 200: {
1206
+ content: {
1207
+ "application/json": components["schemas"]["CountryLanguageDtoListEnvelope"];
1208
+ "application/xml": components["schemas"]["CountryLanguageDtoListEnvelope"];
1209
+ };
1210
+ };
1211
+ /** @description Unauthorized */
1212
+ 401: {
1213
+ content: {
1214
+ "application/json": components["schemas"]["ErrorEnvelope"];
1215
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1216
+ };
1217
+ };
1218
+ /** @description Forbidden */
1219
+ 403: {
1220
+ content: {
1221
+ "application/json": components["schemas"]["ErrorEnvelope"];
1222
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1223
+ };
1224
+ };
1155
1225
  };
1156
- RegisterRequest: {
1157
- email: string | null;
1158
- password: string | null;
1226
+ };
1227
+ /**
1228
+ * Count languages
1229
+ * @description Returns the total number of supported languages, with optional OData filtering.
1230
+ */
1231
+ CountLanguagesAsync: {
1232
+ parameters: {
1233
+ query?: {
1234
+ "api-version"?: string;
1235
+ };
1236
+ header?: {
1237
+ "x-api-version"?: string;
1238
+ };
1159
1239
  };
1160
- ResendConfirmationEmailRequest: {
1161
- email: string | null;
1240
+ responses: {
1241
+ /** @description OK */
1242
+ 200: {
1243
+ content: {
1244
+ "application/json": components["schemas"]["Int32Envelope"];
1245
+ "application/xml": components["schemas"]["Int32Envelope"];
1246
+ };
1247
+ };
1248
+ /** @description Unauthorized */
1249
+ 401: {
1250
+ content: {
1251
+ "application/json": components["schemas"]["ErrorEnvelope"];
1252
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1253
+ };
1254
+ };
1255
+ /** @description Forbidden */
1256
+ 403: {
1257
+ content: {
1258
+ "application/json": components["schemas"]["ErrorEnvelope"];
1259
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1260
+ };
1261
+ };
1162
1262
  };
1163
- ResetPasswordRequest: {
1164
- email: string | null;
1165
- resetCode: string | null;
1166
- newPassword: string | null;
1263
+ };
1264
+ /**
1265
+ * Get language by ID
1266
+ * @description Retrieves a single language by its unique identifier.
1267
+ */
1268
+ GetLanguageByIdAsync: {
1269
+ parameters: {
1270
+ query?: {
1271
+ "api-version"?: string;
1272
+ };
1273
+ header?: {
1274
+ "x-api-version"?: string;
1275
+ };
1276
+ path: {
1277
+ languageId: string;
1278
+ };
1167
1279
  };
1168
- TimezoneDto: {
1169
- id?: string | null;
1170
- /** Format: date-time */
1171
- timestamp?: string | null;
1172
- name?: string | null;
1173
- utcOffset?: string | null;
1174
- displayName?: string | null;
1280
+ responses: {
1281
+ /** @description OK */
1282
+ 200: {
1283
+ content: {
1284
+ "application/json": components["schemas"]["CountryLanguageDtoEnvelope"];
1285
+ "application/xml": components["schemas"]["CountryLanguageDtoEnvelope"];
1286
+ };
1287
+ };
1288
+ /** @description Unauthorized */
1289
+ 401: {
1290
+ content: {
1291
+ "application/json": components["schemas"]["ErrorEnvelope"];
1292
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1293
+ };
1294
+ };
1295
+ /** @description Forbidden */
1296
+ 403: {
1297
+ content: {
1298
+ "application/json": components["schemas"]["ErrorEnvelope"];
1299
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1300
+ };
1301
+ };
1175
1302
  };
1176
- TimezoneDtoEnvelope: {
1177
- isSuccess?: boolean;
1178
- errorMessage?: string | null;
1179
- correlationId?: string | null;
1180
- /** Format: date-time */
1181
- timestamp?: string;
1182
- activityId?: string | null;
1183
- result?: components["schemas"]["TimezoneDto"];
1303
+ };
1304
+ /**
1305
+ * Get all timezones
1306
+ * @description Retrieves the list of all supported timezones with optional OData pagination and filtering.
1307
+ */
1308
+ GetTimeZonesAsync: {
1309
+ parameters: {
1310
+ query?: {
1311
+ "api-version"?: string;
1312
+ };
1313
+ header?: {
1314
+ "x-api-version"?: string;
1315
+ };
1184
1316
  };
1185
- TimezoneDtoListEnvelope: {
1186
- isSuccess?: boolean;
1187
- errorMessage?: string | null;
1188
- correlationId?: string | null;
1189
- /** Format: date-time */
1190
- timestamp?: string;
1191
- activityId?: string | null;
1192
- result?: components["schemas"]["TimezoneDto"][] | null;
1317
+ responses: {
1318
+ /** @description OK */
1319
+ 200: {
1320
+ content: {
1321
+ "application/json": components["schemas"]["TimezoneDtoListEnvelope"];
1322
+ "application/xml": components["schemas"]["TimezoneDtoListEnvelope"];
1323
+ };
1324
+ };
1325
+ /** @description Unauthorized */
1326
+ 401: {
1327
+ content: {
1328
+ "application/json": components["schemas"]["ErrorEnvelope"];
1329
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1330
+ };
1331
+ };
1332
+ /** @description Forbidden */
1333
+ 403: {
1334
+ content: {
1335
+ "application/json": components["schemas"]["ErrorEnvelope"];
1336
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1337
+ };
1338
+ };
1193
1339
  };
1194
- TwoFactorRequest: {
1195
- enable?: boolean | null;
1196
- twoFactorCode?: string | null;
1197
- resetSharedKey?: boolean;
1198
- resetRecoveryCodes?: boolean;
1199
- forgetMachine?: boolean;
1340
+ };
1341
+ /**
1342
+ * Count timezones
1343
+ * @description Returns the total number of supported timezones, with optional OData filtering.
1344
+ */
1345
+ CountTimezonesAsync: {
1346
+ parameters: {
1347
+ query?: {
1348
+ "api-version"?: string;
1349
+ };
1350
+ header?: {
1351
+ "x-api-version"?: string;
1352
+ };
1200
1353
  };
1201
- TwoFactorResponse: {
1202
- sharedKey: string | null;
1203
- /** Format: int32 */
1204
- recoveryCodesLeft: number;
1205
- recoveryCodes?: string[] | null;
1206
- isTwoFactorEnabled: boolean;
1207
- isMachineRemembered: boolean;
1354
+ responses: {
1355
+ /** @description OK */
1356
+ 200: {
1357
+ content: {
1358
+ "application/json": components["schemas"]["Int32Envelope"];
1359
+ "application/xml": components["schemas"]["Int32Envelope"];
1360
+ };
1361
+ };
1362
+ /** @description Unauthorized */
1363
+ 401: {
1364
+ content: {
1365
+ "application/json": components["schemas"]["ErrorEnvelope"];
1366
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1367
+ };
1368
+ };
1369
+ /** @description Forbidden */
1370
+ 403: {
1371
+ content: {
1372
+ "application/json": components["schemas"]["ErrorEnvelope"];
1373
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1374
+ };
1375
+ };
1208
1376
  };
1209
1377
  };
1210
- responses: never;
1211
- parameters: never;
1212
- requestBodies: never;
1213
- headers: never;
1214
- pathItems: never;
1215
- }
1216
-
1217
- export type $defs = Record<string, never>;
1218
-
1219
- export type external = Record<string, never>;
1220
-
1221
- export interface operations {
1222
-
1223
- "MapIdentityApi-/confirmEmail": {
1378
+ /**
1379
+ * Get timezone by ID
1380
+ * @description Retrieves a single timezone by its unique identifier.
1381
+ */
1382
+ GetTimeZoneByIdAsync: {
1224
1383
  parameters: {
1225
- query: {
1226
- userId: string;
1227
- code: string;
1228
- changedEmail?: string;
1384
+ query?: {
1385
+ "api-version"?: string;
1386
+ };
1387
+ header?: {
1388
+ "x-api-version"?: string;
1389
+ };
1390
+ path: {
1391
+ timeZoneId: string;
1229
1392
  };
1230
1393
  };
1231
1394
  responses: {
1232
1395
  /** @description OK */
1233
1396
  200: {
1234
- content: never;
1397
+ content: {
1398
+ "application/json": components["schemas"]["TimezoneDtoEnvelope"];
1399
+ "application/xml": components["schemas"]["TimezoneDtoEnvelope"];
1400
+ };
1401
+ };
1402
+ /** @description Unauthorized */
1403
+ 401: {
1404
+ content: {
1405
+ "application/json": components["schemas"]["ErrorEnvelope"];
1406
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1407
+ };
1408
+ };
1409
+ /** @description Forbidden */
1410
+ 403: {
1411
+ content: {
1412
+ "application/json": components["schemas"]["ErrorEnvelope"];
1413
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1414
+ };
1235
1415
  };
1236
1416
  };
1237
1417
  };