@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
package/output.txt DELETED
@@ -1,1831 +0,0 @@
1
- ÔÅ│ Generating from https://localhost:44388/swagger/AccountingService/swagger.yaml
2
- (node:411644) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
3
- (Use `node --trace-warnings ...` to show where the warning was created)
4
- ­ƒöÑ Event broadcast: "operation"
5
- index: 0
6
- arguments: [
7
- {
8
- "method": "post",
9
- "operation": {
10
- "id": "postApiV2AccountingServiceFiscalsAuthorities",
11
- "method": "post",
12
- "path": "/api/v2/AccountingService/Fiscals/Authorities",
13
- "tags": [
14
- "FiscalAuthorities"
15
- ],
16
- "parameters": {
17
- "header": {
18
- "x-api-version": {
19
- "explode": false,
20
- "location": "header",
21
- "name": "x-api-version",
22
- "schema": {
23
- "type": "string"
24
- },
25
- "style": "simple"
26
- }
27
- },
28
- "query": {
29
- "tenantId": {
30
- "allowReserved": false,
31
- "explode": true,
32
- "location": "query",
33
- "name": "tenantId",
34
- "schema": {
35
- "accessScopes": [
36
- "read"
37
- ],
38
- "$ref": "#/components/schemas/TenantId"
39
- },
40
- "style": "form",
41
- "required": true
42
- },
43
- "api-version": {
44
- "allowReserved": false,
45
- "explode": true,
46
- "location": "query",
47
- "name": "api-version",
48
- "schema": {
49
- "type": "string"
50
- },
51
- "style": "form"
52
- }
53
- }
54
- },
55
- "body": {
56
- "mediaType": "application/json",
57
- "schema": {
58
- "accessScopes": [
59
- "read",
60
- "both"
61
- ],
62
- "$ref": "#/components/schemas/FiscalAuthorityCreateDto"
63
- },
64
- "type": "json"
65
- },
66
- "responses": {
67
- "201": {
68
- "mediaType": "application/json",
69
- "schema": {
70
- "description": "Created",
71
- "accessScopes": [
72
- "read",
73
- "both"
74
- ],
75
- "$ref": "#/components/schemas/EmptyEnvelope"
76
- }
77
- },
78
- "401": {
79
- "mediaType": "application/json",
80
- "schema": {
81
- "description": "Unauthorized",
82
- "accessScopes": [
83
- "read",
84
- "both"
85
- ],
86
- "$ref": "#/components/schemas/ErrorEnvelope"
87
- }
88
- },
89
- "403": {
90
- "mediaType": "application/json",
91
- "schema": {
92
- "description": "Forbidden",
93
- "accessScopes": [
94
- "read",
95
- "both"
96
- ],
97
- "$ref": "#/components/schemas/ErrorEnvelope"
98
- }
99
- }
100
- }
101
- },
102
- "path": "/api/v2/AccountingService/Fiscals/Authorities"
103
- }
104
- ]
105
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919197061.log
106
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
107
- Ô£¿ openapi-typescript 6.7.6
108
- (node:398388) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
109
- (Use `node --trace-warnings ...` to show where the warning was created)
110
- ­ƒÜÇ https://localhost:44388/swagger/AccountingService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/accountingService/schema.s.ts [820ms]
111
- ÔÅ│ Generating from https://localhost:44388/swagger/CartService/swagger.yaml
112
- (node:362332) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
113
- (Use `node --trace-warnings ...` to show where the warning was created)
114
- ÔØù´©Å Duplicate operationId: RemoveItemFromCartAsync in PUT /api/v2/CartService/Carts/{cartId}/Items/{itemId}/Decrease. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
115
- ­ƒÜÇ Done! Your output is in ./clients\cartService
116
- Ô£¿ openapi-typescript 6.7.6
117
- (node:411544) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
118
- (Use `node --trace-warnings ...` to show where the warning was created)
119
- ­ƒÜÇ https://localhost:44388/swagger/CartService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/cartService/schema.s.ts [411ms]
120
- ÔÅ│ Generating from https://localhost:44388/swagger/CatalogService/swagger.yaml
121
- (node:385840) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
122
- (Use `node --trace-warnings ...` to show where the warning was created)
123
- ÔØù´©Å Duplicate operationId: GetItemCategoriesAsync in GET /api/v2/CatalogService/ItemGoogleCategories. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
124
- ­ƒöÑ Event broadcast: "schema"
125
- index: 0
126
- arguments: [
127
- {
128
- "$ref": "#/components/schemas/AppFile",
129
- "name": "AppFile",
130
- "schema": {
131
- "type": "object",
132
- "accessScopes": [
133
- "read",
134
- "both"
135
- ],
136
- "properties": {
137
- "content": {
138
- "format": "byte",
139
- "accessScope": "read",
140
- "accessScopes": [
141
- "read"
142
- ],
143
- "items": [
144
- {
145
- "format": "byte",
146
- "accessScope": "read",
147
- "accessScopes": [
148
- "read"
149
- ],
150
- "type": "string"
151
- },
152
- {
153
- "type": "null"
154
- }
155
- ],
156
- "logicalOperator": "or"
157
- },
158
- "sha256": {
159
- "accessScope": "read",
160
- "accessScopes": [
161
- "read"
162
- ],
163
- "items": [
164
- {
165
- "accessScope": "read",
166
- "accessScopes": [
167
- "read"
168
- ],
169
- "type": "string"
170
- },
171
- {
172
- "type": "null"
173
- }
174
- ],
175
- "logicalOperator": "or"
176
- },
177
- "createdAtUtc": {
178
- "format": "date-time",
179
- "accessScope": "read",
180
- "accessScopes": [
181
- "read"
182
- ],
183
- "type": "string"
184
- },
185
- "userId": {
186
- "$ref": "#/components/schemas/UserId",
187
- "accessScopes": [
188
- "read"
189
- ]
190
- },
191
- "tenantId": {
192
- "$ref": "#/components/schemas/TenantId",
193
- "accessScopes": [
194
- "read"
195
- ]
196
- },
197
- "enrollmentId": {
198
- "$ref": "#/components/schemas/EnrollmentId",
199
- "accessScopes": [
200
- "read"
201
- ]
202
- },
203
- "source": {
204
- "type": "enum",
205
- "accessScopes": [
206
- "both"
207
- ],
208
- "items": [
209
- {
210
- "accessScopes": [
211
- "both"
212
- ],
213
- "type": "string",
214
- "const": "Unknown"
215
- },
216
- {
217
- "accessScopes": [
218
- "both"
219
- ],
220
- "type": "string",
221
- "const": "HttpUpload"
222
- },
223
- {
224
- "accessScopes": [
225
- "both"
226
- ],
227
- "type": "string",
228
- "const": "Integration"
229
- },
230
- {
231
- "accessScopes": [
232
- "both"
233
- ],
234
- "type": "string",
235
- "const": "InternalProcess"
236
- },
237
- {
238
- "accessScopes": [
239
- "both"
240
- ],
241
- "type": "string",
242
- "const": "ApiClient"
243
- },
244
- {
245
- "accessScopes": [
246
- "both"
247
- ],
248
- "type": "string",
249
- "const": "WorkflowEngine"
250
- }
251
- ],
252
- "logicalOperator": "or"
253
- },
254
- "length": {
255
- "format": "int64",
256
- "accessScope": "read",
257
- "accessScopes": [
258
- "read"
259
- ],
260
- "type": "integer"
261
- },
262
- "name": {
263
- "accessScope": "read",
264
- "accessScopes": [
265
- "read"
266
- ],
267
- "items": [
268
- {
269
- "accessScope": "read",
270
- "accessScopes": [
271
- "read"
272
- ],
273
- "type": "string"
274
- },
275
- {
276
- "type": "null"
277
- }
278
- ],
279
- "logicalOperator": "or"
280
- },
281
- "fileName": {
282
- "accessScope": "read",
283
- "accessScopes": [
284
- "read"
285
- ],
286
- "items": [
287
- {
288
- "accessScope": "read",
289
- "accessScopes": [
290
- "read"
291
- ],
292
- "type": "string"
293
- },
294
- {
295
- "type": "null"
296
- }
297
- ],
298
- "logicalOperator": "or"
299
- },
300
- "lastModified": {
301
- "format": "date-time",
302
- "accessScope": "read",
303
- "accessScopes": [
304
- "read"
305
- ],
306
- "type": "string"
307
- },
308
- "size": {
309
- "format": "int64",
310
- "accessScope": "read",
311
- "accessScopes": [
312
- "read"
313
- ],
314
- "type": "integer"
315
- },
316
- "contentType": {
317
- "accessScope": "read",
318
- "accessScopes": [
319
- "read"
320
- ],
321
- "items": [
322
- {
323
- "accessScope": "read",
324
- "accessScopes": [
325
- "read"
326
- ],
327
- "type": "string"
328
- },
329
- {
330
- "type": "null"
331
- }
332
- ],
333
- "logicalOperator": "or"
334
- },
335
- "contentDisposition": {
336
- "accessScope": "read",
337
- "accessScopes": [
338
- "read"
339
- ],
340
- "items": [
341
- {
342
- "accessScope": "read",
343
- "accessScopes": [
344
- "read"
345
- ],
346
- "type": "string"
347
- },
348
- {
349
- "type": "null"
350
- }
351
- ],
352
- "logicalOperator": "or"
353
- },
354
- "headers": {
355
- "accessScope": "read",
356
- "accessScopes": [
357
- "read"
358
- ],
359
- "items": [
360
- {
361
- "accessScope": "read",
362
- "accessScopes": [
363
- "read"
364
- ],
365
- "type": "object",
366
- "additionalProperties": {
367
- "accessScopes": [
368
- "both"
369
- ],
370
- "type": "string"
371
- }
372
- },
373
- {
374
- "type": "null"
375
- }
376
- ],
377
- "logicalOperator": "or"
378
- }
379
- },
380
- "additionalProperties": {
381
- "type": "never"
382
- }
383
- }
384
- }
385
- ]
386
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919206848.log
387
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
388
- Ô£¿ openapi-typescript 6.7.6
389
- (node:292380) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
390
- (Use `node --trace-warnings ...` to show where the warning was created)
391
- ­ƒÜÇ https://localhost:44388/swagger/CatalogService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/catalogService/schema.s.ts [535ms]
392
- ÔÅ│ Generating from https://localhost:44388/swagger/ContentService/swagger.yaml
393
- (node:391704) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
394
- (Use `node --trace-warnings ...` to show where the warning was created)
395
- ÔØù´©Å Duplicate operationId: GetWebPageCategoriesAsync in GET /api/v2/ContentService/WebPages/{webPageId}/Categories. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
396
- ÔØù´©Å Duplicate operationId: GetWebPageTagsAsync in GET /api/v2/ContentService/WebPageTags. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
397
- ­ƒöÑ Event broadcast: "operation"
398
- index: 0
399
- arguments: [
400
- {
401
- "method": "delete",
402
- "operation": {
403
- "id": "deleteWebPortalAsync",
404
- "method": "delete",
405
- "path": "/api/v2/ContentService/Portals/{portalId}",
406
- "description": "Delete a web portal",
407
- "summary": "Delete a web portal",
408
- "tags": [
409
- "Portals"
410
- ],
411
- "parameters": {
412
- "header": {
413
- "x-api-version": {
414
- "explode": false,
415
- "location": "header",
416
- "name": "x-api-version",
417
- "schema": {
418
- "type": "string"
419
- },
420
- "style": "simple"
421
- }
422
- },
423
- "path": {
424
- "portalId": {
425
- "explode": false,
426
- "location": "path",
427
- "name": "portalId",
428
- "schema": {
429
- "type": "string"
430
- },
431
- "style": "simple",
432
- "required": true
433
- }
434
- },
435
- "query": {
436
- "tenantId": {
437
- "allowReserved": false,
438
- "explode": true,
439
- "location": "query",
440
- "name": "tenantId",
441
- "schema": {
442
- "format": "uuid",
443
- "type": "string"
444
- },
445
- "style": "form",
446
- "required": true
447
- },
448
- "api-version": {
449
- "allowReserved": false,
450
- "explode": true,
451
- "location": "query",
452
- "name": "api-version",
453
- "schema": {
454
- "type": "string"
455
- },
456
- "style": "form"
457
- }
458
- }
459
- },
460
- "body": {
461
- "mediaType": "application/json",
462
- "schema": {
463
- "accessScopes": [
464
- "read"
465
- ],
466
- "$ref": "#/components/schemas/PortalId"
467
- },
468
- "required": true,
469
- "type": "json"
470
- },
471
- "responses": {
472
- "200": {
473
- "mediaType": "application/json",
474
- "schema": {
475
- "description": "OK",
476
- "accessScopes": [
477
- "read",
478
- "both"
479
- ],
480
- "$ref": "#/components/schemas/EmptyEnvelope"
481
- }
482
- },
483
- "401": {
484
- "mediaType": "application/json",
485
- "schema": {
486
- "description": "Unauthorized",
487
- "accessScopes": [
488
- "read",
489
- "both"
490
- ],
491
- "$ref": "#/components/schemas/ErrorEnvelope"
492
- }
493
- },
494
- "403": {
495
- "mediaType": "application/json",
496
- "schema": {
497
- "description": "Forbidden",
498
- "accessScopes": [
499
- "read",
500
- "both"
501
- ],
502
- "$ref": "#/components/schemas/ErrorEnvelope"
503
- }
504
- }
505
- }
506
- },
507
- "path": "/api/v2/ContentService/Portals/{portalId}"
508
- }
509
- ]
510
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919211413.log
511
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
512
- Ô£¿ openapi-typescript 6.7.6
513
- (node:302500) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
514
- (Use `node --trace-warnings ...` to show where the warning was created)
515
- ­ƒÜÇ https://localhost:44388/swagger/ContentService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/contentService/schema.s.ts [407ms]
516
- ÔÅ│ Generating from https://localhost:44388/swagger/CrmService/swagger.yaml
517
- (node:317332) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
518
- (Use `node --trace-warnings ...` to show where the warning was created)
519
- ­ƒÜÇ Done! Your output is in ./clients\crmService
520
- Ô£¿ openapi-typescript 6.7.6
521
- (node:372752) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
522
- (Use `node --trace-warnings ...` to show where the warning was created)
523
- ­ƒÜÇ https://localhost:44388/swagger/CrmService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/crmService/schema.s.ts [348ms]
524
- ÔÅ│ Generating from https://localhost:44388/swagger/DealsService/swagger.yaml
525
- (node:387964) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
526
- (Use `node --trace-warnings ...` to show where the warning was created)
527
- ­ƒÜÇ Done! Your output is in ./clients\dealsService
528
- Ô£¿ openapi-typescript 6.7.6
529
- (node:259624) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
530
- (Use `node --trace-warnings ...` to show where the warning was created)
531
- ­ƒÜÇ https://localhost:44388/swagger/DealsService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/dealsService/schema.s.ts [394ms]
532
- ÔÅ│ Generating from https://localhost:44388/swagger/ForexService/swagger.yaml
533
- (node:407312) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
534
- (Use `node --trace-warnings ...` to show where the warning was created)
535
- ­ƒÜÇ Done! Your output is in ./clients\forexService
536
- Ô£¿ openapi-typescript 6.7.6
537
- (node:411520) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
538
- (Use `node --trace-warnings ...` to show where the warning was created)
539
- ­ƒÜÇ https://localhost:44388/swagger/ForexService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/forexService/schema.s.ts [285ms]
540
- ÔÅ│ Generating from https://localhost:44388/swagger/GlobeService/swagger.yaml
541
- (node:411116) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
542
- (Use `node --trace-warnings ...` to show where the warning was created)
543
- ­ƒÜÇ Done! Your output is in ./clients\globeService
544
- Ô£¿ openapi-typescript 6.7.6
545
- (node:383228) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
546
- (Use `node --trace-warnings ...` to show where the warning was created)
547
- ­ƒÜÇ https://localhost:44388/swagger/GlobeService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/globeService/schema.s.ts [299ms]
548
- ÔÅ│ Generating from https://localhost:44388/swagger/UsersService/swagger.yaml
549
- (node:410116) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
550
- (Use `node --trace-warnings ...` to show where the warning was created)
551
- ­ƒÜÇ Done! Your output is in ./clients\usersService
552
- Ô£¿ openapi-typescript 6.7.6
553
- (node:411512) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
554
- (Use `node --trace-warnings ...` to show where the warning was created)
555
- ­ƒÜÇ https://localhost:44388/swagger/UsersService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/usersService/schema.s.ts [328ms]
556
- ÔÅ│ Generating from https://localhost:44388/swagger/HrmsService/swagger.yaml
557
- (node:404484) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
558
- (Use `node --trace-warnings ...` to show where the warning was created)
559
- ­ƒöÑ Event broadcast: "operation"
560
- index: 0
561
- arguments: [
562
- {
563
- "method": "post",
564
- "operation": {
565
- "id": "createEmployeeAsync",
566
- "method": "post",
567
- "path": "/api/v2/HrmsService/Employees",
568
- "description": "Creates a new employee for the specified tenant.",
569
- "summary": "Create an employee",
570
- "tags": [
571
- "Employees"
572
- ],
573
- "parameters": {
574
- "header": {
575
- "x-api-version": {
576
- "explode": false,
577
- "location": "header",
578
- "name": "x-api-version",
579
- "schema": {
580
- "type": "string"
581
- },
582
- "style": "simple"
583
- }
584
- },
585
- "query": {
586
- "tenantId": {
587
- "allowReserved": false,
588
- "explode": true,
589
- "location": "query",
590
- "name": "tenantId",
591
- "schema": {
592
- "format": "uuid",
593
- "type": "string"
594
- },
595
- "style": "form",
596
- "required": true
597
- },
598
- "api-version": {
599
- "allowReserved": false,
600
- "explode": true,
601
- "location": "query",
602
- "name": "api-version",
603
- "schema": {
604
- "type": "string"
605
- },
606
- "style": "form"
607
- }
608
- }
609
- },
610
- "body": {
611
- "mediaType": "application/json",
612
- "schema": {
613
- "accessScopes": [
614
- "read"
615
- ],
616
- "$ref": "#/components/schemas/EmployeeProfileCreateDto"
617
- },
618
- "type": "json"
619
- },
620
- "responses": {
621
- "200": {
622
- "schema": {
623
- "description": "OK",
624
- "type": "unknown"
625
- }
626
- },
627
- "400": {
628
- "mediaType": "application/json",
629
- "schema": {
630
- "description": "Bad Request",
631
- "accessScopes": [
632
- "read",
633
- "both"
634
- ],
635
- "$ref": "#/components/schemas/ErrorEnvelope"
636
- }
637
- },
638
- "401": {
639
- "mediaType": "application/json",
640
- "schema": {
641
- "description": "Unauthorized",
642
- "accessScopes": [
643
- "read",
644
- "both"
645
- ],
646
- "$ref": "#/components/schemas/ErrorEnvelope"
647
- }
648
- },
649
- "403": {
650
- "mediaType": "application/json",
651
- "schema": {
652
- "description": "Forbidden",
653
- "accessScopes": [
654
- "read",
655
- "both"
656
- ],
657
- "$ref": "#/components/schemas/ErrorEnvelope"
658
- }
659
- }
660
- }
661
- },
662
- "path": "/api/v2/HrmsService/Employees"
663
- }
664
- ]
665
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919234889.log
666
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
667
- Ô£¿ openapi-typescript 6.7.6
668
- (node:312708) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
669
- (Use `node --trace-warnings ...` to show where the warning was created)
670
- ­ƒÜÇ https://localhost:44388/swagger/HrmsService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/hrmsService/schema.s.ts [330ms]
671
- ÔÅ│ Generating from https://localhost:44388/swagger/IdentityService/swagger.yaml
672
- (node:405468) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
673
- (Use `node --trace-warnings ...` to show where the warning was created)
674
- ­ƒöÑ Event broadcast: "schema"
675
- index: 0
676
- arguments: [
677
- {
678
- "$ref": "#/components/schemas/AuthorizationResult",
679
- "name": "AuthorizationResult",
680
- "schema": {
681
- "type": "object",
682
- "accessScopes": [
683
- "read",
684
- "both"
685
- ],
686
- "properties": {
687
- "userId": {
688
- "$ref": "#/components/schemas/UserId",
689
- "accessScopes": [
690
- "read"
691
- ]
692
- },
693
- "tenantId": {
694
- "$ref": "#/components/schemas/TenantId",
695
- "accessScopes": [
696
- "read"
697
- ]
698
- },
699
- "portalId": {
700
- "$ref": "#/components/schemas/PortalId",
701
- "accessScopes": [
702
- "read"
703
- ]
704
- },
705
- "applicationId": {
706
- "$ref": "#/components/schemas/AppId",
707
- "accessScopes": [
708
- "read"
709
- ]
710
- },
711
- "enrollmentId": {
712
- "$ref": "#/components/schemas/EnrollmentId",
713
- "accessScopes": [
714
- "read"
715
- ]
716
- },
717
- "correlationId": {
718
- "accessScopes": [
719
- "both"
720
- ],
721
- "items": [
722
- {
723
- "accessScopes": [
724
- "both"
725
- ],
726
- "type": "string"
727
- },
728
- {
729
- "type": "null"
730
- }
731
- ],
732
- "logicalOperator": "or"
733
- },
734
- "scopes": {
735
- "accessScopes": [
736
- "both"
737
- ],
738
- "items": [
739
- {
740
- "accessScopes": [
741
- "both"
742
- ],
743
- "type": "array",
744
- "items": [
745
- {
746
- "accessScopes": [
747
- "both"
748
- ],
749
- "type": "string"
750
- }
751
- ]
752
- },
753
- {
754
- "type": "null"
755
- }
756
- ],
757
- "logicalOperator": "or"
758
- },
759
- "error": {
760
- "accessScopes": [
761
- "both"
762
- ],
763
- "items": [
764
- {
765
- "accessScopes": [
766
- "both"
767
- ],
768
- "type": "string"
769
- },
770
- {
771
- "type": "null"
772
- }
773
- ],
774
- "logicalOperator": "or"
775
- },
776
- "isSuccess": {
777
- "accessScope": "read",
778
- "accessScopes": [
779
- "read"
780
- ],
781
- "type": "boolean"
782
- }
783
- },
784
- "additionalProperties": {
785
- "type": "never"
786
- }
787
- }
788
- }
789
- ]
790
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919238790.log
791
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
792
- Ô£¿ openapi-typescript 6.7.6
793
- (node:393360) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
794
- (Use `node --trace-warnings ...` to show where the warning was created)
795
- ­ƒÜÇ https://localhost:44388/swagger/IdentityService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/identityService/schema.s.ts [304ms]
796
- ÔÅ│ Generating from https://localhost:44388/swagger/InventoryService/swagger.yaml
797
- (node:207396) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
798
- (Use `node --trace-warnings ...` to show where the warning was created)
799
- ­ƒÜÇ Done! Your output is in ./clients\inventoryService
800
- Ô£¿ openapi-typescript 6.7.6
801
- (node:292660) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
802
- (Use `node --trace-warnings ...` to show where the warning was created)
803
- ­ƒÜÇ https://localhost:44388/swagger/InventoryService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/inventoryService/schema.s.ts [295ms]
804
- ÔÅ│ Generating from https://localhost:44388/swagger/InvoicingService/swagger.yaml
805
- (node:38440) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
806
- (Use `node --trace-warnings ...` to show where the warning was created)
807
- ­ƒÜÇ Done! Your output is in ./clients\invoicingService
808
- Ô£¿ openapi-typescript 6.7.6
809
- (node:322020) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
810
- (Use `node --trace-warnings ...` to show where the warning was created)
811
- ­ƒÜÇ https://localhost:44388/swagger/InvoicingService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/invoicingService/schema.s.ts [329ms]
812
- ÔÅ│ Generating from https://localhost:44388/swagger/LearningService/swagger.yaml
813
- (node:39868) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
814
- (Use `node --trace-warnings ...` to show where the warning was created)
815
- ­ƒöÑ Event broadcast: "operation"
816
- index: 0
817
- arguments: [
818
- {
819
- "method": "post",
820
- "operation": {
821
- "id": "createCourseAsync",
822
- "method": "post",
823
- "path": "/api/v2/LearningService/Courses",
824
- "description": "Creates a new course for the specified tenant.",
825
- "summary": "Create a new course",
826
- "tags": [
827
- "Courses"
828
- ],
829
- "parameters": {
830
- "header": {
831
- "x-api-version": {
832
- "explode": false,
833
- "location": "header",
834
- "name": "x-api-version",
835
- "schema": {
836
- "type": "string"
837
- },
838
- "style": "simple"
839
- }
840
- },
841
- "query": {
842
- "tenantId": {
843
- "allowReserved": false,
844
- "explode": true,
845
- "location": "query",
846
- "name": "tenantId",
847
- "schema": {
848
- "format": "uuid",
849
- "type": "string"
850
- },
851
- "style": "form",
852
- "required": true
853
- },
854
- "api-version": {
855
- "allowReserved": false,
856
- "explode": true,
857
- "location": "query",
858
- "name": "api-version",
859
- "schema": {
860
- "type": "string"
861
- },
862
- "style": "form"
863
- }
864
- }
865
- },
866
- "body": {
867
- "mediaType": "application/json",
868
- "schema": {
869
- "accessScopes": [
870
- "read"
871
- ],
872
- "$ref": "#/components/schemas/CourseCreateDto"
873
- },
874
- "type": "json"
875
- },
876
- "responses": {
877
- "200": {
878
- "schema": {
879
- "description": "OK",
880
- "type": "unknown"
881
- }
882
- },
883
- "403": {
884
- "mediaType": "application/json",
885
- "schema": {
886
- "description": "Forbidden",
887
- "accessScopes": [
888
- "read",
889
- "both"
890
- ],
891
- "$ref": "#/components/schemas/ErrorEnvelope"
892
- }
893
- }
894
- }
895
- },
896
- "path": "/api/v2/LearningService/Courses"
897
- }
898
- ]
899
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919250450.log
900
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
901
- Ô£¿ openapi-typescript 6.7.6
902
- (node:405028) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
903
- (Use `node --trace-warnings ...` to show where the warning was created)
904
- ­ƒÜÇ https://localhost:44388/swagger/LearningService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/learningService/schema.s.ts [427ms]
905
- ÔÅ│ Generating from https://localhost:44388/swagger/MarketingService/swagger.yaml
906
- (node:377764) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
907
- (Use `node --trace-warnings ...` to show where the warning was created)
908
- ­ƒÜÇ Done! Your output is in ./clients\marketingService
909
- Ô£¿ openapi-typescript 6.7.6
910
- (node:411376) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
911
- (Use `node --trace-warnings ...` to show where the warning was created)
912
- ­ƒÜÇ https://localhost:44388/swagger/MarketingService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/marketingService/schema.s.ts [396ms]
913
- ÔÅ│ Generating from https://localhost:44388/swagger/OrdersService/swagger.yaml
914
- (node:402768) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
915
- (Use `node --trace-warnings ...` to show where the warning was created)
916
- ­ƒÜÇ Done! Your output is in ./clients\ordersService
917
- Ô£¿ openapi-typescript 6.7.6
918
- (node:294524) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
919
- (Use `node --trace-warnings ...` to show where the warning was created)
920
- ­ƒÜÇ https://localhost:44388/swagger/OrdersService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/ordersService/schema.s.ts [344ms]
921
- ÔÅ│ Generating from https://localhost:44388/swagger/PaymentsService/swagger.yaml
922
- (node:409352) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
923
- (Use `node --trace-warnings ...` to show where the warning was created)
924
- ­ƒÜÇ Done! Your output is in ./clients\paymentsService
925
- Ô£¿ openapi-typescript 6.7.6
926
- (node:408076) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
927
- (Use `node --trace-warnings ...` to show where the warning was created)
928
- ­ƒÜÇ https://localhost:44388/swagger/PaymentsService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/paymentsService/schema.s.ts [303ms]
929
- ÔÅ│ Generating from https://localhost:44388/swagger/PricingService/swagger.yaml
930
- (node:383040) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
931
- (Use `node --trace-warnings ...` to show where the warning was created)
932
- ­ƒÜÇ Done! Your output is in ./clients\pricingService
933
- Ô£¿ openapi-typescript 6.7.6
934
- (node:248056) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
935
- (Use `node --trace-warnings ...` to show where the warning was created)
936
- ­ƒÜÇ https://localhost:44388/swagger/PricingService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/pricingService/schema.s.ts [344ms]
937
- ÔÅ│ Generating from https://localhost:44388/swagger/ProjectsService/swagger.yaml
938
- (node:45528) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
939
- (Use `node --trace-warnings ...` to show where the warning was created)
940
- ­ƒÜÇ Done! Your output is in ./clients\projectsService
941
- Ô£¿ openapi-typescript 6.7.6
942
- (node:396872) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
943
- (Use `node --trace-warnings ...` to show where the warning was created)
944
- ­ƒÜÇ https://localhost:44388/swagger/ProjectsService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/projectsService/schema.s.ts [362ms]
945
- ÔÅ│ Generating from https://localhost:44388/swagger/QuotesService/swagger.yaml
946
- (node:412608) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
947
- (Use `node --trace-warnings ...` to show where the warning was created)
948
- ­ƒÜÇ Done! Your output is in ./clients\quotesService
949
- Ô£¿ openapi-typescript 6.7.6
950
- (node:406248) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
951
- (Use `node --trace-warnings ...` to show where the warning was created)
952
- ­ƒÜÇ https://localhost:44388/swagger/QuotesService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/quotesService/schema.s.ts [334ms]
953
- ÔÅ│ Generating from https://localhost:44388/swagger/SalesService/swagger.yaml
954
- (node:411100) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
955
- (Use `node --trace-warnings ...` to show where the warning was created)
956
- ­ƒÜÇ Done! Your output is in ./clients\salesService
957
- Ô£¿ openapi-typescript 6.7.6
958
- (node:412368) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
959
- (Use `node --trace-warnings ...` to show where the warning was created)
960
- ­ƒÜÇ https://localhost:44388/swagger/SalesService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/salesService/schema.s.ts [315ms]
961
- ÔÅ│ Generating from https://localhost:44388/swagger/SecurityService/swagger.yaml
962
- (node:405852) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
963
- (Use `node --trace-warnings ...` to show where the warning was created)
964
- ÔØù´©Å Duplicate operationId: RevokePermissionFromRoleAsync in DELETE /api/v2/SecurityService/Roles/{securityRoleId}/Permissions/{securityPermissionId}. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
965
- ÔØù´©Å Duplicate operationId: AssignPermissionToRoleAsync in POST /api/v2/SecurityService/Roles/{securityRoleId}/Permissions/{securityPermissionId}. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
966
- ­ƒÜÇ Done! Your output is in ./clients\securityService
967
- Ô£¿ openapi-typescript 6.7.6
968
- (node:387680) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
969
- (Use `node --trace-warnings ...` to show where the warning was created)
970
- ­ƒÜÇ https://localhost:44388/swagger/SecurityService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/securityService/schema.s.ts [366ms]
971
- ÔÅ│ Generating from https://localhost:44388/swagger/ShipmentsService/swagger.yaml
972
- (node:407444) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
973
- (Use `node --trace-warnings ...` to show where the warning was created)
974
- ­ƒÜÇ Done! Your output is in ./clients\shipmentsService
975
- Ô£¿ openapi-typescript 6.7.6
976
- (node:409628) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
977
- (Use `node --trace-warnings ...` to show where the warning was created)
978
- ­ƒÜÇ https://localhost:44388/swagger/ShipmentsService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/shipmentsService/schema.s.ts [336ms]
979
- ÔÅ│ Generating from https://localhost:44388/swagger/StorageService/swagger.yaml
980
- (node:380432) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
981
- (Use `node --trace-warnings ...` to show where the warning was created)
982
- ­ƒöÑ Event broadcast: "schema"
983
- index: 0
984
- arguments: [
985
- {
986
- "$ref": "#/components/schemas/AppFile",
987
- "name": "AppFile",
988
- "schema": {
989
- "type": "object",
990
- "accessScopes": [
991
- "read",
992
- "both"
993
- ],
994
- "properties": {
995
- "content": {
996
- "format": "byte",
997
- "accessScope": "read",
998
- "accessScopes": [
999
- "read"
1000
- ],
1001
- "items": [
1002
- {
1003
- "format": "byte",
1004
- "accessScope": "read",
1005
- "accessScopes": [
1006
- "read"
1007
- ],
1008
- "type": "string"
1009
- },
1010
- {
1011
- "type": "null"
1012
- }
1013
- ],
1014
- "logicalOperator": "or"
1015
- },
1016
- "sha256": {
1017
- "accessScope": "read",
1018
- "accessScopes": [
1019
- "read"
1020
- ],
1021
- "items": [
1022
- {
1023
- "accessScope": "read",
1024
- "accessScopes": [
1025
- "read"
1026
- ],
1027
- "type": "string"
1028
- },
1029
- {
1030
- "type": "null"
1031
- }
1032
- ],
1033
- "logicalOperator": "or"
1034
- },
1035
- "createdAtUtc": {
1036
- "format": "date-time",
1037
- "accessScope": "read",
1038
- "accessScopes": [
1039
- "read"
1040
- ],
1041
- "type": "string"
1042
- },
1043
- "userId": {
1044
- "$ref": "#/components/schemas/UserId",
1045
- "accessScopes": [
1046
- "read"
1047
- ]
1048
- },
1049
- "tenantId": {
1050
- "$ref": "#/components/schemas/TenantId",
1051
- "accessScopes": [
1052
- "read"
1053
- ]
1054
- },
1055
- "enrollmentId": {
1056
- "$ref": "#/components/schemas/EnrollmentId",
1057
- "accessScopes": [
1058
- "read"
1059
- ]
1060
- },
1061
- "source": {
1062
- "type": "enum",
1063
- "accessScopes": [
1064
- "both"
1065
- ],
1066
- "items": [
1067
- {
1068
- "accessScopes": [
1069
- "both"
1070
- ],
1071
- "type": "string",
1072
- "const": "Unknown"
1073
- },
1074
- {
1075
- "accessScopes": [
1076
- "both"
1077
- ],
1078
- "type": "string",
1079
- "const": "HttpUpload"
1080
- },
1081
- {
1082
- "accessScopes": [
1083
- "both"
1084
- ],
1085
- "type": "string",
1086
- "const": "Integration"
1087
- },
1088
- {
1089
- "accessScopes": [
1090
- "both"
1091
- ],
1092
- "type": "string",
1093
- "const": "InternalProcess"
1094
- },
1095
- {
1096
- "accessScopes": [
1097
- "both"
1098
- ],
1099
- "type": "string",
1100
- "const": "ApiClient"
1101
- },
1102
- {
1103
- "accessScopes": [
1104
- "both"
1105
- ],
1106
- "type": "string",
1107
- "const": "WorkflowEngine"
1108
- }
1109
- ],
1110
- "logicalOperator": "or"
1111
- },
1112
- "length": {
1113
- "format": "int64",
1114
- "accessScope": "read",
1115
- "accessScopes": [
1116
- "read"
1117
- ],
1118
- "type": "integer"
1119
- },
1120
- "name": {
1121
- "accessScope": "read",
1122
- "accessScopes": [
1123
- "read"
1124
- ],
1125
- "items": [
1126
- {
1127
- "accessScope": "read",
1128
- "accessScopes": [
1129
- "read"
1130
- ],
1131
- "type": "string"
1132
- },
1133
- {
1134
- "type": "null"
1135
- }
1136
- ],
1137
- "logicalOperator": "or"
1138
- },
1139
- "fileName": {
1140
- "accessScope": "read",
1141
- "accessScopes": [
1142
- "read"
1143
- ],
1144
- "items": [
1145
- {
1146
- "accessScope": "read",
1147
- "accessScopes": [
1148
- "read"
1149
- ],
1150
- "type": "string"
1151
- },
1152
- {
1153
- "type": "null"
1154
- }
1155
- ],
1156
- "logicalOperator": "or"
1157
- },
1158
- "lastModified": {
1159
- "format": "date-time",
1160
- "accessScope": "read",
1161
- "accessScopes": [
1162
- "read"
1163
- ],
1164
- "type": "string"
1165
- },
1166
- "size": {
1167
- "format": "int64",
1168
- "accessScope": "read",
1169
- "accessScopes": [
1170
- "read"
1171
- ],
1172
- "type": "integer"
1173
- },
1174
- "contentType": {
1175
- "accessScope": "read",
1176
- "accessScopes": [
1177
- "read"
1178
- ],
1179
- "items": [
1180
- {
1181
- "accessScope": "read",
1182
- "accessScopes": [
1183
- "read"
1184
- ],
1185
- "type": "string"
1186
- },
1187
- {
1188
- "type": "null"
1189
- }
1190
- ],
1191
- "logicalOperator": "or"
1192
- },
1193
- "contentDisposition": {
1194
- "accessScope": "read",
1195
- "accessScopes": [
1196
- "read"
1197
- ],
1198
- "items": [
1199
- {
1200
- "accessScope": "read",
1201
- "accessScopes": [
1202
- "read"
1203
- ],
1204
- "type": "string"
1205
- },
1206
- {
1207
- "type": "null"
1208
- }
1209
- ],
1210
- "logicalOperator": "or"
1211
- },
1212
- "headers": {
1213
- "accessScope": "read",
1214
- "accessScopes": [
1215
- "read"
1216
- ],
1217
- "items": [
1218
- {
1219
- "accessScope": "read",
1220
- "accessScopes": [
1221
- "read"
1222
- ],
1223
- "type": "object",
1224
- "additionalProperties": {
1225
- "accessScopes": [
1226
- "both"
1227
- ],
1228
- "type": "string"
1229
- }
1230
- },
1231
- {
1232
- "type": "null"
1233
- }
1234
- ],
1235
- "logicalOperator": "or"
1236
- }
1237
- },
1238
- "additionalProperties": {
1239
- "type": "never"
1240
- }
1241
- }
1242
- }
1243
- ]
1244
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919289933.log
1245
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
1246
- Ô£¿ openapi-typescript 6.7.6
1247
- (node:408228) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1248
- (Use `node --trace-warnings ...` to show where the warning was created)
1249
- ­ƒÜÇ https://localhost:44388/swagger/StorageService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/storageService/schema.s.ts [338ms]
1250
- ÔÅ│ Generating from https://localhost:44388/swagger/SocialService/swagger.yaml
1251
- (node:314504) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1252
- (Use `node --trace-warnings ...` to show where the warning was created)
1253
- ÔØù´©Å Duplicate operationId: GetFollowersAsync in GET /api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
1254
- ÔØù´©Å Duplicate operationId: CountFollowersAsync in GET /api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles/Count. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
1255
- ÔØù´©Å Duplicate operationId: GetFollowsAsync in GET /api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
1256
- ÔØù´©Å Duplicate operationId: CountFollowsAsync in GET /api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles/Count. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
1257
- ­ƒöÑ Event broadcast: "schema"
1258
- index: 0
1259
- arguments: [
1260
- {
1261
- "$ref": "#/components/schemas/AppFile",
1262
- "name": "AppFile",
1263
- "schema": {
1264
- "type": "object",
1265
- "accessScopes": [
1266
- "read",
1267
- "both"
1268
- ],
1269
- "properties": {
1270
- "content": {
1271
- "format": "byte",
1272
- "accessScope": "read",
1273
- "accessScopes": [
1274
- "read"
1275
- ],
1276
- "items": [
1277
- {
1278
- "format": "byte",
1279
- "accessScope": "read",
1280
- "accessScopes": [
1281
- "read"
1282
- ],
1283
- "type": "string"
1284
- },
1285
- {
1286
- "type": "null"
1287
- }
1288
- ],
1289
- "logicalOperator": "or"
1290
- },
1291
- "sha256": {
1292
- "accessScope": "read",
1293
- "accessScopes": [
1294
- "read"
1295
- ],
1296
- "items": [
1297
- {
1298
- "accessScope": "read",
1299
- "accessScopes": [
1300
- "read"
1301
- ],
1302
- "type": "string"
1303
- },
1304
- {
1305
- "type": "null"
1306
- }
1307
- ],
1308
- "logicalOperator": "or"
1309
- },
1310
- "createdAtUtc": {
1311
- "format": "date-time",
1312
- "accessScope": "read",
1313
- "accessScopes": [
1314
- "read"
1315
- ],
1316
- "type": "string"
1317
- },
1318
- "userId": {
1319
- "$ref": "#/components/schemas/UserId",
1320
- "accessScopes": [
1321
- "read"
1322
- ]
1323
- },
1324
- "tenantId": {
1325
- "$ref": "#/components/schemas/TenantId",
1326
- "accessScopes": [
1327
- "read"
1328
- ]
1329
- },
1330
- "enrollmentId": {
1331
- "$ref": "#/components/schemas/EnrollmentId",
1332
- "accessScopes": [
1333
- "read"
1334
- ]
1335
- },
1336
- "source": {
1337
- "type": "enum",
1338
- "accessScopes": [
1339
- "both"
1340
- ],
1341
- "items": [
1342
- {
1343
- "accessScopes": [
1344
- "both"
1345
- ],
1346
- "type": "string",
1347
- "const": "Unknown"
1348
- },
1349
- {
1350
- "accessScopes": [
1351
- "both"
1352
- ],
1353
- "type": "string",
1354
- "const": "HttpUpload"
1355
- },
1356
- {
1357
- "accessScopes": [
1358
- "both"
1359
- ],
1360
- "type": "string",
1361
- "const": "Integration"
1362
- },
1363
- {
1364
- "accessScopes": [
1365
- "both"
1366
- ],
1367
- "type": "string",
1368
- "const": "InternalProcess"
1369
- },
1370
- {
1371
- "accessScopes": [
1372
- "both"
1373
- ],
1374
- "type": "string",
1375
- "const": "ApiClient"
1376
- },
1377
- {
1378
- "accessScopes": [
1379
- "both"
1380
- ],
1381
- "type": "string",
1382
- "const": "WorkflowEngine"
1383
- }
1384
- ],
1385
- "logicalOperator": "or"
1386
- },
1387
- "length": {
1388
- "format": "int64",
1389
- "accessScope": "read",
1390
- "accessScopes": [
1391
- "read"
1392
- ],
1393
- "type": "integer"
1394
- },
1395
- "name": {
1396
- "accessScope": "read",
1397
- "accessScopes": [
1398
- "read"
1399
- ],
1400
- "items": [
1401
- {
1402
- "accessScope": "read",
1403
- "accessScopes": [
1404
- "read"
1405
- ],
1406
- "type": "string"
1407
- },
1408
- {
1409
- "type": "null"
1410
- }
1411
- ],
1412
- "logicalOperator": "or"
1413
- },
1414
- "fileName": {
1415
- "accessScope": "read",
1416
- "accessScopes": [
1417
- "read"
1418
- ],
1419
- "items": [
1420
- {
1421
- "accessScope": "read",
1422
- "accessScopes": [
1423
- "read"
1424
- ],
1425
- "type": "string"
1426
- },
1427
- {
1428
- "type": "null"
1429
- }
1430
- ],
1431
- "logicalOperator": "or"
1432
- },
1433
- "lastModified": {
1434
- "format": "date-time",
1435
- "accessScope": "read",
1436
- "accessScopes": [
1437
- "read"
1438
- ],
1439
- "type": "string"
1440
- },
1441
- "size": {
1442
- "format": "int64",
1443
- "accessScope": "read",
1444
- "accessScopes": [
1445
- "read"
1446
- ],
1447
- "type": "integer"
1448
- },
1449
- "contentType": {
1450
- "accessScope": "read",
1451
- "accessScopes": [
1452
- "read"
1453
- ],
1454
- "items": [
1455
- {
1456
- "accessScope": "read",
1457
- "accessScopes": [
1458
- "read"
1459
- ],
1460
- "type": "string"
1461
- },
1462
- {
1463
- "type": "null"
1464
- }
1465
- ],
1466
- "logicalOperator": "or"
1467
- },
1468
- "contentDisposition": {
1469
- "accessScope": "read",
1470
- "accessScopes": [
1471
- "read"
1472
- ],
1473
- "items": [
1474
- {
1475
- "accessScope": "read",
1476
- "accessScopes": [
1477
- "read"
1478
- ],
1479
- "type": "string"
1480
- },
1481
- {
1482
- "type": "null"
1483
- }
1484
- ],
1485
- "logicalOperator": "or"
1486
- },
1487
- "headers": {
1488
- "accessScope": "read",
1489
- "accessScopes": [
1490
- "read"
1491
- ],
1492
- "items": [
1493
- {
1494
- "accessScope": "read",
1495
- "accessScopes": [
1496
- "read"
1497
- ],
1498
- "type": "object",
1499
- "additionalProperties": {
1500
- "accessScopes": [
1501
- "both"
1502
- ],
1503
- "type": "string"
1504
- }
1505
- },
1506
- {
1507
- "type": "null"
1508
- }
1509
- ],
1510
- "logicalOperator": "or"
1511
- }
1512
- },
1513
- "additionalProperties": {
1514
- "type": "never"
1515
- }
1516
- }
1517
- }
1518
- ]
1519
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919293886.log
1520
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
1521
- Ô£¿ openapi-typescript 6.7.6
1522
- (node:45840) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1523
- (Use `node --trace-warnings ...` to show where the warning was created)
1524
- ­ƒÜÇ https://localhost:44388/swagger/SocialService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/socialService/schema.s.ts [376ms]
1525
- ÔÅ│ Generating from https://localhost:44388/swagger/SupportService/swagger.yaml
1526
- (node:350008) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1527
- (Use `node --trace-warnings ...` to show where the warning was created)
1528
- ­ƒöÑ Event broadcast: "schema"
1529
- index: 0
1530
- arguments: [
1531
- {
1532
- "$ref": "#/components/schemas/AppFile",
1533
- "name": "AppFile",
1534
- "schema": {
1535
- "type": "object",
1536
- "accessScopes": [
1537
- "read",
1538
- "both"
1539
- ],
1540
- "properties": {
1541
- "content": {
1542
- "format": "byte",
1543
- "accessScope": "read",
1544
- "accessScopes": [
1545
- "read"
1546
- ],
1547
- "items": [
1548
- {
1549
- "format": "byte",
1550
- "accessScope": "read",
1551
- "accessScopes": [
1552
- "read"
1553
- ],
1554
- "type": "string"
1555
- },
1556
- {
1557
- "type": "null"
1558
- }
1559
- ],
1560
- "logicalOperator": "or"
1561
- },
1562
- "sha256": {
1563
- "accessScope": "read",
1564
- "accessScopes": [
1565
- "read"
1566
- ],
1567
- "items": [
1568
- {
1569
- "accessScope": "read",
1570
- "accessScopes": [
1571
- "read"
1572
- ],
1573
- "type": "string"
1574
- },
1575
- {
1576
- "type": "null"
1577
- }
1578
- ],
1579
- "logicalOperator": "or"
1580
- },
1581
- "createdAtUtc": {
1582
- "format": "date-time",
1583
- "accessScope": "read",
1584
- "accessScopes": [
1585
- "read"
1586
- ],
1587
- "type": "string"
1588
- },
1589
- "userId": {
1590
- "$ref": "#/components/schemas/UserId",
1591
- "accessScopes": [
1592
- "read"
1593
- ]
1594
- },
1595
- "tenantId": {
1596
- "$ref": "#/components/schemas/TenantId",
1597
- "accessScopes": [
1598
- "read"
1599
- ]
1600
- },
1601
- "enrollmentId": {
1602
- "$ref": "#/components/schemas/EnrollmentId",
1603
- "accessScopes": [
1604
- "read"
1605
- ]
1606
- },
1607
- "source": {
1608
- "type": "enum",
1609
- "accessScopes": [
1610
- "both"
1611
- ],
1612
- "items": [
1613
- {
1614
- "accessScopes": [
1615
- "both"
1616
- ],
1617
- "type": "string",
1618
- "const": "Unknown"
1619
- },
1620
- {
1621
- "accessScopes": [
1622
- "both"
1623
- ],
1624
- "type": "string",
1625
- "const": "HttpUpload"
1626
- },
1627
- {
1628
- "accessScopes": [
1629
- "both"
1630
- ],
1631
- "type": "string",
1632
- "const": "Integration"
1633
- },
1634
- {
1635
- "accessScopes": [
1636
- "both"
1637
- ],
1638
- "type": "string",
1639
- "const": "InternalProcess"
1640
- },
1641
- {
1642
- "accessScopes": [
1643
- "both"
1644
- ],
1645
- "type": "string",
1646
- "const": "ApiClient"
1647
- },
1648
- {
1649
- "accessScopes": [
1650
- "both"
1651
- ],
1652
- "type": "string",
1653
- "const": "WorkflowEngine"
1654
- }
1655
- ],
1656
- "logicalOperator": "or"
1657
- },
1658
- "length": {
1659
- "format": "int64",
1660
- "accessScope": "read",
1661
- "accessScopes": [
1662
- "read"
1663
- ],
1664
- "type": "integer"
1665
- },
1666
- "name": {
1667
- "accessScope": "read",
1668
- "accessScopes": [
1669
- "read"
1670
- ],
1671
- "items": [
1672
- {
1673
- "accessScope": "read",
1674
- "accessScopes": [
1675
- "read"
1676
- ],
1677
- "type": "string"
1678
- },
1679
- {
1680
- "type": "null"
1681
- }
1682
- ],
1683
- "logicalOperator": "or"
1684
- },
1685
- "fileName": {
1686
- "accessScope": "read",
1687
- "accessScopes": [
1688
- "read"
1689
- ],
1690
- "items": [
1691
- {
1692
- "accessScope": "read",
1693
- "accessScopes": [
1694
- "read"
1695
- ],
1696
- "type": "string"
1697
- },
1698
- {
1699
- "type": "null"
1700
- }
1701
- ],
1702
- "logicalOperator": "or"
1703
- },
1704
- "lastModified": {
1705
- "format": "date-time",
1706
- "accessScope": "read",
1707
- "accessScopes": [
1708
- "read"
1709
- ],
1710
- "type": "string"
1711
- },
1712
- "size": {
1713
- "format": "int64",
1714
- "accessScope": "read",
1715
- "accessScopes": [
1716
- "read"
1717
- ],
1718
- "type": "integer"
1719
- },
1720
- "contentType": {
1721
- "accessScope": "read",
1722
- "accessScopes": [
1723
- "read"
1724
- ],
1725
- "items": [
1726
- {
1727
- "accessScope": "read",
1728
- "accessScopes": [
1729
- "read"
1730
- ],
1731
- "type": "string"
1732
- },
1733
- {
1734
- "type": "null"
1735
- }
1736
- ],
1737
- "logicalOperator": "or"
1738
- },
1739
- "contentDisposition": {
1740
- "accessScope": "read",
1741
- "accessScopes": [
1742
- "read"
1743
- ],
1744
- "items": [
1745
- {
1746
- "accessScope": "read",
1747
- "accessScopes": [
1748
- "read"
1749
- ],
1750
- "type": "string"
1751
- },
1752
- {
1753
- "type": "null"
1754
- }
1755
- ],
1756
- "logicalOperator": "or"
1757
- },
1758
- "headers": {
1759
- "accessScope": "read",
1760
- "accessScopes": [
1761
- "read"
1762
- ],
1763
- "items": [
1764
- {
1765
- "accessScope": "read",
1766
- "accessScopes": [
1767
- "read"
1768
- ],
1769
- "type": "object",
1770
- "additionalProperties": {
1771
- "accessScopes": [
1772
- "both"
1773
- ],
1774
- "type": "string"
1775
- }
1776
- },
1777
- {
1778
- "type": "null"
1779
- }
1780
- ],
1781
- "logicalOperator": "or"
1782
- }
1783
- },
1784
- "additionalProperties": {
1785
- "type": "never"
1786
- }
1787
- }
1788
- }
1789
- ]
1790
- ­ƒöÑ Unexpected error occurred. Log saved to C:\Users\PC\Code\ABS\SDKs\FenixAlliance.ABP.SDK.TypeScript\openapi-ts-error-1774919297530.log
1791
- ­ƒöÑ Unexpected error occurred. Cannot read properties of undefined (reading 'kind')
1792
- Ô£¿ openapi-typescript 6.7.6
1793
- (node:407024) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1794
- (Use `node --trace-warnings ...` to show where the warning was created)
1795
- ­ƒÜÇ https://localhost:44388/swagger/SupportService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/supportService/schema.s.ts [346ms]
1796
- ÔÅ│ Generating from https://localhost:44388/swagger/SystemService/swagger.yaml
1797
- (node:300388) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1798
- (Use `node --trace-warnings ...` to show where the warning was created)
1799
- ­ƒÜÇ Done! Your output is in ./clients\systemService
1800
- Ô£¿ openapi-typescript 6.7.6
1801
- (node:407500) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1802
- (Use `node --trace-warnings ...` to show where the warning was created)
1803
- ­ƒÜÇ https://localhost:44388/swagger/SystemService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/systemService/schema.s.ts [428ms]
1804
- ÔÅ│ Generating from https://localhost:44388/swagger/TenantsService/swagger.yaml
1805
- (node:411296) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1806
- (Use `node --trace-warnings ...` to show where the warning was created)
1807
- ÔØù´©Å Duplicate operationId: GetEnrollmentPermissionsAsync in GET /api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentID}/Permissions/Validate. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
1808
- ÔØù´©Å Duplicate operationId: GetEnrollmentLicensesAsync in GET /api/v2/TenantsService/Tenants/{tenantId}/Enrollments/{EnrollmentId}/Licenses/{licenseId}. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
1809
- ÔØù´©Å Duplicate operationId: SelectTenantAsync in POST /api/v2/TenantsService/Tenants/{tenantId}/Select. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
1810
- ÔØù´©Å Duplicate operationId: DeSelectTenantAsync in POST /api/v2/TenantsService/Tenants/Deselect. Please ensure your operation IDs are unique. This behavior is not supported and will likely lead to unexpected results.
1811
- ­ƒÜÇ Done! Your output is in ./clients\tenantsService
1812
- Ô£¿ openapi-typescript 6.7.6
1813
- (node:404096) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1814
- (Use `node --trace-warnings ...` to show where the warning was created)
1815
- ­ƒÜÇ https://localhost:44388/swagger/TenantsService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/tenantsService/schema.s.ts [468ms]
1816
- ÔÅ│ Generating from https://localhost:44388/swagger/TimeTrackerService/swagger.yaml
1817
- (node:305780) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1818
- (Use `node --trace-warnings ...` to show where the warning was created)
1819
- ­ƒÜÇ Done! Your output is in ./clients\timeTrackerService
1820
- Ô£¿ openapi-typescript 6.7.6
1821
- (node:412256) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1822
- (Use `node --trace-warnings ...` to show where the warning was created)
1823
- ­ƒÜÇ https://localhost:44388/swagger/TimeTrackerService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/timeTrackerService/schema.s.ts [297ms]
1824
- ÔÅ│ Generating from https://localhost:44388/swagger/WalletsService/swagger.yaml
1825
- (node:412416) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1826
- (Use `node --trace-warnings ...` to show where the warning was created)
1827
- ­ƒÜÇ Done! Your output is in ./clients\walletsService
1828
- Ô£¿ openapi-typescript 6.7.6
1829
- (node:284472) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
1830
- (Use `node --trace-warnings ...` to show where the warning was created)
1831
- ­ƒÜÇ https://localhost:44388/swagger/WalletsService/swagger.yaml ÔåÆ file:///C:/Users/PC/Code/ABS/SDKs/FenixAlliance.ABP.SDK.TypeScript/schemas/walletsService/schema.s.ts [344ms]